@charset "utf-8";

/* ㅁ농머농 */
@font-face {
    font-family: 'SpoqaNeo';
    font-weight: 400;
    src: local('Spoqa Han Sans Neo Regular'),
    url(./SpoqaHanSansNeo-Regular.woff2) format('woff2'),
    url(./SpoqaHanSansNeo-Regular.woff) format('woff'),
    url(./SpoqaHanSansNeo-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'SpoqaNeo';
    font-weight: 500;
    src: local('Spoqa Han Sans Neo Medium'),
    url(./SpoqaHanSansNeo-Medium.woff2) format('woff2'),
    url(./SpoqaHanSansNeo-Medium.woff) format('woff'),
    url(./SpoqaHanSansNeo-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'SpoqaNeo';
    font-weight: 700;
    src: local('Spoqa Han Sans Neo Bold'),
    url(./SpoqaHanSansNeo-Bold.woff2) format('woff2'),
    url(./SpoqaHanSansNeo-Bold.woff) format('woff'),
    url(./SpoqaHanSansNeo-Bold.ttf) format('truetype');
}

html,body{height:100%;color:#444;line-height:1.4;font-family:'SpoqaNeo',Verdana, '돋움', dotum, AppleGothic, Sans-serif;font-size:14px;}
button{font-family:'SpoqaNeo',Verdana, '돋움', dotum, AppleGothic, Sans-serif;}

h3 {
	padding:24px 12px 0 0px;
	color:#222;
	font-size:18px;
	font-weight:500
	border-top:1px solid #dedede;
}

ul{margin:0;padding:0;}

.installPC_wrap {
	 text-align:center;
}

.installPC_wrap .top_util{position:relative;width:100%;max-width:980px;margin:0 auto;text-align:left;}
.installPC_wrap .top_util .biz_logo{position: absolute;top: 50%;right: 0;transform: translateY(-50%);}
.installPC_wrap .top_util .biz_logo img{width: 100px;}
.installPC_wrap .top_util h1{display:inline-block;vertical-align:middle;}
.installPC_wrap .top_util .language{display:inline-block;vertical-align:middle;margin-left:24px;}
.installPC_wrap .top_util .language a{display:inline-block;position:relative;margin:0;padding:0 12px;color: #666;cursor:pointer;}
.installPC_wrap .top_util .language a:last-child::before{content:normal;}
.installPC_wrap .top_util .language a::before{content: ''; position: absolute;top: 5px;right: -2px; width: 1px; height: 12px;background: #dedede;}
.installPC_wrap .top_util .language a:hover{color:#1f55b8;}

.installPC_wrap .container {
	width: 980px;
	margin: 0 auto;
	margin-top: 30px;
}

.installMSG ul {
	text-align: left;
	margin: 10px 0px 20px 0px ;
}

.installMSG li {
	*margin-left: 30px;
}

#VP_msg_installed ul, #VP_msg_notinstall ul, #VP_msg_unsupported ul, #pcInfo_area ul {
	text-align: left;
	margin: 24px 0px 20px 0px ;
}

#VP_msg_installed li, #VP_msg_notinstall li, #VP_msg_unsupported li {
	list-style: none;
	position:relative;
	margin-top: 8px;
	padding-left:10px;
	font-weight: 400;
	font-size: 16px;
	text-align:left;
}


#VP_msg_installed li::before,
#VP_msg_notinstall li::before,
#VP_msg_unsupported li::before {
	content:'';
	position:absolute;
	top:7px;
	left:0;
	width:4px;
	height:4px;
	background-color:#444;
	border-radius:100%;
}

#pcInfo_area li{
	list-style:none;
	position:relative;
	margin-top: 8px;
	padding-left:10px;
	font-weight: 400;
	font-size: 16px;
	text-align:left;

}
#pcInfo_area li::before {
	content:'';
	position:absolute;
	top:7px;
	left:0;
	width:4px;
	height:4px;
	background-color:#444;
	border-radius:100%;
}


.installPC_wrap #pcInfo_area{
	/* width: 650px;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #888888;
	background-color: #FAFCFF; */
}


/*********************************/
/*            table              */
/*********************************/

.tbl_install {
	table-layout:fixed;
	border-collapse:collapse;
	width: 100%;
	margin: 0 auto;
	border:0;
	background:#fff;
	border-top: 2px #222 solid;
}
.tbl_install tr th {
	height: 46px; line-height: 22px; padding: 11px 15px; border: 1px #dedede solid; font-size: 14px; font-weight: 400; color: #444; box-sizing: border-box; text-align: center; background: #eff1f5;
}

.tbl_install tr td{
	height: 46px; padding:11px 16px; border: 1px #dedede solid; font-size: 14px; color: #444; box-sizing: border-box; text-align: center;
}

