#sub_intro {
    width: 100%;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 90px;
    box-sizing: border-box;
}

#sub_intro p {
    font-size: 48px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
    text-align: center;
}

#sub_intro p span {
    font-size: 16px;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    letter-spacing: 5px;
    margin-right: -5px;
    display: block;
    margin-bottom: 5px;
}

#sub_content {
    width: 100%;
    padding-bottom: 200px;
}


/* sub1_1 */
.sub1_intro {
    background-image: url(../images/sub1_intro.jpg);
}

.sub1_1_section {
    width: 100%;
    padding-top: 100px;
}

.sub1_1_section .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.sec1_1_img {
    width: 390px;
}

.sec1_1_img img {
    width: 100%;
}

.sec1_1_text {
    width: 62%;
}

.bold_text {
    width: 100%;
}

.bold_text>span {
    font-size: 16px;
    color: #1c2b55;
    letter-spacing: 3px;
    font-family: 'Pretendard-Regular', sans-serif;
    display: block;
    margin-bottom: 7px;
}

.bold_text p {
    font-size: 32px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    line-height: 43px;
}

.bold_text p span {
    color: #1c2b55;
}

.bar2 {
    width: 70px;
    height: 2px;
    background-color: #1c2b55;
    margin: 35px 0;
}

.normal_text {
    width: 100%;
    font-size: 20px;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 33px;
}

.normal_text span {
    font-size: 24px;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-left: 10px;
}


/* sub1_2 */
.sub1_2_section {
    width: 100%;
    padding-top: 100px;
}

.sub1_2_section .center {
    margin-top: 60px;
}

.sub1_2_section ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sub1_2_section ul li {
    display: flex;
    align-items: center;
}

.sub1_2_section ul li i {
    color: #cba259;
    font-size: 30px;
    font-weight: bold;
    margin-right: 10px;
}

.sub1_2_section ul li p {
    font-size: 20px;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 28px;
}

.sub1_2_section ul li p span {
    font-family: 'Pretendard-Regular', sans-serif;
    margin-left: 10px;
}

.map_box {
    width: 100%;
    height: 450px;
    margin-top: 20px;
}

.root_daum_roughmap {
    width: 100% !important;
    height: 100% !important;
}

.wrap_map {
    width: 100%;
    height: 100% !important;
}


/* sub2 */
.sub2_intro {
    background-image: url(../images/sub2_intro.jpg)
}

.sub2_tab {
    width: 100%;
    height: 70px;
    margin: -35px auto 0;
    top: 125px;
}

.sub2_tab.sticky {
    position: fixed;
    z-index: 9;
}

.sub2_tab.sticky ul {
    width: 100%;
}

.sub2_tab ul {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    box-sizing: border-box;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
    background-color: #1c2b55;
    transition: width .5s;
}

