@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&subset=korean');
@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap');

 /* IR È¿°ú */
 .ir_pm {display: block; overflow: hidden; font-size: 0; line-height: 0; text-indent: -9999px;} /* ÀÇ¹ÌÀÖ´Â ÀÌ¹ÌÁöÀÇ ´ëÃ¼ ÅØ½ºÆ®¸¦ Á¦°øÇÏ´Â °æ¿ì */
 .ir_wa {display: block; overflow: hidden; position: relative; z-index: -1; width: 100%; height: 100%;} /* ÀÇ¹ÌÀÖ´Â ÀÌ¹ÌÁöÀÇ ´ëÃ¼ ÅØ½ºÆ®·Î ÀÌ¹ÌÁö°¡ ¾ø¾îµµ ´ëÃ¼ ÅØ½ºÆ®¸¦ º¸¿©ÁÖ°íÀÚ ÇÒ ¶§ */

* {
    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;
	font-size: 9pt;
	cursor: default;width:100%; height:100%;font-family: 'Nanum Gothic', sans-serif;
	background: url('../mo_img/allbg.png') repeat;
}

.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;
    background-size: cover;
}

.copy {
    text-shadow: #111 1px 1px 0px;
    text-align: center;
    padding: 10px 0px;
    line-height: 150%;
}

/* ========================================================
   Top bar
   ===================================================== */
#header {
	position: relative;
    z-index: 10000;  
    display: block;
	margin-bottom: 60px;
    width: 100%;
	height: 60px;
	background: #000;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

#header .container {
	position: absolute;
	top:0;
	left: 0;
    width: 100%;
	height: 120px;
    margin-left: auto;
    margin-right: auto; 
	box-sizing:border-box;
	padding: 0 5px;
}

#header .container h1 {
	position: relative;
	font-size: 16px;
	color: #ff7e00;
	font-family: 'Noto Sans KR', sans-serif;
 	margin-top: 10px;
 	padding-left: 40px;
    box-sizing: border-box;    
    word-break: keep-all;
	width: 90%;
	height: 38px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: normal;
}

#header .container h1:before {
	position: absolute;
	content: '';
	top: 6px;
	left: 0;
	display: inline-block;
	width: 30px;
	height: 28px;
	background: url('../mo_img/nlogo.png')
}

#header .container h1 span {
	display: inline-block;
	font-size: 16px;
	color: #ff7e00;
	font-family: 'Noto Sans KR', sans-serif;
	padding-right: 5px
}

 #header a {
    line-height: 24px;
}

#header .container h1 strong {
    display: block;
    font-weight: normal;
    background: #e49048;
    color: #fff;
    text-align: center;
    width: 250px;
    height: 50px;
    border-radius: 25px 25px 25px 0;
    line-height: 50px;
    margin-left: 100px;
}

#header ul {
    list-style: none;
}

#header h2 {
    display: block;
	width: 100%;
	font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
	font-weight: normal;
    color: #dfdfdf;
	margin-top: 25px;
    padding: 3px 0;
    display: block;
    text-align: center;
    overflow: hidden;
    line-height: 22px;
	border:1px dashed #dfdfdf;
    border-radius: 10px; 
	box-sizing: border-box;
}

#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;
    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 {
    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; 
	padding: 5px;
	box-sizing:border-box; 
}

#iview .iviewSlider {
    display: block;
    width: auto;
    position: absolute;
    overflow: hidden
}

