@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 900;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


a {
	text-decoration: none;
	color: #000;
	background-color: transparent;
	line-height: 1.8em;
}

img {
	border: 0
}


pre {
	overflow: auto
}

button,
select {
	text-transform: none
}


table {
	border-spacing: 0;
	border-collapse: collapse
}

td,
th {
	padding: 0
}

ul {
	list-style: none;
}

body,
td,
h1,
h2,
h3,
h4,
h5,
div,
p,
li,
ul,
ol,
dd,
dt,
section,
input,
textarea,
select,
button {
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Roboto', sans-serif;
	font-family: 'Noto Sans KR', sans-serif;
	*/
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333;
	line-height: 1.8em;
	/**/
	letter-spacing: -0.02em;
}

/*헤더*/

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 80px;
	background: none;
	z-index: 99001 !important;
	height: 80px;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
}

#header.colored{background:#fff;border-bottom:1px solid #ddd;}

.wrap_box {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: none;
}

/*2024-12-18*/
#header h1 {
	position: absolute;
	display: none;
	line-height: 70px;
	left: 0;margin-top:3px;
	transition: all .3s ease-in-out;
	/*??움직이는거*/max-width:60%;
	background: none;height:4.18rem;width:21.6rem;background:url('../images/logo1.png') no-repeat 0 0 / contain;
}
#header .header_in h1 {
    display: block;
}
/*2024-12-18*/
#header.colored h1{background:url('../images/logo1_col.png') no-repeat 0 0 / contain;}
#header h1 a{display:block; height:100%;}

/*2024-12-18*/
#header h1 a img {
	height: auto;display:none;
	padding-left: 15px;
	vertical-align: middle;
}


#nav {
	height: 80px;
	float: right;
}

#nav ul {}

#nav > ul > li {
	float: left;
	text-align: center;
	position: relative;
	z-index: 999;
}

#nav > ul > li > a {
	letter-spacing: 0.5px;
	display: block;
	height: 80px;
	font-size: 1.2em;
	line-height: 80px;
	padding: 0 45px;
	color: #FFF;
	font-weight: bold;
	font-family: 'Noto Sans KR', sans-serif;
}

/*2024-12-18*/
#header.colored #nav > ul > li > a{color:#444;text-shadow: unset;}

#nav > ul > li > ul > li {
	display: none;
}

#nav > ul > li > ul > li > a {
	display: block;
	font-size: 0.9em;
	padding: 10px 0;
	color: #000;
	opacity: 5;
}

#nav > ul > li > ul > li:first-child > a {
	margin-top: 10px;
}

#nav_bg {
    width: 100%;
    height: 330px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 888;
    position: fixed;
    top: 80px;
    left: 0;
    /*border: 1px solid #ddd;*/
    display: none;
}


/*nav*/

.m_btn {
	width: 50px;
	height: 80px;
	text-align: center;
	float: right;
	display: none;
}

.m_btn i {
	color: #FFF;
	line-height: 80px;
	font-size: 1.8em;
}
#header.colored .m_btn i{color:#555;}

.m_cover {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8888;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.m_accordion {
	width: 250px;
	height: 100%;
	background: #254f99;
	position: fixed;
	top: 0;
	left: -251px;
	z-index: 99999;
	border-right: 1px solid #000;
}

.m_accordion h3 a {
	border-bottom: 1px solid #FFF;
	text-indent: 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	display: block;
}

.m_accordion div {
	width: 100%;
}

.m_accordion div ul li {
	width: 100%;
	height: 30px;
	line-height: 25px;
	border-bottom: 1px solid #758da9;
	background: #55779f;
}

.m_accordion div ul li a {
	display: block;
	text-indent: 25px;
	color: #FFF;
	font-size: 14px;
}

.m_logo1 {
	display: none;
}

/*메인비주얼*/

.bx-wrapper .bx-controls-direction a {
	z-index: 9 !important;
}

.bxslider img {
	width: 100%;
}

#main_visual{background:#f4f4f4;height:100vh;}
#main_visual .bx-wrapper,#main_visual .bx-viewport{height: 100vh !important; max-height: 100vh;background:transparent;}
#main_visual ul{height:100%;}
#main_visual ul li{width:100%; height:100%;overflow:hidden;}
#main_visual ul li img{width:100%; height:100%;object-fit:cover;object-position: center center;}
#main_visual .sliderkit-text {
	width: 100%;
	border: 0px solid red;
	position: absolute;
	bottom: 35%;
	left: 50%;
	text-align: center;
	margin-left: -50%;
}

