@charset "UTF-8";
/* main_section */
/*모든 사이즈 공통 부분*/
/*배너 섹션*/
.section_banner {
	background-position: center center;
	background-size: cover;
}

.section_banner>p {
	color: #292929;
}

/*퀵메뉴 섹션*/
.section_quickMenu {
	width: 100%;
	background-color: #eeeeee;
}

.section_quickMenu>ul {
	margin: 0 auto;
}

.section_quickMenu>ul>li {
	float: left;
	box-sizing: border-box;
}

.section_quickIcon>a {
	display: block;
}

.section_quickIcon>a>img {
	display: block;
}

.section_quickIcon>a>p {
	width: 100%;
	color: #292929;
	text-align: center;
}

/*공지사항과 FAQ DIV*/
.section_board {
	margin: 0 auto;
	padding-bottom:8px;
}

.section_boardH3 {
	width: 100%;
	border-bottom: 2px solid #5f5f5f;
	box-sizing: border-box;
	color: #292929;
}

.section_boardH3>.section_boardIcon {
	height: 100%;
	display: block;
	float: left;
	background-size: cover;
}

/* .section_boardH3>.noticeIcon { */
/* 	background-image: url("/resources/img/main/notice_btn.png"); */
/* } */

/* .section_boardH3>.faqIcon { */
/* 	background-image: url("/resources/img/main/faq_btn.png"); */
/* } */

/* .section_boardH3>.section_more { */
/* 	float: right; */
/* 	background-color: #17385a; */
/* 	color: #fff; */
/* 	text-align: right; */
/* } */

/* .section_boardH3>.section_more>.section_moreIcon { */
/* 	display: block; */
/* 	float: left; */
/* 	background-image: url("/resources/img/main/more_btn.png"); */
/* 	background-position: center center; */
/* 	background-size: cover; */
/* } */

.section_boardUl {
	width: 100%;
}

.section_boardUl>.section_boardLi {
	width: 100%;
}

.section_boardUl>.section_boardLi>a {
	width: 100%;
	display: block;
	color: #292929;
}