.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: 18px;
    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: rgba(43,46,50,0.9);
    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 #d1f0ff;
    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;    
    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 #fff;
    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: #000;
    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: -4px;
    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: 100%;
    height: 130px;
    border: 1px solid #fff;
    padding-left: 0;
    padding: 10px;
    box-sizing: border-box;    
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 1.2;
    overflow: hidden;
    margin: 0 auto;
    overflow-y: auto;
    white-space: pre-wrap;
    background: #e9e9e9;
    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 {width: 100%; height: 80px; border:none; font-size:16px; color:#fff; line-height:1.2; box-sizing:border-box; text-align:left; display:inline-block; vertical-align: middle; padding: 0 5px; margin-bottom: 5px; overflow-y: auto; 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 ul.btn_moset {overflow: hidden; width: 100%; text-align: center;}
.caption11 ul.btn_moset li {width: calc(50% - 1%); text-align: center; box-sizing:border-box; margin-right: 1%}
.caption11 ul.btn_moset li:last-child {margin-right: 0; float: right}
.caption11 ul.btn_moset  img {max-width:100%; border:none; padding:0; margin:0 auto; }
.caption11 ul.btn_moset button {width: 100%; 	box-shadow:inset 0px 1px 0px 0px #ffffff; background:linear-gradient(to bottom, #f9f9f9 5%, #7d7d7d 100%);	background-color:#f9f9f9; border-radius:6px; border:1px solid #dcdcdc;
	display:inline-block; cursor:pointer; color:#333; font-size: 14px; font-weight: bold; padding:10px; text-decoration:none; text-shadow:0px 1px 0px #ffffff; font-family: 'Noto Sans KR', sans-serif;}
.caption11 ul.btn_moset button:hover {background: #333; color: #fff; text-shadow: none}

/*ÇÐ½À¸ñÇ¥*/
.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;    
    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: 1.3;
    text-align: left;
    padding: 2px 0px 0 32px;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    box-sizing: border-box;   
	word-break: keep-all;
    letter-spacing: -1px;
    margin-bottom: 10px
}

.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;    
    margin: 0 auto;
    background: url('../mo_img/page_bg22.png') repeat top left;
    border: 1px solid #222;
    border-radius: 6px;
}

.caption11 .qz_exbox {
    width: 88%;
    border: 1px solid #fff;
    padding: 10px;
    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 {
	position: relative;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: left;
	line-height: 1.3;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0 8px 50px;
	word-break: keep-all
}

.qz_box .qz1_qz:before {
    content:'Q1.';
	position: absolute;
	top: 15px;
	left: 10px;
	display: inline-block;
	color: #ff7e00;
	font-size: 20px;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;		
}

.qz_box .qz2_qz {
	position: relative;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: left;
	line-height: 1.3;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0 8px 50px;
	word-break: keep-all
}

.qz_box .qz2_qz:before {
    content:'Q2.';
	position: absolute;
	top: 15px;
	left: 10px;
	display: inline-block;
	color: #ff7e00;
	font-size: 20px;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;		
}

.qz_box .qz3_qz {
	position: relative;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: left;
	line-height: 1.3;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0 8px 50px;
	word-break: keep-all
}

.qz_box .qz3_qz:before {
    content:'Q3.';
	position: absolute;
	top: 15px;
	left: 10px;
	display: inline-block;
	color: #ff7e00;
	font-size: 20px;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;		
}

.qz_box .qz4_qz {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: left;
    line-height: 24px;
    width: 100%;
    box-sizing: border-box;
    text-indent: -1.1rem;
    padding: 8px 0 8px 20px;
	word-break: keep-all
}

.qz_box .qz5_qz {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: left;
    line-height: 24px;
    width: 100%;
    box-sizing: border-box;
    text-indent: -1.1rem;
    padding: 8px 0 8px 20px;
	word-break: keep-all
}

.caption11 .end_title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    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: 50%;
    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;
	vertical-align: middle
}

.caption11 .page_li li.sc1 {
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    background: #fff000;
    border-radius: 12px;
    box-sizing: border-box;    
    text-align: center
}

.caption11 .page_li li a {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #000;
    width: 20px;
    display: block;
    text-align: center;
}

.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;
    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;
    margin: 0 auto;
    box-sizing: border-box;    	
    border-radius: 6px;
    overflow: hidden;
}

.result_view .qz_ok {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #1f2631;
    padding: 10px;
    box-sizing: border-box;    
    top: 0;
    left: 50%;
	transform: translateX(-50%)
}

.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: 18px;
    font-weight: bold;
    color: #fff
}

.result_view .qz_ok .explanation dl dd {
    color: #fff;
	padding: 10px 0 0 0;
    line-height: 1.3;
    font-size: 16px; 	
	word-break: keep-all
}

.result_view button {
	padding: 6px;
	border: none;
	border-radius: 5px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	cursor: pointer;
	margin-right: 10px
}

.result_view button:hover {
	border: 1px solid #dedede;
	background: #333;
	color: #fff
}

/*//ÄûÁîÁ¤´ä ¹®Á¦À§·Î º¸ÀÌ°Ô */

