@charset "utf-8";

/*메인 상단*/
.header .hdTop ul .betaIcon {
    position: relative;
}

.header .hdTop ul .betaIcon::before {
    content: "Beta";
    display: block;
    position: absolute;
    top: -13px;
    right: 0;
    width: 28px;
    height: 13px;
    line-height: 13px;
    border-radius: 2px;
    color: #fff;
    background: #2F5597;
    text-align: center;
    font-size: 10px;
}

/*2021.07.21 커뮤니티 text 색 변경*/
.header .hdTop ul .betaIcon a {
    color: #ef4348;
    font-weight: 600;
}

/*20210928 IEA_UI개선 헤더 언어 아이콘 추가*/
.header .hdTop ul li .lang_ico {
    margin-top: 4px;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    background: url(../images/common/language_g.svg) no-repeat center 0px;
}

/*20210928 IEA_UI개선 헤더 소속 기관 / 학교 인증 아이콘 추가*/
.header .hdTop ul li .que_ico {
    line-height: 1;
}

.header .hdTop ul li .que_ico:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 15px;
    height: 18px;
    background: url(../images/common/information.svg) no-repeat center 0px;
}

/*20210929 IEA_UI개선 헤더-마이 플로팅창 스타일 추가*/
.accredit_going {
    display: none;
}

.accredit_error {
    display: none;
}

.accredit_fail {
    display: none;
}

.accredit_same {
    display: none;
    padding: 5px 10px !important;
}

.norowpad {
    padding: 5px 0px 5px 10px !important;
}

#popup_floating .popup_layout {
    display: flex;
    justify-content: space-between;
}

#popup_floating .popup_list {
    float: none;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    margin-right: 10px;
}

#popup_floating .popup_list li {
    padding: 0 0;
    padding-bottom: 5px;
}

#popup_floating .popup_list li:last-of-type {
    padding-bottom: 0px;
}

#popup_floating .popup_list li:after {
    content: none;
}

#popup_floating .popup_list li a {
    color: #111;
    font-weight: bold;
}

/*기관인증 및 인증완료일 표시 박스*/
.accredit_box {
    flex: 1;
    height: 58px;
    /* padding: 5px 5px 5px 10px; */
    border: 1px solid #ccc;
    background-color: #fafafa;
    border-radius: 3px;
}

.accredit_box:hover {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    border-color: #165c92;
}

.accredit_box a:hover {
    text-decoration: none;
}

.accredit_clear {
    display: flex;
    padding: 0px !important;
}

.left_accbox {
    flex: 3;
    padding: 5px 0 5px 10px;
}

.accredit_extend {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    padding: 5px 10px 5px 0;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
    line-height: 1.8;
}

.accredit_extend h4 {
    text-align: center;
}

.accre_day {
    font-size: 13px;
    color: #3C63E0;
    font-weight: 600;
    font-family: 'NotoSansKR-Medium' !important;
}

.accre_text {
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

#popup_floating .accredit_clear .accre_text {
    font-size: 10px;
}


.extension {
    float: right;
    font-size: 12px;
    color: #111;
    text-decoration: underline;
}

.extension2 {
    float: right;
    font-size: 10px;
    color: #111;
    text-decoration: underline;
}

/*20211001 IEA_UI개선 헤더-마이 플로팅창_인증 상황 확인 중, 메인 마이페이지 영역*/
.accredit_box_a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.accredit_box_justify {
    justify-content: center !important;
}

.a_padding {
    /* margin: 0 10px; */
}

.ongoing_p {
    font-size: 12px;
    line-height: 40px;
    color: #666;
}

.onp2 {
    margin-left: 26px;
}

.onp3 {
    margin-left: 15px;
}

.accredit_img1 {
    margin: 0 25px;
    width: 25px;
}

.accredit_img3 {
    margin: 0 20px;
    width: 25px;
}

/*20211001 IEA_UI개선 헤더-마이 플로팅창_인터넷 연결 오류안내 팝업 내용메인, 마이페이지 영역*/

.ongoing_p2 {
    letter-spacing: -1px;
    font-size: 12px;
    line-height: 1.8;
    color: #666;
}

