/* sideTit */
.sideTit {
    position: relative;
    padding-left: 10px;
}
.sideTit::after {
    content: "";
    position: absolute;
    left: -8px;
    top: -5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #efecf5;
}
.sideTit > span {
    position: relative;
    z-index: 3;
}
/* subWrp */
.subWrp .lftMn {
    margin-bottom: 100px;
    margin-top: 30px;
}
.subWrp .lftMn > h3 {
    position: relative;
    border-radius: 12px;
    background-color: #1e2855;
}
.subWrp .lftMn > h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 20px;
    background-color: #1e2855;
}
.subWrp .lftMn .mntit {
    color: #fff;
    padding: 35px 15px 30px;
    text-align: center;
    font-weight: 600;
}
.subWrp .lftMn .subMns {
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    padding: 15px;
    position: relative;
    z-index: 5;
}
.subWrp .lftMn ul li a {
    text-decoration: none;
    display: block;
    padding: 10px;
    color: #999;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px dashed #ddd;
    position: relative;
}
.subWrp .lftMn ul li a i {
    position: absolute;
    right: 10px;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
}
.subWrp .lftMn ul li.act a {
    color: #5d4282;
}
@media (min-width:1200px) {
    .subWrp {
        position: relative;
        display: flex;
    }
    .subWrp .lftMn {
        width: 250px;
    }
    .subWrp .rtCon {
        width: calc(100% - 250px);
        padding-left: 50px;
    }
}


/* contBoxs */
.contBoxs .item {
    background-color: #efecf5;
    display: flex;
    align-items: center;
    padding: 20px 12px;
    text-decoration: none;
}
.contBoxs .item0 {
    background-color: #7453a2;
    margin-top: 15px;
}
.contBoxs .item1 {
    cursor: pointer;
}
.contBoxs .item2 {
    background-color: #ffe800;
}
.contBoxs .item:not(.item1) {
    border-top: 1px solid rgba(225, 232, 235, 0.9);
}
.contBoxs .item .txt h5 span {
    display: inline-block;
    vertical-align: middle;
}
.contBoxs .item .txt h5 span i {
    vertical-align: middle;
    width: 18px;
    line-height: 18px;
    background-color: #bfc7ca;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    margin-bottom: 1px;
}
.contBoxs .item.kakao {
    background-color: #ffdb2b;
}
.contBoxs .item.kakao .icon span {
    background-color: #ffe800;
    color: #552c00;
}
.contBoxs .item .icon {
    font-weight: 100;
    font-weight: 400;
    width: 45px;
    color: #7453a2;
    text-align: center;
}
.contBoxs .item .icon span {
    display: inline-block;
    width: 45px;
    padding-top: 5px;
    font-size: 25px;
    line-height: 35px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.2);
}
.contBoxs .item:not(.item0) .icon span {
    background-color: rgba(225, 232, 235, 0.6);
}
.contBoxs .item.item1 .icon span {
    background-color: rgba(255,255,255,0.6);
}
.contBoxs .item .txt {
    width: calc(100% - 45px);
    padding-left: 10px;
}
.contBoxs .item .txt h5 {
    line-height: 1.2em;
}
.contBoxs .item .txt h6 {
    margin-top: 3px;
}
@media (max-width:767px) {
    .contBoxs .item {
        padding: 20px;
    }
    .contBoxs .item .icon {
        font-size: 40px;
        width: 40px;
    }
    .contBoxs .item .txt {
        width: calc(100% - 40px);
    }
}

/* border_radius */
.border_radius {
    border-radius: 20px;
}
@media (max-width:767px) {
    .border_radius {
        border-radius: 10px;
    }
}
/* company1 */
#company1 .sec1 h1 {
    line-height: 1.2em;
}

