@charset "utf-8";
/* CSS Document */
:root{
--siteC : #1F3F6A;
--siteC2 : #6e7694;
--siteC3 : #e0c095;
--siteC4 : #36F;
--siteCerr : crimson;
--siteBg : #f1f7ff;
--pgPD: 1em;
--headerH : 5.5em;
--tabBarH : 5em;
--filterW : brightness(0) invert(1);
--stickyH1 : 4.5em;
--stickyH2a: 3em;
--stickyH2b: 3.5em;
--stickyH2 : calc(var(--stickyH2a) + var(--stickyH2b));
}
.siteC{ color: var(--siteC) !important}
.siteC2{ color: var(--siteC2) !important}
.siteC3{ color: var(--siteC3) !important}
.siteC4{ color: var(--siteC4) !important}
.siteCerr{ color: var(--siteCerr) !important}

.calcW{ display:flex; flex-wrap:wrap; gap:var(--calcG)}
.calcW .calcEl,
.calcW > li{ flex:0 0 auto; width:calc( (100% - (var(--calcL) - 1) * var(--calcG)) / var(--calcL) )}

.calcW.charge{--calcL:2 ;--calcG:.5em}

.labelToggle input,
.labelSt input,
.toggleWrap:not(.on) .toggleObj,
.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;}

/**/
.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%}

.flexC{ display:flex; align-items:center; justify-content:center; text-align:center}
.flexCol{ display:flex; flex-direction:column; gap:.5em}
.flexCol > *{ width:100%; box-sizing:border-box}
.flexCol.ac{ align-items:center}
.flexCol.g0{ gap:0}
.flexCol.g1{ gap:1em}
.flexCol.g15{ gap:1.5em}
.flexCol.g2{ gap:2em}
.flexCol.g3{ gap:3em}

.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.event,
.resize.vod{ padding-bottom:56.25%}
.resize.photo{ padding-bottom:66.66%}
.resize.poster{ padding-bottom:141.4%}
.resize.project{ padding-bottom:75%}
.resize.prop{ padding-bottom:100%}
.resize .objC{ display:flex; align-items:center; justify-content:center}
.resize .objC img{ object-fit:contain; max-width:100%; max-height:100%}
.resize .objC.cover img{ object-fit:cover; width:100%; height:100%; max-width:none; max-height:none}
.resizeImg img{object-fit:contain; max-width:100%; max-height:100%}

.tRow{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box;  -webkit-box-orient: vertical; --tRowLH : 1.375em; line-height:var(--tRowLH); word-break:break-all}
.tRow.r1{ -webkit-line-clamp: 1}
.tRow.r2{ -webkit-line-clamp: 2}
.tRow.r3{ -webkit-line-clamp: 3}
.tRow.r4{ -webkit-line-clamp: 4}
.tRow.r1.fix{ height:var(--tRowLH)}
.tRow.r2.fix{ height:calc(var(--tRowLH) * 2)}
.tRow.r3.fix{ height:calc(var(--tRowLH) * 3)}
.tRow.r4.fix{ height:calc(var(--tRowLH) * 4)}
.tRow.lh1{--tRowLH : 1.25em}


