/* 톱 네비 */

.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;
    }   
}


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

.con-1 {
    display: flex;
    flex-flow: row nowrap;
}

.con-1 > .left-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 427px;
}

.con-1 > .right-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 427px);
    flex-direction: column;
}

.con-1 > .right-box > h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 24px;
    color: #252525;
    margin-top: 26px;
}

.con-1 > .right-box p:nth-of-type(1) {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #252525;
    margin-top: 50px;
}

.con-1 > .right-box p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    color: #252525; 
    margin-top: 56px;
}

.con-1 > .right-box p:nth-of-type(2) span {
    font-size: 24px;
    font-weight: 500;    
    padding-left: 5px;
}


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

    .con1-sec {
        padding: 0px 20px 20px;
    }
    
    .con-1 {
        display: flex;
        flex-flow: row nowrap;
    }
    
    .con-1 > .left-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 387px;
    }

    .con-1 > .left-box img {
        width: 90%;
    }
    
    .con-1 > .right-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% - 387px);
        flex-direction: column;
    }
    
    .con-1 > .right-box > h2 {
        font-size: 28px;
        font-weight: 500;
        line-height: 24px;
        color: #252525;
        margin-top: 26px;
    }

    .con-1 > .right-box .nobr {
        display: none !important;
    }
    
    .con-1 > .right-box p:nth-of-type(1) {
        font-size: 16px;
        font-weight: 300;
        line-height: 30px;
        color: #252525;
        margin-top: 50px;
    }
    
    .con-1 > .right-box p:nth-of-type(2) {
        font-size: 14px;
        font-weight: 300;
        line-height: 26px;
        color: #252525; 
        margin-top: 56px;
    }
    
    .con-1 > .right-box p:nth-of-type(2) span {
        font-size: 22px;
        font-weight: 500;    
        padding-left: 5px;
    }

}


@media (max-width: 991.99px) and (min-width: 768px) {
    .con1-sec {
        padding: 0px 20px 50px;
    }
    
    .con-1 {
        display: flex;
        flex-flow: row nowrap;
    }
    
    .con-1 > .left-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 287px;
    }

    .con-1 > .left-box img {
        width: 90%;
        height: 350px;
    }
    
    .con-1 > .right-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% - 287px);
        flex-direction: column;
    }
    
    .con-1 > .right-box > h2 {
        font-size: 22px;
        font-weight: 500;
        line-height: 24px;
        color: #252525;
        margin-top: 10px;
    }

    .con-1 > .right-box .nobr,
    .con-1 > .right-box .nobr-2 {
        display: none !important;
    }
    
    .con-1 > .right-box p:nth-of-type(1) {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        color: #252525;
        margin-top: 20px;
    }
    
    .con-1 > .right-box p:nth-of-type(2) {
        font-size: 14px;
        font-weight: 300;
        line-height: 26px;
        color: #252525; 
        margin-top: 36px;
    }
    
    .con-1 > .right-box p:nth-of-type(2) span {
        font-size: 22px;
        font-weight: 500;    
        padding-left: 5px;
    }

}


@media (max-width: 767.99px) and (min-width: 576px) {
    .con1-sec {
        padding: 0px 20px 50px;
    }
    
    .con-1 {
        display: flex;
        flex-flow: row nowrap;
    }
    
    .con-1 > .left-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 247px;
    }

    .con-1 > .left-box img {
        width: 90%;
        height: 300px;
    }
    
    .con-1 > .right-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% - 247px);
        flex-direction: column;
    }
    
    .con-1 > .right-box > h2 {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        color: #252525;
        margin-top: 10px;
    }

    .con-1 > .right-box .nobr,
    .con-1 > .right-box .nobr-2 {
        display: none !important;
    }
    
    .con-1 > .right-box p:nth-of-type(1) {
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        color: #252525;
        margin-top: 20px;
    }
    
    .con-1 > .right-box p:nth-of-type(2) {
        font-size: 14px;
        font-weight: 300;
        line-height: 26px;
        color: #252525; 
        margin-top: 36px;
    }
    
    .con-1 > .right-box p:nth-of-type(2) span {
        font-size: 22px;
        font-weight: 500;    
        padding-left: 5px;
    }
}

@media (max-width: 575.99px) {
    .con1-sec {
        padding: 0px 20px 50px;
    }
    
    .con-1 {
        display: flex;
        flex-flow: column nowrap;
    }
    
    .con-1 > .left-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        background-image: url('../../images/con1-1-1.jpg');
        background-repeat: no-repeat;
		background-position: center center;
        background-size: cover;
        height: 170px;
    }

    .con-1 > .left-box img {
        display: none;
    }
    
    .con-1 > .right-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-top: 30px;
    }
    
    .con-1 > .right-box > h2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #252525;
        margin-top: 10px;
    }

    .con-1 > .right-box .nobr,
    .con-1 > .right-box .nobr-2 {
        display: none !important;
    }
    
    .con-1 > .right-box p:nth-of-type(1) {
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        color: #252525;
        margin-top: 20px;
    }
    
    .con-1 > .right-box p:nth-of-type(2) {
        font-size: 14px;
        font-weight: 300;
        line-height: 26px;
        color: #252525; 
        margin-top: 26px;
    }
    
    .con-1 > .right-box p:nth-of-type(2) span {
        font-size: 16px;
        font-weight: 500;    
        padding-left: 5px;
    }
}
