@charset "UTF-8";
.btn-open-add {
    display: none;
    width: 100%;
    border: 1px solid #CCCCCC;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1.13px;
    line-height: 3;
    cursor: pointer
}
.btn-open-add#sp_on {
    margin-top: 20px;
}
.btn-open-add > div {
    transform: rotate(90deg);
    display: inline-block
}
.btn-open-add#sp_off > div {
    transform: rotate(-90deg)
}
.btn-open-add > span {
    display: inline-block;
    padding-right: 15px
}
.btn-open-bg {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-open-request {
    width: 120px;
    height: 34px;
    border: 1px solid #CCCCCC;
    text-align: center;
    font-size: 15px;
    letter-spacing: -1.13px;
}
.btn-open-request > span {
    padding-left: 10px;
}
.btn-open-bg > .btn-open2 {
    margin-top: 30px
}
.modal-request .modal-request-area .modal-request-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 17px;
    border-bottom: 1px solid #c8c8c8;
}
.modal-request {
    display: none;
    z-index: 150;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.modal-request .modal-request-area {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 768px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 17px;
    font-family: 'Noto Sans KR', sans-serif;
}
.modal-request .modal-request-area .title-box .title {
    font-size: 28px;
    padding-left: 30px;
}
.modal-request .modal-request-area .btn-close-request {
    width: 4rem;
    padding-right: 30px;
}
.contents-box {
    padding: 20px 45px 30px;
}
.contents-box > h4 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 25px;
}
.contents-box > p.left-b {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3em;
}
.modal-request .modal-request-area .btn-open-request {
    margin-bottom: 40px;
}
h3.mb_01 {
	margin-bottom:20px
}
p.mb_01 {
	margin:0px 30px 30px;
}
p.mb_01 > img {
	padding:70px;
}
@media(max-width: 991px) {
	p.mb_01 > img {
		padding:0px;
	}
}
@media(max-width: 768px) {
    .modal-request .modal-request-area {
        width: 350px;
        transition: width 0.5s;
    }
    .btn-open-add#sp_on {
        display: block;
    }
	.contents-box {
		padding:0px 25px 25px;
	}
}

/* 공시정보 확인 팝업 */
@media (max-width: 1270px){
    .pop-notice {
        margin: 0 auto;
        width: 90%;
        max-width: 428px;
        max-height: 493px;
        top: 16rem;
        left: 0;
        right: 0;
        transform: translate(0, 0);
    }
}
.pop-notice {
    position: fixed;
    max-width: 420px;
    left: 50%;
    top: 41%;
    transform: translate(-50%, -50%);
    z-index: 100;
}
.pop-notice .notice-wrap {
    display: block;
    position: relative;
    padding: 20px 25px;
    border: 6px solid #398fe1;
    box-sizing: border-box;
    background: #fff;
}
.pop-notice .notice-wrap .label {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 10px;
    border-bottom-right-radius: 15px;
    box-sizing: border-box;
    background: #398fe1;
    font-size: 16px;
    color: #fff;
}
.pop-notice .notice-wrap .tit {
    text-align: center;
    margin: 40px 0 15px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.5;
    color: #202020;
    min-width: 0;
}
.pop-notice .notice-wrap .desc-box h4 {
    margin-bottom: 2rem;
    padding: 15px 0;
    border-top: 2px solid #dbdbdb;
    border-bottom: 2px solid #dbdbdb;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: -1.5px;
    line-height: 1.5;
    color: #202020;
}
.pop-notice .notice-wrap .desc-box h4 strong {
    color: #398fe1;
}
.pop-notice .notice-wrap .desc-box p {
    font-size: 1.1rem;
    letter-spacing: -1px;
    color: #363636;
    font-weight: 500;
    line-height: 1.4;
}
.pop-notice .notice-wrap .more-view {
    margin-top: 3rem;
    text-align: right;
    color: #202020;
}
.pop-notice .notice-wrap .more-view span {
    font-size: 16px;
    border-bottom: 1px solid #202020;
    box-sizing: border-box;
}
.pop-notice .btn-area {
    margin-top: -1px;
    display: flex;
    width: 100%;
}
.pop-notice .btn-area a {
    width: 50%;
    height: 40px;
    background: #555;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 38px;
    color: #eee;
}
.pop-notice .btn-area a:first-child {
    border-right: 1px solid #555;
    box-sizing: border-box;
}
@media (max-width: 700px){
    .pop-wrap {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
    }
}
@media (max-width: 425px){
    .pop-notice .notice-wrap .tit {
        font-size: 1.6rem;
    }
    .pop-notice .notice-wrap .desc-box h4 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .pop-notice .notice-wrap .desc-box p {
        font-size: 0.9rem;
        letter-spacing: -1px;
        color: #363636;
        font-weight: 500;
        line-height: 1.4;
    }
    .pop-notice .notice-wrap .more-view {
        margin-top: 1.5rem;
    }
}