@charset "utf-8";
:root {
    --siteC : #c60909;
    --siteC2 : #ffdd9d;

}
/* CSS Document */
html.layerOn { overflow-y:hidden; padding-right:1em } 

.di_wrap { font-size:0 } 
.di_wrap > li { display:inline-block; *display:inline; zoom:1; vertical-align:top; font-size:16px; font-size:1rem; } 
.di_wrap > li > a,
.di_wrap > li > .in { display:block } 

.fl_wrap > li { float:left } 
.fl_wrap > li > a:not(.va),
.fl_wrap > li > .in { display:block } 
.fl_wrap::after { content:""; display:block; clear:both } 

.va_wrap { display:block; text-align:center; white-space: nowrap } 
.va_wrap:before { content:""; display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:0; height:100% } 
.va { display:inline-block; *display:inline; zoom:1; vertical-align:middle; max-width:100%; height:auto; white-space:normal } 
.va_wrap img { vertical-align:middle; display:inline-block; *display:inline; zoom:1; max-width:100%; max-height:100% } 

.al { text-align: left !important; } 
.ac { text-align: center !important; } 
.ar { text-align: right !important; } 

.vt { vertical-align:top !important; } 
.vm { vertical-align:middle !important; } 
.vb { vertical-align:bottom !important; } 
.vBase { vertical-align:baseline !important } 

.fl { float:left !important; } 
.fr { float:right !important; } 
.cl { clear:both !important; display:block } 
.oh { overflow:hidden !important; } 

.pr { position:relative; z-index:inherit } 
.pa { position:absolute; left:0; top:0; width:100%; height:100% } 

.di { display:inline } 
.db { display:block !important; } 
.dn { display:none !important; } 

.cp { cursor:pointer; } 
.cutstr { text-overflow : ellipsis; overflow : hidden; white-space : nowrap; display:block; width:100% } 

.flex { display:flex } 
.flex.wrap { flex-wrap:wrap } 
.flex.col { flex-direction:column } 
.flex.col > * { width:100%; box-sizing:border-box } 
.flex.space { justify-content: space-between } 
.flex.vspace { align-content:space-between } 
.flex.hc { justify-content:center } 
.flex.hr { justify-content:flex-end } 
.flex.vt { align-content:flex-start; align-items:flex-start } 
.flex.vc { align-content:center; align-items:center } 
.flex.vb { align-content:flex-end; align-items:flex-end } 
.flex .mgL { margin-left:auto } 
.flex .mgR { margin-right:auto } 
.flex .mgT { margin-top:auto } 
.flex .grow { flex:1 1 0%; min-width:0 } 
.flex .fix { flex:0 0 auto } 
.flex.fc { justify-content:center; align-items:center } 

.flex.gap02 { gap:.25em } 

.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%; object-fit: cover; } 
.resize.vod { padding-bottom:56.25% } 
.resize.photo { padding-bottom:66.66% } 
.resize.poster { padding-bottom:141.4% } 
.resize.car { padding-bottom:50% } 
.resize.carLogo { padding-bottom:50% } 
.resize.finance { padding-bottom:75% } 
.resize .re:not(.va_wrap) img { width:100%; height:100%; object-fit: cover } 

.row { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; } 
.row.r2 { -webkit-line-clamp: 2 } 
.row.r3 { -webkit-line-clamp: 3 } 
.row.r4 { -webkit-line-clamp: 4 } 
.row.r5 { -webkit-line-clamp: 5 } 
.row.r2.fix { line-height:1.25em; height:2.5em } 

