@charset "utf-8";

/*NEW POPUP*/
.new_popup_big_setMyInterest {
    border-radius: 5px;
}
.new_popup_big_setMyInterest .tit_main_cDarkgray2 {
    color: #02a5b1;   
}
.new_popup_big_setMyInterest .pop_interest_section {
    overflow: hidden;
    overflow-y: auto;
    min-height: 400px;
    max-height: 400px;
}
.new_popup_big_setMyInterest .interest_lists_w {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    min-height: auto;
    max-height: none;
    overflow: visible;
}
.new_popup_big_setMyInterest .interest_lists_w .ilw_lists .ilw_tit {
    color: #000000;
    padding-bottom: 0px;
    border-bottom: none;
}
.new_popup_big_setMyInterest .interest_lists_w .ilw_lists:first-child {
    padding-top: 30px;
}
.new_popup_big_setMyInterest .interest_lists_w .ilw_lists + .ilw_lists {
    padding-top: 30px;
}
.new_popup_big_setMyInterest .pop_interest_group {
    font-size: 18px;
    color: #02a5b1;
    font-weight: 600;
    margin-top: 45px;
}
.new_popup_big_setMyInterest .pop_interest_group span {
    color: #ba9164;
    font-size: 14px;
    font-weight: 300;
}
.new_popup_big_setMyInterest .pop_interest_group .pop_interest_group_comment {
    font-size: 18px;
    color: #02a5b1;
}
/*관심분야 설정 - full 팝업*/
.new_popup_big_setMyInterest.full {
    border-radius: 0px;
    margin: 0 !important;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
}
.new_popup_big_setMyInterest.full .pop_interest_section {
    overflow: hidden;
    overflow-y: auto;
    min-height: auto;
    max-height: none;
    height: calc(100vh - 336px);
}
.new_popup_big_setMyInterest.full .pop_content {
    height: calc(100vh - 160px);
}
.new_popup_big_setMyInterest .pop_essential_section .interest_lists_w .ilw_lists {
    padding-top: 0 !important;
}

/* My 관심분야 */
.subPage_my_Interests {
    
}
.subPage_my_Interests .pop_inner {
    padding-top: 0;
}
.subPage_my_Interests .pop_inner .pop_content {
    padding: 30px 0 0 0;
    text-align: left;
}
.subPage_my_Interests.new_popup_big_setMyInterest .pop_interest_section {
    overflow-y: visible;
    max-height: none;
}
.subPage_my_Interests.new_popup_big_setMyInterest .pop_interest_section .interest_lists_w,
.new_popup_big_setMyInterest .interest_lists_w {
    border-bottom: 1px solid #02a5b1;
    padding-bottom: 40px;
}
.subPage_my_Interests.new_popup_big_setMyInterest .pop_interest_section .interest_lists_w:last-child,
.new_popup_big_setMyInterest .interest_lists_w:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.subPage_my_Interests .pop_bottom {
    padding-top: 60px;
}
.subPage_my_Interests .pop_bottom button {
    width: 100%;
}