.help_11 {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom: 40%;
	left: 50%;
	transform: translate(-50%, -25%);

	width: 100%;
}

.help_11 h2 {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 3.5em;
	color: #fff;
	line-height: 1.3em;
	font-weight: 500;
	text-shadow: 0px 1px 4px #000;
	padding-bottom: 10px;

}


.help_11 a {
	font-size: 1.3em;
	color: #fff;
	line-height: 1.3em;
	text-shadow: 0px 1px 4px #000;
	padding-bottom: 10px;
}

/*main visual bottom banner*/

#m_cbnr {
	position: relative;
	top: -40px;
	width: 100%;
	height: auto;
	z-index: 99;


}

#m_cbnr > div {
	width: 100%;
	overflow: hidden;
	max-width: 1200px;
	height: 100%;
	margin: 0px auto;
	background: #222;
}

#m_cbnr li {
	float: left;
	width: 33.3333%;
	height: 80px;
	padding: 0;
	cursor: pointer;
	border-right: 1px solid #6e717e;
	box-sizing: border-box;
	background: url(../images/arw_mc1.png) no-repeat 95% 50%;
}

#m_cbnr li:hover {
	background: #114684;
	transition: all 0.5s;
}

#m_cbnr li:hover .txt_tit {
	color: #FFF;
}

#m_cbnr li:hover div i {
	color: #FFF;
}

#m_cbnr li div {
	display: inline-block;
	float: left;
	text-align: center;
	margin: 0;
}


#m_cbnr li div i {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 1.2em;
	color: #9699a4;
	padding: 0 10px 0 20px;
}


#m_cbnr li .txt_tit {
	font-family: 'Noto Sans KR', sans-serif;
	height: 80px;
	line-height: 80px;
	color: #9699a4;
	font-weight: 500;
	font-size: 1.25em;
}


/*컨텐츠1메뉴*/

.m_cbnr_2 {
	overflow: hidden;
	position: relative;
	top: 0px;
	width: 100%;
	overflow: hidden;
	max-width: 1200px;
	margin: 50px auto;
	border-top: 1px solid #c6cbd6;
	border-bottom: 1px solid #c6cbd6;
}


.m_cbnr_2 .mc2_box1 {
	float: left;
	position: relative;
	text-align: center;
	width: 25%;
	padding: 30px 0;
	height: 100%;
	border-left: 1px solid #c6cbd6;
	box-sizing: border-box;
	overflow: hidden;
}


.m_cbnr_2 .mc2_box1:hover {
	background: #f1f2f6;
	transition: all 0.5s;
}

.m_cbnr_2 .mc2_box1:last-child {
	border-right: 1px solid #c6cbd6;
}

.mc2_box1 i {
	display: inline;
	width: 30px;
	height: 30px;
	padding: 5px 0 5px 0;
	vertical-align: middle;
	font-size: 2.5em;
	color: #254f99;
	text-align: center;
}


.mc2_box1 b {
	font-family: 'Noto Sans KR', sans-serif;
	overflow: hidden;
	position: relative;
	display: block;
	padding-top: 20px;
	font-size: 1.5em;
	font-weight: 400;
	color: #254f99;
}

.mc2_box1 p {
	padding: 0 10px;
	margin-top: 10px;
	font-size: 1em;
	line-height: 20px;
	color: #254f99;
	transition: 0.6s;
	letter-spacing: 0.05em;
}

.btn_11 {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	margin-top: 30px;
	transition: 0.6s;
	border: 1px solid #c6cbd6;
}

.btn_11 i {
	color: #777;
	font-size: 1em;
}

/*컨텐츠2인사말부분*/

.dlstkakf_wr {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}


.dlstkakf_wr .imgbox1 {
	float: left;
	width: 50%;
	height: 450px;
	/* background: url(/images/main_img01.png) center center no-repeat;*/
}


