/* 톱 네비 */

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

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

.con1-sec>.con-1 .img-box {
    margin-bottom: 35px;
    font-size: 0;
}

.con1-sec>.con-1 .img-box img {
    width: 49%;
}

.con1-sec>.con-1 .img-box img:nth-child(2) {
    margin-left: 15px;
}


.con1-sec>.con-1>p.text {
    font-size: 18px;
    font-weight: 300;
    font-family: "Noto Sans KR", sans-serif !important;
    line-height: 36px;
    color: #3f3f3f;
}


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

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

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

    .con1-sec>.con-1 .img-box {
        margin-bottom: 35px;
        font-size: 0;
    }
    
    .con1-sec>.con-1 .img-box img {
        width: 49%;
    }
    
    .con1-sec>.con-1 .img-box img:nth-child(2) {
        margin-left: 15px;
    }

    .con1-sec>.con-1>p.text {
        font-size: 18px;
        font-weight: 300;
        font-family: "Noto Sans KR", sans-serif !important;
        line-height: 36px;
        color: #3f3f3f;
    }
}

@media (max-width: 991px) and (min-width: 768px) {

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

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

    .con1-sec>.con-1 .img-box {
        margin-bottom: 25px;
        font-size: 0;
    }
    
    .con1-sec>.con-1 .img-box img {
        width: 49%;
    }
    
    .con1-sec>.con-1 .img-box img:nth-child(2) {
        margin-left: 10px;
    }

    .con1-sec>.con-1>p.text {
        font-size: 16px;
        font-weight: 300;
        font-family: "Noto Sans KR", sans-serif !important;
        line-height: 30px;
        color: #3f3f3f;
    }
}

@media (max-width: 767.99px) and (min-width: 576px) {

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

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

    .con1-sec>.con-1 .img-box {
        margin-bottom: 20px;
        font-size: 0;
    }
    
    .con1-sec>.con-1 .img-box img {
        width: 49%;
    }
    
    .con1-sec>.con-1 .img-box img:nth-child(2) {
        margin-left: 10px;
    }

    .con1-sec>.con-1>p.text {
        font-size: 16px;
        font-weight: 300;
        font-family: "Noto Sans KR", sans-serif !important;
        line-height: 30px;
        color: #3f3f3f;
    }
    
}

@media (max-width: 575.99px) {

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

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

    .con1-sec>.con-1 .img-box {
        margin-bottom: 15px;
        font-size: 0;
    }
    
    .con1-sec>.con-1 .img-box img {
        width: 100%;
    }
    
    .con1-sec>.con-1 .img-box img:nth-child(2) {
        margin-top: 15px;
        margin-left: 0;
    }

    .con1-sec>.con-1>p.text {
        font-size: 14px;
        font-weight: 300;
        font-family: "Noto Sans KR", sans-serif !important;
        line-height: 24px;
        color: #3f3f3f;
    }
}



/* 컨텐츠-2 */
.con2-sec {
    padding: 0px 0 50px;
}

.con2-sec>.con-1>h2 {
    font-size: 26px;
    font-weight: 500;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    margin-bottom: 40px;
}

.con2-sec>.con-1>h2::after {
    width: 33px;
    height: 3px;
    background-color: #f99d1a;
    margin-top: 10px;
}

.con2-sec>.con-1 .th {
    border-top: 1px solid #dac6ae;
    border-bottom: 1px solid #dac6ae;
    background-color: #efe6dc;
    display: flex;
    justify-content: center;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #633c10;
}

.con2-sec>.con-1 .th > span {
    width: 17.5%;
    border-left: 1px solid #dac6ae;
    text-align: center;
}

.con2-sec>.con-1 .th > span:nth-child(1) {
    width: 30%;
    border-left :0;
}

.con2-sec>.con-1 .td {
    border-bottom: 1px solid #dac6ae;
    display: flex;
    justify-content: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 300;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #3f3f3f;
}

.con2-sec>.con-1 .td > span {
    width: 17.5%;
    text-align: center;
}

.con2-sec>.con-1 .td > span:nth-child(1) {
    width: 30%;
}

