@charset "utf-8";

/* CSS 초기화 */
*, html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	box-sizing: border-box;
	outline: 0;
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, canvas { 
	display: block;
}
nav ul, li, ul, ol {
	list-style: none;
}
blockquote, q {
    quotes: none;
}
address {
	font-style: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
caption, legend, .caption {
	visibility: hidden;
	position: absolute;
	left: -9999em;
	width: 1px;
	height: 1px;
	background: none;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
}
body {
	color: #333333;	
	font-size: 13px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
    border: none;
    vertical-align: middle;
}
button {
	cursor: pointer;	
}
	
/* header */
#header .component1 { /* header-component1(관리자) */
	position: relative;
}
#header .component1 .logo,
#header .component1 .logo:focus {
	position:absolute;
	top: 0px;
	left: 0px;
	width:160px;
	padding: 15px 20px;
}
#header .component1 .logo h1 a {
	display:block;
}
#header .component1 .logo h1 a img {
	max-width: 100%;
	max-height: 100%;
}
#header .component1 .userInfo {
	height: 58px;
	padding-top: 10px;
	padding-right: 20px;
	text-align: right;
}
#header .component1 .userInfo .user {
	display: inline-block;
    padding-left: 15px;
    line-height: 25px;
    vertical-align: middle;
}
#header .component1 .userInfo .btnLogout {
	min-width: 60px;
	height: 24px;
	margin: 0 10px 0 4px;
    font-size: 0.92em;
	font-weight: normal;
}
#header .component1 .gnb {
	display: inline-block;
	margin-left: 10px;
}
#header .component1 .gnb li {
	float: left;
	position: relative;
}
#header .component1 .gnb li a {
	display: block;
    height: 40px;
	line-height: 40px;
	padding: 0 10px;
    letter-spacing: -1px;
    color: #fff ;
    font-size: 1.15em;
    font-weight: bold;
}
#header .component1 .gnb li .twoDepth {
    display: none;
	position: absolute;
	width: 185px;
    left: 0px;
    top: 38px;
    padding: 15px 19px;
    text-align: left;
    display: none;
    z-index: 101;
}
#header .component1 .gnb > li:hover .twoDepth,
#header .component1 .gnb > li:focus .twoDepth {
    display: block;
}
#header .component1 .gnb li .twoDepth li {
	float: none;
}
#header .component1 .gnb li .twoDepth a {
	height: auto;
	line-height: 24px;
	padding: 0;
	font-size: 1em;
}
#header .component1 .gnb li .twoDepth a:hover,
#header .component1 .gnb li .twoDepth a:focus {
	text-decoration: underline;
}
#header .component1 .gnb li .threeDepth li > a {
	padding-left: 10px;
}
#header .component1 .gnb li .fourDepth li > a {
	padding-left: 20px;
}
#header .component2 > .box {/* header-component2 */
    clear: both;
    position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 80px;
}
#header .component2 .logo {
	float: left;
	display: inline-block;
	width: 160px;
	height: 80px;
	line-height: 80px;
}
#header .component2 .search {
	display: inline-block;
	width: 360px;
	margin-top: 22px;
	margin-left: 90px;
}
#header .component2 .search label {
    display: block;
	width: 0px;
	height: 0px;
    font-size: 0;
}
#header .component2 .search input {
	float: left;
	width: 320px;
	height: 36px;
	border: solid 2px #4693db;
	font-size: 1.15em;
	color: #292f37 !important; 
	background: #ffffff;
}
#header .component2 .search button {
	float: left;
	display: inline-block;
	min-width: inherit;
	width: 40px;
	height: 36px;
	margin-left: 0;
	padding: 0;
	text-indent: -999999px;
	background: #4693db url('/images/component/icon_search.png') center center no-repeat;
}

#header .component2 .box .loginBox { 
}
#header .component2 .box .loginBox .link {
	position: absolute;
	top: 10px;
	right: 0;
	height: 20px;
	line-height: 20px;		
}
#header .component2 .box .loginBox .login {
    position: absolute;
    top: 30px;
    right: 0;
    height: 35px;
    line-height: 35px;	
}
#header .component2 .box .loginBox .link li,
#header .component2 .box .loginBox .login li {
	float: left;
	display: inline-block;
}
#header .component2 .box .loginBox .link li:before {
    content: "|";
    line-height: 12px;
    display: inline-block;
    color: #464b52;
    font-size: 0.92em;
    padding-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#header .component2 .box .loginBox .link li:first-child:before {
    content: " ";
}
#header .component2 .box .loginBox .link li a,
#header .component2 .box .loginBox .link li label {
    letter-spacing: -0.5px;
    font-size: 0.92em;
    background-size: 14px 14px;
}
#header .component2 .box .loginBox .login li {
	margin-left: 5px;
}
#header .component2 .box .loginBox .login li:first-child {
	margin-left: 0px;
}
#header .component2 .box .loginBox .login input {
	width: 120px;
	height: 25px;
    padding: 4px 8px;
	line-height: 18px;
	border: none;
	background: #f3f4f4;
}
#header .component2 .box .loginBox button {
    display: inline-block;
    min-width: 60px;
    width: 60px;
    height: 25px;
    line-height: 23px;
    padding: 0;
    border: 1px solid #004686;
    text-align: center;
    color: #ffffff;
    font-size: 1em;
    font-weight: 400;
    background: #004686;	
}
#header .component2 .box .loginBox .login button:hover {
	border: 1px solid #004686;	
	color: #004686;
	background: #ffffff;	
}
#header .component2 .userInfo {
	position: absolute;
	top: 15px;
	right: 0;
	height: 65px;
	line-height: 65px;	
}
#header .component2 .userInfo li {
	float: left;
}
#header .component2 .userInfo li:first-child {
	padding-right: 15px;
}
#header .component2 .userInfo li:first-child + li > strong {
	overflow: hidden;
	display: inline-block;
	max-width: 80px;
	height: 20px;
	line-height: 18px;	
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;	
	color: #0c50a1;
}
#header .component2 .userInfo li a {
	vertical-align: 0;
}
#header .component2 .userInfo li:first-child + li + li a:before {
	content: "|";
    line-height: 12px;
    display: inline-block;
    color: #999999;
    font-size: 0.92em;
    padding-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#header .component2 .userInfo li a .badge {
	display: inline-block;
    height: 18px;
    margin-top: -1px;
    margin-left: 3px;
    padding-left: 6px;
    padding-right: 6px;
	color: #ffffff;
	font-size: 0.92em;
	line-height: 16px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	background: #f2444a;
}
#header .component2 .userInfo li .btnLogout {
    margin-left: 15px;
}
#header .component2 .gnbWrap { 
	width: 100%;
	height: 50px;
	border-top: 1px solid #e7e9ea;
	border-bottom: 2px solid #4693db;
} 
#header .component2 .allMenu {
	display: none;
}
#header .component2 .gnbWrap .gnb {
	margin: 0 auto;
	width: 1000px;	
} 
#header .component2 .gnbWrap .gnb > li {
	float: left;
	width: 250px;
}
#header .component2 .gnbWrap .gnb > li > a {
	display: block;
	width: 251px;
	height: 49px;
	margin-left:-1px;
    border-bottom: 2px solid #4693db;
	line-height: 50px;
	text-align: center;
	color: #292f37;
	font-size: 1.38em;
	font-weight: 700;
}
#header .component2 .gnbWrap .gnb > li:first-child > a {
	width: 250px;
	margin-left: 0;
}
#header .component2 .gnbWrap .gnb > li:hover > a {
	color: #4693db;
}
#header .component2 .gnbWrap .gnb > li .twoDepth {
    display: none;
    position: absolute;
    width: 250px;
    height: 345px;
    margin-top: 0px;
    padding-top: 17px;
    border-right: 1px solid #e7e9ea;
    border-bottom: 1px solid #8e9599;
    background: #ffffff;
    z-index: 999;
}
#header .component2 .gnbWrap .gnb:hover .twoDepth {
	display: block;
}
#header .component2 .gnbWrap .gnb > li:hover .twoDepth {
	display: block;
	background: #f9f9f9;
}
#header .component2 .gnbWrap .gnb > li:first-child .twoDepth {
	border-left: 1px solid #8e9599;   
}
#header .component2 .gnbWrap .gnb > li+li+li+li .twoDepth {
    border-right: 1px solid #8e9599;
}
#header .component2 .gnbWrap .gnb > li .twoDepth li a {
	display: block;
	height:28px;
	line-height: 28px;
	padding: 0 30px;
}
#header .component2 .gnbWrap .gnb > li .twoDepth li a:hover {
    margin-left: -1px;
    padding: 0 31px;
	color: #ffffff;
	background: #72b4f2;
}
#header .component2 .gnbWrap .gnb > li .threeDepth li a {
	color: #7f868b;
	padding: 0 40px;
}
#header .component2 .gnbWrap .gnb > li .threeDepth li a:hover {
	padding: 0 41px;
}
#header .component3 > .box {/* header-component3 */
    clear: both;
    position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 80px;
}
#header .component3 .logo {
	float: left;
	display: inline-block;
	width: 160px;
	height: 80px;
	line-height: 80px;
}
#header .component3 .search {
	display: inline-block;
	width: 360px;
	margin-top: 22px;
	margin-left: 90px;
}
#header .component3 .search label {
    display: block;
	width: 0px;
	height: 0px;
    font-size: 0;
}
#header .component3 .search input {
	float: left;
	width: 320px;
	height: 36px;
	border: solid 2px #7f868b;
	font-size: 1.15em;
	color: #292f37 !important; 
	background: #ffffff;
}
#header .component3 .search button {
	float: left;
	display: inline-block;
	min-width: inherit;
	width: 40px;
	height: 36px;
	margin-left: 0;
	padding: 0;
	text-indent: -999999px;
	background: #7f868b url('/images/component/icon_search.png') center center no-repeat;
}
#header .component3 .userInfo {
	position: absolute;
	top: 15px;
	right: 0;
	height: 65px;
	line-height: 65px;
}
#header .component3 .userInfo li {
	float: left;
}
#header .component3 .userInfo li:first-child {
	padding-right: 15px;
}
#header .component3 .userInfo li:first-child + li > strong {
	overflow: hidden;
	display: inline-block;
	max-width: 80px;
	height: 20px;
	line-height: 18px;	
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;	
	color: #0c50a1;
}
#header .component3 .userInfo li a {
	vertical-align: 0;
}
#header .component3 .userInfo li:first-child + li + li a:before {
	content: "|";
    line-height: 12px;
    display: inline-block;
    color: #999999;
    font-size: 0.92em;
    padding-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#header .component3 .userInfo li a .badge {
	display: inline-block;
    height: 18px;
    margin-top: -1px;
    margin-left: 3px;
    padding-left: 6px;
    padding-right: 6px;
	color: #ffffff;
	font-size: 0.92em;
	line-height: 16px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	background: #f2444a;
}
#header .component3 .userInfo li .btnLogout {
    display: inline-block;
    min-width: 60px;
    width: 60px;
    height: 25px;
    margin-left: 15px;
    line-height: 23px;
    padding: 0;
    border: 1px solid #7f868b;
    text-align: center;
    color: #ffffff;
    font-size: 1em;
    font-weight: 400;
    background: #7f868b;
}
#header .component3 .gnbWrap { 
	width: 100%;
	height: 50px;
	background: #1d69cc;
} 
#header .component3 .allMenu {
	display: none;
}
#header .component3 .gnbWrap .gnb {
	margin: 0 auto;
	width: 1000px;	
} 
#header .component3 .gnbWrap .gnb > li {
	float: left;
	width: 250px;
}
#header .component3 .gnbWrap .gnb > li > a {
	display: block;
	width: 251px;
	height: 50px;
	margin-left:-1px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	font-size: 1.38em;
	font-weight: 700;
}
#header .component3 .gnbWrap .gnb > li:first-child > a {
	width: 250px;
	margin-left: 0;
}
#header .component3 .gnbWrap .gnb > li:hover > a {
	background: #0c4da2;
}
#header .component3 .gnbWrap .gnb > li .twoDepth {
	display: none;
	position: absolute;
	width: 250px;
    height: 345px;
	padding-top: 17px;
	border-right: 1px solid #e7e9ea;
	border-bottom: 1px solid #cccccc;
	background: #ffffff;
	z-index: 9999;
}
#header .component3 .gnbWrap .gnb:hover .twoDepth {
	display: block;
}
#header .component3 .gnbWrap .gnb > li:hover .twoDepth {
	display: block;
	background: #fafafa;
}
#header .component3 .gnbWrap .gnb > li:first-child .twoDepth {
	border-left: 1px solid #cccccc;      
}
#header .component3 .gnbWrap .gnb > li+li+li+li .twoDepth {
	border-right: 1px solid #cccccc;
}
#header .component3 .gnbWrap .gnb > li .twoDepth li a {
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 30px;
}
#header .component3 .gnbWrap .gnb > li .twoDepth li a:hover {
	color: #1d69cc;
	font-weight: 700;
}
#header .component3 .gnbWrap .gnb > li .threeDepth li a {
	padding: 0 40px;
	color: #999999;
}
#header .component4 > .box {
	clear: both;
    position: relative;
	height: 80px;
}
#header .component4 .logo {
	padding-top: 28px;
}
#header .component4 .box .loginBox { 
}
#header .component4 .box .loginBox .link {
	position: absolute;
	top: 19px;
	right: 0;
	height: 20px;
	line-height: 20px;		
}
#header .component4 .box .loginBox .login {
    position: absolute;
    top: 39px;
    right: 0;
    height: 35px;
    line-height: 35px;	    
}
#header .component4 .box .loginBox .link li,
#header .component4 .box .loginBox .login li {
	float: left;
	display: inline-block;
}
#header .component4 .box .loginBox .link li:before {
    content: "|";
    line-height: 12px;
    display: inline-block;
    color: #464b52;
    font-size: 0.92em;
    padding-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#header .component4 .box .loginBox .link li:first-child:before {
    content: " ";
}
#header .component4 .box .loginBox .link li a,
#header .component4 .box .loginBox .link li label {
    letter-spacing: -0.5px;
    font-size: 0.92em;
    background-size: 14px 14px;
}
#header .component4 .box .loginBox .login li {
	margin-left: 5px;
}
#header .component4 .box .loginBox .login li:first-child {
	margin-left: 0px;
}
#header .component4 .box .loginBox .login input {
	width: 120px;
	height: 25px;
    padding: 4px 8px;
	line-height: 18px;
    border: 1px solid #d9dddf;
    background: #f5f5f5;
}
#header .component4 .box .loginBox button {
    display: inline-block;
    min-width: 60px;
    width: 60px;
    height: 25px;
    line-height: 23px;
    padding: 0;
    border: 1px solid #61696f;
    text-align: center;
    color: #ffffff;
    font-size: 1em;
    font-weight: 400;
    background: #61696f;	
}
#header .component4 .box .loginBox .login button:hover {
	border: 1px solid #61696f;	
	color: #61696f;
	background: #ffffff;	
}

