/* jqm docs css

Beware: lots of last-minute CSS going on in here 
cobblers, shoes, 
*/

/* CSS Document */
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/



@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff2) format('x-woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff2) format('x-woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.woff2) format('x-woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.ttf) format('truetype');
}





body { background: #f9f9f9; padding:13px; }
body.ui-mobile-viewport { padding: 0; }
body, input, textarea, select, button { font-family: '맑은 고딕'; }
.ui-mobile .type-home .ui-content { margin: 0; background: #e5e5e5 url(/image/mobile/qr-sitebg.png) top center repeat-x; }
.ui-mobile #jqm-homeheader { padding: 30px 10px 0; text-align: center;  margin: 0 auto; }
.ui-mobile #jqm-homeheader h1 { margin: 0 0 ; }
.ui-mobile #jqm-homeheader p { margin: .3em 0 1em; line-height: 1.3; font-size: .8em; font-weight: bold; color: #666; }

.type-home .ui-content .jqm-version {
	display: block;
	position: absolute;
	width: 96px;
	border: solid #fff;
	border-width: 2px 1px;
	padding: .25em 2.25em;
	margin: 0 15px 0 0;
	right: 0;
	top: -2px;
	background: #f7cf57;
	color: #000;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px 1px #fff;
	z-index: 9;
	-webkit-transform: rotate(45deg) translate(4.8em,-1em);
	-moz-transform: rotate(45deg) translate(4.8em,-1em);
	-ms-transform: rotate(45deg) translate(4.8em,-1em);
	-o-transform: rotate(45deg) translate(4.8em,-1em);
	transform: rotate(45deg);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.40);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.40);
	-o-box-shadow: 0 0 6px rgba(0,0,0,.40);
	box-shadow: 0 0 6px rgba(0,0,0,.40);
}
.type-home .ui-content .jqm-version b {
	color: #a21412;
	font-weight: bold;
}

.footer-docs {
	padding: 5px 0;
	clear:both;
	color:#666;

}
.footer-docs p {
	font-weight: normal;
	font-size: .9em;
}
.ui-mobile-viewport .footer-docs p {
	margin: .5em 15px;	
}
.ui-mobile-viewport .footer-docs p.jqm-version {
	font-weight: bold;
}
@media all and (min-width:650px) {
	.ui-mobile-viewport .footer-docs {
		overflow: hidden;		
	}
	.ui-mobile-viewport .footer-docs p {
		margin: 1em 15px;
		float: left;		
	}
	.ui-mobile-viewport .footer-docs p.jqm-version {
		float: right;
		font-weight: normal;
	}
}



a:focus {
    outline: thin dotted;
}


h2 { margin:1.2em 0 .4em 0; }
p code { font-size:1.2em; font-weight:bold; } 
h4 code {font-size:1.2em; font-weight:bold; }

dt { font-weight: bold; margin: 2em 0 .5em; }
dt code, dd code { font-size:1.3em; line-height:150%; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
strong { font-weight: bold; }

#jqm-homeheader img { width: 295px; height: 84px; margin-top:10px; }
img { max-width: 100%; }

/* fluid images moved from jquery.mobile.core.css*/
.ui-mobile img {
	max-width: 100%;
}

.ui-header .jqm-home { top: 0; }
nav { margin: 0; }

p.intro {
	font-size: .96em;
	line-height: 1.3;
	border-top: 1px solid #75ae18;
	border-bottom: 0;
	background: none;
	margin: 1.5em 0;
	padding: 1.5em 15px 0;
}
p.intro strong {
	color:  #558e08;
}

.type-interior .content-secondary {
	border-right: 0;
	border-left: 0;
	margin: 10px -15px 0;
	background: #fff;
	border-top: 1px solid #ccc;
}
.type-home .ui-content {
	margin-top: 5px;
	overflow: hidden;
	position: relative;
}
.type-interior .ui-content {
	padding-bottom: 0;
}
.content-secondary .ui-collapsible {
	padding: 10px 15px;
}
.content-secondary .ui-collapsible-inset {
	margin: 0;
}
.content-secondary .ui-collapsible-content {
	padding: 0;
	background: none;
}
.content-secondary .ui-listview {
	margin: 0;
}
/* new API additions */

dt {  
	margin: 35px 0 15px 0; 
	background-color:#ddd; 
	font-weight:normal;
}
dt code { 
	display:inline-block; 
	font-weight:bold;
	color:#56A00E; 
	padding:3px 7px; 
	margin-right:10px; 
	background-color:#fff; 
}
dd { 
	margin-bottom:10px; 
}
dd .default { font-weight:bold; }
dd pre { 
	margin:0 0 0 0; 
}
dd code { font-weight: normal; }
dd pre code { 
	margin:0; 
	border:none; 
	font-weight:normal; 
	font-size:100%; 
	background-color:transparent; 
}
dd h4 { margin:15px 0 0 0; }
		
.localnav {
	margin:0 0 20px 0;
}
.ui-mobile-viewport .localnav li {
	float:left;
}
.localnav .ui-btn-inner { 
	padding: .6em 10px; 
	font-size:80%; 
}

/* custom dialog for the photos sharing */
.ui-dialog.dialog-actionsheet .ui-dialog-contain {
	margin-top: 0;
}

/* popup examples */
.type-interior .ui-popup-container .ui-content { padding: 15px !important; }

/* F bar theme - just for the docs overview headers */
.ui-bar-f {
	border: 1px solid #56A00E;
	background: 			#74b042;
	color: 					#fff;
	font-weight: bold;
	text-shadow: 0 1px 1px #335413;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#74b042), to(#56A00E)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#74b042, #56A00E); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#74b042, #56A00E); /* FF3.6 */
	background-image:     -ms-linear-gradient(#74b042, #56A00E); /* IE10 */
	background-image:      -o-linear-gradient(#74b042, #56A00E); /* Opera 11.10+ */
	background-image:         linear-gradient(#74b042, #56A00E);		
}
.ui-bar-f, 
.ui-bar-f input, 
.ui-bar-f select, 
.ui-bar-f textarea, 
.ui-bar-f button {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}

.ui-bar-f,
.ui-bar-f .ui-link-inherit {
	color: 					#fff;
}
.ui-bar-f .ui-link {
	color: 					#fff;
	font-weight: bold;
}
.ui-btn-up-f {
	border: 1px solid 		#3B6F07;
	background: 			#56A00E;
	font-weight: bold;
	color: 					#fff;
	text-shadow: 0 1px 1px #234403;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#74b042), to(#56A00E)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#74b042, #56A00E); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#74b042, #56A00E); /* FF3.6 */
	background-image:     -ms-linear-gradient(#74b042, #56A00E); /* IE10 */
	background-image:      -o-linear-gradient(#74b042, #56A00E); /* Opera 11.10+ */
	background-image:         linear-gradient(#74b042, #56A00E);
}
.ui-btn-up-f a.ui-link-inherit {
	color: 					#fff;
}
.ui-btn-hover-f {
	border: 1px solid 		#3B6F07;
	background: 			#6EBC1F;
	font-weight: bold;
	color: 					#fff;
	text-shadow: 0 1px 1px #234403;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8FC963), to(#6EBC1F)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#8FC963, #6EBC1F); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#8FC963, #6EBC1F); /* FF3.6 */
	background-image:     -ms-linear-gradient(#8FC963, #6EBC1F); /* IE10 */
	background-image:      -o-linear-gradient(#8FC963, #6EBC1F); /* Opera 11.10+ */
	background-image:         linear-gradient(#8FC963, #6EBC1F);
}
.ui-btn-hover-f a.ui-link-inherit {
	color: 					#fff;
}
.ui-btn-down-f {
	border: 1px solid 		#3B6F07;
	background: 			#3d3d3d;
	font-weight: bold;
	color: 					#fff;
	text-shadow: 0 1px 1px #234403;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#56A00E), to(#64A234)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#56A00E, #64A234); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#56A00E, #64A234); /* FF3.6 */
	background-image:     -ms-linear-gradient(#56A00E, #64A234); /* IE10 */
	background-image:      -o-linear-gradient(#56A00E, #64A234); /* Opera 11.10+ */
	background-image:         linear-gradient(#56A00E, #64A234);
}
.ui-btn-down-f a.ui-link-inherit {
	color: 					#fff;
}
.ui-btn-up-f,
.ui-btn-hover-f,
.ui-btn-down-f {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
}


/* docs site layout */

@media all and (min-width: 650px){
	
	.type-home .ui-content {
		margin-top: 5px;
	}
	.ui-mobile #jqm-homeheader {
		max-width: 340px;
	}
	p.intro {
		margin: 2em 0;
	}
	.type-home .ui-content,
	.type-interior > .ui-content {
		padding: 0;
	}
	.type-interior > .ui-content {
		overflow: hidden;
	}
	.content-secondary {
		text-align: left;
		float: left;
		width: 45%;
	}
	.content-secondary,
	.type-interior .content-secondary {
		margin: 30px 0 20px 2%;
		padding: 20px 4% 0 0;
		background: none;
		border-top: none;
		position: relative;
	}
	.type-interior .content-secondary::after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		height: 1px;
		width: 1px;
		margin-bottom: -9999px;
		padding-bottom: 9999px;
		background: #bbb;
	}
	.type-index .content-secondary {
		padding: 0;
	}
	.content-secondary .ui-collapsible {
		margin: 0;
		padding: 0;
	}
	.content-secondary .ui-collapsible-content {
		border-left: none;
		border-right: none;
	}
	.type-index .content-secondary .ui-listview {
		margin: 0;
	}
	.ui-mobile #jqm-homeheader {
		padding: 0;
	}
	.content-primary {
		width: 45%;
		float: right;
		margin-top: 30px;
		margin-right: 1%;
		padding-right: 1%;
	}
	.content-primary ul:first-child {
		margin-top: 0;
	}
	/* collapsible non-inset example */
	.content-primary .ui-collapsible-content ul:first-child {
		margin-top: -10px;
	}
	.content-secondary h2 {
		position: absolute;
		left: -9999px;
	}
	.type-interior .content-primary {
		padding: 1.5em 6% 3em 0;
		margin: 0;
	}
	/* fix up the collapsibles - expanded on desktop */
	.content-secondary .ui-collapsible-inset {
		margin-bottom: -1px;
	}
	.content-secondary .ui-collapsible-heading {
		display: none;
	}
	.content-secondary .ui-collapsible-contain {
		margin:0;
	}
	.content-secondary .ui-collapsible-content {
		display: block;
		margin: 0;
		padding: 0;
	}
	.content-secondary .ui-collapsible-content,
	.content-secondary .ui-collapsible-content > .ui-listview .ui-li-last {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.type-interior  .content-secondary .ui-li-divider {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.type-interior .content-secondary {
		margin: 0;
		padding: 0;
	}
	
}
@media all and (min-width: 750px){
	.type-home .ui-content {
		background-position: 39%;
	}
	.content-secondary {
		width: 34%;
	}
	.content-primary {
		width: 56%;
		padding-right: 1%;
	}
}

@media all and (min-width: 1200px){
	.type-home .ui-content{
		background-position: 38.5%;
	}
	.content-secondary {
		width: 30%;
		padding-right:6%;
		margin: 30px 0 20px 5%;
	}
	.type-interior .content-secondary {
		margin: 0;
		padding: 0;
	}
	.content-primary {
		width: 50%;
		margin-right: 5%;
		padding-right: 3%;
	}
	.type-interior .content-primary {
		width: 60%;
	}
}

/* reset for popup examples */
.type-interior .ui-popup.ui-content,
.type-interior .ui-popup .ui-content {
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: visible;
}

/* tables documenting enum-type settings */
.enum-value {
	vertical-align: top;
	white-space: nowrap;
}

/* Navbar examples */
.content-primary > .ui-header,
.content-primary > .ui-footer {
	overflow: hidden;
}

/* list styles */
ul { margin:0; padding-left:0; }
ul li { list-style:none; padding:.7em 0; margin:0; border-bottom:0px solid #e3e3e3; }
ul ul li { border: none;}

dl dd ul { padding-left: 40px; }
dl dd ul li { list-style: disc; }
dl dd ul li li { list-style: circle; }
dl dd ul li li li { list-style: square; }
dl dd ul li { border: none; }

.ui-mobile-viewport .localnav li {
	border: none;	
}







/* ADD - KIM JAE MIN 2012.12*/
.ui-li-thumb, .ui-li-icon {
		 left: 10px;
		 max-height: 270px; 
		 max-width: 200px;
		 position: absolute;
		 top: 5px;
}
/* MID 메뉴 */
#sp_container {
        margin: 0 auto;
        padding: 0 auto;
		background: #00a99d;
        border-top: 5px solid #00a99d;
}
ul#splist {
        text-align:center;
        padding: 0;
        margin: 0;
}
ul#splist li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0;
        width: 50%;
}
ul#splist li a {
        display: block;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        background: #00a99d;
        font-size: 13px;
        font-family: 'Nanum Gothic';font-weight:700;
}
#sp_container>ul#splist li a { width: auto; }

ul#splist li#active a, ul#splist li#active a:hover {
        background: #fff;
        color: #454545;
        font-size: 16px;
        font-family: 'Nanum Gothic';font-weight:700;

}
ul#splist li a:hover {
        color: #084944;
}
/* */
/* Quiz 메뉴 */
#qz_BTNarea {
        margin: 0 auto;
        padding: 10px;

}
ul#qzlist {
        text-align:center;
        padding: 0;
        margin: 0;
}

ul#qzlist li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 50%;
}

ul#qzlist li a {
        display: block;
        padding: 10px;
		margin:2px;
        color: #1d1d1d;
        text-decoration: none;
        background: #cccccc;
        font-size: 15px;
        font-family: 'Nanum Gothic';font-weight:'bold';
}

#qz_BTNarea>ul#qzlist li a { width: auto; }

ul#qzlist li#active a, ul#qzlist li#active a:hover {
        background: #fff;
        color: #454545;
        font-size: 15px;
        font-family: 'Nanum Gothic';font-weight:'bold';
        text-decoration: none;

}
ul#qzlist li a:hover {
        color: #084944;
        text-decoration: none;
}
/*  qzlist2 */
ul#qzlist_2 {
        text-align:center;
        padding: 0;
        margin: 0;
}

ul#qzlist_2 li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 50%;
}

ul#qzlist_2 li a {
        display: block;
        padding: 10px;
		margin:2px;
        color: #fff;
        text-decoration: none;
        background: #dc3dba;
        font-size: 15px;
        font-family: 'Nanum Gothic';font-weight:'bold';
}

#qz_BTNarea>ul#qzlist_2 li a { width: auto; }

ul#qzlist_2 li#active a, ul#qzlist_2 li#active a:hover {
        background: #be0f88;
        color: #fff;
        font-size: 15px;
        font-family: 'Nanum Gothic';font-weight:'bold';
        text-decoration: none;

}
ul#qzlist_2 li a:hover {
        color: #fff;
		background: #be0f88;
        text-decoration: none;
}
/* */
/*  qzlist3 */
ul#qzlist_3 {
        text-align:center;
        padding: 0;
        margin: 0;
}

ul#qzlist_3 li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 50%;
}

ul#qzlist_3 li a {
        display: block;
        padding: 10px;
		margin:2px;
        color: #fff;
        text-decoration: none;
        background: #39b54a;
        font-size: 15px;
        font-family: 'Nanum Gothic';font-weight:'bold';
}

#qz_BTNarea>ul#qzlist_3 li a { width: auto; }

ul#qzlist_3 li#active a, ul#qzlist_2 li#active a:hover {
        background: #178626;
        color: #fff;
        font-size: 15px;
       font-family: 'Nanum Gothic';font-weight:'bold';
        text-decoration: none;

}
ul#qzlist_3 li a:hover {
        color: #fff;
		background: #178626;
        text-decoration: none;
}
/*  qzlist sign */
ul#qzlist_s {
        text-align:center;
        padding: 0;
}

ul#qzlist_s li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;

}

ul#qzlist_s li a {
        display: block;
        padding: 10px;
		margin:2px;
        color: #454545;
        text-decoration: none;
        background: #d7d7d7;
        font-size: 15px;
        font-family: 'Nanum Gothic';font-weight:'bold';
}

#qz_BTNarea>ul#qzlist_3 li a { width: auto; }

ul#qzlist_s li#active a, ul#qzlist_2 li#active a:hover {
        background: #d7d7d7;
        color: #454545;
        font-size: 15px;
        font-family: 'Nanum Gothic';font-weight:'bold';
        text-decoration: none;

}
ul#qzlist_s li a:hover {
        color: #fff;
		background: #7c7c7c;
        text-decoration: none;
}
/* */
/* MID 메뉴 */
.gd_container {
        margin: 0 auto;
        padding: 0 auto;
		background: #e1e1e1;
        border-top: 2px solid #336699;
  	    letter-spacing: -2px;
}
ul#gdlist {
        text-align:center;
        padding: 0 auto;
		background: #00a99d;
}

ul#gdlist li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 25%;
}

ul#gdlist li a {
        display: block;
        padding: 10px;
        color: #000;
        text-decoration: none;
        background: #fff;
        font-size: 13px;
        font-family: 'Nanum Gothic';font-weight:'bold';
		 border-bottom: 1px solid #888;
}

#gd_container>ul#gdlist li a { width: auto; }

ul#gdlist li#active a, ul#gdlist li#active a:hover {
        background: #336699;
        color: #fff;
        font-size: 13px;
        font-family: 'Nanum Gothic';font-weight:'700';

}
ul#gdlist li a:hover {
        color: #084944;
}
/*상세정보가 없을떄 */
ul#gdlist3 {
        text-align:center;
        padding: 0 auto;
		background: #e1e1e1;
}

ul#gdlist3 li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 33%;
}
ul#gdlist3 li:first-child {
        width: 34%;
}

ul#gdlist3 li a {
        display: block;
        padding: 10px;
        color: #000;
        text-decoration: none;
        background: #fff;
        font-size: 13px;
        font-family: 'Nanum Gothic';font-weight:'bold';
}

#gd_container>ul#gdlist3 li a { width: auto; }

ul#gdlist3 li#active a, ul#gdlist3 li#active a:hover {
        background: #336699;
        color: #fff;
        font-size: 13px;
        font-family: 'Nanum Gothic';font-weight:'bold';

}
ul#gdlist3 li a:hover {
        color: #084944;
}

/*마이페이지*/
ul#gdlist3my {
        text-align:center;
        padding: 0 auto;
		background: #00a99d;
}

ul#gdlist3my li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 33%;
}
ul#gdlist3my li:Last-child {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 34%;
}
ul#gdlist3my li a {
        display: block;
        padding: 15px 10px 15px 10px;
        color: #000;
        text-decoration: none;
        background: #e1e1e1;
        font-size: 13px;
        font-family: 'Nanum Gothic';font-weight:'bold';
}

#gd_container>ul#gdlist3my li a { width: auto; }

ul#gdlist3my li#active a, ul#gdlist3my li#active a:hover {
        background: #fff;
        color: #000;
        font-size: 14px;
        font-family: 'Nanum Gothic';font-weight:'bold';

}
ul#gdlist3my li a:hover {
        color: #084944;
		}
/* */
/* 로그인/비회원 메뉴 */
ul#gdlist2 {
        text-align:center;
        padding: 0 auto;
		background: #00a99d;
		
}

ul#gdlist2 li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 50%;
}

ul#gdlist2 li a {
        display: block;
        padding: 10px;
        color: #898989;
        text-decoration: none;
        background: #f1f1f1;
        font-size: 13px;
        font-family: 'Nanum Gothic';font-weight:'bold';
}

#gd_container>ul#gdlist2 li a { width: auto; }

ul#gdlist2 li#active a, ul#gdlist2 li#active a:hover {
        background: #fff;
        color: #336699;
        font-size: 13px;
        font-family: 'Nanum Gothic';font-weight:'700';

}
ul#gdlist2 li a:hover {
        color: #084944;
}
/* */
.qr_txt_red {
        color: #ec008c;
}
.qr_txt_blue {
        color: #336699;
}
/* */
#qr_main_list {
       text-align:center;
	   margin: 0 auto;
	   border:1px #dbdbdb solid;
	   width:90%;
	   background:#fff;
	   padding:10px;;
}
.qr_tb {
       text-align:center;
	   background: #e5e5e5 url(/image/mobile/qr-thumb_bg.png);
	   width:285px;
	   margin: 0 auto;
}
.qr_quiz_bg {
	   background: #e5e5e5 url(/image/mobile/qr-thumb_bg2.png);
	   width:100%;
}
.qr_tb_date {
       font-size:14px;
	   color:#33ff00;
	   padding-bottom:3px;
}
.tb_qr_main_pop {
       border:0px #336699 solid;width:100%;
}
.tb_qr_main_pop_txt_1 {
       font-size:1.0em;font-family: 'Nanum Gothic';font-weight:700;text-align:left;color:#084944;;
}
.tb_qr_main_pop_txt_2 {
       font-size: .8em;font-family: 'Nanum Gothic';font-weight:'bold';text-align:left;color:#4f4e4e;
}
.tb_qr_main_pop_txt_3 {
       font-size: .7em;font-family: 'Nanum Gothic';font-weight:"bold";text-align:left;
}
.tb_qr_main_pop_txt_4 {
       font-size: .6em;font-family: 'Nanum Gothic';font-weight:'bold';text-align:left;color:#959595;
}

.tb_qr_main_txt_1 {
       font-size:1.1em;font-family: 'Nanum Gothic';font-weight:"bold";text-align:left;color:#084944;
}
.tb_qr_main_txt_2 {
       font-size: .7em;font-family: 'Nanum Gothic';font-weight:"bold";text-align:left;
}
/* quiz step-01 */
.ui-mobile #quiz-01-homeheader { padding:  10px 0 5px 0;  text-align: center;  margin: 0 auto; }
.ui-mobile #quiz-01-homeheader a {text-decoration: none;color:#fff;}
.ui-mobile #quiz-01-homeheader h1 { margin: 0 0 ; }
.ui-mobile #quiz-01-homeheader h2 { margin: 0 0 ;color: #fff; }
.ui-mobile #quiz-01-homeheader p { margin: .3em 0 1em; line-height: 1.3; font-size: .6em; font-weight: bold; color: #ffcc00; }
#quiz-01-homeheader img { width: 258px; height: 147px; margin-top:10px; }

#header-quiz {text-align:center; padding:5px;}

/* quiz step-02 */
#content-quiz {text-decoration: none;color:#fff;}
#content-quiz h3 { color:#33ff00; }

/* quiz step-01 */
.ui-mobile #quiz-03-homeheader { padding: 10px 0 5px 0; text-align: center;  margin: 0 auto; }
.ui-mobile #quiz-03-homeheader a {text-decoration: none;color:#fff;}
.ui-mobile #quiz-03-homeheader h1 { margin: 0 0 ; }
.ui-mobile #quiz-03-homeheader h2 { margin: 0 0 ;color: #fff; }
.ui-mobile #quiz-03-homeheader h5 { margin: 0 0 ;color: #ffcc00; }
.ui-mobile #quiz-03-homeheader p { margin: .3em 0 1em; line-height: 1.3; font-size: .6em; font-weight: bold; color: #ffcc00; }
#quiz-03-homeheader img { width: 158px; height: 147px; margin-top:10px; }

/* 쇼핑몰 */
#goods_header { margin:0;height:40px;background: #fff  /*url(/image/mobile/qr-sitebg_shop.png) top center repeat-x*/;font-family: 'Nanum Gothic';font-weight:"bold"; border-bottom:solid 1px #e5e5e5;}
#goods_header_Tour  { margin:0;height:40px;background:#fff  /* url(/image/mobile/qr-sitebg_tour.png) top center repeat-x */;font-family: 'Nanum Gothic';font-weight:"bold";border-bottom:solid 1px #e5e5e5; }
#goods_header h2 { width:100%;text-align:center;margin:0;padding-top:5px;}
#gooodsContent { margin:0;padding-left:15px;padding-right:15px;}
#gooodsContent	table { padding:0px;margin:0;width:100%;}
#gooodsContent	td{ font-size: 0.8em;font-family: 'Nanum Gothic';font-weight:"bold";}
#gooodsContent	th{ width:100px;background:#d7d7d7;font-size: 0.8em;font-family: 'Nanum Gothic';font-weight:"bold";padding:5px;}

