@charset "utf-8";
/* CSS Document */
/* .resize{ position:relative; display:block; height:0; padding-bottom:100%; box-sizing:border-box;}
.resize .re{ position:absolute; left:0; right:0; top:0; bottom:0; width:100%; height:100%; box-sizing:border-box;}
.resize.s1 { padding-bottom:66.66%;}
.resize.s2 { padding-bottom:56.25%;}
.resize.s3 { padding-bottom:36%;} */

.bgfix{ background-repeat:no-repeat; background-position:50% 50%; background-size:cover;}
.bgfix.fix{ background-attachment:fixed;}
.bgfix.ctn{ background-size:contain;}
.bgfix.bgT{ background-position-y:top;}
.bgfix.bgB{ background-position-y:bottom;}

.imgfix{ width:100%; height:100%; overflow:hidden;}
.imgfix > img{ width:100%; height:100%; object-fit:cover;}
.imgfix.ctn > img{ object-fit:contain;}

.movBg_wrap{}
.movBg{ position:absolute; top:0; bottom:0; left:0; right:0; overflow:hidden;}
.movBg > .vod{ position:absolute; top:50%; left:50%; min-width:100%; min-height:100%; transform:translate(-50%, -50%);}
.movBg.movT > .vod{ top:0; transform:translate(-50%, 0);}
.movBg.movB > .vod{ top:auto; bottom:0; transform:translate(-50%, 0);}