.sub2_tab ul li {
    width: 240px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.sub2_tab ul li:last-child {
    border-right: 0;
}

.sub2_tab ul li a {
    font-size: 20px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.sub2_section {
    width: 100%;
}

#sec1,
#sec2,
#sec3,
#sec4,
#sec5 {
    width: 100%;
    padding-top: 200px;
}

.sub_sectitle {
    width: 100%;
    text-align: center;
}

.sub_sectitle p {
    font-size: 38px;
    font-family: 'Pretendard-Bold', sans-serif;
    margin-top: 5px;
}

.sub_sectitle span {
    display: block;
    font-size: 18px;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 25px;
    margin-top: 10px;
}

ul.sub2_ul {
    width: 1000px;
    margin: 60px auto 0;
}

ul.sub2_ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

ul.sub2_ul li:last-child {
    margin-bottom: 0;
}

ul.sub2_ul li:nth-child(2n) {
    flex-direction: row-reverse;
}

.thumb {
    width: 430px;
}

.thumb img {
    width: 100%;
}

.thumb_text {
    width: 50%;
}

.thumb_text>p {
    position: relative;
    font-size: 22px;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-bottom: 20px;
}

ul.sub2_ul li:nth-child(2n) .thumb_text>p {
    text-align: right;
}

.thumb_text>p span {
    position: absolute;
    font-size: 50px;
    color: rgba(203, 162, 89, 0.25);
    font-family: 'Pretendard-Bold', sans-serif;
    top: -35px;
    left: -10px;
    z-index: -1;
}

ul.sub2_ul li:nth-child(2n) .thumb_text>p span {
    left: initial;
    right: -10px;
}

.tt {
    width: 100%;
    display: flex;
    align-items: baseline;
}

ul.sub2_ul li:nth-child(2n) .tt {
    flex-direction: row-reverse;
}

ul.sub2_ul li:nth-child(2n) .tt span {
    margin: 0 0 0 5px;
}

.tt span {
    color: #1c2b55;
    font-size: 22px;
    display: block;
    margin-right: 5px;
    line-height: 20px;
}

.tt p {
    font-size: 16px;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 25px;
    width: 85%;
}

ul.sub2_ul li:nth-child(2n) .tt p {
    text-align: right;
}

ul.sub2_ul2 {
    width: 1000px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}

ul.sub2_ul2 li {
    text-align: center;
}


ul.sub2_ul2 li p {
    font-size: 22px;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-top: 10px;
}

ul.sub2_ul2 li p span {
    display: block;
    font-size: 18px;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 25px;
    margin-top: 20px;
}

#sec4 .center>p {
    text-align: center;
    font-size: 22px;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-top: 50px;
}

ul.sub2_ul3 {
    width: 100%;
    display: inline-block;
}