.c_point { color:#c60909 !important } 
.c_point2 { color:#e3b55d !important } 
.c_black { color:#000 !important } 
.c_gray { color:#888 !important } 
.c_white { color:#fff !important } 
.c_dgray { color:#555 !important } 
.c_red { color:red !important } 
.c_blue { color:#0052cc !important } 

.bgfix { background-repeat:no-repeat; background-position:center center; background-size:cover; } 
.bgfix.ct { background-size:contain } 
.pre { white-space:pre-wrap; } 
.round { border-radius:.5em } 

.loader_wrap { position: fixed; left:0; top:0; width:100vw; height:100vh; z-index:10000; background:rgba(255,255,255,.5); display:flex; justify-content:center; align-items:center } 
.load .loader_wrap { display:none } 
.loader { animation: rotate 1s infinite; height: 50px; width: 50px; } 
.loader:before,
.loader:after { border-radius: 50%; content: ''; display: block; height: 20px; width: 20px; } 
.loader:before { animation: ball1 1s infinite; background-color: #cb2025; box-shadow: 30px 0 0 #f8b334; margin-bottom: 10px; } 
.loader:after { animation: ball2 1s infinite; background-color: #00a096; box-shadow: 30px 0 0 #97bf0d; } 
@keyframes rotate {0% { transform: rotate(0deg) scale(0.8); } 
50% { transform: rotate(360deg) scale(1.2); } 
100% { transform: rotate(720deg) scale(0.8); } 
 }
@keyframes ball1 {0% { box-shadow: 30px 0 0 #f8b334; } 
50% { box-shadow: 0 0 0 #f8b334; margin-bottom: 0; transform: translate(15px,15px); } 
100% { box-shadow: 30px 0 0 #f8b334; margin-bottom: 10px; } 
 }
@keyframes ball2 {0% { box-shadow: 30px 0 0 #97bf0d; } 
50% { box-shadow: 0 0 0 #97bf0d; margin-top: -20px; transform: translate(15px,15px); } 
100% { box-shadow: 30px 0 0 #97bf0d; margin-top: 0; } 
 }

/**/
.pd0 { padding:0 !important; } 
.pt0 { padding-top:0 !important; } 
.pb0 { padding-bottom:0 !important; } 

.mg0 { margin:0 !important; } 

.mt0 { margin-top:0 !important; } 
.mt3 { margin-top:3px !important; } 
.mt5 { margin-top:5px !important; } 
.mt10 { margin-top:10px !important; } 
.mt15 { margin-top:15px !important; } 
.mt20 { margin-top:20px !important; } 
.mt25 { margin-top:25px !important; } 
.mt30 { margin-top:30px !important; } 
.mt40 { margin-top:40px !important; } 
.mt50 { margin-top:50px !important; } 

.mb0 { margin-bottom:0 !important; } 
.mb5 { margin-bottom:5px !important; } 
.mb10 { margin-bottom:10px !important; } 
.mb15 { margin-bottom:15px !important; } 
.mb20 { margin-bottom:20px !important; } 
.mb25 { margin-bottom:25px !important; } 
.mb30 { margin-bottom:30px !important; } 
.mb40 { margin-bottom:40px !important; } 
.mb50 { margin-bottom:50px !important; } 

.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 } 

.ffEN { transform:scaleY(.9) } 
.ffNS { font-family:ns,sans-serif } 
.ffSerif { font-family: Georgia, "Times New Roman", Times, serif; letter-spacing:0 } 

.fs12 { font-size:.75em !important } 
.fs13 { font-size:.813rem !important } 
.fs14 { font-size:.875rem !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; max-width: 100%;} 
.board_table .aTit_wrap a{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden }
.board_aTit { text-overflow:ellipsis; white-space:nowrap; overflow:hidden } 
.board_aTit:hover,
.board_aTit:focus { text-decoration:underline } 
.board_table tr:hover { background:#f9fbfc } 
.board_table .rNotice { background:#f9fbfc } 

.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:#c60909 } 
.boardIco.lock:before { content:"\e966"; color:#777 } 
.boardIco.notice:before { content:"\ea5a" } 
.boardIco.new:before { content:"\e9a9"; color:#c60909 } 
.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 } 
.page_btn .max2 { max-width:12em } 

.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:#c60909; margin-left:.25em } 
.board_search .search { display:flex; align-items:center; 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:4em; padding:0 1px 1px 0 } 
.board_pg button { width:2.5em; height:2.5em; border:1px solid #ddd; background:#fff; color:#666; margin:0 -1px -1px 0; position:relative } 
.board_pg button:hover,
.board_pg button:focus { z-index:1 } 
.board_pg button.on { background:#111; color:#fff; border-color:transparent; z-index:2; position:relative } 
.board_pg button.on:after { content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:.5em; width:1em; height:1px; background:#fff } 
.board_pg button.btn.first { border-radius:.5em 0 0 .5em } 
.board_pg button.btn.last { border-radius:0 .5em .5em 0 } 
.board_pg button.btn .ico { font-size:1em } 
.board_pg button.btn.first .ico:before { content:"\ea47" } 
.board_pg button.btn.prev .ico:before { content:"\e93c" } 
.board_pg button.btn.next .ico:before { content:"\e93f" } 
.board_pg button.btn.last .ico:before { content:"\ea48" } 

.board_viewT { border-top:1px solid #111 } 
.board_viewT .vTit { padding:1em 0; font-weight:700; font-size:1.5em; border-bottom:1px solid #ddd } 
.board_viewT .info { display:flex; align-items:center; gap:0 3em; padding:1em 0; border-bottom:1px solid #ddd } 
.board_viewT .info > li { position:relative; color:#666 } 
.board_viewT .info > li:not(:last-child):before { content:""; position:absolute; right:-1.5em; top:50%; width:1px; height:60%; transform:translateY(-50%); background:#ccc } 
.board_viewT .info > li .ico { font-size:1em; margin-right:.25em } 
.board_viewT .info > li.name .ico:before { content:"\e9f2" } 
.board_viewT .info > li.date .ico:before { content:"\e9a0" } 
.board_viewT .info > li.hit .ico:before { content:"\e950" } 
.board_viewM { padding:5em 2em; border-bottom:1px solid #ddd } 
.board_viewM .ytFrame { width:100%; margin:0 auto } 
.board_viewM .ytFrame iframe { position:absolute; left:0; top:0; width:100%; height:100% } 
.board_viewF { display:flex; border-bottom:1px solid #ddd; background:#f5f5f5; padding:1.5em 2.5em } 
.board_viewF .wrap_tit { width:6em; margin-right:2.5em; box-sizing:border-box; border-right:1px solid #ddd } 
.board_viewF .wrap_tit .t1 { font-weight:500; font-size:1.063em } 
.board_viewF .wrap_con { flex:1 1 0%; min-width:0 } 
.board_viewF .wrap_con .list > li:not(:first-child) { margin-top:.5em } 
.board_viewF .wrap_con .list > li > a { padding-left:1.25em; position:relative } 
.board_viewF .wrap_con .list > li > a:hover .tt,
.board_viewF .wrap_con .list > li > a:focus .tt { text-decoration:underline } 
.board_viewF .wrap_con .list > li > a .xi { font-size:1.125em } 
.board_viewF .wrap_con .list > li > a .down { margin-left:.5em; color:#c60909 } 
.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: 1em 1.5em; border-bottom:1px solid #ddd; border-radius: 0.5em; } 
.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:1em } 

/* LHK ADD */
#dropdown-menu { display: none; position: absolute; background-color: white; border: 1px solid #ccc; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); z-index: 1000; } 
#dropdown-menu ul { list-style: none; padding: 0; margin: 0; } 
#dropdown-menu li { padding: 8px 12px; cursor: pointer; } 
#dropdown-menu li:hover { background-color: #f0f0f0; } 

.board_comm_tit { margin-top:4em; color:#666; } 
.board_comm_tit .c1 { color:#ec1c24; font-weight:700; } 
.comment_area { margin-top:1em; border:1px solid #ddd; } 
.comment_area .inner { padding:1.25em; } 
.comment_area .comment_tit,
.comment_area .comment_tit .tit,
.comment_area .comment_top,
.comment_area .left_area,
.comment_area .comment_bottom .re_comm > dt { display:flex; flex-wrap:wrap; align-content:center; align-items:center; min-width:0; box-sizing:border-box; } 
.comment_area .comment_tit { margin-bottom:1em; } 
.comment_area .comment_tit .tit { flex:1; } 
.comment_area .comment_tit .tit > span { padding-right:.75em; } 
.comment_area .comment_tit .tit .t1 { font-size:1em; font-weight:600; } 
.comment_area .comment_tit .tit .t2 { font-size:.938em; font-weight:400; color:#666; flex:1; } 
.comment_area .comment_tit .num { font-size:.813em; color:#222; } 
.comment_area .comment_tit .num .max { color:#ec1c24; font-weight:700; } 
.comment_area .comment_info { margin-bottom:.75em; } 
.comment_area .comment_info .input_st { width:12em; margin:0 .25em 0 0; } 
.comment_area .comment_info > .comm_inner { } 
.comment_area .comment_info > .comm_spam { flex:1; padding-left:3em; } 
.comment_area .comment_info > .comm_spam .spamCode { } 
.comment_area .comment_info > .comm_spam .spamInp { padding-left:.5em; } 

.comment_area .comment { position:relative; padding-right:7.75em; } 
.comment_area .comment .comment_txt { width:100%; height:6.25em; background:#fff; } 
.comment_area .comment .comment_btn { position:absolute; top:0; right:0; width:7.25em; height:100%; text-align:center; color:#fff; background:#ec1c24; border:0; } 
.comment_area .comment_top { padding:.75em 1.25em; border-bottom:1px dashed #ccc; background:#f9f9f9; } 
.comment_area .left_area { flex:1; text-align:left; } 
.comment_area .name,
.comment_area .sns_name { font-size:1em; font-weight:600; } 
.comment_area .pass { font-size:.875em; } 
.comment_area .date { font-size:.813em; color:#888; margin: 0 0.625em; } 
.comment_area .comm_txt { font-size:.813em; color:#333; line-height:1.6; } 
.comment_area .comment_edit { text-align:right; } 
/* .comment_area .comment_edit > a { display:inline-block; *display:inline; zoom:1; vertical-align:middle; font-size:0.750em; color:#333; border:1px solid #aaa; border-radius:3px; background:#fff; padding:0.3em 1em; } */
.comment_area .comment_bottom { padding:0em 1.5em 0em; } 
.comment_area .comment_bottom .re_comm { margin-top: 0.25em; padding: 1em 1em 0em 0; border-top:1px dashed #ccc; } 
.comment_area .comment_bottom .re_comm > dt,
.comment_area .comment_bottom .re_comm > dd { padding-left:1.875em; } 
.comment_area .comment_bottom .re_comm > dt { margin-bottom:1em; position:relative; } 
.comment_area .comment_bottom .re_comm > dt:before { content:"\e97e"; font-family:xeicon; font-size:1.625em; color:#aaa; position:absolute; top:-.125em; left:0; } 
.comment_area .comment_bottom .re_comm .edit_btn { display:inline-block; *display:inline; zoom:1; vertical-align:middle; font-size:0.750em; color:#333; border:1px solid #aaa; border-radius:3px; background:#fff; padding:0.3em 1em; margin-left:.25em !important; } 
.comment_area .comment_bottom .re_comm .edit_btn.ml20 { margin-left:auto !important; } 
.xi-comment-o { color:#247bd2; font-size:1.125em !important; vertical-align:middle } 

/*.clone_edit, .comment_area > .clone_p_box { display:none; } */
.comment_bottom > .clone_comment { margin-bottom:1em; } 
/* 
.comment_area .mem_wrap .pBox { margin:0 .5em; border-radius:.3em; color:#fff; padding:.3em .5em } 
.comment_area .mem_wrap .p_name { font-size:.938em } 
.comment_area .mem_wrap .pBox.p1 { background:#e10035 } 
.comment_area .mem_wrap .pBox.p2 { background:#89919a } 
.comment_area .mem_wrap .pBox.p3 { background:#738cc2 } 
.comment_area .mem_wrap .pBox.p4 { background:#ebbc54 } 
.comment_area .mem_wrap .pBox.p5 { background:#50ac6d } 
.comment_area .mem_wrap .pBox.p6 { background:#7bc9d6 } 
.comment_area .mem_wrap .pBox.p7 { background:#9524c3 } 
.pBox2 { margin:0 .5em; border-radius:.3em; color:#fff; padding:.3em .5em } 
.pBox2.p1 { background:#e10035 } 
.pBox2.p2 { background:#89919a } 
.pBox2.p3 { background:#738cc2 } 
.pBox2.p4 { background:#ebbc54 } 
.pBox2.p5 { background:#50ac6d } 
.pBox2.p6 { background:#7bc9d6 } 
.pBox2.p7 { background:#9524c3 } */

.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_img { border:1px solid #ddd; padding:.5em } 
.board_tt1 { font-size:.938em; opacity:.6; } 
.board_tt2 { font-size:1.125em; color:#111; line-height:1.5; } 
/*.board_tt2:hover { text-decoration:underline } */
.board_tt3 { font-size:.875em; display:inline-block; *display:inline; zoom:1; padding:.125em 1em; margin-top:1em; border:1px solid #ddd; border-radius:1em } 
.board_tt4 { font-size:1em; color:#111; } 

.BSbtn { cursor:pointer } 
.BScon { display:none } 
.BScon td { padding-top:3em; padding-bottom:4em } 
.BScon .w_btn .input_st { margin:.063em 0; } 

.board_more { display:inline-block; *display:inline; zoom:1; width:2.5em; line-height:2.5em !important; border:1px solid #eee; border-radius:100%; text-align:center; transition:.3s } 
.board_more .xi { font-size:1.125em; } 
.board_more .xi:before { content:"\e943"; color:#111 } 
.board_more.plus .xi:before { content:"\e913" } 
.board_more:hover { border-color:#666 } 
.on .board_more { transform:rotate(-180deg); background:#111; color:#fff; border-color:transparent } 
.on .board_more .xi:before { color:#fff } 

.tt_star .no { font-weight:800; font-size:1.25em; color:#000 } 
.tt_star .star { color:#8CC63E; padding:0 .25em } 
.tt_star .star:before { content:"(" } 
.tt_star .star:after { content:")" } 
.tt_star .star .xi { font-size:.875em } 
.tt_star .star .xi:before { content:"\ea16" } 
.tt_star .star .xi.on:before { content:"\ea0f" } 

/**/
.board_icon.xi { } 
.board_icon.xi:before { } 
.board_icon.new .xi:before { content:"\e9a8"; color:#fb7320 } 
.board_icon.notice .xi:before { content:"\ea5b"; color:#375fff } 
.board_icon.reply .xi:before { content:"\e981"; color:#aaa } 
.board_icon.file .xi:before { content:"\ea7f"; color:#999; font-size:.813em } 
.board_icon.sub .xi:before { content:"\e981"; color:#aaa } 
.board_icon.lock .xi:before { content:"\e964"; color:#aaa; font-size:.938em; padding-left:.25em } 

/**/
.board_paging { text-align:center; margin-top:4em; font-size:.813rem } 
.board_paging button { vertical-align:top; min-width:3em; height:3em; line-height:calc(3em - 2px); padding:0 .75em; border:1px solid #ddd; background:#fff; color:#333; font-weight:500; box-sizing:border-box; } 
.board_paging button:hover,
.board_paging button.on { background:#111; border-color:#111; 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" } 

/**/
.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 } 


/* LHK ADD */
.re_comm .userNd,
.userSt { display:flex; align-items:center; line-height:1; gap:0 .5em; margin: auto 0; } 
.re_comm .ico,
.userSt .ico { width:2em; height:2em; border-radius:50%; background:#ddd; color:#fff; display:flex; align-items:center; justify-content:center } 

.userNd .ico .xi,
.userSt .ico .xi { font-size:1.5em } 
.userNd .ico .xi:before,
.userSt .ico .xi:before { content:"\e9f3" } 
.userNd .t1,
.userSt .t1 { font-weight:700 } 

.form_wrap .form_tit { border-bottom:1px solid #111; padding:.75em 0 } 
.form_wrap .form_tit .t1 { font-weight:700; font-size:1.375em } 
.form_wrap .form_tit .t2 { font-weight:700; font-size:1.625em } 
.form_wrap .form_tit .t3 { font-weight:500; font-size:1.125em } 
.form_wrap .form_con { padding:1.5em 0 } 
.form_wrap .form_con table { margin:0 auto; } 
.form_wrap .form_con .tablePOP{ display: flex; margin-left: auto; margin-right: 1.5em; margin-bottom: 1em;}
.form_st > li { border-bottom:1px solid #ddd; padding:.75em 0 } 
.form_st > li:first-child { border-top:1px solid #111 } 
.form_wrap .form_tit + .form_st > li:first-child { border-top:none } 
.form_st > li.bd0 { border-bottom:none } 
.form_lab { display:flex; align-items:center } 
.form_lab .lab_tit,
.form_lab .lab_con { min-height:3em; box-sizing:border-box; display:flex; flex-wrap:wrap; align-items:center; } 
.form_st.h1 .lab_tit,
.form_st.h1 .lab_con { min-height:2em } 
.form_lab .lab_tit { width:9em; margin-right:2em; gap:.5em 0; padding-left:.25em } 
.form_lab .tit1 { font-weight:500; font-size:1.063em } 
.form_lab .tit2 { font-weight:500; font-size:.938em; line-height:1.2 } 
.form_lab .lab_con { flex:1 1 0%; min-width:0; gap:.25em; font-weight:500 } 
.form_lab .lab_con.gap2 { gap:2em; } 
.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 .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 .w3 { flex:0 0 auto; width:13.3em } 
.form_lab .lab_con .w50 { flex:0 0 auto; width:50% } 
.form_lab .lab_con .w100 { flex:0 0 auto; width:100% } 
.form_lab .lab_con .w_auto { flex:0 0 auto } 
.form_lab .lab_con .max1 { max-width:30em } 
.form_lab .lab_con .max2 { max-width:8.375em } 
.form_lab .lab_con .max3 { max-width:23.5em } 
.form_lab .lab_con .max4 { max-width:40% } 
.form_lab .lab_con .max5 { max-width: 18.4em; } 
.form_lab .lab_con .max6 { max-width: calc((100% - .25em) / 2); } 
.form_lab .lab_con .min1 { min-width:23.5em } 
.form_lab .lab_con .faq_in { width:100%; } 

.form_st.faq .faqBtn { width:2em; height:2em; border-radius:50%; border:1px solid #ddd; display:flex; align-items:center; justify-content:center } 
.form_st.faq .faqBtn .xi { transition:.3s } 
.form_st.faq .faqBtn .xi:before { content:"\e943" } 
.form_st.faq .faq_tit { font-weight:600; font-size:1.063em } 
.form_st.faq .faq_in { background:#f5f5f5; padding:1.5em; margin-top:1em; display:none } 
.form_st.faq > li.on { padding-bottom:0 } 
.form_st.faq > li.on .faq_in { display:block } 
.form_st.faq > li.on .faqBtn { background:#c60909; border-color:transparent; color:#fff } 
.form_st.faq > li.on .faqBtn .xi { transform:rotate(180deg) } 
.form_st.faq > li.on .faq_tit { color:#c60909 } 

.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 } 

.board_gallery { display:flex; flex-wrap:wrap; gap:3em } 
.board_gallery > li { width:calc(50% - 1.5em) } 
.board_gallery > li .wrap_in { display:block; overflow:hidden } 
.board_gallery > li .wrap_in .img_wrap { border:1px solid #eee; position:relative; display:block; 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:flex; flex-direction:column; gap:.5em 0; padding:1em 0 } 
.board_gallery > li .wrap_in .con_wrap .t1 { font-size:1.125em; font-weight:500 } 
.board_gallery > li .wrap_in .con_wrap .t2 { font-size:1.063em; font-weight:500 } 
.board_gallery > li .wrap_in .con_wrap .t3 { font-size:.938em; color:#777 } 
.board_gallery > li .wrap_in .con_wrap.st1 { border:1px solid #ddd; padding:1em } 
.board_gallery.s1 { gap:2em } 
.board_gallery.s1 > li { width:calc(33.3333% - 1.3333em) } 

.board_cate { display:flex; flex-wrap:wrap; margin-bottom:1.5em; border-radius:.5em; box-sizing:border-box; position:relative; padding:1px 0 0 1px } 
.board_cate:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; top:0; bottom:0; border:1px solid #ddd; box-sizing:border-box; background:#f5f5f5; z-index:-1; display:none; } 
.board_cate > li { width:25% } 
.board_cate > li > a { display:flex; align-items:center; justify-content:center; height:3em; position:relative; color:#777; background:#fff; border-radius: 0.5em; margin: 0.25em; } 
.board_cate > li > a:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; right:0; bottom:0; border:0px solid #ddd; box-sizing:border-box; border-radius: 0.5em; background: #f5f5f5; } 
.board_cate > li > a .tt { font-weight:500; position:relative } 
.board_cate > li > a:hover,
.board_cate > li > a:focus { background:#e9e9e9; color:#111; z-index:1; transition:.2s; } 
.board_cate > li.on > a { background:#c60909; color:#fff; border-color:transparent; border-radius: 0.5em; } 
.board_cate > li.on > a .tt:after { content:""; position:absolute; right:-.75em; top:0; width:.375em; height:.375em; background:#fff; border-radius:50% } 
.board_cate > li.on > a:before,
.board_cate > li.on:hover > a:before { background: #c60909; } 
.board_cate > li:hover > a:before { background: #e9e9e9; transition:.2s; } 
.board_cate.d1 > li { width:calc(100% / 5) } 
.bord_cate.d2 { margin-bottom: 2em; } 
.bord_cate.d2 .cate_tit { } 
.bord_cate.d2 .cate_tit .t1 { display: inline-block; font-size: 1.063em; color: #fff; font-weight: 500; background: #c60909; color: #fff; height: 2.5em; line-height: 2.5em; padding: 0 1.5em; text-align: center; min-width: 7em; border-radius: 0.5em 0.5em 0 0; } 
.bord_cate.d2 .cate_list { gap: .5em; padding: 1.5em; border: 3px solid #c60909; text-align: center; border-radius: 0 0 0.5em 0.5em; } 
.bord_cate.d2 .cate_list > li { width: calc((100% - 2em) / 5) } 
.bord_cate.d2 .cate_list>li.on>a .tt { color: #c60909; } 
.bord_cate.d2 .cate_list>li>a { display: block; padding: .5em .8em .5em 1em; text-align: left; position: relative; } 
.bord_cate.d2 .cate_list>li>a:before { content: ""; position: absolute; top: 16px; left: 0; width: 5px; height: 5px; background: #ddd; border-radius: 30em; } 
.bord_cate.d2 .cate_list>li .tt { font-weight: 500; color: #555; } 


.board_banner { display:flex; align-items:center; background:#f1f1f1; padding:2em; gap:0 2em; margin-bottom:1em } 
.board_banner .ico { width:13em } 
.board_banner .ico img { width:100% } 
.board_banner .tt { display:flex; flex-direction:column; gap:.75em 0; flex:1 } 
.board_banner .tt .t1 { font-size:1.5em; font-weight:700 } 
.board_banner .tt .t2 { font-weight:500; color:#666; line-height:1.4 } 
.board_banner .tt .t3 { font-weight:500; font-size: 1.125em; color:#555; } 
.board_banner .tt .t4 { font-weight:600; font-size: 1.25em; color:#111; line-height: 1.5; word-break: keep-all;} 
.board_banner .tt .dot_list { } 
.board_banner .tt .dot_list.border { padding: 1em; border:1px solid #ddd; border-radius: .5em; background:#fff; } 
.board_banner .tt .dot_list > li { padding-left: 1em; position: relative; } 
.board_banner .tt .dot_list > li + li { margin-top: 0.25em; line-height: 1.4; } 
.board_banner .tt .dot_list > li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background:#999; position: absolute; left: 0; top: 7px; } 
.board_banner.st2{ padding: 1em 3em 0;}
.board_banner.st2 .ico {width: 15em;}
.board_banner.st2 .ico img{ display: block;}


/* FAQ */
.board_st.faq { border-top:1px solid #333; font-size:1em; } 
.board_st.faq .list .BScon { padding:1.5em 1em; background:#f9f9f9; display: none; } 
.board_st.faq .list .BStit .BSbtn { cursor: pointer; } 
.board_st.faq .list .BStit { transition: .2s; padding: 0 1em; } 
.board_st.faq .list .BStit:hover { background: #f8f8f8; } 
.board_st.faq .list > li { border-bottom:1px solid #ddd; text-align:center; line-height:1.5; } 
.board_st.faq .list > li .con .w_tit { flex:1; padding:1.5em 1em; text-align:left; cursor: pointer; } 
.board_st.faq .list > li .con .w_faq { padding:.75em 0; } 
.board_st.faq .list > li .con .faqQ { font-size:1.125em; } 
.board_st.faq .list > li .con .faqA { font-size: 1.125em; } 
.board_st.faq .list > li .con .faqA * { box-sizing:border-box; max-width:100% !important; } 
.board_st.faq .list > li .con .faqA img { width:auto !important; height:auto !important; } 
.board_st.faq .list > li .con .faq_tit { font-size:1.750em; font-weight: 600; } 
.board_st.faq .list > li .con .faq_tit.c1 { color:#c60909; } 
.board_st.faq .list > li .con .faq_tit.c2 { color:#111; } 
.board_st.faq .list > li .con .board_more .xi { font-size:1.500em; color:#ccc; transform:rotate(0); transition:.35s; } 
.board_st.faq .list > li .con .board_more .xi:before { content:"\e941" } 
.board_st.faq .list > li.on .con .faqQ { color:#c60909; } 
.board_st.faq .list > li.on .con .BSbtn { color:#e30083; } 
.board_st.faq .list > li.on .con .board_more .xi { transform:rotate(-180deg); } 

.writeBtn_wrap { position:relative } 
.writeBtn_wrap .writeBtn { position:fixed; width:4em; height:4em; display:flex; flex-direction:column; gap:0 .5em; align-items:center; justify-content:center; background:#c60909; color:#fff; border-radius:50% } 
.writeBtn_wrap .writeBtn .ico:before { content:"\ea39" } 

.hover_st.bgB .con_wrap { transition:.3s } 
.hover_st.bgB:focus .img_wrap,
.hover_st.bgB:hover .img_wrap { border-radius:.5em .5em 0 0 } 
.hover_st.bgB:focus .con_wrap,
.hover_st.bgB:hover .con_wrap { background:#111; text-align:center; color:#fff } 
.hover_st.zoom .img_wrap { overflow:hidden } 
.hover_st.zoom .img_wrap .resize { transition:.5s } 
.hover_st.zoom:focus .img_wrap .resize,
.hover_st.zoom:hover .img_wrap .resize { transform:scale(1.1) } 

.reviewStar { display:flex; align-items:center; gap:0 1em } 
.reviewStar .no { font-size:1.125em; font-weight:700 } 
.reviewStar .star { display:flex } 
.reviewStar .star label { font-family:xeicon; font-size:.938em; color:#ccc } 
.reviewStar .star label[onclick] { cursor:pointer } 
.reviewStar .star label:before { content:"\ea0f" } 
.reviewStar .star label input { width:0; height:0; } 
.reviewStar .star label input:checked { } 
.reviewStar .star label.on { color:#F03 } 
.reviewStar .star.s1 { font-size:2em } 

.reviewView { display:flex; align-items:center; border:1px solid #ddd; margin:1.5em 0; overflow:hidden } 
.reviewView .total { display:flex; flex-direction:column; gap:.25em 0; align-items:center; padding:1em 3em; background:#f5f5f5; border-right:1px solid #ddd } 
.reviewView .total .t1 { font-weight:700; font-size:1.063em } 
.reviewView .total .reviewStar { flex-direction:column } 
.reviewView .total .reviewStar .no { font-size:1.5em } 
.reviewView .detail { flex:1 1 0%; min-width:0; display:flex; align-items:center; padding:0 3em } 
.reviewView .detail > li { flex:1 1 1% } 
.reviewView .detail .wrap_in { display:flex; align-items:center; gap:0 1em } 
.reviewView .detail .wrap_in .t1 { color:#666 } 

/**/
/*
.ess { color:#e3b55d; font-weight:700; margin:0 .25em } 
.ess_tt { font-size:.938em; color:#666 } 
*/

.label_st { display:flex; align-items:center; min-height:1em; cursor:pointer; line-height:1; box-sizing:border-box; font-weight:500 } 
.label_st .xi { font-size:1.5em; margin-right:.125em } 
.label_st .xi ~ span { padding:.125em 0; word-break:keep-all; flex:1 1 0%; min-width:0 } 
.label_st input:checked ~ .xi:before,
.label_st input:checked ~ span { color:#c60909 } 
.label_st.c1 input:checked ~ .xi:before { color:#e3b55d } 
.label_st input[type=checkbox] ~ .xi:before { content:"\e98f" } 
.label_st input[type=checkbox]:checked ~ .xi:before { content:"\e92d" } 
.label_st input[type=radio] ~ .xi:before { content:"\e9c6" } 
.label_st input[type=radio]:checked ~ .xi:before { content:"\e9c7" } 
.label_st input[type=checkbox],
.label_st input[type=radio] { width:0; height:0; overflow:hidden; position:absolute; z-index:-1 } 

.label_st.st1 { position:relative; text-align:center; justify-content:center; flex-direction:column; padding:.5em .125em; gap:.5em 0 } 
.label_st.st1 .bg { position:absolute; left:1px; top:1px; width:calc(100% - 2px); height:calc(100% - 2px); box-sizing:border-box; border-radius:.5em; border:1px solid transparent } 
/* .label_st.st1 .tt { display:block; width:100%; text-align:center; font-size:.813em; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; font-weight:500 } */ 
.label_st.st1 .tt { display:block; width:100%; text-align:center; font-size:.813em; font-weight:500; letter-spacing: -1px; word-break: break-all; } 
.label_st.st1 .img { height:2.5em; box-sizing:border-box; padding:.5em } 
.label_st.st1 .img img { max-height:100% } 
.label_st.st1 input:checked ~ .bg { border-color:#c60909 } 
.label_st.st1 input:checked ~ .tt { color:#c60909 } 

.label_st.st2 { position:relative; height:3em; padding:.5em 1em; display:flex; align-items:center; justify-content:center; flex-direction:column } 
.label_st.st2 .bg { position:absolute; left:-1px; top:-1px; width:calc(100% + 1px); height:calc(100% + 1px); box-sizing:border-box; border:1px solid #ddd } 
.label_st.st2 .tt { font-weight:500 } 
.label_st.st2 input:checked ~ .bg { border-color:#c60909; z-index:1 } 
.label_st.st2 input:checked ~ .tt { color:#c60909; font-weight:700 } 

.label_wrap { display:flex; flex-wrap:wrap; gap:1em 3em } 
.label_wrap.fix1 { gap:1em 0 } 
.label_wrap.fix1 > * { width:25%; max-width:8em } 
.label_wrap.fix { gap:.25em 0 } 
.label_wrap.fix.d1 > * { width:16.66% } 
.label_wrap.fix.d2 > * { width:20% } 
.label_wrap.fix.d3 > * { width:25% } 
.label_wrap.fix0 { gap:0 } 
.label_wrap.fix0 > * { flex:1 1 1% } 
.label_wrap.w_1 { width:25em } 
.label_wrap.row { flex-direction:column; gap:.5em 0 } 
.label_wrap.row.g2 { gap:2em 0; } 
.label_wrap.row > * { width:100% } 

.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[type=file] { background:none; border:1px solid #ddd; padding:0; width:100% } 
.input_st[readonly] { background:#f5f5f5 } 
textarea.input_st { width:100%; height:7em } 
textarea.input_st.h1 { height:15em } 
select.input_st { padding-right:2.5em !important } 

/**/
.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: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 .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 .label_wrap li {width: 12%;}
.table_form .wrap_in .con_wrap .label_wrap li.w2 {width: 35%;}
.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 .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:12em}
.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:29em}
.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 .min1{ min-width:23.5em}
/* .form_wrap .label_st input[type=checkbox]{ width:20px; height:20px; margin-right: .5em; overflow:visible; position:relative;} */

.agree_box{ border:1px solid #ddd; border-radius:.5em; padding:1.5em; height:12em; line-height:1.5; overflow-y:auto; color:#666}
.agree_box.st1{ border:none; padding:0; height:auto; font-size:1.063em}
.agree_box *{ vertical-align:top}
.agree_box a{ text-decoration:underline}
.agree_box strong{ font-weight:700}
.agree_box h4:not(:first-child){ font-weight:700; font-size:1.063em; color:#333; margin-top:2em}
.agree_box table{ border:1px solid #ddd; width:100%; font-size:.938em}
.agree_box table th,
.agree_box table td{ border:1px solid #ddd; padding:.5em; height:1em; vertical-align:middle}
.agree_box table th{ font-weight:500; background:#f5f5f5}
.agree_wrap .agree_box:not(:last-child){ border-radius:.5em .5em 0 0; border-bottom:none}
.agree_wrap .agree_check{ border-radius:0 0 .5em .5em; border:1px solid #ddd; border:1px solid #ddd; padding:1.5em}

.input_st .xi { margin:0 .5em; margin-top:-.188em } 
.input_st .xi.st2 { margin:0 .5em; margin-top:0em } 
.input_st .xi:first-child { margin-left:0 } 
.input_st .xi:last-child { margin-right:0 } 

.input_st.s1 { height:3.5em; padding:.5em 1.5em; font-size:1.125em; font-weight:500; font-weight:600 } 
.input_st.s2 { height:2em; padding:.375em .5em; font-size:.875em; line-height: 1; } 
.input_st.s2 .xi { font-size:1em } 

.input_st.c1 { background:#c60909; border-color:#c60909; color:#fff } 
.input_st.c1.re { background:#fff; border-color:#c60909; color:#c60909 } 
.input_st.c2 { background:#999; border-color:#999; color:#fff } 
.input_st.c2.re { background:#fff; border-color:#ccc; color:#888 } 
.input_st.c3 { background:#333; border-color:#333; color:#fff } 
.input_st.c3.re { background:#fff; border-color:#333; color:#333 } 
.input_st.c4 { background:#c60909; border-color:#c60909; color:#fff } 
.input_st.c4.re { background:#fff; border-color:#c60909; color:#c60909 } 
.input_st.c5 { background:#2E86FF; border-color:#2E86FF; color:#fff } 
.input_st.c6 { background:#FD1A1A; border-color:#FD1A1A; color:#fff } 

.input_st.w100 { width:100% } 
.input_st.w1 { width:14em; max-width:100% } 
.input_st.w2 { width:6.25em } 
.input_st.w3 { width:40em; max-width:100% } 
.input_st.w4 { width:12em } 
.input_st.w5 { width:8em } 


.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 } 

.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_wrap { display:flex; flex-wrap:wrap; align-items:center; gap:.25em } 

/**/
.w_no { width:4em } 
.w_cate { width:8em } 
.w_tit { width:auto } 
.w_name { width:6em } 
.w_date { width:8em } 
.w_date2 { width:12em } 
.w_hit { width:6em } 
.w_check { width:2em } 
.w_btn { width:6em } 
.w_state { width:6em } 

.w_prod { width:auto } 
.w_price { width:10em } 
.w_vol { width:8.5em } 
.w_order_num { width:12em } 
.w_star { width: 10em; } 
.w_img { width:8em; } 
.table_st.shop .w_btn { width: 8em; } 
.table_st.shop .w_btn2 { width: 4em; } 


.board_st.faq .w_btn { margin-right: 2em; } 

.w_form_tit { width:12em } 
.w_form { width:auto } 
.w_auto { width:auto } 

.ui-widget { font-size:.938em !important } 

.noimg { overflow:hidden; position:relative } 
.noimg:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; z-index:-1; background-:url(../images/inc/noimg.jpg) no-repeat center; background-size:contain } 
.noimg[style*=".png"]:before,
.noimg[style*=".jpg"]:before { background:none } 

.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:600; text-align:center } 
.tt_state.c1 { background:#c60909; color:#fff } 
.tt_state.c2 { background:#777; color:#fff } 

.tt_cate { display:inline-block; box-sizing:border-box; border:1px solid transparent; line-height:1; min-width:6em; padding:.25em; border-radius:.25em; font-size:.875em; font-weight:600; text-align:center; color:#fff } 
.tt_cate.c0 { background:#63F } 
.tt_cate.c1 { background: #036 } 
.tt_cate.c2 { background: #F06 } 
.tt_cate.c3 { background: #F60 } 
.tt_cate.c4 { background: #BB0 } 
.tt_cate.c5 { background: #06F } 
.tt_cate.c6 { background: #ff4c4c } 
.tt_cate.c7 { background: #090 } 
.tt_cate.c8 { background: #09C } 
.tt_cate.c9 { background: #C6C } 
.tt_cate.c10 { background: #c60909 } 
.tt_cate.c11 { background: #cc0052 } 
.tt_cate.c12 { background: #cc5200 } 
.tt_cate.c13 { background: #24c98e } 
.tt_cate.c14 { background: #0052cc } 
.tt_cate.c15 { background: #111 } 
.tt_cate.c16 { background: #ff0097 } 
.tt_cate.c17 { background: #535353 } 
.tt_cate.c18 { background: #09c68d } 
.tt_cate.c19 { background: #006b8f } 
.tt_cate.c20 { background: #a352a3 } 
.tt_cate.c21 { background: #5229cc } 
.tt_cate.c22 { background: #4d7094 } 
.tt_cate.c23 { background: #dd6b6b } 
.tt_cate.c24 { background: #a0c609 } 
.tt_cate.c25 { background: #079e71 } 

.cBest{ display:inline-block; min-width:6em; padding: .5em .8em; box-sizing:border-box; border-radius: 1em; background:#68E44C; font-size:.875em; font-weight:600; text-align:center; color:#047c00;  line-height:1;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); position: relative;}
.cBest .xi{ font-size:.9375em; color:#FBDA4E}
.cBest::after{ content: ''; width: calc(100% - 3px); height: calc(100% - 3px); border-radius: 1em; border:1px solid #FBDA4E; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}

.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:flex-end; gap:0 .5em } 
.tt_price .tn { font-size:1.188em; font-weight:800 } 
.tt_price .tw { font-size:.938em; margin-bottom:.125em } 

.tt_price .tn.s1 { font-size:.938em } 
.tt_price.c1 { color:#c60909 } 


.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 } 

.twrap_info { display:flex; flex-wrap:wrap; margin:.5em 0 } 
.twrap_info > li { margin-right:2em; padding-right:2em; font-size:.875em; color:#888; letter-spacing:0; position:relative } 
.twrap_info > li:last-child { padding-right:0; margin-right:0 } 
.twrap_info > li:not(:last-child):after { content:""; position:absolute; right:0; top:0; width:1px; height:100%; transform:scaleY(.7); background:#ddd } 
.twrap_info.st1 > li { padding-right:0 } 
.twrap_info.st1 > li:after { display:none } 
.twrap_info.st1 > li:last-child { margin-right:0 } 

.ps0125 { margin-top:.125em !important } 
.ps025 { margin-top:.25em !important } 
.ps05 { margin-top:.5em !important } 
.ps1 { margin-top:1.5em !important } 
.ps2 { margin-top:2em !important } 
.ps3 { margin-top:3em !important } 
.ps4 { margin-top:4em !important } 
.ps5 { margin-top:5em !important } 
.ps6 { margin: 0 2em !important } 
.ps { margin-top:4em !important } 

.page_sec_list > li:not(:first-child) { margin-top:3em } 

.board_tit { padding-bottom:.5em; border-bottom:2px solid #222 } 
.board_tit.mb { margin-bottom:-1px } 
.board_tit .t1 { font-weight:700; font-size:1.5875em } 
.board_tit .t2 { font-weight:700; font-size:1.125em } 
.board_tit .t3 { font-weight:700; font-size:1.25em } 

.ul_st > li { position:relative; padding-left:1em } 
.ul_st > li:not(:first-child) { margin-top:.5em } 
.ul_st > li:before { content:"-"; position:absolute; left:0; top:0 } 
.ul_st.ac > li:before { position:static; margin-right:.25em } 

.ol_st > li { list-style:decimal outside; margin-left:1.25em } 
.ol_st > li:not(:first-child) { margin-top:.5em } 

.imgCon { display:flex; } 
.imgCon .wrap_img { width:13em; margin-right:2em } 
.imgCon .wrap_img.w1 { width:10em } 
.imgCon .wrap_img.w2 { width:4em; margin-right:1.5em } 

.review_twrap { } 
.review_twrap .twrap { max-height:6em; line-height:1.5em; margin:1em 0; overflow:hidden; } 
.review_tit + .review_twrap .twrap { max-height:4.5em; } 
.review_twrap .more { font-size:.938em; color:#c60909; margin-bottom:1em } 
.review_twrap .more:before { content:"더보기" } 
.review_twrap .more:after { content:"\e941"; font-family:xeicon; margin-left:.5em; transition:.3s } 
.review_twrap.on .twrap { max-height:none } 
.review_twrap.on .more { position:static } 
.review_twrap.on .more:before { content:"접기" } 
.review_twrap.on .more:after { transform:rotate(180deg) } 

.flex_table { border-top:1px solid #111 } 
.flex_table > li .wrap_in { display:flex; align-items:center; gap:0 1em; border-bottom:1px solid #ddd } 
.flex_table > li .wrap_in .cell { flex:0 0 auto; padding:1em .5em; display:flex; flex-direction:column; gap:.25em 0; box-sizing:border-box } 
.flex_table > li .wrap_in .cell .tit { display:flex; align-items:center; gap:0 .5em } 
.flex_table > li .wrap_in .cell .tit .cutstr { width:auto } 
.flex_table > li .wrap_in .cell .tit .t1 { font-weight:700; font-size:1.063em } 
.flex_table > li .wrap_in .cell .tit .t2 { font-weight:500; font-size:.938em } 
.flex_table > li .wrap_in .cell .tit .xi.review:before, .xi.review:before { content:"\ea15" } 
.flex_table > li .wrap_in .cell .tit .hover:hover { text-decoration:underline } 
.flex_table > li .wrap_in .cell .info { display:flex; flex-wrap:wrap; gap:0 1.5em; align-items: flex-end; } 
.flex_table > li .wrap_in .cell .info > li { color:#999; font-size:.875em } 
/* .flex_table > li .wrap_in .cell .info > li:nth-of-type(4) {display: flex; align-items: flex-end; }  */
.flex_table > li .wrap_in .cell .info > li.point { color:#666; font-weight:600 } 
.flex_table > li .wrap_in .cell.c_img { width:6em } 
.flex_table > li .wrap_in .cell.c_img .img { border-radius:1em; overflow:hidden } 
.flex_table > li .wrap_in .cell.c_grow { flex:1 1 0%; min-width:0 } 

.flex_table > li .tr { justify-content:space-between } 
.flex_table > li .td { padding:.75em 2em; border-bottom: 1px solid #ddd; } 
.flex_table > li .td .imgCon { justify-content:space-around; text-align:center; } 
.flex_table > li .wCon { flex:1; } 
.flex_table > li .wVol { width:8.5em } 
.flex_table > li .wPrice { width:10em } 


.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; margin:-1em } 
.board_photo > li { width:33.33% } 
.board_photo > li .wrap_in { margin:1em; border:1px solid #eee } 
.board_photo > li .wrap_in .img_wrap { overflow:hidden } 
.board_photo > li .wrap_in .con_wrap { padding:1em; text-align:center; border-top:1px solid #eee } 
.board_photo > li .wrap_in .con_wrap .t1 { font-size:1.125em; font-weight:500 } 
.board_photo > li .wrap_in .con_wrap .date { color:#666; margin:.75em 0 } 
.board_photo > li .wrap_in .etc_wrap { padding:.25em 1em } 
.board_photo.partner > li { width:25% } 
.board_photo.partner > li .wrap_in .img_wrap .resize { padding-bottom:40% } 
.board_photo.partner > li .wrap_in .con_wrap .tit { } 
.board_photo.partner > li .wrap_in:hover { border-color:transparent; box-shadow:0 0 1em rgba(0,0,0,.1) } 
.board_photo.partner > li .wrap_in:hover .con_wrap { background:#c60909; color:#fff } 

.board_masonry { margin:-1em 0 0 -3em } 
.board_masonry > li { width:33.33% } 
.board_masonry > li .wrap_in { display:block; margin:1em 0 0 3em; padding:1.5em 2em; border-radius:.5em; box-shadow:0 0 .5em rgba(0,0,0,.1) } 
.board_masonry.m1 { margin:-2.5em 0 0 -2.5em } 
.board_masonry.m1 > li .wrap_in { margin:2.5em 0 0 2.5em } 

/**/
.board_search_wrap { overflow:hidden; margin-bottom:2em; padding-left:1px; } 
.board_search_wrap .left { float:left } 
.board_search_wrap .left button { width:8em; padding:0 .5em } 
.board_search_wrap .right { float:right } 
.board_search_wrap .right + * { clear:right; } 
.board_search_wrap button { padding:0 1.5em; margin-left:-1px } 
.board_search_wrap .input_st.s3 { width:auto; padding:0 1em; } 
.board_search_wrap .input_st[type=text] { width:18em; } 
.board_search_wrap .search_cate { padding:1.5em 0; } 
.board_search_wrap .search_cate button { flex:1; position:relative; z-index:1; } 
.board_search_wrap .search_cate button.on { z-index:2; } 
.board_search_wrap .search_cate.left { padding:0 0; } 
.board_search_wrap .search_cate.left button { flex:1 0 8em; } 


/**/
.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 } 


.table_st.shop .total_wrap { text-align:right; padding-right:2.5em!important; font-size:.938em; position:relative } 
.table_st.shop .total_wrap:before,
.table_st.shop .total_wrap:after { content:""; position:absolute; left:0; top:0; width:100%; height:1px; background:#111 } 
.table_st.shop .total_wrap:after { top:auto; bottom:-1px; background:#ddd } 
.table_st.shop .total_wrap .icon { padding:0 1em; color:#111; font-size:1.75em; margin-top:-.1em } 

.secession .board_btn_wrap,
.modify .board_btn_wrap { text-align: center; margin-top: 1em; } 
.secession .board_btn_wrap .input_st.c1,
.modify .board_btn_wrap .input_st.c1 { margin: 0 0.2em; } 

.form_wrap .form_st > li > a { display:none; } 
.form_wrap .form_st > .board_aTit { display:none; } 

.wrap_list .clone_more { display: block; text-align: center; margin: auto; background: #c60909; width: 4em; padding: 0.6em 0.5em; border-radius: 0.3em; color: #fff; font-weight: 700; transition: .2s; } 
.wrap_list .clone_more:hover { background: #222; transition: .2s; } 
.comment_area .name { font-size: 1.1em; } 
.board_view_comment .wrap_inp { margin: 1em 0 1em 0; } 

/**/
@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% } 
.dp2_order .input_st.w1 { width:10em; } 

}
@media screen and (max-width:460px) {
.dp2_order .input_st.w2 {width: 4.25em;}
.dp2_order .input_st.w1 {width: 7.5em;}
}
@media screen and (max-width:410px) {
.board_viewT .info > li {font-size: .85em;}
}
@media screen and (max-width:390px) {
.w_form_tit {width: 6.5em;}

}