.tt_cp{ cursor:pointer;}
.tt_cut{ display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.tt_cutNo{ white-space:normal !important; overflow:visible;}

.txtfix{ background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: transparent;}

.tt_word,
.tt_word *{ word-break:break-all; word-wrap:break-word;}

/*Felx table*/
.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:1rem; border-right:1px solid #ddd}
.flex_table .tbody .td{ padding: .65rem;}
.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.cr{ position:relative; }
.flex_table span.cr{position: relative;}
.flex_table .td.cr:after{top: 18px; right: 40px;}
.flex_table span.cr:after{top: 0; right: -10px;}
.flex_table .td.cr:after,
.flex_table span.cr:after{ position: absolute; color: var(--crRed); content: '*';}
.flex_table .td.w1{ flex:0 0 10em}
.flex_table .td.w2{ flex:0 0 8em}
.flex_table .td.w3{ flex:0 0 14em}
.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 .td.wAgency{ flex:0 0 16em}
.flex_table .td.wCost{ flex:0 0 15.1em}
.flex_table .thead .tr{ box-shadow:0 .25em .5em rgba(0,0,0,.1); background:var(--color-point); color: #fff;}
.flex_table .thead .tr:first-child{ border-top-left-radius:0; border-top-right-radius:0;}
.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}

.flex_table .td .dot_list{}
.flex_table .td .dot_list > li{ position:relative; padding-left: 1em;}
.flex_table .td .dot_list > li:before{ position: absolute; }
.flex_table .td .dot_list > li > span{}

.table_info{}
.table_info .info_box{ align-items: center; gap:.3em; font-size: .9em; padding: .5em 1em; background: #f9f9f9; border-radius: .35em;}
.table_info .info_box > i{ color: var(--color-point);}
.table_info .info_box > p{ font-size: .85em; color: #222;}

/*BOARD*/
.board_st{}

.board_st th,
.board_st td{ height:2.75em; padding:.75em .5em; border-bottom:1px solid #ddd;}
.board_st th{ color:#111;}
.board_st td{ color:#444;}
.board_st ~ div.no_con{ border-top:none;}

.board_st.list.tit th{ border-top:3px solid var(--color-point2); 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; vertical-align:middle; max-width:calc(100% - 6em); 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.view a{ display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

.board_st.list.notice td{ background:#f3f6f8;}
.board_st.list .reply td{ background:#f7f7f7;}

.board_st.write{ border-top:3px solid var(--color-point2);}
.board_st.write th{ padding-left:1.5em; text-align:left;}

.board_info{ display:flex; flex-wrap:wrap; min-width:0; font-size:.938em; color:#72727d;}
.board_info > li{ display:flex; align-content:center; align-items:center; padding-right:2em; position:relative; box-sizing:border-box;}
.board_info > li:before{ content:""; position:absolute; right:1em; 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:inherit;}
.board_info > li .tt + .input_st{ margin-left:1.5em;}
.board_info.flex.col > li{ padding:.375em 0;}
.board_info.flex.col > li:before{ display:none;}

.board_file{ font-size:.875em; 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:0; left:0;}
.board_file a,
.board_file a .xi:before{ color:#111;}
.board_file a:hover{ text-decoration:underline;}
span.board_file,
strong.board_file{ display:inline-block;}

.board_view_top{ border-bottom:1px solid #ddd;}
.board_view_top .tit{ padding:1.5em .75em .75em .75em; border-top:3px solid var(--color-point2); font-size:1.375em; font-weight:600; line-height:1.5;}
.board_view_top .tit:last-child{ border-bottom:1px solid #333;}
.board_view_top .board_info{ padding:1em 1em 1.5em 1em;}
.board_view_top .board_file{ padding:.75em 1.25em; background:#f5f5f5; border:dashed #ddd; border-width:1px 0 0 0;}
.board_view_top + .board_view_middle{ padding:3em 1em;}
.board_view_middle{ box-sizing:border-box; color:#000;}
.board_view_middle *{ box-sizing:border-box; max-width:100% !important;}
.board_view_middle:after{ content:""; display:block; clear:both;}
.board_view_middle img{ 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_photo { display: flex; flex-wrap: wrap; margin: -1.5rem 0 0 -1.5rem; list-style: none; padding: 0; }
.board_photo > li { width: 25%; box-sizing: border-box; }
.board_photo > li .wrap_in {border:0.625px solid #eee; margin: 1.5rem 0 0 1.5rem; display: block; background: #ffffff; border-radius: 0.75rem; overflow: hidden; box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.03); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.board_photo > li .wrap_in:hover { transform: translateY(-0.5rem); box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08); }
.board_photo > li .wrap_in .img_wrap { position: relative; width: 100%; overflow: hidden; background: #f8f9fa; box-shadow: inset 0 -0.5rem 1rem rgba(0, 0, 0, 0.02); }
.board_photo > li .wrap_in .img_wrap .resize { width: 100%; aspect-ratio: 1 / 1.4; max-height: 25rem; overflow: hidden; background-position: center top; background-repeat: no-repeat; background-size: contain; transition: transform 0.5s ease; }
.board_photo > li .wrap_in .img_wrap .resize:hover { transform: scale(1.05); }
.board_photo > li .wrap_in .con_wrap { padding: 1.25rem 1rem; text-align: center; background: #ffffff; border-top: 1px solid rgba(0, 0, 0, 0.05); position: relative; z-index: 2; }
.board_photo > li .wrap_in .con_wrap .t1 { font-size: 0.9375rem; font-weight: 600; color: #111111; line-height: 1.4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/**/
/*faq*/
.board_faq{ border-top:1px solid #111;}
.board_faq > li{}
.board_faq > li .wrap_in{ position:relative; display:flex; align-items:center; gap:0 2em; border-bottom:1px solid #ddd; line-height:1.8;}
.board_faq > li .wrap_in > *{ min-width:0;}
.board_faq > li .wrap_in .tit{ width:5em; text-align:center;}
.board_faq > li .wrap_in .tit .tt{ font-size: var(--font-size-xl); font-weight: 600; color: var(--color-point);}
.board_faq > li .wrap_in .tit .tt.c1{}
.board_faq > li .wrap_in .tit .tt.c2{ color:#042d5c;}
.board_faq > li .wrap_in .sbj{ flex:1;}
.board_faq > li .wrap_in .sbj .tt{ display:block; padding:1em 0; font-size: var(--font-size-base); font-weight: 500; line-height:1.5;}
.board_faq > li .wrap_in .con{ flex:1; padding:.75em 1em .75em 0;}
.board_faq > li .wrap_in .con .tt{ color: var(--color-black); font-size: var(--font-size-base);}
.board_faq > li .wrap_in .ico{ position:absolute; right:0; top:50%; width:5em; text-align:center; transform:translateY(-50%); opacity:.4;}
.board_faq > li .wrap_in .ico .arrow{ font-size:2.000em; transition:.3s;}
.board_faq > li .wrap_in .ico .arrow:before{ content:"\e943";}
.board_faq > li .faqTit .wrap_in{ padding: .5rem 5rem .5rem 0;}
.board_faq > li .faqCon{ height:0; overflow:hidden; opacity:0; visibility:hidden; transition:.3s;}
.board_faq > li .faqCon .wrap_in{ align-items:flex-start;}

.board_faq > li.on .faqTit .wrap_in{ background:#f5f5f5;}
.board_faq > li.on .faqTit .wrap_in .ico .arrow{ transform:rotate(-180deg);}
.board_faq > li.on .faqCon{ height:auto; overflow:visible; opacity:1; visibility:visible;}
.board_faq > li.on .faqCon .wrap_in{ padding-top:1.5rem; padding-bottom:1.5rem; transition:.3s;}
/**/
.mp_btn{ padding: .25em .8em; border: 1px solid #ddd; color: #111;}
.mp_btn > p{ font-size: .95em;}
.mp_btn.st1{ background: var(--color-point); color: #fff;}
.mp_btn.st2{ background: #ccc; color: #111;}

/**/
.commentWrap{ margin:3em 0; padding:2em 2em; background:#f3f6f8; border:1px solid #e5e5e5; border-radius:.75em;}
.commentWrap:first-child{ margin-top:0;}
.commentWrap:last-child{ margin-bottom:0;}
.commentWrap .comm_tit{ padding-bottom:.5em;}
.commentWrap .comm_tit > *{ display:inline-block; vertical-align:middle;}
.commentWrap .comm_tit .tt{ padding-left:.5em;}
.commentWrap .comm_list{}
.commentWrap .comm_list > li{ padding:1.5em 0; border-top:1px solid #e5e5e5;}
.commentWrap .comm_list > li .comm_in{ position:relative;}
.commentWrap .comm_list > li .comm_in .name{ padding:0 4.5em .5em 0;}
.commentWrap .comm_list > li .comm_in .name > *{ display:inline-block; vertical-align:middle;}
.commentWrap .comm_list > li .comm_in .name .tt{ padding-left:.25em;}
.commentWrap .comm_list > li .comm_in .text .tt{ font-size:.938em; line-height:1.5;}
.commentWrap .comm_list > li .comm_in .info{ margin-top:.75em;}
.commentWrap .comm_list > li .comm_in .info .tt{ font-size:.813em; color:#999;}
.commentWrap .comm_list > li .comm_in .edit{ position:absolute; top:0; right:0;}
.commentWrap .comm_list > li .comm_in .edit .btn{ display:block; margin:0 .063em; width:1.75em; line-height:1.75em; background:#386fc8; border-radius:50%; text-align:center; color:#fff;}
.commentWrap .comm_list > li .comm_in .edit .btn .tt{ font-size:.813em;}
.commentWrap .comm_list > li .comm_in .edit .btn:hover{ background:#333;}

.commentWrap .comm_write{ padding:1.25em 1.5em; background:#fff; border:2px solid #d4d5d8; border-radius:.5em;}
.commentWrap .comm_write .name_wrap .number{ font-size:.813em; color:#999;}
.commentWrap .comm_write .write_wrap{ margin:.75em 0;}
.commentWrap .comm_write .write_wrap .comm_txt{ display:block; box-sizing:border-box; width:100%; height:6em; background:transparent; border:0;}
.commentWrap .comm_write .btn_wrap{ text-align:right;}

/**/
.board_st .board_chk{ margin-bottom:1em;}

/**/
.board_st.faq{ border-top:2px solid var(--color-point2);}
.board_st.faq .list .BScon{ padding:1.5em 0; background:#f7f7f7;}
.board_st.faq .list > li{ border-bottom:1px solid #ddd; text-align:center; line-height:1.5;}
.board_st.faq .list > li .con .w_tit{ flex:1; padding:1.75em 1em; text-align:left;}
.board_st.faq .list > li .con .w_faq{ padding:.75em 0;}
.board_st.faq .list > li .con .faqQ{ font-size:1.125em;}
.board_st.faq .list > li .con .faqA{ font-size:1.063em;}
.board_st.faq .list > li .con .faqA *{ box-sizing:border-box; max-width:100% !important;}
.board_st.faq .list > li .con .faqA img{ width:auto !important; height:auto !important;}
.board_st.faq .list > li .con .faq_tit{ font-size:2.000em; font-weight:700;}
.board_st.faq .list > li .con .faq_tit.c1{ color:var(--color-point2);}
.board_st.faq .list > li .con .faq_tit.c2{ color:#333;}
.board_st.faq .list > li .con .board_more .xi{ font-size:1.500em; color:#333; 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{ color:var(--color-point2);}
.board_st.faq .list > li.on .con .board_more .xi{ transform:rotate(-180deg);}

/**/
.w_check { width:3em;}
.w_no    { width:6em;}
.w_no2   { width:8em;}
.w_tit   { width:auto;}
.w_name  { width:7em;}
.w_date  { width:8em;}
.w_date2 { width:13em;}
.w_hit   { width:7em;}
.w_file  { width:4em;}
.w_btn   { width:9em;}
.w_faq   { width:5em;}
.w_more  { width:4em;}
.w_price { width:15em;}
.w_state { width:6.5em;}
.w_btn   { width:8.5em;}
.w_btn2  { width:6em;}
.w_time  { width:6em;}
.w_time2 { width:9em;}
.w_type  { width:8em;}
.w_school{ width:12em;}
.w_cnum{ width:17em;}

.w_form_tit { width:14em;}
.w_form_tit2{ width:10em;}
.w_form_tit3{ width:15em;}
.w_form_tit4{ width:18em;}
.w_auto { width:auto;}


.w_subject {width:15em;} /*종목,과목*/
.w_receipt { width:14em;} /*원서접수*/
.w_examdate { width:8em;} /*시험일*/
.w_presentation {width:8em;} /*합격자발표*/
.w_book {width:auto;} /*도서명*/
.w_author {width:auto;} /*저자,출판사*/
.w_year {width:6em;}/*년도*/
.w_place {width:10em;}/*장소*/
.w_testnum{width:10em;}/*수험번호*/
.w_photo{width:11em;}

.table_st .w_th{ width:10em;}
.table_st .w_th2{ width:8em;}
.table_st .w_th3{ width:6em;}
.table_st .w_td{ width:25em;}
.table_st .w_small{ width:8em;}
.table_st .w_ssmall{ width:6em;}
.table_st .w_middle{ width:12em;}
.table_st .w_big{ width:20em;}

/**/
.board_search_wrap{ margin-bottom:1.5em;}
.board_search_wrap.flex.vc{ align-content:flex-end; align-items:flex-end;}
.board_search_wrap .total_wrap{ padding:0 0;}
.board_search_wrap .right{ display:flex; flex-wrap:wrap; gap:.313em;}
.board_search_wrap .sel{ width:8em;}
.board_search_wrap .inp{ width:15em;}

.total_wrap{ color:#111; text-transform:uppercase;}
.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.125em; color:var(--color-point); font-weight:700;}

.photo_group{display:block; text-align:center}
.photo_group > .photo{ border:1px solid #ccc; width:10em; display:inline-block}
.photo_group > .photo .resize{ padding-bottom:140.35%; overflow:hidden; padding-bottom:128.5714%;}
.photo_group > .photo img{ width:100%; height:100%;}

/**/
.board_paging{ text-align:center; margin-top:5em; font-size:.813em;}
.board_paging button{ vertical-align:top; min-width:3em; height:3em; padding:0 .5em; background:#fff; border:1px solid #ddd; border-radius:.3em; color:#313851; font-weight:500;}
.board_paging button:hover,
.board_paging button.on{ background:var(--color-point); border-color:var(--color-point); color:#fff}
.board_paging button.icon{ background:#f1f1f1;}
.board_paging button.icon:hover{ background:#aaa; border-color:#aaa;}
.board_paging .xi.first:before{ content:"\ea47"}
.board_paging .xi.last:before { content:"\ea48"}
.board_paging .xi.prev:before { content:"\e93c"}
.board_paging .xi.next:before { content:"\e93f"}

.pop .board_paging{ margin-top:2em;}
.pop .board_paging button{ min-width:2.5em; height:2.5em;}

.board_btn_wrap{ margin-top:3rem; text-align:center;}
.pop .board_btn_wrap{ margin-top:2em;}

/**/
.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; gap:.5em; position:relative; min-width:5.5em !important;}
.label_st,
.label_st > *{ min-width:0; box-sizing:border-box;}
.label_st > *{ cursor:pointer;}
.label_st .xi{ font-size:1.500em; line-height:1;}
.label_st .xi:before{ font-family:xeicon !important; font-style:normal;}
.label_st input ~ .xi ~ span{ flex:1; padding-top:.25em;}
.label_st input ~ .xi ~ span,
.label_st input ~ .xi:before{ color:#434343;}
.label_st input:checked ~ .xi ~ span,
.label_st input:checked ~ .xi:before{ color:var(--color-point);}
.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_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; -moz-appearance:none; -webkit-border-radius:0;}
.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:#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_st{ box-sizing:border-box; display:inline-block; vertical-align:middle; background:#fff; border:1px solid #e5e7eb; max-width:100%; height:3.25em; padding:.5em 1em;}
a.input_st,
button.input_st{ display:inline-flex; align-items:center; justify-content:center; text-align:center; gap:0 .5em;}
a.input_st.al{ justify-content:flex-start; text-align:left;}
input[type=file].input_st{ background:none; border:none; padding:0;}
input[type=text].input_st,
input[type=password].input_st{ min-width:inherit !important;}
input[type=submit]{ cursor: pointer;}
textarea.input_st{ padding:1em; width:100%; height:10em; line-height:1.4;}
textarea.input_st.h1{ height:20em;}

input[type=text].input_st:focus,
input[type=password].input_st:focus,
input[type=tel].input_st:focus{ border-color:var(--color-point2); color:#000;}

input[type=text].input_st:focus::placeholder,
textarea:focus::placeholder{ color:#ccc;}

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{ font-size:1em;}
.input_st > .xi:before{ font-size:1.125em;}

.input_st.s1{ height:3.75em; padding:.5em 1em; min-width:9em; font-size:1.063em; font-weight:600;}
.input_st.s2{ height:2.75em; padding:.5em .75em; min-width:inherit !important; font-size:.938em;}
.input_st.s3{ height:auto; padding:.625em .75em; min-width:inherit !important; font-size:.875em;}

.input_st.round{ border-radius:10em;}

.input_st.c1   { background:var(--color-point2); border-color:var(--color-point2); color:#ffffff !important;}/*포인트색 녹색*/
.input_st.c1.re{ background:#ffffff; border-color:var(--color-point2); color:var(--color-point2) !important;}
.input_st.c2   { background: var(--color-point); border-color:var(--color-point); color:#ffffff !important;}/*포인트색 진녹색*/
.input_st.c2.re{ background:#ffffff; border-color: var(--color-point); color: var(--color-point) !important;}
.input_st.c3   { background:#6cb7cc; border-color:#6cb7cc; color:#ffffff !important;}/*하늘색*/
.input_st.c3.re{ background:#ffffff; border-color:#6cb7cc; color:#6cb7cc !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:#f57440; border-color:#f57440; color:#ffffff !important;}/*오렌지*/
.input_st.c6.re{ background:#ffffff; border-color:#f57440; color:#f57440 !important;}
.input_st.c7   { background:#333333; border-color:#333333; color:#ffffff !important;}/*진한회색*/
.input_st.c7.re{ background:#ffffff; border-color:#333333; color:#333333 !important;}
.input_st.c8   { background:#000000; border-color:#000000; color:#ffffff !important;}/*블랙*/
.input_st.c8.re{ background:#ffffff; border-color:#000000; color:#000000 !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:#ffffff; border-color:#999999; color:#ffffff !important;}/*흐린회색, 하얀배경*/
.input_st.c10.re{ background:#ffffff; border-color:#cccccc; color:#444444 !important;}
.input_st.c10:hover {background:#f5f5f5!important; border-color:#ddd}

.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;}
.input_st.w6{ width:5em;}
.input_st.w7{ width: 21.5em;}

.label_select.wauto{ width: auto;}
.label_select.w1{ width: 15em;}

.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;}

.input_sec{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; text-align:center; width:1.25em;}
.flex > .input_sec{ width:1.688em; width:1em;}
.input_row{ display:block; padding:.25em 0;}

.input_tt{ display:inline-block; vertical-align:middle; margin:0 .5em; font-size:.938em; color:#666;}
.input_tt:first-child{ margin-left:0 !important;}
.input_tt:last-child{ margin-right:0;}
div.input_tt,
p.input_tt{ display:block; margin:.5em 0;}

.input_tt.t1{ font-size:.875em;}

.file_down_tit{display:inline-block; background:var(--color-point2); padding:.25em .5em;}
.file_down_tit > * {vertical-align:middle; color:#fff;}
.file_down_tit .tt{ font-size:.875em;}
.file_down_tit .xi{font-size:1em; padding-left:3px;}

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; font-weight:500;}
.input_st::-moz-placeholder         { color:#888; font-weight:500;}
.input_st:-moz-placeholder          { color:#888; font-weight:500;}
.input_st:-ms-input-placeholder     { color:#888; font-weight:500;}


/*****************/
/*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_fileList{ padding:.125em 0;}
.group_fileList > .input_st ~ .tt{ margin-left:.5em;}
.group_fileList.flex > .input_st ~ .tt{ flex:1;}
.group_file + div .group_fileList:first-child{ margin-top:1em;}

.group_inp.flex{ gap:.25em;}
.group_inp.flex > .label_select,
.group_inp.flex > .input_st{ flex:1;}
.group_inp.flex > .label_select:first-child,
.group_inp.flex > .input_st:first-child{}
.group_inp.flex > .input_sec + .label_select,
.group_inp.flex > .input_sec + .input_st{}
.group_inp.flex > .input_tt{ margin-left:1.5em;}

.group_inpBtn.flex{ gap:.25em;}
.group_inpBtn.flex > .label_select,
.group_inpBtn.flex .input_st[type=text],
.group_inpBtn.flex .input_st[type=password]{ /*flex:1;*/}
.group_inpBtn.flex .fix1{ flex:2 !important;}
.group_inpBtn.flex > .label_select ~ .input_st[type=text],
.group_inpBtn.flex > .label_select ~ .input_st[type=password]{}
.group_inpBtn.flex .input_st[type=submit],
.group_inpBtn.flex .input_st[type=button],
.group_inpBtn.flex button.input_st{ min-width:inherit;}

.group_inpTit{ padding:.375em 0;}
.group_inpTit.flex > .tit{ width:9em; padding-right:.5em;}
.group_inpTit .t_in{ margin-bottom: .3em;}
.group_inpTit .t_in > span{ width: auto; font-size: .95em; font-weight: 600; padding: .5em 1em; background: #f9f9f9;}

.group_btn.flex .input_st{ flex:1;}
.group_btn .input_st{ margin-left:.25em;}
.group_btn .input_st:first-child{ margin-left:0;}

.group_year .input_st[type=text]{ cursor:pointer;}
.group_year.flex .input_st[type=text]{ flex:1;}
.group_year.flex .input_st[type=button],
.group_year.flex button.input_st{ margin-left:.25em;}

.form_lableList{}
.form_lableList > li{line-height:1.5;}
.form_lableList > li > div{padding-right:1em;}

.tupper{ text-transform: uppercase;}

/*inc*/
.BSbtn{ cursor:pointer;}

.no_con{ padding:5.5em 0 !important; background:#fff !important; color:#999 !important; text-align:center;}
.no_con:before{ content:"\e9d8"; font-family:xeicon !important; font-size:2.5em; color:#ddd; display:block; margin:0 auto .25em auto;}
div.no_con{ border:solid #ddd; border-width:1px 0;}
td .no_con{ border-width:0;}

.pic{ background:#f5f5f5; position:relative;}
.pic:before{ content:"No Image"; position:absolute; left:0; top:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-size:.938em; color:#999; text-transform:uppercase; letter-spacing:0;}
.pic.pers{ background:#e9e9e9;}
.pic.pers:before{ content:"\e9f5"; font-family:xeicon; font-size:3.5em; color:#fff;}

.xi.input_cal{ font-size:1em; color:#333;}
.xi.input_cal:before{ content:"\e9a5"; font-size:1.625em;}

.ess,
.ess + span{ display:inline-block; vertical-align:middle; color:var(--crRed);}
.ess + span{ font-size:.938em;}
.ess{ position:relative; }
.ess:before{ position: absolute; top: -10px; right:-10px; color: var(--color-point); content:"*"; font-size: var(--font-size-sm); font-weight:600;}
.essW{ position:relative; display:inline-flex; align-items:center; gap:.625em;}
.essW .ess{}

*[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:var(--crRed);}
.xi.bd_notice:before{ content:"\ea5b"; color:var(--color-point);}
.xi.bd_reply:before { content:"\e9fa"; color:#666; display:inline-block; transform:rotateX(180deg);}
.xi.bd_sub:before   { content:"\e981"; color:var(--color-point2); 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";}

.bd_num{ display:inline-block; vertical-align:middle;}

*[class^="xi bd_"].circle{ margin:0 .375em; text-align:center; font-size:.938em;}
*[class^="xi bd_"].circle:before{ display:block; width:1.875em; line-height:1.875em; background:#2f415b; border-radius:50%; color:#fff;}
*[class^="xi bd_"].circle:first-child{ margin-left:0;}
*[class^="xi bd_"].circle:last-child{ margin-right:0;}
*[class^="xi bd_"].circle + *{ display:inline-block; vertical-align:middle;}

a[class^="xi bd_"]:hover{ text-decoration:none !important;}
a[class^="xi bd_"]:hover:before{ color:var(--color-point);}

.tb_basic{ table-layout:auto;}