.dlstkakf_wr .textbox1 {
	float: right;
	width: 50%;
	vertical-align: top;
	background: #fff;
}

.textbox1 .text_cont {
	width: 100%;
	height: 450px;
	padding: 50px;

}


.textbox1 .text_cont h2 {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 3.5em;
	font-weight: 700;
	line-height: 1.5em;
}

.textbox1 .text_cont p {
	font-size: 2em;
	font-weight: 400;
	line-height: 1.2em;
}

.textbox1 .text_cont .txt {
	font-size: 1em;
	line-height: 1.5em;
	display: inline-block;
	word-break: keep-all;
	color: #333;
	padding: 25px 0 50px;
}


.morebt {
	font-family: 'Noto Sans KR', sans-serif;
	display: block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	background: #222;
	text-align: center;
	color: #fff;
	transition: 0.6s;
}

.morebt:hover {
	background: #114684;
}

/*롤게시판*/

.cont_box_roll1 {
	visibility: visible;
	animation-name: fadeIn;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
}

.cont_box_roll1 .cobrl_inwrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}


.cobrlin_box {
	transform: translate3d(0px, 0px, 0px);
	transition-duration: 0ms;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}


.cont_box_roll1 .bx-prev {
	display: none;
}

.cont_box_roll1 .bx-next {
	display: none;
}


.cont_box_roll1 .cobrl_inwrap .cob_boxincont01 a {
	width: 100%;
	display: block;
}

.cont_box_roll1 .cobrl_inwrap .cob_boxincont01 img {
	width: auto;
	max-height: 232px !important;
}

.cont_box_roll1 .cobrl_inwrap .cob_boxincont01 .txtBox {
	width: 100%;
	height: 200px;
	text-align: left;
	background: #f7f7f7;
	padding: 25px 20px;
}

.cont_box_roll1 .cobrl_inwrap .cob_boxincont01 .txtBox .tit {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 600;
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	font-size: 1.2em;
	color: #000;
	line-height: 30px;
}

