<style >
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(/assets/css/font/NotoSansKR-Thin.woff2) format('woff2'),
    url(/assets/css/font/NotoSansKR-Thin.woff) format('woff'),
    url(/assets/css/font/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(/assets/css/font/NotoSansKR-Light.woff2) format('woff2'),
    url(/assets/css/font/NotoSansKR-Light.woff) format('woff'),
    url(/assets/css/font/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/css/font/NotoSansKR-Regular.woff2) format('woff2'),
    url(/assets/css/font/NotoSansKR-Regular.woff) format('woff'),
    url(/assets/css/font/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(/assets/css/font/NotoSansKR-Medium.woff2) format('woff2'),
    url(/assets/css/font/NotoSansKR-Medium.woff) format('woff'),
    url(/assets/css/font/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(/assets/css/font/NotoSansKR-Bold.woff2) format('woff2'),
    url(/assets/css/font/NotoSansKR-Bold.woff) format('woff'),
    url(/assets/css/font/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(/assets/css/font/NotoSansKR-Black.woff2) format('woff2'),
    url(/assets/css/font/NotoSansKR-Black.woff) format('woff'),
    url(/assets/css/font/NotoSansKR-Black.otf) format('opentype');
}

body {
    font-family: 'Noto Sans KR';
    letter-spacing: -0.5px;
}

* {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: none;
}



/*공통*/

.content_wrap {
    width: 1250px;
    margin: 0 auto;
}

.font-white {
    color: #fff;
}

/* 2022.01.22 이수봉 100px -> 1px로 변경 */
#new_main {
    margin-bottom: 1px;
}

/*공통*/

/*헤더*/

.menu_wrap {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 15px 0;
    
    background: #2843a1;
    color : white;
    font-size: 20px;      

}

/* 2022.05.03 이수봉 폰트 17 -> 20 */
/* width: 16.3% -> 16 */
.menu_wrap .head_menu li {
    display: inline-block;
    width: 16%;
    font-size: 18px;
    vertical-align: top;
}

.menu_wrap .head_menu .top_menu li {
    border-right: 1px solid #d1d1d1;
    text-align: center;
    cursor: pointer;
}

/* color: #0056db  */
.menu_wrap .head_menu .top_menu li:hover {
    color: red;
    font-weight: 600;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.menu_wrap .head_menu .top_menu li a {
    color: white;
}

.menu_wrap .head_menu .top_menu li a:hover {
    color: yellow;
}

.menu_wrap .head_menu .top_menu li:last-child {
    border-right: 0;

}

/*block  */

.menu_on {
    display: block !important;
}

.open_menu {
    background: #fff;
    position: absolute;
    width: 100%;
    border-top: 1px solid #d1d1d1;
    margin-top: 15px;
    padding: 20px 0 0 40px;
    border-bottom: 1px solid #d1d1d1;
    z-index: 10;
    text-align: left;
}

.open_menu .content_wrap > li > ul > b {
	color: red;
	font-weight: bold;
}
.menu_wrap .open_menu > li {
    display: inline-block;
    width: 24%;
}

.menu_wrap .open_menu ul li ul li {
    display: block;
    width: 100%;
    line-height: 1.8;
    cursor: pointer;
}

.menu_wrap .open_menu ul li ul li:hover {
    color: #0056db;
    font-weight: 600;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.menu_wrap .open_menu ul .depth_3 b {
    font-weight: 500;
}

/* 안태영 width 130px 추가 150 */
/* 2022.06.27 이수봉 130px -> 150변경 */
.menu_wrap .open_menu ul .depth_3 ul {
	width: 150px;
    border-top: 1px solid #d1d1d1;
    padding: 20px 0;
}

.menu_wrap .open_menu ul .depth_3 ul:first-child {
    border-top: 0;
    padding: 0 0 20px 0;
}

/* 2022.05.17 이수봉 폰트사이즈 조정 16->18*/
.menu_wrap .open_menu ul .depth_3 ul li {
    list-style: circle !important;
    font-size: 18px;
    list-style-position: inside;
    color: #4e4e4e;
}

.header_wrap {}

.header_wrap .gnb {
    padding: 10px 0;
}

.header_wrap .gnb .logo {
    display: inline-block;

}

.header_wrap .gnb .gnb_list {
    display: inline-block;
    float: right;
    margin-top: 14px;

}


.header_wrap .gnb .gnb_list .gnb_item {
    padding: 0 10px;

}

.header_wrap .gnb .gnb_list li {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}

.header_wrap .gnb .gnb_list li:first-child {
    border-right: 1px solid #c5c5c5;
}


.header_wrap .gnb .gnb_list .btn_item {
    border: 1px solid #c5c5c5;
    border-radius: 20px;
    padding: 5px 15px 7px 15px;
    margin-left: 3px;
}

.header_wrap .gnb .gnb_list .btn_item:hover {
    background: #ededed;
}

/*헤더*/

/*교육선택섹션*/
/* 2022.01.22 이수봉 height:550 -> 500으로 변경*/
#new_main .section_1 {
    background: #eff2f7;
    height: 520px;
}

#new_main .section_1 h4 {
    font-size: 20px;
    padding: 30px 0 20px 0;
}

#new_main .section_1 .lec_box .lec_box_1,
#new_main .section_1 .lec_box .lec_box_2,
#new_main .section_1 .lec_box .lec_box_3,
#new_main .section_1 .lec_box .lec_box_4 {
    display: inline-block;
    text-align: center;
    float: left;
    vertical-align: top;
}

#new_main .section_1 .lec_box .lec_box_1 {
    width: 47px;
}

