/*=================================================
            AS INFO
=================================================*/
.asinfo-section-wrap section {
    padding: 40px 0;
}

.asinfo-section-wrap section:nth-last-child(1),
.asinfo-section-wrap section:nth-last-child(2),
.asinfo-section-wrap section:nth-last-child(3) {
    padding-bottom: 0;
}

.asinfo-section-wrap .pagetitle .subtitle{
	letter-spacing: 2.5px;
}

.asinfo-section-wrap .pagetitle .subtitle span {
	font-weight: 600;
    color: #cea052;
}

.asinfo-section-wrap .item-wrap {
    color: #333;
}

.asinfo-section-wrap .item-wrap .title,
.asinfo-section-wrap .item-wrap .title + span {
    display: inline-block;
}

.asinfo-section-wrap .item-wrap .title {
    padding-bottom: 10px;	
    font-weight: bold;
}

.asinfo-section-wrap .title + span {
    padding-left: 28px;
    font-size: 14px;
    color: #585858;
}

/*****#####===== 섹션 여백 ====#####*****/
.asinfo-section-wrap.section-padding {
    padding: 0 0 80px;
}

/*****#####===== 섹션 백그라운드 컬러 =====#####*****/
.asinfo {
    background-color: #f1f1f1;
}

.asreceipt {
    background-color: #f2ede2;
}

.asinfo-section-wrap .pagetitle {
    background: #f1f1f1;
    padding-bottom: 0;

}

/*****#####===== asinfo =====#####*****/
.asinfo .item-wrap {
    max-width: 560px;
    margin: 0 auto 47px;
}

.asinfo .item-wrap > div {
    display: inline-block;
}

.asinfo .img-wrap i:before {
    font-size: 125px;
	color: #585858;    
    vertical-align: 22px;
}

.asinfo .item-wrap .txt-wrap {
    padding: 20px 0 0 44px;
    color: #111111;
}

.asinfo .item-wrap .txt-wrap h3 {
    font-size: 24px;
}

.asinfo .item-wrap .txt-wrap p:nth-of-type(1) {
    margin-bottom: 20px;
    margin-left: -5px;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;

}

.asinfo .item-wrap .txt-wrap p:nth-of-type(1) span {
    font-size: 18px;
    margin-left: -7px;
}

.asinfo .item-wrap .txt-wrap p:nth-of-type(2) {
    font-size: 24px;
    line-height: 1;
}

.asinfo .item-wrap .txt-wrap p:nth-of-type(3) {
    font-size: 18px;
}

.asinfo .item-wrap .txt-wrap h3,
.asinfo .item-wrap .txt-wrap p {
    font-weight: bold;
    letter-spacing: -1px;
}

.asinfo .item-wrap .txt-wrap h3 + p > span {
    font-weight: normal;
}

.asinfo .item-wrap .txt-wrap p:last-child {
    font-weight: normal;
}

/*****#####===== asstep =====#####*****/
.asstep > .title-wrap > .title {
    display: inline-block;
    font-weight: bold;
    color: #111;
}

.asstep .item-wrap {
    text-align: center;
	position: relative;
}

.asstep .item-wrap:after {
    content: "";
    position: absolute;
    top: 60%;
    right: -25px;
    width: 16px;
    height: 33px;
    background-image: url('/img/page/thin-arrow-4.png');
    
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.asstep .item-wrap.last:after {
    display: none;
}

.asstep > .title-wrap {
    padding: 34px 0 37px;
    border-top: 1px solid #ccc;
}

.asstep .item-wrap .title-wrap > span {
    font-weight: bold;
    color: #cea052;
    display: block;
}

.asstep .item-wrap .title-wrap .title {
    padding: 6px 0 4px;
}

.asstep .item-wrap .desc-wrap {
    border-radius: 100%;
    background-color: #483b3a;
    color: #fff;
    font-size: 14px;
}

.asstep .item-wrap .desc-wrap .inner {
    padding: 0 27px;
}

.asstep .item-wrap .desc-wrap .inner p {
    word-wrap: break-word;
    word-break: keep-all;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){
    .asinfo .img-wrap i:before {
        font-size: 100px;
        vertical-align: 22px;
    }
    
	.asstep .item-wrap .desc-wrap .inner {
	    font-size: 11px;
	}    
}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
    .asinfo .img-wrap i:before {
        font-size: 80px;
        vertical-align: 10px;
    }

    .asinfo-section-wrap .item-wrap p {
        font-size: 15px;
    }

	.asstep .item-wrap:after {
	    display: none;
	}

    .asstep > .row div[class^="col"]:nth-child(4) {
        margin-left: 10%;
    }
    .asstep > .row div[class^="col"]:nth-child(5) {
        margin-right: 10%;
    }

    .asstep .item-wrap {
        padding: 10px;
        margin-bottom: 0;
    }
}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
    .asinfo-section-wrap .pagetitle .subtitle strong {
        display: block;
    }

    .asinfo-section-wrap .title + span {
        padding: 0;
    }

    .asinfo-section-wrap .item-wrap p {
        font-size: 13px;
    }

    .asinfo .item-wrap {
        margin: 0 auto 20px;
        padding: 0 10px;
        display: block !important;
        margin-bottom: 50px !important;
    }

    .asinfo > .container > .item-wrap {
        padding: 0;
    }

    .asinfo .img-wrap {
        display: block !important;
    }

    .asinfo .img-wrap i:before {
        display: inline-block;
        margin-bottom: -2px;
        font-size: 65px;
        vertical-align: 0px;
    }

    .asinfo .item-wrap .txt-wrap {
        padding: 0;
    }

    .asinfo .item-wrap .txt-wrap h3 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .asinfo .item-wrap .txt-wrap p:nth-of-type(1) {
        font-size: 26px;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 9px;
        margin-left: 0;
    }

    .asinfo .item-wrap .txt-wrap p:nth-of-type(1) span {
        font-size: 15px;
        margin-left: 0;
    }

    .asinfo .item-wrap .txt-wrap p:nth-of-type(2) {
        font-size: 22px;
        line-height: 1;
    }

    .asinfo .item-wrap .txt-wrap p:nth-of-type(3) {
        font-size: 15px;
        line-height: 2;
    }

    .asstep .item-wrap {
        width: 100%;
    }

	.asstep .item-wrap:after {
	    display: none;
	}

    .asstep > .title-wrap {
        border-top: 0;
        padding: 0 0 20px;
    }

    .asstep > .title-wrap .title {
        display: block;
    }

    .asstep .item-wrap .desc-wrap .inner {
        padding: 0 14px;
    }

    .asstep .item-wrap .desc-wrap .inner p {
        padding: 0 14px;
        font-size: 12px;
    }

    .asstep > .row {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
    }
}

