﻿/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
/*html, body { height:100%; }*/

body {
  overflow-y: auto;
  overflow-x: hidden;
  /*background-color: #f9f9f9;*/
  /*background: #e0e3ec url(../images/bg.png) repeat top left;*/

  /*font-family:'NanumGothic';*/
}
/*@media (min-width: 768px) {
	body {
	  overflow: hidden;
	  background-color: #f9f9f9;
	}
}*/
body.modal-open { overflow: inherit; overflow-x: hidden; padding-right: 0 !important;padding-bottom: 0 !important; }
.modal {z-index:10000;}

/*
 * Global add-ons
 */

a:link {color:#FFFFFF; text-decoration: none;}
a:visited {color:#FFFFFF; text-decoration: none;}
a { outline: none; }
a:hover, a:focus { outline: none; }
.btn:focus, .btn:focus:active, .active.btn:focus, .focus.btn, .focus.btn:active, .focus.active.btn { outline: none; }
button  { outline: none; }

.mainColorFont{
	color: #03abe1;
}
.fontColorGray{
	color: #aaaaaa;
}
.mainColorFontB{
	color: #0386E1;
}

.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
	top: 3px;
	/*margin-left: 50px;*/
	border: 0;
	background-color: #f2f2f2;
}

.topDiv{
	position: fixed;
	width: 100%; 
	z-index: 2001;
	top:0px;
}
/*@media (min-width: 768px) {
	.topDiv{
		position: fixed; 
		width: 100%; 
		z-index: 1001;
	}
}*/

.topDiv-Sub {
	height: 100px;
	background-color: #03abe1;
	/*box-shadow: inset 0px -1px 1px rgba(0,0,0,0.15), 0px 2px 2px rgba(0,0,0,0.2);*/
	/*background-color:#ffcd70;*/
	overflow: hidden;
}

.top_info {
	text-align:right;
	/*line-height:100px;*/
	font-size:15px;
	color:#fff;
	font-weight:bold;
	height: 60px;
	line-height:60px;
	padding-right: 20px;
}
.top_info ul {
	list-style:none;
}
.top_info ul li {
	display: inline;
	padding: 0 10px;
}
.top_info ul li button {
	margin:-3px 0 0px 5px;
}

.contentDiv{
	margin-top:60px;
	/*overflow-y:auto;
	overflow-x:hidden;*/
	height: calc(100% - 60px);
}

/*@media (min-width: 768px) {
	.contentDiv{
		padding-top:60px;
	}
}*/
/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
	/*margin: 3px 20px;*/
	z-index: 1000;
	display: block;
	/*padding-top: 20px;*/
	overflow-x: hidden;
	overflow-y: hidden; /* Scrollable contents if viewport is shorter than content. */
	/*background-color: #034A8C;*/
	background-color: #252f31;
	/*border-right: 1px solid #eee;*/
}
@media (min-width: 768px) {
	.sidebar {
		/*position: fixed;
		top: 53px;
		bottom: 50px;*/
		margin: 0px;
		z-index: 1000;
		display: block;
		/*padding-top: 20px;*/
		overflow-x: hidden;
		overflow-y: hidden; /* Scrollable contents if viewport is shorter than content. */
		background-color: #252f31;
		border-right: 1px solid #eee;
		height: 100%;
	}
}

/* Sidebar navigation */
.nav-sidebar {
  /*margin-right: -21px;*/ /* 20px padding + 1px border */
  /*margin-bottom: 20px;
  margin-left: -20px;*/
}
.nav-sidebar > li > a {
  /*padding-right: 20px;
  padding-left: 20px;*/
  color: #9f9bac;
}
.nav-sidebar > li > a:hover {
	background-color: #293c43;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
	color: #fff;
	background-color: #354e57;
	font-weight:bold;
}

.nav > li {
	float:left;
	width: 33%;
}
@media (min-width: 768px) {
	.nav > li {
		float:none;
		width: 100%;
	}
}
.nav > li > a:focus {
	background-color: #252F31;
}

.navbar-collapse {
	background-color: #424242;
}

/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 30px;
    padding-left: 80px;
	padding-bottom: 60px;
  }
}
.main .page-header {
  margin-top: 0;
  font-size : 20px;
}

.mainContent {
	/*height:100%;*/
	/*overflow-y:auto;*/
	/*margin-bottom:80px;*/
}
/*@media (min-width: 768px) {
	.mainContent {
		height:100%;
		overflow-y:scroll;
	}
}*/

.page-header .fa-chevron-circle-right {
	color:#e3345d;
	padding-right: 10px;
	padding-left: 20px;
}

.top-line{
	top: 0px;
	width: 100%;
	border: 0px;
	border-top : 2px;
	border-style: solid;
	/*border-color: #99C8F6;*/
	border-color: #252f31;
	position: fixed;
	z-index:100;
}

.topLogo{
	margin-top:10px;
	margin-bottom:0px;
	color:#ffffff;
}
.topLogoSub{
	margin-top:5px;
	margin-bottom:0px;
	color:#ffffff;
}

