@charset "UTF-8";

/**
 *	폰트
 */
/*
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url('../font/NotoSansKR-Thin.woff2') format('woff2'),
       url('../font/NotoSansKR-Thin.woff') format('woff'),
       url('../font/NotoSansKR-Thin.otf') format('opentype');
}
*/
/*
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('../font/NotoSansKR-Light.woff2') format('woff2'),
       url('../font/NotoSansKR-Light.woff') format('woff'),
       url('../font/NotoSansKR-Light.otf') format('opentype');
}
*/
@font-face {
   font-family: 'nskr-r';
   font-style: normal;
   font-weight: 400;
   src: url('../font/NotoSansKR-Regular.woff2') format('woff2'),
        url('../font/NotoSansKR-Regular.woff') format('woff'),
        url('../font/NotoSansKR-Regular.otf') format('opentype');
}
/*
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url('../font/NotoSansKR-Medium.woff2') format('woff2'),
        url('../font/NotoSansKR-Medium.woff') format('woff'),
        url('../font/NotoSansKR-Medium.otf') format('opentype');
}
*/
@font-face {
   font-family: 'nskr-b';
   font-style: normal;
   font-weight: 700;
   src: url('../font/NotoSansKR-Bold.woff2') format('woff2'),
        url('../font/NotoSansKR-Bold.woff') format('woff'),
        url('../font/NotoSansKR-Bold.otf') format('opentype');
}

/**
 *	페이지별 특이사항 설정
 */
#p1.wrap	{
	
}

#p1 .header-sec, #p6 .header-sec, #p1 .footer-sec, #p6 .footer-sec	{
	display:none;
}

#p1 .position-sec	{
	display:none;
}

#p1 .main-logo {
	display:block;
}

#p2 .contents-box	{
	background:url("../img/platform5/contents_bg.gif") no-repeat;
}

/**
 *	공통
 */
body	{
	padding:0; margin:0;
	overflow:hidden;
}
h1, h2, h3, h4, h5, p {
	margin:0;
}

ul, ol	{
	list-style:none;
	margin:0;
	padding:0;
}

.float-clear	{
	clear:both;
}

.wrap	{
	position:relative;
	width:1000px;
	height:750px;
	overflow:hidden;
}


.main-logo	{
	z-index:650;
	display:none;
	position:absolute;
	top:40px;
	left:30px;
	width:248px;
	height:25px;
	background:url("../img/platform5/logo.png") no-repeat;
	font-size:0;
	text-indent:-9999px;
}
.header-sec	{
	z-index:600;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:75px;
	background:url("../img/platform5/header_bg.png") #10243d no-repeat;
}
.header-sec .title1	{
	position:absolute;
	top:10px;
	left:169px;
	font-family:'nskr-r';
	font-size:17px;
	font-weight:normal;
	color:#fff;
}
.header-sec .title2	{
	position:absolute;
	top:38px;
	left:169px;
	font-family:'nskr-r';
	font-size:15px;
	font-weight:normal;
	color:#fff;
}

.loadingbar-sec {
	z-index:570;
	position:absolute;
	bottom:77px;
	left:0;
	width:100%;
	height:4px;
	font-size:1px; line-height:1px;
	background-color:#d8ebfa;
	border:1px solid #b2b3b4;
}

.loadingbar-sec .loadingbar-process {
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:4px;
	font-size:1px; line-height:1px;
	background-color:#2c9fee;
}


.footer-sec	{
	z-index:550;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:77px;
	background-color:#10243d;
}
.footer-sec .logo	{
	display:block;
	position:absolute;
	top:26px;
	left:32px;
	width:248px;
	height:25px;
	text-indent:-9999px;
	font-size:0;
	background:url("../img/platform5/logo_f.png") no-repeat;
}


/**
 *	내용 통합
 */
.contents-sec	{
	z-index:500;
	position:relative;
	height:750px;
}
.contents-box	{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#e5e4e4;
}

