img.fit_height {
    height: 100%;
}

img.fit_width {
    width: 100%;
}

.sub_text {
    font-size: 12px;
    color: #A1A1A1;
}

.line {
    width: 100%;
    height: 1px;
}

.column {
    display: flex;
    flex-direction: column;
}

.row {
    display: flex;
    flex-direction: row;
}

.gray {
    background-color: #272727;
}

.notice {
       background: url(/pages/eaglessystem/img/notice_bg2x.png);
    background-size: cover;
    font: normal normal 300 15px / 21px;
    height: 150px;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    color: #F9F9F9;
    display: flex;
    flex-direction: column;
    margin-top: 22px;
    width: calc(100% - 32px);
    margin: 0 auto;
}

.notice .notice_content {
    padding: 15px;
    flex: 1;
    width: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    overflow-y: auto;
    line-height: 20px;
    text-align: left;
    word-wrap: break-word;
    word-break: break-word;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
	scrollbar-width: thin;
	scrollbar-color: #888888 #333333;
}
.notice .notice_content p {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0.5em 0;
    box-sizing: border-box;
}
.notice .notice_content p:last-child {
    margin-bottom: 0;
}

.notice .button_wrap {
    width: 100%;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
	
}

.notice .button_wrap a { font-size: 14px; color:#fff; }
.notice .button_wrap a span  {     font-weight: bold;
    font-family: cursive;
    display: inline-block;
    margin-left: 5px;
    font-size: 17px;}

.notice button {
    background: #00000000;
    color: #F9F9F9;
    font: normal normal 300 15px/20px "Noto Sans KR";
}



.search input {
    padding: 15px 50px 15px 15px;
    flex: 1;
    background-color: #00000000;
    font: normal normal 400 16px/24px "Noto Sans KR";
    color: #F9F9F9;
    border-radius: 6px;
	width: 100%;
}

.search input:focus {
    outline: 1px solid #0091BE;
}

.search .search_icon {
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url("/pages/eaglessystem/img/search_icon.png");
    background-size: contain;
    background-color: #00000000;
    right: 15px;
    top: 25%;
}

.pre_view_wrap {
	width: 100%;

	overflow: hidden;
	width: 100%;
	position: relative;
	margin: 45px auto 25px;
}

@media (min-width: 800px) {

    .pre_view_wrap:last-child:nth-child(odd) {
        max-width: none;
        overflow: visible;
    }
}

.pre_view_wrap .title_wrap {
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    width: calc(100% - 20px);
    margin: 0 auto;
}
/* video tema / td_menu 팝업 카테고리 타이틀 강조 */
#video_tema_popup .pre_view_wrap .title_wrap,
#td_menu_popup .pre_view_wrap .title_wrap {
	background: linear-gradient(90deg, #0083ff7d 0%, rgba(0, 0, 0, 0) 100%);
    padding: 10px 10px;
    border-radius: 10px;
}

.pre_view_wrap .title_wrap a {     font-size: 14px;
    color: #A1A1A1; }
.pre_view_wrap .title_wrap a {
    padding-left: 10px;
}
.pre_view_wrap .title_wrap a .youtube_btn {
    vertical-align: middle;
}
.pre_view_wrap .title_wrap a span { font-weight: bold;
    font-family: cursive;
    display: inline-block;
    margin-left: 5px;
	position: relative;
    top: 2px;
    font-size: 17px; }

.pre_view_wrap .title_wrap .title,
.pre_view_wrap .title_wrap .title > a {
	color:#fff;
    font: normal normal 500 18px/22px "Roboto";
    padding-left: 0;
}

.pre_view_wrap .title_wrap button {
    font: normal normal 400 14px/20px "Noto Sans KR";
    color: #A1A1A1;
    background: #00000000;
}

.content_warp {
        display: flex;
    flex-direction: row;
    margin-top: 8px;
    overflow-x: scroll;
    margin-left: 0;
        padding: 0 6px 20px 6px;
}

.content_warp .content {
       display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 124px;
    margin: 0 6px;
}

.content_warp .content .background {
    width: 124px;
    height: 175px;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    border-radius: 5px;
		background-position: center;
}

.content_warp .content.wide {
    max-width: 243px;
}

.content_warp .content.wide .background {
    width: 243px;
    height: 137px;
}

.content_warp .content .background .label_wrap {
    width: 100%;
	color:#fff;
    background: #00000099;
    padding: 5px 10px;
    font: normal normal 300 15px/21px "Noto Sans KR";
}

.content_warp .content .background .label_wrap.full {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font: normal normal 500 24px / 26px "Roboto";
}

.content_warp .content .title {
    margin-top: 10px;
    font: normal normal 300 16px / 18px "Roboto";
}

.content_warp .content .title.center {
    text-align: center;
    width: 100%;
	color:#fff;
}

.content_warp .content .date {
    margin-top: 5px;
    font: normal normal 300 12px/14px "Roboto";
    color: #A1A1A1;
}

.search_result {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 35px;
}

.search_result .search_title {
    font: normal normal 400 16px/24px "Noto Sans KR";
    margin-bottom: 5px;
}

.search_list {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    gap: 10px;
    font: normal normal 300 15px/21px "Noto Sans KR";
}

.search_list .search_data {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    padding: 5px 0;
}

.search_list .search_data.wide {
    max-height: 56px;
}

.search_list .search_data.tall {
    max-height: 119px;
}

.search_list .search_data .title_wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    color: #FFFFFF;
}

.search_list .search_data .sub_title {
    font-size: 12px;
}

.search_list .search_data button {
    width: 24px;
    height: 24px;
    background-color: #00000000;
    padding: 0;
}

.search_list .search_none {
    min-height: 156px;
}

.search_recent {
    margin-top: 30px;
}

.search_recent .search_title_wrap {
    justify-content: space-between;
}

.search_recent .search_title_wrap button {
    background-color: #00000000;
}

.search_recent .recent_list {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 10px 5px;
}

.search_recent .recent_list .recent_data {
    height: 40px;
    padding: 10px 15px;
    border-radius: 30px;
    border: 1px solid #2C2B30;
    font: normal normal 300 14px/20px "Noto Sans KR";
    white-space: nowrap;
    flex: 0;
}

.full_wrap_title {
    font: normal normal 500 18px/26px "Noto Sans KR";
}

.full_wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    background: #0B0B0B;
    height: 100%;
    box-sizing: border-box;
	    overflow: auto;
}

