@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&subset=korean');

* {
	padding: 0px;
	margin: 0px;
	font-family: 'Nanum Gothic', sans-serif;
	line-height: 100%;
	outline: none;
}

html {
	border: 0px;
	width: 100%;
	height: 100%
}

body {
	color: #FFF;
	height: 100%;
	font-size: 9pt;
	cursor: default;
	width: 100%;
	height: 100%;
	font-family: 'Nanum Gothic', sans-serif;
}

.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #d0d9de;
}

a:hover {
	color: #FFF;
}

#cont {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow-x: hidden;
	z-index: 70;

}

.copy {
	text-shadow: #111 1px 1px 0px;
	text-align: center;
	padding: 10px 0px;
	line-height: 150%;
}

/* ========================================================
   Top bar
   ===================================================== */
#header {
	z-index: 10000;
	line-height: 50px;
	width: 100%;
	display: block;
	color: #ff0000;
	position: relative;

}

#header .container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header a {
	line-height: 24px;
}

#header .container h1 {
	float: left;
	font-size: 16px;
	letter-spacing: -1px;
	position: relative;
	left: 3px;
	display: block;
	color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 34px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	word-break: keep-all;
	border-radius: 14px 0px 0px 0;
	-moz-border-radius: 14px 0px 0px 0;
	background: #8b2700;
	width: 98.33%;
	margin: 5px 0.5%;
	height: 34px;
	border-bottom: 1px solid #3044bf;
}

#header .container h1 span {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	width: 38px;
	height: 34px;
	text-align: center;
	color: #F0F7FD;
	line-height: 34px;	
	border-radius: 14px 0px 14px 0;
	-moz-border-radius: 14px 0px 14px 0;
	margin-right: 10px;
	border-right: 1px solid #fff;
	border-left: 4px solid #731c20;
}

#header .container h1 strong {
	display: block;
	font-weight: normal;
	background: #D1D1D1;
	color: #fff;
	text-align: center;
	width: 250px;
	height: 50px;
	border-radius: 25px 25px 25px 0;
	-moz-border-radius: 25px 25px 25px 0;
	line-height: 50px;
	margin-left: 100px;
	letter-spacing: -1px
}

#header ul {
	list-style: none;
}

#header h2 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 98%;
	font-size: 16px;
	background: #731c20;
	padding: 3px 0;
	display: block;
	text-align: CENTER;
	color: #E0FAFE;
	overflow: hidden;
	line-height: 22px;
	letter-spacing: -1px;
	border-radius: 0px 20px 0px 20px;
	margin: 10px auto 20px;
	display: block
}

#header h1,
#header h1 a {
	color: #526765;
}

#header h1 a {
	display: block;
	text-decoration: none;
}

#header h1 a:hover {
	color: #000;
}

#header #nav {
	float: right;
	border-left: 1px solid #dfb9a8;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid #dfb9a8;
}

#header #nav li {
	float: left;
}

#header #nav a {
	height: 46px;
	display: block;
	padding: 0 15px;
	color: #b0806a;
	font-weight: bold;
	border-left: 1px solid #dfb9a8;
	border-right: 1px solid #dfb9a8;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	text-decoration: none;
	cursor: pointer;
}

#header #nav a:hover {
	background: url(../mo_mo_img/topbar-hover.png);
}

#header #nav a img {
	float: left;
	margin-right: 12px;
	margin-top: 11px;
}

#header #nav li.active a,
#header #nav a:active {
	background: url(../mo_mo_img/topbar-active.png);
	border-right: 0;
	padding-right: 16px;
}