.logo {
	/*position:absolute;*/
	/*padding-top:7px;*/
	cursor:pointer;
	height: 60px;
	line-height:60px;
	/*padding: 10px 0px 2px 0px;*/
    font-size: 1.5em;
    font-weight: bold;
    color: #ffffff;
	/*padding-top:5px;*/
}
@media (max-width: 768px) {
	.logo {
		/*position:absolute;*/
		/*left: 50%;*/
		/*margin-left:-100px;*/
		z-index:1;
		text-align:center;
	}
}

.mobileTitle {
	text-align:center;
	margin: 5px 0px;
}
.mobileTitle i {
	color:#F15F5F;
	font-size:12pt;
}

.mobileMenuBtn{
	color:#ffffff;
	position:absolute;
	top:10px;
	left:15px;
	z-index: 2;
}

.mobileSetBtn{
	color:#ffffff;
	position:absolute;
	top:10px;
	right:15px;
	align:right;
	z-index: 2;
}

.alramBtn{
	color:#ffffff;
	position:absolute;
	top:24px;
	right:20px;
	z-index: 2;
}

.footer {
	width: 100%;
	/*position: fixed;*/
	/*margin-left: 50px;*/
	color: #8C8C8C;
	/*bottom: 0px;*/
	height :80px;
	line-height: 22px;
	z-index:100;
	/*margin-bottom:15px;*/
	/*background-color: #F2F2F2;*/
}

.advertisement {
	width: 100%;
	/*position: fixed;*/
	/*margin-left: 50px;*/
	color: #FF9900;
	/*bottom: 0px;*/
	height :50px;
	line-height: 22px;
	z-index:200;
	/*margin-bottom:15px;*/
	background-color: #F2F2F2;
	text-align:center;
}

.bottom-l {
	/*height:50px;*/
	/*background-color: #8AB5D5;*/
	display: block;
	text-align: center;
	/*opacity : 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;*/
}
.bottom-m {
	/*padding-top: 5px;
	font-size: 8pt;*/
	color: #aaa;
	background-color: #F2F2F2;
	text-align: center;
}

.sider-tel{
	display: none;
}
@media (min-width: 768px) {
	.sider-tel{
		position: absolute;
		bottom: 0px;
		color: #ffffff;
		margin-bottom: 50px;
		text-align: center;
		width: 100%;
		display: block;
	}
}

/*
 * Placeholder dashboard ideas
 */

.leftMenu {
	list-style: none;
	padding-left: 0px;
	font-size: 12pt;
}
.leftMenu  li {
	width: 100%;
	padding: 15px 20px;
	cursor: pointer;
}
.leftMenu  li:hover {
	background-color:#eeeeee;
}

.topMenu {
	text-align: center;
}

.panel-box {
	background-color: #ffffff;
	border: 1px solid #f0f1f1;
	border-radius: 5px;
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
}

.panel-box-red {
	border-top: 2px solid #f56854;
}
.panel-box-blue {
	border-top: 2px solid #3c8dbc;
}
.panel-box-green {
	border-top: 2px solid #2aa659;
}
.panel-box-yellow {
	border-top: 2px solid #f39c13;
}
.panel-box-sky {
	border-top: 2px solid #2ac0f0;
}

.info-box {
    position: relative;
    overflow: hidden;
    padding: 25px 20px;
    margin-bottom: 20px;
    color: #fff;
    /*cursor: pointer;*/
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	height:140px;
	min-height:140px;
	max-height:140px;
}
.info-green  {
	background-color: #65cea7;
}
.info-yellow {
	background-color: #f3ce85;
}
.info-red {
	background-color: #fc8675;
}
.info-blue {
	background-color: #6bafbd;
}
.info-box i{
    position: absolute;
    /*top: 20px;*/
    right: 10px;
    /*font-size: 30px;*/
    opacity: 0.3;
	width: 90px;
	text-align: center;
	font-size: 6em;
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
}

.info-box .mainTitleCount{
	font-size: 30pt;
	margin: 0px;
}
@media (min-width: 768px) {
	.info-box .mainTitleCount{
		font-size: 35pt;
		margin: 0px;
	}
}

.info-box .mainTitleNm{
	/*font-size: 10pt;*/
	font-weight: 700;
	/*text-align: right;*/
	color:#ffffff;
}

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.red-f {
	font-size: 70%;
	color: #B30541;
}

.aligncenter {
	text-align: center;
}
.alignright {
	float: right;
}
.breadcrumb {
	margin-top:-10px;
	float:right;
	background:transparent;
}
.breadcrumb li {
	font-size:13px;
}
.pullquote-left {
    border-left: 5px solid #e3345d;
    padding-left: 10px;
}

.pullquote-right {
	border-right: 5px solid #B30542;
	padding-right: 10px;
}
.searchform {
	border: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #dddddd;
}
.table-top-margin {
	margin-top: 10px;
}

.nav-tabs > li > .active > a:focus{
  background-color: #428bca;
}

.panel-green {
    border-color: #61a434;
}
.panel-green a {
    color: #79c447;
}
.panel-green .panel-heading {
    border-color: #61a434;
    color: #fff;
    background-color: #79c447;
}

.panel-yellow {
    border-color: #f9aa0b;
}
.panel-yellow a {
    color: #fabb3d;
}
.panel-yellow .panel-heading {
    border-color: #f9aa0b;
    color: #fff;
    background-color: #fabb3d;
}
.panel-red {
    border-color: #ff2121;
}
.panel-red a {
    color: #ff5454;
}
.panel-red .panel-heading {
    border-color: #ff2121;
    color: #fff;
    background-color: #ff5454;
}
.panel-blue {
    border-color: #39afea;
}
.panel-blue a {
    color: #67c2ef;
}
.panel-blue .panel-heading {
    border-color: #39afea;
    color: #fff;
    background-color: #67c2ef;
}

