
@charset "utf-8";
/* CSS Document */
:root{ --red:#e60013; --blue:#002c60}
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}

.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.vod{ padding-bottom:56.25%}
.resize.photo{ padding-bottom:80%}
.resize.poster{ padding-bottom:141.4%}
.resize .re 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.r2.fix{ line-height:1.25em; height:2.5em}

.c_point{ color:var(--red) !important}
.c_point2{ color:#002c60 !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}

.bgfix{background-repeat:no-repeat; background-position:center center; background-size:cover;}
.bgfix.ct{ background-size:contain}
.resize.s1{ padding-bottom:66.66%;}
.resize.s2{ padding-bottom:56.25%;}
.resize.s3{ padding-bottom:76.25%;}
.resize.s4{padding-bottom: 50.66%;}
.resize.s5{padding-bottom: 125%;}
.resize.s6{padding-bottom: 57%;}
.resize.s7{padding-bottom: 41.66%;}
.resize.s8{padding-bottom: 80.66%;}
.resize.s9{padding-bottom: 48.66%;}
.resize.s10{padding-bottom: 63%;}
.resize.s11{padding-bottom: 90%;}

.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:.813em !important}
.fs14{ font-size:.875em !important}
.fs15{ font-size:.938em !important}
.fs16{ font-size:1em !important}
.fs17{ font-size:1.063em !important}
.fs18{ font-size:1.125em !important}
.fs19{ font-size:1.188em !important}
.fs20{ font-size:1.25em !important}
.fs21{ font-size:1.313em !important}
.fs22{ font-size:1.375em !important}
.fs23{ font-size:1.438em !important}
.fs24{ font-size:1.5em !important}
.fs25{ font-size:1.563em !important}
.fs26{ font-size:1.615em !important}
.fs27{ font-size:1.688em !important}
.fs28{ font-size:1.75em !important}
.fs29{ font-size:1.813em !important}
.fs30{ font-size:1.875em !important}
.fs31{ font-size:1.938em !important}
.fs32{ font-size:2em !important}

.hideT{position: absolute; z-index: -1; display: inline-block; overflow: hidden; height: 1px; width: 1px; border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); word-break: initial; word-wrap: initial;}
.hideT.close{ display:none}

.inp_w1{ width:90px}
.inp_w2{ width:180px}
.inp_w3{ width:250px}
.inp_w4{ width:800px}
.inp_w10{ width:10%}
.inp_w15{ width:15%}
.inp_w20{ width:20%}
.inp_w25{ width:25%}
.inp_w30{ width:30%}
.inp_w35{ width:35%}
.inp_w40{ width:40%}
.inp_w45{ width:45%}
.inp_w50{ width:50%}
.inp_w60{ width:60%}
.inp_w65{ width:65%}
.inp_w70{ width:70%}
.inp_w75{ width:75%}
.inp_w80{ width:80%}
.inp_w85{ width:85%}
.inp_w90{ width:90%}
.inp_w95{ width:95%}
.inp_w100{ width:100%}

/*board*/
.board_st{ font-size:.938em;}