/* lnb */
.lnb .component1 {
	background: #f5f5f5;
}
.lnb .component1 li > a { /* lnb-component1 */ 
	line-height: 22px;
	border-bottom: 1px solid #dddddd;
}
.lnb .component1 > ul > li:first-child {
	min-height: 127px;
	line-height: 127px;
	border-bottom: 1px solid #dddddd;
	text-align: center;
	color: #1d69cc;
	font-size: 2.15em; /* 28/13 */
	font-weight: 700;
}
.lnb .component1 li > a {
	display: block;
	padding: 14px 30px;
	color: #61696f;
	font-size: 1.15em;
}
.lnb .component1 li > a:hover,
.lnb .component1 li.active > a {
	color: #0c50a1;
	font-weight: 700;
}
.lnb .component1 li .twoDepth li a {
	padding: 11px 30px 11px 40px;
	font-size: 1em;
	background: #eeeeee;
}
	img.mnsBanneropen{
		float:right; 
		position:absolute;
		right:240px;
		top:138px;
	}
	img.mnsBannerclosed{
		float:right;
		 position:absolute;
		right:240px;
		 top:150px;
	}
/* footer */ 
#footer {
	clear: both;
}
#footer .component1 { /* footer-component1 */ 
	position: relative;
	background: #292f37;
}
#footer .component1 .link {
	min-height: 40px;
	line-height: 40px;
	background: #343a41;
}
#footer .component1 .link ul {
	overflow: auto;
	margin: 0 auto;
	width: 1000px;
} 
#footer .component1 .link ul li {
	float: left;
} 
#footer .component1 .link ul li:before {
    content: "|";
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 10px;
    padding-left: 15px;
    line-height: 12px;
    color: #5b6369;
    font-size: 1em;
}
#footer .component1 .link ul li:first-child:before {
	display: none;
}
#footer .component1 .link ul li a {
    display: inline-block;
	color: #ffffff;
}
#footer .component1 .link ul li a > i {
	color: #ffffff;
    font-style: normal;
}
#footer .component1 .link ul li a:hover, #footer .component1 .link ul li a:hover > i {
    color: #bddfff;
}
#footer .component1 .address {
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0;	
}
#footer .component1 .address p,
#footer .component1 .address span {
	line-height: 22px;
	color: #8e9599;
	font-size: 0.92em;
}
#footer .component1 .address span a {
	color: #8e9599;
}
#footer .component1 .address span:before {
	content: "|";
    display: inline-block;
    margin-right: 11px;
    padding-left: 8px;
    line-height: 12px;
    color: #5b6269;
    font-size: 0.92em;
}
#footer .component1 .address span:first-child:before {
	display: none;
}
#footer .component1 .btnTop {
	position: absolute;
    top: -45px;
    left: 50%;
    margin-left: 455px;
    min-width: 45px;
    height: 45px;
    padding: 19px 0 0 0;
    color: #ffffff;
    font-size: 0.92em;
    background: #0057a8 url('/images/component/footer_component1_btn_top.png') center 11px no-repeat;
}
#footer .component1 .btnTop:hover {
    border: 1px solid #0057a8;
    color: #0057a8;
    background: #ffffff url('/images/template2/resp/blue/button/btn_top_active.png') center 11px no-repeat;
}

#footer .component2 { /* footer-component2 */ 
	position: relative;
	padding: 40px 0;
	background: #333333;
}
#footer .component2 > .footerWrap {
	overflow: auto;
	margin: 0 auto;
	width: 1000px;
}
#footer .component2 .logo {
	float: left;
	width: 240px;
}
#footer .component2 .footerWrap .box {
	float: left;
	width: 760px;
}
#footer .component2 .footerWrap .box .link {
	overflow: auto;
	margin-bottom: 28px;
}
#footer .component2 .footerWrap .box  .link li {
	float: left;
}
#footer .component2 .footerWrap .box .link li a {
	color: #cccccc;
}
#footer .component2 .footerWrap .box .link li a:hover {
	color: #ffffff;
}
#footer .component2 .footerWrap .box .link li:before {
	content: "|";
    display: inline-block;
    margin-right: 11px;
    padding-left: 15px;
	line-height: 12px;
	color: #cccccc;
    font-size: 0.92em;
}
#footer .component2 .footerWrap .box .link li:first-child:before {
	display: none;
}
#footer .component2 .footerWrap .box p {
	line-height: 16px;
	color: #999999;
}
#footer .component2 .footerWrap .box span {
	display: inline-block;
	margin-right: 8px;
	color: #999999;
}
#footer .component2 .footerWrap .box span > a {
	color: #999999;
}
#footer .component2 .btnTop {
	position: absolute;
    top: -45px;
    left: 50%;
    margin-left: 455px;
    min-width: 45px;
    height: 45px;
    padding: 19px 0 0 0;
    color: #ffffff;
    font-size: 0.92em;
    background: #61696f url('/images/component/footer_component1_btn_top.png') center 11px no-repeat;
}
#footer .component2 .btnTop:hover {
    border: 1px solid #61696f;
    color: #61696f;
    background: #ffffff url('/images/template3/resp/blue/button/btn_top_active.png') center 11px no-repeat;
}


/* webModule */
.webModule1 .visual { /* visual */
	position: relative;
	height: 500px;
}
.webModule1 .visual .title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1068px;
	margin-left: -534px;
	padding-left: 85px;
}
.webModule1 .visual .title strong {
	font-size: 3.46em;
	font-weight: 800;
}
.webModule1 .visual .title p {
	font-size: 2.76em;
}

.webModule2 .loginBox { /* loginBox */
	overflow: auto;
	position: relative;
}
.webModule2 .loginBox ul {
	position: relative;
    width: 380px;
    margin: 50px auto;
}
.webModule2 .loginBox li:first-child {
	margin-bottom: 5px;
	padding-left: 80px;
	line-height: 48px;
	font-size: 3.07em;
	font-weight: 800;
}
.webModule2 .loginBox li label {
	width: 67px;
	text-align: right;
	font-size: 1.15em;
	font-weight: 700;
}
.webModule2 .loginBox li input {
	width: 225px;
	margin: 4px 0 4px 0;
}
.webModule2 .loginBox li .btnLogin {
	position: absolute;
	right: 0;
	bottom: 4px;
	width: 68px;
	height: 68px;
	line-height: 92px;
}
.webModule2 .loginBox li .btnLogin:before {
	content: " ";
	position: absolute;
	top: 13px;
    right: 25px;
	display: block;
	width: 15px;
	height: 19px;
	background: url('/images/common/mngs/btn_login.png');
}
.webModule4 {
	width: 350px;
	height: 350px;
	margin-bottom: 20px;
	border: solid 1px #d9dddf;
	background: url('/images/component/wm4_logo_default.png');
}
 /* loginBox */
.webModule5 {
}
.webModule5 .login ul li {
	float: left;
	display: inline-block;
}
.webModule5 .login ul li:first-child {
	margin-right: 7px;
}
.webModule5 .login ul li input {
	width: 100px;
	height: 40px;
	border: 1px solid #d9dddf;
	background: #f5f5f5;
}
.webModule5 .login ul li input:focus {
	background: #ffffff;
}
.webModule5 .login .btnLogin {
	float: right;
	min-width: 86px;
	height: 40px;
	padding: 0;
	text-align: center;
	color: #ffffff;
	font-size: 1.15em;
	font-weight: 700;
	background: #61696f;
}
.webModule5 .login p > a:before {
	content: "|";
	padding-left: 10px;
	padding-right: 13px;
}
.webModule5 .login p > a:first-child:before {
	display: none;
}
.webModule5 .login p {
	clear: both;
	padding-top: 10px;
}

