/* ----------------------------------------------------
--- popup contents : 2023.03.28 pjsuny emro DesignTeam
---------------------------------------------------- */

@charset "utf-8";
@import url("reset.css");

.popWrap {
    width: 930px;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #626262;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}
.popHeader {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 42px;
    background: #148A50;
    border-radius: 7px 7px 0px 0px;
    padding: 0 10px 0 20px;
    box-sizing: border-box;
}
.popHeader>h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 42px;
    color: #FFFFFF;
}
.popHeader>a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/close_w.png) no-repeat center;
}
.popContainer {
        width: 100%;
        height: auto;
        padding: 30px 40px 50px 40px;
        box-sizing: border-box;
}  
.popContainer>h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    letter-spacing: -.5px;
    margin-bottom: 40px;
}
.popContainer>h5>span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: #888888;
}
.contBox {
    margin: 20px 0;
}
.contBox>h6 {
    font-weight: 700;
    font-size: 14px;
    color: #008141;
    line-height: 16px;
    margin-bottom: 10px;
    text-align: left;
}
.contBox>h6:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 2px;
    background: #148A50;
    vertical-align: middle;
    margin-right: 5px;
}
.contBox ul li,
.contBox ol li,
.contBox p {
    font-size: 13px;
    color: #555555;
    line-height: 24px;
}
.contBox ul li::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #148A50;
    vertical-align: middle;
    margin-right: 5px;
}
.contBox ul li>p {
    font-size: 12px;
    color: #888888;
    line-height: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.contBox ul li>a {
    display: inline-block;
    width: 180px;
    height: 32px;
    border-radius: 4px;
    background: #77B252;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 32px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.contBox .gBox {
    border-radius: 4px;
    background: #F2F2F2;
    border: 1px solid #DDDDDD;
    padding: 10px 20px;
    box-sizing: border-box;
}
.contBox .process {
    display: flex;
    justify-content: space-between;
}
.contBox .process li {
    display: inline-block;
    position: relative;
    width: 98px;
    height: 48px;
    border-radius: 4px;
    background: linear-gradient(90deg, #148A50 0%, #77B252 102.17%);
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    box-sizing: border-box;
}
.contBox .process li::before {
    display: none;
}
.contBox .process li::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: -24px;
    top: 0;
    width: 20px;
    height: 48px;
    background: url(../img/arr_h7_1.png) no-repeat right center;
}
.contBox .process li:last-child:after {
    display: none;
} 
.article .termBox h5 {
    width: 100%;
    height: 38px;
    border:1px solid #e5e5e5;
    background: #f3f3f3;
    border-radius: 8px;
    margin: 30px 0 20px;
    text-align: left;    
    box-sizing: border-box;
}
.article .termBox h5>b {
    font-size: 15px;
    color: #111;
    line-height: 38px;
    padding-left: 20px;
}
.article .termBox h6 {
    font-size: 14px;
    color: #333;
    margin: 20px 10px 5px;
    text-align: left;
    font-weight: 700;
}
.article .termBox .bidTxt {
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
    padding-left: 10px;
}
.article .termBox ol li {
    font-size: 13px;
    text-align: left;
    padding: 5px 0;
    line-height: 1.5;
    list-style: decimal;
    margin-left: 30px;
}
.article .termBox ol li ol li {
    padding: 3px 0;
    list-style: none;
    margin-left: 10px;
    margin-top: 5px;
}
.article .termBox ul li {
    font-size: 14px;
    text-align: left;
    padding: 5px 0;
    line-height: 1.5;
    list-style: none;
    margin-left: 10px;
    margin-top: 5px;
}
.article .termBox table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e6e6e6;
}
.article .termBox table th, .article .termBox table td {
    border: 1px solid #e6e6e6;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
    padding: 5px 10px;
}
.article .termBox table th {
    background: #e6f3ee;
}
.article .termBox table td {
    text-align: left;
}
.article .bodList {
    width:100%;
    font-size: 13px;
    border-collapse: collapse;
}
.article .bodList th {
    height:35px;color:#555555;
    border-top:#399959 2px solid;
    border-bottom:#b8d2bc 1px solid;
    background-color:#f0f8f1;
    text-align:center;
    vertical-align: middle;
}
.article .bodList td {
    border-bottom:#e2e2e2 1px solid;
    height:30px;
    color:#868686;
    padding: 5px;
    line-height: 1.5;
    vertical-align: middle;
}
.article .bodList .tdLeft {
    border-bottom:#e2e2e2 1px solid;
    background-color:#f2f2e7; 
    text-align:center; 
    font-weight:bold;
    color:#5e5e5e;
}
.article .bodList .tdGray {
    border-bottom:#e2e2e2 1px solid;
    background-color:#f8f8f8;
}
.article .bodList .tdCenter {
    border-bottom:#e2e2e2 1px solid; 
    text-align:center;
}
.article .bodList .tdCenterGray {
    border-bottom:#e2e2e2 1px solid;
    background-color:#f8f8f8; 
    text-align:center;
}
.article .bodList .tdLast {
    border-bottom:#e2e2e2 2px solid;
}
.article .bodList .tdLastCenter {
    border-bottom:#e2e2e2 2px solid; 
    text-align:center;
}
.article .bodList .tdLastCenterGray {
    border-bottom:#e2e2e2 2px solid; 
    text-align:center;
    background-color:#f8f8f8;
}
.commt {
    font-size: 13px;
    font-weight: 700;
    color: #111111;
}
hr {
    display: none;
}
.act {
    text-align: center;
}
.mgt50 {
    margin-top: 50px;
}