#header header .navigation .navigation_menus .navigation_menu > ul > li:hover a{
    font-weight: bold;
}
#header header .gnb_box .gnb .sign_in:hover{
    color: #00c0f2;
}

/* Notice Sub Header */
.sub_header::before{
    content: "";
    width: 100%;
    height: 296px;
    background:#000;
    position:absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}
.sub_header{
    width: 100%;
    height: 296px;
    background:url('/img/notice/sub_bg.png') no-repeat;
    background-size: cover;
    position:relative;
}
.sub_header::after{
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #2af598 0%, #08aeea 30%, #009efd 52%, #0ab3e5 73%, #2af598 100%);
    position: relative;
    top: 53px;
}
.sub_header h2,
.sub_header span{
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    position: relative;
}
.sub_header h2{
    padding: 146px 0 24px;

    font-size: 34px;
    font-weight: bold;
    line-height: 1.35;
}
.sub_header span{
    display: block;

    font-size: 18px;
    line-height: 1.33;
}

/* Notice Sub Footer */
.sub_footer::before{
    content: "";
    display: block;
    width: 100%;
    height: 162.08px;
    background:#000;
    position:absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
}
.sub_footer{
    width: 100%;
    height: 162.08px;
    background:url('/img/notice/sub_bg_bottom.png') no-repeat;
    background-size: cover;
    position:relative;
}
.sub_footer>footer{
    position: relative;
}
.sub_footer.on {
    position: absolute;
    top: auto;
    bottom: 350px;
}

/* Notice List */