.accredit_error .ongoing_p2 {
    font-size: 11px;
}

.accredit_img2 {
    width: 22px;
    margin-top: 5px;
}

.img_margin {
    margin-bottom: 5px;
}

.accredit_going_bottom {
    text-align: center;
}

.padzero {
    padding-top: 0px !important;
}

.width40 {
    width: 40px;
}

.width50 {
    width: 50px;
}

.width75 {
    width: 75px;
}

.width92 {
    width: 92px;
}

.mar38 {
    margin: 0 38px !important;
}

.padtop5 {
    padding: 5px 0px;
}

.pad25 {
    padding: 5px 25px 5px 0;
}

.rowpad {
    padding: 5px 10px !important;
}

.rowpad2 {
    padding: 5px 0px 5px 3px;
}

.rowpad3 {
    padding: 5px 25px !important;
}

/*20211206 IEA_UI추가개선 스타일 값 수정*/
.a_re {
    position: relative;
    display: block;
}

/*20211206 IEA_UI추가개선 스타일 값 수정*/
.p_abs {
    position: absolute;
    bottom: -14px;
    right: 0px;
}

.accredit_going_bottom p {
    font-size: 6px;
    letter-spacing: -0.5px;
    text-decoration: underline;
}

/*20211001 IEA_UI개선 인증정보, IP 다른 경우 내용 스타일, 마이페이지 영역*/

.ongoing_p3 {
    font-size: 12px;
    line-height: 16px;
}

.ongoing_my_p3 {
    font-size: 12px;
    line-height: 1.8;
    color: #111;
}

.ongoing_my_p3 > span {
    font-weight: bold;
}

.again_p {
    font-size: 10px;
    color: #3C63E0;
    text-align: right;
}

.again_btn {
    background-color: #3C63E0;
    font-size: 12px;
    line-height: 2.1;
    text-align: center;
}

.again_btn > .arrow-right {
    display: none;
}

/* .arrow-right-margin{
    margin-left: -5px!important;
} */
.arrow-right {
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
    height: 4px;
    border-top: 4px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #3C63E0;
}

/*20211001 IEA_UI개선 인증정보, IP 같은 경우 내용 스타일, 마이페이지 영역*/

.ongoing_p4 {
    color: #111;
    font-size: 12px;
    line-height: 16px;
}

.ongoing_my_p4 {
    color: #111;
    font-size: 12px;
    line-height: 1.8;
}

.ongoing_my_p4 span {
    font-weight: bold;
}

.ongoing_p4 span {
    font-weight: bold;
}

.accredit_going_bottom .accredit_btn {
    color: #fff;
    font-size: 10px;
    text-align: center;
    background-color: #3C63E0;
}

.my_accredit_btn {
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: #3C63E0;
}

/*20210929 IEA_UI개선 헤더 나의 기관명 학교인증 전, 마이페이지 영역*/
.accre_align {
    text-align: center !important;
}

.accredit_box .popup_accre .accre_name {
    color: #3C63E0;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    font-family: 'NotoSansKR-Medium' !important;
}

.accredit_box .popup_text {
    color: #666;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
}

/*2021109 IEA_UI개선 nonepaddi패딩 추가*/
.nonepaddi {
    padding-top: 0px !important;
}

/*20211109 IEA_UI개선 popup_logout 포지션 값 수정*/
.popup_logout {
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: #666;
    font-size: 10px !important;
    text-decoration: underline;
    cursor: pointer;
}

/*20210929 IEA_UI개선 헤더 나의 기관 학교인증 후, 마이페이지 영역*/
.popup_accre {
    text-align: left;
    font-size: 13px;
    line-height: 24px;
    font-weight: 100;
}

.organ_Name {
    color: #111;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#popup_floating .accredit_clear .left_accbox {
    padding: 5px 0 5px 5px;
}

#popup_floating .accredit_clear .popup_accre,
#popup_floating .accredit_clear .organ_Name {
    font-size: 11px;
}

#popup_floating .accredit_clear .organ_Name {
    font-weight: unset;
}