/* 공지사항 */
.webModule6 { 
	position: relative;
}
.webModule6 .title {
	margin-bottom: 32px;
	line-height: 1;
	font-size: 1.92em; /* 25/13 */
	font-weight: 700;
}
.webModule6 .more {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 38px;
	height: 38px;
	font-size: 0;
	background: #eaeaea url('/images/component/wm5_more.png') center center no-repeat;
}
.webModule6 .list {
	margin-bottom: 12px;
}
.webModule6 .list li {
	position: relative;
	padding-left: 15px;
	padding-right: 90px;
	line-height: 30px;
}
.webModule6 .list li:before {
	content: " ";
	position: absolute;
	top: 13px;
	left: 0;
	display: block;
	width: 3px;
	height: 3px;
	background: #06254f;
}
.webModule6 .list li a {
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	font-size: 1.15em;
}
.webModule6 .list li a:hover {
	text-decoration: underline;
}
.webModule6 .list li > span {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 30px;
	color: #f3f8ff;
}

.webModule7 .customer > div {
	margin: 0 0 7% 0;
	color: #1d66bf;
	font-size: 1.15em;
	font-weight: bold;
	text-align: center;
	line-height: 1.38em;
}
.webModule7 .customer > div u {
	color: #1d66bf;
	text-decoration: none;
	border-bottom: solid 1px #1d66bf;
}
.webModule7 .customer li {
/* 	padding: 15px 20px 30px; */
/* 	background: url('/images/component/wm7_bg_customer01.png') 0 0 repeat; */
	display: table;
	width: 100%;
	border: 2px solid #cccccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	background: #f8fbff;
}
.webModule7 .customer li .title {
	display: table-cell;
	width: 30%;
	padding: 10px 15px 10px 15px;
	color: #494f54;
	font-size: 1.15em;
	font-weight: 700;
	text-align: center;
}
.webModule7 .customer li .title br {
	display: none;
}
.webModule7 .customer li > div {
	display: table-cell;
	width: 70%;
	padding: 10px 15px 10px 15px;
}
.webModule7 .customer li p {
	color: #494f54;
	font-size: 1.15em;
	font-weight: 700;
	line-height: 1.38em;
}
.webModule7 .customer li .email a {
	color: #494f54;
}


/* webModule8 - 폐쇄형 학습현황 */
/* .webModule8 {
	margin: 0 auto;
	width: 1000px;	
}
.webModule8 > .title {
	display: block;
	color: #292f37;
	border: solid 1px #d9dddf;
	border-bottom: none;
	font-size: 1.84em;
	font-weight: 400;
	background: #deecf9;
}
.webModule8 > .title p {
	display: inline-block;
	padding: 15px 10px 15px 3%;
}
.webModule8 > .title p:first-child {
	font-weight: 700;
}
.webModule8 > .title p span {
	vertical-align: 0;
	font-weight: 700;
	color: #0c50a1;
}
.webModule8 > .title p span.num {
	color: #f2444a;
}
.webModule8 .myLearning {
	overflow: hidden;
	border: 1px solid #eaeaea;
	border-top: none;
}
.webModule8 .myLearning > div {
	float: left;
	width: 50%;
	padding: 0 30px;
}
.webModule8 .myLearning .boxGray {
	position: relative;
	height: 290px;
	padding: 30px;	
	background: #fafafa;
}
.webModule8 .myLearning .boxGray > div:first-child {
	padding: 10px 0 16px;
}
.webModule8 .myLearning .boxGray .selectBox {
	width: 100%;
	height: 40px;
	background: #ffffff url('/images/component/wm8_bg_select.png') right center no-repeat;
}
.webModule8 .myLearning .boxGray .selectBox select {
	width: 100%;
	height: 40px;
	padding-left: 10px;	
	font-size: 1.15em;
	font-weight: 700;
    color: #0c50a1;
}
.webModule8 .myLearning .boxGray .btnClassroom {
	float: right;
	width: 120px;
	height: 40px;
	padding: 0;
	border: 1px solid #ff9c00;
	color: #ffffff;
	font-size: 1.15em;
	font-weight: 700;
	background: #ff9c00;
}
.webModule8 .myLearning .boxGray dt {
	display: block;
    float: left;
    line-height: 32px;
    font-size: 1.15em;
    font-weight: 700;
}
.webModule8 .myLearning .boxGray dd {
	margin-left: 100px;
    line-height: 32px;
    font-size: 1.15em;
}
.webModule8 .myLearning .boxGray dd > span {
	display: inline-block;
	color: #eb191c;
}
.webModule8 .myLearning .boxGray dd .btnDelivery {
	min-width: 60px;
	height: 26px;
	padding: 0 15px;
    font-size: 0.86em;
	line-height: 24px;
}
.webModule8 .myLearning .boxGray .btnArea {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
}
.webModule8 .myLearning .boxGray .btnArea .btnLearning {
	width: 55%;
	height: 42px;
	color: #ffffff;
    font-size: 1.38em;
	font-weight: 700;
	background: #0c50a1;
}
.webModule8 .myLearning .boxGray .btnArea .btnLearning:hover {
	border: solid 1px #0c50a1;
	color: #0c50a1;
	background: #ffffff;
}
.webModule8 .myLearning .box .state {
	overflow: auto;
	margin: 0 auto;
    width: 430px;
    margin-bottom: 15px;
}
.webModule8 .myLearning .box .state li {
	float: left;
	display: table;
	width: 212px;
	height: 55px;
	margin-bottom: 5px;
	border: 1px solid #ffcd7f;
}
.webModule8 .myLearning .box .state li:first-child,
.webModule8 .myLearning .box .state li:first-child + li + li {
	margin-right: 5px;
}
.webModule8 .myLearning .box .state li > div {
	display: table-cell;
	line-height: 22px;
	text-align: center;
	font-size: 1.15em;
	font-weight: 700;
}
.webModule8 .myLearning .box .state li > div:first-child {
	width: 90px;
    line-height: 18px;
	border-right: 1px solid #ffcd7f;
	background: #fff5e5;
}
.webModule8 .myLearning .box .state li > div.num p:first-child {
	color: #666666;
	font-size: 0.92em;
	font-weight: 400;
}
.webModule8 .myLearning .box .state li > div.num p > span {
	display: inline-block;
    margin-top: -4px;
	color: #eb191c;
}
.webModule8 .graph {
	position: relative;
	height: 150px;
	padding-top: 30px;
	text-align: center;
}
.webModule8 .graph canvas {
	margin: 0 auto;
}
.webModule8 .graph .textBox {
	position:  absolute;
	top: 90px;
	width: 100%;
}
.webModule8 .graph:before {
	content: "0%";
    position: absolute;
    top: 122px;
    left: 50%;
    margin-left: -135px;
    font-size: 1.15em;
}
.webModule8 .graph:after {
	content: "100%";
    position: absolute;
    top: 122px;
    right: 50%;
    margin-right: -155px;
    font-size: 1.15em;
}
.webModule8 .graph .textBox:before {
    content: "50%";
    position: absolute;
    top: -75px;
    left: 50%;
    margin-left: -18px;
    font-size: 1.15em;
}
.webModule8 .graph .textBox p {
	font-size: 1.15em;
	font-weight: 700;
}
.webModule8 .graph .textBox p.num {
	color: #eb191c;
	font-size: 1.84em; 24/13
	font-weight: 400;
} */

.webModule9 {
	margin: 0 auto;
	width: 1000px;
}
.webModule9 > .title { 
	margin-bottom: 32px;
	font-size: 1.92em; /* 25/13 */
	font-weight: 700;
}
.webModule9 > .title .btnView {
	float: right;
	margin-top: -5px;
	padding: 0 20px;
	font-size: 0.72em;	/* 18 */
    border: 1px solid #1d69cc;
    color: #1d69cc;
    background: #e8f0fa;
}
.webModule9 > .title .btnView:hover {
    border: 1px solid #1d69cc;
    color: #ffffff;
    background: #1d69cc;
}
.webModule9 .tab {
	overflow: auto;
	margin-bottom: 30px;
}
.webModule9 .tab > ul > li {
	float: left;
}
.webModule9 .tab > ul > li > a {
	display: inline-block;
	color: #999999;
	font-size: 1.15em;
}
.webModule9 .tab > ul > li+li:before {
	content: "|";
	color: #999999;
	padding-left: 25px;
	padding-right: 25px;
}
.webModule9 .tab > ul > li.active > a {
	color: #333333;
	font-weight: 700;
}
.webModule9 .tab > ul > li+li.active:before {
	color: #999999;
	font-weight: 400;
}
.webModule9 {
    position: relative;
    margin: 0 auto;
    width: 1000px;
}
.webModule9 .thumbnList li {
	float:left;
	width: 232px !important;
	margin-right: 24px;
	margin-left: 0;
	border: 1px solid #dddddd;
	background: #ffffff;
}
.webModule9 .thumbnList li:nth-child(4n) {
	margin-right: 24px;
}
.webModule9 .thumbnList li:first-child + li + li + li,
.webModule9 .thumbnList li:first-child + li + li + li + li + li + li + li {
	margin-right: 24px;
}
.webModule9 .thumbnList li .imgBox img {
	width: 100%;
	height: 174px;
}
.webModule9 .thumbnList li .textBox {
	height: 150px;
	padding: 20px 15px 20px 15px;
}
.webModule9 .thumbnList li .textBox .title {
	font-size: 1.30em;
}
.webModule9 .thumbnList li .iconBox.type2 {
	width: 100%;
	padding: 12px 15px;
	border-top: 1px solid #eaeaea;
}
.webModule9 .bx-pager {
	display: none;
}
.webModule9 .bx-prev,
.webModule9 .bx-next {
	position: absolute;
	top: 56%;
	display: block;
	margin-top: -9px;
	width: 25px;
	height: 134px;
	text-indent: -99999px;
}
.webModule9 .bx-prev {
	left: -37px;
	background: url('/images/component/wm8_btn_prev.png') 0 0 no-repeat;
}
.webModule9 .bx-next {
	right: -37px;
	background: url('/images/component/wm8_btn_next.png') 0 0 no-repeat;
}

.webModule10 {
	position: relative;
}
.webModule10 .title {
	margin-bottom: 32px;
	line-height: 1;
	font-size: 1.92em; /* 25/13 */
	font-weight: 700;
}
.webModule10 .more {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 38px;
	height: 38px;
	font-size: 0;
	background: #eaeaea url('/images/component/wm5_more.png') center center no-repeat;
}
.webModule10 .event {
    margin-bottom: 12px;
}
.webModule10 .event li {
	line-height: 30px;
}
.webModule10 .event li > span:first-child, .webModule10 .event li > a {
	display: inline-block;;
	font-size: 1.15em;
}
.webModule10 .event li > a {
	overflow: hidden;
	display: block;
    max-width: 250px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}
.webModule10 .event li > span:first-child {
	padding-right: 15px;
	font-weight: 700;
}
.webModule10 .event li .icon {
	margin-left: 10px;
	vertical-align: middle;
}
.webModule10 .event li .poll {
	color: #048a4c;
}
.webModule10 .event li .quiz {
	color: #0c50a1;
}
.webModule10 .event li .riview {
	color: #eb191c;
}
.webModule10 .event li .mycors {
	color: #ff9c00;
}