.c_point{ color:var(--siteC) !important}
.c_black{ color:#000 !important}
.c_gray{ color:#888 !important}
.c_white{ color:#fff !important}
.c_dgray{ color:#555 !important}
.c_red{ color:#F36 !important}

.bgfix{background-repeat:no-repeat; background-position:center center; background-size:cover;}
.bgfix.ct{ background-size:contain}
.bgfix.fix{ background-attachment:fixed}

:not(body):has( > .loader_wrap){ position:relative}
.loader_wrap{ position: absolute; left:0; top:0; width:100%; height:100%; z-index:10000; background:rgba(255,255,255,.7); display:flex; flex-direction:column; justify-content:center; align-items:center; gap:.5em}
body > .loader_wrap{ position:fixed; width:100vw; height:100dvh}
.load .loader_wrap{ display:none}
.loader_wrap.loader_inpart{ z-index: 900;}
.loader{animation: rotate 1s infinite; --loaderW : 40px; height: var(--loaderW); width: var(--loaderW)}
.loader:before,
.loader:after{ border-radius: .5em; content: ''; display: block; height: calc(var(--loaderW) * .45); width: calc(var(--loaderW) * .45)}
.loader:before{ animation: ball1 1s infinite; background-color:var(--siteC); box-shadow: calc(var(--loaderW) * .55) 0 0 var(--siteC); margin-bottom: calc(var(--loaderW) * .1)}
.loader:after{ animation: ball2 1s infinite; background-color: var(--siteC2); box-shadow: calc(var(--loaderW) * .55) 0 0 var(--siteC2);}
@keyframes rotate {
0% { transform: rotate(0deg) scale(0.7);}
50% { transform: rotate(360deg) scale(1.2);}
100% { transform: rotate(720deg) scale(0.8);}
}
@keyframes ball1 {
0% { box-shadow: calc(var(--loaderW) * .55) 0 0 var(--siteC3);}
50% { box-shadow: 0 0 0 var(--siteC3); margin-bottom: 0; transform: scale(.7) translate(calc(var(--loaderW) * .4), calc(var(--loaderW) * .35)); border-radius:50% }
100% { box-shadow: calc(var(--loaderW) * .55) 0 0 var(--siteC3); margin-bottom: calc(var(--loaderW) * .1);}
}
@keyframes ball2 {
0% { box-shadow: calc(var(--loaderW) * .55) 0 0 var(--siteC);}
50% { box-shadow: 0 0 0 var(--siteC); margin-top: calc(var(--loaderW) * .4 * -1); transform:scale(.7)  translate(calc(var(--loaderW) * .4), calc(var(--loaderW) * .25)); border-radius:50% }
100% { box-shadow: calc(var(--loaderW) * .55) 0 0 var(--siteC); margin-top: 0;}
}
.loadT{ font-weight:700; font-size:1em; background:var(--siteC); color:#fff; padding:.25em 1em; border-radius:2em}
.loadT.dot:after{ content:""; animation: loadTAni 2s infinite}
@keyframes loadTAni {
0% { content:""}
25% { content:"."}
50% { content:".."}
75% { content:"..."}
100% { content:"..."}
}

.pd0{ padding:0 !important;}
.pt0{ padding-top:0 !important;}
.pb0{ padding-bottom:0 !important;}

.ph1{ padding-left:1em; padding-right:1em}
.pv1{ padding-top:1em; padding-bottom:1em}

.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*/
.board_table{ table-layout:fixed; border-collapse:collapse; border-spacing:0; width:100%; border-top:1px solid #111}
.board_table th,
.board_table td{ border-bottom:1px solid #ddd; padding:1em .5em; text-align:center}
.board_table th{ font-weight:500}
.board_table .aTit_wrap{ display:flex; align-items:center}
.board_table .aTit_wrap .board_aTit{ flex:1 1 0%; min-width:0; font-weight:500; font-size:1.125em}
.board_table .tDate{ display:flex; align-items:center; width:100%; margin-top:.25em}
.board_table .tDate .t1{ color:#888; font-size:.938em; margin-right:auto}
.board_table .tState{ color:#555; font-weight:700; margin-right:.25em; min-width:4em; text-align:left}
.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 td{ padding:1.5em .5em}
.board_table .rFaq .faqMark{ font-weight:700; display:inline-block; font-size:1.5em}
.board_table .rFaq .faqMark:after{ content:"."}
.board_table .rFaq .faqBtn{ display:inline-block; transition:.3s; opacity:.6}
.board_table .rFaq .faqBtn .xi{ font-size:1em}
.board_table .rFaq .faqBtn .xi:before{ content:"\e86b"}
.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 .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:fontello; 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:20em; color:#666; margin-top:-1px; border-radius:.5em}
.nocon .fi{ font-size:5em; color:#ddd; margin-bottom:.125em}
.nocon .fi:not([class*=fi-]):before{content:"\f3a5"}
.tableSt .nocon{ border-radius:0 0 .5em .5em}

.noData{ border:1px solid #ddd; padding:5em 1em; display:flex; gap:.5em; justify-content:center; align-items:center; border-radius:.25em}
.noData .fi:before{ content:"\f3a5"; font-size:1.5em}
.noData:after{ content: attr(data-tt)}

.page_btn{ display:flex; align-items:center; justify-content:center; gap:.5em; margin-top:1.5em; position:relative}
.page_btn.space{ justify-content:space-between}
.page_btn.ar{ justify-content:flex-end}
.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}
.page_btn .max2{ max-width:20em}

.board_search{ display:flex; align-items:flex-end; flex-wrap:wrap; margin-bottom:1em; gap:.5em 2em}
.board_search.m1{ margin-bottom:1em}
.board_search .total{ display:flex; align-items:center; gap:.5em}
.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%}
.board_search .total .ico:before{content:"\e8c3"}
.board_search .total .t2{ font-weight:700; font-size:1.125em; color:var(--siteC)}
.board_search .search{ margin-left:auto; display:flex; align-items:center; justify-content:flex-end; gap:0 .25em}
.board_search .search .btn{ padding:0 1.5em; display:flex; align-items:center; gap:.5em}
.board_search .search .btn .ico{ font-size:1.125em}
.board_search .search .btn .ico:before{content:"\e801"}
.board_search .search .grow{ flex:1 1 0%; max-width:16em; min-width:0}
.board_search .search .grow input{ width:100%}

.board_pg{ display:flex; align-items:center; justify-content:center; margin-top:1.5em; padding:2px; gap:2px; --bpgW:2.5em; border-radius:var(--bpgW)}
.board_pg button{ width:var(--bpgW); height:var(--bpgW); border:none; background:#fff; color:#666; margin:0 -1px -1px 0; position:relative; display:flex; box-sizing:border-box; align-items:center; justify-content:center; line-height:1}
.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; border-radius:50%}
.board_pg button.btn.first{ border-radius:var(--bpgW) 0 0 var(--bpgW)}
.board_pg button.btn.last{ border-radius:0 var(--bpgW) var(--bpgW) 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}
.popWrap .board_viewT .vTit{ font-size:1.25em}
.board_viewT .info{ display:flex; justify-content:center; align-items:center; gap:0 3em; padding:1em .5em; border-bottom:1px solid #ddd}
.board_viewT .info.al{justify-content:flex-start;}
.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{ font-weight:700; color:var(--siteC)}
.board_viewT .info > li.name .ico:before{content:"\f2bd"}
.board_viewT .info > li.date .ico:before{content:"\f3ad"}
.board_viewT .info > li.hit .ico:before{content:"\e950"}
.board_viewT .info > li.email .ico:before{content:"\f0e0"}
.board_viewT .info > li.company .ico:before{content:"\f1ad"}
.board_viewM{ padding:5em 2em; border-bottom:1px solid #ddd}
.board_viewM.p1{ padding:1.5em}
.board_viewM .ytFrame{ width:100%; margin:0 auto}
.board_viewM .ytFrame iframe{ position:absolute; left:0; top:0; width:100%; height:100%}
.board_viewM .fTit{ font-size:1.063em; font-weight:700; margin-bottom:1em}
.board_viewF{ display:flex; border-bottom:1px solid #ddd; background:#f5f5f5; padding:1.5em}
.board_viewF .wrap_tit{ width:6em; margin-right:1.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 .fi{ 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_btn_wrap { margin-top:1em}

.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.bdT{ border-top:1px solid #111}
.form_wrap .form_tit.bd0{ border-bottom:none}
.form_wrap .form_tit.bdC1{ border-bottom-color:#ddd}
.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_tit .t4{ font-weight:500; font-size:.938em}
.form_wrap .form_con{ padding:1.5em 0}
.form_st > li{ border-bottom:1px solid #ddd; padding:.75em .5em}
.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_lab.ha .lab_tit,
.form_lab.ha .lab_con{ min-height:inherit}
.form_st.h1 .lab_tit,
.form_st.h1 .lab_con{ min-height:2em}
.form_lab .lab_tit{ width:6em; margin:0 1em 0 .5em; gap:.5em 0}
.form_lab .tit1{ font-weight:500}
.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.gap1{ gap:.5em 1em}
.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 .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_st.max .lab_con{ max-width:30em}

.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}

.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(--siteCerr); font-weight:700; margin:0 .25em}
.ess_tt{ font-size:.938em}

.label_st{ display:inline-flex; align-items:center; min-height:1em; gap:.25em; cursor:pointer; line-height:1; box-sizing:border-box; font-weight:500}
.label_st .fi{ width:1em; display:flex; justify-content:center; font-size:1.75em; line-height:1}
.label_st .fi ~ span{ flex:1 1 0%; min-width:0}
.label_st:not(.wt) input:checked ~ .fi,
.label_st:not(.wt) input:checked ~ span{ color:var(--siteC)}
.label_st input[type=checkbox] ~ .fi{ transform:translateY(5%)}
.label_st input[type=checkbox] ~ .fi:before{content:"\f096" }
.label_st input[type=radio] ~ .fi:before{ content:"\f1db"}
.label_st input[type=checkbox]:checked ~ .fi:before{content:"\e8a6" }
.label_st input[type=radio]:checked ~ .fi:before{ content:"\f192"}
.label_st input[type=checkbox],
.label_st input[type=radio]{ width:0; height:0; overflow:hidden; position:absolute; z-index:-1}

.label_st.st1 .fi{ border-radius:50%; background:#ddd; color:#aaa; display:flex; align-items:center; font-size:1em; width:1.5em; height:1.5em; transform:translateY(0) !important}
.label_st.st1 .fi:before{ content:"\e928" !important}
.label_st.st1 span{ color:#777}
.label_st.st1 input:checked ~ .fi{ background:var(--siteC4); color:#fff}
.label_st.st1 input:checked ~ span{ color:var(--siteC4)}

.label_wrap{ display:flex; flex-wrap:wrap; gap:1em 3em}
.label_wrap.col{ flex-direction:column}

.labelSt{ display:inline-flex; align-items:center; justify-content:center; text-align:center; box-sizing:border-box; height:3em; border-radius:4em; background:#f5f5f5; padding:0 1.375em; border:1px solid rgba(0,0,0,.05); position:relative; gap:.5em}
.labelSt.w100{ width:100%}
.labelSt .ico{ opacity:.5}
.labelSt .ico:before{content:"\e8c5"}
.labelSt .ico.st1{ opacity:0; position:absolute; right:1em; top:50%; transform:scale(0) translate(0, -50%)}
.labelSt:has(input:checked) .ico.st1{ transition:.3s; transform:scale(1) translate(0, -50%)}
.labelSt:has(.ico.st1){ padding-right:2em}
.labelSt .wIn .t1{ font-weight:500; font-size:1.063em}
.labelSt .wIn .t2{ font-weight:700}
.labelSt:has(input:checked){ background:var(--siteC); color:#fff}
.labelSt:has(input:checked) .ico{ opacity:1}
.labelSt.p1{ padding:0 .5em}
.labelSt.al{ justify-content:flex-start; text-align:left}
.labelSt.s1{ font-size:1.063em}
.labelSt.st1{ border-radius:0; background:#fff; border-color:transparent; color:#777}
.labelSt.st1:has(input:checked){ background:var(--siteBg); color:var(--siteC)}

.labelToggle{ --ltW:1.875em; --ltP:2px; --ltPR:.5em; --ltC1:#aaa; --ltC2:#fff; height:var(--ltW); border-radius:var(--ltW); border:var(--ltP) solid var(--ltC1); padding:var(--ltP); padding-left:calc(var(--ltW) + var(--ltP)); padding-right:var(--ltPR); background:var(--ltC2); color:var(--ltC1); display:flex; align-items:center; position:relative; min-width:var(--ltW)}
.labelToggle .dot{ width:var(--ltW); height:var(--ltW); border-radius:50%; background:var(--ltC1); position:absolute; top:50%; left:var(--ltP); transform:translate(0, -50%); transition:.3s;}
.labelToggle .tt{ flex:1 1 0%; min-width:0; text-align:center; font-weight:900; font-size:.813em; letter-spacing:-.05em; transition:.3s;}
.labelToggle .tt:before{ content:"OFF"}
.labelToggle:has(input:checked){ --ltC1:var(--siteC); background:var(--ltC1); color:var(--ltC2); padding-right:calc(var(--ltW) + var(--ltP)); padding-left:var(--ltPR)}
.labelToggle input:checked ~ .dot{ background:var(--ltC2); left:100%; transform:translate(calc(-100% - var(--ltP)), -50%)}
.labelToggle input:checked ~ .tt:before{ content:"ON"}

.wordSt{ display:flex; align-items:center; justify-content:center; text-align:center; gap:.5em; box-sizing:border-box; border-radius:.25em; height:2.75em; border:1px solid var(--siteC); color:var(--siteC); padding:.5em 1em;}
.wordSt .t1{ font-size:1.063em}

.input_st{ display:inline-flex; align-items:center; border:1px solid #ddd; color:#111; padding:.5em .75em; box-sizing:border-box; height:4em; border-radius:var(--pgObjRd); font-weight:500; border-radius:.25em}
.input_st[disabled]{ background:#eee; border-color:transparent}
.input_st[onclick]{ cursor:pointer}
a.input_st,
button.input_st,
.input_st[type=button].input_st,
.input_st[type=submit].input_st{ justify-content:center; font-weight:600; gap:.5em; padding-left:1.5em; padding-right:1.5em}
.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 !important}
textarea.input_st.h1{ height:10em}
textarea.input_st.h2{ height:5em}
select.input_st{ padding-right:2.25em !important}

.input_st.bd0{ border-color:transparent}

.input_st.s1{ padding:.5em 1.25em; font-size:1.1875em; font-weight:700}
.input_st.s1.fs{ font-size:1.5em; height:3em}
.input_st.s1.p1{ padding:.5em}
.input_st.s2{ height:2.5em; padding:.25em .75em; font-size:.938em}
.input_st.s2.round{ padding-right:1em; padding-right:1em}

.input_st.c1{ background:var(--siteC); border-color:var(--siteC); color:#fff}
.input_st.c1.re{ background:#fff; border-color:var(--siteC); color:var(--siteC)}
.input_st.c2{ background:#999; border-color:#999; color:#fff}
.input_st.c2.re{ background:#fff; border-color:#ccc; color:#888}
.input_st.c3{ background:#333; border-color:#333; color:#fff}
.input_st.c3.re{ background:#fff; border-color:#333; color:#333}
.input_st.c4{ background:var(--siteC4); border-color:var(--siteC4); color:#fff}
.input_st.c4.re{ background:#fff; border-color:greevar(--siteC4)n; color:var(--siteC4)}
.input_st.c5{ background:var(--siteCerr); border-color:var(--siteCerr); color:#fff}
.input_st.c5.re{ background:#fff; border-color:var(--siteCerr); color:var(--siteCerr)}
.input_st.c6{ background:rgba(0,0,0,.1); border-color:transparent; color:#fff}
.input_st.c6.re{ background:rgba(255,255,255,.1)}

.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.round{ border-radius:3em}

.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:fontello; content:"\e9a0"; color:#aaa}

.input_sec{ width:2em; text-align:center}
.input_sec.w1{ width:.5em}
.input_sec.w2{ width:4em}
.input_sec.w3{ width:1em}
.input_row{ height:.25em; width:100%}

.input_st::-webkit-input-placeholder{ color:#aaa}
.input_st::-moz-placeholder{ color:#aaa}
.input_st:-moz-placeholder{ color:#aaa}
.input_st:-ms-input-placeholder{ color:#aaa}

.inW{ display:flex; align-items:center; flex-wrap:wrap; gap:.25em; max-width:100%}
.inW.ar{ justify-content:flex-end}
.inW.ac{ justify-content:center}
.inW.vt{ align-items:flex-start}
.inW.vb{ align-items:flex-end}
.inW.g1{ gap:.75em}
.inW.g2{ gap:1em}
.inW .wGrow{ flex:1 1 0%; min-width:0}
.inW > *{ flex:0 0 auto}

.h100{ height:100% !important; box-sizing:border-box}
.w100{ width:100% !important; box-sizing:border-box}

/**/
.w_blank{ width:1em}
.w_no{ width:3em}
.w_cate{ width:8em}
.w_tit{ width:auto}
.w_name{ width:8em}
.w_name2{ width:10em}
.w_date{ width:7.5em}
.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}

.noimg{ background-size:cover !important; background-image:url(../images/inc/noimg.jpg)}

.ttSt.bR{ font-weight:400 }
.ttSt.bM{ font-weight:500 }
.ttSt.bB{ font-weight:700 }
.ttSt.s1{ font-size:.938em}
.ttSt.s2{ font-size:.875em}
.ttSt.s3{ font-size:.813em}
.ttSt.s4{ font-size:.75em}
.ttSt.b1{ font-size:1.063em}
.ttSt.b2{ font-size:1.125em}
.ttSt.b3{ font-size:1.188em}
.ttSt.l1{ font-size:1.063em}
.ttSt.l2{ font-size:1.125em}
.ttSt.l3{ font-size:1.188em}
.ttSt.l4{ font-size:1.25em}
.ttSt.l5{ font-size:1.313em}

.ttSt.it{ font-style:italic}
.ttSt.keep{ word-break:keep-all}

.tDeco{ overflow:hidden; text-align:center}
.tDeco > i{ font-size:.938em; opacity:.5; position:relative}
.tDeco > i:before,
.tDeco > i:after{ content:""; position:absolute; top:calc(50% - 1px); background:#000; opacity:.3; height:1px; width:50vw}
.tDeco > i:before{ left:calc(100% + 1em)}
.tDeco > i:after{ right:calc(100% + 1em)}
.tDeco.p1{ padding:1em 0}

.ttSt.lh1{ line-height:1.5}

.ttPriceW{display:flex; align-items:center; gap:.25em}
.ttPrice{ display:flex; align-items:baseline; gap:inherit}
.ttPrice .tn{ font-size:1.5em; font-weight:900; letter-spacing:-.05em}
.ttPriceW .sign{ border-radius:50%; color:#FFF}
.ttPriceW .sign .fi{ font-size:.875em}
.ttPriceW .sign.plus{ background:var(--siteC)}
.ttPriceW .sign.minus{ background:var(--siteCerr)}

.ps05{ margin-top:1vmin !important}
.ps1{ margin-top:2vmin !important}
.ps15{ margin-top:3vmin !important}
.ps2{ margin-top:4vmin !important}
.ps3{ margin-top:6vmin !important}
.ps4{ margin-top:8vmin !important}
.ps5{ margin-top:10vmin !important}
.ps{ margin-top:6vmin !important}

.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}

.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%}

.tableSt{ font-size:.975em; width:100%; color:#111}
.tableSt,
.tableSt .thead,
.tableSt .tbody{ display:flex; flex-direction:column}
.tableSt .thead{ border-radius:1vmin}
.tableSt .tr{ display:flex; padding:0 0 0 1px; border-radius:var(--pgObjRd)}
.tableSt .cell{ flex:0 0 auto; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; box-sizing:border-box; padding:.5em .75em; border:1px solid #ddd; margin:-1px 0 0 -1px; min-height:3em;}
.tableSt .cell.al{ align-items:flex-start !important; text-align:left}
.tableSt .cell.ar{ align-items:flex-end !important; text-align:right}
.tableSt .cell.ac{ align-items:center !important; text-align:center}
.tableSt .cell.th{ font-weight:700; background:rgba(0,0,0,.05)}
.tableSt .cell.td{ font-weight:500; background:#fff}
.tableSt .tr:first-child .cell:not(.hideT):first-child{ border-top-left-radius:var(--pgObjRd)}
.tableSt .tr:first-child .cell:not(.hideT):not(:has(~ .cell:not(.hideT))) { border-top-right-radius:var(--pgObjRd)}
.tableSt .tbody:last-child .tr:last-child .cell:not(.hideT):first-child{ border-bottom-left-radius:var(--pgObjRd)}
.tableSt .tbody:last-child .tr:last-child .cell:not(.hideT):not(:has(~ .cell:not(.hideT))) { border-bottom-right-radius:var(--pgObjRd)}
.tableSt .thead .tr:last-child .cell:not(.hideT):first-child{ border-bottom-left-radius:0}
.tableSt .thead .tr:last-child .cell:not(.hideT):not(:has(~ .cell:not(.hideT))) { border-bottom-right-radius:0}
.tableSt .thead ~ .tbody .tr:first-child .cell:not(.hideT):first-child{ border-top-left-radius:0}
.tableSt .thead ~ .tbody .tr:first-child .cell:not(.hideT):not(:has(~ .cell:not(.hideT))) { border-top-right-radius:0}
.tableSt .wNo{ width:4em}
.tableSt .wYear{ width:6em}
.tableSt .wDate{ width:10em}
.tableSt .wDate2{ width:11.5em}
.tableSt .wDate3{ width:20em}
.tableSt .wTime{ width:5.5em}
.tableSt .wName{ width:8em}
.tableSt .wName2{ width:16em}
.tableSt .wID{ width:10em}
.tableSt .wPay{ width:8em}
.tableSt .wPay2{ width:13em}
.tableSt .wBtn{ width:8.5em}
.tableSt .wBtn2{ width:12em}
.tableSt .wBtn3{ width:6em}
.tableSt .wState{ width:8em}
.tableSt .wPeople{ width:8em}
.tableSt .wAtt{ width:7em}
.tableSt .wAtt2{ width:calc(14em - 1px)}
.tableSt .wGrade{ width:7em}
.tableSt .wPer{ width:9em}
.tableSt .wPer2{ width:6em}
.tableSt .wTel{ width:10em}
.tableSt .wCate{ width:6em}
.tableSt .wMemo{ width:20em}
.tableSt .wFormTit{ width:8em}
.tableSt .wFormTit2{ width:12em}
.tableSt .wGrow{ flex:1 1 0%; min-width:0; width:auto}
.tableSt .min1{ min-width:16em}
.tableSt .min2{ min-width:8em}

.dlSt{ display:flex; flex-direction:column; gap:.5em; position:relative}
.dlSt > dt{ display:flex; align-items:center; font-size:1.5em; gap:.5em}
.dlSt > dt .t1{ font-weight:700}
.dlSt > dt .no{ font-size:1.25em; font-weight:900; padding:0 .125em}
.dlSt > dt .mgL{ margin-left:auto}
.dlSt > dt.s1{ font-size:1.125em}
.dlSt > dt.s2{ font-size:1.25em}
.dlSt > dt .ico.guide:before{ content:"\e856"}
.dlSt > dt .ico.guide ~ .t1:before{ content:"안내"}
.dlSt:has(dt.st1){ margin-top:2em} 
.dlSt > dt.st1{ position:absolute; left:.5em; top:0; padding:0 .5em; background:#fff; line-height:1; transform:translateY(-50%)}
.dlSt > dt.st1 + dd{ padding-top:1.25em}
.dlSt > dt.st2{ padding-left:.5em; font-size:1.25em; margin-bottom:.5em; position:relative}
.dlSt > dt.st2:before{ content:""; position:absolute; left:0; top:.125em; width:.25em; height:1em; background:var(--siteC)}
.dlSt > dd{ border:1px solid #ddd; background:#fff; padding:1em; color:#555; border-radius:.25em}
.dlSt > dd.r1{ border-radius:1em}
.dlSt > dd.bg1{ background:#f5f5f5; border-color:transparent}
.dlSt > dd.st1{ padding:0; border:none;}
.dlSt > dd.p0{ padding:0}
.dlSt > dd.p1{ padding:1.5em}
.dlSt > dd + dd{ margin-top:1em}
.dlSt > dd .t1{ font-size:1.125em}
.dlSt > dd.h1{ min-height:20vh}
.dlSt.p1{ padding-top:2em}
.dlSt.c1 > dt{ color:var(--siteC2)}
.dlSt.c1 > dd{ border-color:var(--siteC2)}
.dlSt.st1{ border-radius:.5em; overflow:hidden; gap:0}
.dlSt.st1 > dt{ font-size:1.063em; color:#fff; background:var(--siteC); padding:.5em 1em}
.dlSt.st1 > dd{ background:var(--siteBg); padding:1em}
.dlSt + .dlSt{ margin-top:1.5em}

.ulSt{display:flex; flex-direction:column; gap:.75em}
.ulSt > li[data-ico]{ position: relative; padding-left:1em; font-weight:500; color:#555}
.ulSt > li[data-ico]:before{ content: attr(data-ico); position:absolute; left:0; top:0}
.ulSt > li .point{ font-weight:700; color:var(--siteC)}

.tLine{ position:relative; display:inline-flex; padding:0 .125em; align-items:center; gap:.5em; margin-bottom:.25em}
.tLine:before{ content:""; position:absolute; left:0; bottom:0; width:100%; height:.5em; background:#0b95cc; opacity:.3}
.tLine > *{ position:relative}

.aSt,
.aSt:hover{ text-decoration:underline}
.aHover:hover{ text-decoration:underline}

.ttS{ font-weight:normal; font-size:.75em; color:#888}

.tabSt{ display:flex; padding:.25em; gap:.25em; position:relative; overflow:hidden; --c1:#f5f5f5; --c2:#888; --c3:transparent; --c4:rgba(0,0,0,.1); background:var(--c1);}
.tabSt > li{ flex:1 1 0%; min-width:0; position:relative; max-width:50%}
.tabSt .tabIdx{ display:flex; align-items:center; text-align:center; justify-content:center; height:4em; box-sizing:border-box; width:100%; background:var(--c1); color:var(--c2); position:relative; border:2px solid var(--c3); position:relative; border-radius:.25em}
.tabSt .tabIdx:before{ content:""; position:absolute; left:-.5em; top:50%; transform:translateY(-50%); width:1px; height:50%; background:var(--c4)}
.tabSt .tabIdx.on:before{ opacity:0}
.tabSt .tabIdx .t1{ font-size:1.125em; font-weight:700}
.tabSt .tabIdx.on{ --c1:#fff; --c2:var(--siteC); --c3:var(--siteC); z-index:1; box-shadow:0 0 1em rgba(0,0,0,.1)}
.tabSt.st1{ --c1:#fff; padding:0; gap:0; position:relative}
.tabSt.st1 .tabIdx{ height:100%; border:none; padding:0 1em; box-shadow:none; white-space:nowrap}
.tabSt.st1 .tabIdx:before{ left:auto; right:0; z-index:1; opacity:1}
.tabSt.st1 .tabIdx.on{ background: inherit}
.tabSt.st1 .tabIdx.on:after{ content:""; position:absolute; left:50%; bottom:0; width:80%; height:2px; background:var(--siteC); transform:translate(-50%, 0)}
.tabSt.st1.scrollstX > li{ flex:0 0 auto; max-width:none}
.tabSt.white{ --c1:#000; }
.tabSt.white.st1 .tabIdx.on{ --c2:#fff}
.tabSt.white.st1 .tabIdx.on:after{ background:#fff}
.tabCon{ border:1px solid #ddd;border-top:none}
.tabCon .editor{ padding:4%}

.memoSt > li:not(:first-child){ margin-top:.5em}
.memoSt > li{ position:relative; display:flex; gap:.5em; line-height:1.2}
.memoSt > li:before{ content:"•"; transform:translateY(5%); height:1em}
.memoSt > li .tt{ flex:1 1 0%; min-width:0; font-weight:500;}
.memoSt > li .tt .point{ font-weight:700; color:#111}
.memoSt > li .tt .point.c1{ color:var(--siteCerr)}
.memoSt > li .tt .t1{ font-size:.938em; line-height:1.5}

.userSt{ display:flex; align-items:center; gap:1em}
.userSt .uImg{ position:relative; --userW : 7em;}
.userSt .uImg.w1{ --userW : 14em;}
.userSt .uImg .uIco{ width:var(--userW); height:var(--userW); background:#ddd; color:#fff; border-radius:50%; display:flex; align-items:flex-end; justify-content:center; overflow:hidden; position:relative}
.userSt .uImg .uIco:before{ content:"\e8bd"; display:inline-block; font-size:calc(var(--userW) * .9); transform:translateY(20%); font-family:fontello}
.userSt .uImg .uIco .uPic{ position:absolute; left:0; top:0; width:100%; height:100%}
.userSt .uImg .uBtn{ --uBtnW : calc(var(--userW) * .3); transform:translate(-110%, 70%)}
.userSt .uInfo{ flex:1 1 0%; min-width:0; display:flex; flex-direction:column; gap:.25em}
.userSt .uInfo .uT1{ font-weight:900; font-size:1.75em; letter-spacing:-.05em}
.userSt .uInfo .uT1 .fs{ font-weight:normal; font-size:.625em; color:#777}
.userSt .uInfo .uT2{ color:#888; font-size:1.063em}
.userSt.col{ flex-direction:column}
.userSt.col .uInfo{ align-items:center; text-align:center}
.userSt.s1{ gap:.75em}
.userSt.s1 .uImg{ --userW : 4em; font-size:.813em}
.userSt.s1 .uInfo .uT1{ font-size:1.25em}
.userSt.s1 .uInfo .uT1.s1{ font-size:1.125em}

:has( > .uBtn){ position:relative}
.uBtn{ position:absolute; left:100%; top:50%; transform:translate(20%, -55%); --uBtnW : 1.625rem; width:var(--uBtnW); height:var(--uBtnW); border:1px solid rgba(0,0,0,.1); box-sizing:border-box; box-shadow:0 0 1em rgba(0,0,0,.1); display:flex; align-items:center; justify-content:center; border-radius:50%; background:#fff; color:#888}
.uBtn .fi{ font-size:calc(var(--uBtnW) * .5)}

#cropScreen{position:fixed; top:0; left:0; width:100%; height:100%; background:#000; display:flex; flex-direction:column; align-items:center; justify-content:center; overflow:hidden; box-sizing:border-box; z-index: 10;}
#cropScreen .cropper-view-box{ border-radius:50%}
#image{max-width:90%;max-height:90%;display:block;visibility:hidden}

.listSt > li > .wIn{ padding:1.5em; display:flex; align-items:center; gap:1em}
.listSt.p1 > li > .wIn{ padding:.5em 1em}
.listSt.p2 > li > .wIn{ padding:1em 1em}
.listSt.g1 > li > .wIn{ gap:.5em}
.listSt > li > .wIn.p1{ padding:1em 1.5em}
.listSt > li:not(:last-child) > .wIn{ border-bottom:1px solid rgba(0,0,0,.08)}
.listSt > li .ico{ width:1em; justify-content:center}
.listSt > li .ico:before{ font-size:1.25em}
.listSt > li .conW{flex:1 1 0%; min-width:0; display:flex; align-items:center; gap:.75em}
.listSt > li .conW.vt{ align-items:flex-start;}
.listSt > li .conW.vt .tt{ padding-top:.063em;}
.listSt > li .conW .tit.w1{ width:5em}
.listSt > li .conW .tit [data-ico]{ position:relative; padding-right:1em; box-sizing:border-box}
.listSt > li .conW .tit [data-ico]:after{ content:attr(data-ico); position:absolute; right:0; top:0}
.listSt > li .conW .tt{ flex:1 1 0%; min-width:0; word-break:break-all; line-height:1.1; display:flex; flex-direction:column; gap:.5em}
.listSt > li .conW .t1{ font-size:1.25em}
.listSt > li .conW .t1.s1{ font-size:1.063em}
.listSt > li .conW .t2{ font-weight:700; letter-spacing:-.05em; color:#666; padding-left:.05em}
.listSt > li .conW .t3{ font-weight:900; letter-spacing:-.05em; color:#111; font-size:1.5em}
.listSt > li .btnSt{ color:#888; margin-left:.5em}
.listSt > li.tit .wIn{ background:#f5f5f5; padding-top:1em; padding-bottom:.5em}
.listSt > li.tit .wIn .conW{ gap:.5em}
.listSt.bt{ border-top:1px solid #eee}
.listSt.bb{ border-bottom:1px solid #eee}

.listSt2{ background:#f5f5f5; padding:1.5em 1em; display:flex; flex-wrap:wrap; --calcL:3; --calcG:.5em;}
.listSt2 > li > .wIn{ box-sizing:border-box; height:100%; padding:1em .5em; display:flex; align-items:center; flex-direction:column; background:#fff; border-radius:1em; text-align:center; box-shadow:0 0 2em rgba(0,0,0,.1)}
.listSt2 > li .icoW img{ height:3em}
.listSt2 > li .conW{ display:flex; flex-direction:column; align-items:center; text-align:center; gap:.125em}
.listSt2 > li .conW .t1{ font-weight:700; font-size:1.125em}

.finBox { border-radius:.5em; border:1px solid transparent; padding:3em; background:#f5f5f5; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; gap:1.5em } 
.finBox.p1 { padding:1em 1.5em } 
.finBox.hl { align-items:flex-start }
.finBox > *{ width:100%}
.finBox .tit{ font-size:1.438em; font-weight:500; text-align:center; word-break: keep-all;} 
.finBox .tit.s1{ font-size:1.125em}
.finBox .tt1{ line-height:1.5; color:#666} 
.finBox .tt1.s1{ font-size:.95em}
.finBox .finIco { font-size:4em; opacity:.1 } 
.finBox .finIco.s1{ font-size:3em}
.finBox.st1 { background:none; color:#fff; border:1px solid #ddd } 

.stepSt { display:flex; justify-content:flex-end; gap:0 5em; margin-bottom:.5em; font-size:.938em}
.stepSt > li {} 
.stepSt > li .ico { position:relative } 
.stepSt > li:not(:last-child) .ico:before { content:""; position:absolute; left:100%; top:50%; width:5em; height:1px; background:#aaa } 
.stepSt > li .ico .fi { font-size:1em; width:1.5em; height:1.5em; margin:0 auto; display:flex; align-items:center; justify-content:center; color:#fff; background:#ddd; border-radius:50% } 
.stepSt > li .tt { margin-top:.5em; font-weight:500; text-align:center; color:#888} 
.stepSt > li.on { opacity:1 } 
.stepSt > li.on .tt { color:var(--siteC) } 
.stepSt > li.on .ico .fi,
.stepSt > li.on .ico:before { background:var(--siteC) } 
.stepSt > li.on .ico .fi:before { content:"\e928" } 
.stepSt > li:not(.on) .ico .fi { transform:scale(.5) }

.dropDownSt{ position:relative; color:#fff; border-radius:var(--pgObjRd)}
.dropDownSt .dropDownBtn{ box-sizing:border-box; padding:.5em 1em; min-height:3em; background:rgba(0,0,0,.2); border:1px solid rgba(255,255,255,.2); border-radius:inherit; display:flex; align-items:center; cursor:pointer}
.dropDownSt .dropDownBtn .tt{ flex:1 1 0%; min-width:0}
.dropDownSt .dropDownBtn .tt .t1{ font-weight:500; line-height:1.1}
.dropDownSt .dropDownBtn:after{ content:"\e943"; font-family:fontello; transition:.3s}
.dropDownSt .list{ position:absolute; left:0; top:100%; width:100%; background:#333; border-radius:inherit; visibility:hidden; opacity:0; max-height:0; transition:max-height .5s; display:flex; flex-direction:column; box-sizing:border-box; box-shadow:0 .5em 1em rgba(0,0,0,.2); border:4px solid #000; border-radius:0 0 var(--pgObjRd) var(--pgObjRd); overflow:hidden}
.dropDownSt .list > li{ position:relative; width:100%; box-sizing:border-box}
.dropDownSt .list > li:not(:first-child){ border-top:1px solid #000}
.dropDownSt .list > li .in{ padding:.75em}
.dropDownSt .list > li .in .t1{ font-size:.875em; font-weight:500; line-height:1.1}
.dropDownSt .list > li:hover .in{ background:var(--siteC)}
.dropDownSt .list > li.on{ order:-1}
.dropDownSt .list > li.on .in{ background:var(--siteC2)}
.dropDownSt .list > li.on .link{ display:none}
.dropDownSt .list > li .link{ position:absolute; left:0; top:0; width:100%; height:100%}
.dropDownSt.on{ z-index:1}
.dropDownSt.on .dropDownBtn{ background:#000; border-color:transparent; border-bottom-left-radius:0; border-bottom-right-radius:0}
.dropDownSt.on .dropDownBtn:after{ transform:rotate(180deg)}
.dropDownSt.on .list{ visibility:visible; opacity:1; max-height:100vh;}

.formN{ display:flex; flex-wrap:wrap; gap:2.5em; padding:1em 0}
.formN > li{ width:100%; box-sizing:border-box; position:relative}
.formN > li.w1{ width:calc(50% - .5em);}
.formN > li > .wIn{ box-sizing:border-box; background:#fff; display:flex; flex-direction:column; gap:.5em; height:100%}
.formN > li .nTit{ display:flex; flex-direction:column; gap:.25em}
.formN > li .nTit .tit{ display:flex; align-items:center; gap:.5em; line-height:1.2}
.formN > li .nTit .tit .t1{ font-weight:700; font-size:1.063em; display:flex;}
.formN > li .nTit .tit .t1 > i{ flex:1 1 0%; min-width:0}
.formN > li .nTit .tit .t1 .no{ flex:0 0 auto; width:1.25em; margin-right:.25em}
.formN > li .nTit .tit .t1 .no:after{ content:"."}
.formN > li .nTit .tt{ color:#666}
.formN > li .nTit .tt .t1{ font-size:.938em; font-weight:500}
.formN > li .nCon{ flex:0 0 auto;display:flex; gap:.5em; flex-wrap:wrap; align-items:center}
.formN > li .nCon .inpW,
.formN > li .nCon .inp{ flex:1 1 0%; min-width:0}
.formN > li .nCon .inpW{ position:relative; display:flex; gap:inherit}
.formN > li .nCon .inpW .error{ position:absolute; left:0; top:100%;}
.formN > li .nCon .inpW:after{ content:""; position:absolute; left:0; bottom:0; height:2px; width:0; background:var(--siteC); transition:.3s}
.formN > li .nCon .inpW:not(.none):focus-within:after{ width:100%}
.formN > li .nCon .inpW:not(.none):focus-within .inp{ box-shadow:0 0 .5em rgba(0,0,0,.1) inset}
.formN > li .nCon .inpW.wA{ flex:0 0 auto}
.formN > li .nCon .inpW.w100{ flex:0 0 auto; width:100%}
.formN > li .nCon .inpW.w1{ flex:0 0 auto; width:9em}
.formN > li .nCon .sec{ flex:0 0 auto; min-width:.5em}
.formN > li .nCon .sec.w1{ flex:0 0 auto; width:2em}
.formN > li .nCon.st1{ border:1px solid #ddd; border-radius:inherit; padding:1em}
.formN > li .inp{ border:1px solid #ddd; box-sizing:border-box; height:3.5em; padding:0 1em; border-radius:.25em; font-weight:700; font-size:1.125em}
.formN > li .inp::placeholder{ color:#999; font-weight:normal}
.formN > li .inp.w1{ max-width:20em}
.formN > li .inp.s1{ height:2.5em}
.formN > li .inp.c1{ background:var(--siteC); color:#fff; border-color:transparent}
.formN > li .inp.c2{ background:#333; color:#fff}
.formN > li textarea.inp{ height:8em; padding:1em}
.formN > li textarea.inp.h1{ height:16em}
.formN > li .inp[disabled],
.formN > li .inp[readonly]{ background:#f1f1f1; border-color:transparent}
.formN > li .label_wrap{ padding:1em 0}
.formN.g1{ gap:1em}

.error-container .errorT{ z-index:3; display: none; position:absolute; left:0; top:100%; box-sizing:border-box; max-width:100%; padding:.5em 1em; font-weight:500; font-size:.938em; gap:.25em; color:#fff; background:var(--siteCerr); border-radius:0 1em; transform:translate(0, -1em)}
.error-container .errorT:before{ content:"\f0ac"; font-family:fontello}
.error-container .errorT:after{ content: attr(data-tt);}
.error-container.error-on{ position:relative; z-index:1 }
.error-container.error-on .errorT{ display:flex; }
.inpL.error-container.error-on:nth-child(1){ z-index:10}
.inpL.error-container.error-on:nth-child(2){ z-index:9}

.memWrap .loginW .formW .inpW .inpL.error-container.error-on,
.formN > li.error-container.error-on .wIn{ border-color:var(--siteCerr)}
.formN > li.error-container.error-on .wIn .nCon .inpW:after{ background:var(--siteCerr)}
.memWrap .loginW .formW .inpW .inpL.error-container.error-on,
.memWrap .loginW .formW .inpW .inpL.error-container.error-on input::placeholder,
.formN > li.error-container.error-on .wIn .nTit .tit .t1{ color:var(--siteCerr)}
.memWrap .loginW .formW .inpW .inpL.error-container.error-on .errorT{ left:auto; right:-1px; border-radius:1em 0}

.agree_box{ border-radius:.5em; border:1px solid #ddd; padding:1.5em; color:#666; background:#fff}
.agree_box.st1{ border-radius:.25em; padding:3em; line-height:1.5}
.agree_box.h1{ height:8em; overflow-y: auto; }
.agree_box.h2{ height:30em; overflow-y: auto; }
.agree_box > *{ margin-bottom:.5em}
.agree_box strong{ color:#111; font-weight:700}
.agree_box table{ border-collapse:collapse}
.agree_box table th{ background:#f5f5f5}
.agree_box table th,
.agree_box table td{ border:1px solid #ddd; padding:.5em}
.agreeWrap{ display:flex; flex-direction:column; box-shadow:0 0 1em rgba(0,0,0,.1);}
.agreeWrap .agree_box{ border-radius:0; line-height:1.6; border:1px solid #ddd; border-top:none; font-size:.938em}
.agreeWrap .agree_tit{ border-radius:.25em .25em 0 0; padding:1em; border:1px solid #ddd; display:flex; justify-content:space-between; align-items:center}
.agreeWrap .agree_tit .t1{ font-weight:800; font-size:1.125em}
.agreeWrap .agree_tit .more{}
.agreeWrap .agree_tit .more:after{ }
.agreeWrap .agree_check{ border-radius:.25em; padding:1em ; display:flex; border:1px solid #ddd; font-size:1.063em; font-weight:500}
.agreeWrap .agree_check:not(:first-child){ border-top:none;}
.agreeWrap .agree_check.s1{ font-size:1.125em}
.agreeWrap .agree_box + .agree_check{ border-radius:0 0 .5em .5em}

.pageBtnW{ display:flex; gap:.5em; margin-top:2em; flex-wrap:wrap}
.pageBtnW > *{ flex:1 1 0%; min-width:0}
.pageBtnW .st{ padding:0 .75em; height:4.5em; display:flex; align-items:center; justify-content:center; text-align:center; border-radius:1em; gap:1em; --pageBtnC :var(--siteC);  background:var(--pageBtnC); border:2px solid transparent; color:#FFF; box-sizing:border-box}
.pageBtnW .st.re{ border-color: var(--pageBtnC); color:var(--pageBtnC); background:#fff}
.pageBtnW .st .t1{ font-weight:700; font-size:1.25em}
.pageBtnW .st .t1.s1{ font-size:1.063em}
.pageBtnW .st.s1{ height:3em; border-width:1px; gap:.5em}
.pageBtnW .st.c1{ --pageBtnC :var(--siteC2)}
.pageBtnW .st.c2{ --pageBtnC :#333}
.pageBtnW .wA{ flex:0 0 auto}
.pageBtnW .w100{ flex:0 0 auto; width:100%}
.pageBtnW.mA{ margin-top:auto}

.pgLine0{ margin:1em 0; border:1px solid #ddd}
.pgLine0.white{ border-color:rgba(255,255,255,.1)}
.pgLine{ height:.5em; margin:3em 0; background: linear-gradient(135deg, #eee 25%, transparent 25%, transparent 50%, #eee 50%, #eee 75%, transparent 75%, transparent); background-size: .5em .5em; width:100%}
.pgLine.white{ opacity:.2}
.pgLine2{ height:.875em; background:#f5f5f5; box-shadow:0 .25em .25em rgba(0,0,0,.1) inset; margin:2em 0}
[class*="pgLine"]:first-child{ margin-top:0}
[class*="pgLine"].m0{ margin:0}
[class*="pgLine"].m1{ margin:1em 0}
[class*="pgLine"].wF{ position:relative; left:50%; width:100vw; transform:translateX(-50%)}

.tS{ font-size:.75em; font-weight:400}

.gallList{ --calcL:2; --calcG:.5em}
.gallList.event{ --calcL:1; --calcG:1em}
@media screen and (min-width:480px){
.gallList{ --calcL:3}
.gallList.event{ --calcL:2}
}
.gallSt .imgW{ overflow:hidden; border-radius:.5em}
.gallSt .conW{ padding:1em; display:flex; flex-direction:column; gap:.25em}
.gallSt .conW .gTit .t1{ font-weight:700; font-size:1.313em}
.gallSt .conW .gTt .t1{ color:#888}
.gallSt .conW .gDate { margin-top:.5em}
.gallSt .conW .gDate .t1{ font-weight:700}
.gallList > li:last-child [class*="pgLine"]{ margin-bottom:0}

.ratingW{ display:flex; justify-content:center; align-items:center; gap:0 1em;}
.ratingW.al{ justify-content:flex-start}
.ratingW.col{ flex-direction:column}
.ratingW .noW .t1{ font-weight:700; font-size:1.25em; letter-spacing:-.05em; opacity:.7}
.ratingW .noW .t1.s1{ font-size:1em}
.ratingW .ttW{ display:flex; gap:.25em; align-items:center}
.ratingW .ttW:before{ font-size:1.25em}
.ratingW .ttW:after{ font-weight:700; font-size:1.063em}
.ratingW .ttW.r5:before { content: "😄";}
.ratingW .ttW.r4:before { content: "🙂";}
.ratingW .ttW.r3:before { content: "😐";}
.ratingW .ttW.r2:before { content: "🙁";}
.ratingW .ttW.r1:before { content: "😡";}
.ratingW .ttW.r5:after { content: "매우만족";}
.ratingW .ttW.r4:after { content: "만족";}
.ratingW .ttW.r3:after { content: "보통";}
.ratingW .ttW.r2:after { content: "불만족";}
.ratingW .ttW.r1:after { content: "매우불만족";}
.ratingW:has([class*="r"].ttW){ row-gap:.5em}

.starW{ display:flex; justify-content:center; gap:.5em}
.starW .star{ position:relative; color:gainsboro}
.starW .star .fi{font-size:2.5em}
.starW .star .fi:before{ content:"\ea16"; font-family:fontello}
.starW .star .over{ position:absolute; left:0; top:0; height:100%; color:gold; overflow:hidden; opacity:0; transition:.3s}
.starW .star .over .fi:before{ content:"\ea0f";}
.starW .star.on .over{ opacity:1}
.starW.s1 .star .fi{ font-size:1.5em}
.starW.s2{ gap:.125em}
.starW.s2 .star .fi{ font-size:1.25em}
.starW.s2 .noW .t1{ font-size:1em}
.uT1 + .starW{ margin-top:.125em}

.reviewList{ display:flex; flex-direction:column; position:relative; --reviewG :4em; gap:var(--reviewG); padding:calc(var(--reviewG) / 2) 0; --c1:#eee; --c2:#f5f5f5}
.reviewList > li{display:flex; flex-direction:column; gap:1em; position: relative}
.reviewList:after,
.reviewList > li:not(.noData):after{ content:""; position:absolute; left:50%; top:100%; transform:translate(-50%, calc(var(--reviewG) / 2)); width:100vw; border-bottom:1px solid var(--c1)}
.reviewList:after{ bottom:auto; top:0; transform:translateX(-50%)}
.reviewList.st1{ gap:1em; padding:0}
.reviewList.st1:after,
.reviewList.st1 > li:after{ display:none}
.reviewSt{ display:flex; flex-direction:column; gap:.75em}
.reviewSt .wrapC{ display:flex; flex-direction:column; gap:.5em; position:relative}
.reviewSt .wrapC .rTT .t1{}
.reviewSt .wrapC .rTIT{ display:flex; gap:.75em; align-items:center}
.reviewSt .wrapC .rTIT .tt1{ color:#999; font-weight:700; font-size:.938em}
.reviewSt .wrapC .rTIT .tt2{ font-size:1.063em; font-weight:700}
.reviewSt .wrapC .rTIT .mgL{ margin-left:auto}
.reviewSt .wrapC:has(.fIco.sub){ padding-left:2em}
.reviewSt .wrapC .fIco.sub{ position:absolute; left:0; top:0}
.reviewSt.st1{ background:var(--c2); padding:1em; border-radius:.25em}
.reviewList.white{--c1:#333; --c2:rgba(255,255,255,.15)}

/**/
.listRow{ display:flex; flex-direction:column; gap:.5em}
.listRow.g1{ gap:1.5em}
.rowlist{ --wPD : .75em; box-sizing:border-box; padding:var(--wPD); border:1px solid #ddd; border-radius:.25em; display:flex; flex-wrap:wrap; align-items:center; gap:.5em 1em; position:relative}
.rowlist .grow{ flex:1 1 0%; min-width:0}
.rowlist .w100{ width:100%}
.rowlist .conW .tit{ display:flex; flex-direction:column; gap:.125em}
.rowlist .conW .tit .t1{ font-weight:700; font-size:1.125em}
.rowlist .conW .tit .t2{ color:#666; font-size:.938em}
.rowlist .btnW{ display:flex; align-items:center; gap:1em}
.rowlist:has(.drag){ --dragBtnH : 2.25em; margin-left:var(--dragBtnH)}
.rowlist .drag{ position:absolute; top:-1px; right:100%; width:var(--dragBtnH); height:calc(var(--dragBtnH) *2); max-height:calc(100% + 2px); border:1px solid #ddd; border-right-color:#fff; border-radius: .25em; color:#666}
.rowlist .drag:after{ content:""; position:absolute; right:-1px; top:0; height:100%; border-right:1px dashed #ddd}
.rowlist.p1{ --wPD:1.5em}
.rowlist.p0{ --wPD:0em}
.rowlist.st1{ padding:0; border-color:var(--siteC2); gap:0}
.rowlist.st1 .propTit{ border-bottom-left-radius:0; border-bottom-right-radius:0}
.rowlist.st1 .inC{ padding:1em}

.propTit{ display:flex; align-items:center; gap:2em; border:2px solid transparent; background:var(--siteC2); color:#fff; padding:1em; box-sizing:border-box; border-radius:.125em; width:100%}
.propTit.p0{ padding:0}
.propTit .tw{ flex:1 1 0%; min-width:0}
.propTit .prodT{ font-weight:700; font-size:1.125em; line-height:1.2}
.propTit .prodT.s1{ font-size:1.375em}
.propTit.c1{ border-color:#111; color:#111; background:#fff}

.fileList{ background:#f5f5f5; padding:.75em; display:flex; flex-direction:column; gap:.5em}
.fileList > li .grow{flex:1 1 0%; min-width:0}
.fileList > li .in{ border:1px solid #ddd; border-radius:.25em; padding:.75em; display:flex; flex-direction:column; gap:.25em; background:#fff}
.fileList > li .in .tit{ display:flex; flex-direction:column; gap:.5em}
.fileList > li .in .tit .t1{ color:#777; font-weight:700; font-size:.938em}
div.fileSt{ position:relative; --inpW : 2.5em; --inpP : .5em; font-size:.938em}
div.fileSt .inp{ width:100%; height:var(--inpW); box-sizing:border-box; padding:.25em; padding-right:var(--inpW);}
div.fileSt .btn{ width:calc(var(--inpW) - var(--inpP)); height:calc(var(--inpW) - var(--inpP)); color:#fff; border-radius:.25em; position:absolute; right:var(--inpP); top:50%; transform:translateY(-50%); box-sizing:border-box; border-radius:.25em}