#popup_floating .accredit_fail .p_abs{
    bottom: -13px;
}

.main_myinner .accredit_fail .again_btn .arrow-right{
    display: none !important;
}

.accredit_box .popup_accre .accre_day {
    color: #3C63E0;
    font-size: 13px;
    font-weight: bold;

}

/*20211001 IEA_UI개선 마이페이지 비인증기관, 로그인 중간 박스 스타일*/
.my_middlebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login_clearbox {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
}

.ongoing_my_p_ {
    color: #111;
    line-height: 1.2 !important;
    word-break: keep-all;
    flex: 1;
}

.ongoing_my_p_ > br {
    display: none;
}

.login_arrow {
    margin: 0 5px;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 40px;
    overflow: hidden;

}

.login_arrow:before {
    content: "";
    background: url("../images/common/login_arrow.svg") no-repeat center;
    background-size: 60%;
    width: 100%;
    height: 100%;
    display: block;
}

.login_arrow:before {
    animation: toRightFromLeft 1.8s ease-in-out Infinite forwards;
    -webkit-animation: toRightFromLeft 1.8s ease-in-out Infinite forwards;
    -moz-animation: toRightFromLeft 1.8s ease-in-out Infinite forwards;
}

@-webkit-keyframes toRightFromLeft {
    20% {
        transform: scale(1);
    }
    30% {
        transform: scale(0.8);
    }
    35% {
        transform: scale(1);
    }
    38% {

    }
    84% {
        opacity: 1;
        transform: translate(100%);

    }
    85% {
        opacity: 0;
    }

    90% {
        opacity: 0;
        transform: translate(-30%);
    }
    92% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    20% {
        transform: scale(1);
    }
    30% {
        transform: scale(0.8);
    }
    35% {
        transform: scale(1);
    }
    38% {

    }
    84% {
        opacity: 1;
        transform: translate(100%);

    }
    85% {
        opacity: 0;
    }

    90% {
        opacity: 0;
        transform: translate(-30%);
    }
    92% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    20% {
        transform: scale(1);
    }
    30% {
        transform: scale(0.8);
    }
    35% {
        transform: scale(1);
    }
    38% {

    }
    84% {
        opacity: 1;
        transform: translate(100%);

    }
    85% {
        opacity: 0;
    }

    90% {
        opacity: 0;
        transform: translate(-30%);
    }
    92% {
        opacity: 1;
    }
}

/*20211001 IEA_UI개선 마이페이지 추가 클래스 */
.mybox_proxy a p > br {
    display: none;
}

.mybox_repres {
    display: none;
}

.mybox_repres a p > br {
    display: none;
}

.ongoing_my_p_ip > span {
    font-family: 'notokr-medium';
}

.ongoing_my_p_ip {
    font-size: 13px;
    line-height: 1.4;
    color: #111;
    flex: 1;
}

.again_p_ip {
    font-family: 'notokr-medium';
    font-size: 13px;
    color: #3C63E0;
    text-align: right;
}

/*추가수정, (2021.06.18)*/
/* 커뮤니티 인기글 */
.community_box {
    margin-bottom: 36px;
}

.community_box h2 {
    font-size: 22px;
    font-family: 'notokr-medium', sans-serif;
    font-weight: normal;
    padding: 10px 0 12px;
    position: relative;
}

.community_box .desc {
    font-size: 14px;
    color: #777777;
    display: block;
    font-weight: normal;
    margin-top: 8px;
}

.community_box .more {
    font-size: 14px;
    color: #3c63e0;
    font-weight: normal;
    position: absolute;
    right: 0;
    bottom: 12px;
    text-decoration: none;
}

.commBoardWrap.main {
    border: 1px solid #dddddd;
    box-sizing: border-box;
    min-height: 300px;
    padding-top: 5px;
    display: inline-block;
    width: 100%;
}

.commBoardWrap.main .communityWrap {
    border-top: none;
    border-bottom: none;
    float: left;
    width: 48%;
    padding: 15px 0 15px 1%;
    margin-right: 4%;
}