#header #nav span {
	display: inline-block;
	vertical-align: text-top;
	line-height: 16px;
	font-size: 11px;
	padding: 0 5px;
	color: #fff;
	text-shadow: 0 1px #902a27;
	border-radius: 2px;
	margin-left: 10px;
	background-color: #e93631;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f65d5f), color-stop(100%, #e93631));
	background-image: -webkit-linear-gradient(top, #f65d5f, #e93631);
	background-image: -moz-linear-gradient(top, #f65d5f, #e93631);
	background-image: -ms-linear-gradient(top, #f65d5f, #e93631);
	background-image: -o-linear-gradient(top, #f65d5f, #e93631);
	background-image: linear-gradient(top, #f65d5f, #e93631);
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
}

div.header div img#logo {
	float: left;
}

sup {
	font-size: 13px;
}

html {
	width: 100%;
	height: 100%
}

body {
	scrollbar-face-color: #ffdac2;
	scrollbar-shadow-color: #e8b18c;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fafafa;
	scrollbar-track-color: #fbfbfb;
	scrollbar-arrow-color: #ccc;
	width: 100%;
	height: 100%
}

.container {
	display: block;
	width: 100%;
	margin: 0px auto;
	font-family: '³ª´® °íµñ', Tahoma, Geneva, sans-serif;
	position: relative;
}

#iview {
	display: block;
	width: 100%;
	height: auto;
	background: none;
	position: relative;
	margin: 0;
	/* background:#fff;  */
}

#iview .iviewSlider {
	display: block;
	width: 100%;
	height: auto;
}

.iview-controlNav {
	position: absolute;
	bottom: -50px;
	right: 3px;
	height: 44px;
}

.iview-controlNav a {
	text-indent: -9999px;

}

.iview-controlNav a.iview-controlPrevNav {
	float: left;
	width: 60px;
	height: 44px;
	background: url('../mo_img/slider-controls.png') no-repeat;
}

.iview-controlNav a.iview-controlNextNav {
	float: left;
	width: 60px;
	height: 44px;
	background: url('../mo_img/slider-controls.png') no-repeat -60px 0px;
}

.iview-controlNav div.iview-items {
	float: left;
	padding: 0px 10px 0px 10px;
	height: 44px;
	/*	background: url('../mo_img/nav-bg.png');    ³Ñ¹ö¸µ ¹é±×¶ó¿îµå */
}

.iview-controlNav a.iview-control {
	padding: 0px;
	margin-top: -15px;
	float: left;
	width: 22px;
	height: 42px;
	background: url('../mo_img/bullets.png') no-repeat;
	line-height: 42px;
	text-indent: 0;
	color: #000;
	font-size: 13px;
	letter-spacing: -2px
}

.iview-controlNav a.iview-control.active {
	background-position: 0px -53px;
}

.iview-caption {
	color: #FFF;
	border-radius: 0px;
	padding: 0px;
	font-family: '³ª´® °íµñ', Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin: 0
}

.iview-caption.caption1 {
	font-size: 36px;
	font-weight: bold;
	height: 45px;
}

.iview-caption.caption1 span {

	font-size: 16px;
	font-weight: bold;

}

.iview-caption.caption2 {
	background: #00b4ff;
	font-size: 36px;
	font-weight: bold;
	text-shadow: none;
}

.iview-caption.caption3 {
	background: #FFF;
	color: #000;
	font-size: 26px;
	text-shadow: none;
}

.iview-caption.caption4 {
	font-size: 22px;
	font-weight: bold;
}

.iview-caption.caption5 {
	background: #c4302b;
	box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
	font-size: 20px;
	font-weight: bold;
	text-shadow: none;
}

.iview-caption.caption6 {
	font-size: 18px;
}

.iview-caption.caption7 {
	text-align: left;
	color: #333;
	display: block;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-shadow: none;
	white-space: normal;
	box-sizing: border-box;
	text-shadow: none;
	overflow: hidden;
	overflow-y: auto;
}

.iview-caption.caption7_1 {
	background: url('../mo_img/caption-bg_red.png')
}

.iview-caption.caption7 h3 {
	margin: 0px;
	color: #000;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-shadow: #fff 1px 1px 0px;
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-family: '³ª´® °íµñ', Tahoma, Geneva, sans-serif;
	position: relative
}

.caption7 .box_5 {
	background: #f1f0f0;
	border: 1px solid #ccc;
	display: block;
	padding: 15px;
	box-sizing: border-box;
	float: left;
	border-radius: 6px;
	margin-bottom: 15px;
	width: 830px
}

.caption7 .box_5.explain {
	display: block;
	width: 100%;
	box-sizing: border-box;
	float: left
}

.iview-caption.caption7 h3 .qz_ox {
	position: absolute;
	left: -20px;
	top: -20px
}

.explain h4 {
	width: 100%;
	padding: 15px 0;
	margin-top: 10px;
	border-top: 2px dashed #ccc;
	display: block;
	float: left;
	font-size: 16px;
	color: #ff0000
}

.explain h5 {
	font-weight: normal;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	display: block;
	float: left;
	width: 100%
}

/* ¹®Á¦Ç®ÀÌ Àü¿ë */

.caption7 input[type=radio] {
	display: none;
}

.caption7 input[type=radio] + label {
	display: block;
	cursor: pointer;
	white-space: normal;
	font-family: gulim;
	font-size: 15px;
	margin: 0;
	line-height: 28px;
	padding: 0 45px 0 30px;
	margin-bottom: 0;
	float: left;
	display: block;
	width: 100%;
	box-sizing: border-box;
	color: #333;
	text-shadow: none
}

.caption7 input:checked + label {
	color: #cc2526;
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -1px
}

.caption7 label.qiz1 {
	background: url(../mo_img/num.png) no-repeat 0px -6px;
}

.caption7 input:checked + label.qiz1 {
	background: url(../mo_img/num_mk.png) no-repeat 0px -6px;
}

.caption7 label.qiz2 {
	background: url(../mo_img/num.png) no-repeat 0px -104px
}

.caption7 input:checked + label.qiz2 {
	background: url(../mo_img/num_mk.png) no-repeat 0px -104px
}

.caption7 label.qiz3 {
	background: url(../mo_img/num.png) no-repeat 0px -204px
}

.caption7 input:checked + label.qiz3 {
	background: url(../mo_img/num_mk.png) no-repeat 0px -204px
}

.caption7 label.qiz4 {
	background: url(../mo_img/num.png) no-repeat 0px -304px
}

.caption7 input:checked + label.qiz4 {
	background: url(../mo_img/num_mk.png) no-repeat 0px -304px
}

.caption7 label.qiz5 {
	background: url(../mo_img/num.png) no-repeat 0px -404px
}

.caption7 input:checked + label.qiz5 {
	background: url(../mo_img/num_mk.png) no-repeat 0px -404px
}

/* ///¹®Á¦Ç®ÀÌ Àü¿ë */

/* ÀüÃ¼¸Þ´º Àü¿ë */
.file_dw {
	position: absolute;
	bottom: 13px;
	left: 55px
}

.menu_bar {}

.menu_bar input[type=checkbox] {
	display: none;
}

.menu_bar input[type=checkbox] + label {
	display: block;
	cursor: pointer;
	margin: 0;
	width: 48px;
	height: 37px;
	box-sizing: border-box;
	background: url(../mo_img/menuclose.png) no-repeat -4px 2px;
	padding: 0;
	margin-right: 0px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 5px;
	z-index: 100000
}

.menu_bar input:checked + label {
	background: url(../mo_img/menu.png) no-repeat 0px 0px;
	z-index: 100000;
	display: block;
	cursor: pointer;
	margin: 0;
	width: 48px;
	height: 37px;
}

.menu_bar .jb {
	box-sizing: border-box;
	margin: 0px;
	transition-duration: 0.2s;
	background: #c4632d;
	position: absolute;
	right: 0px;
	border-radius: 4px;
	z-index: 99999;
	box-sizing: border-box;
	bottom: 0;
	width: 0%;
	top: 0;
	right: 0;
	transition-duration: 0.2s;
}

.menu_bar .jb .bo_titleline {
	border-bottom: 1px dashed #d68e66;
	padding-bottom: 5px;
	width: 96%;
	margin: 0 auto;
	margin-top: 10px
}

.menu_bar .jb .bo_titleline a {
	color: #FF0;
	text-decoration: none
}

.menu_bar .jb ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	margin-top: 5PX
}

