/*2023 드롭다운*/
.submenu_subtitle {display: flex;}
.submenu_subtitle .dropdownsub {display: flex; /*width: 50%;*/ width: 100%; border-right: 1px solid #ebebeb;}
.submenu_subtitle .dropdownsub:last-child {border: none;}
.dropdownsub ul.dropdown {top: 40px;}

.dropdownsub {
    width: 100%;
    height: 40px;
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    width: 100%;
    height: 40px;
    background-color: #fff0d3;
    color: #000;
    font-size: .875rem;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}

ul.dropdown {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 4px 0px;
    z-index: 1;
}

ul.dropdown li {
    list-style-type: none;
    display: flex;
    justify-content: center;
    font-size: .875rem;
    padding: 4px 0px;
    font-weight: 500;
}

ul.dropdown li a {
    text-decoration: none;
    padding: 0.5em 1em;
    display: block;
}

ul.dropdown li a span {
    color: #e0462e;
    font-weight: 700;
}


/*유튜브 팝업*/
.popupModalVideo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 20px;
}

.popupModalVideo a {
    width: 100%;
    margin-bottom: 15px;
}

.popupModalVideo a:last-child {
    margin-bottom: 0px;
}

.popupModalVideo a img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.video_modal_popup .close_btn {
    display: none;
    z-index: 11;
    border: none;
    background: none;
    position: relative;
    left: 37.5%;
    margin-bottom: 5px;
}

.video_modal_popup .close_btn img {
    width: 21px;
    height: auto;
}

.video_modal_popup.reveal {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.video_modal_popup .video-wrapper {
    position: relative;
    width: 80%;
    padding-bottom: 45%;
    z-index: 10;
}

.video_modal_popup .video-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
}

.video_modal_popup.reveal .video_modal_popup-closer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
}

.popup_alert {
    padding: 15px 20px;
}

.popup_alert a img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}




/*꿈키장학 - 공통*/
.sub_d_title {
    font-size: 1.25rem;
    font-weight: 600;
}

.sub_d_graytxt {
    font-size: 0.625rem;
    letter-spacing: -.05rem;
    line-height: .875rem;
    word-break: keep-all;
    color: #888;
}

.black_btn{
    margin: 30px 0px 0px;
}


/*꿈키장학 - 메인*/
.main_d_wrap {
    width: 100%;
    margin: 0 auto;
}

.main_d_wrap img {
    width: 100%;
    object-fit: cover;
}


/*잇올 꿈키 장학만의 특별한 포인트!*/
.sub_d1_wrap {
    padding: 40px 20px;
    background: #FEF5F2;
    margin-top: -5px;
}

.sub_d1_wrap .d1_flexbox {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.sub_d1_wrap .d1_flexbox .d1_fb:first-child {
    margin-left: 0px;
}

.sub_d1_wrap .d1_flexbox .d1_fb {
    padding: 20px 0px;
    margin-left: 10px;
    text-align: center;
    box-shadow: 0px 1px 5px #ddd;
    border-radius: 10px;
    background: #fff;
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.d1_fb strong {
    font-size: .875rem;
    font-weight: 700;
    color: #88331F;
}

.d1_fb p {
    margin-top: 10px;
    font-size: .75rem;
    font-weight: 500;
    position: relative;
}

.d1_fb p span {
    position: absolute;
    font-size: .625rem;
    color: #bebebe;
    margin-top: -3px;
}


/*꿈키 장학생 우수 사례*/
.sub_d2_wrap {
    padding: 40px 20px;
    background: #fff;
}

.glory_wrap {
    margin-top: 20px;
}

.container {
    margin-top: 10px;
    color: #000;
    width: 100%;
    padding: 0;
    margin: 0;
}

.container .block-item {
    position: relative;
    padding: 0px 20px;
    word-break: keep-all;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, .1)
}

.container .block-item+.block-item {
    margin-top: 20px;
}

.container .block-item:hover {
    cursor: pointer;
}

.container .block-item__arrow {
    position: absolute;
    right: 20px;
    top: 20px;
}

.content__title .ct_label {
    font-size: .7rem;
    color: #fff;
    background: #DC8363;
    padding: 6px 4px;
    text-align: center;
    width: 75px;
    font-weight: 800;
    border-radius: 0px 0px 5px 5px;
}

.content__title .ct_up {
    display: flex;
    font-size: .75rem;
    margin-top: 20px;
    align-items: center;
}

.content__title .ct_up .ctup_gray {
    letter-spacing: .2rem;
    padding: 6px 8px 6px 10px;
    background: #efefef;
    text-align: center;
    border-radius: 5px;
    font-weight: 700;
    color: #878787;
}

.content__title .ct_up .ctup_gt {
    margin: 0px 6px;
    font-weight: 700;
}

.content__title .ct_up .ctup_brown {
    letter-spacing: .2rem;
    font-weight: 800;
    color: #333;
    padding: 6px 8px 6px 10px;
    background: #FEEEE9;
    text-align: center;
    border-radius: 5px;
}

.content__title .ct_up .ctup_brown span {
    letter-spacing: 0 !important;
    color: #DC8363;
    font-weight: 800;
    margin-left: 6px;
}

.content__title .ct_txt_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 20px;
    align-items: flex-end;
}

