@charset "utf-8";
/* CSS Document */
:root{
--headerH : 5.5em;
--siteC : #111;
--pagePD : 5vw;
}
.siteC{ color: var(--siteC) !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.s3 { padding-bottom:75%; } 
.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}

.row{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box;  -webkit-box-orient: vertical; line-height:1.25em;}
.row.r2{ -webkit-line-clamp: 2}
.row.r3{ -webkit-line-clamp: 3}
.row.r4{ -webkit-line-clamp: 4}
.row.r2.fix{ height:2.5em}
.row.r3.fix{ height:3.75em}
.row.r4.fix{ height:5em}
.row.lh1{ line-height:1.5em}
.row.r2.lh1.fix{ height:3em}
.row.r3.lh1.fix{ height:4.5em}
.row.r4.lh1.fix{ height:6em}

.c_point{ color:var(--siteC) !important}
.c_black{ color:#000 !important}
.c_gray{ color:#888 !important}
.c_white{ color:#fff !important}
.c_dgray{ color:#555 !important}
.c_red{ color:#F36 !important}

.bgfix{background-repeat:no-repeat; background-position:center center; background-size:cover;}
.bgfix.ct{ background-size:contain}
.bgfix.fix{ background-attachment:fixed}

.pre{white-space:pre-wrap;}
.radius{ border-radius:1em; overflow:hidden}

.loader_wrap{ position: fixed; left:0; top:0; width:100vw; height:100vh; z-index:10000; background:rgba(255,255,255,.5); display:flex; justify-content:center; align-items:center}
.load .loader_wrap{ display:none}
.loader{animation: rotate 1s infinite; height: 50px; width: 50px;}
.loader:before,
.loader:after{ border-radius: 50%; content: ''; display: block; height: 20px; width: 20px;}
.loader:before{ animation: ball1 1s infinite; background-color: #cb2025; box-shadow: 30px 0 0 #f8b334; margin-bottom: 10px;}
.loader:after{ animation: ball2 1s infinite; background-color: #00a096; box-shadow: 30px 0 0 #97bf0d;}
@keyframes rotate {
0% { transform: rotate(0deg) scale(0.8);}
50% { transform: rotate(360deg) scale(1.2);}
100% { transform: rotate(720deg) scale(0.8);}
}
@keyframes ball1 {
0% { box-shadow: 30px 0 0 #f8b334;}
50% { box-shadow: 0 0 0 #f8b334; margin-bottom: 0; transform: translate(15px,15px); }
100% { box-shadow: 30px 0 0 #f8b334; margin-bottom: 10px;}
}
@keyframes ball2 {
0% { box-shadow: 30px 0 0 #97bf0d;}
50% { box-shadow: 0 0 0 #97bf0d; margin-top: -20px; transform: translate(15px,15px);}
100% { box-shadow: 30px 0 0 #97bf0d; margin-top: 0;}
}

/**/
.pd0{ padding:0 !important;}
.pt0{ padding-top:0 !important;}
.pb0{ padding-bottom:0 !important;}

.mg0{ margin:0 !important;}

.mt0{ margin-top:0 !important;}
.mt3{ margin-top:3px !important;}
.mt5{ margin-top:5px !important;}
.mt10{ margin-top:10px !important;}
.mt15{ margin-top:15px !important;}
.mt20{ margin-top:20px !important;}
.mt25{ margin-top:25px !important;}
.mt30{ margin-top:30px !important;}
.mt40{ margin-top:40px !important;}
.mt50{ margin-top:50px !important;}

.mb0{ margin-bottom:0 !important;}
.mb5{ margin-bottom:5px !important;}
.mb10{ margin-bottom:10px !important;}
.mb15{ margin-bottom:15px !important;}
.mb20{ margin-bottom:20px !important;}
.mb25{ margin-bottom:25px !important;}
.mb30{ margin-bottom:30px !important;}
.mb40{ margin-bottom:40px !important;}
.mb50{ margin-bottom:50px !important;}

.ml0{ margin-left:0 !important;}
.ml5{ margin-left:5px !important;}
.ml10{ margin-left:10px !important;}
.ml15{ margin-left:15px !important;}
.ml20{ margin-left:20px !important;}
.ml25{ margin-left:25px !important;}
.ml30{ margin-left:30px !important;}
.ml40{ margin-left:40px !important;}
.ml50{ margin-left:50px !important;}

.mr0{ margin-right:0 !important;}
.mr5{ margin-right:5px !important;}
.mr10{ margin-right:10px !important;}
.mr15{ margin-right:15px !important;}
.mr20{ margin-right:20px !important;}
.mr25{ margin-right:25px !important;}
.mr30{ margin-right:30px !important;}
.mr40{ margin-right:40px !important;}
.mr50{ margin-right:50px !important;}

.pd05{ padding:.5em !important;}
.pd1{ padding:1em !important;}
.pd2{ padding:2em !important;}

.fwB{ font-weight:700}
.fwM{ font-weight:500}
.fwR{ font-weight:400}
.fwL{ font-weight:300}

.fs12{ font-size:.75em !important}
.fs13{ font-size:.813em !important}
.fs14{ font-size:.875em !important}
.fs15{ font-size:.938em !important}
.fs16{ font-size:1em !important}
.fs17{ font-size:1.063em !important}
.fs18{ font-size:1.125em !important}
.fs19{ font-size:1.188em !important}
.fs20{ font-size:1.25em !important}
.fs21{ font-size:1.313em !important}
.fs22{ font-size:1.375em !important}
.fs23{ font-size:1.438em !important}
.fs24{ font-size:1.5em !important}
.fs25{ font-size:1.563em !important}
.fs26{ font-size:1.615em !important}
.fs27{ font-size:1.688em !important}
.fs28{ font-size:1.75em !important}
.fs29{ font-size:1.813em !important}
.fs30{ font-size:1.875em !important}
.fs31{ font-size:1.938em !important}
.fs32{ font-size:2em !important}

.hideT{position: absolute; z-index: -1; display: inline-block; overflow: hidden; height: 1px; width: 1px; border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); word-break: initial; word-wrap: initial;}
.hideT.close{ display:none}

/*board*/
.board_table{ table-layout:fixed; border-collapse:collapse; border-spacing:0; width:100%; border-top:1px solid #111}
.board_table th,
.board_table td{ height:3em; border-bottom:1px solid #ddd; padding:.5em .5em; text-align:center}
.board_table th{ font-size:1.063em; font-weight:500}
.board_table .aTit_wrap{ display:flex; align-items:center}
.board_table .aTit_wrap .aTit{ flex:1 1 0%; min-width:0}
.board_aTit{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden}
.board_aTit:hover,
.board_aTit:focus{ text-decoration:underline}
.board_table tr:not(.hoverN):hover{ background:#f9fbfc}
.board_table .rNotice{ background:#f9fbfc}
.board_table .rFaq .faqMark{ width:2em; line-height:2em; border-radius:.5em; background:#333; color:#fff; font-weight:700; display:inline-block; font-size:1.125em}
.board_table .rFaq .faqBtn{ width:2em; line-height:2em; border-radius:50%; background:#fff; color:#999; box-shadow:0 0 .5em rgba(0,0,0,.1); display:inline-block; transition:.3s}
.board_table .rFaq .faqBtn .xi{ font-size:1em}
.board_table .rFaq .faqBtn .xi:before{ content:"\e941"}
.board_table .rFaq.cellQ td.w_tit{ padding:.75em 0; font-size:1.125em; font-weight:500}
.board_table .rFaq.cellA{ display:none}
.board_table .rFaq.cellA td{ padding-top:1.5em; padding-bottom:1.5em}
.board_table .on{ position:relative}
.board_table .on:before{ content:""; position:absolute; left:0; top:-1px; width:100%; height:calc(100% + 1px); box-sizing:border-box; border:1px solid var(--siteC)}
.board_table .on .rFaq{ background:none; position:relative}
.board_table .on .rFaq .faqMark{ background:var(--siteC)}
.board_table .on .rFaq .faqBtn{ transform:rotate(180deg)}
.board_table .on .rFaq.cellQ .w_tit{ font-weight:500}
.board_table .on .rFaq.cellA{ display: table-row}
.board_table .on .rFaq:hover,
.board_table .on .rFaq:hover td{ background:none}

.board_table.st1{ border-radius:1em; border:none; box-shadow:0 0 1em rgba(0,0,0,.1); overflow:hidden}
.board_table.st1 td{ border:none; padding:1em .5em}
.board_table.st1 th{ background:var(--siteC); color:#fff; height:2em}

.board_table.st2 td{ }
.board_table.st2 th{ background:#f5f5f5; color:#111; height:2em}

.board_tit{ margin-bottom:.5em}
.board_tit:not(:first-child){ margin-top:3em}
.board_tit .t1{ font-weight:700; font-size:1.375em}
.board_tit .t2{ font-weight:700; font-size:1.25em}

.boardIco{ font-family:xeicon; font-size:1.375em; width:1.5em; text-align:center}
.boardIco.file{ transform:rotate(45deg)}
.boardIco.file:before{content:"\ea6a"; color:var(--siteC)}
.boardIco.lock:before{content:"\e966"; color:#777}
.boardIco.notice:before{content:"\ea5a"}
.boardIco.new:before{content:"\e9a9"; color:var(--siteC)}
.boardIco.reply:before{content:"\e981"; color:#777}
.boardIco.prev:before{content:"\e945"}
.boardIco.next:before{content:"\e942"}

.nocon{ display:flex; justify-content:center; align-items:center; flex-direction:column; border:1px solid #ddd; height:24em; color:#666; margin-top:-1px}
.nocon .xi{ font-size:5em; color:#ddd; margin-bottom:.125em}
.nocon .xi:not([class*=xi-]):before{content:"\ea15"}

.page_btn{ display:flex; align-items:center; justify-content:center; gap:.5em}
.page_btn > *{flex:1 1 0%; min-width:0}
.page_btn .in{ display:flex; align-items:center; flex:0 0 auto; gap:.5em}
.page_btn .in.right{ margin-left:auto}
.page_btn .max1{ max-width:10em}

.board_search{ display:flex; align-items:center; justify-content:space-between; margin-bottom:1em}
.board_search .total{ display:flex; align-items:center; justify-content:space-between}
.board_search .total .ico{ font-size:1em; width:2em; height:2em; border:1px solid #ddd; display:flex; align-items:center; justify-content:center; border-radius:50%; margin-right:.5em}
.board_search .total .ico:before{content:"\e91c"}
.board_search .total .t2{ font-weight:700; font-size:1.125em; color:var(--siteC); margin-left:.25em}
.board_search .search{ display:flex; align-items:center; justify-content:space-between; gap:0 .25em}
.board_search .search .btn{ padding:0 1.5em}
.board_search .search .btn .ico{ font-size:1em}
.board_search .search .btn .ico:before{content:"\e97a"}

.board_pg{ display:flex; align-items:center; justify-content:center; margin-top:5em; 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_st th,
.board_st td{ height:2.25em; padding:1.2em 1em; border-bottom:1px solid #e5e5e5; font-size: 1.1em;}
.board_st th{ color:#111;}
.board_st td{ color:#555;}
.board_st ~ div.no_con{ border-top:none;}
.board_st.write{ border-top:3px solid #111; opacity: .85;}
.board_st.write th{ padding-left:1.5em; text-align:left; background: #f9f9f9; font-weight: 600;}
.board_st.write th > .star{ position:relative; top: -8px; margin-left: .2em; color: #393ce1;}

.member_agree .agree{ padding:3em; border:solid #ddd; border-width:2px 1px 1px 1px; border-top-color:#333; font-size:.938em; color:#777; line-height:1.5em;}
.member_agree .agree.H{ padding:1em 1.5em; border-top-width:1px; height:10em; overflow-y:scroll;}
.member_agree .agree p{ padding:.5em 0;}
.member_agree .agree *{ vertical-align:baseline;}
.member_agree .agree strong{ color:#333;}
.member_agree .check{ padding:1em 2em; border:solid #ddd; border-width:0 1px 1px 1px; text-align:right;}

.board_st.gallery{ }
.board_st.gallery .list{ margin:0 0 -1.75em -1.75em;}
.board_st.gallery .list > li{ flex:1 1 33.33%; max-width:33.33%;}
.board_st.gallery .list > li .in{ flex:1; position:relative; display:block; margin:0 0 1.75em 1.75em;}
.board_st.gallery .list > li .in .img{ overflow:hidden;}
.board_st.gallery .list > li .in .con{ padding:1.5em 0em 2em 0em;}
.board_st.gallery .list > li .in .con .tit{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.board_st.gallery .list > li .in .con .tit .tt{ font-size:1.125em;}
.board_st.gallery .list > li .in .con .board_info{ margin-top:1em;}
.board_st.gallery .list > li .in .con .board_info > li{ font-size:.938em;}
.board_st.gallery .list > li .in .con .board_info > li:before{}
.board_st.gallery .list > li .in .thumb{ transform:scale(1); transition:.3s;}
.board_st.gallery .list > li .in:hover .thumb:not(.pic){ transform:scale(1.03);}
.board_st.gallery .list > li .in:hover .con .tit{ text-decoration:underline;}
.board_st.gallery .adm_chk{ position:absolute; z-index:9; top:.5em; left:.5em; display:block;}

.board_viewT{ }
.board_viewT .vTit{ padding:1em 0; font-weight:700; font-size:1.5em; border-bottom:1px solid #ddd; text-align:center; padding-bottom:3em}
.board_viewT .info{ display:flex; align-items:center; justify-content:flex-end; gap:0 3em; padding:1em 0; border-bottom:1px solid #ddd;}
.board_viewT .info > li{ position:relative; color:#666}
.board_viewT .info > li:not(:last-child):before{ content:""; position:absolute; right:-1.5em; top:50%; width:1px; height:60%; transform:translateY(-50%); background:#ccc}
.board_viewT .info > li .ico{ font-size:1em; margin-right:.25em}
.board_viewT .info > li.name .ico:before{content:"\e9f2"}
.board_viewT .info > li.date .ico:before{content:"\e9a0"}
.board_viewT .info > li.hit .ico:before{content:"\e950"}
.board_viewM{ padding:5em 2em; border-bottom:1px solid #ddd}
.board_viewM .ytFrame{ width:100%; margin:0 auto}
.board_viewM .ytFrame iframe{ position:absolute; left:0; top:0; width:100%; height:100%}
.board_viewF{ display:flex; border-bottom:1px solid #ddd; background:#f5f5f5; padding:1.5em 2.5em}
.board_viewF .wrap_tit{ width:6em; margin-right:2.5em; box-sizing:border-box; border-right:1px solid #ddd}
.board_viewF .wrap_tit .t1{ font-weight:500; font-size:1.063em}
.board_viewF .wrap_con{ flex:1 1 0%; min-width:0}
.board_viewF .wrap_con .list > li:not(:first-child){ margin-top:.5em}
.board_viewF .wrap_con .list > li > a{ padding-left:1.25em; position:relative}
.board_viewF .wrap_con .list > li > a:hover .tt,
.board_viewF .wrap_con .list > li > a:focus .tt{ text-decoration:underline}
.board_viewF .wrap_con .list > li > a .xi{ font-size:1.125em}
.board_viewF .wrap_con .list > li > a .down{ margin-left:.5em; color:var(--siteC)}
.board_viewF .wrap_con .list > li > a .ico{ position:absolute; left:0; top:0}
.board_viewF .wrap_con .list > li > a .ico:before{content:"\e998"}
.board_viewF .wrap_con .list > li > a .down:before{content:"\eb7c"}

.board_view_comment{ background:#fff; border-radius:.5em; margin:2em 0}
.board_view_comment .wrap_tit{ font-size:1.125em}
.board_view_comment .wrap_inp{ margin:1em 0 2em 0}
.board_view_comment .wrap_inp .btn{ margin-left:1em; height:auto !important; width:5em}
.board_view_comment .wrap_list > li{ margin-bottom:1em; padding-bottom:1em; border-bottom:1px solid #eee}
.board_view_comment .wrap_list .info{ display:flex; align-items:flex-start; gap:0 1em; justify-content:space-between}
.board_view_comment .wrap_list .con{ font-size:.938em; font-weight:500; margin:1em 0 .5em 0}
.board_view_comment .wrap_list .date{ font-size:.875em; color:#888}
.board_view_comment .board_pg{ margin-top:2em}

.board_faq{ border-top:1px solid #111;}
.board_faq > li{}
.board_faq > li .wrap_in{ position:relative; display:flex; align-items:center; gap:0 2em; border-bottom:1px solid #666; line-height:1.8;}
.board_faq > li .wrap_in > *{ min-width:0;}
.board_faq > li .wrap_in .tit{ width:5em; text-align:center;}
.board_faq > li .wrap_in .tit .tt{ font-size:2.000em;}
.board_faq > li .wrap_in .tit .tt.c1{}
.board_faq > li .wrap_in .tit .tt.c2{ color:var(--siteC);}
.board_faq > li .wrap_in .sbj{ flex:1;}
.board_faq > li .wrap_in .sbj .tt{ display:block; padding:1em 0; font-size:1.063em; line-height:1.5;}
.board_faq > li .wrap_in .con{ flex:1; padding:.75em 1em .75em 0;}
.board_faq > li .wrap_in .con .tt{ color:#333;}
.board_faq > li .wrap_in .ico{ position:absolute; right:0; top:50%; width:5em; text-align:center; transform:translateY(-50%); opacity: 1;}
.board_faq > li .wrap_in .ico .arrow{ font-size:2.000em; transition:.3s;}
.board_faq > li .wrap_in .ico .arrow:before{ content:"\e943";}
.board_faq > li .faqTit .wrap_in{ padding:1em 5em 1em 0;}
.board_faq > li .faqCon{ height:0; overflow:hidden; opacity:0; visibility:hidden; transition:.3s;}
.board_faq > li .faqCon .wrap_in{ align-items:flex-start;}
.board_faq > li.on .faqTit .wrap_in{ background:#f3fbff;}
.board_faq > li.on .faqTit .wrap_in .ico .arrow{ transform:rotate(-180deg);}
.board_faq > li.on .faqCon{ height:auto; overflow:visible; opacity:1; visibility:visible;}
.board_faq > li.on .faqCon .wrap_in{ padding-top:3em; padding-bottom:3em; transition:.3s;}

.table_form_wrap{}
.table_form_wrap .form_tit{ padding:1em 0}
.table_form_wrap .form_tit .t1{ font-weight:700; font-size:1.375em}
.table_form_wrap .form_tit .t2{ font-weight:700; font-size:1.625em}
.table_form_wrap .form_tit .t3{ font-weight:500; font-size:1.125em}
.table_form > li{ border-bottom:1px solid #ddd; padding:.75em 0}
.table_form > li.h1{height: 100%;max-height: 30em;}
.table_form > li:first-child{ border-top:1px solid #111}
.table_form > li.bd0{ border-bottom:none}
.table_form > li.bd1{ border-top:none}
.table_form > li.p1{ padding:1.5em 0;}
.table_form .wrap_in{ display:flex; align-items:center}
.table_form .wrap_in.w2{ display:flex; align-items:center; width: 50%; border-right: 1px solid #ddd;}
.table_form .wrap_in.w2:last-child{ display:flex; align-items:center; width: 50%; border-right: 0px solid #ddd;}
.table_form .wrap_in.w3{ display:flex; align-items:center; width: 33%; border-right: 1px solid #ddd;}
.table_form .wrap_in.w3:last-child{ display:flex; align-items:center; width: 33%; border-right: 0px solid #ddd;}
.table_form .wrap_in.h1{ height: 20em; max-height: 30em; align-items: flex-start;}
.table_form .wrap_in .tit_wrap,
.table_form .wrap_in .con_wrap{ min-height:3em; box-sizing:border-box; display:flex; flex-wrap:wrap; align-items:center;}
.table_form .wrap_in .tit_wrap{ width:17em; gap:.5em 0; padding:0 1.25em;}
.table_form .wrap_in .tit1{ font-size:1.125em; font-weight:600;}
.table_form .wrap_in .tit2{ font-size:1.063em; font-weight:600;}
.table_form .wrap_in .tit3{ font-size:1.000em; font-weight:500; line-height:1.2;}
.table_form .wrap_in .con_wrap{ flex:1 1 0%; min-width:0; gap:.25em; font-size:1.063em;}
.table_form .wrap_in .con_wrap > *{ flex:1 1 0%; min-width:0}
.table_form .wrap_in .con_wrap.st2 > *{ flex:unset; min-width:0; align-items: flex-start !important;}
.table_form .wrap_in .con_wrap.st2{ align-items: flex-start !important;}
.table_form .wrap_in .con_wrap.st3{ flex:1 1 0%; min-width:0; gap:.85em; font-size:1.063em;}
.table_form .wrap_in .con_wrap.st3> *{ flex:1 1 33%; min-width:33%}
.table_form .wrap_in .con_wrap .inp_tt{ flex:0 0 auto; font-size:.938em; color:#666;}
.table_form .wrap_in .con_wrap .input_st{ width:100%;}
.table_form .wrap_in .con_wrap .input_st.h1{max-height:25em !important;}
.table_form .wrap_in .con_wrap .line{ padding-top:.75em; margin-top:.75em; border-top:1px solid #ddd}
.table_form .wrap_in .con_wrap .w1{ flex:0 0 auto; width:3em}
.table_form .wrap_in .con_wrap .w2{ flex:0 0 auto; width:9em}
.table_form .wrap_in .con_wrap .w3{ flex:0 0 auto; width:20em}
.table_form .wrap_in .con_wrap .w4{ flex:0 0 auto; width:6em}
.table_form .wrap_in .con_wrap .w5{ flex:0 0 auto; width:45em}
.table_form .wrap_in .con_wrap .w50{ flex:0 0 auto; width:50%}
.table_form .wrap_in .con_wrap .w100{ flex:0 0 auto; width:100%}
.table_form .wrap_in .con_wrap .w_auto{ flex:0 0 auto}
.table_form .wrap_in .con_wrap .max1{ max-width:27em}
.table_form .wrap_in .con_wrap .max2{ max-width:8.375em}
.table_form .wrap_in .con_wrap .max3{ max-width:23.5em}
.table_form .wrap_in .con_wrap .max4{ max-width:12em}
.table_form .wrap_in .con_wrap .min1{ min-width:23.5em}

.table_form .wrap_in.col{ flex-direction:column}
.table_form .wrap_in.col > *{ flex:0 0 auto; width:100%}
.table_form .wrap_in.col .tit_wrap{ padding:0 0;}

.label_st{ display:inline-flex; align-items:center; min-height:1em; gap:0 .25em; cursor:pointer; line-height:1; box-sizing:border-box;}
.label_st input{ zoom:1.5; margin-bottom:auto; cursor:pointer;}
.label_st input ~ .tt{ flex:1; font-weight:500;}
.label_st input:checked{ accent-color:var(--siteC);}
.label_st input:checked ~ .tt{ color:var(--siteC);}

.label_st.s1{ font-size:1.25em; font-weight:500;}
.label_st.s1 input{ zoom:2;}

.label_st.st1{ position:relative; padding:1.5em 1em; text-align:center;}
.label_st.st1.p1{ padding:1em}
.label_st.st1 .bg{ position:absolute; left:0; top:0; width:100%; height:100%; box-sizing:border-box; border:1px solid #ddd; border-radius:.5em; z-index:-1;}
.label_st.st1 .tt.s1{ font-size:.938em; opacity:.8;}
.label_st.st1 input:checked{ accent-color:#fff;}
.label_st.st1 input:checked ~ .bg{ background:var(--siteC); border-color:var(--siteC);}
.label_st.st1 input:checked ~ .tt{ color:#fff;}

.form_wrap .form_tit{ border-bottom:1px solid #111; padding:.75em 0}
.form_wrap .form_tit.bd0{ border-bottom:none}
.form_wrap .form_tit .t1{ font-weight:700; font-size:1.313em}
.form_wrap .form_tit .t2{ font-weight:700; font-size:1.625em}
.form_wrap .form_tit .t3{ font-weight:500; font-size:1.125em}
.form_wrap .form_con{ padding:1.5em 0}
.form_st > li{ border-bottom:1px solid #ddd; padding:.75em 0}
.form_st > li:first-child{ border-top:1px solid #111}
.form_wrap .form_tit + .form_st > li:first-child{ border-top:none}
.form_st.noline > li{ border-bottom:none; border-top:none}
.form_st.noline > li:first-child{ padding-top:0}
.form_st > li.bd0{ border-bottom:none}
.form_lab{ display:flex; align-items:center}
.form_lab .lab_tit,
.form_lab .lab_con{ min-height:3em; box-sizing:border-box; display:flex; flex-wrap:wrap; align-items:center;}
.form_st.h1 .lab_tit,
.form_st.h1 .lab_con{ min-height:2em}
.form_lab .lab_tit{ width:9em; margin:0 2em 0 .5em; gap:.5em 0}
.form_lab .tit1{ font-weight:600; font-size:1.063em}
.form_lab .tit2{ font-weight:600; font-size:.938em; line-height:1.2}
.form_lab .lab_con{ flex:1 1 0%; min-width:0; gap:.25em; font-weight:500}
.form_lab .lab_con.gap1{ gap:.5em 1em}
.form_lab .lab_con.not(.flex) > *{ flex:1 1 0%; min-width:0}
.form_lab .lab_con .inp_tt{ flex:0 0 auto; font-size:.938em; color:#666; font-weight:400}
.form_lab .lab_con .input_st{ width:100%}
.form_lab .lab_con .input_st.grow{ flex:1 1 0%; min-width:0; width:auto}
.form_lab .lab_con .line{ padding-top:.75em; margin-top:.75em; border-top:1px solid #ddd}
.form_lab .lab_con .w1{ flex:0 0 auto; width:3em}
.form_lab .lab_con .w2{ flex:0 0 auto; width:9em}
.form_lab .lab_con .w50{ flex:0 0 auto; width:50%}
.form_lab .lab_con .w100{ flex:0 0 auto; width:100%}
.form_lab .lab_con .w_auto{ flex:0 0 auto; width:auto}
.form_lab .lab_con .max1{ max-width:23em}
.form_lab .lab_con .max2{ max-width:10em}
.form_lab .lab_con .max3{ max-width:10em}
.form_lab .lab_con .min1{ min-width:23.5em}

.form_wrap.st1{}
.form_wrap.st1 .form_st{ border:1px solid #ddd; padding:1em 2em}
.form_wrap.st1 .form_st > li{ border-bottom:none; border-top:none; padding:.375em 0}
.font_wrap.st1 .form_lab .lab_con{ min-height:auto}

.form_wrap.st2{ border-radius:1em; padding:1em 2em; box-shadow:0 0 1em rgba(0,0,0,.1)}
.form_wrap.st2 .form_st > li:last-child{ border-bottom:none}

.agree_wrap{ box-shadow:0 0 1em rgba(0,0,0,.1); padding:2em; color:#666}

.board_gallery{ display:flex; flex-wrap:wrap; gap:3em}
.board_gallery > li{ width:calc(33.3333% - 2em)}
.board_gallery > li .wrap_in{ display:block; border-radius:.5em; overflow:hidden}
.board_gallery > li .wrap_in .img_wrap{ position:relative; display:block; border-radius:.5em; overflow:hidden}
.board_gallery > li .wrap_in .img_wrap .ab{ position:absolute; left:0; top:0; width:100%; height:100%; box-sizing:border-box}
.board_gallery > li .wrap_in .con_wrap{ display:block; padding:1em 0; display:flex; flex-direction:column; gap:.5em}
.board_gallery > li .wrap_in .con_wrap .t1{ font-size:1.125em; font-weight:500}
.board_gallery > li .wrap_in .con_wrap .t2{ font-weight:500}
.board_gallery > li .wrap_in:focus .con_wrap,
.board_gallery > li .wrap_in:hover .con_wrap{ }
.board_gallery.s1{ gap:2em}
.board_gallery.s1 > li{ width:calc(20% - 1.6em)}

.board_cate{ display:flex; flex-wrap:wrap; margin-bottom:1.25em; border-radius:.5em; box-sizing:border-box; position:relative; padding:1px 0 0 1px}
.board_cate:before{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; top:0; bottom:0; border:1px solid #ddd; box-sizing:border-box; background:#f5f5f5;  z-index:-1}
.board_cate > li{ width:20%}
.board_cate > li > a{ display:flex; align-items:center; justify-content:center; height:3.5em; position:relative; color:#777; background:#fff}
.board_cate > li > a:before{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; right:0; bottom:0; border:1px solid #ddd; box-sizing:border-box; border-left:none; border-top:none}
.board_cate > li > a .tt{ font-weight:600; position:relative; font-size:1.063em}
.board_cate > li > a:hover,
.board_cate > li > a:focus{ background:#f9fbfc; color:#111; z-index:1}
.board_cate > li.on > a{ background:var(--siteC); color:#fff; border-color:transparent}
.board_cate > li.on > a .tt:after{ content:""; position:absolute; right:-.75em; top:0; width:.375em; height:.375em; background:#fff; border-radius:50%}

/**/
.ess{ color:var(--siteC); font-weight:700; margin:0 .25em}
.ess_tt{ font-size:.938em; color:#666}

.label_st{ display:inline-flex; align-items:center; min-height:1em; cursor:pointer; line-height:1; box-sizing:border-box; font-weight:500}
.label_st.w50{width: 47% !important;  align-items: flex-start;}
.label_st .xi{ width:1.25em; height:1.25em; display:flex; align-items:center; justify-content:center; border:1px solid #ddd; border-radius:4px; position:relative; font-size:1em; line-height:1.5}
.label_st .xi ~ span{ padding:0 .25em; word-break:keep-all; flex:1 1 0%; min-width:0}
.label_st input:checked ~ span{ color:var(--siteC)}
.label_st input[type=radio] ~ .xi{ border-radius:50%}
.label_st input:checked ~ .xi{ background:var(--siteC); color:#fff; border-color:transparent;}
.label_st input:checked ~ .xi:before{ font-size:.813em}
.label_st input[type=checkbox]:checked ~ .xi:before{content:"\e928" }
.label_st input[type=radio]:checked ~ .xi:before{ content:"\eb0d"}
.label_st input[type=checkbox]{ width:0; height:0; overflow:hidden; position:absolute; z-index:-1}
.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:.25em; padding:0 2.5em; border:1px solid #ddd; background:#fff; position:relative}
.label_st.st1 .lab .ico{ font-size:1.25em; font-family:xeicon; position:absolute; right:.25em; top:.25em; opacity:0}
.label_st.st1 .lab .ico:before{content:"\e92b"}
.label_st.st1 input:checked ~ .lab{ border-color:var(--siteC)}
.label_st.st1 input:checked ~ .lab .ico{ opacity:1}

.label_wrap{ display:flex; flex-wrap:wrap; gap:1em 3em}

/* 기타 입력창 기본 숨김 (자리 유지) */
.label_wrap .other-input {
    visibility: hidden; /* 공간은 차지하지만 보이지 않음 */
    opacity: 0;
    transition: opacity 0.3s;
    margin-left: 5px; /* 기타 글자랑 간격 */
    width: 120px; /* 원하는 고정 넓이 */
}

/* 기타 선택 시 표시 */
.label_wrap input.other-radio:checked + i + .other-input {
    visibility: visible;
    opacity: 1;
    height: 1.5em;
}

.input_st{ border:1px solid #ddd; color:#111; padding:.5em .75em; box-sizing:border-box; height:3em; border-radius:.25em; font-weight:500}
.input_st.bB{ border:1px solid #ddd; border-width: 0px 0px 1px 0px;}
a.input_st{ display:inline-flex; align-items:center}
.input_st[type=file]{ background:none; border:1px solid #ddd; padding:0; width:100%}
.input_st[readonly]{ background:#f5f5f5; color:#666}
textarea.input_st{ width:100%; height:7em; padding:1em}
textarea.input_st.h1{ height:10em}
textarea.input_st.h2{ height:5em}
select.input_st{ padding-right:2.5em !important}

.input_st .xi{ margin:0 .5em; margin-top:-.188em}
.input_st .xi:first-child{ margin-left:0}
.input_st .xi:last-child{ margin-right:0}
.label_st input ~ .tt.w17 {flex:0 0 8%!important; width:20em;}
.input_st.s1{ height:4em; padding:.5em 1.5em; font-size:1.125em; font-weight:500; font-weight:600}
.input_st.s2{ height:2.25em; padding:.25em .75em; font-size:.938em}
.input_st.s3{ height:1.5em; padding:.25em .75em; font-size:.938em}
.input_st.s2 .xi{ font-size:1em}
.input_st.s3 .xi{ font-size:.95em}

.input_st.c1{ background:var(--siteC); border-color:var(--siteC); color:#fff}
.input_st.c1:hover{ background:#fff; border-color:#fff; color:var(--siteC)}
.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.quest{ border-color:rgba(255,255,255,.1); color:#fff}
.input_st.quest.on{ position:relative}
.input_st.quest.on:after{ content:""; position:absolute; right:.375em; top:.375em; width:.375em; height:.375em; border-radius:50%; background:#fff; animation-name: fadeAni; animation-duration: 2s; animation-iteration-count: infinite}
.input_st.quest.q1{ background:var(--q1)}
.input_st.quest.q2{ background:var(--q2)}
.input_st.quest.q3{ background:var(--q3)}
.input_st.quest.q4{ background:var(--q4)}
.input_st.quest.q5{ background:var(--q5)}


.input_st.w1{ width:12.5em}
.input_st.w2{ width:4.5em}
.input_st.w3{ width:31.25em}
.input_st.w4{ width:3.25em}
.input_st.w5{ width:8em}
.input_st.w6{ width:15em}
.input_st.wa{ width:100%}
.input_st.w7{ width:7.5em}
.input_st.w80{ width:80%}
.w80 {width: 80%;}
.input_st .xi.arrow{ font-size:1em; margin:0 .5em}
.input_st .xi.arrow:before{content:"\e93f"}

.input_st.wFix{ min-width:8em; text-align:center}

.input_st.back .xi{ font-size:1em}
.input_st.back .xi:before{ content:"\e908"}
.input_st.back .tt:before{ content:"Back"}

.label_calendar{ position:relative}
.label_calendar input{ padding-right:2.5em; background:#fff !important; border:1px solid #ddd !important}
.label_calendar .icon{ position:absolute; right:0; top:0; width:2.5em; height:100%; display:flex; justify-content:center; align-items:center;}
.label_calendar .icon:before{ font-family:xeicon; content:"\e9a0"; color:#aaa}

.input_sec{ width:2em; text-align:center}
.input_sec.w1{ width:.5em}
.input_sec.w2{ width:4em}
.input_sec.w3{ width:1em}
.input_row{ height:.25em; width:100%}

.input_st::-webkit-input-placeholder{ color:#aaa}
.input_st::-moz-placeholder{ color:#aaa}
.input_st:-moz-placeholder{ color:#aaa}
.input_st:-ms-input-placeholder{ color:#aaa}

.input_sec{ display:inline-block; *display:inline; zoom:1; width:1.25em; text-align:center; vertical-align:middle}
.input_sec.s1{ width:.5em}
.input_sec.s2{ padding:0 1.5em 0 .5em}

.check_tit {width: 20%;}
/**/
.w_blank{ width:1em}
.w_no{ width:4em}
.w_cate{ width:8em}
.w_tit{ width:auto}
.w_name{ width:8em}
.w_name2{ width:10em}
.w_date{ width:8em}
.w_date2{ width:15em}
.w_date3{ width:22em}
.w_hit{ width:6em}
.w_check{ width:4em}
.w_btn{ width:6em}
.w_btn2{ width:10em}
.w_state{ width:6em}
.w_faq{ width:4em}
.w_price{ width:10em}

.w_form_tit{ width:12em}
.w_form{ width:auto}
.w_auto{ width:auto}

.ui-widget{ font-size:.938em !important}

.noimg{ background-size:cover !important; background-image:url(../images/inc/noimg.jpg)}


.tt_state{ display:inline-block; box-sizing:border-box; border:1px solid transparent; line-height:1; min-width:5em; padding:.375em .5em; border-radius:.25em; font-size:.938em; font-weight:500; text-align:center}
.tt_state.c1{ background:var(--siteC); color:#fff}
.tt_state.c2{ background:#777; color:#fff}

.tt_star .icon{ position:relative; font-size:1.125em; margin-right:-.25em}
.tt_star .icon:before{ content:"★"; color:#ccc}
.tt_star .icon.on:before{ color:#111}
.tt_star .icon.half:after{ content:"★"; color:#111; position:absolute; left:0; top:0; width:55%; overflow:hidden}

.tt_prod{ font-size:1.313em}
.tt_prod.s1{ font-size:.938em; color:#888}

.tt_price{ line-height:1; display:inline-flex; align-items:center; line-height:1; gap:0 .5em}
.tt_price .tn{ font-size:1.125em; font-weight:800}
.tt_price .tw{ font-size:.875em}
.tt_price .tp{ font-size:1.063em}
.tt_price .tp:after{ content:"P"}
.tt_price .plus,
.tt_price .minus{ font-family:xeicon; font-size:1em}
.tt_price .plus:before{ content:"\e916"}
.tt_price .minus:before{ content:"\e91d"}

.tt_price .tn.s1{ font-size:.938em}
.tt_price.c1{ color:var(--siteC)}

.tt_st1{ font-size:1em; color:#777; line-height:1.5}
.tt_st2{ font-size:1.063em; font-weight:500}
.tt_st3{ font-size:1.188em; font-weight:500}
.tt_st4{ font-size:1.313em; line-height:1.4}
.tt_st5{ font-size:1.5em; font-weight:500}

.ps05{ margin-top:1vmin !important}
.ps1{ margin-top:2vmin !important}
.ps2{ margin-top:4vmin !important}
.ps3{ margin-top:6vmin !important}
.ps4{ margin-top:8vmin !important}
.ps5{ margin-top:10vmin !important}
.ps{ margin-top:10vmin !important}

.page_sec_list > li:not(:first-child){ margin-top:3em}

.flex_table{ border-top:1px solid #111}
.flex_table > li{ counter-increment: recordIdx}
.flex_table > li .wrap_in{ display:flex; align-items:center; gap:0 1.5em; padding:1.5em 0; border-bottom:1px solid #ddd}
.flex_table > li .wrap_in .cell{ flex:0 0 auto; display:flex; flex-direction:column; gap:.75em 0; box-sizing:border-box}
.flex_table > li .wrap_in .cell.c_count{ width:3em; text-align:right}
.flex_table > li .wrap_in .cell.c_count:before{content:counter(recordIdx) "."}
.flex_table > li .wrap_in .cell.c_img{ width:16em; overflow:hidden}
.flex_table > li .wrap_in .cell.c_grow{ flex:1 1 0%; min-width:0}
.flex_table > li .wrap_in .cell .tit1{ font-size:1.25em; font-weight:600}
.flex_table > li .wrap_in .cell .tt1{ color:#666}

.board_spec{ display:flex; flex-wrap:wrap; gap:0 2em}
.board_spec > li{ position:relative; font-size:.875em; color:#777}
.board_spec > li.point{ font-weight:600; color:#333}
.board_spec > li:not(:last-child):before{ content:""; position:absolute; right:-1em; top:50%; transform:translateY(-50%); width:1px; height:60%; background:#ddd}

.page_search_wrap{padding:.5em}
.page_search_wrap .wrap_in{ padding:1.5em; background:#fff}
.page_search_wrap .wrap_in .tit{ font-weight:500; font-size:1.063em}

.board_photo{ display:flex; flex-wrap:wrap; gap:3em}
.board_photo > li{ width:calc(50% - 1.5em)}
.board_photo > li .wrap_in{ display:block; overflow:hidden}
.board_photo > li .wrap_in .img_wrap{ position:relative; display:block; overflow:hidden}
.board_photo > li .wrap_in .img_wrap .ab{ position:absolute; left:0; top:0; width:100%; height:100%; box-sizing:border-box}
.board_photo > li .wrap_in .con_wrap{ display:flex; flex-direction:column; gap:.5em 0; padding:1em 0}
.board_photo > li .wrap_in .con_wrap .t1{ font-size:1.125em; font-weight:500}
.board_photo > li .wrap_in .con_wrap .t2{ font-size:1.063em; font-weight:500}
.board_photo > li .wrap_in .con_wrap .t3{ font-size:.938em; color:#777}
.board_photo > li .wrap_in .con_wrap.st1{ border:1px solid #ddd; padding:1em}
.board_photo.s1{ gap:2em}
.board_photo.s1 > li{ width:100%}

.board_performance{ display:flex; flex-wrap:wrap; gap:4em 0}
.board_performance > li{ width:100%}
.board_performance > li .wrap_in{ display:block; position:relative}
.board_performance > li .wrap_in .img_wrap{ display:block; position:relative; overflow:hidden}
.board_performance > li .wrap_in .img_wrap:after{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity:.3}
.board_performance > li .wrap_in .img_wrap .resize{ padding-bottom:30%; overflow:hidden; position:relative; background:#f5f5f5}
.board_performance > li .wrap_in .img_wrap .resize img{ width:100%; position:absolute; left:0; top:50%; transform:translateY(-50%)}
.board_performance > li .wrap_in .img_wrap .more{ position:absolute; left:0; bottom:0; transform:translateY(100%); width:100%; padding:1em 2em; text-align:center; box-sizing:border-box; color:#fff; background:rgba(0,0,0,.7)}
.board_performance > li .wrap_in .img_wrap .more .t1{ font-weight:600; font-size:.875em;}
.board_performance > li .wrap_in .img_wrap .more .arrow{ font-size:1em; margin-left:.25em}
.board_performance > li .wrap_in .img_wrap .more .arrow:before{content:"\e907"}
.board_performance > li .wrap_in .con_wrap{ position:absolute; left:0; top:0; width:100%; box-sizing:border-box; color:#fff; padding:2em}
.board_performance > li .wrap_in .con_wrap .t1{ font-weight:700; font-size:1.625em}
.board_performance > li .wrap_in .con_wrap .date{ opacity:.6}
.board_performance > li .wrap_in:hover{ box-shadow:0 0 1em rgba(0,0,0,.3)}
.board_performance > li .wrap_in:hover .img_wrap:after{ opacity:0}

.board_performance > li .wrap_in:hover .img_wrap .resize img{ animation-name: imgAni; animation-duration: 2s; animation-fill-mode: forwards}
.board_performance > li .wrap_in:hover .img_wrap .more{ transition:.3s; transform:translateY(0) }

@keyframes imgAni{
0% { top:0; transform:translateY(0%)}
100% { top:100%; transform:translateY(-100%)}
}

.board_masonry{ display:flex; flex-wrap:wrap; margin:-.5em}
.board_masonry > li{ width:25%}
.board_masonry > li .wrap_in{ display:block; margin:.5em; box-shadow:0 0 1em rgba(0,0,0,.1)}
.board_masonry > li .wrap_in .con_wrap{ padding:1em; display:flex; flex-direction:column; gap:1em 0}
.board_masonry > li .wrap_in .con_wrap .t1{ font-weight:500; line-height:1.2}
.board_masonry > li .wrap_in .con_wrap .date{ color:#999; font-size:.875em}

.boardGrid{ position:absolute; visibility:hidden}

.hover_st:hover .hoverX{ transition:.3s; transform:translateX(.5em)}
.hover_st:hover .hoverLine{ text-decoration:underline}
.hover_st:hover .hoverBg{ transition:.3s; transform:scale(1.1)}
.hover_st .hoverBorder{ position:relative}
.hover_st .hoverBorder:after{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; box-sizing:border-box; border:.25em solid transparent; border-radius:.5em; opacity:0; transition:.3s}
.hover_st .hoverBorder:after{ border-color:#ddd}
.hover_st:hover .hoverBorder:after{ opacity:1}

.table_st{ border-top:1px solid #111; width:100%; border-collapse:collapse}
.table_st th,
.table_st td{ border:1px solid #ddd; padding:.5em; height:2em}
.table_st th{ background:#f5f5f5; font-weight:700}

/**/
.project.bg{ background-position: center; background-size:cover}
.projectList{ display:flex; flex-wrap:wrap; gap:3em; margin-top:2em}
.projectList > li{ width:calc(33.33% - 2em)}
.projectSt .img{ overflow:hidden; position:relative}
.projectSt .img .layer{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.6); opacity:0; display:flex; align-items:center; justify-content:center; flex-direction:column; gap:1em; cursor:pointer; color:#fff; box-sizing:border-box; padding:1.5em; text-align:center; transition:.3s}
.projectSt .img .layer .t1{ font-weight:700; font-size:1.375em; word-break:auto-phrase}
.projectSt .img .layer .more{ display:flex; align-items:center; gap:0 .5em; opacity:.8}
.projectSt .img .layer .more:before{ content:"MORE VIEW"; font-size:.875em}
.projectSt .img .layer .more:after{ content:"\e916"; font-family:xeicon; font-size:1.25em; transition:1s}
.projectSt .con{ padding:1em; text-align:center;}
.projectSt .con .t1{ font-weight:500; font-size:1.125em; word-break:auto-phrase}
.projectSt:hover .img .layer{ opacity:1}
.projectSt:hover .img .bg{ transform:scale(1.1) !important}
.projectSt:hover .con{ opacity:0}
.projectSt:hover .img .layer .more:after{ transform:rotate(360deg)}
.projectSt.s1 .layer{ font-size:.875em}

.projectView img ~ img{ margin-top:2em}
.projectViewInfo{ background:#f5f5f5; padding:2em; padding-bottom:3em; display:flex; flex-wrap:wrap; gap:0 4em; margin-bottom:3em}
.projectViewInfo .info_st{ width:calc(50% - 2em)}
.info_st{ border-bottom:1px solid #ccc; display:flex; position:relative}
.info_st .tit,
.info_st .tt{ min-height:1.5em; justify-content:center; padding:.75em .25em; display:flex; flex-direction:column; position:relative}
.info_st .tit{ width:4em;}
.info_st .tit:after{ content:""; position:absolute; left:0; bottom:-1px; height:1px; width:100%; background:#111}
.info_st .tit .t1{ font-weight:700; font-size:1.063em}
.info_st .tt{ flex:1 1 0%; min-width:0}
.info_st .tt .t1{ font-weight:500; width:100%; text-align:right; font-size:.938em}

/**/
.galleryW:not(.swiper-wrapper){--portfolioL : 3; --portfolioG : 3em; display:flex; flex-wrap:wrap; gap:4em var(--portfolioG)}
.galleryW.d1{ --portfolioL : 4; --portfolioG : 4em;}
.galleryW.d1 > li:nth-child(-n+4) { --portfolioL : 2}
.galleryW:not(.swiper-wrapper) > li{ width:calc((100% / var(--portfolioL)) - (var(--portfolioG) * (var(--portfolioL) - 1) / var(--portfolioL)))}
.galleryW.d2{--portfolioL : 6; --portfolioG : 1.5em;}
.galleryW.d3{--portfolioL : 4; --portfolioG : 1.5em;}
.gallerySt{ display:flex; flex-direction:column; gap:1em}
.gallerySt .imgW{ overflow:hidden}
.gallerySt .imgW .resize{ padding-bottom:56.25%}
.gallerySt .imgW .resize.s1{ padding-bottom:100%}
.gallerySt .imgW:hover .resize{ transform:scale(1.1); transition:1s}
.gallerySt .conW{ display:flex; flex-direction:column; gap:.5em}
.gallerySt .conW .tCate{ opacity:.5}
.gallerySt .conW .tTit{ font-weight:500; font-size:1.313em}
.gallerySt .conW .tTit.s1{ font-size:1.125em}

@media screen and (max-width:640px){
	
.board_search_wrap{ flex-wrap:wrap}
.board_search_wrap .left,

.board_search_wrap .right{ width:100%}
.board_search_wrap .left{ text-align:right; margin-bottom:1em}

.board_st th,
.board_st td{ padding:1em .5em !important}

.w_no{ width:2em}
.w_cate{ width:6em}
.w_name{ width:4em}
.w_hit{ display:none}
.w_form_tit{ width:8em}
.w_date2{ width:8em}
.w_state{ width:6em}
.w_btn2{ width:5em}
.w_btn2 input:not(:first-child){ margin-top:.5em}

.input_st.w1{ width:100%}

}

/* CSS Document */
.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;}

.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; z-index:inherit}
.pa100{ position:absolute; z-index:inherit; left:0; top:0; width:100%; height:100%}

.di{display:inline-block; *display:inline; zoom:1;}
.db{ display:block !important;}
.dn{ display:none !important;}

.cp{ cursor:pointer;}
.cutstr {text-overflow : ellipsis;overflow : hidden;white-space : nowrap;}

.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 100%; min-width:0}
.flex .fix{ flex:0 0 auto}

.resize{ display:block; height:0; padding-bottom:100%; position:relative}
.resize svg{ position:absolute; width:100%; height:100%}
.resize .re{ position:absolute; left:0; top:0; width:100%; height:100%}
.resize.s1{ padding-bottom:56.25%}

.row2{ line-height:1.25em; height:2.5em; overflow:hidden}

.c_point{ color: #ff7f27 !important}
.c_red{ color: #eb3b4b !important}
.c_black{ color:#000 !important}
.c_gray{ color:#999 !important}
.c_white{ color:#fff !important}
.c_blue{ color:#0067a3 !important}

.tcut{text-overflow:ellipsis; white-space:nowrap; overflow:hidden}

.bgfix{background-repeat:no-repeat; background-position:center center; background-size:cover;}

.page_sec{ margin-top:4em !important}
.page_sec05{ margin-top:.5em !important}
.page_sec1{ margin-top:1em !important}
.page_sec2{ margin-top:2em !important}
.page_sec3{ margin-top:3em !important}

.page_pd1{ padding:0 1em}

.fi{ display:inline-block}
.fi, [class^="fi-"]:before, [class*=" fi-"]:before{ width:auto; line-height:inherit; font-size:1.125em; font-family: 'fontello'; margin:0}

.click{ cursor:pointer}

/*board*/
.board_st{ table-layout:fixed; font-size:.938em}
.prod_view_con .board_st{ font-size:.875em}
.pop .board_st{ border-top-width:1px}
.board_st th,
.board_st td{ padding:1em; border-bottom:1px solid #ddd}
.board_st th{ }
.board_st td{ color:#777}
.board_st a{ color:#111}

.board_st.list th{ border-top:2px solid #333}
.board_st.list td{ text-align:center; padding:1.25em 1em}
.board_st.list td.w_tit{ text-align:left;}
.board_st.list td.w_tit > a{ display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden}

.board_st.list.notice td{ background:#f9f9f9}
.board_st.list.reply td{ background:#f9f9f9;}

.board_st.list tr:hover td{ background:#f9f9f9}
.board_st tr:hover td > a > i{ position:relative}
.board_st tr:hover td > a > i:after{ content:""; position:absolute; left:0; bottom:0; width:100%; height:1px; background:#333}

.board_st.write{ border-top:2px solid #333}
.board_st.write th,
.board_st.write td{ height:3em; padding:.75em 2em}
.board_st.write th{ background:#f9f9f9; border-right:1px solid #ddd}

.board_st.write.st1{ border-top:none; font-size:.813em}
.board_st.write.st1 th,
.board_st.write.st1 td{ height:2em; padding:.5em 1.5em; border:1px solid #ddd; text-align:left}

/* 이번만 바꿈 주석 풀어야함 */
/* .board_view_top,
.board_view_middle,
.board_view_bottom{}
.board_view_top{ }
.board_view_top .tit{ padding:1.5em; font-weight:500; border-top:2px solid #666; text-align:center; border-bottom:1px dashed #aaa; font-size:1.25em}
.board_view_top .info{border-bottom:1px solid #ddd; font-size:.875em}
.board_view_top .info > li{ display:inline-block; *display:inline; zoom:1; padding:1em 2em; color:#666; position:relative}
.board_view_top .info > li:before{ content:""; position:absolute; left:0; top:35%; width:1px; height:30%; background:#ccc}
.board_view_top .info > li:first-child:before{ display:none}
.board_view_top .file{ text-align:right; padding:1em 2em; font-size:.813em}
.board_view_top .file > li{ }
.board_view_top .file > li > a{ display:inline-block; word-break: break-all; word-wrap: break-word; padding:.2em}
.board_view_top .file > li > a:hover{ text-decoration:underline}
.board_view_top .file > li > a .fi{ margin:0 .5em 0 0; color:#999}
.board_view_middle{ padding:2em 2em 5em 2em; border-bottom:1px solid #aaa}
.board_view_bottom th .fi{ margin-right:.5em} */
/* 이번만 바꿈 주석 풀어야함 */

/* .no_con{ padding:5em 0 !important; color:#111 !important; font-size:1.25em; border-bottom:1px solid #ddd; text-align:center}
.no_con:before{ content:""; display:block; width:10em; height:10em; margin:0 auto; background:url(../images/inc/logo_s.svg) no-repeat center}
td .no_con{ border-bottom:none} */
/* .no_con{ padding:5.5em 0 !important; background:#fff !important; color:#999 !important;}
.no_con:before{ content:"\f27b"; font-family: fontello !important; font-size:3.5em; color:#ddd; display:block; margin:0 auto .2em auto;}
div.no_con{ border:solid #ddd; border-width:1px 0; text-align:center; font-size:.938em;} */
.no_con{ padding:5.5em 0 !important; background:#fff !important; color:#999 !important; text-align:center;}
.no_con:before{ content:"\e9d8"; font-family:xeicon !important; font-size:3.5em; color:#ddd; display:block; margin:0 auto .25em auto;}
div.no_con{ border:solid #ddd; border-width:1px 0; font-size:.938em;}


.ess{ font-size:.75em; color:#ff7f27; display:inline-block; width:1.5em; margin-top:-.5em}
.fi.ess:before{content:"\e842"}

.board_st.faq{ border-top:1px solid #ddd}
.board_st.faq .faq_tit{ font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size:2em; color:#333}
.board_st.faq .faq_tit:after{ content:"."}
.board_st.faq .faq_tit.c1{ color:#ff7f27}
.board_st.faq .BStit{ cursor:pointer}
.board_st.faq .BStit .w_tit{ white-space: normal; overflow: visible; color:#666; font-weight:700; font-size:1.125em}
.board_st.faq .BScon{ display:none}
.board_st.faq .BScon:hover td{ background:#fff}
.board_st.faq .on .BStit{ background:#f9f9f9}
.board_st.faq .on .BStit .w_tit{ color:#222}
.board_st.faq .on .BScon{ display: table-row}
.board_st.faq .on .BScon .w_tit{ line-height:2}
.board_st.faq .on .faq_tit{ color:#ff7f27}
.board_st.faq .BScon td{ padding-top:2em; padding-bottom:2em}
.board_st.faq .board_more{ display:inline-block; color:#aaa;  text-align:center; transition:.3s}
.board_st.faq .board_more .fi:before{content:"\f107"; font-size:2em}
.board_st.faq .on .board_more{ transform:rotate(180deg);color:#ff7f27}

/**/
.board_st .toggleBtn{ cursor:pointer}
.board_st .toggleCon{ display:none}
.board_st .toggleCon td{ border-top:2px dashed #ddd; background:#fff !important; padding-top:2em; padding-bottom:4em}
.board_st .toggleWrap.on .toggleBtn{ background:#f9f9f9}
.board_st .toggleWrap.on .toggleCon{ display: table-row}
.board_st .reply_wrap{ background:#fff; border-radius:.5em; margin-top:1em; padding:1.5em 2em; border:1px solid #ddd}

/**/
.board_icon.fi{}
.board_icon.fi:before{}
.board_icon.new .fi:before{content:"\e923"; color:#ff7f27}
.board_icon.notice .fi:before{ content:"\e82e"; color:#111}
.board_icon.reply .fi:before{ content:"\e881"; color:#aaa}
.board_icon.file .fi:before{ content:"\e872"; color:#999; font-size:.813em}
/* .board_icon.lock:before{ content:"\e81e"; color:#aaa; font-size:.938em; padding-left:.25em} */
.board_icon.review .fi:before{ content:"\f27b"; color:#003399}

/**/
.board_search_wrap{ font-size:.938em; margin-bottom:1.5em;}
.board_search_wrap .total_wrap{ font-size:1.063em; margin-top:1em; margin-bottom:0;}
.board_search_wrap .sel{ width:8em;}
.board_search_wrap .inp{ width:18em;}
.board_search_wrap .flex .btn{ margin-left:.25em;}
.board_search_wrap .flex .btn:first-child{ margin-left:0;}

.total_wrap{ margin-bottom:1em; color:#222; text-transform:uppercase; letter-spacing:0;}
.total_wrap .tt{ display:inline-block; vertical-align:middle; padding:0 .25em;}
.total_wrap .tt:first-child{ padding-left:0;}
.total_wrap .t1{ font-size:.938em;}
.total_wrap .t2{ font-size:1.188em; color:#1e489e; font-weight:700;}

/**/
.board_paging{ text-align:center; margin-top:5em; font-size:.813em;}
.board_paging button{ vertical-align:top; min-width:3em; height:3em; padding:0 .5em; background:#fff; border:1px solid #ddd; border-radius:.3em; color:#313851;}
.board_paging button:hover,
.board_paging button.on{ background:#313851; border-color:#313851; color:#fff}
.board_paging button.icon{ background:#f1f1f1;}
.board_paging button.icon:hover{ background:#aaa; border-color:#aaa;}
.board_paging .xi.first:before{ content:"\ea47"}
.board_paging .xi.last:before { content:"\ea48"}
.board_paging .xi.prev:before { content:"\e93c"}
.board_paging .xi.next:before { content:"\e93f"}

.pop .board_paging{ margin-top:2em;}
.pop .board_paging button{ min-width:2.5em; height:2.5em;}

.board_btn_wrap{ margin-top:1em; text-align:center;}
.pop .board_btn_wrap{ margin-top:2em;}

/**/
.board_gallery.cert{}
.board_gallery{ margin:-3em 0 0 -3em}
.board_gallery > li{ width:50%}
.board_gallery > li .in{ margin:3em 0 0 3em; position:relative; background:#fff; cursor:pointer; transition:.3s}
.board_gallery > li .in .img_wrap{ overflow:hidden; border-radius:.5em; box-shadow:0 0 5px rgba(0,0,0,.3)}
.board_gallery > li .in .img_wrap .img{ transition:.5s}
.board_gallery > li .in .info_wrap{ padding:1em; text-align:center; transition:.3s}
.board_gallery > li .in .info_wrap .t1{ color:#666; font-size:.938em}
.board_gallery > li .in .info_wrap .t2{ font-size:1.25em}
.board_gallery > li .in:hover{ border-color:#aaa}
.board_gallery > li .in:hover .img_wrap .img{ transform:scale(1.1)}
.board_gallery.cert > li{ width:20%}
.board_gallery.cert > li .in{ border:1px solid #ddd;}
.board_gallery.cert > li .in:before{ content:""; position:absolute; width:100%; height:100%; z-index:-1; right:-.5em; bottom:-.5em; background:#000; opacity:.1}
.board_gallery.cert > li .in .img_wrap{ padding:1em}
.board_gallery.cert > li .in .info_wrap{ opacity:.8; border-top:1px solid #aaa;}
.board_gallery.cert > li .in:hover .info_wrap{ background:#f7f7f7; opacity:1}
.pop_cert_v{ height:calc(96vh - 10em)}

.layer_more_wrap{ position:relative}
.layer_more{ position:absolute; left:0; top:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; background:rgba(0,0,0,.5); opacity:0; visibility:hidden; transition:.3s}
.layer_more .icon{ font-size:1.5em; width:2em; line-height:2em; text-align:center; border-radius:50%; background:#fff; color:#ff7f27; transform:translateY(3em); transition:.3s}
.layer_more.zoom .icon:before{ content:"\e97b"}
.layer_more_wrap:hover .layer_more{ opacity:1; visibility:visible}
.layer_more_wrap:hover .layer_more .icon{ transform:translateY(0)}

/**/
.board_btn_wrap{ margin-top:4em; text-align:center}
.board_btn_wrap .list{ margin:-1em 0 0 -1em}
.board_btn_wrap .list > li button{ margin:1em 0 0 1em}
.board_btn_wrap button.size1{ min-width:40%}
.pop .board_btn_wrap{ margin-top:2em; font-size:.938em}

/**/
.board_memo{ background:#555; color:#fff; padding:1em 2em; border-radius:.5em; overflow:hidden; box-shadow:1px 1px 1em rgba(0,0,0,.3); margin-bottom:1em; position:relative}
.board_memo:before{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; opacity:.2;
background-color: #555; background-image: linear-gradient(30deg, #444 12%, transparent 12.5%, transparent 87%, #444 87.5%, #444), linear-gradient(150deg, #444 12%, transparent 12.5%, transparent 87%, #444 87.5%, #444), linear-gradient(30deg, #444 12%, transparent 12.5%, transparent 87%, #444 87.5%, #444), linear-gradient(150deg, #444 12%, transparent 12.5%, transparent 87%, #444 87.5%, #444), linear-gradient(60deg, #888 25%, transparent 25.5%, transparent 75%, #888 75%, #888), linear-gradient(60deg, #888 25%, transparent 25.5%, transparent 75%, #888 75%, #888);background-position: 0 0, 0 0, 15px 30px, 15px 30px, 0 0, 15px 30px; background-size: 30px 60px;}
.board_memo .t1{ font-weight:500; font-size:.938em; position:relative}
.board_memo .icon:before{ content:"\e897"; font-size:1.25em; font-family:'fontello' !important; margin-right:.5em; transform:translateY(.063em)}
.board_memo.c1{ background:#af1f24}

/**/
.label_wrap{display:inline-block; *display:inline; zoom:1;}
.label_wrap label{ margin-left:1em}
.label_wrap label:first-child{ margin-left:0}

.label_wrap_fix > li{ width:33.33%}

.board_st.write .label_st{ margin-right:2em}
.board_st.write .label_st:last-child{ margin-right:0}

.label_st{  *display:inline; zoom:1; cursor:pointer}
.label_st > *{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; cursor:pointer;}
.label_st:not(.cssbrowser) .fi:not(.icon){ width:1.5em}
.label_st:not(.cssbrowser) .fi:not(.icon):before{ font-family:fontello !important; font-size:1.375em}
.label_st:not(.cssbrowser) input ~ span,
.label_st:not(.cssbrowser) input ~ .fi:before{ color:#666}
.label_st:not(.cssbrowser) input:checked ~ span,
.label_st:not(.cssbrowser) input:checked ~ .fi:before{ color:#ff7f27}
.label_st:not(.cssbrowser) input[type=checkbox] ~ .fi:before{ content:"\f096"}
.label_st:not(.cssbrowser) input[type=checkbox]:checked ~ .fi:before{ content:"\e811"}
.label_st:not(.cssbrowser) input[type=radio] ~ .fi:before{ content:"\f10c"}
.label_st:not(.cssbrowser) input[type=radio]:checked ~ .fi:before{ content:"\f192"}
.label_st:not(.cssbrowser) input[type=checkbox],
.label_st:not(.cssbrowser) input[type=radio]{ width:0; height:0; overflow:hidden;}

.label_st.st1 span{ padding:.5em 1.5em; display:inline-block; border:1px solid #ddd; border-radius:.25em}
.label_st.st1 input:checked ~ span{ border-color:#ff7f27; box-shadow:0 0 .25em rgba(0,0,0,.2)}

/* 이번만 바꿈 주석 풀어야함 */
/* .label_select{ position:relative; background:#fff; display:inline-block; *display:inline; zoom:1; border-radius:.5em}
.label_select select{ background:none; padding-right:5em; appearance:none;-webkit-appearance:none; position:relative; z-index:1}
.label_select select::-ms-expand{display:none;}
.label_select:after{ content:"\e815"; font-family:fontello!important; position:absolute; z-index:0; right:0; top:50%; margin-top:-.75em; width:3em; text-align:center} */
/* 이번만 바꿈 주석 풀어야함 */

.input_st{display:inline-block; *display:inline; zoom:1; vertical-align:middle; border:1px solid #ddd; color:#666; padding:.5em 1em;  box-sizing:border-box; line-height:2em; height:3em; border-radius:.5em; -webkit-border-radius:.5em!important}
input[type=text].input_st,
input[type=password].input_st,
input[type=tel].input_st{ }
input[type=file].input_st{ background:none; border:none; padding:0}
select.input_st{ padding-right:3em; transition:0}
textarea.input_st{ padding:1em; width:100%; height:7em; line-height:1.2}
textarea.input_st.h1{ height:12em}

input[type=button].input_st,
input[type=submit].input_st,
button.input_st,
a.input_st{ box-shadow:0 0 5px rgba(0,0,0,.3)}
input[type=button].input_st:hover,
input[type=submit].input_st:hover,
button.input_st:hover,
a.input_st:hover{ opacity:.7; transition:.3s}

/* .input_st:hover,
.input_st:focus{ border-color:#666; color:#111} */
.label_select .input_st:hover,
.label_select .input_st:focus{ background:none}
.input_st[disabled=disabled]{ cursor:default}
.input_st[disabled=disabled]:not[button]:hover{ border-color:#ddd; color:#666}
select.input_st:hover,
select.input_st:focus{ color:#383838}
.input_st .fi{ margin:0 .25em}

.input_st.s1{ line-height:2em; height:3.5em; padding:.5em 1em; font-size:1.125em; min-width:6em}
.input_st.s2{ line-height:1em; height:2.5em; padding:.5em 1em; font-size:.938em}
.input_st.s3{ line-height:1em; height:2em; padding:.25em .5em; font-size:.875em}

/* 이번만 바꿈 주석 풀어야함 */
/* .input_st.c1{ background:#ff7f27; border-color:#ff7f27; color:#111}
.input_st.c1.re{ background:none; border-color:#ff7f27; color:#ff7f27}
.input_st.c2{ background:#999; border-color:#999; color:#fff}
.input_st.c2.re{ background:#f5f5f5; border-color:#ccc; color:#888}
.input_st.c3{ background:#111; border-color:#111; color:#fff}
.input_st.c3.re{ background:none; border-color:#111; color:#111}
.input_st.c4{ background:#ff7f27; border-color:#ff7f27; color:#222}
.input_st.c4.re{ background:#fff; border-color:#ff7f27; color:#222} */
/* 이번만 바꿈 주석 풀어야함 */

.input_st.w1{ width:12.125em; max-width:100%}
.input_st.w2{ width:8em}
.input_st.w3{ width:35em; max-width:100%}
.input_st.w4{ width:20em}

.w50{ width:50% !important}
.w100{ width:100% !important}

.input_sec{ display:inline-block; *display:inline; zoom:1; width:1.25em; text-align:center; vertical-align:middle}
.input_sec.s1{ width:.5em}
.input_sec.s2{ padding:0 1.5em 0 .5em}

input::-webkit-input-placeholder{ color: inherit}
input::-moz-placeholder{ color: inherit}
input:-moz-placeholder{ color: inherit}
input:-ms-input-placeholder{ color: inherit}

.input_st::-webkit-input-placeholder{ color:#aaa}
.input_st::-moz-placeholder{ color:#aaa}
.input_st:-moz-placeholder{ color:#aaa}
.input_st:-ms-input-placeholder{ color:#aaa}

.input_wrap{ margin:-.25em 0 0 -.25em; max-width:100%}
.input_wrap > li{ flex-basis:auto}
.input_wrap > li.br{ width:100%}
.input_wrap > li.label{ width:20%}
.input_wrap > li .in{ margin:.25em 0 0 .25em}

.input_st .fi{ transform:translateY(.063em)}

.input_tt{ margin:.25em}

/**/
.w_no{ width:4em}
.w_no2{ width:8em}
.w_tit{ width:auto}
.w_name{ width:7em}
.w_date{ width:7em}
.w_date2{ width:15em}
.w_hit{ width:8em}
.w_check{ width:4em}
.w_btn{ width:7em}
.w_btn2{ width:12em}
.w_faq{ width:6em}
.w_price{ width:7em}
.w_price2{ width:10em}
.w_vol{ width:5em}
.w_vol2{ width:9em}
.w_prod{ width:auto}
.w_state{ width:11em}
.w_star{ width:10em}
.w_img{ width:10em}

.w_form_tit{ width:16em}
.w_form_tit2{ width:10em}
.w_form{ width:auto}
.w_auto{ width:auto}

.fix .input_st{ width:90%; margin:.25em 0}
.fix .input_st.w2{ width:70%; margin:.25em 0}

.tt_star .no{ display:block; font-weight:bold 700; font-size:1.25em; color:#313232}
.tt_star .star{ color:#ff7f27; padding:0 .25em}
.tt_star .star .fi{ font-size:1em; position:relative}
.tt_star .star .fi:before{content:"\ea16"}
.tt_star .star .fi.on:before{content:"\ea0f"}
.tt_star .star .fi.half:before{content:"\ea16"}
.tt_star .star .fi.half:after{ font-family:fontello!important; content:"\ea0f"; position:absolute; left:0; top:0; width:50%; height:100%; overflow:hidden}

.tt_price{ font-size:.938em}
.tt_price .tn{ font-weight:700; font-size:1.25em; letter-spacing:-1px}
.tt_price .fi.won{ margin-right:.25em}
.tt_price .fi.won:before{ content: '\f159'; }

.writeBtn{ position:fixed; z-index:1; right:3em; bottom:2em; width:6em; height:6em; display:flex; justify-content:center; align-itmes:center; flex-direction:column; text-align:center; color:#fff !important; border-radius:50%; box-shadow:0 0 1em .1em rgba(0,0,0,.2); transform:translate(7em,7em); transition:.5s; animation-name: writeBtnAni; animation-duration: 5s; animation-iteration-count: infinite}
.writeBtn .fi{ line-height:1.5em; transition:.5s}
.writeBtn .fi:before{ }
.writeBtn .tt{ margin-top:.5em}
.writeBtn.write .fi:before{content: '\e95d'; font-size:1.5em}
.writeBtn.write .tt:before{content: '등록';}
.writeBtn.open .fi:before{content: '\e80a'; font-size:2em}
.writeBtn.open .tt:before{content: '개설';}
.load .writeBtn{ transform:translate(0)}
.writeBtn:hover{animation-name:none}
.writeBtn:hover .fi{ transform:rotateY(180deg)}

@keyframes writeBtnAni{
30% {margin:0}
40% {margin:0 1em 1em 0}
50% {margin:0}
}

.board_img_wrap{ margin-bottom:2em; text-align:center}

/**/
.page_tit_wrap{ position:relative; padding:1em 0; margin-bottom:2em; margin-top:-1.5em; border-bottom:1px solid #ddd}
.page_tit_wrap .tab_st1{ margin-bottom:-1em; margin-top:-.5em}
.scroll .page_tit_wrap:not(.fix){ position:fixed; left:0; top:5.5em; width:100%; z-index:99; background:#fff; padding:.5em 0; margin:0; border-top:1px solid #ddd; transition:padding .3s}
.scroll .page_tit_wrap:not(.fix) .listSort{ display:none}
.scroll .page_tit_wrap:not(.fix) .tab_st1{ margin-bottom:-.5em}
.page_tit .t1{ font-size:1.588em; font-weight:700; padding-top:.313em}
.page_tit .t2{ font-size:2.25em; font-weight:700}
.page_tit .tit .fi:first-child{ margin-right:.5em}
.titBtn{ display:block; width:3em; height:3em; text-align:center; align-items:center; display:flex; justify-content:center; margin-left:1em}
.tit .titBtn:first-child,
.etc > li:first-child .titBtn{ margin-left:0}
.titBtn .fi{font-size:1.75em; text-align:center; line-height:1}
.titBtn.location .fi:before{ content: '\e87e';}
.titBtn.back .fi:before{ content: '\f112';}
.titBtn.share .fi:before{ content: '\e9fc';}
.titBtn.more .fi:before{ content: '\f142';}
.titBtn.filter .fi:before{ content: '\f1de'; font-size:1.125em}
.titBtn.bell .fi:before{ content: '\e800';}

.popW .page_tit_wrap{ font-size:.75em; margin-top:0; padding:.5em 1em}
.popW .page_tit_wrap .input_st{ width:auto; font-weight:700; margin:0; font-size:1em}

.listSort{ margin:1em 0 0 0}
.listSort .sort > li{ position:relative; padding-bottom:.5em; margin-right:.5em; flex:1 0 12em; max-width:12em}
.listSort .sort > li:last-child{ margin-right:0}
.listSort .sort > li .tit{ display:block; width:100%; text-align:left; box-sizing:border-box; padding:0 2em 0 1em; height:3.5em; border:1px solid #eee; background:#f5f5f5; color:#999; border-radius:.5em; position:relative}
.listSort .sort > li .tit .tt{ padding-top:.125em}
.listSort .sort > li .tit .arrow{ margin-left:1em; position:absolute; right:1em; top:50%; line-height:1em; margin-top:-.5em}
.listSort .sort > li .tit .arrow:before{content: '\f107';}
.listSort .sort > li .list{ position:absolute; z-index:1; left:50%; width:12em; margin-left:-6em;  margin-top:.75em; background:#fff; border-radius:.5em; box-shadow:1px 1px 10px rgba(0,0,0,.3); visibility:hidden; opacity:0; transition:.3s; padding:1em 0}
.listSort .sort > li .list:before{ content:""; position:absolute; left:50%; top:0; width:1em; height:1em; margin:0 0 0 -.5em; background:#fff; transform:rotate(45deg); transform-origin:right top; box-shadow:0 0 10px rgba(0,0,0,.3)}
.listSort .sort > li .list:after{ content:""; position:absolute; left:50%; top:0; width:3em; height:1em; background:#fff; margin-left:-1.5em}
.listSort .sort > li .list > li{ position:relative; z-index:1}
.listSort .sort > li .list > li > button{ padding:.75em 1em; color:#777; background:none; border:none; width:100%; text-align:left; box-sizing:border-box}
.listSort .sort > li .list > li:hover > button,
.listSort .sort > li .list > li.on > button{ background:#f5f5f5; color:#111}
.listSort .sort > li .list > li.toggle > button{ position:relative; padding-right:3em}
.listSort .sort > li .list > li.toggle > button .icon{ position:absolute; right:.5em; top:0; font-size:2.25em}
.listSort .sort > li .list > li.toggle > button .icon:before{content:"\f204"}
.listSort .sort > li .list > li.toggle.on > button .icon:before{content:"\f205"}
.listSort .sort > li .list > li:first-child > button{ border-radius:.5em .5em 0 0}
.listSort .sort > li .list > li:last-child > button{ border-radius:0 0 .5em .5em}
.listSort .sort > li .list > li.hideBtn{ display:none}
.listSort .sort > li:hover .tit,
.listSort .sort > li.on .tit{ border-color:#111; background:#fff; color:#111}
.listSort .sort > li:hover .list{ visibility:visible; opacity:1 }

.listSort .result{ padding:0 .25em}
.listSort .result .list{ flex:0 1 auto; margin:0 0 0 -.5em}
.listSort .result .list .btn{ padding:.25em 1em; background:#111; color:#ff7f27; border-radius:3em; border:none; font-size:.875em; margin:.5em 0 0 .5em; border:1px solid transparent}
.listSort .result .list .btn .closeBtn{ margin-left:1em}
.listSort .result .list .btn .closeBtn:before{ content:"\e9b0"}
.listSort .result .list .btn:hover{ opacity:.7}
.listSort .result .refresh{ flex:0 0 5em; border:none; background:none; font-size:.938em; margin-left:1em}

.board_search_wrap + .list_wrap{ border-top:1px solid #333}
.list_wrap > li .in{ padding:1em 0; border-bottom:1px solid #ddd}
.list_wrap > li.notice{ background:#f5f5f5}
.list_wrap > li .in .img_wrap{ flex:0 0 7em; position:relative}
.list_wrap > li .in .img_wrap[onclick]{ cursor:pointer}
.list_wrap > li .in .img_wrap.w1{ flex-basis:16em}
.list_wrap > li .in .img_wrap .img{ overflow:hidden; border-radius:.5em}
.list_wrap > li .in .img_wrap[onclick]:hover .img .re{ transform:scale(1.1); transition:.3s}
.list_wrap > li .in .img_wrap .img .info{ }
.list_wrap > li .in .img_wrap .img .bg{ position:absolute; left:0; width:100%; height:3em; background:linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);}
.list_wrap > li .in .img_wrap .img .bg.top{ top:0}
.list_wrap > li .in .img_wrap .img .bg.bottom{ bottom:0; transform:rotate(180deg)}
.list_wrap > li .in .img_wrap .img .info{ position:absolute; box-sizing:border-box; padding:.25em .75em; font-size:.875em; color:#fff; text-overflow:ellipsis; white-space:nowrap; overflow:hidden}
.list_wrap > li .in .img_wrap .img .info.pLT{ left:0; top:0;}
.list_wrap > li .in .img_wrap .img .info.pRT{ right:0; top:0;}
.list_wrap > li .in .img_wrap .img .info.pLB{ left:0; bottom:0;}
.list_wrap > li .in .img_wrap .img .info.pRB{ right:0; bottom:0;}
.list_wrap > li .in .img_wrap .img .info .fi.user:before{content: '\f118'; margin-right:.25em}
.list_wrap > li .in .con_wrap{ padding:1em 1.5em}
.list_wrap > li .in .con_wrap .ico_wrap{ width:100%}
.list_wrap > li .in .con_wrap .tit_wrap .tit{ flex:1 1 100%; min-width:0}
.list_wrap > li .in .con_wrap a:hover{ text-decoration:underline}
.list_wrap > li .in .con_wrap .subject{ display:block; font-size:1.188em; font-weight:700}
.list_wrap > li .in .con_wrap .cate{ font-size:.813em; color:#777; padding:.5em 1em .25em 1em; border:1px solid #ddd; border-radius:3em; display:inline-block; line-height:1; margin-bottom:.5em}
.list_wrap > li .in .con_wrap .cate.notice{ background:#ff7f27; color:#fff}
.list_wrap > li .in .btn_wrap{ flex:0 0 auto}
.list_wrap > li .in .btn_wrap .btn{ border:1px solid #ddd; color:#666; min-width:5em; padding:1em; height:3em; border-radius:.5em; display:flex; align-items:center; justify-content:center; text-align:center; transition:.3s; margin-left:.5em}
.list_wrap > li .in .btn_wrap .btn:first-child{ margin-left:0}
.list_wrap > li .in .btn_wrap .btn.c1{ border-color:#ff7f27; color:#ff7f27}
.list_wrap > li .in .btn_wrap .btn .fi{ display:block; font-size:1.5em}
.list_wrap > li .in .btn_wrap .btn.view .fi:before{content: '\e86a';}
.list_wrap > li .in .btn_wrap .btn.apply .fi:before{content: '\e9bb';}
.list_wrap > li .in .btn_wrap .btn:hover{ transform:translate(-.5em,-.5em)}
.list_wrap > li.state1 .subject{ animation-name: colorAni; animation-duration: 2s; animation-iteration-count: infinite}

.list_wrap.st1{ font-size:.813em}
.list_wrap.st1 .in{ padding:1em}
.list_wrap.st1 .in .img_wrap{ flex-basis:4em}
.list_wrap.st1 .in .con_wrap{ padding:.25em; padding-left:1em}
.list_wrap.st1 .in .con_wrap .infoSt{ margin-top:.25em}

.chat_wrap{ height:100vh; max-height:100vh; display:flex; flex-direction:column; background:#f5f5f5}
.chat_wrap .header,
.chat_wrap .footer{ flex:0 0 auto; background:#fff}
.chat_wrap .header{ position: relative; z-index:10; box-shadow:1px 0 .5em rgba(0,0,0,.2)}
.chat_wrap .footer{ position:relative; z-index:10; box-sizing:border-box;}
.chat_wrap .footer .writePhoto{ order:1}
.chat_wrap .footer .writePhoto .btnPhoto{ position:absolute; left:0; top:.375em; border:none; background:none; width:3em; height:2em; z-index:1; opacity:.5}
.chat_wrap .contents{ flex: 1 1 auto; overflow-y:auto}
.chat_wrap .chat_list{ padding:0 0 2em 0}
.chat_wrap .chat_list .date{ text-align:center; margin:1.5em 1em 0 1em; overflow:hidden;}
.chat_wrap .chat_list .date:first-child{ margin-top:0}
.chat_wrap .chat_list .date .tt{ font-size:.813em; color:#999; display: inline-block; position:relative; margin:1em 0; padding:0 1em}
.chat_wrap .chat_list .date .tt:before,
.chat_wrap .chat_list .date .tt:after{ content:""; position:absolute; width:100vw; height:1px; top:50%; background:#ddd; right:100%}
.chat_wrap .chat_list .date .tt:after{ left:100%}
.chat_wrap .chat_list .wrap_in{ padding:0 1em}
.chat_wrap .chat_list .chat_msg{ }
.chat_wrap .chat_list .chat_msg .msg{background:#fff; border:1px solid #ddd; padding:.75em; line-height:1.2; color:#666; font-size:.938em; border-radius:0 1em 1em 1em; box-sizing:border-box; max-width:calc(100% - 6em)}
.chat_wrap .chat_list .userWrap .tit{ flex-basis:100%}
.chat_wrap .chat_list .chat_msg .msg .img{ max-width:40vw; overflow:hidden; border-radius:.5em}
.chat_wrap .chat_list .chat_msg .br{ flex:0 0 100%; height:.25em}
.chat_wrap .chat_list .chat_msg .time{ font-size:.75em; color:#999; padding:.25em; order:1000; width:5.5em}
.chat_wrap .chat_list .me .chat_msg{ justify-content:flex-end}
.chat_wrap .chat_list .me .msg{ background:#ff7f27; border-color:transparent; color:#fff; border-radius:1em 0 1em 1em}
.chat_wrap .chat_list .me .msg:last-child{ order:1001}

.chat_inp_wrap{ padding:.75em 4em .75em 3em; border-top:1px solid #ff7f27; position:relative}
.chat_inp_wrap textarea{ width:100%; border:none; font-size:.938em}
.chat_inp_wrap .btn{ position:absolute; right:0; top:0; width:3.5em; height:100%; background:#ff7f27; border:none}

.writePhoto.chat .photoView{ position:relative}
.writePhoto.chat .photoView.on{ width:5em; height:5em; margin:.5em; position:relative}
.writePhoto.chat .photoView.on:before{ content:""; position:absolute; left:-.5em; top:-.5em; width:100vw; height:1px; background:#ddd}
.writePhoto.chat .photoView.on + .btnPhoto{ color:#ff7f27; opacity:1}

.textareaH{ line-height: 1.25em; height:1.25em; overflow-y: hidden}

@keyframes colorAni{
0% {color:#111}
50% {color:#eb3b4b}
}

.list_wrap.photo{ margin:-1em 0 0 -1em; border-top:none}
.list_wrap.photo > li{ width:33.33%}
.list_wrap.photo > li .in{ margin:1em 0 0 1em; border:none; padding:0}
.list_wrap.photo > li .in .con_wrap{ padding:1em .5em}

.cateSt.flex{ width:7em}
.cateSt .fi{ width:1.75em; line-height:1.75em; font-size:1em; text-align:center; color:#fff; border-radius:50%; margin-right:.25em}
.cateSt .tt{ color:#666; font-size:.938em; width:5em; transform:translateY(.125em)}
label.cateSt{ display:block; cursor:pointer; position:relative}
label.cateSt input{ width:0; height:0; overflow:hidden}
label.cateSt input:checked ~ .tt{ color:#ff7f27}
label.cateSt input:checked ~ .layer{position:absolute; left:0; top:0; width:100%; height:100%; box-sizing:border-box; border:1px solid #ff7f27; border-radius:.5em; box-shadow:0 0 .5em rgba(0,0,0,.2)}

.cateSt_list > li{ width:100%; text-align:center}
.cateSt_list > li .cateSt{ padding:1em}
.cateSt_list > li .cateSt .fi{ margin-right:0; font-size:3em}
.cateSt_list > li .cateSt .tt{ width:100%; font-size:1.063em; margin-top:.5em}

.infoSt{ margin-top:.75em}
.infoSt + .infoSt{ margin-top:.5em}
.infoSt > li{ margin-right:2em; position:relative}
.infoSt > li:last-child{ margin-right:0}
.infoSt .t1{ font-size:.938em; color:#777}
.infoSt .t2{ color:#999}
.infoSt .t3{ font-weight:700; color:#777}
.infoSt .t4{ font-size:1.125em; color:#999}
.infoSt .t4 .fi{ font-size:2em}
.infoSt .t4 .scrap:before{ content:"찜"}
.infoSt .t_name{ width:8em}
.infoSt .fi.user:before{content: '\f118'}
.infoSt .fi.like:before{content: '\e806'}
.infoSt .fi.reply:before{content: '\f27b'}
.infoSt .fi.date:before{content: '\e921'}
.infoSt .fi.modify:before{content: '\e9c1'}
.infoSt .fi.delete:before{content: '\e99d'}
.infoSt .fi.area:before{content: '\e810'}
.infoSt .fi.member:before{content: '\f2c0'}
.infoSt > li.on .click.like{ color:#ff7f27 !important}
.infoSt > li.on .click.like .fi.like:before{ content: '\e807'}
.infoSt > li.dot:before{ content:""; position:absolute; left:-2em; top:50%; width:.5em; height:.5em; margin-top:-.5em; border-radius:50%; background:#aaa; font-size:.5em}

.view_top{ padding:1em 3em; border-bottom:1px solid #eee}
.view_top .tit_wrap{ margin-right:3em; line-height:1 }
.view_top .tit_wrap .t1{ font-size:1.625em; font-weight:700}
.view_top .tit_wrap .t2{ font-size:1.375em; font-weight:700; line-height:1.25em; max-height:2.5em; overflow:hidden}
.view_top.st1{ padding:1em 0; border:none; margin-bottom:-2em}

.userWrap .img{ width:4em;  overflow:hidden; margin-right:.5em}
.userWrap .img.w1{ width:3em}
.userWrap .tit{ flex:1 1 auto}
.userWrap .tit .cutstr{ max-width:10em}
.userWrap .tit .t1{ font-size:1.063em; font-weight:700; display:block}
.userWrap .tit .t2{ font-size:.938em; color:#666; display:block}
.userWrap .tit .t3{ font-size:.875em; color:#888; margin-top:.25em}
.userWrap .tit .t4{ font-size:1.5em; font-weight:700}
.userWrap .tit .t5{ font-size:1.25em; font-weight:700}
.userWrap .tit .t6{ font-size:.938em; font-weight:700}
.userWrap .tit .t_no{ font-size:1.5em; font-weight:700; color:#ff7f27; margin:0 .25em -.188em .75em}
.userWrap .tit .inp{ width:100%; padding:1em 1.5em; background:#f5f5f5; border-radius:3em; border:none; font-size:.938em; overflow:hidden; display:inline-flex; color:#666; margin-top:.25em}
.userWrap .tit .gender{ margin-left:.25em; font-size:.875em}
.userWrap .level{ width:4em; text-align:right; color:#ff7f27}
.userWrap .check{ width:2em}
.userWrap .star{ margin-left:1em;  color:#F33; text-align:center; font-size:1.125em}
.userWrap .star .fi:before{content: '\e80b'; margin-right:.25em}
.userWrap .star .no{ font-weight:700; font-size:.875em}
.userWrap:hover a:not(.userSt)[href],
.userWrap[onclick]:hover a:not(.userSt){ text-decoration:underline}
.userSt{ display:block; border-radius:50%; overflow:hidden; font-size:3.5em; text-decoration:none !important}
.userSt:before{content: '\f11a'; font-family:fontello !important; color:#999; position:absolute; left:0; top:0; width:100%; height:100%; display:flex; justify-content:center; align-items:center}
.userSt.more:before{ content:'\e843'}
.userSt .re{display:flex; justify-content:center; align-items:center; color:#fff}
.userWrap.st1 .img{ width:2em}
.userWrap.st1 .userSt{ font-size:2em}
.userWrap.st2 .img{ width:6em; margin-right:1em}

.userSt.cate{ font-size:2em}
.userSt.cate:before{ display:none}
.userSt.cate.c1{ background:#F66}

.user_list{ border:1px solid #ddd; border-radius:.5em; overflow:hidden}
.user_list > li{ width:33.33%}
.user_list > li .wrap_in{ padding:2em; height:100%; box-sizing:border-box; position:relative}
.user_list > li .wrap_in:before{ content:""; position:absolute; left:-1px; top:0; width:1px; height:100%; background:#ddd}
.user_list .userWrap{ margin-top:1em}
.user_list .userWrap:first-child{ margin-top:0}
.user_list .set{ position:relative}
.user_list .set .btn{ margin-top:1em; width:100%}
.user_list .set .btn:first-child{ border-top:1px solid #ddd; margin-top:3em}
.user_list .set .btn:first-child:before{ content:""; position:absolute; left:0; top:1.5em; width:100%; height:1px; background:#ddd}

.view_wrap{ padding:2em 3em 4em 3em}
.view_wrap .con_wrap{ font-size:1.063em}
.view_wrap .con_wrap p{ margin:2em 0}
.view_wrap .con_wrap p:first-child{ margin-top:0}

.view_info{ padding:1em 3em}
.view_info .cateSt{ font-size:1.438em}
.view_info .price{ font-size:1.25em}

.hashSt{ display:inline-block; padding:.625em 1.5em; padding-left:2.25em; position:relative; border-radius:3em; background:#f5f5f5; color:#888; box-sizing:border-box; max-width:19em}
.hashSt .hash{ font-size:1em; position:absolute; left:1em; top:.563em}
.hashSt .hash:before{content: '\f292'; margin-right:.25em}
.hashSt .tt{ font-weight:700}
.hashSt input{ width:100%; border:none; background:none; box-sizing: border-box}
.hash_list{ margin:-.5em 0 0 -.5em}
.hash_list .hashSt{ margin:.5em 0 0 .5em}
.hash_list .hashSt.grow{ max-width:100%}
.hash_list .btn{ width:2.25em; height:2.25em; border:none; background:#fff; color:#999; border:1px solid #ddd; border-radius:50%; margin:.5em 0 0 .5em}
.hash_list .btn.del .fi:before{content: '\e819';}
.hash_list.count > li:before{ margin-top:.5em; line-height:2.5em; color:#ff7f27}

.count > li{counter-increment: countIndex; padding-left:1.5em; position:relative}
.count > li:before{content:counter(countIndex) "."; position:absolute; left:.5em; top:0}

.reply_wrap{ margin-top:4em; padding-top:2em; border-top:2px dashed #ccc; border-bottom:1px solid #ddd}
.reply_wrap .tit_wrap{ font-size:1.188em; margin-bottom:1em; color:#333}
.reply_wrap .tit_wrap .point{ font-size:1.5em}
.reply_wrap .user{ width:3em; margin-right:1em}
.reply_wrap .user .in{ display:block; height:0; padding-bottom:100%; border-radius:100%}
.reply_wrap .list_wrap{ border-top:1px solid #ddd; padding-top:1em; margin:1em 0}
.reply_wrap .list_wrap .list{ flex:1 1 100%}
.reply_wrap .list_wrap .list .name{ margin-top:.5em}
.reply_wrap .list_wrap .list .name > a{ margin-left:1em; font-weight:700; color:#555}
.reply_wrap .list_wrap .list .name > a:first-child{ margin-left:0}
.reply_wrap .list_wrap .list .tt{ padding:.5em 0; color:#666}
.reply_wrap .list_wrap .list .info_st{ margin-top:1em}
.reply_wrap .list_wrap .list_wrap{ }
.reply_wrap .list_wrap .list_wrap:last-child{}
.reply_wrap .list_wrap .write{ margin-top:2em}
.reply_wrap .write .inp_wrap{ flex:1 1 100%; position:relative}
.reply_wrap .write .inp_wrap .input_st{ width:100%; line-height:2em; height:4em; padding:1em 1em; padding-right:6.5em}
.reply_wrap .write .inp_wrap .btn{ position:absolute; right:0; width:6em; height:100%; top:0; text-align:center; color:#111; border:none; background:none; font-weight:700; transition:.3s; border-radius:0 .5em .5em 0}
.reply_wrap .write .inp_wrap .btn:hover{ background:#ff7f27}

.write_wrap{ padding:0 3em}
.write_wrap .photo_wrap{ width:45%}
.write_wrap .form_wrap{ width:48%}

.form_st > li{ margin-top:1.5em}
.form_st > li:first-child{ margin-top:0}
.form_st > li .in{ position:relative; padding:0 1em 0 4em; margin-top:.5em}
.form_st > li .in .icon{ position:absolute; left:0; top:50%; width:3em; line-height:3em; margin-top:-1.5em; text-align:center; color:#999}
.form_st > li .in .icon:before{ }
.form_st > li .in .lab{ position:absolute; left:4em; top:50%; line-height:1em; margin-top:-.5em; color:#999; background:#fff; padding:0 .25em; transition:.3s}
.form_st > li .in .inp{ width:100%; box-sizing:border-box; padding:1em 0; height:4em; border:none; position:relative; z-index:1; background:none; color:#666}
.form_st > li .in .inp[type=file]{ padding:0 !important; height:3em}
.form_st > li .in textarea.inp{ height:15em; padding:1em !important; width:calc(100% + 1.5em)}
.form_st > li .in textarea.inp.h1{ height:10em}
.form_st > li .in .line{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; border:1px solid #ddd; border-radius:.25em; box-sizing:border-box; transition:.3s}
.form_st > li .in .inp:focus ~ .lab,
.form_st > li .in .inp.on ~ .lab{ transform:scale(.9,.9); top:0; color:#3b2517; margin-left:-.5em}
.form_st > li .in .inp:focus ~ .icon,
.form_st > li .in .inp.on ~ .icon{ color:#333}
.form_st > li .in .inp:focus ~ .line,
.form_st > li .in .inp.on ~ .line{ border-color:#3b2517}
.form_st > li .in .inp.c1{ background:#f1f1f1; border-radius:.25em}
.form_st > li .in .inp .cateSt{ font-size:1.125em}
.form_st > li .in .inp.click:after{ content:"\e815"; font-family:fontello!important; position:absolute; z-index:0; right:0; top:50%; margin-top:-.75em; width:3em; text-align:center}
.form_st > li .in .ico:after{ font-family:fontello!important; position:absolute; z-index:0; left:.5em; top:50%; margin-top:-.75em; width:2em; text-align:center; color:#999}
.form_st > li .in .calendar:after{ content:"\e86e"}
.form_st > li .in .calendar .inp{ margin-left:2em}

.form_st.st1 > li{ display:flex; flex-wrap:wrap; align-items:center}
.form_st.st1 > li.line{ margin-top:1em; padding-top:1.25em; border-top:1px solid #3b2517}
.form_st.st1 > li.line > .label_st{ width:100%; margin-top:-1em}
.form_st.st1 > li.line2{ border-top:1px solid #ddd; padding-top:1em !important}
.form_st.st1 > li .in{ padding:0; flex:1 1 auto; width:20%; word-break:break-all}
.form_st.st1 > li .in_sec{ width:1.5em; text-align:center; color:#999; display:inline-block}
.form_st.st1 > li .in_sec2{ width:.5em}
.form_st.st1 > li .in_br{ flex-basis:100%}
.form_st.st1 > li .in_tit{ font-size:1.063em; color:#333; width:100%}
.form_st.st1 > li .in_tit .ess:before{content:"\e842"; font-size:1em; vertical-align:super; margin-left:.25em}
.form_st.st1 > li .in_tit.c1{ color:#777}
.form_st.st1 > li .in_tit.s1{ font-size:1.25em; margin-top:.5em}
.form_st.st1 > li .in_tit .icon{ margin-right:.375em; transform:translateY(.063em)}
.form_st.st1 > li .in_tit .icon.subject:before{content: '\e959'}
.form_st.st1 > li .in_tit .icon.location:before{content: '\e87e'}
.form_st.st1 > li .in_tit .icon.category:before{content: '\f12e'}
.form_st.st1 > li .in_tit .icon.description:before{content: '\e95b'}
.form_st.st1 > li .in_tit .icon.photo:before{content: '\e871'}
.form_st.st1 > li .in_tit .icon.price:before{content: '\e92e'}
.form_st.st1 > li .in_tit .icon.hash:before{content: '\f292'}
.form_st.st1 > li .in_tit .icon.smile:before{content: '\e96d'}
.form_st.st1 > li .label_st{ font-size:1.063em}
.form_st.st1 > li .label_st.s1{ font-size:.938em; font-weight:700}
.form_st > li .in_tt{ width:100%; color:#777; font-size:.938em; margin-top:1em; line-height:1.5}
.form_st.st1 > li .in.fix{ flex:0 0 auto}
.form_st.st1 > li .in .inp{ padding:.5em 1em}
.form_st.st1 > li .in .inp.s1{ font-size:1em}
.form_st.st1 > li .in .btn{ color:#fff}
.form_st.st1 > li .in .btn + .line{ background:#333; border-color:transparent}
.form_st.st1 > li .in .w100{ width:100%}
.form_st.st1 > li .in.w1{ max-width:26%}
.form_st.st1 > li .in.w50{ max-width:50%}
.form_st.st1 > li .in.w100{ max-width:100%}
.form_st.st1 > li .agree{ border-radius:.25em; border:1px solid #ddd; width:100%; margin:1em 0}
.form_st.st1 > li .agree > li{ padding:.75em 3em .75em 1em; position:relative; transition:.3s}
.form_st.st1 > li .agree > li.all{ border-bottom:1px solid #ddd}
.form_st.st1 > li .agree > li .more{ position:absolute; right:1em; top:1.25em; background:#aaa; color:#fff; padding:.25em 1em; font-size:.875em}
.form_st.st1 > li .agree > li .more:hover{ background:#666}
.form_st.st1 > li .agree > li:hover{ background:#f5f5f5}
.form_st.st1 > li.flex{ padding:0 .5em}
.form_st.st1 > li.flex .in_tit{ flex-basis:8em; font-size:.938em; padding-left:0; height:4em; display:flex; align-items:center}
.form_st.st1 > li.flex .in{ margin-top:0}
.form_st.st1 > li.flex .in.w100{ margin-left:8em}
.form_st.st1 > li.flex .in .inp{ font-size:.938em}

.form_st.s1{ font-size:.875em}

.form_st.text{ border-bottom:1px solid #ddd}
.form_st.text > li{ border-top:1px solid #ddd; margin-top:0}
.form_st.text > li .in .t1{ font-size:.938em; color:#666}
.form_st.text > li .in a:hover{ text-decoration:underline}

.writePhotoWrap.flex{ margin:-.75em 0 0 -.75em}
.writePhotoWrap.flex > li{ width:20%}
.writePhotoWrap.flex > li .writePhoto{ margin:.75em 0 0 .75em}

.writePhoto{}
.writePhoto .write_img{}
.writePhoto .write_img .inpFile{ width:0; height:0; overflow:hidden; opacity:0; z-index:-1; position:relative}
.writePhoto .write_img .photoBtn{ background:#f5f5f5; color:#ccc; cursor:pointer; box-sizing:border-box; border:1px solid #ddd; border-radius:.25em; transition:.3s}
.writePhoto .write_img .photoBtn .fi{ font-size:1.5em}
.writePhoto .write_img .photoBtn .fi:before{content: '\e871';}
.writePhoto .write_img .photoBtn .tt{ width:100%; text-align:center; margin-top:1em}
.writePhoto .write_img .photoBtn:hover{ border-style:dashed; border-color:#666}
.writePhoto .write_img .photoView{z-index:-1; opacity:0}
.writePhoto .write_img .photoView.on{ z-index:1; box-shadow:0 0 .25em rgba(0,0,0,.3); background-color:#fff; border:1px solid #ddd; border-radius:.25em; opacity:1}
.writePhoto .write_img .photoView .modify_wrap{ position:absolute; left:0; bottom:0; width:100%; height:100%; box-sizing:border-box; padding:.25em}
.writePhoto .write_img .photoView .modify_wrap .btn{ border:none; width:2em; line-height:2em; text-align:center; background:#333; color:#fff; border-radius:50%; opacity:.6}
.writePhoto .write_img .photoView .modify_wrap .btn .fi:before{content: '\e819';}
.writePhoto .write_img .photoView .modify_wrap .btn:hover{ opacity:1}

.login.photo{ margin-top:5em; position:relative; padding:3em; box-sizing:border-box}
.login.photo .writePhotoWrap{ position:absolute; left:50%; margin-left:-5em; top:-5em}
.login.photo .writePhotoWrap + .wrap_in{ padding-top:2em}
.writePhoto.st1{ font-size:1.5em}
.writePhoto.st1 .write_img .resize{ padding-bottom:40%}
.writePhoto .write_img .photoView.on{ box-shadow:none}
.writePhoto.st2{ width:10em}
.writePhoto.st2 .write_img .photoBtn,
.writePhoto.st2 .write_img .photoView.on{ border-radius:50%}

.write_btn_wrap{ margin-left:-1em; margin-bottom:-1em; width:calc(100% + 1em) !important}
.write_btn_wrap > li{ flex:1 1 auto; margin:0 0 1em 1em}
.write_btn_wrap .btn{ width:100%; border:.25em solid #ddd; padding:1em; border-radius:.5em; font-weight:700; font-size:1.175em; position:relative; overflow:hidden; background:#FFF; color:#777; transition:.3s}
.write_btn_wrap .btn .bg{ position:absolute; left:0; top:0; width:100%; height:100%; opacity:0; transform:scaleX(0); transition:.3s}
.write_btn_wrap .btn .tt{ position:relative}
.write_btn_wrap .btn:hover{ color:#111; background:#ff7f27; border-color:transparent}
.write_btn_wrap .btn:hover .bg{ opacity:1; transform:scaleX(1)}

.slidePhoto_wrap{ height:calc(100vh - 14em); padding:0 5em 4em 5em; position:relative}
.slidePhoto_wrap .swiper-container{ height:100%}
.slidePhoto_wrap .el{ display:flex; justify-content:center; align-items:center}
.slidePhoto_wrap .el img{ max-height:100%}

.pop_photo_tit{ width:100%}

.pop_photo_view{ background:#fff; padding-bottom:3em; position:relative}
.pop_photo_view .etc_wrap{ position:absolute; left:0; top:-3em; width:100%; z-index:1}
.pop_photo_view .etc_wrap > .flex{ height:3em}
.pop_photo_view .etc_wrap .infoSt{ margin-top:0}
.pop_photo_view .etc_wrap .slidePhoto-pagination{ width:auto !important; font-size:1.25em}

/**/
.pointCOLOR1{ color:#1e92f4 !important}
.pointBG1{ background: linear-gradient(125deg, #1e92f4 25%, #866cf4 100%)}
.pointBORDER1{ border-color:#1e92f4}
.pointCOLOR2{ color:#9595ed !important}
.pointBG2{ background: linear-gradient(125deg, #9595ed 25%, #d27fd3 100%)}
.pointBORDER2{ border-color:#9595ed}
.pointCOLOR3{ color:#f0909b !important}
.pointBG3{ background: linear-gradient(125deg, #f0909b 25%, #f7b15f 100%)}
.pointBORDER3{ border-color:#f0909b}
.pointCOLOR4{ color:#24c79b !important}
.pointBG4{ background: linear-gradient(125deg, #24c79b 25%, #d1e23c 100%)}
.pointBORDER4{ border-color:#24c79b}

.fi.m1{ transform:translateY(.125em)}

.fi.navIco_care:before{content: '\f2b5' !important}

@media screen and (max-width:900px){
.w_form_tit{ width:10em}
.w_form_tit2{ width:10em}
}
@media screen and (max-width:768px) and (orientation:portrait){
.board_search_wrap{ flex-wrap:wrap}
.board_search_wrap .left,
.board_search_wrap .right{ width:100%}
.board_search_wrap .left{ text-align:right; margin-bottom:1em}

.w_no2{ width:4em}

.input_tt{ display:block; margin-top:1em}
}
@media screen and (max-width:900px){
.input_st{ font-size:1.25em}
}

@media screen and (max-width:670px) and (orientation:portrait){
.board_search_wrap{ flex-wrap:wrap}
.board_search_wrap .left{display: none;}
.board_search_wrap .right{ width:100%}
.board_search_wrap .left{ text-align:right; margin-bottom:1em}

.w_no2{ width:4em}

.input_tt{ display:block; margin-top:1em}
}
.ess,
.ess + span{ display:inline-block; vertical-align:middle; color:#dc232d;}
.ess{ font-size:1em; line-height:1;}
.ess:before{ content:"*"; font-size:1.375em; font-weight:700;}
.ess + span{ font-size:.875em;}
.essW{ position:relative; display:inline-block; padding-right:1.125em;}
.essW .ess{ position:absolute; right:0; top:50%; margin-top:-.625em;}

*[class^="xi bd_"]{ vertical-align:middle;}
*[class^="xi bd_"]:before{ color:#111; line-height:1;}
*[class^="xi bd_"].big:before{ font-size:1.250em;}
.xi.bd_new:before   { content:"\e9a8"; color:#ff5400;}
.xi.bd_notice:before{ content:"\ea5b"; color:#1e489e;}
.xi.bd_reply:before { content:"\e981";}
.xi.bd_sub:before   { content:"\e981"; color:#870c18; font-size:1.375em;}
.xi.bd_lock:before  { content:"\e966";}
.xi.bd_docu:before  { content:"\e9b4";}
.xi.bd_name:before  { content:"\e9f5";}
.xi.bd_date:before  { content:"\ea1f";}
.xi.bd_hit:before   { content:"\e951";}
.xi.bd_file:before  { content:"\e9b9";}
.xi.bd_calen:before { content:"\e9a4";}
.xi.bd_plus:before  { content:"\e913";}
.xi.bd_del:before   { content:"\e96f";}
.xi.bd_modi:before  { content:"\ea39";}
.xi.bd_tel:before   { content:"\e9d3";}
.xi.bd_email:before   { content:"\ea07";}
.xi.bd_location:before{ content:"\eb59";}

a[class^="xi bd_"]:hover{ text-decoration:none !important;}
a[class^="xi bd_"]:hover:before{ color:#1e489e;}