@charset "utf-8";

/*
[ color ]
main(purple)
	bg : #ede3f4
	text : #815a9e
point(mint)
	bg : #32afcb
	text : #7ce0f6
line : #ddd, #ccc

text : #333, #777
*/



/* heading */
h1 { color: #32afcb; font-family: 'JalnanGothic'; font-size: 44px; }
h2 { color: #333; font-family: 'NanumSquare'; font-size: 20px; font-weight: 800; }
h3 { color: #333; font-size: 18px; }
h4 { color: #555; font-size: 16px; }
h5 {}
h6 {}

input:disabled { color: #444; background: #f5f5f5; border-color: #f5f5f5 !important; }
textarea { resize: none; }

header, #header { position: fixed; width: 100%; height: 72px; color: #0c0d20; background: rgba(255, 255, 255, .8); text-align: center; z-index: 30; border-bottom: 1px solid #ddd; }
.main_wrap header, .main_wrap #header { border-bottom: 1px solid rgba(255, 255, 255, .3); }
header .wrapper, #header .wrapper { display: flex; justify-content: space-between; align-items: center; height: 100%; }
.l_header { display: flex; gap: 80px; }

logo, #logo { display: inline-block; }

.util { display: flex; align-items: center; gap: 20px; }

/* gnb */
/*#gnb { position: absolute; left: 50%; transform: translateX(-50%); }*/
#gnb > ul { display: flex; justify-content: space-between; gap: 40px; }
#gnb > ul li { position: relative; }
#gnb > ul li > a { border-radius: 30px; color: #939697; font-size: 18px; line-height: 73px; font-family: 'NanumSquare'; font-weight: 600; }
#gnb > ul li a.on { color: #333; font-weight: 800; }
#gnb > ul li:hover a { color: #333; }
#gnb > ul li a img { margin-right: 8px; vertical-align: sub; opacity: 0.8; }
#gnb > ul li a.on img { opacity: 1; }
#gnb > ul li a:hover img { transform: rotateY(360deg); transition: 1.5s; opacity: 1; }
#gnb nav { height: 100%; }
#gnb .smenu { visibility: hidden; position: absolute; top: 60px; left: 50%; z-index: -1; height: 0; background: #daebf5; text-align: center; border-radius: 8px; transform: translateX(-50%); box-shadow: 0 2px 2px 0 rgba(0,0,0,.2); opacity: 0; }
#gnb > ul li:hover .smenu { visibility: visible; height: auto; padding: 16px 0; opacity: 1; transition: .3s; }
#gnb > ul li a.on .smenu { top: 30px; }
#gnb > ul li .smenu li { display: block; float: none; margin: 0; }
#gnb > ul li .smenu a { color: #7b9197; padding: 0 32px; font-size: 16px; font-family: 'notokr'; font-weight: 500; line-height: 32px; white-space: nowrap; }
#gnb > ul li .smenu a:hover,
#gnb > ul li .smenu a.on { color: #000; }

#btn_bar { display: none; cursor: pointer; }
/*.ico_bar { display: inline-block; vertical-align: middle; }*/
.ico_bar span { display: block; background-color: #aaa; width: 24px; height: 3px; border-radius: 1px; margin-bottom: 5px; transition: .2s; opacity: .8 }
.main_wrap .ico_bar span { background-color: #fff; }
.ico_bar span:nth-child(3) { margin-bottom: 0; }
#btn_bar:hover .ico_bar span { opacity: 1; }
#header.transp .ico_bar span { background-color: #0c90b6;}
#header.transp #btn_bar:hover .ico_bar span { background: #0c90b6; }
/*.gnb_open .ico_bar span { background: #777; }*/
/*.gnb_open #btn_bar:hover .ico_bar span { background: #fff; }*/
.gnb_open .ico_bar span:nth-child(1) { transform: translateY(8px) rotate(45deg); -webkit-transform: translateY(8px) rotate(45deg); }
.gnb_open .ico_bar span:nth-child(2) { opacity: 0; }
.gnb_open #btn_bar:hover .ico_bar span:nth-child(2) { opacity: 0; }
.gnb_open .ico_bar span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); -webkit-transform: translateY(-8px) rotate(-45deg); }



.pop_util { display: flex; justify-content: center; align-items: center; }
.pop_util > i { margin-right: 6px; color: #777; font-size: 20px; vertical-align: text-bottom; }
.pop_util .user_name a { max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: bottom; }



.util span { font-size: 15px; }
.util button { margin-left: 10px; color: #444; font-size: 15px; }
.util button:hover { color: #0c90b6; }
.util button i { font-size: 14px; vertical-align: middle; }
.util a { display: inline-block; }
.util a:hover { color: #0c90b6; }
.util span a i { margin-right: 4px; color: #888; vertical-align: 1px; font-size: 12px; }
.util span a:hover i { color: #0c90b6; }
.util .user_name { color: #777; }
.main_wrap .util .user_name { color: #fff; }



.util .user_name a { color: #333; font-weight: 600; }
.util .user_name a:first-child:after { content:''; position: relative; display: inline-block;  width: 3px; height: 3px; margin: 0 8px 3px 12px; background: #a5a7c8; border-radius: 50%; }
.util .user_name:hover a { color: #0c90b6; text-decoration: underline; }
.util .user_name a:first-child:after { content: none; }



/* footer */
footer, #footer { position: relative; padding: 16px 0; text-align: center; }
.f_txt { color: #888; font-weight: 300; font-size: 15px; }
.f_txt a { display: inline-block; color: #f58220; font-weight: 600; }
.f_txt a:hover { text-decoration: underline; }



/* wrap_scroll */
.wrap_scroll { overflow-y: auto; }
.wrap_scroll::-webkit-scrollbar { width: 8px; height: 8px; background: rgba(119,119,119,.1); }
.wrap_scroll::-webkit-scrollbar-thumb { background: rgba(0,0,0,.2); border-radius: 5px; }

.wrap_scroll.h418 { height: 418px; }
.wrap_scroll.h456 { height: 456px; }
.wrap_scroll.h480 { max-height: 480px; }
.wrap_scroll.h500 { height: 535px; }
.wrap_scroll.h539 { height: 539px; }



/* sub */
.sub_sec { min-height: calc(100% - 54px); padding-top: 80px; }
.sub_tit { margin-bottom: 32px; text-align: center; font-size: 32px; }
.sub_tit span { position: relative; }
.sub_tit span::before { content: ''; position: absolute; top: -10px; left: -60px; width: 26px; height: 42px; background: url('../images/sub_tit_l.png') no-repeat; }
.sub_tit span::after { content: ''; position: absolute; top: -6px; right: -86px; width: 58px; height: 41px; background: url('../images/sub_tit_r.png') no-repeat; }



/* contbox */
.cont_tit { margin: 0 16px; padding: 12px 24px; background: #ece1f3; border-radius: 5px 5px 0 0; border: 1px solid #cdc1d6; border-bottom: 0; }
.cont_tit.bg_none.tac { padding: 2px 0 16px; background: none; border: none; }
.cont_tit i.fa-splotch { margin-right: 5px; color: #ffe431; font-size: 16px; }
.cont_tit span { margin-left: 5px; color: #736d49; font-family: 'notokr'; font-size: 16px; font-weight: 400; }

.cont_top { position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px; }
/*.cont_top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px; padding-bottom: 10px; border-bottom: 1px solid #ddd; }*/
.cont_top h2 b { color: #8257a0; }
.cont_top .btn_wrap { display: flex; gap: 8px; }
/*.cont_top .btn_wrap a { padding: 10px 30px; color: #86a5b6; background: #fff; border-radius: 30px; font-size: 18px; text-align: center; font-weight: 600; }*/
.cont_top .btn_wrap a { padding: 6px 16px; color: #999; background: #eaeaea; border-radius: 30px; font-size: 16px; text-align: center; font-weight: 500; }
.cont_top .btn_wrap a:hover { color: #777; background: #fefefe; }
/*.cont_top .btn_wrap a.on { color: #fff; background: #77cee2; font-weight: 600; }*/
/*.cont_top .btn_wrap a.on {color: #328598;background: #edf4f6;font-weight: 600;border: 1px solid #99c5cf;}*/
.cont_top .btn_wrap a.on { color: #fff; background: #a481bc; font-weight: 600; }
.cont_top .btn_wrap a i { margin-left: 4px; font-size: 13px; vertical-align: 1px; }
.cont_top em { font-size: 17px; color: #777; }
.cont_top span { font-size: 17px; }
.cont_top span b { color: #8857ac; font-size: 20px; }
.contbox { padding: 30px; background: #f6f6f6; border-radius: 10px; }
.contbox .tar select { width: 90px; margin-right: 4px; border: 0; }
.contbox.type02 { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; }
.contbox.type03 { border-top: 0; border-top-left-radius: 20px; border-top-right-radius: 20px; background-image: repeating-linear-gradient(0deg, #cdc1d6, #cdc1d6 6px, transparent 6px, transparent 12px, #cdc1d6 12px), repeating-linear-gradient(90deg, #cdc1d6, #cdc1d6 6px, transparent 6px, transparent 12px, #cdc1d6 12px), repeating-linear-gradient(180deg, #cdc1d6, #cdc1d6 6px, transparent 6px, transparent 12px, #cdc1d6 12px), repeating-linear-gradient(270deg, #cdc1d6, #cdc1d6 6px, transparent 6px, transparent 12px, #cdc1d6 12px);
background-size: 0, 100% 1px, 0, 0; background-position: 0 0, 0 0, 100% 0, 0 100%; background-repeat: no-repeat; }

.guide { margin-top: 16px; color: #0c90b6; line-height: 24px; }
.tbl01 .guide { color: #777; font-size: 15px; font-weight: 400; }
.guide em { text-decoration: underline; }



/* search */
.search_wrap { display: inline-block; position: relative; width: 300px; }
.search_wrap a { position: absolute; top: 0; right: 0; width: 40px; text-align: center; line-height: 40px; }
.search_wrap input { width: 100%; padding: 0 40px 0 18px; border-radius: 6px; color: #9a92bb; }



/* wh_box */
.wh_box { padding: 24px; background: #fff; border-radius: 8px; }
.wh_box.pd0 { padding: 24px 0 0; }

.lms .wh_box.b_line { min-height: auto; }

.wh_box.gn_line { border: 2px solid #bcd6b3; }

.contbox.column02.type03 .wh_box { overflow-x: hidden; max-width: 610px; }



#loading {display: block; width: 50px; height: 50px; margin: 0 auto 16px; border: 3px solid rgba(0,0,0,.1); border-radius: 50%; border-top-color: rgba(0,0,0,.3); animation: spin 1s ease-in-out infinite; -webkit-animation: spin 1s ease-in-out infinite; }

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}



.blue { color: #1895b1; }



/* btn */
.btn { font-family: 'notokr'; text-align: center; }

.btn.xs { display: inline-block; padding: 0 20px; font-size: 15px; font-family: 'notokr'; font-weight: 700; border-radius: 5px; }
.btn.xs.blue { color: #3473ab; background: #cfe8ff; border: 2px solid #c1dcf5; }
.btn.xs.red { color: #ab6b8c; background: #ffe8f4; border: 2px solid #f9ddeb; }

.btn.sm { display: inline-block; min-width: 80px; padding: 5px 10px; color: #fff; font-size: 15px; font-family: 'notokr'; font-weight: 500; border-radius: 5px; }

.btn.sm.wh { color: #777; background: #fff; border: 1px solid #ddd; }
.btn.sm.wh i { color: #999; }
.btn.sm.wh:hover { color: #5d94c6; border-color: #8bc6d4; }
.btn.sm.wh:hover i { color: #5d94c6; }

.btn.sm.grey { background: #bfbfbf; border: 2px solid #bfbfbf; }
.btn.sm.grey:hover { background: #a3a3a3; border: 2px solid #a3a3a3; }

.btn.sm.grey_line { color: #777; background: #ededed; border: 2px solid #e8e8e8; }
.btn.sm.grey_line i { color: #999; }
.btn.sm.grey_line:hover { color: #815a9e; background: #ede3f4; border-color: #e4ddea; }
.btn.sm.grey_line:hover i { color: #815a9e; }
.btn.sm.grey_line.lock:hover { color: #1f7284; background: #c6eaf2; border: 2px solid #c9e5ec; }
.btn.sm.grey_line.lock i { font-size: 13px; }
.btn.sm.grey_line.lock:hover i { color: #4f8bbf; }
.btn.sm.grey_line.ing:hover { color: #333; background: #dfdfdf; border: 2px solid #ddd; }

.btn.sm.blue { color: #1f7284; background: #c6eaf2; border: 2px solid #c9e5ec; }
.btn.sm.blue i { color: #4f8bbf; font-size: 13px; }
.btn.sm.blue:hover { color: #1f7284; background: #a6e3f1; border-color: #abd2db; }
.btn.sm.blue.lock:hover { color: #777; background: #ededed; border: 2px solid #dedede; }

.btn.sm.blue_line { color: #5d94c6; background: #f0f8ff; border: 2px solid #cde3f7; }
.btn.sm.blue_line:hover { color: #5d94c6; background: #fff; }

.btn.sm.purple { color: #815a9e; background: #ede3f4; border: 2px solid #e4ddea; }
.btn.sm.purple:hover { color: #6d448c; background: #e3c8f4; border: 2px solid #cabad8; }

.btn.sm.disable { color: #b4b4b4; background: #f0f0f0; border: 2px solid #f0f0f0; cursor: default; }
.btn.sm.disable i { color: #d3d3d3; }



.btn.mid { padding: 10px 40px; border-radius: 6px; font-size: 16px; font-weight: 600; }

.btn.mid.grey { color: #555; background: #e6e6e6; opacity: .8; border: 2px solid #e1e1e1; }
.btn.mid.grey:hover { opacity: 1; }

.btn.mid.grey_line { color: #777; background: #e7e7e7; border: 2px solid #e3e3e3; }
.btn.mid.grey_line:hover { color: #815a9e; background: #ede3f4; border-color: #e4ddea; }

.btn.mid.grey.disabled { color: #aaa; background: #ededed; cursor: auto; opacity: .8; border-color: #eaeaea; }

.btn.mid.blue { color: #fff; background: #3eb2cc; opacity: .8; border: 2px solid #4dacc1; }
.btn.mid.blue:hover { opacity: 1; }

.btn.mid.purple { color: #fff; background: #9470b6; opacity: .8; border: 2px solid #9876b9; }
.btn.mid.purple:hover { opacity: 1; }



.btn.lg { width: 180px; padding: 12px 20px; font-size: 16px; font-weight: 600; border-radius: 10px; }
.btn.lg.grey { color: #888; background: #e5e5e5; border: 2px solid #dedede; }
.btn.lg.grey:hover { color: #555; background: #dedede; }
.btn.lg.blue { color: #f2f8ff; background: #5a96e0; border: 2px solid #6495d1; }
.btn.lg.blue:hover { color: #fff; background: #4488db; }

/* 새 보고서 만들기 */
.cont_top .btn_wrap .new_report { color: #04455a; background: #e0f5fc; border: 1px solid #99c1cd; opacity: .8; }
.cont_top .btn_wrap .new_report i { color: #3099b7; font-size: 14px; }
.cont_top .btn_wrap .new_report:hover {  color: #04455a; background: #e0f5fc; opacity: 1; }

.class_disa { padding: 8px 12px; color: #777; background: #eee; border: 1px solid #eee; border-radius: 30px; font-family: 'notokr'; font-size: 15px; font-weight: 600; cursor: auto; }
.class_disa i { color: #aaa; }



/* tab */
.tab01 {display: flex; margin-bottom: 16px; border-bottom: 1px solid #ddd; }
.tab01 a { padding: 10px 16px; color: #999; font-size: 18px; font-weight: 600; }
.tab01 a:hover { color: #555; border-color: #f0e7a8; }
.tab01 a.on { color: #8956b0; border-bottom: 2px solid #c9b0dc; font-weight: 800; }

.tab02 { display: flex; justify-content: center; margin: 0 16px -4px; border: 2px solid #f0f0f0; border-bottom: 0; border-radius: 5px 5px 0 0; font-size: 18px; }
.tab02 a { margin-top: -2px; padding: 16px 24px; color: #b2b2b2; border-top: 3px solid rgba(247,220,99,0);  font-weight: 600; }
.tab02 a:hover { color: #777; border-color: #e3e3e3; }
.tab02 a.on { color: #333; border-color: #f7dc63;}

.tab03 { display: flex; justify-content: space-evenly; border-bottom: 2px solid #e3e9eb; font-size: 17px; text-align: center; }
.tab03 a { flex: 1; padding: 10px; color: #999; border-right: 2px solid #e3e9eb; }
.tab03 a:hover { color: #333; }
.tab03 a:last-of-type { border-right: 0; }
.tab03 a.on { color: #555; background: #f2f6f7; font-weight: 600; }

.tab04 { position: absolute; display: flex; right: 16px; bottom: 0; }
.tab04 a { width: 110px; padding: 8px 10px 5px; color: #8797a1; background: #fff; border: 1px solid #d9e0e5; border-bottom: 0; border-radius: 5px 5px 0 0; font-family: 'notokr'; font-size: 16px; font-weight: 400; text-align: center; }
.tab04 a:hover {color: #2f77bc; border: 1px solid #6aa6ce; border-bottom: 0; }
.tab04 a.on { color: #fff; background: #6aa6ce; border: 1px solid #6aa6ce; border-bottom: 0; font-weight: 600; }



/* search */
.search_wrap { display: inline-block; position: relative; width: 300px; }
.search_wrap a { position: absolute; top: 0; right: 0; width: 40px; text-align: center; line-height: 40px; }
.search_wrap a:hover { color: #2cafd4; }
.search_wrap input { width: 100%; padding: 0 40px 0 18px; color: #9a92bb; border: 0; border-radius: 5px; }



/* table */
.scrollarea { position: relative; overflow-y: auto; }
.tblscroll { overflow-x: auto; }
table .list_none { height: 204px; }
.list_none { height: 262px; }

.tbl01 { width: 100%; line-height: 30px; }
.tbl01 thead tr { color: #333; background: #f0f2f2; font-size: 18px; }
.tbl01 thead th { padding: 12px 8px; font-weight: 600; white-space: nowrap; }
.tbl01 thead th.th_btn_wrap { min-width: 184px; }
.tbl01 thead th:first-of-type { border-radius: 10px 0 0 10px; }
.tbl01 thead th:last-of-type { border-radius: 0 10px 10px 0; }
.tbl01 tbody td { padding: 6px; color: #555; border-bottom: 1px solid #ddd; font-size: 17px; font-weight: 400; line-height: 22px; white-space: nowrap; }
.tbl01 tbody td .notice_ico { color: #2eb6d5; font-size: 18px; }
.tbl01 tbody td em { text-decoration: underline; }
.tbl01 tbody td.grey { color: #aaa; }
.tbl01 tbody td.blue { color: #0c90b6; }
.tbl01 tbody td.purple { color: #9c52d1; }
.tbl01 tbody td a { display: inline-block; max-width: 500px; line-height: 30px; vertical-align: top; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-decoration: underline; }
.tbl01 tbody td a:hover { color: #874ab0; }
.tbl01 tbody td a.purple { color: #8d59b2; }
.tbl01 tbody td a.purple:hover { color: #6f3598; }
.tbl01 tbody td b { color: #333; font-weight: 600; }
.tbl01 tbody td button { vertical-align: top; }
.tbl01 tbody td .btn_b:first-child { margin-right: 5px; }
.tbl01 tbody td .btn_o:first-child { margin-right: 5px; }

.tbl02 { width: 100%; line-height: 30px; }
.tbl02 thead tr { color: #333; background: #f8f8f8; font-size: 17px; }
.tbl02 thead th { padding: 10px; border-bottom: 1px dashed #b2b2b2; }
.tbl02 tbody td { padding: 6px; color: #333; border-bottom: 1px solid #ddd; font-size: 16px; }
.tbl02 tbody tr:hover { background: #f8f8f8; }

.txt_ovf { max-width: 500px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }



/* column */
.column01 { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 16px; }

.column02 { display: grid; grid-template-columns: 1fr 40px 1fr; align-items: center; }
.column02 h3 { margin-bottom: 10px; }
.column02 h3 span { margin-left: 8px; color: #777; font-size: 15px; font-weight: 400; }
.column02 i.blue { color: #40a2be; font-size: 20px; }

.column03 { display: grid; grid-template-columns: 620px 1fr 1fr; gap: 16px; }

.row02 { display: grid; gap: 16px; }



/* paging */
.paging { height: 40px; line-height: 40px; text-align: center; font-family:'NanumSquare'; }
.wr_page { display: inline-block; }
.paging a,
.paging strong { float: left; height: 40px; color: #777; margin: 0 8px; padding: 0 8px; }
.paging span.num { float: left; margin: 0 24px; font-size: 18px; }
.paging span.num > strong { color: #2cafd4; font-weight: 800; }
.paging a:hover { color: #2cafd4; text-decoration: underline; }

.paging button { float: left; width: 40px; height: 40px; color: #aaa; font-size: 16px; }
.paging button:hover { color: #2cafd4; }
.paging button em { overflow: hidden; text-indent: -9999px; font-size: 0px; }
.paging .disable,
.paging .disable:hover { color: #bbb; background: none; opacity: 0.6; pointer-events: none; cursor: default; }



/* calendar */
div.ui-widget.ui-widget-content { border: 1px solid #bbb; }
div.ui-widget-header { border: 1px solid #ddd; background: #f6fbfc; color: #333; }
div.ui-datepicker th { color: #777; font-weight: normal; }
a.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default { border: 1px solid #ddd; background: #f6fbfc; color: #1c94c4; }
a.ui-state-active,
div.ui-widget-content .ui-state-week-active,
div.ui-widget-content .ui-state-active,
div.ui-widget-header .ui-state-active { border: 1px solid #0d759e; background: #e2f0f6; color: #005070; }
a.ui-state-hover,
div.ui-widget-header .ui-state-hover,
div.ui-widget-content .ui-state-hover,
div.ui-widget-content .ui-state-week-hover,
a.ui-state-focus,
div.ui-widget-content .ui-state-focus,
div.ui-widget-header .ui-state-focus { border: 1px solid #0d759e; background: #e2f0f6; }
div.ui-datepicker a.ui-datepicker-prev-hover,
div.ui-datepicker a.ui-datepicker-next-hover { top: 2px; background: none; border: 0;}
div.ui-datepicker a.ui-datepicker-prev-hover { left: 2px; background: none; border: 0; }
div.ui-datepicker a.ui-datepicker-next-hover { right: 2px; }



/* nav */
.nav_wrap { display: flex; align-items: center; gap: 5px; margin-bottom: 40px; }
.nav_wrap a { color: #aaa; }
.nav_wrap a:hover { color: #6b3d8d; }
.nav_wrap span { color: #999; }
.nav_wrap > i { color: #d6d6d6; }
.nav_wrap span:last-of-type { color: #555; font-weight: 600; }



/* 공통 */
.events_none { pointer-events: none; }



/* 공지사항 */
.notice_down_btn { padding: 16px 20px; background: #fff; border-top: 1px dashed #ddd; border-radius: 5px; }
.notice_down_btn a { line-height: 24px; }
.notice_down_btn a i { margin-right: 8px; color: #aaa; }
.notice_down_btn a:hover { color: #0c90b6; }
.notice_down_btn a:hover i { color: #0c90b6; }



/* 설문조사 */
.survey_box { min-height: 490px; background: #f1e9f7; }
.survey_box .wh_box { min-height: 356px; }
.survey_box .wh_box.loading { display: flex; justify-content: center; align-items: center; min-height: 430px; font-size: 17px; }

.survey_dec { position: relative; margin-bottom: 16px; padding: 50px 20px 32px; color: #333; background: #fff; font-size: 19px; line-height: 30px; text-align: center; border-radius: 10px; }
.survey_dec::before { content: ''; position: absolute; bottom: 20px; left: 24px; width: 103px; height: 196px; background: url('../images/survey_img01.png'); }
.survey_dec::after { content: ''; position: absolute; right: 24px; bottom: 20px; width: 212px; height: 135px; background: url('../images/survey_img02.png'); }
.survey_dec span { display: block; margin-top: 56px; color: #0c90b6; font-size: 17px; }

.survey_list { width: 100%; margin-bottom: 20px; color: #594b65; font-size: 18px; line-height: 40px; }
.survey_list li { margin-bottom: 4px; }
.survey_list li img { margin-right: 8px; }
.survey_list li span { display: inline-block; width: calc(100% - 40px); line-height: 26px; vertical-align: text-top; }
.survey_list li span b { color: #483f51; text-decoration: underline; }

.survey_q { margin-bottom: 8px; color: #594b65; font-size: 18px; }
.survey_q span { content: ''; display: inline-block; width: 69px; height: 35px; margin-right: 8px; background: url('../images/survey_q.png') no-repeat center; }
.survey_q em { display: block; width: 100%; text-align: center; color: #fff; line-height: 28px; }
.survey_q b { color: #0c90b6; }
.survey_q span { color: #777; font-size: 15px; font-weight: 600; }

.class_sel_wrap { display: flex; flex-wrap: wrap; gap: 10px; }
.class_sel_wrap li button { min-width: 90px; padding: 8px 12px; color: #777; background: #f1f1f1; border: 1px solid #f1f1f1; border-radius: 30px; font-family: 'notokr'; font-size: 15px; font-weight: 600; }
.class_sel_wrap li button:hover { background: #fff; border-color: #b59acc; }
.class_sel_wrap li button.on { color: #362248; background: #fff; border-color: #b59acc; }
.class_sel_wrap li button.on i { color: #6c2ca5; }

.survey_clear { text-align: center; }
.survey_clear p { margin: 24px 0; color: #333; font-size: 20px; }
.survey_clear span { display: block; margin-top: 24px; }

.sur_guide { margin-top: 10px; text-align: right; }

.survey_btn { margin-top: 20px; text-align: center; }



/* responsive web */
/* ~ Tablet */
@media screen and (max-width: 1279px){
	h1 { font-size: 38px; }

	.sub_tit { font-size: 30px; }
	.sub_tit span::before,
	.sub_tit span::after { transform: scale(0.8); }

	.btn.mid { padding: 8px 30px; font-size: 15px; }

	.nav_wrap { margin-bottom: 30px; }

	.cont_top span { font-size: 16px; }
	.cont_top span b { font-size: 16px; }
	.cont_top em { font-size: 16px; }

	.column03 { grid-template-columns: 1fr; }
	.column03 .row02 { grid-template-columns: 1fr 1fr; }

	.tab01 a { height: 60px; padding: 16px 0; font-size: 18px; }
	.tbl01 thead tr { font-size: 16px; }
	.tbl01 thead th { padding: 8px; }
	.tbl01 tbody td { font-size: 16px; word-break: keep-all; }

	/* 설문조사 */
	.survey_box { min-height: 360px; }
	.survey_dec { z-index: 9; padding: 30px 16px 20px; font-size: 17px; line-height: 24px; }
	.survey_dec::before { z-index: 1; bottom: -10px; left: 8px; transform: scale(.8); opacity: .2; }
	.survey_dec::after { z-index: 1; bottom: -6px; right: -10px; transform: scale(.8); opacity: .2; }
	.survey_dec span { margin-top: 20px; font-size: 16px; }
	.survey_list li { margin-bottom: 0 }
	.survey_list li span { font-size: 17px; }
}


/* Tablet */
@media screen and (max-width: 1023px){
	header, #header { height: 60px; }

	#container.lms { padding-top: 0; }

	footer, #footer { padding: 10px 0; }
	.f_txt { font-size: 14px; }

	h1 { font-size: 30px; }
	h2 { font-size: 18px; }
	h3 { font-size: 17px; }

	.sub_tit { font-size: 26px; }

	.btn.mid { padding: 6px 24px; }

	.nav_wrap { margin-bottom: 20px; }

	.wh_box { padding: 16px; }

	.contbox { padding: 24px; }

	.column02 { display: block; }

	.wrap_scroll.h418 { height: 320px; }
	.wrap_scroll.h456 { height: 320px; }
	.wrap_scroll.h500 { height: 320px; }

	.contbox.column02 .fa-angle-double-right { display: block; margin: 10px 0; transform: rotate(90deg); }

	.tab02 { font-size: 17px; }
	.tab02 a { padding: 12px 16px; }
	.tab02 a::after { right: -28px; }

	.tab04 a { width: 95px; padding: 6px 10px 4px; font-size: 15px; }

	.cont_top.mb16 { margin-bottom: 10px; }
	.cont_top .btn_wrap a { padding: 5px 14px; font-size: 15px; }

	.cont_tit { padding: 10px 16px; }

	.guide { font-size: 14px; line-height: 20px; }

	/* 설문조사 */
	.survey_dec span { font-size: 15px; }
	.survey_list li span { font-size: 16px; }

	.survey_q { font-size: 17px; }
	.survey_q em { font-size: 15px; }

	.class_sel_wrap li button { padding: 6px 12px; font-size: 15px; }

	.survey_clear p { font-size: 16px; }
	.survey_box .wh_box img { width: 40%; max-width: 327px; }
}


	/* small Tablet */
@media screen and (max-width: 768px){
	h1 { font-size: 24px; }
	h2 { font-family: 'notokr'; font-size: 17px; }
	h3 { font-size: 16px; }

	.sub_tit { font-size: 20px; }

	.util { gap: 10px; }

	.btn.sm { min-width: 70px; padding: 4px 8px; font-size: 14px; }
	.btn.mid { padding: 8px 24px; font-size: 14px; }

	.btn.sm.grey_line i { font-size: 12px; }

	.tab01 { margin: 10px; }
	.tab01 a { height: 50px; margin: 0 -5px; padding: 12px 0; font-size: 16px; border-radius: 40px 40px 0 0; }

	.cont_top span { font-size: 15px; }
	.cont_top span b { font-size: 15px; }
	.cont_top em { font-size: 15px; }

	.contbox { padding: 20px; }
	.wh_box { padding: 16px; }

	.search_wrap { width: 240px; }

	.tbl01 tbody td { font-size: 15px; }

	.tab01 a { font-size: 16px; }
	.tbl01 thead tr { font-size: 15px; }
	.tbl01 thead th { padding: 6px 4px; }
	.tbl01 tbody td { font-size: 15px; }

	.guide { margin-top: 10px; line-height: 20px; }

	/* 설문조사 */
	.survey_box { min-height: auto; }

	.survey_dec { z-index: 9; font-size: 16px; line-height: 24px; }
	.survey_list li span { font-size: 15px; line-height: 24px; }

	.survey_q { font-size: 16px; }
	.survey_q span { margin-right: 0; background-size: 90%; }
	.survey_q em { font-size: 14px; line-height: 32px }

	.class_sel_wrap { gap: 8px; }
	.class_sel_wrap li button { min-width: 80px; padding: 6px 10px; font-size: 14px; }

	.survey_box .wh_box.survey_clear { min-height: auto; }
	.survey_clear p { font-size: 15px; }

	.result_report_box { padding: 16px; }
	.result_report_wrap { gap: 10px; }
	.result_btn p { font-size: 16px; }
	.result_btn span { font-size: 14px; }
	.result_btn.student button { margin-top: 16px; }
}

	/* mobile */
@media screen and (max-width: 480px) {
	h2 { font-size: 15px; }
	h3 { font-size: 15px; }

	.util span { font-size: 14px; }
	.util button { margin-left: 5px; }
	.util button i { font-size: 13px; }

	.sub_tit { font-size: 18px; }
	.sub_tit span::before { left: -32px; transform: scale(0.6); }
	.sub_tit span::after { right: -56px; transform: scale(0.6); }

	header, #header { height: 50px; }

	footer, #footer { padding: 6px 0; }
	.f_txt { font-size: 12px; }

	.btn.sm { min-width: unset; padding: 2px 8px; font-size: 12px; }
	.btn.mid { padding: 5px 20px; font-size: 13px; }

	.btn.sm.grey_line i { font-size: 10px; }

	.nav_wrap { margin-bottom: 10px; }
	.nav_wrap a { font-size: 13px; }
	.nav_wrap span { font-size: 13px; }

	.cont_top .btn_wrap { gap: 4px; }
	.cont_top .btn_wrap a { padding: 5px 8px; font-size: 13px; }
	.cont_top span { font-size: 14px; }
	.cont_top span b { font-size: 14px; }
	.cont_top em { font-size: 14px; }

	.contbox { padding: 10px; }
	.wh_box { padding: 10px; }

	/* 설문조사 */
	.sur_guide { font-size: 13px; }

	.survey_dec { z-index: 9; margin-bottom: 8px; font-size: 15px; line-height: 22px; }
	.survey_dec::before,
	.survey_dec::after { display: none; }
	.survey_list li span { font-size: 14px; line-height: 22px; }

	.survey_q { font-size: 15px; }
	.survey_q span { margin-right: 0; background-size: 85%; }
	.survey_q em { font-size: 13px; line-height: 30px }

	.class_sel_wrap li button { min-width: auto; padding: 4px 8px; font-size: 13px; }

	.survey_clear p { font-size: 14px; }
	.survey_clear span { font-size: 13px; }
}