@charset "utf-8";
@import url('../lib/xeicon/xeicon.min.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@font-face {
	font-family: 'JalnanGothic';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


html {width:100%;height:auto; min-height:100%;margin:0;padding:0;}
body {width:100%;height:100%;margin:0;padding:0;word-spacing:-1px;color:#2f2f2f;font-family:'Pretendard','malgun gothic', 'dotum';font-size:15px;line-height:1.4;letter-spacing: -0.025em;}
* {box-sizing: border-box; font-family:'Pretendard','malgun gothic', 'dotum' !important;}
*:after,
*:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body *::-webkit-scrollbar {width: 7px;height: 7px;}
body *::-webkit-scrollbar-thumb {background: #c9c9c9; border-radius: 100rem;}
body *::-webkit-scrollbar-track {background: #f2f2f2; border-radius: 100rem;}
body *:hover::-webkit-scrollbar-thumb {background: #aeaeae;}
body *:hover::-webkit-scrollbar-track {background: #f2f2f2;}


/* inline */
img {display:inline-block;border:0 none;line-height:1;font-size:1%;vertical-align: middle;} /* 2020-06-26 */
cite, code, dfn, del, em, ins, label, q, span, strong {display:inline-block;}
cite, em, dfn {font-style:normal;}
sub {vertical-align:bottom;font-family:'dotum';}
sup {vertical-align:top;font-family:'dotum';}
hr {display:none;}

/* block */
h1, h2, h3, h4, h5, h6 {margin:0;font-size:1em;}
address {font-style:normal;}
p  {margin:0;}
pre {margin:0;font-size:1em;font-family:verdana;}

/* table */
table {border-spacing:0;border-collapse:collapse;font-family:inherit; width:100%;border:0;}
caption {display:none;}
th,td {padding:0;vertical-align:middle;text-align:left;font-weight:normal;font-size:inherit;}

/* list */
dd, dl, ol, ul {margin:0;padding:0;}
li {list-style-type:none;}

/* form */
form {margin:0;}
fieldset {margin:0;padding:0;border:none;}
legend {display:none;}
textarea {font-family: inherit;font-size:inherit;border:1px solid #e5e5e5;}
input[type="text"],input[type="password"],input.text, input[type="number"] {font-family: inherit;height:24px;border:1px solid #e5e5e5;padding: 0 10px;vertical-align:middle;font-size:inherit;color:#393939;border-radius: 5px;}
input[type="checkbox"], input[type="radio"]{width:13px;height:13px;margin:-1px 2px 1px 0;padding:0 0 0 5px;vertical-align:middle;}
select {font-family: inherit;height:26px;border:1px solid #e5e5e5;font-size:inherit;vertical-align:middle;margin:0;color:#393939;}
button {display:inline-block;vertical-align: middle;cursor:pointer; margin:0;padding:0;font-family:inherit;white-space:nowrap;text-align: center; border:0;}
a {color:inherit; text-decoration:none;}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type="text"]:read-only, input[type="password"]:read-only, input.text, input[type="number"]:read-only{background: #ddd;}

/* basic */
.hidden {position:absolute;visibility:hidden;top:-9000px;left:-9000px;}
.display_none {display:none;}
.cursor {cursor: pointer;}
.btn {font-family:inherit;display: inline-block;font-weight: 500;text-align: center;vertical-align: middle;cursor: pointer;border:1px solid transparent;border-color: rgba(0, 0, 0, 0); white-space: nowrap;color:#fff;line-height: 1;}
.btn_excel{display: inline-block; padding: 5px 10px; background: #0c9b4d; color: #fff; font-size: 14px; border-radius: 4px;}
.btn_excel i{margin-right: 5px;}

/*border*/
.no_bdl {border-left:0 !important;}
.no_bdr {border-right:0 !important;}
.no_bdt {border-top:0 !important;}

.th_tit {display:inline-block;position: relative; margin-left: -9px; padding-left: 10px;}
.th_tit::before {position: absolute;top: 13px;left: 0;display: block;content: '*';transform: translateY(-50%); color: #e61212;}

/* align */
.l {text-align:left !important;}
.c {text-align:center !important;}
.r {text-align:right !important;}
.t {vertical-align:top !important;}
.m {vertical-align:middle !important;}
.b {vertical-align:bottom !important;}
.bs {vertical-align:baseline !important;}
.fl {float:left !important;}
.fr {float:right !important;}

/* clear */
.clear:after{content:".";height:0;font-size:0;visibility:hidden;display:block;clear:both;}

/* font */
.fs11{font-size:11px !important;}
.fs13{font-size:13px !important;}
.fs14{font-size:14px !important;}
.fs15{font-size:15px !important;}
.fs16{font-size:16px !important;}
.fs18{font-size:18px !important;}
.fs20{font-size:18px !important;}

/*width*/

.w200 {width:200px !important;}
.w230 {width:230px !important;}

/*btn*/
.btn {display: inline-block;font-weight: normal;text-align: center;vertical-align: middle;cursor: pointer;border:1px solid transparent;border-color: rgba(0, 0, 0);white-space: nowrap;font-size: 12px;color:#fff;line-height: 1;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.btn_link {min-width: 110px; height: 40px;font-size: 15px;line-height: 37px; border-radius: 20px; background: #4fd7e0;}
.btn_link i {display:inline-block; vertical-align:sub; width:15px; height:15px; margin-left:5px; transform:translateX(0); transition: transform 0.2s;}
.btn_link:hover i {transform:translateX(20%);}
.point01 {color:#e83d3d !important;}

/* etc */
.mar_t40{margin-top:40px;}

/** layout **/
#wrapper {min-width:1550px;}

/* header */
#header{position: absolute; top: clamp(600px, calc(100vh - 78px), calc(100vh - 78px)); left: 0; min-width:100%;  height: 78px; z-index:1000; background: linear-gradient(90deg, #045695 27%, #058e93 100%); transform:translate(0, 0);}
#header .gnb .depth1 {margin:0;padding:0;width: 1600px;margin:0 auto;}
#header .gnb .depth1 li {list-style-type:none; font-size: 25px; float: left; height: 78px; text-align: center; border-left:1px solid rgba(255,255,255,0.4);}

#header .gnb .depth1 li:last-child {border-right:1px solid rgba(255,255,255,0.4);}
#header .gnb .depth1 li.on {background: url(../images/bg_gnb.png) no-repeat 0 0;transition: ease-out 0.2s;}
#header .gnb .depth1 li:hover {background: url(../images/bg_gnb.png) no-repeat 0 0;transition: ease-out 0.2s;}
#header .gnb .depth1 li a {width: 100%; height: 100%; display: block; color: #fff; font-weight:600; text-decoration: none; line-height:78px; letter-spacing:0; word-spacing:0;}
#header .gnb .depth1 li a > span {display: flex;align-items:center;justify-content:center;gap:10px;font-size: 15px;font-family: 'JalnanGothic' !important;font-weight: 400;letter-spacing: -0.02em;padding: 0 16px;position: relative;height: 78px;line-height: 1.5;}
/*#header .gnb .depth1 li a > span::after{content:"";background:url(../images/i_gnb_arrow02.png) no-repeat 0 0 / 100% auto;width:10px;height:10px;position: relative;top: -2px;}*/
#header .gnb .depth1 li a:hover {color: #fff;transition: ease-out 0.2s;}
#header.fixed {position:fixed;left:0;top:0;width:100%;z-index:1000;margin-left: 0;box-shadow: 4px 4px 15px rgba(0,0,0,0.4); transform:translate(0,0);}
#header.fixed .gnb {margin: 0 auto;width: 1600px;}
#header.fixed .gnb .depth1 li{transform: translateZ(0);}
#header.fixed .gnb .depth1 li:first-child {border-left:1px solid rgba(255,255,255,0.4); transform: translateZ(0);}
#header.fixed .gnb .depth1 li:last-child {border-right:1px solid rgba(255,255,255,0.4); transform: translateZ(0);}



/* content_common */
.cont_box {width:1400px; margin:0 auto;}

.main_tit_box {width:1400px; margin:0 auto; padding-top:195px; height:832px; position: absolute; top: 0; left:50%; transform: translateX(-50%); z-index:1;display: flex;justify-content: space-between;align-items: center;}
.main_tit_box::after {content: url(../images/img_visual02.png);display: block;}
.main_tit {color:#129fd9; text-align:left; font-size:75px; line-height:1.2; letter-spacing:-0.025em;  font-weight:normal; font-family: 'JalnanGothic' !important;position: relative;}
.main_tit::before {content: url(../images/img_visual01.png);display: block;}
.main_tit .sup_tit {display:block;font-size:22px; font-family: 'Pretendard'; font-weight:600; letter-spacing:-0.09em; margin-bottom:28px;}
.main_tit .txt01{display:block;font-weight:300; letter-spacing:-0.05em;}

.suj_tit:before {display: inline-block;content: '';background: url(../images/i_tit02.png) no-repeat 0 0;width: 35px;height: 35px;margin-right: 25px;}
.suj_tit {text-align:center;font-weight: 400;color: #000;font-size:44px;line-height: 55px;}
.suj_tit:after {display: inline-block;content: '';background: url(../images/i_tit02.png) no-repeat 100% 0;width: 35px;height: 35px;margin-left: 25px;}
.suj_tit.type02 {width:1400px; margin:0 auto;}
.sub_tit {font-size:20px; line-height:1.2; color:#848484; text-align:center;}
.suj_tit + .sub_tit {margin:43px 0 47px;}
.min_tit {margin-bottom:16px;text-align:center;font-size:32px;color:#353535;font-weight:700; line-height:1.2; }
.min_tit span {padding-left:63px;background:url(../images/bg_table_tit.png) no-repeat 0 50%;}

/* tab_menus01 */
.tab_menus01 {background:#2a9aba;width: 1217px;height:95px; padding:5px 5px; border-radius:50px;margin: 0 auto;}
.tab_menus01 li {float:left;position:relative;width:50%; height:85px; transition:all 0.1s ease;text-align:center; border-radius:45px;}
.tab_menus01 li a {display:block; width:100%; height:100%;}
.tab_menus01 li a > span {display:inline-block;height:100%;font-size:24px;line-height: 88px;color: #606FAE;font-family: 'JalnanGothic' !important;}
.tab_menus01 li.on {background:#1a80a6;border:4px solid #fff;}
.tab_menus01 li.on:after {background:url(../images/bg_tab_arrow.png) no-repeat left top;}
.tab_menus01 li:after {content:'';position:absolute;left:50%;bottom:-35px;width: 30px;height:35px;transform:translate(-50%, 0);}
.tab_menus01 li.on a > span {height:100%;font-size:22px; line-height: 84px;color:#fff;font-weight:500;letter-spacing: -0.05em;}

.tab_cont {margin-top:50px;border:1px solid #dcdcdc;}
.tab_cont .tab_box01 {position:relative;}
.tab_cont .inner {padding:43px 90px 20px;}
.tab_cont .title {margin-bottom:16px;text-align:center;font-size:32px;color: #000;font-weight: 400;line-height:1.2;}
.tab_cont .title span {padding-left: 55px;background:url(../images/bg_table_tit.png) no-repeat 0 30%;font-family: 'JalnanGothic' !important;}
.tab_cont .text {margin-bottom:20px;font-size:16px; text-align:center;font-weight:400; color:#666666; line-height:1.2;}
.tab_cont .title + .tbl_wrap {margin-top:40px;}

/*tab*/
.tab_menu {position:relative;/* border-bottom:1px solid #1052c9; */height: 40px;margin-top: 25px;}
.tab_menu:after {clear:both;content:'.';height:0;font-size:0;display:block;visibility:hidden;}
.tab_menu li {float:left;width:150px;margin-left:3px;}
.tab_menu li:first-child {margin-left:0;}
.tab_menu li a {display:block;height: 40px;line-height: 38px;text-align:center;border:1px solid #e1e2e3;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;background:#eee;overflow:hidden;font-size: 16px;}
.tab_menu li.current a {font-weight:600;color:#fff;border-color:#1052c9;;background: #1052c9;}
.tab_content {position:relative;padding:20px 0;}


.edu_ect {margin-bottom:20px;padding:0 90px;font-size:18px; color:#333333}

/*table*/
.tbl_col_type01 thead th {padding:18px 0;font-size:18px;color: #fff;text-align:center;background:#a4a4a4;}
.tbl_col_type01 tbody th {padding:26px 10px;border-bottom: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1;font-size:16px; font-weight:400;color: #353535;text-align:center; line-height:1.3;}
.tbl_col_type01 td {padding:15px 10px;border-bottom: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1;font-size:18px;font-weight:500;color: #333;text-align:center; line-height:1.5;}
.tbl_col_type01 td.no_bdr {border-right:0;}
.tbl_col_type01 td .ect{display:block;margin-top:4px;font-weight:300;font-size:15px; color:#808080}
.tbl_col_type01 td a img {vertical-align: text-top;}
.tbl_col_type01 tr th:last-child, .tbl_col_type02 tr td:last-child {border-right:0;}
.tbl_col_type01 td.subject {text-align:left;}
.tbl_col_type01 td.subject a {display:inline-block;}
.tbl_col_type01 td.subject img {margin-left:5px;}
.tbl_col_type01 td.subject a i.fa-lock {color: #000;margin-right: 0.4rem;}
.tbl_col_type01 .tbl_list li{position:relative;padding-left:10px;margin-bottom:8px; font-weight:300; letter-spacing: -0.05em;}
.tbl_col_type01 .tbl_list li:before {content:'';position:absolute; top:11px; left:0;display:block; width:2px; height:2px; background:#353535; border-radius:100%;}
/* .tbl_col_type01 tr.pass_day td {background:#f8f8f8; color:#999;} */
.tbl_col_type01 tr:hover td{background: #f1f1f1;}
.layer_popup .tbl_col_type01 tr:hover td{background: #fff;}
#display_view2.layer_popup .tbl_col_type01 tr:hover td  .text_over{text-decoration: underline;}

.tbl_col_type01 .tbl_in_list {text-align:left; padding-left:15px;}
.tbl_col_type01 .tbl_in_list li {position:relative; padding-left:10px;font-size:16px; margin-top:7px;}
.tbl_col_type01 .tbl_in_list li:first-child {margin-top:0;}
.tbl_col_type01 .tbl_in_list li:after {position:absolute; top: 10px; left:0; content:''; width:3px; height:3px; background:#353535; border-radius:100%;}
.tbl_col_type01 tr.pass_day .tbl_in_list li:after {position:absolute; top: 10px; left:0; content:''; width:3px; height:3px; background:#353535; border-radius:100%;}
.tbl_col_type01 .tbl_in_list ul.dash {margin-top:10px}
.tbl_col_type01 .tbl_in_list ul.dash li {padding-left:18px;}
.tbl_col_type01 .tbl_in_list ul.dash li:after {width:5px; height:2px; left:8px; background:#999; border-radius:0}
.tbl_in_list ul>li.proj {font-weight: 600;}
.tbl_col_type01 tr.pass_day .end {color:#999}
.tbl_col_type02 {margin-top: 20px;}
.tbl_col_type02 thead th {font-weight:bold;padding:18px 0;font-size:18px; font-weight:600;color: #255777;text-align:center;background-color:transparent; border-bottom: 1px solid #e1e1e1;}
.tbl_col_type02 td {padding:26px 10px;border-bottom: 1px solid #e1e1e1;font-size:17px; font-weight:400;color: #353535;text-align:center; line-height:1.3;}
.tbl_col_type02 td .ect{display:block;margin-top:4px;font-weight:300;font-size:15px; color:#808080}
.tbl_col_type02 td a img {vertical-align: text-top;}
.tbl_col_type02 tr th:last-child, .tbl_col_type02 tr td:last-child {border-right:0;}
.tbl_col_type02 td.subject {text-align:left;}
.tbl_col_type02 td.subject a {display:inline-block;}
.tbl_col_type02 td.subject img {margin-left:5px;}
.tbl_col_type02 td.subject a i.fa-lock {color: #000;margin-right: 0.4rem;}
.tbl_col_type02 .tag_notice {color: #fff;width: 57px;height: 28px;line-height:28px;border-radius:14px;text-align: center;font-size: 14px;background: #70bbf4;}
.tbl_col_type02 .no_data td {height:100px;}

/*board write*/
.board_row_type01 {table-layout:fixed;}
.board_row_type01 th {padding:15px 0 15px 25px;color: #353535; border-bottom: 1px solid #d3d3d3;background: #fff;}
.board_row_type01 td {padding: 15px 20px;color: #4e4e4e; border-bottom: 1px solid #d3d3d3;}
.board_row_type01 th > strong {display: block;border-right: 1px solid #d3d3d3;font-weight:600;}
.board_row_type01 .board_row_tit th {padding:0 20px 15px 0}
.board_row_type01 .board_row_tit th > strong {position: relative;border-right:0;font-size: 22px;padding-left:25px;background:url(../images/i_tit.png) no-repeat 0 50%;}
.board_row_type01 td.tbl_text {vertical-align:top;border-left: 0;}
.board_row_type01 .text_area {min-height:150px;}
.down_file img {margin-right:3px;}
.noticeView_bg {display:none;width:100%; height:100%;position:fixed;top:0px; left:0px; z-index:1000;}

.paging_wrap {width:100%;position:relative; margin-top:34px;}
.paging_wrap:after {content:' ';display:block;height:0;font-size:0;visibility:hidden;clear:both;}
.paging_wrap .paging {text-align:center;}
.paging_wrap .paging a {display:inline-block; min-width:34px; height:34px; color:#129fd9; font-size:12px;background-color:#fff; border:1px solid #dedede; vertical-align:middle;line-height: 34px;border-radius: 50%;}
.paging_wrap .paging a:hover {background-color:#33486e;color:#fff;border-color:#33486e;}
.paging_wrap .paging strong {display:inline-block; min-width:34px; height:34px; color:#fff; font-size:12px;background-color:#33486e; border:1px solid #33486e; vertical-align:middle;line-height: 34px;border-radius: 50%;}
.paging_wrap .paging a.btn_page {text-indent:-9999em; font-size:0;background-image:url(../images/btn_page.gif); background-repeat:no-repeat;}
.paging_wrap .paging a.first {background-position:10px 11px;}
.paging_wrap .paging a.first:hover {background-position:-142px 11px;}
.paging_wrap .paging a.prev {background-position:-70px 11px;}
.paging_wrap .paging a.prev:hover {background-position:-220px 11px;}
.paging_wrap .paging a.next {background-position:-107px 11px;}
.paging_wrap .paging a.next:hover {background-position:-257px 11px}
.paging_wrap .paging a.last {background-position:-29px 11px}
.paging_wrap .paging a.last:hover {background-position:-179px 11px}


.link_box {display:block;text-align:center;margin-top:60px; margin-bottom:60px;}
.btn_lms {display:inline-block; padding: 25px 0 0; width:50%; height:80px; background:#4263ca; text-align:center; border-radius:40px;}
.btn_lms > span {display:inline-block;width:80%;font-size:26px; font-weight:600; color:#fff; height:50%; border:3px solid #fff; line-height:1; border-top:0; border-bottom:0;}
.btn_lms .ico {display:inline-block; vertical-align:baseline;margin-left:10px; transform:translateX(0); transition: transform 0.2s;}
.btn_lms:hover i {transform:translateX(20%);}
.main05 {margin-bottom: 50px;}
.main06 {padding-bottom: 50px;}

/* 2021-05-10 */
.tab_menus02 {position: relative; z-index: 999;float: right;height:45px;margin-top: 20px;}
.tab_menu02:after {content:' ';height:0;font-size:0;display:block;visibility:hidden;clear:both;}
.tab_menus02 li {float:left;position:relative;width:150px;height:45px;transition:all 0.1s ease;text-align:center; border-radius:45px;background:#fff;margin-right: 10px;}
.tab_menus02 li:last-child {margin-right: 0;}
.tab_menus02 li a {display:block; width:100%; height:100%;border:1px solid #e1e1e1;border-radius:45px;overflow:hidden;}
.tab_menus02 li a > span {display:inline-block; height:100%;font-size:18px; line-height: 42px;color:#000; font-weight:300;}
.tab_menus02 li.on {background:#2a9aba;border-color: #2a9aba;}
.tab_menus02 li.on:after {content:'';display:block;position:absolute;left:50%;bottom:-9px;margin-left:0; width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #2a9aba;}
.tab_menus02 li:after {content:'';position:absolute;left:50%;bottom:-30px;width:34px; height:30px; transform:translate(-50%, 0);}
.tab_menus02 li.on a {border-style: none;}
.tab_menus02 li.on a > span {display:inline-block; height:100%;font-size:18px; line-height: 42px;color: #fff;font-weight:400;}

.tab_cont2 {min-height: 700px;}
.tab_cont2 .tab_box02 {}

#footer {height:100px; background:#868686;}
#footer .foot_box{width:1400px;height: 100%;margin:0 auto;border: 1px solid blue;}

/*popup*/
.layer_popup {/* border:1px solid #9d9d9d; */z-index:1200;display:none;background:#fff; }
.pop_size400 {width:400px;}
.pop_size710 {width:710px;}
.pop_size_w70p {width:70%;}
.pop_header {position:relative;padding:10px;background:#023687;}
.pop_header h2 {font-size:19px; color:#fff; font-weight:600; height:25px; text-align:center; line-height:25px;}
.pop_header .pop_close {position:absolute; right:10px; top:50%; width:17px; height:17px; margin-top:-8.5px;background:url(../images/pop_close.png) no-repeat 0 0;}
.pop_content {position:relative;padding:30px 24px;min-height:80px;}
.pop_footer {position:relative;padding:10px; text-align:center;}
.popup_bg {display:none;width:100%; height:100%; _height:800px;background:#000; filter:alpha(opacity=70); opacity:0.7; position:fixed;_position:absolute; _filter:alpha(opacity=70); top:0px; left:0px; z-index:2000;}
.popup_bg2 {display:none;width:100%; height:100%; _height:800px;background:#000; filter:alpha(opacity=70); opacity:0.7; position:fixed;_position:absolute; _filter:alpha(opacity=70); top:0px; left:0px; z-index:2000;}
.pop_close{width: 100%;position: relative;height: 22px;text-align: right;margin-left: 0px;margin-top: 180px;}

.layer_popup02 {z-index:1200;display:none;background:transparent;}
.pop_header.type02 {background-color:transparent;}
.embed-youtube {position:relative; width:100%; padding-bottom:56.25%; z-index:1210;}
.embed-youtube iframe {position:absolute; top:0; left:0; width:100%; height:100%;}
.layer_popup02 .pop_close {position:absolute; right:-40px; top:40px; z-index:1210; width:64px; height:64px; margin-top:-8.5px;background:#4263ca url(../images/pop_close.png) no-repeat 50% 50%;}

.list_online {margin-bottom:24px;}
.list_online:after {display:table;clear:both;content:'';}
.list_online li {float:left;position:relative;display:block;padding-top:20px;margin-right:37px;width:135px; height:75px; line-height:1.2; background:#161d7d; text-align:center; font-size:15px; color:#fff; font-weight:600; border-radius:10px;}
.list_online li:last-child {margin-right:0;}
.list_online li:last-child:after {display:none;}
.list_online li:after {display:block;position:absolute; top:40%; right:-27px; content:''; width:19px; height:19px; background:url(../images/bg_online_list.png) no-repeat left top;}

.list_online_ects li {position:relative;display:block;padding-left:20px;margin-bottom:18px; font-size:16px; font-weight:600;}
.list_online_ects li::before {position:absolute; top:3px; left:0; content:''; background:#fff; width:15px; height:15px; border-radius:100%; border:3px solid #083b8a}
.list_online_ects li .tit {display:inline-block; vertical-align:top;}
.list_online_ects li .txt {display:inline-block;}
.list_online_ects li .point01 {color:#e83d3d}
.list_online_ects li .point02 {color:#023687}
@media only screen and (min-width:100px) and (max-width:1550px) {
	#header { margin-left: 275px;}
	.main_tit_box {padding-top: 190px !important;}
	.main_tit_box .signboard_box {right:0;}
	.main01 img {max-width:100%;}
	img {max-width:100%;}
	.online_tit {left:calc(100% - 1469px);}
	.day_area {margin-top: 28px;}
	.main04_bg {left:24px;}
}


/* header */
#header .gnb .depth1{display:flex;}
#header .gnb .depth1 li{width:auto; flex:1;transition:ease-out 0.2s;}
#header{background: #1F2C61;}
#header .gnb .depth1 li a > span{}
#header .gnb .depth1 li:hover, #header .gnb .depth1 li.on{background:#4469FF;}

/* 공통  */
.suj_tit{margin-bottom:80px;}
.suj_tit span{position:relative;font-family: 'JalnanGothic' !important;font-size:45px;color: #000000;letter-spacing:-0.02em;line-height:1;z-index:999;}
.suj_tit:before, .suj_tit:after{display:none;}
.suj_tit i{
	display:inline-block;
	width: 71px;
	height: 56px;
	background:url(../images/img_bulllet_title.png) no-repeat center center;
	vertical-align:-8px;
	margin-right: 30px;
	font-weight: 400;
}
#footer .foot_box{position:relative;}
#footer .btn_adm{position:absolute; right:0; bottom:36px; display:inline-block; padding: 3px 10px; border:1px solid #fff; color:#fff;
	border-radius:100px; font-size:12px;}
.main02, .edu_box, .main03, .main04, .main05, .main05_1, .main06{padding-bottom:100px !important;}
#footer .foot_box{border:0;}

h3.title {margin-bottom:16px;text-align:center;font-size:32px;color:#353535;font-weight:700; line-height:1.2; }
h3.title span {padding-left:50px;background:url(../images/bg_table_tit.png) no-repeat 0px 5px;color: #000;}
.suj_tit + .sub_tit{margin-top:0; margin-bottom:30px;}
.tab_menus01{background: #D4DCFF;}
.tab_menus01 li.on{background: #4469FF;}
.tab_menus01 li.on:after{background:url(../images/bg_tab_arrow.png) no-repeat left top}

.tbl_col_type01 thead th{padding:15px 0;background: #1F2C61;color:#fff;border-bottom:1px solid #fff;border-right:1px solid #fff;line-height: 1.2;font-weight: 600;}
.tbl_col_type01 tbody td.mdl{font-size:18px;font-weight: 500;}
.tbl_col_type01 tbody th{padding:15px 10px;background: #f5f5f5;font-size:18px;letter-spacing:-0.025em;font-weight:700;text-align:center;line-height:1.2;}
.tbl_col_type01 tbody td{padding: 14px 8px;word-break:keep-all;border:1px solid #e1e1e1;letter-spacing:-0.02em;font-size: 18px;line-height: 1.2;color: #1d1d1d;}
.tbl_col_type01 tbody td:first-of-type{border-left: 0;}
.tbl_col_type01 tbody td:last-of-type{border-right: 0;}
.tbl_col_type01 tbody td span{display: inline-block;font-size: 15px;font-weight: 500;margin-top: 10px;color: #3e3d3d;/* font-weight: 300; */}

.tab_box01 .tbl_col_type01 thead th {background: #1F2C61;}
.tab_box01 .tbl_col_type01 .blue {color: #129fd9;}
.tab_box01 .tbl_col_type01 .bg01 {background: #e0f4fd;}
.tab_box01 .tbl_col_type01 .bg02 {background: #e9e5fe;}
.tab_box01 .tbl_col_type01 .bg03 {background: #f1ffe5;}


.plans{display: flex; justify-content: space-between; align-items: stretch;}
.plans ul{min-width: 200px;position: relative;background: #f5f5f5;}
.plans ul:not(:last-child) {margin-right: 25px;}
.plans ul::before{content: ""; display: block; width: 25px; height: 33px; background: url(../images/img_arrow_main04.png) no-repeat 60% 50%; position: absolute; top: 50%; right: -25px;transform: translateY(-50%); z-index: 10;}
.plans ul:last-of-type::before{display: none;}
.plans ul li{width: 100%;font-size: 19px;font-weight: 600;color: #111111;padding: 15px 15px;text-align: center;background: #f5f5f5;letter-spacing: -0.03em;}
.plans ul li.head{border-bottom: 0;background: #1F2C61;font-family: 'JalnanGothic' !important;font-size: 18px;color: #fff;text-align: center;min-height: 60px;max-height: 60px !important;display:block;line-height: 35px;font-weight: 400;}
.plans ul li:last-of-type{border-bottom: 0;}
.plans ul li.l p {width: 100%;}
.plans ul li .list_type p {position: relative;padding-left: 34px;font-weight: 700;line-height: 30px;text-align: left;}
.plans ul li .list_type p + p {margin-top: 30px;}
.plans ul li .list_type span {display: inline-block;position: absolute;left: 0;top: 3px;width: 24px;height: 24px;border-radius: 3px;font-size: 17px;line-height: 24px;color: #fff;text-align: center;background: #129fd9;}
.plans ul li p{font-size: 15px;font-weight: 300;}
.plans ul li p.txt_sup_con + p{padding-top: 3px;}
.plans ul li .txt_sup{color: #f42424;}
.plans ul li p.txt_sup_con{font-size: 15px; padding-top: 10px; font-weight: 300; text-align: left;}
.plans ul li .txt_sup_con span{color: #f42424; font-weight: 600; margin-right: 5px;}
.plans ul li.arrow{background: #fff;}
.plans ul li p:not(.txt_sup_con):first-of-type{margin-top: 10px;}
.plans ul li b{font-weight: 500; display: inline-block; margin-bottom: 5px; background: #1F2C61; color: #fff; padding: 5px 10px; line-height: 1; font-size: 14px; border-radius: 100px;}
.plans ul li.arrow{padding: 5px;}
.plans ul li.arrow::before{content: '↓'; font-size: 15px; }

/* main04 */
.main04{min-height:0;}
.step_list{display:flex;gap: 0 40px;}
.step_list li{height: 180px;background:#f4f4f4;border-radius:20px;position:relative;flex: 1;display: flex;align-items: center;justify-content: flex-start;padding: 0 40px;}
.step_list li::after{
	content:'';
	display:block;
	width:25px;
	height:40px;
	background:url(../images/img_arrow_main05.png) no-repeat 60% 50%;
	position:absolute;
	right: -33px;
	top:50%;
	transform: translateY(-50%);
}
.step_list li:last-of-type::after{display:none;}
.step_list li img{display:block;margin-right: 30px;}
.step_list li p{font-size: 24px;line-height:1.36;color:#111111;letter-spacing:-0.03em;font-weight: 700;display:flex;/* align-items:center; */height:80px;justify-content: center;flex-direction:column}
.step_list li p + p{margin-top: 15px;height: auto;}
.step_list li p span{font-size: 19px;font-weight: 400;display: block;}
.step_list+p{font-size:17px; color:#777777; margin-top:20px;text-align: right;}
.step_list .badge{display: inline-block;padding: 5px 10px;background: #697BF3;color:#fff;border-radius: 100px;width: 66px;text-align: center;font-weight: 700;margin-bottom: 8px;font-size: 17px;}
.btn_go{
	line-height:80px;
	width:288px;
	height:80px;
	font-size:32px;
	color:#fff;
	border: 2px solid #1F2C61;
	border-radius:40px;
	background: #4469FF;
	font-family: 'JalnanGothic' !important;
	margin:35px auto;
	display:block;
	transition:ease-out 0.2s;
}
.btn_go::after{content:''; display:inline-block; width:23px; height:21px; background:url(../images/img_arrow_btn.png) no-repeat center center; margin-left:25px;
	vertical-align: 2px; }
.btn_go:hover{background:#00225f; transition:ease-out 0.2s;}
.btn_go.sm{
	font-size:16px;
	width:118px;
	height:38px;
	line-height: 40px;
	font-style:normal;
	border-width:1px;
	border-radius:19px;
	margin:0 0 5px 0;
	display: inline-block;
	width: auto;
	padding: 0 11px;
	margin-top: 6px;
	min-width: 120px;
	font-weight: 400;
	margin-bottom: 0;
}
.btn_go.sm:hover{background:#0041b4;}
.btn_go.sm::after{display:none;}
.btn_go.end {background:#999;cursor: default;}
.btn_go.end::after {width:0; margin:0}
.btn_go.end:hover {background:#777}

/* main05 */
.tab_menus03{display:flex; border-bottom:1px solid #33486e; margin-top:30px;}
.tab_menus03 li{flex:1;background:#dfdfdf; border-radius: 20px 20px 0 0;}
.tab_menus03 li a{font-size:24px; display:block; width:100%; height:100%; padding-top: 4px;line-height: 76px; text-align:center;color:#fff;}
.tab_menus03 li a span {font-family: 'JalnanGothic' !important;line-height: 1;}
.tab_menus03 li.on{background:#33486e;}

.main05{margin-bottom:0;}
.main05 .tab_cont{border:0;}
.tab_cont .tab_box03:first-child {display:block !important}
.tab_box03 dl{border-left:0; border-right:0; background:#ffffff;}
.tab_box03 dl:last-of-type{border-bottom: 1px solid #e1e1e1;  }
.tab_box03 dl dt{height: 95px; border-top: 1px solid #e1e1e1;  padding-top: 10px; padding-bottom: 10px; position: relative;}
.tab_box03 dl dt::after{content: ''; display: block; width: 17px; height: 10px; background: url(../images/i_faq_off.png) no-repeat center center; position: absolute; right: 40px; top: 43px;}
.tab_box03 dl dt.on{background: #fafbfd;}
.tab_box03 dl dt.on::after{background: url(../images/i_faq_on.png) no-repeat center center;}
.tab_box03 dl dt a{display: flex; width: 100%; height: 100%; align-items: center; padding-left: 90px; position: relative; font-weight: 500; font-size: 18px; line-height: 1.3; padding-right: 60px;}
.tab_box03 dl dt a span{display: block; font-size: 19px; font-weight: 900; color: #000; position: absolute; left: 43px; }
.tab_box03 dl dd{padding: 40px 0; padding-left: 90px; padding-right: 50px; position: relative; border-top: 1px solid #e1e1e1;  display: none;}
.tab_box03 dl dd span{display: block; font-size: 19px; font-weight: 900; color: #0084e5; position: absolute; left: 43px; }
.tab_box03 dl dd p{font-size: 16px; font-weight: 400; line-height: 1.5;}
.tab_box03 dl dd pre{font-size: 16px; font-weight: 400; line-height: 1.5;}
.tab_box03 dl dd p b {font-size:16px; font-weight:600; display:block;}
.tab_box03 dl dd pre b {font-size:16px; font-weight:600; display:block;}
/* .tab_box03 dl dd p span{font-size: 16px; font-weight: 400; line-height: 1.5; display:block; left : 90px; font-family: 'Pretendard','malgun gothic', 'dotum'; color: #333; position: static;}
.tab_box03 dl dd p span b{font-size:16px; font-weight:600; display:block;} */
/* .tab_box03 dl dd .txt span{font-size: 16px; font-weight: 400; line-height: 1.5; display:block; left : 90px; font-family: 'Pretendard','malgun gothic', 'dotum'; color: #333; position: static; } */
.tab_box03 dl dd .txt p span{font-size: 16px; font-weight: 400; display:block; left : 90px; color: #333; position: static; }
.tab_box03 dl dd .txt p span b{font-size:16px; font-weight:600; display:block;}
div[id^='board'] .tbl_col_type01 td:last-of-type{border-right:0;}
div[id^='board'] .tbl_col_type01 td{line-height:1.3;}
div[id^='board'] .tbl_col_type01 td.cursor{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
div[id^='board'] .tbl_col_type01 td.cursor:hover{text-decoration: underline;}

/* 23.03.21 FAQ 수정 */
.tab_menus04{display:flex; border-right:1px solid #e1e1e1; margin-top:30px;}
.tab_menus04 li{flex:1; border:1px solid #e1e1e1; border-right:0; background:#ffffff; }
.tab_menus04 li a{font-size: 22px; display:block; width:100%; height:100%; line-height:70px; text-align:center;}
.tab_menus04 li.on{background:#6e7c8c;}
.tab_menus04 li.on a{color:#fff;}

.tab_cont .tab_box04:first-child {display:block}

.tab_box04 dl{border-left:0; border-right:0; background:#ffffff;}
.tab_box04 dl:last-of-type{border-bottom: 1px solid #e1e1e1;  }
.tab_box04 dl dt{height: 95px; border-top: 1px solid #e1e1e1;  padding-top: 10px; padding-bottom: 10px; position: relative;}
.tab_box04 dl dt::after{content: ''; display: block; width: 17px; height: 10px; background: url(../images/i_faq_off.png) no-repeat center center; position: absolute; right: 40px; top: 43px;}
.tab_box04 dl dt.on{background: #fafbfd;}
.tab_box04 dl dt.on::after{background: url(../images/i_faq_on.png) no-repeat center center;}
.tab_box04 dl dt a{display: flex; width: 100%; height: 100%; align-items: center; padding-left: 90px; position: relative; font-weight: 500; font-size: 22px; line-height: 1.3; padding-right: 60px;}
.tab_box04 dl dt a span{display: block; font-size: 19px; font-weight: 900; color: #000; position: absolute; left: 43px; }
.tab_box04 dl dd{padding: 40px 0; padding-left: 90px; padding-right: 50px; position: relative; border-top: 1px solid #e1e1e1;  display: none;}
.tab_box04 dl dd span{display: block; font-size: 19px; font-weight: 900; color: #0084e5; position: absolute; left: 43px; }
.tab_box04 dl dd p{font-size: 16px; font-weight: 400; line-height: 1.5;}
.tab_box04 dl dd pre{font-size: 18px; font-weight: 400; line-height: 1.5;}
.tab_box04 dl dd p b {font-size:16px; font-weight:600; display:block;}
.tab_box04 dl dd pre b {font-size:16px; font-weight:600; display:block;}
.tab_box04 dl dd .txt p span{font-size: 16px; font-weight: 400; display:block; left : 90px; color: #333; position: static; }
.tab_box04 dl dd .txt p span b{font-size:16px; font-weight:600; display:block;}
/* 23.03.21 FAQ 수정 끝 */




/* main06 */
.main06 .tbl{min-height:200px;}
.main06 .btn_go,
.main07 .btn_go{margin-bottom:0;text-align: center;font-weight: 400;}
.layer_popup{width:auto;padding: 30px;padding-top:55px;top: 50% !important;!i;!;transform: translateY(-50%);}
.layer_popup .cont_box{width:1100px;}
.layer_popup .tbl_col_type01{border:1px solid #e1e1e1;}
.layer_popup .tbl_col_type01 td{padding:8px; text-align:left;}
.layer_popup .tbl_col_type01 input.txt_area{width:100%; height:40px; letter-spacing:-0.5px}
.layer_popup .tbl_col_type01 textarea.txt_area{width:100%;height:120px;letter-spacing:-0.5px;border: 1px solid #e5e5e5;border-radius: 5px;}
.layer_popup .btn_go{width: 100px;height: 40px;line-height: 43px;border-radius: 5px;font-size: 17px;border: 0;margin:0 2px !important;font-weight:500;}
.layer_popup .btn_go:hover{background:#00225f;}
.layer_popup .btn_go.mid{width:100px; height:40px; line-height:40px; border-radius:5px; font-size:17px; font-weight:500; margin:0 2px !important; border:0; background:#0041b4;}
.layer_popup .btn_go.small{width: 64px;height: 30px;color:#fff;line-height: 30px;border-radius:5px;font-size:14px;margin:0 2px !important;background:#0041b4;border: 0;display: inline-block;}
.layer_popup .btn_go.del {background:#e37676;}
.layer_popup .btn_go.list {background:#646664; color:#fff;}
.layer_popup .btn_go.list:hover {background:#646664;}
.layer_popup .btn_go::after{margin-left:15px; background-size:18px; display:none;}
.layer_popup .btn_close{display:block; width:20px; height:20px; background:url(../images/btn_popup_close.png) no-repeat center center; background-size:contain; position:absolute; right:20px; top:20px;}
.layer_popup .sm_title{font-size:18px; margin-top:-28px; margin-bottom:20px; display:block;}
.layer_popup .btn_login{display:block; margin:0 auto; margin-top:20px; font-size:16px; width:120px; height:40px; line-height:40px;
	border-radius:100px; text-align:center; background:#868686; color:#fff;}
.layer_popup .tbl:not(.mar_b20) + .btn_go{margin-top: 10px !important;}

/* main07 */

.tab_cont2{min-height:0;}
.map_box{height:auto; padding-bottom:50px;}
.bg_box02{background:#f1f1f1 url(../images/bg_main05.png) no-repeat center top / cover; padding: 100px 0 60px;}
.tab_menus02{margin-top:0;}
.tab_menus02 li.on{background:#7fd6ff; border-color:#7fd6ff;}
.tab_menus02 li.on:after{border-top:10px solid #7fd6ff;}
.list_addr .tit{background:#7fd6ff;}
.map_info{margin-top:30px;}
.list_addr{margin-top:66px;}

.ft_txt{text-align:center; font-size:20px; padding: 60px 0 0; letter-spacing: -0.02em;line-height: 30px;color: #555555;}
.ft_txt b{font-weight: 700; color:#13274c;}

@media only screen and (min-width: 100px) and (max-width: 1550px){
	#wrapper{min-width:1400px;}
	#header{margin-left:0;}
	.main01 .main_txt{margin-bottom: 28px;}
	/*.top_daybox{margin-top:35px;padding-bottom: 25px;}*/
}

/*youtube 241120 수정*/
.youtube_wrap {margin-bottom:100px;}
.youtube_wrap .cont_box{display:flex;gap: 30px;}
.youtube_wrap .youtube {flex:1 1 auto;border:1px solid #13274c;border-radius:10px;overflow:hidden;}
.youtube_wrap .youtube iframe{width:100%;min-height:400px;height:100%;}

.way_info2{margin-top:45px; padding-bottom:27px; border-bottom:2px solid #004181;}
.way_info2>div{padding-left:17px;}
.way_info2 b.tit, .way_info2 h4.tit{font-weight:600; color:#000; font-size:23px; line-height:1; display:block;}
.way_info2 b.tit{padding-bottom:20px; margin-bottom:27px; border-bottom:2px solid #004181;}
.way_info2 h4.tit{font-size:19px; margin-bottom:12px;}
.way_info2 h4.tit::before{content:''; display:inline-block; width:6px; height:6px; background:#004181; vertical-align:middle; margin-right:8px;}
.way_info2 p{font-weight:300; padding-left:15px; font-size:17px; line-height:31px;}
.way_info2>div + div{margin-top:20px}

.layer_popup .tbl_col_type01 tbody th, .layer_popup .tbl_col_type01 thead th{background:#f8f8f8;font-size:16px;border: 1px solid #e1e1e1 !important;color: #000;font-weight: 400;}
.layer_popup .tbl_col_type01 tbody th strong{font-weight:500;}
.way_info .visit:last-of-type{margin-bottom:0;}

/*search*/
.search_box {position:relative;border: 1px solid #e1e2e3;padding:15px 20px;margin-bottom: 25px;background: #f9f9f9;/* border-radius: 5px; */}
.search_box select {height: 35px;border: 1px solid #d5d4d4;border-radius: 5px;min-width:120px;margin-right:3px;font-size: 15px;padding: 0 5px;}
.search_box .text {height: 35px;border: 1px solid #d5d4d4;padding:0 0 0 5px;border-radius: 5px;}
.search_basic {position:relative;padding:0 85px 0 10px;}
.search_box.upDown .search_basic {padding:0 155px 0 10px;}
.search_btns {display:block;position:absolute;text-align:right;right: 0px;top: 0px;}
.search_basic .tit {color:#494b50;margin-left:25px;margin-right:5px;font-weight:600;padding-left:10px;font-size: 15px;}
.search_basic .tit:first-child {margin-left:0;}
.search_detail {text-align:left;margin-top:5px;}
.detail_line {padding:5px 0;}
.detail_line .tit {color:#494b50;margin-left:55px;margin-right:5px;font-weight:bold;}
.detail_line .tit:first-child {margin-left:0;padding:0 0 0 10px;}
.search_box .btn_search {width:75px;height:35px;letter-spacing:-0.05em;font-weight:500;text-align:center;background-color:#586070;border-radius:25px;border:0;font-size: 15px;}
.search_box .btn_search:hover {background:#2c3649}
.search_box .btn_detail {width:68px;padding-right:16px;background:#015a9c;}

.tbl_top{display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px;}
.tbl_left span {margin-bottom: 8px;font-size: 15px;font-weight:300}
.tbl_left span strong {vertical-align:unset}
.tbl_top .tbl_left span{margin-bottom: 0;}
.mar_b20 {margin-bottom:20px}


/*file*/
.file_wrap {position:relative;}
.file_wrap .btn {position:relative;min-width:80px; height:28px;line-height:26px; font-size:12px;cursor:pointer;}
.file_wrap .btn_file {border-color: #2c87cb;background: #fff;color: #2c87cb;font-size: 12px;}
.file_wrap .btn_file i {display:inline-block;margin-right:2px;width:13px;height:10px;background:url(../images/fa-check.png) no-repeat 50% 50%;vertical-align:basline;}
.file_wrap .btn_fileDel  {border-color: #e6737f;background: #fff;color: #e6737f;font-size: 12px;}
.file_wrap .btn_fileDel i {display:inline-block;margin-right:2px;width:11px;height:11px;background:url(../images/fa-remove.png) no-repeat 50% 50%;vertical-align:basline;}
.tbl_file {margin-top:5px;}
.tbl_file th {border:1px solid #d9d8d8;text-align:center;padding:5px 0;background:#e8e8e8;font-weight:600;}
.tbl_file td {border:1px solid #e6e6e6;text-align:center;padding:5px 10px;}
.tbl_file td input[type=checkbox] {vertical-align:bottom;}
.tbl_file td:nth-child(2) {text-align:left;}
.file_wrap .file_tit {position:relative;padding-right:70px;}
.file_wrap .btn_preview {display:block;position:absolute;right:0;top:50%;margin-top:-10px;width:60px; height:20px;line-height:20px;font-size:11px;text-align:center;border-radius:3px;border-color:#ccc;background:#aaa;color:#fff;}


/*detapick*/
.datepick {width: 80%;}
.calendar_input {position:relative;}
.input_wave {display:inline-block; width:20px; text-align:center;}
.calendar_input img {cursor:pointer;margin-left:5px;}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {width:44% !important;}
.ui-widget-header { background: none !important; border: 0 !important;}
.ui-datepicker td {padding:0 !important;border: 1px solid #eaeaea !important; background: #fff;}
.ui-datepicker td span, .ui-datepicker td a {padding:0.5rem !important;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {border:0;}
.ui-widget.ui-widget-content {border: none; background: #eaeaea;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {border:0 !important; background:none !important; text-align: center; line-height: 1;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {color: #007fff !important; font-weight:bold !important;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {background: #007fff !important; color:#fff !important;}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {border: 0 !important;}
.ui-datepicker .ui-datepicker-prev-hover  {top:2px !important;left:2px !important;}
.ui-datepicker .ui-datepicker-next-hover {top:2px !important;right:2px !important;}

.pick_input .ui-datepicker-trigger {margin-left:5px;}
.pick_input:first-child {text-align:center;}
.pick_input{text-align:center;}
.pick_input input[type=text].w130 {width:130px;}
.pick_wave {width:20px; text-align:center;}

/*달력*/
.wrap_cal {margin-top:30px; min-width:1200px;}
.cal_top {padding:15px 10px 15px 15px; background-color:#f0f0f1; *zoom:1; border-top: 2px solid #323232;}
.cal_top:after {display:block; content:""; clear:both;}
.cal_top .btn_set {margin-right:245px;}
.cal_top .btn_prev_cal {display:inline-block; margin-right:10px; width:22px; height:22px; text-indent:-9999px; vertical-align:middle; background:#fff url(../images/btn_cal_left.png) no-repeat 50%; border-radius:3px; border:1px solid #ccc;}
.cal_top .btn_next_cal {display:inline-block; margin-left:10px;  width:22px; height:22px; text-indent:-9999px; vertical-align:middle; background:#fff url(../images/btn_cal_right.png) no-repeat 50%; border-radius:3px; border:1px solid #ccc;}
.cal_top .select {margin:0 20px 0 10px;}
.cal_top .cal_tit {font-size:16px; font-weight:bold; font-family:Verdana, Geneva, sans-serif; vertical-align:middle;}
.cal_top .date {float:left; color:#1d69a3; margin:4px 115px 0 0;}
.cal_top .monthly {text-align:center; color:#444;}
.table_cal {table-layout:fixed;}
.table_cal th {text-align:center;background-color:#fbfbfb; padding:10px 0 9px 0; font-weight:700; border-top:1px solid #dedede;  border-bottom:1px solid #dedede; border-left:1px solid #dedede; color:#454545;}
.table_cal th:first-child {color:#ed1c24; border-left:none;}
.table_cal td {border-bottom:1px solid #dedede; border-left:1px solid #dedede; vertical-align:top; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; cursor:pointer;}
.table_cal td .td_cont {position:relative; width:100%; min-height:120px; padding:10px 8px;}
.table_cal td .td_cont .day {padding-bottom:5px; text-align:right;}
.table_cal td .td_cont .day.on a {text-decoration:underline; color:#1479c7;}
.table_cal td .td_cont .btn_goto {margin-top:10px; text-align:center; }
.table_cal td .td_cont.today {background-color:#e6f4ff;}
.table_cal td .td_cont.today span.txt_today {padding:3px; margin-right:8px; background:#1bd2ea; font-size:11px; color:#fff; vertical-align:top; border:1px solid #1bd2ea; border-radius:3px;}
.table_cal td .td_cont.blank .day {color:#ffe6e6;}
.table_cal td .td_cont.holday {background-color:#ffb3b3;}
.table_cal td:first-child {border-left:none;}
.table_cal td:first-child .td_cont.blank .day {color:#d0d0d0;}
.table_cal td:first-child .td_cont .day a {color:#ed1c24;}
.table_cal td:first-child .td_cont .closure {position:absolute; left:10px; bottom:10px; color:#f7666b;}
.hide {display:block; height: 0; width: 0; font-size: 0; line-height: 0; margin: 0; padding: 0; overflow:hidden;}
.cutText {display: inline-block; text-align:left; vertical-align: middle; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width:100%;}
.txt_holiday {color:#ff3300; font-weight:600;}

.dash_list li {float:left; width:32%;}
.dash_list li:nth-child(3n-1) {margin:0 2%;}
.dash_list a {display:block;width:100%;}
.dash_list .dash_box {margin-bottom:5px;display:block;background:#f8f8f8;border:1px solid #3333;border-radius:5px;overflow:hidden;}
.dash_list .dash_box img {width:100%;display:block;line-height:1;}
.dash_list .tit {display:block;text-align:center;font-size:20px; font-weight:600;}

.srvyItem {padding:30px; margin-top:30px; background:rgba(225,226,226,0.7); border-radius:8px; box-shadow:0px 5px 10px 0px #ececec;}
.srvyItem table {border-top:1px solid #5f5f5e}
.srvyItem table td {background:#fff;}

.srvy_img {display:block; width:50%; height:350px;}
.srvy_img img {max-width:100%; max-height:100%;}

/* main_visual */
.main_visual{position: relative;}
.main_visual .top{background: transparent;height: 80px;z-index: 999;position: relative;}
.main_visual .top ul{display: flex;align-items: center;width: 1400px;margin: 0 auto;padding: 0;gap: 0 200px;}
.main_visual .top ul li a{display: block;width: 100%;height: 100%;padding: 25px 0;}
.main_visual .top ul li a img{display: block;}
.main_visual{background: #F0F4FF url(../images/bg_visual.png) no-repeat bottom 78px center / 100% auto; height: 100vh; min-height: 600px;}
.main_visual::after{content: ''; display: block; width: 641px; height: 680px; background: url(../images/img_visual.png) no-repeat center; position: absolute; right: 134px; bottom: 130px;}
.main_visual .cont_box{display: flex; justify-content: center; flex-direction: column; height: calc(100% - 158px);}
.main_visual .cont_box span{font-family: 'JalnanGothic' !important;font-size: 30px;color: #4469FF;display: inline-block;width: 370px;height: 121px;background: url(../images/bg_visual_txt.png) no-repeat center;text-align: center;padding-top: 75px;margin-bottom: 37px;margin-top: -112px;}
.main_visual .cont_box h1{font-family: 'JalnanGothic' !important;font-size: 75px;color: #121937;font-weight: normal;line-height: 1; margin-bottom: 30px;}
.main_visual .cont_box p{font-size: 40px; color: #000000; line-height: 1;}
@media all and (max-height:800px) {
	.main_visual::after{background-size: 500px; width: 500px; bottom: 50px;}
}
@media all and (max-height:700px){
	.main_visual{background-position: bottom center;}
}
@media all and (max-width:1750px){

}
@media all and (max-width:1600px){
	.main_visual::after{background-size: 500px; width: 500px; bottom: 50px; right: 50px;}
	.main_visual .cont_box h1{font-size: 68px;}
	.main_visual .cont_box p{font-size: 36px;}
}
section[id^='section']{padding-bottom: 110px;}
/* bus_wrap */
.bus_wrap{padding-top: 150px; position: relative;}
.bus_wrap .cont_box{position: relative;}
.bus_wrap .cont_box strong{display: block; font-family: 'JalnanGothic' !important; font-size: 45px; color: #174BBE; font-weight: normal; line-height: 1; margin-bottom: 30px; position: relative;}
.bus_wrap .cont_box strong::before{content: '';display: block;width: 86px;height: 77px;background: url(../images/bg_bus_1.png) no-repeat center;position: absolute;left: -69px;top: -59px;z-index: -1;}
.bus_wrap .cont_box p{font-size: 27px;color: #000000;line-height: 1.5;margin-bottom: 138px;}
.bus_wrap .cont_box::before{content: '';display: block;width: 434px;height: 343px;background: url(../images/img_bus_1.png) no-repeat center;position: absolute;right: 0;top: -44px;}
.bus_wrap::after{content:''; width: 100%; height: 255px; background: url(../images/bg_bus_2.png) no-repeat center; position: absolute; top: 540px; left: 0;}
.bus_wrap .cont_box ul.points{position: relative;z-index: 9;display: flex;align-items: center;justify-content: space-between;text-align: center;max-width: 80%;margin: 0 auto;}
.bus_wrap .cont_box ul.points .img_area{display: flex;align-items: center;justify-content: center;width: 200px;height: 200px;box-shadow: 0px 0px 30px #CFD7E8;border-radius: 1000px;background: #fff;margin: 0 auto 35px;}
.bus_wrap .cont_box ul.points span{font-size: 27px;font-weight: 600;color: #000000;}

/* law_wrap */
.law_wrap{}
.law_wrap .inner:has(.law_scr_box){padding-left: 0; padding-right: 0;}
.law_wrap .law_scr_box{max-height: 600px;overflow-y: auto;padding: 0 90px;}
.law_wrap .law_scr_box *{font-size: 18px;line-height: 1.7;}
.law_wrap .law_scr_box > ul > li + li{margin-top: 30px;}
.law_wrap .law_scr_box strong{font-size: 20px; display: block; margin-bottom: 5px;}
.law_wrap .law_scr_box ol {padding-left: 30px; margin-top: 5px;}
.law_wrap .law_scr_box ol li{list-style: auto}
.law_wrap .law_scr_box ol li + li{margin-top: 5px;}
.law_wrap .tbl_col_type01 tr.bg{border-top: 2px solid #1F2C61}

/* main_bus_wrap */
.main_bus_wrap{}
.main_bus_wrap .box{display: block;padding: 25px 45px 30px;border-radius: 20px;background: #F6F6F6;border: 1px solid #000000;}
.main_bus_wrap .box .tit{display: block;font-size: 26px;font-weight: 500;margin-bottom: 30px;}
.main_bus_wrap .box .tit span{display: inline-block;width: 55px;height: 55px;background: #fff;border-radius: 100px;font-size: 27px;font-weight: 700;color: #697BF3;text-align: center;margin-right: 17px;line-height: 55px;}
.main_bus_wrap .box dl{display: flex; }
.main_bus_wrap .box dt{width: 112px;height: 45px;line-height: 45px;text-align: center;border-radius: 10px;background: #697BF3;color: #fff;font-size: 21px;font-weight: 600;}
.main_bus_wrap .box dd{padding-left: 20px;font-size: 22px; padding-top: 5px;}
.main_bus_wrap .box dd p{font-size: 17px; margin-top: 7px;}
.main_bus_wrap .box dd p.point{color: #174BBE}
.main_bus_wrap .box dl + dl{margin-top: 7px;}
.main_bus_wrap .box + .box{margin-top: 20px;}

/* contact_wrap */
.contact_wrap{padding: 90px 0;background: url(../images/bg_main09.png) no-repeat center / cover;}
.contact_wrap .box{background: #fff; border-radius: 20px; height: 135px; display: flex; align-items: center; justify-content: center; gap: 0 200px;}
.contact_wrap .box dl{display:flex; align-items: center; position: relative;}
.contact_wrap .box dl dt{width:120px;height: 40px;line-height: 40px;text-align: center;border-radius: 100px;background: #354358;color: #fff;font-family: 'JalnanGothic' !important;font-size: 21px;padding-top: 3px;margin-right: 20px;}
.contact_wrap .box dl dd{font-size: 19px;}
.contact_wrap .box dl + dl::before{content: '';display: block;width: 1px;height: 36px;background: #C7C7C7;position: absolute;left: -100px;top: 3px;}

/* radio_list */
.radio_list{display: flex; gap: 0 20px;}
.radio_list li{font-size: 18px;}
.radio_list li input{}
.price_txt_area{width: 100%;font-size: 15px;margin-top: 10px;/* color: #777; */padding: 7px 12px;background: #f1f1f1;border-radius: 5px;line-height: 1.5;}
.price_txt{font-size: 18px; display: block; margin-bottom: 5px; color: #000;}
.radio_list input {opacity: 0;position: absolute;z-index: -99;}
.radio_list label {display: inline-block;position: relative;line-height: 1;cursor: pointer;}
.radio_list label::before {margin-right: 3px;vertical-align: bottom;}
.radio_list label::before {content: '';display: inline-block;position: relative;width: 18px;height: 18px;border: 1px solid #bebebe;border-radius: 50%;background: #FFFFFF;top: 0px;}
.radio_list label:has(input:checked)::before {background: #246BEB;box-shadow: inset 0 0 0 3px #fff;border-color: #246BEB;}

/* file_box fileList */
.file_upload_input{position: relative;}
.file_upload_input input[type="file"] {overflow: hidden;position: absolute;width: 0;height: 0;padding: 0;border: 0;}
.file_upload_input .btn_file_upload{display: inline-block; width: 85px; height: 35px; border-radius: 5px; line-height: 37px; background: #00225f; color: #fff; font-size: 14px;     font-family: 'JalnanGothic' !important; text-align: center; cursor:pointer;}

.file_box ul{margin-bottom: 10px; display: flex; flex-wrap: wrap; gap: 5px;}
.file_box ul li{display: inline-block; padding: 4px 10px; background: #f2f2f2; border-radius: 100px;}
.file_box ul li a:not(.fncFileDeleteBtn){}
.file_box ul li a:not(.fncFileDeleteBtn):hover{text-decoration: underline;}
.file_box ul li .btn.btn_fileDel{border: 0; font-size: 0; width: 15px; height: 15px; background: url(../images/i_file_del.png) no-repeat center / 15px; margin-left: 10px;}

/* 방송장비 전문가 Pool */
.main11 h3.title{text-align: left; }
.cont_info_txt{color: #707070; margin-bottom: 35px; font-weight: 300; font-size: 18px; margin-top: 10px;}
.main11 h4{font-size: 25px; font-weight: 700; text-align: center; margin-bottom: 20px;}
.main11 .box li,
.main11 .box p{font-size: 22px; }
.main11 .box li + li{margin-top: 5px;}

.file_info_txt {font-size: 17px;letter-spacing: -0.03em;text-align: left;}
.file_info_txt > span {position: relative;padding-left: 19px; margin-top: 0 !important;}
.file_info_txt > span::before {content: '\e9a7';font-family: 'xeicon';position: absolute;left: 0;top: 0;font-weight: 400;}

