@charset "utf-8";

.fix {
	position: relative;
	width: 1200px;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
}

body {
	min-width: 1200px;
	overflow-x: hidden;
}

/* GNB */
div.nav {
	position: relative;
	top: 50px;
	width: 100%;
	height: 100px;
	background: #111;
	text-align: center;
	z-index: 100;
}

.gnb {}

.gnb .logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 100px;
	line-height: 100px;
	z-index: 101;
}

/* .gnb .logo:hover{background: url('/_Microvolts/images/common/logo_bg.gif') no-repeat;} */

.gnb .menu {}

.gnb .menu>li {
	position: relative;
	display: inline-block;
	padding: 0px 30px;
	height: 100px;
	line-height: 100px;
	z-index: 100;
}

.gnb .menu>li>a {
	font-family: 'abel';
	color: #eee;
	font-size: 24px;
	letter-spacing: 0px;
}

.gnb .menu>li:hover>a {
	color: #53d3d4;
}

.gnb .menu>li:before {
	content: '';
	position: absolute;
	width: 0%;
	height: 5px;
	top: 95px;
	left: 0;
	background-color: #53d3d4;
	transition: all 0.3s ease-out;
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);

}

.gnb .menu>li:hover:before {
	visibility: visible;
	width: 100%;
	display: inline-block;
	transition: all 0.2s cubic-bezier(0.13, 0.68, 0.08, 0.9);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.gnb .menu>li>.submenu {
	display: none;
	position: absolute;
	top: 100px;
	width: 600px;
	height: 50px;
	margin-left: -300px;
	line-height: 50px;
	text-align: center;
	overflow: visible;
}

.gnb .menu li:hover>.submenu {
	display: block;
}

.gnb .menu li .submenu>li {
	display: inline-block;
	color: #eee;
	padding: 0 15px;
}

.gnb .menu li .submenu>li a {
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	color: #eee;
}

.gnb .menu li .submenu>li:hover>a {
	color: #53d3d4;
}

.gnb .menu>.menumore~.submenu_bg {
	visibility: hidden;
	position: absolute;
	height: 1px;
	background: #111;
	opacity: 0;
	transition: 0.1s;
	z-index: 99;
}

.gnb .menu>.menumore:hover~.submenu_bg {
	content: '';
	display: block;
	background: #111;
	width: 100%;
	height: 60px;
	left: 0;
	top: 100px;
}

.gnb .menu>.menumore:hover~.submenu_bg {
	visibility: visible;
	height: 50px;
	top: 100px;
	opacity: 1;
	text-align: right;
	transition: .1s;
	-webkit-transition: ease-in-out .2s;
}



.gnb .menu .facebook {
	display: inline-block;
	font-size: 18px;
	width: 37px;
	height: 37px;
	background: url('/_Asda/images/common/fb.png') bottom no-repeat;
	margin-top: 30px;
	float: right
}

.gnb .menu .facebook:hover {
	background: url('/_Asda/images/common/fb_on.png') bottom no-repeat;
}


/* top (banner, panel-download,login,charge)*/
.main_top_sec {
	width: 100%;
	height: 600px;
	background-color: #31343f;
	margin-top: 50px;
}

.sub_top_sec {
	width: 100%;
	height: 180px;
	background-color: #31343f;
	margin-top: 50px;
}

.top_banner {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.top_panel {
	position: absolute;
	right: 0;
	display: inline-block;
	width: 340px;
	margin: 30px 0px;
	border: 1px solid #222;
	text-align: center;
	overflow: hidden;
}

.mid_panel {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 340px;
	border: 1px solid #222;
	border-top: 0px;
	text-align: center;
	overflow: hidden;
}

.main_top_sec .top_panel {
	height: 540px;
}

.sub_top_sec .top_panel {
	height: 150px;
	margin-bottom: 0px
}

.panel1 {
	height: 150px;
	background: url('/_Asda/images/common/download.png') no-repeat;
	opacity: 0.9;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	border-bottom: 1px solid #222;
}

.panel2 {
	height: 290px;
	background: #fff;
	border-bottom: 1px solid #222;
	box-sizing: border-box;
}

.panel3 {
	height: 100px;
	background: #4fe7c2;
	opacity: 0.9;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

.panel4 {
	padding: 20px 0px;
	background: #fff;
	border-top: 1px solid #222;
	box-sizing: border-box;
}

.panel1:hover,
.panel3:hover {
	opacity: 1;
}

.panel1 a {
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: 'Alte-DIN-1451-Mittelschrift';
	line-height: 150px;
}

.panel3 a {
	width: 100%;
	height: 100%;
	color: #333;
	font-family: 'Alte-DIN-1451-Mittelschrift';
	line-height: 95px;
}

/*panel1-download*/
.panel1:hover {
	background: url('/_Asda/images/common/download_on.png') no-repeat;
}

/*panel2-login*/
.login {
	width: 100% !important;
}
.login h3 {
	font-family: 'Abel', Sans-serif;
	font-size: 28px;
	margin-bottom: 2px
}

.login p {
	font-family: 'abel', Sans-serif;
	font-weight: bold;
	font-size: 21px;
	color: #4fe7c2;
}

.login .id,
.login .pw {
	border-bottom: 2px solid #999999;
	margin: 5px 20px;
	width: 300px;
	height: 40px;
	color: #262626;
	font-family: 'Alte-DIN-1451-Mittelschrift';
	font-size: 18px;
	line-height: 40px;
	text-align: left;
}

.login #loginid,
.login #loginpw {
	font-family: 'ubuntu', arial, sans-serif;
	font-size: 18px;
	float: right;
	outline: 0;
	border: 0;
	width: 260px;
	color: #262626;
	line-height: 35px;
}

.login .btn_login {
	outline: 0;
	border: 2px solid #4fe7c2;
	font-family: 'Alte-DIN-1451-Mittelschrift';
	color: #4fe7c2;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 300px;
	height: 50px;
	cursor: pointer;
}

.login .btn_login:hover {
	color: #fff;
	font-weight: normal;
	background: #4fe7c2;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

.login .support {
	bottom: 0;
}

.login .support a {
	display: inline-block;
	font-family: 'Abel', Sans-serif;
	color: #262626;
	font-size: 16px;
	font-weight: bold;
	width: 50%;
	height: 52px;
	line-height: 50px;
	border-top: 1px solid #222;
	box-sizing: border-box;
}

.login .support a:hover {
	color: #fff;
	background: #4fe7c2;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

.login .support .signup {
	border-left: 1px solid #222;
}

.login .incorrect {
	position: absolute;
	top: 100px;
	left: 10px;
	color: red;
	font-family: 'abel', arial, sans-serif;
	font-size: 14px;
	width: 200px;
	font-weight: bold;
	padding: 10px;
	border: 2px solid red;
	border-radius: 10px;
	background: #fff;
	background: rgba(255, 255, 255, .9);
	box-shadow: 1px 1px 4px #aaa;
}

.login .incorrect:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	left: 10px;
	border-top: 15px solid red;
	border-bottom: 0px solid transparent;
	border-left: 0px solid transparent;
	border-right: 10px solid transparent;
}

.mid_panel .login .incorrect {
	top: 5px
}

.panel4 h3 {
	font-family: 'Abel', Sans-serif;
	font-size: 25px;
	color: #4fe7c2;
}

.panel4 ul {
	margin-top: 10px;
	width: 100%;
}

.panel4 ul li {
	position: relative;
	display: block;
	margin: 0;
	height: 21px;
	padding: 10px;
}

.panel4 ul li:before {
	content: ' ';
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background: #d8e5e5;
}

.panel4 ul li a {
	font-family: 'abel', Sans-serif;
	font-weight: bold;
	font-size: 21px;
	color: #262626;
	line-height: 21px;
	margin-left: 10px;
	text-transform: uppercase;
}

.panel4 ul li.active a,
.panel4 ul li:hover a {
	color: #4fe7c2
}

.panel4 ul li.active:before,
.panel4 ul li:hover:before {
	background: #4fe7c2;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

/* content */
.con_sec {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	font-family: 'Ubuntu', sans-serif;
	border-top: 1px solid #333
}

.con_sec h1 {
	font-family: 'Abel', sans-serif;
	font-weight: bold;
	font-size: 32px;
	letter-spacing: 1px;
	color: #333
}

.con_sec .more {
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	font-family: 'Abel', sans-serif;
	font-weight: lighter;
	font-size: 35px;
	line-height: 30px;
	color: #ccc;
}

.con_sec .more:hover {
	border-color: #4fe7c2;
	background: #4fe7c2;
	color: #fff;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

.con_sec .con_box1 {
	width: 480px;
}

.con_sec .con_box2 {
	width: 340px;
	margin: auto 20px;
}

.con_sec .con_box3 {
	width: 340px;
}

.con_sec .box {
	width: 100%;
	height: 260px;
	border: 1px solid #ccc;
	margin-top: 15px;
	overflow: hidden;
}

.con_sec .con_box2 a {
	display: inline-block;
	width: 50%;
	height: 50%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	padding-top: 20px;
}

.con_sec .con_box2 a:hover {
	background: #d8e5e5;
	transition: 0.2s;
	-webkit-transition: 0.2s
}

.con_sec .con_box2 .minibox1 {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.con_sec .con_box2 .minibox2 {
	border-bottom: 1px solid #ccc
}

.con_sec .con_box2 .minibox3 {
	border-right: 1px solid #ccc
}

.con_sec .con_box2 .minibox4 {
	border: 0
}

.con_sec .con_box2 span {
	font-family: 'abel', Sans-serif;
	font-weight: bold;
	font-size: 21px;
	color: #666
}

.con_sec .con_box3 a {
	display: inline-block;
	width: 340px;
	height: 260px;
	background: url('http://web-files-cdn.masangsoft.com/common/20180514/1526274528/images/278859/971/278/1ddd4467beb6307bb091eda37038bc5c.png') center no-repeat;
}

.con_sec .con_box3 a:hover {
	background: url('http://web-files-cdn.masangsoft.com/common/20180514/1526274537/images/278859/971/278/69b8a771722ec81afa919da5c057998f.png') center no-repeat;
	transition: 0.2s;
	-webkit-transition: 0.2s
}

.sub_content {
	width: 840px;
	height: auto;
	word-wrap: break-word;
	min-height: 700px;
	overflow: hidden;
}

.sub_content2 {
	font-family: 'abel', sans-serif;
	font-size: 21px;
	color: #333
}

.sub_content2 h3 {
	font-family: 'abel', sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin-top: 20px
}

.sub_content2 p {
	font-family: 'abel', sans-serif;
	font-size: 21px;
	color: #333
}

.sub_content2 dl {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.sub_content2 ul {
	margin: 10px 0px;
}

.sub_content2 ul li {
	font-family: 'abel', sans-serif;
	font-size: 21px;
	color: #333
}

.sub_content2 ul li:before {
	display: inline-block;
	font-family: 'fontAwesome';
	content: '▷';
	margin-right: 10px;
	line-height: 25px;
}

.sub_content2 img {
	max-width: 100%
}

.sub_content2 .half-wrap {
	margin-top: 10px;
	width: 100%;
	display: inline-block;
}

.sub_content2 .half-wrap .half {
	float: left;
	padding: 0 5px 5px 5px;
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
}

.sub_content2 .half-wrap .half:nth-child(2n-1) {
	float: left;
	padding: 0 5px 0 0;
	width: 50%;
	box-sizing: border-box;
}

.sub_content2 .half-wrap .half p {
	font-size: 18px
}

.sub_content2 {
	font-family: 'abel', sans-serif;
}

.sub_content2 table {
	border-top: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 15px 0;
	text-align: center;
}

.sub_content2 table thead {
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	font-family: 'abel', san-serif;
	background: #d8e5e5;
}

.sub_content2 td {
	border-bottom: 1px solid #aaa;
	font-size: 18px;
	height: 40px;
}

.gotransfer {
	opacity: 0.9;
	cursor: pointer
}

.gotransfer:hover {
	opacity: 1
}

.premiumtip {
	width: 100%;
	padding: 10px 15px;
	border-radius: 5px;
	border: 2px solid #4fe7c2;
	font-family: 'abel', sans-serif;
	font-size: 18px;
	color: #333;
	margin: 15px 0;
}

.premiumtip b {
	font-weight: bold;
	font-size: 18px
}

.premiumtip i {
	color: #4fe7c2
}


.btn_top {
	position: fixed;
	display: inline-block;
	width: 50px;
	height: 50px;
	right: 10px;
	bottom: 20px;
	cursor: pointer;
	background: url('/_Asda/images/common/btn_top.png') no-repeat;
	z-index: 999;
}

.btn_top:hover {
	background: url('/_Asda/images/common/btn_top_over.png') no-repeat;
}

/* info */

/* .info2_cont{display:inline-block; position:relative; width:840px; height:700px; background:url('/_Microvolts/images/sub/info02.png') top no-repeat;} */
.info2_cont {
	display: inline-block;
	position: relative;
	width: 840px;
	height: 700px;
}

.info2_cont strong {
	font-family: 'Abel', sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #4fe7c2
}

.info2_cont p {
	font-family: 'Abel', sans-serif;
	font-size: 21px;
	color: #333
}

.info2_cont .p1 {
	position: absolute;
	top: 210px;
	right: 20px;
	width: 400px;
	height: 200px;
}

.info2_cont .p2 {
	position: absolute;
	top: 440px;
	left: 20px;
	width: 530px;
	height: 180px;
}

.info2_cont .p3 {
	position: absolute;
	top: 630px;
	left: 20px;
	width: 800px;
	height: 130px;
}

.guide1_cont table {
	border-bottom: 2px solid #333
}

.guide1_cont th {
	text-align: left;
	font-family: 'Abel', sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #4fe7c2;
	border-bottom: 2px solid #333
}

.guide1_cont td>span {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #d8e5e5;
	color: #4fe7c2;
	border: 1px solid #4fe7c2;
	border-radius: 3px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	line-height: 30px;
	box-shadow: 0px 1px 0px #333;
}

.guide1_cont td>.btnlong {
	height: 30px;
	width: initial;
	padding: 0 10px;
}

.guide1_cont td {
	padding: 10px;
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #ccc
}

.guide2_cont strong {
	font-family: 'Abel', sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #4fe7c2
}

.guide2_cont dl {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px
}

.guide2_cont p {
	text-align: left;
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	color: #333
}

.guide3_cont dl {
	border-bottom: 1px solid #ccc;
	padding: 20px 0
}

.guide3_cont dt {
	font-family: 'Abel', sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #4fe7c2
}

.guide3_cont dt img {
	vertical-align: middle
}

.guide3_cont dd {
	font-family: 'abel', sans-serif;
	font-size: 18px;
	color: #333
}


/* footer */
.footer {
	background: #fff;
	width: 100%;
	padding: 50px 0px;
	height: 150px;
	line-height: 50px;
	border-top: 1px solid #aaa;
}

.footer_copy {
	display: inline-block;
	padding: 0 35px;
	width: 650px;
	border-right: 1px solid #ccc;
}

.footer_copy p,
.footer_copy a {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 24px
}

.footer_copy a:hover {
	color: #875bff;
	text-decoration: underline;
}

.footer_site {
	width: 340px;
	height: 40px;
	background: #eee;
	vertical-align: middle;
	font-family: 'Ubuntu', sans-serif;
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

.footer_site .placeholder {
	position: relative;
	display: block;
	background-color: #eee;
	border: 1px solid #aaa;
	height: 100%;
	z-index: 1;
	padding-left: 10px;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
}

.footer_site .placeholder:hover {
	background: #eee;
	border: 1px solid #aaa;
	color: #4fe7c2;
	font-weight: bold;
}

.footer_site .placeholder:after {
	position: absolute;
	right: 1em;
	top: 0;
	font-family: 'FontAwesome';
	content: '△';
	z-index: 10;
}

.footer_site.is-open .placeholder:after {
	content: '▽';
}

.footer_site.is-open ul {
	display: inline-block;
}

.footer_site.select--white .placeholder {
	background: #111;
	color: #999;
}

.footer_site.select--white .placeholder:hover {
	background: #fafafa;
}

.footer_site ul {
	display: none;
	position: absolute;
	overflow: hidden;
	overflow-y: auto;
	width: 338px;
	background: #eee;
	bottom: 100%;
	list-style: none;
	padding: 0;
	z-index: 100;
	max-height: 250px;
	border: 1px solid #aaa;
	border-bottom: 0;
}

.footer_site ul li a {
	display: inline-block;
	text-align: left;
	padding: 0px 10px;
	color: #222;
	cursor: pointer;
}

.footer_site ul li:hover>a {
	color: #4fe7c2;
	font-weight: bold;
}

.btnArea {
	display: inline-block;
	margin-top: 20px;
	float: right;
}

.bxslider {
	height: 100% !important;
}

.bx-clone {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 20px !important;
	height: 20px !important;
	background: transparent !important;
	border-radius: 50% !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #eee !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: inherit !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #eee !important;
	width: 50px !important; 
	border-radius: 10px !important;
}

div.bx-wrapper {
	margin-top: 0 !important;
}