.contents-box .mark_bg {
	background:url("../img/platform5/mark_bg.png");
	text-align:left;
	width:270px;
	/*height:210px;*/
	min-height:260px;
	margin:0 auto;
	padding:25px 20px !important;
}



/**
 *	현재위치
 */
.position-sec	{
	z-index:900;
	position:absolute;
	top:17px;
	right:36px;
}
.position	{
	font-size:0;
	text-align:left;
}
.position li	{
	position:relative;
	display:inline-block;
	width:32px;
	text-align:right;
	font-size:12px;
	border:0 red solid;
}
.position li span	{
	display:inline-block;
	width:20px;
	height:20px;
	text-align:left;
	text-indent:-9999px;
	background-color:#eef0ef;
	overflow:hidden;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.position li b	{
	display:block;
	position:absolute;
	top:30px;
	left:-3px;
	width:150%;
	text-align:center;
	font-weight:normal;
	letter-spacing:-1px;
	font-family:'nskr-r';
	font-size:12px;
	color:#eef0ef;
}
.position li b:before {
	display:block;
	position:absolute;
	top:-10px;
	left:24px;
	width:2px;
	height:10px;
	background-color:#eef0ef;
	content:"";
}
.position li strong	{
	display:block;
	position:absolute;
	top:4px;
	right:4px;
	width:12px;
	height:12px;
	text-indent:-9999px;
	text-align:left;
	background-color:#10243d;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}



/**
 *	페이지 버튼
 */
.page-btn-sec	{
	z-index:1000;
	position:absolute;
	bottom:20px;
	right:54px;
	width:116px;
	height:36px;
	line-height:32px;
	text-align:center;
}
.page-btn-sec div	{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#afafaf;
}
.page-btn-sec span	{
	display:none;
}
.page-btn-sec strong	{
	position: relative;
	font-family:'nskr-b';
	font-size:16px;
	color:#304054;
	font-weight:normal;
}
.page-btn-sec button	{
	display:block;
	position:absolute;
	top:0;
	background:none;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
	width:36px;
	height:36px;
	font-size:0;
	letter-spacing:-9999px;
	
	background:url("../img/platform5/btn_arrow.png") 7px 7px  no-repeat;
	background-color:#fff;

	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.page-btn-sec .prev	{
	left:-18px;
}
.page-btn-sec .next {
	right:-18px;
	background-position:12px -93px;
}

/**
 *	시작페이지
 */
.main-sec {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url("../img/platform5/main_bg.jpg") no-repeat;
}
.main-sec .title-box	{
	display:table;
	margin-bottom:3px;
	width:100%;
	height:100px;
}
.main-sec .title	{
	display:table-cell;
	vertical-align:middle;
	font-family:'nskr-b';
	font-size:28px;
	font-weight:normal;
	color:#fff;
	white-space:nowrap;
	
}
.main-sec .sub-title-box	{
	border:0 red solid;
}
.main-sec .title2 {
	margin-bottom:35px;
	font-weight:normal;
	font-family:'nskr-r';
	font-size:18px;
	color:#fff;
}

.main-sec .instructor {
	font-family:'nskr-r';
	font-size:14px;
	color:#fff;
}

.main-sec .title-bg-box {
	position:absolute;
	top:226px;
	left:0;
	padding:0 0 0 30px;
	width:680px;
	min-height:211px;
	background:url("../img/platform5/main_title_bg.png") repeat;
}


/**
 *	학습목표 & 학습내용
 */
#oc-box	{
	width:100%;
	height:100%;
	font-size:0;
	text-align:left;
}
#oc-box .oc	{
	display:inline-block;
	vertical-align:middle;
	width:50%;
	height:100%;
	text-align:center;

}
#oc-box .oc	.title {
	/*margin:232px auto 0 auto;*/
	margin:165px auto 0 auto;
	width:158px;
	height:158px;
	line-height:158px;
	font-family:'nskr-b';
	font-size:24px;
	color:#fff;
	background-color:#10243d;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
#oc-box .oc	p {
	padding:0 10px;
	margin-top:26px;
	line-height:26px;
	font-family:'nskr-r';
	font-size:16px;
	color:#10243d;
}

