@charset "UTF-8"; /*메인*/
main .section {
    padding: 80px 0;
    position: relative;
}

.wid1280 {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

.more_plus {
    width: 23px;
    height: 23px;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px
}

.more_plus.black {
    border: 1px solid #E35007;
}

.more_plus i {
    font-size: 12px;
}

main .section.section01 {
    padding: 0;
    background: #1045A5;
    padding-top: 114px
}

main .section.section01:after {
    display: block;
    content: "";
    clear: both;
}

main .section.section01 .banner_box:after {
    display: block;
    content: "";
    clear: both;
}

main .section.section01 .main_banner {
    background: #fafafa;
    width: 100%;
    position: absolute;
    left: 0;
    overflow: hidden;
}

main .section.section01 .main_banner .banner_txt {
    position: absolute;
    z-index: 1;
    color: #fff;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    padding-top: 16%;
}

main .section.section01 .main_banner .banner_txt h2 {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 30px
}

main .section.section01 .main_banner .banner_txt p {
    font-size: 20px;
    font-weight: 300;
}

main .section.section01 .main_banner .main_b_ctrl {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: rgba(0,0,0,0.6);
    color: #fff
}

main .section.section01 .main_banner .main_b_ctrl button {
    border: 0;
    background: none;
}

main .section.section01 .main_banner .main_b_ctrl button i {
    color: #fff
}

main .section.section01 .main_banner .custom_paging {
    display: inline-block;
    font-size: 22px;
    /* font-weight: bold; */
    margin: 0 10px
}

main .section.section01 .main_banner .custom_paging li {
    display: none;
}

main .section.section01 .main_banner .custom_paging li.slick-active {
    display: block;
}

main .section.section01 .main_banner img {
    width: 100%;
}

main .section.section01 .q_box {
    float: right;
}

main .section.section01 .q_box:after {
    display: block;
    content: "";
    clear: both;
}

main .section.section01 .q_box ul {
	margin:20px 0
}

main .section.section01 .q_box ul li {
    background: #fff;
    color: #000;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
}

main .section.section01 .q_box ul li:last-child {margin-bottom:0}
main .section.section01 .q_box ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /* gap:30px; */
    flex-direction: column;
}

main .section.section01 .q_box ul li a .q_icon {
    position: relative
}

main .section.section01 .q_box ul li a:hover .q_icon:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: #ffb273c2;
    border-radius: 100%;
    position: absolute;
    top: -2px;
    right: 3px;
    transition: all .2s;
}

main .section.section01 .q_box ul li:nth-child(2) a:hover .q_icon:after {
    right: -4px
}

main .section.section01 .q_box ul li h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}

main .section.section01 .q_box ul li p {
    font-size: 16px;
    color: #797676;
    line-height: 1.3rem;
}

