/*와이드 모니터*/
@media only screen and (min-width: 795px) and (max-width: 1336px) {
	.marginCenter {
		width: 715px;
		padding: 0;
	}
	.mainBanner ul > li {
		width: 100%;
	}
	.mainBanner ul > li:nth-child(1) .bannerWrap {
		width: 100% !important;
	}
	.mainBanner ul > li .bannerWrap {
		width: 100%;
		height: 300px;
		padding-top: 21px;
	}
	.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;
		height: auto;
	}
	.subBanner article > div:nth-child(4) {
		width: 719px;
	}
	/*메인페이지 faq 수정된 곳 스타일링*/
	.mainBoard > .faq {
		padding: 79.5px 20px;
	}
	.mainBoard > .faq > .imgBox {
		width: 94px;
		height: 92px;
	}
	.mainBoard > .faq > .faqText {
		margin-left: 10px;
	}
	.mainBoard > .faq > .faqText > h5 {
		font-size: 16px;
		line-height: 18px;
	}
	.mainBoard > .faq > .faqText > button {
		line-height: 60px;
		width: 160px;
	}
	/*메인페이지 faq 수정된 곳 스타일링*/
	.videoBannerContent {
		flex-direction: column-reverse;
	}

	.videoBannerBox {
		flex: 1;
		width: auto;
	}

	.videoBannerBox01 {
		flex-direction: column;
		padding: 30px 10px 10px 10px;
	}
}
/*태블릿*/
@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: 20px;
	}

	.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 {
		padding-bottom: 20px;
	}
	.mainBanner ul > li .bannerWrap {
		width: 100%;
		height: 217px;
		padding: 20px;
		padding-top: 29px;
		margin-top: 20px;
	}
	.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: 0px;
		line-height: 54px;
	}

	.videoBannerContent {
		flex-direction: column-reverse;
	}

	.videoBannerBox {
		flex: 1;
		width: auto;
	}

	.videoBannerBox01 {
		flex-direction: column;
		padding: 30px 10px 10px 10px;
	}

	.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;
	}
	/*메인페이지 faq 수정된 곳 스타일링*/
	.mainBoard > .faq {
		padding: 60px 30px;
	}
	.mainBoard > .faq > .faqText > h5 {
		font-size: 20px;
	}
	/*메인페이지 faq 수정된 곳 스타일링*/
}
/*모바일*/
@media only screen and (max-width: 495px) {
	.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: 20px;
	}

	.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 {
		padding-bottom: 20px;
	}
	.mainBanner ul > li .bannerWrap {
		width: 100%;
		height: 217px;
		padding: 20px;
		padding-top: 29px;
		margin-top: 20px;
	}
	.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: 0px;
		line-height: 54px;
	}

	.videoBannerContent {
		flex-direction: column-reverse;
	}

	.videoBannerBox {
		flex: 1;
		width: auto;
	}

	.videoBannerBox01 {
		flex-direction: column;
		padding: 30px 10px 10px 10px;
	}

	.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;
		height: 160px;
	}
	.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%;
		padding: 5px 0;
	}
	.noticeBanner ul > li .imgBox img {
		display: inline-block;
		margin: 3px auto;

		height: 40px;
	}
	.noticeBanner ul > li.check .imgBox {
		color: #fff;
		padding: 5px 0;
	}
	.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;
	}
	/*메인페이지 faq 수정된 곳 스타일링*/
	.mainBoard > .faq {
		padding: 60px 10px;
	}
	.mainBoard > .faq > .faqText {
		margin-left: 10px;
	}
	.mainBoard > .faq > .faqText > h5 {
		font-size: 14px;
	}
	.mainBoard > .faq > .faqText > button {
		width: 140px;
	}
	.mainBoard > .faq > .faqText > button > span:first-of-type {
		font-size: 14px;
	}
	/*    faq 스타일링 끝*/
}

@media only screen and (max-width: 1336px) {
	.inspectionGuide {
		margin-top: 20px;
	}
	.inspectionGuideTit {
		font-size: 24px;
		line-height: 32px;
	}
	.inspectionGuideTxt {
		max-width: 755px;
		margin: 15px auto 30px;
		font-size: 15px;
		line-height: 22px;
	}

	.billing {
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	.billingList {
		display: flex;
		display: -ms-flexbox;
		flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		max-width: 100%;
	}
	.billingList + .billingList {
		margin: 15px 0 0 0;
	}
	.billingImg {
		max-width: 35%;
	}
	.billingCont {
		min-height: auto;
		margin: 0;
		padding: 0 0 0 15px;
	}
	.billingTit {
		font-size: 18px;
		line-height: 24px;
	}
	.billingTxt {
		margin-top: 10px;
		font-size: 15px;
		line-height: 22px;
	}
	.billingTxt02 {
		margin-top: 5px;
		font-size: 14px;
		line-height: 18px;
	}

	.procedure {
		flex-direction: column;
		-ms-flex-direction: column;
	}
	.procedureList {
		flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		min-height: auto;
		padding: 20px 5px;
		border: 1px solid #ccc;
	}
	.procedureList + .procedureList {
		margin-top: 40px;
		margin-left: 0;
	}
	.procedureList + .procedureList::before {
		top: -30px;
		left: 48%;
		transform: rotate(90deg);
	}
	.procedureNumber {
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 10px;
		font-size: 18px;
	}
	.procedureCont {
		margin: 10px 0 0 0;
	}
	.procedureTit {
		font-size: 16px;
		line-height: 22px;
	}
	.procedureTxt {
		font-size: 14px;
		line-height: 18px;
	}
}
