/**
 * common
 */
html, body {
	font-family: "apple sd gothic neo", "malgun gothic", "나눔고딕", "dotum", "돋움", sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #444;
	background-color: #fff;
	line-height: 170%;
}

span.num {
	font-family: tahoma, "dotum", "돋움", sans-serif;
}

* {
	-webkit-text-size-adjust: none; /* ios - 화면 회전시 폰트확대 방지 */
	-webkit-tap-highlight-color: transparent; /* ios - 화면 터치시 색 투명 */
}

div, a, section, article, span, img, h1, h2, h3, h4, h5 ,h6, area {
	-webkit-user-select: none;
	-moz-user-select: none;
	outline: 0;
}

a {
	color: #1A0DAB;
}

input, textarea, select {
	padding: 5px;
	margin: 0px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size : 13px;
	outline: 0;
}

input[type="text"] {
	height: 18px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
}

input[disabled] {
	-webkit-text-fill-color: #555; /* Override iOS / Android font color change */
	-webkit-opacity: 1; /* Override iOS opacity change affecting text & background color */
	color: #555;
}

select {
	height: 28px;
	padding: 0px;
	cursor: pointer;
}

button {
	outline: none;
}

img[usemap],
map area {
	border: 0px;
	outline: none;
}

/**
 * ul, li
 */
ul, li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul.inline li {
	display: inline-block;
}

ul.input-group {
	display: table;
}

ul.input-group li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-right: 8px;
}

ul.input-group li.checkbox,
ul.input-group li.radio {
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
}

ul.input-group li.checkbox input[type=checkbox],
ul.input-group li.radio input[type=radio] {
	width: 18px;
	height: 18px;
	cursor: pointer;
}

/**
 *  div.inline, div.table
 */
 div.inline {
	display: inline-block;
	vertical-align:  middle;
}

div.table {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0px auto;
}

div.table-row {
	display: table-row;
	width: 100%;
	height: 100%;
}

div.table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/**
 * frame class
 */
.container {
	position: relative;
	width: 100%;
	margin: auto;
}

.hidden,
.visible-xs,
.visible-inline-xs {
	display: none !important;
}

@media (max-width: 1000px) { /* (mobile & tablet) */
	.hidden-xs {
		display: none !important;
	}

	.visible-xs {
		display: block !important;
	}

	.visible-inline-xs {
		display: inline !important;
	}
}

/**
 * .header
 */
.header {
	position: fixed;
	height: 190px;
	top: 0px;
	right: 0px;
	width: 100%;
	background-color: #222;
	z-index: 1000;
}

