@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul {
    padding-left: 0 !important;
    margin-left: 0; /* 필요시 같이 제거 */
    list-style-position: inside; /* 옵션: 들여쓰기 없이 리스트 마크업 보이게 */
}
ul, ol{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    margin-bottom:0;
}
a,
 {
  color: inherit;         /* 부모 색상 상속 */
  text-decoration: none;  /* 밑줄 제거 */
}
body {
  color: #000;
}
/*공통 디자인*/
.ict_title {
    margin: 3rem 0;
    font-size: 1.5rem;
}
.sub_title {
    margin: 1.5rem 0;
    line-height: 1.5;
}
.red {
    color: #dc3545;
}
.ict_title,
.sub_title{
    font-weight: bold;
}
.ict_title a,
.sub_title a{
  display: inline;
}
.sub_title::before, .ict_title::before {
    content: " ◆ ";
    font-size: 0.5em;
    font-weight: bold;
    color: #d60000;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
}
.d_flex_layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*상단 배너 이미지*/
.subVisual_inner._job {
    background-image: url(../img/renew_subVisual_jobSub.jpg);
    height: 255px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.head_title{
    text-align:center;
    font-weight:bold;
    margin-top:50px;
}
/*=======0. 서울 과정소개페이지-tab start ======*/
/*tab li*/
.Seoul_Course_info {
    width: 100%;
    padding: 20px 0;
}

.Seoul_Course_info ul {
    display: flex;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.detailMenu {
    padding: 12px;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
    font-weight: 500;
    color: #666;
    white-space: nowrap;
    user-select: none;
}

/* active 상태 디자인 */
.detailMenu.active {
    color: #dc3545;
    font-weight: 600;
    display: inline;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: red;
    text-underline-offset: 10px;
    /* 선과 텍스트 사이 간격 */
}
/* 컨텐츠 영역 */
.content-section {
    display: none;
    background-color: white;
    margin: 20px;
}

.content-section.active {
    display: block;
}
/*=======서울 과정소개페이지-tab end ======*/

/*========1.tab 개요==========*/
.SCIT_outline .SCIT_outline-sec {
    display: flex;
    align-items: flex-start; /* 필요 시 이미지와 텍스트의 수직 정렬 조정 */
    gap: 40px; /* 이미지와 설명 사이 여백 */
}

.SCIT_outline .SCIT_outline-sec .SCIT_outline_img {
    width:500px;
    height:500px;
}
.SCIT_outline .SCIT_outline-sec .SCIT_outline_img img{
    width:100%;
}
.SCIT_outline .SCIT_outline-sec .text {
    flex: 1; /* 나머지 공간 차지 */
}
.SCIT_outline .SCIT_outline-sec .text .tit_master span{
    margin-top: 10px;
    font-size: 20px;
    color: #ccc;
    font-weight: 300;
}
/*2 tab. 커리큘럼*/
.curriculum .curriculum-sec{
    border: 1px solid #dd2726;
    border-radius: 5px;
    overflow: hidden;
}
.curriculum .curriculum-sec p{
    padding: 2% 5%;
    font-size: 20px;
    color:#313131;
    text-align: center;
    line-height: 1.8;
}

.ict-table {
    width: 100%;
    border-collapse: collapse;
}
.ict-table th, .ict-table td {
    border: 1px solid #ccc;
    padding: 20px;
    text-align: left;
}

.ict-table .col-title {
    font-weight: bold;
    background-color: #f9f9f9;
}
.Consult_inquiry{
    margin-top:50px;
    padding:2% 5%;
    border: 1px solid black;
    border-radius:10px;
    line-height: 1.8;
}
/*3.tab 교수진/학사관리*/
/*3.1교수진*/
.list_professor .professor._type01 {
     border-color: #566797;
     background: #f8fafe;
}
.list_professor .professor._type01 .subject {
    background: #566797;
}
.list_professor .subject {
    position: absolute;
    top: 0;
    left: 3rem;
    box-sizing: border-box;
    min-width: 8rem;
    line-height: 3rem;
    padding: 0 1rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.list_professor .name {
    display: flex;
    padding: 6rem 3rem 3rem;
    word-break: keep-all;
    background: #fff;
    margin:0;
}
.list_professor .professor {
    position: relative;
    width: calc((100% - 4rem) / 2);
    margin-top: 4rem;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    overflow: hidden;
}

.list_professor .professor._type01 .career {
    border-top: 1px solid #dde1ea;
}
.list_professor .career {
    padding: 3rem;
}
.list_professor .professor._type01 .list_style_dash {
    color: #566797;
}

.list_professor .professor._type02 {
    border-color: #e31b32;
    background: #fef8f8;
}
.list_professor .professor._type02 .subject {
    background: #e31b32;
}
.list_professor .professor._type02 .career {
    border-top: 1px solid #f9d1d6;
}
.list_professor .professor._type02 .list_style_dash {
    color: #e31b32;
}
/*3.2멘토단*/
.mento_list .mento {
    position: relative;
    width: calc((100% - 4rem) / 3.1);
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    overflow: hidden;
}
.mento_list .mento .liCenter {
    text-align: center;
    margin-top: 6%;
    margin-bottom: 6%;
}
.mento_list .mento .liLeft:nth-child(2) {
    font-weight: 900;
}
.mento_list .mento .liLeft {
    font-weight: 600;
    padding-left: 10%;
}
/*4. 취업현황*/
/*4.1로고 배치*/
.list_company {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 4rem;
  justify-content: start;
}

.list_company li {
  width: calc((100% - (4rem * 2)) / 6);
  box-sizing: border-box;
  border: 1px solid #e0e2e4;
  text-align: center;
}
.list_company li img {
    width: 100%;
}
/*6.모집세부사항*/
/*6.1 head baner title*/
.certificate_intro {
    padding:3rem;
    text-align: center;
    border: 6px solid #566797;
    word-break: keep-all;
}
.certificate_intro .list_style_8 {
    text-align: left;
}
.certificate_intro .list_style_8>li {
    font-weight: 600;
}
.certificate_intro .list_style_8>li+li {
    margin-top: 1.2rem;
}
/*6.2 table*/
.seoul_table {
    width: 100%;
    border-top: 1px solid #888;
}
.seoul_table thead tr{
    text-align: center;
}
.seoul_table th {
    padding: 15px 20px;
    color: #000;
    border-bottom: 1px solid #e0e2e4;
    background: #f7f8f9;
    font-weight: 300;
    line-height: 1.5;
}
.seoul_table td.left {
    text-align: left;
}
.seoul_table td {
    padding: 15px 20px;
    color: #555;
    text-align: center;
    border-bottom: 1px solid #e0e2e4;
    line-height: 1.5;
    word-break: break-word;
}
/*6.3 신청하기 버튼*/

.seoul_course_btngroup{
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    gap:  2rem;
}

.seoul_course_apply_btn {
    text-align: center;

}
.seoul_course_apply_btn a {
    font-size: 1.4rem;
    padding: 1rem;
}
.btn_fillDark {
    border: 1px solid #454c60;
    background: #454c60;
    color: white;
    font-weight: 500;
    padding:0.5rem 0;
}
.recruit_map{
    padding: 3rem;
    border: 1px solid #e0e2e4;
    text-align: center;
}
.recruit_map img{
    max-width: 100%
}

.slider_seoul .slider-track{
    column-gap: 40px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.slider_seoul .slider-track li{
    align-items: center;
    text-align: center;
    width: calc(100% / 3 - 40px);
    margin-bottom: 20px;
}
.slider_seoul .slider-track li img{
    width:100%;
}
