/*공통영역 시작*/
/*css초기화*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

/*font-family: 'Noto Sans KR', sans-serif;*/
body {
	background: #fff;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 100%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	letter-spacing: -0px;
}
html,
body {
	width: 100%;
	letter-spacing: 0px;
	font-size: 10px;
}
body {
	overflow-y: scroll;
}
pre {
	font-family: 'Noto Sans KR', sans-serif;
}
div,
p,
ul,
li,
table,
th,
td,
textarea,
input,
span,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dl,
dd,
em,
sup {
	padding: 0px;
	margin: 0px;
}
ul,
ol,
dl,
dd,
dt,
li {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	line-height: 100%;
	font-size: 13px;
	color: #000;
	letter-spacing: 0px;
}
form,
fieldset,
p {
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	border: 0;
	vertical-align: middle;
	outline: none;
}
a,
a:link,
a:visited,
a:active {
	color: #222;
	letter-spacing: normal;
	text-decoration: none !important;
	letter-spacing: 0px;
}
a:hover {
	color: #222;
	text-decoration: none !important;
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button {
	cursor: pointer;
	font-family: 'Noto Sans KR', sans-serif;
}
input,
textarea,
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
input,
textarea,
button,
select {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background: none;
}
input[type='radio'],
input[type='checkbox'] {
	display: none;
}
/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
	display: none;
}
/* IE 에서 Select box 화살표 제거 */
select::-ms-expand {
	display: none;
}
/*css초기화*/
input::-webkit-input-placeholder {
	color: #555555;
	font-size: 14px;
}
input:-ms-input-placeholder {
	color: #555555;
	font-size: 12px;
}
::placeholder {
	color: #555555;
	font-size: 14px;
}
input:disabled,
input[readonly],
textarea:disabled,
.disabled {
	background-color: #ddd;
}
.clearfix::after {
	content: '';
	clear: both;
	display: block;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.imgBox {
	display: block;
}
.imgBox img {
	width: 100%;
}
.textBox {
	display: block;
}
.wrap {
	position: relative;
	width: 100%;
}
.marginCenter {
	width: 1200px;
	padding: 0 40px;
	margin: 0 auto;
	box-sizing: initial;
}
.hiddenTitle {
	display: none;
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-truncate2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.visually-hidden {
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
	font-size: 0;
	text-indent: -9999px;
}

/*헤더*/
a.moveContent {
	position: absolute;
	top: -50px;
	z-index: 10000;
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	background: #000;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	transition: 0.3s;
}
.moveContent:focus {
	top: 0;
}

/*메인*/
.topLine div {
	height: 5px;
}
.topLine div:nth-child(1) {
	width: calc(100% - 200px);
	background: #0050a3;
}
.topLine div:nth-child(2) {
	width: calc(200px);
	background: #bb9200;
}

.loginTabWrap {
	border-bottom: 1px solid #e5e5e5;
}
.loginTab > ul > li {
	margin: 8px 0;
	font-size: 14px;
	line-height: 14px;
	color: #666666;
}

.logo {
	width: 168px;
	margin: 14px 0;
}
.logo img {
	width: 100%;
}

nav {
	width: calc(100% - 280px);
	margin-left: 80px;
}

.accessMenu {
	display: table;
}

.accessMenu > li {
	display: inline-block;
	position: relative;
	margin-top: 23px;
	margin-left: 60px;
	text-align: center;
}

.accessMenu > li > h2 {
	cursor: pointer;
	padding-bottom: 14px;
	font-size: 17px;
	line-height: 17px;
}
.accessMenu > li:hover .accessSubmenu {
	top: 30px;
	left: 50%;
}

.accessMenu a {
	color: #000;
	display: block;
	text-decoration: none;
	/* 
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; */
}
.accessMenu > li > a h2 {
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
}

.accessMenu > li > a:hover h2,
.accessMenuli > a:focus h2 {
	color: #1b51a5;
	border-bottom: 3px solid #1b51a5;
	outline: none;
}

.accessSubmenu {
	left: -9999px;
	position: absolute;
	top: 0;
	width: 165px;
	padding: 10px 0;
	z-index: 1;
	background: #fff;
	border-radius: 5px;
	transform: translateX(-50%);
	box-shadow: 0px 0px 27px -15px #000;
}
.accessSubmenu > li {
	height: 35px;
	line-height: 35px;
}
.accessSubmenu > li > a:hover,
.accessSubmenu > li > a:focus {
	color: #1b51a5;
}

.isShow {
	top: 30px;
	left: 50%;
}

.search {
	width: 23px;
	margin-top: 34px;
}
.search img {
	width: 100%;
}
.acodianMenuBtn {
	width: 22px;
	margin-top: 24px;
}
.mobMenuBtn {
	width: 100%;
	position: relative;
	height: 16px;
	padding: 0;
	border: 0;
	margin: 3px 0;
	background: #fff;
	color: #fff;
}
.mobMenuBtn span,
.mobMenuBtn::before,
.mobMenuBtn::after {
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 38%;
	opacity: 1;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.mobMenuBtn::before,
.mobMenuBtn::after {
	content: '';
}
.mobMenuBtn::before {
	margin-top: -6px;
	background-color: #000;
	width: 100%;
	left: auto;
	top: 50%;
}
.mobMenuBtn::after {
	margin-top: 6px;
	background-color: #000;
	width: 100%;
	left: auto;
	top: 50%;
}
.mobMenuBtn span {
	text-indent: -9999px;
	background-color: #000;
	width: 100%;
	left: auto;
	top: 50%;
}
.mobMenuBtn.expanded span {
	opacity: 0;
}
.mobMenuBtn.expanded::before,
.mobMenuBtn.expanded::after {
	margin-top: 0;
}
.mobMenuBtn.expanded::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobMenuBtn.expanded::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.subNavigationWrap {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.subNavigation > ul > li.home {
	width: 46px;
	height: 42px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
}
.subNavigation > ul > li.home img {
	width: 20px;
	margin-top: 13px;
}
.subNavigation > ul > li select {
	width: 191px;
	height: 42px;
	padding-left: 10px;
	border: 0;
	/*border-right: 1px solid #ddd;*/
	font-size: 14px;
	line-height: 42px;
	color: #666666;
	font-family: 'Noto Sans KR', sans-serif;
}
.subNavigation > ul > li:last-of-type select {
	border-right: 1px solid #ddd;
}
.subNavigation > ul > li.subNavBr0 > select {
	border: none;
}
.subNavigation > ul > li.subNaviLine {
	width: 191px;
	height: 42px;
	padding-left: 10px;
	border-right: 1px solid #ddd;
	font-size: 14px;
	line-height: 42px;
	color: #666666;
}
.subNavigation > ul > li.subNaviLine span {
	display: inline-block;
	width: calc(100% - 20px);
	margin-bottom: 3px;
	vertical-align: middle;
}
.subNavigation > ul > li.subNaviLine img {
	width: 6px;
	margin-bottom: 3px;
}
/*푸터*/

footer > .ftrBtnWrap {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 60px;
	box-sizing: initial;
}

footer > .ftrBtnWrap > .ftrBtn > ul > li {
	width: 240px;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}
footer > .ftrBtnWrap > .ftrBtn > ul > li:nth-child(1) {
	border-left: 1px solid #ddd;
}
footer > .ftrBtnWrap > .ftrBtn > ul > li button {
	width: 100%;
	height: 60px;
	border: 0;
	padding: 0;
	background: #fff;
	font-size: 16px;
	line-height: 60px;
}
footer > .ftrBtnWrap > .ftrBtn > ul > li button img {
	width: 7px;
	margin-left: 23px;
	vertical-align: unset;
}
footer > .ftrSeg > .ftrMenu {
	border: none;
	padding-left: 0;
}
footer > .ftrSeg > .ftrMenu > button {
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	margin-top: 30px;
	padding: 0px 20px;
	background-color: #ffffff;
	border: none;
	border-left: 1px solid #dddddd;
}
footer > .ftrSeg > .ftrMenu > button:nth-of-type(1) {
	padding-left: 0;
	border: none;
}
footer > .ftrSeg > .ftrInfo {
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	padding-bottom: 36px;
	margin-top: 30px;
}
footer > .ftrSeg > .ftrInfo span {
	color: #0065ee;
}
footer > .ftrSeg > .ftrInfo span:nth-of-type(3) {
	color: #af841d;
}
footer > .ftrSeg > .ftrInfo > .textBox {
	line-height: 30px;
}
.mobileFooterNotice {
	display: none;
}
.modalBack {
	display: none;
	position: fixed;
	z-index: 30000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
}
.modalMenu {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 1000px;
	/*padding: 20px 100px;*/
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	background: #fff;
	text-align: center;
}
.modalMenu > .modalNav {
	padding: 21px;
	background-color: #1a89d8;
}
.modalMenu > .modalNav > li {
}
.modalMenu > .modalNav > li > ul {
}
.modalMenu > .modalNav > li > ul > li {
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0 0 29px;
	margin-right: 30px;
}
.modalMenu > .modalNav > li > ul > li > a {
	color: #fff;
}
.modalMenu > .modalNav > li > button {
	border: none;
}
.modalMenu > h2 {
	text-align: left;
	font-size: 22px;
	font-weight: 400;
	line-height: 23px;
	padding: 40px 0 15px 50px;
}
.modalMenu > .modalSubNav {
	padding: 0 50px;
}
.modalMenu > .modalSubNav > li {
	width: 151px;
	font-size: 18px;
	font-weight: 400;
	background-color: #6699cc;
	margin-right: 1px;
	padding: 20px 0;
}
.modalMenu > .modalSubNav > li:hover {
	background-color: #1c52a5;
}
.modalMenu > .modalSubNav > li > a {
	color: #fff;
}
.modalMenu > .modalDetail {
	padding: 30px 50px 50px 50px;
}
.modalMenu > .modalDetail > ul {
	border-bottom: 1px solid #e3e3e3;
}
.modalMenu > .modalDetail > ul:first-of-type {
	border-top: 1px solid #c3c3c3;
}
.modalMenu > .modalDetail .liTitle {
	width: 189px;
	background-color: #f8f8f8;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	padding: 20px 0 20px 23px;
}
.modalMenu > .modalDetail .liSub {
	margin-left: 15px;
	font-size: 14px;
	padding: 23px 0;
}
.modalMenu > .modalDetail .liSub > a {
	color: #7a7a7a;
}
.modalMenu > .modalDetail > .last {
	margin-top: 20px;
}
.modalMenu > .modalDetail > .last > button {
	border: none;
	color: #fff;
	background-color: #0050a3;
	width: 120px;
	line-height: 40px;
	font-size: 16px;
}

.txtBlue {
	color: #027cf1 !important;
}

.txtRed {
	color: #f10d11 !important;
}

/*.modalMenu > ul > li {*/
/*    width: 200px;*/
/*}*/
/*.modalMenu > ul > li > div > h2,*/
/*.modalMenu > ul > li > a > h2 {*/
/*    margin: 30px 0;*/
/*    font-size: 30px;*/
/*    line-height: 34px;*/
/*}*/
/*.modalMenu > ul > li > ul > li > a > h3 {*/
/*    margin: 15px 0;*/
/*    font-size: 20px;*/
/*    line-height: 24px;*/
/*    font-weight: 400;*/
/*}*/
/*.modalMenu > div {*/
/*    margin-top: 20px;*/
/*    text-align: center;*/
/*}*/
/*.modalMenu > div > button {*/
/*    width: 220px;*/
/*    height: 64px;*/
/*    line-height: 64px;*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 5px;*/
/*    font-size: 18px;*/
/*}*/

/*와이드 모니터*/
@media only screen and (min-width: 795px) and (max-width: 1336px) {
	.webNav {
		margin-left: 20px;
	}
	.accessMenu > li {
		display: inline-block;
		position: relative;
		margin-top: 20px;
		margin-left: 15px;
		text-align: center;
	}
	.accessMenu > li > a h2 {
		height: 30px;
		line-height: 30px;
		box-sizing: border-box;
		font-size: 16px;
	}
	.marginCenter {
		width: 715px;
		/* padding: 0; */
	}
	.mainBanner ul > li {
		width: 48.6%;
	}
	.mainBanner ul > li .bannerWrap {
		width: 100%;
	}
	.mainBanner ul > li .bannerWrap p:nth-child(1) {
		font-size: 22px;
	}
	.noticeBanner ul > li {
		margin: 40px 25px 0;
	}
	.noticeBanner ul > li:nth-child(1) {
		margin: 40px 3px 0;
	}
	.noticeBanner p {
		width: 715px;
	}
	.boardTitle h4 {
		width: 189px;
	}
	.subBanner {
		background-image: url(../static/img/blue.png);
		background-size: cover;
	}
	footer > .ftrBtnWrap > .ftrBtn > ul > li {
		width: 143px;
	}
	footer > .ftrBtnWrap > .ftrBtn > ul > li button img {
		display: none;
	}
	.modalMenu {
		width: 790px;
	}
	.modalMenu > .modalNav > li > ul > li {
		margin-right: 10px;
	}
	.modalMenu > .modalSubNav > li {
		width: 130px;
	}
}
/*태블릿*/
@media only screen and (min-width: 496px) and (max-width: 794px) {
	.marginCenter {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	/*메인*/

	.loginTabWrap {
		display: none;
	}

	.logo {
		width: 168px;
		margin: 14px 0;
	}
	.logo img {
		width: 100%;
	}

	.webNav {
		display: none;
	}
	.search {
		margin-left: calc(100% - 254px);
		margin-top: 23px;
	}
	.acodianMenuBtn {
		margin-left: 11px;
		margin-top: 22px;
	}

	.mainBanner ul > li {
		margin-bottom: 0px;
		margin-left: 0;
		width: 100%;
	}
	.mainBanner ul > li:nth-child(2) {
		margin-bottom: 15px;
	}
	.mainBanner ul > li h3 {
		margin-top: 24px;
		margin-bottom: 10px;
		font-size: 21px;
	}
	.sticker1::after {
		left: 240px;
	}
	.sticker2::after {
		left: 214px;
	}
	.mainBanner ul > li .bannerWrap {
		width: 100%;
		height: 217px;
		padding: 20px;
		padding-top: 29px;
	}
	.mainBanner ul > li .bannerWrap p:nth-child(1) {
		font-size: 22px;
		line-height: 26px;
	}
	.mainBanner ul > li .bannerWrap p:nth-child(2) {
		margin-top: 10px;
		font-size: 14px;
		line-height: 18px;
	}
	.mainBanner ul > li .bannerWrap button {
		height: 54px;
		margin-top: 5px;
		line-height: 54px;
	}

	.noticeBanner h3 {
		margin-top: 29px;
		margin-bottom: 36px;
		font-size: 21px;
	}
	.noticeBanner p {
		width: 100%;
		margin: 20px auto;
		font-size: 18px;
		line-height: 18px;
		text-align: center;
	}

	.noticeBanner p .changeTextBox {
		font-size: 14px;
		line-height: 18px;
	}
	.noticeBanner p .changeTextBox > span {
		font-size: 21px;
		line-height: 24px;
		font-weight: bold;
		margin-bottom: 0px;
		display: block;
	}
	.noticeBanner ul > li {
		width: 100%;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		cursor: pointer;
	}
	.noticeBanner ul > li:nth-child(1) {
		width: 100%;
		margin-top: 20px;
		margin-left: 0px;
		margin-right: 0px;
		cursor: pointer;
	}
	.noticeBanner ul > li > button {
		width: 100%;
	}
	.noticeBanner ul > li .imgBox {
		overflow: hidden;
		width: 100%;
		height: 50px;
		border-radius: 0%;
	}
	.noticeBanner ul > li .imgBox img {
		display: inline-block;
		margin: 3px auto;

		height: 40px;
	}
	.noticeBanner ul > li.check .imgBox {
		color: #fff;
	}
	.mobNoticeBannerTitle {
		display: inline-block;
		margin-left: 10px;
		font-size: 15px;
		line-height: 19px;
		vertical-align: middle;
	}
	.noticeBanner ul > li .textBox {
		display: none;
	}

	.noMargin {
		padding: 0;
	}
	.subBanner {
		margin-top: 30px;
	}
	.subBanner .imgBox {
		width: 55px;
		height: 55px;
		padding: 8px;
		margin-left: 15px;
		margin-top: 12px;
		margin-bottom: 13px;
	}
	.subBanner .imgBox > img {
		width: 40px;
		height: 40px;
	}
	.subBanner article > div:nth-child(2) {
		width: 100%;
	}
	.subBanner article > div:nth-child(2) .textBox {
		width: calc(100% - 150px);
		margin-top: 18px;
		margin-left: 20px;
		font-size: 16px;
		line-height: 20px;
	}
	.subBanner article > div:nth-child(2) button {
		width: 37px;
		margin: 21px 0;
		margin-left: 15px;
		font-size: 13px;
		line-height: 37px;
	}
	.subBanner article > div:nth-child(2) button span {
		display: none;
	}
	.subBanner article > div:nth-child(4) {
		width: 100%;
	}
	.subBanner article > div:nth-child(4) .textBox {
		width: calc(100% - 150px);
		margin-top: 18px;
		margin-left: 20px;
		font-size: 16px;
		line-height: 20px;
	}
	.subBanner article > div:nth-child(4) button {
		width: 37px;
		margin: 21px 0;
		margin-left: 15px;
		font-size: 13px;
		line-height: 37px;
	}

	.board {
		margin-top: 50px;
		padding-bottom: 30px;
	}
	.mainBoard {
		width: 100%;
	}
	.mainBoard:nth-child(2) {
		margin-top: 20px;
		margin-left: 0px;
	}
	.mainBoard > ul > li {
		margin: 10px 0;
	}
	.mainTitle {
		margin-bottom: 18px;
	}

	.boardTitle h4 {
		width: calc(100% - 15px);
		font-size: 14px;
		line-height: 17px;
	}

	.boardDate {
		width: 113px;
		font-size: 15px;
		line-height: 18px;
		text-align: center;
		color: #777777;
	}

	.moveLink {
		width: 100%;
		padding: 20px 0;
		background-color: #e7edf9;
	}
	.moveLink > article > .tab {
		width: 100%;
		padding: 10px;
		margin: 3px 0;
		background-color: #fff;
		border: 1px solid #ddd;
		box-sizing: border-box;
	}
	.moveLink > article > .tab:nth-of-type(1) ~ .tab {
		margin-left: 0px;
	}
	/*---------------------------------------------------------*/
	footer > .ftrBtnWrap {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		height: auto;
	}
	footer > .ftrBtnWrap > .ftrBtn {
		width: 100%;
		padding: 0;
	}
	footer > .ftrBtnWrap > .ftrBtn > ul > li {
		width: 50%;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		box-sizing: border-box;
	}
	footer > .ftrBtnWrap > .ftrBtn > ul > li:nth-child(1) {
		border-left: 0;
	}
	footer > .ftrBtnWrap > .ftrBtn > ul > li:nth-last-child(1) {
		border-bottom: 0;
	}
	footer > .ftrBtnWrap > .ftrBtn > ul > li button {
		width: 100%;
		height: 60px;
		border: 0;
		padding: 0;
		background: #fff;
		font-size: 14px;
		line-height: 60px;
	}
	footer > .ftrBtnWrap > .ftrBtn > ul > li button img {
		width: 6px;
		margin-left: 5px;
		vertical-align: unset;
	}
	footer > .ftrSeg > .ftrMenu,
	footer > .ftrSeg > .ftrInfo {
		display: none;
	}
	.mobileFooterNotice {
		display: block;
	}
	.mobileFooterNotice li:nth-child(1),
	.mobileFooterNotice li:nth-child(2) {
		font-size: 14px;
		line-height: 20px;
		color: #666666;
	}
	.mobileFooterNotice li:nth-child(1) span,
	.mobileFooterNotice li:nth-child(2) span {
		color: #0065ee;
	}
	.mobileFooterNotice li:nth-child(1) {
		margin-top: 20px;
	}
	.mobileFooterNotice li:nth-child(2) {
		margin-top: 5px;
	}
	.mobileFooterNotice li:nth-child(3) {
		width: 170px;
		height: 30px;
		margin-top: 5px;
		padding: 4px;
		background: #af841d;
		border-radius: 15px;
		font-size: 14px;
		line-height: 20px;
		font-weight: 600;
		color: #fff;
		box-sizing: border-box;
		text-align: center;
	}
	.mobileFooterNotice li:nth-child(4) {
		margin: 20px 0;
		text-align: center;
	}
	.modalMenu {
		width: calc(100% - 30px);
	}
	.modalMenu > .modalNav {
		padding: 10px;
	}
	.modalMenu > .modalNav > li > ul > li {
		padding: 5px 0 0 5px;
		margin-right: 5px;
		font-size: 12px;
	}
	.modalMenu > .modalNav > li > button > img {
		width: 27px;
		height: 27px;
	}
	.modalMenu > h2 {
		font-size: 18px;
		padding: 40px 0 15px 10px;
	}
	.modalMenu > .modalSubNav {
		padding: 0 10px;
	}
	.modalMenu > .modalSubNav > li {
		width: 100px;
		margin-top: 1px;
		font-size: 14px;
	}
	.modalMenu > .modalDetail {
		padding: 30px 10px 50px 10px;
	}
	.modalMenu > .modalDetail .liTitle {
		width: 100px;
		padding: 19px 0 20px 10px;
		font-size: 14px;
	}
	.modalMenu > .modalDetail .liSub {
		margin-left: 10px;
		font-size: 12px;
	}
}
/*모바일*/
@media only screen and (max-width: 495px) {
	.marginCenter {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	/*메인*/

	.loginTabWrap {
		display: none;
	}

	.logo {
		width: 197px;
		margin: 14px 0;
	}
	.logo img {
		width: 100%;
	}

	.webNav {
		display: none;
	}
	.search {
		margin-left: calc(100% - 254px);
		margin-top: 23px;
	}
	.acodianMenuBtn {
		margin-left: 11px;
		margin-top: 22px;
	}

	.mainBanner ul > li {
		margin-bottom: 0px;
		margin-left: 0;
		width: 100%;
	}
	.mainBanner ul > li:nth-child(2) {
		margin-bottom: 15px;
	}
	.mainBanner ul > li h3 {
		margin-top: 24px;
		margin-bottom: 10px;
		font-size: 21px;
	}
	.sticker1::after {
		left: 240px;
	}
	.sticker2::after {
		left: 214px;
	}
	.mainBanner ul > li .bannerWrap {
		width: 100%;
		height: 217px;
		padding: 20px;
		padding-top: 29px;
	}
	.mainBanner ul > li .bannerWrap p:nth-child(1) {
		font-size: 20px;
		line-height: 26px;
	}
	.mainBanner ul > li .bannerWrap p:nth-child(2) {
		margin-top: 10px;
		font-size: 14px;
		line-height: 18px;
	}
	.mainBanner ul > li .bannerWrap button {
		height: 54px;
		margin-top: 5px;
		line-height: 54px;
	}

	.noticeBanner h3 {
		margin-top: 29px;
		margin-bottom: 36px;
		font-size: 21px;
	}
	.noticeBanner p {
		width: 100%;
		margin: 20px auto;
		font-size: 18px;
		line-height: 18px;
		text-align: center;
	}

	.noticeBanner p .changeTextBox {
		font-size: 14px;
		line-height: 18px;
	}
	.noticeBanner p .changeTextBox > span {
		font-size: 21px;
		line-height: 24px;
		font-weight: bold;
		margin-bottom: 0px;
		display: block;
	}
	.noticeBanner ul > li {
		width: 100%;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		cursor: pointer;
	}
	.noticeBanner ul > li:nth-child(1) {
		width: 100%;
		margin-top: 20px;
		margin-left: 0px;
		margin-right: 0px;
		cursor: pointer;
	}
	.noticeBanner ul > li > button {
		width: 100%;
	}
	.noticeBanner ul > li .imgBox {
		overflow: hidden;
		width: 100%;
		height: 50px;
		border-radius: 0%;
	}
	.noticeBanner ul > li .imgBox img {
		display: inline-block;
		margin: 3px auto;

		height: 40px;
	}
	.noticeBanner ul > li.check .imgBox {
		color: #fff;
	}
	.mobNoticeBannerTitle {
		display: inline-block;
		margin-left: 10px;
		font-size: 15px;
		line-height: 19px;
		vertical-align: middle;
	}
	.noticeBanner ul > li .textBox {
		display: none;
	}

	.noMargin {
		padding: 0;
	}
	.subBanner {
		margin-top: 30px;
	}
	.subBanner .imgBox {
		width: 55px;
		height: 55px;
		padding: 8px;
		margin-left: 15px;
		margin-top: 12px;
		margin-bottom: 13px;
	}
	.subBanner .imgBox > img {
		width: 40px;
		height: 40px;
	}
	.subBanner article > div:nth-child(2) {
		width: 100%;
	}
	.subBanner article > div:nth-child(2) .textBox {
		width: calc(100% - 150px);
		margin-top: 18px;
		margin-left: 20px;
		font-size: 16px;
		line-height: 20px;
	}
	.subBanner article > div:nth-child(2) button {
		width: 37px;
		margin: 21px 0;
		margin-left: 15px;
		font-size: 13px;
		line-height: 37px;
	}
	.subBanner article > div:nth-child(2) button span {
		display: none;
	}
	.subBanner article > div:nth-child(4) {
		width: 100%;
	}
	.subBanner article > div:nth-child(4) .textBox {
		width: calc(100% - 150px);
		margin-top: 18px;
		margin-left: 20px;
		font-size: 16px;
		line-height: 20px;
	}
	.subBanner article > div:nth-child(4) button {
		width: 37px;
		margin: 21px 0;
		margin-left: 15px;
		font-size: 13px;
		line-height: 37px;
	}

	.board {
		margin-top: 50px;
		padding-bottom: 30px;
	}
	.mainBoard {
		width: 100%;
	}
	.mainBoard:nth-child(2) {
		margin-top: 20px;
		margin-left: 0px;
	}
	.mainBoard > ul > li {
		margin: 10px 0;
	}
	.mainTitle {
		margin-bottom: 18px;
	}

	.boardTitle h4 {
		width: calc(100% - 15px);
		font-size: 14px;
		line-height: 17px;
	}

	.boardDate {
		width: 113px;
		font-size: 15px;
		line-height: 18px;
		text-align: center;
		color: #777777;
	}

	.moveLink {
		width: 100%;
		padding: 20px 0;
		background-color: #e7edf9;
	}
	.moveLink > article > .tab {
		width: 100%;
		padding: 10px;
		margin: 3px 0;
		background-color: #fff;
		border: 1px solid #ddd;
		box-sizing: border-box;
	}
	.moveLink > article > .tab:nth-of-type(1) ~ .tab {
		margin-left: 0px;
	}
	/*---------------------------------------------------------*/
	footer > .ftrBtnWrap {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		height: auto;
	}
	footer > .ftrBtnWrap > .ftrBtn {
		width: 100%;
		padding: 0;
	}
	footer > .ftrBtnWrap > .ftrBtn > ul > li {
		width: 50%;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		box-sizing: border-box;
	}
	footer > .ftrBtnWrap > .ftrBtn > ul > li:nth-child(1) {
		border-left: 0;
	}
	footer > .ftrBtnWrap > .ftrBtn > ul > li:nth-last-child(1) {
		border-bottom: 0;
	}
	footer > .ftrBtnWrap > .ftrBtn > ul > li button {
		width: 100%;
		height: 60px;
		border: 0;
		padding: 0;
		background: #fff;
		font-size: 14px;
		line-height: 60px;
	}
	footer > .ftrBtnWrap > .ftrBtn > ul > li button img {
		width: 6px;
		margin-left: 5px;
		vertical-align: unset;
	}
	footer > .ftrSeg > .ftrMenu,
	footer > .ftrSeg > .ftrInfo {
		display: none;
	}
	.mobileFooterNotice {
		display: block;
	}
	.mobileFooterNotice li:nth-child(1),
	.mobileFooterNotice li:nth-child(2) {
		font-size: 14px;
		line-height: 20px;
		color: #666666;
	}
	.mobileFooterNotice li:nth-child(1) span,
	.mobileFooterNotice li:nth-child(2) span {
		color: #0065ee;
	}
	.mobileFooterNotice li:nth-child(1) {
		margin-top: 20px;
	}
	.mobileFooterNotice li:nth-child(2) {
		margin-top: 5px;
	}
	.mobileFooterNotice li:nth-child(3) {
		width: 170px;
		height: 30px;
		margin-top: 5px;
		padding: 4px;
		background: #af841d;
		border-radius: 15px;
		font-size: 14px;
		line-height: 20px;
		font-weight: 600;
		color: #fff;
		box-sizing: border-box;
		text-align: center;
	}
	.mobileFooterNotice li:nth-child(4) {
		margin: 20px 0;
		text-align: center;
	}
	.subNavigation > ul > li.subNaviLine {
		width: calc(100% - 59px);
	}
	.subNavigation > ul > li:nth-last-child(1) {
		width: 100%;
	}
	.subNavigation > ul > li select {
		width: 100%;
		border: 1px solid #ddd;
		border-bottom: 0;
	}
	.subNavigation > ul > li:nth-of-type(2) select {
		border: none;
	}
	.modalMenu {
		width: calc(100% - 10px);
		overflow-y: scroll;
	}
	.modalMenu > .modalNav {
		padding: 10px;
	}
	.modalMenu > .modalNav > li > ul {
		display: none;
	}
	.modalMenu > .modalNav > li > ul > li {
		padding: 5px 0 0 5px;
		margin-right: 5px;
		font-size: 12px;
	}
	.modalMenu > .modalNav > li > button > img {
		width: 27px;
		height: 27px;
	}
	.modalMenu > h2 {
		font-size: 18px;
		padding: 5px 0 5px 10px;
	}
	.modalMenu > .modalSubNav {
		padding: 0 5px;
	}
	.modalMenu > .modalSubNav > li {
		width: 100px;
		font-size: 14px;
		margin-top: 1px;
		padding: 10px 0;
	}
	/*.modalMenu > .modalSubNav > li:nth-of-type(3)~li {*/
	/*    margin-top: 1px;*/
	/*}*/
	.modalMenu > .modalDetail {
		padding: 10px 10px 10px 10px;
	}
	.modalMenu > .modalDetail .liTitle {
		width: 100px;
		padding: 9px 0 10px 10px;
		font-size: 14px;
	}
	.modalMenu > .modalDetail > ul:first-of-type ~ ul > .liTitle {
		height: 58px;
	}
	.modalMenu > .modalDetail .liSub {
		margin-left: 10px;
		font-size: 12px;
		padding: 13px 0;
	}
	.modalMenu > .modalDetail > .last {
		margin-top: 10px;
	}
}
.wrap_map {
	height: 100% !important;
}