/* conList */
.conList {
    border-top: 2px solid #222;
}
.conList > li {
    padding: 40px 30px;
    border-bottom: 1px solid #ddd;
}
/* comimg */
.comimg {
    position: relative;
    text-align: center;
}
.comimg .lft,
.comimg .rt {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #fff;
    width: 50%;

    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
.comimg .lft {
    left: 0;
}
.comimg .rt {
    right: 0;
}
.comimg.aos-animate .lft,
.comimg.aos-animate .rt {
    width: 0;
}

/* fbox */
.fbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width:768px) {
    .fbox.fx > div {
        width: 50%;
    }
    .fbox > .txt.lft {
        padding-right: 30px;
    }
    .fbox > .txt.rt {
        padding-left: 30px;
    }
    .fbox.short > .txt.lft {
        padding-right: 5px;
    }
    .fbox.short > .txt.rt {
        padding-left: 5px;
    }
    .fbox.long > .txt.lft {
        padding-right: 60px;
    }
    .fbox.long > .txt.rt {
        padding-left: 60px;
    }
}
@media (max-width:768px) {
    .fbox {
        flex-wrap: wrap;
    }
}

/* stit */
.stit h2 i,
.stit h2 span {
    display: inline-block;
    vertical-align: middle;
}

/* company1 */
#company1 .sec1 ul li .item {
    border-radius: 30px;
    border: 4px solid #eee;
    background-color: #fff;
    padding: 35px 15px 25px;
}
@media (min-width:768px){
    #company1 .sec1 ul li .item .txt {
        margin-top: 15px;
    }
}
@media (max-width:767px){
    #company1 .sec1 ul li {
        margin: 10px 0;
    }
    #company1 .sec1 ul li .item {
        border-radius: 10px;
        border-width: 3px;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #company1 .sec1 ul li .item .icon {
        width: 40px;
    }
    #company1 .sec1 ul li .item .txt {
        width: 100px;
        padding-left: 20px;
        text-align: left;
    }
}

/*mapbox*/
.mapbox .root_daum_roughmap .wrap_map {
    height: 450px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}

/* mapInfo */
.mapInfo h5 {
    position: relative;
    color: #444;
    font-weight: 400;
    margin: 5px 0;
}
.mapInfo h5 span {
    position: absolute;
    left: 0;
    top: 0;
    color: #111;
    font-weight: 600;
    padding-left: 30px;
}
.mapInfo h5 span i {
    color: #7453a2;
    font-size: .9em;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0px;
}
@media (min-width:768px){
    .mapInfo h5 {
        padding-left: 150px;
    }
}
@media (max-width:768px){
    .mapInfo h5 span {
        position: relative;
        display: block;
    }
}

/*table_basic*/
.table.table_basic {
    border-top: 2px solid #454f5d;
}
.table.table_basic.table_fx {
    table-layout: fixed;
}
.table.table_basic thead tr th {
    background-color: #f4f4f4;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    font-size: 18px;
    color: #221814;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 15px;
}
.table.table_basic2 thead tr th,
.table.table_basic2 thead tr td,
.table.table_basic2 tbody tr th,
.table.table_basic2 tbody tr td {
    font-size: 16px;
    padding: 5px;
}
.table.table_basic thead tr th:first-child,
.table.table_basic thead tr td:first-child,
.table.table_basic tbody tr th:first-child,
.table.table_basic tbody tr td:first-child {
    border-left: 0px;
}
.table.table_basic thead tr th:last-child,
.table.table_basic thead tr td:last-child,
.table.table_basic tbody tr th:last-child,
.table.table_basic tbody tr td:last-child {
    border-right: 0px;
}
.table.table_basic thead tr th,
.table.table_basic tbody tr th {
    font-weight: 600;
}
.table.table_basic tbody tr td {
    font-weight: 300;
}
.table.table_basic.table_center thead tr th,
.table.table_basic.table_center thead tr td,
.table.table_basic.table_center tbody tr th,
.table.table_basic.table_center tbody tr td {
    text-align: center;
}
.table.table_basic.th_center thead tr th,
.table.table_basic.th_center tbody tr th {
    text-align: center;
    word-break: keep-all;
}
.table.table_basic.table_vh thead tr th,
.table.table_basic.table_vh thead tr td,
.table.table_basic.table_vh tbody tr th,
.table.table_basic.table_vh tbody tr td {
    vertical-align: middle;
	    text-align: center;
}
.table.table_basic.table_wb thead tr th,
.table.table_basic.table_wb tbody tr td,
.table.table_basic.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_basic tbody tr th {
    background-color: #fcfcfc;
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #fdfffb;
}
.table.table_basic tbody tr.imp td {
    color: #082c44;
    font-weight: 600;
}
.table.table_basic tbody tr td.text-left {
    text-align: left;
}
.table.table_basic tbody tr td.text-right {
    text-align: right;
}
.table.table_basic tbody tr.bg_gr {
    background-color: #f7f7f7;
}
@media (max-width:768px){
    .table_wrp {
        width: 100%;
        overflow-x: scroll;
    }
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: 15px;
        padding: 10px;
		word-break: break-all !important;
    }
}