.menu_bar .jb li strong {
	font-size: 16px;
	font-weight: bold
}

.menu_bar .jb li {
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	letter-spacing: -1px;
	overflow: hidden;
	text-align: center;
	line-height: 18px;
}

.menu_bar .jb .bo_line {
	border-bottom: 1px dashed #d68e66;
	padding-bottom: 12px;
	padding-top: 12px;
	width: 100%
}

.menu_bar .jb li a {
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 30px;
	width: 96%;
	box-sizing: border-box;
	display: block;
	padding: 6px;
	margin: 0 auto;
	white-space: pre
}

.menu_bar .jb li a:hover {
	text-decoration: none;
	background: #8b2700;
	border-radius: 20px;
	-moz-border-radius: 20px;
}

.menu_bar h2 {
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	display: block;
	letter-spacing: -1px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 8px;
	margin-bottom: 3px;
	height: 30px
}

.menu_bar h2 a {
	text-decoration: none;
	color: #fff
}

.menu_bar h2 a:hover {
	text-decoration: none;
	color: #fff
}

.menu_bar input:checked ~ .jb {
	width: 100%;
	display: block;
	top: 0px;
	left: 0;
	height: 100%;
	position: absolute;
}

.menu_bar .jb1 {
	transition-delay: 0.01s;
	overflow: hidden;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: none;
	word-wrap: normal;
	box-sizing: border-box;
	z-index: 99999;
	width: 100%;
}

.menu_bar .jb1 h2 {
	padding: 0;
	font-size: 20px;
	background: url(../mo_img/menu_nu1.png) no-repeat top left;
	line-height: 32px
}

.menu_bar .jb2 {
	transition-delay: 0.01s;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: -4px;
	background: none;
	box-sizing: border-box;
}

.menu_bar .jb2 h2 {
	padding: 0;
	font-size: 20px;
	background: url(../mo_img/menu_nu2.png) no-repeat top left;
	line-height: 32px
}

.menu_bar .jb3 {
	transition-delay: 0.01s;
	overflow: hidden;
	position: absolute;
	left: -4;
	background: none;
	box-sizing: border-box;
}

.menu_bar .jb3 h2 {
	padding: 0;
	padding-left: 40px;
	font-size: 20px;
	background: url(../mo_img/menu_nu3.png) no-repeat top left;
	line-height: 32px
}


/* ///ÀüÃ¼¸Þ´º Àü¿ë */

/* ¿À¿¢½º Àü¿ë */

.iview-caption.caption9 div {
	display: block;
	padding: 0;
	margin: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-bottom: 0;
	float: left;
	height: 0;
}

.iview-caption.caption9 {
	width: 860px;
	display: block;
	box-sizing: border-box;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	height: 330px;
	overflow: hidden;
	overflow-y: auto;
}

.iview-caption.caption9 .q1_img {
	display: block;
	width: 840px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #222;
	word-break: break-all;
	white-space: pre-wrap;
	text-align: left;
	vertical-align: top;
	position: relative;
	min-height: 80px;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	background: #f1f1f1;
	border-radius: 6px;
	padding: 15px 10px;
	margin-top: 4px;
	height: auto
}

.iview-caption.caption9 .q1_ox {
	display: block;
	width: 140px;
	height: 70px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	right: 3px;
	z-index: 201110
}

.iview-caption.caption9 .q1_img img {
	border: none;
	padding: 0;
	margin: 0;
	display: block
}

.qzs {
	position: relative
}

.qzs_ch {
	position: absolute;
	z-index: 1000;
	top: -70px;
	left: 15px
}

.text_think {
	width: 98%;
	height: 130px;
	border: 1px solid #fff;
	padding-left: 0;
	padding: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 24px;
	overflow: hidden;
	margin: 0 auto;
	overflow-y: auto;
	white-space: pre-wrap;
	background: #F0FEFF;
	margin: 0 auto;
	border: 1px solid #ccc
}