.webModule11 {
	overflow: hidden;
	width: 490px;
	background: url('/images/component/wm6_bg_customer01.png') 0 0 repeat;	
}
.webModule11 .customer li {
	float: left;
}
.webModule11 .customer li:first-child {
	width: 290px;
	padding: 24px 30px;
}
.webModule11 .customer li:first-child:before {
	content: " ";
	float: left;
	display: inline-block;
	width: 46px;
	height: 67px;
	margin-right: 15px;
	background: url('/images/component/wm10_icon_customer.png') 0 0 no-repeat;
}
.webModule11 .customer p {
	color: #ffffff;
	line-height: 1;
}
.webModule11 .customer p.title {
	font-size: 1.15em;
}
.webModule11 .customer p.tel {
	display: block;
	padding: 10px 0 5px;
	font-size: 1.92em; /* 25/13 */
	font-weight: 700;
	letter-spacing: -1px;
}
.webModule11 .customer p.email a {
	display: block;
	margin-bottom: 23px;
	color: #ffffff;
}
.webModule11 .customer li.remote {
	float: right;
	width: 200px;
}
.webModule11 .customer li.remote a, 
.webModule11 .customer li.remote a:hover {
	display:block;
	width: 100%;
	height: 150px;
	padding-top: 105px;
	text-align: center;
	color: #ffffff;
	font-size: 1.15em;
	font-weight: 700;
	background: #1d69cc url('/images/component/wm10_icon_remote.png') center 33px no-repeat;	
}

.webModule12 .banner li {
	overflow: hidden;
	float: left;
	width: 122px;
	height: 150px;
	border: solid #dddddd;
	border-width: 1px 1px 1px 0px;
	background: url('/images/component/wm17_banner_diagnosis.png') center 40px no-repeat;
}
.webModule12 .banner li+li {
	background: url('/images/component/wm17_banner_library.png') center 34px no-repeat;
}
.webModule12 .banner li+li+li {
	background: url('/images/component/wm17_banner_knowledge.png') center 32px no-repeat;
}
.webModule12 .banner li+li+li+li {
	background: url('/images/component/wm17_banner_event.png') center 32px no-repeat;
}
.webModule12 .banner li:first-child {
	width: 124px;
	border-width: 1px 1px 1px 1px;
}
.webModule12 .banner li a {
	display: block;
    height: 100%;
    padding-top: 105px;
	text-align: center;
	color: #0c50a1;
	font-size: 1.15em;
	font-weight: 700;
}
.webModule13 { 
	float: right;
	width: 490px;
	height: 130px;
	margin-right: 10px;
	padding: 0px 20px 0px 20px;
	background: #ffffff;
}
.webModule13 li:first-child > div {
	float: left;
	display: inline-block;
}
.webModule13 li:first-child .title {
	width: 90px;
	margin-top: 42px;
	color: #0057a8;
	font-size: 1.23em;
	text-align: center;
	vertical-align: middle;
	line-height: 1.38em;
	letter-spacing: -0.3px;
}
.webModule13 li:first-child a {
	float: left;
	display: inline-block;
	width: 90px;
	height: 130px;
	margin-left: 25px;
	padding-top: 96px;
    color: #292f37;
    font-size: 1.15em;
    font-weight: 700;
    text-align: center;
/*     text-indent: -99999px; */
	background: url('/images/component/wm12_icon_booklearning.png') center 10px no-repeat;
}
.webModule13 li:first-child a+a {
	background: url('/images/component/wm12_icon_smartlearning.png') center 10px no-repeat;
}
.webModule13 li:first-child a+a+a {
	background: url('/images/component/wm12_icon_elearning.png') center 10px no-repeat;
}
.webModule13 li:first-child a:hover {
	text-indent: 0;
	background: url('/images/component/wm12_icon_booklearning_active.png') center 10px no-repeat;
}
.webModule13 li:first-child a+a:hover {
	background: url('/images/component/wm12_icon_smartlearning_active.png') center 10px no-repeat;
}
.webModule13 li:first-child a+a+a:hover {
	background: url('/images/component/wm12_icon_elearning_active.png') center 10px no-repeat;
}
/* .webModule13 li+li a {
	display: block;
	width: 235px;
	height: 110px;
	padding: 30px 0px 0px 20px;
	color: #ffffff;
	font-size: 1.38em; 18/13
	background: #72b4f2 url('/images/component/wm12_icon_library.png') 110px 0 no-repeat;
	background-size: 110px 110px;
}
.webModule13 li+li+li a {
	background: #4693db url('/images/component/wm12_icon_knowledge.png') 110px 0 no-repeat;
	background-size: 110px 110px;
}
.webModule13 li+li a:hover {
	background-color: #5fa4ee;
}
.webModule13 li+li+li a:hover {
	background-color: #3780d2;
} */

.webModule14 {
	margin: 0 auto;
	width: 1000px;
}
.webModule14 > .title {
	display: block;
	color: #003464;
	border: solid 1px #d9dddf;
	border-bottom: none;
	font-size: 1.84em;
	font-weight: 400;
	background: #deecf9;
}
.webModule14 > .title p {
	display: inline-block;
	padding: 15px 10px 15px 30px;
}
.webModule14 > .title p:first-child {
	font-weight: 700;
}
.webModule14 > .title p span {
	vertical-align: 0;
	font-weight: 700;
	color: #0057a8;
}
.webModule14 > .title p span.num {
	color: #f2444a;
}
.webModule14 .myLearning {
	clear: both;
	height: 325px;
	padding: 30px;
	border: solid 1px #d9dddf;
	border-top: none;
	background: #ffffff;
}
.webModule14 .myLearning .box {
	float: left;
	width: 735px;
}
.webModule14 .myLearning .box > div:first-child {
	padding: 4px 0 27px;
	border-bottom: 1px solid #e7e9ea;
}
.webModule14 .myLearning .box .textBox {
	position: relative;
	float: left;
	width: 460px;
	height: 213px;
	padding: 20px 20px 20px 20px;
}
.webModule14 .myLearning .box dl {
	margin-bottom: 20px;
}
.webModule14 .myLearning .box dt {
	display: block;
    float: left;
    padding-left: 25px;
    line-height: 34px;
    color: #0057a8;
    font-weight: 700;
}
.webModule14 .myLearning .selectBox {
	width: 100%;
	height: 40px;
	border: 1px solid #f0f0f1;
	background: #f0f0f1 url('/images/component/wm14_bg_select.png') right center no-repeat;
}
.webModule14 .myLearning .selectBox select {
	width: 100%;
	height: 37px;
	padding: 0 45px 0 10px;
	color: #0057a8;
	font-size: 1.38em; /* 18px */
	font-weight: bold;
}
.webModule14 .myLearning .btnClassroom {
	float:right;
	width: 150px;
	height: 40px;
	border: 1px solid #004686;
	color: #ffffff;
	font-size: 1.15em;
	font-weight: 700;
	background: #004686;
}
.webModule14 .myLearning .btnClassroom:hover {
	color: #004686;
	background: #ffffff;
}
.webModule14 .myLearning .box dt.period {
	background: url('/images/component/wm13_icon_period.png') 0 center no-repeat;
}
.webModule14 .myLearning .box dt.month {
	background: url('/images/component/wm13_icon_month.png') 0 center no-repeat;
}
.webModule14 .myLearning .box dt.delivery {
	background: url('/images/component/wm13_icon_date.png') 0 center no-repeat;
}
.webModule14 .myLearning .box dd {
	margin-left: 130px;
    line-height: 34px;
    font-size: 1.15em;
}
.webModule14 .myLearning .box dd > span {
	display: inline-block;
	color: #ed1c24;
	font-size: 0.86em; /* 13/15 */ 
}
.webModule14 .myLearning .box dd .btnDelivery {
	min-width: 60px;
	height: 26px;
	padding: 0 15px;
	border: 1px solid #8e9599;
    color: #292f37;
    font-size: 0.86em;
	line-height: 24px;
    background: #f9f9f9;
}
.webModule14 .myLearning .box dd .btnDelivery:hover {
	border: solid 1px #61696f;
	background: #e7e9ea;
}
.webModule14 .myLearning .box .textBox .btnArea {  
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 420px;
}
.webModule14 .myLearning .box .textBox .btnArea .btnLearning {
	width: 100%;
	height: 50px;
	text-align: center;
	color: #ffffff;
    font-size: 1.38em;
	font-weight: 700;
	background: #ff696f;
}

.webModule14 .myLearning .box .textBox .btnArea .btnLearning:hover {
	border: 1px solid #ff595f;
	color: #ff595f;
	background: #ffffff;
}

.webModule14 .myLearning .box .textBox .btnArea .ktcs_btnLearning {
	margin-top:10px;
    background-color: #0060bb;
}

.webModule14 .myLearning .box .textBox .btnArea .ktcs_btnLearning:hover {
	margin-top:10px;
    background-color: #0060bb;
}


.webModule14 .myLearning .graph {
	position: relative;
	float: right;
	width: 255px;
	height: 165px;
	margin-top: 28px;
	border: 1px solid #e7e9ea;
	text-align: center;
}
.webModule14 .myLearning .graph.noData {
	padding-top: 120px;
	text-align: center;
	background: url('/images/component/wm14_default_graph.png') center 28px no-repeat;
}
.webModule14 .myLearning .graph.noData > p {
	color: #9da4a8;
}
.webModule14 .myLearning .graph canvas { 
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -100px;
	z-index: 99;
}
.webModule14 .myLearning .graph .textBox {
	position: absolute;
	width: 253px;
	top: 45px;
	z-index: 100;
}
.webModule14 .myLearning .graph .textBox p {
	display: inline-block;
	margin-left: 4px;
	color: #292f37;
	font-weight: 700;
}
.webModule14 .myLearning .graph .textBox .num {
	color: #0057a8;
	font-size: 1.92em; /* 25/13 */
	font-weight: 700;
	
}
.webModule14 .myLearning .state {
	float: right;
}
.webModule14 .myLearning .state li {
    overflow: hidden;
    display: table;
	width: 175px;
	height: 55px;
	margin-top: 15px;
}
.webModule14 .myLearning .state li:first-child {
	margin-top: 0;
}
.webModule14 .myLearning .state li > div {
	display: table-cell;
	line-height: 22px;
	text-align: center;
	font-weight: 700;
}
.webModule14 .myLearning .state li > div:first-child {
	width: 70px;
	line-height: 16px;
	color: #ffffff;
	background: #72b4f2;
	-webkit-border-top-left-radius: 7px;
	-moz-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.webModule14 .myLearning .state li > div.num {
	border: 1px solid #72b4f2;
	border-left: none;
	-webkit-border-top-right-radius: 7px;
	-moz-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.webModule14 .myLearning .state li > div.num p {
	color: #7f868b;
	font-weight: 400;
}
.webModule14 .myLearning .state li > div.num p+p {
	font-size: 1.54em;
	font-weight: 700;
}
.webModule14 .myLearning .state li > div.num p > span {
	display: inline-block;
    margin-top: -2px;
	color: #0057a8;
}

.webModule15 {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 50px 0;
}
.webModule15 .bx-pager {
	display: none;
}
.webModule15 .bx-prev,
.webModule15 .bx-next {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -42px;
	width: 25px;
	height: 134px;
	text-indent: -99999px;
}
.webModule15 .bx-prev {
	left: -37px;
	background: url('/images/component/wm14_btn_prev.png') 0 0 no-repeat;
}
.webModule15 .bx-next {
	right: -37px;
	background: url('/images/component/wm14_btn_next.png') 0 0 no-repeat;
}
.webModule15 > .title {
	margin-bottom: 20px;
	font-size: 1.92em; /* 25/13 */
	color: #003464;
	font-weight: 700;
}
.webModule15 > .title .btnView {
	float: right;
	margin-top: -10px;
	padding: 0 20px;
	font-size: 0.72em;	/* 18 */
    border: 1px solid #1d69cc;
    color: #1d69cc;
    background: #e8f0fa;
}
.webModule15 > .title .btnView:hover {
    border: 1px solid #1d69cc;
    color: #ffffff;
    background: #1d69cc;
}
.webModule15 .thumbnList li {
	float: left;
	width: 232px !important;
	margin-right: 24px;
	margin-left: 0;
	border: 1px solid #e7e9ea;
	background: #ffffff;
}
.webModule15 .thumbnList li:first-child + li + li + li,
.webModule15 .thumbnList li:first-child + li + li + li + li + li + li + li {
	margin-right: 24px;
}
.webModule15 .thumbnList li .imgBox {
	position: relative;
}
.webModule15 .thumbnList li .imgBox:hover:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url('/images/component/wm15_.thumbnList_hover_dim.png') 0 0 repeat;
	z-index: 99;
}
.webModule15 .thumbnList li .imgBox:hover:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url('/images/component/wm15_.thumbnList_hover.png') center center no-repeat;
	z-index: 999;
}
.webModule15 .thumbnList li .imgBox img {
	width: 100%;
	height: 174px;
}
.webModule15 .thumbnList li .iconBox.type2 {
	width: 100%;
	height: 46px;
	padding: 12px 20px;
	border-top: 1px solid #e7e9ea;
	background: #f9f9f9;
}

