@charset "utf-8";
/* CSS Document */
html.layerOn{ overflow-y:hidden; padding-right:1em}

.di_wrap{font-size:0}
.di_wrap > li{display:inline-block; *display:inline; zoom:1; vertical-align:top; font-size:16px; font-size:1rem;}
.di_wrap > li > a,
.di_wrap > li > .in{ display:block}

.fl_wrap > li{ float:left}
.fl_wrap > li > a:not(.va),
.fl_wrap > li > .in{ display:block}
.fl_wrap::after{ content:""; display:block; clear:both}

.va_wrap{ display:block; text-align:center; white-space: nowrap}
.va_wrap:before{ content:""; display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:0; height:100%}
.va{display:inline-block; *display:inline; zoom:1; vertical-align:middle; max-width:100%; height:auto; white-space:normal}
.va_wrap img{vertical-align:middle; display:inline-block; *display:inline; zoom:1; max-width:100%; max-height:100%}

.al{ text-align: left !important;}
.ac{ text-align: center !important;}
.ar{ text-align: right !important;}

.vt{ vertical-align:top !important;}
.vm{ vertical-align:middle !important;}
.vb{ vertical-align:bottom !important;}
.vBase{ vertical-align:baseline !important}

.fl{ float:left !important;}
.fr{ float:right !important;}
.cl{ clear:both !important; display:block}
.oh{ overflow:hidden !important;}

.pr{ position:relative; z-index:inherit}
.pa{ position:absolute; left:0; top:0; width:100%; height:100%}

.di{display:inline}
.db{ display:block !important;}
.dn{ display:none !important;}

.cp{ cursor:pointer;}
.cutstr {text-overflow : ellipsis;overflow : hidden;white-space : nowrap; display:block; width:100%}

.w60 { width:60%;}
.w70 { width:70%;}
.w80 { width:80%;}
.w90 { width:90%;}
.w100{ 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}
.flex.gap1{ gap:.1em}

.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.vod{ padding-bottom:56.25%}
.resize.photo{ padding-bottom:66.6666%}
.resize.pop{ padding-bottom:66.6666%}
.resize.book{ padding-bottom:133%}
.resize .re img{ width:100%; height:100%; object-fit: cover}

.row{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box;  -webkit-box-orient: vertical;}
.row.r2{ -webkit-line-clamp: 2}
.row.r3{ -webkit-line-clamp: 3}
.row.r4{ -webkit-line-clamp: 4}