#new_main .section_1 .lec_box .lec_title {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    padding: 11px 0;
}


#new_main .section_1 .lec_box .lec_box_1 div,
#new_main .section_1 .lec_box .lec_box_2 div,
#new_main .section_1 .lec_box .lec_box_3 div,
#new_main .section_1 .lec_box .lec_box_4 div {
    width: 100%;
}

#new_main .section_1 .lec_box .lec_box_1 .box_1_2,
#new_main .section_1 .lec_box .lec_box_1 .box_1_3 {
    writing-mode: vertical-rl;
    text-orientation: upright;
}

#new_main .section_1 .lec_box .lec_box_1 .box_1_1 {
    height: 60px;
}

#new_main .section_1 .lec_box > div > div > ul > li {
    background: #fff;
    border: 1px solid #c6ccd7;
    display: inline-block;
    width: 32.5%;
    float: left;
    margin: 4px 2px;
    vertical-align: top;
    border-radius: 10px;
   /*  padding-top: 30px; */
    height: 155px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1.2;
}

#new_main .section_1 .lec_box > div > div > ul > li:hover {
    background: #f3f5fc;
    border: 1px solid #2843a1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#new_main .section_1 .lec_box .lec_box_3 > div > ul > li {
    width: 97%;
}

/* 안태영 추가 a태그 전체영역*/
#new_main .section_1 .lec_box > div > div > ul > li a {
	display: block;
	height: 80%;
	padding-top: 30px;
}


#new_main .section_1 .lec_box > div > div > ul > li img {
    display: block;
    height: 42px;
    margin: 0 auto;
    margin-bottom: 15px;
}


#new_main .section_1 .lec_box .box_1_2 {
    background: #d7dbff;
    height: 165px;

}

#new_main .section_1 .lec_box .box_1_3 {
    background: #d5e9ff;
    height: 165px;
}

#new_main .section_1 .lec_box > div > div {
    font-size: 20px;

}

#new_main .section_1 .lec_box .lec_box_2 {
    width: 530px;
}

#new_main .section_1 .lec_box .lec_box_3 {
    width: 175px;
    margin: 0 4px;
}

#new_main .section_1 .lec_box .lec_box_4 {
    width: 530px;
}

/*교육선택섹션*/

/*센터퀵버튼*/
/* 2022.01.22 이수봉 높이 100에서 90으로 조정*/
#new_main .section_2 {
    position: relative;
    height: 90px;
}

#new_main .section_2 .quick_wrap {
    background: #2843a1;
    padding: 27px 0;
    position: absolute;
    width: 1237px; /* 안태영 2022-02-25 수정 기존 : 100%;*/
    top: -36px;  /* 안태영 2022-02-25 수정 기존 : -44%;*/
    height: 8px;  /* 안태영 2022-02-25 수정 기존 : 없음 ;*/
}

#new_main .section_2 .quick_wrap ul li {
    display: inline-block;
    width: 24.5%;
    border-right: 1px solid #798bc4;
    margin-top: -11px; /* 안태영 2022-02-25 수정 기존 : 없음 ;*/
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}


#new_main .section_2 .quick_wrap ul li:last-child {
    border-right: 0;
}

#new_main .section_2 .quick_wrap ul li img {
    vertical-align: bottom;
    margin-right: 10px;
}

#new_main .section_2 .quick_wrap ul li p {
    display: inline-block;
}

#new_main .section_2 .quick_wrap ul li a {
    display: inline-block;
    color: #fff;
    line-height:1.4;   /* 안태영 2022-02-25 수정 기존 : 없음 ;*/
}


/*센터퀵버튼*/

/*이미지버튼*/

#new_main .section_3 .img_ban_btn {
    display: inline-block;
    width: 24.6%;
    padding: 47px 35px;
    box-sizing: border-box;
    height: 250px;
    position: relative;
    background-size: cover;
}

#new_main .section_3 .img_ban_btn:first-child {
    background-image: url(/assets/images/user/main/img-btn-bg1.png);
}

