@charset "utf-8";
/* 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; 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; 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}

.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.s1{ padding-bottom:66.6666%}
.resize.s2{ padding-bottom:100%}
.resize.s3{ padding-bottom:55%;}
.resize.s4{ padding-bottom:133.33%;}

.row1{ line-height:1.25em; height:1.25em; overflow:hidden}
.row2{ line-height:1.25em; height:2.5em; overflow:hidden}
.row3{ line-height:1.25em; height:3.75em; overflow:hidden}
.row2.max{ height:auto; max-height:2.5em}
.row3.max{ height:auto; max-height:3.75em}

.c_point{ color: #0361ae !important}
.c_point2{ color: #71e6ff !important}
.c_red{ color: #eb3b4b !important}
.c_black{ color:#000 !important}
.c_gray{ color:#999 !important}
.c_white{ color:#fff !important}

.bgfix{background-repeat:no-repeat; background-position:center center; background-size:cover;}

/*board*/

/*.board_st{ table-layout:fixed}
.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{ color:#111}
.board_st td{ color:#777}
.board_st a{ color:#111}
.board_st a:hover{ text-decoration:underline}

.board_st.list th{ border-top:1px solid #111; font-weight:500}
.board_st.list td{ text-align:center; padding:1em 1em}
.board_st.list td.w_tit{ text-align:left;}
.board_st.list td.w_tit > a{ display:inline-block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden}

.board_st.list.notice td{ background: #f0f8fb; color:#111}
.board_st.list.reply 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:1px solid #333}
.board_st.write th,
.board_st.write td{ height:3em; padding:.75em 2em}
.board_st.write th{ text-align:left}

.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_st.write caption{ text-align:left; font-size:1.375em; font-weight:500; color:#313232; padding-bottom:.5em}

.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:.938em}
.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:.875em}
.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 .xi{ margin:0 .2em 0 0; vertical-align: middle}
.board_view_middle{ padding:2em 2em 5em 2em; border-bottom:1px solid #aaa}
.board_view_bottom th .xi{ font-size:1em; margin-right:1em}
.board_view_bottom a:hover{ text-decoration:underline}

.no_con{ padding:5em 0 !important; color:#999 !important; border:1px solid #eee;  text-align:center}
.no_con:before{ content:"\e9d8"; font-family:xeicon!important; display:block; margin:0 auto .2em auto; font-size:5em; color:#ddd;}
.no_con.cart:before{ content:"\e9fb"}
td .no_con{ border:none}

.ess{ color:#0361ae; display:inline-block; width:1em; margin-top:-.5em; font-size:1em !important}
.xi.ess:before{content:"*"}
*/

