@charset "utf-8";

/* 메인비주얼 */

.main_header_margin #header {
    margin-bottom: 72px;
}


/* .text-middle-line:before {
    border-bottom: 1px solid;
    position: absolute;
    content: "";
    width: 20%;
    top: 53%;
    left: 70%;
    opacity: 0.35;
}  */

.br_1080 {
    display: none;
}

@media all and (max-width:1080px) {
    .br_1080 {
        display: block;
    }

}



@media all and (max-width:487px) {
    .footer-logo {
        padding-left: 30px;
    }
}

.icon-lightbulb:before {
    content: url('/img/main_icon01.png')
}

.icon-globe:before {
    content: url('/img/main_icon02.png')
}

.icon-paintbrush:before {
    content: url('/img/main_icon03.png')
}

.relative_custom {
    position: relative;
}

.relative_custom:before {
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    left: -5%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #053679;

}

.row_title_box h2 {
    color: #163E64;

    text-align: center;

    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.br_pc_only {
    display: block;
}


@media all and (max-width:991px) {
    .relative_custom:before {
        display: none;
    }
}


@media all and (max-width:800px) {
    .br_pc_only {
        display: none;
    }
}

.list-style-5 li:before {
    content: '·';
    /* font-size: 50px; */
}

.list-style-5 li {
    border-bottom: none;
}

.pro_custom li {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
}

.pro_tit_blue_custom {
    color: #053679;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.profess_tab_color_custom .tab-content p {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    padding-left: 20px;
    /* 155.556% */
}

.profess_tab_color_custom .tab-content p::after {
    content: 'ㆍ';
    position: absolute;
    left: 0;
    top: 0;
}

.public_box {
    width: 100%;

    display: flex;
    border-top: 2px solid #012169;

    position: relative;

}

.public_box_left {
    width: 70%;

}

.public_box_right {

    background-color: #012169;

    color: #fff;
    display: flex;
    align-items: center;
    /* position: absolute;
    right: 0;
    top: 0; */

    /* height: 100%; */
    z-index: -1;
    width: 30%;
    padding: 10px;
    border-bottom: 1px solid #fff;
}





.public_box_right p {
    margin-bottom: 0;

}

.pub_row_txt {
    display: flex;
    gap: 20px;
    /* width: calc(100% - 150px); */
    width: 100%;
    padding: 10px;
    align-items: center;
    font-size: 17px;
}

.pub_row {
    border-bottom: 1px solid #dddddd;
    display: flex;
    height: 100%;
    min-height: 70px;
}

.pub_row_year {
    color: #053679;
    
    font-weight: 600;
    font-size: 24px;
margin-top:10px;
}

.programCon_Custom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 130px 0;
}

.programCon_Custom .gal_wrap ul li a .part_img img {
    height: 100%;
    object-fit: cover;
    max-width: none;
}

@media all and (max-width:1400px) {
    .programCon_Custom {
        width: 93.75%;
    }
}

@media all and (max-width:1000px) {
    .programCon_Custom .program_search {
        display: flex;
    }

    .programCon_Custom .program_search>span {
        margin-top: 0;
        width: 70%;
    }

    .programCon_Custom .program_search input[type="text"] {
        width: calc(100% - 115px);
    }


    /* .public_box_right {
        width: 100px;
    } */

    .pub_row_txt {

        width: 100%;
    }


}

@media all and (max-width:640px) {
    .programCon_Custom .program_search input[type="text"] {
        width: calc(100% - 110px);
    }

    .d-block.text-white-2.margin-10px-bottom.alt-font {
        font-size: 16px !important;
    }
}

.programCon_Custom .gal_wrap ul li .txt{min-height: auto; height: auto;}
.programCon_Custom .gal_wrap ul li .up_type{min-height: auto;}


/* l타입 수정 */

.program_table table tr td p,
.passwordCon li dl dd,
.loginCon li dl dd,
.loginCon li dl,
.findCon,
.readEdit p,
.secedeCon li dl dd,
.gal_wrap ul {
    margin-bottom: 0;
}

.program_table table tr th,
.readBottom table tr th,
.commuting_wrap .c_table.schedule_table table th {
    text-align: center;
}

.program_search select,
.writeForm table tr td select {
    border-color: #dedede;
    border-radius: 0;
}

.faq_tab,
.gal_wrap ul,
.commuting_wrap .c_table.schedule_table td ul,
.bna_wrap ul,
.card_type ul,
.comi_list ul {
    padding-left: 0;
}

a:not(.btn):hover {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: inherit;
}

.writeForm table tr td input[type="file"] {
    line-height: normal;
}

.writeForm>table>tbody>tr>th label {
    font-weight: 700;
}

.program_table table tr td p,
.readBottom table tr {
    font-size: 14px;
}


.programCon_Custom select {
    margin-bottom: 0;
    width: unset;
}

.programCon_Custom input {
    margin-bottom: 0;
}

.blog-post-style7:hover {
    background-color: #012169 !important;
}

.navbar-nav>li.dropdown>.fas {
    transform: rotate(-90deg);
}

nav.navbar.bootsnav .navbar-nav li>a {
    display: block;
    position: relative;
    z-index: 2;
}

.team-image {
    text-align: center;
}


/* research */

.res_top_txt {
    border-top: 2px solid #222;
    border-bottom: 1px solid #d9d9d9;
    padding: 40px 0;
    text-align: center;
}


.res_top_txt h2 {
    color: #333;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin: 0;
}

.res_top_txt p {
    color: #444;
    margin: 0;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 150%;
margin-top: 10px;
}


.res_center_txt {

    border-bottom: 1px solid #d9d9d9;
    padding: 40px 0;
}


.res_center_txt b,
.res_img_txt p  {
    color: #444;
    margin: 0;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 150%;
margin-top: 10px;
}
.res_center_txt p {
    color: #666;
    margin: 0;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 155.556%;
margin-top: 10px;
}

.res_bottom_img_box {
    border-bottom: 1px solid #d9d9d9;
    padding: 40px 0;    
}
.res_bottom_img {
    display: flex;    
    justify-content: center;
    gap: 20px;
}

.res_bottom_img .img {
    max-width: 600px;
    flex: 1;
    aspect-ratio: 1/0.45;
}
.res_bottom_img .img img {
    width: 100%;
    height: 100%;
}
.res_img_txt p {
    text-align: center;
}

@media all and (max-width:1140px) {
    .res_bottom_img {
        flex-wrap: wrap;
    }   
    .res_bottom_img .img {
        flex: unset;
        width: 100%;
    }
}


.swiper-pagination { text-align:left; }

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {left: 7%;}

.swiper-pagination-square .swiper-pagination-bullet {
    height: 20px; width:20px; border-radius:50%;}

.swiper-pagination-white .swiper-pagination-bullet-active {
border-radius:3px !important; height: 18px; width:37px;
}

.MsoNormal {margin:0 0 5px;}
.team-style-1 figure figcaption {min-height:100px;}

.team-member-position span {font-size:14px;}