@charset "utf-8";

#defai * { box-sizing: border-box; }
#defai { width: 100%; font-family: 'Noto Sans KR', sans-serif; color: #000; }
#defai .new_design_wrapper { width: 100%; max-width: 1300px; margin: 0 auto; }
#defai img { max-width: 100%; vertical-align: middle; }
#defai p { margin: 0; line-height: 1.5; }

.d-flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-10 { gap: 10px; }
.gap-12 { gap: 12px; }
.gap-14 { gap: 14px; }
.gap-20 { gap: 20px; }
.gap-70 { gap: 70px; }

#defai .new_title { font-size: 35px; font-weight: 500; text-align: center; margin-bottom: 56px; letter-spacing: -2.1px; }
#defai .section_title_box { width: 100%; background-color: #e5eef7; border-radius: 10px; padding: 10px 30px; text-align: center; margin-bottom: 14px; }
#defai .section_title { font-size: 26px; font-weight: 800; color: #355786; letter-spacing: -1.56px; }
#defai .sub_title_box { background-color: rgba(0, 52, 107, 0.1); padding: 8px 10px; border-radius: 10px 10px 0 0; text-align: center; }
#defai .sub_title { font-size: 22px; font-weight: 700; color: #00346b; letter-spacing: -1.32px; }
#defai .text_desc {font-size: 20px;font-weight: 400;letter-spacing: -1.2px;}
#defai .text_desc p { margin-bottom: 0; }

#defai .top_banner_area { width: 100%; display: flex; justify-content: center; position: relative; margin-bottom: 70px; }
#defai .banner_left { width: 735px; height: 336px; background-color: rgba(0, 90, 176, 0.05); position: relative; border-radius: 10px 0 0 10px; }
#defai .banner_right { width: 565px; height: 336px; position: relative; }
#defai .banner_img { width: 100%; height: 100%; object-fit: cover; border-radius: 0 10px 10px 0; }
#defai .banner_text_group { padding: 27px 0 0 46px; display: flex; flex-direction: column; gap: 27px; }
#defai .banner_text_row { display: flex; align-items: flex-start; gap: 13px; }
#defai .banner_text_row .banner_content_col {}
#defai .banner_text_row .banner_content_col .intro_major_title {color: #00346B; font-size: 20px; font-weight: 700; letter-spacing: -1.2px;}
#defai .dot_icon { width: 6px; height: 6px; background-color: #00346b; border-radius: 50%; margin-top: 10px; flex-shrink: 0; }

#defai .banner_btn_group { position: absolute; top: 284px; left: 0; display: flex; width: 100%; }
#defai .btn_blue_light { background-color: #005ab0; width: 50%; height: 52px; display: flex; align-items: center; justify-content: center; padding: 0; border-radius: 0 0 0 10px; color: #fff; font-size: 18px; font-weight: 600; cursor: pointer; gap: 12px; }
#defai .btn_blue_dark { background-color: #00346b; width: 50%; height: 52px; display: flex; align-items: center; justify-content: center; padding: 0; color: #fff; font-size: 18px; font-weight: 600; cursor: pointer; gap: 12px; }
#defai .btn_blue_dark a { color: #fff; }
#defai .btn_icon_circle { width: 28px; height: 28px; background-color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
#defai .btn_icon_img { width: 16px; height: 16px; }
#defai .btn_icon_img_lg { width: 16px; height: 16px; }

#defai .curriculum_row { display: flex; justify-content: space-between; width: 100%; margin-bottom: 70px; align-items: stretch; }
#defai .curriculum_col { width: 640px; display: flex; flex-direction: column; gap: 5px; height: 100%; }
#defai .curriculum_content { background-color: #fff; border: 1px solid #e4e6eb; border-top: none; border-radius: 0 0 10px 10px; padding: 20px 0; text-align: center; }
#defai .sub_title_box { background-color: rgba(0, 52, 107, 0.1); padding: 8px 10px; border-radius: 10px; text-align: center; flex-shrink: 0; }

/* New class for individual curriculum items - flex: 1 to fill height */
#defai .curriculum_item_box { background-color: #fff; border: 1px solid #e4e6eb; border-radius: 10px; padding: 10px; display: flex; align-items: center; justify-content: center; text-align: center; min-height: 50px; font-size: 20px; font-weight: 400; letter-spacing: -1.2px; flex: 1; }