#oc-box #contents-l.oc .title {
	background-color:#f1f1f1;
	color:#10243d;
}
#oc-box #contents-l.oc p {
	color:#fff;
}

/**
 *	동영상 강의
 */
#video-area {
	margin:156px auto 0 auto;
	width:720px;
	height:482px;
 }


/**
 *	중간퀴즈
 */
.question-title-set {
	display:table;
	position:absolute;
	width:100%;
	top:210px;
}
.question-title {
	display:table-cell;
	position:relative;
	/*padding-left:242px;*/
	padding:0 100px 0 209px;
	height:84px;
	vertical-align:middle;
	text-align:left;
	font-family:'nskr-b';
	font-size:24px;
	color:#10243d;
}
.question-title .head {
	display:block;
	position:absolute;
	top:2px;
	/*left:133px;*/
	left:100px;
	width:84px;
	height:84px;
	font-family:'nskr-r';
	font-size:42px;
	color:#fff;
	text-align:center;
	line-height:78px;
	background-color:#10243d;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.objective-selecter {
	position:absolute;
	top:321px;
	/*left:152px;*/
	left:119px;
	width:781px;
	font-family:'nskr-r';
	font-size:20px;
	color:#10243d;
}
.objective-selecter li {
	margin-bottom:21px;
	padding-left:58px;
	min-height:35px;
	cursor:pointer;
	background:url("../img/platform5/question_icon_set.png") 0 0 no-repeat;
}
.objective-selecter .focus {
	background-position:0 -200px;
}

.objective-selecter .no-focus {
	color:#b3b7bd;
	background-position:0 -100px;
}

.result-box	{
	display:none;
	position:absolute;
	top:353px;
	left:511px;
	padding:40px 29px 10px 53px;
	width:321px;
	min-height:150px;
	background-color:#7a8490;
	font-family:'nskr-r';
	font-size:18px;
	color:#fff;
}
.result-box .result-msg {
	margin-bottom:19px;
	font-size:18px;
	font-weight:normal;
}




/**
 *	정리
 */
#arrange-box	{
	width:100%;
	height:100%;
	font-size:0;
	text-align:center;
}
#arrange-box .item	{
	display:inline-block;
	vertical-align:middle;
	width:33.3%;
	height:100%;
	text-align:center;

}

#arrange-box .item.width1	{
	width:100%;
}
#arrange-box .item.width2	{
	width:50%;
}
#arrange-box .item.width3	{
	width:33.3%;
}

#arrange-box .item	.title {
	/*margin:221px auto 0 auto;*/
	margin:165px auto 0 auto;
	width:92px;
	height:92px;
	line-height:92px;
	font-family:'nskr-b';
	font-size:22px;
	color:#fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color:#10243d;
}
#arrange-box .item	p {
	padding:0 10px;
	margin-top:26px;
	line-height:22px;
	font-family:'nskr-r';
	font-size:14px;
	color:#10243d;
}

/**
 *	다음차시 안내
 */
.end-sec {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url("../img/platform5/end_bg.jpg") no-repeat;
}
.end-sec .title1 {
	position:relative;
	margin:0 0 40px 0;
	font-family:'nskr-r';
	font-weight:normal;
	font-size:38px;
	color:#fff;
}
.end-sec .title2 {
	font-family:'nskr-b';
	font-size:38px;
	color:#fff;
}

.end-sec .t1 {
	display:table;
	margin:186px auto 0 auto;
	width:570px;
	height:304px;
}
.end-sec .t2 {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding-bottom:4px;
}