.header .container {
	position: relative;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.header .container .img-title {
	width: auto;
	height: auto;
	margin-top: 24px;
}

.header .header-container-xs {
	padding-top: 12px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #222;
	font-size: 18px;
}

.header .header-container-xs .txt-title {
	padding-left: 20px;
}

.header .btn-sign-in {
	position: absolute;
	top: 20px;
	right: -100px;
	font-size: 16px;
	cursor: pointer;
	z-index: 1000;
}

@media (max-width: 1000px) { /* (mobile & tablet) */
	.header {
		position: relative;
		height: 50px;
		border-bottom: 0px;
		background-color: #222;
	}

	.header .btn-sign-in {
		position: absolute;
		top: -38px;
		right: 10px;
		font-size: 14px;
		cursor: pointer;
		color: #fff;
	}
}


/**
 * .header > .logo, block-right
 */
.header .logo {
	position: relative;
	cursor: pointer;
}

/**
 * .header > .menu-main
 */
.header .menu-main {
	position: absolute;
	padding-top: 30px;
	padding-bottom: 40px;
	width: 100%;
}

.header .menu-main li,
.header .menu-main-expand ul li {
	width: 18%;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	letter-spacing: -2px;
}

.header .menu-main li.menu1,
.header .menu-main li.menu2,
.header .menu-main li.menu3,
.header .menu-main li.menu4,
.header .menu-main li.menu5 {
	padding-left: 4px;
	padding-right: 4px;
}

.header .menu-main-expand {
	position: absolute;
	padding: 10px 0px;
	margin-top: 70px;
	width: 100%;
	background-color: #00C63C;
	background-color: RGBA(0, 0, 0, 0.95);
	z-index: 10000;
}

.header .menu-main-expand ul {
	color: #fff !important;
}

.header .menu-main-expand li div {
	padding-top: 5px;
	padding-bottom: 5px;
}

.header .menu-main-expand li div:hover {
	text-decoration: underline;
}

@media (max-width: 1000px) { /* (mobile & tablet) */
	.header .menu-main-expand {
		position: fixed;
		top: 0px;
		padding: 0px;
		margin: 0px;
		width: 100%;
		height: calc(100% - 45px);
		background-color: #f2f2f2;
		overflow-y: auto;
	}

	.header .menu-main-expand ul li {
		width: 100%;
		text-align: center;
		vertical-align: top;
		cursor: pointer;
		padding-top: 15px;
		padding-bottom: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 18px;
		color: #333;
		background-color: #fff
	}

	.header .menu-main-expand ul li div {
		padding-bottom: 15px;
	}
}

@media (min-width: 1000px) { /* (mobile & tablet) */
	.header .menu-main-expand {
		display: none;
	}
}

/**
 * .body, .container
 */
.body {
	width: 100%;
	padding-top: 190px;
	min-height: 800px;
}

.container {
	width: 1000px;
	position: relative;
}

@media (max-width: 1000px) { /* mobile & tablet */
	.body {
		overflow-x: hidden; /* 중요 : needs only for mobile */
		padding-top: 0px;
		padding-bottom: 10px;
	}

	.container {
		width: 80%;
	}
}

@media (max-width: 767px) { /* mobile */
	.container {
		width: 100%;
	}
}

/**
 * .bottom-corp-info
 */
.bottom-corp-info {
	position: relative;
	margin-top: 100px;
	margin-bottom: 0px;
	bottom: 0px;
	width: 100%;
	height: 100px;
	background-color: #E7EAED;
	color: #444;
	line-height: 150%;
}

.bottom-corp-info .bar {
	border-left: 1px solid #aaa;
	margin: 5px;
	padding-right: 3px;
}

.bottom-corp-info .section-left {
	width: 50%;
	height: 100%;
	padding-top: 10px;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: -1px;	
}

.bottom-corp-info .section-right {
	position: absolute;
	top: 10px;
	right: 0px;
	padding-left: 130px;
	width: 50%;
	height: 100%;
	font-size: 14px;
	line-height: 150%;
	text-align: right;
	letter-spacing: -1px;
}

.bottom-corp-info .section-right .title {
	font-weight: bold;
}

.bottom-corp-info .section-right .txt-div-inc {
	font-size: 12px;
	font-weight: bold;
}

@media (max-width: 1000px) { /* (mobile & tablet) */
	.bottom-corp-info {
		text-align: center;
		height: 225px;
	}

	.bottom-corp-info .section-left {
		position: relative;
		display: block;
		width: calc(100% - 30px);
		padding: 15px;
		text-align: center;
	}

	.bottom-corp-info .section-right {
		position: relative;
		display: block;
		width: calc(100% - 30px);
		padding: 15px;
		padding-top: 0px;
		padding-bottom: 60px;
		text-align: center;
	}
}

/**
 * .footer-nav
 */
.footer-nav {
	position: fixed;
	color: white;
	width: 100%;
	right: 0px;
	bottom: 0px;
	height: 44px;
	color: #fff;
	background-color: RGBA(0, 0, 0, 0.90);
}

.footer-nav .container {
	position: relative;
	font-size: 16px;
}

.footer-nav .container li {
	padding-top: 9px;
	width: 32%;
	text-align: center;
	cursor: pointer;
}

.footer-nav .hamburger {
	position: absolute;
	top: 0px;
	left: calc(50% - 25px);
}

.footer-nav .hamburger-inner,
.footer-nav .hamburger-inner::before,
.footer-nav .hamburger-inner::after {
    width: 25px !important;
    height: 2px !important;
    background-color: #fff !important;
}

/* page common */
.block-top-img {
	margin-top: 20px;
	margin-bottom: 20px;
}

.block-top-img {
	height: 130px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

.block-contents .menu-left,
.block-contents .body-right {
	display: inline-block;
	vertical-align: top;
}

.block-contents .menu-left {
	width: 220px;
	margin-right: 40px;
	background-color: #f2f2f2;
}

.block-contents .menu-left li {
	padding: 20px;
	cursor: pointer;
}

.block-contents .menu-left li.selected {
	background-color: #222;
	color: #fff;
}

.block-contents .body-right {
	width: 700px;
	width: calc(100% - 270px);
	background-color: #fff;
}


@media (max-width: 1000px) { /* (mobile & tablet) */
	.body-right {
		width: calc(100% - 30px) !important;
		padding: 15px;
		margin: 0px;
	}

	.block-top-img {
		margin-top: 0px;
		margin-bottom: 20px;
	}
}


/********************************************************************************
 * topper
 ********************************************************************************/
.topper {
	position: fixed;
	right: 40px;
	right: calc(50% - 580px);
	bottom: 25px;
	cursor: pointer;
	border: 1px solid #888;
	background: #fff;
	padding: 10px 15px;
}

@media (max-width: 1000px) { /* (mobile & tablet) */
	.topper {
		right: 15px;
		bottom: 60px;
	}
}

/********************************************************************************
 * div-tooltip
 ********************************************************************************/
.div-tooltip {
	display: none;
	position: absolute;
	border: 1px solid #333;
	background-color: #161616;
	border-radius: 5px;
	padding: 5px 10px;
	color: #fff;
	font-size: 13px;
	z-index: 9999;
}


/********************************************************************************
 * div-modal (DM) 공통부분
 ********************************************************************************/
.div-modal-detail-blocker,
.div-modal-usual-blocker,
.div-modal-top-blocker {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.4);
	-ms-background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6000000, endColorstr=#E6000000);
	text-align: center;
	overflow-x: hidden !important; /* overlay scrolling issue fixed on IOS */
	overflow-y: scroll !important; /* overlay scrolling issue fixed on IOS */
	-webkit-overflow-scrolling: touch !important; /* overlay scrolling issue fixed on IOS */
}

.div-modal-detail-blocker {
	padding: 0px;
	padding-top: 20px;
}

.div-modal-usual-blocker {
	padding: 60px;
	background-color: rgba(0, 0, 0, 0.8);
}

.div-modal-top-blocker {
	padding: 60px;
	background-color: rgba(0, 0, 0, 0.8);
}

.div-modal-detail-blocker:before,
.div-modal-usual-blocker:before,
.div-modal-top-blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.div-modal-detail,
.div-modal-usual,
.div-modal-top {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	position: relative;
	width: 400px;
	background: #fff;
	padding: 0px;
	border-radius: 0px;
	-webkit-transform: translateZ(0) !important; /* overlay scrolling issue fixed on IOS */
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0px 0px 0px !important;
	cursor: default;
}

.div-modal-detail-blocker { z-index: 9999; }
.div-modal-usual-blocker { z-index: 19999; }
.div-modal-top-blocker { z-index: 19999; }

.div-modal-detail { z-index: 10000; }
.div-modal-usual { z-index: 20000; }
.div-modal-top { z-index: 30000; }


/**
 * (responsive)
 */
@media (min-width: 1px) { /* (only for not IE8) */
}

@media (max-width: 1000px) { /* (mobile & tablet) */
	.div-modal-detail {
		position: absolute !important;
		top: 0px;
		left: 0px;
	}
}

@media (max-width: 767px) { /* (mobile) */
	.div-modal-usual-blocker,
	.div-modal-top-blocker {
		padding: 50px 10px;
	}
}