@charset "utf-8";

html, body
{
	margin-left: auto;
	margin-right: auto;
	max-width: 1800px;
	min-width: 1020px;
	height: 100%;
	-webkit-text-size-adjust: none;
}

main
{
	display: block;
	margin:0;
	background-color: white;
	min-width: 1020px;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #dedfe1;
	font-family: "맑은 고딕", Roboto;
	font-size: 11pt;
	font-weight: 300;
	color: #6c6c6c;
	min-width: 1020px;
}

#header-wrapper
{
	position: relative;
	background-color: white;
}

header
{
	position: relative;
	max-width: 1800px;
	top: 0;
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
	z-index: 9999;
	min-width: 1020px;

}

h1
{
	margin: 0;
	padding: 0;
	font-size: 20pt;
	font-weight: 600;
	color: #454445;
}

h2, h3
{
	text-align: left;
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 17pt;
	color: #454445;
}

h4
{
	font-size: 20px;
	font-weight: 700;
	color:#0049ff;
}

h5
{
	text-align: left;
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 13pt;
	color: #454445;
}

p, ol, ul
{
	margin-top: 0;
}

ol, ul
{
	padding: 0;
	list-style: none;
}

p
{
	line-height: 180%;
}

strong
{
	font-weight: 600;
}

a
{
	color: #2C383B;
}

a:hover
{
	text-decoration: none;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo
{
	padding-top: 30px;
	padding-left: 50px;
	padding-bottom: 30px;
}

#logo img
{
	width:300px;
}

#logo h1
{
	display: inline-block;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 700;
	color: #2C383B;
	padding-right: 0.50em;
	border-right: 1px solid rgba(0,0,0,.3);
}

#logo span
{
	position: absolute;
	top: 1.4em;
	display: inline-block;
	padding-left: 1.50em;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 0.90em;
}

#logo a
{
	text-decoration: none;
	color: #2C383B;
}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

#menu
{
	float:right;
	z-index: 9999;

	padding-top: 30px;
	padding-right: 240px;
	padding-bottom: 30px;
}

#menu ul
{
	margin-top:12px;
	display: inline-block;
}

#menu li
{
	display: block;
	float: left;
	line-height: 11px;
}

#menu li a, #menu li span
{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-size: 1em;
	text-transform: uppercase;
	outline: 0;
	color: #212121;
}

#menu img
{
	margin-top: -3.5px;
	width:20px;
}

.BorderLineImg img
{
	width:100%;
}

.Company_Logo
{
	margin-left: 200px;
}

.NavMenu_Wrapper
{
	background: #5d3fff; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #5d3fff 0%, #29acbe 56%, #0071bc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #5d3fff 0%,#29acbe 56%,#0071bc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #5d3fff 0%,#29acbe 56%,#0071bc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d3fff', endColorstr='#0071bc',GradientType=1 ); /* IE6-9 */
}

.MainBanner
{
	width:100%;
}

.MainBanner img
{
	width:100%;
	height: 349px;
}

.container
{
	margin-left: auto;
	margin-right: auto;
	width:78%;

}

table.ContentsTable 
{
	padding-top:50px;
	padding-bottom: 200px;
    border-collapse: separate;
    border-spacing: 0px;
    text-align: left;
    line-height: 1.5;
}

table.ContentsTable td,tr
{
	//border:1px solid black;
}

table.C550
{
	border:1px solid black;
	border-collapse:collapse;
	width:100%;
}

table.C550 td,tr
{
	font-size: 16px;
	color: black;
	font-weight:bold;
	border:1px solid black;
	padding:5px;
}

h1.title
{
	//position:relative;
	font-size : 30px;
	text-shadow : 1px 1px 2px #666666;
	color : white;
	padding-top : 5px;
	text-align : left;
}

.Slogan
{
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.Slogan h2
{
	font-size: 11pt;
}

table .Slogan
{
	border-bottom: 1px solid #ccc;
}

#SubBanner
{
	position:relative;
}

#SubBanner img
{
	
	width: 100%;
	height: 349px;
	max-width: 1800px;
}

#textshadow h1
{
	position:absolute;
	margin-top:-130px;
	overflow:hidden;
	font-size: 30pt;
	color:white;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
	
	z-index:55;
}

#textshadow h2
{
	position:absolute;
	margin-top:-70px;
	overflow:hidden;
	font-size: 20pt;
	color:white;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
	
	z-index:55;
}

.RoundFillText
{
	padding: 5px 30px 7px 30px;
	background: #0049ff;
	color:white;
	border-radius: 30px;
	font-size: 15pt;
	text-decoration:none;
}

.UnderLineText
{
	font-size: 15pt;
	text-decoration:none;
	border-bottom: 0.6mm ridge rgb(0, 0, 255);
	padding-bottom: 15px;
}

.RoundText
{
	border:1px #0049ff  solid;
	padding: 5px 8px 7px 8px;
	color:#0049ff;
	border-radius: 30px;
	font-size: 10pt;
	text-decoration:none;
}

.AlignCenter
{
	text-align: center;
}

.AlignLeft
{
	text-align:left;
}

.AlignRight
{
	text-align:right;
}

#map
{
	width:100%;
	height:528px;
}

.youtubeWrap {
  position: relative;
  width: 100%;
}
.youtubeWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}