.board_st th,
.board_st td{ height:2.25em; padding:.75em .5em; border-bottom:1px solid #e5e5e5;}
.board_st th{ color:#111;}
.board_st td{ color:#555;}
.board_st ~ div.no_con{ border-top:none;}

.board_st.list.tit th{ border:solid #333; border-width:1px 0;}
.board_st.list td{ text-align:center;}
.board_st.list td .xi{ font-size:1.438em;}
.board_st.list td.w_tit{ text-align:left;}

.board_st.list td.w_tit > .inTit{ max-width:100%; overflow:hidden;}
/*.board_st.list td.w_tit a{ flex:1; padding-right:.375em; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; line-height:1.4; color:#111;}
*/.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; vertical-align:middle}


.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.view a{ display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

.board_st.list.notice td{ background:#fdf9f0;}
.board_st.list .reply td{ background:#f9f9f9;}

.board_st.write{ border-top:2px solid var(--red);}
.board_st.write th{ padding-left:1.5em; text-align:left; font-size:1.1em;}

.board_st.write2{ border-top:2px solid var(--red)}
.board_st.write2 th,
.board_st.write2 td{text-align: center; font-size: 1.1em; }

.board_st.write_inq{ margin-top:2em; border-top:1px solid #333; font-size:1.125em}
.board_st.write_inq th,
.board_st.write_inq td{ height:2em; padding:.75em 1.5em}
.board_st.write_inq th{ text-align:left; font-weight:500}
.board_st.write_inq.hAuto th,
.board_st.write_inq.hAuto td{ height:auto}

.board_st.tbl_st th { background: #fff8f9; font-weight: 600; }
.board_st.tbl_st th,
.board_st.tbl_st td{text-align:center; font-size: 1.1em; border: 1px solid #ddd; line-height:1.6; }
.board_st.tbl_st .bg { background: #fbf9f9; }
.board_st.tbl_st th:first-of-type,
.board_st.tbl_st td:first-of-type { border-left: none; }
.board_st.tbl_st th:last-of-type,
.board_st.tbl_st td:last-of-type { border-right: none; }
.board_st.tbl_st .txt_bg { padding: 0.5em 1em; background: #870c18; border-radius: 20px; color: #fff; margin-bottom: 0.5em; display: inline-block; }
.board_st.tbl_st .txt_bg:last-of-type { margin-bottom: 0; }
.board_st.tbl_st .bg2 { background-color:rgba(229,0,68,.1);}
.board_st.tbl_st .bg3 { background-color:#fff8f9;}

.label_select{ position:relative; display:inline-block; box-sizing:border-box; background:#fff;}
.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; -moz-appearance:none;}
.label_select select::-ms-expand{ display:none;}

/**/
.label_wrap{ }
.label_wrap > li{ flex:0 1 7%; margin:.5em 0; box-sizing:border-box}
.label_wrap.stw_2 > li{ flex:0 1 50%;}
.label_wrap.stw_16 > li{ flex:0 1 16.66%;}
.label_wrap.stw_18 > li{ flex:0 1 18%;}
.label_wrap.stw_100 > li{ flex:0 1 100%;}
.label_wrap.stw_1 > li {}

.input_wrap2 { margin:-.25em 0 0 -.25em; max-width:100%}
.input_wrap2 > li{ flex-basis:auto}
.input_wrap2 > li.br{ width:100%}
.input_wrap2 > li.label{ width:20%}
.input_wrap2 > li .in{ margin:.25em 0 0 .25em}
.input_wrap2 > li.w100{ width:100%}

.board_table{ table-layout:fixed; border-collapse:collapse; border-spacing:0; width:100%; border-top:2px solid var(--red);}
.board_table th,
.board_table td{ height:3em; border-bottom:1px solid #ddd; padding:.5em .5em; text-align:center}
.board_table th{ font-size:1.063em; font-weight:500}
.board_table .aTit_wrap{ display:flex; align-items:center}
.board_table .aTit_wrap .aTit{ flex:1 1 0%; min-width:0}
.board_aTit{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden}
.board_aTit:hover,
.board_aTit:focus{ text-decoration:underline}
.board_table tr: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:var(--red)}
.boardIco.lock:before{content:"\e966"; color:#777}
.boardIco.notice:before{content:"\ea5a"}
.boardIco.new:before{content:"\e9a9"; color:var(--red)}
.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"}
.nocon:before {
    content: "\e9d8";
    font-family: xeicon!important;
    display: block;
    margin: 0 auto 0.2em auto;
    font-size: 5rem;
    color: #ddd;}

.page_btn{ display:flex; align-items:center; justify-content:center; gap:.5em}
.page_btn > *{flex:1 1 0%; min-width:0}
.page_btn .in{ display:flex; align-items:center; flex:0 0 auto; gap:.5em}
.page_btn .in.right{ margin-left:auto}
.page_btn .max1{ max-width:10em}

.board_search{ display:flex; align-items:center; justify-content:space-between; margin-bottom:1em}
.board_search .total{ display:flex; align-items:center; justify-content:space-between}
.board_search .total .ico{ font-size:1em; width:2em; height:2em; border:1px solid #ddd; display:flex; align-items:center; justify-content:center; border-radius:50%; margin-right:.5em}
.board_search .total .ico:before{content:"\e91c"}
.board_search .total .t2{ font-weight:700; font-size:1.125em; color:var(--red); margin-left:.25em}
.board_search .search{ display:flex; align-items:center; justify-content:space-between; gap:0 .25em}
.board_search .search .btn{ padding:0 1.5em}
.board_search .search .btn .ico{ font-size:1em}
.board_search .search .btn .ico:before{content:"\e97a"}

.board_search_detail{ margin-bottom:2em; position:relative}
.board_search_detail .wrap_tit{ padding:0 .75em; background:#fff; position:absolute; left:2em; top:0; z-index:1; transform:translateY(-50%)}
.board_search_detail .wrap_tit .t1{ font-weight:700; font-size:1.313em; color:#e60013}
.board_search_detail .wrap_con{ border:1px solid #555; padding:1.25em 2em; border-radius:.5em}
.board_search_detail .wrap_con .list{ display:flex; flex-wrap:wrap; gap:0 4em}
.board_search_detail .wrap_con .list > li{ width:100%}
.board_search_detail .wrap_con .list > li .in{ display:flex; padding:.75em 0; min-height:2em}
.board_search_detail .wrap_con .list > li .in.vc{ align-items:center}
.board_search_detail .wrap_con .list > li:not(:first-child){ border-top:1px solid #ddd}
.board_search_detail .wrap_con .list > li.st1{ border-top:none}
.board_search_detail .wrap_con .list > li.st1 .in{ padding-top:0}
.board_search_detail .wrap_con .list > li .in .tit{ width:10em; position:relative; display:flex; align-items:center; box-sizing:border-box}
.board_search_detail .wrap_con .list > li .in .tit.p1{ padding-left:1em}
.board_search_detail .wrap_con .list > li .in .tit .t1{ font-weight:500; font-size:1.125em}
.board_search_detail .wrap_con .list > li .in .tit .t2{ font-weight:500}
.board_search_detail .wrap_con .list > li .in .tit .ico{ font-size:1em; width:1.5em; text-align:center}
.board_search_detail .wrap_con .list > li .in .con{ flex:1 1 0%; min-width:0; padding:.125em 0}
.board_search_detail .wrap_con .list > li .in .con .t1{ font-size:1.063em}
.board_search_detail .wrap_con .list > li.w1{ width:calc(50% - 2em)}
.board_search_detail.st1 .wrap_con .list > li{ border-bottom:none}
.board_search_detail.st1 .wrap_con .list > li .in{ padding:.375em 0}

.board_search_detail.st2 .state_btn{ background:#fff; border-color:var(--red); color:var(--red);}
.board_search_detail.st2 .state_btn.c1{ bckground:#fff; border-color:var(--blue); color:var(--blue)}	
.board_search_detail.st2 .state_btn.on{ background:var(--red); border-color:var(--red); color:#fff;}
.board_search_detail.st2 .state_btn.c1.on{ background:var(--blue); border-color:var(--blue); color:#fff;}	

.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:2px solid #e60044;}
.board_viewT .vTit{ padding:1em; 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 1.5em; 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; vertical-align:top; 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_viewT .tt_state{ font-size:.9rem;}
.board_viewM{ padding:1em 2em 4em; 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:8em; margin-right:2.5em; box-sizing:border-box; border-right:1px solid #ddd}
.board_viewF .wrap_tit .t1{ font-weight:500; font-size:1.063em}
.board_viewF .wrap_con{ flex:1 1 0%; min-width:0}
.board_viewF .wrap_con .list > li:not(:first-child){ margin-top:.5em}
.board_viewF .wrap_con .list > li > a{ padding-left:1.25em; position:relative}
.board_viewF .wrap_con .list > li > a:hover .tt,
.board_viewF .wrap_con .list > li > a:focus .tt{ text-decoration:underline}
.board_viewF .wrap_con .list > li > a .xi{ font-size:1.125em}
.board_viewF .wrap_con .list > li > a .down{ margin-left:.5em; color:var(--red)}
.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"}

.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_st > li{ border-bottom:1px solid #ddd; padding:.75em 1.25em}
.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_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 > *{ 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 .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:27em}
.form_lab .lab_con .max2{ max-width:8.375em}
.form_lab .lab_con .max3{ max-width:23.5em}
.form_lab .lab_con .min1{ min-width:23.5em}

.board_gallery{ display:flex; flex-wrap:wrap; gap:3em}
.board_gallery > li{ width:calc(50% - 1.5em)}
.board_gallery > li .wrap_in{ display:block; border-radius:.5em; overflow:hidden}
.board_gallery > li .wrap_in .img_wrap{ position:relative; display:block; border-radius:.5em; border:1px solid #ddd; overflow:hidden}
.board_gallery > li .wrap_in .img_wrap .ab{ position:absolute; left:0; top:0; width:100%; height:100%; box-sizing:border-box}
.board_gallery > li .wrap_in .con_wrap{ display:block; padding:1em 0}
.board_gallery > li .wrap_in .con_wrap .t1{ font-size:1.125em; font-weight:500}
.board_gallery > li .wrap_in .con_wrap .t2{ font-weight:500}
.board_gallery > li .wrap_in:focus .con_wrap,
.board_gallery > li .wrap_in:hover .con_wrap{ }
.board_gallery.s1 > li{ width:calc((100% - 9em) / 4)}


.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}
.board_cate > li{ width:12.5%}
.board_cate > li > a{ display:flex; align-items:center; justify-content:center; height:3em; position:relative; color:#777; background:#fff}
.board_cate > li > a:before{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; right:0; bottom:0; border:1px solid #ddd; box-sizing:border-box; border-left:none; border-top:none}
.board_cate > li > a .tt{ font-weight:500; position:relative}
.board_cate > li > a:hover,
.board_cate > li > a:focus{ background:#f9fbfc; color:#111; z-index:1}
.board_cate > li.on > a{ background:var(--red); color:#fff; border-color:transparent}
.board_cate > li.on > a .tt:after{ content:""; position:absolute; right:-.75em; top:0; width:.375em; height:.375em; background:#fff; border-radius:50%}

.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)}

/**/
/*.ess,
.ess + span{ display:inline-block; vertical-align:middle; color:#dc232d; margin-right:.3em;}
.ess{ font-size:1em; line-height:1;}
.ess:before{ content:"*"; font-size:1.375em; font-weight:700;}
.ess + span{ font-size:.875em;}
.essW{ position:relative; display:inline-block; padding-right:1.125em;}
.essW .ess{ position:absolute; right:0; top:50%; margin-top:-.625em;}
*/
.ess{ color:#e60013; font-weight:700; margin:0 .25em}
.ess_tt{ font-size:.938em; color:#666}

.label_st{ display:flex; align-items:center; min-height:1em; gap:0 .25em; cursor:pointer; line-height:1; box-sizing:border-box}
.label_st input{zoom: 1.5; margin-bottom:auto}
.label_st input:checked{accent-color:var(--red)}

.label_st.st1{ position:relative; padding:1.5em 1em; text-align:center}
.label_st.st1 .bg{ position:absolute; left:0; top:0; width:100%; height:100%; box-sizing:border-box; border:1px solid #ddd; border-radius:.5em; z-index:-1}
.label_st.st1 .tt.s1{ font-size:.938em; opacity:.8}
.label_st.st1 input:checked{ accent-color:#fff}
.label_st.st1 input:checked ~ .bg{ background:var(--red)}
.label_st.st1 input:checked ~ .tt{ color:#fff}

.label_wrap{ display:flex; flex-wrap:wrap; gap:1em 3em}
.label_wrap.fix1{ gap:1em 0}
.label_wrap.fix2{ gap:1em 1em}
.label_wrap.fix1 > *{ width:25%; max-width:8em}

.input_st{ border:1px solid #ddd; color:#111; padding:.5em .75em; box-sizing:border-box; height:3em; border-radius:.25em}
.input_st[type=file]{ background:none; border:1px solid #ddd; padding:0; width:100%}
textarea.input_st{ width:100%; height:7em}
textarea.input_st.h1{ height:15em}
select.input_st{ padding-right:2em}

.input_st .xi{ margin:0 .5em; margin-top:-.188em}
.input_st .xi:first-child{ margin-left:0}
.input_st .xi:last-child{ margin-right:0}

.input_st.s1{ height:3.5em; padding:.5em 2em; font-size:1.125em; font-weight:500}
.input_st.s2{ height:2em; padding:.25em .5em; font-size:.875em}
.input_st.s2 .xi{ font-size:1em}
.input_st.s3 {height: 3em; padding: 0.25em 1em; font-size: .975em;}

.input_st.c1{ background:var(--red); border-color:var(--red); color:#fff; transition:.3s;}
.input_st.c1:hover,
.input_st.c1:focus {background:#fff; border-color:var(--red); color:var(--red);}
.input_st.c1.re{ background:#fff; border-color:var(--red); color:var(--red)}
.input_st.c1.re:hover,
.input_st.c1.re:focus {background:var(--red);  color:#fff;transition:.3s;}
.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; transition:.3s;}
.input_st.c3:hover,
.input_st.c3:focus {background:#fff; border-color:#333; color:#333;}
.input_st.c3.re{ background:#fff; border-color:#333; color:#333}
.input_st.c4{ background:var(--blue); border-color:var(--blue); color:#fff; transition:.3s;}
.input_st.c4:hover,
.input_st.c4:focus {background:#fff; border-color:var(--blue); color:var(--blue);}
.input_st.c4.re{ background:#fff; border-color:var(--blue); color:var(--blue)}



.input_st.w1{ width:14em; max-width:100%}
.input_st.w2{ width:6.25em}
/*.input_st.w3{ width:40em; max-width:100%}*/
.input_st.w3{ width:11em; max-width:100%}
.input_st.w4{ width:12em}
.input_st.w5{ width:100%; max-width:100%}
.input_st.w6{ width:22em; max-width:100%}
.input_st.w7 { width:30em; max-width:100%}
.input_st.w8 { width:50%;}
.input_st.w10{ width:100%}
.w100{ width:100%!important}
.w50{ width:50%!important}

.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_check { width:3em;}
.w_no    { width:6em;}
.w_tit   { width:auto;}
.w_name  { width:7em;}
.w_date  { width:8em;}
.w_hit   { width:7em;}
.w_file  { width:4em;}
.w_faq   { width:4.5em;}
.w_more  { width:4em;}
.w_place { width:14em;}
.w_state { width:6.5em;}
.w_btn   { width:8.5em;}
.w_del   { width:3.5em;}
.w_month { width:5em;}
.w_hos { width:16em;}

.w_form_tit{ width:14em;}
.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:500; text-align:center}
.tt_state.c1{ background:#777; color:#fff}
.tt_state.c1.re{ border-color:#333; color:#111; background:#fff}
.tt_state.c2{ background:#e60013; color:#fff}
.tt_state.c2.re{ border-color:#e60013; color:#e60013; background:#fff}
.tt_state.c3{ background:#e60013; color:#fff}
.tt_state.c3.re{ border-color:#e60013; color:#e60013; background:#fff}

.tt_star .icon{ position:relative; font-size:1.125em; margin-right:-.25em}
.tt_star .icon:before{ content:"★"; color:#ccc}
.tt_star .icon.on:before{ color:#111}
.tt_star .icon.half:after{ content:"★"; color:#111; position:absolute; left:0; top:0; width:55%; overflow:hidden}

.tt_prod{ font-size:1.313em}
.tt_prod.s1{ font-size:.938em; color:#888}

.tt_price{ line-height:1}
.tt_price .tn{ font-size:1.125em; font-weight:700; margin-top:.125em; vertical-align:baseline}
.tt_price .tn .s1{ font-size:.75em}
.tt_price .tw{ font-size:.938em; margin:0 .25em; vertical-align:baseline}
.tt_price .tw:first-child{ margin-left:0}
.tt_price .mr{ margin-right:1.5em}
.tt_price .ml{ margin-left:1.5em}
.tt_price.per .tn{ font-weight:400}
.tt_price.per .xi{ font-size:1em; margin:0 .25em; margin-top:-.188em}
.tt_price.per .xi:before{content:"\e905"}
.tt_price.before{ position:relative; color:#999}
.tt_price.before:after{ content:""; position:absolute; left:0; top:50%; width:100%; height:1px; background:#777; transform:translateY(-.063em)}
.tt_price.before .tn{ font-weight:400}
.tt_price.s1{ font-size:.875em}
.tt_price.s2{ font-size:1.25em}
.tt_price.s3{ font-size:1.5em}
.tt_price.st1 .tn{ font-size:1.625em}
.tt_price.st2 .tn{ font-size:1.063em; font-weight:400}
.tt_price.st3 .tn{ font-size:.938em; font-weight:400}
.tt_price .tn.s1{ font-size:.938em}
.prod_price > li{ display:inline-block}
.prod_price > li:not(:first-child){ margin-left:1.25em}

.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}

.ps05{ margin-top:.5em !important}
.ps1{ margin-top:1em !important}
.ps2{ margin-top:2em !important}
.ps3{ margin-top:3em !important}
.ps4{ margin-top:4em !important}
.ps5{ margin-top:5em !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:var(--red); 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 #333}
.flex_table > li > .tr{ padding:1em; border-bottom:1px solid #ddd}
.flex_table > li > .tr.p1{ padding:.5em}
.flex_table > li > .tr > .td{ flex-direction:column; box-sizing:border-box; padding:.5em 1em}
.flex_table > li > .tr > .td.h1{ min-height:7em}
.flex_table.line > li > .tr{ padding:0}
.flex_table.line > li > .tr > .td{ padding:1em}
.flex_table.line > li > .tr > .td:not(:first-child){ border-left:1px solid #ddd}
.flex_table > li > .tr > .td.wNo{ width:4em}
.flex_table > li > .tr > .td.wDate{ width:16em}
.flex_table > li > .tr > .td.wDate2{ width:20em}
.flex_table > li > .tr > .td.wCheck{ width:4em}
.flex_table > li > .tr > .td.wVol{ width:12em}
.flex_table > li > .tr > .td.wVol2{ width:18em}
.flex_table > li > .tr > .td.wPrice{ width:12em}
.flex_table > li > .tr > .td.wPrice2{ width:20em}
.flex_table > li > .tr > .td.wBtn{ width:12em}
.flex_table > li > .tr > .td.wBtn2{ width:20em}
.flex_table > li > .tr > .td.wState{ width:14em}
.flex_table > li > .tr > .td.wImg{ width:24em}
.flex_table > li > .tr > .td.wBook{ width:15em}
.flex_table > li > .tr > .td.wCon{ flex:1 1 100%}
.flex_table .flex_table{ border-top:none}
.flex_table .flex_table > li:last-child > .tr{ border-bottom:none}

.flex_table_caption .more .arrow:before{content:"\e93f"; margin-left:.25em}

.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:25%}
.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:var(--red); 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}

/**/
.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}

/* -------- 메인 컨텐츠 :: 컨텐츠6(채용) -------- */
#mainRecruitCon{padding-top: 125px; background: #fff url("../images/main/main_recruit_bg.jpg") center top no-repeat;}

#mainRecruitCon .main-tit-box .main-tit{color:#b3c8e0;}
#mainRecruitCon .main-tit-box .main-sub-tit{margin-top: 0; font-size: 47px; line-height: 1.34; letter-spacing: -0.65px; font-weight: 400; color:#fff;}
#mainRecruitCon .main-tit-box .main-sub-tit b{display: block; font-weight: 700;}
#mainRecruitCon .main-tit-box .main-tit-btn:before{border: 0; background: url("../images/main/recruit_tit_bg.png") center/cover no-repeat;}
#mainRecruitCon .main-tit-box .main-tit-btn span{color: rgba(255,255,255,0.8); background-color: transparent;}
#mainRecruitCon .main-tit-box .main-tit-btn span i{color: rgba(255,255,255,0.8);}

.main-recruit-con{margin-top: 65px;}
.main-recruit-list{margin: 0 -1%;}
.main-recruit-item{width: 23%; margin: 0 1%; float: left;}
.main-recruit-item a{position: relative; padding: 24px 9%; width: 100%; height: 280px; display: block; background-color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box;}
.main-recruit-item a:before{position: absolute; top: 0; left: 0; display: block; content: ''; width: 100%; height: 100%; border: 1px solid #ddd; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.1s; transition: all 0.1s;}
.main-recruit-top{}
.main-recruit-top .progress{float: left; display: block; width: 90px; height: 35px; font-size: 16px; font-weight: 500; letter-spacing: -0.5px; color: #fff; text-align: center; line-height: 35px;}
.main-recruit-top .progress.deadline{background-color: #d02428;}
.main-recruit-top .progress.ongoing{background-color: #283a7d;}
.main-recruit-top .progress.end{background-color: #999;}
.main-recruit-top .date{float: right; width: 95px; position: relative; padding-left: 20px; font-size: 16px; line-height: 30px; font-weight: 600; letter-spacing: -0.25px; color: #555; text-align: right;}
.main-recruit-top .date:before{position: absolute; top: -1px; left: 0; content: '\eac2'; font-size: 18px; font-weight: 400; letter-spacing: -0.5px; color: #777;}
.main-recruit-middle{padding: 25px 0 20px; border-bottom: 1px solid #d9d9d9;}
.main-recruit-middle .company{width: 100%; float: left; font-size: 1.2em; line-height: 24px; letter-spacing: -0.5px; color: #000; -webkit-box-sizing: border-box; box-sizing: border-box;}
.main-recruit-middle .place{width: 40%; float: right; font-size: 15px; line-height: 24px; letter-spacing: -0.5px; color: #888; text-align: right;}
.main-recruit-bottom{padding-top: 25px;}
.main-recruit-bottom .txt01{font-size: 15px; line-height: 1.6; letter-spacing: -0.5px; height: 3.2em; color: #555;}
.main-recruit-bottom .txt02{margin-top: 20px; font-size: 15px; line-height: 1.6; letter-spacing: -0.5px; color: #999;}

.info_table {border:1px solid #ddd; border-radius:.5em; overflow:hidden;}
.table_st2 {width: 100%;}
.table_st2 .bg1 {background: #f5f5f5;}
.table_st2 .w1 { width:25%;}
.table_st2 .w2 { width:12.5%;}
.table_st2 tr:last-child {border-top-left-radius: 0.5em;border-top-right-radius: 0.5em;}
.table_st2 tr:first-child {border-top-left-radius: 0.5em; border-top-right-radius: 0.5em;}
.table_st2 th,
.table_st2 td {align-items:center; min-height:2.5em; justify-content:center; text-align:center; min-width:0; box-sizing:border-box; padding:1em;}
.table_st2 .brd_t { border-top:1px solid #ddd;;}
.table_st2 .brd_r { border-right:1px solid #ddd;;}

.flex_table .thead{ margin-bottom:1em}
.flex_table .tbody{ display:flex; flex-direction:column; height:100%}
.flex_table .tr{ flex:1 1 0%; min-height:0; display:flex; border:1px solid #ddd; box-sizing:border-box; overflow:hidden}
.flex_table .tr:not(:last-child){border-bottom:none}
.flex_table .tr:first-child{ border-top-left-radius:.5em; border-top-right-radius:.5em}
.flex_table .tr:last-child{ border-bottom-left-radius:.5em; border-bottom-right-radius:.5em}
.flex_table .td{ display:flex; flex-direction:column; align-items:center; min-height:2.5em; justify-content:center; text-align:center; flex:1 1 0%; min-width:0; box-sizing:border-box; padding:1em; border-right:1px solid #ddd}
.flex_table .td.al{ align-items:flex-start}
.flex_table .td:last-child{ border-right:none}
.flex_table .td.bg1{ background:#f5f5f5}
.flex_table .td.w1{ flex:0 0 10em}
.flex_table .td.w2{ flex:0 0 8em}
.flex_table .td.wName{ flex:0 0 7em}
.flex_table .td.wPo{ flex:0 0 4em}
.flex_table .td.wMail{ flex:0 0 12em}
.flex_table .td.wTel{ flex:0 0 9em}
.flex_table .thead .tr{ box-shadow:0 .25em .5em rgba(0,0,0,.1); background:#fff; color:#0060ae}
.flex_table .thead .tr:first-child{ border-top-left-radius:0; border-top-right-radius:0; border-top:1px solid #0060ae}
.flex_table .flex_table{ flex: 1 1 0; min-width:0}
.flex_table .flex_table .thead{ margin-bottom:0}
.flex_table .flex_table .tr{ border:none; border-bottom:1px solid #ddd}
.flex_table .flex_table .tr:last-child{ border-bottom:none}

/*faq*/
.prod_faq_wrap{}
.prod_faq_wrap ul{ overflow:hidden}
.prod_faq_wrap .faqB{ border-top:2px solid var(--red);}
.faq_wrap{}
.faq_board { letter-spacing:-0.5px;}
.faq_board .cate{ padding-right:6px;}
.faq_board .qq{ padding:20px 0; position:relative; z-index:inherit; border-bottom:1px solid #ccc; cursor:pointer}
.faq_board .aa{ padding:20px 0 30px 0; position:relative; z-index:inherit; border-bottom:1px solid #ccc; background:#f4f4f4; display:none}
.faq_board .qq:before{ content:""; position:absolute; z-index:inherit; top:0; left:0; width:0; transition:.3s;}
.faq_board .icon{ display: inline-block;width:80px;height:100%;left:0;top:0;font-family:Arial, Helvetica, sans-serif;font-size:1.570em;color:#fff;text-align:center;font-weight:600;vertical-align: top;}
.faq_board .qq .icon .qt{ color:#fff; background:var(--red); line-height:38px; display:inline-block; width:38px; height:38px;}
.faq_board .aa .icon .qt{ background:#002c60; color:#fff; width:38px; height:38px; line-height:38px; display:inline-block;}
.faq_board .tt{ display: inline-block;z-index:inherit; line-height:1.5;word-break: break-all;word-wrap: break-word;
/* Internet Explorer */white-space: pre-wrap; /* css-3 */white-space: -moz-pre-wrap; /* Mozilla, since */white-space: -pre-wrap; /* Opera 4-6 */white-space: -o-pre-wrap; /* Opera 7 */width:80%;vertical-align:middle; padding-right:10px}
.faq_board .qq .tt{ color:#181a1d; font-size:1.1em; font-weight:500;}
.faq_board .aa .tt{ color:#333333; font-size:1em;}
.faq_board .qq .arrow{ z-index:inherit;width:60px;height:100%;right:0;top:20px;text-align:center;display: inline-block;vertical-align: middle; position:absolute}
.faq_board .qq .arrow:before{content:"\e941";display:block;font-family:xeicon;font-style:normal;font-size:1.563em;filter:alpha(opacity=30);opacity:0.3; width: 38px;height: 38px;line-height: 38px;border-radius: 50px;}
.faq_board .qq.on{border-bottom:1px solid #ccc;}
.faq_board .qq.on:before{ width:100%;}
.faq_board .qq.on .tt{ color:#28292b}
.faq_board .qq.on .arrow:before{ content:"\e944"; filter:alpha(opacity=30); opacity:.3;}

/**/
.board_btn_wrap{ margin-top:3em; text-align:center}
.board_btn_wrap.fix{ position:fixed; right:3%; bottom:2em; transition:.3s}
.scroll .board_btn_wrap.fix{ right:5em; bottom:1em}
.board_btn_wrap.m1{ margin-top:1em}
.pop .board_btn_wrap{ margin-top:2em; font-size:.938em}

@media all and ( max-width: 801px ){
.input_st.w3{ width:7em;}
}
@media all and ( min-width: 801px ){
.main-recruit-item a:hover:before{border-width: 2px; border-color: #004597;}

}

.sub-recruit-wrapper{}
.main-recruit-list.sub{margin: -15px -1.25%;}
.main-recruit-list.sub .main-recruit-item{width: 30.83%; margin: 15px 1.25%;}

@media all and (max-width:800px){
	.main-recruit-list.sub{margin: -7.5px -1.25%;}
	.main-recruit-list.sub .main-recruit-item{width: 47.5%; margin: 7.5px 1.25%;}
}

/**/
@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%}

}