.panel-primary {
	border-color: #6bafbd;
}
.panel-primary > .panel-heading {
	background-color: #6bafbd;
	background-image: none;
	border-color: #6bafbd;
}

.btn {
	background-image: none;
	border: 0px;
	/*padding: 7px 12px;*/
	box-shadow: none;
	text-shadow: none;
	/*font-weight: bold;*/
}

.roundBtn {
	background-image: none;
	border: 0px;
	/*padding: 7px 12px;*/
	box-shadow: none;
	text-shadow: none;
	/*border-radius: 50% !important;margin: 0 5px;*/
	border-radius: 50% !important;margin: 0 1px;
	/*font-weight: bold;*/
	width:50px;
	height:50px;
}

.roundBtnBlank {
	background-image: none;
	/*border: 2px;*/
	border: 1px solid #8C8C8C;
	/*padding: 7px 12px;*/
	box-shadow: none;
	text-shadow: none;
	/*border-radius: 50% !important;margin: 0 5px;*/
	border-radius: 50% !important;margin: 0 4px;
	/*font-weight: bold;*/
	width:45px;
	height:45px;
	color: #8C8C8C;
}

.roundBtnSmall {
	background-image: none;
	border: 0px;
	/*padding: 7px 12px;*/
	box-shadow: none;
	text-shadow: none;
	/*border-radius: 50% !important;margin: 0 5px;*/
	border-radius: 50% !important;margin: 0 1px;
	/*font-weight: bold;*/
	width:32px;
	height:32px;
	font-size:14pt;
	font-weight:bold;
}


.btn-default {
	border: 1px solid #e5e5e5;
}
.btn-warning {
	background-color:#F6BB43;
	/*background-color:#ffcd70;*/
}

.btn-group > .btn {
    background-color: #ffffff;
    color: #aaaaaa;
    border: 1px solid #aaaaaa;
}

.btn-warning:active, .active.btn-warning {
    color: #39AFEA;
    border-color: #39AFEA;
	font-weight:bold;
}


.huge {
    font-size: 40px;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
	z-index:1;
}

.yangtable thead tr td{ 
	vertical-align: middle;
}
.yangtable tbody tr td{ 
	vertical-align: middle;
}

.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
    display: none;
}

.margin-top10 {
	margin-top: 10px;
}
.margin-top20 {
	margin-top: 20px;
}
.margin-top30 {
	margin-top: 30px;
}
.margin-right10 {
	margin-right: 10px;
}
.margin-right20 {
	margin-right: 20px;
}
.margin-bottom10 {
	margin-bottom: 10px;
}
.margin-bottom20 {
	margin-bottom: 20px;
}
.margin-bottom60 {
}
@media (min-width: 768px) {
	.margin-bottom60 {
		margin-bottom:60px;
	}
}

.L-padding-R{
}
@media (min-width: 768px) {
	.L-padding-R{
		margin-left: -15px;
		margin-right: -15px;
	}
}


