@charset "utf-8";

#airhotel * { box-sizing: border-box; }
#airhotel {
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif;
    color: #000;
}
#airhotel .new_design_wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 80px;
}
#airhotel img { max-width: 100%; vertical-align: middle; }
#airhotel 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; }

#airhotel .new_title {
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 56px;
    letter-spacing: -2.1px;
}
#airhotel .section_title_box {
    width: 100%;
    background-color: #e5eef7;
    border-radius: 10px;
    padding: 10px 30px;
    text-align: center;
    margin-bottom: 14px;
}
#airhotel .section_title {
    font-size: 26px;
    font-weight: 800;
    color: #355786;
    letter-spacing: -1.56px;
}
#airhotel .sub_title_box {
    background-color: rgba(0, 52, 107, 0.1);
    padding: 8px 10px;
    border-radius: 10px 10px 0 0;
    text-align: center;
}
#airhotel .sub_title {
    font-size: 22px;
    font-weight: 700;
    color: #00346b;
    letter-spacing: -1.32px;
}
#airhotel .text_desc {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1.2px;
    white-space: nowrap;
}
#airhotel .text_desc p { margin-bottom: 0; }

#airhotel .top_banner_area {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 70px;
}
#airhotel .banner_left {
    width: 735px;
    height: 336px;
    background-color: rgba(0, 90, 176, 0.05);
    position: relative;
    border-radius: 10px 0 0 10px;
}
#airhotel .banner_right {
    width: 565px;
    height: 336px;
    position: relative;
}
#airhotel .banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 10px 10px 0;
}
#airhotel .banner_text_group {
    padding: 27px 0 0 46px;
    display: flex;
    flex-direction: column;
    gap: 27px;
}
#airhotel .banner_text_row {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}
#airhotel .dot_icon {
    width: 6px;
    height: 6px;
    background-color: #00346b;
    border-radius: 50%;
    margin-top: 10px;
    flex-shrink: 0;
}

#airhotel .banner_btn_group {
    position: absolute;
    top: 284px;
    left: 0;
    display: flex;
    width: 100%;
}
#airhotel .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;
}
#airhotel .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;
}

#airhotel .btn_blue_dark a{ color: #fff;}
#airhotel .btn_icon_circle {
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#airhotel .btn_icon_img {
    width: 16px; 
    height: 16px;
}
#airhotel .btn_icon_img_lg {
    width: 16px; 
    height: 16px;
}

#airhotel .curriculum_row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
}
#airhotel .curriculum_col {
    width: 640px;
    display: flex;
    flex-direction: column;
}
#airhotel .curriculum_content {
    background-color: #fff;
    border: 1px solid #e4e6eb;
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 20px 0;
    text-align: center;
}

#airhotel .info_list_col {
    width: 640px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
#airhotel .info_item {
    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: 54px;
    flex: auto;
}
#airhotel .dots-vertical {
    font-size: 50px;
    font-weight: bold;   
    color: #333;           
    text-align: center;    
    line-height: 1;        
    letter-spacing: 5px; 
    margin: 10px 0; 
  }
#airhotel .info_item_lg {
    min-height: 78px;
}

#airhotel .experience_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    width: 100%;
    margin-bottom: 70px;
}
#airhotel .exp_card {
    background-color: #fff;
    border: 1px solid #e4e6eb;
    border-radius: 10px;
    padding: 20px 28px;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
}
#airhotel .exp_icon_area {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
#airhotel .exp_icon {
    height: 29px;
    width: auto;
}

#airhotel .practice_area {
    background-color: #e5eef7;
    padding: 51px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
#airhotel .practice_inner {
    width: 1300px;
    display: flex;
    justify-content: center;
    position: relative;
}
#airhotel .practice_slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

#airhotel .practice_slide .slick-slide {
    margin: 0; 
}
#airhotel .practice_slide .slick-list {
    margin: 0; 
}
#airhotel .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;
}

#airhotel .practice_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
#airhotel .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;
}

#airhotel .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;
}
#airhotel .quote_left {
    left: -80px; 
}
#airhotel .quote_right {
    right: -80px;
}
#airhotel .quote_btn img {
    width: auto; 
    height: 18px;
}

@media screen and (max-width: 1300px) {
    #airhotel .new_design_wrapper { width: 100%; padding: 0 20px; }
    #airhotel .top_banner_area { height: auto; flex-direction: column; }
    #airhotel .banner_left, #airhotel .banner_right { width: 100%; height: auto; border-radius: 10px; }
    #airhotel .banner_img { border-radius: 10px; }
    #airhotel .banner_text_group { position: static; padding: 20px; }
    #airhotel .banner_btn_group { position: static; flex-direction: column; width: 100%; }
    #airhotel .btn_blue_light, #airhotel .btn_blue_dark { width: 100%; border-radius: 5px; margin-bottom: 5px; padding: 10px; justify-content: center; }
    
    #airhotel .curriculum_row { flex-direction: column; gap: 20px; }
    #airhotel .curriculum_col { width: 100%; }
    
    #airhotel .info_list_col { width: 100%; }
    
    #airhotel .experience_grid { grid-template-columns: repeat(2, 1fr); }
    
    #airhotel .practice_inner { width: 100%; padding: 0 20px; }
    #airhotel .practice_card { width: calc((100% - 20px) / 2); max-width: none; }
    #airhotel .quote_left, #airhotel .quote_right { display: none; }
    
    #airhotel .top_banner_area, 
    #airhotel .curriculum_row, 
    #airhotel .experience_grid { 
        margin-bottom: 40px; 
    }
    #airhotel .new_design_wrapper {
        padding-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    #airhotel .text_desc { font-size: 16px; white-space: normal; }
    #airhotel .experience_grid { grid-template-columns: 1fr; }
    #airhotel .section_title { font-size: 22px; }
    #airhotel .sub_title { font-size: 18px; }
    
    #airhotel .practice_slide { gap: 15px; }
    #airhotel .practice_card { width: 100%; }
    #airhotel .dots-vertical {display: none; }
}