/*
.caption9 input[type="radio"]{display:none; height:0; position:absolute }
.caption9 input[type="checkbox"]{display:none;}
.caption9 label{display:block;width:70px;height:70px;background-repeat:no-repeat;background-size:70px auto; cursor:pointer;  position:absolute; top:0;  }
.caption9 label.rss{background-image: url("../mo_img/cum_o.png"); }
.caption9 label.rss2{background-image: url("../mo_img/cum_x.png"); right:0; }
.caption9 input:checked + label.rss{background-image: url("../mo_img/cum_ovo.png"); }
.caption9 input:checked + label.rss2{background-image: url("../mo_img/cum_ovx.png");}
.caption9 .ck{background-image: url("../mo_img/photo3.jpg");}
.caption9 input:checked + label.ck{background-image: url("../mo_img/photo2.jpg");}
*/
/* ////¿À¿¢½º Àü¿ë */

.iview-caption.blackcaption {
	background: #000;
	box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
	text-shadow: none;
}

.iview-caption.whcaption {
	background: none;
	box-shadow: none text-shadow: none;
}

#iview-preloader {
	border: #666 1px solid;
	width: 150px
}

#iview-preloader div {
	background: #666;
}

.iview-controlNav div.iview-items ul li {
	padding: 0px;
	float: left;
	width: 11px;
	height: 12px;
	margin: 3px;
	margin-top: 16px;
	line-height: 0px;
}

#iview #iview-tooltip {
	display: none;
	position: absolute;
	background: url('../mo_img/tooltip.png') no-repeat;
	width: 124px;
	height: 90px;
	bottom: 30px;
	left: -67px;
	padding: 10px;
	z-index: 100;
}

#iview #iview-tooltip div.holder {
	display: block;
	width: 124px;
	height: 84px;
	overflow: hidden;
	border-radius: 2px;
}

#iview #iview-tooltip div.holder div.container {
	display: block;
	width: 4000px;
}

#iview #iview-tooltip div.holder div.container div {
	float: left;
	display: block;
	overflow: hidden;
	width: 124px;
	height: 84px;
	left: -50%;
	text-align: center;
}

#iview #iview-tooltip div.holder div.container div img {
	height: 84px;
	margin: 0 auto;
}


.caption11 {
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
	width: 100%
}

.caption11 img {
	padding: 0;
	margin: 0;
	display: block;
	max-width: 100%
}

.caption11 div {
	padding: 0;
	margin: 0;
	display: block
}

.caption11 .text_think_qz {
	height: 100px;
	border: none;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 29px;
	font-weight: bold;
	letter-spacing: -2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: left;
	display: block;
	padding: 0 10px;
	word-break: keep-all;
}

.caption11 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	width: 100%
}

.caption11 li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	float: left;
	text-align: center
}

.caption11 .btn_moset li {
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.caption11 .btn_moset img {
	max-width: 100%;
	border: none;
	padding: 0;
	margin: 0 auto;
}

/*ÇÐ½À¸ñÇ¥*/
.listcaptions {
	color: #000;
	font-size: 26px;
	text-shadow: none;
	text-align: left;
	padding: 0;
	margin: 0;
	width: 400px;
	height: 350px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box
}

.listcaptions ul {
	padding: 0;
	margin: 0;
	margin-top: 4px
}

.listcaptions li {
	padding: 0;
	margin: 0;
	line-height: 28px;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: bold;
	color: #555
}

/*ÄûÁî*/

.caption11 {
	padding: 0;
	margin: 0;
	text-align: center;
	display: block
}

.caption11 img {
	padding: 0;
	margin: 0;
	display: block
}

.caption11 div {
	padding: 0;
	margin: 0;
	display: block
}



.caption11 .qz5_testbox {
	display: block;
	height: auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: left
}

.caption11 .qz5_testbox input[type="radio"] {
	display: none;
	height: 0;
	position: absolute
}

.caption11 .qz5_testbox input[type="checkbox"] {
	display: none;
}

.caption11 .qz5_testbox label {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	line-height: 24px;
	text-align: left;
	padding: 0 0px 0 40px;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	letter-spacing: -1px;
	margin-bottom: 15px
}

.caption11 .qz5_testbox label.qz_1 {
	background: url("../mo_img/qz_num1.png") no-repeat 0 -7px;
}

.caption11 .qz5_testbox label.qz_2 {
	background: url("../mo_img/qz_num2.png") no-repeat 0 -7px;
}

.caption11 .qz5_testbox label.qz_3 {
	background: url("../mo_img/qz_num3.png") no-repeat 0 -7px;
}

.caption11 .qz5_testbox label.qz_4 {
	background: url("../mo_img/qz_num4.png") no-repeat 0 -7px;
}

.caption11 .qz5_testbox label.qz_5 {
	background: url("../mo_img/qz_num5.png") no-repeat 0 -7px;
}

.caption11 .qz5_testbox input:checked + label.qz_1 {
	background: url("../mo_img/qz_num1check.png") no-repeat 0 -7px;
	color: #FF0
}

.caption11 .qz5_testbox input:checked + label.qz_2 {
	background: url("../mo_img/qz_num2check.png") no-repeat 0 -7px;
	color: #FF0
}

.caption11 .qz5_testbox input:checked + label.qz_3 {
	background: url("../mo_img/qz_num3check.png") no-repeat 0 -7px;
	color: #FF0
}

.caption11 .qz5_testbox input:checked + label.qz_4 {
	background: url("../mo_img/qz_num4check.png") no-repeat 0 -7px;
	color: #FF0
}

.caption11 .qz5_testbox input:checked + label.qz_5 {
	background: url("../mo_img/qz_num5check.png") no-repeat 0 -7px;
	color: #FF0
}

.caption11 .ck {
	background: url("../mo_img/photo3.jpg") no-repeat top left;
}

.caption11 .qz5_testbox input:checked + label.ck {
	background: url("../mo_img/photo2.jpg") no-repeat top left;
}

.caption11 .qz5_testbox label.qz_1:hover {
	background: url("../mo_img/qz_num1ov.png") no-repeat 0 -7px;
	color: #F7F3CA
}

.caption11 .qz5_testbox label.qz_2:hover {
	background: url("../mo_img/qz_num2ov.png") no-repeat 0 -7px;
	color: #F7F3CA
}

.caption11 .qz5_testbox label.qz_3:hover {
	background: url("../mo_img/qz_num3ov.png") no-repeat 0 -7px;
	color: #F7F3CA
}

.caption11 .qz5_testbox label.qz_4:hover {
	background: url("../mo_img/qz_num4ov.png") no-repeat 0 -7px;
	color: #F7F3CA
}

.caption11 .qz5_testbox label.qz_5:hover {
	background: url("../mo_img/qz_num5ov.png") no-repeat 0 -7px;
	color: #F7F3CA
}

.caption11 .qz_box {
	width: 98%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	padding: 15px 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	background: url(../mo_img/page_bg22.png) repeat top left;
	border: 1px solid #222;
	border-top: 1px solid #fefefe;
	border-left: 1px solid #fefefe;
	border-radius: 6px;
	-moz-border-radius: 6px
}

.caption11 .qz_exbox {
	width: 88%;
	border: 1px solid #fff;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 26px;
	margin: 0 6% 10px 6%
}

.qz_box .qz1_qz {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	line-height: 26px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px
}

.qz_box .qz2_qz {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	line-height: 26px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px
}

.qz_box .qz3_qz {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	line-height: 26px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px
}

.qz_box .qz4_qz {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	line-height: 26px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px
}

.qz_box .qz5_qz {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	line-height: 26px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px
}

.caption11 .end_title {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	display: block;
	margin-top: 10px;
	width: 100%;
	text-align: center;
	letter-spacing: -1px;
}

.caption11 .end_title strong {
	font-size: 26px
}

.caption11 .end_title span {
	font-size: 26px;
	color: #ff0000
}

.qz_title_nums {
	width: 100%;
	text-align: center;
	display: block;
}

.qz_title_nums img {
	max-width: 100%
}

.caption11 .end_title {
	width: 96%;
	margin: 0 auto;
	display: block
}

.caption11 .end_title ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%
}