.scrolltable {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.table {
	/*border-top: 2px solid #676767;*/
	border-bottom: 1px solid #DDDDDD;
	cursor: pointer;
	margin-bottom: 10px;
	table-layout: fixed;
}

.table thead {
	background-color: #354e57;
	color: #fff;
	height: 40px;
	/*font-weight: bold;*/
}

.table thead tr th {
	font-size: 11pt;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.table td {
	font-size: 10pt;
	vertical-align: middle;
}

.table tr td {
	vertical-align: middle;
}

.table .active {
	font-size: 11pt;
}

.table .textOver {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 4px 8px;
	vertical-align: middle;
}

.mobile_table {
	width: 100%;
}
.mobile_table tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav-tabs {
    border-bottom: 1px solid #3174AE;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{
	color:#fff;
	cursor:default;
	background-color: #3174AE;
	border:1px solid #ddd;
	border-bottom-color:transparent;
}
.nav-tabs>li>a:hover{
	border: 0px;
}

.main-col-height {
	height: 70px;
	max-height: 70px;
	/*line-height: 56px;*/
}
.main-col6-height {
	height: 256px;
}

.valignm {
	vertical-align: middle;
}

.main-goodjob-height {
	height: 275px;
}

.layerPop2 {
	position : fixed;
	height: 100%;
	width: 100%;
	border-top: 2px solid #000000;
	top: 0;
	left: 0;
	background-color: #ffffff;
	display: none;
	box-shadow: 5px 5px 12px -2px rgba(0,0,0,0.36);
	z-index:2002;
}
@media (min-width: 768px) {
	.layerPop2 {
		position : fixed;
		height: 600px;
		width: 520px;
		border: 1px solid #000000;
		top: 50%;
		left: 50%;
		background-color: #ffffff;
		margin: -300px 0 0 -260px;
		display: none;
		box-shadow: 5px 5px 12px -2px rgba(0,0,0,0.36);
		z-index:2002;
	}
}

.layerPop {
	position : fixed;
	height: 100%;
	width: 100%;
	border-top: 2px solid #000000;
	top: 0;
	left: 0;
	background-color: #ffffff;
	display: none;
	box-shadow: 5px 5px 12px -2px rgba(0,0,0,0.36);
	z-index:2001;
	overflow: hidden;
}
@media (min-width: 768px) {
	.layerPop {
		position : fixed;
		height: 600px;
		width: 520px;
		border: 1px solid #000000;
		top: 50%;
		left: 50%;
		background-color: #ffffff;
		margin: -300px 0 0 -260px;
		display: none;
		box-shadow: 5px 5px 12px -2px rgba(0,0,0,0.36);
		z-index:2001;
		overflow: hidden;
	}
}

.layerPopHeader {
	height: 60px;
	line-height: 60px;
	background-color: #03abe1;
	color: #ffffff;
	text-align: center;
	font-size: 15pt;	
}

.layerPopSearch {
	margin: 30px 100px;
}

.layerPopList {
	margin: 10px 20px;
}
.layerBody {
	overflow-y:auto;
	overflow-x:hidden;
	height:calc(100% - 50px);
	/*margin-bottom:200px;*/
	padding-bottom: 160px;
}

.layerClose {
	right: 20px; 
	/*color: #ffffff; */
	line-height: 60px; 
	font-size: 20pt; 
	position: absolute;
}

.layerTitle {
	width: 100%;
	text-align: center;
	float: right;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
}

.popLayer {
	position : fixed;
	height: 100%;
	width: 100%;
	border: 1px solid #000000;
	top: 0;
	left: 0;
	background-color: #ffffff;
	display: none;
	box-shadow: 5px 5px 12px -2px rgba(0,0,0,0.36);
	z-index:2001;
}
@media (min-width: 768px) {
	.popLayer {
		position : fixed;
		height: 600px;
		width: 460px;
		border: 1px solid #000000;
		top: 50%;
		left: 50%;
		background-color: #ffffff;
		margin: -300px 0 0 -230px;
		display: none;
		box-shadow: 5px 5px 12px -2px rgba(0,0,0,0.36);
		z-index:2001;
	}
}

.searchZone {
	padding: 10px;
	/*padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;*/
}
.layerHeader {
	height: 60px;
	line-height: 60px;
	background-color: #03abe1;
	color: #ffffff;
	text-align: center;
	font-size: 15pt;	
}

.addrSearch {
	margin: 30px 50px;
}

.addrList {
	margin: 20px;
}

.addrResult {
	height: 400px;
	overflow-y: auto;
}

.addrPage {
	margin-top: 5px;
	text-align: center;
}

.addrPage a {
	padding-left: 3px;
	padding-right: 3px;	
}

.color-white{
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
}
.color-red{
	background-color: #DA4352;
	border: 1px solid #DA4352;
}
.color-blue{
	background-color: #3AAFDA;
	border: 1px solid #3AAFDA;
}
.color-green1{
	background-color: #8CC252;
	border: 1px solid #8CC252;
}
.color-green2{
	background-color: #36BC9B;
	border: 1px solid #36BC9B;
}
.color-yellow{
	background-color: #F6BB43;
	border: 1px solid #F6BB43;
}
.color-gray{
	background-color: #AAB2BD;
	border: 1px solid #AAB2BD;
}

.circle {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin-bottom: 0px;
	vertical-align: middle;
}

.line-top {
	border-top:1px solid #dddddd;
}
.line-bottom {
	border-bottom:1px solid #dddddd;
}
.line-left {
}
.line-right {
}
@media (min-width: 768px) {
	.line-bottom {
		border-bottom:1px solid #dddddd;
	}
	.line-left {
		border-left:1px solid #dddddd;
	}
	.line-right {
		border-right:1px solid #dddddd;
	}
}

.form-group{
	margin-bottom: 10px;
}

.page-header {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mobileBtnUp {
	float:right;
	/*margin-right:20px;*/
	margin-top:10px;
}

.height100 {
}
@media (min-width: 768px) {
	.height100 {
		height: 100%;
	}
}
.mobileHide {
	display: none;
}
@media (min-width: 768px) {
	.mobileHide {
		display: block;
	}
}

.mobileShow {
	display: block;
}
@media (min-width: 768px) {
	.mobileShow {
		display: none;
	}
}

.btn_group {
	margin: 30px 0 0;
	position: relative;
	overflow: hidden;
}
.btn_group.col0 {
	margin-top: 0;
}

.spaceTitle{
	padding-top: 0px;
	padding-bottom: 0px;
}
.spaceContent{
	padding-top: 10px;
	padding-bottom: 10px;
	display: table;
	width:100%;
}

.selectBtn{
	color: #03abe1;
	font-weight:bold;
	font-size:12pt;
	cursor: pointer;
	margin-top: 30px;
}
.selectBtn ul {
	list-style:none;
	padding-left: 0px;
}
.selectBtn ul li {
	display: inline;
	padding: 10px 20px;
    border: 1px solid #d1d1d1;
    border-radius: 50px;
	background-color: #ffffff;
}
.selectBtn .active{
	border: 0px;
	background-color: #03abe1;
	color: #ffffff;
}
@media (max-width: 768px) {
	.selectBtn{
		margin-top: -10px;
		margin-left: -10px;
		margin-right: -10px;

	}
	.selectBtn ul li {
		float:left;
		width: 50%;
		font-weight: bold;
		color: #737373;
		border-radius: 0px;
		border: 0px;
	}
	.selectBtn .active{
		background-color: #ffffff;
		color: #03abe1;
		border-bottom: 2px solid #03abe1;
	}
}

.selectBtn2{
	color: #f6bb43;
	/*font-weight:bold;*/
	font-size:12pt;
	cursor: pointer;
}
.selectBtn2 ul {
	list-style:none;
	padding-left: 0px;
	border-radius: 4px;
	
}
.selectBtn2 ul li {
	float:left;
	width: 50%;
	/*font-weight: bold;*/
	color: #737373;
	border: 1px solid #cccccc;
	padding:10px;
	background-color:#ffffff;
}
.selectBtn2 .active{
	background-color: #ffffff;
	color: #03abe1;
	border: 1px solid #03abe1;
	font-weight:bold;
}

.selectBtn3{
	color: #f6bb43;
	font-size:10pt;
	cursor: pointer;
}
.selectBtn3 ul {
	list-style:none;
	padding-left: 0px;
	border-radius: 4px;
}
.selectBtn3 ul li {
    font-size:18px;
	float:left;
	width: 50%;
	height:45px;
	color: #737373;
	border: 1px solid #cccccc;
	padding-top:6px;
	background-color:#ffffff;
	overflow:hidden;
	/*display: inline;*/
}
.selectBtn3 .active{
	background-color: #ffffff;
	color: #03abe1;
	border: 1px solid #03abe1;
	font-weight: bold;
}

.selectBtn_bottom{
	color: #03abe1;
	font-weight:bold;
	font-size:12pt;
	cursor: pointer;
}
.selectBtn_bottom ul {
	list-style:none;
	padding-left: 0px;
}
.selectBtn_bottom ul li {
	float:left;
	width: 20%;
	font-weight: bold;
	color: #737373;
	border: 1px solid #cccccc;
	padding:5px 0px;
	background-color:#03abe1;
	line-height:15px;
	/*height:80px;*/
}
.selectBtn_bottom .active{
	background-color: #ffffff;
	color: #03abe1;
	border: 1px solid #03abe1;
}
@media (max-width: 768px) {
	.selectBtn_bottom{
		margin-top: -10px;
		/*margin-left: -10px;
		margin-right: -10px;*/
		position: fixed;
		bottom: 0px;
		width:100%;
	}
	.selectBtn_bottom ul li {
		float:left;
		width: 20%;
		font-weight: bold;
		color: #737373;
		border-radius: 0px;
		border: 0px;
		border-top: 2px solid #ffffff;

	}
	.selectBtn_bottom .active{
		background-color: #ffffff;
		color: #03abe1;
		border: 0px;
		border-top: 2px solid #03abe1;
	}
}

.gradeBtn{
	color: #f6bb43;
	font-size:12pt;
	cursor: pointer;
	float: right;
}
.gradeBtn ul {
	list-style:none;
	padding-left: 0px;
	border-radius: 4px;
}
.gradeBtn ul li {
	float:left;
	width: 20%;
	/*height:60px;*/
	color: #737373;
	border: 1px solid #cccccc;
	padding:0px 10px;
	background-color:#ffffff;
}
.gradeBtn .active{
	background-color: #ffffff;
	color: #f6bb43;
	border: 1px solid #f6bb43;
	font-weight: bold;
}

.input-group{
	margin-bottom:2px;
}
.input-lg{
	margin-bottom:2px;
}

.hTitle{
    text-align: left;
    padding-left: 5px;
}

.picFileForm{
	width:100px;
	height:100px;
	/*border-radius:80px;*/
	border: 1px solid #dddddd;
	background-color: #ffffff;
	margin:auto;
	color:#cccccc;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.picFileForm input[type=file] {
	opacity: 0;
	width:100%;
	height:100%;
	cursor: pointer;
	border:none;
	border-top:0px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}
.picFileForm i{
	position: absolute;
	left: 0px;
	right: 0px;
	line-height: 100px;
	cursor: pointer;
}

.picFileForm2{
	/*border-radius:5px;*/
	border: 1px solid #dddddd;
	background-color: #ffffff;
	color:#cccccc;
	height: 0px;
	padding-bottom:100%;
	width: 100%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.picFileForm3{
	/*border-radius:5px;*/
	border: 1.5px dashed #dddddd;
	background-color: #ffffff;
	color:#cccccc;
	height: 0px;
	padding-bottom:100%;
	width: 100%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.carPicForm ul {
	list-style:none;
	padding-left: 0px;
}
.carPicForm ul li {
	display: inline;
	width: 20%;
	float: left;
	padding: 4px;
	text-align: center;
}
.carPicForm input[type=file] {
	opacity: 0;
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	cursor: pointer;
	border:none;
	border-top:0px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}
@media (max-width: 768px) {
	.carPicForm ul li {
		width: 25%;
	}
}
.carPicForm ul li i{
	position: absolute;
	top: 43%;
	left: 0px;
	right: 0px;
}

.img_preview {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	/*border-radius:50%;*/
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	color: #999999;
	font-weight: bold;
}

.iconBtn {
	display:table-cell;
	vertical-align:middle;
}
.x-btn {
	color: #f14959;
	opacity: 0.3;
}
.x-btn:hover, .x-btn:active {
	color: #f14959;
	opacity: 1;
}

/*=== 8. Custom Checkbox & Radio ===*/
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  padding-top: 1px;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 0px solid #aaa;
  background: #f0f0f0;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  position: absolute;
  color: #555555;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #8c8c8c;
  background-color: #878787;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #555555;
}
[type="checkbox"]:disabled + label {
  color: #8c8c8c;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before,
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted #f6f6f6;
}
/* hover style just for information */
label:hover:before {
  border: 1px solid #f6f6f6 !important;
}

/*=== Customization ===*/
/* radio aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  border-radius: 3px;
}

/* selected mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  top: 0;
  left: 2px;
  font-size: 14px;
}

.dropdown-menu li {
	font-size:12pt;
	padding: 3px 10px 3px 20px;
	cursor: pointer;
}
.dropdown-menu li:hover, .dropdown-menu li:active {
	background-color: #DDDDDD;
}



/* 메인 화면 사용 S */
.color_sky{
	color: #03abe1;
}

.main_div1_div {
    /*border: 1px solid #cccccc;
	border-top: 3px solid #03abe1;
	background-color: #ffffff;*/
	/*padding:10px 5px;*/
	text-align:center;
}

.main_div2_div {
	padding:10px 5px;
	height: 200px;
}

.main1{
	/*height:80%;*/
	overflow:hidden;
	margin-bottom:20px;
	margin-top:100px;
}
.main2{
	height:550px;
	overflow:hidden;
	background-color:#191942;
	color:#ffffff;
	/*padding-top:60px;*/
}
/*@media (max-width: 768px) {
	.main2{
		padding-top:10px;
	}
}*/
.main3{
	/*height:600px;*/
	background-color:#ffffff;
	color:#58595B;
	text-align:center;
}
.main4{
	/*height:500px;*/
	height:500px;
	background-color:#000000;
	color:#ffffff;
	overflow:hidden;
	/*text-align:center;*/
}
.main5{
	height:400px;
	background-color:#ffffff;
	color:#262261;
	overflow:hidden;
	text-align:center;
	padding-top: 20px;
}
.main6{
	height:550px;
	background-color:#ffffff;
	color:#231f20;
	overflow:hidden;
	text-align:center;
	padding-top: 20px;
}
.main_bg {
	position:absolute;
	min-width:950px;
	opacity: 0.4;
}
/*@media (max-width: 500px) {
	.main_bg {
		margin-left: -50%;
	}
}*/
.main1_bg {
	width:100%;
	top:50%;
	left:50%;
	/*transform: translateY(-50%);*/
	transform: translate(-50%, -50%);
}
.main2_bg {
	width:100%;
	top:50%;
	left:50%;
	/*transform: translateY(-50%);*/
	transform: translate(-50%, -50%);
}
.main4_bg {
	width:100%;
	top:50%;
	left:50%;
	/*transform: translateY(-50%);*/
	transform: translate(-50%, -50%);
}
.main5_bg {
	width:100%;
	top:50%;
	left:50%;
	/*transform: translateY(-50%);*/
	transform: translate(-50%, -50%);
	min-width: 1000px;
}
.main5_bg_sub {
	background-color:#1c70ae;
	width:100%;
	opacity: 0.2;
	position:absolute;
	top:0px;
	height:60%;
	z-index:2;
}
.main6_bg_sub {
	background-color:#c4e9fc;
	width:100%;
	position:absolute;
	top:250px;
	height:140px;
	z-index:0;
}

.main1_img_group{
	position: absolute;
	bottom: 0px;
	height: 70%;
	width: 100%;
	left:0px;
}
.main1_img_phone{
	width:16%;
	min-width:100px;
	max-width:140px;
	/*max-height:90%;*/
	position: absolute;
	/*bottom: 13%;*/
	top: 50%;
	left: 34%;
	transform: translate(-34%, -50%);
	z-index:1
}
.main1_img_btn_div{
	width:30%;
	min-width:140px;
	max-width:150px;
	position: absolute;
	left:0px;
	right:0px;
	top: 50%;
	transform: translateY(-50%);
	z-index:2;
	margin:auto;
	overflow: hidden;
	color:#ffffff;
}
.main1_img_btn_div2{
	width:100%;
	min-width:140px;
	max-width:300px;
	position: absolute;
	left:120px;
	right:0px;
	top: 50%;
	transform: translateY(-50%);
	z-index:2;
	margin:auto;
	overflow: hidden;
	color:#ffffff;
}
.main1_img_btn{
	width: 100%;
	height: 0px;
	position: relative;
	padding-bottom: 100%;
	border-radius:50%;
	cursor:pointer;
	background-color:#2b9ed0;
}
.main1_img_btn_font{
	position: absolute;
	left:0px;
	right:0px;
	top:50%;
	transform: translateY(-50%);
}
.main1_img_bus{
	width:70%;
	max-width:560px;
	min-width:300px;
	position: absolute;
	left: 30%;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width:900px){
	.main1_img_phone {left: 25%;}
}
@media (max-width: 768px) {
	.main1_img_group{
		height:60%;
	}
	.main1_img_phone{
		left: 30%;
	}
}
@media (max-width:500px){
	.main1_img_phone {left: 23%;}
}

.main2_div {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0px;
    right: 0px;
}
.main2_ul {
	list-style:none;
	padding-left: 0px;
	margin-top:50px;
	/*font-size:12pt;*/
	height:200px;
}

.main2_ul li {
	float:left;
	padding: 2px;
	margin-bottom: 0px;
	position:relative;
	height:100%;
}
.main2_li{
	width: 21%;
}
.main2_li_sub{
	width: 5%;
}
.main2_li_img {
	width:70%;
	min-width:80px;
	max-width:150px;
	position: absolute;
	bottom: 0px;
	left:50%;
	transform: translateX(-50%);
}
.main2_li_sub i{
	position: absolute;
	top:65%;
	left:0px;
	right:0px;
}
.main2_text {
	margin-bottom:40px;
}
@media (max-width: 768px) {
	.main2_ul {
		margin-top:0px;
		height:150px;
	}
	.main2_li{
		width: 40%;
	}
	.main2_li_sub{
		width: 10%;
	}
	.main2_li_img {
		min-width:80px;
		max-width:90px;
	}
	.main2_li_sub i{
		top:60%;
	}
	.main2_text {
		margin-bottom:40px;
	}
}

@media (max-width:360px){.main2_li_sub i{font-size:29px;}}
@media (min-width:361px) and (max-width:399px){.main2_li_sub i{font-size:30px;}}
@media (min-width:400px) and (max-width:439px){.main2_li_sub i{font-size:31px;}}
@media (min-width:440px) and (max-width:479px){.main2_li_sub i{font-size:32px;}}
@media (min-width:480px) and (max-width:519px){.main2_li_sub i{font-size:33px;}}
@media (min-width:520px) and (max-width:559px){.main2_li_sub i{font-size:34px;}}
@media (min-width:560px) and (max-width:599px){.main2_li_sub i{font-size:35px;}}
@media (min-width:600px) and (max-width:639px){.main2_li_sub i{font-size:36px;}}
@media (min-width:640px) and (max-width:679px){.main2_li_sub i{font-size:37px;}}
@media (min-width:680px) and (max-width:719px){.main2_li_sub i{font-size:38px;}}
@media (min-width:720px) and (max-width:759px){.main2_li_sub i{font-size:39px;}}
@media (min-width:760px) and (max-width:799px){.main2_li_sub i{font-size:35px;}}
@media (min-width:800px) and (max-width:839px){.main2_li_sub i{font-size:30px;}}
@media (min-width:840px) and (max-width:879px){.main2_li_sub i{font-size:35px;}}
@media (min-width:880px){.main2_li_sub i{font-size:45px;}}

.main2_circle_div {
	text-align: center;
	position: absolute;
    /*height: 0px;
    padding-bottom: 90%;*/
    width: 100%;
	/*margin:auto;*/
	bottom:0px;
}
.main2_circle {
	background-color:#2b9ed0;
	opacity: 0.2;
	text-align: center;
	position: relative;
    height: 0px;
    padding-bottom: 70%;
    width: 70%;
	margin:auto;
}
.main2_circle_div i{
	position: absolute;
	left: 0px;
	right: 0px;
	top:50%;
	transform: translateY(-50%);
}

.main3_ul {
	list-style:none;
	padding-left: 0px;
	margin-top:30px;
	text-align:left;
}
.main3_ul li {
	float:left;
	width:50%;
	padding: 2px;
	margin-bottom: 5px;
	height:100px;
}
.main3_ul img{
    width: 90%;
	margin-top:10px;
}
.main3_ul_sub{
	list-style:none;
	padding-left: 0px;
	float:left;
	width: 100%;
}
.main3_ul_sub_img{
	width:20%;
}
.main3_ul_sub_text{
}
.main3_ul_sub li {
	width:15%;
	max-width:60px;
}
@media (max-width: 768px) {
	.main3_ul li {
		width:100%;
		/*padding-left: 20px;
		padding-right: 20px;*/
		height:60px;
	}
	.main3_ul_sub li {
		width:13%;
	}
}

.main4_font{
	font-size: 13pt;
	/*padding-top:30px;*/
}
.main4_font p{
	margin: 20px 0px;
}
@media (max-width: 768px) {
	.main4_font{
		font-size: 12pt;
	}
}
.main4_ul{
	list-style: none;
	position: relative;
	transform: translateY(-50%);
	top:50%;
	padding-left:0px;
}
.main4_ul li{
	padding:10px 0px;
}

.main5_img{
	width:140px;
	cursor:pointer;
	z-index:4;
	position:absolute;
	transform: translateY(-60%);
	top:60%;
	left:0px;
	right:0px;
	margin:auto;
	/*border:10px solid #ffffff;
	border-radius:50%;*/
}
.main5_img_sub{
	background-color:#ffffff;
	position:absolute;
	/*transform: translateY(-60%);*/
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	height:85px;
	width:160px;
	opacity: 1;
	z-index:3;
	border-radius:80px 80px 0 0;
}
/*@media (max-width: 768px) {
	.main5_img{
		width:200px;
	}
}*/
.main6_img_phone{
	width:20%;
	min-width:100px;
	max-width:140px;
	/*max-height:90%;*/
	position: absolute;
	/*bottom: 13%;*/
	top: 50%;
	left: 50%;
	transform: translate(-50%, -25%);
	z-index:1
}
.main6_img_btn1{
	width:50%;
	position: absolute;
	top:220px;
	left:0px;
	
	text-align:center;
}
.main6_img_btn1 img{
	width:160px;
}
.main6_img_btn2{
	width:50%;
	position: absolute;
	right:0px;
	top:220px;
	
	z-index:2;
	cursor:pointer;
	text-align:center;
}
.main6_img_btn2 img{
	width:160px;
}
@media (max-width: 768px) {
	.main6_bg_sub {
		height:100px;
	}
	.main6_img_btn1{
		transform: translatex(-10%);
		/*left:3%;
		text-align:left;*/
	}
	.main6_img_btn1 img{
		width:120px;
	}
	.main6_img_btn2{
		/*right:3%;
		text-align:right;*/
		transform: translatex(10%);
	}
	.main6_img_btn2 img{
		width:120px;
	}

}
.btn_bus {
	background-color:#FF9900;  /* rgba(0, 0, 0, 0.2) */
	border:none;
	padding:5px 15px;
	margin:0px;
	border:2px solid #ffffff;
	margin-top: 20px;
}

.footerMobile {
	width: 100%;
	height :50px;
	position:fixed;
	z-index: 100;
	bottom:0px;
}

.btn_bus_footer {
	background-color:#2B9ED0;  /* rgba(0, 0, 0, 0.2) */
	border:none;
	margin:0px;
	width:1200%
	display: inline-block;
}

#loading2 {
			 width: 100%;   
			 height: 100%;   
			 top: 0px;
			 left: 0px;
			 position: fixed;   
			 display: block;   
			 opacity: 0.8;   
			 background-color: #fff;   
			 z-index: 9999999;   
			 text-align: center; }

#loading-image2 {   
			 position: absolute;
			 width: 100px;   
			 height: 100px;   
			 top: 50%;   
			 left: 50%;
			 margin-left: -50px;
			 margin-top: -50px;
			 z-index: 9999999; }

pre{
           white-space: pre-wrap;       
           white-space: -moz-pre-wrap;  
           white-space: -pre-wrap;      
           white-space: -o-pre-wrap;    
           word-wrap: break-word;       
        }


.mainTitle1{
	background-color:#AFE1FF;
	color:#000000;
	/*padding-top:60px;*/
}

.layerTitle1{
	background-color:#AFE1FF;
	color:#000000;
	margin-left:10px;
}

.mainContent1{
	text-align:center;
	padding-top:10px; 
	padding-bottom:10px;
}

.layerContent1{
	text-align:left;
	padding-top:10px; 
	padding-bottom:10px;
	margin-left:10px;
}

.adv_bottom{
	color: #03abe1;
	font-weight:bold;
	font-size:12pt;
	cursor: pointer;
}
.adv_bottom ul {
	list-style:none;
	padding-left: 0px;
}
.adv_bottom ul li {
	float:center;
	width: 100%;
	font-weight: bold;
	color: #737373;
	border: 1px solid #cccccc;
	padding:10px;
	background-color:#03abe1;
	line-height:15px;
	height:80px;
}
.adv_bottom .active{
	background-color: #ffffff;
	color: #03abe1;
	border: 1px solid #03abe1;
}
@media (max-width: 768px) {
	.adv_bottom{
		margin-top: -10px;
		/*margin-left: -10px;
		margin-right: -10px;*/
		position: fixed;
		bottom: 0px;
		width:100%;
	}
	.adv_bottom ul li {
		float:left;
		width: 100%;
		font-weight: bold;
		color: #737373;
		border-radius: 0px;
		border: 0px;
		border-top: 2px solid #ffffff;

	}
	.adv_bottom .active{
		background-color: #ffffff;
		color: #03abe1;
		border: 2px solid #03abe1;
	}
}
/* 메인 화면 사용 E */




/* 상훈 추가 */
.roundAutoDiv {
	float: left;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.roundAutoDiv ul {
	list-style: none;
	padding: 0px;
}
.roundAutoDiv ul li {
	width: 11%;
	max-width: 50px;
	max-height: 50px;
	display: inline-block;
}
.roundAutoSize {
	width: 100%;
	height: 0px;
	padding-bottom:100%;
	border: 0px;
	border-radius: 50% !important;
	position: relative;
}
.roundAutoSizeFont {
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    position: absolute;
    height: 34px;
    margin: auto;
    font-size: 24px;
    font-weight: bold;
}

.roundAutoBlankDiv {
	float: left;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	/*margin-top: 10px;*/

}
.roundAutoBlankDiv ul {
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}
.roundAutoBlankDiv ul li {
	width: 12.5%;
	max-width: 50px;
	max-height: 50px;
	display: inline-block;
}
.roundAutoSizeBlank {
	width: 100%;
	height: 0px;
	padding-bottom:94%;
	border-radius: 50% !important;
	position: relative;
	border: 1px solid #8C8C8C;
	color: #8C8C8C;
}

.roundMain{
	background-image: none;
	border: 0px;
	padding: 0px;
	box-shadow: none;
	text-shadow: none;
	border-radius: 50% !important;
	margin: 0 1px;
	font-weight: bold;
	width: 38px;
	height: 38px;
	font-size: 21pt;
}