.section_boardUl>.section_boardLi>a>span {
	height: 100%;
	display: block;
	float: right;
	text-align: right;
}
/*  */
/*  */
/*  */
.section_board .div_notice {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.section_board .div_notice > div {
	width: 90%;
}

.section_board .div_FAQ {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.section_board .div_FAQ > div {
	width: 90%;
	margin: 0px 0px 0px auto;
}


.section_more {
	background-color: #17385a;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 5px 4px 5px;
	float: right;
	margin-top: 12px;
}

.section_moreIcon2 {
	background-image: url("/resources/img/main/more_btn.png");
	background-position: center left;
	background-size: cover;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 5px;
}

.noticeIcon {
	background-image: url("/resources/img/main/notice_btn.png");
	background-position : center left;
	background-size: cover;
	width: 40px;
	height: 38px;
	display: inline-block;
	margin-right: 5px;
	background-position: center left;
}


.faqIcon {
	background-image: url("/resources/img/main/faq_btn.png");
	background-position : center left;
	background-size: cover;
	width: 40px;
	height: 38px;
	display: inline-block;
	margin-right: 5px;
	background-position: center left;
}

.dataGridTypeMain thead {
	display: none;
}

.dataGridTypeMain .dataGrid_group th, .dataGridTypeMain .dataGrid_group td {
	font-family: malgun gothic, malgun gothic, dotum, sans-serif;
	border: none;
	height: 25px;
}

.dataGrid_wrap .dataGrid_set {
	border: none;
}

.dataGridTypeMain  colgroup col:last-child {
	display: none;
}

.dataGridTypeMain  colgroup col:last-child, .dataGridTypeMain tr td:last-child{
	display: none;
}

.dataGridTypeMain .dataGrid_group .dataGrid_fild {
	height: 18px;
}


div.dataGridTypeMain.dataGrid_layout{
    border-top: none;
    border-bottom: none;
}

/*  */
/*  */
/*  */
@media screen and (max-width: 480px) {
	/* width: 360px 기준 */
	/*배너 섹션*/
	.section_banner {
		width: 100%;
		height: 110px;
		/*110px*/
		padding-top: 11.1vw;
		/*40px*/
		background-image: url("/resources/img/main/banner_mob.jpg");
	}
	.section_banner>p {
		width: 260px;
		height: 20px;
		margin: 0 auto;
		background-color: rgba(41, 41, 41, 0.7);
		font-size: 13px;
		color: #fff;
		font-weight: 600;
		text-align: center;
	}
	.section_banner>.section_bannerText01 {
		padding-top: 10px;
	}
	.section_banner>.section_bannerText02 {
		height: 30px;
	}
	/*공지사항과 FAQ DIV*/
	.section_board {
		width: 100%;
/* 		height: 420px; */
	}



	.section_board>.section_boardDiv {
		width: 88.9%;
		/*300px*/
		height: 190px;
		padding: 20px 20px 0;
	}
	/*공지사항과 FAQ 공통 스타일*/
	.section_boardH3 {
		height: 40px;
		font-size: 0.9rem;
		line-height: 200%;
	}
/* 	.section_boardH3>.section_boardIcon { */
/* 		width: 30px; */
/* 	} */
	.section_boardH3>.section_more {
		width: 45px;
		height: 12px;
		margin: 5px 5px 0 0;
		padding: 4px;
		font-size: 0.7rem;
		line-height: 100%;
		font-weight: 100;
	}
	.section_boardH3>.section_more>.section_moreIcon {
		width: 12px;
		height: 12px;
		background-position: 80% center;
	}
	.section_boardUl {
		height: 150px;
		margin-top: 10px;
	}
	.section_boardUl>.section_boardLi {
		height: 25px;
	}
	.section_boardUl>.section_boardLi>a {
		height: 100%;
		font-size: 0.8rem;
		line-height: 200%;
	}
	.section_boardUl>.section_boardLi>a>span {
		width: 80px;
		height: 100%;
	}
	.section_boardUl>.section_boardLi:hover {
		background-color: #ccd9e5;
	}
	/*  */
	/*  */
	/*  */
	.section_board .div_notice {
		display: block;
		width: 100%;
		vertical-align: top;
		margin-top: 10px;
	}
	.section_board .div_notice > div {
		width: 100%;
	}
	.section_board .div_FAQ {
		display: block;
		width: 100%;
		vertical-align: top;
		margin-top: 10px;
	}
	.section_board .div_FAQ > div {
		width: 100%;
	}
	.section_board input{
	    font-size: 0.5rem;
	}
	/*  */
	/*  */
	/*  */
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	/* width: 768px 기준 */
	/*배너 섹션*/
	.section_banner {
		width: 100%;
		height: 180px;
		padding-top: 100px;
		background-image: url("/resources/img/main/banner_mob.jpg");
	}
	.section_banner>p {
		width: 400px;
		height: 40px;
		margin: 0 auto;
		background-color: rgba(41, 41, 41, 0.7);
		font-size: 20px;
		color: #fff;
		font-weight: 600;
		text-align: center;
	}
	.section_banner>.section_bannerText01 {
		padding-top: 10px;
	}
	/*공지사항과 FAQ DIV*/
	.section_board {
		width: 96%;
/* 		height: 450px; */
	}



	.section_board>.section_boardDiv {
		width: 84.4%;
		/*650px*/
		height: 205px;
		padding: 20px 7.8% 0;
	}
	/*공지사항과 FAQ 공통 스타일*/
	.section_boardH3 {
		height: 40px;
		font-size: 1.4rem;
		line-height: 200%;
	}
/* 	.section_boardH3>.section_boardIcon { */
/* 		width: 40px; */
/* 		height: 100%; */
/* 	} */
	.section_boardH3>.section_more {
		width: 50px;
		height: 12px;
		margin: 8px 5px 0 0;
		padding: 5px;
		font-size: 0.8rem;
		line-height: 90%;
		font-weight: 100;
	}
	.section_boardH3>.section_more>.section_moreIcon {
		width: 12px;
		height: 12px;
		background-position: 80% center;
	}
	.section_boardUl {
		height: 150px;
		margin-top: 15px;
	}
	.section_boardUl>.section_boardLi {
		height: 25px;
	}
	.section_boardUl>.section_boardLi>a {
		height: 100%;
		font-size: 0.8rem;
		line-height: 150%;
	}
	.section_boardUl>.section_boardLi>a>span {
		width: 80px;
	}
	.section_boardUl>.section_boardLi:hover {
		background-color: #ccd9e5;
	}
	/*  */
	/*  */
	/*  */
	.section_board .div_notice {
		display: block;
		width: 100%;
		vertical-align: top;
		margin-top: 10px;
	}
	.section_board .div_notice > div {
		width: 100%;
	}
	.section_board .div_FAQ {
		display: block;
		width: 100%;
		vertical-align: top;
		margin-top: 10px;
	}
	.section_board .div_FAQ > div {
		width: 100%;
	}
	.section_board input{
	    font-size: 0.5rem;
	}
	/*  */
	/*  */
	/*  */
}

@media screen and (max-width: 380px) {
	.section_quickMenu {
		width: 95%;
		/*320px*/
		height: 300px;
		padding: 5.5% 2.5%;
		/*20px*/
	}
	.section_quickMenu>ul {
		width: 100%;
		height: 100%;
	}
	.section_quickMenu>ul>li {
		width: 33.3%;
		height: 100px;
	}
	.section_quickMenu>ul>li:nth-child(3n-2) {
		border-right: 1px solid #cfcfcf;
		border-bottom: 1px solid #cfcfcf;
	}
	.section_quickMenu>ul>li:nth-child(3n-1) {
		border-right: 1px solid #cfcfcf;
		border-bottom: 1px solid #cfcfcf;
	}
	.section_quickMenu>ul>li:nth-child(3n) {
		border-bottom: 1px solid #cfcfcf;
	}
	.section_quickMenu>ul>li:nth-child(7) {
		border-bottom: 0;
	}
	.section_quickMenu>ul>li:nth-child(8) {
		border-bottom: 0;
	}
	.section_quickMenu>ul>li:nth-child(9) {
		border-bottom: 0;
	}
	.section_quickIcon>a {
		width: 100%;
		height: 90px;
	}
	.section_quickIcon>a>img {
		width: 70%;
		margin: 12px auto 0;
	}
	.section_quickIcon>a>p {
		height: 20px;
		font-size: 5px;
		font-weight: 500;
		line-height: 250%;
	}
	.section_quickIcon>a>.imgPc {
		display: none;
	}
	.section_quickIcon>a>.section_quick_long {
		display: none;
	}
	/*공지사항과 FAQ 폰트 스타일*/
	.section_boardUl>.section_boardLi>a {
		font-size: 0.5rem;
	}
}

@media screen and (min-width: 381px) and (max-width: 480px) {
	.section_quickMenu {
		width: 88.9%;
		/*320px*/
		height: 360px;
		padding: 5.5%;
		/*20px*/
	}
	.section_quickMenu>ul {
		width: 100%;
		height: 100%;
	}
	.section_quickMenu>ul>li {
		width: 33.3%;
		height: 120px;
	}
	.section_quickMenu>ul>li:nth-child(3n-2) {
		border-right: 1px solid #cfcfcf;
		border-bottom: 1px solid #cfcfcf;
	}
	.section_quickMenu>ul>li:nth-child(3n-1) {
		border-right: 1px solid #cfcfcf;
		border-bottom: 1px solid #cfcfcf;
	}
	.section_quickMenu>ul>li:nth-child(3n) {
		border-bottom: 1px solid #cfcfcf;
	}
	.section_quickMenu>ul>li:nth-child(7) {
		border-bottom: 0;
	}
	.section_quickMenu>ul>li:nth-child(8) {
		border-bottom: 0;
	}
	.section_quickMenu>ul>li:nth-child(9) {
		border-bottom: 0;
	}
	.section_quickIcon>a {
		width: 100%;
		height: 90px;
	}
	.section_quickIcon>a>img {
		width: 70%;
		margin: 12px auto 0;
	}
	.section_quickIcon>a>p {
		width: 100%;
		height: 20px;
		font-size: 0.7rem;
		font-weight: 800;
		line-height: 250%;
	}
	.section_quickIcon>a>.imgPc {
		display: none;
	}
	.section_quickIcon>a>.section_quick_long {
		display: none;
	}
}

@media screen and (min-width: 481px) and (max-width: 560px) {
	.section_quickMenu {
		width: 100%;
		/*650px*/
		height: 450px;
		/*78.125vw 600px*/
		padding: 50px 0;
	}
	.section_quickMenu>ul {
		width: 100%;
		height: 450px;
	}
	.section_quickMenu>ul>li {
		width: 33.3%;
		height: 150px;
		/*200px*/
	}
	.section_quickMenu>ul>li:nth-child(3n-2) {
		border-right: 1px solid #cfcfcf;
		border-bottom: 1px solid #cfcfcf;
	}
	.section_quickMenu>ul>li:nth-child(3n-1) {
		border-right: 1px solid #cfcfcf;
		border-bottom: 1px solid #cfcfcf;
	}
	.section_quickMenu>ul>li:nth-child(3n) {
		border-bottom: 1px solid #cfcfcf;
	}
	.section_quickMenu>ul>li:nth-child(7) {
		border-bottom: 0;
	}
	.section_quickMenu>ul>li:nth-child(8) {
		border-bottom: 0;
	}
	.section_quickMenu>ul>li:nth-child(9) {
		border-bottom: 0;
	}
	.section_quickIcon>a {
		width: 97.5%;
		/*20px*/
		height: 97.5%;
		/*20px*/
		padding: 1.25%;
		/*10px*/
	}
	.section_quickIcon>a>img {
		width: 60%;
		margin: 25px auto 0;
	}
	.section_quickIcon>a>p {
		width: 100%;
		height: 3.9vw;
		/*30px*/
		/*margin: 5px auto 0;*/
		font-size: 1.95vw;
		/*15px*/
		color: #292929;
		font-weight: 800;
		line-height: 300%;
	}
	.section_quickIcon>a>.imgPc {
		display: none;
	}
	.section_quickIcon>a>.section_quick_long {
		display: none;
	}
	.section_quickIcon>a>.section_quick_mobile {
		display: none;
	}
}

@media screen and (min-width: 561px) and (max-width: 680px) {
	.section_quickMenu {
		width: 100%;
		/*650px*/
		height: 540px;
		/*78.125vw 600px*/
		padding: 50px 0;
	}
	.section_quickMenu>ul {
		width: 100%;
		height: 840px;
	}
	.section_quickMenu>ul>li {
		width: 33.3%;
		height: 180px;
	}
	.section_quickMenu>ul>li:nth-child(3n-2) {
		border-right: 1px solid #cfcfcf;
		border-bottom: 1px solid #cfcfcf;
	}
	.section_quickMenu>ul>li:nth-child(3n-1) {
		border-right: 1px solid #cfcfcf;
		border-bottom: 1px solid #cfcfcf;
	}
	.section_quickMenu>ul>li:nth-child(3n) {
		border-bottom: 1px solid #cfcfcf;
	}
	.section_quickMenu>ul>li:nth-child(7) {
		border-bottom: 0;
	}
	.section_quickMenu>ul>li:nth-child(8) {
		border-bottom: 0;
	}
	.section_quickMenu>ul>li:nth-child(9) {
		border-bottom: 0;
	}
	.section_quickIcon>a {
		width: 97.5%;
		/*20px*/
		height: 97.5%;
		/*20px*/
		padding: 1.25%;
		/*10px*/
	}
	.section_quickIcon>a>img {
		width: 60%;
		margin: 25px auto 5px;
	}
	.section_quickIcon>a>p {
		width: 100%;
		height: 3.9vw;
		/*30px*/
		/*margin: 5px auto 0;*/
		font-size: 1.95vw;
		/*15px*/
		color: #292929;
		font-weight: 800;
		line-height: 300%;
	}
	.section_quickIcon>a>.imgPc {
		display: none;
	}
	.section_quickIcon>a>.section_quick_long {
		display: none;
	}
	.section_quickIcon>a>.section_quick_mobile {
		display: none;
	}
}

@media screen and (min-width: 681px) and (max-width: 768px) {
	.section_quickMenu {
		width: 100%;
		/*650px*/
		height: 600px;
		/*78.125vw 600px*/
		padding: 50px 0;
	}
	.section_quickMenu>ul {
		width: 100%;
		height: 600px;
	}
	.section_quickMenu>ul>li {
		width: 33.3%;
		height: 200px;
		/*200px*/
	}
	.section_quickMenu>ul>li:nth-child(3n-2) {
		border-right: 1px solid #cfcfcf;
		border-bottom: 1px solid #cfcfcf;
	}
	.section_quickMenu>ul>li:nth-child(3n-1) {
		border-right: 1px solid #cfcfcf;
		border-bottom: 1px solid #cfcfcf;
	}
	.section_quickMenu>ul>li:nth-child(3n) {
		border-bottom: 1px solid #cfcfcf;
	}
	.section_quickMenu>ul>li:nth-child(7) {
		border-bottom: 0;
	}
	.section_quickMenu>ul>li:nth-child(8) {
		border-bottom: 0;
	}
	.section_quickMenu>ul>li:nth-child(9) {
		border-bottom: 0;
	}
	.section_quickIcon>a {
		width: 97.5%;
		/*20px*/
		height: 97.5%;
		/*20px*/
		padding: 1.25%;
		/*10px*/
	}
	.section_quickIcon>a>img {
		width: 70%;
		margin: 15px auto 0;
	}
	.section_quickIcon>a>p {
		width: 100%;
		height: 3.9vw;
		/*30px*/
		/*margin: 5px auto 0;*/
		font-size: 1.95vw;
		/*15px*/
		color: #292929;
		font-weight: 800;
		line-height: 300%;
	}
	.section_quickIcon>a>.imgPc {
		display: none;
	}
	.section_quickIcon>a>.section_quick_long {
		display: none;
	}
	.section_quickIcon>a>.section_quick_mobile {
		display: none;
	}
}

@media screen and (min-width: 769px) and (max-width: 940px) {
	/* width: 940px 기준 */
	/*배너 섹션*/
	.section_banner {
		width: 90%;
		/*846px*/
		height: 80px;
		padding: 150px 5%;
		/*150px 47px*/
		background-image: url("/resources/img/main/banner_pc.jpg");
	}
	.section_banner>p {
		font-size: 25px;
		font-weight: 600;
	}
	.section_banner>.section_bannerText02 {
		margin-top: 15px;
	}
	/*퀵메뉴 섹션*/
	.section_quickMenu {
		width: 90%;
		/*846px*/
		height: 100px;
		margin-top: 20px;
		padding: 0 5%;
		/*47px*/
	}
	.section_quickMenu>ul {
		width: 100%;
		height: 100%;
	}
	.section_quickMenu>ul>li {
		width: 11.1%;
		height: 85px;
		margin-top: 8px;
		border-right: 1px solid #cfcfcf;
	}
	.section_quickMenu>ul>li:last-child {
		border-right: 0;
	}
	.section_quickIcon>a {
		width: 100%;
		height: 100%;
	}
	.section_quickIcon>a>img {
		width: 100%;
		margin: 0 auto 5px;
	}
	.section_quickIcon>a>p {
		width: 100%;
		height: 15px;
		font-size: 0.6rem;
		font-weight: 600;
	}
	.section_quickIcon>a>.imgMob {
		display: none;
	}
	.section_quickIcon>a>.section_quick_long {
		display: none;
	}
	.section_quickIcon>a>.section_quick_mobile {
		display: none;
	}
	/*공지사항과 FAQ DIV*/
	.section_board {
		width: 96%;
/* 		height: 230px; */
		padding-top: 20px;
	}



	.section_board>.section_boardDiv {
		width: 42%;
		/*395px*/
		height: 100%;
		float: left;
		margin-left: 5%;
		/*47px*/
	}
	.section_board>.faqDiv {
		float: right;
		margin-left: 0;
		margin-right: 5%;
		/*47px*/
	}
	/*공지사항과 FAQ 공통 스타일*/
	.section_boardH3 {
		height: 40px;
		font-size: 1rem;
		line-height: 200%;
	}
/* 	.section_boardH3>.section_boardIcon { */
/* 		width: 40px; */
/* 	} */
/* 	.section_boardH3>.section_more { */
/* 		width: 45px; */
/* 		height: 10px; */
/* 		margin: 10px 5px 0 0; */
/* 		padding: 5px; */
/* 		font-size: 5px; */
/* 		line-height: 90%; */
/* 		font-weight: 100; */
/* 	} */
/* 	.section_boardH3>.section_more>.section_moreIcon { */
/* 		width: 10px; */
/* 		height: 10px; */
/* 	} */
/* 	.section_boardUl { */
/* 		height: 170px; */
/* 		150px */
/* 		margin-top: 10px; */
/* 	} */
/* 	.section_boardUl>.section_boardLi { */
/* 		height: 25px; */
/* 		25px */
/* 	} */
/* 	.section_boardUl>.section_boardLi>a { */
/* 		height: 100%; */
/* 		font-size: 0.8rem; */
/* 		line-height: 200%; */
/* 	} */
/* 	.section_boardUl>.section_boardLi>a>span { */
/* 		width: 65px; */
/* 		margin-right: 5px; */
/* 	} */
/* 	.section_boardUl>.section_boardLi:hover { */
/* 		background-color: #ccd9e5; */
/* 	} */
}

@media screen and (min-width: 941px) and (max-width: 1200px) {
	/* width: 1200px 기준 */
	/*배너 섹션*/
	.section_banner {
		width: 95%;
		/*60px*/
		height: 80px;
		padding: 150px 5%;
		/*30px*/
		background-image: url("/resources/img/main/banner_pc.jpg");
	}
	.section_banner>p {
		font-size: 25px;
		font-weight: 600;
	}
	.section_banner>.section_bannerText02 {
		margin-top: 15px;
	}
	/*퀵메뉴 섹션*/
	.section_quickMenu {
		width: 90%;
		/*1080px*/
		height: 110px;
		margin: 10px auto;
		padding: 0.5% 5%;
		/*6px 60px*/
	}
	.section_quickMenu>ul {
		width: 100%;
		height: 100%;
	}
	.section_quickMenu>ul>.section_quickIcon {
		width: 11.11%;
		height: 100px;
		margin-top: 5px;
		border-right: 1px solid #cfcfcf;
	}
	.section_quickMenu>ul>.section_quickIcon:last-child {
		border-right: 0;
	}
	.section_quickIcon>a {
		width: 100%;
		height: 100%;
	}
	.section_quickIcon>a>img {
		width: 100%;
		margin: 0 auto 5px;
	}
	.section_quickIcon>a>p {
		height: 15px;
		font-size: 0.6rem;
		font-weight: 600;
	}
	.section_quickIcon>a>.imgMob {
		display: none;
	}
	.section_quickIcon>a>.section_quick_short {
		display: none;
	}
	.section_quickIcon>a>.section_quick_mobile {
		display: none;
	}
	/*공지사항과 FAQ DIV*/
	.section_board {
		width: 96%;
/* 		height: 220px; */
		padding-top: 1.5%;
		/*15px*/
	}

	.section_board>.section_boardDiv {
		width: 40%;
		/*480px*/
		height: 100%;
		float: left;
		margin-left: 5%;
		/*40px*/
	}
	.section_board>.faqDiv {
		float: right;
		padding-left: 0;
		margin-right: 5%;
		/*40px*/
	}
	/*공지사항과 FAQ 공통 스타일*/
	.section_boardH3 {
		height: 40px;
		font-size: 1.25rem;
		line-height: 200%;
	}
/* 	.section_boardH3>.section_boardIcon { */
/* 		width: 40px; */
/* 	} */
/* 	.section_boardH3>.section_more { */
/* 		width: 45px; */
/* 		height: 10px; */
/* 		margin: 12px 10px 0 0; */
/* 		padding: 5px; */
/* 		font-size: 10px; */
/* 		line-height: 90%; */
/* 		font-weight: 100; */
/* 	} */
/* 	.section_boardH3>.section_more>.section_moreIcon { */
/* 		width: 10px; */
/* 		height: 10px; */
/* 	} */
/* 	.section_boardUl { */
/* 		width: 100%; */
/* 		height: 170px; */
/* 		margin-top: 10px; */
/* 	} */
/* 	.section_boardUl>.section_boardLi { */
/* 		width: 98%; */
/* 		height: 25px; */
/* 		margin-left: 2%; */
/* 	} */
/* 	.section_boardUl>.section_boardLi>a { */
/* 		height: 100%; */
/* 		font-size: 0.8rem; */
/* 		line-height: 200%; */
/* 	} */
/* 	.section_boardUl>.section_boardLi>a>span { */
/* 		width: 80px; */
/* 		margin-right: 10px; */
/* 	} */
/* 	.section_boardUl>.section_boardLi:hover { */
/* 		background-color: #ccd9e5; */
/* 	} */
}

@media screen and (min-width: 1201px) {
	/* width: 1900px 기준 */
	/*배너 섹션*/
	.section_banner {
		width: 62%;
		/*1200px*/
		height: 80px;
		padding: 150px 19%;
		/*350px*/
		background-image: url("/resources/img/main/banner.jpg");
	}
	.section_banner>p {
		font-size: 32px;
		font-weight: 600;
	}
	.section_banner>.section_bannerText02 {
		margin-top: 15px;
	}
	/*퀵메뉴 섹션*/
	.section_quickMenu {
		height: 130px;
		margin-top: 20px;
	}
	.section_quickMenu>ul {
		width: 1200px;
		height: 100%;
	}
	.section_quickMenu>ul>li {
		width: 130px;
		height: 110px;
		margin-top: 10px;
		border-right: 2px solid #cfcfcf;
	}
	.section_quickMenu>ul>li:last-child {
		border-right: 0;
	}
	.section_quickIcon>a {
		width: 100%;
		height: 100%;
	}
	.section_quickIcon>a>img {
		width: 100%;
		height: 90px;
	}
	.section_quickIcon>a>p {
		height: 20px;
		font-size: 0.8rem;
		font-weight: 600;
	}
	.section_quickIcon>a>.imgMob {
		display: none;
	}
	.section_quickIcon>a>.section_quick_short {
		display: none;
	}
	.section_quickIcon>a>.section_quick_mobile {
		display: none;
	}
	/*공지사항과 FAQ DIV*/
	.section_board {
		width: 1200px;
/* 		height: 220px; */
		padding-top: 20px;
	}
	.section_board>.section_boardDiv {
		width: 540px;
		height: 100%;
		float: left;
	}
	.section_board>.faqDiv {
		float: right;
	}
	/*공지사항과 FAQ 공통 스타일*/
	.section_boardH3 {
		height: 40px;
		font-size: 1.2rem;
		line-height: 200%;
	}
/* 	.section_boardH3>.section_boardIcon { */
/* 		width: 40px; */
/* 	} */
/* 	.section_boardH3>.section_more { */
/* 		width: 45px; */
/* 		height: 10px; */
/* 		margin: 12px 10px 0 0; */
/* 		padding: 5px; */
/* 		font-size: 10px; */
/* 		line-height: 90%; */
/* 		text-align: right; */
/* 	} */
/* 	.section_boardH3>.section_more>.section_moreIcon { */
/* 		width: 10px; */
/* 		height: 10px; */
/* 	} */
/* 	.section_boardUl { */
/* 		height: 170px; */
/* 		margin-top: 10px; */
/* 	} */
/* 	.section_boardUl>.section_boardLi { */
/* 		height: 25px; */
/* 	} */
/* 	.section_boardUl>.section_boardLi>a { */
/* 		height: 100%; */
/* 		font-size: 0.8rem; */
/* 		line-height: 200%; */
/* 	} */
/* 	.section_boardUl>.section_boardLi>a>span { */
/* 		width: 80px; */
/* 		margin-right: 5px; */
/* 	} */
/* 	.section_boardUl>.section_boardLi:hover { */
/* 		background-color: #ccd9e5; */
/* 	} */
}