/***** xs *****/
@media (max-width: 575px) {
    .asinfo-section-wrap .pagetitle .subtitle strong {
        display: block;
    }

    .asinfo-section-wrap .title + span {
        padding: 0;
    }

    .asinfo-section-wrap .item-wrap p {
        font-size: 13px;
    }

    .asinfo .item-wrap {
        margin: 0 auto 20px;
        padding: 0 10px;
        display: block !important;
        margin-bottom: 50px !important;
    }

    .asinfo > .container > .item-wrap {
        padding: 0;
    }

    .asinfo .img-wrap {
        display: block !important;
    }

    .asinfo .img-wrap i:before {
        display: inline-block;
        margin-bottom: -2px;
        font-size: 65px;
        vertical-align: 0px;
    }

    .asinfo .item-wrap .txt-wrap {
        padding: 0;
    }

    .asinfo .item-wrap .txt-wrap h3 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .asinfo .item-wrap .txt-wrap p:nth-of-type(1) {
        font-size: 26px;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 9px;
        margin-left: 0;
    }

    .asinfo .item-wrap .txt-wrap p:nth-of-type(1) span {
        font-size: 15px;
        margin-left: 0;
    }

    .asinfo .item-wrap .txt-wrap p:nth-of-type(2) {
        font-size: 22px;
        line-height: 1;
    }

    .asinfo .item-wrap .txt-wrap p:nth-of-type(3) {
        font-size: 15px;
        line-height: 2;
    }

    .asstep .item-wrap {
        width: 100%;
    }

	.asstep .item-wrap:after {
	    display: none;
	}

    .asstep > .title-wrap {
        border-top: 0;
        padding: 0 0 20px;
    }

    .asstep > .title-wrap .title {
        display: block;
    }

    .asstep .item-wrap .desc-wrap .inner {
        padding: 0 14px;
    }

    .asstep .item-wrap .desc-wrap .inner p {
        padding: 0 14px;
        font-size: 12px;
    }

    .asstep > .row {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
    }
}
/*=================================================
		다운로드
=================================================*/
/*****#####===== 카테고리 버튼 =====#####*****/
.download-wrap .btn-wrap {
    margin: 4px 0 60px;
}

.download-wrap .btn-basic {
    border-radius: 3px;
    background-color: #fff;
    min-width: 132px;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0 2px;
    color: #111 !important;
    border: 1px solid #ccc;

    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.download-wrap .btn-basic:active,
.download-wrap .btn-basic:hover,
.download-wrap .btn-basic:focus {
    background-color: #493a38;
    color: #fff !important;
}

.download-wrap .btn-basic.active {
    background-color: #493a38;
    color: #fff !important;
}

/*****#####===== 검색 =====#####*****/
body[id^="cs"] .srch-wrap select,
body[id^="cs"] .srch-wrap button,
body[id^="cs"] .srch-wrap input {
    border-radius: 3px;
    border-color: #ccc;
    color: #9A9A9A;
    vertical-align: middle !important;
    margin: 0 3px;
}

body[id^="cs"] .srch-wrap button {
    margin-right: 0;
}

body[id^="cs"] .srch-wrap {
    margin-bottom: 13px;
}

body[id^="cs"] .srch-wrap .srch_btn {
    background-color: #585858;
    color: #fff;
    border-color: transparent;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
    .download-wrap .btn-wrap {
        margin: 4px 0 30px;
    }

    .download-wrap .btn-basic {
        min-width: auto;
        font-size: 13px;
    }

    /*****#####===== 버튼 =====#####*****/
    .download-wrap .btn-wrap {
        margin: 4px 0 30px;
    }

    .download-wrap .btn-basic {
        min-width: 88px;
        font-size: 13px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

/***** xs *****/
@media (max-width: 575px) {
    /*****#####===== 검색 =====#####*****/
    body[id^="cs"] select,
    body[id^="cs"] button,
    body[id^="cs"] input {
        font-size: 13px;
        height: 30px !important;
    }

    body[id^="cs"] select {
        margin-left: 0;
        padding: 0;
    }

    body[id^="cs"] .srch-wrap select {
        width: 20%;
    }

    body[id^="cs"] .srch-wrap input {
        width: 60%;
    }

    body[id^="cs"] .srch-wrap button {
        width: 20%;
    }

    body[id^="cs"] .item-wrap {
        margin-bottom: 0;
    }

    /*****#####===== 버튼 =====#####*****/
    .download-wrap .btn-wrap {
        margin: 4px auto 30px;
    }

    .download-wrap .btn-basic {
        min-width: 88px;
        font-size: 13px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
}