.full_wrap .menu_wrap {
    height: 56px;
    justify-content: center;
    position: relative;
}

.full_wrap .menu_wrap .setting_back_btn {
    height: 24px;
    width: 24px;
    background-color: #00000000;
    padding: 0;
    position: absolute;
    left: 26px;
    top: 18px;
}

.setting_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 35px;
}

.setting_list li {
    height: 48px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.setting_list li .setting_data {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.setting_list li .setting_data .sub_text {
    font-size: 16px;
    margin-bottom: 1px;
}

.setting_list li button {
    background-color: #00000000;
    width: 24px;
    height: 24px;
    padding: 0;
    box-sizing: border-box;
}

.notice_img_wrap {
}


.seminar_title {
    justify-content: flex-start;
    font: normal normal 400 16px/19px "Roboto";
}

.notice_text {
        font: normal normal 300 16px / 28px "Noto Sans KR";
    color: #fff;
    padding: 16px;
    display: inline-block;
	    width: 100%;
}
.notice_text img { width:100%; }


.seminar_date {
    justify-content: flex-start;
    margin-top: -9px;
    margin-bottom: 10px;
}

.seminar_content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 35px;
    padding-bottom: 115px;
}

.password_login {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 25px;
}

.password_login .auth_title {
    font: normal normal 400 16px/24px "Noto Sans KR";
    letter-spacing: 0px;
    color: #F9F9F9;
}

.password_login .auth_input_wrap {
    width: 100%;
    height: 54px;
    position: relative;
}

.password_login .auth_input_wrap .auth_icon {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 16px;
    left: 13px;
}

.password_login .auth_input_wrap #warning {
    font: normal normal 300 13px/19px "Noto Sans KR";
    letter-spacing: 0px;
    color: #FF4E4E;
}

.password_login input {
    background: #2C2B30 0% 0% no-repeat padding-box;
    border-radius: 6px;
    height: 54px;
    padding: 15px 18px 15px 50px;
    font: normal normal 400 16px/24px "Noto Sans KR";
    color: #ffffff;
    width: 100%;
}

.password_login input:focus {
    outline: 1px solid #0091BE;
}

.password_login input.warning {
    outline: 1px solid #FF4E4E;
}

.password_login button {
    margin-top: 25px;
    background: #5D5D5D 0% 0% no-repeat padding-box;
    border-radius: 6px;
    font: normal normal 500 16px/24px "Noto Sans KR";
    color: #FFFFFF;
    height: 54px;
}

.password_login button.on {
    background-color: #0091BE;
}