.cont_box_roll1 .cobrl_inwrap .cob_boxincont01 .txtBox .txt {
	display: block;
	max-height: 70px;
	min-height: 50px;
	overflow: hidden;
	font-size: 1em;
	color: #555 height: 70px;
	line-height: 1.5em;

	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.cont_box_roll1 .cobrl_inwrap .cob_boxincont01 .txtBox .date {
	position: absolute;
	bottom: 30px;
	left: 20px;
	display: block;
	font-size: 1em;
	color: #777;
}

.cob_boxincont01 .cob_bic01_imgbox:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.cob_boxincont01 .cob_bic01_imgbox img {

	max-width: 80%;
	display: inline;
	vertical-align: middle;
	text-align: center;

}

.cont_box_roll1 .rollbox_bt1 {
	position: relative;
	top: 0;
	width: 100%;
	max-width: 1200px;
	height: 100px;
	margin: 0px auto;
	background: none;
}

.cont_box_roll1 .rollbox_bt1 .rolboxin_c1 {
	position: absolute;
	top: 50px;
	width: 100%;
	max-width: 1200px;
	height: 3px;
	margin: 0px auto;
	z-index: 0;
}

.cont_box_roll1 .rollbox_bt1 .rolboxin_c1 .rol_bx_c1b {
	width: 150px;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 7px;
	margin: 0 auto;
	background: rgba(0, 0, 0, .1);
}

.cont_box_roll1 .rollbox_bt1 .rolboxin_c1 .rolboxin_c1_in1 {

	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
}

.cont_box_roll1 .rollbox_bt1 .rolboxin_c2 {
	position: absolute;
	top: 20px;
	width: 100%;
	max-width: 1200px;
	height: 40px;
	text-align: center;
	margin: 0px auto;
	z-index: 20;
	background: none;
}

.cont_box_roll1 .rollbox_bt1 .rolboxin_c2 .rolc2_burron_1,
.rolc2_burron_2 {
	position: absolute;
	background: #636363;
	top: auto;
	line-height: 45px;
	bottom: 0px;
	width: 40px;
	height: 40px;
	right: 0%;
	left: auto;
	cursor: pointer;

}

.cont_box_roll1 .rollbox_bt1 .rolboxin_c2 .rolc2_burron_2 {
	position: absolute;
	top: auto;
	bottom: 0px;
	width: 40px;
	height: 40px;
	left: 0%;
	right: auto;
	cursor: pointer;
}

.cont_box_roll1 .rollbox_bt1 .rolboxin_c2 .rolc2_burron_1,
.rolc2_burron_2 i {
	color: #FFF;
}

.q_link_wrap {
	background: #254f99;
	width: 100%;
	padding: 30px 0;
}

.q_link_wrap .q_link_incon {
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;

}

.q_link_wrap .q_link_incon li:last-child {
	border-right: 0px;

}

.q_link_wrap .q_link_incon li {
	text-align: center;
	float: left;
	border-right: 1px solid #dedede;
	padding: 20px 0;
	width: 20%;
}



.q_link_wrap .q_link_incon li .q_iconbox {
	width: 80px;
	height: 80px;
	background: #;
	border: 1px solid #FFF;

	border-radius: 80px;
	margin: 0 auto;
}

.q_link_wrap .q_link_incon li .q_iconbox i {

	line-height: 80px;
	color: #fff;
	font-size: 2em;
}

.q_link_wrap .q_link_incon li p {
	font-family: 'Noto Sans KR', sans-serif;
	display: block;
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 20px;
	line-height: 1.5em;
	letter-spacing: 1px;
	color: #FFF;
}

.q_link_wrap .q_link_incon li a:hover div {
	background: #fff;
	transition: 0.6s;
}

.q_link_wrap .q_link_incon li a:hover .q_iconbox i {
	color: #254f99;
}


.q_tit {
	font-family: 'Noto Sans KR', sans-serif;
	color: #FFF;
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: 2em;
	padding-bottom: 30px;
}


.board_wrap {
	width: 100%;
	margin: 60px auto 60px auto;
}

.board_area {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

.board_area .dleft {
	position: relative;
	float: left;
	width: 50%;

}

.mrgd4p {
	margin-right: 4%;
}

.mrgd2p {
	border-right: 1px solid #dedede;
	padding-right: 2%;

}

.mrgL_d2p {
	padding-left: 2%;
	border-left: 1px solid #dedede;
}

.board_ic1 {

	width: 4px;
	height: 4px;
	background-color: #e2dccc;
}

.dleftit1 {
	height: 50px;
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #9699a4;
}

.dleftit1 span {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 50px;
	float: left;
}

.dleftit1 a {
	float: right;
	text-align: right;
	display: block;
	line-height: 50px;
	color: #254f99;
}

.dleft ul li {
	border-bottom: 1px solid #9699a4;
	padding: 15px 0;
}

.dleft ul li span {
	color: #888888;
	display: block;
	font-weight: 500;
}

.dleft ul li a {
	width: 90%;
	display: block;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


#copy_bnr {
	width: 100%;
	height: 200px;
	margin: 0px auto;
	overflow: hidden;
}

#copy_bnr .copy_bnr_left {
	float: left;
	width: 50%;
	height: 200px;
	background: #2d3238 url(/images/center_main1.jpg)no-repeat;
	background-position: right center;
}

#copy_bnr .copy_bnr_left .cs_area {
	float: right;
	width: 600px;
	text-align: left;
	padding: 30px;
}

#copy_bnr .copy_bnr_left .cs_area a {
	display: block;
}

#copy_bnr .copy_bnr_left .cs_area p.cs_tit {
	font-family: 'Noto Sans KR', sans-serif;
	display: block;
	font-size: 1.2em;
	color: #fff;
	line-height: 1.25em;
}

#copy_bnr .copy_bnr_left .cs_area p.cs_tel {
	font-family: 'Noto Sans KR', sans-serif;
	display: block;
	font-size: 2em;
	color: #fff;
	margin: 10px 0;
}

#copy_bnr .copy_bnr_left .cs_area span.cs_txt {
	display: block;
	font-size: 1em;
	color: #777;
	line-height: 1.5em;
}

#copy_bnr .copy_bnr_right {
	float: right;
	width: 50%;
	height: 200px;
	background: #c53528;
}