.webModule16 {
	overflow: hidden;
	margin: 0 auto;
	width: 1000px;
}
.webModule16 > .title {
	line-height: 1;
	color: #003464;
	font-size: 1.92em;
	font-weight: 700;
}
.webModule16 .box {
	float:left;
	width: 490px;
}
.webModule16 .box+.box {
	float: right;
}
.webModule16 .box > div {
	position: relative;
	padding: 20px;
	height: 200px;
	margin-top: 20px;
}
.webModule16 .box > div .more {
	position: absolute;
	top: 10px;
	right:10px;
	width: 35px;
	height: 34px;
	text-indent: -99999px;
	background: url('/images/component/wm15_btn_more02.png') center center no-repeat;
}

.webModule16 .box > div > .title {
	position: relative;
	padding-bottom: 20px;
	font-size: 1.38em; /* 18/13 */
	font-weight: 700;
}
.webModule16 .talkingPoll > .title {
}
.webModule16 .box .talkingPoll {
	border: 1px solid #e7e9ea;
	background: url('/images/component/wm15_bg_talkingpoll.png') right top no-repeat;
}
.webModule16 .box > div.talkingPoll > .title:before,
.webModule16 .box > div.knowledge > .title:before {
	border-bottom: 1px solid #bbbfc2;
}
.webModule16 .box .talkingPoll .bx-pager {
	display: none;
}
.webModule16 .box .talkingPoll .bx-prev,
.webModule16 .box .talkingPoll .bx-next {
	position: absolute;
	top: 10px;
	width: 25px;
	height: 34px;
	text-indent: -99999px;
}
.webModule16 .box .talkingPoll .bx-prev {
	right: 75px;
	background: url('/images/component/wm15_btn_prev02.png') center center no-repeat;
}
.webModule16 .box .talkingPoll .bx-next {
	right: 44px;
	background: url('/images/component/wm15_btn_next02.png') center center no-repeat;
}
.webModule16 .box .talkingPoll li a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	line-height: 1.2em;
	height: 2.4em;
	font-weight: 700; 
	font-size: 1.54em; /* 20/13 */
}
.webModule16 .box .talkingPoll li .period {
	margin-top: 10px;
}
.webModule16 .box .talkingPoll li .period strong {
    display: inline-block;
    margin-top: -2px;
	padding-right: 5px;
}
.webModule16 .box .customer {
    height: auto;
	padding: 0;
}
.webModule16 .box .customer li {
	float:left;
	width: 235px;
	height: 200px;
	padding:20px;
	background: #9da4a8 url('/images/component/wm15_bg_customer.png') right center no-repeat;
}
.webModule16 .box .customer li > .title {
	display: block;
	padding-bottom: 20px;
	font-size: 1.38em; /* 18/13 */
	font-weight: 700;
}
.webModule16 .box .customer li > .title:before {
	border-bottom: 1px solid #cccfd1;
}
.webModule16 .box .customer li p {
	color: #ffffff;
	font-size: 1.15em;
}
.webModule16 .box .customer li p > span {
	display: inline-block;
	width: 43px;
	height: 17px;
	margin-top: -1px;
	margin-right: 4px;
	border: 1px solid #9da4a8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	color: #ffffff;
	font-size: 0.8em;
}
.webModule16 .box .customer li .tel {
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 1.15em;
}
.webModule16 .box .customer li .time {
	margin-bottom: 7px;
	padding-left: 30px;
	font-size: 1em;
}
.webModule16 .box .customer li .email a {
	display: inline-block;
	margin-top: -3px;
	color: #004686;
	border-bottom: solid 1px #004686;
}
.webModule16 .box .customer li .text_box {
	padding-bottom: 12px;
}
.webModule16 .box .customer li .text_box  p {
	font-size: 1em;
	line-height: 1.2;
}
.webModule16 .box .customer li .text_box  .text_bold  {
	font-weight: 700;
}
.webModule16 .box .customer li .text_box  .tel {
	font-size: 1em;
	margin: 0;
}
.webModule16 .box .customer li .text_box .tel > em {
	display: block;
	margin-left: 13px;
}
.webModule16 .box .customer li .btnArea {
	margin-top: 15px;
	text-align: left;
}

.webModule16 .box .customer .remote {
	display: block;
	margin-left: 20px;
	padding: 0;
	background: #deecf9 url('/images/component/wm15_bg_remote.png') center center no-repeat;
}
.webModule16 .box .remote a {
	display: block;
	height: 100%;
	padding: 20px;
	color: #333333;
	font-size: 1.38em; /* 18/13 */
	font-weight: 700;
}
.webModule16 .box .knowledge {
	border: 1px solid #e7e9ea;
}
.webModule16 .box .notice {
	border: 1px solid #deecf9;
	color: #333333;
	background: #deecf9; 
}
.webModule16 .box .knowledge li {
	width: 100%;
}
.webModule16 .box .knowledge li strong {
	overflow: hidden;
	display: block;
	margin-bottom: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;	
	font-size: 1.38em; /* 18/13 */
}
.webModule16 .box .knowledge li .textBox {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	padding-right: 20px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	line-height: 20px;
	height: 80px;
	font-weight: 400; 
}
.webModule16 .box .notice .list li {
	position: relative;
	line-height: 28px;
	padding-right: 80px;
}
.webModule16 .box .notice .list li a {
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}
.webModule16 .box .notice .list li > span {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 28px;
}

.webModule17 {
	overflow: hidden;
	float: left;
    width: 490px;
    height: 130px;
    margin-left: 10px;
}
.webModule17 .banner li {
	float: left;
	width: 122px;
    height: 130px;
    border: 1px solid #5895cd;
    border-left: none;
	background: #ffffff url('/images/component/wm17_banner_diagnosis.png') center 30px no-repeat;
}
.webModule17 .banner li:first-child {
    border-left: 1px solid #5895cd;
}
.webModule17 .banner li+li {
	background: #ffffff url('/images/component/wm17_banner_library.png') center 25px no-repeat;
}
.webModule17 .banner li+li+li {
	background: #ffffff url('/images/component/wm17_banner_knowledge.png') center 22px no-repeat;
}
.webModule17 .banner li+li+li+li {
	background: #ffffff url('/images/component/wm17_banner_event.png') center 22px no-repeat;
}

.webModule17 .banner li:hover {
	background: #deecf9 url('/images/component/wm17_banner_diagnosis.png') center 30px no-repeat;
}
.webModule17 .banner li+li:hover {
	background: #deecf9 url('/images/component/wm17_banner_library.png') center 25px no-repeat;
}
.webModule17 .banner li+li+li:hover {
	background: #deecf9 url('/images/component/wm17_banner_knowledge.png') center 22px no-repeat;
}
.webModule17 .banner li+li+li+li:hover {
	background: #deecf9 url('/images/component/wm17_banner_event.png') center 22px no-repeat;
}
.webModule17 .banner li a {
	display: block;
	height: 100%;
    padding-top: 95px;
    text-align: center;
	color: #333333;
    font-size: 1.15em;
    font-weight: 700;
}
.webModule18 { /* loginBox */
	padding: 0 0 0 0;
	border-left: none;
	border-right: none;
}
.webModule18 .login ul {
	position: relative;
	width: 100%;
	margin-bottom: 3%;
}
.webModule18 .login ul li:first-child {
	margin-bottom: 10px;
}
.webModule18 .login ul li input {
	width: 100%;
/* 	width: calc(100% - 93px); */
	height: 40px;
	border: 1px solid #cccccc;
/* 	background: #eeeeee; */
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	    
}
.webModule18 .login ul li input:focus {
	background: #ffffff;
}
/* .webModule18 .login ul .btnLogin {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 83px;
	height: 90px;
	padding: 0;
	text-align: center;
	color: #ffffff;
	font-size: 1.15em;
	font-weight: 700;
	background: #ff9c00;
} */
.webModule18 .login ul .btnLogin {
    min-width: 100px;
    width: 100%;
    height: 42px;
    margin-top: 10px;
	padding: 0;
    border: 1px solid #0c50a1;
	text-align: center;
	font-size: 1.38em;
	font-weight: 700;
    color: #ffffff;
    background: #0c50a1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	    
}
.webModule18 .login ul .btnLogin:hover { 
	border: 1px solid #0c50a1;
	color: #0c50a1;
	background: #ffffff;
}
.webModule18 .login p label {
    padding-left: 25px;
}
.webModule18 .login p a {
	float: right;
	border-bottom: solid 1px #666766;
}
.webModule18 .login .btnArea {
	margin: 5% 0 5% 0;
	text-align: left;
}
.webModule18 .login .btnArea button { 
	width: 48%;
	padding: 0 0;
/* 	border: 1px solid #0c50a1; */
	border: 1px solid #61696f;
	color: #ffffff;
/* 	background: #0c50a1; */
    background: #61696f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
} 
.webModule18 .login .btnArea button:hover { 
/* 	border: 1px solid #0c50a1;
	color: #0c50a1;
	background: #ffffff; */
	border: 1px solid #61696f;	
    color: #494f54;	
    background: #f9f9f9;	
}
.webModule18 .login .btnArea button.findPw { 
	float: right;
}
.webModule19 .search {
    width: 700px;
    margin: 0 auto;
}
.webModule19 .search label {
    display: block;
	width: 0px;
	height: 0px;
    font-size: 0;
}
.webModule19 .search input {
	width: 640px;
	height: 50px;
	border: solid 3px #7f868b;
	font-size: 1.38em;
	color: #292f37 !important; 
	background: #ffffff;
}
.webModule19 .search button {
	float: right;
	min-width: inherit;
	width: 60px;
	height: 50px;
	margin-left: 0;
	padding: 0;
	text-indent: -999999px;
	background: #7f868b url('/images/component/icon_search.png') center center no-repeat;
}
.webModule20 {
	width: 280px;
	height: 350px;
	margin: 0px 20px 20px 20px;
	padding: 30px;
	border: solid 1px #d9dddf;
	background: url('/images/component/wm20_bg.png') no-repeat;
}
.webModule20 > .msg {
	display: block;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
}
.webModule20 > .msg p {
	color: #0a4081;
}
.webModule20 > .msg p span {
	display: block;
	padding: 2px 0 2px;
	color: #1d69cc;
}

