/* ================================================================================================================
===================================================================================================================

							서브공통CSS

===================================================================================================================
=======================================================================================================

========= */
/* 2020-12-15 추가 */
#contents_area {width: 100%;margin: 0 auto;text-align: center;position: relative;}
.pg_list{width: 100%; max-width: 1280px; margin:30px auto;}
.pg_list dt{width:100%;}
.pg_list dd {height: 48px;border-bottom: 1px solid #b1ccff;}
.pg_list dd li.tit{width: 25%; font-size: 16px;}
.pg_list dd li{float: left;line-height: 48px;text-align: center;}
.pg_list dd li.txt {width: 50%;font-size: 16px;}
.pg_list dd li.btn{width:25%; text-align:center;}

.contents_path_area{width:100%;margin: 0 auto;border-bottom:1px solid #ccc; display:inline-block; margin-top:44px; margin-bottom: 36px};
.mtitle{width:100%;margin: 0 auto;display:inline-block; font-family:'Noto Sans KR',sans-serif; font-weight: 300;font-size:24pt; color: #222; letter-spacing: -0.4px; text-align:center}
.stitle{width:100%; margin: 0 auto; display:inline-block; font-family:'Roboto',sans-serif; font-weight:300;font-size:11pt; color: #505050; letter-spacing:0.4px; text-align:center; margin-top:-2px; margin-bottom: 28px}
.bottom_line{width:80px; height:3px; margin: 0 auto; background:#666}
/* 2020-12-15 추가 */
/* ////////////////// 서브내비 /////////////////// */
#section{margin-top:0%;width:100%;}
.sub_navi{width:16.66%; max-width: 320px; height:100%;float:left;}
.sub_navi::after{content: '';display: block; clear: both;}
.sub_navi>ul{max-width: 320px; margin: 0 auto;min-height:710px;}
.sub_navi>ul>li{ width: 100%; height: 56px; text-align:center; line-height: 56px; color: #000; font-size: 17px; font-weight: bold; font-family: 'NanumSquare', '나눔스퀘어'; word-break: break-word;border-bottom: 1px dotted #ccc; background-color: #fff;}
.sub_navi>ul>li>h4{background:#000; color:#ffbb00;font-weight: bold;}
.sub_navi>ul>li>span{ padding-left: 15px; border-right: 1px solid#D9D9D9; display: block; background: url(../img/comm/icon_arrow02.png) no-repeat; background-position-x: calc(100% - 15px); background-position-y: center; cursor: pointer}
.sub_navi>ul>li>a{display: block; font-weight: bold; font-family: 'NanumSquare', '나눔스퀘어'}
.sub_navi>ul>li>a:hover{background: #ffbb00;color:#fff;}
.sub_navi>ul>li.active>a{background: #ffbb00; color:#fff;}
@media screen and (max-width:992px) {
	
	.sub_navi{display: none;}
}

/* ////////////////// 서브배너 /////////////////// */
.sub_banner{width:66.66%; max-width: 1280px; margin: 30px auto; float: left;}
.sub_banner .top_banner{width: 100%; height: 200px; padding: 0 40px; margin-bottom: 60px; display: table; text-align: center; background: url(../img/sub/comm/sub_banner01.jpg) center center/cover}
.sub_banner .top_banner .txt{display: table-cell; vertical-align: middle}
.sub_banner .top_banner h2{padding-bottom: 7px; margin-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.3); color: #ffffff; font-size: 40px; font-weight: 700; font-family: 'NanumSquare', '나눔스퀘어'}
.sub_banner .top_banner p{color: #c3cfe0; font-size: 18px; font-family: 'NanumSquare', '나눔스퀘어'}
.sub_banner h3{color: #193b6a; font-size: 30px; font-weight: 700; text-align: center; font-family: 'NanumSquare', '나눔스퀘어'}
.sub_banner h3:after{content: ''; width: 4px; height: 16px; margin: 20px auto 40px; display: block; background: #193b6a; transform: rotate(15deg)}
.sub_banner h4{padding: 15px 0; position: relative; font-size: 26px; font-weight: 700; font-family: 'NanumSquare', '나눔스퀘어'; text-align: center;}
.sub_banner h4:after{content: ''; width: 4px; height: 16px; margin: 20px auto 20px; display: block; background: #333333; transform: rotate(15deg)}
@media screen and (max-width:768px) {
	.sub_banner{width:100%;}
	.sub_banner .top_banner,
	.sub_banner h3,
	.sub_banner h4{padding: 0 20px}
	
}

/* ////////////////// 서브탭메뉴 /////////////////// */
/* sub_tab */
.sub_tab{max-width: 1280px; width: 100%; margin: 0 auto 30px; display: table; table-layout: fixed}
.sub_tab ul{width: 100%; display: table; table-layout: fixed}
.sub_tab li{border: 1px solid #dadada; border-left: 0; border-bottom: 1px solid #193b6a; display: table-cell; vertical-align: middle; position: relative; text-align: center; cursor: pointer}
.sub_tab li:first-child{border-left: 1px solid #dadada}
.sub_tab li a{padding: 20px; display: block; font-size: 17px; font-family: 'NanumSquare', '나눔스퀘어'; word-break: keep-all}
.sub_tab li.on{border-color: #193b6a; border-bottom-color: #ffffff}
.sub_tab li.on:before{content: ''; height: 100%; border-left: 1px solid #193b6a; position: absolute; top: 0; left: -1px}
.sub_tab li.on:after{content: ''; width: calc(100% + 2px); border-top: 2px solid #193b6a;  border-bottom: 0; position: absolute; top: -1px; left: -1px;}
.sub_tab li.on a{color: #193b6a; font-weight: 700}
@media screen and (max-width:1050px) {
	.sub_tab{padding: 0 20px}
	.sub_content .sub_tab{padding: 0}
}
@media screen and (max-width:768px) {
	.sub_tab li a{padding: 10px; font-size: 14px}
}
/* sub_tab02 */
.sub_tab02{max-width: 1280px; width: 100%; margin: 0 auto 60px; display: table; table-layout: fixed;}
.sub_tab02 li{border: 1px solid #D3D3D3; border-left: 0; display: table-cell; vertical-align: middle; position: relative; text-align: center}
.sub_tab02 li:first-child{border-left: 1px solid #d3d3d3}
.sub_tab02 li a, .sub_tab02 li span{padding: 10px 5px; display: block; color: #4c4c4c; font-size: 14px; letter-spacing: -1px}
.sub_tab02 li.on{border-color: #757070; background: #757070}
.sub_tab02 li.on:after{content: ''; position: absolute; left: 50%; bottom: -10px; border-top: 5px solid #757070; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid transparent; transform: translate(-50%, 0)}
.sub_tab02 li.on a, .sub_tab02 li.on span{color: #ffffff}
@media screen and (max-width:768px) {
	.sub_tab02{display: flex; flex-flow: wrap}
	.sub_tab02 li{width: 50%; border-top: 0; display: block}
	.sub_tab02 li:nth-child(1),
	.sub_tab02 li:nth-child(2){border-top: 1px solid #d3d3d3}
	.sub_tab02 li:nth-child(1).on,
	.sub_tab02 li:nth-child(2).on{border-color: #193b6a}
	.sub_tab02 li:nth-child(odd){border-left: 1px solid #d3d3d3}
	.sub_tab02 li.on:after{display: none}
}

/* ////////////////// 서브콘텐츠 /////////////////// */
.sub_content{max-width:1280px; width:66.66%; min-height: 400px; margin: 0 auto; padding: 0 20px; color: #4c4c4c; font-size: 17px; line-height: 1.6em;float:left;text-align: center;}

@media screen and (max-width:992px) {
	.sub_content{width: 100%;}

}

/* ////////////////// 서브타이틀 /////////////////// */
/* sub_title */
.sub_title{margin-bottom: 40px}
.sub_title:after{content: ''; display: block; clear: both}
.sub_title .tit{padding-left: 10px; margin-bottom: 10px; border-left: 9px solid #193b6a; display: inline-block; position: relative; color: #193b6a; font-size: 20px; font-weight: 900; font-family: 'NanumSquare', '나눔스퀘어'; letter-spacing: -1px}
.sub_title .tit02{margin-bottom: 10px; color: #193b6a; font-size: 20px; font-weight: 700; letter-spacing: -1px}
.sub_title p{font-size: 15px; font-family: 'Nanum Gothic', '나눔고딕';}

/* sub_title02 */
.sub_title02{padding: 30px; margin-bottom: 50px; border: 1px solid #193b6a; font-size: 15px; font-family: 'Nanum Gothic', '나눔고딕'; text-align: justify; letter-spacing: -0.5px; box-shadow: 4px 5px 0 rgba(25,59,106,.7)}

/* sub_title03 */
.sub_title03{color: #414141; font-size: 12px; font-family: '굴림', Gulim}
.sub_title03:after{content: ''; display: block; clear: both}
.sub_title03 .tit_left{width: 120px; margin-bottom: 30px; display: block; float: left; color: #ee3a43; font-weight: bold}
.sub_title03 .tit_right{width: calc(100% - 130px); line-height: 1.4em; margin-top: 3px; margin-left: 10px; margin-bottom: 25px; display: block; float: left; vertical-align: middle;}
.sub_title03 .emp{color: #ff6000}
.sub_title03 .emp2{color: #f72831}

/* ////////////////// 넘버리스트 /////////////////// */
.list_num{counter-reset: list_num 0}
.list_num li{padding-left: 20px; position: relative; font-size: 15px; font-family: 'Nanum Gothic', '나눔고딕'; letter-spacing: -0.5px}
.list_num>li:before{content: counter(list_num)'.'; counter-increment: list_num 1; position: absolute; left: 0}
.list_num>li>ul{counter-reset: list_num 0}
.list_num>li>ul>li:before{content: counter(list_num)')'; counter-increment: list_num 1; position: absolute; left: 0}

/* ================================================================================================================
===================================================================================================================

							서브페이지

===================================================================================================================
================================================================================================================ */

/* ////////////////// 원격교육안내 /////////////////// */
/* 원격교육이란? */
.icon_list02{width: 100%; padding: 30px 0; border-bottom: 1px dashed #dedede; display: table}
.icon_list02 .num{width: 100px; display: table-cell; vertical-align: middle; color: rgba(25,59,106,.6); font-size: 60px; font-weight: 900; text-align: center; letter-spacing: -4px}
.icon_list02 .con{padding-left: 20px; display: table-cell; vertical-align: middle; letter-spacing: -1px}
.icon_list02 .con .tit{margin-bottom: 4px; color: #193b6a; font-size: 22px; font-weight: 800; word-break: keep-all}
@media screen and (max-width:525px) {
	.icon_list02 .num{width: 100%; margin-bottom: 10px; display: block; text-align: left; line-height: normal}
	.icon_list02 .con{padding: 0; display: block}
}
/* 교육운영절차 */
.step_box ol{width: 100%; display: table; text-align: center}
.step_box ol li{position: relative; margin-right: 25px; display: inline-block}
.step_box ol li:after{content: ''; position: absolute; top: 50%; right: -27px; border-top: 8px solid transparent; border-left: 8px solid #193b6a; border-right: 8px solid transparent; border-bottom: 8px solid transparent; transform: translate(0, -50%)}
.step_box ol li:nth-child(4n){margin-right: 0}
.step_box ol li:nth-child(4n):after{display: none}
.step_box ol li:last-child:after{display: none}
.step_box .step{width: 240px; height: 240px; padding: 10px; margin-bottom: 20px; border: 8px solid #193b6a; border-radius: 100%; display: inline-block; position: relative; overflow: hidden; background: #193b6a}
.step_box .step .num{width: 100%; height: 60px; line-height: 60px; color: #ffffff; font-size: 40px; font-weight: 900; text-align: center; letter-spacing: -3px;}
.step_box .step .con{width: 100%; height: calc(100% - 70px); padding: 20px; position: absolute; left: 0; bottom: 0; text-align: center; background: #ffffff}
.step_box .step .con .tit{margin-bottom: 10px; color: #193b6a; font-size: 24px; font-weight: 900; letter-spacing: -1px}
.step_box .step .con .txt{font-size: 15px; font-family: 'Nanum Gothic', '나눔고딕'; line-height: 1.2em; letter-spacing: -0.5px; word-break: keep-all}
@media screen and (max-width:1050px) {
	.step_box ol li:nth-child(4n){margin-right: 30px}
	.step_box ol li:nth-child(4n):after{display: block}
	.step_box ol li:nth-child(3n){margin-right: 0}
	.step_box ol li:nth-child(3n):after{display: none}
	.step_box ol li:last-child:after{display: none}
}
@media screen and (max-width:820px) {
	.step_box ol li:nth-child(4n){margin-right: 30px}
	.step_box ol li:nth-child(4n):after{display: block}
	.step_box ol li:nth-child(3n){margin-right: 30px}
	.step_box ol li:nth-child(3n):after{display: block}
	.step_box ol li:last-child:after{display: none}
}
@media screen and (max-width:580px) {
	.step_box ol li{margin-right: 0 !important; display: block}
	.step_box .step{margin-bottom: 40px}
	.step_box ol li:after{top: 90%; right: 50%; transform: translate(50%, 0); border-top: 8px solid #193b6a; border-left: 8px solid transparent}
}

/* ////////////////// 교육과정안내 /////////////////// */
.course_list{margin-bottom: 40px}
.course_list ul li{width: 100%; border: 1px solid #cccccc; border-top: 0; display: table}
.course_list ul li:first-child{border-top: 2px solid #193b6a}
.course_list ul li .course_img{width: 240px; padding: 20px; display: table-cell; vertical-align: middle}
.course_list ul li .course_img img{width: 200px; height: 125px}
.course_list ul li .course_txt{padding: 20px; display: table-cell; vertical-align: middle}
.course_list ul li .course_txt .tit{color: #7a7a7a; font-size: 15px}
.course_list ul li .course_txt .tit02{margin-bottom: 20px; color: #193b6a; font-size: 22px; font-weight: 700; font-family: 'Nanum Gothic', '나눔고딕'; letter-spacing: -1.5px}
.course_list ul li .course_txt .tit03{color: #4e4e4e; font-size: 15px}
.course_list ul li .course_txt .tit03 b{font-weight: 900}
.course_list ul li .course_btn{width: 145px; border-left: 1px solid #cccccc; display: table-cell; vertical-align: middle; font-size: 18px; font-weight: 700; text-align: center; background: #E8E8E8}
.course_list ul li .course_btn i,
.course_list ul li .course_btn svg{margin-bottom: 10px; font-size: 60px}
@media screen and (max-width:991px) {
	.course_list ul li .course_txt .tit02{font-size: 19px}
	.course_list ul li .course_btn{width: 120px}
}
@media screen and (max-width:768px) {
	.course_list ul li .course_img,
	.course_list ul li .course_txt{width: 100%; display: block}
	.course_list ul li .course_btn{width: 50%; padding: 20px 0; border-top: 1px solid #cccccc; border-left: 0; display: block; float: left}
	.course_list ul li .course_btn:last-child{border-left: 1px solid #cccccc}
	.course_list ul li .course_img img{width: 100%; height: auto}
}
.course_tit{margin-bottom: 20px}
.course_tit:after{content: ''; display: block; clear: both}
.course_tit .course_top{width: 100%; border: 1px solid #cccccc; border-top: 2px solid #193b6a; display: table; background: #F8F8F8}
.course_tit .course_top .course_img{width: 270px; padding: 20px 30px; display: table-cell; vertical-align: middle}
.course_tit .course_top .course_img img{width: 200px; height: 125px}
.course_tit .course_top .course_txt{padding: 20px; display: table-cell; vertical-align: middle}
.course_tit .course_top .course_txt .tit{color: #7a7a7a; font-size: 15px}
.course_tit .course_top .course_txt .tit02{margin-bottom: 20px; color: #193b6a; font-size: 22px; font-weight: 700; font-family: 'Nanum Gothic', '나눔고딕'; letter-spacing: -1.5px}
.course_tit .course_top .course_txt .tit03{color: #4e4e4e; font-size: 15px}
.course_tit .course_top .course_txt .tit03 b{font-weight: 900}
.course_tit .course_top .course_btn{width: 228px; padding: 20px 30px; display: table-cell; vertical-align: middle;}
.course_tit .course_top .course_btn .btn01{max-width: 168px; width: 100%; height: 45px; line-height: 45px; border: 1px solid #D4D4D4; display: block; text-align: center; background: #ffffff}
.course_tit .course_top .course_btn .btn02{max-width: 168px; width: 100%; height: 45px; line-height: 45px; display: block; color: #ffffff; text-align: center; background: #193b6a}
.course_tit .course_bottom{padding: 20px 30px; border: 1px solid #cccccc; border-top: 0}
.course_tit .course_bottom .course_tb{width: 100%; margin-bottom: 20px}
.course_tit .course_bottom .course_tb td{padding: 7px; padding-left: 90px; border-bottom: 1px dashed #efefef; position: relative; font-size: 14px; font-family: 'Nanum Gothic', '나눔고딕'; letter-spacing: -0.5px}
.course_tit .course_bottom .course_tb label{font-family: 'Nanum Gothic', '나눔고딕'}
.course_tit .course_bottom .course_tb b{width: 90px; position: absolute; left: 0; font-size: 17px; font-family: 'NanumSquare', '나눔스퀘어'}
.course_tit .course_bottom .bar{margin: 0 10px}
@media screen and (max-width:767px) {
	.course_tit .course_top .course_img{width: 100%; padding: 20px; display: block}
	.course_tit .course_top .course_img img{width: 100%; height: auto}
	.course_tit .course_top .course_txt{padding: 0 20px; display: block}
	.course_tit .course_top .course_txt .tit02{font-size: 19px}
	.course_tit .course_top .course_btn{width: 100%; padding: 0 20px; margin-bottom: 20px; display: block; text-align: center}
	.course_tit .course_top .course_btn .btn01,
	.course_tit .course_top .course_btn .btn02{width: calc(50% - 3px); display: inline-block; vertical-align: middle;}
	.course_tit .course_bottom{padding: 20px}
	.course_tit .course_bottom .course_tb td{display: block}
	.course_tit .course_bottom .bar{height: 0; display: block; overflow: hidden}
}
.course_con{margin-bottom: 20px}
.course_con .course_info{padding: 20px 0; border-bottom: 1px dashed #d3d3d3}
.course_con .course_info .tit{margin-bottom: 10px; color: #193b6a; font-size: 17px; font-weight: 700}
.course_con .course_info .tit:before{content: ''; width: 12px; height: 12px; margin-right: 10px; display: inline-block; background: #193b6a}
.course_con .course_info .con{font-size: 15px; font-family: 'Nanum Gothic', '나눔고딕'; line-height: 1.6em}
.course_con .course_info .con p, .course_con .course_info .con span, .course_con .course_info .con div, .course_con .course_info .con table, .course_con .course_info .con th, .course_con .course_info .con td, .course_con .course_info .con input, .course_con .course_info .con select{font-family: inherit}
.course_apply .tit{margin-bottom: 10px; font-size: 18px; font-weight: 700}

/* ////////////////// 학습유의사항 /////////////////// */
/* 학습유의사항 */
.icon_list{width: 100%; padding: 30px 0; border-top: 1px solid #dedede; display: table}
.icon_list:nth-child(even){background: #f9f9f9}
.icon_list:last-child{border-bottom: 1px solid #dedede}
.icon_list .img{width: 200px; display: table-cell; vertical-align: middle; text-align: center}
.icon_list .img>span{width: 150px; height: 150px; line-height: 150px; padding: 20px; margin: 0 auto; border-radius: 100%; display: block; background: #193b6a}
.icon_list .img i, .icon_list .img svg{color: #ffffff; font-size: 60px}
.icon_list .con{padding: 0 20px; display: table-cell; vertical-align: middle}
.icon_list .con .tit{margin-bottom: 10px; color: #193b6a; font-size: 20px; font-weight: 700; letter-spacing: -1px}
.icon_list .con .txt{font-size: 15px; font-family: 'Nanum Gothic', '나눔고딕'; letter-spacing: -0.5px}
.icon_list:nth-child(even) .img>span{background: #3995A3}
.icon_list:nth-child(even) .con .tit{color: #3995a3}
@media screen and (max-width:525px) {
	.icon_list .img{margin: 0 auto 20px; display: block}
	.icon_list .con{display: block}
	.icon_list .con .tit{text-align: center}
}
/* 학습환경설정 */
.config_box{padding: 30px; background: #EEEEEE}
.config_box:after{content: ''; display: block; clear: both}
.config_box .content{width: calc(50% - 20px); float: left}
.config_box .content:nth-child(even){float: right}
.config_box .content .txt{height: 55px; margin-bottom: 20px; font-size: 15px; font-family: 'Nanum Gothic', '나눔고딕'; letter-spacing: -1px}
.config_box .content .txt02{height: 55px; margin-bottom: 20px; font-size: 15px; font-family: 'Nanum Gothic', '나눔고딕'; letter-spacing: -1px}
@media screen and (max-width:991px) {
	.config_box .content .txt02{height: 80px}
}
@media screen and (max-width:768px) {
	.config_box .content{width: 100%; margin-bottom: 50px; float: none}
	.config_box .content:last-child{margin-bottom: 0}
	.config_box .content .txt,
	.config_box .content .txt02{height: auto}
}
/* 필수프로그램 */
.program_box{margin-bottom: 60px}
.program_box:after{content: ''; display: block; clear: both}
.program_box:last-child{margin-bottom: 0}
.program_box .tit{margin-bottom: 20px; color: #193b6a; font-size: 24px; font-weight: 700}
.program_box .program_list{border-top: 2px solid #193b6a}
.program_box .program_list li{width: 100%; padding: 7px 0; border-bottom: 1px dotted #B4B4B4; display: table}
.program_box .program_list li .name{width: 350px; display: table-cell; vertical-align: middle; color: #2578BB}
.program_box .program_list li .desc{padding: 0 20px; display: table-cell; vertical-align: middle; font-size: 15px; font-family: 'Nanum Gothic', '나눔고딕'; width:534px}
.program_box .program_list li .down{width: 200px; display: table-cell; vertical-align: middle; text-align: right}
.program_box .program_list li .down .program_btn{width: 100px; padding: 5px 10px; margin: 0 auto; display: inline-block; color: #ffffff; text-align: center; background: #2578bb}
@media screen and (max-width:991px) {
	.program_box .program_list li .name{width: 250px}
}
@media screen and (max-width:680px) {
	.program_box .tit{text-align: center}
	.program_box .program_list li{padding: 20px 0; text-align: center}
	.program_box .program_list li .name{width: 100%; margin-bottom: 10px; display: block; font-weight: 700}
	.program_box .program_list li .desc{padding: 0; margin-bottom: 10px; display: block}
	.program_box .program_list li .down{width: 100%; display: block}
	.program_box .program_list li .down .program_btn{display: block}
	
}
/* 모사방지시스템 운영기준 */
.mosa_box{padding: 30px; margin-bottom: 20px; background: #f3f3f3}
.mosa_box p{font-size: 15px; font-family: 'Nanum Gothic', '나눔고딕'}
.mosa_box .tit{color: #2578BB; font-size: 18px; font-weight: 700; font-family: 'NanumSquare', '나눔스퀘어'; letter-spacing: -1px}
.mosa_box .tit02{color: #F38034; font-weight: 700; letter-spacing: -1px}

/* ////////////////// 학습지원센터 /////////////////// */
/* 자주하는질문 */
.faq_box{max-width: 1280px; margin: 0 auto 20px}
.faq_box .faq_list .faq_con{max-width: 1280px; width: 100%; border-bottom: 1px solid #D3D3D3; color: #6d6d6d}
.faq_box .faq_list .faq_con:first-child{border-top: 2px solid #193b6a}
.faq_box .faq_list .faq_con .faq_q{padding: 15px 50px 15px 50px; position: relative; font-size: 17px; font-weight: 700; word-break: keep-all; cursor: pointer}
.faq_box .faq_list .faq_con .faq_q:before{content: ''; width: 3px; height: 15px; margin-top: -7.5px; position: absolute; top: 50%; right: 21px; background: #6d6d6d;}
.faq_box .faq_list .faq_con .faq_q:after{content: ''; width: 15px; height: 3px; margin-top: -1.5px; position: absolute; top: 50%; right: 15px; background: #6d6d6d;}
.faq_box .faq_list .faq_con .faq_q .q{position: absolute; left: 15px; font-size: 20px;}
.faq_box .faq_list .faq_con .faq_a{padding: 20px 15px 20px 50px; border-top: 1px solid #193b6a; display: none; position: relative; font-size: 14px; font-family: 'Nanum Gothic', '나눔고딕'; background: #F5F5F5}
.faq_box .faq_list .faq_con .faq_a .a{content: 'A'; position: absolute; left: 15px; color: #e71515; font-size: 20px; font-weight: 700}
.faq_box .faq_list .faq_con .faq_q.on,
.faq_box .faq_list .faq_con .faq_q.on .a{color: #193b6a}
.faq_box .faq_list .faq_con .faq_q.on:before{content: ''; width: 100%; height: 0; margin: 0; border-top: 1px solid #193b6a; position: absolute; top: -1px; left: 0; background: none}
.faq_box .faq_list .faq_con .faq_q.on:after{background: #193b6a}

/* 약관 */
.article_box{height: 400px; padding: 20px; border: 1px solid #dadada; overflow-y: scroll}

/* ////////////////// 멤버쉽 /////////////////// */
/* 공통 */
.result_box{padding: 60px 20px; background: #F9F9F9; text-align: center; letter-spacing: -1px}
.result_box .img{width: 174px; height: 174px; line-height: 174px; margin: 0 auto 20px; border-radius: 100%; text-align: center; background: #ffffff}
.result_box .tit{margin-bottom: 10px; color: #193b6a; font-size: 36px; font-weight: bold; line-height: 1.4em; word-break: keep-all}
.result_box .txt{margin-bottom: 20px; color: #193b6a; font-size: 17px; line-height: 1.5em; word-break: keep-all}
.result_box .user{color: #e71515}
@media screen and (max-width:525px) {
	.result_box .tit{font-size: 30px}
}
/* 로그인 */
.login_box{width: 100%; height:319px; max-width: 1280px; margin: 0 auto; display: table; text-align: center;background-color: #ccc;}
.login_box .login_btn01{width: 100%; padding: 20px 10px; border: 0; display: block; color: #ffffff; font-size: 16px; text-align: center; background: #E67E22; cursor: pointer}
.login_box .login_btn02{width: 100%; padding: 20px 10px; border: 0; display: block; color: #ffffff; font-size: 16px; text-align: center; background: #F39C12; cursor: pointer}
.login_box .login_btn03{width: 100%; padding: 20px 10px; border: 0; display: block; color: #ffffff; font-size: 16px; text-align: center; background: #D68910; cursor: pointer}
.login_box .login_btn04{width: 100%; padding: 20px 10px; border: 0; display: block; color: #ffffff; font-size: 16px; text-align: center; background: #CA6F1E; cursor: pointer}
.login_box .left{padding: 60px 40px; border: 0; display: table-cell; vertical-align: middle}
.login_box .left .login{margin: 0 auto; display: table; font-size: 14px}
.login_box .left .login p:after{content: ''; display: block; clear: both}
.login_box .left .login legend{padding-left: 80px; margin-bottom: 20px; color: #193b6a; font-size: 17px; font-weight: 700; letter-spacing: -1px; background: url(../img/sub/member/icon_login.png) no-repeat center left}
.login_box .left .login legend span{display: block}
.login_box .left .login legend .tit{font-size: 24px}
.login_box .left .login input[type="text"],
.login_box .left .login input[type="password"]{width: calc(100% - 80px); height: 30px; padding: 0 5px; border: 1px solid #C1C1C1; display: block; float: left; font-family: 'Nanum Gothic', '나눔고딕'}
.login_box .left .login .info{width: 80px; display: block; float: left; color: #193b6a; font-size: 20px; font-weight: 900; line-height: 30px}
.login_box .right{padding: 0 40px; border: 1px solid #bfbfbf; border-left: 0; display: table-cell; vertical-align: middle; background: #F0F0F0}
.login_box .right .find{height: 50px; line-height: 50px; margin-bottom: 10px; padding-left: 50px; position: relative; letter-spacing: -1px}
.login_box .right .find:after{content: ''; display: block; clear: both}
.login_box .right .find.id{background: url(../img/sub/member/icon_user.png) no-repeat center left}
.login_box .right .find.pw{background: url(../img/sub/member/icon_unlocked.png) no-repeat center left}
.login_box .right .find>span{display: block; float: left; font-weight: 700; word-break: keep-all}
.login_box .right .join{border-top: 1px solid #bfbfbf; text-align: center; letter-spacing: -1px}
.login_box .right .join>p{margin: 15px 0;}
@media screen and (max-width:991px) {
	.login_box .left{display: block}
	.login_box .right{padding: 40px; border-top: 0; border-left: 1px solid #bfbfbf; display: block}
	.login_box .right .find{max-width: 448px; width: 100%; margin: 0 auto 20px; display: table; }
	.login_box .login_btn02{font-size:14px !important;line-height: 2.8;}
	.login_box .login_btn03{line-height: 2.1;}
}
@media screen and (max-width:525px) {
	.login_box .left{padding: 30px}
	.login_box .left .login legend{padding: 0; text-align: center; background: none}
	.login_box .right{padding: 30px}
	.login_box .right .find{height: auto; line-height: 1.1; padding-left: 0; float: none}
	.login_box .right .find.id{margin-bottom: 30px; background: none}
	.login_box .right .find.pw{background: none}
	.login_box .right .find>span{padding-right: 10px; display: table-cell; vertical-align: middle; float: none}
	.login_box .right .join{word-break: keep-all}
}
/* 회원가입 */
.join_box{max-width: 1280px; margin: 0 auto}
.join_box:after{content: ''; display: block; clear: both}
.join_box .all_chk{padding: 20px; margin-bottom: 30px; border: 1px solid #193b6a; color: #193b6a; font-size: 20px; font-weight: 700; text-align: center}
.join_box .all_chk input[type="checkbox"]{width: 20px; height: 20px}
.join_box .chk_box{margin-bottom: 30px}
.join_box .chk_box .tit{margin-bottom: 7px; font-size: 18px; font-weight: 700}
.join_box .chk_box .con{height: 360px; padding: 20px; margin-bottom: 7px; border: 1px solid #BFBFBF; overflow-y: scroll; background: #F9F9F9}
.join_box .chk_box .agr{text-align: right}
.join_box .chk_box .agr input[type="checkbox"]{width: 16px; height: 16px}
.join_box .ident_box{padding: 30px; background: #F9F9F9; word-break: keep-all}
.join_box .ident_box .tit{margin: 10px 0 30px; color: #193b6a; font-size: 20px; text-align: center; letter-spacing: -1px}
.join_box .ident_box .txt{margin: 40px 0; text-align: center; letter-spacing: -1px}
.join_box .ident_box .ident_btn{max-width: 180px; width: 100%; height: 50px; line-height: 50px; padding: 0 20px; display: inline-block; color: #ffffff; font-size: 17px; background:#1a8ddd}
.join_box .ident_box .ident_btn:first-child{margin-right: 10px}
@media screen and (max-width:525px) {
	.join_box .ident_box{padding: 30px 20px}
	.join_box .ident_box .ident_btn{max-width: 100%}
	.join_box .ident_box .ident_btn:first-child{margin-right: 0; margin-bottom: 10px}
}

/* ////////////////// 내강의실 /////////////////// */
/* 내강의실 */
.myclass_detail{padding: 10px 9px; border: 1px solid #dfdfdf; background-color: #fdfdfd}
.detail_info{margin-bottom: 24px}
.detail_info:after{content: ''; display: block; clear: both}
.detail_info .detail_left{width: calc(100% - 260px); height: 151px; float: left}
.detail_info .detail_right{width: 260px; height: 150px; display: table; float: right}
.detail_info .detail_right span{display: table-cell; border: 1px solid #dfdfdf; border-left: 0; text-align: center; background-color: #ffffff}
@media screen and (max-width:767px) {
	.detail_info .detail_left{width: 100%; height: auto; float: none}
	.detail_info .detail_right{width: 100%; height: auto; float: none}
	.detail_info .detail_right span{border-top: 0}
	.detail_info .detail_right span:first-child{border-left: 1px solid #dfdfdf}
}

.detail_info2{margin-bottom: 27px}
.detail_info2 ul{width: 100%; display: table}
.detail_info2 ul li{padding: 20px 0; display: table-cell; vertical-align: middle; background-color: #ffffff}
.detail_info2 .detail_icon .icon{margin-bottom: 10px; text-align: center}
.detail_info2 .detail_icon .con{padding-left: 10px; text-align: center}
.detail_info2 .detail_icon .con .tit{color: #3e72bc}
@media screen and (max-width:525px) {
	.detail_info2 ul li{display: block}
	.detail_info2 .detail_icon .icon{display: table-cell; vertical-align: middle}
	.detail_info2 .detail_icon .con{display: table-cell; vertical-align: middle; text-align: left}
}
.detail_list{margin-bottom: 20px}
.detail_con>li:first-child{border-top: 1px solid #d9d9d9}
.detail_con>li{width: 100%; padding: 18px 0; border: 1px solid #d9d9d9; border-top:0; display: table; table-layout: fixed; background-color: #ffffff}
.detail_con>li>div{display: table-cell; vertical-align: middle; text-align: center}
.detail_con .num{color: #1c69ad; font-size: 18px; font-weight: bold; text-align: center}
.detail_con .num02{color: #e5617a; font-size: 18px; font-weight: bold; text-align: center}
.detail_con .txt{padding: 0 16px; border-left: 1px solid #ededed; border-right: 1px solid #ededed; color: #3f3f3f; font-size: 13px; text-align: justify; line-height: 1.4em}
.detail_con .txt .tit{margin-bottom: 5px; color: #000000; font-size: 20px; font-weight: bold; line-height: 1.4em; word-break: keep-all}
.detail_con .stat{width: 135px; padding: 20px 0; margin-right: 10px; color: #000000; font-size: 18px; font-weight: bold; text-align: center}
.detail_con .detail_btn{width: 110px;  height: 38px; line-height: 38px; margin: 0 auto; border: 1px solid #16588e; display: block; color: #ffffff; font-size: 15px; font-weight: bold; text-align: center; background-color: #2678bb; cursor: pointer}
.detail_con .detail_btn02{width: 110px; height: 38px; line-height: 38px; margin: 0 auto; border: 1px solid #c84059; display: block; color: #ffffff; font-size: 15px; font-weight: bold; text-align: center; background-color: #e5617a; cursor: pointer}
@media screen and (min-width:768px) {
	.detail_con .txt{width: 50%}
}
@media screen and (max-width:767px) {
	.detail_con>li{padding-left: 10px; padding-right: 10px}
	.detail_con>li>div{margin-bottom: 10px; display: block}
	.detail_con>li:last-child >div{margin-bottom: 0}
	.detail_con .txt{padding-top: 10px; padding-bottom: 10px; border: 0; text-align: center}
}

/* m_study	 */
.m_study_tit{margin-bottom: 30px; color: #FE6225; font-size: 30px; font-weight: bold}
.m_study_top{padding: 20px; border: 1px solid #c7c7c7; background-color: #eeeeee}
.m_study_top .tit{margin-bottom: 10px; font-size: 20px; font-weight: bold}
.m_study_video{width: 100%; background: url(../img/popup/video_bg.jpg) center center no-repeat; background-size: cover}
.m_study_list{padding: 20px; border: 1px solid #dedede}
.m_list_top{margin-bottom: 10px; font-size: 16px; font-weight: bold}
.m_list_con{color: #5a5a5a; font-size: 13px; line-height: 1.6em}
.m_list_btn{text-align: center; background-color: #3e3e3e; margin-top:10px;}
.m_list_btn a{padding: 20px; display: block; color: #ffffff}
.m_study_arrow{color: #ffffff; background-color: #5a5a5a;margin-bottom:10px;}
.m_study_arrow ul{width: 100%; display: table;}
.m_study_arrow ul li{height: 50px; line-height: 50px; display: table-cell; color: #ADADAD; text-align: center}
.m_study_arrow ul li a{display: block}
.m_arrow_btn{width: 60px}
.m_text_icon{margin-right: 5px; padding: 3px 5px; display: inline-block; color: #ffffff; font-size: 12px; font-weight: normal; font-family: 돋움, Dotum; text-align: center; background-color: #CA6162; vertical-align: middle}
.m_text_icon02{margin-right: 5px; padding: 3px 5px; display: inline-block; color: #ffffff; font-size: 12px; font-weight: normal; font-family: 돋움, Dotum; text-align: center; background-color: #888888; vertical-align: middle}
@media screen and (max-width:767px) {
	.m_study_top .con>span{display: block}
}
.video-js .vjs-tech{position: relative}
