@charset "utf-8";
/* CSS Document */
:root{
--headerH1 : 6em;
--headerH2 : 3.75em;
--headerH3 : 4em;
--siteC : #224fa3;
--siteC2 : #46b865;
--siteGra : linear-gradient(-45deg, #224fa3 0%,  #46b865 100%);
--box1 : 1300px;
--scrollBar:#aaa transparent;
}
.siteC{ color: var(--siteC) !important}
.siteC2{ color: var(--siteC2) !important}

/**/
.di_wrap{font-size:0}
.di_wrap > li{display:inline-block; *display:inline; zoom:1; vertical-align:top; font-size:16px; font-size:1rem;}
.di_wrap > li > a,
.di_wrap > li > .in{ display:block}

.fl_wrap > li{ float:left}
.fl_wrap > li > a:not(.va),
.fl_wrap > li > .in{ display:block}
.fl_wrap::after{ content:""; display:block; clear:both}

.va_wrap{ display:block; text-align:center; white-space: nowrap}
.va_wrap:before{ content:""; display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:0; height:100%}
.va{display:inline-block; *display:inline; zoom:1; vertical-align:middle; max-width:100%; height:auto; white-space:normal}
.va_wrap img{vertical-align:middle; display:inline-block; *display:inline; zoom:1; max-width:100%; max-height:100%}

.al{ text-align: left !important;}
.ac{ text-align: center !important;}
.ar{ text-align: right !important;}

.vt{ vertical-align:top !important;}
.vm{ vertical-align:middle !important;}
.vb{ vertical-align:bottom !important;}
.vBase{ vertical-align:baseline !important}

.fl{ float:left !important;}
.fr{ float:right !important;}
.cl{ clear:both !important; display:block}
.oh{ overflow:hidden !important;}

.pr{ position:relative; z-index:inherit}
.pa{ position:absolute; left:0; top:0; width:100%; height:100%}

.di{display:inline}
.db{ display:block !important;}
.dn{ display:none !important;}
.dib{ display:inline-block}

.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:56.25%}
.resize.photo{ padding-bottom:66.66%}
.resize.poster{ padding-bottom:141.4%}
.resize.project{ padding-bottom:75%}
.resize.prod{ padding-bottom:100%}
.resize.evt{ padding-bottom:69.3877%}
.resize .objC{ display:flex; align-items:center; justify-content:center}
.resize .objC img,
.resize .objC iframe{ object-fit:contain; max-width:100%; max-height:100%}
.resize .objC.cover img,
.resize .objC.cover iframe{ object-fit:cover; width:100%; height:100%; max-width:none; max-height:none}

.row{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; line-height:1.25em;}
.row.r2{ -webkit-line-clamp: 2}
.row.r3{ -webkit-line-clamp: 3}
.row.r4{ -webkit-line-clamp: 4}
.row.r2.fix{ height:2.5em}
.row.r3.fix{ height:3.75em}
.row.r4.fix{ height:5em}
.row.lh1{ line-height:1.5em}
.row.r2.lh1.fix{ height:3em}
.row.r3.lh1.fix{ height:4.5em}
.row.r4.lh1.fix{ height:6em}