#copy_bnr .copy_bnr_right .g_map {
	float: left;
	position: relative;
	width: 100%;
	height: 200px;
	background: #eee;
	z-index: 0;
}

#copy_bnr .copy_bnr_right .g_map_go {
	font-family: 'Noto Sans KR', sans-serif;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -80px;
	padding: 10px 40px;
	color: #fff;
	border: 1px solid #fff;
	z-index: 99;
}

/*footer*/

.footer_logowr {
	float: left;
}

.footer_logobx {
	float: right;
}

.t1208tst {
	border-bottom: 1px solid #ddddde;
	padding-bottom: 20px;
}

.footer_wr {
	line-height: 1.6em;
	clear: both;
	width: 100%;
	margin: 0;
	padding-bottom: 70px;
	background: #f8f8fa;
	border-top: 1px solid #c6cbd6;

}

.fot_cont1 {
	overflow: hidden;
	padding-top: 20px;
	width: 100%;
	max-width: 1200px;
	text-align: left;
	margin: 0 auto;
}

.fot_cont1 a {}

.fot_cont1 a span {
	color: #a8a9ab;
}

/**/

.pro-bar-web {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25%;
	height: 10px;
	background: #ccc;
}

.pro-bar-mobile {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25%;
	height: 10px;

	background: #ccc;
}

.middle_web_slider {
	display: block;
}

.middle_mobile_slider {
	display: none;
}

.pro-bar-web {
	display: block;
}

.pro-bar-mobile {
	display: none;
}

/**/
/*é®ê¾©ï¼œï¿½ì‡°ï¿½éºï¿½ ï§Žë¶¾ë±*/

.n_bjmm {
	width: 100%;
	
	height: auto;
}

.n_bjmm .n_bjmm_inbox {
	z-index: 90;border-top:1px solid rgba(255,255,255,0.5);
	margin-bottom: 0;
	position: absolute;
	bottom: 5%;height:25%;display:flex;
	right: 2.5%;width:95%;	
	transition: all 0.8s;
}