#new_main .section_3 .img_ban_btn:nth-child(2) {
    background-image: url(/assets/images/user/main/img-btn-bg2.png);
}

#new_main .section_3 .img_ban_btn:nth-child(3) {
    background-image: url(/assets/images/user/main/img-btn-bg3.png);
}

#new_main .section_3 .img_ban_btn:nth-child(4) {
    background-image: url(/assets/images/user/main/img-btn-bg4.png);
}

#new_main .section_3 .img_ban_btn h6 {
	color : white;
    font-size: 26px;
}

#new_main .section_3 .img_ban_btn p {
    font-size: 17px;
}

#new_main .section_3 .img_ban_btn img {
    position: absolute;
    top: 48px;
    right: 25px;
}


/*        이미지버튼*/

/*        게시판*/

#new_main .section_4 {
    padding: 60px 0;
}

#new_main .section_4 .td-box {
    display: inline-block;
    width: 31.6%;
    position: relative;
    margin-right: 25px;
}

#new_main .section_4 .td-box:last-child {
    margin-right: 0px;
}

#new_main .section_4 .td-box h6 {
    font-size: 24px;
    font-weight: 500;
}

#new_main .section_4 .td-box #a2 {
    position: absolute;
    right: 0;
    top: 34px;
    font-size: 51px;
    color: #b8b8b9;
    line-height: 0;
}

#new_main .section_4 .td-box a:hover {
    color: #181818;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#new_main .section_4 .td-box ul {
    padding: 20px 0;
    border-top: 1px solid #a3a3a3;
    border-bottom: 1px solid #a3a3a3;
    margin-top: 20px;
    font-size: 17px;
    line-height: 2;
}

#new_main .section_4 .td-box ul li {
    cursor: pointer;
}

#new_main .section_4 .td-box ul li:hover {
    font-weight: 500;
    text-decoration: underline;
}

/* #new_main .section_4 .td-box ul li span{
    font-weight: 500;
    background: #fa9f05;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 1;
    box-sizing: border-box;
    padding: 3px 0px 6px 0;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    
} */


/*        게시판*/

/*        배너존*/

#new_main .section_5 a {
    border: 1px solid #d5d5d5;
    display: inline-block;
    margin-right: 2px;
    height: 100px;
    vertical-align: top;
    text-align: center;
}

#new_main .section_5 a:last-child {
    margin-right: 0px;
}

#new_main .section_5 .ban_btn_1 {
    background-image: url(/assets/images/user/main/ban-b-1.png);
    background-size: cover;
}

#new_main .section_5 .ban_btn_1,
#new_main .section_5 .ban_btn_2 {
    width: 361px;
    box-sizing: border-box;
}

#new_main .section_5 .ban_btn_2 {
    padding: 24px 0px;
}

#new_main .section_5 .ban_btn_3 {
    background: #edf8ff;
    padding: 10px 0;
    width: 210px;
    box-sizing: border-box;
}

#new_main .section_5 .ban_btn_4 {
    width: 140px;
    box-sizing: border-box;
    padding: 20px 0;
}

#new_main .section_5 .ban_btn_5 {
    width: 140px;
    box-sizing: border-box;
    padding: 20px 0;
    margin-left: 80px;
    border: 1px solid;
}

#new_main .section_5 .ban_btn_4 p {
    font-size: 13px;
    margin-top: 5px;
}


/*        배너존*/

.right_quick {
    position: absolute;
    top: 40px;
    right: -145px;
}

.right_quick .quick_1,
.right_quick .quick_2 {
    width: 110px;
    text-align: center;
    border: 2px solid #d5deea;
    background: #fff;
    border-radius: 10px;
}

.right_quick .quick_2 {
    margin-top: 10px;
    padding: 15px 0;
}

.right_quick .quick_1 h4 {
    background: #22355f;
    color: #fff;
    font-size: 12px;
    border-radius: 10px 10px 0px 0px;
    padding:10px 0;
}

.right_quick .quick_1 li {
    font-size: 13px;
    border-bottom: 1px solid #d5deea;
    padding: 10px 0;
    cursor: pointer;
}

.right_quick .quick_1 li img {
    display: block;
    height: 26px;
    margin: 0 auto 2px auto;
}

.right_quick .quick_1 .q_call{
    font-size: 15px;
    font-weight: 500;
    color: #2843a1;
    line-height: 1;
}

.right_quick .quick_1 .q_call strong{
    font-size: 16px;
    font-weight: 800;
}

.right_quick .quick_1 .q_call span{
    font-size: 12px;
    color: #181818;
}

.right_quick .quick_2 p {
    font-size: 13px;


}

@media (max-width:1600px) {
    .right_quick {
        display: none;
    }
}


</style >