/*
.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: #000;
    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: #000;
    height: 60px;
    display: block;
    box-sizing: border-box;
    z-index: 21000;
    box-sizing: border-box;    
}

.cont_box {
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 60px;
    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;    
    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;
    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: 12px;
    bottom: 10px;
    background: url('../mo_img/page_bg.png') repeat top left;
    padding: 2px 0;
    box-sizing: border-box;    
    text-align: center;
    border: 1px solid #999;
    border-radius: 20px;
    height: 33px;
    box-sizing: border-box;
}

.cont_box_pop4 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
	padding-right: 3px
}

.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: inline-block;
 	padding: 6px 0 0 4px; 
    letter-spacing: -1px;
	font-weight: bold;
    font-size: 16px; 
	box-sizing:border-box;
}

.cont_box_pop4 li.numpage span {
    color: #ff7e00;
    font-weight: bold
}

.cont_box_pop4 li.numpage em {
    font-style: normal;
    font-weight: normal;
    color: #dedede
}

.cont_box_pop4 li a {
    padding: 0;
    display: block;
    text-align: right;
    width: 100%
}

.cont_box_pop4 li img {
    border: none;
    display: inline-block;
    padding: 0;
	margin-top: -2px;
	vertical-align: middle;	
}

.cont_box_pop4 .next_talkbox {
    position: absolute;
    top: -48px;
    right: 1px;
    z-index: 20000
}

.popmw {
    position: fixed;
    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;
}

.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;
}

.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:1%;left:1%;width:98%;height:98%;margin:0;}
.popmw2 .popfg2 .popguide2{position:relative; width:100%;height:100%; 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 #333; width:100%; box-sizing:border-box;-moz-box-sizing:border-box; padding:8px; background:#b1b1b1; height:100%} /* È­¸éÀÇ °¡¿îµ¥ Á¤·Ä */