.caption11 .end_title li {
	display: block;
	float: left;
	width: 33.33%;
	text-align: center
}

.caption11 .end_title li img {
	padding: 0;
	margin: 0;
	border: none;
	margin: 0 auto;
	border: none;
	max-width: 100%
}

.caption11 .page_li {
	width: 160px;
	display: block
}

.caption11 .page_li li {
	width: 20px;
	margin-right: 15px;
	display: inline-block
}

 .caption11 .page_li li.sc1 {
     width: 24px;
	height: 24px;
	background: #e48a8a;
	border-radius: 50%;
	-moz-border-radius: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.caption11 .page_li li a {
    width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;	
	display: inline-block;
	text-align: center;
	color: #333	
}

.caption11 .page_li li a img {
	display: block;
	margin: 0 auto;
	vertical-align: bottom
}

.caption11 .qzend_title {
	width: 96%;
	background: url("../mo_img/bg_oxt.png")repeat top left;
	height: 32px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	margin: 0 auto
}

.caption11 .qzend_title ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%
}

.caption11 .qzend_title li {
	display: block;
	float: left;
	width: 33.33%;
	text-align: center;
	color: #323279;
	font-weight: bold;
	font-size: 20px;
	line-height: 32px
}

/*Å°¿öµå¹®Á¦  º¸±â ¹× Á¤´ä ÀÌ¹ÌÁö °ü¸® */
.caption10 .keyword_testbox input[type="radio"] {
	display: none;
	height: 0;
	position: absolute
}

.caption10 .keyword_testbox input[type="checkbox"] {
	display: none;
}

.caption10 .keyword_testbox label {
	display: block;
	width: 300px;
	height: 120px;
	background-repeat: no-repeat;
	background-size: 120px auto;
	cursor: pointer;
	position: absolute;
	top: 0;
}

.caption10 .keyword_testbox {
	display: block;
	height: 120px;
	width: 910px;
	position: relative
}

.caption10 label.qz_keyword1 {
	background: url("../mo_img/qz1_1.png") no-repeat 0 0;
	left: 0
}

.caption10 label.qz_keyword2 {
	background: url("../mo_img/qz1_2.png") no-repeat 0 0;
	left: 300px
}

.caption10 label.qz_keyword3 {
	background: url("../mo_img/qz1_3.png") no-repeat 0 0;
	left: 600px
}

.caption10 label.qz_keyword4 {
	background: url("../mo_img/qz2_1.png") no-repeat 0 0;
	left: 0
}

.caption10 label.qz_keyword5 {
	background: url("../mo_img/qz2_2.png") no-repeat 0 0;
	left: 300px
}

.caption10 label.qz_keyword6 {
	background: url("../mo_img/qz2_3.png") no-repeat 0 0;
	left: 600px
}

.caption10 label.qz_keyword7 {
	background: url("../mo_img/qz3_1.png") no-repeat 0 0;
	left: 0
}

.caption10 label.qz_keyword8 {
	background: url("../mo_img/qz3_2.png") no-repeat 0 0;
	left: 300px
}