.webModule20_10321 {
	width: 280px;
	height: 350px;
	margin: 0px 20px 20px 20px;
	padding: 30px;
	border: solid 1px #d9dddf;
	background: url('/images/component/wm20_10321_bg.png') no-repeat;
}

.webModule21 {
	width: 330px;
	height: 350px;
	margin-bottom: 20px;
	border: solid 1px #d9dddf;
}
/* 오픈과정, 추천과정 */
/* 
.webModule22 .title:first-child { 
	margin-top: 0px;
}
.webModule22 ul {
	overflow: hidden;
}
.webModule22 ul li {
	float: left;
	display: inline-block;
	margin-left: 20px;
}
.webModule22 ul li:first-child {
	margin-left: 0;
}
.webModule22 ul li .imgBox {
	display: block;
	width: 90px;
	height: 68px;
    border: 1px solid #d9dddf;
}
.webModule22 ul li .imgBox img {
	width: 88px;
	height: 66px;
} */

/* 수강신청가능 과정 */
.webModule22 {
	margin-left: 20px;
/*	border: solid 1px #d9dddf;*/
}
.webModule22 > div { 
	position: relative;
	height: 305px;
	padding: 30px 45px 30px 45px;
}
.webModule22 div.title { 
	margin-bottom: 20px;
	font-size: 1.54em;
	font-weight: 700;
}
.webModule22 > div .bx-pager {
	display: none;
}
.webModule22 > div .bx-prev,
.webModule22 > div .bx-next {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -42px;
	width: 25px;
	height: 134px;
	text-indent: -99999px;
}
.webModule22 > div .bx-prev {
	left: 12px;
	background: url('/images/component/wm14_btn_prev.png') 0 0 no-repeat;
}
.webModule22 > div .bx-next {
	right: 12px;
	background: url('/images/component/wm14_btn_next.png') 0 0 no-repeat;
}
.webModule22 .thumbnList {
	width: 100%;
	margin: 0 auto;
}
.webModule22 .thumbnList ul {
	width: 100%;
}	
.webModule22 .thumbnList li { 
	float: left;
	display: inline-block;
	width: 163px !important;
	margin-right: 24px;
	margin-left: 0;
	border: 1px solid #e7e9ea;
	background: #ffffff;
}
.webModule22 .thumbnList li:first-child + li + li + li,
.webModule22 .thumbnList li:first-child + li + li + li + li + li + li + li {
	margin-right: 24px;
}
.webModule22 .thumbnList li .imgBox {
	position: relative;
}
.webModule22 .thumbnList li .imgBox:hover:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url('/images/component/wm15_.thumbnList_hover_dim.png') 0 0 repeat;
	z-index: 99;
}
.webModule22 .thumbnList li .imgBox:hover:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url('/images/component/wm15_.thumbnList_hover.png') center center no-repeat;
	z-index: 999;
}
.webModule22 .thumbnList li .imgBox img {
	width: 161px;
	height: 120px;
}
.webModule22 .thumbnList li .textBox {
	height: inherit;
}

/* 공지사항 */
.webModule23 {
	overflow: hidden;
	position: relative;
	height: 141px;
	padding: 20px 30px 20px 30px;
	border: solid 1px #d9dddf;
}
.webModule23 .title {
	margin-bottom: 10px;
	font-size: 1.54em;
	font-weight: 700;
}
.webModule23 .more {
	position: absolute;
	top: 18px;
	right: 20px;
	width: 30px;
	height: 30px;
	font-size: 0;
	background: #e7e9ea url('/images/component/wm5_more.png') center center no-repeat;
}
.webModule23 .list li {
	position: relative;
	padding-left: 12px;
	line-height: 22px;
}
.webModule23 .list li:before {
	content: " ";
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 3px;
	height: 3px;
	background: #06254f;
}
.webModule23 .list li.noDate {
	padding-top: 10px;
	text-align: center;
}
.webModule23 .list li.noDate:before {
	display: none;
}
.webModule23 .list li a {
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;	
}
.webModule23 .list li a:hover {
	color: #0c50a1;
}
.webModule23 .list li > span {
	color: #61696f;
}

/* 학습지원 안내 */
.webModule24 {
	margin-top: 20px;
}
.webModule24 .customer li {
	height: 146px;
	padding: 20px 30px 20px 30px;
	color: #333333;
	background: url('/images/component/wm6_bg_customer01.png') 0 0 repeat;
}
.webModule24 .customer li+li {
	background: url('/images/component/wm6_bg_customer02.png') 0 0  repeat;
}
.webModule24 .customer li .title {
	display: block;
	margin: 0px 0 10px 0;
	font-size: 1.62em;
	font-weight: 700;
}
.webModule24 .customer li p {
	font-size: 1em;
}
.webModule24 .customer li .tel {
	display: inline-block;
}
.webModule24 .customer li .time {
	display: inline-block;
	margin-left: 10px;
}
.webModule24 .customer li .email {
	display: block;
	margin-top: 5px;
}
.webModule24 .customer li .email a {
	display: inline-block;
	margin-top: -3px;
	border-bottom: solid 1px #61696f;
}
.webModule24 .customer li .btnArea {
	margin-top: 10px;
	text-align: left;
}
.webModule24 .customer li .btnArea .inside.btnFaq {
    min-width: inherit;
    height: 26px;
    padding: 0 10px;
    line-height: 26px;
}

.webModule25 {
	width: 1000px;
	margin: 0 auto;
	background: url('/images/component/wm14_bg.png') center center no-repeat;	
}	
.webModule25 > .msg {
	display: block;
	width: 100%;
	height: 133px;
	margin: -50px 0 -50px 0;
	line-height: 133px;
	font-size: 2.15em;
	font-weight: 700;
	text-align: center;
}
.webModule25 > .msg p {
	color: #003464;
}
.webModule25 > .msg p span {
	vertical-align: 0;
	color: #0057a8;
}
.dim {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/images/common/usr/bg_dimmed.png') repeat;
    z-index: 99;
}

.ybm {
    position: absolute;
    left: 1466px;
    top: 138px;
}
.ybm img{
	width:52%;
}

@media screen and (max-width: 1023px) {
	#header .component2 {
		position: relative;
	}
	#header .component2 > .box {
	    width: 100%;	
	    height: 48px;
	    text-align: center;    
	    border-bottom: 2px solid #4693db;
	}
	#header .component2 .logo {
	    float: inherit;
	    width: 100%;	
	    height: 48px;
		line-height: 48px;
	}
	#header .component2 .logo a {
		display: block;
		width: 85px;
		margin: 0 auto;
	}
	#header .component2 .logo a img {
		width: 100%;
	}
	#header .component2 .search {
		display: none;
	}
	#header .component2 .box .loginBox {
		padding-top: 0;
		width: auto;
	}
	#header .component2 .box .loginBox >a,
	#header .component2 .box .loginBox .link,
	#header .component2 .box .loginBox .login,
	#header .component2 .box .loginBox .userInfo li {
		display: none;
	}
	#header .component2 .box .loginBox .userInfo li+li+li+li {
		display: block;
	}
	#header .component2 .box .loginBox .userInfo .btnLogout {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		min-width: 0;
		width: 48px;
		height: 48px;
		border: none;
		text-indent: -999999px;
		background: url('/images/template2/resp/default/button/btn_mobile_logout.png') center center no-repeat;
		background-size: 18px 18px;
	}
	#header .component2 .userInfo {
		top: 0;
	}
	#header .component2 .allMenu { 
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		min-width: 0;
		width: 48px;
		height: 48px;
		padding: 0;
		text-indent: -999999px;
		background: url('/images/template2/resp/default/button/btn_mobile_menu.png') center center no-repeat;
		background-size: 18px 14px;
	}
	#header .component2 .gnbWrap {
		position: absolute;
		width: 70%;
		top: 0;
		left: -100%;
		background: none;
		z-index: 9999;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
	}
	#header .component2 .gnbWrap.active {
		left: 0;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
	}
	#header .component2 .gnbWrap .gnb {
		overflow: auto;
		width: 100%;
		border-right: 1px solid #cccccc;
		background: #ffffff;
	}
	#header .component2 .gnbWrap .gnb > li {
		width: 100%;
	}
	#header .component2 .gnbWrap .gnb > li > a {
		border-top: 1px solid #cccccc;
	}
	#header .component2 .gnbWrap .gnb > li > a,
	#header .component2 .gnbWrap .gnb > li:first-child > a {
		color: #333333;
		width: 100%;
	}
/* 	#header .component2 .gnbWrap .gnb > li:hover > a {
		color: #0c4da2;
		background: #ffffff;
	} */
	#header .component2 .gnbWrap .gnb > li .twoDepth {
		padding-top: 0;
	}
	#header .component2 .gnbWrap .gnb > li .twoDepth,
	#header .component2 .gnbWrap .gnb > li:first-child .twoDepth,
	#header .component2 .gnbWrap .gnb > li+li+li+li .twoDepth {
		display: block;
		position:inherit;
		width: 100%;
		height: auto;
		border: none;
	}
	

	#header .component3 {
		position: relative;
		border-bottom: 1px solid #dddddd;
	}
	#header .component3 > .box {
	    width: 100%;	
	    height: 48px;
	}
	#header .component3 .logo {
	    float: inherit;
	    width: 100%;
	    height: 48px;
		line-height: 48px;
	    margin-top: 0px;
	}
	#header .component3 .logo a {
		display: block;
		width: 85px;
		margin: 0 auto;
	}
	#header .component3 .logo a img {
		width: 100%;
	}
	#header .component3 .userInfo {
		top: 0;
	}
	#header .component3 .search,
	#header .component3 .userInfo li {
		display: none;
	}
	#header .component3 .userInfo li+li+li+li {
		display: block;
	}
	#header .component3 .userInfo li .btnLogout {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		min-width: 0;
		width: 48px;
		height: 48px;
		border: none;
		text-indent: -999999px;
		background: url('/images/template3/resp/default/button/btn_mobile_logout.png') center center no-repeat;
		background-size: 18px 18px;
		z-index: 999999;
	}
	#header .component3 .allMenu {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		min-width: 0;
		width: 48px;
		height: 48px;
		padding: 0;
		text-indent: -999999px;
		background: url('/images/template3/resp/default/button/btn_mobile_menu.png') center center no-repeat;
		background-size: 18px 14px;
	}
	#header .component3 .gnbWrap {
		position: absolute;
		width: 70%;
		top: 0;
		left: -100%;
		background: none;
		z-index: 9999;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
	}
	#header .component3 .gnbWrap.active {
		left: 0;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
	}
	#header .component3 .gnbWrap .gnb {
		overflow: auto;
		width: 100%;
		border-right: 1px solid #cccccc;
		background: #ffffff;
	}
	#header .component3 .gnbWrap .gnb > li {
		width: 100%;
	}
	#header .component3 .gnbWrap .gnb > li > a {
		border-top: solid 1px #cccccc;
		border-bottom: solid 1px #cccccc;
	}
	#header .component3 .gnbWrap .gnb > li > a,
	#header .component3 .gnbWrap .gnb > li:first-child > a {
		color: #333333;
		width: 100%;
	}
	#header .component3 .gnbWrap .gnb > li:hover > a {
		color: #0c4da2;
		background: #ffffff;
	}
	#header .component3 .gnbWrap .gnb > li .twoDepth {
		padding-top: 0;
	}
	#header .component3 .gnbWrap .gnb > li .twoDepth,
	#header .component3 .gnbWrap .gnb > li:first-child .twoDepth,
	#header .component3 .gnbWrap .gnb > li+li+li+li .twoDepth {
		display: block;
		position:inherit;
		width: 100%;
		height: auto;
		border: none;
	}
	#header .component4 {
		position: relative;
		width: 100%;
		border-bottom: 1px solid #dddddd;
	}
	#header .component4 > .box {
	    width: 100%;
	    height: 48px;
	    padding: 0 4% 0 4%;
	}
	#header .component4 .logo {
		width: 100%;
		line-height: 48px;
	    margin-top: 0px;	
		padding-top: 0px;
	}
	#header .component4 .logo a {
		display: block;
		width: 90px;
	}
	#header .component4 .logo a img {
		width: 100%;
	}
	#header .component4 .box .loginBox .link {
		display: none;
	}
	#header .component4 .box .loginBox .login {
		top: 6px;
		right: 4%;
	}