.con2-sec>.con-1 .td sup {
    font-size: 12px;
}

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

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

    .con2-sec>.con-1>h2 {
        font-size: 26px;
        font-weight: 500;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #000;
        margin-bottom: 40px;
    }

    .con2-sec>.con-1>h2::after {
        width: 33px;
        height: 3px;
        background-color: #f99d1a;
        margin-top: 10px;
    }

    .con2-sec>.con-1 .th {
        border-top: 1px solid #dac6ae;
        border-bottom: 1px solid #dac6ae;
        background-color: #efe6dc;
        display: flex;
        justify-content: center;
        padding: 10px;
        font-size: 20px;
        font-weight: 500;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #633c10;
    }
    
    .con2-sec>.con-1 .th > span {
        width: 17.5%;
        border-left: 1px solid #dac6ae;
        text-align: center;
    }
    
    .con2-sec>.con-1 .th > span:nth-child(1) {
        width: 30%;
        border-left :0;
    }
    
    .con2-sec>.con-1 .td {
        border-bottom: 1px solid #dac6ae;
        display: flex;
        justify-content: center;
        padding: 10px;
        font-size: 18px;
        font-weight: 300;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #3f3f3f;
    }
    
    .con2-sec>.con-1 .td > span {
        width: 17.5%;
        text-align: center;
    }
    
    .con2-sec>.con-1 .td > span:nth-child(1) {
        width: 30%;
    }
    
    .con2-sec>.con-1 .td sup {
        font-size: 12px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    /* 컨텐츠-2 */
    .con2-sec {
        padding: 0px 20px 60px;
    }

    .con2-sec>.con-1>h2 {
        font-size: 24px;
        font-weight: 500;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #000;
        margin-bottom: 35px;
    }

    .con2-sec>.con-1 .th {
        border-top: 1px solid #dac6ae;
        border-bottom: 1px solid #dac6ae;
        background-color: #efe6dc;
        display: flex;
        justify-content: center;
        padding: 8px;
        font-size: 18px;
        font-weight: 500;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #633c10;
    }
    
    .con2-sec>.con-1 .th > span {
        width: 17.5%;
        border-left: 1px solid #dac6ae;
        text-align: center;
    }
    
    .con2-sec>.con-1 .th > span:nth-child(1) {
        width: 30%;
        border-left :0;
    }
    
    .con2-sec>.con-1 .td {
        border-bottom: 1px solid #dac6ae;
        display: flex;
        justify-content: center;
        padding: 8px;
        font-size: 16px;
        font-weight: 300;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #3f3f3f;
    }
    
    .con2-sec>.con-1 .td > span {
        width: 17.5%;
        text-align: center;
    }
    
    .con2-sec>.con-1 .td > span:nth-child(1) {
        width: 30%;
    }
    
    .con2-sec>.con-1 .td sup {
        font-size: 12px;
    }
}

@media (max-width: 767.99px) and (min-width: 576px) {

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

    .con2-sec>.con-1>h2 {
        font-size: 22px;
        font-weight: 500;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #000;
        margin-bottom: 35px;
    }

    .con2-sec>.con-1>h2::after {
        width: 33px;
        height: 3px;
        background-color: #f99d1a;
        margin-top: 10px;
    }

    .con2-sec>.con-1 .th {
        border-top: 1px solid #dac6ae;
        border-bottom: 1px solid #dac6ae;
        background-color: #efe6dc;
        display: flex;
        justify-content: center;
        padding: 7px;
        font-size: 16px;
        font-weight: 500;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #633c10;
    }
    
    .con2-sec>.con-1 .th > span {
        width: 15%;
        border-left: 1px solid #dac6ae;
        text-align: center;
    }
    
    .con2-sec>.con-1 .th > span:nth-child(1) {
        width: 30%;
        border-left :0;
    }

    .con2-sec>.con-1 .th > span:nth-child(2) {
        width: 30%;
    }
    
    .con2-sec>.con-1 .th > span:nth-child(5) {
        width: 10%;
    }
    
    .con2-sec>.con-1 .td {
        border-bottom: 1px solid #dac6ae;
        display: flex;
        justify-content: center;
        padding: 7px;
        font-size: 16px;
        font-weight: 300;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #3f3f3f;
    }
    
    .con2-sec>.con-1 .td > span {
        width: 15%;
        text-align: center;
    }
    
    .con2-sec>.con-1 .td > span:nth-child(1) {
        width: 30%;
    }

    .con2-sec>.con-1 .td > span:nth-child(2) {
        width: 30%;
    }

    .con2-sec>.con-1 .td > span:nth-child(5) {
        width: 10%;
    }
    
    .con2-sec>.con-1 .td sup {
        font-size: 12px;
    }
}

@media (max-width: 575.99px) {

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

    .con2-sec>.con-1>h2 {
        font-size: 18px;
        font-weight: 500;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #000;
        margin-bottom: 30px;
    }

    .con2-sec>.con-1>h2::after {
        width: 33px;
        height: 3px;
        background-color: #f99d1a;
        margin-top: 10px;
    }

    .con2-sec>.con-1 .th {
        border-top: 1px solid #dac6ae;
        border-bottom: 1px solid #dac6ae;
        background-color: #efe6dc;
        display: flex;
        justify-content: center;
        padding: 4px;
        font-size: 14px;
        font-weight: 500;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #633c10;
    }
    
    .con2-sec>.con-1 .th > span {
        width: 10.5%;
        border-left: 1px solid #dac6ae;
        text-align: center;
    }
    
    .con2-sec>.con-1 .th > span:nth-child(1) {
        width: 40%;
        border-left :0;
    }

    .con2-sec>.con-1 .th > span:nth-child(2) {
        width: 30%;
    }
    
    .con2-sec>.con-1 .th > span:nth-child(5) {
        width: 9%;
    }
    
    .con2-sec>.con-1 .td {
        border-bottom: 1px solid #dac6ae;
        display: flex;
        justify-content: center;
        padding: 4px;
        font-size: 13px;
        font-weight: 300;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #3f3f3f;
    }
    
    .con2-sec>.con-1 .td > span {
        width: 10.5%;
        text-align: center;
    }
    
    .con2-sec>.con-1 .td > span:nth-child(1) {
        width: 40%;
    }

    .con2-sec>.con-1 .td > span:nth-child(2) {
        width: 30%;
    }

    .con2-sec>.con-1 .td > span:nth-child(5) {
        width: 9%;
    }
    
    .con2-sec>.con-1 .td sup {
        font-size: 10px;
    }
}