.caption10 label.qz_keyword9 {
	background: url("../mo_img/qz3_3.png") no-repeat 0 0;
	left: 600px
}

.caption10 label.qz_keyword1:hover {
	background: url("../mo_img/qz1ov_1.png") no-repeat 0 0;
}

.caption10 label.qz_keyword2:hover {
	background: url("../mo_img/qz1ov_2.png") no-repeat 0 0;
}

.caption10 label.qz_keyword3:hover {
	background: url("../mo_img/qz1ov_3.png") no-repeat 0 0;
}

.caption10 label.qz_keyword4:hover {
	background: url("../mo_img/qz2ov_1.png") no-repeat 0 0;
}

.caption10 label.qz_keyword5:hover {
	background: url("../mo_img/qz2ov_2.png") no-repeat 0 0;
}

.caption10 label.qz_keyword6:hover {
	background: url("../mo_img/qz2ov_3.png") no-repeat 0 0;
}

.caption10 label.qz_keyword7:hover {
	background: url("../mo_img/qz3ov_1.png") no-repeat 0 0;
}

.caption10 label.qz_keyword8:hover {
	background: url("../mo_img/qz3ov_2.png"no-repeat 0 0);
}

.caption10 label.qz_keyword9:hover {
	background: url("../mo_img/qz3ov_3.png") no-repeat 0 0;
}

.caption10 input:checked + label.qz_keyword1 {
	background: url("../mo_img/qz1check_1.png") no-repeat 0 0;
}

.caption10 input:checked + label.qz_keyword2 {
	background: url("../mo_img/qz1check_2.png") no-repeat 0 0;
}

.caption10 input:checked + label.qz_keyword3 {
	background: url("../mo_img/qz1check_3.png") no-repeat 0 0;
}

.caption10 input:checked + label.qz_keyword4 {
	background: url("../mo_img/qz2check_1.png") no-repeat 0 0;
}

.caption10 input:checked + label.qz_keyword5 {
	background: url("../mo_img/qz2check_2.png") no-repeat 0 0;
}

.caption10 input:checked + label.qz_keyword6 {
	background: url("../mo_img/qz2check_3.png") no-repeat 0 0;
}

.caption10 input:checked + label.qz_keyword7 {
	background: url("../mo_img/qz3check_1.png") no-repeat 0 0;
}

.caption10 input:checked + label.qz_keyword8 {
	background: url("../mo_img/qz3check_2.png"no-repeat 0 0);
}

.caption10 input:checked + label.qz_keyword9 {
	background: url("../mo_img/qz3check_3.png") no-repeat 0 0;
}


/*ÄûÁîÁ¤´ä ¹®Á¦À§·Î º¸ÀÌ°Ô */
.result_view {
	position: relative;
	width: 100%;
	height: 70%;
	display: block;
	top: 0px;
	left: 8px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box border:1px solid #222;
	border-radius: 6px;
	-moz-border-radius: 6px;
	overflow: hidden
}

.result_view .qz_ok {
	position: absolute;
	z-index: 1000;
	width: 100%;
	background: url("../mo_img/bg_oxt.png")repeat top left;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	top: 0px;
	left: 0;
	height: 100%
}

.result_view .qz_ok .explanation {
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	margin-top: 10px
}

.result_view .qz_ok .explanation dl {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%
}

.result_view .qz_ok .explanation dl dt {
	color: #fff;
	font-size: 18px;
	width: 100%;
	border-bottom: 1px solid #fefefe;
	line-height: 34px
}

.result_view .qz_ok .explanation dl dt strong {
	font-size: 30px;
	font-weight: bold;
	color: #ffff
}

.result_view .qz_ok .explanation dl dd {
	color: #fff;
	line-height: 30px;
	font-size: 18px
}

/*//ÄûÁîÁ¤´ä ¹®Á¦À§·Î º¸ÀÌ°Ô */

/*
.result_view{position:relative; width:98%; height:100%;display:block; top:0px; margin:0 auto; box-sizing:border-box; -moz-box-sizing:border-box border:1px solid #222; border-radius:6px; -moz-border-radius:6px; overflow:hidden}
 .result_view .qz_ok{position:absolute;  z-index:1000; width:100%; height:90%; background: url("../mo_img/bg_oxt.png" )repeat top left; padding:10px; box-sizing:border-box; -moz-box-sizing:border-box; top:0px; left:0; height:100%}
  .result_view .qz_ok .explanation{ width:100%; height:100%; overflow:hidden; overflow-y:auto; margin-top:10px}
.result_view .qz_ok .explanation dl{list-style:none; padding:0; margin:0; width:100%}
.result_view .qz_ok .explanation  dl dt{ color:#fff; font-size:18px; width:100%; border-bottom:1px solid #fefefe; line-height:34px}
.result_view .qz_ok .explanation dl dt strong{font-size:30px; font-weight:bold; color:#ffff}
.result_view .qz_ok .explanation  dl dd{ color:#fff; line-height:30px; font-size:18px}

*/




.bg_picimg {
	background: url("../mo_img/bg_picimg.png") repeat;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	z-index: 3000;
	position: absolute;
	top: 0;
	left: 0
}

.itemft {
	position: relative;
	width: 100%;
}

.itemft .i_help {
	position: absolute;
	top: 4px;
	right: 0
}

.itemft .i_label {
	top: 15px;
	left: 14px;
	color: #fff;
	z-index: 10;
	font-size: 16px;
}