.commBoardWrap.main .communityWrap.full {
    width: 100%;
    margin-right: 0;
    padding: 15px 3% 15px 2%;
}

.commBoardWrap.main .communityWrap + .communityWrap {
    margin-right: 0;
    padding: 15px 2% 15px 0;
}

.commBoardWrap.main .communityWrap .writtenList {
    border-bottom: none;
    min-height: 75px;
}

.commBoardWrap.main .communityWrap .writtenList .listNum {
    font-size: 15px;
}

.commBoardWrap.main .communityWrap .writtenList .myWritten {
    width: calc(100% - 40px);
    height: auto;
    font-size: 15px;
    color: #111111;
    min-height: 24px;
    margin-bottom: 3px;
    overflow: hidden;
    display: inline-block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 23px;
    white-space: nowrap;
}

/*커뮤니티 말머리 추가 (2021.09.02)*/
.commBoardWrap .commuBoardCon .communityWrap .writtenList.num .myWritten .popListHead {
    font-size: 15px;
    color: #999999;
    font-weight: 600;
}

.commBoardWrap.main .communityWrap .writtenList .writtenInfo {
    margin-top: 5px;
}

.commBoardWrap.main div.communityWrap div.writtenList:last-child {
    min-height: 60px;
}

.commBoardWrap.main .communityWrap .writtenList .writtenInfo .name {
    font-size: 13px;
    color: #111111;
    margin-right: 5px;
    padding: 0;
    line-height: 21px;
    display: block;
    float: left;
}

.commBoardWrap.main .communityWrap .writtenList .writtenInfo .writtenDate {
    font-size: 13px;
    color: #777777;
    position: relative;
    padding-left: 6px;
    line-height: 21px;
    float: left;
}

.commBoardWrap.main .communityWrap .writtenList .writtenInfo .writtenDate::before {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    top: 49%;
    left: 0;
    transform: translate(0, -50%);
    background: #777;
}

.commBoardWrap.main .communityWrap .writtenList .myWritten .new::before {
    content: "";
    font-weight: 700;
    background-color: #EF4348;
    width: 4px;
    height: 4px;
    margin-right: 5px;
    position: relative;
    border-radius: 50%;
    display: inline-block;
    top: -4px;
}

.commBoardWrap.main .commuBoardCon {
    min-height: 300px;
}

.commBoardWrap.main .commuBoardCon .communityWrap .writtenList .listNum {
    float: left;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    width: 40px;
    text-align: center;
    font-weight: 600;
}

.commBoardWrap.main .commuBoardCon .communityWrap .writtenList .listNum.on {
    color: #ef4348;
}

.commBoardWrap.main .writtenList.num .writtenInfo {
    margin-left: 40px;
}

.gUtil ul li.comn_item {
    display: none;
}

/* 210723 커뮤니티 주간 인기글 추가 */
.bnClass .communityView {
    margin: 30px 0 0 0px;
}

.bnClass .communityView .tit {
    font-size: 14px;
    font-family: 'notokr-bold', sans-serif;
    color: #111;
    padding-bottom: 5px;
    margin-bottom: 11px;
    border-bottom: 1px solid #efefef;
}

.bnClass .communityView .tit b {
    color: #ef4348;
}

.bnClass .communityView div.comnPopularList span.rownum {
    display: inline-block;
    color: #ef4348;
    margin-right: 5px;
    float: left;
}

.bnClass .communityView div.comnPopularList div.detlArea {
    width: calc(100% - 1.3em);
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 2.4em;
    padding-right: 0.5em;
    margin-bottom: 11px;
    word-break: break-all;
}

.bnClass .communityView div.comnPopularList div.detlArea:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
}

.bnClass .communityView div.comnPopularList div.detlArea:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: #fff;
}

.bnClass .communityView a {
    font-size: 13px;
}

/* 커뮤니티 말머리 추가, (2021.09.02) */
.bnClass .communityView a .popListHead {
    font-size: 12px;
    color: #999999;
    font-weight: 600;
}

.bnClass .communityView a span.tile {
    color: #111;
}

.bnClass .communityView a span.tile:hover {
    cursor: pointer;
    text-decoration: underline;
}

