@charset "utf-8";/* CSS Document */
:root {--headerH1 : 5.625em;--headerH2 : 4.375em;--headerH : calc(var(--headerH1) + var(--headerH2));--mainPopW : 21.25em;--mainQuickH : 8.75em;--lnbWidth: 16.25em;--subGap: 3.5em;--popTitH : 5em;--popthumbH : 8em;--siteC : #262265;--siteC2 : #cd8b17;--siteC3 : #686873;--siteC4 : #b50007; } 
.siteC { color: var(--siteC) } 

/**/
.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 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:51% } 
.resize.photo { padding-bottom:66.66% } 
.resize.poster { padding-bottom:136.875% } 
.resize.project { padding-bottom:75% } 
.resize.prod { padding-bottom:100% } 

.row { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; line-height:1.25em; } 
.row.r1 { -webkit-line-clamp: 1 } 
.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:RED !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 } 

.board_table.list .state.full,
.board_table.list .input_st.full { width:100%; min-width:inherit; } 
.board_table.list .input_st.full > .xi { margin: 0; } 

.board_st th,
.board_st td { } 
.board_st th { font-size: 1.063em; font-weight: 700; } 
.board_st td { color:#444; } 

.board_search_wrap { font-size: .938em; margin-bottom: 1em; overflow: hidden; } 
.board_search_wrap .left { float: left; } 
.board_search_wrap .right { float: right; text-align: right; } 
.board_search_wrap .total_wrap { margin: 0; font-size: 1em; } 
.total_wrap { margin-bottom: .6em; font-size: .938em; text-transform: uppercase; } 
.total_wrap * { display: inline-block; *display: inline; zoom: 1; } 
.total_wrap .xi { margin-right: .4em; width: 1.6em; line-height: 1.6em; background: #fff; border: 1px solid #ccc; border-radius: 50%; text-align: center; font-size: 1.500em; } 
.total_wrap .t1 { margin-right: .4em; font-size: .875em; } 
.total_wrap .t2 { font-size: 1.125em; color: #005bbb; font-weight: 500; } 

html.pop .popWrap.st1 .popIn .popCon .board_st { margin-bottom: 1em; } 

.board_st .info_wrap { color:#72727d; *zoom:1; } 
.board_st .info_wrap:after { content:""; display:block; clear:both; } 
.board_st .info_wrap > li { float:left; padding-left:1.5em; padding-right:1.5em; position:relative; } 
.board_st .info_wrap > li:before { content:""; position:absolute; left:0; top:35%; width:1px; height:30%; background:#ccc; } 
.board_st .info_wrap > li:first-child { padding-left:0; } 
.board_st .info_wrap > li:first-child:before { display:none; } 
.board_st .info_wrap > li.cate { float:right; } 
.board_st .info_wrap > li.cate:before { display:none; } 
.board_st .info_wrap > li.cate .tt { padding-top:.12em; } 
.board_st .info_wrap > li .xi { margin-right:.3em; } 
.board_st .info_wrap > li .tt { display:inline-block; *display:inline; zoom:1; } 
.board_st .info_wrap > li strong.tt { color:#3c3c3d; } 

/* .ffSerif { font-family:fs,serif } */

.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 } 

/*board*/
.board_table { table-layout:fixed; border-collapse:collapse; border-spacing:0; width:100%; border-top:1px solid #111 } 
.board_table th,
.board_table td { height:3em; border-bottom:1px solid #ddd; padding:.5em .5em; text-align:center } 
.board_table th { font-size:1.063em; font-weight:500; background: var(--siteC); color: #fff; } 
.board_table .aTit_wrap { display:flex; align-items:center } 
.board_table .aTit_wrap .aTit { flex:1 1 0%; min-width:0 } 
.board_aTit { text-overflow:ellipsis; white-space:nowrap; overflow:hidden } 
.board_aTit:hover,
.board_aTit:focus { text-decoration:underline } 
.board_table tr:not(.hoverN):hover { background:#f9fbfc } 
.board_table .rNotice { background:#f9fbfc } 
.board_table .rFaq .faqMark { width:2em; line-height:2em; border-radius:.5em; background:#333; color:#fff; font-weight:700; display:inline-block; font-size:1.125em } 
.board_table .rFaq .faqBtn { width:2em; line-height:2em; border-radius:50%; background:#fff; color:#999; box-shadow:0 0 .5em rgba(0,0,0,.1); display:inline-block; transition:.3s } 
.board_table .rFaq .faqBtn .xi { font-size:1em } 
.board_table .rFaq .faqBtn .xi:before { content:"\e941" } 
.board_table .rFaq.cellQ td.w_tit { padding:.75em 0; font-size:1.125em; font-weight:500 } 
.board_table .rFaq.cellA { display:none } 
.board_table .rFaq.cellA td { padding-top:1.5em; padding-bottom:1.5em } 
.board_table .on { position:relative } 
.board_table .on:before { content:""; position:absolute; left:0; top:-1px; width:100%; height:calc(100% + 1px); box-sizing:border-box; border:1px solid var(--siteC) } 
.board_table .on .rFaq { background:none; position:relative } 
.board_table .on .rFaq .faqMark { background:var(--siteC) } 
.board_table .on .rFaq .faqBtn { transform:rotate(180deg) } 
.board_table .on .rFaq.cellQ .w_tit { font-weight:500 } 
.board_table .on .rFaq.cellA { display: table-row } 
.board_table .on .rFaq:hover,
.board_table .on .rFaq:hover td { background:none } 

.board_table.st1 { border-radius:1em; border:none; box-shadow:0 0 1em rgba(0,0,0,.1); overflow:hidden } 
.board_table.st1 td { border:none; padding:1em .5em } 
.board_table.st1 th { background:var(--siteC); color:#fff; height:2em } 

.board_table.st2 td { } 
.board_table.st2 th { background:#f5f5f5; color:#111; height:2em } 

.board_tit { margin-bottom:.5em } 
.board_tit:not(:first-child) { margin-top:3em } 
.board_tit .t1 { font-weight:700; font-size:1.75em } 

.boardIco { font-family:xeicon; font-size:1.375em; width:1.5em; text-align:center } 
.boardIco.file { transform:rotate(45deg) } 
.boardIco.file:before { content:"\ea6a"; color:var(--siteC) } 
.boardIco.lock:before { content:"\e966"; color:#777 } 
.boardIco.notice:before { content:"\ea5a" } 
.boardIco.new:before { content:"\e9a9"; color:var(--siteC) } 
.boardIco.reply:before { content:"\e981"; color:#777 } 
.boardIco.prev:before { content:"\e945" } 
.boardIco.next:before { content:"\e942" } 

.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 } 

.board_search { display:flex; align-items:center; justify-content:space-between; margin-bottom:1em } 
.board_search.mbN { margin-bottom: 0em; } 
.board_search .total { display:flex; align-items:center; justify-content:space-between } 
.board_search .total .ico { font-size:1em; width:2em; height:2em; border:1px solid #ddd; display:flex; align-items:center; justify-content:center; border-radius:50%; margin-right:.5em } 
.board_search .total .ico:before { content:"\e91c" } 
.board_search .total .t2 { font-weight:700; font-size:1.125em; color:var(--siteC); margin-left:.25em } 
.board_search .search { display:flex; align-items:center; justify-content:space-between; gap:0 .25em } 
.board_search .search .btn { padding:0 1.5em } 
.board_search .search .btn .ico { font-size:1em } 
.board_search .search .btn .ico:before { content:"\e97a" } 

.board_total { display:flex; justify-content:space-between; align-items:center; margin-bottom:1em } 
.board_total .total { font-weight:500; font-size:1.125em } 
.board_total .total .point { font-size:1.625em; font-weight:900; transform:translateY(5%); letter-spacing:-1px } 

.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_info.s1 > li + li:before { margin: 0 .75em; } 
.board_info.s1 > li .tt { font-size: .9em; font-weight: 600; } 

.board_btn_wrap { gap: .5em; margin-top: 3em; } 

.member_agree .agree { padding:3em; border:solid #ddd; border-width:2px 1px 1px 1px; border-top-color:#333; font-size:.938em; color:#777; line-height:1.5em; } 
.member_agree .agree.H { padding:1em 1.5em; border-top-width:1px; height:10em; overflow-y:scroll; } 
.member_agree .agree p { padding:.5em 0; } 
.member_agree .agree * { vertical-align:baseline; } 
.member_agree .agree strong { color:#333; } 
.member_agree .check { padding:1em 2em; border:solid #ddd; border-width:0 1px 1px 1px; border-radius:0 0 .6em .6em; text-align:right; } 

.con_idx { position:relative } 
.con_idx > .idx { position:absolute; left:0; top:0; width:100%; visibility:hidden; filter:alpha(opacity=0); opacity:0; display: none; } 
.con_idx > .idx.on { position:relative; visibility: visible; filter:alpha(opacity=100); opacity:1; display: block; } 

.ex_s_txt.st1 { padding:.75em 1em; background:#fff; } 
.ex_s_txt.st2 { padding:.75em 1em; background:#ecf0f4; border-radius:.375em; font-size: 1.15em; font-weight: 700; margin-top: 1em; } 
.ex_s_txt.st3 { margin-top:.5em; } 
.ex_s_txt.st4 { margin-top:0; padding:.5em 1em; border:1px dashed #ccc; } 

.board_pg { display:flex; align-items:center; justify-content:center; margin-top:3em; padding:0 1px 1px 0 } 
.board_pg button { width:2.5em; height:2.5em; border:1px solid #ddd; background:#fff; color:#666; margin:0 -1px -1px 0; position:relative } 
.board_pg button:hover,
.board_pg button:focus { z-index:1 } 
.board_pg button.on { background:#111; color:#fff; border-color:transparent; z-index:2; position:relative } 
.board_pg button.on:after { content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:.5em; width:1em; height:1px; background:#fff } 
.board_pg button.btn.first { border-radius:.5em 0 0 .5em } 
.board_pg button.btn.last { border-radius:0 .5em .5em 0 } 
.board_pg button.btn .ico { font-size:1em } 
.board_pg button.btn.first .ico:before { content:"\ea47" } 
.board_pg button.btn.prev .ico:before { content:"\e93c" } 
.board_pg button.btn.next .ico:before { content:"\e93f" } 
.board_pg button.btn.last .ico:before { content:"\ea48" } 

.board_viewT { border-top:1px solid #111 } 
.board_viewT .vTit { padding:1em 0; font-weight:700; font-size:1.5em; border-bottom:1px solid #ddd; text-align:center } 
.board_viewT .info { display:flex; align-items:center; gap:0 3em; padding:1em 0; border-bottom:1px solid #ddd } 
.board_viewT .info > li { position:relative; color:#666 } 
.board_viewT .info > li:not(:last-child):before { content:""; position:absolute; right:-1.5em; top:50%; width:1px; height:60%; transform:translateY(-50%); background:#ccc } 
.board_viewT .info > li .ico { font-size:1em; margin-right:.25em } 
.board_viewT .info > li.name .ico:before { content:"\e9f2" } 
.board_viewT .info > li.date .ico:before { content:"\e9a0" } 
.board_viewT .info > li.hit .ico:before { content:"\e950" } 
.board_viewM { padding:5em 2em; border-bottom:1px solid #ddd } 
.board_viewM .ytFrame { width:100%; margin:0 auto } 
.board_viewM .ytFrame iframe { position:absolute; left:0; top:0; width:100%; height:100% } 
.board_viewF { display:flex; border-bottom:1px solid #ddd; background:#f5f5f5; padding:1.5em 2.5em } 
.board_viewF .wrap_tit { width:6em; margin-right:2.5em; box-sizing:border-box; border-right:1px solid #ddd } 
.board_viewF .wrap_tit .t1 { font-weight:500; font-size:1.063em } 
.board_viewF .wrap_con { flex:1 1 0%; min-width:0 } 
.board_viewF .wrap_con .list > li:not(:first-child) { margin-top:.5em } 
.board_viewF .wrap_con .list > li > a { padding-left:1.25em; position:relative } 
.board_viewF .wrap_con .list > li > a:hover .tt,
.board_viewF .wrap_con .list > li > a:focus .tt { text-decoration:underline } 
.board_viewF .wrap_con .list > li > a .xi { font-size:1.125em } 
.board_viewF .wrap_con .list > li > a .down { margin-left:.5em; color:var(--siteC) } 
.board_viewF .wrap_con .list > li > a .ico { position:absolute; left:0; top:0 } 
.board_viewF .wrap_con .list > li > a .ico:before { content:"\e998" } 
.board_viewF .wrap_con .list > li > a .down:before { content:"\eb7c" } 

.board_view_comment { background:#fff; border-radius:.5em; margin:2em 0 } 
.board_view_comment .wrap_tit { font-size:1.125em } 
.board_view_comment .wrap_inp { margin:1em 0 2em 0 } 
.board_view_comment .wrap_inp .btn { margin-left:1em; height:auto !important; width:5em } 
.board_view_comment .wrap_list > li { margin-bottom:1em; padding-bottom:1em; border-bottom:1px solid #eee } 
.board_view_comment .wrap_list .info { display:flex; align-items:flex-start; gap:0 1em; justify-content:space-between } 
.board_view_comment .wrap_list .con { font-size:.938em; font-weight:500; margin:1em 0 .5em 0 } 
.board_view_comment .wrap_list .date { font-size:.875em; color:#888 } 
.board_view_comment .board_pg { margin-top:2em } 

.board_faq { border-top:1px solid #111; } 
.board_faq > li { } 
.board_faq > li .wrap_in { position:relative; display:flex; align-items:center; gap:0 2em; border-bottom:1px solid #666; line-height:1.8; } 
.board_faq > li .wrap_in > * { min-width:0; } 
.board_faq > li .wrap_in .tit { width:5em; text-align:center; } 
.board_faq > li .wrap_in .tit .tt { font-size:2.000em; } 
.board_faq > li .wrap_in .tit .tt.c1 { } 
.board_faq > li .wrap_in .tit .tt.c2 { color:var(--siteC); } 
.board_faq > li .wrap_in .sbj { flex:1; } 
.board_faq > li .wrap_in .sbj .tt { display:block; padding:1em 0; font-size:1.063em; line-height:1.5; } 
.board_faq > li .wrap_in .con { flex:1; padding:.75em 1em .75em 0; } 
.board_faq > li .wrap_in .con .tt { color:#333; } 
.board_faq > li .wrap_in .ico { position:absolute; right:0; top:50%; width:5em; text-align:center; transform:translateY(-50%); opacity: 1; } 
.board_faq > li .wrap_in .ico .arrow { font-size:2.000em; transition:.3s; } 
.board_faq > li .wrap_in .ico .arrow:before { content:"\e943"; } 
.board_faq > li .faqTit .wrap_in { padding:1em 5em 1em 0; } 
.board_faq > li .faqCon { height:0; overflow:hidden; opacity:0; visibility:hidden; transition:.3s; } 
.board_faq > li .faqCon .wrap_in { align-items:flex-start; } 
.board_faq > li.on .faqTit .wrap_in { background:#f3fbff; } 
.board_faq > li.on .faqTit .wrap_in .ico .arrow { transform:rotate(-180deg); } 
.board_faq > li.on .faqCon { height:auto; overflow:visible; opacity:1; visibility:visible; } 
.board_faq > li.on .faqCon .wrap_in { padding-top:3em; padding-bottom:3em; transition:.3s; } 

.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:500 } 
.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:21em } 
.form_lab .lab_con .max2 { max-width:10em } 
.form_lab .lab_con .max3 { max-width:10em } 
.form_lab .lab_con .max4 { max-width:6em } 
.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 } 

.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(25% - 1.5em) } 
.board_gallery > li .wrap_in { display:block; overflow:hidden; border:1px solid #ddd; border-radius:1em; background:#fff } 
.board_gallery > li .wrap_in .img_wrap { position:relative; display:block; overflow:hidden; } 
.board_gallery > li .wrap_in .img_wrap:after { content:""; position:absolute; left:0; bottom:0; width:100%; height:20%; background: linear-gradient(00deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 100%); } 
.board_gallery > li .wrap_in .con_wrap { padding:1em; display:flex; flex-direction:column; gap:.5em } 
.board_gallery > li .wrap_in .con_wrap .t1 { font-size:1.063em; font-weight:600; word-break:keep-all } 
.board_gallery > li .wrap_in .con_wrap .t2 { font-size:1em; font-weight:500; color:#333 } 
.board_gallery > li .wrap_in:hover { box-shadow:0 0 1em rgba(0,0,0,.2) } 
.board_gallery > li .wrap_in:hover .img_wrap .resize { transition:.75s; transform:scale(1.05) } 
.board_gallery.d1 { gap:1.5em } 
.board_gallery.d1 > li { width:calc(25% - 1.2em) } 
.board_gallery.d2,
.wD2 .board_gallery { gap:2em } 
.board_gallery.d2 > li,
.wD2 .board_gallery > li { width:calc(33.33% - 1.3333em) } 
.board_gallery.d3 { gap:1.5em } 
.board_gallery.d3 > li { width:calc(16.66% - 1.25em) } 

.board_gallery > li .wrap_in .img_wrap::before { position: absolute; top: 50%; left: 50%; z-index: 2; display: block; content: ''; width: 0; height: 0; background: rgba(255,255,255,.2); border-radius: 100%; transform: translate(-50%, -50%); opacity: 0; } 
.board_gallery > li .wrap_in .img_wrap:hover::before { animation: galleryCircle .75s; } 
@keyframes galleryCircle {0% {opacity: 1; } 
40% {opacity: 1; } 
100% {width: 200%;height: 200%;opacity: 0; } 
 }
.board_gallery .label_st > .xi{ width: 1em; height: 1em;}


.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% } 

/*board_table2*/
/**/
.board_table2 th,
.board_table2 td { height:2em; padding:.75em 1em; border:1px solid #ddd; line-height:1.4; text-align:left; } 
.board_table2 thead th { border-bottom-color:#999; text-align:center; } 
.board_table2 th { color:#111; background:#f7f7f7; font-weight: 600; } 
.board_table2 td { color:#444; } 
.board_table2 a:hover { text-decoration:underline; } 

.board_table2 .in_state > br { display:none } 

.board_table2.st1 { margin-top:-1px; border-top:none; } 

.board_table2.st2 th,
.board_table2.st2 td { height:1.25em; } 
.board_table2.page.st2 { font-size:.688em; } 
.board_table2.page.st2 th,
.board_table2.page.st2 td { padding:.5em .125em; } 

.board_table2.st3 { border-top-width:1px; } 

.board_table2.word th,
.board_table2.word td { word-break:break-all; word-wrap:break-word; } 

.board_table2.list { border-top-color:#d4d5d8; } 
.board_table2.list th,
.board_table2.list td { padding-left:.75em; padding-right:.75em; border-color:#e8e8e8; text-align:center; } 
.board_table2.list th { background: var(--siteC); color: #fff; font-size: 1.1em; font-weight: 700; } 
.board_table2.list td { font-size: 1.063em; font-weight: 600; word-break: break-all; } 
.board_table2.list td.w_tit { padding-left:1em; text-align:left; } 
.board_table2.list td.al { padding-left:1em; } 
.board_table2.list td a { display:inline-block; color:#111; } 
.board_table2.list .link { display:inline; } 
.board_table2.list .link ~ .board_icon { display:inline; vertical-align:baseline; } 
.board_table2.list .state.full,
.board_table2.list .input_st.full { width:100%; min-width:inherit; justify-content: center; align-items: center; } 
.board_table2 .input_row2 .state { display: flex; align-items: center; gap: .3em; } 

.board_table2.form thead th.al { padding-right:.5em; } 
.board_table2.form tbody th { padding-right:.5em; } 
.board_table2.form tbody th.ac { padding-right:1em; } 
.board_table2.form input[type=text].input_st,
.board_table2.form input[type=password].input_st,
.board_table2.form input[type=tel].input_st,
.board_table2.form button.input_st { min-width:inherit; } 

.board_table2.page { border-top-color:#afb7bf; } 
.board_table2.page th,
.board_table2.page td { border-color:#cfd8e2; text-align:center; } 
.board_table2.page thead th { background:#ecf0f4; border-color:#afb7bf; } 

.board_table2 .view_con { padding-top:1.5em; padding-bottom:1.5em; } 
.board_table2 .tit_icon { position:relative; display:inline-block; padding-left:1em; line-height:1em; } 
.board_table2 .tit_icon:before { content:""; position:absolute; left:0; top:.3em; width:.4em; height:.4em; background:#d82744; border-radius:100%; } 

.board_table2 .view_con .in_state { display: flex; align-items: center; } 
.board_table2 .view_con .in_state > .tit { display: flex; align-items: center; gap: .35em; font-size: 1.063em; font-weight: 700; } 
.board_table2 .view_con .in_state > .tit > .xi { color: var(--siteC); } 
.board_table2 .view_con .in_state > .bd_txt { font-size: 1.063em; font-weight: 600; } 

.board_table2 .in_state > .tit { padding-left:1.8em; padding-right:.8em; } 
.board_table2 .in_state > .tit:first-child { padding-left:0; } 
.board_table2 .in_state > .tit,
.board_table2 .in_state > .tit > * { /*display:inline-block; */ } 
.board_table2 .in_state > .state { padding-left:.5em; padding-right:.5em; } 
.board_table2 .in_state > * { vertical-align:middle; } 

.board_table2 .in_tit { padding:.6em 1em !important; border-width:2px 1px 3px 1px; border-top-color:#333; text-align:center; } 
.board_table2 .in_tit2 { border-top-width:2px; border-top-color:#777; } 
.board_table2 .in_tit3 { background:#ecf0f4; border-right-color:#e1e1e1; color:#333; font-weight:400; } 

.board_table2 .mov_time .xi { margin-right:.25em; } 
.board_table2 .mov_time .tt { color:#222; } 
.board_table2 .mov_time .tt.time { color:#d82744; } 
.board_table2 .mov_time .tt.c1 { color:#005bbb; } 

.board_table2 td.w_tel { padding-left:.75em; padding-right:.25em; text-align:left; } 
.board_table2 .xi.bd_tel { margin:0 .15em; width:1.5em; line-height:1.5em; background:#72727d; border-radius:100%; text-align:center; font-size:.938em; color:#fff; } 
.board_table2 .xi.bd_tel:first-child { margin-left:0; } 
.board_table2 .xi.bd_tel:last-child { margin-right:0; } 

.board_table2 .in_table { height:100%; } 
.board_table2 .in_table .th,
.board_table2 .in_table .td { height:2em; padding:.75em 1em; border-top:1px solid #bbb; } 
.board_table2 .in_table .tr:first-child .th,
.board_table2 .in_table .tr:first-child .td { border-top:none; } 
.board_table2 .in_table .th { padding-right:.5em; background:#ecf0f4; color:#333; } 

.board_table2 .in_table_wrap { padding:0 !important; } 

.board_table2 .w_type { width:9em; } 
.board_table2 .w_type2 { width:6em; } 
.board_table2 .w_type3 { width:11em; } 
.board_table2 .w_type4 { width:4em; } 
.board_table2 .w_type5 { width:13em; } 
.board_table2 .w_type6 { width:8.5em; } 
.board_table2 .w_type7 { width:14em; } 
.board_table2 .w_place { width:12em; } 
.board_table2 .w_tel { width:11em; } 
.board_table2 .w_mail { width:15em; } 
.board_table2 .w_area { width:11em; } 
.board_table2 .w_time { width:11em; } 
.board_table2 .w_gubun { width:16em; } 
.board_table2 .w_info { width:14em; } 
.board_table2 .w_price { width:11em; } 
.board_table2 .w_priceFull { width:14em; } 
.board_table2 .w_btnFull { width:12em; } 
.board_table2 .w_btnFull2 { width:7em } 
.board_table2 .w_downFull { width:11em; } 
.board_table2 .w_fileType { width:20em; } 
.board_table2 .w_form_tit { width:11em; } 
.board_table2 .w_form_titB { width:13em; } 
.board_table2 .w_form_titS { width:6.4em; } 
.board_table2 .w_form_titF { width:15em; } 
.board_table2 .w_dateFull { width: 11em; } 

/*검색*/
.page_search_wrap { align-items:stretch; margin-bottom:1.8em; padding:1em 0; background:linear-gradient(-180deg, #fff 0%, #fff 50%, #ecf0f4 100%); border:1px solid #72727d; border-radius:.5em; box-shadow:.2em .2em 0 rgba(0,0,0,.1); font-size:.938em; } 
.page_search_wrap .con_wrap { flex:7.5; flex-wrap:wrap; } 
.page_search_wrap .btn_wrap { flex:1; border-left:1px dashed #ddd; text-align:center; } 
.page_search_wrap .btn_wrap.w2 { flex:2; } 
.page_search_wrap .inner { display:flex; align-items:center; padding:0 1.2em; } 
.page_search_wrap .in { flex:1; align-items:center; } 
.page_search_wrap .in.in2 { flex:1 0 40%; max-width:40% } 
.page_search_wrap .inp_row { flex:1 1 100%; padding:.3em 0; } 
.page_search_wrap .inp_row .tit { min-width:7em; font-size: 1.215em; font-weight: 600; } 
.page_search_wrap .inp_row .tit .icon { position:relative; display:inline-block; padding-left:1em; } 
.page_search_wrap .inp_row .tit .icon:before { content:""; position:absolute; left:0; top:.4em; width:.4em; height:.4em; background:#d82744; border-radius:50%; } 
.page_search_wrap .inp_row .inp { flex:1; } 
.page_search_wrap .inp_row .inp .label_st.st2 { margin:.1em 0; } 
.page_search_wrap .btn_wrap .input_st { margin:.1em 0; width:100%; justify-content: center; } 

.page_search_wrap.st2 { padding:1em 1.5em; } 
.page_search_wrap.st2 .inp_row { align-items:center; } 

/**/
.state { display:inline-block; box-sizing:border-box; text-align:center; min-width:6.5em; font-size: 1.063em; font-weight: 700; line-height:1.55em; height:2.5em; padding:.4em .2em; background:#fff; border:1px solid #ccc; border-radius:.3em; } 
.state.c1 { background:#313851; border-color:#313851; color:#ffffff; } 
.state.c1.re { background:#ffffff; border-color:#313851; color:#313851; } 
.state.c2 { background:#108ad3; border-color:#108ad3; color:#ffffff; } 
.state.c2.re { background:#ffffff; border-color:#108ad3; color:#108ad3; } 
.state.c3 { background:#d82744; border-color:#d82744; color:#ffffff; } 
.state.c3.re { background:#ffffff; border-color:#d82744; color:#d82744; } 
.state.c4 { background:#999999; border-color:#999999; color:#ffffff; } 
.state.c4.re { background:#f5f5f5; border-color:#cccccc; color:#666666; } 
.state.c5 { background:#ef7c00; border-color:#ef7c00; color:#ffffff; } 
.state.c5.re { background:#ffffff; border-color:#ef7c00; color:#ef7c00; } 
.state.c6 { background:#2abd87; border-color:#2abd87; color:#ffffff; } 
.state.c6.re { background:#ffffff; border-color:#2abd87; color:#2abd87; } 
.state.c7 { background:#666666; border-color:#666666; color:#ffffff; } 
.state.c7.re { background:#ffffff; border-color:#666666; color:#333333; } 
.state.c8 { background:#b1becd; border-color:#b1becd; color:#ffffff; } 
.state.c8.re { background:#ffffff; border-color:#b1becd; color:#606469; } 
.state.c9 { background:#ee2c49; border-color:#ee2c49; color:#ffffff; } 
.state.c9.re { background:#ffffff; border-color:#ee2c49; color:#ee2c49; } 

/**/
.page_mg { margin-top: 2.5em; } 
.page_mg2 { margin-top: 2em; } 
.page_tit.dp1 { margin-bottom:.75em; } 
.page_tit.dp1 .tt,
.page_tit.dp1 .tt > * { display:inline-block; } 
.page_tit.dp1 .tt:first-child { margin-left:0 !important; } 
.page_tit.dp1 .tt.t1 { color: var(--siteC); font-size:1.515em; font-weight: 700; } 
.page_tit.dp1 .tt.t2 { margin-left:2em; font-size:.813em; color:#333; } 
.page_tit.dp1 .tt.t3 { color:#005bbb; } 
.page_tit.dp1 a:hover { text-decoration:underline; } 

.page_tit_col { margin-bottom:.75em; } 
.page_tit_col * { margin-bottom:0 !important; } 
.page_tit_col.flex { align-items:center; } 
.page_tit_col .input_st { font-size:.938em; } 

.page_basic_tit { margin-bottom:1em; padding-left:1em; } 
.page_basic_tit > *[class^="t"] > * { vertical-align:baseline; } 
.page_basic_tit > .t1 { position:relative; font-size:1.450em; color:#111; font-weight:700; } 
.page_basic_tit > .t1:before { content:""; position:absolute; top:.15em; left:-.8em; width:.3em; height:1em; background: var(--siteC); border-radius:.2em; } 
.page_basic_tit > .t2 { padding-top:.75em; font-size:1.063em; color:#222; line-height:1.5; } 
.page_basic_tit > .t3 { display:inline-block; padding:.5em 1em; border:1px solid #d4d5d8; border-radius:.3em; font-size:.813em; color:#666; } 
.page_basic_tit > .t3 strong { color:#222; } 

.page_tit_col > .imP { } 

/**/
.member_wrap { margin-top:1em } 
.member_wrap .login_box { width:580px; max-width:100%; margin:0 auto; } 
.member_wrap .join_box { width:800px; max-width:100%; margin:0 auto; } 
.member_wrap .cert_box { width:580px; max-width:100%; margin:0 auto; } 
.member_wrap .join_box.paper_fin_St { width: inherit; } /*설문조사 완료 박스*/

.member_wrap .member_tit { padding:1em 0 2em 0; text-align:center; } 
.member_wrap .member_tit .tit { margin-bottom:.3em; font-size:2.500em; color:#3c3c3d; font-weight:700; text-transform:uppercase; } 
.member_wrap .member_tit .tit2 { font-size:2.150em; font-weight:700; letter-spacing:-1px; } 
.member_wrap .member_tit .txt { color:#72727d; line-height:1.5em; } 
.member_wrap .member_tit .c1 { color:#3c3c3d; } 

.member_wrap .member_tab { text-align:center; padding:0 1px 0 0; } 
.member_wrap .member_tab > li { width:50%; } 
.member_wrap .member_tab > li .in { position:relative; z-index:1; margin:0 -1px -1px 0; padding:1em .5em; background:#f0f0f0; border:1px solid #d4d5d8; font-size:1.125em; color:#72727d; } 
.member_wrap .member_tab > li.on .in { z-index:2; background:#fff; border-bottom-color:transparent; color:#21489d; } 
.member_wrap .member_tab > li.on .in:before { content:""; position:absolute; top:-1px; left:-1px; right:-1px; height:4px; background:#21489d; } 

.member_wrap .member_form { padding:2.5em 2em; border:1px solid #d4d5d8; } 
.member_wrap .member_form.st2 { border-top-width:4px; border-top-color:#005bbb; } 
.member_wrap .member_form.st3 { padding:0; border-top-color:#313851; } 

.member_wrap .form > li:first-child { margin-top:0; } 
.member_wrap .form .inp_wrap { position:relative; margin-top:.4em; } 
.member_wrap .form .inp_wrap .xi { position:absolute; z-index:2; top:0; left:0; width:4em; line-height:3.5em; text-align:center; font-size:1em; color:#3c3c3d; } 
.member_wrap .form .inp_wrap .xi:before { font-size:1.750em; } 
.member_wrap .form .inp_wrap .inp { box-sizing:border-box; width:100%; height:3.5em; padding:0 1em 0 4.5em; background:#fff; border:1px solid #ddd; border-radius:.3em; } 
.member_wrap .form .inp_wrap .inp_sel { background:transparent; } 
.member_wrap .form .inp_wrap .inp:focus { border-color:#21489d; } 
.member_wrap .form .btn_wrap { margin-top:1.2em; } 
.member_wrap .form .btn_wrap .btn { margin:.4em 0; font-size:1.125em; } 
.member_wrap .form .btn { display:block; box-sizing:border-box; text-align:center; width:100%; padding:.8em 1em; border:1px solid #0d2d4f; border-radius:.3em; } 
.member_wrap .form .btn.c1 { background:#0d2d4f; color:#fff; } 
.member_wrap .form .btn.c2 { background:#ffffff; color:#0d2d4f; } 
.member_wrap .form .etc_wrap { margin-top:1.5em; } 
.member_wrap .form .etc_wrap .find { text-align:right; } 
.member_wrap .form .etc_wrap .find .link { position:relative; display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin-left:.8em; padding-left:.8em; } 
.member_wrap .form .etc_wrap .find .link:before { content:""; position:absolute; top:10%; left:0; width:1px; height:80%; background:#ccc; } 
.member_wrap .form .etc_wrap .find .link:first-child { margin-left:0; padding-left:0; } 
.member_wrap .form .etc_wrap .find .link:first-child:before { display:none; } 
.member_wrap .form .etc_wrap .find .link:hover { text-decoration:underline; } 
.member_wrap .form .id_wrap { padding:3em 1em; background:#f5f5f5; border:1px solid #e5e5e5; border-radius:.3em; text-align:center; font-size:1.125em; } 
.member_wrap .form .id_wrap strong { vertical-align:baseline; color:#21489d; letter-spacing:0; } 
.member_wrap .form .pw_wrap { padding:3em 1em; background:#f5f5f5; border:1px solid #e5e5e5; border-radius:.3em; text-align:center; font-size:.938em; color:#3c3c3d; line-height:1.8; } 

.member_wrap .form .cer_wrap > li { width:33.33%; text-align:center; } 
.member_wrap .form .cer_wrap > li .inner { margin:0 1px; padding:1em .6em; background:#ecf0f4; } 
.member_wrap .form .cer_wrap .icon .in { display:inline-block; width:4em; height:4em; background:#fff; border-radius:100%; } 
.member_wrap .form .cer_wrap .icon .in img { max-height:2.5em; } 
.member_wrap .form .cer_wrap .txt { margin-top:1em; height:3em; } 
.member_wrap .form .cer_wrap .btn { padding:.4em .4em; } 

.member_wrap .terms_wrap .all_check { padding:1em 0; border-bottom:1px dashed #bbb; font-size:1.063em; } 
.member_wrap .terms_wrap > li { padding-top:1.5em; } 
.member_wrap .terms_wrap > li:first-child { padding-top:0; } 
.member_wrap .terms_wrap .tit { margin-bottom:.6em; font-size:1.250em; color:#3c3c3d; font-weight:500 } 
.member_wrap .terms_wrap .tit * { vertical-align:baseline; } 
.member_wrap .terms_wrap .c1 { color:#d82744; } 

.member_btn_wrap { margin:1.5em 0 0 -.4em; text-align:center; } 
.member_btn_wrap > li { width:50%; } 
.member_btn_wrap .in { margin-left:.4em; } 
.member_btn_wrap .input_st { width:100%; min-width:40% !important; } 

.member_agree .agree { padding:3em; border:solid #ddd; border-width:2px 1px 1px 1px; border-top-color:#333; font-size:.938em; color:#777; line-height:1.5em; } 
.member_agree .agree.H { padding:1em 1.5em; border-top-width:1px; height:10em; overflow-y:scroll; } 
.member_agree .agree p { padding:.5em 0; } 
.member_agree .agree * { vertical-align:baseline; } 
.member_agree .agree strong { color:#333; } 
.member_agree .check { padding:1em 2em; border:solid #ddd; border-width:0 1px 1px 1px; border-radius:0 0 .6em .6em; text-align:right; } 

.join_table { border-top:1px solid #333; font-size:.938em; } 
.join_table th,
.join_table td { height:2.25em; padding:.75em 1.5em; border-bottom:1px solid #e8e8e8; text-align:left; } 
.join_table th { color:#3c3c3d; padding-right:.8em; background:#f8f8f8; } 
.join_table td { color:#72727d; } 
.join_table .checkShow td { padding-left:0; padding-right:0; } 

.join_in_box { padding:.4em .8em; border:1px solid #ddd; background:#f7f7f7; } 
.join_in_box:first-child { margin-top:0 !important; } 
.join_in_box > li { margin-top:.8em; padding-top:.6em; border-top:1px dashed #ccc; } 
.join_in_box > li:first-child { margin-top:0; padding-top:0; border-top:none; } 
.join_in_box .tit { position:relative; margin:.4em 0 .4em 0; padding-left:.8em; color:#0d2d4f; } 
.join_in_box .tit:before { content:""; position:absolute; top:.45em; left:0; width:.35em; height:.35em; background:#0d2d4f; border-radius:100%; } 

.join_finish { padding:1em 0; text-align:center; } 
.join_finish .tit { margin-bottom:.6em; font-size:1.515em; color:#333; font-weight:700; letter-spacing:-1.5px; } 
.join_finish .txt { color:#666; line-height:1.5em; } 
.join_finish .txt strong { color:#21489d; vertical-align:baseline; font-weight: 700; } 
.join_finish .join_table { width:90%; margin:2em auto 0 auto; } 



/**/
/*
.ess { color: #F33; font-weight:700; margin:0 .25em } 
.ess_tt { font-size:.938em; color:#666 } 
*/
.xi.ess { font-family:inherit !important; color:#ee2c49; font-weight:500; line-height:1; } 
.xi.ess:before { content:"*"; font-size:1.063em; } 
.xi.ess ~ span { font-size:1em; color:#ee2c49; font-weight:600; } 

.label_st { display:inline-flex; align-items:center; min-height:1.5em; 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:before { font-size:.813em; line-height:1; opacity:0 } 
.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 { opacity:1 } 
.label_st input[type=checkbox] ~ .xi:before { content:"\e928" } 
.label_st input[type=radio] ~ .xi:before { content:""; width:50%; height:50%; border-radius:50%; background:#fff } 
.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 { height:3em; display:flex; justify-content:center; align-items:center; gap:0 .25em; box-sizing:border-box; border-radius:.25em; padding:0 1.5em; border:1px solid #ddd } 
.label_st.st1 .lab .ico { font-size:1em } 
.label_st.st1 input:checked ~ .lab { border-color:var(--siteC) } 

.label_wrap { display:flex; flex-wrap:wrap; gap:1em 2em } 

.input_st { border:1px solid #ddd; color:#111; padding:.5em .75em; box-sizing:border-box; height:3em; border-radius:.25em; font-weight:500 } 
button.input_st,
a.input_st { display:inline-flex; align-items:center; justify-content: 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:3.5em; padding:.5em 1.5em; font-size:1.125em; font-weight:600 } 
.input_st.s2 { height:2.5em; padding:.25em .75em; font-size:.938em } 
.input_st.s2 .xi { font-size:1em } 
.input_st.s3 { height: 3em; padding: .25em .75em; font-size: 1.063em; } 

.input_st.c1 { background-color:var(--siteC); border-color:var(--siteC); color:#fff } 
.input_st.c1.re { background-color:#fff; border-color:var(--siteC); color:var(--siteC) } 
.input_st.c2 { background-color:#999; border-color:#999; color:#fff } 
.input_st.c2.re { background-color:#fff; border-color:#ccc; color:#888 } 
.input_st.c3 { background-color:#333; border-color:#333; color:#fff } 
.input_st.c3.re { background-color:#fff; border-color:#333; color:#333 } 
.input_st.c4 { background-color:var(--siteC2); border-color:var(--siteC2); color:#fff } 
.input_st.c4.re { background-color:#fff; border-color:var(--siteC2); color:var(--siteC2) } 
.input_st.c5 { background-color:var(--siteC3); border-color:var(--siteC3); color:#fff } 
.input_st.c5.re { background-color:#fff; border-color:var(--siteC3); color:var(--siteC3) } 

.input_st.c9 { background:#222222; border-color:#222222; color:#ffffff; } 
.input_st.c9.re { background:#ffffff; border-color:#222222; color:#222222; } 

.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.w5 { width: 40em; max-width: 100%; } 

.input_st .xi.arrow { font-size:1em; margin:0 .25em } 
.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_sec2 { display:inline-block; *display:inline; zoom:1; vertical-align:middle; text-align:center; width:1.250em; } 
.input_sec2.aTit_wrap { font-size:1.125em; } 
.input_row2 { display:block; padding:.2em 0; /* font-size:.938em*/ } 
.input_row2 > * { font-size:.938em } 


.input_st::-webkit-input-placeholder { color:#aaa } 
.input_st::-moz-placeholder { color:#aaa } 
.input_st:-moz-placeholder { color:#aaa } 
.input_st:-ms-input-placeholder { color:#aaa } 

.input_wrap { display:flex; flex-wrap:wrap; align-items:center; gap:.25em } 

/**/
.w_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_tit2 { width:20em } 
.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:.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 } 

.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:1px solid #111; width:100%; border-collapse:collapse } 
.table_st th,
.table_st td { border:1px solid #ddd; padding:.5em; height:2.5em } 
.table_st th { background:#f2f2f2f2; font-weight:700; font-size: 1.125em; } 
.table_st td { font-size: 1.063em; font-weight: 600; } 
.table_st td.cp:hover { text-decoration: underline; } 

/**/
.edu_btn > li { margin-bottom: .3em; } 
.edu_btn > li:last-of-type { margin-bottom: 0em; } 
.edu_btn .edu_b { padding: .3em 1.5em; font-size: 1em; } 
.edu_btn .edu_b.btn_1 { background: #d4d4d4; color: #444; } 
.edu_btn .edu_b.btn_2 { border: 1px solid var(--siteC); color: var(--siteC); background: #fff; } 
.edu_btn .edu_b.btn_3 { background: var(--siteC); color: #fff; } 
.edu_btn .edu_b.btn_4 { border: 1px solid #111; color: #111; } 
.edu_btn .edu_b.btn_5 { background: #ddd; color: #222; } 
.edu_btn .edu_b.btn_6 { color: #fff; background: var(--siteC2); } 
.edu_btn .edu_b.btn_7 { background: #1f4b7d; color: #fff; } 


/**/
.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 } 

/**/
.vod_wrap { position:relative; padding-bottom:56.25% } 
.vod_wrap .vod { position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover } 

#boardV { scroll-margin-top:var(--headerH) } 

.boardViewDataT { display:flex; gap:4em } 
.boardViewDataT.g1 { gap:6em } 
.boardViewDataT .img_wrap { width:50% } 
.boardViewDataT .img_wrap.w1 { width:40% } 
.boardViewDataT .img_wrap .dataImg { padding:3em; box-sizing:border-box; border:1px solid #ddd; border-radius:1em } 
.boardViewDataT .con_wrap { flex:1; min-width:0; display:flex; flex-direction:column; gap:3em; line-height:1.2 } 
.boardViewDataT .con_wrap .titW .cate { font-weight:600; color:var(--siteC2); font-size:1.125em } 
.boardViewDataT .con_wrap .titW .cate2 { font-weight:700; color:var(--siteC2); font-size:1.5em } 
.boardViewDataT .con_wrap .titW .cate2:after { content:""; display:block; width:1px; height:2em; background:var(--siteC2); margin:1em 0 0 .5em } 
.boardViewDataT .con_wrap .titW .tit { padding:1em 0 1.5em 0; border-bottom:1px solid #111 } 
.boardViewDataT .con_wrap .titW .tit .t1 { font-weight:700; font-size:2.5em; word-break:keep-all } 
.boardViewDataT .con_wrap .infoW { display:flex; flex-direction:column; gap:1em } 
.boardViewDataT .con_wrap .infoW > li { display:flex; gap:1.5em } 
.boardViewDataT .con_wrap .infoW > li.col { flex-direction:column } 
.boardViewDataT .con_wrap .infoW > li .tit { width:8em; position:relative; box-sizing:border-box; display:flex; gap:.5em } 
.boardViewDataT .con_wrap .infoW > li .tit:before { content:""; width:1em; height:1em; border:3px solid var(--siteC); box-sizing:border-box; border-radius:50%; font-size:.75em; transform:translate(0, 40%) } 
.boardViewDataT .con_wrap .infoW > li .tit .t1 { font-weight:700; font-size:1.125em } 
.boardViewDataT .con_wrap .infoW > li .tt { flex:1; min-width:0 } 
.boardViewDataT .con_wrap .infoW > li .tt .t1 { font-weight:500; color:#666 } 
.boardViewDataT .con_wrap .mentW { border-top:1px dashed #ccc; padding-top:2em } 
.boardViewDataT .con_wrap .btnW { display:flex; gap:.5em } 
.boardViewDataT .con_wrap .btnW.mg { justify-content:flex-end; margin:auto 0 0 auto } 

.dataImg { background:#f0f0f0 } 
.dataImg .bgfix { background-size:contain } 
.dataImg.st1 { background:#fff; border:none; box-shadow:0 0 2em 1em rgba(0,0,0,.1); border-radius:1em; overflow:hidden } 

.ttMent { font-size:1.125em; font-weight:500; line-height:1.5 } 

.boardViewRelated { overflow:hidden; border-radius:1em; border:1px solid var(--siteC3) } 
.boardViewRelated .tit_wrap { background:var(--siteC3); height:4em; display:flex; align-items:center; box-sizing:border-box; padding:0 2em; color:#fff } 
.boardViewRelated .tit_wrap .t1 { font-weight:700; font-size:1.5em } 
.boardViewRelated .tit_wrap .t1.s1 { font-size:1.375em } 
.boardViewRelated .list_wrap { padding:2em } 

.boardDataViewPop { display:flex; color:#fff; height:100% } 
.boardDataViewPop .leftW { width:20em; position: relative } 
.boardDataViewPop .wrapInc { height:100%; box-sizing:border-box; padding:1em } 
.boardDataViewPop .wrapSt { border:1px solid rgba(255,255,255,.1); background:#111; border-radius:1em; box-shadow:0 0 1em rgba(0,0,0,1); box-sizing:border-box; height:100%; overflow:hidden } 
.boardDataViewPop .rightW { flex:1; min-width:0 } 
.boardDataViewPop .rightW .viewW { height:calc(100% - var(--popthumbH)) } 
.boardDataViewPop .rightW .viewW.h100 { height:100% } 
.boardDataViewPop .rightW .viewW .wrapSt { box-sizing:border-box; padding:1em } 
.boardDataViewPop .rightW .viewW .wrapSt .objC { height:100% } 
.boardDataViewPop .rightW .viewW .objC img,
.boardDataViewPop .rightW .viewW .objC video,
.boardDataViewPop .rightW .viewW .objC iframe { max-height:100%; object-fit:contain } 
.boardDataViewPop .rightW .viewW .objC iframe { width:100%; height:100% } 
.boardDataViewPop .rightW .thumbW { height:var(--popthumbH); box-sizing:border-box; padding-top:1em } 
.boardDataViewPop .rightW .thumbW .wrapSt { display:flex; align-items:center; padding:0 5em; box-sizing:border-box; } 
.boardDataViewPop .thumbSlide { margin:0; flex:1; min-width:0 } 
.boardDataViewPop .thumbSlide .el { width:10em } 
.boardDataViewPop .thumbSlide .el .dataImg { background:none; border:2px solid rgba(255,255,255,.5); opacity:.5 } 
.boardDataViewPop .thumbSlide .el:hover .dataImg,
.boardDataViewPop .thumbSlide .el.swiper-slide-active .dataImg { opacity:1; transition:.3s } 
.boardDataViewPop .thumbSlide .el.swiper-slide-active .dataImg { border-color:#fff } 
.boardDataViewPop .file_info .inPd { padding:1.5em } 
.boardDataViewPop .file_info .titW { background:#900; display:flex; flex-direction:column; gap:.5em } 
.boardDataViewPop .file_info .titW .t1 { font-size:.938em } 
.boardDataViewPop .file_info .titW .t2 { font-weight:700; font-size:1.063em } 
.boardDataViewPop .file_info .info { } 
.boardDataViewPop .file_info .info > li { border-bottom:1px solid rgba(255,255,255,.2); display:flex; flex-direction:column; padding:1em 0; gap:.5em } 
.boardDataViewPop .file_info .info > li .tit { font-weight:700; font-size:1.063em } 
.boardDataViewPop .file_info .info > li .tt { opacity:.8 } 

/**/
.form_label_st { display:inline-block; *display:inline; zoom:1; cursor:pointer } 
.form_label_st > * { display:inline-block; *display:inline; zoom:1; vertical-align:middle; cursor:pointer; } 
.form_label_st > .xi { font-size: 1.15em; margin: 0; } 
.form_label_st:not(.cssbrowser) .xi:before { font-family:xeicon!important; font-style:normal; font-size:1.25em; padding-right:.25em } 
.form_label_st:not(.cssbrowser) input ~ span { color:#666; font-weight: 600; } 
.form_label_st:not(.cssbrowser) input ~ .xi:before { color:#aaa } 
.form_label_st:not(.cssbrowser) input:checked ~ span { color:#333 } 
.form_label_st:not(.cssbrowser) input:checked ~ .xi:before { color:var(--siteC); } 
.form_label_st:not(.cssbrowser) input[type=checkbox] ~ .xi:before { content:"\e92e" } 
.form_label_st:not(.cssbrowser) input[type=checkbox]:checked ~ .xi:before { content:"\e92d" } 
.form_label_st:not(.cssbrowser) input:radio ~ span { color:#333 } 
.form_label_st:not(.cssbrowser) input:radio ~ .xi:before { color:var(--siteC); } 
.form_label_st:not(.cssbrowser) input[type=radio] ~ .xi:before { content:"\e92e" } 
.form_label_st:not(.cssbrowser) input[type=radio]:checked ~ .xi:before { content:"\e92d" } 
.form_label_st:not(.cssbrowser) input[type=checkbox],
.form_label_st:not(.cssbrowser) input[type=radio] { width:0; height:0; overflow:hidden; } 
.form_label_wrap > li{ font-size: 1.063em; margin-right: 1em; box-sizing: border-box;}

@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:3.5em } 
.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% } 
}