.board_st .w_faq { width:4em;}
.board_st .w_more{ width:4em;}
.board_st .w_btn{ width:9em;}
.board_st.faq{ border-top:1px solid #ffda00}
.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:#ffda00}*/
.board_st.faq .BStit{ cursor:pointer}
/*.board_st.faq .BStit .w_tit{ white-space: normal; overflow: visible; color:#666; font-weight:500; font-size:1.063em}*/
.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:#ffda00}
.board_st.faq .BScon td{ padding-top:2em; padding-bottom:2em}
.board_st.faq .board_more{ display:inline-block; color:#111; width:2.25em; line-height:2.25em !important; border:1px solid #ddd; border-radius:100%; text-align:center; transition:.3s}
.board_st.faq .board_more .xi:before{content:"\e943"}
.board_st.faq .on .board_more{ transform:rotate(180deg); background:#70caf3; color:#fff; border-color:transparent; color:#fff}

/*input group*****/
.group_file{ display:flex; flex-wrap:wrap; align-content:center; align-items:center;}
.group_file .label_file{ flex:1;}
.group_file .removeF{ margin-left:.25em;}
.group_file .input_row{ width:100%;}

.group_inpBtn.flex .input_st[type=text],
.group_inpBtn.flex .input_st[type=password]{ flex:1;}
.group_inpBtn.flex .input_st[type=submit],
.group_inpBtn.flex .input_st[type=button],
.group_inpBtn.flex button.input_st{ margin-left:.25em;}

.group_btn .input_st{ margin-left:.25em;}
.group_btn .input_st:first-child{ margin-left:0;}

.ess{ color:#f4253e; display:inline-block; width:1em; margin-top:-4px; font-size:1.25em !important; font-family:'xeicon';}
.xi.ess:before{content:'\e928';}

/*BOARD*/
.board_st{ font-size:.938em;}

.board_st th,
.board_st td{ height:2.5em; padding:.75em .5em; border-bottom:1px solid #ddd;}
.board_st th{ color:#222;}
.board_st td{ color:#666;}
.board_st ~ div.no_con{ border-top:none;}

.board_st.list.tit th{ border-top:2px solid #333; border-bottom:1px solid #666;}
.board_st.list td{ text-align:center;}
.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 a:hover,
.board_st.view a:hover{ text-decoration:underline;}

.board_st.list.notice td{ background:#f2f8f8;}
.board_st.list .reply td{ background:#f7f7f7;}

.board_st.write{ border-top:2px solid #333;}
.board_st.write th{ padding-left:1.5em; text-align:left;}

.board_info{ display:flex; flex-wrap:wrap; min-width:0; color:#72727d; *zoom:1;}
.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_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:#333;}
.board_file a:hover{ text-decoration:underline;}
span.board_file,
strong.board_file{ display:inline-block;}

.board_view_top .tit{ padding:1em; border-top:2px solid #333; font-size:1.375em;}
.board_view_top .board_info{ padding:0 1em 1.5em 1em;}
.board_view_top .board_file{ font-size:.938em; padding:.75em 1.25em; background:#ebeff5; border:dashed #ddd; border-width:1px 0;}
.board_view_middle{ padding:3em 1em;}
.board_view_middle *{ box-sizing:border-box; max-width:100% !important;}
.board_view_middle img{ width:auto !important; height:auto !important;}
.board_view_middle .videoCon{ margin-bottom:2em;}
.board_view_middle #viewIframe{ width:100%; height:100%;}
.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_st.gallery{ padding:2em 0; border-top:2px solid #333;}
.board_st.gallery .list{ margin:0 0 -3.75em -3.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 3.75em 3.75em; box-shadow:3px 3px .625em rgba(0,0,0,.1); color:#111;}
.board_st.gallery .list > li .in .img{ overflow:hidden;}
.board_st.gallery .list > li .in .con{ padding:1.5em 1em 2em 1em;}
.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; padding-right:1.625em;}
.board_st.gallery .list > li .in .con .board_info > li:before{ right:.75em;}
.board_st.gallery .list > li .in .thumb{ transform:scale(1); transition:.4s;}
.board_st.gallery .list > li .in:hover .thumb:not(.pic){ transform:scale(1.1);}
.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_st.faq .list{ border-top:2px solid #333;}
.board_st.faq .list .th,
.board_st.faq .list .td{ padding:1.5em .5em; text-align:center;}
.board_st.faq .list .th{ font-weight:500;}
.board_st.faq .list .td{ border-bottom:1px solid #d4d5d8; color:#343b4d; line-height:1.4em;}
.board_st.faq .list.con .BStit .td{ padding-top:1em; padding-bottom:1em;}
.board_st.faq .list.con .BScon .td{ border-color:#343b4d;}
.board_st.faq .list.con .BScon .w_faq{ vertical-align:top;}
.board_st.faq .list.con .w_tit{ text-align:left; color:#111;}
.board_st.faq .list.con .faqQ{ display:inline-block;}
.board_st.faq .list.con .faqQ:hover{ color:#000; text-decoration:underline;}
.board_st.faq .list.con .faqA *{ box-sizing:border-box; max-width:100% !important;}
.board_st.faq .list.con .faqA img{ width:auto; height:auto;}
.board_st.faq .faq_tit{ display:inline-block; width:1.75em; line-height:1.75em; border-radius:100%; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:1.500em; color:#fff;}
/*.board_st.faq .faq_tit.c1{ background:#384ea2;}
.board_st.faq .faq_tit.c2{ background:#d82744;}*/
.board_st.faq .BStit:hover,
.board_st.faq .BStit.on{ background:#f2f5f6; transition:.2s;}
.board_st.faq .BStit.on .td{ border-bottom-width:3px;}

.board_st.faq{ border-top:2px solid #333; font-size:.938rem;}
.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:#3e55a7}
.board_st.faq .faq_tit.c2{ color:#e14840}
.board_st.faq .w_btn{ text-align:right;}
.board_st.faq .BStit.on{ background:#f5f5f5;}

/**/
.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.xi{}
.board_icon.xi:before{}
.board_icon.new .xi:before{content:"\e9a9"; color:#0361ae}
.board_icon.notice .xi:before{ content:"\ea5b"; color:#111}
.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:before{ content:"\e964"; color:#aaa; font-size:.938em; padding-left:.25em}
.board_icon.review .xi:before{ content:"\e9d7"; color:#003399}

/**/
.board_search_wrap{ font-size:.938em; margin:1em 0; display:flex; align-items:center}
.board_search_wrap .left{}
.board_search_wrap .right{ margin-left:auto; display:flex}
.board_search_wrap .right .input_st[type=text]{ flex:1 1 auto; width:14em; margin:0 .125em}
.board_search_wrap button{ padding:0 1.5em}
.board_search_wrap .total .icon{ width:2.5em; line-height:2.5em; height:2.5em; vertical-align:middle; text-align:center; border-radius:50%; box-shadow:0 0 3px 1px rgba(0,0,0,.2); margin-right:.75em; color:#333}
.board_search_wrap .total .icon:before{ font-size:1.25em}
.board_search_wrap .total .icon:not(.icoR):before{ content:"\f0c9"}
.board_search_wrap .total .icon.mem:before{ content: '\e80a'}
.board_search_wrap .total .icon ~ i{ transform:translateY(.125em)}
.board_search_wrap .total .t1{ color:#666; font-size:.875em}
.board_search_wrap .total .t2{ color:#333; font-weight:700; font-size:1.25em; margin-left:.5em}
.board_search_wrap .total .t3{ font-weight:700; font-size:1.25em; margin-right:.5em}

/**/
.board_paging{ text-align:center; margin-top:5em; font-size:.813em}
.board_paging button{ vertical-align:top; width:3em; height:3em; line-height:3em; border:1px solid #ddd; background:#fff; border-radius:.5em}
.board_paging button:hover,
.board_paging button.on{ background:#444; color:#fff; border-color:transparent}
.board_paging button.icon{ background:#f1f1f1; color:#666}
.board_paging button.icon:hover{ background:#aaa; color:#fff}
.board_paging .xi{ font-size:1em}
.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_gallery{ margin:-3em 0 0 -3em}
.board_gallery > li{ width:50%}
.board_gallery > li .in{ display:block; margin:3em 0 0 3em; position:relative; background:#fff; cursor:pointer; transition:.3s}
.board_gallery > li .in .img_wrap{ overflow:hidden; position:relative}
.board_gallery > li .in .img_wrap .img{ transition:.5s}
.board_gallery > li .in .info_wrap{ padding:1em .5em; text-align:center; transition:.3s; text-align:left}
.board_gallery > li .in .info_wrap .t1{ color:#111; font-size:1.25em; font-weight:500}
.board_gallery > li .in .info_wrap .t2{ color:#999; font-size:.875em}
.board_gallery > li .in .info_wrap .t3{ color:#666; font-size:.938em}
.board_gallery > li .in:hover{ border-color:#aaa}
.board_gallery > li .in:hover .img_wrap .img{ transform:scale(1.1)}
.board_gallery.equip{ margin:-2em 0 0 -2em}
.board_gallery.equip > li{ width:25%}
.board_gallery.equip > li .in{ border:1px solid #ddd; margin:2em 0 0 2em}
.board_gallery.equip > li .in:before{ content:""; position:absolute; width:100%; height:100%; z-index:-1; right:-.5em; bottom:-.5em; background:#000; opacity:.1}
.board_gallery.equip > li .in .img_wrap{}
.board_gallery.equip > li .in .info_wrap{ opacity:.8; border-top:1px solid #ddd; padding:1em; font-size:.875em}
.board_gallery.equip > li .in:hover .info_wrap{ opacity:1}
.board_gallery.equip > li .in:hover{ border-color:#ffda00}
.board_gallery.equip > li .in:hover:before{ background:#ffda00; opacity:1}

.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:#ffda00; 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}
.pop .board_btn_wrap{ margin-top:2em; font-size:.938em}

/**/
.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-block; *display:inline; zoom:1; cursor:pointer}
.label_st > *{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; cursor:pointer;}
.label_st:not(.cssbrowser) .xi:before{ font-family:xeicon!important; font-style:normal; padding-right:.125em}
.label_st:not(.cssbrowser) input ~ span,
.label_st:not(.cssbrowser) input ~ .xi:before{ color:#999}
.label_st:not(.cssbrowser) input:checked ~ span,
.label_st:not(.cssbrowser) input:checked ~ .xi:before{ color:#111}
.label_st:not(.cssbrowser) input[type=checkbox] ~ .xi:before{ content:"\e98f"}
.label_st:not(.cssbrowser) input[type=checkbox]:checked ~ .xi:before{ content:"\e92d"}
.label_st:not(.cssbrowser) input[type=radio] ~ .xi:before{ content:"\e9c6"}
.label_st:not(.cssbrowser) input[type=radio]:checked ~ .xi:before{ content:"\e9c7"}
.label_st:not(.cssbrowser) input[type=checkbox],
.label_st:not(.cssbrowser) input[type=radio]{ width:0; height:0; overflow:hidden;}

.label_st.c1:not(.cssbrowser) input ~ span,
.label_st.c1:not(.cssbrowser) input ~ .xi:before{ color:#0361ae}

.label_select{ position:relative; background:#fff; display:inline-block; *display:inline; zoom:1; border-radius:.5em}
.label_select select{ background:none; padding-right:3em; appearance:none;-webkit-appearance:none; position:relative; z-index:1}
.label_select select::-ms-expand{display:none;}
.label_select:after{ content:"\e936"; font-family:xeicon!important; position:absolute; z-index:0; right:.5em; top:50%; transform:translateY(-50%); font-size:1.125em; text-align:center; color:#666}

.label_search{ position:relative}
.label_search .input_st{ padding-right:3em}
.label_search .btn{ position:absolute; right:0; top:0; width:3em; height:100%; border:none; background:none; color:#333}
.label_search .btn:hover{ color:#0361ae}

.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}
input[type=file].input_st{ background:none; border:none; padding:0}
textarea.input_st{ padding:1em; width:100%; height:7em; line-height:1.2}
textarea.input_st.h1{ height:15em}

.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:#8f8f8f; border:1px solid #787878; color:#fff; transition:.2s;}
.label_file:hover .inp{ border-color:#0f2945;}
.label_file:hover .btn{ background-color:#0f2945; border-color:#0f2945; color:#fff;}

input[type=button].input_st,
input[type=submit].input_st,
button.input_st,
a.input_st{ font-weight:500; border-radius:4em; padding:.5em 2em}

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:#aaa; color:#111; box-shadow:0 0 .5em rgba(0,0,0,.1)}
.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:#666}
.input_st .xi{ margin:0 .5em; margin-top:-.188em}
.input_st .xi:first-child{ margin-left:0}

.input_st.s1{ line-height:2em; height:3.5em; padding:.5em 1.5em; font-size:1.063em; font-weight:500}
.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:#70caf3; border-color:#70caf3; color:#fff}
.input_st.c1.re{ background:#fff; border-color:#70caf3; color:#70caf3}
.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:#333; border-color:#333; color:#fff}
.input_st.c3.re{ background:#fff; border-color:#333; color:#333}

.input_st.w1{ width:16.75em; max-width:100%}
.input_st.w2{ width:6em}
.input_st.w3{ width:35em; max-width:100%}
.input_st.w3_1{width:calc(35em - 114px);}
.input_st.w4{ width:10em}

.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_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_wrap > li.w100{ width:100%}

.input_tt{ margin:.5em 0}

.input_st.btn_calendar{ background:none; box-shadow:none; border:none ; padding:0; color:#999}
.input_st.btn_calendar .xi:before{content:"\e9a4"; font-size:1.5em}
.input_st.btn_calendar:hover{ color:#111; opacity:1}
.input_st.btn_close{ box-shadow:none; padding:0; width:2.5em; line-height:2.5em; height:2.5em; border-radius:50%; color:#aaa}
.input_st.btn_close .xi:before{content:"\e9af"}

.agree_wrap{ border:1px solid #ddd; border-radius:.5em; padding:1.5em; width:100%; min-height:6em; box-sizing:border-box; height:160px; overflow-y:scroll;}
.agree_wrap.st2{height:600px;}
.agree_wrap.h1{ max-height:20em; position:relative}
.agree_wrap .t1{ color:#111; margin-top:1.5em}
.agree_wrap .t1.s1{ font-size:.813em}
.agree_wrap .t1.s2{ font-size:1.125em}
.agree_wrap .t1:first-child{ margin-top:0}
.agree_wrap .t2{ color:#777; font-size:.875em; margin-top:.75em; line-height:1.5}
.agree_wrap .icon{ position:relative}
.agree_wrap .icon:before{ position:absolute; left:0; top:0}
.agree_wrap .t1.icon{ padding-left:.75em}
.agree_wrap .t1.icon:before{ content:"";  margin-top:.625em; width:.25em; height:.25em; border-radius:100%; background:#111}
.agree_wrap .t1.icon.c_red:before{ background:#ff3b4c}
.agree_wrap .t2.icon{ padding-left:1.25em}
.agree_wrap .t2.icon:before{ content:"\e929"; margin-top:.125em; color:#2aa89b; font-family:xeicon!important}
.agree_wrap strong{vertical-align:baseline; font-weight:bold; color:#333;}

.a_wrap_st1{height:160px; overflow-y:scroll; box-sizing:border-box;}

.agree_wrap{font-size:.875em; line-height:1.5}
.agree_wrap strong{ vertical-align:inherit; font-weight:bold;}

/**/
.w_no{ width:4em}
.w_tit{ width:auto}
.w_name{ width:7em}
.w_date{ width:7em}
.w_date2{ width:14em}
.w_hit{ width:8em}
.w_check{ width:4em}
.w_btn{ width:5em}
.w_btn2{ width:10em}
.w_faq{ width:6em}
.w_state{ width:8em}

.w_point{ width:9em}
.w_point{ width:9em}

.w_form_tit{ width:20em}
.w_auto{ width:auto}

*[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:#f55110;}
.xi.bd_notice:before{ content:"\ea5b"; color:#3e55a7;}
.xi.bd_reply:before { content:"\e981";}
.xi.bd_sub:before   { content:"\e981"; color:#3e55a7; 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";}

.fix .input_st{ width:90%; margin:.25em 0}

.board_img_wrap{ margin-bottom:2em; text-align:center}

.ui-widget{ font-size:.938em !important}

.photo_st_wrap{ padding:2em; border:1px solid #0361ae; border-top:none}
.photo_st{ margin:-2em 0 0 -2em}
.photo_st > li{ width:50%}
.photo_st.d1 > li{ width:33.33%}
.photo_st > li .in{ display:block; margin:2em 0 0 2em}
.photo_st > li .in .img{ overflow:hidden}
.photo_st > li .in .img .re{ transition:.3s}
.photo_st > li .in .info{ display:block; padding:1em; text-align:center}
.photo_st > li .in .info .t1{ line-height:1.3; color:#666}
.photo_st > li .in .tit{ display:block; padding:.5em; background:#0361ae; color:#fff; text-align:center}
.photo_st > li .in .tit .t1{ font-weight:500; font-size:1.063em}
.photo_st > li .in[href]:hover .img .re{ transform:scale(1.2)}
.photo_st > li .in[href]:hover .info .t1{ color:#0361ae}
.photo_st > li .shadow{ box-shadow:0 0 1em rgba(0,0,0,.3)}
.swiper-slide .photo_st > li{ width:100%}

@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_name{ width:4em}
.w_hit{ display:none}
.w_form_tit{ width:30%}
.w_date2{ width:8em}
.w_state{ width:6em}
.w_btn2{ width:5em}
.w_btn2 input:not(:first-child){ margin-top:.5em}

.tt_state{ font-size:.75em; padding:.25em 1em}

.input_tt{ display:block; margin-top:1em}
.input_st.w1{ width:100%}

}

/*inc*/
.page_sec { margin-top:3.5em !important;}
.page_sec1{ margin-top:1em !important;}
.page_sec2{ margin-top:6em !important;}
.page_sec3{ margin-top:.375em !important;}