#defai .info_list_col { width: 640px; display: flex; flex-direction: column; gap: 14px; }
#defai .info_item {background-color: #fff;border: 1px solid #e4e6eb;border-radius: 10px;padding: 10px 40px;display: flex;align-items: center;justify-content: center;text-align: center;min-height: 54px;}
#defai .info_item_lg { min-height: 78px; }

/* Scholarship (Single Box) */
#defai .scholarship_single_box { background-color: #fff; border: 4px solid #e5eef7; border-radius: 10px; padding: 40px 10px; display: flex; align-items: center; justify-content: center; text-align: center; width: 100%; margin-bottom: 70px; }
#defai .scholarship_content { font-size: 22px; font-weight: 700; color: #00346b; letter-spacing: -1.32px; word-break: keep-all; }

#defai .experience_grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; width: 100%; margin-bottom: 70px; }
#defai .exp_card {background-color: #fff;border: 1px solid #e4e6eb;border-radius: 10px;padding: 25px 28px;min-height: 190px;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;text-align: left;gap: 15px;}
#defai .exp_card .text_desc{padding-right: 10%;word-break: keep-all;}
#defai .exp_icon_area { width: 100%; display: flex; justify-content: flex-end; }
#defai .exp_icon { height: 29px; width: auto; }

#defai .practice_area { background-color: #e5eef7; padding: 51px 0; width: 100%; display: flex; justify-content: center; }
#defai .practice_inner { width: 1300px; display: flex; justify-content: center; position: relative; }
#defai .practice_slide { width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 20px; }

#defai .practice_slide .slick-slide { margin: 0; }
#defai .practice_slide .slick-list { margin: 0; }
#defai .practice_card { width: calc((100% - 40px) / 3); height: 300px; border-radius: 10px; position: relative; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.05); display: flex; flex-direction: column; justify-content: flex-end; }

#defai .practice_img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
#defai .practice_label { position: relative; z-index: 2; background-color: rgba(0, 52, 107, 0.7); color: #fff; font-size: 18px; font-weight: 700; text-align: center; padding: 8px 10px; border-radius: 0 0 10px 10px; }

#defai .quote_btn { position: absolute; top: 50%; transform: translateY(-50%); width: 60px; height: 60px; background-color: #fff; border-radius: 50%; display: flex; justify-content: center; align-items: center; box-shadow: 0 4px 10px rgba(0,0,0,0.1); z-index: 10; cursor: pointer; }
#defai .quote_left { left: -80px; }
#defai .quote_right { right: -80px; }
#defai .quote_btn img { width: auto; height: 18px; }

@media screen and (max-width: 1300px) {
    #defai .new_design_wrapper { width: 100%; padding: 0 20px; }
    #defai .top_banner_area { height: auto; flex-direction: column; }
    #defai .banner_left, #defai .banner_right { width: 100%; height: auto; border-radius: 10px; }
    #defai .banner_img { border-radius: 10px; }
    #defai .banner_text_group { position: static; padding: 20px; }
    #defai .banner_btn_group { position: static; flex-direction: column; width: 100%; }
    #defai .btn_blue_light, #defai .btn_blue_dark { width: 100%; border-radius: 5px; margin-bottom: 5px; padding: 10px; justify-content: center; }
    #defai .curriculum_row { flex-direction: column; gap: 20px; }
    #defai .curriculum_col { width: 100%; }
    #defai .info_list_col { width: 100%; }
    #defai .experience_grid { grid-template-columns: repeat(2, 1fr); }
    #defai .practice_inner { width: 100%; padding: 0 20px; }
    #defai .practice_card { width: calc((100% - 20px) / 2); max-width: none; }
    #defai .quote_left, #defai .quote_right { display: none; }
    #defai .top_banner_area, #defai .curriculum_row, #defai .experience_grid, #defai .scholarship_single_box { margin-bottom: 40px; }
    #defai .new_design_wrapper { padding-top: 40px; }
}

@media screen and (max-width: 768px) {
    #defai .text_desc { font-size: 16px; white-space: normal; }
    #defai .experience_grid { grid-template-columns: 1fr; }
    #defai .section_title { font-size: 22px; }
    #defai .sub_title { font-size: 18px; }
    #defai .practice_slide { gap: 15px; }
    #defai .practice_card { width: 100%; }
}
