/* 톱 네비 */

.topnav-sec {
    border-bottom: 1px solid #f2f2f5 !important;
}

.topnav-sec .con-topnav {
    padding: 10px 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.topnav-sec .con-topnav p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #797b80 !important;
}

.topnav-sec .con-topnav span {
    font-size: 9px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #797b80 !important;
    margin: 0 7px;
}

@media (max-width: 1199px) {
    .topnav-sec {
        border-bottom: 1px solid #f2f2f5 !important;
    }

    .topnav-sec .con-topnav {
        padding: 10px 20px;
    }

    .topnav-sec .con-topnav p {
        font-size: 12px;
        font-weight: 300;
        line-height: 20px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #797b80 !important;
    }

    .topnav-sec .con-topnav span {
        font-size: 9px;
        font-weight: 300;
        line-height: 20px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #797b80 !important;
        margin: 0 7px;
    }
}


/* 타이틀 */
.con-tit {
    margin: 35px auto 60px;
}

.con-tit .tit-box {
    width: 100%;
}

.con-tit .tit-box h3 {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #373737;
    height: 50px;
}

.con-tit .tit-box:after {
    width: 32px;
    height: 2px;
    background-color: #383838;
    bottom: 0;
    left: 0;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
    .con-tit {
        margin: 35px auto 60px;
        padding: 0 20px;
    }
    
    .con-tit .tit-box {
        width: 100%;
    }
    
    .con-tit .tit-box h3 {
        font-size: 32px;
        font-weight: 300;
        line-height: 40px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #373737;
        height: 50px;
    }
    
    .con-tit .tit-box:after {
        width: 32px;
        height: 2px;
        background-color: #383838;
        bottom: 0;
        left: 20px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .con-tit {
        margin: 25px auto 40px;
        padding: 0 20px;
    }
    
    .con-tit .tit-box {
        width: 100%;
    }
    
    .con-tit .tit-box h3 {
        font-size: 26px;
        font-weight: 300;
        line-height: 40px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #373737;
        height: 50px;
    }
    
    .con-tit .tit-box:after {
        width: 32px;
        height: 2px;
        background-color: #383838;
        bottom: 0;
        left: 20px;
    }  
}

@media (max-width: 767.99px) and (min-width: 576px) {
    .con-tit {
        margin: 25px auto 40px;
        padding: 0 20px;
    }
    
    .con-tit .tit-box {
        width: 100%;
    }
    
    .con-tit .tit-box h3 {
        font-size: 24px;
        font-weight: 300;
        line-height: 40px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #373737;
        height: 50px;
    }
    
    .con-tit .tit-box:after {
        width: 32px;
        height: 2px;
        background-color: #383838;
        bottom: 0;
        left: 20px;
    }   
}

@media (max-width: 575.99px) {
    .con-tit {
        margin: 25px auto 40px;
        padding: 0 20px;
    }
    
    .con-tit .tit-box {
        width: 100%;
    }
    
    .con-tit .tit-box h3 {
        font-size: 20px;
        font-weight: 300;
        line-height: 40px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #373737;
        height: 44px;
    }
    
    .con-tit .tit-box:after {
        width: 32px;
        height: 2px;
        background-color: #383838;
        bottom: 0;
        left: 20px;
    }   
}


/* 컨텐츠-1 */
.con1-sec {
    padding: 0px 0 20px;
}

.con1-sec > .con-1 {
    display: flex;
    flex-flow: column nowrap;
}

.con1-sec > .con-1 p {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 15px;
    font-size: 20px;
    font-weight: 300;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
}

.con1-sec > .con-1 p strong {
    font-weight: 500; 
}

.con1-sec > .con-1 p span {
    margin-left: 60px;
}

.con1-sec > .con-1 p span img {
    padding-right: 8px;
}

.con1-sec > .con-1 .map {margin-top: 15px;}

.con1-sec > .con-1 .map .root_daum_roughmap .wrap_map {
    height: 460px;
}

/* 컨텐츠-2 */
.con2-sec {
    padding: 0px 0 20px;
    margin-top: 100px;
}

.con2-sec > .gab {
    margin-bottom: 100px;
}

.con2-sec > .con-1 {
    display: flex;
    flex-flow: column nowrap;
}

.con2-sec > .con-1 p {
    font-size: 18px;
    font-weight: 300;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    display: flex;
}

.con2-sec > .con-1 p strong {
    font-size: 20px;
    font-weight: 500;
    margin-right: 40px;
    margin-left: 15px;
}

.con2-sec > .con-1 p strong::after {
    width: 3px;
    height: 19px;
    background-color: #f99d1a;
    top: 6px;
    left: 0;
}

.con2-sec > .con-1 .img-box {
    margin-top: 30px;
}

.con2-sec > .con-1 .img-box img {
    width: 33%;
}

.con2-sec > .con-1 .img-box img:nth-child(2) {
    margin: 0 0.2%;
}




@media (max-width: 1199.99px) and (min-width: 992px) {

    .con1-sec {
        padding: 0px 20px 20px;
    }
    
    .con1-sec > .con-1 {
        display: flex;
        flex-flow: column nowrap;
    }
    
    .con1-sec > .con-1 p {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 20px 15px;
        font-size: 20px;
        font-weight: 300;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #000;
        display: flex;
    }
    
    .con1-sec > .con-1 p strong {
        font-weight: 500; 
    }
    
    .con1-sec > .con-1 p span {
        margin-left: 30px;
    }
    
    .con1-sec > .con-1 p span img {
        padding-right: 8px;
    }
    
    .con1-sec > .con-1 .map {margin-top: 15px;}
    
    .con1-sec > .con-1 .map .root_daum_roughmap .wrap_map {
        height: 460px;
    }
    
    /* 컨텐츠-2 */
    .con2-sec {
        padding: 0px 20px 20px;
        margin-top: 100px;
    }
    
    .con2-sec > .gab {
        margin-bottom: 100px;
    }
    
    .con2-sec > .con-1 {
        display: flex;
        flex-flow: column nowrap;
    }
    
    .con2-sec > .con-1 p {
        font-size: 18px;
        font-weight: 300;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #000;
        display: flex;
    }
    
    .con2-sec > .con-1 p strong {
        font-size: 20px;
        font-weight: 500;
        margin-right: 40px;
        margin-left: 15px;
    }
    
    .con2-sec > .con-1 p strong::after {
        width: 3px;
        height: 19px;
        background-color: #f99d1a;
        top: 6px;
        left: 0;
    }
    
    .con2-sec > .con-1 .img-box {
        margin-top: 30px;
    }

    .con2-sec > .con-1 .img-box img {
        width: 32.9%
    }
    
    .con2-sec > .con-1 .img-box img:nth-child(2) {
        margin: 0 0.2%;
    }
}


@media (max-width: 991.99px) and (min-width: 768px) {
    .con1-sec {
        padding: 0px 20px 50px;
    }
    
    .con1-sec > .con-1 {
        display: flex;
        flex-flow: column nowrap;
    }
    
    .con1-sec > .con-1 p {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 20px 15px;
        font-size: 18px;
        font-weight: 300;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #000;
    }
    
    .con1-sec > .con-1 p strong {
        font-weight: 500;
        display: block;
        margin-bottom: 10px;
    }
    
    .con1-sec > .con-1 p span {
        margin-left: 0;
        display: block;
        margin-bottom: 3px;
    }
    
    .con1-sec > .con-1 p span img {
        padding-right: 8px;
        top: 3px;
        position: relative;
    }
    
    .con1-sec > .con-1 .map {margin-top: 15px;}
    
    .con1-sec > .con-1 .map .root_daum_roughmap .wrap_map {
        height: 360px;
    }
    
    /* 컨텐츠-2 */
    .con2-sec {
        padding: 0px 20px 60px;
        margin-top: 30px;
    }
    
    .con2-sec > .gab {
        margin-bottom: 60px;
    }
    
    .con2-sec > .con-1 {
        display: flex;
        flex-flow: column nowrap;
    }
    
    .con2-sec > .con-1 p {
        font-size: 18px;
        font-weight: 300;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #000;
        display: flex;
    }
    
    .con2-sec > .con-1 p strong {
        font-size: 20px;
        font-weight: 500;
        margin-right: 40px;
        margin-left: 15px;
    }
    
    .con2-sec > .con-1 p strong::after {
        width: 3px;
        height: 19px;
        background-color: #f99d1a;
        top: 6px;
        left: 0;
    }
    
    .con2-sec > .con-1 .img-box {
        margin-top: 30px;
    }

    .con2-sec > .con-1 .img-box img {
        width: 32.9%
    }
    
    .con2-sec > .con-1 .img-box img:nth-child(2) {
        margin: 0 0.1%;
    }
}


@media (max-width: 767.99px) and (min-width: 576px) {
    .con1-sec {
        padding: 0px 20px 50px;
    }
    
    .con1-sec > .con-1 {
        display: flex;
        flex-flow: column nowrap;
    }
    
    .con1-sec > .con-1 p {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 15px;
        font-size: 16px;
        font-weight: 300;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #000;
    }
    
    .con1-sec > .con-1 p strong {
        font-weight: 500;
        display: block;
        margin-bottom: 10px;
    }
    
    .con1-sec > .con-1 p span {
        margin-left: 0;
        display: block;
        margin-bottom: 3px;
    }
    
    .con1-sec > .con-1 p span img {
        padding-right: 8px;
        top: 3px;
        position: relative;
    }
    
    .con1-sec > .con-1 .map {margin-top: 15px;}
    
    .con1-sec > .con-1 .map .root_daum_roughmap .wrap_map {
        height: 300px;
    }
    
    /* 컨텐츠-2 */
    .con2-sec {
        padding: 0px 20px 60px;
        margin-top: 10px;
    }
    
    .con2-sec > .gab {
        margin-bottom: 60px;
    }
    
    .con2-sec > .con-1 {
        display: flex;
        flex-flow: column nowrap;
    }
    
    .con2-sec > .con-1 p {
        font-size: 16px;
        font-weight: 300;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #000;
        display: flex;
    }
    
    .con2-sec > .con-1 p strong {
        font-size: 20px;
        font-weight: 500;
        margin-right: 40px;
        margin-left: 15px;
    }
    
    .con2-sec > .con-1 p strong::after {
        width: 3px;
        height: 19px;
        background-color: #f99d1a;
        top: 6px;
        left: 0;
    }
    
    .con2-sec > .con-1 .img-box {
        margin-top: 30px;
    }

    .con2-sec > .con-1 .img-box img {
        width: 32.8%
    }
    
    .con2-sec > .con-1 .img-box img:nth-child(2) {
        margin: 0 0.1%;
    }
}

@media (max-width: 575.99px) {
    .con1-sec {
        padding: 0px 20px 40px;
    }
    
    .con1-sec > .con-1 {
        display: flex;
        flex-flow: column nowrap;
    }
    
    .con1-sec > .con-1 p {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 10px 5px;
        font-size: 14px;
        font-weight: 300;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #000;
    }
    
    .con1-sec > .con-1 p strong {
        font-weight: 500;
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
    }
    
    .con1-sec > .con-1 p span {
        margin-left: 0;
        display: block;
        margin-bottom: 3px;
    }
    
    .con1-sec > .con-1 p span img {
        padding-right: 8px;
        top: 5px;
        position: relative;
    }
    
    .con1-sec > .con-1 .map {margin-top: 15px;}
    
    .con1-sec > .con-1 .map .root_daum_roughmap .wrap_map {
        height: 250px;
    }
    
    /* 컨텐츠-2 */
    .con2-sec {
        padding: 0px 20px 60px;
        margin-top: 10px;
    }
    
    .con2-sec > .gab {
        margin-bottom: 40px;
    }
    
    .con2-sec > .con-1 {
        display: flex;
        flex-flow: column nowrap;
    }
    
    .con2-sec > .con-1 p {
        font-size: 14px;
        font-weight: 300;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #000;
        display: block;
    }

    .con2-sec > .con-1 p span,
    .con2-sec > .con-1 p strong {
        display: block;
    }
    
    .con2-sec > .con-1 p strong {
        font-size: 16px;
        font-weight: 500;
        margin-right: 30px;
        margin-left: 15px;
        margin-bottom: 10px;
    }
    
    .con2-sec > .con-1 p strong::after {
        width: 3px;
        height: 16px;
        background-color: #f99d1a;
        top: 6px;
        left: 0;
    }
    
    .con2-sec > .con-1 .img-box {
        margin-top: 20px;
    }

    .con2-sec > .con-1 .img-box img {
        width: 100%
    }
    
    .con2-sec > .con-1 .img-box img:nth-child(2) {
        margin: 0 0.1%;
    }
}
