/* Font-Face ¼±¾ð ¿¹ 
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
*/
@font-face {
    font-family: 'Noto Sans KR';
    src: url('/css/fonts/notokr-light.eot');
    src: url('/css/fonts/notokr-light.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/notokr-light.woff2') format('woff2'),
         url('/css/fonts/notokr-light.woff') format('woff'),
         url('/css/fonts/notokr-light.ttf') format('truetype'),
         url('/css/fonts/notokr-light.svg#notokr-light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face{
font-family:NanumGothic;
	src:url('/css/fonts/NanumGothic.eot');
	src:url('/css/fonts/NanumGothic.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/NanumGothic.woff') format('woff'),
		url('/css/fonts/NanumGothic.ttf') format('truetype');
		url('/css/fonts/NanumGothic.svg#NanumGothic') format('svg')
	src:local(¡Ø), url('/inc/css/fonts/NanumGothic.woff') format('woff');
}

@font-face{
    font-family:NanumGothicLight;
    src:url(/css/fonts/NanumGothicLight.eot);
    src:url(/css/fonts/NanumGothicLight.eot?#iefix) format(embedded-opentype),
    url(/css/fonts/NanumGothicLight.woff) format(woff),
    url(/css/fonts/NanumGothicLight.ttf) format(truetype);
    url(/css/fonts/NanumGothicLight.svg#NanumGothicLight) format(svg)
    src:local(¡Ø), url(/css/fonts/NanumGothicLight.woff) format(woff);
}

@font-face{
font-family:Nanum Myeongjo;
	src:url('/css/fonts/NanumMyeongjo.eot');
	src:url('/css/fonts/NanumMyeongjo.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/NanumMyeongjo.woff') format('woff'),
	src:local(¡Ø), url('/css/fonts/NanumMyeongjo.woff') format('woff');
}

@font-face {
  font-family: 'Jeju Myeongjo';
  font-style: normal;
  font-weight: 400;
  src: url('/css/fonts/JejuMyeongjo-Regular.eot');
  src: url('/css/fonts/JejuMyeongjo-Regular.eot?#iefix') format('embedded-opentype'),
       url('/css/fonts/JejuMyeongjo-Regular.woff2') format('woff2'),
       url('/css/fonts/JejuMyeongjo-Regular.woff') format('woff'),
       url('/css/fonts/JejuMyeongjo-Regular.ttf') format('truetype');
}

html,body 
{
	font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
	background:#fff;
    text-align: left;
	margin:0px;
	padding:0px;
	font-style: inherit;
	COLOR:#393939;
    LETTER-SPACING: -1px;
	font-weight:300;
 }
 
 body {
	 overflow-x:hidden; overflow-y:auto;
 }
 
 
 
 .fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
 

td {
	font-family: 'Noto Sans KR', sans-serif;
	LETTER-SPACING: -1px;

}

.content {
	line-height: 1.7em;
	 LETTER-SPACING: -1px;
	font-size:1em;
	text-align: justify 
}

/* ÀÌÇÏ °Ô½ÃÆÇ ÄÁÅ×Ã÷ ³»¿¡¼­ Ã³¸®ÇÑ´Ù.*/
.content h2,h3,h4,h5,h6  {
	font-size: 1.5em;
	letter-spacing: -2px;
	font-family: 'Jeju Myeongjo', serif;
	line-height: 30px;
	font-weight: 100;
}

.content  h1  {
	font-size: 1.3em;
	line-height: 1.4;
	font-family: 'Jeju Myeongjo', serif;
	font-weight: normal;
	letter-spacing: -2px;
	display: block;
	width: 98.5%;
	border-bottom: 1px solid #acacac;
	text-align: center;
	padding: 5px;
	margin: 10px 0 20px 0;
}

.content .underCut  {
	width: 50px;
	border-bottom: 1px solid #424242;
	height:5px;
	margin: 50px 0px 50px 0px;
}

.content  strong b {
	font-weight: 400;
	font-size: 1.1em;
}

.content  li {
		list-style: decimal-leading-zero;	
}

.content table {
    border-collapse: separate;
    border-spacing: 0px;
    line-height: 1.5;
    border-top: 1px solid #ccc;
   margin : 20px  0 10px 0;
   width:100%;
}

.content table td {
    width: 350px;
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}

.content table .even {
    background: #efefef;
}

blockquote {
	margin: 10px;
	font-family: 'Jeju Myeongjo', serif;
	padding: 20px;
	line-height: 20pt;
	position: relative;
	font-size: 1.1em;
	LETTER-SPACING: -1px;
	text-align: justify 
}


blockquote:before {
	display: block;
	font-family: 'Nanum Myeongjo', serif;
	content: "\201C";
	font-size: 4em;
	position: absolute;
	left: -15px;
	top: 30px;
	color: #7a7a7a;
}



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

a:hover { 
	color: #00a7eb;
	text-decoration: none;
}

ol {
	padding-right: 30px;
}

li {
		list-style: none;
}


/* ±âº»·êÀ» ¼³Á¤ÇÑ´Ù.*/
strong b {
	font-weight: 200;
	font-size: 1.1em;
}

/*
input { 
	font-family: 'Noto Sans KR', sans-serif;
	vertical-align:middle;

}

select		 
{ 
	font-family: 'Noto Sans KR', sans-serif;
}
*/
.gogoAppContent {
	cursor:pointer;
}

.boxLine {
	/*border:1px solid #dbdbdb;*/
	border:1px solid #e0e0e0;
}

.boxLine2 {
	/*border:1px solid #dbdbdb;*/
	border:1px solid #000000;
}

.boxLine3 {
	border:2px solid #952795;
}
.boxLine4 {
	border:2px solid #8394b4;
}

.boxLineTop {
	border-left:1px solid #9e9e9e;
	border-right:1px solid #9e9e9e;
	border-bottom:1px solid #9e9e9e;
}

.boxLineBottom {
	border-left:1px solid #9e9e9e;
	border-right:1px solid #9e9e9e;
	border-top:1px solid #9e9e9e;
}

.boxLineBottomLeft {
	border-right:1px solid #9e9e9e;
	border-top:1px solid #9e9e9e;
}

.leftLine {
	border-left:1px solid #e0e0e0
}

.leftLine3 {
	border-left:1px solid #efefef
}

.rightLine {
	border-right:1px solid #e0e0e0
}


.underLine {
	border-bottom:1px solid #e0e0e0
}

.underLineHead {
	border-bottom:2px solid #ff9901;
	margin:0 0;padding-bottom:20px; border-bottom:2px solid #ff9901; color:#484d53; line-height:30px;
}

.leftLine2 {
	border-left:2px solid #dddddd
}

.rightLine2 {
	border-right:2px solid #dddddd
}


.underLine2 {
	border-bottom:2px solid #dddddd
}

.upLine2 {
	border-top:2px solid #dddddd
}



.underLine2 > span {
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: -1;
}



.underLine3  {
	border-bottom:1px solid #acacac
}

.upLine {
	border-top:1px solid #e0e0e0
}

.upLine3 {
	border-top:2px solid #acacac
}

.underLinef6 {
	border-bottom:1px solid #f6f6f6
}

.underLinef3 {
	border-bottom:2px solid #f3f3f3
}

.underLinefS {
	border-bottom:2px solid #656565
}

.bgf2f2f2 {
	background:#f2f2f2;
}

.height1px {
	height:1px;
}

.f2BG {
	background-color: #f2f2f2;
	font-size: 1.2em;
}

.cfBG {
	background-color: #dfeffb;
}

.reBG {
	background-color: #fadeef;
}

/*
 blockquote
{
	padding-left: 8px;
	padding-right: 20px;
	border-left:4px solid #cccccc;
	font-style: italic
}
*/


.titleFont {
	font-size: 1.3em;
	color:#000000
}

.subTitleFont {
	font-size: 1.2em;
	color:#000000
}


.roundNone {
		-webkit-border-radius: .4em;
		-moz-border-radius: .4em;
		border-radius: .4em;
 	}

.round {
		background:#f2f2f2;
		padding: .2em;
		color: #ffffff;
		-webkit-border-radius: .4em;
		-moz-border-radius: .4em;
		border-radius: .4em;
 	}

.round23 {
		background:red
		padding: .2em;
		color: #ffffff;
		-webkit-border-radius: .8em;
		-moz-border-radius: .8em;
		border-radius: .8em;
 	}

.roundMobile {
		-webkit-border-radius: .8em;
		-moz-border-radius: .8em;
		border-radius: .8em;
 	}

.leftLiClass {
	list-style: none;
	float:left
}



.silver {COLOR : #878787;}
.center		{text-align:center;}
.left		{text-align:left;}
.right		{text-align:right;}
.fontSmall	{font-size:.8em}
.fontDefault{font-size: 1em}
.clear		{clear: both }

.grayFont	{color:#838383}
.blackFont	{color:#000000}
.oringeFont	{color:#e89924}
.redFont	{color:#b22600}
.blue {color:blue}
.red {color:red}
.green {color:green}
.bold		{font-weight:400}
.weightNone {font-weight:none}
.colorF6 {color:#ff6600};

.GLine		  {
				/*border:1px solid #1c1c1c;*/
				border:2px solid #2e2e2e;
				-webkit-border-radius: .5em;
				-moz-border-radius: .5em;
				border-radius: .5em;				
				
				}

.GLineNone		{
					
					-webkit-border-radius: .5em;
					-moz-border-radius: .5em;
					border-radius: .5em;
					
				}

.thumnailLine		  {
				/*border:.1em solid #2e2e2e;*/
				border:1px solid #2e2e2e;
				-webkit-border-radius: .5em;
				-moz-border-radius: .5em;
				border-radius: .5em;				
				
				}

.bgGray		{
				background: #6e6e6e;
				background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
				background: -moz-linear-gradient(top,  #888,  #575757);

			}

.bgWhite		{
				background: #fff;
				background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
				background: -moz-linear-gradient(top,  #ededed,  #fff);
			}

.button {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;   
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 7px 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.button_left {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px; 
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 7px 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.button_right {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;   
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 7px 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}


.feild{
    border: 2px solid #f2f2f2;
    height: 45px;
    width: 97%;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em;
    font-size: 1.3em;
}

.inputLiner {
	border:2px solid #dedede;
	height:30px;
	padding-left: 5px;
	font-size: 1.1em;
}

.selectLiner {
	border:2px solid #dedede;
	height:30px;
	padding-left: 5px;
	font-size: 1.1em;	
}

input[type=checkbox]
{
  zoom: 1.5;
}


.notGo {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

.paginate {
    height: 35px;
    margin: 10px 0 20px;
    text-align: center;
}
.paginate a, .paginate span {
	color: #757575;
	border: solid 1px #d6d6d6;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 

}
.paginate a:hover {
	border: solid 1px #c3c3c3;
    color: #ff9901 !important;
}

.paginate .pre, .paginate .next {
    color: #676767;
    display: inline-block;
    font: 14px Arial Unicode MS;
    position: relative;
}
.paginate .pre {
    letter-spacing: -1px;
	
}

.paginate .next {
    letter-spacing: -1px;
	
}

.paginate a, .paginate strong, .paginate span {
	border:1px solid #ededed;
    color: #676767;
    display: inline-block;
    font: 14px Arial Unicode MS;
    margin-left: 1px;
    padding: 8px 14px 8px 12px;
    position: relative;
    text-decoration: none;
}

.paginate strong {
	border: solid 1px #d6d6d6;
    color: #ff9901 !important;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
}

.board_topLine, .board_bottomLine	 {border-top:1px solid #c3c3c3}
.board_listLine	 {border-bottom:1px solid #e6e6e6}



.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:0.9em;
}



#searchBar {
	width: 100%;
	height:40px;
	display: none;
	padding-top:7px;
}


.triangle-topleft {
	width: 0;
	height: 0;
	border-right: 30px solid transparent;
}