/* È­¸éÀÇ °¡¿îµ¥ Á¤·Ä */
/* //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: 8px;
    right: 10px;
    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: 16px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;    
    width: 100%;
    height: 432px;
    overflow: hidden;
    overflow-y: auto
}

.think_list ul {
	padding: 5px;
	overflow: hidden;
}

.think_list ul h1 {
	font-size: 16px;
	font-weight: bold;
}

.think_list ul li{
	line-height: 1.2;
	box-sizing:border-box;
	word-break: keep-all;
	padding: 3px 0
}

.cont_box_speed {display:block; width:80px; position:absolute; right: 4px; bottom: 85px}

.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;
	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;
}

.speed_bar input {
	margin-top: 2px;
	text-align: center
}

#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: 10px;
    left: 50%;
	transform: translateX(-50%)
}

#close_btn {
    display: none;
}

#close_btn img {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0
}

#close_btn a {
    position: absolute;
    z-index: 1000;
    text-align: center;
    bottom: 10px;
    left: 50%;
	transform: translateX(-50%)
}

/* Á¤¸®ÇÏ±â */
.caption11 .arrange {width: 100%; height: 400px; padding: 10px; box-sizing:border-box; overflow-y: auto; color:#fff;}
.caption11 .arrange h3 {font-size: 16px; display: block; margin-bottom: 10px; padding: 8px; background: #1f2631; color: #fff;	border-radius: 50px}
.caption11 .arrange ul {overflow: hidden; width: 100%; clear: both; box-sizing:border-box;}
.caption11 .arrange ul li {padding: 0 0 10px 15px; line-height: 1.3; word-break: keep-all; font-family: 'Noto Sans KR', sans-serif; font-weight: 400; text-align: left; text-indent: -0.8rem; clear: both}
.caption11 .arrange ul li ul {overflow: hidden}
.caption11 .arrange ul li ul li {line-height: 1.3; word-break: keep-all; padding: 0 0 0 10px; text-indent: -0.6rem}

sub {
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    bottom: -0.25em;
}

sup {
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}

.caption11 .arrange .table { 
  border-collapse: collapse
}

.caption11 .arrange .table th {
	border:1px solid #fff;
	padding: 3px;
	text-align: center;
	vertical-align: middle
}

.caption11 .arrange .table td {
	border:1px solid #fff;
	padding: 3px;
	vertical-align: middle
}

.caption11 .arrange .table td:nth-child(n+1) {
	text-align: center
}

/*OXÄûÁî°ü·Ã css*/ 
.caption11 .qz_boxtext {width:100%; height:190px; padding: 10px; border-bottom:1px dashed #cef3fb; display:block; box-sizing:border-box; -moz-box-sizing:border-box; text-align:left; font-size:16px; line-height:24px; font-weight:bold; color:#fff; word-break:keep-all; overflow:hidden;}
.caption11 .qz_boxtext strong {display:inline-block; color:#333; background:#fff; width: 24px; height:24px; line-height:24px; border-radius:12px 12PX 0px 12px; text-align: center}
.caption11 .qz_boxtext span {position: relative; display:block; line-height: 1.2; padding-left: 22px}
.caption11 .qz_boxtext span:before {content: '\2611'; position: absolute; left: 0; top: 0; display: inline-block; font-size: 20px; color: #ff7e00;}
.caption11 .qz_boxtext p {height: 58%; margin-top: 10px; word-break: keep-all; word-wrap: break-word; background: #333; border-radius: 8px; padding: 10px; line-height: 1.2; font-weight: normal; overflow-y:auto}
.img_oxcont {width:100%; height:210px}
.qz_oxcont {width:96%;min-height:140px; display:block; height:140px; background:#fff; color:#000; box-sizing:border-box; -moz-box-sizing:border-box; margin: 0 auto; margin-top: 15px; padding:10px; font-size:1.2em; line-height:28px; border-radius:6px; overflow:hidden; overflow-y:auto; word-break: keep-all}
.qz_oxcont h3 {padding-bottom:5px; border-bottom:1px dashed #ddd; margin-bottom:4px;}
.qz_oxcont dl {width: 100%;}
.qz_oxcont dl dd {padding: 3px; line-height: 1.2; font-size: 16px; text-indent: 0rem; word-break: keep-all; word-wrap: break-word}

.caption11 .end_title {font-size:18px; font-weight:bold; color:#fff; display:block;  margin-top:10px; width:100%; text-align: center; letter-spacing:-1px;}
.caption11 .end_title strong {font-size:26px; color:#e0460a}
.caption11 .end_title span {font-size:26px; color:#ff4800}
.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_title1 ul {padding:0; margin:0; list-style:none; width:100%}
.caption11 .end_title1 li {display:block; float:left; width: 50%; text-align: center; padding-top: 10px}
.caption11 .end_title1 li img {padding:0; margin:0; border:none; margin:0 auto; border:none; max-width:100%}

.caption11 .page_li li a{font-size:20px; line-height:20px; font-weight:bold; color:#fff; width:40px; display:block; text-align: center}
.caption11 .page_li li a img{display:block; margin:0 auto; vertical-align:bottom}
.caption11 .qzend_title1 {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_title1 ul {padding:0; margin:0; list-style:none; width:100%}
.caption11 .qzend_title1 li {display:block; float:left; width: 50%; text-align: center; color:#fff; font-weight:bold; font-size:20px; line-height:32px}

.result_view1 {position:relative; width:100%; height:100%; display:block; top:0px; box-sizing:border-box;}
.result_view1 .qz_ok {position:absolute; z-index:1000; width:100%; height: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_view1 .qz_ok .explanation {width:100%; height:100%; overflow:hidden; overflow-y:auto}
.result_view1 .qz_ok .explanation dl {list-style:none; padding:0; margin:0; width:100%}
.result_view1 .qz_ok .explanation dl dt {color:#fff; font-size:18px; width:100%; border-bottom:1px solid #ccc; line-height:34px}
.result_view1 .qz_ok .explanation dl dt strong {font-size:18px; font-weight:bold; color:#fff}
.result_view1 .qz_ok .explanation dl dd {color:#fff; line-height:1.3; font-size:16px}
.result_view1 button {	padding: 6px; border: none; border-radius: 5px; font-family: 'Noto Sans KR', sans-serif; font-size: 16px; cursor: pointer; margin-right: 10px}
.result_view1 button:hover {	border: 1px solid #dedede; background: #333;	color: #fff}

.caption11 .qz_testbox {display:block;height:150px; width:320px;position:relative; margin:0 auto;}
.caption11 .qz_testbox input[type="radio"] {display:none; height:0; position:absolute}
.caption11 .qz_testbox input[type="checkbox"] {display:none;}
.caption11 .qz_testbox label {display:block;width:140px;height:140px;background-repeat:no-repeat;background-size:140px auto; cursor:pointer;  position:absolute; top:0;}
.caption11 .qz_testbox label.qz_o {background: url("../mo_img/cum_o.png"); }
.caption11 .qz_testbox label.qz_x {background: url("../mo_img/cum_x.png"); right:0; }
.caption11 .qz_testbox input:checked + label.qz_o {background-image: url("../mo_img/cum_cho.png");}
.caption11 .qz_testbox input:checked + label.qz_x {background-image: url("../mo_img/cum_chx.png");}
.caption11 .ck {background: url("../img/photo3.jpg");}
.caption11 input:checked + label.ck {background: url("../img/photo2.jpg");}
.caption11 .qz_testbox label.qz_o:hover {background-image: url("../mo_img/cum_ovo.png");}
.caption11 .qz_testbox label.qz_x:hover {background-image: url("../mo_img/cum_ovx.png");}

/* ÀÚ¸·ÄÑ±â*/
.subtit {margin-top: 5px;}
.subtit button {width: 100%; border: 1px solid #000; padding: 6px 0; text-align: center; border-radius: 4px; background: #333; font-size: 13px; color: #fff; transition-duration: 0.3s; box-shadow:inset 0px 1px 0px 0px #6b6b6b;}
.subtit button:hover {background: #000; cursor: pointer;}

/* ÀÌ¾îº¸±â*/
.bookmarkview {display:inline-block; margin-left: 8px; background: #ff5400; border-radius: 4px; padding: 3px; text-align: center; font-size:12px; color: #000; font-weight: bold; cursor:pointer; }