main .section.section01 .sch_box {
    margin: 60px 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

main .section.section01 .sch_box .go_app {
    display: flex;
    align-items: center
}

main .section.section01 .sch_box .go_app h3 {
    font-size: 1.25rem;
    line-height: 1.8rem;
    margin-right: 40px;
}

main .section.section01 .sch_box .go_app h3 span {
    display: block;
    font-weight: 400
}

main .section.section01 .sch_box .go_app ul {
    display: flex;
    gap: 20px;
}

main .section.section01 .sch_box .go_app ul li {
}

main .section.section01 .sch_box .go_app ul li a {
    display: block;
    background: #fff;
    width: 200px;
    height: 50px;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

main .section.section01 .sch_box .sch {
    width: 60%
}

main .section.section01 .sch_box .main_search {
    display: flex;
    align-items: center;
}

main .section.section01 .sch_box .main_search h2 {
    margin: 0;
    margin-right: 20px;
    font-size:1.2rem;
    width: 75px;
}

main .section.section01 .sch_box .main_search #totalSearchKeyword {
    height: 50px;
    border-radius: 100px 0px 0px 100px;
    padding: 0 20px;
    width: 80%;
    border: 0
}

main .section.section01 .sch_box .main_search button {
    height: 50px;
    border: 0;
    border-radius: 0px 100px 100px 0px;
    background: #fff;
    padding: 0 20px;
}

main .section.section01 .sch_box .main_search button i {
    color: #E96B02;
    font-size: 21px;
}

main .section.section02 {
}

main .section.section02 .tit_hd01 {
    text-align: center;
    margin-bottom: 60px;
}

main .section.section02 .tit_hd01 h2 {
    font-size: 36px;
    font-weight: 800
}

main .section.section02 .tit_hd01 h2 span {
    color: #3E7297;
}

main .section.section02 .tit_hd01 p {
    margin-top: 10px;
    font-weight: 500;
    font-size: 1.2em
}

main .section.section02 .latest_box {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: space-between;
    align-items: baseline
}

main .section.section02 .latest_box .notice {
    width: 59.77%;
    max-width: 755px;
}

main .section.section02 .latest_box .notice .tab_style01 {
    position: relative;
}

main .section.section02 .latest_box .notice .tab_style01::after {
    display: block;
    clear: both;
    content: '';
}

main .section.section02 .latest_box .notice .tab_style01 .ul_1 {
    border-bottom: 1px solid #0D2B5D
}

main .section.section02 .latest_box .notice .tab_style01 .ul_1 > li {
    display: inline-block;
}

main .section.section02 .latest_box .notice .tab_style01 .ul_2 > li {
    padding: 8px 35px;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.4s;
    border-bottom: 1px solid #CFCFCF;
}

main .section.section02 .latest_box .notice .tab_style01 .ul_2 > li a {
    display: flex;
    align-items: center;
}

main .section.section02 .latest_box .notice .tab_style01 .ul_2 > li a .la_tit {
    font-size: 18px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

main .section.section02 .latest_box .notice .tab_style01 .ul_2 > li a:hover {
    color: #0D2B5D;
}

main .section.section02 .latest_box .notice .tab_style01 > li {
    float: left;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
}

main .section.section02 .latest_box .notice .tab_style01 li .click {
    color: #000;
    background: none;
    width: 100%;
    padding: 12px 20px;
    display: block;
    position: relative;
    font-size: 20px;
    color: #454545
}

main .section.section02 .latest_box .notice .tab_style01 li.active .click {
    font-weight: 700;
    color: #000
}

main .section.section02 .latest_box .notice .tab_style01 li.active .click:after {
    display: block;
    content: "";
    width: 100%;
    background: #0D2B5D;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0
}

main .section.section02 .latest_box .notice .tab_style01 .tab_content {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    border-bottom: 1px solid #0D2B5D;
    background: #fff
}

main .section.section02 .latest_box .notice .tab_style01 li .date {
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    color: #2B6183;
    padding-right: 40px;
    margin-bottom: 0
}

main .section.section02 .latest_box .notice .tab_style01 li .year {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #797979;
    margin-top: 4px;
}

main .section.section02 .latest_box .notice .tab_style01 .lt_more {
    position: absolute;
    top: 19px;
    right: 0px;
    display: block;
    line-height: 25px;
    border-radius: 3px;
    text-align: center;
    display: flex;
    align-items: center;
    color: #E35007;
    font-size: 16px
}

main .section.section02 .latest_box .photo {
    max-width: 315px;
    border-bottom: 1px solid #0D2B5D;
    width: 53%;
}

main .section.section02 .latest_box .photo .pic_la_hd {
    display: flex;
    border-bottom: 1px solid #0D2B5D;
    padding: 0 0 7px 0;
    font-size: 20px;
    justify-content: space-between;
}

main .section.section02 .latest_box .photo .pic_la_hd h3 {
    font-weight: 600
}

main .section.section02 .latest_box .photo .pic_la_hd .pic_more {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #E35007;
}

main .section.section02 .latest_box .photo .pic_la {
    padding: 21px 0px;
}

main .section.section02 .latest_box .photo .pic_la .ul_1 {
}

main .section.section02 .latest_box .photo .pic_la .ul_1 li:nth-child(2) {
    border-top: 1px solid #CFCFCF;
    padding-top: 15px;
    margin-top: 8px;
}

main .section.section02 .latest_box .photo .pic_la .la_img {
    overflow: hidden;
    max-height: 160px;
}

main .section.section02 .latest_box .photo .pic_la .la_img img {
    width: 100%;
    height: auto;
}

main .section.section02 .latest_box .photo .pic_la .la_tit {
    padding: 10px 0 0;
    font-size: 17px
}

main .section.section02 .latest_box .photo .pic_la .la_tit h3 {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

main .section.section02 .latest_box .q_box2 {
    border: 1px solid #cfcfcf;
    border-radius: 10px;
}

main .section.section02 .latest_box .q_box2 li {
}

main .section.section02 .latest_box .q_box2 li a {
    display: block;
    text-align: center;
    padding: 22px 20px;
}

main .section.section02 .latest_box .q_box2 li a .q_icon {
    margin-bottom: 20px;
}

main .section.section03 {
    background: #0D2B5D
}

main .section.section03 .tit_hd02 {
    color: #fff
}

main .section.section03 .tit_hd02 h2 {
    display: inline-block;
    font-size: 36px;
}

main .section.section03 .tit_hd02 a {
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
}

main .section.section03 .tab_style02 {
    position: relative;
}

main .section.section03 .tab_style02 .ul_1 {
    text-align: right;
    position: relative;
}

main .section.section03 .tab_style02 .ul_1 > li {
    display: inline-block;
    text-align: right;
    padding-left: 15px;
}

main .section.section03 .tab_style02 .ul_1 > li:first-child {
    padding-left: 0
}

main .section.section03 .tab_style02 .ul_1 > li > a {
    color: #fff;
    position: relative;
    top: -27px;
}

main .section.section03 .tab_style02 .ul_1 > li > a:after {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: -11px;
    top: 50%;
    transform: translateY(-50%);
}

main .section.section03 .tab_style02 .ul_1 > li:first-child a:after {
    display: none;
}

main .section.section03 .tab_style02 .ul_1 > li.active a {
    font-weight: 600;
}

main .section.section03 .tab_style02 .tab_content {
    /*position: absolute;*/
    width: 100%;
    left: 0;
    top: 51px;
    width: 100%;
    text-align: left;
}

main .section.section03 .tab_style02 .tab_content .ul_2 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

main .section.section03 .tab_style02 .tab_content .ul_2 > li {
    background: #fff;
    width: calc(33.33% - 15px);
}

main .section.section03 .tab_style02 .tab_content .ul_2 > li a {
    display: block;
    padding: 25px;
}

main .section.section03 .tab_style02 .tab_content .ul_2 > li .cate_hd {
    margin-bottom: 20px;
}

main .section.section03 .tab_style02 .tab_content .ul_2 > li .cate_hd span {
    background: #E6E6E6;
    border-radius: 50px;
    font-size: 14px;
    display: inline-block;
    padding: 5px 20px;
    margin-right: 8px
}

main .section.section03 .tab_style02 .tab_content .ul_2 > li .cate_hd span.end {
    background: #7e7e7e;
    color: #fff;
}

main .section.section03 .tab_style02 .tab_content .ul_2 > li .cate_hd span.ing {
    background: #B5454C;
    color: #fff;
}
main .section.section03 .tab_style02 .tab_content .ul_2 > li .cate_hd span.before {
    background: #337ab7;
    color: #fff;
}

main .section.section03 .tab_style02 .tab_content .ul_2 > li h2 {
    font-size: 1.2rem;
    height: 46px;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 800
}

main .section.section03 .tab_style02 .tab_content .ul_2 > li .date {
    font-size: 14px;
    margin-top: 30px;
    font-weight: 500
}

main .section.section04 {
    background: #EEF5FF;
}

main .section.section04 .top_con {
    display: flex;
    margin-bottom: 60px;
}

main .section.section04 .top_con ul.q_zone {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding-right: 20px;
    width: 55%
}

main .section.section04 .top_con ul.q_zone li {
    flex: 1 1 48%;
    height: 48%;
}

main .section.section04 .top_con ul.q_zone li img {
    margin: 0 auto;
    display: block;
}

main .section.section04 .top_con ul.q_zone li a {
    display: block;
    padding: 20px 40px;
    font-size: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

main .section.section04 .top_con ul.q_zone li:nth-child(1) a {
    background: #A6B9FE
}

main .section.section04 .top_con ul.q_zone li:nth-child(2) a {
    background: #4C6FE5
}

main .section.section04 .top_con ul.q_zone li:nth-child(3) a {
    background: #748EFF
}

main .section.section04 .top_con ul.q_zone li:nth-child(4) a {
    background: #0143B1
}

main .section.section04 .popup_zon {
    background: #010A67;
    padding: 20px;
    width: 47%
}

main .section.section04 .popup_zon .pop_hd {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

main .section.section04 .popup_zon .pop_hd h3 {
    color: #fff;
    font-weight: 500;
    font-size: 26px;
}

main .section.section04 .popup_zon .pop_ctrl button {
    background: transparent;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin: 0 5px;
}

main .section.section04 .popup_zon .pop_ctrl button:hover {
    background: rgba(0,0,0,.2)
}

main .section.section04 .popup_zon .pop_ctrl button i {
    color: #fff
}

main .section.section04 .popup_zon .pop_ctrl button:nth-child(2) i {
    font-size: 14px
}

main .section.section04 .popup_zon .slide_pop {
    padding: 0;
}

main .section.section04 .bot_con {
    position: relative
}

main .section.section04 .bot_con .slide_link {
    display: flex;
    gap: 20px;
}

main .section.section04 .bot_con .slide_link li {
    flex: 1 1 25%;
    text-align: center;
    background: #fff;
    border: 1px solid #cfcfcf;
    padding: 20px;
    position: relative;
    transition: .3s;
}

main .section.section04 .bot_con .slide_link li > * {
    position: relative;
    z-index: 1;
}

main .section.section04 .bot_con .slide_link li .icon {
    /*background: #fff;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100%;*/
    margin-bottom: 30px;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}

main .section.section04 .bot_con .slide_link li .icon img {
	width:90px
}

main .section.section04 .bot_con .slide_link li h4 {
    font-size: 22px;
    margin-bottom: 0px;
}

main .section.section04 .bot_con .slide_link li p {
    font-size: 17px;
    word-break: keep-all;
}

main .section.section04 .bot_con .slide_link li:hover {
    color: #fff;
    transition: .3s;
}

main .section.section04 .bot_con .slide_link li:hover .icon {
	opacity:0;
}

main .section.section04 .bot_con .slide_link li:hover a {
    color: #fff;
}

main .section.section04 .bot_con .slide_link li:hover:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    z-index: 0
}

main .section.section04 .bot_con .slide_link li:nth-child(1):hover {
    background: url('/template/resources/images/theme/base/site_back.jpg') no-repeat center;
}

main .section.section04 .bot_con .slide_link li:nth-child(2):hover {
    background: url('/template/resources/images/theme/base/site_back2.jpg') no-repeat center;
}

main .section.section04 .bot_con .slide_link li:nth-child(3):hover {
    background: url('/template/resources/images/theme/base/site_back3.jpg') no-repeat center;
}

main .section.section04 .bot_con .slide_link li:nth-child(4):hover {
    background: url('/template/resources/images/theme/base/site_back4.jpg') no-repeat center;
}

main .section.section04 .bot_con .slide_link li:nth-child(4):hover {
    background: url('/template/resources/images/theme/base/site_back5.jpg') no-repeat center;
}

main .section.section04 .bot_con .slide_link li:nth-child(4):hover {
    background: url('/template/resources/images/theme/base/site_back6.jpg') no-repeat center;
}


@media (max-width: 1280px) {
    main .section {
        padding:60px 20px;
    }
}

@media (max-width: 991px) {
    main .section.section01 {
        padding-top:85px;
    }

    main .section.section01 .q_box {
        float: unset;
        padding: 0 20px;
    }

    main .section.section01 .main_banner {
        position: relative;
        margin-bottom: 40px;
    }

	main .section.section01 .q_box ul li a {
	 margin:20px 0
	}

    main .section.section01 .q_box ul {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    main .section.section01 .q_box ul li {
        width: clac(25% - 20px);
        margin-bottom: 0;
    }

    main .section.section01 .sch_box {
        margin: 30px 0 0;
        align-items: center;
        /* flex-direction: column; */
    }

    main .section.section01 .sch_box .go_app {
        margin-bottom: 20px;
    }

    main .section.section01 .sch_box .sch {
        margin-bottom: 30px;
        width:80%
    }

    main .section.section02 .latest_box {
        flex-wrap: wrap;
    }

    main .section.section02 .latest_box .notice {
    }

    main .section.section02 .latest_box .q_box2 {
        display: flex;
        flex: 1 1;
        justify-content: space-between;
    }

    main .section.section03 .tab_style02 .tab_content .ul_2 > li {
        width: calc(50% - 10px);
    }

    main .section.section04 .top_con {
        flex-direction: column;
        flex-wrap: wrap;
    }

    main .section.section04 .top_con ul.q_zone {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    main .section.section04 .popup_zon {
        width: 100%;
    }

    main .section.section04 .popup_zon img {
        width: 100%;
    }

    main .section.section04 .bot_con .slide_link {
        flex-wrap: wrap;
    }

    main .section.section04 .bot_con .slide_link li {
        flex: 1 1 48%
    }
}

@media (max-width: 850px) {
    main .section.section02 .latest_box .notice,main .section.section02 .latest_box .photo {
        width: 100%;
        max-width: none;
    }

    main .section.section02 .latest_box .photo .pic_la .ul_1 {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

    main .section.section02 .latest_box .photo .pic_la .la_img {
        max-height: none;
    }

    main .section.section02 .latest_box .photo .pic_la .ul_1 li:nth-child(2) {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    }
}

@media (max-width: 768px) {
    main .section.section01 .main_banner .banner_txt h2 {
        font-size:38px
    }
    
    main .section.section01 .q_box ul li a {
		flex-direction: row;
	}
    

    main .section.section01 .q_box ul li {
        margin-bottom: 0
    }

    main .section.section01 .q_box ul li {
        width: calc(50% - 20px);
    }

    main .section.section01 .sch_box .go_app {
        flex-direction: column;
        text-align: center;
    }

    main .section.section01 .sch_box .main_search h2 {
        display: none;
    }

    main .section.section01 .sch_box .go_app h3 {
        margin-right: 0;
    }

    main .section.section02 .tit_hd01 {
        margin-bottom: 30px
    }

    main .section.section02 .tit_hd01 h2,main .section.section03 .tit_hd02 h2 {
        font-size: 30px;
    }

    main .section.section02 .tit_hd01 p {
        font-size: 1.1em;
    }

    main .section.section03 .tab_style02 .ul_1 {
        margin-top: 20px
    }

    main .section.section03 .tab_style02 .ul_1 > li > a {
        top: 0;
    }

    main .section.section03 .tab_style02 .tab_content .ul_2 > li {
        width: 100%;
    }
}

@media (max-width: 620px) {
    main .section.section01 .main_banner .main_b_ctrl {
        padding:10px;
    }

    main .section.section01 .main_banner .banner_txt h2 {
        font-size: 23px
    }

    main .section.section01 .main_banner .banner_txt h2 {
        margin-bottom: 10px;
    }

    main .section.section01 .main_banner .custom_paging {
        font-size: 18px;
    }

    main .section.section01 .sch_box .go_app h3 {
        display: none
    }

    main .section.section02 .latest_box .notice .tab_style01 li .click {
        font-size: 16px;
        padding: 5px;
    }

    main .section.section02 .latest_box .notice .tab_style01 .ul_2 > li a .la_tit {
        font-size: 16px
    }

    main .section.section04 .top_con ul.q_zone li a {
        font-size: 20px
    }

    main .section.section01 .sch_box .main_search #totalSearchKeyword {
        width: calc(100% - 61px);
        min-width: auto;
    }

    main .section.section02 .latest_box .notice .tab_style01 .lt_more {
        font-size: 14px;
        top: 6px
    }

    .more_plus i {
        font-size: 11px
    }

    main .section.section01 .sch_box .go_app ul li a {
        width: 150px;
    }

    main .section.section02 .latest_box .notice .tab_style01 li .date {
        padding-right: 20px
    }

    main .section.section02 .latest_box .notice .tab_style01 .ul_2 > li {
        padding: 8px 10px
    }

    main .section.section02 .latest_box .photo .pic_la .ul_1 li {
        width: calc(50% - 10px);
    }

    main .section.section02 .latest_box .q_box2 {
        flex-wrap: wrap
    }

    main .section.section02 .latest_box .q_box2 li {
        width: 50%;
    }

    main .section.section02 .latest_box .photo {
        margin-top: 20px;
    }

    main .section.section02 .latest_box .photo .pic_la .la_tit h3 {
        font-size: 15px;
    }
}

@media (max-width: 420px) {
	main .section.section01 .q_box ul li a {
		justify-content: center;
		flex-direction: column;
	}

}
/*# sourceMappingURL=../maps/theme/base.css.map */