/*table_cost*/
.table.table_cost.table_fx {
    table-layout: fixed;
}
.table.table_cost thead tr th span {
    display: block;
    border: 1px solid rgba(116, 83, 162, 0.5);
    background-color: rgb(239 236 245 / 40%);
    padding: 8px 0;
    border-radius: 10px;
    color: #7453a2;
}
.table.table_cost thead tr th,
.table.table_cost thead tr td,
.table.table_cost tbody tr th,
.table.table_cost tbody tr td {
    font-size: 16px;
    color: #221814;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle;
}
.table.table_cost2 thead tr th,
.table.table_cost2 thead tr td,
.table.table_cost2 tbody tr th,
.table.table_cost2 tbody tr td {
    font-size: 16px;
    padding: 5px;
}
.table.table_cost thead tr th:first-child,
.table.table_cost thead tr td:first-child,
.table.table_cost tbody tr th:first-child,
.table.table_cost tbody tr td:first-child {
    border-left: 0px;
}
.table.table_cost thead tr th:last-child,
.table.table_cost thead tr td:last-child,
.table.table_cost tbody tr th:last-child,
.table.table_cost tbody tr td:last-child {
    border-right: 0px;
}
.table.table_cost thead tr th,
.table.table_cost tbody tr th {
    font-weight: 600;
}
.table.table_cost thead tr th {
    background-color: transparent;
    border: 0px;
}
.table.table_cost tbody tr td {
    font-weight: 300;
}
.table.table_cost.table_center thead tr th,
.table.table_cost.table_center thead tr td,
.table.table_cost.table_center tbody tr th,
.table.table_cost.table_center tbody tr td {
    text-align: center;
}
.table.table_cost.th_center thead tr th,
.table.table_cost.th_center tbody tr th {
    text-align: center;
    word-break: keep-all;
}
.table.table_cost.table_vh thead tr th,
.table.table_cost.table_vh thead tr td,
.table.table_cost.table_vh tbody tr th,
.table.table_cost.table_vh tbody tr td {
    vertical-align: middle;
	    text-align: center;
}
.table.table_cost.table_wb thead tr th,
.table.table_cost.table_wb tbody tr td,
.table.table_cost.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_cost tbody tr th {
    background-color: #7453a2;
    color: #fff;
}
.table.table_cost tbody tr.imp th,
.table.table_cost tbody tr.imp td {
    background-color: #fdfffb;
}
.table.table_cost tbody tr.imp td {
    color: #082c44;
    font-weight: 600;
}
.table.table_cost tbody tr td.text-left {
    text-align: left;
}
.table.table_cost tbody tr td.text-right {
    text-align: right;
}
.table.table_cost tbody tr.bg_gr {
    background-color: #f7f7f7;
}
@media (max-width:768px){
    .table_wrp {
        width: 100%;
        overflow-x: scroll;
    }
    .table_wrp .table.table_cost {
        min-width: 700px;
    }
    .table.table_cost thead tr th,
    .table.table_cost thead tr td,
    .table.table_cost tbody tr th,
    .table.table_cost tbody tr td {
        font-size: 15px;
        padding: 10px;
		word-break: break-all !important;
    }
}
/* infobox */
.infobox {
    background-color: rgb(239 236 245 / 40%);
    border-radius: 5px;
    border: 1px solid #efecf5;
    margin: 15px 0;
    padding: 20px 20px;
}
@media (max-width:768px){
    .infobox {
        padding: 15px;
        margin: 10px 0;
    }
}
/* lineBox */
.lineBox {
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 15px 0;
    padding: 20px 20px;
}
@media (max-width:768px){
    .lineBox {
        padding: 15px;
        margin: 10px 0;
    }
}

