@charset "utf-8";
/* CSS Document */
:root{
--siteC : #0d1f72;
--siteC2 : #203dc7;
--siteCerr : crimson;
--siteCLv1 : skyblue;
--siteCLv2 : mediumpurple;
--siteGra : linear-gradient(125deg, var(--siteC) 0%, var(--siteC2) 100%);
--pgLyGap:1em;
--pgLyRd:2.5em;
--pgSubRd:1em;
--pgObjRd:.5em;
}
.siteC{ color: var(--siteC) !important}
.siteCerr{ color: var(--siteCerr) !important}

/**/
.di_wrap{font-size:0}
.di_wrap > li{display:inline-block; *display:inline; zoom:1; vertical-align:top; font-size:16px; font-size:1rem;}
.di_wrap > li > a,
.di_wrap > li > .in{ display:block}

.fl_wrap > li{ float:left}
.fl_wrap > li > a:not(.va),
.fl_wrap > li > .in{ display:block}
.fl_wrap::after{ content:""; display:block; clear:both}

.va_wrap{ display:block; text-align:center; white-space: nowrap}
.va_wrap:before{ content:""; display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:0; height:100%}
.va{display:inline-block; *display:inline; zoom:1; vertical-align:middle; max-width:100%; height:auto; white-space:normal}
.va_wrap img{vertical-align:middle; display:inline-block; *display:inline; zoom:1; max-width:100%; max-height:100%}

.al{ text-align: left !important;}
.ac{ text-align: center !important;}
.ar{ text-align: right !important;}

.vt{ vertical-align:top !important;}
.vm{ vertical-align:middle !important;}
.vb{ vertical-align:bottom !important;}
.vBase{ vertical-align:baseline !important}

.fl{ float:left !important;}
.fr{ float:right !important;}
.cl{ clear:both !important; display:block}
.oh{ overflow:hidden !important;}

.pr{ position:relative; z-index:inherit}
.pa{ position:absolute; left:0; top:0; width:100%; height:100%}

.di{display:inline}
.db{ display:block !important;}
.dn{ display:none !important;}

.cp{ cursor:pointer;}
.cutstr {text-overflow : ellipsis;overflow : hidden;white-space : nowrap; display:block; width:100%}

.flex{ display:flex}
.flex.wrap{ flex-wrap:wrap}
.flex.col{ flex-direction:column}
.flex.col > *{ width:100%; box-sizing:border-box}
.flex.space{ justify-content: space-between}
.flex.vspace{ align-content:space-between}
.flex.hc{ justify-content:center}
.flex.hr{ justify-content:flex-end}
.flex.vt{ align-content:flex-start; align-items:flex-start}
.flex.vc{ align-content:center; align-items:center}
.flex.vb{ align-content:flex-end; align-items:flex-end}
.flex .mgL{ margin-left:auto}
.flex .mgR{ margin-right:auto}
.flex .mgT{ margin-top:auto}
.flex .grow{ flex:1 1 0%; min-width:0}
.flex .fix{ flex:0 0 auto}
.flex.fc{ justify-content:center; align-items:center}

.resize{ display:block; height:0; padding-bottom:100%; position:relative}
.resize svg{ position:absolute; width:100%; height:100%; left:0; top:0}
.resize .re{ position:absolute; left:0; top:0; width:100%; height:100%}
.resize .re.img{ display:flex; align-items:center; justify-content:center}
.resize .re.img img{object-fit:contain; max-width:100%; max-height:100%}
.resize.vod{ padding-bottom:56.25%}
.resize.photo{ padding-bottom:66.66%}
.resize.poster{ padding-bottom:141.4%}
.resize.project{ padding-bottom:75%}
.resize.prod{ padding-bottom:100%}
.resize .objC{ display:flex; align-items:center; justify-content:center}
.resize .objC img,
.resize .objC iframe{ object-fit:contain; max-width:100%; max-height:100%}
.resize .objC.cover img,
.resize .objC.cover iframe{ object-fit:cover; width:100%; height:100%; max-width:none; max-height:none}

