@charset "utf-8";
/* CSS Document */

/*BOARD*/
.board_btn_wrap{ margin-top:3em; text-align:center;}
.board_btn_wrap.st1{margin-top: 1em;}
.board_btn_wrap.al{text-align: left;}

.board_st{ }

.board_st th,
.board_st td{ height:2.25em; padding:.75em 1em; border-bottom:1px solid #ddd}
.board_st th{ color:#111;}
.board_st td{ color:#111;}
.board_st ~ div.no_con{ border-top:none;}

.board_st td.borderNo{border-bottom: none;}

.board_st.list.tit th{ border-top:1px solid #ddd; border-bottom:1px solid #ddd; text-align: center;}
.board_st.list.tit td{ border-top:1px solid #ddd; }
.board_st.list td{ text-align:center;}
.board_st.list td.w_name{word-break: break-all;}
.board_st.list td.w_tit{ text-align:left;}
.board_st.list td.w_tit > a{ display:inline-block; *display:inline; zoom:1; max-width:calc(100% - 4.5em); text-overflow:ellipsis; white-space:nowrap; overflow:hidden; line-height:1.4;}
.board_st.list td.w_tit > .bd_tit{ display:inline-block; color:#111; line-height:1.4;}

.board_st.list a:hover,
.board_st.view a:hover{ text-decoration:underline;}

.board_st.list a.downBtn:hover{text-decoration: none;}

.board_st.list.notice td{}
.board_st.list .reply td{}

.board_st.write{ border-top:1px solid #111}
.board_st.write th{ text-align:left;}
.board_st.write th.bg1{background: #f5f5f5}

/**/
.board_st.st1{border-top: 1px solid #111;}
.board_st.st1 th,
.board_st.st1 td{height: 3.5em; padding: 1em .5em;}

.board_st.st2{ border-top: 2px solid #333}
.board_st.st2 th{background: #f5f7f8; height: inherit; padding: 1em}
.board_st.st2 th div{}
.board_st.st2 th .tt{font-size: .938em; font-weight: 600; color: #666}
.board_st.st2 td div{}
.board_st.st2 td .tt{font-size: .938em; color: #222;}
.board_st.st2 td .type_tt{font-size: .938em;}
.board_st.st2 td .in_layout{}
.board_st.st2 td .in_layout .img_wrap{width: 5em;}
.board_st.st2 td .in_layout .img_wrap .in_img{border-radius: .75em; overflow: hidden; padding-bottom: 66.66%; margin: 0 auto;}
.board_st.st2 td .in_layout .info_wrap{}
.board_st.st2 td .in_layout .info_wrap .t1{font-size: .938em;}
.board_st.st2 td .file_list{margin: 0 0 -.75em -.75em }
.board_st.st2 td .file_list li{}
.board_st.st2 td .file_list li .in_li{margin: 0 0 .75em .75em; display: block;}
.board_st.st2 td .file_list li .in_li .file_name{}
.board_st.st2 td .file_list li .in_li .file_name .xi{font-size: 1em;}
.board_st.st2 td .file_list li .in_li .file_name .tt{font-size: .875em;}
.board_st.st2 td .file_list li .in_li:hover{text-decoration: none;}
.board_st.st2 td .file_list li .in_li .file_name:hover .tt{color: #fff}
.bt_file{box-sizing:border-box; border-radius:.25em !important; padding: .688em; border: 1px solid #eee; background: #eee; color: #111;}
.bt_file:hover{background: #f57d20; color: #fff; transition: .2s; border: 1px solid #f57d20}

.board_info{ display:flex; flex-wrap:wrap; min-width:0; color:#666;}
.board_info > li{ display:flex; align-content:center; align-items:center; padding-right:3em; position:relative; box-sizing:border-box;}
.board_info > li:before{ content:""; position:absolute; right:1.5em; top:15%; width:1px; height:70%; background:#ccc;}
.board_info > li:last-child{ padding-right:0;}
.board_info > li:last-child:before{ display:none;}
.board_info > li .xi{ margin-right:.3em;}
.board_info > li .xi:before{ color:#72727d;}
.board_info > li .tt + .input_st{ margin-left:1.5em;}
.board_info > li .tt {font-size: .875em;}
.board_info.flex.col > li{ padding:.375em 0;}
.board_info.flex.col > li:before{ display:none;}

.board_file{ font-size:.938em; line-height:1.2;}
.board_file > li{ padding:.125em 0;}
.board_file a{ position:relative; display:inline-block; padding-left:1.5em; word-break:break-all; word-wrap:break-word;}
.board_file a .xi{ position:absolute; top:-.063em; left:0;}
.board_file a,
.board_file a .xi:before{ color:#666;}
.board_file a:hover{ text-decoration:underline;}
span.board_file,
strong.board_file{ display:inline-block;}

.board_view_top{ border-bottom:1px solid #eee; margin-top: 2em;}
.board_view_top .tit{ padding:1em; border-top:1px solid #ccc; font-size:1.250em; font-weight: 500; line-height: 1.5; color: #111; text-align: center; font-size: 1.875em; padding: 1em .5em .5em .5em}
.board_view_top .tit.st1{color: #ccc}
.board_view_top .tit:last-child{ border-bottom:1px solid #333;}
.board_view_top .board_info{ padding:0 1em 1.5em 1em;}
.board_view_top .board_file{ font-size:.938em; padding:.75em 1.25em; border-top: 1px dashed #ccc}
.board_view_top + .board_view_middle{ padding:2em 1em 10em 1em}
.board_view_middle{ box-sizing:border-box; color:#111; line-height:1.6;}
.board_view_middle *{ box-sizing:border-box; max-width:100% !important; vertical-align:baseline;}
.board_view_middle:after{ content:""; display:block; clear:both;}
.board_view_middle b{ font-weight:700;}
.board_view_middle img{ height:auto !important; /*width: 600px !important; margin: 0 auto; width: 70em*/}
.board_view_middle .videoCon{ margin-bottom:2em;}
.board_view_middle #viewIframe{ width:100%; height:100%;}
.board_view_middle .in_btn{ margin-top:3em; text-align:center;}
.board_view_bottom{ border-top:1px solid #666;}
.board_view_bottom .board_st a{ display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.board_view_middle google-sheets-html-origin table td *{ max-width:none !important;}

.st1.board_view_top .tit{font-size: 2em; padding: .75em 0; font-weight: 700}
.st1.board_view_top .board_info{ padding:0 1em 1.5em 0;}

.total{ display:flex; align-items:center; justify-content:space-between}
.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}
.total .ico:before{content:"\e91c"; color: #111;}
.total .t1{color: #111;}
.total .t2{ font-weight:700; font-size:1.125em; color:#111; margin-left:.25em}
.total.st1{justify-content: inherit;}

.board_search{ display:flex; align-items:center; justify-content:space-between; margin-bottom:1em}
.board_search.mg0st{margin-bottom: 0}
.board_search .search{ display:flex; align-items:center; gap:0 .25em}
.board_search .grow{ flex:1 1 0%; min-width:0; display:flex}
.board_search .grow.ac{ justify-content:center}
.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_search .search .inp .input_st{ width:100%}
.board_search .search .inp.w1{ flex:1 1 0%; min-width:0; max-width:30em}
.board_search .search .inp.w2{ width:10em}
.board_search.bg1{ background:#f5f5f5; padding:1.5em}
.board_search.bg2{ background:#0060ae; padding:.5em}
.board_search .input_st.white{background: #232a34; color: #111; border: 1px solid #232a34;}
.board_search .input_st.white option{color: #111 !important; color: #111 !important;}
.input_st.white option{color: #111 !important;}

.board_view_top.noticeV_st .tit{border-top: none; text-align: center; padding: 0 0 1em 0}
.board_view_middle.noticeV_st{border-bottom: 1px solid #ddd;}
.board_view_top .board_info.noticeV_st{justify-content: center;}

.board_search.st2 .search{flex-direction: column;}
.board_search .search .search_tx{color: #fff; font-size: .813em; font-weight: 400; display: block; padding-bottom: .5em; color: rgba(255,255,255,.8)}

/**/
.BSbtn{ cursor:pointer;}
.BScon{ display:none;}
.board_st.faq{ border-top:1px solid #111}
.board_st.faq .list .BScon{ padding:1.5em 1em;}
.board_st.faq .list > li{border-bottom: 1px solid #ddd; line-height: 1.8;}
.board_st.faq .list > li.BStit .con{padding: 1em 0;}
.board_st.faq .list > li.BScon .con{padding: 1em 0; align-items: center;}
.board_st.faq .list > li .con .w_tit{ flex:1; padding:1.5em 1em; text-align:left;}
.board_st.faq .list > li .con .w_faq{ width: 4em; text-align: center;}
.board_st.faq .list > li .con .faqQ{ font-size: 1.188em; font-weight: 600; line-height: 1.5;}
.board_st.faq .list > li .con .faqA{ font-size:1.063em; color: #333;}
.board_st.faq .list > li .con .faqA *{ box-sizing:border-box; max-width:100% !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{ }
.board_st.faq .list > li .con .faq_tit.c2{ color: #f57d20;}
.board_st.faq .list > li .con .board_more .xi{ font-size:1.500em; color:#111; transform:rotate(0); transition:.2s;}
.board_st.faq .list > li .con .board_more .xi:before{ content:"\e941"}
.board_st.faq .list > li.on .con .faqQ{}
.board_st.faq .list > li.on .con .board_more .xi{ transform:rotate(-180deg);}

.total_wrap{ margin-bottom:1em; color:#111; 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:#111; font-weight:700;}

/**/
.label_st.mg{ margin:.125em 1.5em .125em 0;}
.label_st.mg:last-child{ margin-right:0;}

.label_st{ display:inline-flex; align-content:flex-start; align-items:flex-start; position:relative;}
.label_st,
.label_st > *{ min-width:0; box-sizing:border-box;}
.label_st > *{ cursor:pointer;}
.label_st .xi{ font-size:1.250em; line-height:1;}
.label_st .xi:before{ font-family:xeicon !important; font-style:normal;}
.label_st input ~ .xi ~ span{ flex:1; padding-left:.5em; padding-top:.063em;}
.label_st input ~ .xi ~ span,
.label_st input ~ .xi:before{ color:#111;}
.label_st input:checked ~ .xi ~ span,
.label_st input:checked ~ .xi:before{ color:#111;}
.label_st input[type=checkbox] ~ .xi:before{ content:"\ea0e";}
.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]{ position:absolute; width:0; height:0; overflow:hidden; opacity:0;}
.label_st input[disabled=disabled] ~ *,
.label_st input[disabled=disabled] ~ .xi:before{ color:#434343;}
.label_st input[disabled=disabled] ~ *{ cursor:default; opacity:.8;}
.label_st.st1 input ~ .xi ~ span{ flex:1; padding-left:.5em; padding-top:.063em;}
.label_st.st1 input ~ .xi ~ span,
.label_st.st1 input ~ .xi:before{ color:#777;}

.label_select{ position:relative; display:inline-block; *display:inline; zoom:1; background:#fff; box-sizing:border-box;}
.label_select:after{ content:"\e941"; font-family:xeicon !important; position:absolute; z-index:0; right:.75em; top:50%; margin-top:-.438em; line-height:1;}
.label_select select{ position:relative; z-index:1; padding-right:2.25em !important; background:none; width:100%; box-sizing:border-box; appearance:none; -webkit-appearance:none;}
.label_select select::-ms-expand{ display:none;}

.label_file{ position:relative; display:inline-block; *display:inline; zoom:1; box-sizing:border-box; padding-right:6.25em;}
.label_file .file{ position:absolute; z-index:50; top:0; left:0; width:100%; height:100%; cursor:pointer; opacity:0;}
.label_file .inp { width:100%;}
.label_file .btn { position:absolute; top:0; right:0; bottom:0; width:6em; background-color:#ccc; border:1px solid #ccc; color:#111; transition:.2s;}
.label_file:hover .inp{ border-color:#0f2945;}
.label_file:hover .btn{ background-color:#0f2945; border-color:#0f2945; color:#111;}

.input_st{ box-sizing:border-box; display:inline-block; vertical-align:middle; border-radius:.25em !important; height: 3.25em; padding: .5em .75em; border: 1px solid #ddd; background: none; line-height: 2.250em; color: #111;}
input[type=file].input_st{ background:none; border:none; padding:0;}
textarea.input_st{ padding:1em; width:100%; height:10em; line-height:1.4;}
textarea.input_st.h1{ height:5em;}

input[type=text].input_st:focus,
input[type=password].input_st:focus,
input[type=tel].input_st:focus{color:#111;}

a.input_st{ text-align:center;}
a.input_st:hover{ text-decoration:none;}

.input_st[disabled=disabled]{ cursor:default; opacity:.5;}
.input_st[disabled=disabled]:not([type=button]):not([type=submit]):not(button){ background:#f5f5f5; border-color:#ddd !important; color:#666; opacity:1;}

.input_st > .xi,
.input_st > .tt{ vertical-align:top; padding:0 .25em; line-height:inherit;}
.input_st > .tt{font-size: .938em;}
.input_st > .xi{ font-size:.938em;}
.input_st > .xi:before{ font-size:.938em;}

.input_st.pd0st > .xi,
.input_st.pd0st > .tt{padding: 0;}

.input_st.pd1st > .xi,
.input_st.pd1st > .tt{padding: .15em;}

.input_st.s1{ height:3.5em; line-height:2.375em; padding:.5em .75em; min-width:9em; font-size:1.063em; font-weight:500;}
.input_st.s2{ height:2.5em; line-height:1.375em; padding:.5em .75em; min-width:inherit !important;}
.input_st.s3{ height:auto; line-height:1.2; min-width:inherit !important; font-size:.875em;}

.input_st.round{ border-radius:10em;}

.input_st.lineBg{border: 1px solid #eee;}

.input_st.c1   { background:#093291; border-color:#093291; color:#ffffff !important;}/*파랑*/
.input_st.c1.re{ background:#ffffff; border-color:#093291; color:#093291 !important;}
.input_st.c2   { background:#6cb7cc; border-color:#6cb7cc; color:#ffffff !important;}/*하늘색*/
.input_st.c2.re{ background:#ffffff; border-color:#6cb7cc; color:#6cb7cc !important;}
.input_st.c3   { background:#b0822c; border-color:#b0822c; color:#ffffff !important;}/*황색*/
.input_st.c3.re{ background:#ffffff; border-color:#b0822c; color:#b0822c !important;}
.input_st.c4   { background:#a3d063; border-color:#a3d063; color:#ffffff !important;}/*연두*/
.input_st.c4.re{ background:#ffffff; border-color:#a3d063; color:#a3d063 !important;}
.input_st.c5   { background:#dc232d; border-color:#dc232d; color:#ffffff !important;}/*빨강*/
.input_st.c5.re{ background:#ffffff; border-color:#dc232d; color:#dc232d !important;}
.input_st.c6   { background:#f57d20; border-color:#f57d20; color:#ffffff !important;}/*오렌지*/
.input_st.c6.re{ background:#ffffff; border-color:#f57d20; color:#f57d20 !important;}
.input_st.c7   { background:#ed1c24; border-color:#ed1c24; color:#ffffff !important;}/*진한회색*/
.input_st.c7.re{ background:#ffffff; border-color:#ed1c24; color:#ed1c24 !important;}
.input_st.c8   { background:#0d121b; border-color:#0d121b; color:#ffffff !important;}/*더 진한회색*/
.input_st.c8.re{ background:#ffffff; border-color:#0d121b; color:#0d121b !important;}
.input_st.c9   { background:#999999; border-color:#999999; color:#ffffff !important;}/*흐린회색*/
.input_st.c9.re{ background:#f5f5f5; border-color:#cccccc; color:#444444 !important;}
.input_st.c10   { background:#2d3951 !important; border-color:#2d3951 !important; color:#fff !important;}/*흐린회색*/
.input_st.c10.re{ background:#2d3951; border-color:#2d3951; color:#fff !important;}
.input_st.c11   { background:#eee !important; border-color:#eee !important; color:#fff !important;}
.input_st.c11.re{ background:#fff !important; border-color:#888 !important; color:#333 !important;}

.input_st.w1{ width:13.375em;}
.input_st.w2{ width:8.375em;}
.input_st.w3{ width:28.375em;}
.input_st.w4{ width:18.438em;}
.input_st.w5{ width:10em;}

.answer_input{max-width:8em!important; min-width: 8em !important; width: 8em !important}


.w5 { width:5% !important;}
.w10 { width:10% !important;}
.w15 { width:15% !important;}
.w30 { width:30% !important;}
.w40 { width:40% !important;}
.w45 { width:45% !important;}
.w50 { width:50% !important;}
.w60 { width:60% !important;}
.w70 { width:70% !important;}
.w80 { width:80% !important;}
.w85 { width:85% !important;}
.w90 { width:90% !important;}
.w100{ width:100% !important;}

.w_no{ width:4em}
.w_no2{ width:7em}
.w_cate{ width:8em}
.w_tit{ width:auto}
.w_name{ width:12em}
.w_name2{ width: 14em;}
.w_date{ width:8em}
.w_date2{ width:10em}
.w_hit{ width:6em}
.w_check{ width:3em}
.w_btn{ width:13em}
.w_state{ width:9em}
.w_type{width: 10em;}
.w_suggestion{width: 6em;}
.w_bpm{width: 8em;}
.w_version{width: 10em;}
.w_source{width: 13em;}
.w_stepName{width: 17em;}
.w_people{width: 3em; width: 7em;}
.w_stepPoint{width: 5em;}
.w_like{width: 4em;}
.w_upload{width: 5em;}
.w_download{width: 16em;}
.w_comment{width: 3em;}
.w_ucstit{width: 7em;}
.w_slot{width: 14em;}
.w_contest_ti{width: 12em;}
.w_contestPoint{width: 6em;}
.w_play{width: 5em;}
.w_developscore{width: 6em;}
.w_step{width: 9em;}
.w_player{width: 6em;}
.w_level{width: 9em;}
.w_pp{width: 6em}
.wd15{width: 15em}
.w_form_tit{ width:12em}
.w_form_tit2{ width:30em}
.w_form{ width:auto}
.w_auto{ width:auto}
.w_tag{width: 8em;}
.w_country{width: 7em;}
.w_view{width: 7em;}

.w_sendperson{width: 8em;}
.w_sendtime{width: 15em;}
.w_readtime{width: 15em;}

.input_sec{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; text-align:center; width:1.25em;}
.flex .input_sec{ width:1.688em;}
.input_row{ display:block; padding:.25em 0;}

.input_tt{ margin:0 .375em;}
div.input_tt,
p.input_tt{ display:block; margin:.375em 0;}
p.input_tt.mgRst{margin-right: .313em;}

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:#888}
.input_st::-moz-placeholder         { color:#888}
.input_st:-moz-placeholder          { color:#888}
.input_st:-ms-input-placeholder     { color:#888}

/*input group*****/
.group_file{ display:flex; flex-wrap:wrap; align-content:center; align-items:center;}
.group_file .label_file{ flex:1;}
.group_file .label_file ~ button{ margin-left:.25em;}
.group_file .input_row{ width:100%;}

.group_btn.flex .input_st{ flex:1;}
.group_btn .input_st{ margin-left:.25em;}
.group_btn .input_st:first-child{ margin-left:0;}

/**/
*[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:#111; font-size: .813em;}
.xi.bd_notice:before{ content:"\ea5b"; color:#ed1c24;}
.xi.bd_reply:before { content:"\e9fa"; color:#666; display:inline-block; transform:rotateX(180deg);}
.xi.bd_sub:before   { content:"\e981"; color:#06aba1; 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_tel:before   { content:"\e9d3";}
.xi.bd_fax:before   { content:"\e9bc";}
.xi.bd_email:before   { content:"\ea07";}
.xi.bd_location:before{ content:"\eb59";}
.xi.bd_comment:before{ content:"\e9d8";}

a[class^="xi bd_"]:hover{ text-decoration:none !important;}
a[class^="xi bd_"]:hover:before{ color:#433a74;}

/**/
.board_paging{ text-align:center; margin-top:5em; font-size:.813em;}
.board_paging a{display: inline-block;}
.board_paging button,
.board_paging a{ vertical-align:top; min-width:3em; height:3em; line-height: 3em; background:none; border:none; color:#888; font-weight:500; font-size: 1.188em;}
.board_paging button:hover,
.board_paging a:hover,
.board_paging button.on,
.board_paging a.on{color: #111; border-bottom: 1px solid #111}
.board_paging button.icon,
.board_paging a.icon{ background:none;}
.board_paging button.icon:hover,
.board_paging a.icon:hover{ background:none border-color:none;}
.board_paging button:hover{ text-decoration: underline;}
.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,
.pop .board_paging a{ min-width:2.5em; height:2.5em;}

/**/
.board_comm_tit{ margin-top:60px; font-size:.875em; color:#666;}
.board_comm_tit .c1{ color:#ff3347;}
.comment_area{ margin-top:15px; /*border:1px solid #eee;*/}
.comment_area .inner{ padding:20px; background:#f5f5f5; background: #fff}
.comment_area .comment_tit{ margin-bottom:15px; overflow:hidden;}
.comment_area .comment_tit .tit{ float:left;}
.comment_area .comment_tit .num{ float:right;}
.comment_area .comment_tit .tit > span{ padding-right:10px; color:#666; vertical-align:middle;}
.comment_area .comment_tit .tit .t1{ font-size:.875em; color:#000;}
.comment_area .comment_tit .tit .t2{ font-size:.813em;}
.comment_area .comment_tit .num{ float:right; font-size:.813em; color:#222;}
.comment_area .comment_tit .num .max{ color:#ff3347;}
.comment_area .comm_info{ margin-bottom:5px;}
.comment_area .comm_info .input_st{ font-size:0.875em;}
.comment_area .comment{ position:relative; padding-right:120px}
.comment_area .comment .comment_txt{ width:100%; height:80px; padding:10px 10px; font-size:.875em; background:#fff; overflow: hidden; line-height: inherit; height: auto; word-break: break-all;}
.comment_area .comment .comment_btn{ position:absolute; top:0; right:0; width:100px; height:100%; text-align:center; font-size:.938em; color:#fff; background:#444; border-radius:3px; border:0;}
.comment_area .comment_top{ padding:10px 20px 8px 20px; /*border-bottom:1px solid #eee;*/ overflow:hidden; background:#f8f8f8; }
.comment_area .left_area{ float:left; text-align:left;}
.comment_area .left_area > dt,
.comment_area .left_area > dd{ display:inline-block; *display:inline; zoom:1; vertical-align:middle;}
.comment_area .name{ font-size:.875em; color:#000;}
.comment_area .date{ font-size:0.813em; color:#888; margin-left:10px;}
.comment_area .comm_txt{ font-size:.938em; color:#333; line-height:1.6; margin-top: 1em; word-break: break-all;}
.comment_area .comment_edit{ float:right; 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:18px 24px 18px 24px; overflow:hidden; background: #fff}
.comment_area .comment_bottom .re_comm{ margin-top:20px; padding:15px 15px 0 0; border-top:1px dashed #ccc;}
.comment_area .comment_bottom .re_comm > dt,
.comment_area .comment_bottom .re_comm > dd{ padding-left:30px;}
.comment_area .comment_bottom .re_comm > dt{ margin-bottom:8px; position:relative;}
.comment_area .comment_bottom .re_comm > dt:before{ content:"\e97e"; font-family:xeicon; font-size:1.625em; color:#aaa; position:absolute; top:-2px; 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:#fff; background:#888; border:none; border-radius:3px; padding:0.3em 0.8em;}
.comment_area.mg05{margin-top: .5em;}

/**/
.nocon{ display:flex; justify-content:center; align-items:center; flex-direction:column; border:1px solid #ddd; width:100% !important; height:20em; color:#666; font-weight:500; margin-top:-1px; box-sizing:border-box;}
.nocon .xi{ font-size:2em; color:#ddd; font-weight:normal; margin-bottom:.5em}
.nocon .xi:not([class*=xi-]):before{ content:"\ea15"}
.nocon.st1{ border:none; height:10em}

/*loading_ani*/
.loading_ani_w {position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 9999;background: rgba(0,0,0,.8);width: 100%;height: 100%;color: #FFF;text-align: center;display: none;}
.loading_ani_w .inner { position: relative; width: 100%; height: 100%; }
.loading_ani_w .inner .loading_ani { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.loading_ani_w .inner .loading_ani .txt { font-size: 1.5em; font-weight: 500; margin-top: 10px; color: #fff4bc; }
.loading_ani_w .inner .loading_ani .xi { font-size: 3em; color: #f57d20; }