.c_point{ color:#0060ae !important}
.c_point2{ color:#002144 !important}
.c_black{ color:#000 !important}
.c_gray{ color:#777 !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}
.pre{white-space:pre-wrap;}
.round{ border-radius:.5em}

.loader_wrap{ position: fixed; left:0; top:0; width:100vw; height:100vh; z-index:10000; background:rgba(255,255,255,.5); display:flex; justify-content:center; align-items:center}
.load .loader_wrap{ display:none}
.loader{animation: rotate 1s infinite; height: 50px; width: 50px;}
.loader:before,
.loader:after{ border-radius: 50%; content: ''; display: block; height: 20px; width: 20px;}
.loader:before{ animation: ball1 1s infinite; background-color: #cb2025; box-shadow: 30px 0 0 #f8b334; margin-bottom: 10px;}
.loader:after{ animation: ball2 1s infinite; background-color: #00a096; box-shadow: 30px 0 0 #97bf0d;}
@keyframes rotate {
0% { transform: rotate(0deg) scale(0.8);}
50% { transform: rotate(360deg) scale(1.2);}
100% { transform: rotate(720deg) scale(0.8);}
}
@keyframes ball1 {
0% { box-shadow: 30px 0 0 #f8b334;}
50% { box-shadow: 0 0 0 #f8b334; margin-bottom: 0; transform: translate(15px,15px); }
100% { box-shadow: 30px 0 0 #f8b334; margin-bottom: 10px;}
}
@keyframes ball2 {
0% { box-shadow: 30px 0 0 #97bf0d;}
50% { box-shadow: 0 0 0 #97bf0d; margin-top: -20px; transform: translate(15px,15px);}
100% { box-shadow: 30px 0 0 #97bf0d; margin-top: 0;}
}

/**/
.pd0{ padding:0 !important;}
.pt0{ padding-top:0 !important;}
.pb0{ padding-bottom:0 !important;}

.mg0{ margin:0 !important;}

.mt0{ margin-top:0 !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;}

.mlA{ margin-left:auto !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;}

.mrA{ margin-right:auto !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}

.ffSerif{ font-family: Georgia, "Times New Roman", Times, serif; letter-spacing:0}

.fs12{ font-size:.75em !important}
.fs13{ font-size:.813em !important}
.fs14{ font-size:.875em !important}
.fs15{ font-size:.938em !important}
.fs16{ font-size:1em !important}
.fs17{ font-size:1.063em !important}
.fs18{ font-size:1.125em !important}
.fs19{ font-size:1.188em !important}
.fs20{ font-size:1.25em !important}
.fs21{ font-size:1.313em !important}
.fs22{ font-size:1.375em !important}
.fs23{ font-size:1.438em !important}
.fs24{ font-size:1.5em !important}
.fs25{ font-size:1.563em !important}
.fs26{ font-size:1.615em !important}
.fs27{ font-size:1.688em !important}
.fs28{ font-size:1.75em !important}
.fs29{ font-size:1.813em !important}
.fs30{ font-size:1.875em !important}
.fs31{ font-size:1.938em !important}
.fs32{ font-size:2em !important}

.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}

.input_st.s1{ font-size:1.125em; min-width:10em;}
.input_st.s2{ line-height:1.5em; height:2.5em; padding:.4em .5em; font-size:.938em; min-width:6em;}
.input_st.s3{ line-height:1.65em; height:2.2em; padding:.2em 1.5em; font-size:.938em; min-width:12em;}
.input_st.s4{ line-height:normal; height:auto; font-size:.875em; min-width:inherit !important;}

.page_tt{ font-size:1em; word-break:keep-all; line-height:1.4}
.page_tt.s1{ font-size:1.125em}
.page_tt.s2{ font-size:1.313em}
.page_tt.s3{ font-size:1.5em}
.page_tt.s4{ font-size:1.625em}
.page_tt.s5{ font-size:1.875em}
.page_tt.s6{ font-size:0.9em}
.lh1{ line-height:1.6}
.wb{ word-break:keep-all}
.wb2,
.wb2 *{ word-break:break-all; word-wrap:break-word;}

.tt_price > *{ vertical-align:baseline}
.tt_price .tw{ color:#666}
.tt_price .no{ font-weight:700; font-size:1.125em; color:#0060ae}

/*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}
.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 tbody tr:hover{ background:#f5fbff}
.board_table .rNotice,
.board_table .rNotice:hover{ background:#f5f5f5}

.board_table.st2{ font-size:.875em;}
.board_table.st2 th,
.board_table.st2 td{ height:1.5em;}
.board_table.st2 .view_con{ padding-top:.8em; padding-bottom:.8em;}
.board_table.page.st2 th,
.board_table.page.st2 td{ padding-left:.2em; padding-right:.2em;}
.board_table.page.st2 .ar{ padding-right:1em;}
.board_table.st3{ margin-top:-1px; border-top:none;}

.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:#0060ae}
.boardIco.lock:before{content:"\e966"; color:#777}
.boardIco.notice:before{content:"\ea5a"}
.boardIco.new:before{content:"\e9a9"; color:#0060ae}
.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"}
.nocon.st1{ border:none; height:10em}
.nocon.st1 .xi{ font-size:4em}

.no_con{ padding:5.75em 0 !important; background:#fff !important; color:#999 !important;}
.no_con:before{ content:"\e9d8"; font-family:xeicon !important; font-size:5em; color:#ddd; display:block; margin:0 auto .2em auto;}
.no_con.st1{ padding:2.5em 2em 3.5em 2em !important; color:#3c3c3d !important; line-height:1.4em;}
.no_con.st1 > p{ font-size:.875em;}
.no_con.st1:before{ font-size:3rem; margin-bottom:.5em;}

div.no_con{ border:1px solid #ddd; text-align:center;}


.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 .max0{ flex:0 0 auto;}
.page_btn .max1{ max-width:10em; min-width:10em}
.page_btn.al{ justify-content:flex-start}
.page_btn.ar{ justify-content:flex-end}
.page_btn.space{ justify-content:space-between}
.page_btn.space > *{ flex:0 0 auto}

.board_search{ display:flex; align-items:center; justify-content:space-between; margin-bottom:1em}
.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:#0060ae; margin-left:.25em}
.board_search .total .t3{ font-weight:700; font-size:1.25em; margin-right:.25em}
.board_search .total .twrap > *{ vertical-align:baseline }
.board_search .search{ display:flex; align-items:center; gap:0 .25em}
.board_search .grow{ flex:1 1 0%; min-width:0; display:flex}
.board_search .grow.ac{ justify-content:center}
.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_search .search .inp .input_st{ width:100%}
.board_search .search .inp.w1{ flex:1 1 0%; min-width:0; max-width:30em}
.board_search .search .inp.w2{ width:10em}
.board_search.bg1{ background:#f5f5f5; padding:1.5em}
.board_search.bg2{ background:#0060ae; padding:.5em}

.board_search_detail{ position:relative}
.board_search_detail .wrap_tit{ position:absolute; left:2em; top:0; padding:0 .75em; background:#fff; transform:translateY(-50%)}
.board_search_detail .wrap_tit .t1{ font-weight:700; font-size:1.313em; color:#0060ae}
.board_search_detail .wrap_con{ border:1px solid #0060ae; padding:1.25em 2em; border-radius:.5em}
.board_search_detail .wrap_con .list{ display:flex; flex-wrap:wrap; gap:0 4em}
.board_search_detail .wrap_con .list > li{ width:100%}
.board_search_detail .wrap_con .list > li .in{ display:flex; padding:.75em 0; min-height:2em}
.board_search_detail .wrap_con .list > li .in.vc{ align-items:center}
.board_search_detail .wrap_con .list > li:not(:first-child){ border-top:1px solid #ddd}
.board_search_detail .wrap_con .list > li.st1{ border-top:none}
.board_search_detail .wrap_con .list > li.st1 .in{ padding-top:0}
.board_search_detail .wrap_con .list > li .in .tit{ width:9em; position:relative; display:flex; align-items:center; box-sizing:border-box}
.board_search_detail .wrap_con .list > li .in .tit.st2 { width:11em;}
.board_search_detail .wrap_con .list > li .in .tit.p1{ padding-left:1em}
.board_search_detail .wrap_con .list > li .in .tit .t1{ font-weight:500; font-size:1.125em}
.board_search_detail .wrap_con .list > li .in .tit .t2{ font-weight:500}
.board_search_detail .wrap_con .list > li .in .tit .ico{ font-size:1em; width:1.5em; text-align:center}
.board_search_detail .wrap_con .list > li .in .con{ flex:1 1 0%; min-width:0; padding:.125em 0}
.board_search_detail .wrap_con .list > li .in .con .t1{ font-size:1.063em}
.board_search_detail .wrap_con .list > li.w1{ width:calc(50% - 2em)}
.board_search_detail.st1 .wrap_con .list > li{ border-bottom:none}
.board_search_detail.st1 .wrap_con .list > li .in{ padding:.375em 0}

.board_pg{ display:flex; align-items:center; justify-content:center; margin-top:2em; 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:1.5em 0; border-bottom:1px solid #ddd; display:flex; align-items:center}
.board_viewT .vTit .tit{ flex:1 1 0%; min-width:0}
.board_viewT .vTit .tit .t1{ font-weight:700; font-size:1.5em;}
.board_viewT .vTit .tit .t2{ font-weight:500; font-size:1.063em; color:#002144; margin-top:.375em}
.board_viewT .vTit .tit .t2 .ts{ vertical-align:baseline; color:#999}
.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; vertical-align:top; 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_viewT .info > li.mgL{ margin-left:auto}
.board_viewM{ padding:2.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:#0060ae}
.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"}

.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.375em}
.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_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 > 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_lab .lab_tit{ width:9em; margin-right:2em; gap:.5em 0; padding-left:.25em}
.form_lab .tit1{ font-weight:500; font-size:1.063em}
.form_lab .tit2{ font-weight:500; 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 > *{ 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 .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}
.form_lab .lab_con .max1{ max-width:27em}
.form_lab .lab_con .max2{ max-width:8.375em}
.form_lab .lab_con .max3{ max-width:23.5em}
.form_lab .lab_con .min1{ min-width:23.5em}

.board_gallery{ display:flex; flex-wrap:wrap; gap:3em}
.board_gallery > li{ width:calc(50% - 1.5em)}
.board_gallery > li .wrap_in{ display:block; border-radius:.5em; overflow:hidden}
.board_gallery > li .wrap_in .img_wrap{ position:relative; display:block; border-radius:.5em; overflow:hidden}
.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 .con_wrap{ display:block; padding:1em 0}
.board_gallery > li .wrap_in .con_wrap .t1{ font-size:1.125em; font-weight:500}
.board_gallery > li .wrap_in .con_wrap .t2{ font-weight:500}
.board_gallery > li .wrap_in:focus .con_wrap,
.board_gallery > li .wrap_in:hover .con_wrap{ }
.board_gallery.s2 > li{ width:calc(25% - 2em)}
.board_gallery.s2 {gap:2em;}
.board_gallery.s1 > li{ width:calc(33.3333% - 2em)}

.board_photo{ display:flex; flex-wrap:wrap; margin:-2em 0 0 -3em}
.board_photo > li{ width:33.33%}
.board_photo > li .wrap_in{ margin:2em 0 0 3em;}
.board_photo.d1{ margin:-1.5em 0 0 -1.5em}
.board_photo.d1 > li{ width:25%}
.board_photo.d1 > li .wrap_in{ margin:1.5em 0 0 1.5em}
.board_photo > li .wrap_in .con_wrap{ padding:1em; text-align:center}
.board_photo > li .wrap_in .con_wrap .t1{ font-size:1.125em; font-weight:500}
.board_photo > li .wrap_in .con_wrap .date{ color:#666; margin:.75em 0}
.board_photo > li .wrap_in .etc_wrap{ padding:.25em 1em}
.board_photo.st1 > li .wrap_in{ border:1px solid #eee; border-radius:.5em; overflow:hidden}
.board_photo.st1 > li .wrap_in .con_wrap{ text-align:left; border:1px solid #eee; border-left:none; border-right:none}
.board_photo > li:hover .wrap_in .con_wrap { background-color:#111; color:#fff;}

.board_cate{ display:flex; flex-wrap:wrap; margin-bottom:1.5em; 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:12.5%}
.board_cate > li > a{ display:flex; align-items:center; justify-content:center; text-align:center; box-sizing:border-box; padding:.5em; line-height:1.1; height:3em; 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:500; position:relative}
.board_cate > li > a .tt .no{ margin-left:.25em; color:#0060ae}
.board_cate > li > a:hover,
.board_cate > li > a:focus{ background:#f9fbfc; color:#111; z-index:1}
.board_cate > li.on > a{ background:#0060ae; color:#fff; border-color:transparent}
.board_cate > li.on > a .tt .no{ color:#fff}
.board_cate > li.on > a .tt:after{ content:""; position:absolute; right:-.75em; top:0; width:.375em; height:.375em; background:#fff; border-radius:50%}
.board_cate.d1 > li{ width:25%}
.board_cate.d2 > li{ width:16.66%}
.board_cate.d3 > li{ width:20%}

.hover_st.bgB .con_wrap{transition:.3s}
.hover_st.bgB:focus .img_wrap,
.hover_st.bgB:hover .img_wrap{ border-radius:.5em .5em 0 0}
.hover_st.bgB:focus .con_wrap,
.hover_st.bgB:hover .con_wrap{ background:#111; text-align:center; color:#fff}
.hover_st.zoom .img_wrap{ overflow:hidden}
.hover_st.zoom .img_wrap .resize{ transition:.5s}
.hover_st.zoom:focus .img_wrap .resize,
.hover_st.zoom:hover .img_wrap .resize{ transform:scale(1.1)}

/**/
.ess{ color:#0060ae; font-weight:700; margin:0 .25em}
.ess_tt{ font-size:.938em; color:#666}

.board_btn_wrap{ margin-top:2.5em; text-align:center;}

.label_st{ display:inline-flex; align-items:center; min-height:1em; gap:0 .25em; cursor:pointer; line-height:1; box-sizing:border-box}
.label_st input{zoom: 1.5; margin-bottom:auto; cursor:pointer}
.label_st input:checked{accent-color:#0060ae}
.label_st input:checked ~ .tt{color:#0060ae}

.label_st.s1{ font-size:1.25em; font-weight:500}
.label_st.s1 input{ zoom:2}

.label_st.st1{ position:relative; padding:1.5em 1em; text-align:center}
.label_st.st1.p1{ padding:1em}
.label_st.st1 .bg{ position:absolute; left:0; top:0; width:100%; height:100%; box-sizing:border-box; border:1px solid #ddd; border-radius:.5em; z-index:-1}
.label_st.st1 .tt.s1{ font-size:.938em; opacity:.8}
.label_st.st1 input:checked{ accent-color:#fff}
.label_st.st1 input:checked ~ .bg{ background:#0060ae}
.label_st.st1 input:checked ~ .tt{ color:#fff}
.label_st.st1 input:disabled ~ .bg{ background:#f7f7f7;}

.label_wrap{ display:flex; flex-wrap:wrap; align-items:flex-start; gap:1em 3em}
.label_wrap.fix0{ gap:.5em}
.label_wrap.fix0 > *{ flex:1 1 1%}
.label_wrap.fix1{ gap:1em 0}
.label_wrap.fix1 > *{ width:25%; max-width:15em; font-size: 0.95em;}
.label_wrap.fix2{ gap:1em 0}
.label_wrap.fix2 > *{ width:25%; max-width:15em; font-size: 0.95em;}

.input_st{ border:1px solid #ddd; color:#111; padding:.5em .75em; box-sizing:border-box; height:3.25em; border-radius:.25em}
a.input_st{ display:inline-flex; align-items:center; justify-content:center}
a.input_st.al{ justify-content:flex-start}
.input_st[type=file]{ background:none; border:1px solid #ddd; padding:0; width:100%}
textarea.input_st{ width:100%; height:7em}
textarea.input_st.h1{ height:15em}
select.input_st{ padding-right:2.5em}

.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 .xi.arrow{ font-size:1em; margin-left:1em}
.input_st .xi.arrow:before{content:"\e940"}
.input_st .xi.ico{ margin-right:.25em; font-size:1.438em}
.input_st .xi.down{ margin-left:1em}
.input_st .xi.down:before{content:"\eb7c"}
.input_st .xi.more{ margin-left:1em; font-size:1em}
.input_st .xi.more:before{content:"\e913"}
.input_st .xi.ico.buy:before{content:"\e9fe"}
.input_st .xi.ico.cart:before{content:"\e9fb"}

.input_st.s1{ height:3.5em; font-size:1.188em; font-weight:500; padding:.5em 2em}
.input_st.s2{ height:2.5em; padding:.25em .5em; font-size:.938em}
.input_st.s2 .xi{ font-size:1em}
.input_st.s3{ height:2em; font-size:.938em}
.input_st.s3 .xi{ font-size:1em}

.input_st.c1{ background:#0060ae; border-color:#0060ae; color:#fff}
.input_st.c1.re{ background:#fff; border-color:#0060ae; color:#0060ae}
.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:#002144; border-color:#002144; color:#fff}
.input_st.c4.re{ background:#fff; border-color:#002144; color:#002144}
.input_st.c_green{ background:#396; border-color:#396; color:#fff}
.input_st.c_green.re{ background:#fff; border-color:#396; color:#396}

.input_st.w1{ width:14em; max-width:100%}
.input_st.w2{ width:6.25em}
.input_st.w3{ width:40em; max-width:100%}
.w100{ width:100%}

.input_st.wFix{ min-width:8em; text-align:center}

.label_calendar{ position:relative}
.label_calendar input{ padding-right:2.5em; background:#fff !important; border:1px solid #ddd !important}
.label_calendar .icon{ position:absolute; right:0; top:0; width:2.5em; height:100%; display:flex; justify-content:center; align-items:center;}
.label_calendar .icon:before{ font-family:xeicon; content:"\e9a0"; color:#aaa}

.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:#777}
.input_st::-moz-placeholder{ color:#777}
.input_st:-moz-placeholder{ color:#777}
.input_st:-ms-input-placeholder{ color:#777}

.input_wrap{ display:flex; flex-wrap:wrap; align-items:center; gap:.25em}

/**/
.w_no{ width:4em}
.w_cate{ width:8em}
.w_tit{ width:auto}
.w_name{ width:7em}
.w_date{ width:8em}
.w_hit{ width:6em}
.w_check{ width:4em}
.w_btn{ width:6em}
.w_state{ width:7em}

.w_form_tit{ width:12em}
.w_form{ width:auto}
.w_auto{ width:auto}

.tt_state{ display:inline-block; box-sizing:border-box; border:1px solid transparent; line-height:1; min-width:6em; padding:.5em 1em; border-radius:1em; font-size:.938em; font-weight:500; text-align:center}
.tt_state.c1{ background:#777; color:#fff}
.tt_state.c1.re{ border-color:#333; color:#111; background:#fff}
.tt_state.c2{ background:#0060ae; color:#fff}
.tt_state.c2.re{ border-color:#0060ae; color:#0060ae; background:#fff}
.tt_state.c3{ background:#002144; color:#fff}
.tt_state.c3.re{ border-color:#002144; color:#002144; background:#fff}

.ps05{ margin-top:.5em !important}
.ps1{ margin-top:1em !important}
.ps15{ margin-top:1.5em !important}
.ps2{ margin-top:2em !important}
.ps3{ margin-top:3em !important}
.ps4{ margin-top:4em !important}
.ps5{ margin-top:5em !important}
.ps{ margin-top:4em !important}

.ui-widget{ font-size:.938em !important}

.table_scroll{ overflow:auto; max-height:calc(100vh - 15em); border-top:2px solid #000; border-left:1px solid #ddd}
.table_scroll .table_st{ white-space:nowrap; min-width:100%; width:auto}
.table_scroll.h0{ max-height:none}
.table_scroll.h1{ max-height:30em;}
.table_scroll.none{ overflow:visible; max-height:none}
.table_scroll.none .table_st{ white-space:normal}
.table_st{ width:100%; border-collapse: separate;}
.table_st th,
.table_st td{ background:#fff; border:1px solid #ddd; border-left:none; border-top:none; height:3.25em; text-align:center; padding:.375em; box-sizing:border-box}
.table_st th{ font-weight:700}
.table_st tr.bg0 th,
.table_st tr.bg0 td,
.table_st th.bg0,
.table_st td.bg0{ background:#f5f5f5}
.table_st tr.bg1 th,
.table_st tr.bg1 td,
.table_st th.bg1,
.table_st td.bg1{ background:#fff6f7}
.table_st tr.bg2 th,
.table_st tr.bg2 td,
.table_st th.bg2,
.table_st td.bg2{ background:#f5fbff}
.table_st .fixT{ position:sticky; top:0; z-index:2}
.table_st .fixL{ position:sticky; left:0; z-index:1}
.table_st tr.hover:hover th,
.table_st tr.hover:hover td{ background:#f5fbff}
.table_st .w_check{ min-width:4em; max-width:4em}
.table_st .w_check + .fixL{left:4em}
.table_st .w_grow{ width:100% }
.table_st .w_index{ min-width:5em; max-width:5em}
.table_st .w_index + .fixL{left:5em}
.table_st .w_inp{ min-width:8em; max-width:8em}
.table_st .w_year{ min-width:10em; max-width:10em}

.info_table {border:1px solid #ddd; border-radius:.5em; overflow:hidden;}
.table_st2 {width: 100%;}
.table_st2 .bg1 {background: #f5f5f5;}
.table_st2 .w1 { width:25%;}
.table_st2 .w2 { width:12.5%;}
.table_st2 tr:last-child {border-top-left-radius: 0.5em;border-top-right-radius: 0.5em;}
.table_st2 tr:first-child {border-top-left-radius: 0.5em; border-top-right-radius: 0.5em;}
.table_st2 th,
.table_st2 td {align-items:center; min-height:2.5em; justify-content:center; text-align:center; min-width:0; box-sizing:border-box; padding:1em;}
.table_st2 .brd_t { border-top:1px solid #ddd;;}
.table_st2 .brd_r { border-right:1px solid #ddd;;}

.btn_st1{ width:1.5em; line-height:1.5em; text-align:center; border:1px solid #ddd; background:#fff; color:#666; border-radius:.25em}
.btn_st1 .xi{ font-size:.875em}
.btn_st1.close .xi:before{content:"\e921"}
	
.flex_table .thead{ margin-bottom:1em}
.flex_table .tbody{ display:flex; flex-direction:column; height:100%}
.flex_table .tr{ flex:1 1 0%; min-height:0; display:flex; border:1px solid #ddd; box-sizing:border-box; overflow:hidden}
.flex_table .tr:not(:last-child){border-bottom:none}
.flex_table .tr:first-child{ border-top-left-radius:.5em; border-top-right-radius:.5em}
.flex_table .tr:last-child{ border-bottom-left-radius:.5em; border-bottom-right-radius:.5em}
.flex_table .td{ display:flex; flex-direction:column; align-items:center; min-height:2.5em; justify-content:center; text-align:center; flex:1 1 0%; min-width:0; box-sizing:border-box; padding:1em; border-right:1px solid #ddd}
.flex_table .td.al{ align-items:flex-start}
.flex_table .td:last-child{ border-right:none}
.flex_table .td.bg1{ background:#f5f5f5}
.flex_table .td.w1{ flex:0 0 10em}
.flex_table .td.w2{ flex:0 0 8em}
.flex_table .td.wName{ flex:0 0 7em}
.flex_table .td.wPo{ flex:0 0 4em}
.flex_table .td.wMail{ flex:0 0 12em}
.flex_table .td.wTel{ flex:0 0 9em}
.flex_table .thead .tr{ box-shadow:0 .25em .5em rgba(0,0,0,.1); background:#fff; color:#0060ae}
.flex_table .thead .tr:first-child{ border-top-left-radius:0; border-top-right-radius:0; border-top:1px solid #0060ae}
.flex_table .flex_table{ flex: 1 1 0; min-width:0}
.flex_table .flex_table .thead{ margin-bottom:0}
.flex_table .flex_table .tr{ border:none; border-bottom:1px solid #ddd}
.flex_table .flex_table .tr:last-child{ border-bottom:none}

.dataLink:before{ content:attr(data-link)}
.dataLink:hover:before,
.dataLink:focus:before{ text-decoration:underline}

.dl_st{ padding:2em 0}
.dl_st .dl_st{ padding:.75em 0}
.dl_st dt{ margin-bottom:.75em}
.dl_st dt .t1{ display:block; font-weight:700; text-align:center; font-size:1.313em}
.dl_st dt .t2{ display:block; font-weight:500; font-size:1.125em}
.dl_st dt .t3{ display:block; font-weight:700; font-size:1.188em}
.dl_st dd{ padding-left:1em}
.dl_st dd .t1{ color:#666; line-height:1.5}

.ol_st > li{ margin-bottom:.25em}
.ol_st > li[data-ico]{ padding-left:1em; position:relative}
.ol_st > li[data-ico]:before{ content:attr(data-ico); position:absolute; left:0; top:0}
.ol_st > li > .ol_st{ margin-top:.25em}