.bnClass .communityView .viewBottom {
    border-top: 1px solid #efefef;
}

.bnClass .communityView .viewBottom a {
    margin-top: 5px;
}

/*커뮤니티 빈 화면일 시 변경*/

.commBoardWrap .commuBoardCon .noBoard {
    position: relative;
    text-align: center;
    min-height: 300px;
}

.commBoardWrap .commuBoardCon .noBoard .postText {
    position: relative;
    text-align: center;
    padding: 60px;
}

.commBoardWrap .commuBoardCon .noBoard .postText .tit {
    font-size: 18px;
    font-weight: 600;
}

.commBoardWrap .commuBoardCon .noBoard .postText .con {
    font-size: 16px;
    line-height: 24px;
    color: #999;
    margin-top: 12px;
}

.commBoardWrap .commuBoardCon .noBoard .postText .img {
    width: 64px;
    margin: 20px auto;
}


/*****************************/
/*IEA_UI개선 1025px 메인-마이섹션 반응형 추가*/
@media (max-width: 1025px) {
    .accredit_box .btn {
        width: 75px !important;
    }

    .accredit_box .ongoing_my_p3 {
        line-height: 1.4;
    }

    .accredit_box .ongoing_my_p4 {
        line-height: 1.4;
    }
}


@media (max-width: 959px) {
    /*추가수정, (2021.06.18)*/
    /* 커뮤니티 인기글 */
    .community_box {
        margin-bottom: 0;
    }

    .community_box h2 {
        padding: 22px 0px 14px;
        font-size: 19.5px;
    }

    .community_box .desc {
        display: none;
    }

    .commBoardWrap.main .communityWrap {
        width: 100%;
        float: none;
        padding: 15px 3% 15px 1%;
        margin-right: 0;
    }

    .commBoardWrap.main .communityWrap + .communityWrap {
        display: none;
    }

    .gUtil ul li.comn_item {
        width: 50px;
        height: 22px;
        background-color: #ef4348;
        float: left;
        border-radius: 4px;
        text-align: center;
        display: block;
    }

    .gUtil ul li.comn_item::after {
        border-top: 8px solid #ef4348;
        border-left: 8px solid transparent;
        border-right: 0px solid transparent;
        border-bottom: 0px solid transparent;
        content: "";
        position: absolute;
        top: 18px;
        left: 5px;
    }

    .gUtil ul li.comn_item div.comn_btn {
        display: inline-block;
        line-height: 22px;
        height: 22px;
    }

    .gUtil ul li.comn_item div.comn_btn span {
        color: #fff;
        display: inline-block;
        font-size: 10px;
        font-weight: 700;
        vertical-align: middle;
        line-height: 22px;
    }

    /******************/
    /*IEA_UI개선 메인-마이섹션 반응형 추가*/
    .accredit_fail .again_btn {
        font-size: 8px;
        line-height: 2.3;
    }

    .accredit_error .a_padding {
        margin: 0px;
    }

    .extension {
        font-size: 10px;
    }

    .accredit_error .ongoing_p2 {
        line-height: 1.4;
        letter-spacing: -1.4px;
    }

    .accredit_fail .ongoing_my_p3 {
        font-size: 10px;
        letter-spacing: -1.2px;
    }

    .accredit_same .ongoing_my_p4 {
        font-size: 11px;
    }

    .accredit_same .accredit_box {
        padding: 0px;
    }

    .accredit_same .accredit_box_a {
        padding: 0px;
    }

    .accredit_box .btn {
        width: 63px !important;
    }

    .mybox_proxy a p > br {
        display: block;
    }

    .mybox_repres a p > br {
        display: block;
    }

    /*20211109 IEA_UI개선 메인페이지-로그인, 마이섹션 로그인 완료 섹션*/
    .login_clearbox {
        padding: 5px;
        font-size: 8px;
    }

    .login_arrow {
        width: 25px;
        height: 25px;
    }

    .ongoing_my_p_ {
        font-size: 9px;
    }

    .again_p_ip {
        font-size: 9px;
    }
}

