@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:1080px;
    margin:0 auto;
}
.inner_wrap2 {
    width: 1200px;
    margin: 0 auto;
}
/*---------- 공통 인자----------*/


/*---------- 상단 배너----------*/
.pg_banner {
    width:100%;
    height:360px;
    /* background-image:url("/incheon/page_img/page_main.png"); */
    background-size: cover;
    background-repeat: no-repeat ;
    padding: 80px 0px 100px;
    box-sizing: border-box;
    text-align: center;
}
.pg_banner h3 {
    display: inline-block;
    padding: 12px 50px;
    border: 2px solid #000; 
    border-radius: 30px;
    color: #000;
    font-size: 24px;
    font-weight: normal;
}
.pg_banner .banner_desc {
    padding:45px 0px 50px;
    width: 1200px;
    margin: 0 auto;
}
.pg_banner .banner_desc h4 {
    color:#000;
    font-size:40px;    
}
.pg_banner .text_wrap {
    /* width: 1000px; */
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.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;
}

/*---------- 상단 배너----------*/



/*---------- 상단 배너(관리교사 지정 x)----------*/
.pg_banner_x {
    width:100%;
    height:360px;
    background-size: cover;
    background-repeat: no-repeat ;
    padding: 80px 0px 100px;
    box-sizing: border-box;
    text-align: center;
}
.pg_banner_x h3 {
    display: inline-block;
    padding: 12px 50px;
    border: 2px solid #fff; 
    border-radius: 30px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}
.pg_banner_x .banner_desc {
    padding:45px 0px 50px;
    width: 1200px;
    margin: 0 auto;
}
.pg_banner_x .banner_desc h4 {
    color:#fff;
    font-size:40px;    
}
.pg_banner_x .text_wrap {
    /* width: 1000px; */
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.pg_banner_x #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_x #text_02 {
    color: #fffa1b;
    background-color: #0066FF;
    font-size: 20px;
    padding: 6px 18px;
    border-radius: 25px;
    margin-left: 10px;
}

/*---------- 상단 배너----------*/

.teacher_list_rolling {
    z-index: 100;
}





/*---------- 상단 버튼----------*/
#nav_list {
 text-align: center;   
 margin-top: 46px;
 z-index: 1000;
 position: relative;
}
#nav_list li {
    background-color: gray;
    padding-top: 22px;
    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 + li{
    margin-left:25px;
}
#nav_list li a {
    font-size: 26px;
    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: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 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:first-child{
    animation-name: colorChange;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@keyframes colorChange {
    from {background-color: #8d8d8d;}
    to {background-color: #0066ff;}
}
/*---------- 상단 버튼----------*/


/*---------- 상단 정보----------*/
#class_info {
    width:950px;
    margin:58px auto 110px;
}
#class_info dl {
    overflow: hidden;
}
#class_info .info_list {
    float: left;
    width: 45%;
    margin-top: 30px;
}
#class_info .info_list:nth-child(odd) {
    width: 55%;
}
#class_info .info_list dt {
    display: inline-block;
    background: #0e66ff;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    padding: 8px 18px;
    border-radius: 20px;
    width:110px;
    text-align: center;
}
#class_info .info_list dd {
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-left: 15px;
}
#class_info .info_list_all:nth-child(odd) {
    width: 100%;
}
#class_info .info_list_all {
    float: left;
    width: 100%;
    margin-top: 30px;
}
#class_info .info_list_all dt {
    display: inline-block;
    background: #0e66ff;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    padding: 8px 18px;
    border-radius: 20px;
    width:110px;
    text-align: center;
}
#class_info .info_list_all dd {
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-left: 15px;
}
#class_info .info_tel {
    color:#0e66fc !important; 
    font-weight: 800 !important;
    font-size: 22px !important;
}
/*---------- 상단 정보----------*/


/*---------- 메인 정보----------*/
#content_all .content_nav {
    border-top:1px solid #c2c2c2;
    border-bottom:1px solid #c2c2c2;
    text-align: center;
}
#content_all .content_nav li {
    position: relative;
    display: inline-block;
}
#content_all .content_nav li + li{
    margin-left: 40px;
}
#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:25px;
    padding:15px 20px;
    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: 60px;
}
#second_info {
    padding-top: 60px;
}
#third_info {
    padding-top: 60px;
}
#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;
} */