/*와이드 모니터*/
@media only screen and (min-width: 795px) and (max-width: 1336px) {
    .marginCenter{
        width: 795px;
    }
    .introduce > article > ul.introOrder > li:nth-child(2n + 1) {
        width: 126px;
        height: 127px;
    }
    .introduce > article > ul.introOrder > li:nth-child(2n + 1) strong {
        font-size: 16px;
    }
    .introduce > article > ul.introOrder > li:nth-child(2n + 1) span {
        font-size: 12px;
    }
    .introduce > article > ul.introOrder > li:nth-child(2n + 1) img {
        margin-top: 10px;
    }
    .introduce > article > ul.introOrder > li:nth-child(2n) {
        height: 129px;
    }
    .introduce > article > ul.introOrder > li:nth-child(2n) img {
        margin-top: 58px;
    }
    .introduce > article > .table2020 {
        width: 100%;
        overflow-x: auto;
    }
    .introduce > article > .tableLog {
        width: 100%;
        overflow-x: auto;
    }
    .introduce > article > ul.pictureOrder > li {
        width: 257px;
        height: 155px;
    }
}
/*태블릿*/
@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: 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%;
    }
    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: 22px;
        font-weight: 600;
        color: #fff;
        box-sizing: border-box;
    }
    .mobileFooterNotice li:nth-child(4) {
        margin: 20px 0;
        text-align: center;
    }
    /*인트로*/
    .introduce h3 {
        height: 62px;
        padding: 17px 0;
        margin-top: 0px;
        font-size: 24px;
        line-height: 28px;
    }
    .introduce .descWrap {
        padding: 60px 0;
    }
    .introduce .descWrap h4 {
        font-size: 22px;
        line-height: 40px;
    }
    .introduce .descWrap p {
        font-size: 13px;
        line-height: 17px;
        padding: 0 30px;
        word-break: keep-all;
    }
    /*진행중*/
    .introduce > article > h4 {
        margin-top: 10px;
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 28px;
    }
    .introduce > article > p {
        font-size: 16px;
        line-height: 28px;
    }
    .introduce > article > ul.introOrder > li:nth-child(2n + 1) {
        width: 100%;
        height: 204px;
        border: 1px solid #cccccc;
        text-align: center;
    }
    .introduce > article > ul.introOrder > li:nth-child(2n + 1) img {
        height: 67px;
        margin-top: 42px;
    }
    .introduce > article > ul.introOrder > li:nth-child(2n + 1) strong {
        font-size: 20px;
        line-height: 30px;
    }
    .introduce > article > ul.introOrder > li:nth-child(2n + 1) span {
        font-size: 16px;
    }
    .introduce > article > ul.introOrder > li:nth-child(2n) {
        width: 100%;
        height: 37.5px;
        text-align: center;
        transform: rotate(90deg);
    }
    .introduce > article > ul.introOrder > li:nth-child(2n) img {
        margin-top: 0;
    }
    .introduce > article > .table2020 {
        width: 100%;
        overflow-x: auto;
    }
    .introduce > article > .tableLog {
        width: 100%;
        overflow-x: auto;
    }
    .introduce > article > ul.pictureOrder {
        /*margin-bottom: 99px;*/
    }
    .introduce > article > ul.pictureOrder > li {
        width: 100%;
        height: 236px;
        margin-top: 30px;
        margin-left: 0px;
        overflow: hidden;
    }
    .introduce > article > ul.pictureOrder > li:nth-child(1) {
        margin-left: 0;
        width: 100%;
    }
    .introduce > article > ul.pictureOrder > li:nth-child(1)~li {
        margin-top: 15px;
    }
    .introduce > article > ul.pictureOrder > li > img {
        width: 100%;
    }
}
/*모바일*/
@media only screen and (max-width: 495px) {
    .subNavigation > ul > li.subNaviLine {
        width: 74% !important;
    }
    .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%;
    }
    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: 22px;
        font-weight: 600;
        color: #fff;
        box-sizing: border-box;
    }
    .mobileFooterNotice li:nth-child(4) {
        margin: 20px 0;
        text-align: center;
    }
    /*인트로*/
    .introduce h3 {
        height: 62px;
        padding: 17px 0;
        margin-top: 0px;
        font-size: 24px;
        line-height: 28px;
    }
    .introduce .descWrap {
        padding: 60px 0;
    }
    .introduce .descWrap h4 {
        font-size: 22px;
        line-height: 40px;
    }
    .introduce .descWrap p {
        font-size: 13px;
        line-height: 17px;
        padding: 0 30px;
        word-break: keep-all;
    }
    /*진행중*/
    .introduce > article > h4 {
        margin-top: 10px;
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 28px;
    }
    .introduce > article > p {
        font-size: 16px;
        line-height: 28px;
    }
    .introduce > article > ul.introOrder > li:nth-child(2n + 1) {
        width: 100%;
        height: 204px;
        border: 1px solid #cccccc;
        text-align: center;
    }
    .introduce > article > ul.introOrder > li:nth-child(2n + 1) img {
        height: 67px;
        margin-top: 42px;
    }
    .introduce > article > ul.introOrder > li:nth-child(2n + 1) strong {
        font-size: 20px;
        line-height: 30px;
    }
    .introduce > article > ul.introOrder > li:nth-child(2n + 1) span {
        font-size: 16px;
    }
    .introduce > article > ul.introOrder > li:nth-child(2n) {
        width: 100%;
        height: 37.5px;
        text-align: center;
        transform: rotate(90deg);
    }
    .introduce > article > ul.introOrder > li:nth-child(2n) img {
        margin-top: 0px;
    }
    .introduce > article > .table2020 {
        width: 100%;
        overflow-x: auto;
    }
    .introduce > article > .tableLog {
        width: 100%;
        overflow-x: auto;
    }
    .introduce > article > ul.pictureOrder {
        /*margin-bottom: 99px;*/
    }
    .introduce > article > ul.pictureOrder > li {
        width: 100%;
        height: 236px;
        margin-top: 30px;
        margin-left: 0px;
        overflow: hidden;
    }
    .introduce > article > ul.pictureOrder > li:nth-child(1) {
        margin-left: 0;
        width: 100%;
    }
    .introduce > article > ul.pictureOrder > li:nth-child(1)~li {
        margin-top: 5px;
    }
    .introduce > article > ul.pictureOrder > li > img {
        width: 100%;
    }
}

/* 처리절차 */
@media only screen and (max-width: 1336px) {
	.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;
	}
}