
/* 버젼3 신규 폰트 적용*/
@font-face { font-family: 'defaultFont'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff'); font-weight: normal; font-style: normal; }


@font-face { font-family: 'emphFont'; font-style: normal; font-weight: 400; src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff') format('woff'); } @font-face { font-family: 'LotteMartDream'; font-style: normal; font-weight: 700; src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamBold.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamBold.woff') format('woff'); } @font-face { font-family: 'LotteMartDream'; font-style: normal; font-weight: 300; src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamLight.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamLight.woff') format('woff'); } .lottemartdream * { font-family: 'LotteMartDream', sans-serif; }


html,body 
{
	font-family: 'defaultFont', 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;
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	-webkit-text-size-adjust: antialiased;
	-moz-osx-font-smoothing: grayscale;*/			
	
 }
 
 body {
	 overflow-x:hidden; overflow-y:auto;
 }
 
 
  b {
	 font-weight:400
 }
 
 
 
 .fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
 
.shadow {
	text-shadow: 1px 0 1px rgba(0,0,0,0.4);
	-webkit-text-size-adjust: antialiased;
}
 
.shadowBox {
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	-webkit-text-size-adjust: antialiased;
}


td {
	font-family: 'defaultFont';
	LETTER-SPACING: 0px;	
}

.headTile_01 {
	font-size: 1.8em;color:#505050;
	letter-spacing:-2px;
}

.headTile_02 {
	font-size: 1.2em;
	letter-spacing: -1px;
	font-weight: 400;
}

.headTile_03 {
	
}

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

/* 이하 게시판 컨테츠 내에서 처리한다.*/
.content h3,h4,h5,h6
{
	font-size: 1.5em;
	letter-spacing: -2px;
	font-family: 'defaultFont', serif;
	line-height: 40px;
	font-weight: 900;
	color:#333333;
}

.content h2
{
	font-size: 2em;
	letter-spacing: -2px;
	font-family: 'defaultFont';
	line-height: 50px;
	font-weight: normal;
	color:#333333;
}


.content  h1  {
	font-size: 1.4em;
	line-height: 1.4;
	font-family: 'defaultFont', 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  {
	height: 3px;  /* Can be anything */
	position: relative;
	background: #dddddd;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 1px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	width: 80px;
	margin: 60px 0px 60px 0px;
}

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

.content ul li {
	margin: 0 0 5px 0px;
	line-height: 16px;
	list-style: url('/css/bullet2.png');
	text-align: -webkit-auto;
	letter-spacing: -1px;
	font-size: 1em;
}

.content ol {
	list-style: none;
	margin-left:-20px;
}

.content ol li {
	counter-increment: step-counter;
/* 	margin-bottom: 10px; */
	letter-spacing: -1px;
	line-height: 26px;
}

.content ol li:before {
  content: counter(step-counter);
  margin: 0 10px 0 0px;
  font-size: 0.6em;
  background-color: #797979;
  color: white;
  font-weight: bold;
  padding: 4px 8px 4px 8px;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  
}

.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;
}

.content .marker {
    background-color: Yellow;
}

blockquote {
	margin: 0px 0px;
/* 	font-family: 'emphFont', serif; */
	padding: 10px 10px 10px 30px;
	line-height: 30pt;
	position: relative;
	font-size: 1.3em;
	LETTER-SPACING: -1px;
	/*text-align: justify */
}


blockquote:before {
	display: block;
/* 	font-family: 'emphFont', serif; */
	content: "\201C";
	font-size: 8em;
	position: absolute;
	left: -20px;
	top: 60px;
	color: #acacac;
}


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

a:hover { 
	color: #161616;
	font-weight: 400;
	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:0px solid #ff9901;
	margin:0 0;padding-bottom:0px;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:#0022b8}
.red {color:#d60303}
.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 12px;
    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:1px solid #dedede;
	height:40px;
	padding-left: 15px;
	font-size: 1.1em;
}

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

	input[type="radio"], input[type="checkbox"] {
		 display: inline-block; width: 25px; height: 25px; vertical-align: middle; -webkit-appearance: none; border-radius: 0; border: 0; margin:0; padding:0; cursor: pointer 
	}
	
	input[type="radio"] { background: url(btn_radio.png) no-repeat 0 0; }
	input[type="checkbox"] { background: url(btn_check.png) no-repeat 0 0; }
	input[type="checkbox"]:checked, input[type="radio"]:checked { background-position: 0 -25px; }
	input[type="checkbox"]:disabled, input[type="radio"]:disabled { background-position: 0 -50px; }
	input[type="checkbox"]:disabled:checked, input[type="radio"]:disabled:checked { background-position: 0 -75px; }

	input, textarea {
	   -webkit-appearance: none;
	   -webkit-border-radius: 0;
	}


.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;
}



ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-left: 1px solid #e0e0e0;
    width: 100%;
    font-family:"dotum";
    font-size:12px;
}
ul.tabs li {
    float: left;
    text-align:center;
    cursor: pointer;
    padding:1px 10px 3px 10px;
    height: 27px;
    line-height: 31px;
    border: 1px solid #e0e0e0;
    border-left: none;
    font-weight: bold;
    background: #efefef;
    overflow: hidden;
    position: relative;
}
ul.tabs li.active {
    background: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

/* 탭용 */
.subMenuon {
	/*font-weight:300;*/
	background-color: #fff;
	border-top:1px solid #cbcbcb;
	border-left:1px solid #cbcbcb;
	border-right:1px solid  #cbcbcb;
	border-bottom:1px solid  #f2f2f2;
	font-size: 1.1em;
	letter-spacing: -1px;
	font-weight: 400;
	padding: 10px;
}

.subMenuoff {
	font-weight:300;
	border-bottom:1px solid #cbcbcb;
	font-size: 1em;
	letter-spacing: -1px;
	padding: 10px
}	