.td_leader {
    width: 100%;
    height: 112px;
    background: transparent linear-gradient(180deg, #1E294E 0%, #0F1635 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #495CA4;
    border-radius: 6px;
    margin-bottom: 10px;
    position: relative;
}

.td_leader .td_leader_background {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    background-image: url(/assets/imgs/OBJECTS.svg);
    background-repeat: no-repeat;
    background-size: contain;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.td_leader .td_leader_title_wrap {
    z-index: 2;
}

.td_leader .td_leader_title_wrap .td_leader_title {
    font: normal normal bold 18px/26px "Noto Sans KR";
    color: #FFD016;
}


.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(159px, 1fr));
    grid-auto-rows: 40px;
    gap: 12px;
    width: 100%;
}

.card-grid .card {
    position: relative;
    background: #2b2b2b;
    color: #fff;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: center;
    flex-direction: column;
}

.card-grid .card .tag {
    width: 20px;
    height: 4px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.card-grid .card .card_title {
    font: normal normal 400 14px/20px "Noto Sans KR";
    text-align: left;
}

.card-grid .card button {
    width: 32px;
    height: 32px;
    background: #3B3A3F 0% 0% no-repeat padding-box;
    border-radius: 100%;
    position: absolute;
    right: 15px;
    bottom: 15px;
    transform: rotate(180deg);
}

.card-grid .card.h2 {
    grid-row: span 2;
}

.card-grid .card.h3 {
    grid-row: span 3;
}

.card-grid .card.h4 {
    grid-row: span 4;
}

.card-grid .card.w1 {
    grid-column: span 1;
}

.card-grid .card.w2 {
    grid-column: span 2;
}

.card-grid .card .tag.green {
    background-color: #18BDB1;
}

.card-grid .card .tag.blue {
    background-color: #09A9DA;
}

.card-grid .card .tag.deepblue {
    background-color: #4169E1;
}

.card-grid .card .tag.purple {
    background-color: #B54BBC;
}

.card-grid .card .tag.orange {
    background-color: #DDA037;
}

.card-grid .card .tag.deepgreen {
    background-color: #10A241;
}

.card-grid .card .tag.red {
    background-color: #E14172;
}

.card-grid .card .tag.lime {
    background-color: #B6DE45;
}

.card-grid .card .tag.lightpurple {
    background-color: #6530F9;
}


.rank_list1 { float: left; width: 100%; margin-top: -20px; }
.rank_list1 h3 { color: #F9F9F9; margin-top: 40px; float: left; width: 100%; font-weight: 400; }
.rank_list1 ul { float: left; width: 100%; }
.rank_list1 ul li { float: left; margin-top: 15px; width: 100%; }
.rank_list1 ul li img { width: 100px; float: left; border-radius: 5px; }
.rank_list1 ul li p { float: left; width: calc(100% - 125px); margin-left: 15px; color: #F9F9F9; }

.rank_list2 { }
.rank_list2 img { height: 124px; }
.rank_list2 h3 { color: #F9F9F9; margin-top: 40px; margin-bottom: 10px; float: left; width: 100%; font-weight: 400; }
.rank_list2 ul { float: left; width: 100%; }
.rank_list2 .wi_ov { width: 100px; height: 100px; border-radius: 5px; text-align: center; background-size: cover; background-position: 50%; overflow: hidden; }
.rank_list2 ul li { float: left; margin-top: 15px; width: 100px; display: inline-block; margin-left: 5px; }
.rank_list2 p { background: #3a3a3c; height: auto; color: #fff; text-align: left; word-break: break-all; font-size: 13px; font-weight: 300; padding: 5px 0; overflow: hidden; margin-top: 5px; }

/* rank popup: li 폭 103px 고정, 행은 화면에 따라 3~4개 배치 */
.rank_list2 ul.rank_section_ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, 100px);
    justify-content: space-between;
    align-items: start;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 15px;
}

.rank_list2 ul.rank_section_ul li {
    margin: 0 auto;
    cursor: pointer;
}
.rank_list2 ul.rank_section_ul li .wi_ov {
    width: 100%;
}
.rank_list2 ul.rank_section_ul li p {
    width: 100%;
}

.rank_list3 { padding-bottom: 50px; display: inline-block; }
.rank_list3 img { height: 124px; }
.rank_list3 h3 { color: #F9F9F9; margin-top: 40px; margin-bottom: 10px; float: left; width: 100%; font-weight: 400; }
.rank_list3 ul { float: left; width: 100%; }
.rank_list3 .wi_ov2 { height: 77px; border-radius: 5px; text-align: center; background-size: cover; background-position: 50%; overflow: hidden; }
.rank_list3 ul li { width: 77px; display: inline-block;}
.rank_list3 p { background: #3a3a3c; height: auto; color: #fff; text-align: left; word-break: break-all; font-size: 13px; font-weight: 300; padding: 5px 0; overflow: hidden; margin-top: 5px; }

/* rank popup: li 77px 고정, 화면에 따라 3~4개 배치 */
.rank_list3 ul.rank_section_ul {
 display: grid;
    grid-template-columns: repeat(auto-fill, minmax(77px, 1fr));
    gap: 7px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.rank_list3 ul.rank_section_ul li {
    float: none;
    margin: 0 auto;
}
.rank_list3 ul.rank_section_ul li .wi_ov2 {
    width: 100%;
}
.rank_list3 ul.rank_section_ul li p {
    width: 100%;
}

.rank_detail_content1 { float: left; width: 100%; margin-top: 40px; margin-bottom: 50px; }
.rank_detail_content1 div { float: left; width: calc(100% - 125px); margin-left: 15px; color: #F9F9F9; }
.rank_detail_content1 ul li img { width: 100px; float: left; border-radius: 5px; }
.rank_detail_content1 ul { float: left; width: 100%; }
.rank_detail_content1 ul li { float: left; width: 100%; }
.rank_detail_content1 div h4 { }
.rank_detail_content1 div dl { margin-top: 15px; }
.rank_detail_content1 div dl dt { color: #F9F9F9; font-size: 16px; }
.rank_detail_content1 div dl dd { margin-top: 5px; font-size: 12px; color: #A1A1A1; }
.rank_detail_content1 div p { color: #F9F9F9; font-size: 12px; margin-top: 15px; }

#rank_detail_popup .gallery_view { display: inline-block; width: 100%; text-align: center; margin-top: 50px; }
#rank_detail_popup .gallery_view img { width: 100%; max-width: fit-content; }
#rank_detail_popup .gallery_list { position: relative; }
#rank_detail_popup .gallery_list ul { }
#rank_detail_popup .gallery_list ul li { text-align: center; }
#rank_detail_popup .gallery_list ul li a { width: 100%; border-radius: 10px; overflow: hidden; }
#rank_detail_popup .gallery_list ul li a img { border-radius: 10px; overflow: hidden; }

#gallery_list .swiper-pagination-bullet-active { background: #ffffff !important; }
#gallery_list .swiper-pagination-bullet { background: #5D5D5D; opacity: 1; }

.gallery_thumbs { display: inline-block; text-align: center; margin-left: -10px; width: 100%; padding-bottom: 50px; margin-top: 20px; }
.gallery_thumbs .thumb { display: inline-block; margin-left: 13px; width: 45px; border-radius: 5px; overflow: hidden; }
.gallery_thumbs .thumb img { width: 100%; }
.gallery_thumbs .thumb.active { border: 2px solid #F9F9F9; }


.info_video { width: calc(100% - 32px); margin: 35px auto; }
.info_video .video_title { float: left; width: 100%; margin-top: 15px; }
.info_video .video_title h4 { font-size: 22px; color: #F9F9F9; float: left; font-weight: 500; }
.info_video .video_title .vodieo_title_icon { float: right; width: 68px; }
.info_video .video_title .vodieo_title_icon li { float: left; margin-left: 10px; }
.info_video .video_title .vodieo_title_icon li a { }
.info_video .video_date { float: left; width: 100%; color: #A1A1A1; margin-top: 5px; font-size: 14px; }
.info_video .video_content { }
.info_video .video_content p { color: #F9F9F9; font-size: 14px; font-weight: 300; float: left; margin-top: 30px; line-height: 21px; }
.info_video .video_related_list { float: left; width: 100%; margin-top: 50px; }
.info_video .video_related_list h5 { font-size: 16px; color: #F9F9F9; font-weight: 400; }
.info_video .video_related_list ul { float: left; padding-bottom: 40px; width: 100%; }
.info_video .video_related_list ul li { display: inline-block; float: left; width: 100%; margin-top: 15px; }
.info_video .video_related_list .video_related_list_img { float: left; width: 100px; height: 57px; overflow: hidden; border-radius: 5px; }
.info_video .video_related_list .video_related_list_img div { text-align: center; height: 57px; background-size: cover; background-position: 50%; overflow: hidden; }
.info_video .video_related_list .video_related_list_img div span { color: #fff; font-size: 20px; text-shadow: 0px 0px 3px #000000; position: relative; top: 18px; }
.info_video .video_related_list ul li dl { float: left; width: calc(100% - 115px); margin-left: 15px; }
.info_video .video_related_list ul li dl dt { float: left; width: 100%; margin-top: 7px; font-size: 14px; color: #F9F9F9; }
.info_video .video_related_list ul li dl dd { float: left; width: 100%; margin-top: 5px; }