.n_bjmm .n_bjmm_inbox a {transition: all 0.8s;display: flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;color:#fff;box-sizing:border-box;padding:1em 1.8em 0.6em;}
.n_bjmm .n_bjmm_inbox a h4{color:#fff;font-weight:normal;font-size:1.28em;text-shadow: 0px 1px 4px #000;line-height:1.2;}
.n_bjmm .n_bjmm_inbox a h4 span{float:right;font-size:1.3em;font-weight:lighter;transition: all 0.8s;}
.n_bjmm .n_bjmm_inbox a p{text-shadow: 0px 1px 4px #000;color:#fff;font-size:1em;font-weight:lighter;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.n_bjmm .n_bjmm_inbox a ~ a{border-left:1px solid rgba(255,255,255,0.5);}
.n_bjmm .n_bjmm_inbox a:hover{background:rgba(0,0,0,0.72)}
.n_bjmm .n_bjmm_inbox a:hover h4 span{transform:rotate(180deg);}

/*학사일정노출*/

.tsts1212 strong {
	display: block;
	font-weight: 600;
	color: #02377d;
	font-size: 1.2em;
}

/**/
.sub_bnnwrap01 {
	background: #f8f8fa;
	overflow: hidden;
}
/**/
.newtst01 {overflow: hidden;}
.newtst01 a {float:left;}
.newtst01 p {float:left; color: #e23838; font-weight: 600;}

#header.colored .min_navbtt > a{color:#444;text-shadow: unset;}
#header.colored .m_button a{color:#555;}

/* iPad */

@media screen and (min-width:700px) {
	.cont_box_roll1 .cobrl_inwrap .cob_boxincont01:last-child {
		margin-right: 0;
	}

	.cont_box_roll1 .cobrl_inwrap .cob_boxincont01 {
		position: relative;
		margin-right: 15px;
		width: 180px;
		padding: 0;
		box-sizing: border-box;
		float: left;
	}

	.cob_boxincont01 .cob_bic01_imgbox {
		/*width: 180px;
		height: 219px;
		display: block;
		text-align: center;*/
		vertical-align: middle;
		/*background: #e3e6ef;*/
		width: 180px;
		height: 219px;
		line-height: 227px;
	}
}

/* iPad Pro */

@media screen and (min-width:1000px) {
	.cont_box_roll1 .cobrl_inwrap .cob_boxincont01:last-child {
		margin-right: 0;
	}

	.cont_box_roll1 .cobrl_inwrap .cob_boxincont01 {
		position: relative;
		margin-right: 15px;
		width: 244px;
		padding: 0;
		box-sizing: border-box;
		float: left;
		border: 1px solid #d9d9d9;
	}

	.cob_boxincont01 .cob_bic01_imgbox {
		width: 244px;
		height: 219px;
		display: block;
		text-align: center;
	}

	.board_wrap {
		padding: 0 15px;
	}
}



@media screen and (min-width:1200px) {

	.n_bjmm {
		width: 1200px;
		margin: 0 auto;
	}

	/**/
	.cont_box_roll1 .cobrl_inwrap .cob_boxincont01 {
		position: relative;
		margin-right: 15px;
		width: 285px;
		padding: 0;
		box-sizing: border-box;
		border: 1px solid #d9d9d9;
		float: left;
	}

	.cob_boxincont01 .cob_bic01_imgbox {
		width: auto;
		/*285*/
		height: 219px;
		display: block;
		text-align: center;
	}
}

@media screen and (max-width:1500px) {


	


}

@media screen and (max-width:1200px) {
	.n_bjmm .n_bjmm_inbox{position:static;width:100%;background:#222;}
	#main_visual{background:red;height:100%;aspect-ratio:16 / 9;}
	#main_visual .bx-wrapper,#main_visual .bx-viewport{height: 100% !important; max-height: 100%;}
	
	.footer_wr {
		padding: 0 15px;
	}

	.sub_bnnwrap01 {
		padding: 40px 15px;
	}

	.footer_logobx img {
		width: 350px;
	}

	/*1207배너*/
	.n_bjmm .n_bjmm_inbox {

		margin-bottom: 0;
		overflow: hidden;
		position: inherit;
		top: 0;
		right: 0px;
		width: 100%;
		padding: 0px;
		height: auto;
	}

	.n_bjmm .n_bjmm_inbox .n_binbox1 {
		border: 0px solid rgba(255, 255, 255, 0.0);
		height: 130px;
		float: left;
		width: 33.333%;
		margin-bottom: 0px;
	}

	.n_bjmm .n_bjmm_inbox .n_binbox1:hover {
		border: 0px solid #FFF;
	}

	.n_bjmm .n_bjmm_inbox a {
		margin-bottom: 0px;
	}

	.line_t {
		display: none;
	}

	.n_bjmm .n_bjmm_inbox .n_binbox1 {
		box-shadow: 0px 0.0px 0px #626262;
	}

	.nbb_bak1 {
		background: #0d4d9c !important;
	}

	.nbb_bak2 {
		background: #5b84b6 !important;
	}

	.nbb_bak3 {
		background: #8aa4c4 !important;
	}

	.sc_bx1 {
		margin-bottom: 10px;
		width: 100%;

		overflow: hidden;
		float: left;
		position: inherit;
		transform: translate(0%, 0%);
	}

	.help_11 {
		width: 100%;
		text-align: center;
		top: 50%;
	}


	.n_binbox1 .nbb1_left {
		float: left;
		padding: 0px 15px 0 25px;
	}

	.n_binbox1 .nbb1_rtext {
		font-size: 1.3em;
	}

	.n_binbox1 .bb1_tlih1 {
		line-height: 120px;
	}

	.n_binbox1 .nbb1_left i {
		line-height: 130px;
	}

	.n_binbox1 .bb1_tlih2 {
		padding: 45px 0;
	}

	/**/
	#nav > ul > li > a {
		padding: 0 20px;
	}

	#m_cbnr li {
		width: 50%;
	}

	#header h1 a img {
		padding-left: 10px;
		height: 38px;
	}

	#m_cbnr {
		position: relative;
		top: 0px;
	}

	.m_cbnr_2 .mc2_box1 {
		width: 50%;
		border-bottom: 1px solid #c6cbd6;
	}

	.m_cbnr_2 {
		position: relative;
		top: 0px;
		width: 100%;
		margin: 0 auto;
		border-bottom: none;

	}

	.dlstkakf_wr .imgbox1 {
		float: none;
	}



	.dlstkakf_wr .textbox1 {
		float: none;
		position: relative;
		top: -100px;
		width: 90%;
		height: auto;
		padding: 25px;
		border: 1px solid #f1f2f6;
		background: #fff;
		margin: 0 auto;
	}

	.textbox1 .text_cont {
		height: auto;
		padding: 10px;
	}

	.dlstkakf_wr {
		background: #f8f8fa;
	}

	.cob_boxincont01 .cob_bic01_imgbox {
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 219px;
		border: 0px solid #000;
		text-align: center;
	}

	.cont_box_roll1 {
		visibility: visible;
		animation-name: fadeIn;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	.cob_boxincont01 .cob_bic01_imgbox:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.cob_boxincont01 .cob_bic01_imgbox img {
		max-width: 100%;
		max-height: 100%;
		display: inline;
		vertical-align: middle;
		text-align: center;

	}

}
@media screen and (max-width:1199px) {
	.wrap_box {
        display: none;
    }
	.m_btn i {
        line-height: 60px;
    }
	.m_button { display: block;}
	#header h1{display:block;height:3rem;margin:0.2rem;}
	#header {
		height: 60px;
		width: 100%;
		min-height: 60px;
		/*background: #262728;
		border-bottom: 1px solid #636363;*/
		z-index: 1001 !important;
	}

	#header h1 {
		line-height: 50px;
	}

	#header h1 a img {
		height: 38px;
	}
	.m_btn {
		display: block;
	}
}
@media screen and (max-width:1000px) {

	.help_11 h2 {
    font-size: 2em;
	line-height: 0.1em;}

	.footer_logobx {
		float: left !important;
		padding-left: 15px;
	}

	.board_area .dleft {
		width: 90%;
		margin: 0 auto;
		float: none;
		padding: 20px 0;

	}

	.mrgd4p {
		padding-right: 0;

	}

	.mrgd2p {
		padding-right: 0;
		border: none;
	}

	.mrgL_d2p {border-left: 0px;
		padding-left: 0;
	}

	.board_wrap {

		margin: 20px auto;
	}

	#copy_bnr .copy_bnr_left .cs_area {
		width: 100%;
	}

	#copy_bnr .copy_bnr_left {
		float: none;
		width: 100%;
	}

	#copy_bnr .copy_bnr_right {
		float: none;
		width: 100%;
	}

	#copy_bnr {
		height: auto;
	}
	
	.n_bjmm .n_bjmm_inbox{flex-wrap:wrap;border-top:0;}
	.n_bjmm .n_bjmm_inbox a{width:50%;border-top: 1px solid rgba(255, 255, 255, 0.5);}

	.q_link_wrap .q_link_incon li {
		width: 33.3333%;
	}

	.q_link_wrap .q_link_incon li:last-child {
		border-right: 1px solid #dedede;

	}
}