/* pyStep */
.pyStep li {
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 10px 0;
    border-radius: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.pyStep li .txt {
    width: calc(100% - 200px);
}
.pyStep li .icon {
    width: 200px;
    text-align: center;
}
.pyStep li .icon img {
    width: 90px;
}
@media (max-width:767px) {
    .pyStep li {
        flex-wrap: wrap;
    }
    .pyStep li .txt {
        width: 100%;
        order: 2;
        margin-top: 10px;
    }
    .pyStep li .icon {
        width: 100%;
        order: 1;
    }
    .pyStep li .icon img {
        width: 70px;
    }
}

/* postList */
.postList .item > h5 {
    background-color: #7453a2;
    color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.postList .item .txt {
    padding: 30px 15px;
    border-radius: 0 0 10px 10px;
    border: 2px solid #ddd;
    border-top: 0px;
}
.postList .item p strong {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    padding: 8px 8px 5px;
    line-height: 1em;
    border-radius: 5px;
    color: #666;
    font-weight: 400;
    font-size: .9em;
}
/* chkObj */
.chkObj {
    display: flex;
    align-items: center;
}
.chkObj i {
    margin-right: 5px;
}

/* prc */
.prc li .num {
    position: relative;
    padding-top: 10px;
}
.prc li .ibox,
.prc li .tbox {
    padding: 0 15px;
}
.prc li .ibox img {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    width: 90px;
}
.prc li .tbox p {
    opacity: .7;
}
@media (min-width:768px){
    .prc li .num::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -3px;
        transform: translateX(-50%) rotate(45deg);
        width: 7px;
        height: 7px;
        background-color: #ecd075;
        z-index: 3;
    }
    .prc li .num:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.2);
    }
}
@media (max-width:768px){
    .prc li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .prc li {
        padding-bottom: 15px !important;
    }
    .prc li:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .prc li .num {
        text-align: left;
        width: 100%;
        padding-left: 15px;
    }
    .prc li .num::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -3px;
        transform: translateY(-50%) rotate(45deg);
        width: 7px;
        height: 7px;
        background-color: #ecd075;
        z-index: 3;
    }
    .prc li .ibox {
        width: 100px;
    }
    .prc li .tbox {
        width: calc(100% - 100px);
        padding-left: 10px;
        text-align: left;
    }
}

/* setCost */
.setCost .item .top {
    background-color: #ed8214;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    display: flex;
}
.setCost .item .top .type .ty {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #d57600;
    text-align: center;
}
.setCost .item .top .type .ty p {
    border-radius: 4px 4px 0 0;
    background-color: rgb(239 236 245 / 40%);
    border-bottom: 1px solid #d57600;
    padding: 8px 12px;
    line-height: 1em;
}
.setCost .item .top .type .ty .tWrp {
    padding: 8px 12px;
    line-height: 1em;
}
.setCost .item .top .type .ty .tWrp h4,
.setCost .item .top .type .ty .tWrp h6 {
    line-height: 1em;
}
.setCost .item .top .cost {
    padding: 8px;
    padding-left: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.setCost .item .top .cost .costNum {
    display: flex;
    gap: 10px;
}
.setCost .item .top .cost .costNum > span > span {
    display: inline-block;
    background-color: #f3f56b;
    color: #e77626;
    padding: 5px 5px 4px;
    line-height: 1em;
    font-size: .8em;
    border-radius: 4px;
    font-weight: 700;
}
.setCost .item .bt {
    background-color: #f7f7f7;
}

.setCost.type2 .item .top {
    background-color: #ed1479;
}
.setCost.type2 .item .top .type .ty p {
    border-bottom: 1px solid #bb1c66;
    background-color: rgba(245, 236, 241, 0.4);
}
.setCost.type2 .item .top .c_dorg,
.setCost.type2 .item .top .cost .costNum > span > span {
    color: #ed1479 !important;
}



.setCost.type4 .item .top {
    background-color: #047545;
}
.setCost.type4 .item .top .type .ty p {
    border-bottom: 1px solid #047545;
    background-color: rgba(245, 236, 241, 0.4);
}
.setCost.type4 .item .top .c_dorg,
.setCost.type4 .item .top .cost .costNum > span > span {
    color: #047545 !important;
}


/* paSet */
.paSet .tt {
    background-color: #5d4282;
    padding: 20px 10px;
    border-radius: 5px 5px 0 0;
}
.paSet .tt h4,
.paSet .tt h6,
.paSet .tt p {
    line-height: 1em;
}
.paSet .md {
    background-color: #f7f7f7;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.paSet .bt {
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    padding: 15px;
}