.content__title .ct_txt_wrap .cttw_txt {
    text-align: left;
}

.content__title .ct_txt_wrap .cttw_txt strong {
    font-size: 1rem;
    font-weight: 700;
}

.content__title .ct_txt_wrap .cttw_txt strong span {
    color: #DC8363;
}

.content__title .ct_txt_wrap .cttw_txt p {
    font-size: .75rem;
    margin-top: 6px;
}

.content__title .ct_txt_wrap .cttw_bgtxt{
    position: relative;
}

.content__title .ct_txt_wrap .cttw_bgtxt img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 17vw;
    max-width: 70px;
}

.content__detail {
    display: none;
    position: relative;
    padding-bottom: 1px;
}

.cd_topsmall {
    display: inline;
    font-size: 10px;
    left: 2px;
    position: relative;
    margin-right: 3px;
    vertical-align: top;
    color: #999;
}

.content__detail p {
    margin-top: 10px;
    font-size: 3.5vw;
}

.rolling-arrow-down {
    transform: rotate(-90deg);
    transition: transform 0.5s linear;
}

.rolling-arrow-up {
    transform: rotate(0deg);
    transition: transform 0.5s linear;
}

.container .block-item h4 {
    /*font-size: 3.5vw;*/
    font-size: 3vw;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: -.05rem;
}

.container .block-item h4 span {
    color: #fff;
    background-color: #e57e0f;
    font-weight: bold;
    padding: 3px 5px;
    margin-right: 2px;
    border-radius: 4px;
}

.container .plus-icon {
    color: #fff;
    background-color: #3d3d3d;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 21px;
    font-size: 14px;
    font-weight: bold;
}

.footnote2 {
    font-size: 10px;
    color: #999;
    line-height: 1.2;
    display: block;
    margin-top: 10px;
}

.img-wrap {
    position: absolute;
    right: 25px;
    top: 0;
}

.main_su_wrap {
    padding-bottom: 50px;
}

.pb-0 {
    padding-bottom: 0;
}

.p-0 {
    padding: 0;
}

.mb_15 {
    margin-bottom: 15px !important;
}

.content__detail ul {
    padding-top: 20px;
    border-top: 1px dashed #ddd;
}

.content__detail ul li {
    position: relative;
    line-height: 1.5;
    font-size: .75rem;
}

.content__detail ul li:nth-of-type(2),
.content__detail ul li:nth-of-type(3),
.content__detail ul li:nth-of-type(4) {
    margin-top: 10px;
}

.content__detail a {
    text-align: center;
    margin: 20px 0px 30px;
    font-size: .875rem;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #AF5C49;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #af5c49;
}

.mt-20 {
    margin-top: 20px;
    line-height: 1.7;
}


/*꿈키 장학생 우수 플래너*/
.sub_d3_wrap {
    padding: 40px 20px;
    background: #F5D7CD;
}

