@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

html,
body,
div,
dl,
dd,
dt,
li,
input,
textarea,
p {
	font-family: 'Nanum Gothic', Gulim, Dotum, 'Roboto Condensed', Arial;
	font-size: 13px;
	color: #222222;
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing: -1px;
	word-break: keep-all;
	word-wrap: break-word;
}

body {
	background-color: #f5f5f5;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Nanum Gothic', Gulim, Dotum, 'Roboto Condensed', Arial;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	word-break: keep-all;
	word-wrap: break-word;
}


/*
 * NanumGothicUp
 * NanumGothic
 * NanumGothicBold
 */

ul,
li dd,
dl,
dt {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

li {
	list-style: none;
}

a:hover {
	text-decoration: none;
	font-size: 13px;
	color: #222;
}

a {
	color: #222;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

.row:after {
	display: block;
	content: "";
	clear: both;
}


/******************* S:Header **********************/

header {
	display: none;
}

#menu {
	display: none;
}


/******************* E:Header **********************/


/*@media (min-width: 992px) {
	footer {
		height: 190px;
	}
}

@media (min-width: 768px) {
	footer {
		height: 190px;
	}
}

@media (max-width: 767px) {
	footer {
		padding: 15px;
	}
}*/


/******************************************************/


/*body,
html {
	overflow: hidden;
}*/

#full_module {
	display: block;
	position: fixed;
	z-index: 9999;
	overflow: hidden;
	background-color: #111111;
	opacity: 0.9 !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

#full_module .container {
	padding-top: 135px;
	position: relative;
}

#full_module .container .x-button {
	position: absolute;
	width: 31px;
	height: 31px;
	background-repeat: no-repeat;
	background-image: url(../../assets2/images/gen/icon_04.gif);
	background-position: center center;
	display: block;
	text-overflow: initial;
	line-height: 1000px;
	overflow: hidden;
	right: 0;
	top: 185px;
	z-index: 99999;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#full_module .container .x-button:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

#full_module .container .row {}

#full_module .container .row> div {
	padding-left: 0;
	padding-right: 0;
}

#full_module .container .row .left {
	text-align: right;
	padding-right: 30px;
}

#full_module .container .row .left p {
	color: #f54117;
	font-size: 30px;
	height: 50px;
	line-height: 50px;
	display: block;
	background-image: url(../../assets2/images/gen/icon_03.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
	font-family: 'Exo 2';
}

#full_module .container .row .right ul li a {
	display: block;
	color: #FFF;
	font-size: 30px;
	line-height: 50px;
	font-family: 'Exo 2';
}

#full_module .container .row {
	padding-top: 50px;
}

.clear {
	clear: both;
}

#PHPfrm_div {
	display: none !important;
}

#header {
	height: 60px;
	background-color: #222222;
	width: 100%;
	max-width: 1480px;
	position: fixed;
	top: 0;
	left: 0;
	margin-left: 0;
	display: block;
	z-index: 99999;
}

#header .logo {
	text-align: center;
	padding-top: 20px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

#header .logo button.top_menu_button {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 5px;
	background-color: transparent;
	background-image: url(../images/gen/menu_button.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 1000px;
	overflow: hidden;
}

#header .menu {
	width: 100%;
	background-color: #222222;
	position: absolute;
	top: 60px;
	left: 0;
	display: block;
	overflow: hidden;
	height: 0;
}

#header .menu .container {
	padding-bottom: 30px;
}

#header .menu .container .row>div>div {
	width: 50%;
	float: left;
	text-align: right;
}

#header .menu .container .row>div>div a {
	color: #dc4242;
	display: block;
	padding-right: 15px;
	line-height: 25px;
	position: relative;
	letter-spacing: 0;
}

#header .menu .container .row>div>div a:after {
	content: '|';
	position: absolute;
	right: 0;
}

#header .menu .container .row>div>ul {
	padding-left: 15px;
	width: 50%;
	float: left;
}

#header .menu .container .row>div>ul li a {
	color: #999999;
	line-height: 25px;
	letter-spacing: 0;
}

#header .menu .container .row>div>ul li a:hover,
#header .menu .container .row>div>ul li.active a {
	color: #FFF;
	display: block;
}

#header .menu .language {
	position: absolute;
	height: 33px;
	border: #424242 1px solid;
	top: 12px;
}

#header .menu .language li {
	float: left;
	border-right: #424242 1px solid;
}

#header .menu .language li:last-child {
	border-right: 0;
}

#header .menu .language li a {
	display: block;
	width: 52px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	font-family: Roboto;
	font-size: 12px;
	letter-spacing: 0;
}

#header .menu .language li a:hover,
#header .menu .language li.active a {
	background-color: #dc4242;
	color: #FFF;
}

.popup {
	max-width: 600px;
	position: fixed;
	z-index: 999999;
	top: 60px;
	left: 50%;
	display: none;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
}

.popup .image_arrea a {
	display: block;
}

.popup .image_arrea a img {
	max-width: 100%;
	width: 100%;
}

.popup .ctrl_area {
	height: 40px;
	background-color: #222222;
}

.popup .ctrl_area> * {
	float: right;
}

.popup .ctrl_area label {
	margin: 0;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #FFF;
	vertical-align: middle;
	padding-right: 20px;
}

.popup .ctrl_area label input {
	vertical-align: middle;
	margin-right: 6px;
	margin-top: -2px;
}

.popup .ctrl_area a {
	padding-top: 8px;
	padding-right: 10px;
}

pre {
	padding-top: 100px;
}

footer.gen {
	height: 60px;
	line-height: 60px;
	width: 100%;
	max-width: 1480px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

footer.gen div {
	line-height: 60px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0;
	font-family: 'Nanum Gothic';
}

@media (min-width: 1400px) {
	.container-fluid {
		min-width: 1200px;
	}
	.container {
		width: 1200px;
		margin: 0 auto;
	}
}