.tRow{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box;  -webkit-box-orient: vertical; line-height:1.25em;}
.tRow.r2{ -webkit-line-clamp: 2}
.tRow.r3{ -webkit-line-clamp: 3}
.tRow.r4{ -webkit-line-clamp: 4}
.tRow.r2.fix{ height:2.5em}
.tRow.r3.fix{ height:3.75em}
.tRow.r4.fix{ height:5em}
.tRow.lh1{ line-height:1.5em}
.tRow.r2.lh1.fix{ height:3em}
.tRow.r3.lh1.fix{ height:4.5em}
.tRow.r4.lh1.fix{ height:6em}

.c_point{ color:var(--siteC) !important}
.c_black{ color:#000 !important}
.c_gray{ color:#888 !important}
.c_white{ color:#fff !important}
.c_dgray{ color:#555 !important}
.c_red{ color:#F36 !important}

.bgfix{background-repeat:no-repeat; background-position:center center; background-size:cover;}
.bgfix.ct{ background-size:contain}
.bgfix.fix{ background-attachment:fixed}

.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-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 .fi{ font-size:1em}
.board_table .rFaq .faqBtn .fi: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: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*=xi-]):before{content:"\ea15"}
.tableSt .nocon{ border-radius:0 0 .5em .5em}

.page_btn{ display:flex; align-items:center; justify-content:center; gap:.5em}
.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; justify-content:space-between; margin-bottom:1.25em}
.board_search.m1{ 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; font-size:.938em}
.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:"\e802"}

.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}
.popWrap .board_viewT .vTit{ font-size:1.25em}
.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 .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:9em; margin:0 2em 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.5em; 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:"\e894" }
.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{ display:inline-flex; position:relative;}
.label_st.st1 .lab{ width:100%; box-sizing:border-box; height:3em; display:flex; justify-content:center; align-items:center; box-sizing:border-box; border-radius:3em; border:1px solid #ddd; background:none; position:relative; font-weight:500}
.label_st.st1 .lab .fi{ font-size:1.125em; display:none}
.label_st.st1 .lab .fi:before{content:"\edb5"}
.label_st.st1 input:checked ~ .lab{ background:var(--siteC2); color:#fff; padding-right:.5em}
.label_st.st1 input:checked ~ .lab .fi{ display:block}

.label_wrap{ display:flex; flex-wrap:wrap; gap:1em 3em}
.label_wrap.col{ flex-direction:column}

.input_st{ display:inline-flex; align-items:center; border:1px solid #ddd; color:#111; padding:.5em .75em; box-sizing:border-box; height:3em; border-radius:var(--pgObjRd); font-weight:500}
.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}
.input_st[type=file]{ background:none; border:1px solid #ddd; padding:0; width:100%}
.input_st[readonly]{ background:#f5f5f5; color:#666}
textarea.input_st{ width:100%; height:7em; padding:1em}
textarea.input_st.h1{ height:10em}
textarea.input_st.h2{ height:5em}
select.input_st{ padding-right:2.25em !important}

.input_st.s1{ height:3.5em; padding:.5em 1.5em; font-size:1.125em; font-weight:700}
.input_st.s2{ height:2em; padding:.25em .75em; font-size:.938em; border-radius:.25em}
.input_st.s3{ height:3.25em; font-size:1.063em; font-weight:700}

.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:green; border-color:green; color:#fff}
.input_st.c4.re{ background:#fff; border-color:green; color:green}
.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.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.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.vt{ align-items:flex-start}
.inW.vF{ align-items:stretch}
.inW > *{ flex:1; min-width:0}
.inW .w100{ flex:0 0 auto; width:100%}
.inW .wA{ flex:0 0 auto}
.inW .max1{ max-width:14em}
.inW .mgL{ margin-left:auto}
.inW .mgR{ margin-right:auto}
.inW .tit1{ font-weight:700; font-size:1.625em; letter-spacing:-.05em; word-spacing:.15em}
.inW .tt1{ font-weight:600; color:#777}
.inW.g0{ gap:0}
.inW.g1{ gap:.5em 2em}
.inW.g2{ gap:1em}
.inW.g3{ gap:1em 4em}
.inW.bg1{ background:#333; padding:.75em; border-radius:.5em}
.inW.bg1 .tt1{ color:#fff}
.inW.nw{ flex-wrap:nowrap;}

.h100{ height:100% !important; box-sizing:border-box}
.w100{ width:100% !important; box-sizing:border-box}

/**/
.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:7em}
.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{ font-weight:700; color:#666}
.tt_state.c1{ color:var(--siteC2)}
.tt_state.c2{ color:var(--siteCerr)}
.tt_state.c3{ color:#111}

.tt_price{ display:inline-flex; align-items:center; gap:1em}
.tt_price .in{ display:inherit; align-items:baseline; gap:.25em}
.tt_price .in .tt{ font-weight:500}
.tt_price .in .tn{ font-weight:700; font-size:1.063em; letter-spacing:-.05em}
.tt_price .in .tw{ font-size:.938em; opacity:.8}
.tt_price .in.before{ color:#888; font-size:.938em}
.tt_price .in.before .tn{ text-decoration:line-through; font-size:inherit}
.tt_price .in.per{ color:var(--siteCerr)}
.tt_price .in.per .tn:after{ content:"%"; font-size:.75em}
.tt_price .in.per:before{ content:"\ec76"; font-family:fontello}

.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}

.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%}

.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.p1 .cell{ padding:1em}
.tableSt.p2 .cell{ padding:.25em}
.tableSt.mH0 .cell{ min-height:inherit}
.tableSt.mH1 .cell{ min-height:2.25em}
.tableSt.s1{ font-size:.938em}
.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 .cell.th .t2{ font-weight:500}
.tableSt .cell.td .t2{ font-size:.938em; color:#666}
.tableSt .cell.p1{ padding:.5em 1.5em}
.tableSt .cell.p2{ padding:.5em 1em}
.tableSt .cell.bg1{ background:#f0f4ff}
.tableSt .cell.bg2{ background:#333; color:#fff; border-color:#444}
.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}

.tableSt.form .cell{ padding:.5em 1.5em}
.tableSt.form .cell.th,
.tableSt.form .cell.td{ align-items:flex-start; text-align:left}

.tableSt .p0{ padding:0 !important}
.tableSt .bd0{ border:none}

.tableSt.before{ position:relative}
.tableSt.before[data-before]:after{ content: attr(data-before); position:absolute; left:0; top:0; width:100%; height:100%; background:#aaa; color:#fff; border-radius:calc(var(--pgObjRd) - 2px); display:flex; align-items:center; justify-content:center; text-align:center; font-weight:700}
.tableSt.before.c1 .cell{ background:#111; color:#111}

.scrollstX .tableSt{ min-width:100%; margin-bottom:1em; margin-top:1px}
.scrollstX .xFix{ position:sticky; left:0; z-index:1; background:#f1f1f1 !important}
.scrollstX .xFix.right{ left:auto; right:0}
.scrollstX .xFix.l2{ left:calc(4em - 1px);}
.scrollstXW{ display:flex; gap:1em}
.scrollstXW:not(:last-child){ margin-bottom:.5em}
.scrollstXW .wGrow{ flex:1 1 0%; min-width:0}
.scrollstXW .tableCap{ margin-bottom:.25em; margin-top:1px}
.scrollstXW .tableSt{ margin-bottom:.25em}

.tableCap{ border-radius:.5em; border:1px solid #111; display:flex; align-items:center; justify-content:center}
.tableCap .t1{ font-weight:700;}
.tableCap.w1{ width:11em}

.cellGroup{ display:flex;}
.cellGroup.st1{ gap:1px; background:#ddd}
.cellGroup > *{ flex:0 0 auto}
.cellFix{ --inCellW1 :7em;}
.cellFix .cellGroup{ height:100%}
.cellFix .cellGroup .inCell.cw1{ width:var(--inCellW1)}
.cellFix .tr{ width:max-content; min-width:100%; box-sizing:border-box}
.cellFix .thead .wAttFix1 { --inCellL: 1; }
.cellFix .thead .wAttFix2 { --inCellL: 2; }
.cellFix .thead .wAttFix3 { --inCellL: 3; }
.cellFix .thead .wAttFix4 { --inCellL: 4; }
.cellFix .thead .wAttFix5 { --inCellL: 5; }
.cellFix .thead .wAttFix6 { --inCellL: 6; }
.cellFix .thead .wAttFix7 { --inCellL: 7; }
.cellFix .thead .wAttFix8 { --inCellL: 8; }
.cellFix .thead .wAttFix9 { --inCellL: 9; }
.cellFix .thead .wAttFix10 { --inCellL: 10; }
.cellFix .thead .wAttFix11 { --inCellL: 11; }
.cellFix .thead .wAttFix12 { --inCellL: 12; }
.cellFix .thead .wAttFix13 { --inCellL: 13; }
.cellFix .thead .wAttFix14 { --inCellL: 14; }
.cellFix .thead .wAttFix15 { --inCellL: 15; }
.cellFix .thead [class*="wAttFix"]{ width:calc(var(--inCellW1) * var(--inCellL) + (1px * var(--inCellL)) + 1px)}

.attSt{ display:inline-flex; gap:4px}
.attSt .in{ width:3.5em; height:3.5em; box-sizing:border-box; border:1px solid #ddd; display:flex; align-items:center; justify-content:center}
.attSt .in .stamp{ width:80%; height:80%; box-sizing:border-box; border:2px solid #ddd; position:relative; border-radius:50%}
.attSt .in .stamp:before{ content:"예정"; position:absolute; left:0; top:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; text-align:center; line-height:1.1; font-weight:700; font-size:.813em; color:#999; transform:rotate(-30deg)}
.attSt .in .stamp:after{ content:""; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); width:100%; height:100%; padding:4px; border:inherit; border-radius:inherit}
.attSt .in[class*="st"] .stamp:before{ }
.attSt .in.st0 .stamp{ background:var(--siteC); border-color:var(--siteC)}
.attSt .in.st1 .stamp{ background:var(--siteCerr); border-color:var(--siteCerr)}
.attSt .in.st2 .stamp{ background:#666; border-color:#666}
.attSt .in.st0 .stamp:before{content:"출석"; color:#fff}
.attSt .in.st1 .stamp:before{content:"결석"; color:#fff}
.attSt .in.st2 .stamp:before{content:"지각/조퇴"; color:#fff}

.input_st.inCell{ border-radius:0; height:100%; width:100%; border:none}
.input_st.jsSelect{ background-image: url('data:image/svg+xml;utf8,<svg fill="%23000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path d="M0 0l5 6 5-6z"/></svg>'); background-size:auto .375em}
.jsSelect[class*="cl"]{ background-image: url('data:image/svg+xml;utf8,<svg fill="%23fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path d="M0 0l5 6 5-6z"/></svg>')}
.jsSelect[class*="cl"]:not(:focus){ opacity:.8}
.jsSelect.cl1{ background-color:var(--siteC); color:#fff}
.jsSelect.cl2{ background-color:var(--siteCerr); color:#fff}
.jsSelect.cl3{ background-color:#666; color:#fff}

.dlSt > dt{ display:flex; align-items:center; font-size:1.25em; gap:.5em}
.dlSt > dt.s1{ font-size:1.375em}
.dlSt > dt.s2{ font-size:1.063em}
.dlSt > dt .ico{ font-size:1.25em}
.dlSt > dt .t1{ font-weight:700}
.dlSt > dt .mgL{ margin-left:auto}
.dlSt > dd{ margin-top:.5em; border-radius:var(--pgSubRd); border:1px solid #ddd; background:#fff; padding:1.25em; color:#555}
.dlSt > dd.bg1{ background:#f5f5f5; border-color:transparent}
.dlSt > dd.st1{ padding:2em; color:inherit; line-height:1.5; font-size:1em}
.dlSt > dd.p0{ padding:0}
.dlSt > dd.p1{ padding:2em}
.dlSt > dd .tt1{ font-weight:700; line-height:1.125em; color:#111; line-height:1.4}
.dlSt.c1 > dt{ color:var(--siteC)}
.dlSt.c1 > dd{ border-color:var(--siteC)}
.dlSt.c2 > dt{ color:green}
.dlSt.c2 > dd{ border-color:green}

.aSt,
.aSt:hover{ text-decoration:underline}
.aHover:hover{ text-decoration:underline}

.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-origin:0% 0%; height:1em; display:flex; align-items:center}
.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}

.boardLink{ display:flex; align-items:center; height:100%; box-sizing:border-box; gap:1em}
.boardLink .tTit{ flex:1 1 0%; min-width:0}
.boardLink .tDate{ text-align:right; font-size:.875em; color:#888; margin:0 1em}
.boardLink:hover{ color:var(--siteC)}
.boardLink:hover .tTit{ text-decoration:underline}

.inpLayerW{}
.inpLayer{ display:block; position:relative}
.inpLayer .inp:focus{ z-index:1}
.inpLayer .inp{ border:1px solid #ddd; margin-bottom:-1px; padding:1em; padding-left:4em; height:3.75em; box-sizing:border-box; width:100%; position:relative; font-weight:500}
.inpLayer select.inp{ padding-left:3.75em}
.inpLayer select.inp optgroup,
.inpLayer select.inp option{ font-weight:400; font-size:.938em}
.inpLayer:first-child .inp{ border-top-left-radius:.5em; border-top-right-radius:.5em}
.inpLayer:last-child .inp{ border-bottom-left-radius:.5em; border-bottom-right-radius:.5em}
.inpLayer .tt{ position:absolute; left:4.25em; top:0; width:calc(100% - 4.25em); height:100%; display:flex; align-items:center; box-sizing:border-box; padding:0 .5em; z-index:2; color:#777; font-weight:700; cursor:text}
.inpLayer .tt > i{ }
.inpLayer .ico{ font-size:1em; position:absolute; left:0; top:0; width:4.5em; height:100%; display:flex; align-items:center; justify-content:center; z-index:2}
.inpLayer .ico:before{ font-size:1.25em}
.inpLayer .inp:focus{ border-color:var(--siteC); outline:none}
.inpLayer .inp:valid ~ .tt,
.inpLayer .inp:focus ~ .tt{ width:auto; height:1em; transform:translateY(-50%); background:#fff; color:var(--siteC)}
.inpLayer .inp:valid ~ .tt > i,
.inpLayer .inp:focus ~ .tt > i{ font-size:.875em}

.agreeBox{ border-radius:.5em; border:1px solid #ddd; padding:1.5em; color:#666; font-size:.938em; background:#fff; line-height:1.4 } 
.agreeBox.st1{ padding:1em; font-size:.875em;}
.agreeBox.h1 { height:7em; overflow-y: auto; } 
.agreeBox strong { color:#111; font-weight:700 } 
.agreeBox h3 { font-size:1.063em } 
.agreeCheck{ padding:.75em 1em; background:#fff; border:1px solid #ddd; margin-top:.75em; border-radius:var(--pgObjRd)}
.agreeCheck label{ font-size:.938em}

.joinAgree{ padding:.25em 1em}
.agreeList{ display:flex; gap:2em}
.agreeList > li{ flex:1}
.agreeList > li .agreeBox{ height:10em; overflow:auto}

.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.375em; font-weight:700; 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:1em}
.formN > li{ width:calc(50% - .5em); box-sizing:border-box; position:relative}
.formN > li.w1{ width:100%}
.formN > li .wIn{ box-sizing:border-box; background:#fff; border:1px solid #ddd; border-radius:1em; padding:1.75em 2em; display:flex; flex-direction:column; gap:.75em; 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(--siteGra); transition:.3s}
.formN > li .nCon .inpW:focus-within:after{ width:100%}
.formN > li .nCon .inpW:focus-within .inp{ box-shadow:0 0 .5em rgba(0,0,0,.1) inset}
.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:3em; padding:.5em 1em; border-radius:.25em}
.formN > li .inp.w1{ max-width:20em}
.formN > li textarea.inp{ height:5em}
.formN > li .inp[disabled]{ background:#eee; border-color:transparent}
.formN > li .label_wrap{ padding:1em 0}
.formN > li .errorT{ position:absolute; left:0; top:100%; box-sizing:border-box; max-width:100%; padding:.5em 2em; font-weight:500; font-size:.875em; display:flex; gap:.5em; color:#fff; background:var(--siteCerr); border-radius:0 1em; transform:translate(0, -1em); display: none}
.formN > li.error{ z-index:1}
.formN > li.error .wIn{ border-color:var(--siteCerr)}
.formN > li.error .wIn .nCon .inpW:after{ background:var(--siteCerr)}
.formN > li.error .wIn .nTit .tit .t1{ color:var(--siteCerr)}
.formN > li.error .errorT{ display:flex}
.formN > li.error .errorT:before{ content:"\f3d3"; font-family:fontello}
.formN > li.error .errorT:after{ content: attr(data-tt);}

.alertMsg{ padding:2em; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; gap:1em}
.alertMsg .ico{ font-size:4em; color:#ddd}
.alertMsg .ico.alert:before{ content:"\e8ff"}
.alertMsg .t1{ font-weight:700; font-size:1.063em}