@charset "utf-8";

/* s_visual */
#sub_top_Wrap{position: relative;}

.s_visual{
    position: relative; width: 100%; height: 500px; box-sizing: border-box;
    background: url(/images/sub/visual_bg.jpg) no-repeat center center / cover;
    background-color: #0e2540;
    display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
    padding-bottom: 120px;
}
.s_visual::after{
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,.25) 55%, rgba(0,0,0,.55) 100%);
    pointer-events: none;
}
.s_visual .sv_tit{position: relative; z-index: 1; text-align: center;}
.s_visual .sv_tit h2{font-size: 56px; font-weight: 700; color: #fff; font-family: 'SUIT', sans-serif; line-height: 1.1;}




/* Sub-Menu (depth dropdown pills) */
.sub_menu_wrap{position: relative; width: 100%; z-index: 2; margin-top: 40px;}
.sub_menu_wrap .in{display: flex; align-items: center; justify-content: center; gap: 12px;}

.sub_menu_wrap .m_home{
    width: 45px; height: 45px; flex-shrink: 0; border-radius: 50%; background-color: rgba(255,255,255,.15);
    display: flex; align-items: center; justify-content: center;
}
.sub_menu_wrap .m_home a{
    display: block; width: 18px; height: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9.5 12 3l9 6.5V21a1 1 0 0 1-1 1h-5v-7H9v7H4a1 1 0 0 1-1-1V9.5Z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.sub_menu_wrap .m_dep_box{position: relative;}
.sub_menu_wrap .m_dep_tit{
    position: relative; display: flex; align-items: center;
    min-width: 237px; height: 45px; padding: 0 45px 0 24px; box-sizing: border-box;
    background: #fff; border-radius: 30px; cursor: pointer;
    font-size: 16px; font-family: 'SUIT', sans-serif; color: #000; white-space: nowrap;
}
.sub_menu_wrap .m_dep_tit::after{
    content: "";
    position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
    width: 12px; height: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2342A6BC' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
    transition: transform .2s;
}
.sub_menu_wrap .m_dep_tit.m_on::after{transform: translateY(-50%) rotate(180deg);}


.sub_menu_wrap .m_dep_box .smenu{
    display: none;
    position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%);
    min-width: 237px; background: #fff; border-radius: 16px; padding: 10px 0;
    box-shadow: 0 15px 30px rgba(0,0,0,.15); list-style: none; text-align: left; z-index: 3;
}
.sub_menu_wrap .m_dep_box .smenu li a{display: block; padding: 8px 20px; font-size: 15px; font-family: 'SUIT', sans-serif; color: #666;}
.sub_menu_wrap .m_dep_box .smenu li a:hover,
.sub_menu_wrap .m_dep_box .smenu li a.on,
.sub_menu_wrap .m_dep_box .smenu li.s_on a{color: #42A6BC;}

@media all and (max-width: 1919px){
    .s_visual .sv_tit h2{font-size: 48px;}
}
@media all and (max-width: 1024px){
    .s_visual{height: 400px; padding-bottom: 90px;}
    .s_visual .sv_tit h2{font-size: 42px;}
    .sub_menu_wrap{margin-top: 35px;}
    .sub_menu_wrap .m_dep_tit{min-width: 200px; height: 42px; padding: 0 38px 0 20px; font-size: 15px;}
    .sub_menu_wrap .m_dep_box .smenu{min-width: 200px;}
}
@media all and (max-width: 768px){
    .s_visual{height: 340px; padding-bottom: 70px;}
    .s_visual .sv_tit h2{font-size: 36px;}
    .sub_menu_wrap .in{gap: 10px;}
    .sub_menu_wrap .m_home{width: 40px; height: 40px;}
    .sub_menu_wrap .m_home a{width: 16px; height: 16px;}
    .sub_menu_wrap .m_dep_tit{min-width: 0; height: 40px; padding: 0 36px 0 18px; font-size: 15px;}
    .sub_menu_wrap .m_dep_tit::after{right: 18px;}
    .sub_menu_wrap .m_dep_box .smenu{min-width: 180px;}
    .sub_menu_wrap .m_dep_box .smenu li a{font-size: 15px; padding: 7px 18px;}
}
@media all and (max-width: 500px){
    .s_visual{height: 320px; padding-bottom: 55px;}
    .s_visual .sv_tit h2{font-size: 32px;}
    .sub_menu_wrap{margin-top: 30px;}
    .sub_menu_wrap .in{gap: 8px;}
    .sub_menu_wrap .m_home{width: 36px; height: 36px;}
    .sub_menu_wrap .m_home a{width: 14px; height: 14px;}
    .sub_menu_wrap .m_dep_tit{height: 38px; padding: 0 32px 0 16px; font-size: 15px;}
    .sub_menu_wrap .m_dep_tit::after{right: 16px;}
    .sub_menu_wrap .m_dep_box .smenu{min-width: 160px;}
    .sub_menu_wrap .m_dep_box .smenu li a{font-size: 15px; padding: 6px 16px;}
}



#pageCont{padding: 120px 0;}

#subTitle { text-align: center; color:#000000; font-size:40px; font-weight: 700; line-height: 1.2em; margin-bottom: 100px;}

@media all and (max-width: 1024px){
    #pageCont{padding: 110px 0;}
    #subTitle{font-size: 36px; margin-bottom: 70px;}
}
@media all and (max-width: 768px){
    #pageCont{padding: 100px 0;}
    #subTitle{font-size: 32px; margin-bottom: 60px;}
}
@media all and (max-width: 500px){
    #pageCont{padding: 90px 0;}
    #subTitle{font-size: 28px; margin-bottom: 50px;}
}