@media screen and (max-width:800px) {
	/**/

	.n_bjmm .n_bjmm_inbox .n_binbox1 {
		text-align: center;
		height: 160px;
		padding: 30px 0;
	}

	.n_binbox1 .nbb1_left {
		float: none;
		padding: 0px;
		padding-bottom: 10px;
	}

	.n_binbox1 .nbb1_left i {
		line-height: 1em;
	}

	.n_binbox1 .nbb1_rtext {
		float: none;
	}

	.n_binbox1 .bb1_tlih1 {
		line-height: 1em;
	}

	.n_binbox1 .bb1_tlih2 {
		padding: 0px;
	}

	/**/

	

	


	#nav_t1 {
		position: fixed;
		background: #333;
		margin-top: 20px;
		margin-left: 60px;
	}



	.mc2_box1 p {
		display: none;
	}

	#m_cbnr li {
		width: 33.333%;
		background: none;
		padding: 30px 0;
		height: auto;
		border-bottom: 1px solid #6e717e;
	}

	#m_cbnr li .txt_tit {
		height: auto;
		font-size: 0.95em;
		line-height: normal;
		text-align: center;

	}

	#m_cbnr li .txt_tit {
		height: auto;
		line-height: none;
	}

	#m_cbnr li div {
		width: 100%;
		float: none;
	}

	#m_cbnr li div i {
		width: 100%;
		height: auto;
		line-height: normal;
		padding: 0;
	}

	.q_link_wrap .q_link_incon li {}


	.q_link_wrap .q_link_incon li .q_iconbox {
		width: 60px;
		height: 60px;
		border-radius: 80px;
		margin: 0 auto;
	}

	.q_link_wrap .q_link_incon li .q_iconbox i {
		line-height: 60px;
	}


	.q_link_wrap .q_link_incon li p {
		margin-top: 10px;
	}

	#nav_t1 > ul > li {
		float: left;
		line-height: 30px;
		text-align: center;

	}

	#nav_t1 > ul > li > a {
		padding: 0 10px;
		font-size: 0.8em !important;
		color: #fff;
		width: auto;
	}

	#nav_t1 > ul > li > ul > li {
		line-height: 30px;
	}

	#nav_t1 > ul > li > ul > li > a {
		display: block;
		font-weight: 600;
		font-size: 0.8em !important;
		color: #333;
	}



	.bx-controls-direction {
		display: none;
	}

	

	/*2024-12-18*/.m_logo1 {
		/*display: block;
		padding: 10px 0;
		margin: 0 auto;*/
		/*height: 60px;*/
	}

	.mmt60 {
		margin-top: 60px;
	}
	/*2024-12-18*/#main_visual.mmt60{margin-top:0;}

	.help_11 {
		bottom: 30%;
	}

}