/* 	
	#header .component4 .box .loginBox .login { 
		display: block;
	} */
/* 	#header .component4 .box .loginBox .login li {
		display: none;
	}
	#header .component4 .box .loginBox .login li:first-child + li + li {
		display: block;
	}
	#header .component4 .box .loginBox .login li .btnLogin {
	    position: absolute;
	    top: 0;
	    right: 0;
	    display: block;
	    width: 48px;
	    height: 50px;
	    border: none;
	    text-indent: -999999px;
	    background: url(/images/template3/resp/default/button/btn_mobile_login.png) center center no-repeat;
	    background-size: 18px 18px;
	    z-index: 999999;	
	} */
	/*footer*/
	#footer {
		position: inherit;
		bottom: inherit;
		height:30px;
	}
	#footer .component1 .link {
		min-height: 26px;
	    line-height: 26px;
	    padding-left: 15px;
	}
	#footer .component1 .link ul {
		width: 100%;
	}
	#footer .component1 .link ul li:before {
	    margin-bottom: 0;
        margin-right: 6px;
        padding-left: 10px;
	}
	#footer .component1 .address {
		width: 100%;
	    padding: 15px 20px;
	}
	#footer .component1 .address p, #footer .component1 .address span {
		line-height: 16px;
	}
	#footer .component1 .btnTop {
	    left: inherit;
	    margin-left: 0;
    	right: 20px;
	}	
	#footer .component2 {
	    padding: 15px 0 20px;
	}
	#footer .component2 > .footerWrap {
		width: 100%;
	}
	#footer .component2 .logo {
		display: none;
	}
	#footer .component2 .footerWrap .box {
		width: 100%;
		padding: 0 3.5% 0 3.5%;
	}
	#footer .component2 .footerWrap .box .link {
		margin-bottom: 15px;
	}
	#footer .component2 .footerWrap .box .link li:nth-child(2),
	#footer .component2 .footerWrap .box .link li:nth-child(3) {
		display: none;
	}
	#footer .component2 .footerWrap .box .link li:before {
		margin-right: 6px;
    	padding-left: 9px;
	}
	#footer .component2 .btnTop {
	    left: inherit;
	    margin-left: 0;
    	right: 20px;
	}		

	/* webModule */
	.webModule6, .webModule7, .webModule8, .webModule9, 
	.webModule10, .webModule11,	.webModule12, .webModule13, 
	.webModule14, .webModule15, .webModule16, .webModule17 {
		width: 100%;
		overflow: hidden;
	}
	.webModule4 {
		display: none;
	}
	.webModule5 {
		margin-bottom: 20px;
	}
	.webModule5 .login {
		position: relative;
	}
	.webModule5 .login ul li {
		float: none;
		display: block;
		width: calc(100% - 94px);
	}
	.webModule5 .login ul li:first-child {
		margin-right: 0px;
		margin-bottom: 7px;
	}
	.webModule5 .login ul li input {
		width: 100%;
	}
	.webModule5 .login .btnLogin {
		position: absolute;
		top: 0;
		right: 0;
		height: 87px;
	}
	.webModule7 .customer li {
		float: left;
		width: 100%;	
	}
	.webModule8 > .title {
   	    padding: 0 15px;
    	font-size: 1.38em;
	}
	.webModule8 > .title {
   	    border: none;
    	font-size: 1.38em;
	}
	.webModule8 .myLearning > div {	
	    float: inherit;
	    width: 100%;
	}
	.webModule8 .myLearning .boxGray {
		padding: 20px;
	}
	.webModule8 .myLearning .boxGray > div:first-child {
    	padding: 0px 0 16px;
	}
	.webModule8 .myLearning .boxGray {
		height: inherit;
	}
	.webModule8 .myLearning .boxGray .btnArea {
		position: inherit;
		left: inherit;
		bottom: inherit;
		margin-top: 25px;
	}
	.webModule9 .tab {
		margin-bottom: 20px;
	}
	.webModule9 > .title {
		margin-top: 0px;
    	margin-bottom: 20px;
   	    padding: 0 15px 0 0;
    	font-size: 1.38em;
	}
	.webModule9 > .title .btnView {
		margin-top: 0;
		font-size: 0.82em;
	}
	.webModule9 .thumbnList ul {
		overflow: hidden;
		width: 100% !important;
	    transform: inherit !important;
	}
	.webModule9 .thumbnList li {
		width: 32% !important;
		margin-right: 2% !important;
	}
	.webModule9 .thumbnList li:nth-child(4n) {
		margin-right: 2% !important;
	}
	.webModule9 .thumbnList li:nth-child(3n) {
		margin-right: 0 !important;
	}
	.webModule9 .thumbnList li .imgBox img {
		height: 162px;
	}	
	.webModule12 .banner li,
	.webModule12 .banner li:first-child {
		width: 25%;
	}
	.webModule13 {
		overflow: hidden;
		float: none;
		height: auto;
		margin-right: 0px;
	}
	.webModule13 li {
	}
	.webModule13 li:first-child {
		width: 100%;
	}
	.webModule13 li:first-child > div {
		width: 65%;
		text-align: center;
	}
	.webModule13 li:first-child .title {
		width: 35%;
	}	
	.webModule13 li:first-child .title br {
		display: none;
	}	
	.webModule13 li:first-child a {
		float: none;
		margin-left: 3.5%;
	}
	.webModule13 li+li {
		width: 50%;
		background: #72b4f2;
	}
	.webModule13 li+li+li {
		background: #4693db;
	}
	.webModule13 li+li:hover {
		background: #5fa4ee;
	}
	.webModule13 li+li+li:hover {
		background: #3780d2;
	}
	.webModule13 li+li a {
		width: 90%;
		padding: 30px 0px 0px 50px;
	}
	.webModule13 li+li a {
		background: #72b4f2 url('/images/component/wm12_icon_library.png') right 0 no-repeat;
	}
	.webModule13 li+li+li a {
		background: #4693db url('/images/component/wm12_icon_knowledge.png') right 0 no-repeat;
	}
	.webModule14 > .title,
	.webModule15 > .title,
	.webModule16 > .title {
		font-size: 1.38em;
	}
	.webModule14 .myLearning {
		height: auto;
		padding: 20px 3% 20px 3%;
	}
	.webModule14 .myLearning .box {
		width: 100%;
	}
	.webModule14 .myLearning .box .textBox {
		width: 100%;
		height: inherit;
	}
	.webModule14 .myLearning .box .textBox .btnArea {  
		position: inherit;
		left: inherit;
		bottom: inherit;
		width: inherit;
	}
	.webModule14 .myLearning .graph {
		width: 100%;
		margin-top: 0px;;
    	height: 145px;
	}
	.webModule14 .myLearning .graph canvas {
	    top: 0px;
	}
	.webModule14 .myLearning .graph .textBox {
		top: 30px;
	}
	.webModule14 .myLearning .state {
	    clear: both;
	    float: inherit;
	    overflow: auto;
	}
	.webModule14 .myLearning .state li,
	.webModule14 .myLearning .state li:first-child {
		float: left;
		width: 49%;	
		margin: 0;
		margin-top: 2%;
	}
	.webModule14 .myLearning .state li:nth-child(even) {
		margin-left: 2%;
	}
	
	.webModule15 {
		padding: 20px 4% 20px 4%;
	}
	.webModule15 > .title .btnView {
		font-size: 0.82em;
	}
	.webModule15 .thumbnList ul {
		overflow: hidden;
		width: 100% !important;
	    transform: inherit !important;
	}
	.webModule15 .thumbnList li {
		width: 32% !important;
		margin-right: 2% !important;
	}
	.webModule15 .thumbnList li:nth-child(4n) {
		margin-right: 2% !important;
	}
	.webModule15 .thumbnList li:nth-child(3n) {
		margin-right: 0 !important;
	}
	.webModule15 .thumbnList li .imgBox img {
		height: 162px;
	}		
	.webModule16 .box {
		width: 100%;
	}
	.webModule16 .box > div.talkingPoll {
		margin-bottom: 0;
	}
	.webModule16 .box .customer li,
	.webModule16 .box .customer li:first-child {
		width: 50%;
	}
	.webModule16 .box .customer .remote {
		margin-left: 0;
	}
	.webModule17 {
		float: none;
		margin-left: 0;
	}
	.webModule17 .banner li {
		width: 25%;
	}
	.webModule19 .search {
	    width: 100%;
	}
	.webModule19 .search input {
		width: calc( 100% - 50px);
		height: 40px;
		border: solid 2px #7f868b;
		font-size: 1.15em;
	}
	.webModule19 .search button {
		float: right;
		min-width: inherit;
		width: 50px;
		height: 40px;
		background-size: 20px 20px; 
	}
	.webModule20 {
		overflow: hidden;
		width: 100%;
		height: 200px;
		margin: 20px 0 20px 0;
		background: url(/images/component/wm20_bg.png) 0 bottom no-repeat;
	}
	.webModule20 > .msg {
		float: right;
		display: inline-block;
		width: 50%;
		margin-top: 20px;
	}
	.webModule20_10321 {
		overflow: hidden;
		width: 100%;
		height: 200px;
		margin: 20px 0 20px 0;
		background: url(/images/component/wm20_10321_bg.png) 0 bottom no-repeat;
	}	
	.webModule21 {
		display: none;
	}
	.webModule22 { 
		margin-bottom: 20px;
		margin-left: 0;
	}
	.webModule22 > div {
		padding: 20px 30px 20px 30px;
	}
	.webModule22 > div .bx-prev {
		left: 30px;
	}
	.webModule22 > div .bx-next {
		right: 30px;
	}
	.webModule22 .thumbnList {
		padding-left: 55px;
		padding-right: 55px;
	}
	.webModule22 .thumbnList ul {
		width: 100%;
	}	
	.webModule23 {
		width: 100%;
		height: inherit;
		margin-bottom: 20px;
	}
	.webModule24 {
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.webModule24 .customer li {
		height: auto;
	}
	.webModule24 .customer li strong {
		display: block;
	} 
	.webModule24 .customer li span {
		display: inline-block;
		margin-right: 5px;
	}
	.webModule25 {
		width: calc(100% + 8%);
		height: 72px;
		margin: -20px -4% -20px -4%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.webModule25 > .msg {
		height: 72px;
		margin: 0 0 0 0;
		font-size: 1.38em;
		line-height: 72px;
	}
}

@media screen and (max-width: 767px) {
	.mnsBanneropen,.mnsBannerclosed{
		display:none;
	}
	.webModule9 .bx-controls-direction,
	.webModule15 .bx-controls-direction {
			display: none;
	}
	.webModule9 .thumbnList li,
	.webModule15 .thumbnList li {
		display: table;
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 0;
		margin-top: 15px;
	}
	.webModule9 .thumbnList li:first-child,
	.webModule15 .thumbnList li:first-child {
		margin-top: 0;
	}
	.webModule9 .thumbnList li a,
	.webModule15 .thumbnList li a {
		display: block;
		overflow: hidden;	
	}
	.webModule9 .thumbnList li .imgBox,
	.webModule15 .thumbnList li .imgBox {
		display: table-cell;
		width: 163px;
	}
	.webModule9 .thumbnList li .imgBox img,
	.webModule15 .thumbnList li .imgBox img {
		width: 161px;
		height: 120px;
	}
	.webModule9 .thumbnList li .textBox,
	.webModule15 .thumbnList li .textBox {
		display: table-cell;
		height: inherit;
   		padding: 15px 15px 15px 15px;
		vertical-align: top;
	}
	.webModule9 .thumbnList li .textBox .date,
	.webModule15 .thumbnList li .textBox .date {
		display: none;
	}
	.webModule22 > div {
		height: inherit;
	}
	.webModule22 .thumbnList {
		height: 217px;
		padding-left: 0;
		padding-right: 0;
	}	
	.webModule22 .bx-controls-direction,
	.webModule22 > div .bx-prev,
	.webModule22 > div .bx-next {
		display: none;
	}	
	.webModule22 .thumbnList ul {
		width: 100% !important;
	    transform: inherit !important;
	}
	.webModule22 .thumbnList li {
		width: 30% !important;
		margin-right: 5%;
	}
	.webModule22 .thumbnList li:first-child + li + li + li,
	.webModule22 .thumbnList li:first-child + li + li + li + li + li + li + li {
		margin-right: 5%;
	}
	.webModule22 .thumbnList li:nth-child(3n) {
		margin-right: 0;
	}
	.webModule22 .thumbnList li .imgBox img {
		width: 100%;
		height: 145px;
	}	
}
@media screen and (max-width: 640px) {
	#header .component4 .box .loginBox .login input {
		width: 80px;
	}
	.webModule13 li:first-child {
		height: 145px;
	}
	.webModule13 li:first-child > div {
		width:100%;
		text-align: center;
	}
	.webModule13 li:first-child .title {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.webModule13 li:first-child a:first-child {
		float: none;
		margin-left: 0;
	}
	.webModule20 {
	    background: url(/images/component/wm20_bg.png) 0% bottom no-repeat;
	}
	.webModule20_10321 {
	    background: url(/images/component/wm20_10321_bg.png) 0% bottom no-repeat;
	}	
	.webModule22 .thumbnList {
		height: inherit;
	}
	.webModule22 .thumbnList li {
		display: table;
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 0;
		margin-top: 15px;
	}
	.webModule22 .thumbnList li:first-child {
		margin-top: 0;
	}
	.webModule22 .thumbnList li a {
		display: block;
		overflow: hidden;	
	}
	.webModule22 .thumbnList li .imgBox {
		display: table-cell;
		width: 163px;
	}
	.webModule22 .thumbnList li .imgBox img {
		width: 161px;
		height: 120px;
	}
	.webModule22 .thumbnList li .textBox {
		display: table-cell;
		height: inherit;
		vertical-align: top;
	}	
}
@media screen and (max-width: 568px) {
	.webModule9 .thumbnList li .imgBox,
	.webModule15 .thumbnList li .imgBox {
		width: 128px;
	}	
	.webModule9 .thumbnList li .imgBox img,
	.webModule15 .thumbnList li .imgBox img {
		width: 128px;
		height: 96px;
	}
	.webModule9 .thumbnList li .textBox,
	.webModule15 .thumbnList li .textBox {
		padding: 10px 15px 10px 15px;
	}
	.webModule9 .thumbnList li .textBox .title,
	.webModule15 .thumbnList li .textBox .title {
		font-size: 1.15em;
	}
	.webModule14 > .title p {
		padding: 20px 20px 20px 20px;
	}
	.webModule14 > .title p:first-child {
		display: block;
		padding-bottom: 0px;
	}
	.webModule14 > .title p:first-child + p {
		padding-top: 10px; 
	}
	.webModule14 .myLearning .box dd {
		margin-left: 100px;
	}
	.webModule22 .thumbnList li .imgBox {
		width: 122px;
	}	
	.webModule22 .thumbnList li .imgBox img {
		width: 120px;
		height: 90px;
	}
	
	
}
@media screen and (max-width: 520px) {
	.webModule4 {
		height: 100%;
	    background: url('/images/component/wm4_bg_visual.png') center center no-repeat;
    	background-size: 90%;
	}
	.webModule4 .textBox {
		display: none;
	}
	.webModule8 > .title {
		padding: 10px 20px 10px 20px;
	}
	.webModule8 > .title p {
		display: block;
		padding: 0px;
		line-height: 1.5em;
	}	
	.webModule8 .myLearning .box .state {
		width: 100%;
	}
	.webModule8 .myLearning .box .state li:first-child,
	.webModule8 .myLearning .box .state li:first-child + li + li {
		margin-right: 0;
	}
	.webModule8 .myLearning .box .state li {
		width: 100%;
	}
	.webModule11 > a, .webModule10 > a:hover {
		width: 100%;
	}
	.webModule12 .banner li, 
	.webModule12 .banner li:first-child {
		width: 50%;
		border-width: 1px 0px 1px 0px;
	}
	.webModule12 .banner li+li {
		border-width: 1px 0px 1px 1px;
	}
	.webModule12 .banner li+li+li {
		border-width: 0px 0px 1px 0px;	
	}
	.webModule12 .banner li+li+li+li {
		border-width: 0px 0px 1px 1px;	
	}
	.webModule20 {
	    height: 350px;
	    background: url(/images/component/wm20_bg.png) center bottom no-repeat;
	}
	.webModule20 > .msg {
		float: none;
		width: 100%;
		margin-top: 0;
	}	
	.webModule20_10321 {
	    height: 350px;
	    background: url(/images/component/wm20_10321_bg.png) center bottom no-repeat;
	}	
}
@media screen and (max-width: 500px) {
	#footer .component1 .link {
	    padding-left: 0;
	}
	#footer .component1 .link ul {
   		width:262px;
   		margin:0 auto;
	}
	#footer .component1 .link ul li:nth-child(2),
	#footer .component1 .link ul li:nth-child(3) {
		display: none;
	}
	.webModule11 .customer li.remote {
		width: 150px;
	}
}
@media screen and (max-width: 460px) {
	.webModule11 .customer li.remote {
		width: 100%;
	}
}
@media screen and (max-width: 414px) {
	#header .component4 > .box {
		overflow: hidden;
		height: inherit;
	    padding: 0 4% 10px 4%;
	}
	#header .component4 .box .loginBox .login {
		position: inherit;
	}
	#header .component4 .box .loginBox .login li {
		width: calc(50% - 35px);
	}
	#header .component4 .box .loginBox .login li:first-child + li +li {
		width: 60px;
	}
	#header .component4 .box .loginBox .login input {
		width: 100%;
	}	