.tbl_install tr th:first-child,
.tbl_install tr td:first-child {border-left:0;}
.tbl_install tr th:last-child,
.tbl_install tr td:last-child {border-right:0;}
.tbl_install tr td#status {border-right:0;}

/* .tbl_install tr:nth-of-type(odd) {
  	background-color:#ffffff;
}

.tbl_install tr:nth-of-type(even) {
  	background-color:#ffffff;
}
.tbl_install_org tr:nth-of-type(even) {
	background-color:#FCFDFF;
} */

.tbl_install #name{
	/* color: #1E3D92; */
	text-align: center;
}

.tbl_install #info{
	font-size: 12px;
	text-align: left;
}

.tbl_install #status{
	color:#0074b7;
	text-align: center;
}

.tbl_install span.install_yes {
	color:#0074b7;
}
.tbl_install span.install_no{
	color:#de0000;
}

/*********************************/
/*            button             */
/*********************************/
button {
	margin:2px;
	padding:0 12px;
	min-width:58px;
	height:32px;
	line-height:32px;
	font-size:14px;
	text-align:center;
	border-radius:4px;
	color:#666;
	border:1px solid #ccc;
	background:#fff;
	box-sizing:border-box;
	cursor:pointer;
}

/* 버튼 : 통합설치다운로드/ */
#btn_area button{
	margin:2px;
	padding:0 16px;
	min-width:160px;
	height:56px;
	line-height:56px;
	font-size:18px;
	font-weight:500;
	text-align:center;
	color:#fff;
	border:none;
	border-radius:4px;
	background:#296dea;
}

/* 버튼 : 홈페이지로 */
#btn_area .goHOME{
	margin:2px;
	padding:0 16px;
	min-width:160px;
	height:56px;
	line-height:56px;
	font-size:18px;
	font-weight:500;
	text-align:center;
	/*color:#fff; */
	/* border:none; */
	border-radius:4px;
	/* background:#296dea;*/
	box-sizing:border-box;
	color: #296dea;
    border: 1px solid #296dea;
    background: #fff;
}

#btn_area button:hover{background:#1f55b8;}


/* 버튼 : 통합설치다운로드/ */
#btn_area_small button{
	font-size: 12px;
	margin: 5px;
	padding: 8px;
	color: #ffffff;
	background-color: #2C65BC;
}

/* 버튼 : 홈페이지로 */
#btn_area_small .goHOME{
	font-size: 12px;
	border: 1px solid #1E3D92;
	color: #1E3D92;
	background-color: #ffffff;
}

a {color: #777777;text-decoration: none;}
a:hover{color:#E92952;}

.tinfo dt{font-weight:bold;margin-top:10px;font-size:16px;}
.tinfo dd{margin:5px 0 0;font-size: 14px;line-height: 1.6;color:#666;}
h3.tit{font-size:16px;margin: 32px 0 12px;padding: 0;}
.cr_box{border:1px solid #c1c1c1;padding:0 30px;margin:10px 0 50px 0;}
.cr_box li{position:relative;border-top:1px solid #eaeaea;padding: 30px 0;list-style:none;text-align: left;}
.cr_box li.fir{border-top:0;}
.cr_box li span{position:absolute;left:0;top:26px;font-size:25px;font-weight:bold;}
.cr_box li .txt{margin-left:50px;}
.cr_box li .txt .txt_1{font-size:18px;color:#296dea;font-weight:bold;}
.cr_box li .txt .txt_2{margin-top:10px;}
.bt.n2{display: inline-flex;margin: 0;padding: 0 12px;min-width: 58px;height: 32px;line-height: 32px;font-size: 14px;text-align: center;border-radius: 4px;box-sizing: border-box;color: #666;border: 1px solid #ccc;background: #fff;align-items: center;justify-content: center;vertical-align: middle;}
.cr_box p {color: #222;font-size: 18px;font-weight: 500;margin: 0;}
h2.tit, h2.tit ~ *{text-align: left;}
.viewmore{position: relative;margin-top: 10px;}
.viewmore input{
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 20px;
	opacity: 0;
}
.viewmore label{
	display: flex;
	align-items: center;
}
.viewmore label i{
	margin-left: 4px;
	position: relative;
	top: 3px;
	border: 5px solid #333;
	border-color: #333 transparent transparent;
}

.viewmore input:checked + label i{
	top: -4px;
	transform: rotate(180deg);
}

.viewmore .viewmore_text{
	display: none;
	margin-top: 10px;
}
.viewmore .viewmore_text p {color:#666;}
.viewmore .viewmore_text ul {padding-top:0px;list-style: none;margin-bottom: 10px;}
.viewmore .viewmore_text li {margin-top:4px; color:#666;list-style: none;}

.viewmore input:checked ~ .viewmore_text{
	display: block;
}