.notice_search_bar>form{
    width: 360px;
    height: 40px;
    margin: 80px 0 40px;
    border-radius: 24px;

    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notice_search_bar input:checked .notice_search{
    display: block;
}
.notice_search label{
    display: block;
    width: 114px;
    height: 40px;
    padding-left: 16px;
    padding-right: 8px;
    font-size: 13px;

    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: 40px;
    text-align: left;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-sizing: border-box;
    border: solid 1px #fff;
    cursor: pointer;
    background: url('/img/notice/icon_search_down.svg') no-repeat 92% center;
}
#onpenBtn{
    display: none;
}
#openBtn:checked ~ .notice_search_list{
    display: block;
}
.notice_search label[for=openBtn]:hover {
    border: solid 1px #2980f2;
    background: url('/img/notice/icon_search_down_hover.svg') no-repeat 92% center;
}
#openBtn:checked ~ label{
    background: url('/img/notice/icon_search_up.svg') no-repeat 92% center;
}
.notice_search_list{

    top: 41px;
    z-index: 1;
    width: 114px;
    height: 96px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    display: none;
}
.notice_search_list li{
    height: 32px;
    line-height: 32px;
    padding-left: 16px;
}
.notice_search_list li:hover{
    background: #ebedee;
}
.notice_search_bar li{
    height: 32px !important;
    font-size: 13px !important;
    color: rgba(0, 0, 0, 0.95) !important;
    line-height: 32px !important;
}
.notice_search_bar>form>input{
    width: 202px;
    height: 40px;
    padding-left: 8px;
    border: none;
    box-sizing: border-box;
}
.notice_search_bar>form>button{
    width: 32px;
    height: 32px;
    margin-right: 4px;
    background-image: linear-gradient(129deg, #08aeea 11%, #2af598 102%);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}
.notice_search_bar>form>button:hover{
    background-image: linear-gradient(146deg, #009efd 13%, #157b4c 87%);
}
.notice_search_bar>form>button:after{
    content: '';
    width: 32px;
    height: 32px;
    background: url(/img/notice/icon_search.svg) no-repeat;
    position: absolute;
    left: 4px;
    top: 8px;
}
.notice_search_bar_result{
    width: calc(100%  + 48px );
    height: 40px;
    margin-top: 24px;
    margin-left: -24px;

    margin-bottom: 24px;
    background: #ebedee;
    font-size: 11px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.95);
}
.notice_search_bar_result .txt{
    width:  100%;
    margin: 0 auto;
    line-height: 40px;
    position: relative;
}
.notice_search_bar_result .txt::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 11px;
    background: url('/img/notice/icon_search_result.png') center no-repeat;
    background-size: 13px 13px;
    position: relative;
    top: 8px;
}
.notice_search_bar_result .close{
    width: 16px;
    height: 16px;
    background: url('/img/notice/icon_search_close.svg') no-repeat;
    position:absolute;
    right: 0;
    top: 12px;
    cursor: pointer;
}
.notice_search_bar_result .close:hover,
.notice_search_bar_result .close:checked{
    background: url('/img/notice/icon_search_close_hover.svg') no-repeat;
}
.notice_search_bar_result .option{
    color: #f24949;
}
.notice_list_thumb_wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.notice_list_thumb:nth-child(3n-1) {
    margin-left: 0px;
    margin-right: 0px;
}

.notice_list_thumb{

    width: 414px;
    height: 326px;
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
    background: #FCFCFD;
    border: 1px solid #D0D5DD;
    border-radius: 10px;

}
.notice_list_thumb:hover img{
    transform:scale(1.1);
    transition: 0.5s;
}
.img_wrap{
    max-height: 221px;
    overflow: hidden;
}
.notice_list_thumb:hover .title{
    color: #2980f2;
}
div[class^=notice_list_thumb_img]{
    width: 392px;
    height: 221px;
    background-size: 100%;
    background-position: center;
}
.notice_list_thumb_img_001{
    width: 414px;
    height: 190px;

}

.notice_list_thumb .title{
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    /*white-space: nowrap;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    margin: 12px 0;

    font-size: 16px;
    font-weight: bold;
}
.notice_view_wrap .title .sort{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    max-width: 76px;
    height: 26px;
    padding: 4px;
    margin-left: 30px;
    color: #2980f2;
    text-align: center;
    background-color: #ebedee;
}
.notice_list_thumb .sort.trust{ background-color: #284785;}.
                                                           .notice_list_thumb .sort.pylon{ background-color: #00ac94;}
.notice_list_thumb .sort.shop{ background-color: #00c0f2;}
.notice_list_thumb .date,
.notice_list_thumb .view
{
    font-size: 12px;
    color: #667085;
}

.notice_list_thumb .view{
    margin-left: 18px;
    float: right;
    display: flex;
    align-items: center;
}

.notice_btn_write{
    width: 60px;
    height: 60px;
    border-radius: 24px;
    background-image: linear-gradient(135deg, #08aeea, #005bea 100%);
    position: fixed;
    top: 870px;
    right: 40px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    cursor: pointer;
}
.notice_btn_write:hover{
    background-image: linear-gradient(135deg, #005bea, #002e75 100%);
}
.notice_btn_write::after{
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url(/img/notice/icon_btn_write.svg) no-repeat center;
}
.notice_btn_write.on{
    position: absolute;
    top: auto;
    bottom: 0px;
}

/* Notice View*/
.notice_view_wrap{
    width: 1240px;
    margin: 0 auto;
}
.notice_view_wrap .title{
    word-break: break-all;
    padding-bottom: 23px;
    margin-top: 80px;
    margin-bottom: 26px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.notice_view_wrap .title::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #2af598 0%, #08aeea 30%, #009efd 52%, #0ab3e5 73%, #2af598 100%);
    position: absolute;
    bottom: 0px;
}
.notice_view_wrap .title h3{

    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.34;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.95);
}
.notice_view_wrap .notice_list_thumb{
    width: auto;
    cursor: auto;
    margin-bottom: 30px;
}
.notice_view_wrap .notice_list_thumb .date{
    margin-left: 0;

    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.95);
}
.notice_view_wrap .notice_list_thumb .time{
    margin-right: 8px;

    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.95);
}
.notice_view_wrap .notice_list_thumb .view{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.95);
    margin-left: 18px;
}
.text_wrap::after{
    content: '';
    display: block;
    width: 1240px;
    height: 1px;
    opacity: 0.5;
    background-image: linear-gradient(to right, #2af598 0%, #08aeea 30%, #009efd 52%, #0ab3e5 73%, #2af598 100%);
}
.text_wrap .text_img{
    width: 100%;
    height: auto;
    margin-bottom: 14px;
}
.text_wrap .text_box > p{

    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.95);
}
.share_link {
    width: 100%;
    padding: 80px 0 56px;
    text-align: center;
    position: relative;
}
.share_link input[name=share_link_txt]{
    display: none;
}
.share_link label[for=share_link_txt]{

    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #00c0f2;
    border-bottom: 1px solid #00c0f2;
    cursor: pointer;
}
.share_link label[for=share_link_txt]:hover{
    color: #2980f2;
    border-bottom: 1px solid #2980f2;
}
.share_link_alert{
    width: 250px;
    height: 32px;
    padding: 8px 16px 8px 35px;
    border-radius: 5px;
    border: solid 1px #08aeea;

    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #08aeea;
    background:rgba(0, 192, 242, 0.2) url('/img/notice/icon_share_link_alert.svg') no-repeat 16px 8px;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -125px;
    display: none;
}
.share_link input[name=share_link_txt]:checked ~ .share_link_alert{
    display: block;
}
.btn_list{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 104px;
    width: 100%;
    cursor: default;
}
.btn_list>div{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 50%;
}
.btn_list_left{
    cursor: default;
    justify-content: left;
}
.btn_list_left > div{
    margin-right: 24px;

}
.btn_list_right{
    cursor: default;
    justify-content: end;
}