/* 	.webModule9 .tab > ul > li+li > div:first-child:before {
	    content: "|";
	    padding-left: 15px;
	    padding-right: 12px;
	}
	.webModule9 .tab > ul > li+li+li > div:first-child {
	    margin-left: 200px;
	} */
	.webModule9 > .title {
		overflow: hidden;
		margin-bottom: 10px;
	}
	.webModule9 > .title .btnView {
		width: 100%;
		margin-top: 10px;
	}
	.webModule14 .myLearning {
		padding: 20px;
	}
	.webModule14 .myLearning .box > div:first-child {
		padding: 0;
		border-bottom: none;
	}
	.webModule14 .myLearning .box .textBox {
		padding: 20px 0 20px 0px;
	}	
	.webModule15 > .title {
		overflow: hidden;
		margin-bottom: 10px;
	}
	.webModule15 > .title .btnView {
		width: 100%;
		margin-top: 10px;
	}
	.webModule16 .box .customer li, 
	.webModule16 .box .customer li:first-child {
		width: 100%;
	}
	.webModule16 .box .customer .remote {
		margin-top: 20px;
	}
	.webModule17 {
		height: auto;
	}
	.webModule17 .banner li {
		width: 50%;
	    margin-left: 0px;
	}
	.webModule17 .banner li+li+li,
	.webModule17 .banner li+li+li+li {
	    border-top: none;
	}
	.webModule17 .banner li:first-child+li+li {
		border-left: solid 1px #5895cd;
	}
	.webModule22 .thumbnList li .imgBox {
		width: 98px;
	}	
	.webModule22 .thumbnList li .imgBox img {
		width: 96px;
		height: 72px;
	}
	.webModule25 {
		height: 56px;
	}
	.webModule25 > .msg {
		height: 56px;
		font-size: 1.15em;
		line-height: 56px;
	}
}
@media screen and (max-width: 360px) {
	.webModule7 .customer li .title br {
		display: inline;
	}	
	.webModule9 .tab > ul > li {
		min-width: inherit;
	}
	.webModule14 .myLearning .state li,
	.webModule14 .myLearning .state li:first-child {
		width: 100%;
		margin-left: 0 !important;	
	}
	.webModule16 .box .customer li, 
	.webModule16 .box .customer li:first-child {
		width: 100%;
	}
	.webModule9 .thumbnList li .imgBox,
	.webModule15 .thumbnList li .imgBox {
		display: none;
	}
	.webModule9 .thumbnList li .textBox,
	.webModule15 .thumbnList li .textBox {
		display: block;
	}
	.webModule14 .myLearning .box dt.period {
		float: inherit;
		}
	.webModule14 .myLearning .box dt.period + dd {
		margin-left: 25px;
		line-height: 22px;
		margin-bottom: 10px;
	}
		
	
}
@media screen and (max-width: 1920px) {
	img.mnsBanneropen{
		float:right; 
		position:absolute;
		right:290px;
		top:138px;
	}
	img.mnsBannerclosed{
		float:right;
		 position:absolute;
		right:240px;
		 top:150px;
	}
}
@media screen and (max-width: 1680px) {

	img.mnsBannerclosed {
	    right: 10%;
	}
	img.mnsBanneropen {
	    right: 10%;
	}
}

@media screen and (max-width: 1440px) {
	img.mnsBannerclosed {
	    right: 4%;
	}	
	img.mnsBanneropen {
	    right: 4%;
	}
}
@media screen and (max-width: 1366px) {
	img.mnsBannerclosed {
	    right: 2%;
	}	
	img.mnsBanneropen {
	    right: 2%;
	}
}
@media screen and (max-width: 1280px) {
	img.mnsBannerclosed ,img.mnsBanneropen {
	   display:none;
	}
}
@media screen and (max-width: 1152px) {
	img.mnsBannerclosed ,img.mnsBanneropen {
	   display:none;
	}

}

@media screen and (max-width: 320px) {
	#footer .component2 .footerWrap .box .link li:before  {
	    margin-right: 2px;
    	padding-left: 7px;
	}
}
@media screen and (max-width: 263px) {
	.webModule25 > .msg {
		padding-top: 10px;
		line-height: inherit;
	}
}