ul.sub2_ul3 li {
    width: 32%;
    height: 181px;
    float: left;
    margin-right: 2%;
    margin-top: 25px;
    background-image: url(../images/box_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer;
}

ul.sub2_ul3 li:nth-child(3n) {
    margin-right: 0;
}

ul.sub2_ul3 li>p {
    font-size: 22px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 30px;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.hover_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/box_bg_hover.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    opacity: 0;
    transition: opacity .5s;
}

.hover_box .tt p {
    word-break: keep-all;
    font-size: 18px;
    width: 95%;
}

ul.sub2_ul3 li:hover .hover_box {
    opacity: 1;
}

.sec4_2 {
    width: 100%;
    background-color: rgba(28, 43, 85, 0.03);
    padding: 80px 0;
    margin-top: 80px;
}

.sec4_2 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sec4_2 ul li {
    width: 19%;
}

.thumb2 {
    width: 100%;
}

.thumb2 img {
    display: block;
}

.thumb2 img:first-child {
    margin-left: 15px;
}

.thumb2 img:nth-child(2) {
    margin: -15px 0 25px;
}

.thumb2 p {
    text-align: center;
    font-size: 22px;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-bottom: 20px;
}

.thumb2 p span {
    display: block;
    font-size: 16px;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 10px;
}

.sec4_2 ul li .tt p {
    word-break: keep-all;
}


/* sub3 */
.sub3_intro {
    background-image: url(../images/sub3_intro.jpg);
}

.sub3_section {
    width: 100%;
    padding-top: 100px;
}

.sub3_tab {
    width: 100%;
}

.sub3_tab ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sub3_tab ul li {
    font-size: 18px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
    padding-bottom: 3px;
    margin-right: 35px;
    cursor: pointer;
}

.sub3_tab ul li:last-child {
    margin-right: 0;
}

.sub3_tab ul li.tab_on {
    color: #1c2b55;
    font-family: 'Pretendard-Medium', sans-serif;
    border-bottom: 2px solid #1c2b55;
}

.total_search {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
}

.total_search p {
    font-size: 16px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
}

.total_search p span {
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.search_sec {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.select_box {
    width: 100px;
    height: 40px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-right: 10px;
    position: relative;
}

.select_box i {
    color: #666;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.select_box select {
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.search_sec input[type='text'] {
    width: 300px;
    height: 40px;
    border: 1px solid #ccc;
    margin-right: 10px;
}

.search_sec input[type='text']::placeholder {
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.search_sec input[type='text']:-ms-input-placeholder {
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.search_sec input[type='button'] {
    width: 90px;
    height: 40px;
    border: 0;
    background-color: #1c2b55;
    color: #fff;
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.sub3_section table {
    width: 100%;
    border-top: 2px solid #cba259;
    margin-top: 30px;
    border-collapse: collapse;
}

.sub3_section table th {
    padding: 10px 0;
    font-size: 20px;
    font-family: 'Pretendard-Medium', sans-serif;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
}

.sub3_section table td {
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
}

.sub3_section table td:first-child,
.sub3_section table td:last-child {
    font-size: 16px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
    text-align: center;
}

.sub3_section table td:nth-child(2) {
    font-size: 18px;
    font-family: 'Pretendard-Regular', sans-serif;
    text-align: center;
}

.sub3_section table td:nth-child(3) {
    font-size: 18px;
    font-family: 'Pretendard-Regular', sans-serif;
    cursor: pointer;
}

.sub3_section table td:nth-child(3):hover{
    text-decoration: underline 1px #333;
}

.page_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.page_btn a {
    font-size: 16px;
    color: #333;
    font-family: 'Pretendard-Medium', sans-serif;
    margin: 0 15px;
}

.page_btn a.pg_num {
    width: 40px;
    height: 40px;
    background-color: #1c2b55;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}


/* sub3_d */
.sub3_d_section {
    width: 100%;
    padding-top: 100px;
}

.sub3_d_section table {
    width: 100%;
    border-top: 2px solid #cba259;
    border-collapse: collapse;
}

.sub3_d_section table th {
    padding: 15px 20px;
    box-sizing: border-box;
    word-break: keep-all;
    font-size: 22px;
    font-family: 'Pretendard-Medium', sans-serif;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
}

.category {
    width: 90px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    background-color: #1c2b55;
    margin: 0 auto 20px;
}

.sub3_d_section table td {
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

.ud {
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
}

.d_con {
    width: 100%;
    padding: 30px 0 100px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 30px;
}

.back_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.back_btn a {
    width: 200px;
    height: 50px;
    background-color: #1c2b55;
    font-size: 18px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* sub4 */
.sub4_intro {
    background-image: url(../images/sub4_intro.jpg);
}

.sub4_section {
    width: 100%;
    padding-top: 100px;
}

ul.sub4_ul {
    width: 100%;
    margin-top: 30px;
    border-top: 2px solid #cba259;
}

ul.sub4_ul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 25px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.thumbnail {
    width: 250px;
    height: 180px;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.view_text {
    width: 75%;
}

.v1 {
    width: 100%;
    display: flex;
    align-items: center;
}

.v1 .category {
    margin: 0 15px 0 0;
}

.v1 p {
    font-size: 20px;
    font-family: 'Pretendard-Light', sans-serif;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.v2 {
    width: 100%;
    margin: 20px 0;
    font-size: 16px;
    color: #666;
    line-height: 25px;
    font-family: 'Pretendard-Light', sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.view_text .upload{
    color: #666;
}

ul.sub4_ul li:hover .v1 p{
    text-decoration: underline 1px;
}


/* sub4_d */
td.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.uv{
    font-size: 16px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
}

.d_con img{
    max-width: 100%;
    margin-bottom: 50px;
    display: block;
}

td.file_td{
    padding: 15px 20px !important;
    background-color: rgba(28, 43, 85, 0.05);
    border: 0 !important;
}

.file{
    width: 100%;
    font-size: 18px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.file a{
    font-size: 16px;
    color: #333;
    font-family: 'Pretendard-Light', sans-serif;
    margin-left: 10px;
}

.file a:hover{
    text-decoration: underline 1px;
}
