
/* 추가 */
.mis_title2{
    width: 88%;
    margin: 0 auto;
    padding: 50px 10px 19px 10px;
}
.mis_title2 p{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.mis_title2 .title{
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
    padding-top: 70px;
}

.mis-wrap2{
	width: 88%;
	margin: 0 auto;
	padding: 10px 10px 50px 10px;
    display: flex;
    justify-content: space-between;
}
.addr_wrap2{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.addr_detail2 {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}

.addr_detail2 dt {
    float: left;
    width: 100px;
    font-weight: 500;
    color: #333;
}

.addr_detail2 dt.name {
    width: fit-content;
    padding-bottom:5px;
    font-weight: 600;
    font-size: 20px;
    color: #054577;
    border-bottom:2px solid #054577;
}

.addr_detail2 dt.name + dd {margin-bottom:50px}

.addr_detail2 dd {
    margin-bottom: 22px;
    color: #666;
    font-size: 16px;
    font-weight: 300;
}

.addr_detail2 dd:last-child {
    margin-bottom: 0;
}

.pc_map{
    width: calc(100% - 759px);
}


#daumRoughmapContainer1608012012958,
#daumRoughmapContainer1622420792486,
#daumRoughmapContainer1686212505203,
#daumRoughmapContainer1686212808392 {
    /*float: right;*/
    width: 100%;
}

@media screen and (max-width: 1200px) {

    .mis-wrap2 {
        padding: 50px;
        width: unset;
    }

    .pc_map{
        width: calc(100% - 400px);
    }

    .mis_title2{
        width: unset;
        padding: 45px 6% !important
    }

}

@media screen and (max-width: 960px) {

    .mis-wrap2 {
        padding: 0;
        width: unset;
        display: flex;
        flex-direction: column-reverse;
    }

    .mobile_map {margin-bottom:40px}


    .pc_map{
        width: 100%;
    }

    .addr_wrap2{
        width: 85%; margin:0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 30px;
    }


    .addr_detail2 dt {
        float: left;
        width: unset;
        font-weight: 500;
        color: #333;
        margin-right: 11px;
        min-width: 30px;
    }

    .addr_detail2 dt.name {
        font-weight: 600;
        font-size: 18px;
        color: #000;
    }

    .addr_detail2 dd {
        margin-bottom: 25px;
    }

    .adr {margin-bottom:45px !important}
}

@media screen and (max-width: 600px) {


    .root_daum_roughmap .wrap_map{
        height: 300px;
    }

    .mis_title2 p {
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
    }

    .mis_title2 .title {
        font-size: 24px;
        line-height: 34px;
        font-weight: 500;
        padding-top: 30px;
    }

    .addr_detail2 dt,
    .addr_detail2 dd {
        font-size: 14px;
    }

}