.c_point{ color:var(--siteC) !important}
.c_black{ color:#000 !important}
.c_gray{ color:#888 !important}
.c_white{ color:#fff !important}
.c_dgray{ color:#555 !important}
.c_red{ color:#F36 !important}

.bgfix{background-repeat:no-repeat; background-position:center center; background-size:cover;}
.bgfix.ct{ background-size:contain}

.pre{white-space:pre-wrap;}
.radius{ border-radius:1em; overflow:hidden}

.loader_wrap{ position: fixed; left:0; top:0; width:100vw; height:100vh; z-index:10000; background:rgba(255,255,255,.5); display:flex; justify-content:center; align-items:center}
.load .loader_wrap{ display:none}
.loader{animation: rotate 1s infinite; height: 50px; width: 50px;}
.loader:before,
.loader:after{ border-radius: 50%; content: ''; display: block; height: 20px; width: 20px;}
.loader:before{ animation: ball1 1s infinite; background-color: #cb2025; box-shadow: 30px 0 0 #f8b334; margin-bottom: 10px;}
.loader:after{ animation: ball2 1s infinite; background-color: #00a096; box-shadow: 30px 0 0 #97bf0d;}
@keyframes rotate {
0% { transform: rotate(0deg) scale(0.8);}
50% { transform: rotate(360deg) scale(1.2);}
100% { transform: rotate(720deg) scale(0.8);}
}
@keyframes ball1 {
0% { box-shadow: 30px 0 0 #f8b334;}
50% { box-shadow: 0 0 0 #f8b334; margin-bottom: 0; transform: translate(15px,15px); }
100% { box-shadow: 30px 0 0 #f8b334; margin-bottom: 10px;}
}
@keyframes ball2 {
0% { box-shadow: 30px 0 0 #97bf0d;}
50% { box-shadow: 0 0 0 #97bf0d; margin-top: -20px; transform: translate(15px,15px);}
100% { box-shadow: 30px 0 0 #97bf0d; margin-top: 0;}
}

/**/
.pd0{ padding:0 !important;}
.pt0{ padding-top:0 !important;}
.pb0{ padding-bottom:0 !important;}

.mg0{ margin:0 !important;}

.mt0{ margin-top:0 !important;}
.mt3{ margin-top:3px !important;}
.mt5{ margin-top:5px !important;}
.mt10{ margin-top:10px !important;}
.mt15{ margin-top:15px !important;}
.mt20{ margin-top:20px !important;}
.mt25{ margin-top:25px !important;}
.mt30{ margin-top:30px !important;}
.mt40{ margin-top:40px !important;}
.mt50{ margin-top:50px !important;}

.mb0{ margin-bottom:0 !important;}
.mb5{ margin-bottom:5px !important;}
.mb10{ margin-bottom:10px !important;}
.mb15{ margin-bottom:15px !important;}
.mb20{ margin-bottom:20px !important;}
.mb25{ margin-bottom:25px !important;}
.mb30{ margin-bottom:30px !important;}
.mb40{ margin-bottom:40px !important;}
.mb50{ margin-bottom:50px !important;}

.ml0{ margin-left:0 !important;}
.ml5{ margin-left:5px !important;}
.ml10{ margin-left:10px !important;}
.ml15{ margin-left:15px !important;}
.ml20{ margin-left:20px !important;}
.ml25{ margin-left:25px !important;}
.ml30{ margin-left:30px !important;}
.ml40{ margin-left:40px !important;}
.ml50{ margin-left:50px !important;}

.mr0{ margin-right:0 !important;}
.mr5{ margin-right:5px !important;}
.mr10{ margin-right:10px !important;}
.mr15{ margin-right:15px !important;}
.mr20{ margin-right:20px !important;}
.mr25{ margin-right:25px !important;}
.mr30{ margin-right:30px !important;}
.mr40{ margin-right:40px !important;}
.mr50{ margin-right:50px !important;}

.pd05{ padding:.5em !important;}
.pd1{ padding:1em !important;}
.pd2{ padding:2em !important;}

.fwB{ font-weight:700}
.fwM{ font-weight:500}
.fwR{ font-weight:400}
.fwL{ font-weight:300}

.fs12{ font-size:.75em !important}
.fs13{ font-size:.813em !important}
.fs14{ font-size:.875em !important}
.fs15{ font-size:.938em !important}
.fs16{ font-size:1em !important}
.fs17{ font-size:1.063em !important}
.fs18{ font-size:1.125em !important}
.fs19{ font-size:1.188em !important}
.fs20{ font-size:1.25em !important}
.fs21{ font-size:1.313em !important}
.fs22{ font-size:1.375em !important}
.fs23{ font-size:1.438em !important}
.fs24{ font-size:1.5em !important}
.fs25{ font-size:1.563em !important}
.fs26{ font-size:1.615em !important}
.fs27{ font-size:1.688em !important}
.fs28{ font-size:1.75em !important}
.fs29{ font-size:1.813em !important}
.fs30{ font-size:1.875em !important}
.fs31{ font-size:1.938em !important}
.fs32{ font-size:2em !important}

.hideT{position: absolute; z-index: -1; display: inline-block; overflow: hidden; height: 1px; width: 1px; border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); word-break: initial; word-wrap: initial;}
.hideT.close{ display:none}

/*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 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.375em}
.board_tit .t2{ font-weight:700; font-size:1.25em}

.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 .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_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:400}
.form_lab .lab_con .inp_tt.s1{ font-size:1em; font-weight:700; color:#111}
.form_lab .lab_con .input_stN{ width:100%}
.form_lab .lab_con .input_stN.grow{ flex:1 1 0%; min-width:0; width:auto}
.form_lab .lab_con .line{ padding-top:.75em; margin-top:.75em; border-top:1px solid #ddd}
.form_lab .lab_con .w1{ flex:0 0 auto; width:3em}
.form_lab .lab_con .w2{ flex:0 0 auto; width:9em}
.form_lab .lab_con .w50{ flex:0 0 auto; width:50%}
.form_lab .lab_con .w100{ flex:0 0 auto; width:100%}
.form_lab .lab_con .w_auto{ flex:0 0 auto; width:auto}
.form_lab .lab_con .max1{ max-width:23em}
.form_lab .lab_con .max2{ max-width:10em}
.form_lab .lab_con .max3{ max-width:10em}
.form_lab .lab_con .min1{ min-width:23.5em}

.form_wrap.st1{}
.form_wrap.st1 .form_st{ border:1px solid #ddd; padding:1em 2em}
.form_wrap.st1 .form_st > li{ border-bottom:none; border-top:none; padding:.375em 0}
.font_wrap.st1 .form_lab .lab_con{ min-height:auto}

.form_wrap.st2{ border-radius:1em; padding:1em 2em; box-shadow:0 0 1em rgba(0,0,0,.1)}
.form_wrap.st2 .form_st > li:last-child{ border-bottom:none}

.agree_wrap{ box-shadow:0 0 1em rgba(0,0,0,.1); padding:2em; color:#666}

.board_gallery{ display:flex; flex-wrap:wrap; gap:3em}
.board_gallery > li{ width:calc(33.3333% - 2em)}
.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; display:flex; flex-direction:column; gap:.5em}
.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.s1{ gap:2em}
.board_gallery.s1 > li{ width:calc(20% - 1.6em)}

.board_cate{ display:flex; flex-wrap:wrap; margin-bottom:1.25em; border-radius:.5em; box-sizing:border-box; position:relative; padding:1px 0 0 1px}
.board_cate:before{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; top:0; bottom:0; border:1px solid #ddd; box-sizing:border-box; background:#f5f5f5;  z-index:-1}
.board_cate > li{ width:20%}
.board_cate > li > a{ display:flex; align-items:center; justify-content:center; height:3.5em; position:relative; color:#777; background:#fff}
.board_cate > li > a:before{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; right:0; bottom:0; border:1px solid #ddd; box-sizing:border-box; border-left:none; border-top:none}
.board_cate > li > a .tt{ font-weight:600; position:relative; font-size:1.063em}
.board_cate > li > a:hover,
.board_cate > li > a:focus{ background:#f9fbfc; color:#111; z-index:1}
.board_cate > li.on > a{ background:var(--siteC); color:#fff; border-color:transparent}
.board_cate > li.on > a .tt:after{ content:""; position:absolute; right:-.75em; top:0; width:.375em; height:.375em; background:#fff; border-radius:50%}

/**/
.ess{ color:var(--siteC); font-weight:700; margin:0 .25em}
.ess_tt{ font-size:.938em; color:#777; font-weight:700}

.label_stN{ display:inline-flex; align-items:center; min-height:1em; cursor:pointer; line-height:1; box-sizing:border-box; font-weight:700; gap:.25em}
.label_stN .xi{ width:1.375em; height:1.375em; display:flex; align-items:center; justify-content:center; border:1px solid #ccc; border-radius:4px; position:relative; font-size:1em; line-height:1; background:#fff}
.label_stN .xi ~ span{ padding:0 .25em; word-break:keep-all; flex:1 1 0%; min-width:0; font-size:.938em}
.label_stN input:checked ~ span{ color:var(--siteC)}
.label_stN input[type=radio] ~ .xi{ border-radius:50%}
.label_stN input:checked ~ .xi{ background:var(--siteC); color:#fff; border-color:transparent;}
.label_stN input:checked ~ .xi:before{ font-size:.813em}
.label_stN input[type=checkbox]:checked ~ .xi:before{content:"\e928" }
.label_stN input[type=radio]:checked ~ .xi:before{ content:"\eb0d"}
.label_stN input[type=checkbox],
.label_stN input[type=radio]{ width:0; height:0; overflow:hidden; position:absolute; z-index:-1}
.label_stN .wrap{ border:1px solid #ddd; padding:.5em 2em; border-radius:.5em; position:relative; display:flex; align-items:center; justify-content:center; text-align:center; height:4em; box-sizing:border-box; width:100%}
.label_stN .wrap .check{ border:none; position:absolute; right:0; top:0; opacity:0; background:var(--siteC); color:#fff; border-radius:50%; transform:translate(.5em, -.5em)}
.label_stN .wrap .check:before{content:"\e928"}
.label_stN .wrap .tt{ font-weight:700}
.label_stN input:checked ~ .wrap{ border-color:var(--siteC)}
.label_stN input:checked ~ .wrap .check{ opacity:1}
.label_stN.s1{ font-size:1.125em}

.labelWrapN{ display:flex; flex-wrap:wrap; gap:1.5em 3em}
.labelWrapN.fix{ gap:1em;}
.labelWrapN.fix > label{ flex:1 1 0%; min-width:0; width:100%; padding:.5em}
.labelWrapN.d1,
.labelWrapN.d2,
.labelWrapN.d3{ gap:.5em 1em}
.labelWrapN.d1 > label{ width:calc(16.66% - .8333em)}
.labelWrapN.d2 > label{ width:calc(25% - .75em)}
.labelWrapN.d3 > label{ width:calc(33.33% - .6666em)}

.input_stN{ border:1px solid #ddd; color:#111; padding:.5em .75em; box-sizing:border-box; height:3em; border-radius:.25em; font-weight:700; display:inline-flex; align-items:center; justify-content:center}
a.input_stN{ }
.input_stN[type=file]{ background:none; border:1px solid #ddd; padding:0; width:100%}
.input_stN[readonly]{ background:#f5f5f5; color:#666}
textarea.input_stN{ width:100%; height:7em; padding:1em}
textarea.input_stN.h1{ height:10em}
textarea.input_stN.h2{ height:5em}
select.input_stN{ padding-right:2.5em !important}

.input_stN .xi{ margin:0 .25em}
.input_stN .xi.m1{margin-top:-.188em}
.input_stN .xi:first-child{ margin-left:0}
.input_stN .xi:last-child{ margin-right:0}

.input_stN.s1{ height:3.5em; padding:.5em 1.5em; font-size:1.125em; font-weight:500; font-weight:600}
.input_stN.s2{ height:2.5em; padding:.25em .75em; font-size:.938em}
.input_stN.s2 .xi{ font-size:1em}

.input_stN.c1{ background:var(--siteC); border-color:var(--siteC); color:#fff}
.input_stN.c1.re{ background:#fff; border-color:var(--siteC); color:var(--siteC)}
.input_stN.c2{ background:#999; border-color:#999; color:#fff}
.input_stN.c2.re{ background:#fff; border-color:#ccc; color:#888}
.input_stN.c3{ background:#333; border-color:#333; color:#fff}
.input_stN.c3.re{ background:#fff; border-color:#333; color:#333}

.input_stN.round{ border-radius:3em}

.input_stN.w100{ width:100%}
.input_stN.w1{ width:14em; max-width:100%}
.input_stN.w2{ width:6.25em}
.input_stN.w3{ width:40em; max-width:100%}
.input_stN.w4{ width:12em}
.input_stN.wMin{ min-width:8em}
.input_stN.s1.wMin{ min-width:10em}

.input_stN .xi.arrow{ font-size:1em; margin:0 .5em}
.input_stN .xi.arrow:before{content:"\e93f"}

.input_stN.wFix{ min-width:8em; text-align:center}

.input_stN.back .xi{ font-size:1em}
.input_stN.back .xi:before{ content:"\e908"}
.input_stN.back .tt:before{ content:"Back"}

.label_calendar{ position:relative}
.label_calendar input{ padding-right:2.5em; background:#fff !important; border:1px solid #ddd !important; box-sizing:border-box; width:100%}
.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_stN::-webkit-input-placeholder{ color:#aaa}
.input_stN::-moz-placeholder{ color:#aaa}
.input_stN:-moz-placeholder{ color:#aaa}
.input_stN:-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{ 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 .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; word-break: keep-all;}
.table_st th,
.table_st td{ border:1px solid #ddd; padding:.5em; height:2em}
.table_st th{ background:#f5f5f5; font-weight:700}

/**/
.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}

/**/
.descStN{ display:flex; flex-direction:column; gap:1.5em}
.descStN > li{ display:flex; gap:1em; line-height:1.6}
.descStN > li .tit{ min-width:6em; display:flex; align-items:baseline}
.descStN > li .tit .t1{ font-weight:800}
.descStN > li .tit .t1.s1{ font-size:1.25em}
.descStN > li .tit .mgL{ margin-left:auto}
.descStN > li .tt{ flex:1; min-width:0; padding-top:.063em}
.descStN > li .tt .t1{ color:#555; font-size:.938em}
.descStN > li .tt .t1 > p:not(:last-child){ margin-bottom:1.5em}
.descStN.g1{ gap:3em}
.descStN.g2{ gap:5em}
.descStN.col > li{ flex-direction:column}

.flexTableN{ display:flex; flex-direction:column; border-top:1px solid #ddd}
.flexTableN .tr{ width:100%; box-sizing:border-box; display:flex}
.flexTableN .cell{ border-bottom:1px solid #ddd; flex:1; min-width:0; display:flex; flex-direction:column; min-height:4em; box-sizing:border-box; padding:.75em 1em; justify-content:center; line-height:1.2}
.flexTableN .cell.al{ align-items:flex-start}
.flexTableN .cell.ac{ align-items:center}
.flexTableN .cell.ar{ align-items:flex-end}
.flexTableN .cell.p0{ padding:.75em 0}
.flexTableN .cell.p1{ padding:.75em 2em}
.flexTableN .cell.p2{ padding:1.25em 0}
.flexTableN .cell.bg1{ background:#f1f1f1}
.flexTableN .cell.ttC1{ color:#666}
.flexTableN:not(.in) .cell.th .tt1{ font-weight:800}
.flexTableN:not(.in) .cell.th .tt1.s1{ font-size:1.063em}
.flexTableN:not(.in) .cell.td .tt1{ font-weight:700; color:#555; font-size:.938em}
.flexTableN:not(.in) .cell.td .tt1.s1{ font-size:.875em; line-height:1.4}
.flexTableN:not(.in) .cell.td .tt2{ font-weight:700; color:#111; font-size:.938em; word-wrap: keep-all;}
.flexTableN .cell.wNo{flex:0 0 3em}
.flexTableN .cell.wNo2{flex:0 0 6em}
.flexTableN .cell.wCheck{flex:0 0 3em}
.flexTableN .cell.wProdNo{flex:0 0 11em}
.flexTableN .cell.wProdNo2{flex:0 0 16em}
.flexTableN .cell.wPrice{flex:0 0 11em}
.flexTableN .cell.wQTY{flex:0 0 7em}
.flexTableN .cell.wQTYbtn{flex:0 0 9em}
.flexTableN .cell.wName{flex:0 0 10em}
.flexTableN .cell.wDate{flex:0 0 10em}
.flexTableN .cell.wFormTit{ flex:0 0 12em}
.flexTableN .cell.wFormTit2{ flex:0 0 20em}
.flexTableN .cell.wBtn{ flex:0 0 4em}
.flexTableN .cell.wBtn2{ flex:0 0 8em}
.flexTableN .cell.wBtn3{ flex:0 0 12em}
.flexTableN .cell.wBlank{ flex:0 0 4em}
.flexTableN .cell.wBlank2{ flex:0 0 1em}
.flexTableN .cell.wState{ flex:0 0 6em}
.flexTableN .cell.wState2{ flex:0 0 12em}
.flexTableN.thSt1,
.flexTableN.thSt1 .thead .tr .cell{ border:none}
.flexTableN.thSt1 .thead .tr{background:#fff; box-shadow:0 0 1em rgba(0,0,0,.1); border:1px solid #ddd; border-radius:.5em}
.flexTableN.thSt1 .cell{padding:.5em}
.flexTableN.thSt1 .cell.p0{ padding:1em 0}
.flexTableN.thSt1 .cell.p1{ padding:.5em 2em}
.flexTableN.thSt2{ gap:4px}
.flexTableN.thSt2,
.flexTableN.thSt2 .cell{ border:none}
.flexTableN.thSt2 .thead .tr .cell{ min-height:inherit; padding-top:0}
.flexTableN.thSt2 > .tr{ background:#fff; border-radius:1em}
.flexTableN.thSt3{ border:1px solid #ddd; padding:1em; border-radius:1em}
.flexTableN.thSt3 .cell{ border:none}

.flexTableN.lineN{ border-top:none}
.flexTableN.lineN .cell{ border-bottom:none}
.flexTableN.bt0{ border-top:none}
.flexTableN.bt1{ border-top:1px solid #ddd}
.flexTableN .tr.hoverRow:hover{ background:#f5f5f5}
.flexTableN .tr.hoverRow:hover .icoSt.hover .ico{ background:#111; color:#fff}

.icoSt{ display:flex; align-items:center; gap:.5em; background:none; border:none}
.icoSt .ico{ width:2.5em; height:2.5em; display:flex; align-items:center; justify-content:center; border-radius:50%; font-size:1em}
.icoSt .ico:before{ font-size:1.5em}
.icoSt .tt{ font-weight:700; font-size:.875em}
.icoSt.file .ico:before{content:"\ea8b"}
.icoSt.cart .ico:before{content:"\e9fc"; transform:translateY(.05em)}
.icoSt.wish .ico{ transform:translateY(1px)}
.icoSt.wish .ico:before{content:"\ea16"; font-size:1.375em}
.icoSt.wish.on .ico:before{content:"\ea0f"; color:var(--siteC2)}
.icoSt.delete .ico:before{content:"\e96f"}
.icoSt.modify .ico:before{content:"\ea39"; transform:scale(.9)}
.icoSt.minus .ico:before{content:"\e91a"}
.icoSt.plus .ico:before{content:"\e913"}
.icoSt.equals .ico:before{content:"\e960"}
.icoSt.print .ico:before{content:"\e9bb"}
.icoSt.receipt .ico:before{content:"\eb71"}
.icoSt.c1 .ico{ background:#666; color:#fff}
.icoSt.c2 .ico{ background:#f1f1f1; color:#666}
.icoSt.c3 .ico{ background:var(--siteC); color:#fff}
.icoSt.s1{ font-size:.75em}
.icoSt.s2{ font-size:1.125em}
.icoSt.hoverC:hover .ico{ background:#ddd}
.icoSt.hoverC1:hover .ico{ background:var(--siteC); color:#fff}
.icoSt.st1{ color:#666}
.icoSt.st1 .ico{ width:1em; height:1em}
.icoSt.st1 .ico:before{ font-size:1.25em}
.icoSt.st1:hover{ color:#111}

.w100{ width:100%}
.inFlex{ display:flex; align-items:center; gap:.5em; box-sizing:border-box}
.inFlex.vt{ align-items:flex-start}
.inFlex.ac{ justify-content:center}
.inFlex.g1{ gap:.25em}
.inFlex.g2{ gap:1em}
.inFlex .mgL{ margin-left:auto}
.inFlex .grow{ flex:1; min-width:0}
.inFlex.col{ flex-direction:column; align-items:flex-start;}

.inpFlex{ display:flex; flex-wrap:wrap; align-items:center; gap:.25em; box-sizing:border-box}
.inpFlex > *{ flex:1; min-width:0}
.inpFlex .in{ flex-basis:100%}
.inpFlex .w1{ flex:0 0 auto; width:calc((100% - 14em) / 2)}
.inpFlex .fix0{ flex:0 0 auto}
.inpFlex .fix{ flex:0 0 auto; min-width:10em}
.inpFlex .fix1{ flex:0 0 auto; width:15em}
.inpFlex .fix2{ flex:0 0 auto; width:22em}
.inpFlex .inpTT{ flex:0 0 auto; min-width:1em; text-align:center; font-size:.875em; font-weight:700; color:#777}
.inpFlex.g1{ gap:.25em 1em}
.inpFlex.g2{ gap:.5em}

.inpTT{ font-size:.875em; font-weight:700; color:#777}

.tableShow{ border:1px solid transparent; border-bottom-color:#ddd}
.tableShow.bd0{ border-bottom-color:transparent}
.tableShow:not(.on) .cell{ border:none}
.tableShow .hide{ display:none}
.tableShow .showBtn{ transition:.3s; font-size:1.375em}
.tableShow .showBtn:before{content:"\e916"}
.tableShow.on{ box-shadow:0 0 1em rgba(0,0,0,.1); border-color:var(--siteC); border-radius:.5em; overflow:hidden; margin-bottom:-1px}
.tableShow.on .hide{ display:block}
.tableShow.on .hide.st1{ padding:1.5em}
.tableShow.on .showBtn{ transform:rotate(180deg)}
.tableShow.on .showBtn:before{content:"\e91d"}
.tableShow.on:not(.c0) .showRow .cell{ background:#e1ebfe}
.tableShow .showBtn.x1:before{content:"\e941"}
.tableShow.c0{ border:none}
.tableShow.c0.on{ box-shadow:none}

.tableSummary{ display:flex; align-items:center}
.tableSummary.g1{ gap:1em}
.tableSummary.vb{ align-items:flex-end}
.tableSummary:first-child{ margin-top:0}
.tableSummary .mgL{ margin-left:auto}
.tableSummary .total{ font-size:.938em; color:#666}
.tableSummary .total .t1{ font-weight:800; color:var(--siteC); font-size:1.25em}
.tableSummary .total .t2{ font-weight:800; color:#111}
.tableSummary .total .mL{ margin-left:.5em}

.flexTableW{ display:flex; flex-direction:column; gap:1em; overflow:hidden}
.flexTableW .wrapF{ display:flex; flex-wrap:wrap; gap:.25em}
.flexTableW .wrapF.g1{ gap:1em 2em}
.flexTableW .wrapF.mgL{ margin-left:auto}

.aLine{ display:inline-flex; position:relative; word-break: keep-all;}
.aLine:after{ content:""; position:absolute; left:0; top:100%; height:1px; width:0; background:#999;}
.aLine:hover:after{ transition:.3s; width:100%}
.aLine.siteC:after{ background:var(--siteC)}

.qtyBtn{ display:flex; border:1px solid #ddd; border-radius:.5em; background:#fff; align-items:center}
.qtyBtn .inp{ width:2em; height:2em; box-sizing:border-box; border:none; background:none; font-size:.938em; text-align:center}
.qtyBtn .inp.grow{ flex:1; width:auto}
.qtyBtn .inp.no{ width:3em}
.qtyBtn .inp.btn .xi{ font-size:1em}
.qtyBtn .inp.btn.up .xi:before{content:"\e913"}
.qtyBtn .inp.btn.down .xi:before{content:"\e91a"}
.qtyBtn.s1{ font-size:1.125em}

.stateN{ display:inline-flex; align-items:center; gap:.5em; justify-content:center; height:2.25em; padding:0 .5em; background:#fff; border:1px solid #aaa; color:#555; font-weight:700; font-size:.875em; border-radius:2em; box-sizing:border-box; min-width:4em; line-height:1}
.stateN.re{ border:transparent; background:none; height:1.5em}
.stateN.c1{ border-color: #C36; color:#C36}
.stateN.c2{ border-color: #66F; color:#66F}
.stateN.s1{ font-size:1em}

.stateN.cc1{ border-color: #649dff; color: #649dff}
.stateN.cc2{ border-color: #8005eb; color: #8005eb}
.stateN.cc3{ border-color: #1111d9; color: #1111d9}
.stateN.cc4{ border-color: #1cb750; color: #1cb750}
.stateN.cc5{ border-color: #aaa; color: #888}
.stateN.cc6{ border-color: #720000; color: #720000}
.stateN.cc7{ border-color: #b95700; color: #b95700}
.stateN.cc1 .dot{ background:#649dff}
.stateN.cc2 .dot{ background:#8005eb}
.stateN.cc3 .dot{ background:#1111d9}
.stateN.cc4 .dot{ background:#1cb750}
.stateN.cc5 .dot{ background:#aaa}
.stateN.cc6 .dot{ background:#720000}
.stateN.cc7 .dot{ background:#b95700}
.stateN .dot{ background:#649dff; width:1em; height:1em; border-radius:50%; transform:scale(.8)}
.stateN .dot ~ .tt{ color:#555}

.inTit{ display:flex; align-items:center; gap:.5em}
.inTit .inTit_t1{ font-weight:800; font-size:.938em}
.inTit .inTit_t2{ font-weight:700; font-size:.938em; color:#666}

.prodFilterW{ border-radius:.5em; background:#f7f7f7; padding:2em 1em; display:flex; align-items:flex-start; gap:1.5em 2em}
.prodFilterW .wrap_tit{ display:flex; align-items:center; gap:.5em; min-width:10em}
.prodFilterW .wrap_tit .ico{ width:1.5em; text-align:center}
.prodFilterW .wrap_tit .ico.filter:before{content:"\e9d9"}
.prodFilterW .wrap_tit .t1{ font-weight:700}
.prodFilterW .wrap_grow{ flex:1; min-width:0}
.prodFilterW .wrap_list{ flex:1; min-width:0; display:flex; flex-wrap:wrap; gap:1em 3em; padding:.25em 0 0 0}
.prodFilterW .wrap_list > li{ position:relative; display:flex; flex-wrap:wrap; cursor:pointer; gap:.5em 1em}
.prodFilterW .wrap_list > li:after{ content:""; position:absolute; right:-1.5em; top:50%; transform:translateY(-50%); height:1em; width:1px; background:#666}
.prodFilterW .wrap_list > li:not(.clear):last-of-type:after{ display:none}
.prodFilterW .wrap_list .select{ display:flex; flex-wrap:wrap; gap:.5em}
.prodFilterW .wrap_list .select > li{ height:1.75em; display:flex; align-items:center; justify-content:center; padding:0 .75em; font-size:.875em; border-radius:2em; border:1px solid #666; background:#fff}
.prodFilterW .wrap_list .select > li .closeBtn{ width:1.5em; height:1.5em; display:flex; align-items:center; justify-content:center; margin-left:.5em; transform:translateX(.5em); border-radius:50%}
.prodFilterW .wrap_list .select > li .closeBtn .xi{ font-size:1em}
.prodFilterW .wrap_list .select > li .closeBtn .xi:before{content:"\e921"}
.prodFilterW .wrap_list .select > li .closeBtn:hover{ background:#111; color:#fff}
.prodFilterW .wrap_list .tit{ color:#666; padding-top:.125em}
.prodFilterW .wrap_list .tit .t1{ font-weight:700}
.prodFilterW .wrap_list .clear{ padding-left:2em; margin-left:auto}
.prodFilterW .wrap_list > li:hover .tit{ color:#111}
.prodFilterW.p1{padding:1em 1em !important;}

.popFilterLab{ display:flex; flex-wrap:wrap; gap:1em 0}
.popFilterLab > label{ width:25%; font-size:.938em}

.popFilterBtn{ display:flex; margin:2em 0}

.ulSt{ display:flex; flex-direction:column; gap:.5em; box-sizing:border-box; width:100%}
.ulSt > li{ display:flex; flex-wrap:wrap; gap:.5em 0}
.ulSt > li:before{content:"-"; display:flex; min-width:1em}
.ulSt > li > span{ flex:1; min-width:0}
.ulSt > li ul{ padding-left:1.5em}
.ulSt.ol > li:before{ min-width:1.25em}
.ulSt.n1 > li{counter-increment: olSt1;}
.ulSt.n1 > li:before{content:counter(olSt1) "."}
.ulSt.n2 > li{counter-increment: olSt2;}
.ulSt.n2 > li:before{content:counter(olSt2) ")"}

.numbering{counter-increment: numbering;}
.numbering .numberingTG:before{content:counter(numbering)}

.memoSt{ padding:1em; display:flex; flex-direction:column; gap:.5em}
.memoSt > li{ display:flex; font-size:.875em; line-height:1.5}
.memoSt > li[data-ico]:before{ content:attr(data-ico); width:1em; line-height:1; transform:translateY(.5em)}
.memoSt > li .tt{ flex:1; min-width:0}

.dlStN:not(:first-child){ margin-top:3em}
.dlStN .dlTit{ margin-bottom:1em}
.dlStN .dlTit .t1{ font-weight:800; font-size:1.063em}

.lineSt{ margin:4em 0; border-top:1px dashed #ccc}

.jsFileSelect{ display:flex; gap:.25em; box-sizing:border-box; width:100%}
.jsFileSelect .jsInp{ flex:1; min-width:0}
.jsFileSelect .jsDel{ display:none}
.jsFileSelect.valOn .jsDel{ display:inline-flex}

.inBox{ display:flex; flex-direction:column; align-items:center; gap:1em; border:1px solid #ddd; border-radius:1em; padding:1.5em}
.inBox.bd0{ border:none}
.inBox.p1{ padding:7vmin}
.inBox .ico{ font-size:7vmin; color:#ccc}
.inBox .ico.s1{ font-size:8vmin}
.inBox .twrap{ display:flex; flex-direction:column; align-items:center; text-align:center; gap:.5em;}
.inBox .twrap.g1{ gap:1.5em}
.inBox .twrap .t1{ font-weight:800; font-size:1.063em}
.inBox .twrap .t1.s1{ font-size:1.5em}
.inBox .twrap .t2{ color:#666; line-height:1.6}

.no_conN{ padding:2em; display:flex; align-items:center; gap:1em}
.no_conN .ico{ font-size:2em; color:#ccc}
.no_conN .ico:before{content:"\e9aa"}
.no_conN .tt{ flex:1 1 0%; min-width:0}
.no_conN .t1{ font-size:1.125em; line-height:1.6; color:#aaa; font-weight:700}
.no_conN.st1{ height:100%; box-sizing:border-box; border:1px solid #ddd; border-radius:1em; justify-content:center}
.no_conN.st1.line0{ border:none}

@media screen and (max-width:770px){
.board_search_wrap{ flex-wrap:wrap}
}
@media screen and (max-width:640px){
.board_search_wrap .left,

.board_search_wrap .right{ width:100%}
.board_search_wrap .left{ margin-bottom:1em}

.board_st th,
.board_st td{ padding:0.6em .5em !important;}

.w_no{ width:2em}
.w_cate{ width:6em}
.w_name{ width:4em}
.w_hit{ display:none}
.w_form_tit{ width:8em}
.w_date2{ width:8em}
.w_state{ width:6em}
.w_btn2{ width:5em}
.w_btn2 input:not(:first-child){ margin-top:.5em}

.input_stN.w1{ width:100%; flex:1; min-width:0}

}