@charset "utf-8";

/*---------- 공통 인자----------*/
.bx_border *, .bx_border *:after, .bx_border *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sound_only {
    display:inline-block !important;
    position:absolute;
    top:0;
    left:0;
    margin:0 !important;
    padding:0 !important;
    font-size:0;
    line-height:0;
    border:0 !important;
    overflow:hidden !important
}
.inner_wrap {
    width:100%;
    margin:0 auto;
}
.inner_wrap2 {
    width: 100%;
    margin: 0 auto;
}
/*---------- 공통 인자----------*/


/*---------- 상단 배너----------*/
.pg_banner {
    width:100%;
    height:368px;
    /* background-image:url("/incheon/m/page_img/01_bg.png"); */
    background-size: cover;
    background-repeat: no-repeat ;
    padding: 45px 15px 100px;
    box-sizing: border-box;
    text-align: center;
}
.pg_banner h3 {
    display: inline-block;
    padding: 5px 20px;
    border: 2px solid #fff; 
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.pg_banner .banner_desc {
    padding:0px 0px 50px;
    width: 100%;
    margin: 0 auto;
}
.pg_banner .banner_desc h4 {
    text-align: center;
    color:#fff;
    font-size:18px;
}
.pg_banner .text_wrap {
    /* width: 1000px; */
    text-align: center;
    display: block;
    margin-bottom: 22px;
    margin-top: 32px;
}
.pg_banner #text_01 {
    display: inline-block;
    color: #000;
    background-color: #fffa1b;
    font-size: 16px;
    padding: 6px 18px;
    border-radius: 25px;
    background: rgb(255,140,0);
    background: linear-gradient(90deg, rgba(255,140,0,1) 0%, rgba(255,226,0,1) 100%);
}
.pg_banner #text_02 {
    display: inline-block;
    color: #fff;
    background-color: #0066FF;
    font-size: 16px;
    padding: 6px 18px;
    border-radius: 25px;
    margin-top: 10px;
}
.pg_banner #text_03 {
    line-height: 1.6;
}
.pg_banner #text_04 {
    font-size: 22px;
    color: #fffa1b;
    line-height: 1.5;
}

/*---------- 상단 배너----------*/


/*---------- 상단 버튼----------*/
#nav_list {
 text-align: center;   
 margin-top: 24px;
 margin-bottom: 24px;
}
#nav_list li {
    background-color: #0066FF;
    padding:12px 5px;
    width: 120px;
    height: 64px;
    transition:.2s ease;
    font-weight: 400;
    display: inline-block;
    color: #8d8d8d;
    box-shadow: 3px 3px 1px rgba(113,113,113,0.2);
    border-radius: 5px;
    vertical-align: middle;
}
#nav_list li + li{
    margin-left:5px;
}
#nav_list li a {
    font-size: 17px;
    color: #FFF;
    font-weight: bold;
}
/**#nav_list li:hover {
    background-color: #0066FF;
    font-weight: 600;
    box-shadow: inset 5px 5px 5px rgba(0, 74, 184, 0.9)
}**/
#nav_list .kakao_link{
    background-color: #4b382b;
    padding: 22px 5px;
    width:96px;
}
#nav_list .kakao_link a {
    color: #fff000;
}
/**#nav_list .kakao_link:hover {
    background-color: #4b382b;
    box-shadow: inset 5px 5px 5px rgba(34, 21, 2, 0.9)  
}
#nav_list .kakao_link:hover a {
    color: #fff000;
}**/
#nav_list .request_li {  
    background-color: #b5b5b5;  
    padding:12px 5px;
    width:96px;
}



/*---------- 상단 버튼----------*/


/*---------- 상단 정보----------*/
#class_info {
    width:100%;
    margin:40px auto 40px;
    padding:0 15px;
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 41px;
    align-items: flex-start;
}

#class_info h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 42px;
    color: #0066ff;
    
}

#class_info .info_list {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
}
#class_info .info_list dt {
    color: #919191;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 0px;
    border-radius: 20px;
    width:67px;
    text-align: left;
}
#class_info .info_list dd {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-left: 8px;
    padding:8px 0;
}
#class_info .info_tel {
    color:#0e66fc !important; 
    font-weight: 800 !important;
}
/*---------- 상단 정보----------*/


/*---------- 메인 정보----------*/
#content_all .content_nav {
    border-top:1px solid #c2c2c2;
    border-bottom:1px solid #c2c2c2;
    text-align: center;
}
#content_all .content_nav ul {
    overflow: hidden;
}
#content_all .content_nav li {
    position: relative;
    float: left;
}
#content_all .content_nav li:after {
    content : "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
#content_all .content_nav li:hover:after {
   background:#0066ff;
   transition: background .2s ease;
}
#content_all .content_nav li a {
    display: block;
    font-size:15px;
    padding:15px 0;
    font-weight: 400;
    color:#b5b5b5;
}
#content_all .content_nav li:hover a {
    color:#000;
    font-weight: 700;
    transition: color .2s ease;
}
#content_all .content_nav .here_point a{
    color:#000;
    font-weight: 700;
}
#content_all .content_nav .here_point:after {
    background:#0066ff;
    transition: background .2s ease;
}

#first_info {
    padding-top: 0px;
}
/*#second_info {
    padding-top: 60px;
}*/
/*#third_info {
    padding-top: 80px;
}*/
/*#fourth_info {
    padding-top: 60px;
}*/
/*5번째 메뉴*/
#fifth_info {
    padding-top: 60px;
    background-color:#fff ;
}
/*---------- 메인 정보----------*/


/*----------연관과정----------*/
.class_board_list th {
	text-align:center;
	font-weight:600;
	height:50px;
	background:#efefef;
}
.class_board_list tr {
	border-bottom:1px solid #ddd;
}
.class_board_list td {
	height:60px;
	font-weight:400;
}
/*----------연관과정----------*/


/*----------따라다니는 메인 메뉴----------*/
.content_nav.show {
    position: fixed;
	width:100%;
    top: 0;
    left:0;
	
	margin:0 auto;
	background:#FFF;
	z-index: 9999;
}
/*----------따라다니는 메인 메뉴----------*/








/*예지쌤 추가본*/

/* .pg_banner h3 {
    display: inline-block;
    padding: 12px 50px;
    border: 2px solid #FFF; 
    border-radius: 30px;
    color: #FFF;
    font-size: 24px;
    font-weight: normal;
}

.pg_banner #text_01 {
    color: #000;
    background-color: #fffa1b;
    font-size: 20px;
    padding: 6px 18px;
    border-radius: 25px;
    background: rgb(255,140,0);
    background: linear-gradient(90deg, rgba(255,140,0,1) 0%, rgba(255,226,0,1) 100%);
}

.pg_banner #text_02 {
    color: #fffa1b;
    background-color: #0066FF;
    font-size: 20px;
    padding: 6px 18px;
    border-radius: 25px;
    margin-left: 10px;
}

#nav_list li {
    width: 240px;
    height: 80px;
    transition:.2s ease;
    font-weight: 400;
    display: inline-block;
    color: #8d8d8d;
    box-shadow: 3px 3px 1px rgba(113,113,113,0.2);
    border-radius: 15px;
}
#nav_list li:hover {
    box-shadow: inset 5px 5px 5px rgba(0, 74, 184, 0.9)
}
#nav_list li a {
    font-size: 26px;
    color: #FFF;
    font-weight: bold;
}


#class_info .info_list dd {
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-left: 15px;
} */