.itemft .i_dsc {
	margin: 2px 0
}

.itemft .i_check,
.itemft .i_radio {
	width: 13px;
	height: 13px;
	margin: 2px 5px 2px 0;
	padding: 0;
	vertical-align: middle
}

.itemft .i_text {
	position: relative;
}

.itemft .hide {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0
}

.itemft select {
	margin: 2px
}

.itemft label {
	margin: 0 10px 0 0;
	cursor: pointer
}

.view_cont {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #731c20;
	height: 60px;
	display: block;
	box-sizing: border-box;
	-mozbox-sizing: border-box;
	z-index: 21000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.cont_box {
	width: 100%;
	margin: 0 auto;
	display: block;
	height: 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.cont_box_pop {
	display: block;
	float: left;
	margin-right: 20px
}

.cont_box_pop ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.cont_box_pop li {
	list-style: none;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	text-align: left;
	position: relative;
	overflow: visible;
	min-width: 40px
}

.cont_box_pop li a {
	padding: 0;
	margin: 0;
	display: block;
	padding: 0;
	margin: 0
}

.cont_box_pop li img {
	border: none;
	display: block;
	padding: 0;
	margin: 0
}

.cont_box_pop li.timepage {
	width: 90px;
	text-align: left;
	display: block;
	line-height: 34px;
	color: #fff;
	font-size: 12px
}

.cont_box_pop li.sound_line {
	list-style: none;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	width: 358px;
	text-align: left;
	padding-top: 10px
}

.sound_bar {
	width: 350px;
	height: 13px;
	background: #295ea9;
	border: 1px solid #5282c5;
	display: block;
}

.sre_form {
	width: 168px;
	height: 53px;
	background: url(../mo_img/ser_bg.png) no-repeat top left;
	position: absolute;
	top: -52px;
	left: -75px;
	z-index: 3000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 4px
}

.sre_form input {
	font-size: 15px;
	height: 22px;
	line-height: 20px;
	width: 97px;
	border: none;
	display: block;
	float: left;
	margin: 4px 0 0 8px
}

.sre_form a {
	display: block;
	float: right;
	padding-right: 17px
}

.menu_form {
	display: block;
	position: absolute;
	left: 1px;
	bottom: 3px;
	background: #002655;
	height: 130px;
	width: 72px;
	overflow: hidden;
	border-radius: 14px;
	-moz-border-radius: 10px;
	text-align: center
}

.menu_form ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 2px
}

.menu_form li {
	width: 96%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	display: block;
	margin: 0 2%;
	font-size: 12px;
	letter-spacing: -1px;
	border-bottom: 1px solid #456788
}

.menu_form li.bottom_line {
	font-weight: bold;
	border-bottom: none
}

.menu_form a {
	line-height: 24px;
	width: 100%;
	display: block;
	text-decoration: none
}

.menu_form a:hover {
	color: #baff61
}

.cont_box_pop4 {
	display: block;
	width: 130px;
	position: absolute;
	right: 8px;
	bottom: 10px;
	background: url(../mo_img/page_bg.png) repeat top left;
	padding: 2px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	border: 1px solid #999;
	border-radius: 20px;
	height: 33px;
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.cont_box_pop4 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block
}

.cont_box_pop4 li {
	list-style: none;
	display: block;
	float: right;
	padding: 0;
	margin: 0;
	width: 35px;
	font-size: 20px;
	color: #fff;
}

.cont_box_pop4 li.numpage {
	width: 54px;
	text-align: center;
	display: block;
	line-height: 26px;
	letter-spacing: -1px;
	font-size: 16px;
}

.cont_box_pop4 li.numpage span {
	color: #FF0;
	font-weight: bold
}

.cont_box_pop4 li.numpage em {
	font-style: normal;
	font-weight: normal;
	color: #dedede
}

.cont_box_pop4 li a {
	padding: 0;
	margin: 0;
	display: block;
	text-align: right;
	width: 100%
}

.cont_box_pop4 li img {
	border: none;
	display: block;
	padding: 0;
	margin: 0;
}

.cont_box_pop4 .next_talkbox {
	position: absolute;
	top: -48px;
	right: 1px;
	z-index: 20000
}

.popmw {
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3000
}

.popmw .popbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50)
}

.popmw .popfg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 850px;
	height: 500px;
	margin: -250px 0 0 -425px;
	background: #fff
}

.popmw .popfg .popguide {
	position: relative;
	width: 850px;
	height: 500px;
	display: block;
	overflow: hidden;
	color: #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.popmw2 {
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3000
}

.popmw2 .popbg2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50)
}

.popmw2 .popfg2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 532px;
	height: 503px;
	margin: -260px 0 0 -60px;
}

.popmw2 .popfg2 .popguide2 {
	position: relative;
	width: 532px;
	height: 503px;
	display: block;
	overflow: hidden;
	color: #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.tab_content2 {
	position: absolute;
	top: 0;
	left: 0;
	border: 3px solid #3044bf;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	background: #1998da;
	height: 502px
}

/* È­¸éÀÇ °¡¿îµ¥ Á¤·Ä */
/* //UI Object */


/********************************* Á¤¸®ÇÏ±â ****************************************************/
#mask {
	float: left;
	overflow: hidden;
	width: 870px;
	height: 420px;
}

#content_end {
	width: 2610px;
}

/* ¹è³Ê 1°³ °¡·Î Å©±â * ÃÑ °³¼ö */
#content_end dd {
	float: left;
	width: 870px;
	height: 420px;
}