.btn_list>div>div{
    width: calc(50% - 6px);
    height: 36px;
    text-align: center;
    line-height: 34px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 13px;
}
.btn_list img{
    vertical-align: middle;
    margin-right: 8px;
}
.btn_list>div>div:hover{
    cursor: pointer;
}
.btn_list .blue{
    color: #2980f2;
    border: solid 1px #2980f2;
}
.btn_list .blue:hover{
    border: solid 1px #2980f2;
    background-color: rgba(41, 128, 242, 0.2);
}
.btn_list .red{
    font-weight: bold;
    font-size: 13px;
    color: #475467;
    background: #f2f4f7;
    border: solid 1px #d0d5dd;
}
/*.btn_list .red:hover{*/
/*    border: solid 1px #f24949;*/
/*    background-color: rgba(242, 73, 73, 0.2);*/
/*}*/
.btn_list .green{
    color: #00ac94;
    border: solid 1px #00ac94;
}
.btn_list .green:hover{
    border: solid 1px #00ac94;
    background-color: rgba(0, 172, 148, 0.2);
}
.btn_list .bg_blue{
    color: #fff;
    border: solid 1px #0c111d;
    background-color: #0c111d;
    margin-left: 12px;
}
/*.btn_list .bg_blue:hover{*/
/*    background-color: #154079;*/
/*}*/

/* Notice Write */
.notice_wirte_wrap{
    width: 100%;
    margin: 0 auto;
}
.select_category{
    position: relative;
    margin: 35px 0 35px;
}
.select_category label {
    width: 212px;
    height: 32px;
    padding-left: 8px;
    border: 1px solid #fff;

    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 32px;
    letter-spacing: normal;
    text-align: left;
    color: #2980f2;
    border-radius: 3px;
}
.select_category #openBtn:checked ~ label {
    border: solid 1px #2980f2;
}
.select_category .notice_search_list{
    width: 212px;
    height: auto;
    top: 35px;
    font-size: 13px;
    position:absolute;
}
.title_text_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.title_text_box::after{
    content: '';
    display: block;
    width: 1300px;
    height: 1px;
    background: #d0d5dd;
}
.title_text_box input[type=text]{
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
    padding-left: 8px;
    opacity: 0.8;

    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.34;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    border: 0;
}
.title_text_box input[name=notice_title_textbox]:focus,
.text_write_box textarea:focus{
    outline: none;
}
.title_text_box .add_write_img{
    width: 40px;
    height: 40px;
    border: solid 2px #00c0f2;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}
.title_text_box .add_write_img img{
    vertical-align: middle;
}
.title_text_box .add_write_img:hover{
    border: solid 2px #00c0f2;
    background-image: linear-gradient(to bottom, #009efd, #2af598);
}
.text_write_box{
    width: 1240px;
    height: 892px;
    margin-top: 40px;
    padding: 8px 8px 24px;
    border-radius: 5px;
    border: solid 1px #d4e6fc;
    background-color: #fff;
}
.text_write_box textarea{
    width: 1188px;
    height: 778px;
    margin: 24px 16px 0;
    opacity: 0.7;

    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    border: none;
    resize: none;
}
.notice_wirte_wrap .btn_list_right{
    width: 100%;
}

.meta_wrap{
    padding: 22px 28px 16px 22px;
    position: relative;
    height: 131px;
}
.date_wrap{
    position : absolute;
    bottom :  16px;
}
.sort{
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 4px;
}
.img_wrap{
    max-height: 255px;
}
@media screen and (min-width: 500px) {
    .notice_list_thumb{
        width: 100%;
    }
    .notice_list_thumb_img_001{
        width: 100%;
    }


}
@media screen and (min-width: 768px) {
    .notice_list_thumb:nth-child(3n-1) {
        margin-left: 0px;
        margin-right: 14px;
    }
    .notice_list_thumb:nth-child(2n) {
        flex-grow: 1;
        margin-right: 0px;
    }
    .notice_list_thumb{
        width: calc(49% - 14px);
        margin-right: 14px;

    }
}
@media screen and (min-width: 1325px) {
    .notice_search_bar_result .txt{
        width: 1300px;
    }
    .meta_wrap{
        padding: 22px 28px 16px 22px;
        position: relative;
        height: 169px;
    }
    .btn_list>div{
        flex-direction: unset;
    }

    .btn_list>div>div{
        width: 106px;
    }
    .date_wrap{
        bottom: 16px;
    }
    .notice_list_thumb{
        width: 414px;
        height: 424px;
    }
    .notice_list_thumb .title{
        font-size: 20px;
    }
    .notice_list_thumb:nth-child(2n) {
        flex-grow: unset;
        margin-right: 14px;
    }

    .notice_list_thumb_img_001{
        width: 414px;
        height: 255px;

    }
    .notice_wirte_wrap{
        width: 1300px;

    }

    .btn_list .bg_blue{
        margin-left: 24px;
    }
}