.gd_info { background: #fff;}
.gd_info_summary { padding:10px;font-size:13px;font-family: 'Nanum Gothic';font-weight:500;}
#tb_gd_price { border:0px #336699 solid;width:100%;  letter-spacing: -1.5px;}
.tb_gd_txt {
       font-size: 1.0em;font-family: 'Nanum Gothic';font-weight:'700';color:#000; letter-spacing: -1.5px;
}
.tb_gd_num {
       font-size: 18px; font-family: 'Nanum Gothic';font-weight:'700';color:#9e0b0f;
}
#gd_price { background: #fff;padding-bottom:40px;font-size: 0.8em;font-family: 'Nanum Gothic';font-weight:"bold";color:#000;}
#gd_price2 { background: #fff;padding-bottom:10px;font-size: 0.8em;font-family: 'Nanum Gothic';font-weight:"bold";color:#000;}


/* 당첨자확인 */
.ui-mobile #qz_form {padding-top:20px;width:95%;text-align:center;  margin: 0 auto; font-size:0.6em;font-family: 'Nanum Gothic';font-weight:"bold"; }
.ui-mobile #qz_form table { border:0px #336699 solid;width:100%;margin:1px;}
.ui-mobile #qz_form .txt2{ font-size:1.6em;}
.ui-mobile #qz_form .txt{ font-size:1.2em;font-family: 'Nanum Gothic';font-weight:"bold";text-align:left;}
.ui-mobile #qz_form .tit{ font-size:1.2em;width:50px;text-align:left;background:#e0e0e0;padding:5px;}
.ui-mobile #qz_form .txt_red {font-size:1.2em;color: #ec008c;text-align:left;}
.ui-mobile caption {font-size:1.2em;color: #000;text-align:left;text-align:center;padding:2px;;}

/* photoSwipe */
#PhotoSwipeTarget { width: 100%; height: 300px; }
#PhotoSwipeTarget  img { display:none;}
#MainContent { background: #ffffff; padding-bottom: 5px; }
#Indicators { text-align: center; margin-top: 5px; }
#Indicators span { display: inline-block; height: 10px; width: 10px; margin: 0 10px 0 0; padding: 0; -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; border-radius:5px; background: #c5c5c5; overflow:hidden; }
#Indicators span.current{ background: #EEBF02; }

.ui-icon-myhp {
	background-image: url("/image/mobile/ico_hp.png");
}
.ui-icon-mypop {
	background-image: url("/image/mobile/ico_popup_w.png");
}
.ui-icon-mygift {
	background-image: url("/image/mobile/ico_gift.png");
}
.ui-icon-mycart {
	background-image: url("/image/mobile/ico_cart.png");
}
.ui-icon-mypen {
	background-image: url("/image/mobile/icon_pen.png");
}

.ui-icon-myrp {
	background-image: url("/image/mobile/icon_rp.png");
}

.ui-icon-myquestion {
	background-image: url("/image/mobile/icon_question.png");
}

.ui-icon-myMap {
	background-image: url("/image/mobile/ico_18x18_map.png");
}

/* ADD 13.1.22 */
.gd_info2 { background: #fff;padding-top:35px; letter-spacing: -1.5px;}
.gd_info2 table{font-size:0.8em;font-family: 'Nanum Gothic';font-weight:"bold";text-align:left;color:#000;}	
.gd_info2 table th{font-size:0.9em;color:#336699;width:110px;}
.gd_info2 table td{font-size:1em;line-height:18px;}

	/* sns */
	 .article-sns {text-align:center;background:#fff;clear:both;padding-top:10px;}
	 .article-sns a {}
	 .article-sns p {display:inline-block;}
	 .article-sns button {display:inline-block;  border-right:1px solid #dfe3e6; }
	 .article-sns button:last-child {border-right:none;}




	/* SNS */ 
.icbg {float:left; display:block; text-indent:-30000em; background: url(http://www.koreaimg.com/test/demos/docs/_assets/images/qr_icon.png) no-repeat; -webkit-background-size:180px 130px; -moz-background-size:180px 130px; background-size:180px 130px; }  
span.sns-twitter {width:60px; height:35px; background-position:-0px -5px;}
span.sns-facebook {width:60px; height:35px; background-position:-65px -5px;}
span.sns-me2 {width:60px; height:35px;background-position:-130px -5px;}
span.sns-yozm {width:60px; height:35px; background-position:-15px -85px;}
span.sns-mypp {width:60px; height:35px; background-position:-95px -85px;}
span.sns-kakao {width:60px; height:35px; background-position:-130px -62px;}


/*  Footer */
#ui-footer {background:#f1f1f1; border-top:1px solid #c6cacc; width:100%; bottom:0;} 
.ft-util {margin-top:12px; padding:0 10px;}
.ft-util ul:after {content:""; display:block; clear:both;padding:0 auto;margin:0 auto;}
.ft-util ul li {width:37%; float:left;}
.ft-util ul li:last-child {width:26%;} 
.ft-util ul li:first-child div {margin:0 3px 0 0}
.ft-util ul li:last-child div {margin:0 0 0 2px}
.ft-util ul li div {display:block;}
.ft-util ul li div a {color:#000; text-decoration: none;display:block; text-align:center;  line-height:28px; background:#fff; border:1px solid #dfe3e6; border-bottom:1px solid #c9cccf; color:#636566; font-size:13px; text-transform:uppercase; height:28px;}

.ft-util ul li div a span {display:block;}
.ft-address {font-size:10px; color:#949799; line-height:14px; padding:0 10px 22px; margin:10px 0; text-align:left; }
.ft-address a, .ft-address a:link, .ft-address a:hover  {font-size:10px; color:#949799; text-decoration: none;}
.ft-address span {font-weight:bold; color:#636566;}



/* LOGIN */
.ut-login-wrap {padding:15px 20px 20px;background:#fff;padding-bottom:200px;}
.ut-login-wrap fieldset div.login-input-box {margin-right: 50px; position: relative;}
.ut-login-wrap fieldset div.login-input-box .login-input {height: 50px; width:100%; display:block; position:relative; border: 1px solid #ccc; background-color:#fff; padding-right:50px;}
.ut-login-wrap fieldset div.login-input-box .login-input input {border:0px; width:100%; height: 40px; color: #444; font-size: 16px; text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none; line-height:16px; border-radius: none; background:transparent; margin-left:14px; margin-top:6px; text-indent:0;}

.ut-login-wrap fieldset div.login-input-box .login-input input::-webkit-input-placeholder {color:#D3D4D5;}
.ut-login-wrap fieldset div.login-input-box .login-input input:-moz-placeholder {color:#D3D4D5;}
.ut-login-wrap fieldset div.login-input-box .login-input input:-ms-input-placeholder {color:#D3D4D5;}

.ut-login-wrap fieldset div.login-input-box .login-input button.icon_clear {display:none;}
.ut-login-wrap fieldset div.login-input-box {padding-right:2px; padding-bottom:10px; }
.ut-login-wrap fieldset div.login-input-box .login-input:last-child {border-top:0 none;}

.ut-login-wrap fieldset a.btn-login {color:#000;  padding:14px 0 14px; text-decoration: none;display:block; text-align:center;  line-height:28px; background:#336699; border:1px solid #dfe3e6; border-bottom:1px solid #c9cccf; color:#636566; font-size:13px; text-transform:uppercase; height:28px;}
.ut-login-wrap fieldset a.btn-login span {display:block; width:65px; height:24px; background:url(http://www.koreaimg.com/test/demos/docs/_assets/images/btn_login.png) 0 2px no-repeat; padding-left:29px; -webkit-background-size: 19px 20px; margin:0 auto; font-size:20px; color:#fff;}

.ut-login-wrap .join-tip {color:#949799; font-size:13px; padding-top:10px; line-height:17px; padding-bottom:20px; text-align:left;}
.ut-login-wrap .join-tip a {color:#336699; font-size:14px; text-decoration:underline;}

.ut-login-wrap a.btn-join {color:#000;  padding:14px 0 14px; text-decoration: none;display:block; text-align:center;  line-height:28px; background:#f1f1f1; border:1px solid #dfe3e6; border-bottom:1px solid #c9cccf; color:#636566; font-size:13px; text-transform:uppercase; height:28px;}
.ut-login-wrap a.btn-join span {display:block;font-family: 'Nanum Gothic';font-weight:"bold"; width:65px; height:24px; background:url(http://www.koreaimg.com/test/demos/docs/_assets/images/btn_login.png) 0 2px no-repeat; padding-left:29px; -webkit-background-size: 19px 20px; margin:0 auto; font-size:20px; color:#fff;}


/* 회원가입 */
.ut-join-wrap {padding:15px 20px 20px;}

.ut-join-wrap fieldset div.birth-input-box {position: relative;clear:both;}
.ut-join-wrap fieldset div.birth-input-box .birth-input {height: 50px; width:30%; display:block; position:relative; border: 1px solid #ccc; background-color:#fff; margin-right:5px;float:left;}
.ut-join-wrap fieldset div.birth-input-box .birth-input select {border:0px; width:100%; height: 40px; color: #444; font-size: 16px; text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none; border-radius: none; background:transparent; margin-left:14px; margin-top:6px; text-indent:0;}

.ut-join-wrap fieldset div.name-input-box {margin-right: 50px; position: relative;clear:both;}
.ut-join-wrap fieldset div.name-input-box .name-input {height: 50px; width:100%; display:block; position:relative; border: 1px solid #ccc; background-color:#fff; padding-right:50px;}
.ut-join-wrap fieldset div.name-input-box .name-input input {border:0px; width:100%; height: 40px; color: #444; font-size: 16px; text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none; border-radius: none; background:transparent; margin-left:14px; margin-top:6px; text-indent:0;}

.ut-join-wrap fieldset div.name-input-box .name-input input::-webkit-input-placeholder {color:#D3D4D5;}
.ut-join-wrap fieldset div.name-input-box .name-input input:-moz-placeholder {color:#D3D4D5;}
.ut-join-wrap fieldset div.name-input-box .name-input input:-ms-input-placeholder {color:#D3D4D5;}

.ut-join-wrap fieldset div.name-input-box .login-input button.icon_clear {display:none;}
.ut-join-wrap fieldset div.name-input-box {padding-right:2px; padding-bottom:10px; }
.ut-join-wrap fieldset div.name-input-box .login-input:last-child {border-top:0 none;}

.ut-join-wrap fieldset div.sex-input-box {margin-right: 50px; position: relative;clear:both;padding-bottom:10px;padding-top:10px;width:100%; }
.ut-join-wrap fieldset div.sex-input-box .sex-input  {height: 50px; width:100%; display:block; position:relative; border: 1px solid #ccc; background-color:#fff; }
.ut-join-wrap fieldset div.sex-input-box .sex-input select {border:0px; width:100%; height: 40px; color: #444; font-size: 16px; text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none;  border-radius: none; background:transparent; margin-left:14px; margin-top:6px; text-indent:0;}



.ut-join-wrap fieldset div.hp-input-box {position: relative;clear:both;}
.ut-join-wrap fieldset div.hp-input-box .hp-input {height: 50px; width:30%; display:block; position:relative; border: 1px solid #ccc; background-color:#fff; float:left;margin-right:5px;}
.ut-join-wrap fieldset div.hp-input-box .hp-input select {border:0px; width:100%; height: 40px; color: #444; font-size: 16px; text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none;  border-radius: none; background:transparent; margin-left:14px; margin-top:6px; text-indent:0;}
.ut-join-wrap fieldset div.hp-input-box .hp-input input {border:0px; width:100%; height: 40px; color: #444; font-size: 16px; text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none;  border-radius: none; background:transparent; margin-left:14px; margin-top:6px; text-indent:0;}

.ut-join-wrap fieldset div.hp-input-box .hp-input input::-webkit-input-placeholder {color:#D3D4D5;}
.ut-join-wrap fieldset div.hp-input-box .hp-input input:-moz-placeholder {color:#D3D4D5;}
.ut-join-wrap fieldset div.hp-input-box .hp-input input:-ms-input-placeholder {color:#D3D4D5;}


.ut-join-wrap  a.btn-join2 {clear:both;color:#000;  padding:14px 0 14px; text-decoration: none;display:block; text-align:center;  line-height:28px; background:#336699; border:1px solid #dfe3e6; border-bottom:1px solid #c9cccf; color:#636566; font-size:13px; text-transform:uppercase; height:28px;}
.ut-join-wrap  a.btn-join2 span {display:block; font-family: 'Nanum Gothic';font-weight:"bold";width:100px; height:24px; background:url(http://www.koreaimg.com/test/demos/docs/_assets/images/btn_login.png) 0 2px no-repeat; padding-left:29px; -webkit-background-size: 19px 20px; margin:0 auto; font-size:20px; color:#fff;}

/* ADD 1.24 */


/* MyPage */
 /* 마이페이지 상단 메뉴 */
  /* TYPE A */
 .my_container {
        margin: 0 auto;
        padding: 0 auto;
        border-top: 0px solid #336699;
 }
 ul#mylist {
        text-align:center;
        padding: 0 auto;
		
 }

 ul#mylist li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 20%;
 }



 ul#mylist li a {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
		color: #fff;
        text-decoration: none;
        background: #29303a;
        font-size: 12px;
        font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;
 }

 #my_container>ul#ul#mylist li a { width: auto; }

 ul#mylist li#active a, ul#mylist li#active a:hover {
        /*background: #336699;*/
        color: #33ffff;
        font-size: 12px;
       font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;

 }
/* 메뉴 2개 */
 ul#mylist2 {
        text-align:center;
        padding: 0 auto;
		
 }

 ul#mylist2 li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 50%;
 }



 ul#mylist2 li a {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
		color: #59616d;
		text-shadow:none;
        text-decoration: none;
        background: #29303a;
        font-size: 12px;
        font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;
 }

 #my_container>ul#ul#mylist2 li a { width: auto; }

 ul#mylist2 li#active a, ul#mylist2 li#active a:hover {
        /*background: #336699;*/
        color: #33ffff;
        font-size: 12px;
       font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;

 }
 /* //마이페이지 */
 .my_main_wrap{clear:both; font-size: .8em;}
 .my_main_wrap .red {color:#ed145b;}

 .my_main_wrap .text {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800; margin:0 auto; padding:0 auto;}

 /* 마이페이지 쇼핑진행현황*/
 .my_stat_container {
        margin: 0 auto;
        padding: 0 auto;
        border-top: 0px solid #336699;
		background: #656c7c;
 }
 ul#mystatlist {
        text-align:center;
        padding: 0 auto;
		
 }

 ul#mystatlist li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 20%;

 }

 ul#mystatlist li a {
        display: block;
        padding: 10px;
        color: #afafaf;
        text-decoration: none;
        background: #656c7c;
        font-size: 10px;
        font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;
		height:60px;.
		width:100%;
 }


 ul#mystatlist li#active a, ul#mystatlist li#active a:hover {
        /*background: #336699;*/
        color: #fff;
        font-size: 10px;
        font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;

 }
.statbg_woori {float:left; display:block; background: url(http://shop.moongory.com/image/mobile/stat_icon_woori.png) no-repeat; -webkit-background-size:500px 200px; -moz-background-size:500px 200px; background-size:500px 200px; }  
.statbg {float:left; display:block; background: url(http://shop.moongory.com/image/mobile/stat_icon3.png) no-repeat; -webkit-background-size:500px 200px; -moz-background-size:500px 200px; background-size:500px 200px; }  
 ul#mystatlist li#active span.step1 {width:40px; height:40px; background-position:0px 0px;text-indent:-0em;}
 ul#mystatlist li#active span.step2 {width:40px; height:40px; background-position:-40px 0px;text-indent:-0em;}
 ul#mystatlist li#active span.step3 {width:40px; height:40px;background-position:-80px 0px;text-indent:-0em;}
 ul#mystatlist li#active span.step4 {width:40px; height:40px; background-position:-120px 0px;text-indent:-0em;}
 ul#mystatlist li#active span.step5 {width:40px; height:40px; background-position:-160px 0px;text-indent:-0em;}

 ul#mystatlist li#active span.Tstep1 {width:40px; height:40px; background-position:0px 0px;text-indent:-0em;}
 ul#mystatlist li#active span.Tstep2 {width:40px; height:40px; background-position:-40px 0px;text-indent:-0em;}
 ul#mystatlist li#active span.Tstep3 {width:40px; height:40px;background-position:-80px 0px;text-indent:-0em;}
 ul#mystatlist li#active span.Tstep4 {width:40px; height:40px; background-position:-120px 0px;text-indent:-0em;}
 ul#mystatlist li#active span.Tstep5 {width:40px; height:40px; background-position:-160px 0px;text-indent:-0em;}

 ul#mystatlist li#active .num_txt {position:absolute;padding-top:7px;padding-left:17px;text-align:center;width:20px;}

 ul#mystatlist li span.step1 {width:40px; height:40px; background-position:0px -160px;text-indent:-30000em;}
 ul#mystatlist li span.step2 {width:40px; height:40px; background-position:-40px -160px;text-indent:-30000em;}
 ul#mystatlist li span.step3 {width:40px; height:40px;background-position:-80px -160px;text-indent:-30000em;}
 ul#mystatlist li span.step4 {width:40px; height:40px; background-position:-120px -160px;text-indent:-30000em;}
 ul#mystatlist li span.step5 {width:40px; height:40px; background-position:-160px -160px;text-indent:-30000em;}
 ul#mystatlist li .step_txt {width:40px;clear:both;}

 ul#mystatlist li span.Tstep1 {width:40px; height:40px; background-position:0px -160px;text-indent:-30000em;}
 ul#mystatlist li span.Tstep2 {width:40px; height:40px; background-position:-40px -160px;text-indent:-30000em;}
 ul#mystatlist li span.Tstep3 {width:40px; height:40px;background-position:-80px -160px;text-indent:-30000em;}
 ul#mystatlist li span.Tstep4 {width:40px; height:40px; background-position:-120px -160px;text-indent:-30000em;}
 ul#mystatlist li span.Tstep5 {width:40px; height:40px; background-position:-160px -160px;text-indent:-30000em;}


.my_point_container {padding:3px;margin:0 auto;}
.my_point_wrap h1 {font-size:0.9em;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;margin:0 auto;color:#3d3d3d;}
.my_point_wrap li a:link {font-size:0.8em;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;color:#5d5d5d;text-decoration:none;}
.my_point_wrap li span.myPoint {width:25px; height:30px; background-position:-210px -11px;}
.my_point_wrap li span.myEvent {width:25px; height:30px; background-position:-250px -11px;}
.my_point_wrap li span.num_point {float:right;color:#336699;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;}

.my_customer_container {font-size:0.8em;color:#5d5d5d;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;padding:10px;}


/* 마이페이지 구매내역 서브 메뉴*/
 .my_sub_container {
        margin: 0 auto;
        padding: 0 auto;
        border-top: 0px solid #336699;
  	    letter-spacing: -1.5px;
 }
 ul#mySublist {
        text-align:center;
        padding: 0 auto;
		margin: 0 auto;
		
 }

 ul#mySublist li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 33%;

 }

 ul#mySublist li a {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #6a6969;
        text-decoration: none;
        font-size: 12px;
        font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;

 }


 ul#mySublist li#active a, ul#mySublist li#active a:hover {
        /*background: #336699;*/
        color: #336699;
        font-size: 12px;
        font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;

 }


 .my_subSearch_container {padding:0 2%; height:45px; line-height:35px; border-bottom:1px solid #d9d9d9;}
 .my_subSearch_container span.my_subSearch_txt {position:relative;font-size: 13px;font-family: 'Nanum Gothic', sans-serif;font-style: normal; top:5px;}
 .my_subSearch_container .my_subSearch_txt_num {font-size: 12px;color:#336699;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;}
 .my_subSearch_container .my_subSearch_txt_num2 {font-size: 13px;color:#ec008c;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;}
 .my_subSearch_container div.my_subSearch_fm {float:right;font-size: 12px; margin-top:7px; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;}
 .my_subSearch_container div.my_subSearch_fm .sch_year {display:block; position:relative; border: 1px solid #c8c8c8; background-color:#fff; float:left; line-height:0;}
 .my_subSearch_container div.my_subSearch_fm .sch_year select {border:0px; padding:7px 10px; color: #444; font-size: 12px; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:normal;text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none;  border-radius: none; background:transparent;text-indent:0;}

  .ellipsis {overflow:hidden; text-overflow:ellipsis; }

 .my_OrderList {margin:0 auto;background:#fff;font-size: 0.8em;font-family: 'Nanum Gothic';font-weight:"bold";color:#000; }
 .my_OrderList li.my_OrderListTxt {background:#d7d7d7;}
 .my_OrderList .my_OrderListTxt4 {font-size:1em;color:#767676;text-shadow:none;color:#336699;font-weight:bold;}
 .my_OrderList .my_OrderListTxt2 {font-size:0.8em;color:#767676;}
 .my_OrderList .my_OrderListTxt3 {font-size:0.7em;color:#767676;}
 .my_OrderList table {TABLE-LAYOUT:fixed;width:100%;border-bottom:1px solid #e1e1e1;border-collapse:collapse;font-size: 0.9em;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;color:#000; }
 .my_OrderList table td {padding:0px 5px 0px 10px;}
 .my_OrderList table td.goodsTit a{font-size:1.1em;color:#555555;}
 .my_OrderList table td.goodsPrice {font-size:1.2em;color:#336699;}
 .my_OrderList table td.goodsPriceSrc {font-size:1.0em;color:#888;text-decoration:line-through;}
 .my_OrderList table td span.goodsPrice {font-size:1.4em;color:#336699;}
 .my_OrderList table td.goodsDate {font-size:.9em;color:#767676;}
 .my_OrderList table td a.status_box3 {font-size:1.2em;color:#393939;font-weight:500;}
 .my_OrderList table td a.status_box4 {font-size:1.2em;color:#004e89;font-weight:500;}
 .my_OrderList table th {padding:8px 13px;}
 .my_OrderList table th img {border:1px solid #f1f1f1; width:115px;height:65px;}
 .my_OrderList .status_box {border:1px solid #767676;font-size: 0.9em;font-family: 'Nanum Gothic';font-weight:700;color:#ff0000;padding:2px;}
 .my_OrderList .status_box2 {border:0px solid #767676;font-size: 0.9em;font-family: 'Nanum Gothic';font-weight:500;color:#fff;padding:2px;background:#ff0000;color:#fff;}
 .my_OrderList div.status_box {border:0px solid #767676;font-size:12px;font-family: 'Nanum Gothic';font-weight:500;color:#262626;width:75px;height:43px;line-height:43px;text-align:center; /* -moz-border-radius: 10px;  -webkit-border-radius: 10px; border-radius: 10px; -khtml-border-radius: 10px;background:#f1f1f1;*/background: url(http://shop.moongory.com/image/mobile/bg_my_OrderList_payment_bank.png) repeat; }
 .my_OrderList div.status_box2 {border:0px solid #767676;8px;font-size:12px;font-family: 'Nanum Gothic';font-weight:500;color:#000;width:75px;height:43px;line-height:43px;text-align:center; /* -moz-border-radius: 10px;  -webkit-border-radius: 10px; border-radius: 10px; -khtml-border-radius: 10px;background:#f1f1f1;*/background: url(http://shop.moongory.com/image/mobile/bg_my_OrderList_payment_card.png) repeat; }
 .my_OrderList div.status_box3 {border:0px solid #767676;padding-top:8px;font-size:12px;font-family: 'Nanum Gothic';font-weight:500;color:#262626;width:50px;height:37px;text-align:center; /* -moz-border-radius: 10px;  -webkit-border-radius: 10px; border-radius: 10px; -khtml-border-radius: 10px;background:#f1f1f1;*/background: url(http://shop.moongory.com/image/mobile/bg_my_OrderList.png) repeat; }
 .my_OrderList div.status_box4 {border:0px solid #767676;padding-top:8px;font-size:12px;font-family: 'Nanum Gothic';font-weight:500;color:#000;width:50px;height:37px;text-align:center; /* -moz-border-radius: 10px;  -webkit-border-radius: 10px; border-radius: 10px; -khtml-border-radius: 10px;background:#f1f1f1;*/background: url(http://shop.moongory.com/image/mobile/bg_my_OrderList2.png) repeat; }
 .my_OrderList .final {color:#fff;background:#595959;}
 .my_OrderList a {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;text-decoration:none;}

 .my_TourList {margin:0 auto;background:#fff;font-size: 1em;font-family: 'Nanum Gothic';font-weight:"bold";color:#000; }
 .my_TourList table {TABLE-LAYOUT:fixed;width:100%;border-bottom:1px solid #f1f1f1;border-collapse:collapse;font-size: 0.9em;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;color:#000; }
 .my_TourList table td {padding-left:10px;}
 .my_TourList table td.Tit {font-size:1.0em;color:#555555;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;text-overflow:ellipsis;overflow:hidden;}
 .my_TourList table td.Cat {font-size:.9em;color:#767676;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;text-overflow:ellipsis;overflow:hidden;}
 .my_TourList table td.txt {font-size:0.9em;color:#767676;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;text-overflow:ellipsis;overflow:hidden;}
 .my_TourList table th {padding-left:10px;}
 .my_TourList table th img {border:1px solid #f1f1f1;}

 .my_TourList2 {margin:0 auto;background:#fff;font-size: 1em;font-family: 'Nanum Gothic';font-weight:"bold";color:#000; }
 .my_TourList2 table {TABLE-LAYOUT:fixed;width:100%;border-bottom:1px solid #f1f1f1;border-collapse:collapse;font-size: 0.9em;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;color:#000; }
 .my_TourList2 table td {padding:5px;border-bottom:1px solid #e1e1e1;}
 .my_TourList2 table div.Tit {font-size:1.0em;color:#555555;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;text-overflow:ellipsis;overflow:hidden;}
 .my_TourList2 table div.Cat {font-size:.9em;color:#767676;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;text-overflow:ellipsis;overflow:hidden;}
 .my_TourList2 table div.txt {font-size:0.9em;color:#767676;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;text-overflow:ellipsis;overflow:hidden;}
 .my_TourList2 table th {padding:5px;;border-bottom:1px solid #e1e1e1;}
 .my_TourList2 table th img {border:1px solid #f1f1f1;}


 ul span.delIcon {width:40px; height:40px; background-position:-280px 0px;text-indent:-30000em;}
 ul span.rewIcon {width:40px; height:40px; background-position:-320px 0px;text-indent:-30000em;}
 ul span.addMileage {width:40px; height:40px; background-position:-200px -40px;text-indent:-30000em;}
 ul span.MileageIcon {width:40px; height:40px; background-position:-240px -45px;text-indent:-30000em;}
 ul span.btnCircleSearch {width:40px; height:40px; background-position:-280px -45px;text-indent:-30000em;}
 ul span.btnCircleOK {width:40px; height:42px; background-position:-320px -43px;text-indent:-30000em;}
 ul span.btnCircleGift {width:40px; height:40px; background-position:-360px -45px;text-indent:-30000em;}
 ul span.btnCircleDel {width:40px; height:40px; background-position:-400px -45px;text-indent:-30000em;}
 ul span.addCart {width:40px; height:40px; background-position:-365px -7px;text-indent:-30000em;}
 ul span.vwMyPage {width:42px; height:42px; background-position:-400px 0px;text-indent:-30000em;}
 ul span.btnSch {width:42px; height:42px; background-position:2px -80px;text-indent:-30000em;}
 ul span.vwTotal {width:40px; height:40px; background-position:-440px 0px;text-indent:-30000em;}
 ul span.vwHome {width:42px; height:42px; background-position:-40px -80px;text-indent:-30000em;}
 ul span.addBack {width:40px; height:40px; background-position:-82px -82px;text-indent:-30000em;}
 ul span.addBack2 {width:43px; height:42px; background-position:-158px -80px;text-indent:-30000em;}
 ul span.btnVCD {width:80px; height:40px; background-position:-280px -82px;text-indent:-30000em;}
 ul span.addBack2 {width:40px; height:40px; background-position:-160px -80px;text-indent:-30000em;}
 ul span.schWin {width:80px; height:40px; background-position:-360px -82px;text-indent:-30000em;}
 ul span.schRank {width:80px; height:40px; background-position:-360px -122px;text-indent:-30000em;}
 ul span.expanded {width:80px; height:40px; background-position:-280px -120px;text-indent:-30000em;}
 ul span.expanded2 {width:80px; height:40px; background-position:-200px -120px;text-indent:-30000em;}
 ul span.vwCourse {width:120px; height:40px; background-position:-200px -160px;text-indent:-30000em;}
 ul span.vwAward {width:120px; height:40px; background-position:-320px -160px;text-indent:-30000em;}
 ul span.fbMenu {width:42px; height:42px; background-position:-240px -80px;text-indent:-30000em;}
/* 마이페이지 서비스내역 서브 메뉴*/
 .my_sv_container {
        margin: 0 auto;
        padding: 0 auto;
        border-top: 0px solid #336699;
  	    letter-spacing: -1.5px;
 }
 ul#mySvlist {
        text-align:center;
        padding: 0 auto;
		margin: 0 auto;
		
 }

 ul#mySvlist li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 33%;

 }

 ul#mySvlist li a {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #6a6969;
        text-decoration: none;
        font-size: 12px;
        font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;

 }


 ul#mySvlist li#active a, ul#mySvlist li#active a:hover {
        /*background: #336699;*/
        color: #336699;
        font-size: 12px;
       font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;

 }
 .my_ServList {margin:0 auto;background:#fff;font-size: 0.8em;font-family: 'Nanum Gothic';font-weight:"bold"; }
 .my_ServList ul{margin:0 auto;}
 .my_ServList table {padding:5px;width:100%;border-top:2px solid #595959;border-bottom:1px solid #f1f1f1;border-collapse:collapse;font-size: 0.9em;font-family:'NanumGothicWeb';color:#595959;text-align:left;line-height:18px;padding-bottom:10px;}
 .my_ServList table th {padding:5px;font-size: 1.2em;font-family: 'Nanum Gothic';font-weight:"bold";color:#000;line-height:20px;background:#f1f1f1;}
 .my_ServList table th span.date {font-size: 0.9em;font-family:arial;color:#595959;}
 .my_ServList table td {padding-left:10px;}
 .my_ServList table td.tit {color:#000;;font-family: 'Nanum Gothic';font-weight:"bold";padding-top:5px;}
 .my_ServList .status_box_reply {font-size: 0.9em;font-family: 'Nanum Gothic';font-weight:"bold";color:#fff;padding:2px;background:#ec008c;}
 .my_ServList div.reply {width:95%;border:0px solid #767676;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;color:#000;padding:2px;background:#f1f1f1;}
 .my_ServList a {font-family: 'Nanum Gothic';font-weight:"bold";color:#767676;font-size: 1.3em;text-decoration:none;}
 .my_ServList table.my_MileageTable {background:#4c4e5d;border-top:0px solid #595959;}
 .my_ServList table.my_MileageTable td span.my_MileageINFO {font-family: 'Nanum Gothic';font-weight:"bold";color:#00ffff;font-size: 1.4em;text-decoration:none;}
 .my_ServList table.my_MileageTable td span.my_MileageNUM {font-family: 'Nanum Gothic';font-weight:"bold";color:#00ffff;font-size: 2.5em;text-decoration:none;}
 .my_ServList table.my_MileageTable td span.my_MileageDAN {font-family: 'Nanum Gothic';font-weight:"bold";color:#00ffff;font-size: .3em;text-decoration:none;}
 
 .my_ServList table.my_MileageListTable {background:#4c4e5d;border-top:0px solid #595959;}
 .my_ServList table.my_MileageListTable span.num_txt {font-size: 1.1em;font-family: 'Nanum Gothic';font-weight:"bold";color:#336699;}

 .my_ServList table.my_MileageTable_Inner {background:#4c4e5d;border:1px solid #fff;font-family:'NanumGothicWeb';}
 .my_ServList table.my_MileageTable_Inner th {color:#959595;background:#f6f8f7;border:0px solid #595959;font-size: 0.9em;font-family: 'Nanum Gothic';font-weight:"bold";}
 .my_ServList table.my_MileageTable_Inner tr {border:1px solid #f1f1f1;}
 .my_ServList table.my_MileageTable_Inner td {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;height:45px;color:#252525;background:#fff;border:0px solid #f1f1f1;font-size: 0.9em;}
 


 table .my_review {font-size: 0.7em;font-family: 'Nanum Gothic';font-weight:"bold";}
 table .TL {text-align:left;}
 table .TC {text-align:center;}
 table .TR {text-align:right;}

 /* 마이페이지 정보변경 메뉴*/
 .my_member_container {
        margin: 0 auto;
        padding: 0 auto;
        border-top: 0px solid #336699;
  	    letter-spacing: -1.5px;
 }
 ul#myMemberlist {
        text-align:center;
        padding: 0 auto;
		margin: 0 auto;
		
 }

 ul#myMemberlist li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 25%;

 }

 ul#myMemberlist li a {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #6a6969;
        text-decoration: none;
        font-size: 12px;
        font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;

 }


 ul#myMemberlist li#active a, ul#myMemberlist li#active a:hover {
        /*background: #336699;*/
        color: #336699;
        font-size: 12px;
        font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;

 }

/* 회원정보 관련 */
  .my_Member_wrap{background:#fff;padding:10px;margin:0 auto;}
  .my_Member_wrap ul li{padding : 0 auto;margin:0 auto;}
  .my_Member_wrap ul li span.tit{font-size: .8emfont-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;}
  .my_Member_wrap ul li span.contxt{font-size: .7em;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;}
  .my_Member_wrap ul li a {font-size: 0.8em;text-decoration:none;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;}

  .my_Member_wrap a.btn-join {padding:14px 0 14px; text-decoration: none;display:block; text-align:center;  line-height:28px; background:#f1f1f1; border:1px solid #dfe3e6; border-bottom:1px solid #c9cccf; color:#636566; font-size:20px; text-transform:uppercase; height:28px;}

  .my_Member_wrap li a.btn-mod {width:100%; color:#fff;  padding:10px 0 10px; text-decoration: none;display:block; text-align:center;  line-height:28px; background:#336699; border:1px solid #dfe3e6; border-bottom:1px solid #c9cccf; font-size:15px; text-transform:uppercase; height:28px;}

  .my_Member_wrap li a.btn-cancel {width:40%; padding:10px 0 10px; text-decoration: none;display:block; text-align:center;  line-height:28px; background:#f1f1f1; border:1px solid #dfe3e6; border-bottom:1px solid #c9cccf; color:#636566; font-size:13px; text-transform:uppercase; height:28px;}


 
   .my_Member_Table {width:100%;background:#fff;}
   .my_Member_Table table {width:100%;border-collapse:collapse;text-align:left;border-top:2px solid #cacaca;border-bottom:2px solid #cacaca;}
   .my_Member_Table th {padding:10px;font-size: 0.7em;color:#595959;background:#f1f1f1;width:100px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;}
   .my_Member_Table td {padding:10px;font-size: 0.8em;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;}

   .my_Member_Table  div.Member-input-box {margin-right: 50px; position: relative;}
   .my_Member_Table  div.Member-input-box .Member-input {height: 50px; width:100%; display:block; position:relative; border: 1px solid #ccc; background-color:#fff; padding-right:50px;}
   .my_Member_Table  div.Member-input-box .Member-input input {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;border:0px; width:100%; height: 40px; color: #444; font-size: 1.5em; text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none; line-height:16px; border-radius: none; background:transparent; margin-left:14px; margin-top:6px; text-indent:0;}

   .my_Member_Table  div.Member-input-box .Member-input input::-webkit-input-placeholder {color:#D3D4D5;}
   .my_Member_Table  div.Member-input-box .Member-input input:-moz-placeholder {color:#D3D4D5;}
   .my_Member_Table  div.Member-input-box .Member-input input:-ms-input-placeholder {color:#D3D4D5;}
   .my_Member_Table  div.Member-input-box .Member-input select {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;border:0px; width:100%; height: 40px; color: #444; font-size: 16px; text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none; border-radius: none; background:transparent; margin-left:14px; margin-top:6px; text-indent:0;}

   .my_Member_Table textarea {width:100%;background:#fff;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;height:100px;}
   .my_Member_Table fieldset  label {width:100%;background:#fff;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;font-size: 0.7em;}



   /* 마이페이지 이벤트 서브 메뉴*/
 .my_Ev_container {
        margin: 0 auto;
        padding: 0 auto;
        border-top: 0px solid #336699;
  	    letter-spacing: -1.5px;
 }
 ul#myEvlist {
        text-align:center;
        padding: 0 auto;
		margin: 0 auto;
		
 }

 ul#myEvlist li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 33%;

 }

 ul#myEvlist li a {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #6a6969;
        text-decoration: none;
        font-size: 12px;
       font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;

 }


 ul#myEvlist li#active a, ul#myEvlist li#active a:hover {
        /*background: #336699;*/
        color: #336699;
        font-size: 12px;
       font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;

 }
 .my_EvList {margin:0 auto;background:#fff;font-size: 0.8em;font-family: 'Nanum Gothic';font-weight:"bold"; }
 .my_EvList li.my_EventListTxt {background:#d7d7d7;}
 .my_EvList .my_EventListTxt2 {font-size:0.8em;color:#767676;}
 .my_EvList .my_EventListTxt3 {font-size:0.7em;color:#767676;}
 .my_EvList ul{margin:0 auto;}
 .my_EvList table {padding:5px;width:100%;border-top:2px solid #595959;border-bottom:1px solid #f1f1f1;border-collapse:collapse;font-size: 0.9em;font-family:'NanumGothicWeb';color:#595959;text-align:left;line-height:18px;padding-bottom:10px;}
 .my_EvList table th {padding:5px;font-size: 1.2em;font-family: 'Nanum Gothic';font-weight:"bold";color:#000;line-height:20px;background:#f1f1f1;}
 .my_EvList table th span.date {font-size: 0.9em;font-family:arial;color:#595959;}
 .my_EvList table td {padding-left:10px;}
 .my_EvList .status_box {border:1px solid #767676;font-size: 0.7em;font-family: 'Nanum Gothic';font-weight:"bold";color:#ff0000;padding:2px;}
 .my_EvList .final {color:#fff;background:#595959;}
 .my_EvList a {font-family: 'Nanum Gothic';font-weight:"bold";color:#767676;font-size: 1.3em;text-decoration:none;}

 .my_EvList table.my_EventListTable {background:#4c4e5d;border-top:0px solid #595959;}
 .my_EvList table.my_EventListTable span.num_txt {font-size: 1.1em;font-family: 'Nanum Gothic';font-weight:"bold";color:#336699;}

 .my_EvList table.my_EventListTable_INNER {background:#4c4e5d;border:1px solid #fff;}
 .my_EvList table.my_EventListTable_INNER th {color:#959595;background:#f6f8f7;border:0px solid #595959;font-size: 0.9em;font-family: 'Nanum Gothic';font-weight:"bold";}
 .my_EvList table.my_EventListTable_INNER tr {border:1px solid #f1f1f1;}
 .my_EvList table.my_EventListTable_INNER td {height:60px;color:#252525;background:#fff;border:0px solid #f1f1f1;font-size: 0.9em;}
 .my_EvList table.my_EventListTable_INNER td span.rankNum {font-family: 'Nanum Gothic';font-weight:"bold";color:#ed145b;border:0px solid #f1f1f1;font-size:1.2em;}
 .my_EvList table.my_EventListTable_INNER td span.rankTotalNum {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;color:#252525;border:0px solid #f1f1f1;font-size: 0.2em;letter-spacing: -1.5px;}

 
 .my_EvList .my_HistoryListTable {background:#f1f1f1;border-top:0px solid #595959;padding:10px;}
 .my_EvList .my_HistoryListTable span.num_txt {font-size: 1.1em;font-family: 'Nanum Gothic';font-weight:500;color:#336699;}
 .my_EvList .mine {margin:10px auto;width:90%;border:1px solid #888991;background:#fff799;padding:15px 5px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;font-size:12px;color:#000;text-align:center;	-webkit-border-radius: 12px; border-radius: 12px;box-shadow: 1px 2px 0 #e1e1e1;letter-spacing:-1px;}
 ul#my_HistoryListTable_INNER {padding:0;margin:0;}
 ul#my_HistoryListTable_INNER li {padding:10px;margin:5px 0;background:#fff;border:1px solid #fff;font-size: 0.9em;font-family: 'Nanum Gothic';font-weight:600;}
 ul#my_HistoryListTable_INNER li {border:1px solid #e1e1e1;height:auto;box-shadow: 1px 1px 0px #C5C5C5;}
 ul#my_HistoryListTable_INNER li:active, ul#my_HistoryListTable_INNER li:hover {background:#e1e1e1;}
 ul#my_HistoryListTable_INNER li .titPic {float:left;width:80px;}
 ul#my_HistoryListTable_INNER li .titPic img {}
 ul#my_HistoryListTable_INNER li .titWrap {float:left;padding:0 10px;}
 ul#my_HistoryListTable_INNER li .titWrap .tit {font-family: 'Nanum Gothic';font-weight:600;font-size:15px;color:#383838;text-align:left;padding:5px 0px;}
 ul#my_HistoryListTable_INNER li .titWrap .date {font-family: 'verdana';font-size:12px;color:#383838;letter-spacing:-1px;text-align:left;padding:0;}

 .my_EvList .my_HistoryListTableDetail {background:#f1f1f1;border-top:0px solid #595959;padding:0;}
 .my_EvList .my_HistoryListTableDetail .detailTit {border-bottom:1px solid #585858;background:#fff;padding:20px 0;text-indent:10px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;font-size:16px;color:#000; }
 .detailWrap {padding:10px;background:#fff;}
 .detailAnserTit {font-family: 'Nanum Gothic';font-weight:600;font-size:15px;border-top:1px solid #585858;border-bottom:1px solid #585858;padding:10px 0;text-indent:10px;height:auto;}
 ul#detailContainer li .Qbox {margin-right:10px;font-family: 'Nanum Gothic';font-weight:600;font-size:20px;color:#000;text-align:center;border:1px solid #888;-webkit-border-radius: 12px; border-radius: 12px;box-shadow: 0px 0px 0px #C5C5C5;width:40px;height:40px;line-height:40px;float:left;-o-linear-gradient(top, rgba(217,217,217,1), rgba(194,194,194,1));background: -moz-linear-gradient(top, rgba(217,217,217,1), rgba(194,194,194,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(217,217,217,1)), color-stop(1, rgba(194,194,194,1)));text-shadow:none;}
 ul#detailContainer li .right-answer {-o-linear-gradient(top, rgba(0,204,255,1), rgba(0,114,188,1));background: -moz-linear-gradient(top, rgba(0,204,255,1), rgba(0,114,188,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,204,255,1)), color-stop(1, rgba(0,114,188,1)));} 
 ul#detailContainer li .wrong-answer {-o-linear-gradient(top, rgba(243,114,119,1), rgba(237,28,36,1));background: -moz-linear-gradient(top, rgba(243,114,119,1), rgba(237,28,36,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(243,114,119,1)), color-stop(1, rgba(237,28,36,1)));} 
 ul#detailContainer li .contxt {}
 ul#detailContainer li .contxtBox {background:#555555;color:#fff;text-shadow:none;text-align:center;font-family: 'Nanum Gothic';font-weight:600;font-size:11px;letter-spacing:-1px;-webkit-border-radius: 10px; border-radius: 10px;padding:5px;margin:5px;}
 ul#detailContainer li .contxtBox2 {font-family: 'Nanum Gothic';font-weight:600;font-size:13px;letter-spacing:-1px;padding:5px;margin:5px;}
 ul#detailContainer li .contxtBox2 a {font-size:13px;color:#336699;text-decoration:underline;}
 ul#detailContainer li .contxtBox2 span.o {color:#003471;}
 ul#detailContainer li .contxtBox2 span.x {color:#ff0000;}

 ul#detailContainer li .contxtBox3 .tit {font-size:12px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
 ul#detailContainer li .o {width:20px;}
 ul#detailContainer li .x {width:20px;}
 ul#detailContainer li .time {width:60px;}
 ul#detailContainer li .hint {width:40px;}
 ul#detailContainer li {margin:5px 0;padding:10px;height:auto;border:1px solid #888;-webkit-border-radius: 12px; border-radius: 12px;box-shadow: 1px 2px 0px #C5C5C5;-o-linear-gradient(top, rgba(255,255,255,1), rgba(241,241,241,1));background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(241,241,241,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(1, rgba(241,241,241,1)));}
 ul#detailContainer li .subContainer {border-top:1px solid #585858;padding-top:5px;padding-left:40px; margin:5px 0;border-top-style:dotted; }
 /*
 .detailBtn {padding:5px 20px;margin:5px 0;font-family: 'Nanum Gothic';font-weight:600;font-size:15px;color:#000;text-align:center;border:1px solid #888;-webkit-border-radius: 12px; border-radius: 12px;box-shadow: 0px 0px 0px #C5C5C5;line-height:40px;float:left;-o-linear-gradient(top, rgba(217,217,217,1), rgba(194,194,194,1));background: -moz-linear-gradient(top, rgba(217,217,217,1), rgba(194,194,194,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(217,217,217,1)), color-stop(1, rgba(194,194,194,1)));}
 .detailBtn:hover {background:#888;color:#fff;}
 */
 .detailBtnWrap {padding:10px 0;border-top:1px solid #585858;}
 .detailBtn {background:#fff;box-shadow:1px 1px 1px #888;padding:7px 7px;margin:2px 2px;font-family: 'Nanum Gothic';font-weight:600;font-size:13px;color:#000;text-align:center;border:1px solid #888;-webkit-border-radius: 3px; border-radius: 3px;float:left;}
 .detailBtn:active {background:#888;color:#fff;}


/* 포토리뷰 2014.02.07 */
 .my_EvList .my_ReviewListTable {background:#f1f1f1;border-top:0px solid #595959;padding:10px;}
 .my_EvList .my_ReviewListTable span.num_txt {font-size: 1.1em;font-family: 'Nanum Gothic';font-weight:500;color:#336699;}
 .my_EvList .mine {margin:10px auto;width:90%;border:1px solid #888991;background:#fff799;padding:15px 5px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;font-size:12px;color:#000;text-align:center;	-webkit-border-radius: 12px; border-radius: 12px;box-shadow: 1px 2px 0 #e1e1e1;letter-spacing:-1px;}
 ul#my_ReviewListTable_INNER {padding:0;margin:0;}
 ul#my_ReviewListTable_INNER li {padding:10px;margin:5px 0;background:#fff;border:1px solid #fff;font-size: 0.9em;font-family: 'Nanum Gothic';font-weight:600;}
 ul#my_ReviewListTable_INNER li {border:1px solid #e1e1e1;height:auto;box-shadow: 1px 1px 0px #C5C5C5;}
 ul#my_ReviewListTable_INNER li:active, ul#my_ReviewListTable_INNER li:hover {background:#e1e1e1;}
 ul#my_ReviewListTable_INNER li .titPic {float:left;width:80px;height:50px;}
 ul#my_ReviewListTable_INNER li .titWrap {float:left;padding:0 10px;}
 ul#my_ReviewListTable_INNER li .titWrap .tit {font-family: 'Nanum Gothic';font-weight:600;font-size:15px;color:#383838;text-align:left;padding:5px 0px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
 ul#my_ReviewListTable_INNER li .titWrap .date {font-family: 'verdana';font-size:12px;color:#383838;letter-spacing:-1px;text-align:left;padding:0;}

 /* 포토리뷰 디테일 */
 .my_EvList .my_ReviewListTableDetail {padding-bottom:20px;}
 .my_EvList .my_ReviewListTableDetail .detailTit {background:#fff;padding:10px 0;text-indent:10px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;font-size:16px;color:#000; }
 .my_EvList .my_ReviewListTableDetail .detailTit span img{width:30px; }
 .my_EvList .my_ReviewListTableDetail .detailDate{background:#fff;padding:5px 0;text-indent:10px;font-family: 'verdana';font-size:12px;color:#888;letter-spacing:-1px;text-align:left;padding:0;}
 .my_EvList .my_ReviewListTableDetail .detailEvetName{background:#fff;padding:5px 0;text-indent:10px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:500;font-size:12px;color:#336699;}
 .my_EvList .my_ReviewListTableDetail .detailBtnBox {}
 .my_EvList .my_ReviewListTableDetail .detailBtnBox a, .my_EvList .my_ReviewListTableDetail .detailBtnBox a:link{color:#000;font-size:1em;}
 .my_EvList .my_ReviewListTableDetail2 {padding-bottom:20px;border-bottom:1px solid #888;}
 .my_EvList .my_ReviewListTableDetail2 .detailpic  {padding:5px;}
 .my_EvList .my_ReviewListTableDetail2 .detailpic img {width:auto;}
 .my_EvList .my_ReviewListTableDetail2 .detailcomm {padding:10px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:500;font-size:12px;color:#000;}

 /* 포토리뷰 쑈기/수정 */
 .my_EvList .my_ReviewWriteTable {padding:10px;background:#f1f1f1;border-bottom:1px solid #888;}
 .my_EvList .my_ReviewWriteTable .rwForm {border:1px solid #888;padding:0;margin:0;background:#fff;-webkit-border-radius: 5px; border-radius: 5px}
 .my_EvList .rwFormPic {padding:10px;margin:0;background:#777;}
 .my_EvList .rwFormPic #thumb {width:55px;height:55px;padding-right:10px;}
 .my_EvList .rwFormPic #thumbTxt {color:#C3C3C3;font-size:12px;text-shadow:none;height:55px;width:70%;}
 .my_EvList .my_ReviewWriteTable input {border:none; width:95%; height: 20px; color: #000; font-size: 16px; text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none; line-height:16px; border-radius: none; background:#fff; margin:5px; text-indent:0;}
 .my_EvList .my_ReviewWriteTable textarea {border:none; width:95%; height: 100px; color: #000; font-size: 16px; text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none; line-height:16px; border-radius: none; background:#fff; margin:5px; text-indent:0;}
 .my_EvList .my_ReviewWriteTable2 {padding-bottom:20px;border-bottom:1px solid #888;}
 .my_EvList .my_ReviewWriteTable2 .detailpic img {width:100%;}
 .my_EvList .my_ReviewWriteTable2 .detailcomm {padding:10px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:500;font-size:12px;color:#000;}

  .detailReviewBtn {background:#fff;box-shadow:1px 1px 1px #888;padding:7px 7px;margin:2px 2px;font-family: 'Nanum Gothic';font-weight:600;font-size:13px;color:#000;text-align:center;border:1px solid #888;-webkit-border-radius: 3px; border-radius: 3px;float:left;}
  .detailReviewBtn:active {background:#888;color:#fff;}

 /* */

/* */



 .bg_woodBack {background: url(http://www.koreaimg.com/test/demos/docs/_assets/images/bg_wood_giftback.jpg) repeat; -webkit-background-size:240px 173px; -moz-background-size:240px 173px; background-size:240px 173px;text-shadow:none;}
 .ellips {overflow:hidden; text-overflow:ellipsis; }


 /* QR장터 메인 */
  .ui-icon-totalNavigaion {
	background-image: url("/image/mobile/icon_totalNavi.png");
  }
  .ui-icon-totalNavigaion2 {
	background-image: url("/image/mobile/icon_totalNavi2.png");
  }
  /* QR징터 헤더 */

   

/* QR장터 메인 사이트맵 메뉴*/
 .siteMap_container {
        margin: 0 auto;
        padding: 0 auto;
        border-top: 0px solid #336699;
  	    letter-spacing: -1.5px;
		
 }
 ul#siteMaplist {
        text-align:center;
        padding: 0 auto;
		margin: 0 auto;
		top:5px;
		position:relative;
		
 }

 ul#siteMaplist li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 49.5%;

 }
 ul#siteMaplist li:first-child {
	border-right:1px solid #98bee4;

 }

 ul#siteMaplist li a {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #92bae2;
        text-decoration: none;
        font-size: 1.0em;
        line-height: -0.5px;
        font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:500;

 }
  ul#siteMaplist li a img{
        opacity:0.6;
		filter:alpha(opacity=60);
 }


 ul#siteMaplist li#active a {
        /*background: #336699;*/
        color: #336699;

        font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;font-size: 1.0em; line-height: -0.5px;

 }
   ul#siteMaplist li#active a img{
        opacity:1;
		filter:alpha(opacity=100);
 }

 #siteMaplist ul li span.vwTotal2 {}

 #siteMapWrap ul li {padding:0;margin:0;}
 #siteMapWrap ul li div.detail {background:url(http://shop.moongory.com/image/mobile/bg_m_title.gif) 0 -330px repeat-x; height:40px;line-height:40px; position:relative; top:0px;border-bottom:solid 1px #e1e1e1;}
 #siteMapWrap ul li div.detail a {position:absolute; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;color:#06325e;font-size: 0.9em;text-decoration:none; top:0px;left:10px;}
 #siteMapWrap ul li div.detail p { position:absolute; right:0.1em; top:-10px;}

 #siteMapWrap ul li ul li{padding:0;margin:0;}
 #siteMapWrap ul li ul li div.detailsub {background:url(http://shop.moongory.com/image/mobile/bg_m_title.gif) 0 -400px repeat-x; height:35px;line-height:35px; position:relative; top:0px;border-bottom:solid 1px #e1e1e1;}
 #siteMapWrap ul li ul li div.detailsub a {position:absolute; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;color:#336699;font-size: 0.8em;text-decoration:none; top:0px;left:30px;}
 #siteMapWrap ul li ul li div.detailsub p { position:absolute; right:0.1em; top:-10px;}

/* 상단메뉴가 1개일때*/
 ul#siteMaplist1 {
        text-align:center;
        padding: 0 auto;
		margin: 0 auto;
		top:5px;
		position:relative;
		
 }

 ul#siteMaplist1 li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 100%;

 }

 ul#siteMaplist1 li a {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #7ea4c9;
        text-decoration: none;
        font-size: 1.0em;
        font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700; line-height: -0.5px;

 }
 ul#siteMaplist1 li#active a, ul#siteMaplist3 li a:hover {
        /*background: #336699;*/
        color: #336699;
		font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;font-size: 1.0em; line-height: -0.5px;

 }
 #siteMaplist1 ul li span.vwTotal2 {}

 #siteMapWrap1 ul li {padding:0;margin:0;}
 #siteMapWrap1 ul li div.detail {background:url(http://shop.moongory.com/image/mobile/bg_m_title.gif) 0 -169px repeat-x; height:31px;color:#333; position:relative; top:0px;}
 #siteMapWrap1 ul li div.detail a {position:absolute; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;color:#fff;font-size: 0.9em;text-decoration:none; top:6px;left:10px;}
 #siteMapWrap1 ul li div.detail p { position:absolute; right:0.1em; top:-10px;}


/* 상단메뉴가 3개일때*/
 ul#siteMaplist3 {
        text-align:center;
        padding: 0 auto;
		margin: 0 auto;
		top:5px;
		position:relative;
		
 }

 ul#siteMaplist3 li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 33%;

 }

 ul#siteMaplist3 li a {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #7ea4c9;
        text-decoration: none;
        font-size: 1.0em;
        font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700; line-height: -0.5px;

 }
 ul#siteMaplist3 li:first-child {
	border-right:1px solid #98bee4;

 }
 ul#siteMaplist3 li:last-child {
	border-left:1px solid #98bee4;

 }
 ul#siteMaplist3 li#active a, ul#siteMaplist3 li a:hover {
        /*background: #336699;*/
        color: #336699;
		font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;font-size: 1.0em; line-height: -0.5px;

 }
 #siteMaplist3 ul li span.vwTotal2 {}

 #siteMapWrap3 ul li {padding:0;margin:0;}
 #siteMapWrap3 ul li div.detail {background:url(http://shop.moongory.com/image/mobile/bg_m_title.gif) 0 -169px repeat-x; height:31px;color:#333; position:relative; top:0px;}
 #siteMapWrap3 ul li div.detail a {position:absolute; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;color:#fff;font-size: 0.9em;text-decoration:none; top:6px;left:10px;}
 #siteMapWrap3 ul li div.detail p { position:absolute; right:0.1em; top:-10px;}


/* 상단메뉴가 4개일때*/
 ul#siteMaplist4 {
        text-align:center;
        padding: 0 auto;
		margin: 0 auto;
		top:5px;
		position:relative;

		
 }

 ul#siteMaplist4 li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 24.5%;
		height:40px;
 }

 ul#siteMaplist4 li a {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #7ea4c9;
        text-decoration: none;
        font-size: 1.0em;
        font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700; line-height: -0.5px;
		border-left:1px solid #98bee4;
 }
 ul#siteMaplist4 li:last-child {
	border-left:0px solid #98bee4;

 }
 ul#siteMaplist4 li#active a, ul#siteMaplist3 li a:hover {
        /*background: #336699;*/
        color: #336699;
		font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;font-size: 1.0em; line-height: -0.5px;

 }
 #siteMaplist4 ul li span.vwTotal2 {}

 #siteMapWrap4 ul li {padding: 0;margin:0;}
 #siteMapWrap4 ul li div.detail {background:url(http://shop.moongory.com/image/mobile/bg_m_title.gif) 0 -169px repeat-x; height:31px;color:#333; position:relative; top:0px;}
 #siteMapWrap4 ul li div.detail a {position:absolute; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;color:#fff;font-size: 0.9em;text-decoration:none; top:6px;left:10px;}
 #siteMapWrap4 ul li div.detail p { position:absolute; right:0.1em; top:-10px;}

/* 상단메뉴가 4개일때 - 제천여행만*/
#subNavWrap {padding:0;margin:0;height:40px;background: #444; -o-linear-gradient(top, rgba(46,137,208,1), rgba(18,97,158,1));background: -moz-linear-gradient(top, rgba(46,137,208,1), rgba(18,97,158,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(46,137,208,1)), color-stop(1, rgba(18,97,158,1)));}
#subNavWrap ul li {float:left;width:25%;text-align:center;border-bottom:3px solid #094573;}
#subNavWrap ul li a{font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;color:#fff;font-size:14px;letter-spacing:-1.5px;text-shadow:none;text-decoration:none;}
#subNavWrap ul li a:hover{font-weight:700;color:#fff200;}
#subNavWrap ul li a:active{color:#000;}
#subNavWrap ul li {background: url(http://www.koreaimg.com/mobile/v5/jecheon/img/bg_line.png) 0 0 no-repeat;background-position:left;}
#subNavWrap ul li:first-child {background: url() 0 0 no-repeat;background-position:left;}
#subNavWrap ul li a div{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;width:100%;}
#subNavWrap ul li#active {background:#fff;border-bottom:3px solid #fff;border-top:3px solid #00c0ff;}
#subNavWrap ul li#active a{color:#191919;font-weight:800;}


/* 상단메뉴-우리장터(모바일)가 3개일때*/
 ul#siteMaplistW3 {
        text-align:center;
        padding: 0 auto;
		margin: 0 auto;
		height:53px;
		background: URL(http://shop.moongory.com/image/main/image/bg_topMenu_woori.jpg) 0 0 repeat-x;
		
 }

 ul#siteMaplistW3 li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 49%;

 }

 ul#siteMaplistW3 li.gap {
       width: 2px;
	   height:53px;
	   background: URL(http://shop.moongory.com/image/main/image/bg_topMenu_woori_gap.png) 0 0 no-repeat;
}


 ul#siteMaplistW3 li a {
        display: block;
        color: #fff;
		text-shadow:none;
        text-decoration: none;
        font-size: 1.0em;
		line-height:53px;
        font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700; line-height: -0.5px;

 }

 ul#siteMaplistW3 li a:active {
        /*background: #336699;*/
        color: #efe343;
		text-decoration: none;
		text-shadow:none;
		font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;font-size: 1.0em; line-height: -0.5px;

 }
  ul#siteMaplistW3 li#active a, ul#siteMaplistW3 li#active a:active {
        /*background: #336699;*/
        color: #fff;
		text-decoration: none;
		text-shadow:none;
		font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;font-size: 1.0em; line-height: -0.5px;
		background: url(http://shop.moongory.com/image/main/image/bg_topMenu_woori_over.jpg) 0 0 repeat;text-align:center;/
 }


 #siteMaplistW3 ul li span.vwTotal2 {}

 #siteMapWrapW3 ul li {padding:0;margin:0;}
 #siteMapWrapW3 ul li div.detail {background:url(http://shop.moongory.com/image/mobile/bg_m_title.gif) 0 -169px repeat-x; height:31px;color:#333; position:relative; top:0px;}
 #siteMapWrapW3 ul li div.detail a {position:absolute; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;color:#fff;font-size: 0.9em;text-decoration:none; top:6px;left:10px;}
 #siteMapWrapW3 ul li div.detail p { position:absolute; right:0.1em; top:-10px;}

/*메인 MID BANNER */
div.mid_banner_Area_w {margin:0 auto;width:100%;background:#fff;}
div.mid_banner_Area_w ul {margin:0;padding:0;}
div.mid_banner_Area_w ul li{list-style: none;margin:0;padding:0;background:#fff;}
div.mid_banner_Area_w ul li img {width:100%}

 /* Product Index */
.cnt_product {background:#fff;}
.cnt_product .plist{border-bottom:1px solid #dfdfdf;}


.my_MainListTxt{font-family:'Nanum Gothic';font-weight:700;font-size:1em;}
.my_MainListTxt2{font-family:'Nanum Gothic';font-weight:500;font-size:0.8em;color:#336699;padding:0 auto;margin:0 auto;}
.my_MainListTxt3{font-family:'Nanum Gothic';font-weight:500;font-size:0.9em;color:#595959;padding:0 auto;margin:0 auto;}
.my_MainListTxt4{font-family:'Nanum Gothic';font-weight:600;font-size:12px;color:#000;padding:0 auto;margin:0 auto;}
.my_MainListTxt5{font-family:'맑은 고딕';font-weight:500;font-size:12px;color:#595959;padding:0 auto;margin:0 auto;letter-spacing:-1px;}


.plist{zoom:1;margin:0px;padding:0px;background:#fff;}
.plist:after{content: ".";clear:both;display:block;height:0;visibility:hidden;}
.plist li{position:relative;float:left;width:148px;padding:10px 0 20px 3px;line-height:14px;color:#686767; margin:0 5px 0 3px;}
.plist li img{width:148px;height:83px;margin-bottom:2px; border:1px solid #eee;}
.plist li a{color:#686767;text-decoration:none;}
.plist li a:hover{color:#686767;text-decoration:none;}
.plist li strong{display:block;color:#f26522;font-weight:normal;font-size:14px;padding-top:3px; padding-bottom:5px;}
.plist li strong.etc {display:block;color:#f26522;font-weight:normal;font-size:12px;padding: 1px 0;}
.plist li strong.price {display:block;color:#f26522;font-weight:normal;font-size:12px;padding-top:0px; padding-bottom:2px;}
.plist li span{color:#686767;display:block;height:30px;overflow:hidden;padding: 3px 0 3px 0;font-size:0.75em;font-family: 'Nanum Gothic';font-weight:"bold";} /*  상품제목 */
.plist li span a {color:#686767;} 
.plist li span a:hover{color:#686767;}
.plist li span.etcbold{display:block;height:15px;overflow:hidden;padding: 1px 0;font-weight: bold;font-size:0.9em;font-family:'verdana';}
.plist li span.etcbold em{font-weight: bold;font-size:1.0em;}


.plist strong.tag_new{position:absolute;top:10px;left:3px;display:block;width:26px;height:25px;background:url("http://shop.moongory.com/image/shop/ico_tag.png") no-repeat 0 0;text-indent:-9999px;}
.plist strong.tag_best{position:absolute;top:10px;left:3px;display:block;width:26px;height:25px;background:url("http://shop.moongory.com/image/shop/ico_tag.png") no-repeat 0 0;text-indent:-9999px;}
.plist strong.tag_event{position:absolute;top:10px;left:3px;display:block;width:26px;height:25px;background:url("http://shop.moongory.com/image/shop/ico_tag.png") no-repeat 0 0;text-indent:-9999px;}

.plist strong.tagn{background-position:0 0;}
.plist strong.tagh{background-position:-27px 0;}
.plist strong.tage{background-position:-54px 0;}

.plist li span.etcbold{display:block;height:15px;overflow:hidden;padding: 1px 0;font-weight: bold;}
.plist li span.etcbold em{font-weight: bold;}


 /* Tour Contents Index */
.clist{zoom:1;margin-right:0px;}
.clist:after{content: ".";clear:both;display:block;height:0;visibility:hidden;}
.clist li{position:relative;float:left;width:148px;padding:10px 0 20px 3px;line-height:14px;color:#686767; margin:0 5px 0 3px;}
.clist li img{width:148px;height:96px;margin-bottom:2px; border:1px solid #eee;}
.clist li div.tit{display:block;overflow:hidden;padding: 1px 0;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;font-size:12px; text-overflow:ellipsis;	overflow:hidden;width:145px;}
.clist li div.etc{display:block;overflow:hidden;padding: 1px 0;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;font-size:11px;text-overflow:ellipsis;	overflow:hidden;width:145px;}

.clist strong.tag_new{position:absolute;top:10px;left:6px;display:block;width:26px;height:25px;background:url("http://www.koreaimg.com/test/demos/docs/_assets/images/ico_tag.png") no-repeat 0 0;text-indent:-9999px;}
.clist strong.tag_best{position:absolute;top:10px;left:6px;display:block;width:26px;height:25px;background:url("http://www.koreaimg.com/test/demos/docs/_assets/images/ico_tag.png") no-repeat 0 0;text-indent:-9999px;}

.clist strong.tagn{background-position:0 0;}
.clist strong.tagh{background-position:-27px 0;}





/* paging */
.pagingQR { padding:20px 0 20px 0;margin:0px;text-align:center;white-space:nowrap;background:#fff;}
.pagingQR a{ display:inline-block; text-decoration: none;width:24px; height:24px; line-height:24px; margin-right:2px; *margin-right:5px; border:1px solid #e0e0e0;background-color:#fff;color:#888;font-size:14px;text-align:center;vertical-align:middle; font-weight:bold;}
.pagingQR a#active {border:3px solid #76b5ec;color:#336699;text-decoration: none;}
.pagingQR a:hover {border-color:#336699;color:#336699;text-decoration: none;}
.pagingQR a.none {vertical-align:0; border:none; *vertical-align:-15px;}


/* 검색토글 */
#searchSec { background:#00a99d; padding:10px;}
#searchSec form { position:relative; background:#fff;}
#searchSec form .fm_wrap .fm_input{ width:100%; border:0; vertical-align:top;}
#searchSec form .fm_wrap { margin:0px 32px 0 0; -webkit-box-shadow:0 1px 0 #31cc12}
#searchSec form input {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;font-size:0.9em;border:2px solid #f1f1f1 !important; height:33px; font-size:14px; -webkit-border-radius:0; -webkit-appearance:none;}
#searchSec form button { background:url("http:/shop.moongory.com/image/mobile/btn_search_m.png") no-repeat; -webkit-background-size:32px 40px; -moz-background-size:32px 40px; background-size:32px 40px;width:32px; height:40px; text-indent:-9999px; right:0; position:absolute; top:0;border:0px}

/* 검색토글:관광정보 */
#searchSecTour { background:#bf975d; padding:10px;}
#searchSecTour form { position:relative; background:#fff;}
#searchSecTour form .fm_wrap .fm_input{ width:100%; border:0; vertical-align:top;}
#searchSecTour form .fm_wrap { margin:0px 32px 0 0; -webkit-box-shadow:0 1px 0 #936e3a}
#searchSecTour form input {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;font-size:0.9em;border:2px solid #936e3a !important; height:33px; font-size:14px; -webkit-border-radius:0; -webkit-appearance:none;}
#searchSecTour form button { background:url("http:/shop.moongory.com/image/mobile/btn_search_m2.png") no-repeat; -webkit-background-size:32px 40px; -moz-background-size:32px 40px; background-size:32px 40px;width:32px; height:40px; text-indent:-9999px; right:0; position:absolute; top:0;border:0px}



/* 헤더 */
.headerSec {height:55px;}
.headerSec .LayAbsL {position:absolute;z-index:1890;top:0px;width:50px;}
.headerSec .LayAbsL .LayObjL {position:relative;left:10px;top:-5px;float:left;}
.headerSec .LayAbsR {position:absolute;z-index:1889;top:0px;right:0px;}
.headerSec .LayAbsR .LayObjR {position:relative;right:10px;top:-5px;float:right;}
.headerSec h1 {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;font-size:15px;letter-spacing:-1px;line-height:30px;}

/* 헤더_우리 */
.headerSec_w {background:url(http://shop.moongory.com/image/mobile/bg_m_title.gif) 0 -459px repeat-x; height:60px;color:#333; position:relative; top:0px;border-bottom:0px solid #232122;}
.headerSec_w .LayAbsL {position:absolute;z-index:10;top:0px;width:50px;}
.headerSec_w .LayAbsL .LayObjL {position:relative;left:5px;top:0px;float:left;}
.headerSec_w .LayAbsR {position:absolute;z-index:19;top:0px;right:0px;}
.headerSec_w .LayAbsR .LayObjR {position:relative;right:5px;top:0px;float:right;}
.headerSec_w h1 {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;font-size:15px;letter-spacing:-1px;padding-top:5px;}
.headerSec_w h1 img {width:162px;height:46px;}


.headerTourBg { background:#0c988a; -o-linear-gradient(top, rgba(12,152,138,1), rgba(9,123,112,1));background: -moz-linear-gradient(top, rgba(12,152,138,1), rgba(9,123,112,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(12,152,138,1)), color-stop(1, rgba(9,123,112,1)));}


#goods_header .LayAbsL,#goods_header_Tour .LayAbsL {position:absolute;z-index:1889;top:0px;}
#goods_header .LayAbsL .LayObjL ,#goods_header_Tour .LayAbsL .LayObjL {position:relative;left:2px;top:48px;float:left;}


/* 메인 공지사항 */
 .noticeRolll {background:#fff;}
 .noticeRolll dl {overflow: hidden;margin:0;}
 .noticeRoll dl dt {float: left; margin: 0 auto; padding: 2px 0 0 5px;}
 .noticeRoll dl dd {margin: 0 80px 0 22px; color: #fff; }
 .noticeRoll dl dd ul {width: 100%; }
 .noticeRoll dl dd ul li {font-size: 1.2em; line-height: 1em; letter-spacing: -1px; margin: 0 ;padding:0;}
 .noticeRoll dl dd ul li a {display: block; padding: 0 0 0 0; height: 20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;color:#636363; }
 .noticeRoll dl dd ul li a:hover {color:#636363; }
 .noticeRoll dl dd ul li a:link {color:#636363; }
 .noticeRoll dl dd ul li a:active {color:#636363; }
 .noticeRoll dl dd ul li a:visited {color:#636363; }
 .noticeRoll .LayAbsMore {position:absolute;z-index:1889;width:100%;}
 .noticeRoll .LayAbsMore .LayObjMore {position:relative;right:10px;top:-35px;float:right;}
 .text_11 {
	font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;
	font-size: 12px;
	color:#636363;
	}	
.text_ft {
	font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;
	font-size: 12px;
	color:#636363;
	padding:10px;
	}
	

 /* 쇼핑몰 페이징 리스트 */
 /*.sorting_select { border-bottom:1px solid #ddd; border-top:1px solid #d8d8d8; padding:0.7em; background:#fff;font-size:0.8em;line-height:30px;}
 .sorting_select #active { border:1px solid #4f89cf; background:url(http://www.koreaimg.com/test/demos/docs/_assets/images/bg_btn_blue.gif) repeat-x; height:19px; padding:2px 8px 3px 6px; letter-spacing:-1px; text-align:center; }
 .sorting_select #active a,
 .sorting_select #active a:active { color:#fff; font-weight:bold;text-decoration: none;} 
 .sorting_select span { border:1px solid #a6a6a6; background:url(http://www.koreaimg.com/test/demos/docs/_assets/images/bg_btn_white.gif) repeat-x; height:19px; padding:2px 8px 3px 6px; line-height:19px;letter-spacing:-1px; text-align:center;display:inline-block; }
 .sorting_select span a,
 .sorting_select span a:active { color:#555555;text-decoration: none;}*/

/***2017.12.28 수정***/
 /* 쇼핑몰 페이징 리스트 */
 .sorting_select,.sorting_select_first {background:#f4f4f4; padding:2%; font-size:0.8em; overflow:hidden; border-bottom:none;}
 .sorting_select_first{background:#fff;}
 .sorting_select #active {}
 .sorting_select #active a,
 .sorting_select #active a:active { color:#2489ce; font-weight:600;} 
 .sorting_select span,.sorting_select_first span { width:25%; float:left; line-height:19px; letter-spacing:-1px; text-align:center; border:1px solid #f4f4f4; border-top:none;  border-left:none; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
 .sorting_select span a,.sorting_select_first span a{ width:100%; display:inline-block;  height:19px; padding:10px 0;  background:#fff;}
 .sorting_select span a,.sorting_select span a:active,.sorting_select_first span a,.sorting_select_first span a:active { color:#555555;text-decoration: none;} 
 .sorting_select_first span {border:1px solid #e0e0e0;}
 .sorting_select_first span a {color:#696969;}



 /* 쇼핑몰-지역상품 페이징 리스트 */

 .category_area_map {width:100%;padding:0 ;margin:0 ; background:url(http://shop.moongory.com/image/mobile/bg_img_map.jpg) repeat;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;color:#000;}
 .category_area_map div img{min-width:320px;max-width:320px;}
 .category_area_map div.info {text-align:center;background:#f9f8ab;border:1px solid #cfce7a;font-size: 0.9em;font-family:'Nanum Gothic';letter-spacing:-1px;height:30px;line-height:30px;}
 .category_area_map div.category_area_map_link a, .category_area_map div.category_area_map_link a:link {text-decoration:none;color:#000;}
 .category_area_map div.category_area_map_link a:hover, .category_area_map div.category_area_map_link a:active {background:#336699;font-size:1.1em;font-weight:600;;color:#fff;}

/* 각 지역별 좌표 */ 
.category_area_map div.absArea {position:absolute;}
.category_area_map div.area_Seoul {position:relative;left:65px;top:50px;}
.category_area_map div.area_Busan {position:relative;left:155px;top:180px;}
.category_area_map div.area_Daegu {position:relative;left:155px;top:145px;}
.category_area_map div.area_Gwangju {position:relative;left:65px;top:182px;}
.category_area_map div.area_Incheon {position:relative;left:25px;top:45px;}
.category_area_map div.area_Daejeon {position:relative;left:73px;top:118px;}
.category_area_map div.area_Ulsan {position:relative;left:170px;top:162px;}
.category_area_map div.area_Gyeonggi {position:relative;left:70px;top:70px;}
.category_area_map div.area_Gangwon {position:relative;left:120px;top:45px;}
.category_area_map div.area_Chungcheongbuk {position:relative;left:90px;top:95px;}
.category_area_map div.area_Chungcheongnam {position:relative;left:55px;top:102px;}
.category_area_map div.area_Jeollabuk {position:relative;left:70px;top:150px;}
.category_area_map div.area_Jeollanam {position:relative;left:52px;top:200px;}
.category_area_map div.area_Gyeongsangbuk {position:relative;left:145px;top:110px;}
.category_area_map div.area_Gyeongsangnam {position:relative;left:110px;top:170px;}
.category_area_map div.area_Jeju {position:relative;left:37px;top:245px;}
.category_area_map div.area_Sejong {position:relative;left:50px;top:125px;}


 
 .category_area {width:100%;padding:0 ;margin:0 ; background:#fff;}
 .category_area div {width:33%;height:55px;padding-top:20px;border-right:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8; float:left;background:#fff;text-align:center;vertical-align:middle;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;font-size: 14px;}
 .category_area div a, .category_area div a:link, .category_area div a:hover {text-decoration:none;color:#000;}
 .category_area div:active  {background:#336699;}
 .category_area #active { border:1px solid #4f89cf; background:url(http://www.koreaimg.com/test/demos/docs/_assets/images/bg_btn_blue.gif) repeat-x; height:19px; padding:2px 8px 3px 6px; letter-spacing:-1px; text-align:center; }
 .category_area #active a,
 .category_area #active a:active  { color:#fff; font-weight:bold;text-decoration: none;} 


 .category_area_sub {padding:15px;background:#f1f1f1;border-bottom:1px solid #ddd;}
 .category_area_sub div.stitle {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size: 18px;	color:#000;}
 .category_area_sub div.stitle2 {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;font-size: 15px;	color:#636363;}
 .category_area_sub div.stitle3 {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size: 17px;	color:#000;}
 
 .category_area_sub2 {padding:15px;background:#fff;border-bottom:1px solid #ddd;}

 .category_area_sub div.my_subSearch_fm {float:right;font-size: 12px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;padding-left:5px;}
 .category_area_sub div.my_subSearch_fm .sch_year {display:block; position:relative; border: 1px solid #ccc; background-color:#fff; float:left;;}
 .category_area_sub div.my_subSearch_fm .sch_year select {border:0px; color: #444; font-size: 12px; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none;  border-radius: none; background:transparent; margin:8px;text-indent:0;}

 /* 쇼핑몰-테마상품 페이징 리스트 */
 .category_theme {width:100%;padding:0 ;margin:0 ; background:#fff;}
 .category_theme div img{width:40px;}
 .category_theme div {width:33%;height:100px;padding-top:25px;border-right:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8; float:left;background:#fff;text-align:center;vertical-align:middle;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;font-size: 1.0em;}
 .category_theme div a, .category_theme div a:link, .category_theme div a:hover {text-decoration:none;color:#000;}
 .category_theme div:active  {background:#336699;}

 /* 쇼핑몰-관광정보 페이징 리스트 */
 .category_tour {width:100%;padding:0 ;margin:0 ; background:#fff;}
 .category_tour div img{width:40px;}
 .category_tour div {width:33%;height:60px;padding-top:40px;border-right:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8; float:left;background:#fff;text-align:center;vertical-align:middle;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;font-size: 1.0em;}
 .category_tour div a, .category_tour div a:link, .category_tour div a:hover {text-decoration:none;color:#000;}
 .category_tour div:active  {background:#336699;}, .category_tour div:active  a{color:#fff}

 /* 쇼핑몰-관광정보 페이징 리스트 - 2개 */
 .category_tour2{width:100%;padding:0 ;margin:0 ; background:#fff;}
 .category_tour2 div img{width:80px;}
 .category_tour2 div {width:49.6%;height:120px;padding-top:20px;border-right:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8; float:left;background:#fff;text-align:center;vertical-align:middle;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;font-size: 1.0em;}
 .category_tour2 div a, .category_tour2 div a:link, .category_tour2 div a:hover {text-decoration:none;color:#000;}
 .category_tour2 div:active  {background:#336699;}, .category_tour2 div:active  a{color:#fff}

 .category_theme_sub {padding:15px;background:#f1f1f1;border-bottom:1px solid #ddd;}
 .category_theme_sub div.stitle {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size: 18px;	color:#000;}
 .category_theme_sub div.stitle2 {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;font-size: 15px;	color:#636363;}

 .category_theme_sub div.my_subSearch_fm {float:right;font-size: 12px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;padding-left:5px;}
 .category_theme_sub div.my_subSearch_fm .sch_year {display:block; position:relative; border: 1px solid #ccc; background-color:#fff; float:left;;}
 .category_theme_sub div.my_subSearch_fm .sch_year select {border:0px; color: #444; font-size: 12px; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none;  border-radius: none; background:transparent; margin:8px;text-indent:0;}


 /* 메인-벤더사 하단 판매자정보 */
.vd_info { background: #fff;padding:10px; letter-spacing: -1.5px;}
.vd_info table{font-size:0.8em;font-family: 'Nanum Gothic';font-weight:"700";text-align:left;color:#000;padding-left:10px;}	
.vd_info table th{font-size:0.9em;color:#336699;}
.vd_info table .c_name{font-size:1.2em;color:#000;}
.vd_info table span.tit{font-size:1.8em;color:#336699;font-family: 'Nanum Gothic';font-weight:"700";padding-left:10px;}
.vd_info img {border:5px #f1f1f1 solid;"}
.vd_info_tab{font-family: 'Nanum Gothic';font-weight:700;font-size:0.8em;border-top:1px #dfdfdf solid;background:#f1f1f1;padding:10px;}


/* GoogleMap */
.headerMapSec { padding:0 auto;}
.headerMapSec h1 {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;}
.headerMapBg { background:#0c988a; -o-linear-gradient(top, rgba(12,152,138,1), rgba(9,123,112,1));background: -moz-linear-gradient(top, rgba(12,152,138,1), rgba(9,123,112,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(12,152,138,1)), color-stop(1, rgba(9,123,112,1)));}



/* 브랜드&그룹 */
.container_cat_group{ width:100%;	background:#343c49;	}
.cat_group_m li	a{ 
	padding:0 15px 0 15px;
	font-family: 'Nanum Gothic', sans-serif;
	font-style: normal;
	font-weight:700;
	font-size:1.0em;
	color:#888;
	text-decoration:none;
}
.cat_group_m li#active a {
	/*background: #f1f1f1;*/
	color: #ede100;
	font-size:1.0em;
	font-weight:800;
}


/* 애플리케이션 MYPAGE */
.appLst li {
	padding:0 15px 0 15px;
	height:50px;
	line-height:50px;
	background:#fff;
	font-family: 'Nanum Gothic', sans-serif;
	font-style: normal;
	font-weight:700;
	font-size:1.0em;
	color:#000;
	text-decoration:none;
	border-top:1px solid #e1e1e1;
}

/* 애플리케이션 MYPAGE */
/* 1개 */
ul#appLst1 {
        margin: 0 auto ;
		width:100%;
		height:41px;


		
		
}

ul#appLst1 li {
    float:left;
	width:100%;
	text-align:center;
	padding:15px 0 15px 0;
	background:#fff;
	font-family: 'Nanum Gothic', sans-serif;
	font-style: normal;
	font-weight:700;
	font-size:13px;
	color:#000;
	text-decoration:none;
	border-left:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}


/* 애플리케이션 MYPAGE */
/* 4개 */
ul#appLst4 {
        margin: 0 auto ;
		width:100%;
		height:41px;
	
}

ul#appLst4 li {
    float:left;
	width:49%;
	text-align:center;
	padding:10px  0;
	background:#fff;
	font-family: 'Nanum Gothic', sans-serif;
	font-style: normal;
	font-weight:700;
	font-size:13px;
	color:#000;
	text-decoration:none;
	border-left:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}

/* 3개 */
ul#appLst3 {
        margin: 0 auto ;
		width:100%;
		height:41px;


		
		
}

ul#appLst3 li {
    float:left;
	width:33%;
	text-align:center;
	padding:15px 0 15px 0;
	background:#fff;
	font-family: 'Nanum Gothic', sans-serif;
	font-style: normal;
	font-weight:700;
	font-size:13px;
	color:#000;
	text-decoration:none;
	border-left:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}

/* 2개 */
ul#appLst2 {
        margin: 0 auto ;
		width:100%;
		height:41px;
	
}

ul#appLst2 li {
    float:left;
	width:49%;
	text-align:center;
	padding:15px 0;
	background:#fff;
	font-family: 'Nanum Gothic', sans-serif;
	font-style: normal;
	font-weight:700;
	font-size:13px;
	color:#000;
	text-decoration:none;
	border-left:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}


/* 상품예약하기 */
table.Tour_box_info {width:100%;}
table.Tour_box_info th { font-family: 'Nanum Gothic';font-weight:700;font-size:13px;color:#000;text-align:left;width:40px;padding:10px 0 10px 7px;}
table.Tour_box_info td.Stext_reg_1 { font-family: 'Nanum Gothic';font-weight:500;font-size:14px;color:#464646;text-align:left;}
table.Tour_box_info td.Stext_reg_1_arrive { font-family: 'Nanum Gothic';font-weight:700;font-size:16px;color:#000;text-align:left;}
table.Tour_box_info td.Stext_reg_2 { font-family: 'Nanum Gothic';font-weight:500;font-size:12px;color:#464646;text-align:left;}
table.Tour_box_info td.Stext_reg_bold { font-family: 'Nanum Gothic';font-weight:700;}

table.Tour_box_info2 th { font-family: 'Nanum Gothic';font-size:12px;color:#000;text-align:left;;width:120px;padding:2px 0 2px 0;}

table.Tour_box_info3 th { font-family: 'Nanum Gothic';font-weight:700;font-size:13px;color:#000;text-align:left;width:80px;padding:10px 0 10px  7px;}
table.Tour_box_info3 td.Stext_reg_1 { font-family: 'Nanum Gothic';font-weight:500;font-size:14px;color:#464646;text-align:left;}
table.Tour_box_info3 td.Stext_reg_2 { font-family: 'Nanum Gothic';font-weight:500;font-size:12px;color:#464646;text-align:left;}
table.Tour_box_info3 td.Stext_reg_bold { font-family: 'Nanum Gothic';font-weight:700;}


table.layer_Tour  { font-family: 'Nanum Gothic';font-size:12px;color:#000;border:1px solid #e1e1e1;}
table.layer_Tour th{ background:#f1f1f1;padding:10px;text-align:left;border-right:1px solid #e1e1e1;border-top:1px solid #e1e1e1;}
table.layer_Tour td{ background:#fff;padding:10px;border-top:1px solid #e1e1e1;}


#tour_sch_sub table{background:#fff; width:100%;}
#tour_sch_sub table th{font-family: 'Nanum Gothic';font-weight:600;font-size:17px;color:#000;padding:18px 0 5px 10px;text-align:center;border-bottom:#e1e1e1 2px solid;}
#tour_sch_sub table td{padding:10px;border-bottom:#e1e1e1 1px solid;}
#tour_sch_sub table td table { border:0; padding:0 auto; margin:0 auto;}
#tour_sch_sub table td table td{border-bottom:#e1e1e1 1px solid;font-family: 'Nanum Gothic';font-size:12px;line-height:16px;}

#tour_sch_sub2 table{background:#fff;}
#tour_sch_sub2 table th{font-family: 'Nanum Gothic';font-weight:600;font-size:13px;color:#000;padding:10px 0 10px 0;text-align:center;border:#e1e1e1 1px solid;}
#tour_sch_sub2 table td{padding:10px;border:#e1e1e1 1px solid;}

#tour_sch_sub3 table{background:#fff; width:100%;}
#tour_sch_sub3 table th{font-family: 'Nanum Gothic';font-weight:600;font-size:18px;color:#fff;padding:10px 0 5px 2px;text-align:center;border-bottom:#595959 0px solid;background:#595959;}
#tour_sch_sub3 table td{padding:2px;border-bottom:#595959 1px solid;}
#tour_sch_sub3 table td table { border-collapse:collapse;border:0; padding:0 auto; margin:0 auto;}
#tour_sch_sub3 table td table td{border:#595959 1px solid;font-family: 'Nanum Gothic';font-size:12px;line-height:15px;text-indent:5px;}

#tour_sch_rev table{background:#fff;}
#tour_sch_rev table th{font-family: 'Nanum Gothic';font-weight:600;font-size:17px;color:#000;padding:18px 0 5px 10px;text-align:center;border-bottom:#e1e1e1 2px solid;}
#tour_sch_rev table td{padding:10px;border-bottom:#e1e1e1 1px solid;}
#tour_sch_rev table td table { border:0; padding:0 auto; margin:0 auto;}
#tour_sch_rev table td table td{border-bottom:#e1e1e1 1px solid;font-family: 'Nanum Gothic';font-size:12px;line-height:16px;}
#tour_sch_rev input.inputType2 {background:#888;BORDER-RIGHT: #d9dad3 1px solid; BORDER-TOP: #d9dad3 1px solid; FONT-SIZE: 11px; font-family: "돋움", "돋움","Verdana", "Tahoma", "Helvetica";BORDER-LEFT: #d9dad3 1px solid; COLOR: #f1f1f1; BORDER-BOTTOM: #d9dad3 1px solid; height:30px;}
#tour_sch_rev input.inputType1 {background:#ec008c;BORDER-RIGHT: #d9dad3 1px solid; BORDER-TOP: #d9dad3 1px solid; FONT-SIZE: 11px; FONT-weight: bold;font-family: "돋움", "돋움","Verdana", "Tahoma", "Helvetica";BORDER-LEFT: #d9dad3 1px solid; COLOR: #fff; BORDER-BOTTOM: #d9dad3 1px solid; height:30px;}
input.inputType1Big_n {font-family: 'Nanum Gothic';font-weight:700;BORDER-RIGHT: #951e1c 1px solid; BORDER-TOP: #951e1c 1px solid; FONT-SIZE: 15px;BORDER-LEFT: #951e1c 1px solid; COLOR: #fff; BORDER-BOTTOM: #951e1c 1px solid; height:40px;width:100%;letter-spacing:-1.0px;}
input.inputType1Big_n { -o-linear-gradient(top, rgba(209,50,50,1), rgba(218,65,65,1));background: -moz-linear-gradient(top, rgba(209,50,50,1), rgba(218,65,65,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(209,50,50,1)), color-stop(1, rgba(218,65,65,1)));}
input.inputType1Big_n2 {font-family: 'Nanum Gothic';font-weight:700;BORDER-RIGHT: #393939 1px solid; BORDER-TOP: #393939 1px solid; FONT-SIZE: 13px;BORDER-LEFT: #393939 1px solid; COLOR: #fff; BORDER-BOTTOM: #393939 1px solid; height:40px;width:100%;letter-spacing:-1.0px;}
input.inputType1Big_n2 { -o-linear-gradient(top, rgba(65,69,88,1), rgba(80,85,109,1));background: -moz-linear-gradient(top, rgba(65,69,88,1), rgba(80,85,109,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(65,69,88,1)), color-stop(1, rgba(80,85,109,1)));}
input.inputType1Big_e {font-family: 'Nanum Gothic';font-weight:700;BORDER-RIGHT: #3173b9 1px solid; BORDER-TOP: #3173b9 1px solid; FONT-SIZE: 13px;BORDER-LEFT: #0c4887 1px solid; COLOR: #fff; BORDER-BOTTOM: #0c4887 1px solid; height:40px;width:100%;letter-spacing:-1.0px;}
input.inputType1Big_e { -o-linear-gradient(top, rgba(21,100,157,1), rgba(27,114,168,1));background: -moz-linear-gradient(top, rgba(21,100,157,1), rgba(27,114,168,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(21,100,157,1)), color-stop(1, rgba(27,114,168,1)));}
input.inputType3Big {font-family: 'Nanum Gothic';font-weight:700;BORDER-RIGHT: #acacac 1px solid; BORDER-TOP: #acacac 1px solid; FONT-SIZE: 13px;BORDER-LEFT: #5c5c5c 1px solid; COLOR: #613d0e; BORDER-BOTTOM: #5c5c5c 1px solid; height:40px;width:100%;letter-spacing:-1.0px;}
input.inputType3Big { -o-linear-gradient(top, rgba(246,246,246,1), rgba(238,212,177,1));background: -moz-linear-gradient(top, rgba(246,246,246,1), rgba(238,212,177,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(246,246,246,1)), color-stop(1, rgba(238,212,177,1)));}
input.inputType2Big {font-family: 'Nanum Gothic';font-weight:700;BORDER-RIGHT: #acacac 1px solid; BORDER-TOP: #acacac 1px solid; FONT-SIZE: 13px;BORDER-LEFT: #5c5c5c 1px solid; COLOR: #000; BORDER-BOTTOM: #5c5c5c 1px solid; height:40px;width:100%;letter-spacing:-1.0px;}
input.inputType2Big { -o-linear-gradient(top, rgba(246,246,246,1), rgba(225,225,225,1));background: -moz-linear-gradient(top, rgba(246,246,246,1), rgba(225,225,225,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(246,246,246,1)), color-stop(1, rgba(225,225,225,1)));}
input.inputType1Big {font-family: 'Nanum Gothic';font-weight:700;BORDER-RIGHT: #cb0847 1px solid; BORDER-TOP: #cb0847 1px solid; FONT-SIZE: 15px;BORDER-LEFT: #d9dad3 1px solid; COLOR: #fff; BORDER-BOTTOM: #d9dad3 1px solid; height:50px;width:100%;letter-spacing:-1.0px;}
input.inputType1Big { -o-linear-gradient(top, rgba(250,91,185,1), rgba(214,3,128,1));background: -moz-linear-gradient(top, rgba(250,91,185,1), rgba(214,3,128,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(250,91,185,1)), color-stop(1, rgba(214,3,128,1)));}
input.inputType1BigWide { -o-linear-gradient(top, rgba(250,91,185,1), rgba(214,3,128,1));background: -moz-linear-gradient(top, rgba(250,91,185,1), rgba(214,3,128,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(250,91,185,1)), color-stop(1, rgba(214,3,128,1)));}
input.inputType1BigWide {font-family: 'Nanum Gothic';font-weight:700;BORDER-RIGHT: #cb0847 1px solid; BORDER-TOP: #cb0847 1px solid; FONT-SIZE: 13px;BORDER-LEFT: #d9dad3 1px solid; COLOR: #fff; BORDER-BOTTOM: #d9dad3 1px solid; height:30px;width:120px;letter-spacing:-1.0px;}
input.inputType2BigWide { -o-linear-gradient(top, rgba(65,69,88,1), rgba(80,85,109,1));background: -moz-linear-gradient(top, rgba(65,69,88,1), rgba(80,85,109,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(65,69,88,1)), color-stop(1, rgba(80,85,109,1)));}
input.inputType2BigWide {font-family: 'Nanum Gothic';font-weight:700;BORDER-RIGHT: #393939 1px solid; BORDER-TOP: #393939 1px solid; FONT-SIZE: 13px;BORDER-LEFT: #393939 1px solid; COLOR: #fff; BORDER-BOTTOM: #393939 1px solid; height:30px;width:120px;letter-spacing:-1.0px;}
input.inputType11Big {font-family: 'Nanum Gothic';font-weight:700;BORDER-RIGHT: #acacac 1px solid; BORDER-TOP: #acacac 1px solid; FONT-SIZE: 13px;BORDER-LEFT: #5c5c5c 1px solid; COLOR: #000; BORDER-BOTTOM: #5c5c5c 1px solid; height:50px;width:100%;letter-spacing:-1.0px;}
input.inputType11Big { -o-linear-gradient(top, rgba(246,246,246,1), rgba(225,225,225,1));background: -moz-linear-gradient(top, rgba(246,246,246,1), rgba(225,225,225,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(246,246,246,1)), color-stop(1, rgba(225,225,225,1)));}

table.product_review th{font-family: 'Nanum Gothic';font-weight:600;font-size:12px;color:#fff;padding:5px 0 5px 0;text-align:center;background:#fb4f05;}


table.orderTitTour_table {background:#ff8601;}
div.orderTitTour_1{font-family: 'Nanum Gothic';font-weight:700;font-size:15px;color:#fff;padding:10px 0 10px 10px;}
div.orderTitTour_2{font-family: 'Nanum Gothic';font-weight:700;font-size:13px;color:#555555;padding:5px 0 5px 10px;}
div.orderTitTour_3{font-family: 'Nanum Gothic';font-weight:700;font-size:14px;color:#fff;padding:35px 0 35px 0;text-align:left;}


table.orderTitTour_table2 {border:1px solid #9a807b;}
table.orderTitTour_table2 th{text-align:left;padding:10px 0 10px 10px;font-weight:bold;font-size:12px;background:#e1e1e1;}
table.orderTitTour_table2 td{text-align:center;padding:10px 0 10px 0;}
table.orderTitTour_table2 td.orderTitTour_table2_td{text-align:center;background:#f1f1f1;}


div.ui-grid-btn {font-family: 'Nanum Gothic';font-weight:600;font-size:1.2em;text-align:center;padding-top:5px;padding-bottom:10px;margin:0;background:#fff;padding:20px; }
div.ui-grid-btn_n {font-family: 'Nanum Gothic';font-weight:600;font-size:1.2em;text-align:center;padding-top:0px;padding-bottom:10px;margin:0;background:#fff;}

div.ui-grid-tour {border-top:2px solid #636363;font-family: 'Nanum Gothic';font-weight:600;font-size:1.1em;padding-left:10px;padding-top:5px;padding-bottom:10px;}
div.ui-grid-tour {background:#f1f1f1; -o-linear-gradient(top, rgba(240,240,240,1), rgba(216,216,216,1));background: -moz-linear-gradient(top, rgba(240,240,240,1), rgba(216,216,216,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(240,240,240,1)), color-stop(1, rgba(216,216,216,1)));}
div.ui-grid-tour-b {font-family: 'Nanum Gothic';font-weight:500;font-size:1.0em;background:#fff;padding-left:10px;padding-top:2px;padding-bottom:2px;}
table.ui-table-tour {border-collapse:collapse;}
table.ui-table-tour th {font-family: 'Nanum Gothic';font-weight:700;font-size:13px;color:#000;border:1px solid #c2c2c2;background:#f1f1f1;}
table.ui-table-tour td {font-family: 'Nanum Gothic';font-weight:400;font-size:14px;color:#595959;border:1px solid #c2c2c2;;padding:3px 0 3px 10px;}
table.ui-table-tour ul {padding:5px 0 5px 0;margin:0;}
table.ui-table-tour ul li {line-height:12px;padding:3px 0 3px 0;}
table.ui-table-tour span.txtPrice {color:#f26522;font-weight:800;font-size:14px;}



/* slider*/

		.touchslider-cat .touchslider-nav {
			text-align: center;
			padding-top:10px;
			height:29px;
		}
		.touchslider-cat .touchslider-nav a {
			cursor: pointer;
			color: #fac200;
		}
		.touchslider-cat .touchslider-nav a:active {
			background: #fff200;
		}

		.touchslider-cat .touchslider-nav-item {
			width: 11px;
			height: 11px;
			background: #c2c2c2;
			margin: 0 7px;
			display: inline-block;
			-webkit-border-radius: 12px;
			        border-radius: 12px;
		}
		.touchslider-cat .touchslider-nav-item-current {
			background: #fac200;
		}


 /* */
  /* */
   /* */
/* MyPage 추가 이벤트보관함 */

.header-mypage-event {background:-o-linear-gradient(top, rgba(136,82,68,1), rgba(109,39,27,1));background: -moz-linear-gradient(top, rgba(136,82,68,1), rgba(109,39,27,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(136,82,68,1)), color-stop(1, rgba(109,39,27,1)));}
.bg_woodBack_top {background: url(http://www.koreaimg.com/test/demos/docs/_assets/images/bg_wood_titback.jpg ) top center repeat; }
.bg_woodBack_ct {background: url(http://www.koreaimg.com/test/demos/docs/_assets/images/bg_wood_giftback_top.jpg) top center repeat; }
.bg_woodBack_rib {background: url(http://www.koreaimg.com/test/demos/docs/_assets/images/img_mypage_ev_ribbon.png) top left no-repeat; }
.bg_woodBack_con {background: url(http://www.koreaimg.com/test/demos/docs/_assets/images/bg_wood_giftback3.jpg) top center repeat; }
 /* 마이페이지 상단 메뉴 */
  /* TYPE WOOD */
 .my_container_w {
        margin: 0 auto;
        padding: 0 auto;
        border-top: 0px solid #336699;
		height:35px;
		
 }
 ul#mylist_w {
        text-align:center;
        padding: 0 auto;
		text-shadow:none;
 }

 ul#mylist_w li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 25%;
 }



 ul#mylist_w li a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
		color: #c19a9a;
        text-decoration: none;
        font-size: 11px;
        font-family: 'Nanum Gothic';
 }

 #my_container_w#ul#mylist_w li a { width: auto; }

 ul#mylist_w li#active a, ul#mylist_w li#active a:hover {
        /*background: #336699;*/
        color: #fff;
        font-size: 12px;
        font-family: 'Nanum Gothic';
		font-weight:800;
 }

/*3개 일떄 */
 ul#mylist_w3 {
        text-align:center;
        padding: 0 auto;

 }

 ul#mylist_w3 li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0 auto;
        width: 33%;
 }



 ul#mylist_w3 li a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
		color: #c19a9a;
        text-decoration: none;
        font-size: 12px;
        font-family: 'Nanum Gothic';
		text-shadow:none;
 }

 #my_container_w3#ul#mylist_w3 li a { width: auto; }

 ul#mylist_w3 li#active a, ul#mylist_w3 li#active a:hover {
        /*background: #336699;*/
        color: #fff;
        font-size: 13px;
        font-family: 'Nanum Gothic';
		font-weight:800;
		text-shadow:none;
 }
/*리스트로 뿌려질때 */
 ul#mylist_w3 li#active2 a{
        /*background: #336699;*/
        color: #fff;
        font-size: 13px;
        font-family: 'Nanum Gothic';
		font-weight:800;
		text-shadow:none;
		text-align:left;
		text-indent:10px;
		width:320px;
 }

 /* */
.my_EvList_wood {height:100% auto;}
.my_EvList_wood table {border-collapse:collapse;font-size: 1em;font-family:'Nanum Gothic';color:#595959;text-align:center;line-height:18px;}
.my_EvList_wood table div {width:100px;height:95px;padding:0px 15px 0px 15px;margin-top:35px;float:left;font-family: 'Nanum Gothic';font-size: 11px;font-weight:500;line-spacing:-1px;color:#fff;}
.my_EvList_wood table div img {width:100px; height: 60px;}
.my_EvList_wood table div p {line-height:18x;width:100px;}

/* paging 우드 스타일*/
.pagingQR_wood { padding:20px 0 20px 0;margin:0px;text-align:center;white-space:nowrap;}
.pagingQR_wood a{display:inline-block; text-decoration: none;width:24px; height:24px; line-height:24px; margin-right:2px; *margin-right:5px; border:1px solid #381a12;color:#381a12;font-size:14px;text-align:center;vertical-align:middle; font-weight:bold;}
.pagingQR_wood a#active {background:#381a12;border:0px solid #76b5ec;color:#fff;text-decoration: none;}
.pagingQR_wood a:hover {border-color:#fff;color:#381a12;text-decoration: none;}
.pagingQR_wood a.none {vertical-align:0; border:none; *vertical-align:-15px;}
 /* */
 /* */



/* 프리미엄 상품 */
div.tabPrem {clear:both;padding:15px 5px 15px 5px;text-align:center;background:#f9f8ab;border:1px solid #cfce7a;font-size: 1em;font-family:'Nanum Gothic';letter-spacing:-1px;}

/* 회원로그인 */
div.tabMylogin {clear:both;padding:15px 5px 15px 5px;text-align:center;background:#f9f8ab;border:1px solid #cfce7a;font-size: 1em;font-family:'Nanum Gothic';letter-spacing:-0.5px;}


/* 여행상품 스케쥴 - 리스트 */
fieldset div.dch-input-box {position: relative;clear:both;text-align:Center;margin:0 auto;padding:15px 0 10px 10px;height:50px;background:#fff;}
fieldset div.dch-input-box .input-none {font-size:0.9em;width:13%; display:block; position:relative;margin-left:0px;margin-top:5px;float:left;text-align:center;}
fieldset div.dch-input-box .input-none2 {font-size:0.8em;width:10%; display:block; position:relative;float:left;margin-top:5px;}
fieldset div.dch-input-box .input-none3 {font-size:0.8em;width:80px; display:block; position:relative;float:left;margin-top:5px;}
fieldset div.dch-input-box .input {font-size:0.9em;height: 40px; width:13%; display:block; position:relative; border: 1px solid #ccc; background-color:#fff; margin-left:0px;float:left;}
fieldset div.dch-input-box .input select {border:0px; height: 40px; color: #444; font-size:0.9em; text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none; border-radius: none; background:transparent; margin-left:0px; margin-top:0px; text-indent:0;letter-spacing:-1.5px;}
fieldset div.dch-input-box .input2 {font-size:0.9em;height: 40px; width:16%; display:block; position:relative; border: 1px solid #ccc; background-color:#fff; margin-left:5px;float:left;}
fieldset div.dch-input-box .input2 select {font-size:0.9em;border:0px; height: 40px; color: #444; font-size:0.9em; text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none; border-radius: none; background:transparent; margin-left:0px; margin-top:0px; text-indent:0;letter-spacing:-1.5px;}
fieldset div.dch-input-box .input_weekly {font-size:0.9em;height: 40px; width:48%; display:block; position:relative; border: 1px solid #ccc; background-color:#fff; margin-left:5px;float:left;}
fieldset div.dch-input-box .input_weekly select {border:0px; height: 40px; color: #444; font-size:0.9em; text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none; border-radius: none; background:transparent; margin-left:0px; margin-top:0px; text-indent:0;letter-spacing:-1.5px;}
fieldset div.dch-input-box .input-none2 input{background:#fff; -o-linear-gradient(top, rgba(249,249,249,1), rgba(230,230,230,1));background: -moz-linear-gradient(top, rgba(249,249,249,1), rgba(230,230,230,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(249,249,249,1)), color-stop(1, rgba(230,230,230,1)));BORDER-RIGHT: #d0d0d0 1px solid; BORDER-TOP: #d0d0d0 1px solid; FONT-SIZE: 12px; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;;BORDER-LEFT: #d0d0d0 1px solid; COLOR: #4a4a4a; BORDER-BOTTOM: #d0d0d0 1px solid; height:30px;text-align:center;}
fieldset div.dch-input-box .input-none3 input{background:#fff; -o-linear-gradient(top, rgba(249,249,249,1), rgba(230,230,230,1));background: -moz-linear-gradient(top, rgba(249,249,249,1), rgba(230,230,230,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(249,249,249,1)), color-stop(1, rgba(230,230,230,1)));BORDER-RIGHT: #d0d0d0 1px solid; BORDER-TOP: #d0d0d0 1px solid; FONT-SIZE: 12px; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;;BORDER-LEFT: #d0d0d0 1px solid; COLOR: #4a4a4a; BORDER-BOTTOM: #d0d0d0 1px solid; height:30px;text-align:center;}
fieldset div.dch-input-box  input.input-calendar{background:#fff; -o-linear-gradient(top, rgba(226,61,69,1), rgba(156,10,17,1));background: -moz-linear-gradient(top, rgba(226,61,69,1), rgba(156,10,17,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(226,61,69,1)), color-stop(1, rgba(156,10,17,1)));BORDER-RIGHT: #e98f94 1px solid; BORDER-TOP: #e98f94 1px solid; FONT-SIZE: 12px; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;;BORDER-LEFT: #66060b 1px solid; COLOR: #fff; BORDER-BOTTOM: #66060b 1px solid; height:30px;padding:0 15px 0 15px;text-align:center;}
fieldset div.dch-input-box .input_monthly {height: 40px; width:24%; display:block; position:relative; border: 1px solid #ccc; background-color:#fff; margin-left:5px;float:left;}
fieldset div.dch-input-box .input_monthly select {border:0px; height: 40px; color: #444; font-size:0.9em; text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none; border-radius: none; background:transparent; margin-left:0px; margin-top:0px; text-indent:0;letter-spacing:-1.5px;}
fieldset div.dch-input-box .input_year {font-size:0.9em;height: 40px; width:58%; display:block; position:relative; border: 1px solid #ccc; background-color:#fff; margin-left:0px;float:left;}
fieldset div.dch-input-box .input_year select {border:0px; height: 40px; color: #444; font-size:0.9em; text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none; border-radius: none; background:transparent; margin-left:0px; margin-top:0px; text-indent:0;letter-spacing:-1.5px;}
/* 여행상품 스케쥴 - TABLE */
 .ev_lst_sorting { background:#fff;font-size:1em; }
 .ev_lst_sorting table {border-collapse:collapse;width:95%;}
 .ev_lst_sorting th {border-top:2px solid #84871c;border-right:1px solid #555555;border-bottom:1px solid #888;border-left:1px solid #555555;background:#efe343;height:30px;line-height:30px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;font-size:12px;color:#3e3f07;}
/* .ev_lst_sorting td div.hour {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:500;font-size:11px;text-align:center;width:40px;height:20px;line-height:20px;border:1px solid #336699; -o-linear-gradient(top, rgba(12,152,138,1), rgba(9,123,112,1));background: -moz-linear-gradient(top, rgba(12,152,138,1), rgba(9,123,112,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(12,152,138,1)), color-stop(1, rgba(9,123,112,1)));color:#fff; }*/
 .ev_lst_sorting td {background:#fff;border-left:solid 1px #555555;border-right:solid 1px #555555;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:13px;text-indent:10px;}

 .ev_lst_sorting td div.hour {width:60px;border-right:solid 1px #e1e1e1;font-family: 'Nanum Gothic', sans-serif;font-style: normal;color:#000;text-align:center;float:left;}
 .ev_lst_sorting td div.name {text-align:left;padding-left:10px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:220px;}
 .ev_lst_sorting td div.name a{text-decoration:none;color:#466d14;}
 .ev_lst_sorting td table.inner-table {border:none;width:100%;border-bottom:solid 1px #555555;}
 .ev_lst_sorting td table.inner-table th{border:none;background:#fff; width:60px;color:#000;}
 .ev_lst_sorting td table.inner-table td{border:none;border-left:solid 1px #555555;border-bottom:solid 1px #555555;}
 .ev_lst_sorting td table.inner-table tr.before td {background:#f1f1f1;font-size:11px;}
 .ev_lst_sorting td table.inner-table tr.before th {background:#f1f1f1;padding:0;font-size:11px;}
 .ev_lst_sorting td table.inner-table tr.before th {color:#959595;font-size:11px;}
 .ev_lst_sorting td table.inner-table tr.before td {color:#959595;font-size:11px;}
 .ev_lst_sorting td table.inner-table tr.before td a{color:#888;font-size:11px;text-decoration:none;}
/* 이벤트 스케쥴 - TAB */

ul#my_evLst_tab {
        margin: 0 auto ;
		width:100%;
		height:41px;
    	border-bottom:solid 2px #007b61;

		
		
}
ul#my_evLst_tab li:first-child {
        padding-left:10px;
		
}
ul#my_evLst_tab li {
        display: block;
        float: left;
        padding: 0;
		letter-spacing:-1px;
		text-align:center;
        list-style: none;
        margin: 0;
	    width:16%;
		
}

ul#my_evLst_tab li a {
        display: block;
        color: #000;
        text-decoration: none;
        border-left:solid 1px #f1f1f1;
		font-family: 'Nanum Gothic', sans-serif;
		font-style: normal;
		font-weight:600;
		font-size:12px;
		height:40px;
		line-height:40px;	



}


ul#my_evLst_tab li#active a, ul#my_evLst_tab li#active a:hover  {
        background: #fff;
		border-bottom:solid 1px #fff;
		border-top:solid 2px #007b61;
		border-left:solid 2px #007b61;
		border-right:solid 2px #007b61;
		font-weight:800;
		COLOR: #007b61;
		font-size:12px;
}

ul#my_evLst_inner {
        margin: 0 ;
        padding: 10px 0 10px 0;
		width:100%;
}

ul#my_evLst_inner li {
        display: block;
        float: left;
        padding: 0;
		text-align:center;
        list-style: none;
        margin: 0;
	   
		
}

ul#my_evLst_inner li:first-child {
       padding-left:10px;
		
}
ul#my_evLst_inner li a {
        display: block;
        color: #000;
        text-decoration: none;
        font-size: 11px;

		BORDER-TOP: none; 
		font-family: 'Nanum Gothic', sans-serif;
		font-style: normal;
		font-weight:600;
		font-size:12px;
		BORDER-right: #c1c2c9 1px solid;
		BORDER-BOTTOM: none;
		padding:5px 20px 5px 20px;
}



ul#my_evLst_inner li#active a, ul#my_evLst_inner li#active a:hover  {
        background: #888;
		font-weight:800;
		COLOR: #fff;
		font-size:13px;
}

/* 이벤트 -  TAB */
/*5개*/
#qz-move-tab5-n-Wrap {
		margin: 0;
		padding:10px 10px;
		background:#e1e1e1;
}

ul#qz-move-tab5-n {
        margin: 0;
		padding:0;
		width:100%;
		height:40px;
		box-shadow:1px 2px 0px #888888;
		background: #fff;
		 -o-linear-gradient(top, rgba(255,255,255,1), rgba(211,211,211,1));
		 background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(211,211,211,1));
		 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(1, rgba(211,211,211,1)));

		
}

ul#qz-move-tab5-n li {
        display: block;
        float: left;
        padding: 0;
		letter-spacing:-1.5px;
		text-align:center;
        list-style: none;
        margin: 0;
	    width:20%;
		background: #fff;
		 -o-linear-gradient(top, rgba(255,255,255,1), rgba(211,211,211,1));
		 background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(211,211,211,1));
		 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(1, rgba(211,211,211,1)));

		
}

ul#qz-move-tab5-n li a {
        display: block;
        color: #000;
        text-decoration: none;
        border-right:solid 1px #a9a9a9;
		font-family: 'Nanum Gothic', sans-serif;
		font-style: normal;
		font-weight:600;
		font-size:14px;
		height:40px;
		line-height:40px;	
		text-shadow:none;


}

/*ul#qz-move-tab4-n li:last-child  a{
        display: block;
        color: #ec008c;
        text-decoration: none;
        border-left:solid 1px #a9a9a9;
		font-family: 'Nanum Gothic', sans-serif;
		font-style: normal;
		font-weight:800;
		font-size:14px;
		height:40px;
		line-height:40px;	
		text-shadow:none;


}
*/
ul#qz-move-tab5-n li#active a, ul#qz-move-tab5-n li#active a:hover  {
        background: #e23d45;
		-o-linear-gradient(top, rgba(226,61,69,1), rgba(180,37,44,1));
		background: -moz-linear-gradient(top, rgba(226,61,695,1), rgba(180,37,44,1));
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(226,61,69,1)), color-stop(1, rgba(180,37,44,1)));

		border-top:solid 2px #e23d45;
		border-left:solid 2px #e23d45;
		border-right:solid 2px #e23d45;
		font-weight:800;
		COLOR: #fff;
		font-size:14px;
}
/*4개*/
#qz-move-tab4-n-Wrap {
		margin: 0;
		padding:10px 10px;
		background:#e1e1e1;
}

ul#qz-move-tab4-n {
        margin: 0;
		padding:0;
		width:100%;
		height:40px;
		box-shadow:1px 2px 0px #888888;
		background: #fff;
		 -o-linear-gradient(top, rgba(255,255,255,1), rgba(211,211,211,1));
		 background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(211,211,211,1));
		 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(1, rgba(211,211,211,1)));

		
}

ul#qz-move-tab4-n li {
        display: block;
        float: left;
        padding: 0;
		letter-spacing:-1.5px;
		text-align:center;
        list-style: none;
        margin: 0;
	    width:25%;
		background: #fff;
		 -o-linear-gradient(top, rgba(255,255,255,1), rgba(211,211,211,1));
		 background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(211,211,211,1));
		 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(1, rgba(211,211,211,1)));

		
}

ul#qz-move-tab4-n li a {
        display: block;
        color: #000;
        text-decoration: none;
        border-right:solid 1px #a9a9a9;
		font-family: 'Nanum Gothic', sans-serif;
		font-style: normal;
		font-weight:600;
		font-size:14px;
		height:40px;
		line-height:40px;	
		text-shadow:none;


}

/*ul#qz-move-tab4-n li:last-child  a{
        display: block;
        color: #ec008c;
        text-decoration: none;
        border-left:solid 1px #a9a9a9;
		font-family: 'Nanum Gothic', sans-serif;
		font-style: normal;
		font-weight:800;
		font-size:14px;
		height:40px;
		line-height:40px;	
		text-shadow:none;


}
*/
ul#qz-move-tab4-n li#active a, ul#qz-move-tab4-n li#active a:hover  {
        background: #e23d45;
		-o-linear-gradient(top, rgba(226,61,69,1), rgba(180,37,44,1));
		background: -moz-linear-gradient(top, rgba(226,61,695,1), rgba(180,37,44,1));
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(226,61,69,1)), color-stop(1, rgba(180,37,44,1)));

		border-top:solid 2px #e23d45;
		border-left:solid 2px #e23d45;
		border-right:solid 2px #e23d45;
		font-weight:800;
		COLOR: #fff;
		font-size:14px;
}
/*4개*/
ul#qz-move-tab4 {
        margin: 0 auto ;
		width:100%;
		height:40px;
		/*border-bottom:solid 0px #e23d45;*/
		border-bottom:solid 2px #d93035;
}

ul#qz-move-tab4 li {
        display: block;
        float: left;
        padding: 0;
		letter-spacing:-1px;
		text-align:center;
        list-style: none;
        margin: 0;
	    width:25%;
		background: #fff;
		
}

ul#qz-move-tab4 li a {
        display: block;
        color: #000;
        text-decoration: none;
        border-left:solid 1px #f1f1f1;
		font-family: 'Nanum Gothic', sans-serif;
		font-style: normal;
		font-weight:600;
		font-size:13px;
		height:40px;
		line-height:40px;	
		text-shadow:none;


}

ul#qz-move-tab4 li:last-child  a{
        display: block;
        color: #ec008c;
        text-decoration: none;
        border-left:solid 1px #f1f1f1;
		font-family: 'Nanum Gothic', sans-serif;
		font-style: normal;
		font-weight:800;
		font-size:14px;
		height:40px;
		line-height:40px;	
		text-shadow:none;


}
ul#qz-move-tab4 li#active a, ul#qz-move-tab4 li#active a:hover  {
        background: #e23d45;
		border-top:solid 2px #e23d45;
		border-left:solid 2px #e23d45;
		border-right:solid 2px #e23d45;
		font-weight:800;
		COLOR: #fff;
		font-size:13px;
}
/* 2개 */
ul#qz-move-tab2 {
        margin: 0 auto ;
		width:100%;
		height:40px;
		/*border-bottom:solid 0px #e23d45;*/
		border-bottom:solid 0px #d93035;
}

ul#qz-move-tab2 li {
        display: block;
        float: left;
        padding: 0;
		letter-spacing:-1px;
		text-align:center;
        list-style: none;
        margin: 0;
	    width:50%;
		background: #fff;
		
}

ul#qz-move-tab2 li a {
        display: block;
        color: #000;
        text-decoration: none;
        border-left:solid 1px #f1f1f1;
		font-family: 'Nanum Gothic', sans-serif;
		font-style: normal;
		font-weight:600;
		font-size:14px;
		height:40px;
		line-height:40px;	
		text-shadow:none;


}

ul#qz-move-tab2 li#active a, ul#qz-move-tab2 li#active a:hover  {
        background: #e23d45;
		border-top:solid 2px #e23d45;
		border-left:solid 2px #e23d45;
		border-right:solid 2px #e23d45;
		font-weight:800;
		COLOR: #fff;
		font-size:13px;
}
/* */


/* 스탬프 퀴즈 하단 스타트 김재민 14.02.07 */
#ftContainerStamp {height:70px;width:100%;padding:0;margin:0;border-top:0px solid #000;}
.ftNavStampWrap {position:absolute;z-index:2;padding:0;margin:0 auto;padding-top:5px;text-align:center;width:100%;}
.ftNavStampWrap img {min-width:310px;width:95%;max-width:400px;}
.ftNavStampWrap img:active {background:#000;opacity:0.5;filter:alpha(opacity=50);}
.ftNavStampBg {position:absolute;z-index:1;width:100%;height:100%;background:#888;opacity:0.5;filter:alpha(opacity=50);}

/* 스케쥴 */
/* 브랜드&그룹 */
.container_cat_group{ background:#343c49;	padding:0 ;	margin:0 ;	}
.cat_group_m li	{ 
	height:50px;
	display:block;
}

.cat_group_m li	a{ 
	text-shadow:none;
	font-family: 'Nanum Gothic', sans-serif;
	font-style: normal;
	font-weight:600;
	font-size:13px;
	color:#888;
	text-decoration:none;
	letter-spacing:-2px;
	padding:0;
	margin:0;
	display:block;
}

.cat_group_m li#active a {
	/*background: #f1f1f1;*/
	color: #ede100;


}

.container_cat_group li a{font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:13px;letter-spacing:-1.5px;}

/* 이벤트 랭킹 - TABLE */
 .rank_lst_sorting { background:#fff;font-size:1em; }
 .rank_lst_sorting div.mine {margin:0 auto;width:92%;border:1px solid #888991;background:#fff799;padding:10px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;font-size:13px;color:#000;text-align:center;}
 .rank_lst_sorting div.mine span {color:#ec008c;font-weight:800;}
 .rank_lst_sorting div.mine3 {margin:0 auto;width:92%;border-bottom:1px solid #888991;background:#fff;padding:10px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;font-size:13px;color:#000;text-align:center;}
 .rank_lst_sorting div.mine3 span {color:#ec008c;font-weight:800;}
 .rank_lst_sorting div.mine2 {margin:0 auto;border-bottom:1px solid #888991;background:#fff799;padding:10px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;font-size:11px;color:#000;text-align:center;}
 .rank_lst_sorting div.mine2 span {color:#ec008c;font-weight:800;}
 .rank_lst_sorting table {border-collapse:collapse;width:95%;}
  .rank_lst_sorting th {border-top:0x solid #888;border-right:1px solid #555555;border-bottom:1px solid #888;border-left:1px solid #555555;background:#e1e1e1;height:30px;line-height:30px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;font-size:12px;color:#3e3f07;}
/* .rank_lst_sorting td div.hour {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:500;font-size:11px;text-align:center;width:40px;height:20px;line-height:20px;border:1px solid #336699; -o-linear-gradient(top, rgba(12,152,138,1), rgba(9,123,112,1));background: -moz-linear-gradient(top, rgba(12,152,138,1), rgba(9,123,112,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(12,152,138,1)), color-stop(1, rgba(9,123,112,1)))color:#fff; }*/
 .rank_lst_sorting td {border-bottom:1px solid #888;background:#fff;border-left:solid 1px #555555;border-right:solid 1px #555555;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:13px;text-align:center;padding:5px 0 5px 0;}
 .rank_lst_sorting span.myself {background:URL(http://shop.moongory.com/image/icon/icon_vw_event_myself.png) 0 0 no-repeat;padding:0 15px 0 5px;width:18px;height:18px;}
 .rank_lst_sorting tr#active td{border-top:2px #336699 solid;border-bottom:2px #336699 solid;font-weight:800;color:#000;background:#fff200;padding:8px 0 8px 0;}
 .rank_lst_sorting td input.inputType_big_grey {background:#898989;BORDER-RIGHT: #565656 1px solid; BORDER-TOP: #565656 1px solid; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;font-size:13px;BORDER-LEFT: #343434 1px solid; COLOR: #fff; BORDER-BOTTOM: #343434 1px solid; padding:10px 30px 10px 30px;}

input.inputType_small {background:#fbfbfb;BORDER-RIGHT: #e5e5e5 1px solid; BORDER-TOP: #e5e5e5 1px solid; font-family: 'dotum', sans-serif;font-style: normal;font-size:11px;BORDER-LEFT: #e5e5e5 1px solid; COLOR: #555555; BORDER-BOTTOM: #e5e5e5 1px solid; padding:2px;}
input.inputType_big_red {background:#ec008c;BORDER-RIGHT: #d9dad3 1px solid; BORDER-TOP: #d9dad3 1px solid; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;font-size:13px;BORDER-LEFT: #d9dad3 1px solid; COLOR: #fff; BORDER-BOTTOM: #d9dad3 1px solid; padding:10px 30px 10px 30px;}
input.inputType_big_red2 {background:#ec008c;BORDER-RIGHT: #d9dad3 1px solid; BORDER-TOP: #d9dad3 1px solid; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;font-size:13px;BORDER-LEFT: #d9dad3 1px solid; COLOR: #fff; BORDER-BOTTOM: #d9dad3 1px solid; padding:5px 30px 5px 30px;}
input.inputType_big_grey {background:#898989;BORDER-RIGHT: #565656 1px solid; BORDER-TOP: #565656 1px solid; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;font-size:13px;BORDER-LEFT: #343434 1px solid; COLOR: #fff; BORDER-BOTTOM: #343434 1px solid; padding:10px 30px 10px 30px;}
input.inputType_grey {background:#898989;BORDER-RIGHT: #565656 1px solid; BORDER-TOP: #cdcdcd 1px solid; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;font-size:12px;BORDER-LEFT: #cdcdcd 1px solid; COLOR: #fff; BORDER-BOTTOM: #343434 1px solid; padding:4px 10px 4px 10px;}

 /* 이벤트 리스트 */
 .event_lst_sorting {}
 .event_lst_thumb {margin:0 auto;background:#fff;text-align:left;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:13px;}
 .event_lst_thumb ul {padding:0;margin:0;}
 .event_lst_thumb ul li {border-bottom:1px solid #888;padding:10px;margin:0;}
 .event_lst_thumb div.tit {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:16px;text-align:left; }
 .event_lst_thumb div.period {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;font-size:13px;color:#888;text-align:left; }

/* 이벤트 리스트 - TAB */

ul#evLst_tab {
        margin: 0 auto ;
		width:100%;
		height:41px;
    	border-bottom:solid 2px #007b61;
}
ul#evLst_tab li:first-child {
        padding-left:10px;
		
}
ul#evLst_tab li {
        display: block;
        float: left;
        padding: 0;
		letter-spacing:-1px;
		text-align:center;
        list-style: none;
        margin: 0;
	    width:30%;
		
}
ul#evLst_tab li a {
        display: block;
        color: #000;
        text-decoration: none;
        border-left:solid 1px #f1f1f1;
		font-family: 'Nanum Gothic', sans-serif;
		font-style: normal;
		font-weight:600;
		font-size:12px;
		height:40px;
		line-height:40px;	



}
ul#evLst_tab li#active a, ul#evLst_tab li#active a:hover  {
        background: #fff;
		border-bottom:solid 1px #fff;
		border-top:solid 2px #007b61;
		border-left:solid 2px #007b61;
		border-right:solid 2px #007b61;
		font-weight:800;
		COLOR: #007b61;
		font-size:12px;
}

 /* 이벤트 리스트 NEW 2013.11.21 */
.contnetsSubWrap{padding:0;margin:0;width:100%;background:#eaeaea;}
.contnetsSubContainer{padding:15px;margin:0;}
ul#event_lst_new_thumb {}
ul#event_lst_new_thumb li {margin:20px 0;padding:0;border:1px solid #9f9f9f;box-shadow: 1px 1px 1px #ccc;background:#fff;}
ul#event_lst_new_thumb li .thumb{width:100%;height:auto;} /* 갤럭시2 면 높이 80으로 미디어쿼리적용 */
ul#event_lst_new_thumb li .txtArea {padding:15px 10px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;}
ul#event_lst_new_thumb li .txtArea .tit {font-weight:700;font-size:1.1em;padding-bottom:3px;width:80%;}
ul#event_lst_new_thumb li .txtArea .contxt {font-size:14px;color:#00929d;width:80%;}
ul#event_lst_new_thumb li .txtArea .conArea {width:20%;}
ul#event_lst_new_thumb li .txtArea .conArea .conAreaCircle {width:40px;height:40px;line-height:40px;font-size:14px;color:#fff;text-align:center;border-radius: 55px;  -moz-border-radius: 55px;  -webkit-border-radius: 55px;}
ul#event_lst_new_thumb li .txtArea .conArea .jecheonBg {background:#06504f;}
ul#event_lst_new_thumb li .txtArea .conArea .danyangBg {background:#1b5d8f;}
ul#event_lst_new_thumb li .txtArea .conArea .yeongjuBg {background:#016f37;}
ul#event_lst_new_thumb li .txtArea .conArea .bongwhaBg {background:#11447d;}
ul#event_lst_new_thumb li .txtArea .conArea .yeongwolBg {background:#fc4700;}
ul#event_lst_new_thumb li .txtArea .conArea .pyeongchangBg {background:#17587c;}
/*ul#event_lst_new_thumb li:hover {border:5px solid #ed145b; }*/
ul#event_lst_new_thumb li:active {background:#f1f1f1; }





/* 경품보기 - TABLE */
 .gift_lst_sorting {background:#fff;font-size:1em; }
 .gift_lst_sorting div.mine {margin:0 auto;width:94%;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;/*border:1px solid #888991;background:#fff799;*/height:30px;line-height:30px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;font-size:13px;color:#000;text-align:left;}
 .gift_lst_sorting div.mine span {color:#ec008c;font-weight:800;}
 .gift_lst_sorting table {border-collapse:collapse;width:95%;}
 .gift_lst_sorting th {border-top:1px solid #888;border-right:1px solid #555555;border-bottom:1px solid #888;border-left:1px solid #555555;background:#e1e1e1;height:30px;line-height:30px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;font-size:12px;color:#3e3f07;}
/* .gift_lst_sorting td div.hour {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:500;font-size:11px;text-align:center;width:40px;height:20px;line-height:20px;border:1px solid #336699; -o-linear-gradient(top, rgba(12,152,138,1), rgba(9,123,112,1));background: -moz-linear-gradient(top, rgba(12,152,138,1), rgba(9,123,112,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(12,152,138,1)), color-stop(1, rgba(9,123,112,1)))color:#fff; }*/
 .gift_lst_sorting td {border-bottom:1px solid #888;background:#fff;border-left:solid 1px #555555;border-right:solid 1px #555555;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:13px;text-align:center;padding:5px 0 5px 0;}
 .gift_lst_sorting span.myself {background:URL(http://shop.moongory.com/image/icon/icon_vw_event_myself.png) 0 0 no-repeat;padding:0 15px 0 5px;width:18px;height:18px;}
 .gift_lst_sorting tr#active td{border-top:2px #336699 solid;border-bottom:2px #336699 solid;font-weight:800;color:#000;background:#fff200;padding:8px 0 8px 0;}
 .gift_lst_sorting td input.inputType_big_grey {background:#898989;BORDER-RIGHT: #565656 1px solid; BORDER-TOP: #565656 1px solid; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;font-size:13px;BORDER-LEFT: #343434 1px solid; COLOR: #fff; BORDER-BOTTOM: #343434 1px solid; padding:10px 30px 10px 30px;}

.gift_lst_sorting fieldset div.input-box {position: relative;clear:both;text-align:Center;margin:0 auto;padding:15px 0 10px 10px;height:50px;background:#fff;border-bottom:1px solid #888;}
.gift_lst_sorting fieldset div.input-box div.input-name {height: 40px; width:20%; display:block; position:relative; border: 1px solid #ccc; background-color:#fff;float:left; margin-right:5px;}
.gift_lst_sorting fieldset div.input-box div.input-name select {border:0px; height: 40px; color: #444; font-size:0.9em; text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none; border-radius: none; background:transparent; margin-left:0px; margin-top:0px; text-indent:0;letter-spacing:-1.5px;}
.gift_lst_sorting fieldset div.input-box div.input-text {height: 40px; width:60%; display:block; position:relative; border: 1px solid #ccc; background-color:#fff;float:left;}
.gift_lst_sorting fieldset div.input-box div.input-text input{border:0px; width:95%; height: 40px; color: #444; font-size: 16px; text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none; line-height:16px; border-radius: none; background:transparent; margin-left:0px; margin-top:0px; text-indent:0;}
.gift_lst_sorting fieldset div.input-box div.input-btn input {width:40px;height: 40px;line-height: 40px; background:#ec008c;BORDER-RIGHT: #d9dad3 1px solid; BORDER-TOP: #d9dad3 1px solid; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;font-size:13px;BORDER-LEFT: #d9dad3 1px solid; COLOR: #fff; BORDER-BOTTOM: #d9dad3 1px solid; padding:0;}
 
.gift_lst_sorting .qz-move-util {border-top:#e1e1e1 solid 1px;border-bottom:#e1e1e1 solid 1px;background:#f1f1f1;height:45px;padding-top:10px;}
.gift_lst_sorting .qz-move-util ul li {width:48%; float:left;padding: 2px;}
.gift_lst_sorting .qz-move-util ul li div a {color:#636363;text-decoration: none;display:block; text-align:center;line-height:28px;border:1px solid #dfe3e6; border-bottom:2px solid #c9cccf;  font-size:13px; text-transform:uppercase; height:28px;background:#fff;}
.gift_lst_sorting .qz-move-util ul li div a:hover{color:#000;background:#0c988a; -o-linear-gradient(top, rgba(12,152,138,1), rgba(9,123,112,1));background: -moz-linear-gradient(top, rgba(12,152,138,1), rgba(9,123,112,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(12,152,138,1)), color-stop(1, rgba(9,123,112,1)));}

.gift_lst_sorting .qz-move-util1 {border-top:#e1e1e1 solid 1px;border-bottom:#e1e1e1 solid 1px;background:#f1f1f1;height:50px;padding-top:5px;}
.gift_lst_sorting .qz-move-util1 ul li {width:95%; float:left;padding: 5px;text-shadow:none; }
.gift_lst_sorting .qz-move-util1 ul li div a {color:#fff;text-decoration: none;display:block; text-align:center;line-height:28px;border-top:1px solid #c9cccf;border-left:1px solid #c9cccf; border-right:1px solid #939393;border-bottom:2px solid #939393;  font-size:13px; text-transform:uppercase; height:28px;background:#fff; -o-linear-gradient(top, rgba(255,92,189,1), rgba(236,0,140,1));background: -moz-linear-gradient(top, rgba(255,92,189,1), rgba(236,0,140,1));background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,92,189,1)), color-stop(1, rgba(236,0,140,1)));}


 .vw_detail_1 {margin:0 auto;background:#fff;text-align:center}
 .vw_detail_1 img{}
 .vw_detail_1 div.tit {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:500;font-size:13px;padding:10px 0 10px 0;}
 .vw_detail_1 table {border-collapse:collapse;border-top:1px solid #d1d1d1;border-left:1px solid #d1d1d1;}
 .vw_detail_1 th {letter-spacing:-1.5px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:12px;padding:5px;width:60px;background:#f1f1f1;border-left:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;color:#363636;}
 .vw_detail_1 td {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:500;font-size:13px;padding:5px;border-bottom:1px solid #d1d1d1;color:#363636;border-left:1px solid #d1d1d1;}
 .vw_detail_1 td  span {color:#ec008c;font-weight:600;}
 .vw_detail_1 .btnVwHisWrap {position:absolute;float:right;right:10px;z-index:10000;}
 .vw_detail_1 .btnVwHisWrap .btnVwHis {
			position:relative;
			top:5px;
			right:0px;
			text-align:center;
			font-size:11px;
			font-family: 'Nanum Gothic', sans-serif;
			font-style: normal;
			font-weight:500;
			font-size:11px;
			-webkit-border-radius:35px; -moz-border-radius:35px; -o-border-radius:25px; border-radius:35px;
			background:#ec008c;
			text-shadow:none;
			color:#fff;
			padding:10px;
			opacity: 0.5;
			border:3px solid #e1e1e1;
			box-shadow:2px 2px 0px #888; 
			}
 .vw_detail_1 .btnVwHisWrap .btnVwHis:hover {opacity: 1;color:#fff200;}
 .vw_detail_3 div.tit {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:13px;padding:10px 0 10px 0;color:#000;}
 .vw_detail_3 {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;font-size:12px;line-height:21px;background:#fff;padding:10px;}



 .gift_lst_thumb {margin:0 auto;background:#fff;text-align:center;}
 .gift_lst_thumb table div.thumb {width:130px;padding:10px 10px 10px 10px;background:#fff;float:left;}
 .gift_lst_thumb table div.thumb img{width:130px;height:73px;}
 .gift_lst_thumb table div.thumb div.tit {width:130px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:12px;text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
 .gift_lst_thumb table div.thumb div.tit a {text-decoration:none;}


 .gift_lst_thumb3 {margin:0 auto;background:#fff;text-align:center;}
 .gift_lst_thumb3 table div.thumb {width:90%;padding:10px 10px 10px 10px;background:#fff;float:left;border:1px solid #888;margin:5px 5px;}
 .gift_lst_thumb3 table div.thumb img{width:100%;}
 .gift_lst_thumb3 table div.thumb div.tit {width:90%;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:14px;text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;border-top:1px solid #e1e1e1;padding:10px 0;text-align:left;}
 .gift_lst_thumb3 table div.thumb div.tit a {text-decoration:none;}
 .gift_lst_thumb3 div.circleNumber{position:relative;top:-13px;left:-13px;width:50px;height:50px;line-height:50px;background:#888;-webkit-border-radius:25px; -moz-border-radius:25px; -o-border-radius:25px; border-radius:25px;color:#fff;margin:5px;text-align:center;}
 .gift_lst_thumb3 div.rank_1{background:#ff6e00;}



 .gift_lst_thumb2 {margin:0 auto;background:#fff;text-align:center;}
 .gift_lst_thumb2 div.thumb {padding:5px;background:#fff;text-align:left;border-bottom:1px solid #888;}
 .gift_lst_thumb2 div.thumb table {width:100%;}
 .gift_lst_thumb2 div.thumb td {padding:5px;}
 .gift_lst_thumb2 div.thumb td img{width:130px;height:73px;}
 .gift_lst_thumb2 div.thumb div.tit {width:130px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:12px;text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
 .gift_lst_thumb2 div.thumb div.tit a {text-decoration:none;color:#898989;}
 .gift_lst_thumb2 div.thumb td div.status_1 {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:10px;color:#ff0000;width:90px;height:15px;line-height:15px;background: #fff;text-align:center;border:1px solid #898989;letter-spacing:-0.5px;}
 .gift_lst_thumb2 div.thumb td div.status_2 {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:10px;color:#ec008c;  width:90px;height:15px;line-height:15px;background: #fff;text-align:center;border:1px solid #898989;letter-spacing:-0.5px;}
 .gift_lst_thumb2 div.thumb td div.status_3 {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:10px;color:#0072bc; width:90px;height:15px;line-height:15px;background: #fff;text-align:center;border:1px solid #898989;letter-spacing:-0.5px;}
 .gift_lst_thumb2 div.thumb td ol {margin:0 0 0 15px ;padding:5px;list-style: demical;}
 .gift_lst_thumb2 div.thumb td ol li {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:11px;color:#898989;}
 .gift_lst_thumb2 div.thumb td ol li a {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:14px;text-decoration:none;}
 .gift_lst_thumb2 div.thumb td ol.status_1 li a {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:14px;text-decoration:none;color:#000;line-height:18px;}
 .gift_lst_thumb2 div.thumb td ol.status_2 li a {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:14px;text-decoration:none;color:#000;line-height:18px;}
 .gift_lst_thumb2 div.thumb td ol.status_3 li a {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:14px;text-decoration:none;color:#000;line-height:18px;}

 .gift_lst_pop {margin:0 auto;background:#fff;text-align:center}
 .gift_lst_pop img{width:320px;height:180px;}
 .gift_lst_pop div.tit {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:13px;padding:10px 0 10px 0;}
 .gift_lst_pop table {width:300px;border-collapse:collapse;border-top:1px solid #e1e1e1;}
 .gift_lst_pop th {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:12px;padding:5px;width:100px;background:#f1f1f1;border-left:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;}
 .gift_lst_pop td {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:13px;padding:5px;border-bottom:1px solid #e1e1e1;}
 .gift_lst_pop td  span {color:#ec008c;}




/* 당첨조회 */
 .win_lst_sorting {background:#fff;font-size:1em; }
 .win_lst_sorting fieldset div.input-box {position: relative;clear:both;text-align:Center;margin:0 auto;padding:15px 0 10px 10px;height:50px;background:#fff;border-bottom:1px solid #888;}
 .win_lst_sorting fieldset div.input-box div.input-name {height: 40px; width:20%; display:block; position:relative; border: 1px solid #ccc; background-color:#fff;float:left; margin-right:5px;}
 .win_lst_sorting fieldset div.input-box div.input-name select {border:0px; height: 40px; color: #444; font-size:0.9em; text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none; border-radius: none; background:transparent; margin-left:0px; margin-top:0px; text-indent:0;letter-spacing:-1.5px;}
 .win_lst_sorting fieldset div.input-box div.input-text {height: 40px; width:60%; display:block; position:relative; border: 1px solid #ccc; background-color:#fff;float:left;}
 .win_lst_sorting fieldset div.input-box div.input-text input{border:0px; width:95%; height: 40px; color: #444; font-size: 16px; text-overflow: clip; outline:none; box-shadow:none; -webkit-box-shadow:none; -webkit-appearance:none; -moz-box-shadow:none; -moz-appearance:none; line-height:16px; border-radius: none; background:transparent; margin-left:0px; margin-top:0px; text-indent:0;}
 .win_lst_sorting fieldset div.input-box div.input-btn input {width:40px;height: 40px;line-height: 40px; background:#ec008c;BORDER-RIGHT: #d9dad3 1px solid; BORDER-TOP: #d9dad3 1px solid; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;font-size:13px;BORDER-LEFT: #d9dad3 1px solid; COLOR: #fff; BORDER-BOTTOM: #d9dad3 1px solid; padding:0;}
 
 .win_lst_thumb {margin:0 auto;background:#fff;text-align:center;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:13px;}
 .win_lst_thumb div.thumb {background:#fff;text-align:left;border-bottom:1px solid #888;}
 .win_lst_thumb div.thumb table {width:95%;}
 .win_lst_thumb div.thumb td {padding:5px;line-height:20px;}
 .win_lst_thumb div.thumb div.tit {width:210px;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size:15px;text-align:left; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
 .win_lst_thumb div.thumb div.period {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:400;font-size:12px;color:#888;text-align:left; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
 .win_lst_thumb div.thumb input {width:40px;height: 40px;line-height: 40px; background:#ec008c;BORDER-RIGHT: #d9dad3 1px solid; BORDER-TOP: #d9dad3 1px solid; font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;font-size:13px;BORDER-LEFT: #d9dad3 1px solid; COLOR: #fff; BORDER-BOTTOM: #d9dad3 1px solid; padding:0;}

/* 랭킹 */
table.rankLst {font-family:'Nanum Gothic';}
table.rankLst th{background:#00746b;border-bottom:1px solid #686868;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:700;padding:7px;text-align:center;font-size:12px;color:#fff;}
table.rankLst td {border-bottom:1px solid #e1e1e1;font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:500;padding:7px;text-align:center;}
table.rankLst span.rankNo {font-size:12px;}
table.rankLst span.rankID {font-size:13px;}
table.rankLst span.rankTIME {font-size:16px;font-weight:700;font-size:1.1em;}
table.rankLst td span.rankIDself {font-weight:800;color:red;}



.fl { display: block; float: left; }
.fr { display: block; float: right; }

.clear { clear: both; }


/* ---------------------------------------------------- */
/*                        Icons                         */
/* ---------------------------------------------------- */
.ico { background: url(http://shop.moongory.com/image/mobile/icons.png) no-repeat; }
.ico-20  { width: 20px; height: 25px; }
.ico-25  { width: 30px; height: 25px; }
.ico-30 { width: 30px; height: 30px; }
.ico-40 { width: 40px; height: 40px; }
.ico-20w30 { width: 25px; height: 25px; }
.ico .count { background-position: -281px -815px; width: 20px; height: 20px; position: absolute; font-size: 11px; text-align: center;
  color: #d74141; font-weight: bold; padding: 2px 4px 0 0; }

.i-news { background-position: 0 4px; }
.i-messages { background-position: 0 -86px; }
.i-groups { background-position: 0 -177px; }
.i-photos { background-position: 0 -358px; }

.i-mypage { background-position: -45px -182px; }
.i-settings { background-position: 0 -544px; }
.i-logout { background-position: 0 -637px; }

.i-hm { background-position: -85px -2px; }
.i-tour-1 { background-position: -85px -93px; }
.i-tour-2 { background-position: -85px -185px; }
.i-tour-ev { background-position: -85px -275px; }
.i-tour-info { background-position: -85px -368px; }
.i-special { background-position: -85px -455px; }

.i-white-add { background-position: 0 -774px; width: 47px; height: 32px; }


.i-back { background-position: -45px -92px; }
.i-btn-cat { background-position: -48px -274px; }
.i-tour-report { background-position: -48px -364px; }
.i-question { background-position: -48px -454px; }

/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*                                                                                                                 */
/*                                                 좌측 슬라이드메뉴 mmenu                                         */
/*                                                                                                                 */
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/

body {

	-webkit-text-size-adjust: none;
}

#page nav
{
	display: none;
}

#content,
.content
{
	padding: 0;
}

/*
	Animations
*/
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
.mm-is-menu.mm-horizontal .mm-inner > ul
{
	-webkit-transition: none 0.4s ease;
	-moz-transition: none 0.4s ease;
	-o-transition: none 0.4s ease;
	transition: none 0.4s ease;
}
html.mm-opened.mm-dragging .mm-page
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
html.mm-opened.mm-dragging.mm-next .mm-menu,
html.mm-opened.mm-dragging.mm-front .mm-menu
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker
{
	/* border-color is needed to force transitionend event even if no other value changed */
	/* transform is needed to force hardware acceleration */
	-webkit-transition-property: top, right, bottom, left, margin, border, -webkit-transform;
	-moz-transition-property: top, right, bottom, left, margin, border, -moz-transform;
	-o-transition-property: top, right, bottom, left, margin, border, -o-transform;
	transition-property: top, right, bottom, left, margin, border, transform;
	
	border: none solid rgba(0, 0, 0, 0);
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker
{
	border: none solid rgba(1, 1, 1, 0);
}
.mm-is-menu.mm-horizontal .mm-inner > ul
{
	-webkit-transition-property: margin-left;
	-moz-transition-property: margin-left;
	-o-transition-property: margin-left;
	transition-property: margin-left;
}

html.mm-accelerated.mm-opening .mm-page,
html.mm-accelerated.mm-opening #mm-blocker,
html.mm-accelerated .mm-is-menu.mm-horizontal .mm-inner > ul.mm-subopening
{
	-webkit-transform: translate3d( 0, 0, 1px );
	-moz-transform: translate3d( 0, 0, 1px );
	-o-transform: translate3d( 0, 0, 1px );
	transform: translate3d( 0, 0, 1px );
}

html.mm-opened .mm-page,
html.mm-opened #mm-blocker
{
	margin: 0px;
	left: 0%;
	top: 0;
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker
{
	margin: 0 0 0 -65px;
	left: 100%;
}


/*
	Menu, submenus, items
	- Sizing and positioning
*/
html.mm-opened .mm-page,
.mm-menu,
.mm-menu .mm-inner,
.mm-is-menu ul,
.mm-menu div.mm-search,
.mm-menu div.mm-search input
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* html/body */
html.mm-opened,
html.mm-opened body
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
html.mm-opened body
{
	position: relative;
}

/* menu */
.mm-menu
{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	overflow: hidden;
}
.mm-menu.mm-opened
{
	display: block;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.mm-menu.mm-opened ~ .mm-menu.mm-opened
{
	display: none;
}
.mm-inner
{
	width: 100%;
	padding: 0 65px 0 0;
}

/* ul/li */
.mm-is-menu ul,
.mm-is-menu li
{
	list-style: none;
}
.mm-is-menu li
{
	position: relative;
}
.mm-is-menu li:after
{
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.mm-is-menu ul,
.mm-is-menu ul ul,
.mm-is-menu ul li,
.mm-is-menu ul li > a,
.mm-is-menu ul li > span
{
	display: block;
	padding: 0;
	margin: 0;
}

.mm-is-menu .mm-inner > ul
{
	width: 100%;
	padding: 20px 0 40px 0;
}

/* items */
.mm-is-menu li > a,
.mm-is-menu li > span
{
	text-indent: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
	overflow: hidden;
	padding-right: 5px;
}


/* subopen/close */
.mm-menu a.mm-subopen
{
	width: 40px;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.mm-menu a.mm-subopen:before
{
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
}
.mm-menu a.mm-subopen.mm-fullsubopen
{
	border-left: none;
	width: 100%;
}
.mm-menu a.mm-subopen.mm-fullsubopen:before
{
	border-left: none;
}
.mm-menu a.mm-subclose
{
	text-indent: 40px;
	padding-top: 20px;
	margin-top: -20px;
}
.mm-menu a.mm-subopen + a,
.mm-menu a.mm-subopen + span
{
	padding-right: 45px;
}

/* page + blocker */
html.mm-opened .mm-page
{
	background: inherit;
	height: 100%;
	overflow: hidden;
	position: absolute;
}
#mm-blocker
{
	background: #fff;
	opacity: 0;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker
{
	display: block;
}

/* vertical submenu */
.mm-menu.mm-vertical ul ul
{
	display: none;
	padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical li.mm-opened > ul
{
	display: block;
}
.mm-menu.mm-vertical ul ul li:last-child,
.mm-menu.mm-vertical ul ul li:last-child:after
{
	border-bottom-width: 0;
}
.mm-menu.mm-vertical li.mm-opened.mm-selected > a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-opened.mm-selected > a.mm-subopen + span
{
	padding-right: 5px;
	margin-right: 40px;
}
.mm-menu.mm-vertical li.mm-opened.mm-selected > em.mm-counter + a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-opened.mm-selected > em.mm-counter + a.mm-subopen + span
{
	margin-right: 75px;
}

/* horizontal submenu */
.mm-menu.mm-horizontal .mm-inner
{
	white-space: nowrap;
}
.mm-menu.mm-horizontal ul
{
	vertical-align: top;
	margin-left: 0%;
}
.mm-menu.mm-horizontal ul.mm-submenu
{
	display: none;
}
.mm-menu.mm-horizontal ul,
.mm-menu.mm-horizontal ul.mm-submenu.mm-opened
{
	display: inline-block;
}
.mm-menu.mm-horizontal ul.mm-subopening
{
	margin-left: -100%;
	max-height: 100%;
	overflow: hidden;
}


/*
	Menu, submenus, items
	- Styling (default: dark background)
*/
.mm-is-menu
{
	background: #333;
}
.mm-is-menu *
{
	-webkit-text-size-adjust: none;
	text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 );
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.mm-is-menu li
{
	border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-is-menu li:after
{
	border-bottom: 1px solid rgba( 0, 0, 0, 0.4 );
}

.mm-is-menu li,
.mm-is-menu li > a,
.mm-is-menu li > span
{
	font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:500;font-size: 15px;
	color: rgba( 255, 255, 255, 0.5 );
	text-decoration: none;

}
.mm-is-menu li a:hover
{
	color: rgba( 255, 255, 255,1 );
	text-decoration: none;
}
.mm-is-menu li a:active 
{
	color: rgba( 255, 255, 255,1 );
	text-decoration: none;
	background: rgba( 0, 0, 0, 0.2 );
}
.mm-menu li.mm-selected > a,
.mm-menu li.mm-selected > span
{
	color: rgba( 255, 255, 255,0.8 );
	background: rgba( 0, 0, 0, 0.2 );
}
.mm-menu li.mm-selected > a.mm-subopen
{
	background: transparent;
}

/* subopen/close */
.mm-menu a.mm-subopen
{
	border-left: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-menu a.mm-subopen:before
{
	border-left: 1px solid rgba( 0, 0, 0, 0.4 );
}
.mm-menu a.mm-subclose
{
	background: rgba( 0, 0, 0, 0.2 );
}

/* vertical submenu */
.mm-menu.mm-vertical li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical li.mm-opened > ul
{
	background: rgba( 255, 255, 255, 0.06 );
}

/* page + blocker */
html.mm-opened .mm-page
{
	box-shadow: 0 0 20px rgba( 0, 0, 0, 0.8 );
}


/*
	Labels
	- Sizing and positioning
*/
.mm-menu li.mm-label
{
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px;
}


/*
	Labels
	- Styling
*/
.mm-menu li.mm-label
{
	background: rgba( 255, 255, 255, 0.1 );
	font-size: 11px;
	color: rgba( 255, 255, 255, 0.5 );
}


/*
	Counters
	- Sizing and positioning
*/
.mm-menu em.mm-counter
{
	text-indent: 0;
	text-align: center;
	text-shadow: none;
	line-height: 22px;
	display: block;
	min-width: 16px;
	height: 20px;
	padding: 0 2px;
	position: absolute;
	right: 40px;
	top: 10px;
}
.mm-menu em.mm-counter + a.mm-subopen
{
	padding-left: 35px;
}
.mm-menu em.mm-counter + a.mm-subopen + a,
.mm-menu em.mm-counter + a.mm-subopen + span
{
	padding-right: 80px;
}
.mm-menu em.mm-counter + a.mm-fullsubopen + a,
.mm-menu em.mm-counter + a.mm-fullsubopen + span
{
	padding-right: 70px;
}


/*
	Counters
	- Styling
*/
.mm-menu em.mm-counter
{
	border-radius: 5px;
	background: rgba( 255, 255, 255, 0.1 );
	box-shadow: 0 0 2px rgba( 0, 0, 0, 0.3 );
	font-size: 11px;
	font-style: normal;
	color: rgba( 255, 255, 255, 0.4 );
}


/*
	Arrows
	- Sizing and positioning
*/
.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before
{
	content: '';
	border-width: 4px;
	border-style: solid;
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;

	-webkit-transform: rotate( -45deg );
	-moz-transform: rotate( -45deg );
	-o-transform: rotate( -45deg );
	transform: rotate( -45deg );
}
.mm-menu a.mm-subopen:after
{
	border-top: none;
	border-left: none;
	margin-top: -4px;
	right: 16px;
}
.mm-menu a.mm-subclose:before
{
	border-right: none;
	border-bottom: none;
	margin-top: 4px;
	left: 20px;
}
.mm-menu.mm-vertical li.mm-opened > a.mm-subopen:after
{
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-o-transform: rotate( 45deg );
	transform: rotate( 45deg );
}


/*
	Arrows
	- Styling
*/
.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before
{
	border-color: rgba( 255, 255, 255, 0.3 );
}


/*
	Search
	- Sizing and positioning
*/
.mm-menu div.mm-search
{
	width: 100%;
	height: 50px;
	padding: 10px;
	position: relative;
	z-index: 1;
}

.mm-menu div.mm-search input
{
	border: none;
	border-radius: 15px;
	line-height: 30px;
	outline: none;
	display: block;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0 0 0 10px;
}
.mm-menu li.mm-noresults
{
	border: none;
	display: none;
	padding-top: 30px;
}
.mm-menu li.mm-noresults:after
{
	border: none;
}
.mm-menu.mm-noresults li.mm-noresults
{
	display: block;
}

.mm-menu .mm-noresult,
.mm-menu .mm-nosubresult > a.mm-subopen,
.mm-menu .mm-nosubresult > em.mm-counter
{
	display: none;
}
.mm-menu .mm-nosubresult > a.mm-subopen + a, 
.mm-menu .mm-nosubresult > a.mm-subopen + span
{
	padding-right: 5px;
}


/*
	Search
	- Styling
*/
.mm-menu div.mm-search
{
	background: rgba( 0, 0, 0, 0.2 );
	border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-menu div.mm-search input
{
	background: rgba( 255, 255, 255, 0.3 );
	color: rgba( 255, 255, 255, 0.9 );
}
.mm-menu li.mm-noresults
{
	color: rgba( 255, 255, 255, 0.4 );
	text-align: center;
}


/*
	Bugfix for browsers without support for overflowscrolling
		- Android < 3
*/
html.mm-no-overflowscrolling.mm-opened,
html.mm-no-overflowscrolling.mm-opened body
{
	overflow: visible;
}
html.mm-no-overflowscrolling.mm-opened body
{
	overflow-x: hidden;
}
html.mm-no-overflowscrolling.mm-opened .mm-page
{
	min-height: 200%;
	position: fixed;
	top: 0;
	z-index: 3;
}
html.mm-no-overflowscrolling .mm-menu
{
	height: auto;
	min-height: 100%;
	overflow: default;
	overflow-x: default;
	overflow-y: default;
	position: relative;
	left: auto;
	top: auto;
}
html.mm-no-overflowscrolling.mm-right .mm-menu
{
	position: absolute;
}


/*
	Bugfix for browsers with "scrolling" addressbar
		- mobiel safari on iPhone and iPod
*/
html.mm-iphone-addressbar body
{
	padding-bottom: 60px;
}


/*
	Sizing and positioning for larger screens
*/
@media all and (min-width: 500px) {

	.mm-menu
	{
		width: 500px;
	}
	html.mm-opening .mm-page,
	html.mm-opening #mm-blocker
	{
		left: 500px;
	}
}

/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*                                                                                                                 */
/*                                                 관광정보                                                        */
/*                                                                                                                 */
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
 
 /* 상단 카테고리BAR */ 
 .category_tour_sub {padding:15px;background:#f1f1f1;border-bottom:1px solid #ddd;}
 .category_tour_sub div.stitle {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size: 18px;	color:#000;letter-spacing:-1px;}
 .category_tour_sub div.stitle2 {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:500;font-size: 13px;color:#636363;letter-spacing:-1px;}
 .category_tour_sub div.stitle3 {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size: 16px;color:#000;letter-spacing:-1px;}
 .category_tour_sub div.stitle3 a {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;font-size: 16px;color:#000;letter-spacing:-1px;}
 .category_tour_sub div.stitle3 a:active {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;font-size: 17px;color:#336699;letter-spacing:-1px;}
 /* 리스트 2열 */ 
 div.sorting_select_tour2 {height:auto;  padding:0.7em; background:#fff;font-size:0.8em;margin:0 ; }

 div.sorting_select_tour2 div { width:43%;border:1px solid #a6a6a6; background:url(http://www.koreaimg.com/test/demos/docs/_assets/images/bg_btn_white.gif) repeat-x; height:19px; padding:2px 8px 3px 6px; margin:2px 2px 2px 2px; line-height:23px;letter-spacing:-1px; text-align:center;display:inline-block; float:left;}
 div.sorting_select_tour2 div a,
 div.sorting_select_tour2 div a:hover {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600; color:#555555;text-decoration: none;}
 div.sorting_select_tour2 div a:active {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800; color:#336699;font-size:15px;text-decoration: none;}

 /* 신고하기  */ 
 div.form_report {float:left;padding:0;height:30px;line-height:30px;background:#fff;width:100%;padding:5px 0 5px 0;}
 div.form_report a {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:600;color:#888;font-size: 12px;text-decoration:underline;letter-spacing:-0.5px;}
 div.form_report a:active {font-family: 'Nanum Gothic', sans-serif;font-style: normal;font-weight:800;color:#888;font-size: 12px;text-decoration:none;letter-spacing:-0.5px;}

/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*                                                                                                                 */
/*                                                 미디어쿼리                                                      */
/*                                                                                                                 */
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
@media screen and (min-width:481px) {
  /* 쇼핑몰 페이징 리스트 2열*/ 
 .sorting_select2 { border-bottom:1px solid #ddd; border-top:1px solid #d8d8d8; padding:0.7em; background:#fff;font-size:0.8em; }
 .sorting_select2 #active { border:1px solid #4f89cf; background:url(http://www.koreaimg.com/test/demos/docs/_assets/images/bg_btn_blue.gif) repeat-x; height:19px; padding:2px 8px 3px 6px; letter-spacing:-1px; text-align:center; }
 .sorting_select2 #active a,
 .sorting_select2 #active a:hover { color:#fff; font-weight:bold;text-decoration: none;} 
 .sorting_select2 span { width:250px;border:1px solid #a6a6a6; background:url(http://www.koreaimg.com/test/demos/docs/_assets/images/bg_btn_white.gif) repeat-x; height:19px; padding:2px 8px 3px 6px; line-height:25px;letter-spacing:-1px; text-align:center;display:inline-block; }
 .sorting_select2 span a,
 .sorting_select2 span a:hover { color:#555555;text-decoration: none;}


  .touchslider-viewport {overflow:hidden;position:relative;height:500px;width:640px;}
  .touchslider-item img {width:640px;}
}

@media screen and (max-width:480px) {
.plist li img{width:235px;height:132px;margin-bottom:2px; border:1px solid #eee;}
.plist li{position:relative;float:left;width:235px;padding:10px 0 20px 3px;line-height:14px;color:#686767; margin:0 5px 0 3px;}
#PhotoSwipeTarget { width: 100%; height:330px; }

  /* 쇼핑몰 페이징 리스트 2열*/ 
 .sorting_select2 { border-bottom:1px solid #ddd; border-top:1px solid #d8d8d8; padding:0.7em; background:#fff;font-size:0.8em; }
 .sorting_select2 #active { border:1px solid #4f89cf; background:url(http://www.koreaimg.com/test/demos/docs/_assets/images/bg_btn_blue.gif) repeat-x; height:19px; padding:2px 8px 3px 6px; letter-spacing:-1px; text-align:center; }
 .sorting_select2 #active a,
 .sorting_select2 #active a:hover { color:#fff; font-weight:bold;text-decoration: none;} 
 .sorting_select2 span { width:200px;border:1px solid #a6a6a6; background:url(http://www.koreaimg.com/test/demos/docs/_assets/images/bg_btn_white.gif) repeat-x; height:19px; padding:2px 8px 3px 6px; line-height:25px;letter-spacing:-1px; text-align:center;display:inline-block; }
 .sorting_select2 span a,
 .sorting_select2 span a:hover { color:#555555;text-decoration: none;}

  /* slider */
  .touchslider-viewport {overflow:hidden;position:relative;height:360px;width:480px;}
  .touchslider-item img {width:480px;}

}

/* 갤노트 이상 */
@media screen and (min-width:364px) and (max-width:455px) {
.plist li img{width:180px;height:101px;margin-bottom:2px; border:1px solid #eee;}
.plist li{position:relative;float:left;width:180px;padding:10px 0 20px 3px;line-height:14px;color:#686767; margin:0 5px 0 3px;}
 #PhotoSwipeTarget { width: 100%; height: 330px; }

  /* 쇼핑몰 페이징 리스트 2열*/ 
 .sorting_select2 { border-bottom:1px solid #ddd; border-top:1px solid #d8d8d8; padding:0.7em; background:#fff;font-size:0.8em; }
 .sorting_select2 #active { border:1px solid #4f89cf; background:url(http://www.koreaimg.com/test/demos/docs/_assets/images/bg_btn_blue.gif) repeat-x; height:19px; padding:2px 8px 3px 6px; letter-spacing:-1px; text-align:center; }
 .sorting_select2 #active a,
 .sorting_select2 #active a:hover { color:#fff; font-weight:bold;text-decoration: none;} 
 .sorting_select2 span { width:150px;border:1px solid #a6a6a6; background:url(http://www.koreaimg.com/test/demos/docs/_assets/images/bg_btn_white.gif) repeat-x; height:19px; padding:2px 8px 3px 6px; line-height:25px;letter-spacing:-1px; text-align:center;display:inline-block; }
 .sorting_select2 span a,
 .sorting_select2 span a:hover { color:#555555;text-decoration: none;}

  /* slider */
  .touchslider-viewport {overflow:hidden;position:relative;height:300px;width:400px;}
  .touchslider-item img {width:400px;}


 /* poster */
   .mainSNS img {width:180px};

}

/* 갤3, 겔노트2, LTE */
@media screen and (min-width:321px)and (max-width:360px) {
.plist li img{width:160px;height:90px;margin-bottom:2px; border:1px solid #eee;}
.plist li{position:relative;float:left;width:160px;padding:10px 0 20px 3px;line-height:14px;color:#686767; margin:0 5px 0 3px;}
 #PhotoSwipeTarget { width: 100%; height: 320px; }

  /* 쇼핑몰 페이징 리스트 2열*/ 
 .sorting_select2 { border-bottom:1px solid #ddd; border-top:1px solid #d8d8d8; padding:0.7em; background:#fff;font-size:0.8em; }
 .sorting_select2 #active { border:1px solid #4f89cf; background:url(http://www.koreaimg.com/test/demos/docs/_assets/images/bg_btn_blue.gif) repeat-x; height:19px; padding:2px 8px 3px 6px; letter-spacing:-1px; text-align:center; }
 .sorting_select2 #active a,
 .sorting_select2 #active a:hover { color:#fff; font-weight:bold;text-decoration: none;} 
 .sorting_select2 span { width:150px;border:1px solid #a6a6a6; background:url(http://www.koreaimg.com/test/demos/docs/_assets/images/bg_btn_white.gif) repeat-x; height:19px; padding:2px 8px 3px 6px; line-height:25px;letter-spacing:-1px; text-align:center;display:inline-block; }
 .sorting_select2 span a,
 .sorting_select2 span a:hover { color:#555555;text-decoration: none;}


 /* slider */
  .touchslider-viewport {overflow:hidden;position:relative;height:270px;width:360px;}
  .touchslider-item img {width:360px;}

 /* poster */
   .mainSNS img {width:160px};
}

/* S2,S & iPhone3 */
@media screen and (max-width:320px) {
.plist li img{width:148px;height:83px;margin-bottom:2px; border:1px solid #eee;}
.plist li{position:relative;float:left;width:148px;padding:10px 0 20px 3px;line-height:14px;color:#686767; margin:0 5px 0 3px;}
 #PhotoSwipeTarget { width: 100%; height:220px;}

  /* 쇼핑몰 페이징 리스트 2열*/ 
 .sorting_select2 { border-bottom:1px solid #ddd; border-top:1px solid #d8d8d8; padding:0.7em; background:#fff;font-size:0.8em; }
 .sorting_select2 #active { border:1px solid #4f89cf; background:url(http://www.koreaimg.com/test/demos/docs/_assets/images/bg_btn_blue.gif) repeat-x; height:19px; padding:2px 8px 3px 6px; letter-spacing:-1px; text-align:center; }
 .sorting_select2 #active a,
 .sorting_select2 #active a:hover { color:#fff; font-weight:bold;text-decoration: none;} 
 .sorting_select2 span { width:120px;border:1px solid #a6a6a6; background:url(http://www.koreaimg.com/test/demos/docs/_assets/images/bg_btn_white.gif) repeat-x; height:19px; padding:2px 8px 3px 6px; line-height:25px;letter-spacing:-1px; text-align:center;display:inline-block; }
 .sorting_select2 span a,
 .sorting_select2 span a:hover { color:#555555;text-decoration: none;}


 /* slider */
  .touchslider-viewport {overflow:hidden;position:relative;height:240px;width:320px;}
  .touchslider-item img {width:320px;}


 /* poster */
   .mainSNS img {width:120px};
}

/* iPhone4와 같은 높은 해상도 */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {


 }