#content_end img {
	width: 870px;
}

#prevbtn {
	float: left;
	cursor: pointer;
	position: relative;
	top: 190px;
	width: 40px;
	height: 28px;
	padding-right: 10px;
}

#nextbtn {
	float: left;
	cursor: pointer;
	position: relative;
	top: 190px;
	width: 40px;
	height: 28px;
	padding-left: 10px;
}



#mask2 {
	float: left;
	overflow: hidden;
	width: 870px;
	height: 420px;
}

#qz_end {
	width: 2610px;
}

/* ¹è³Ê 1°³ °¡·Î Å©±â * ÃÑ °³¼ö */
#qz_end dd {
	float: left;
	width: 870px;
	height: 420px;
}

#qz_end img {
	width: 870px;
}

#prevbtn2 {
	float: left;
	cursor: pointer;
	position: relative;
	top: 190px;
	width: 40px;
	height: 28px;
	padding-right: 10px;
}

#nextbtn2 {
	float: left;
	cursor: pointer;
	position: relative;
	top: 190px;
	width: 40px;
	height: 28px;
	padding-left: 10px;
}



/*  ±³¼ö¼Ò°³ */

.popguide_title {
	position: absolute;
	top: 15px;
	left: 15px
}

.popguide_close {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1000
}

.tab_content {
	position: absolute;
	top: 0;
	left: 0;
}

/* È­¸éÀÇ °¡¿îµ¥ Á¤·Ä */

.tab_content .conbox {
	position: relative;
}

.tab_content input[type="radio"] {
	display: none;
}

.tab_content .conbox {
	width: 100%;
	display: none;
	overflow: hidden
}

.tab_content .guidbtn {
	padding: 0px;
	text-align: center;
	;
	border: none;
	margin-bottom: -2px;
	margin-top: 38px;
	margin-left: 100px
}

.tab_content label[for="guidtab01"] {
	display: inline-block;
	padding: 0px;
	background: none;
	cursor: pointer;
	width: 130px;
	height: 50px;
	background: url(../mo_img/popguide_btn1.png) no-repeat top left
}

.tab_content label[for="guidtab02"] {
	display: inline-block;
	padding: 0px;
	background: none;
	cursor: pointer;
	width: 130px;
	height: 50px;
	background: url(../mo_img/popguide_btn2.png) no-repeat top left
}

.tab_content label[for="guidtab03"] {
	display: inline-block;
	padding: 0px;
	background: none;
	cursor: pointer;
	width: 130px;
	height: 50px;
	background: url(../mo_img/popguide_btn3.png) no-repeat top left
}

.tab_content label[for="guidtab04"] {
	display: inline-block;
	padding: 0px;
	background: none;
	cursor: pointer;
	width: 130px;
	height: 50px;
	background: url(../mo_img/popguide_btn4.png) no-repeat top left
}


.tab_content input[id="guidtab01"]:checked ~ .guidcon1 {
	display: block;
}

.tab_content input[id="guidtab02"]:checked ~ .guidcon2 {
	display: block;
}

.tab_content input[id="guidtab03"]:checked ~ .guidcon3 {
	display: block;
}

.tab_content input[id="guidtab04"]:checked ~ .guidcon4 {
	display: block;
}

.tab_content input[id="guidtab01"]:checked ~ .guidbtn > label[for="guidtab01"] {
	background: url(../mo_img/popguide_btn1.png) no-repeat top left
}

.tab_content input[id="guidtab02"]:checked ~ .guidbtn > label[for="guidtab02"] {
	background: url(../mo_img/popguide_btn2.png) no-repeat top left
}

.tab_content input[id="guidtab03"]:checked ~ .guidbtn > label[for="guidtab03"] {
	background: url(../mo_img/popguide_btn3.png) no-repeat top left
}

.tab_content input[id="guidtab04"]:checked ~ .guidbtn > label[for="guidtab04"] {
	background: url(../mo_img/popguide_btn4.png) no-repeat top left
}

.think_list {
	font-size: 15px;
	line-height: 22px;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 432px;
	overflow: hidden;
	overflow-y: auto
}

.think_list p {
	line-height: 22px;
	letter-spacing: -1px
}

.speed_bar {
	display: block;
	width: 78px;
	height: 24px;
	text-align: center;
	float: left;
	position: relative;
	background: url(../mo_img/allow_bg.png) repeat top left;
	border-radius: 12px;
	-moz-border-radius: 12px;
	margin-top: -2px;
	letter-spacing: -1PX;
	color: #3044bf;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold
}

.speed_bar .allow_lefts {
	position: absolute;
	top: -1px;
	left: -1px;
}

.speed_bar .allow_right {
	position: absolute;
	top: -1px;
	right: -1px;
}

.speed_bar a {
	padding: 0;
	margin: 0
}

.speed_bar img {
	display: block;
	border: none;
}

#start_btn {
	display: none;
}

#start_btn img {
	padding: 0;
	margin: 0;
	border: 0
}

#start_btn a {
	position: absolute;
	z-index: 1000;
	text-align: center;
	bottom: 30px;
	right: 10px
}

#close_btn {
	display: none;
}

#close_btn img {
    width: 50%;
    padding: 0;
    margin: 0;
    border: 0
}

#close_btn a {
    position:absolute;
    z-index:1000;
    text-align:center;
    bottom:15px;
    left: 50%;
    transform: translateX(-50%)
}