@media screen and (max-width:500px) {
	.n_bjmm .n_bjmm_inbox{flex-direction:column;}
	.n_bjmm .n_bjmm_inbox a, .n_bjmm .n_bjmm_inbox a ~ a{border:0;width:100%;}
	.n_bjmm .n_bjmm_inbox a, .n_bjmm .n_bjmm_inbox a ~ a{border-bottom:1px solid rgba(255,255,255,0.5);}
	.n_bjmm .n_bjmm_inbox a p{display:none;}
	.n_bjmm .n_bjmm_inbox a h4{font-size: 1em;}
	.n_bjmm .n_bjmm_inbox a h4 br{display:none;}
	
	.footer_logobx img {
		width: 250px;
	}

	.n_binbox1 .bb1_tlih1 {
		line-height: 25px;
	}

	.q_link_wrap .q_link_incon li {
		width: 50%;
	}

	.m_logo1 {
		padding: 15px 15px;
		text-align: left;
		margin: 0;
	}

	.help_11 h2{padding-bottom:0;}
	.help_11 h2 a{
		font-size: 5vw;
		line-height: 1.6;
		font-weight: 500;
		padding-bottom: 0px;

	}


	.help_11 a {
		font-size: 3vw;
		line-height: 0.9em;
		padding-bottom: 0;
	}

	.middle_web_slider {
		display: none;
	}

	.middle_mobile_slider {
		display: block;
	}

	.pro-bar-web {
		display: none;
	}

	.pro-bar-mobile {
		display: block;
	}


}


.min_navbtt {  float:right;margin-top:25px;}
.min_navbtt > a i{font-size:10px;}
.min_navbtt > a {color: #fff;  font-weight: 600;}
.min_navbtt > ul{background:#fff; width:100%;border:1px solid #254f99;text-align:center; display:none; position:relative; z-index:9999;}
.min_navbtt > ul li a{color:#254f99;font-weight: 600;}

.m_button { display: none; position:  absolute; top: 17px; right: 50px;}
.m_button > a {font-size: 12px;color: #fff; font-weight: 600;}
.m_button > a i{font-size:8px;}
.m_button > a i.on{transform:rotate(180deg);}
.m_button > ul{width:80px; border:1px solid #444;display:none;position:absolute;left:-10px;background:#fff;text-align:center;}
.m_button > ul li{color:#444; font-weight:600;line-height:38px;}


@media screen and (max-width:1199px) {
	.m_button { display: block;}
}