.planner {
    height: 350px;
    background: #fff;
    margin-top: 20px;
    border-radius: 10px;
    border: 2px solid #dc8363;
}

.planner .swiper-wrapper{
    transition-timing-function:linear!important; 
} 

.planner .swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.planner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}


/*꿈키 장학생 신청자 명단 공개*/
.sub_d4_wrap {
    padding: 40px 20px;
    background: #fff;
}


/*꿈키 장학생 신청자 명단 공개 - 신청자 명단 표*/
.dreamkeywarp1 .jslist1{
    margin-top: 20px;
    width: 100%;
}

.dreamkeywarp2 .jslist2 {
    width: 100%;
}

.dreamkeywarp1 .jslist1 tr,
.dreamkeywarp2 .jslist2 tr {
    display: flex;
    justify-content: space-between;
} 

.dreamkeywarp1 .jslist1 tr:first-child {
    background: #F8F8F8;
}

.dreamkeywarp1 .jslist1 tr:first-child td {
    color: #333 !important;
    font-weight: 700;
    font-size: 3vw !important;
    border-top: 1px solid #333;
}

.dreamkeywarp1 .jslist1 tr td,
.dreamkeywarp2 .jslist2 tr td {
    text-align: center;
    font-size: 2.5vw;
    vertical-align: middle;
    padding: 3vw 0;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-weight: 500;
    letter-spacing: -.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dreamkeywarp1 .jslist1 tr td:last-child,
.dreamkeywarp2 .jslist2 tr td:last-child {
    border-right: none;
}

.dreamkeywarp1 .jslist1 tr td:first-child,
.dreamkeywarp2 .jslist2 tr td:first-child {
    color: #DC8363;
    width: 18%;
}

.dreamkeywarp1 .jslist1 tr td:nth-of-type(2),
.dreamkeywarp2 .jslist2 tr td:nth-of-type(2) {
    width: 30%;
}

.dreamkeywarp1 .jslist1 tr td:nth-of-type(3),
.dreamkeywarp2 .jslist2 tr td:nth-of-type(3) {
    width: 14%;
}

.dreamkeywarp1 .jslist1 tr td:nth-of-type(4),
.dreamkeywarp2 .jslist2 tr td:nth-of-type(4) {
    width: 38%;
}

.dreamkeywarp1 .jslist1 tr:last-child td,
.dreamkeywarp2 .jslist2 tr:last-child td {
    border-bottom: 1px solid #ddd;
}

.dreamkeywarp2 .jslist2 tr:first-child td {
    border-top: none;
}


/*꿈키 장학생 신청자 명단 공개 - 신청자 명단 표 - 더보기 버튼*/
.dreamore_btn{
    width: 100%;
    font-size: 1rem;
    height: 54px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #333;
    background: #E5E5E5;
    margin-top: 30px;
}


/*꿈키 장학생 우수 사례 - 팝업*/
@media screen and (min-width: 426px) {
    .ctpop_popup .ctpop_popup_wrap {
        width: 500px !important;
    }
}

.ctpop_btn {
    text-align: center;
    margin: 20px 0px 30px;
    font-size: .875rem;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #AF5C49;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #af5c49;
    cursor: pointer;
}

.ctpop_popup {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.ctpop_popup .ctpop_popup_wrap {
    width: 100%;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ctpop_popup .ctpop_popup_wrap .ctpop_img {
    background: #fff;
    padding: 25px 0px 0px;
    margin: 20px;
    border-radius: 5px;
}

.ctpop_popup .ctpop_popup_wrap .ctpop_img h2 {
    font-size: 1.125rem;
    text-align: center;
}

.ctpop_popup .ctpop_popup_wrap .ctpop_img .ct_img{
    margin: 25px 20px;
}

.ctpop_popup .ctpop_popup_wrap .ctpop_img .ct_img img{
    width: 100%;
}

.close_ct {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    margin: 0px 20px -10px;
    cursor: pointer;
}

.close_ct2 {
    background: #E0462E;
    text-align: center;
    padding: 12px 0px;
    border-radius: 0px 0px 5px 5px;
    font-size: .875rem;
    font-weight: 600;
    color: #fff;
}