@charset "utf-8";

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: url(/kids/font/NotoSansKR-Thin.woff2) format('woff2'),
		 url(/kids/font/NotoSansKR-Thin.woff) format('woff'),
		 url(/kids/font/NotoSansKR-Thin.otf) format('opentype');
  }
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url(/kids/font/NotoSansKR-Light.woff2) format('woff2'),
		 url(/kids/font/NotoSansKR-Light.woff) format('woff'),
		 url(/kids/font/NotoSansKR-Light.otf) format('opentype');
  }
@font-face {
	 font-family: 'Noto Sans KR';
	 font-style: normal;
	 font-weight: 400;
	 src: url(/kids/font/NotoSansKR-Regular.woff2) format('woff2'),
		  url(/kids/font/NotoSansKR-Regular.woff) format('woff'),
		  url(/kids/font/NotoSansKR-Regular.otf) format('opentype');
   }
@font-face {
	 font-family: 'Noto Sans KR';
	 font-style: normal;
	 font-weight: 500;
	 src: url(/kids/font/NotoSansKR-Medium.woff2) format('woff2'),
		  url(/kids/font/NotoSansKR-Medium.woff) format('woff'),
		  url(/kids/font/NotoSansKR-Medium.otf) format('opentype');
   }
@font-face {
	 font-family: 'Noto Sans KR';
	 font-style: normal;
	 font-weight: 700;
	 src: url(/kids/font/NotoSansKR-Bold.woff2) format('woff2'),
		  url(/kids/font/NotoSansKR-Bold.woff) format('woff'),
		  url(/kids/font/NotoSansKR-Bold.otf) format('opentype');
   }
@font-face {
	 font-family: 'Noto Sans KR';
	 font-style: normal;
	 font-weight: 900;
	 src: url(/kids/font/NotoSansKR-Black.woff2) format('woff2'),
		  url(/kids/font/NotoSansKR-Black.woff) format('woff'),
		  url(/kids/font/NotoSansKR-Black.otf) format('opentype');
   } 



@font-face {
	font-family: 'Nanum Barun Gothic';
	font-style: normal;
	font-weight: 400;
	src: local('Nanum Barun Gothic Regular'),
		local('Nanum Barun Gothic-Regular'), local('NanumBarunGothic Regular');
	src: url(/kids/fonts/nanumbarungothicregular.eot);
	src: url(/kids/fonts/nanumbarungothicregular.eot?#iefix)
		format('embedded-opentype'),
		url(/kids/fonts/nanumbarungothicregular.woff) format('woff'),
		url(/kids/fonts/nanumbarungothicregular.ttf) format('truetype');
	;
}

@font-face {
	font-family: 'Nanum Barun Gothic';
	font-style: normal;
	font-weight: 700;
	src: local('Nanum Barun Gothic Bold'), local('Nanum Barun Gothic-Bold'),
		local('NanumBarunGothic Bold');
	src: url(/kids/fonts/nanumbarungothicbold.eot);
	src: url(/kids/fonts/nanumbarungothicbold.eot?#iefix)
		format('embedded-opentype'),
		url(/kids/fonts/nanumbarungothicbold.woff) format('woff'),
		url(/kids/fonts/nanumbarungothicbold.ttf) format('truetype');
	;
}

@font-face {
	font-family: 'NanumGothic';
	font-style: normal;
	font-weight: 400;
	src: url(/kids/fonts/NanumGothic-Regular.eot);
	src: url(/kids/fonts/NanumGothic-Regular.eot?#iefix)
		format('embedded-opentype'),
		url(/kids/fonts/NanumGothic-Regular.woff2) format('woff2'),
		url(/kids/fonts/NanumGothic-Regular.woff) format('woff'),
		url(/kids/fonts/NanumGothic-Regular.ttf) format('truetype');
	;
}

@font-face {
	font-family: 'NanumGothic';
	font-style: normal;
	font-weight: 700;
	src: url(/kids/fonts/NanumGothic-Bold.eot);
	src: url(/kids/fonts/NanumGothic-Bold.eot?#iefix)
		format('embedded-opentype'), url(/kids/fonts/NanumGothic-Bold.woff2)
		format('woff2'), url(/kids/fonts/NanumGothic-Bold.woff) format('woff'),
		url(/kids/fonts/NanumGothic-Bold.ttf) format('truetype');
	;
}

@font-face {
	font-family: 'NanumGothic';
	font-style: normal;
	font-weight: 900;
	src: url(/kids/fonts/NanumGothic-ExtraBold.eot);
	src: url(/kids/fonts/NanumGothic-ExtraBold.eot?#iefix)
		format('embedded-opentype'),
		url(/kids/fonts/NanumGothic-ExtraBold.woff2) format('woff2'),
		url(/kids/fonts/NanumGothic-ExtraBold.woff) format('woff'),
		url(/kids/fonts/NanumGothic-ExtraBold.ttf) format('truetype');
	;
}

/* reset */
html {
	color: #494949;
	background: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
	form, fieldset, legend, input, textarea, p, blockquote, th, td, figure,
	figcaption {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

legend {
	overflow: hidden;
	position: absolute;
	left: -1000%;
	height: 0;
}

address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

header, footer, section, article, aside, nav, hgroup, details, menu,
	figure, figcaption {
	display: block;
}

a {
	text-decoration: none;
	color: #494949;
}

body {
	font-size: 14px;
	font-family: "NanumGothic", dotum, sans-serif;
	line-height: 14px;
}

img {
	vertical-align: top;
	max-width: 100%;
	border: 0;
}

.blind {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	word-break: initial;
	word-wrap: initial;
}

.clfix:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

* html .clfix {
	height: 0%;
} /* Hides from IE-mac */
/** {box-sizing:border-box;}*/
/* layout */
.skipnavi {
	position: relative;
	z-index: 100000;
	height: 0;
}

.skipnavi a {
	overflow: hidden;
	display: block;
	width: 1px;
	height: 1px;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}

.skipnavi a:hover, .skipnavi a:active, .skipnavi a:focus {
	width: auto;
	height: auto;
	margin: 1px 0 0 0;
	padding: 5px 10px;
	line-height: normal;
	background: #036;
	font-size: inherit;
	color: #fff;
	font-weight: 700;
}

.wrap { /*min-width:1020px*/
	width: 100%;
}

.headerWrap { /*width:100%; */
	padding: 0 10px;
	height: 112px;
	background: url(/kids/images/common/header_bg02.gif) repeat-x 0 top;
}

.header {
	position: relative; /*width:1020px*/
	max-width: 1020px; /*1130px*/
	margin: 0 auto;
}

.header h1.logo {
	padding: 9px 0 11px 0;
	height: 35px;
}

.header .tnb {
	position: absolute;
	top: 12px;
	right: 0;
	height: 22px;
}

.header .tnb a {
	font-size: 12px;
	color: #373737;
	display: inline-block;
	padding: 3px 0 0 0;
}

.header .tnb span {
	display: inline-block;
	margin: 0 0 0 6px;
	height: 22px;
}

.header .tnb span img {
	vertical-align: middle;
}

.header .tnb span.mogef {
	/*background:url(/kids/images/common/ico_dot02.gif) no-repeat 0 9px; */
	background: url(/kids/images/common/line.gif) no-repeat 0 6px;
	padding: 0 0 0 12px;
	margin: 0 18px 0 5px;
}

.header .banner_0815 {
	display: inline-block;
	padding-left: 25px
}

.gnb {
	overflow: hidden;
}

.gnb {;
	
}

.gnb li {
	width: 24.99%;
	text-align: center;
	float: left;
}

.gnb li a { /*height:45px; */
	padding: 12px 0 0 0;
}

.gnb li>a { /*height:37px; */
	margin: 0 2px 0 3px;
	padding: 9px 0 0px;
	border-bottom: 3px solid #55cffa;
	height: 45px;
}

.gnb li+li>a {
	border-bottom: 3px solid #faa0c7;
}

.gnb li+li+li>a {
	border-bottom: 3px solid #88b905;
}

.gnb li+li+li+li>a {
	border-bottom: 3px solid #fe8e3f;
}

.gnb>ul>li.on>a {
	/*background:url(/kids/images/common/gnb_on.png) no-repeat 50% 100%; */;
	
}

.gnb ul {
	position: relative;
	z-index: 990;
}

.gnb li a, .gnb li ul li a {
	display: block;
}

.gnb li ul {
	display: none;
	background: none;
	width: auto;
	height: 144px;
	padding: 12px 0 10px 28px;
	border-left: 1px solid #e6dee2;
	background: #fff;
}

.gnb li:first-child ul {
	border-left: none;
}

.gnb li.on ul {
	background: #e7f7fd;
}

.gnb li+li.on ul {
	background: #fef5f9;
}

.gnb li+li+li.on ul {
	background: #f5f9eb;
}

.gnb li+li+li+li ul {
	padding: 12px 0 10px 24px;
}

.gnb li+li+li+li.on ul {
	background: #fdf5f0;
	padding: 12px 0 10px 24px;
}

.gnb li ul li {
	background: none;
	float: none;
	width: auto;
	height: 30px;
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: 18px;
	background: url(/kids/images/common/ico_dot.gif) no-repeat 24px 13px;
}

.gnb li ul li a {
	display: inline-block;
	height: auto;
	padding: 6px 20px 0 0;
	height: 30px;
}

.gnb li ul li.line2 a {
	padding: 4px 20px 0 0;
	height: 42px;
}

.gnb li ul li.current a {
	/*background:url(/kids/images/common/gnb_subBg02.png) no-repeat right top; */
	font-weight: 700;
	color: #000;
}

.gnb li ul li.line2.current a {
	/*background:url(/kids/images/common/gnb_subBg04.png) no-repeat right top; */;
	
}

.gnb li ul li span {
	display: inline-block;
	height: 36px;
	padding: 0 0 0 35px;
}

.gnb li+li+li+li ul li {
	background: url(/kids/images/common/ico_dot.gif) no-repeat 14px 13px;
}

.gnb li+li+li+li ul li span {
	padding: 0 0 0 25px;
}

.gnb li ul li.current {
	background: url(/kids/images/common/icon_pencil.png) no-repeat 6px 8px;
}

.gnb li ul li.current a {
	font-size: 16px;
	color: #0884cb;
}

.gnb li+li ul li.current a {
	font-size: 16px;
	color: #c74a81;
}

.gnb li+li+li ul li.current a {
	font-size: 16px;
	color: #599333;
}

.gnb li+li+li+li ul li.current {
	background: url(/kids/images/common/icon_pencil.png) no-repeat left 8px;
}

.gnb li+li+li+li ul li a {
	letter-spacing: -1.5px;
}

.gnb li+li+li+li ul li.current a {
	font-size: 16px;
	color: #f35000;
	letter-spacing: -1.5px;
}

.gnb li ul li.line2.current span {
	padding-bottom: 10px;
	/*background:url(/kids/images/common/gnb_subBg03.png) no-repeat left top; */
	;
}

.gnb li ul li a {
	font-size: 15px;
	font-weight: bold;
}

.gnb li ul li a i {
	background: url("/kids/images/common/icon_newWindow.png") 5px 3px
		no-repeat;
	display: inline-block;
	width: 20px;
	height: 15px;
}

.gnb .subBg {
	z-index: 900;
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	border-bottom: 1px solid #a6b3b9;
	width: 100%; /*1130px*/
	max-width: 1020px;
	height: 228px;
}

.container { /*width:1020px; 1130px*/
	max-width: 1020px;
	margin: 0 auto;
}

.container.main { /*width:1020px; */
	max-width: 1020px;
	margin: 0 auto;
}

.lnb { /*float:left; */
	width: 230px;
	padding: 136px 0 0 0;
	border-radius: 12px;
	border-top: 0 none;
	position: absolute;
	left: 0;
	top: 0;
}

.lnb h2 {
	height: 26px;
	padding: 20px 0 0 0;
	margin: 0 auto;
	font-size: 26px;
	color: #0884cb;
	font-weight: 900;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	letter-spacing: -1px;
	font-family: "Nanum Barun Gothic";
}

.lnb ul {
	border: 1px solid #cacaca;
	border-radius: 0 0 12px 12px;
	border-top: 0 none;
	padding: 20px 0 66px 20px;
}

.lnb ul li ul {
	margin: 0 0 23px 23px;
}

.lnb ul li:first-child a {
	border-top: 1px solid #d6d6d6;
}

.lnb ul li a {
	display: block;
	width: 180px;
	height: 26px;
	margin: 0;
	padding: 12px 0 0 10px;
	/*background:url(/kids/images/common/lnb_off.gif) no-repeat 0 0; */
	font-size: 14px;
	font-weight: 700;
	color: #414141;
	border-bottom: 1px solid #d6d6d6;
}

.lnb ul li a i {
	background: url("/kids/images/common/icon_newWindow.png") 4px 3px
		no-repeat;
	display: inline-block;
	width: 20px;
	height: 15px;
}

.lnb.sub05 li a {
	letter-spacing: -1px;
}

.lnb ul li.on a, .lnb ul li a:hover {
	background: url(/kids/images/common/lnb_menu01.jpg) no-repeat 0 0;
	font-weight: 900;
	color: #fff;
}

.lnb.sub02 ul li.on a, .lnb.sub02 ul li a:hover {
	background: url(/kids/images/common/lnb_menu01.jpg) no-repeat 0 0;
}

.lnb.sub03 ul li.on a, .lnb.sub03 ul li a:hover {
	background: url(/kids/images/common/lnb_menu02.jpg) no-repeat 0 0;
}

.lnb.sub04 ul li.on a, .lnb.sub04 ul li a:hover {
	background: url(/kids/images/common/lnb_menu03.jpg) no-repeat 0 0;
}

.lnb.sub05 ul li.on a, .lnb.sub05 ul li a:hover {
	background: url(/kids/images/common/lnb_menu04.jpg) no-repeat 0 0;
}

.lnb.sub05 ul li.line2 a {
	line-height: 20px;
	height: 48px;
	padding: 12px 0 4px 10px;
}

.lnb.sub05 ul li.line2.on a, .lnb.sub05 ul li.line2 a:hover {
	background: url(/kids/images/common/lnb_menu04line.jpg) no-repeat 0 0;
}

.lnb.sub06 ul li.on a, .lnb.sub06 ul li a:hover {
	background: url(/kids/images/common/lnb_menu01.jpg) no-repeat 0 0;
}

.lnb .leftBanner {
	margin: 19px 0 0 0;
}

.lnb .leftBanner ul {
	border: none;
	padding: 0;
}

.lnb .leftBanner ul li {
	width: 100% !important;
}

.lnb .leftBanner ul li a {
	margin: 0 0 11px 0;
	height: 50px;
	padding: 0;
	border: none;
	width: 100% !important;
}

/*.lnb ul li.on ul li a {background:none;}
.lnb ul li ul li a {height:auto; margin:0; padding:0 0 6px 12px; background:url(/kids/images/common/ico_dot.gif) no-repeat 0 5px !important; font-size:14px; font-weight:400; color:#656565 !important;}
.lnb ul li ul li.on a, .lnb ul li ul li a:hover {font-weight:700; color:#053762 !important;}*/
.lnb.sub01 {
	background: url(/kids/images/contents/lnb_bg01.gif) no-repeat 0 0;
}

.lnb.sub01 h2 {
	color: #0884cb;
}

.lnb.sub02 {
	background: url(/kids/images/contents/lnb_bg02.gif) no-repeat 0 0;
}

.lnb.sub02 h2 {
	color: #0884cb;
}

.lnb.sub03 {
	background: url(/kids/images/contents/lnb_bg03.gif) no-repeat 0 0;
}

.lnb.sub03 h2 {
	color: #c74a81;
}

.lnb.sub04 {
	background: url(/kids/images/contents/lnb_bg04.gif) no-repeat 0 0;
}

.lnb.sub04 h2 {
	color: #599333;
}

.lnb.sub05 {
	background: url(/kids/images/contents/lnb_bg05.gif) no-repeat 0 0;
}

.lnb.sub05 h2 {
	color: #f35000;
}

.lnb.sub06 {
	background: url(/kids/images/contents/lnb_bg06.gif) no-repeat 0 0;
}

.lnb.sub06 h2 {
	color: #0884cb;
}

.contentsWrap {
	overflow: hidden;
	margin: 0 0 60px 0;
	position: relative;
}

.contentsWrap:after {
	content: "";
	clear: both;
	display: block;
}

.contents {
	position: relative; /*float:right; */
	margin: 0 1px 0 0; /*width:700px; */
	display: block;
	margin-left: 257px;
	padding: 16px 30px 20px 30px;
	min-height: 500px;
	/*background:url(/kids/images/contents/contents_bg.gif) repeat-y 0 0; */
	border: 1px solid #b9b9b9;
	border-radius: 12px;
}

.contents:after {
	content: "";
	display: block;
	clear: both;
}

.contents h3 {
	font-family: "Nanum Barun Gothic";
	position: relative;
	margin: 0 0 30px 0;
	padding: 30px 0 12px 41px;
	line-height: 36px;
	border-bottom: 1px solid #707070;
	/*background:url(/kids/images/common/bg_subtitle.png) no-repeat 100% 100%; */
	font-size: 30px;
	color: #2c2c2c;
	letter-spacing: -0.05em;
}

.contents h3:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 31px;
	height: 70px;
	background: url(/kids/images/common/icon_subtitle.png) no-repeat top 15px left;
}

.contents h4 {
	margin: 0 0 25px 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #522712;
	background: url(/kids/images/common/title_img1.png) no-repeat 6px 6px;
	padding-left: 20px;
	font-family: "Nanum Barun Gothic";
}

.contents h4.flower {
	background: url(/kids/images/common/title_img1.png) no-repeat 6px 20px;
}

.contents h4.flower img {
	vertical-align: middle;
}

.contents h4.blueTxt {
	background: url(/kids/images/common/title_img1.png) no-repeat left 10px;
	font-family: "Nanum Barun Gothic";
	font-weight: bold;
	color: #1d7e9d;
	font-size: 16px;
}

.contents h4.blueTxt img {
	vertical-align: middle;
	margin: 0 0 0 10px;
}

.detail_panel {
	margin: 5px 0 20px 0;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ececec;
}

.detail_panel:after {
	content: "";
	display: block;
	clear: both;
}

.detail_panel.last {
	margin: 5px 0 20px 10px;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 0;
	border-bottom: 0;
}

/*1223 이미지 표 추가*/
.detail_panel.etable table { width:100%; border:1px solid #ececec; text-align:center; margin-top:20px;}
.detail_panel.etable table tr th { width:50%; padding: 5px 0; border-bottom:1px solid #ececec;}
.detail_panel.etable table tr .br{ border-right:1px solid #ececec;}
.detail_panel.etable table tr td { padding: 20px 0;}
.detail_panel.etable table tr td img { width:90%;}
.detail_panel.etable table tr td img.wid70 { width:50%;}
.detail_panel.etable .pdnone {padding-right:0;}
.detail_panel.etable .mgnone {margin-top:0; }

.detail_panel dl {
	border: 1px solid #ececec;
	margin: 15px 0;
	padding: 15px 15px 25px;
	border-radius: 10px; /*background-color:#ececec; */;
}

.detail_panel dl dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #0b58b0;
	font-family: "Nanum Barun Gothic";
}

.detail_panel dl dd {;
	
}

.detail_panel dl dd:after {
	content: "";
	display: block;
	clear: both;
}

.detail_panel .app {
	overflow: hidden;
	margin: 0 0 0px 0;
	position: relative;
	padding-right: 180px;
	padding-bottom: 30px;
}

.detail_panel .app .img {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}

.detail_panel .app .img img {
	width: 170px;
	margin: 20px 0 0 0;
}

.detail_panel1 {
	margin: 0 15px 20px 15px;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ececec;
}

.detail_panel1:after {
	content: "";
	display: block;
	clear: both;
}

.detail_panel1.last {
	margin: 0 15px 20px 15px;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 0;
	border-bottom: 0;
}

.detail_panel1 dl {
	border: 1px solid #ececec;
	margin: 15px 0;
	padding: 15px 15px 25px;
	border-radius: 10px;
	background-color: #fff;
}

.detail_panel1 dl dt {
	font-weight: bold;
	font-size: 16px;
	color: #004986;
	font-family: "Nanum Barun Gothic";
}

.detail_panel1 dl dt img {
	margin: 0 15px 0 0 !important;
	padding: 0 10px 15px 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
}

.detail_panel1 dl dd {
	margin-bottom: 10px;
	font-size: 14px;
	color: #2d6e84;
	padding-bottom: 10px;
}

.detail_panel1 dl dd:after {
	content: "";
	display: block;
	clear: both;
}

.detail_panel1 dl dt+dd+dt+dd+dt+dd {
	margin-bottom: 0;
}

.detail_panel dl.type1 {
	background: url(/kids/images/contents/title_bg.gif) repeat-x 0 0;
	padding: 0 5px 25px;
}

.detail_panel dl.type2 { padding: 0 5px 10px;}

.detail_panel dl.type1 dt {
	margin-bottom: 24px;
	padding: 11px 0 8px 27px;
	background: url(/kids/images/common/ico_orange.gif) no-repeat 6px 14px;
	font-weight: bold;
	font-size: 16px;
	color: #cf2422;
	font-family: "Nanum Barun Gothic";
	letter-spacing: -0.8px;
}

.detail_panel dl.type1 dt img {
	display: none;
}

.detail_panel dl.type1 dd {
	padding-left: 5px;
	padding-right: 10px;
	font-size: 14px;
}

.detail_panel dl.type1 dd ul {
	margin-left: -10px;
}

.detail_panel1 dl.type1 dt {
	margin-bottom: 10px;
	padding: 8px 0 8px 32px;
	background: url(/kids/images/common/ico_orange.gif) no-repeat 6px 14px;
	font-weight: bold;
	font-size: 16px;
	color: #f87500;
	font-family: "Nanum Barun Gothic";
	letter-spacing: -1.5px;
}

.detail_panel1 dl.type1 dt img {
	display: none;
}

.detail_panel1 dl.type1 dd {
	padding-left: 15px;
	font-size: 14px;
}

.detail_panel1 dl.type1 dd ul {
	margin-left: -10px;
}

.location {
	position: absolute;
	top: 44px;
	right: 40px;
	font-size: 12px;
	color: #727272;
	text-align: right;
}

.location.line2 {
	top: 32px;
}

.pageTxt {
	display: none; /*width:806px; */
	max-width: 806px;
	height: 54px;
	margin: 0 0 45px 0;
	padding: 40px 0 0 0;
	background: url(/kids/images/contents/pageTxt_bg.png) no-repeat 0 0;
	font-size: 22px;
	font-weight: 900;
	color: #5b5757;
	line-height: 18px;
	text-align: center;
}

/*.footerWrap {width:100%; height:118px; border-top:1px solid #aaa; background:#fff;}
.footer {position:relative; max-width:1020px; margin:0 auto; overflow:hidden;}
.footer .footerLink {padding:33px 0 10px 0;}
.footer .footerLink .logo {float:left; margin:0 30px 0 0;}
.footer .footerLink ul li {display:inline; margin:0 4px; padding:0 0 0 10px; background:url(/kids/images/common/foot_bar.gif) no-repeat left 50%;}
.footer .footerLink ul li:first-child {padding:0; margin:0; background:none;}
.footer .footerEtc address, .footer .footerEtc span {display:inline; margin:0 12px 0 0;} 
.footer .siteLink {position:absolute; top:30px; right:0;}
.footer .siteLink select {width:122px; height:33px; color:#646464;}
.footer .siteLink select, .footer .siteLink img {vertical-align:middle;}*/
.footerWrap { /*width:100%; */
	padding: 0 10px;
	height: 109px;
	border-top: 1px solid #aaa;
	background: #fff;
}

.footer {
	position: relative; /*width:1020px*/ /*1130px*/
	max-width: 650px;
	margin: 0 auto; /*overflow:hidden; */
	padding: 0 170px 0 200px;
}

.footer .logo {
	float: left;
	margin: 0 0 0 0;
	position: absolute;
	top: 30px;
	left: 0;
}

.footer .footerEtc .footerLink {
	padding: 25px 0 15px 0;
}

.footer .footerEtc .footerLink ul li {
	display: inline-block;
	float: left;
	margin: 0 4px;
	padding: 0 0 0 10px;
	background: url(/kids/images/common/foot_bar.gif) no-repeat left 50%;
}

.footer .footerEtc .footerLink ul li:first-child {
	padding: 0;
	margin: 0 4px 0 0;
	background: none;
}

.footer .footerEtc .footerLink ul li a {
	display: inline-block;
	padding: 5px 0;
}

.footer .footerEtc address {
	display: inline-block;
	margin: 5px 12px 5px 0;
	vertical-align: middle;
}

.footer .footerEtc span {
	display: inline-block;
	margin: 6px 12px 5px 0;
	vertical-align: middle;
}

.footer .mo_footerEtc {
	display: none;
}

.footer .mo_footerEtc .footerLink {
	padding: 25px 0 15px 0;
}

.footer .mo_footerEtc .footerLink ul li {
	display: inline-block;
	float: left;
	margin: 0 4px;
	padding: 0 0 0 10px;
	background: url(/kids/images/common/foot_bar.gif) no-repeat left 50%;
}

.footer .mo_footerEtc .footerLink ul li:first-child {
	padding: 0;
	margin: 0 4px 0 0;
	background: none;
}

.footer .mo_footerEtc .footerLink ul li a {
	display: inline-block;
	padding: 5px 0;
	font-size: 13px;
	font-weight: bold;
}

.footer .mo_footerEtc address {
	display: inline-block;
	margin: 5px 12px 5px 0;
	vertical-align: middle;
	font-size: 13px;
}

.footer .mo_footerEtc span {
	display: inline-block;
	margin: 6px 12px 5px 0;
	vertical-align: middle;
	font-size: 13px;
}

.footer .siteLink {
	position: absolute;
	top: 30px;
	right: 0;
}

.footer .siteLink select {
	width: 122px;
	height: 33px;
	color: #646464;
}

.footer .siteLink select, .footer .siteLink img {
	vertical-align: middle;
}

/* main */
/*
.container.main .visual {margin:0;}
.container.main .visual img {width:1020px;}
.mainQuick {width:1020px; height:134px; margin:0 auto 37px; background:url(/kids/images/contents/mainquick_bg.gif) no-repeat 0 0;}
.mainQuick .tit {float:left; padding:46px 46px 0 46px;}
.mainQuick ul {overflow:hidden;}
.mainQuick li {float:left; width:242px; padding:15px 0 0 0; text-align:center;}
.mainQuick li a {display:inline-block; height:50px; padding:4p x 0 0 0; font-size:17px; font-weight:700; color:#313030; line-height:20px; text-align:left;}
*/
/* main */
.container.main .visual {
	position: relative;
	margin: 0;
}

.container.main .mo_visual {
	display: none;
}

.container.main .mo_menu {
	display: none;
}

.mainBanner {
	overflow: hidden;
	margin: 0 0 37px 0;
}

.mainBanner:after {
	content: "";
	display: block;
	clear: both;
}

.mainBanner p.tit {
	float: left;
	width: 19.31372549019608%;
}

.mainBanner ul {
	float: left;
	width: 80.68627450980392%;
}

.mainBanner ul li.tp01 {
	float: left;
	width: 24.4228432563791%;
}

.mainBanner ul li.tp02 {
	float: left;
	width: 24.54434993924666%;
}

.mainBanner ul li.tp03 {
	float: left;
	width: 24.4228432563791%;
}

.mainBanner ul li.tp04 {
	float: left;
	width: 26.60996354799514%;
}

.momainBanner {
	display: none;
}

/* sub */
.subVisual { /*width:760px; max-width:760px; */
	margin-left: 257px;
	height: 120px; /*float:right; */;
}

.subVisual p {
	display: none;
}

.subVisual.sub01 {
	background: url(/kids/images/contents/mVisual01.jpg) no-repeat center
		bottom;
}

.subVisual.sub02 {
	background: url(/kids/images/contents/mVisual02.jpg) no-repeat center
		bottom;
}

.subVisual.sub03 {
	background: url(/kids/images/contents/mVisual03.jpg) no-repeat center
		bottom;
}

.subVisual.sub04 {
	background: url(/kids/images/contents/mVisual04.jpg) no-repeat center
		bottom;
}

.subVisual.sub05 {
	background: url(/kids/images/contents/mVisual05.jpg) no-repeat center
		bottom;
}

.subVisual.sub06 {
	background: url(/kids/images/contents/mVisual06.jpg) no-repeat center
		bottom;
}

.body_img01 {
	width: 200px;
	height: 125px;
	float: right;
	margin: 0 0 10px 20px;
}

.body_img02 {
	width: 160px;
	height: 140px;
	float: left;
	margin: 5px 20px 10px 0;
}

.body_img03 {
	width: 200px;
	height: auto;
	float: left;
	margin: 0 20px 0 0;
}

.body04List {
	float: left;
	width: 60%;
}

.body04List li {
	background: url(/kids/images/common/bul_gray_blue.gif) no-repeat 6px
		12px;
	padding-left: 18px;
	line-height: 25px;
	margin-bottom: 10px;
	word-break: keep-all;
}

/* etc */
.clearBoth {
	clear: both;
}

.color_blue {
	color: #00a4e7;
}

.color_green {
	color: #8dbd00;
}

.color_green1 {
	color: #3e6401;
}

.color_orange {
	color: #fa8d2d;
}

.ft_s12 {
	font-size: 12px;
}

.ft_s14 {
	font-size: 14px;
}

.ft_s16 {
	font-size: 16px;
}

.ft_s18 {
	font-size: 18px;
}

.ft_s20 {
	font-size: 20px;
}

.ftCRed {
	color: #c82d2d;
}

.ftCBlue {
	color: #0b58b0;
}

.ftBold {
	font-weight: bold;
}

.mg_t5 {
	margin-top: 5px;
}

.mg_t10 {
	margin-top: 10px;
}

.mg_t15 {
	margin-top: 15px;
}

.mg_t20 {
	margin-top: 20px;
}

.mg_t25 {
	margin-top: 25px;
}

.mg_t30 {
	margin-top: 30px;
}

.mg_t40 {
	margin-top: 40px;
}

.mg_t50 {
	margin-top: 50px;
}

.mg_b0 {
	margin-bottom: 0px !important;
}

.mg_b10 {
	margin-bottom: 10px;
}

.mg_b20 {
	margin-bottom: 20px;
}

.mg_b30 {
	margin-bottom: 30px;
}

.mg_b40 {
	margin-bottom: 40px;
}

.mg_b50 {
	margin-bottom: 50px;
}

.mgLeft0 {
	margin-left: 0px !important;
}

.mgLeft10 {
	margin-left: 10px;
}

.mgLeft20 {
	margin-left: 20px;
}

.mgLeft30 {
	margin-left: 30px;
}

.mgLeft40 {
	margin-left: 40px;
}

.mgLeft50 {
	margin-left: 50px;
}

.mgLeft70 {
	margin-left: 70px;
}

.mgLeft200 {
	margin-left: 200px;
}

.mgRight4 {
	margin-right: 4px;
}

.mgRight10 {
	margin-right: 10px;
}

.mgRight20 {
	margin-right: 20px;
}

.mgRight30 {
	margin-right: 30px;
}

.mgRight40 {
	margin-right: 40px;
}

.mgRight50 {
	margin-right: 50px;
}

.mg10 {
	margin: 10px;
}

.fLeft.mgRight10 {
	margin: 0 20px 0px 0;
	/*padding:4px; border:1px solid #d9d9d9; border-radius:8px; */;
}

.fLeft.mg_t25.mgRight10 {
	margin: 25px 20px 10px 0;
	/*padding:4px; border:1px solid #d9d9d9; border-radius:8px; */;
}

.fLeft.mg_t5.mgRight10 {
	margin: 5px 20px 10px 0;
	/*padding:4px; border:1px solid #d9d9d9; border-radius:8px; */;
}

.fRight.mgLeft10 {
	margin: 0 0 10px 20px;
	/*padding:4px; border:1px solid #d9d9d9; border-radius:8px; */;
}

.fRight.mg_t20.mgLeft10 {
	margin: 20px 0 10px 20px;
	/*padding:4px; border:1px solid #d9d9d9; border-radius:8px; */;
}

.fRight.mg_t5.mgLeft10 {
	margin: 5px 0 10px 20px;
	/*padding:4px; border:1px solid #d9d9d9; border-radius:8px; */;
}

.lineheight {
	display: inline-block;
}

.lineheight.type1 {
	margin-top: 0px;
}

.lineheight.type2 {
	margin-top: -20px;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.w100 {
	width: 100px;
}

.w200 {
	width: 200px;
}

.w300 {
	width: 300px;
}

.w400 {
	width: 400px;
}

.w450 {
	width: 450px;
}

.w460 {
	width: 460px;
}

.w480 {
	width: 480px;
}

.w500 {
	width: 500px;
}

.w550 {
	width: 550px;
}

.w570 {
	width: 550px;
}

.w600 {
	width: 600px;
}

.w700 {
	width: 700px;
}

.w730 {
	width: 730px;
}

.w750 {
	width: 750px;
}

.w800 {
	width: 800px;
}

.h10 {
	height: 10px;
}

.h20 {
	height: 20px;
}

.h30 {
	height: 30px;
}

.h40 {
	height: 40px;
}

.h50 {
	height: 50px;
}

.h60 {
	height: 60px;
}

.h70 {
	height: 70px;
}

.h80 {
	height: 80px;
}

.wh10 {
	width: 10px;
	height: 10px;
}

.wh20 {
	width: 20px;
	height: 20px;
}

.wh25 {
	width: 25px;
	height: 25px;
}

.wh30 {
	width: 30px;
	height: 30px;
}

.wh40 {
	width: 40px;
	height: 40px;
}

.wh50 {
	width: 50px;
	height: 50px;
}

.taCenter {
	text-align: center;
}

.sub_panel {
	border: 1px solid #ececec;
	margin: 15px 0;
	padding: 15px;
	border-radius: 10px;
}

.targetLink {
	color: #0061c5;
}

.inventory {;
	
}

.inventory:after {
	content: "";
	display: block;
	clear: both;
}

.inventory li {
	background: url(/kids/images/common/bul_gray_blue.gif) no-repeat 6px
		12px;
	padding-left: 18px;
	line-height: 30px;
}

.inventory li.caution {
	background: url(/kids/images/common/title_img2.png) no-repeat 2px 9px;
	padding-left: 18px;
	line-height: 30px;
}

.inventory.fRight.w480 li {
	line-height: 24px;
	margin: 0 0 6px 0;
}

.gabTxt {
	padding: 0 0 10px 10px;
	color: #0068b7;
	font-family: "Nanum Barun Gothic";
	font-size: 16px;
	font-weight: bold;
}

.gapBox {
	background: #faf6f3;
	border: 1px solid #f0eae5; /*width:650px; */ /* max-width:650px; */
	height: auto;
	padding: 20px 15px;
}

ol.list li {
	padding-left: 18px;
	line-height: 30px;
}

.inputRadio {
	vertical-align: middle;
	margin-right: 5px;
}

.table01 tbody td {
	height: 35px;
	border: 1px solid #b9b9b9;
	text-align: center;
	font-size: 14px;
}

.table02 {
	width: 100%;
	margin-top: 10px;
}

.table02 thead tr th {
	height: 75px;
	border: 1px solid #b9b9b9;
	text-align: center;
	font-size: 14px;
	background-color: #ececec;
}

.table02 tbody tr th {
	height: 35px;
	border: 1px solid #b9b9b9;
	text-align: center;
	font-size: 14px;
}

.table02 tbody tr td {
	height: 35px;
	border: 1px solid #b9b9b9;
	text-align: center;
	font-size: 14px;
	background-color: #FFF;
}

.table02 tbody tr td.taLeft {
	text-align: left;
	padding-left: 10px;
	letter-spacing: -1px;
}

.table03 {
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

.table03 thead tr th {
	height: 75px;
	border: 1px solid #b9b9b9;
	text-align: center;
	font-size: 14px;
	background-color: #ececec;
}

.table03 tbody tr th {
	height: 35px;
	border: 1px solid #b9b9b9;
	text-align: center;
	font-size: 14px;
}

.table03 tbody tr td {
	height: 35px;
	border: 1px solid #b9b9b9;
	text-align: center;
	font-size: 14px;
	background-color: #FFF;
}

.table03 tbody tr td.taLeft {
	text-align: left;
	padding-left: 10px;
}

.table04 {
	width: 15%;
	margin-top: 10px;
	float: left;
}

.table04 thead tr th {
	height: 75px;
	border: 1px solid #b9b9b9;
	text-align: center;
	font-size: 14px;
	background-color: #ececec;
}

.table04 tbody tr th {
	height: 35px;
	border: 1px solid #b9b9b9;
	text-align: center;
	font-size: 14px;
}

.table04 tbody tr td {
	height: 35px;
	border: 1px solid #b9b9b9;
	text-align: center;
	font-size: 14px;
	background-color: #FFF;
}

.table04 tbody tr td.taLeft {
	text-align: left;
	padding-left: 10px;
}

.bTipBlue {
	background: url(/kids/images/common/tip2.gif) no-repeat 0 4px;
	padding-left: 46px;
	font-size: 14px;
	color: #1b8b00;
	font-weight: 700;
}

.bTipBlue02 {
	background: url(/kids/images/common/star.png) no-repeat 0 5px;
	padding-left: 22px;
	font-size: 14px;
}

.bTipRed {
	background: url(/kids/images/common/tip.gif) no-repeat 0 4px;
	padding-left: 46px;
	font-size: 14px;
	color: #006bd9;
	word-break:keep-all;
	font-weight: 700;
}

.bArrow {
	background: url(/kids/images/common/title_img5.png) no-repeat 36px 11px;
	padding-left: 46px;
	font-size: 14px;
}

.bArrow.none {
	background: url(/kids/images/common/title_img5.png) no-repeat 0px 11px;
	padding-left: 9px;
	font-size: 14px;
}

.movie_list {
	margin-bottom: 30px;
	padding-top: 30px;
}

.movie_list:after {
	content: "";
	clear: both;
	display: block;
}

.movie_list li {
	float: left;
	padding: 10px;
	display: inline-block;
	text-align: center;
	width: 33.3333333333%;
	box-sizing: border-box;
}

.movie_list li .box {
	display: inline-block;
	width: 100%; /* height:210px; */
	border: 1px solid #b9b9b9;
	margin: 0 auto;
}

.movie_list li .box img {
	width: 100%;
}

.movie_list li .box .title {
	font-size: 12px;
	padding: 3px;
	height: 25px;
	color: #0b58b0;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	max-width: 100%;
}

.webtoon_list li {
	box-sizing: border-box;
}

.webtoon_list li dl { /* height:140px; */
	padding-bottom: 5px;
	padding-left: 200px;
}

.webtoon_list li dl:after {
	content: "";
	display: block;
	clear: both;
}

.webtoon_list li dl dt {
	float: left;
	width: 172px;
	margin-right: 15px;
	margin-left: -185px;
}

.webtoon_list li dl dt img {
	padding: 4px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.webtoon_list li dl dd {
	display: block;
}

.webtoon_list li dl dd .title {
	display: block;
	margin: 5px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #0b58b0;
}

.webtoon_list li dl dd .date {
	display: block;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-align: right;
}

.webtoon_list li dl dd .detail {
	display: block;
	margin: 0;
	font-size: 14px;
}

.bgColorGreen {
	background-color: #DEEBB9;
}

.bgColorBlue {
	background-color: #D3EDEE;
}

.bgColorYellow {
	background-color: #FFE8AC;
}

.bgColorPurple {
	background-color: #DAD5EA;
}

img[src*="flo.png"], img[src*="flo_1.png"] {
	position: relative;
	top: 3px;
}

.sitemap * {
	box-sizing: border-box;
}

.sitemap {
	margin-right: -13px;
}

.sitemap>li {
	float: left;
	padding-right: 13px;
	width: 25%;
	margin-bottom: 13px;
	text-align: center;
}

.sitemap>li.depth {
	float: left;
}

.sitemap>li>.depthBox {
	background: url(/kids/images/contents/sitemap_bg.gif) no-repeat left
		bottom;
	height: 400px;
	width: 165px;
	margin: 0 auto;
}

.sitemap>li.last {;
	
}

.sitemap>li .title {
	text-align: center;
}

.sitemap>li .menu {
	margin: 12px;
	text-align: left;
}

.sitemap>li .menu li {
	background: url(/kids/images/contents/sitemap_bar.gif) no-repeat 0 4px;
	line-height: 16px;
	padding: 0 0 0 14px;
	margin: 0 0 10px 0;
	text-align: left;
}

.sitemap>li .menu li a {
	font-weight: 700;
	color: #525252;
	text-align: left;
}

.sitemap>li .menu li a.lett {
	letter-spacing: -1.2px;
}

.sitemap>li .menu li a i {
	background: url("/kids/images/common/icon_newWindow.png") 2px 3px
		no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
}

.sitemap>li .menu li a:hover {
	color: #ff3500;
}

.result_internet {;
	
}

.result_internet.smart {;
	
}

.result_internet .container {;
	
}

.result_internet .contentsWrap {
	border: none;
	margin: 0;
}

.result_internet .contents {
	padding: 0;
	border: none;
	min-height: 480px;
}

.result_internet h1 {
	background: #e0faef url(/kids/images/contents/img_bg01.png) no-repeat 0
		13px;
	font-size: 20px;
	color: #000;
	text-align: center;
	padding: 20px;
	letter-spacing: -2px;
}

.result_contents {
	padding: 20px 15px;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	background: #e0faef;
}

.result_contents dl {
	padding: 0;
	overflow: hidden;
}

.result_contents dl dt {
	float: left;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	margin-right: 10px;
	padding: 10px;
	text-align: center;
	background: #e0faef url(/kids/images/contents/img_bg02.png) no-repeat 0
		4px;
}

.result_contents dl dd {
	float: left;
	padding-top: 11px;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
}

.copyright_img {
	vertical-align: middle;
}

/* video */
h1.script {
	position: relative;
	z-index: 100000;
	height: 0;
}

h1.script a {
	overflow: hidden;
	display: block;
	width: 1px;
	height: 1px;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}

h1.script a:hover, h1.script a:active, h1.script a:focus {
	width: auto;
	height: auto;
	margin: 1px 0 0 0;
	padding: 10px 10px;
	line-height: normal;
	background: #036;
	font-size: inherit;
	color: #fff;
	font-weight: 700;
}

.container.video { /* width:940px; */
	width: 100%;
	max-width: 100%;
}

.container.video .contentsWrap {
	margin: 0;
}

.container.video .contents {
	background: none;
	min-height: 300px;
	padding: 20px 20px 0;
	margin-left: 0;
}

.container.video .contents .videoVod {
	text-align: center;
}

.container.video .contents .videoScript {
	text-align: center;
}

.vdcon:focus {
	border: 1px solid red;
}

.container.video .contents .videoScript .vdtitle {
	/* background:url(/kids/images/common/title_img_1.png) no-repeat 0 4px; */
	margin-top: 10px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #4b1717;
}

.container.video .contents .videoScript .vdcon {
	overflow: auto;
	text-align: left;
	height: 260px;
	padding: 14px 20px;
	margin: 10px auto; /* width:310px; background:#f2f2f2;*/
	line-height: 20px;
	background: url(/kids/images/contents/study_bg.png) repeat;
}

.container.video .contents .videoScript p {
	margin: 0 0 10px 0;
}

.container.video .contents .videoScript p span {
	font-weight: bold;
}

.container.video .contents .videoScript p a.btn {
	display: inline-block;
	background: #777;
	color: #fff;
	margin: 0 10px 0 0;
	padding: 10px 14px;
	border-radius: 14px;
}

.movie_list li .title a {
	color: #0b58b0;
}

.btn_close {
	text-align: center;
	clear: both;
	padding: 10px 0 0 0;
}

.btn_close a {
	display: inline-block;
	padding: 10px 0 0 0;
	width: 60px;
	height: 26px;
	text-align: center;
	color: #fff;
	background: #777;
	border-radius: 4px;
}

table caption, .jindan {
	position: absolute;
	top: 0;
	left: -9999px; /* visibility:hidden; */;
}

/* table design */
.tabletype1 {
	position: relative;
	clear: both; /*width:658px; */
	width: auto; /* height:342px; */
	height: auto;
	margin-top: 10px;
	padding: 15px;
	border: 2px solid #6db2fd;
	border-radius: 10px;
}
/* .tabletype1:after {content:""; display:block; position:absolute; right:-62px; bottom:0; width:98px; height:253px; background:url(/kids/images/contents/bg_table_type1_img.png) no-repeat 0 0;} */
.tabletype1 table {
	float: none; /*width:590px; */
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
}

.tabletype1 table thead tr th, .tabletype1 table th {
	position: relative;
	height: 38px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #0e70db;
	color: #fff;
}

.tabletype1 table th:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: -2px;
	width: 2px;
	height: 38px;
	background: #0e70db;
}

.tabletype1 table thead tr th:first-child {
	border-radius: 38px 0 0 38px;
}

.tabletype1 table thead tr th:last-child, .tabletype1 table thead tr th.lastchild
	{
	border-radius: 0 38px 38px 0;
}

.tabletype1 table thead tr th:first-child:after {
	content: "";
	display: none;
}

.tabletype1 table thead tr th:last-child:after, .tabletype1 table thead tr th.lastchild:after
	{
	content: "";
	display: none;
}

.tabletype1 table tbody tr td, .tabletype1 table td {
	height: auto;
	margin: 0;
	padding: 6px 0 6px;
	border: 0;
	background: transparent;
}

.tabletype1 table tbody tr:first-child td {
	padding-top: 17px;
}

.tabletype1 table tbody tr td:first-child {
	background-image: url(/kids/images/common/icon_dot_skyblue.png);
	background-repeat: no-repeat;
	background-position: 0 16px;
}

.tabletype1 table tbody tr:first-child td:first-child {
	background-position: 0 26px;
}

.tabletype1 table tbody tr td input[type="radio"], .tabletype1 table tr td input[type="radio"]
	{
	width: 15px;
	height: 15px;
}

.tabletype1 table.table04 {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 118px !important;
}

.tabletype1 table.table04 tbody tr td:first-child {
	background: none;
}

.tabletype2 {
	position: relative;
	clear: both; /*width:658px; */
	width: auto; /* height:191px; */
	margin-top: 10px;
	padding: 15px;
	border: 2px solid #dba40e;
	border-radius: 10px;
}
/* .tabletype2:after {content:""; display:block; position:absolute; right:-66px; bottom:10px; width:98px; height:197px; background:url(/kids/images/contents/bg_table_type2_img.png) no-repeat 0 0;} */
.tabletype2 table {
	float: none; /*width:590px; */
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
}

.tabletype2 table thead tr th, .tabletype2 table th {
	position: relative;
	height: 38px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #db0e33;
	color: #fff;
}

.tabletype2 table th:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: -2px;
	width: 2px;
	height: 38px;
	background: #db0e33;
}

.tabletype2 table thead tr th:first-child {
	border-radius: 38px 0 0 38px;
}

.tabletype2 table thead tr th:last-child, .tabletype2 table thead tr th.lastchild
	{
	border-radius: 0 38px 38px 0;
}

.table03.none thead tr th:last-child {
	display: none;
}

.table03.none tbody tr td:last-child {
	display: none;
}

.table03.block tr th.none {
	display: none;
}

.table03.block tr td.none {
	display: none;
}

.tabletype2 table thead tr th:first-child:after {
	content: "";
	display: none;
}

.tabletype2 table thead tr th:last-child:after, .tabletype2 table thead tr th.lastchild:after
	{
	content: "";
	display: none;
}

.tabletype2 table tbody tr td, .tabletype2 table td {
	height: auto;
	margin: 0;
	padding: 6px 0 6px;
	border: 0;
	background: transparent;
}

.tabletype2 table tbody tr:first-child td {
	padding-top: 10px;
}

.tabletype2 table tbody tr td:first-child {
	background-image: url(/kids/images/common/icon_dot_orange.png);
	background-repeat: no-repeat;
	background-position: 0 16px;
}

.tabletype2 table tbody tr:first-child td:first-child {
	background-position: 0 20px;
}

.tabletype2 table tbody tr td input[type="radio"], .tabletype2 table tr td input[type="radio"]
	{
	width: 15px;
	height: 15px;
}

.tabletype2 table.table04 {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 118px !important;
}

.tabletype2 table.table04 tbody tr td:first-child {
	background: none;
}

.tablewrap {
	width: 100%;
}

.tablewrap .wp50 {
	width: 50%; 
}
.subTab > * {float: left; width: calc(100%/2 - 3px); margin-right:3px;}
.subTab > * > * {width: 100% !important;}
.tablefoot {
	position: relative;
	padding: 0 10px;
}

.tabletype3 {
	width: 100%;
	padding: 10px 0 0 0;
}

.tabletype3:after {
	content: "";
	display: block;
	clear: both;
}

.tabletype3 table { /*width:670px; */
	width: 100%;
	margin: 0 auto;
}

.tabletype3 table thead tr th {
	line-height: 1.2;
	border-top: 0;
	background: #dabb85;
	color: #fff;
}

.tabletype3 table thead tr th:first-child {
	border-radius: 10px 0 0 0;
	border-left: 0;
}

.tabletype3 table thead tr th:last-child, .tabletype3 table thead tr th.last-child
	{
	border-radius: 0 10px 0 0;
	border-right: 0;
}

.tabletype3 table tbody tr th {
	border-left: 0;
}

.tabletype3 table tbody tr td {;
	
}

.tabletype3 table tbody tr td:last-child, .tabletype3 table tbody tr td.last-child
	{
	border-right: 0;
}

.tabletype3 table tbody tr td i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	line-height: 17px;
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

.tabletype3 table tbody tr td .td1, .tabletype3 table tbody tr td .td2,
	.tabletype3 table tbody tr td .td3, .tabletype3 table tbody tr td .td4,
	.tabletype3 table tbody tr td .td5 {
	background-image: url(/kids/images/common/bg_td_cercle_type1.png);
}

.tabletype3 table tbody tr td .td6, .tabletype3 table tbody tr td .td7 {
	background-image: url(/kids/images/common/bg_td_cercle_type2.png);
}

.tabletype3 table tbody tr td .td8, .tabletype3 table tbody tr td .td9,
	.tabletype3 table tbody tr td .td10, .tabletype3 table tbody tr td .td11
	{
	background-image: url(/kids/images/common/bg_td_cercle_type3.png);
}

.tabletype3 table tbody tr td .td12, .tabletype3 table tbody tr td .td13,
	.tabletype3 table tbody tr td .td14, .tabletype3 table tbody tr td .td15
	{
	background-image: url(/kids/images/common/bg_td_cercle_type4.png);
}

.tabletype3 table tbody tr td span.linebr {
	/*padding-left: 30px;*/
}

.tabletype3 table tbody tr td input[type="radio"], .tabletype3 table tr td input[type="radio"]
	{
	width: 15px;
	height: 15px;
}

div.siteLink {
	position: relative;
	height: 33px;
	border: none;
}
/* div.siteLink label {visibility:hidden;} 180807 접근성수정*/
div.siteLink select#quick22 {
	height: 33px;
	min-height: 33px;
	line-height: 33px;
	padding: 0 5px;
	font-size: 12px;
	letter-spacing: -1px;
}

/*event*/
.eventWrap {
	overflow: hidden;
	position: relative;
	width: 100%; /*height:120px; */;
}

.eventContentsWrap {
	position: relative; /*width:1020px; */
	max-width: 1020px;
	margin: 0 auto;
}

.eventContents {
	position: absolute;
	top: 0;
	left: 0;
}

.eventContents .tit {
	float: left;
	padding: 13px 42px 0 0;
}

.eventContents .textContents {
	overflow: hidden;
}

.eventContents .textWrap {
	float: left;
	width: 604px;
	padding: 22px 0 0 0;
	background: url(/kids/images/contents/event_kid.png) no-repeat 90% 10px;
}

.eventContents .textWrap .text01 {
	float: left;
	margin: 0 48px 0 0;
}

.eventContents .textWrap .text02 {
	margin: 0 0 10px 0;
	font-family: "Nanum Barun Gothic";
	font-size: 25px;
	color: #363672;
	font-weight: bold;
	line-height: 25px;
}

.eventContents .textWrap .text03 {
	font-family: "Nanum Barun Gothic";
	font-size: 14px;
	color: #044772;
	line-height: 14px;
}

.eventContents .textWrap ol li {
	font-family: "Nanum Barun Gothic";
	font-size: 16px;
	color: #323232;
	line-height: 16px;
}

.eventContents .textWrap ol li, .eventContents .textWrap ol li img {
	vertical-align: middle;
}

.eventContents .textWrap ol li img {
	margin: 0 4px 0 0;
}

.eventContents .eventLink {
	clear: both;
	font-family: "Nanum Barun Gothic";
	font-size: 14px;
	color: #0b4a08;
	line-height: 14px;
}

.eventContents .eventLink, .eventContents .eventLink img {
	vertical-align: middle;
}

.eventContents .eventLink img {
	margin: 0 0 0 10px;
}

.eventContents .eventClose {
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: "Nanum Barun Gothic";
	font-size: 13px;
	color: #4b4b4b;
	line-height: 13px;
}

.eventContents .eventClose label, .eventContents .eventClose img,
	.eventContents .eventClose input {
	vertical-align: middle;
}

.eventContents .eventClose label {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

.eventContents .eventClose input {
	margin: 0 4px 0 0;
}

.eventWrap .eventBg {
	overflow: hidden;
	height: 120px;
}

.eventWrap .eventBg:after {
	content: "";
	display: block;
	clear: both;
}

.eventWrap .leftBg {
	float: left;
	width: 50%;
	height: 120px;
	background: #b4e3f1 url(/kids/images/contents/event_leftbg.png) no-repeat
		right top;
}

.eventWrap .rightBg {
	float: left;
	width: 50%;
	height: 120px;
	background: #b0ecf6 url(/kids/images/contents/event_rightbg.png) no-repeat
		left top;
}

.hidden, caption {
	position: absolute;
	top: 0;
	left: -9999px;
	text-indent: -9999px;
}

.eventWrite {
	background: #c9eb7a url(/kids/images/contents/event_write03.png) repeat-y 0
		0;
}

.eventWrite p.tit {
	width: 700px;
	height: 72px;
	padding: 20px 0 0 0;
	background: url(/kids/images/contents/event_write02.jpg) no-repeat 0 0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.eventWrite p.tit span {
	color: #feff8e;
}

.eventWrite .eventWriteContents {
	margin: 0 23px;
	padding: 0 0 0 33px;
	background: #fff;
}

.eventWrite .eventWriteContents.pd0 {
	padding: 0;
}

.eventWrite table {
	width: 586px;
}

.eventWrite table .bdt {
	border-top: 1px solid #808080;
}

.eventWrite table th {
	padding: 10px 0 10px 18px;
	background: #f3f3f3;
	font-size: 14px;
	color: #3a3a3a;
	text-align: left;
}

.eventWrite table th span.pil, .eventWrite .privacyChk dl.parent dt .pil
	{
	color: #f66b34;
}

.eventWrite table th, .eventWrite table td {
	border-bottom: 1px solid #d9d9d9;
}

.eventWrite table td {
	padding: 8px 8px 8px 10px;
	color: #767676;
}

.eventWrite table td input {
	height: 23px;
	border: 1px solid #e0e0e0;
	padding: 0 4px;
}

.eventWrite table td select {
	height: 25px;
	border: 1px solid #e0e0e0;
}

.eventWrite table td label, .eventWrite table td input[type="radio"],
	.eventWrite table td select, .eventWrite table td input, .eventWrite table td input[type="file"],
	.eventWrite table td a, .eventWrite table td a img {
	background: #fff;
	color: #767676;
	vertical-align: middle;
}

.eventWrite table td .mt5 {
	margin: 5px 0 0 0;
}

.eventWrite table td .org {
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #e9581f;
}

.eventWrite .txt01 {
	margin: 20px 0 38px 0;
	font-size: 14px;
	line-height: 16px;
}

.eventWrite .tit02 {
	padding: 0 0 0 22px;
	margin: 0 0 13px 0;
	background: url(/kids/images/contents/event_write07.jpg) no-repeat 0 50%;
	font-size: 16px;
	color: #000;
	font-weight: 700;
	line-height: 16px;
}

.eventWrite .privacyChk {
	width: 553px;
	padding: 20px 15px;
	background: #feffec;
	border: 1px solid #dcdcdc;
}

.eventWrite .privacyChk ul li {
	margin: 0 0 6px 0;
	padding: 0 0 0 12px;
	background: url(/kids/images/contents/event_write08.jpg) no-repeat 0 6px;
	font-size: 14px;
	color: #505050;
	letter-spacing: -1px;
}

.eventWrite .privacyChk ul li, .eventWrite .privacyChk ul li input,
	.eventWrite .privacyChk ul li a, .eventWrite .privacyChk ul li a img,
	.eventWrite .privacyChk ul li label {
	vertical-align: middle;
}

.eventWrite .privacyChk ul li a img {
	margin: 0 10px;
}

.eventWrite .privacyChk .normal {
	padding: 10px 0 20px 14px;
	margin: 0 0 17px 0;
	border-bottom: 1px solid #e4e5d4;
}

.eventWrite .privacyChk dl.parent {
	overflow: hidden;
}

.eventWrite .privacyChk dl.parent:after {
	content: "";
	display: block;
	clear: both;
}

.eventWrite .privacyChk dl.parent dt {
	float: left;
	width: 114px;
	padding: 4px 0 0 0;
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #3a3a3a;
	font-weight: 700;
}

.eventWrite .privacyChk dl.parent dd {
	float: left;
	margin: 0 0 10px 0;
}

.eventWrite .privacyChk dl.parent dd input, .eventWrite .privacyChk dl.parent dd select,
	.eventWrite .privacyChk dl.parent dd a, .eventWrite .privacyChk dl.parent dd a img,
	.eventWrite .privacyChk dl.parent dd label {
	color: #767676;
	vertical-align: middle;
}

.eventWrite .privacyChk dl.parent dd select, .eventWrite .privacyChk dl.parent dd label,
	.eventWrite .privacyChk dl.parent dd a, .eventWrite .privacyChk dl.parent dd input
	{
	float: left;
}

.eventWrite .privacyChk dl.parent dd label {
	padding: 4px 10px 0 24px;
}

.eventWrite .privacyChk dl.parent dd input {
	margin: 0 6px 0 0;
	height: 22px;
	border: 1px solid #e0e0e0;
	padding: 0 4px;
}

.eventWrite .privacyChk dl.parent dd select {
	margin: 0 6px 0 0;
	height: 24px;
	border: 1px solid #e0e0e0;
}

.eventWrite .btnArea {
	text-align: center;
}

.eventResult {
	margin: 0 auto;
	width: 514px;
	height: 286px;
	background: #fff url(/kids/images/contents/event_result.png) no-repeat 0 0;
}

.eventResult p {
	padding: 194px 0 0 0;
	font-size: 18px;
	color: #3b3b3b;
	line-height: 30px;
	text-align: center;
}

.eventResult p span {
	color: #f2640e;
	font-weight: bold;
}

.eventView {
	margin: 0 auto;
	width: 514px;
	height: 236px;
	padding: 30px 0 0 0;
	background: #fff url(/kids/images/contents/event_view01.png) no-repeat 0 0;
}

.eventView table {
	width: 458px;
	margin: 0 auto 14px;
}

.eventPopup.smart {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 550px;
	height: 500px;
	background: url(/kids/images/contents/event_popup01.png) no-repeat 0 0;
}

.eventPopup.smart h1 {
	padding: 10px 0 24px 47px;
}

.eventPopup.smart p.text01 {
	padding: 0 42px;
	margin: 0 0 50px 0;
	line-height: 24px;
}

.eventPopup.world {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 750px;
	height: 850px;
	background: url(/kids/images/contents/event_popup03.png) no-repeat 0 0;
}

.eventPopup.world h1 {
	padding: 10px 0 6px 60px;
}

.eventPopup.world .text01 {
	height: 140px;
	padding: 0 45px 0 60px;
	font-size: 15px;
	color: #00395d;
	line-height: 20px;
}

.eventPopup.world .text02 {
	height: 290px;
	padding: 0 55px;
}

.eventPopup.world .text02 p {
	font-size: 15px;
	line-height: 22px;
}

.eventPopup.world .text02 p.t1 {
	width: 390px;
}

.eventPopup.world .text03 {
	padding: 0 55px;
}

.eventPopup.world .text03 p {
	font-size: 15px;
	line-height: 22px;
}

.eventPopup.world .text03 p.t1 {
	float: right;
	width: 326px;
	margin: 0 0 10px 0;
}

.eventPopup.world .text03 p.t2 {
	clear: both;
}

.eventPopup.privacy {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 650px;
	height: 620px;
}

.eventPopup.privacy h1 {
	height: 37px;
	padding: 24px 0 0 33px;
	background: #0089cf url(/kids/images/contents/event_popup05.png) no-repeat
		16px 20px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.eventPopup.privacy .privacyContents {
	padding: 22px 35px;
}

.eventPopup.privacy .privacyContents .text01 {
	margin: 0 0 24px 0;
	line-height: 20px;
}

.eventPopup.privacy .privacyContents dl dt {
	margin: 0 0 6px 0;
	font-weight: 700;
	color: #5b5b5b;
	line-height: 16px;
}

.eventPopup.privacy .privacyContents dl dd {
	margin: 0 0 18px 6px;
	padding: 0 0 0 12px;
	background: url(/kids/images/contents/event_popup07.png) no-repeat 0 6px;
	line-height: 16px;
}

.eventPopup.privacy .privacyContents p.link {
	margin: 20px 0 0 0;
}

.eventPopup.privacy .privacyContents p.link a {
	color: #0c6999;
	text-decoration: underline;
}

.eventPopup.privacy .privacyContents .close {
	position: absolute;
	top: 24px;
	right: 20px;
}

/* 2018 어린이공모전 시작 */
.kidsContest .Btn_info {
	position: absolute;
	top: 44%;
	right: 29%;
	width: 13%;
}

.kidsContest .Btn_Down {
	position: absolute;
	top: 70.5%;
	right: 31.5%;
	width: 22%;
}

.kidsContest .btnArea18 {
	text-align: center;
	padding: 0 1.6% 5.2% 1.6%;
}

.kidsContest .btnArea18 a {
	display: inline-block;
	width: 34%;
}

.kidsContest .btnArea18 a+a {
	margin-left: 1%;
}

.kidsContest .btnArea18 a.wd100 {
	width: 100%;
} /* 20181206 추가 */
.eventPopup.evt18 {
	max-width: 750px;
	height: auto;
	background: url(/kids/images/contents/eve_2018_popbg.png) repeat-y;
	padding: 2% 2%;
}

.eventPopup.evt18 .SubCon {
	background: url(/kids/images/contents/eve_2018_popbg02.png) repeat-y;
	height: auto;
	padding: 4.5% 5% 4.5% 4%;
	font-weight: 600;
	margin-top: -1px;
}

.eventPopup.evt18 .SubCon .Left_text {
	width: 58%;
	display: inline-block;
	line-height: 22px;
}

.eventPopup.evt18 .SubCon .Left_text .star_bor {
	border: 1px dashed #a1a1a1;
	border-radius: 20px;
}

.eventPopup.evt18 .SubCon .Left_text span.starimg {
	position: absolute;
	right: 42%;
	top: auto;
}

.eventPopup.evt18 .SubCon .Left_text span.p_10 {
	padding: 15px;
	display: inline-block
}

.eventPopup.evt18 .SubCon .Left_text span.line_h {
	margin-bottom: 10px;
	display: block
}

.eventPopup.evt18 .SubCon .Left_text02 {
	width: 100%;
	line-height: 22px;
}

.eventPopup.evt18 .SubCon .Left_text02 .star_bor {
	border: 1px dashed #a1a1a1;
	border-radius: 20px;
	padding: 0px;
}

.eventPopup.evt18 .SubCon .Left_text02 span.starimg {
	position: absolute;
	right: 6%;
	top: auto;
}

.eventPopup.evt18 .SubCon .Left_text02 span.p_10 {
	padding: 15px;
	display: inline-block
}

.eventPopup.evt18 .SubCon .img01 {
	max-width: 100%;
	display: inline-block;
	margin-left: 15px;
}

.eventPopup.evt18 .close {
	background: url(/kids/images/contents/eve_2018_popbg03.png) no-repeat;
	padding: 0.5%;
	margin-bottom: 20px;
}

.mt20 {
	margin-top: 20px;
}

.ma05 {
	margin: 10px;
}

.fr {
	float: right;
}

.mb05 {
	margin-bottom: 5px;
}

.txt_orange {
	color: #ff5b45;
	font-weight: 600;
}

.T_Yellow {
	color: #feff8e;
}

.mt_10 {
	margin-top: 10px;
}

.kidsContest .kidsFormLayout18 {
	background: #fff;
	padding: 0 3.2% 2.9% 3.3%;
	font-size: 14px;
}
/*.kidsContest .kidsFormLayout .inner {background:#fff; padding:21px 4.3% 25px 4.3%;}*/
.kidsContest .kidsFormLayout18 .inner {
	background: #fff;
	padding: 21px 4.3% 25px 4.3%;
	border: 2px solid #ff5b45;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.kidsContest .kidsFormLayout18  h4.tit_f {
	padding: 20px;
	font-size: 23px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	background: #ff5b45;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	line-height: 25px;
}

.kidsContest .kidsFormLayout18 .pointColor {
	color: #ff5b45;
	margin: 0 0 5px 10px !important;
}

.kidsContest .kidsFormLayout18 .pointColor02 {
	color: #2171bf;
}

.kidsContest .kidsForm .inpKidsInfo08 ul li {
	border-bottom: 1px solid #c9c9c9;
	display: table;
	width: 100%;
}

.kidsContest .kidsForm .inpKidsInfo08 ul li:first-child {
	border-top: 1px solid #808080;
}

.kidsContest .kidsForm .inpKidsInfo08 ul li strong {
	background: #f3f3f3;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 110px;
}

.kidsContest .kidsForm .inpKidsInfo08 ul li strong label {
	padding: 10px;
}

.kidsContest .kidsForm .inpKidsInfo08 .cell_group, .kidsContest .kidsForm .inpKidsInfo08 .email_group
	{
	display: inline-block;
	width: 73%;
}

.kidsContest .kidsForm .inpKidsInfo08 ul li.inpLine2 {
	float: left;
	width: 54%;
}

.kidsContest .kidsForm .inpKidsInfo08 ul li.inpLine3 {
	float: left;
	width: 46%;
}

.kidsContest .kidsForm .inpKidsInfo08 ul li.inpLine4 {
	clear: both;
}

.kidsContest .kidsForm .w150N {
	width: 150px;
}

.kidsContest .kidsForm .w50N {
	width: 50px;
}

.kidsContest .kidsForm .w96N {
	width: 80px;
}

.kidsContest .kidsForm .inpKidsInfo08 .email_group {
	display: inline-block;
	width: 90%;
}

.kidsContest .kidsForm .inpKidsInfo08 input[type='text'] {
	height: 27px;
	padding: 0 5px;
	border: 1px solid #bfbfbf;
	font-size: 14px;
	color: #333;
	vertical-align: middle;
}

.kidsContest .kidsForm .inpKidsInfo08 .mar15 {
	margin: 10px 0 10px 10px;
}

.kidsContest .kidsForm .inpKidsInfo08 .mar150 {
	margin: 10px 0 10px 10px;
}

.kidsContest .kidsForm .inpKidsInfo08 input[type='radio'] {
	margin: 15px 0 15px 15px;
	vertical-align: middle;
}

.kidsContest .kidsForm .w80 {
	width: 80px;
}

.kidsContest .filebox .filetype.new2018 {
	width: 45% !important;
}

.kidsContest .filebox .filetype.new2018 .file-text {
	width: 85%;
	margin: 10px
}

.kidsContest .filebox .filetype.new2018 .file-text+.file-btn {
	width: 75px;
	height: 26px;
	top: 2px;
}

.kidsContest .filebox .filetype .file-select .input-file.NewF {
	padding-top: 5px;
}

.kidsContest .filebox .filetype .file-select.NewFF {
	top: 10px;
}

.kidsContest .kidsForm .layout_group .btn_down.New18 {
	display: inline-block;
	margin: 12px 0 0 5px;
}

.p_txt01 {
	margin: 20px 0 30px 0;
	line-height: 20px;
}

.per_Box {
	background: #feffed;
	border: 1px solid #dfdeda;
	padding: 22px 16px;
	margin-top: 10px;
	line-height: 20px;
}

.per_Box .eve_dot {
	margin-bottom: 20px;
	letter-spacing: -1px;
}

.per_Box .eve_dot.hrc {
	border-bottom: 1px solid #dfdeda;
	padding-bottom: 20px;
}

.per_Box .eve_dot .icon_dot {
	background: url(/kids/images/contents/eve_dot.jpg) center left no-repeat;
	width: 10px;
	height: 10px;
	display: inline-block
}

.per_Box .eve_dot .btn_detail {
	display: inline-block;
	background: #f66b34;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	width: 82px;
	height: 24px;
	line-height: 24px;
	border-radius: 50px;
	margin: 0 5px 0 6px;
}

.per_Box .eve_dot input[type='checkbox'] {
	vertical-align: middle;
}

.per_Box .eve_dot input[type='checkbox'] label {
	margin-top: 2px;
}

.ora {
	color: #f66b34;
}

.per_Box .con2 ul li {
	padding: 10px;
	display: table;
}

.per_Box .con2 ul li .cell_group08 {
	display: inline-block;
}

.per_Box .con2 ul li.input01 {
	float: left;
	width: 53%;
}

.per_Box .con2 ul li.input02 {
	width: 39%
}

.per_Box .con2 ul li.input03 {
	clear: both;
}

.per_Box .con2 ul li strong {
	letter-spacing: -1px;
	width: 100px;
	display: table-cell
}

.per_Box .con2 ul:after {
	content: "";
	display: block;
	clear: both;
}

.per_Box .con2 ul li .btn_serti02 {
	display: inline-block;
	background: #fff;
	width: 55px;
	height: 28px;
	border: 1px solid #288900;
	line-height: 27px;
	text-align: center;
	padding: 0 10px;
	color: #288900;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 5px
}

.eve_confirm {
	text-align: center;
	margin: auto;
	letter-spacing: -1px;
}

.eve_confirm .Conbg {
	background: url(/kids/images/contents/kids_event_2018form04.png) center
		no-repeat;
	width: 226px;
	height: 160px;
	display: block;
	margin: auto;
}

.eve_confirm ul li {
	line-height: 30px;
	font-size: 18px;
	font-weight: 600
}

/* selectbox */
.kidsContest .selectbox_set08 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: #fff;
}

.kidsContest .selectbox_set08 select {
	position: relative;
	height: 29px;
	line-height: 27px;
	padding: 0 0 0 6px;
	border: 1px solid #bbb;
	z-index: 10;
	background: none;
	font-size: 14px;
}

.kidsContest .kidsForm .inpKidsInfo08 ul li:nth-child(7) input[type='text']
	{
	width: 100px;
}

.kidsContest .kidsForm .inpKidsInfo08 ul li:nth-child(7) .selectbox_set08.mar15
	{
	margin-left: 0;
}

.kidsContest .kidsForm .inpKidsInfo08 ul li .selectbox_set08+input[type='text']
	{
	margin-left: 0;
}

@media all and (max-width:748px) {
	.eventPopup.evt18 .SubCon {
		background-size: contain;
	}
}

@media all and (max-width:730px) {
	.eventPopup.evt18 .SubCon .Left_text {
		width: 100%;
		display: block;
	}
	.eventPopup .moWid {
		width: 100%;
		text-align: center;
		display: block;
		margin-left: 0;
	}
	.eventPopup.evt18 .SubCon .img01 {
		margin: 10px 0 0 0;
	}
	.eventPopup.evt18 .SubCon .Left_text span.starimg {
		right: 6%;
	}
}

@media all and (max-width:766px) {
	.kidsContest .kidsForm .inpKidsInfo08 .cell_group, .kidsContest .kidsForm .inpKidsInfo .email_group
		{
		width: 100%;
	}
	.kidsContest .kidsForm .inpKidsInfo08 ul li.inpLine2, .kidsContest .kidsForm .inpKidsInfo08 ul li.inpLine3,
		.kidsContest .kidsForm .inpKidsInfo08 ul li:nth-child(7) input[type='text']
		{
		width: 100%;
	}
	.kidsContest .kidsForm .w150N {
		width: 90%;
	}
	.kidsContest .kidsForm .inpKidsInfo08 ul li strong {
		display: block;
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.kidsContest .kidsForm .w50N {
		width: 80%;
	}
	.kidsContest .selectbox_set08 {
		display: block;
		width: 90%;
	}
	.kidsContest .kidsForm .w80 {
		width: 85%;
	}
	.kidsContest .kidsForm .inpKidsInfo08 input[type='text'] {
		margin: 5px 0 5px 0;
	}
	.ma05 {
		margin: 5px 0 5px 0;
	}
	.kidsContest .kidsForm .layout_group .btn_down.New18 {
		display: block;
		margin: 0;
	}
	.kidsContest .filebox .filetype.new2018 {
		width: 90% !important;
	}
	.kidsContest .filebox .filetype.new2018 .file-text+.file-btn {
		height: 30px;
		top: 0;
	}
	.kidsContest .filebox .filetype.new2018 .file-text {
		width: 90%;
		margin: 5px 0 5px 0;
	}
	.kidsContest .kidsForm .inpKidsInfo08 .MoR {
		display: block;
		margin-top: 8px
	}
	.kidsContest .kidsForm .inpKidsInfo08 input[type='radio'] {
		margin: 0px 0 5px 15px;
	}
	.per_Box .con2 ul li .bet {
		vertical-align: top;
	}
	.per_Box .con2 ul li.input01 {
		float: none;
		width: 100%;
	}
	.per_Box .con2 ul li.input02, .kidsContest .selectbox_set08 select {
		width: 100%
	}
	.per_Box .con2 ul li strong {
		width: 100%;
		display: block;
	}
	.kidsContest .kidsForm .w96N {
		width: 90%;
	}
	.kidsContest .kidsForm .inpKidsInfo08 .mar15 {
		margin: 5px 0 5px 0;
	}
}

@media all and (max-width:400px) {
	.kidsContest .kidsFormLayout18  h4.tit_f {
		font-size: 18px;
	}
}
/* 2018 어린이공모전 끝 */
.am_mgnbOpen {
	position: absolute;
	right: 10px;
	top: 2px;
	display: none;
}

#mnbWrap {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	vertical-align: top;
	border-right: 0px solid #dedede;
	border-left: 0px solid #dedede;
}

/* Siderbar */
#am_sidebar {
	display: none;
}

/* Siderbar back brake */
.bgGnb {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 40);
	opacity: 0.4;
	z-index: 999;
}

.body01Tip {
	display: inline-block;
	margin-top: 5px;
	margin-left: 244px;
}

.infoItemWrap {
	padding-left: 220px;
}

.infoItemWrap:after {
	content: "";
	clear: both;
	display: block;
}

.infoItemWrap>img {
	margin-left: -220px;
}

.movieStudyTab {
	display: block;
	margin-right: -10px;
}

.movieStudyTab li {
	padding-right: 10px;
	display: inline-block;
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 5px;
}

.movieStudyTab li a {
	display: block;
}

.movieStudyTab li img {
	width: 100%;
}

/* inner */
.inner {
	position: relative;
	max-width: 1020px;
	margin: 0 auto; /*min-width:288px;*/
}

/* 20170918 추가 */
.moPhotoDetail .btn_photo_Detail {
	display: none;
}

/* 20170927 어린이 공모전 */
.kidsContest {
	max-width: 700px;
	margin: 0 auto;
}

.contents .kidsContest h4 {
	margin: 0;
	background: none;
	padding: 0;
}

.kidsContest .btnArea {
	background: #3576c5;
	text-align: center;
	padding: 0 1.6% 5.2% 1.6%;
}

.kidsContest .btnArea a {
	display: inline-block;
	width: 44.5%;
}

.kidsContest .btnArea a+a {
	margin-left: 1.5%;
}

.kidsContest .kidsInfo {
	position: relative;
	text-align: center;
}

.kidsContest .kidsInfo .btn_down {
	display: inline-block;
	width: 22%;
	position: absolute;
	right: 42%;
	bottom: 28.2%;
}

.kidsContest .kidsFormLayout {
	background: #3576c5;
	padding: 0 1.6% 2.9% 1.6%;
}
/*.kidsContest .kidsFormLayout .inner {background:#fff; padding:21px 4.3% 25px 4.3%;}*/
.kidsContest .kidsFormLayout .inner {
	background: #fff;
	padding: 21px 4.3% 25px 4.3%;
}

.kidsContest .kidsFormLayout .pointColor {
	color: #ee398d;
}

.kidsContest .kidsFormLayout .pointColor02 {
	color: #2171bf;
}

.kidsContest .kidsOk {
	text-align: center;
	color: #333;
	font-weight: 700;
}

.kidsContest .kidsOk .inner {
	padding: 45px 4.3% 54px 4.3%;
}

.kidsContest .kidsOk .resultInfo li {
	font-size: 20px;
	line-height: 1.3;
}

.kidsContest .kidsOk .resultTxt {
	font-size: 23px;
	line-height: 1.4;
	margin-top: 18px;
}

.kidsContest .kidsForm .w50 {
	width: 50px;
}

.kidsContest .kidsForm .w96 {
	width: 96px;
}

.kidsContest .kidsForm .w104 {
	width: 104px;
}

.kidsContest .kidsForm .w150 {
	width: 150px;
}

.kidsContest .kidsForm .w347 {
	width: 347px;
}

.kidsContest .kidsForm span.txt { /*font-size:16px;*/
	font-size: 14px;
	margin-left: 5px;
}

.kidsContest .kidsForm .layout_group {
	display: inline-block;
}

.kidsContest .kidsForm .layout_group .btn_down {
	display: inline-block;
	margin-bottom: 5px;
}

.kidsContest .kidsForm .layout_group .infoTxt {
	font-size: 14px;
	margin: 12px 0 5px 0;
	line-height: 1.5;
}

.kidsContest .kidsForm .inpKidsInfo ul li {
	padding: 5px 0;
	border-bottom: 1px solid #c9c9c9;
}

.kidsContest .kidsForm .inpKidsInfo ul li strong {
	margin: 0 15px 0 9px;
}

.kidsContest .kidsForm .inpKidsInfo .cell_group, .kidsContest .kidsForm .inpKidsInfo .email_group
	{
	display: inline-block;
	width: 73%;
}

.kidsContest .kidsForm .inpKidsInfo ul li.inpLine2 {
	float: left;
	width: 54%;
}

.kidsContest .kidsForm .inpKidsInfo ul li.inpLine3 {
	float: left;
	width: 46%;
}

.kidsContest .kidsForm .inpKidsInfo ul li.inpLine4 {
	clear: both;
}

.kidsContest .kidsForm input[type='text'] {
	height: 27px;
	padding: 0 10px;
	border: 1px solid #bfbfbf;
	font-size: 14px;
	color: #333;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.kidsContest .kidsForm .bderBox {
	border: 4px solid #e4e4e4;
	background: #fff;
	padding: 2.6% 2.9%;
	margin-top: 17px;
	color: #333;
}

.kidsContest .kidsForm .bderBox dl dt {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

.kidsContest .kidsForm .bderBox dl dd {
	font-size: 16px;
	margin-bottom: 14px;
}

.kidsContest .kidsForm .bderBox dl dd:last-child {
	margin-bottom: 0;
}

.kidsContest .kidsForm .bderBox dl dd span {
	letter-spacing: -0.05em;
	line-height: 1.5;
}

.kidsContest .kidsForm .bderBox dl dd.agreeChk::after {
	content: "";
	display: block;
	clear: both;
}

.kidsContest .kidsForm .bderBox dl dd.agreeChk span {
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}

.kidsContest .kidsForm .bderBox dl dd.agreeChk .inp-check {
	float: right;
}

.kidsContest .kidsForm .bderBox dl dd.agreeChk .inp-check input[type='checkbox']
	{
	vertical-align: middle;
}

.kidsContest .kidsForm .bderBox dl dd.agreeChk .inp-check label {
	font-size: 16px;
	vertical-align: middle;
}

.kidsContest .kidsForm .bderBox dl dd .btn_detail {
	display: inline-block;
	background: #f0539c;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	width: 98px;
	height: 29px;
	line-height: 29px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 6px;
}

.kidsContest .kidsForm .bderBox ul::after {
	content: "";
	display: block;
	clear: both;
}

.kidsContest .kidsForm .bderBox ul li {
	float: left;
	display: inline-block;
	margin-bottom: 10px;
}

.kidsContest .kidsForm .bderBox ul li+li {
	margin-left: 15px;
}

.kidsContest .kidsForm .bderBox ul li+li+li {
	float: none;
	margin: 0;
}

.kidsContest .kidsForm .bderBox ul li strong {
	font-size: 16px;
	font-weight: normal;
	margin: 0 10px 0 5px;
	min-width: 80px;
	display: inline-block;
}

.kidsContest .kidsForm .bderBox ul li .btn_serti {
	display: inline-block;
	background: #8c8b90;
	width: 69px;
	height: 29px;
	line-height: 27px;
	text-align: center;
	padding: 0 10px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.kidsContest .kidsForm .bderBox ul li .cell_group {
	display: inline-block;
}

.kidsContest .kidsForm .agreeInfoTxt {
	font-size: 16px;
	color: #333;
	margin-top: 17px;
	line-height: 1.5;
}

/* Input File */
.kidsContest .filebox {
	display: block;
}

.kidsContest .filebox .filetype {
	position: relative;
	display: inline-block;
	width: 114%;
	vertical-align: top;
	padding-right: 80px;
}

.kidsContest .filebox .filetype * {
	vertical-align: middle;
}

.kidsContest .filebox .filetype .file-text {
	position: relative;
	width: 91%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	height: 27px;
	background-color: #ecefef;
	margin: 0;
	padding: 0 10px;
	border: 1px solid #bfbfbf;
	background: #fcfcfc;
	line-height: 25px;
}

.kidsContest .filebox .filetype .file-select {
	position: absolute;
	top: 0;
	right: 0;
	width: 89px;
	height: 29px;
	overflow: hidden;
}

.kidsContest .filebox .filetype .file-select .input-file {
	width: 89px;
	filter: alpha(opacity = 0);
	opacity: 0;
	height: 29px;
	margin: 0;
	padding: 0;
	border: none;
}

.kidsContest .filebox .filetype .file-text+.file-btn {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	background: #8c8b90;
	width: 89px;
	height: 29px;
	line-height: 27px;
	padding: 0 10px;
	color: #fff !important;
	cursor: pointer;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* selectbox */
.kidsContest .selectbox_set {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: #fff;
}

.kidsContest .selectbox_set:after {
	position: absolute;
	content: "";
	top: 3px;
	right: 0px;
	width: 28px;
	height: 27px;
	background: url(/kids/images/contents/btn_select.png) no-repeat;
}

.kidsContest .selectbox_set select {
	position: relative;
	width: 100%;
	height: 29px;
	line-height: 27px;
	padding: 0 28px 0 9px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #bbb;
	z-index: 10;
	background: transparent;
	font-size: 15px;
}

.kidsContest .selectbox_set select::-ms-expand {
	display: none;
}

/* Layer Popup */
.ui-dialog {
	padding: 0 !important
}

.ui-dialog-titlebar {
	padding: 0 !important;
	z-index: 1001
}

.ui-dialog .ui-dialog-titlebar-close {
	width: 20px !important;
	height: 20px !important;
	border: 0;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: url("/kids/images/contents/bg_lypop.png") left top repeat
		!important
}

.ui-widget-content {
	background: white;
	color: #222222;
	z-index: 1000 !important;
	position: relative;
	border: 2px solid #f17b73 !important;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: 20px !important;
	top: 15px !important;
	background: url("/kids/images/contents/icon_close.png") no-repeat;
	width: 20px;
	height: 20px;
	margin: 0 !important;
	text-indent: -1000em;
	cursor: pointer;
	overflow: hidden
}

.ui-dialog-title {
	display: none
}

.ui-widget-content span a {
	color: #00478d !important;
	text-decoration: underline;
}

.lypop {
	display: none;
	padding: 0 !important;
	position: relative;
	overflow: hidden
}

.lyAgreePrivacy {
	font-size: 14px;
	font-family: "NanumGothic", dotum, sans-serif;
}

.lyAgreePrivacy .tit {
	margin: 17px 17px 0 17px;
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #d6d6d6;
	line-height: 1;
}

.lyAgreePrivacy .lypop_con {
	max-width: 567px;
	max-height: 476px;
	padding: 17px;
	line-height: 1.2;
}

.lyAgreePrivacy .lypop_con p {
	margin-bottom: 20px;
}

.lyAgreePrivacy .lypop_con ul li {
	position: relative;
	display: inline-block;
	margin-bottom: 8px;
	padding-left: 16px;
}

.lyAgreePrivacy .lypop_con ul li:last-child {
	margin-bottom: 0;
}

.lyAgreePrivacy .lypop_con ul li>em {
	position: absolute;
	left: 0px;
	top: 0;
}

.lyAgreePrivacy .lypop_con ul li span {
	display: block;
	position: relative;
	padding-left: 11px;
}

.lyAgreePrivacy .lypop_con ul li span>em::before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 5px;
	background: #4c4c4c;
	width: 4px;
	height: 4px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.lyAgreePrivacy .lypop_con .link {
	color: #f0539c;
	font-size: 16px;
	text-decoration: underline;
	margin-top: 18px;
	display: block;
}

/*20161219 상단 Top Banner*/
.topBannerWrap {
	width: 100%;
	display: none;
	text-align: center;
	background: #267cd0;
	z-index: 1500
}

.topBannerWrap .inner .responseImg {
	padding: 0
}

.topBannerWrap .topBannerBtnWrap {
	display: inline-block;
	position: absolute;
	bottom: 3px;
	right: -2px /* 73px */;
	line-height: 17px
}

.topBannerWrap .topBannerBtnWrap .modp {
	display: inline-block;
	font-size: 12px;
	letter-spacing: -1px;
	color: #fff;
	vertical-align: middle;
}

.topBannerWrap .topBannerBtnWrap .topBannerBtnClose {
	display: inline-block;
	width: 19px;
	height: 17px;
	vertical-align: middle;
	background: url("/kids/images/main/topBanner_closeBtn.png") center center
		no-repeat;
	text-align: left;
	overflow: hidden;
	text-indent: -9999px;
	margin-left: 5px
}

.topBannerWrap .topBannerBtnWrap_mb {
	display: none;
}

.topBannerWrap .inner .responseImgMain img {
	width: 100%
}

.topBannerWrap .topBannerBtnWrap input[type="checkbox"] {
	vertical-align: middle;
}

.topBannerWrap .topBannerBtnWrap button {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

/*201810 상단 Top Banner*/
.topBannerWrap.eve_2018 {
	background-color: #feedd1;
	background-image: url(/kids/images/main/20181017_topBanner_bg.png);
}

.topBannerWrap .topBannerBtnWrap .modp.eve_2018t {
	color: #000;
}

.topBannerWrap .evt1017 {
	display: inline-block;
	position: absolute;
	top: 28px;
	right: 0px;
	width: 107px;
	height: 29px;
	background: url(/kids/images/main/txt_count_btn_evt1017_b.png) no-repeat 0
		0;
	background-size: 100%;
	text-align: center;
}

.topBannerWrap .evt1017 span {
	position: absolute;
	top: -9999em;
	padding: 5px 0;
	color: #fff;
	font-size: 12px;
	font-style: normal;
}

@media all and (max-width:640px) {
	.topBannerWrap {
		background: none
	}
	.topBannerWrap .inner { /*height:100% !important;*/
		display: block;
		width: 100%;
		text-align: center;
	}
	.topBannerWrap .topBannerBtnWrap {
		display: inline-block;
		position: absolute;
		bottom: inherit;
		top: 79%;
		right: 5px;
		line-height: 17px;
	}
	.topBannerWrap .topBannerBtnWrap .modp label {
		font-size: 11px;
	}
	.topBannerWrap .topBannerBtnWrap .topBannerBtnClose {
		background: url(/kids/images/main/topBanner_closeBtn.png) 0px 4px no-repeat;
		vertical-align: middle;
	}
	.topBannerWrap .topBannerBtnWrap_mb {
		position: relative;
		display: inline-block;
		width: 260px;
		padding: 7px 0 8px 0;
		right: 0;
		top: 0;
		background: #FFF;
		text-align: center;
	}
	.topBannerWrap .topBannerBtnWrap_mb:after {
		content: "";
		clear: both;
		display: block
	}
	.topBannerWrap .topBannerBtnWrap_mb .modp {
		display: inline-block;
		margin-left: 67px;
	}
	.topBannerWrap .topBannerBtnWrap_mb input[type="checkbox"] {
		vertical-align: middle;
		margin: 0;
		width: 16px !important;
		height: 16px !important;
		background: #FFF;
		background: url("/kor/img/icon/icon_chk02Off.gif") center center
			no-repeat;
		border: none;
		border-radius: 0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px; /* appearance:none; */
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		-o-appearance: none
	} /* 웹호환성 20170727 */
	.topBannerWrap .topBannerBtnWrap_mb input[type="checkbox"]:checked {
		background: url("/kor/img/icon/icon_chk02On.gif") center center
			no-repeat
	}
	.topBannerWrap .topBannerBtnWrap_mb label {
		line-height: 16px;
		display: inline-block;
		height: 16px;
	}
	.topBannerWrap .topBannerBtnWrap_mb .topBannerBtnClose {
		display: inline-block;
		float: right;
		margin-right: 10px;
		width: 19px;
		height: 17px;
		background: url("/kids/images/main/topBanner_closeBtn.png") center center
			no-repeat;
		text-align: left;
		overflow: hidden;
		text-indent: -9999px;
		margin-left: 0;
	}
	/* 201810 이벤트 */
	.topBannerWrap .evt1017 {
		top: auto;
		bottom: 9%;
		right: 20%;
	}
	.topBannerWrap.eve_2018 .topBannerBtnWrap {
		display: inline-block;
		position: absolute;
		bottom: inherit;
		top: 90%;
		right: 5px;
		line-height: 17px;
		z-index: 10;
	}
}

@media all and (max-width:640px) {
	.kidsContest .btnArea18 a.wd100 {
		width: 50%;
	}

	/* 20170918 추가 */
	.moPhotoDetail {
		position: relative;
	}
	.moPhotoDetail .btn_photo_Detail {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		background: url("/kids/images/btn/btn_photo_detail.png") no-repeat;
		text-indent: -9999px;
		width: 40px;
		height: 40px;
	}
	.moPhotoDetail button {
		background: none;
		border: 0;
		margin: 0;
		padding: 0;
		cursor: pointer;
	}
}

@media all and (max-width:1024px) {
}

@media all and (max-width:1040px) {
	.gnb {
		overflow: hidden;
	}
	.gnb {;
		
	}
	.gnb li {
		width: 24.99%;
		text-align: center;
		float: left;
	}
	.gnb li a { /*height:45px; */
		padding: 12px 0 0 0;
	}
	.gnb li>a { /*height:37px; */
		margin: 0 2px 0 3px;
		padding: 9px 0 0px;
		border-bottom: 3px solid #55cffa;
	}
	.gnb li+li>a {
		border-bottom: 3px solid #faa0c7;
	}
	.gnb li+li+li>a {
		border-bottom: 3px solid #88b905;
	}
	.gnb li+li+li+li>a {
		border-bottom: 3px solid #fe8e3f;
	}
	.gnb>ul>li.on>a {
		/*background:url(/kids/images/common/gnb_on.png) no-repeat 50% 100%; */;
		
	}
	.gnb ul {
		position: relative;
		z-index: 990;
	}
	.gnb li a, .gnb li ul li a {
		display: block;
	}
	.gnb li ul {
		display: none;
		background: none;
		width: auto;
		height: 140px;
		padding: 12px 0 10px 5px;
		border-left: 1px solid #e6dee2;
		background: #fff;
		border-bottom: 1px solid #a6b3b9;
	}
	.gnb li:first-child ul {
		border-left: none;
	}
	.gnb li.on ul {
		background: #e7f7fd;
	}
	.gnb li+li.on ul {
		background: #fef5f9;
	}
	.gnb li+li+li.on ul {
		background: #f5f9eb;
	}
	.gnb li+li+li+li ul {
		padding: 12px 0 10px 5px;
	}
	.gnb li+li+li+li.on ul {
		background: #fdf5f0;
		padding: 12px 0 10px 5px;
	}
	.gnb li ul li {
		background: none;
		float: none;
		width: auto;
		height: 30px;
		padding: 0;
		margin: 0;
		text-align: left;
		line-height: 16px;
		background: url(/kids/images/common/ico_dot.gif) no-repeat 14px 13px;
	}
	.gnb li ul li a {
		display: inline-block;
		height: auto;
		padding: 6px 0 0 0;
		height: 30px;
	}
	.gnb li ul li.line2 a {
		padding: 4px 20px 0 0;
		height: 42px;
	}
	.gnb li ul li.current a {
		/*background:url(/kids/images/common/gnb_subBg02.png) no-repeat right top; */
		font-weight: 700;
		color: #000;
	}
	.gnb li ul li.line2.current a {
		/*background:url(/kids/images/common/gnb_subBg04.png) no-repeat right top; */;
		
	}
	.gnb li ul li span {
		display: inline-block;
		height: 36px;
		padding: 0 0 0 25px;
	}
	.gnb li+li+li+li ul li {
		background: url(/kids/images/common/ico_dot.gif) no-repeat 14px 13px;
	}
	.gnb li+li+li+li ul li span {
		padding: 0 0 0 25px;
	}
	.gnb li ul li.current {
		background: url(/kids/images/common/icon_pencil.png) no-repeat left 8px;
	}
	.gnb li ul li.current a {
		font-size: 13px;
		color: #0884cb;
	}
	.gnb li+li ul li.current a {
		font-size: 13px;
		color: #c74a81;
	}
	.gnb li+li+li ul li.current a {
		font-size: 13px;
		color: #599333;
	}
	.gnb li+li+li+li ul li.current {
		background: url(/kids/images/common/icon_pencil.png) no-repeat left 8px;
	}
	.gnb li+li+li+li ul li a {
		letter-spacing: -1.5px;
	}
	.gnb li+li+li+li ul li.current a {
		font-size: 13px;
		color: #f35000;
		letter-spacing: -1.5px;
	}
	.gnb li ul li.line2.current span {
		padding-bottom: 10px;
		/*background:url(/kids/images/common/gnb_subBg03.png) no-repeat left top; */
		;
	}
	.gnb li ul li a {
		font-size: 13px;
		font-weight: bold;
		letter-spacing: -1px;
	}
	.gnb li ul li a i {
		background: url("/kids/images/common/icon_newWindow.png") 5px 3px
			no-repeat;
		display: inline-block;
		width: 20px;
		height: 15px;
	}
	.gnb .subBg {
		z-index: 900;
		display: none;
		position: absolute;
		top: 50px;
		left: 0;
		border-bottom: 0px solid #a6b3b9;
		width: 100%; /*1130px*/
		max-width: 1020px;
		height: 220px;
	}
	.lnb {
		display: none;
	}
	.contents {
		position: relative; /*float:right; */
		margin: 0 0 0 0; /*width:700px; */
		display: block;
		margin-left: 0;
		padding: 16px 30px 20px 30px;
		min-height: 500px;
	}
	.subVisual { /*width:760px; max-width:760px; */
		margin-left: 0;
		height: 120px; /*float:right; */;
	}
	.footerWrap { /*width:100%; */
		padding: 0 10px;
		height: 109px;
		border-top: 1px solid #aaa;
		background: #fff;
	}
	.footer {
		position: relative; /*width:1020px*/ /*1130px*/
		max-width: 650px;
		margin: 0 auto; /*overflow:hidden; */
		padding: 0 0 0 200px;
	}
	.footer .logo {
		float: left;
		margin: 0 0 0 0;
		position: absolute;
		top: 30px;
		left: 0;
	}
	.footer .footerEtc .footerLink {
		padding: 25px 0 15px 0;
	}
	.footer .footerEtc .footerLink ul li {
		display: inline-block;
		float: left;
		margin: 0 4px;
		padding: 0 0 0 10px;
		background: url(/kids/images/common/foot_bar.gif) no-repeat left 50%;
	}
	.footer .footerEtc .footerLink ul li:first-child {
		padding: 0;
		margin: 0 4px 0 0;
		background: none;
	}
	.footer .footerEtc .footerLink ul li a {
		display: inline-block;
		padding: 5px 0;
	}
	.footer .footerEtc address {
		display: inline-block;
		margin: 5px 12px 5px 0;
		vertical-align: middle;
	}
	.footer .footerEtc span {
		display: inline-block;
		margin: 6px 12px 5px 0;
		vertical-align: middle;
	}
	.footer .siteLink {
		display: none;
	}
}

@media all and (min-width:641px) and (max-width:960px) {
	.header .banner_0815 {
		padding-left: 0;
		width: 150px;
	}
}

@media all and (max-width:720px) {
	.sitemap>li {
		float: left;
		padding-right: 13px;
		width: 33.3333333333%;
		margin-bottom: 13px;
		text-align: center;
	}
}

@media all and (max-width:640px) {
	.header {
		position: relative; /*width:1020px*/
		max-width: 1020px; /*1130px*/
		margin: 0 auto;
		text-align: center;
	}
	.header h1.logo {
		padding: 9px 0 11px 0;
		height: 35px;
		margin: 0 auto;
	}
	.header .banner_0815 {
		position: absolute;
		width: 110px;
		padding-left: 0;
		top: 12px;
	}
	.header .ba0815_mo {
		display: none;
	}
	.header .tnb {
		display: none;
	}
	.gnb {
		display: none;
	}
	.subVisual {
		display: none;
	}
	.headerWrap {
		box-sizing: border-box;
		height: 49px;
		position: relative;
	}
	.footerWrap {
		box-sizing: border-box;
	}
	.container.main .visual {
		position: relative;
		margin: 0 10px;
	}
	.contentsWrap {
		margin: 0 0 0 0;
	}
	.contents {
		position: relative; /*float:right; */
		margin: 0 1px 0 0; /*width:700px; */
		display: block;
		margin-left: 0px;
		padding: 35px 10px 10px 10px;
		min-height: 500px;
		/*background:url(/kids/images/contents/contents_bg.gif) repeat-y 0 0; */
		border: 0px solid #b9b9b9;
		border-radius: 0px;
	}
	.location {
		position: absolute;
		top: 0px;
		left: 0;
		right: 0;
		font-size: 12px;
		color: #727272;
		text-align: left;
		border-bottom: 1px solid #3fafef;
		padding: 10px;
	}
	.location.line2 {
		top: 32px;
	}
	.footerWrap {
		width: 100%;
		height: auto;
		padding-bottom: 25px;
		border-top: 1px solid #aaa;
		background: #fff;
	}
	.footer {
		position: relative; /*width:1020px*/ /*1130px*/
		max-width: 650px;
		margin: 0 auto; /*overflow:hidden; */
		padding: 0;
	}
	.footer .logo {
		display: none;
	}
	.footer .footerEtc {
		display: none;
	}
	.footer .mo_footerEtc {
		display: block;
		text-align: center;
		padding: 0;
	}
	.footer .mo_footerEtc .footerLink {
		padding: 25px 0 15px 0;
		text-align: center;
	}
	.footer .mo_footerEtc .footerLink ul li {
		display: inline-block;
		float: none;
		margin: 0 4px;
		padding: 0 0 0 10px;
		background: url(/kids/images/common/foot_bar.gif) no-repeat left 50%;
	}
	.footer .mo_footerEtc .footerLink ul li:first-child {
		padding: 0;
		margin: 0 4px 0 0;
		background: none;
	}
	.footer .mo_footerEtc .footerLink ul li a {
		display: inline-block;
		padding: 5px 0;
		font-size: 13px;
		font-weight: bold;
	}
	.footer .mo_footerEtc .footerLink ul li a.privacy {
		color: #057ec3;
	}
	.footer .mo_footerEtc address {
		display: inline-block;
		margin: 0;
		vertical-align: middle;
		font-size: 13px;
		line-height: 1.4;
	}
	.footer .mo_footerEtc span {
		display: inline-block;
		margin: 0;
		vertical-align: middle;
		font-size: 13px;
		line-height: 1.4;
	}
	.footer .siteLink {
		display: none;
	}
	.am_mgnbOpen {
		position: absolute;
		left: 10px;
		top: 11px;
		display: inline-block;
		width: 28px;
		height: 28px;
		z-index: 200;
	}
	.am_mgnbOpen .btnMoLnbOpen {
		display: inline-block;
		width: 28px;
		height: 28px;
		padding: 0;
		margin: 0;
		border: none;
		background: url("/kids/images/common/icon_moLnb_open.gif") 0 0 no-repeat;
		overflow: hidden;
		text-align: left;
		text-indent: -9999px;
		cursor: pointer;
	}

	/* Siderbar */
	#am_sidebar * {
		box-sizing: border-box;
	}
	#am_sidebar {
		background: #FFF;
		width: 220px;
		height: 100%;
		display: block;
		position: fixed;
		left: -220px;
		top: 0;
		transition: left 0.3s linear;
		z-index: 1000;
	}
	#am_sidebar.visible {
		left: 0;
		transition: left 0.3s linear;
	}
	#am_sidebar-btn {
		display: inline-block;
		position: absolute;
		top: 15px;
		right: 10px;
		z-index: 1100;
	}
	#am_sidebar-btn button {
		display: inline-block;
		margin: 0;
		padding: 0;
		border: none;
		cursor: pointer;
	}
	#am_mnb {
		position: relative;
	}
	#am_mnb h2 {
		height: 48px;
		text-align: left;
		margin: 0;
		color: #077ea6;
		background: #FFF;
		padding-left: 10px;
	}
	#am_mnb h2 .moMenuLogo {
		display: block;
		margin-top: 0px;
		text-align: left;
		font-size: 14px;
		line-height: 48px;
		font-weight: bold;
		padding-left: 20px;
		background: url("/kids/images/common/icon_moLnb_title.gif") left center
			no-repeat;
	}
	#am_mnb>ul {
		display: block;
	}
	#am_mnb>ul>li {
		display: block;
		border-bottom: 1px solid #50bfe4;
	}
	#am_mnb>ul>li>a {
		display: block;
		line-height: 40px;
		padding: 0px 28px 0px 10px;
		color: #FFF;
		background: #16a7d7 url("/kids/images/common/icon_am_mGnb_off.png")
			center right no-repeat;
		font-size: 14px;
		font-weight: bold;
	}
	#am_mnb>ul>li>a:hover {
		color: #FFF;
	}
	#am_mnb>ul>li.on>a {
		color: #FFF;
		font-weight: 600;
		background: #16a7d7 url("/kids/images/common/icon_am_mGnb_on.png")
			center right no-repeat;
	}
	#am_mnb>ul>li>ul {
		display: none;
		border-top: 1px solid #50bfe4;
	}
	#am_mnb>ul>li>ul>li {
		display: block;
		border-bottom: 1px solid #50bfe4;
		background: #FFF url("/kids/images/common/bullet_am_mo_dot01.jpg") 21px
			17px no-repeat;
	}
	#am_mnb>ul>li>ul>li>a {
		display: block;
		line-height: 40px;
		padding: 0px 10px 0px 34px;
		color: #333;
		background: url("/kids/images/common/icon_am_mGnb_off.png") center right
			no-repeat;
		font-size: 13px;
	}
	#am_mnb>ul>li>ul>li>a.line3 {
	
		line-height: 20px;
		padding: 10px 10px 10px 34px;

	}
	#am_mnb>ul>li>ul>li>a i {
		background: url("/kids/images/common/icon_newWindow.png") 2px 3px
			no-repeat;
		display: inline-block;
		width: 15px;
		height: 15px;
	}
	#am_mnb>ul>li>ul>li>a:hover {
		color: #16a7d7;
	}
	#am_mnb>ul>li>ul>li.on>a {
		color: #16a7d7;
		font-weight: 600;
		background: url("/kids/images/common/icon_am_mGnb_on.png") center right
			no-repeat;
	}
	#am_mnb>ul li.noDepth a {
		background-image: none !important;
	}
	#am_mnb>ul {
		background: #FFF;
		border-bottom: 1px solid #50bfe4;
	}
	#am_mnb>ul>li>ul {
		background: #FFF;
	}
	#am_mnb ul li:last-child {
		border-bottom: none;
	}
	.detail_panel {
		margin: 5px 0 20px 0;
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 30px;
		border-bottom: 1px solid #ececec;
	}
	.detail_panel:after {
		content: "";
		display: block;
		clear: both;
	}
	.detail_panel.last {
		margin: 5px 0 20px 0px;
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 0;
		border-bottom: 0;
	}
	.detail_panel dl {
		border: 1px solid #ececec;
		margin: 15px 0;
		padding: 15px 15px 25px;
		border-radius: 10px; /*background-color:#ececec; */;
	}
	.detail_panel dl dt {
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 16px;
		color: #0b58b0;
		font-family: "Nanum Barun Gothic";
	}
	.detail_panel dl dd {;
		
	}
	.detail_panel dl dd:after {
		content: "";
		display: block;
		clear: both;
	}
	.detail_panel .app {
		overflow: hidden;
		margin: 0 0 0px 0;
		position: relative;
		padding-right: 180px;
		padding-bottom: 30px;
	}
	.detail_panel .app .img {
		float: right;
		position: absolute;
		top: 0;
		right: 0;
	}
	.detail_panel .app .img img {
		width: 170px;
		margin: 20px 0 0 0;
	}
	.detail_panel1 {
		margin: 0 0px 20px 0px;
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 30px;
		border-bottom: 1px solid #ececec;
	}
	.detail_panel1:after {
		content: "";
		display: block;
		clear: both;
	}
	.detail_panel1.last {
		margin: 0 0px 20px 0px;
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 0;
		border-bottom: 0;
	}
	.detail_panel1 dl {
		border: 1px solid #ececec;
		margin: 15px 0;
		padding: 15px 15px 25px;
		border-radius: 10px;
		background-color: #fff;
	}
	.detail_panel1 dl dt {
		font-weight: bold;
		font-size: 16px;
		color: #004986;
		font-family: "Nanum Barun Gothic";
	}
	.detail_panel1 dl dt img {
		margin: 0 15px 0 0 !important;
		padding: 0 10px 15px 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
	}
	.detail_panel1 dl dd {
		margin-bottom: 10px;
		font-size: 14px;
		color: #2d6e84;
		padding-bottom: 10px;
	}
	.detail_panel1 dl dd:after {
		content: "";
		display: block;
		clear: both;
	}
	.detail_panel1 dl dt+dd+dt+dd+dt+dd {
		margin-bottom: 0;
	}
	.detail_panel dl.type1 {
		background: none;
		padding: 0 0 25px;
		overflow: hidden;
	}
	.detail_panel dl.type1 dt {
		margin-bottom: 24px;
		padding: 11px 5px 8px 32px;
		background: #fcf6e2 url(/kids/images/common/ico_orange.gif) no-repeat
			11px 14px;
		font-weight: bold;
		font-size: 16px;
		color: #cf2422;
		font-family: "Nanum Barun Gothic";
		letter-spacing: -0.8px;
	}
	.detail_panel dl.type1 dt img {
		display: none;
	}
	.detail_panel dl.type1 dd {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
	}
	.detail_panel dl.type1 dd ul {
		margin-left: -10px;
	}
	.detail_panel1 dl.type1 dt {
		margin-bottom: 10px;
		padding: 8px 0 8px 32px;
		background: url(/kids/images/common/ico_orange.gif) no-repeat 6px 14px;
		font-weight: bold;
		font-size: 16px;
		color: #f87500;
		font-family: "Nanum Barun Gothic";
		letter-spacing: -1.5px;
	}
	.detail_panel1 dl.type1 dt img {
		display: none;
	}
	.detail_panel1 dl.type1 dd {
		padding-left: 15px;
		font-size: 14px;
	}
	.detail_panel1 dl.type1 dd ul {
		margin-left: -10px;
	}
	.detail_panel .app {
		overflow: hidden;
		margin: 0 0 0px 0;
		position: relative;
		padding-right: 0;
		padding-bottom: 30px;
	}
	.detail_panel .app .img {
		float: none;
		position: relative;
		top: auto;
		right: auto;
		display: block;
	}
	.detail_panel .app .img img {
		width: 170px;
		margin: 20px 0 0 46px;
	}
	.body01Tip {
		display: inline-block;
		margin-top: 5px;
		margin-left: 0px;
	}
	.movie_list li {
		float: left;
		padding: 10px;
		display: inline-block;
		text-align: center;
		width: 50%;
		box-sizing: border-box;
	}
}

@media all and (max-width:590px) {
	.body_img03 {
		width: 100%;
	}
	.body04List {
		width: 100%;
	}
}

@media all and (max-width:480px) {
	.logo a:first-child {
		position: relative;
		margin-left: -80px;
		z-index: 5;
	}
	.logo a:last-child {
		position: absolute;
		right: 10px;
	}
	.container.main .visual {
		display: none;
	}
	.container.main .mo_visual {
		display: block;
	}
	.container.main .mo_menu {
		display: block;
	}
	.container.main .mo_menu ul {
		overflow: hidden;
		margin: 15px;
	}
	.container.main .mo_menu ul li {
		display: inline-block;
		float: left;
		width: 25%;
	}
	.container.main .mo_menu ul li a {
		display: block;
		padding: 0 5px;
	}
	.sitemap>li {
		float: left;
		padding-right: 13px;
		width: 50%;
		margin-bottom: 13px;
		text-align: center;
	}
	.sitemap>li>.depthBox {
		background: url(/kids/images/contents/sitemap_bg.gif) no-repeat left
			bottom;
		height: 400px;
		margin: 0 auto;
	}
	.mainBanner {
		display: none;
	}
	.momainBanner * {
		box-sizing: border-box;
	}
	.momainBanner {
		overflow: hidden;
		margin: 0 0 37px 0;
		display: block;
	}
	.momainBanner:after {
		content: "";
		display: block;
		clear: both;
	}
	.momainBanner p.tit {
		float: none;
		display: block;
		padding: 5px 10px;
		width: 100%;
		text-align: center;
	}
	.momainBanner p.tit img { /*width:100% */;
		
	}
	.momainBanner ul {
		float: none;
		display: block;
		padding: 0 22px;
		width: 100%;
	}
	.momainBanner ul li.tp01 {
		float: left;
		width: 50%;
		text-align: center;
	}
	.momainBanner ul li.tp02 {
		float: left;
		width: 50%;
		text-align: center;
	}
	.momainBanner ul li.tp03 {
		float: left;
		width: 50%;
		text-align: center;
	}
	.momainBanner ul li.tp04 {
		float: left;
		width: 50%;
		text-align: center;
	}
	.topBannerWrap .evt1017 {
		background-size: contain;
		height: 25px;
		right: 7%;
	} /* 10월이벤트 */
}

@media all and (max-width:460px) {
	.sitemap>li {
		float: left;
		padding-right: 13px;
		width: 50%;
		margin-bottom: 13px;
		text-align: center;
	}
	.sitemap>li>.depthBox {
		background: url(/kids/images/contents/sitemap_bg.gif) no-repeat left
			bottom;
		height: 400px;
		margin: 0 auto;
	}
	.infoItemWrap {
		padding-left: 0px;
	}
	.infoItemWrap:after {
		content: "";
		clear: both;
		display: block;
	}
	.infoItemWrap>img {
		margin-left: 0px;
		display: block;
		margin-bottom: 20px;
	}
	.movieStudyTab li {
		padding-right: 10px;
		display: inline-block;
		float: left;
		width: 50%;
		box-sizing: border-box;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.movie_list li {
		float: none;
		padding: 0 0 10px 0;
		display: block;
		text-align: center;
		width: 100%;
		box-sizing: border-box;
	}
	.webtoon_list li dl { /* height:140px; */
		padding-bottom: 5px;
		padding-left: 15px;
	}
	.webtoon_list li dl dt {
		float: none;
		display: block;
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		text-align: center;
	}
}

@media all and (max-width:390px) {
	.detail_panel img.fLeft {
		float: none;
	}
}

@media all and (max-width:360px) {
	.sitemap {
		margin-right: 0px;
	}
	.sitemap>li {
		float: none;
		padding-right: 0px;
		width: 100%;
		margin-bottom: 13px;
		text-align: center;
	}
	.sitemap>li>.depthBox {
		background: url(/kids/images/contents/sitemap_bg.gif) no-repeat left
			bottom;
		height: auto;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.moBlock {
		display: block !important;
		text-align: center !important;
		float: none !important;
		margin: 10px auto !important;
		padding: 0 !important;
	}
}

.hidden_word {
	position: absolute;
	top: 0;
	left: 9999px;
	font-size: 0;
	height: 0;
}

@media all and (max-width:774px) {
	.kidsContest .kidsForm .bderBox ul li+li {
		margin-left: 0;
	}
}

@media all and (max-width:766px) {
	.kidsContest .kidsForm input[type='text'] {
		padding: 0 1%;
	}
	.kidsContest .kidsForm input[type='text'], textarea, select {
		margin-bottom: 5px;
	}
	.kidsContest .kidsForm .inpKidsInfo ul li.inpLine2, .kidsContest .kidsForm .inpKidsInfo ul li.inpLine3
		{
		width: 100%;
	}
	.kidsContest .kidsForm .w150 {
		width: 97.6%;
	}
	.kidsContest .selectbox_set {
		display: block;
	}
	.kidsContest .kidsForm .w50 {
		width: 80%;
	}
	.kidsContest .kidsForm .inpKidsInfo .cell_group, .kidsContest .kidsForm .inpKidsInfo .email_group
		{
		width: 100%;
	}
	.kidsContest .kidsForm .w104 {
		width: 97.6%;
	}
	.kidsContest .kidsForm #tag_1.w104 {
		width: 91%;
	}
	.kidsContest .kidsForm .layout_group {
		display: block;
	}
	.kidsContest .filebox .filetype {
		width: 100%;
		padding-right: 0;
	}
	.kidsContest .kidsForm .bderBox ul li {
		float: none;
		display: block;
	}
	.kidsContest .kidsForm .bderBox ul li strong {
		min-width: 0;
		line-height: 1.5;
	}
	.kidsContest .kidsForm .bderBox ul li+li {
		margin-left: 0;
	}
	.kidsContest .kidsForm .bderBox ul li .cell_group {
		display: block;
	}
	.kidsContest .kidsForm .w96 {
		width: 97.6%;
	}
	.kidsContest .kidsForm .bderBox ul li .btn_serti {
		padding: 0 1%;
		width: 98%;
	}
	.kidsContest .kidsForm .bderBox dl dd .btn_detail {
		width: 100%;
		margin-left: 0;
	}
}

/* 200406 레이어팝업 추가 */
.offscreen {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	word-break: initial;
	word-wrap: initial;
}
/* 레이어팝업 시작 */
.Info_Pop {
	display: none;
	position: absolute;
	top: 105px;
	z-index: 997;
}

.pop_pc {
	display: block;
}

.pop_mo {
	display: none;
}

.today_no {
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	background: #000;
	vertical-align: middle;
	color: #fff;
	padding: 8px 0 0 8px;
	position: relative
}

.today_no label {
	position: relative;
	top: -2px;
	padding: 0 70px 0 5px;
}

.today_no .CLose {
	position: absolute;
	right: 10px;;
	color: #fff;
}
/* 레이어팝업 끝 */

/*@media all and (max-width:960px){
.Info_Pop {top:72px;}
.pop_pc {width:50%;display:none;}
.today_no {font-size:10px;width:70%;}
.pop_mo {display:block;width:70%}
}

.Info_Pop_wrap{position:absolute;top:50px;z-index:997;width:100%;}
.Info_Pop_wrap .Info_Pop1{top:0;}
.Info_Pop_wrap .Info_Pop2{top:0;left:500px;}
.Info_Pop_wrap .Info_Pop3{top:0;left:1000px;}


@media all and (max-width:1620px){
.Info_Pop_wrap .Info_Pop1{width:31.25%;}
.Info_Pop_wrap .Info_Pop2{left:31.25%;width:31.25%;}
.Info_Pop_wrap .Info_Pop3{left:62.5%;width:31.25%;}
}

@media all and (max-width:960px){
.Info_Pop_wrap{max-width:500px;}
.Info_Pop_wrap .Info_Pop1{position:static;width:auto;}
.Info_Pop_wrap .Info_Pop2{position:static;width:auto;}
.Info_Pop_wrap .Info_Pop3{position:static;width:auto;}
.Info_Pop_wrap .Info_Pop2 .pop_pc{display:none}
.Info_Pop_wrap .Info_Pop2 .pop_mo{display:block}
.Info_Pop_wrap .Info_Pop3 .pop_pc{display:none}
.Info_Pop_wrap .Info_Pop3 .pop_mo{display:block}
}

@media all and (max-width:640px){
.Info_Pop_wrap{top:50px;width:100%;}
}*/
.Info_Pop_wrap {
	position: absolute;
	width: 1020px;
	left: 50.2%;
	transform: translateX(-50%);
	z-index: 9999;
	top: 7px;
}

@media all and (max-width:1024px){
	.Info_Pop_wrap {
		width: 100%; left:51.2%;
	}	
}

@media all and (max-width:1020px) {
	.Info_Pop_wrap {
		width: 100%; left:51.3%;
	}
	.Info_Pop_wrap .pop_pc {
		width: 80%;
	}
	.Info_Pop_wrap .today_no {
		width: 80%;
	}
}

@media all and (max-width:640px) {
	.Info_Pop_wrap {
		width: 100%;
		left: 50%;
		top: -57px;
	}
	.Info_Pop_wrap .pop_pc {
		width: 70%;
	}
	.Info_Pop_wrap .today_no {
		width: 70%;
	}
}

@media all and (max-width:360px) {
	.Info_Pop_wrap .pop_pc {
		width: 60%;
	}
	.Info_Pop_wrap .today_no {
		width: 60%;
		font-size:10px;
	}
	.Info_Pop_wrap .today_no label {padding:0;}
}

/* 20200529 추가 */
.location_button {
	text-align: right;
	padding-bottom: 5px;
}

.btn_a {
	display: inline-block;
	padding: 0 23px;
	line-height: 28px;
	border-radius: 2px;
	font-weight: 600
}

.btn_a.purple {
	background: #8065a5;
	border: 1px solid #6a4f8f;
	color: #FFF
}


/*상단 sns 아이콘 추가 및 변경*/
.headerWrap .header .tnb::after { content:""; display:block; clear:both;}
.headerWrap .header .tnb .home {float:left;}
.headerWrap .header .tnb .home span { line-height:22px;}
.headerWrap .header .tnb .sns {float:left;}
.headerWrap .header .tnb .sns span img { width:24px;}
.headerWrap .header .tnb .allmenu {float:right; margin-left:10px;}
.header .tnb span.mogef {padding:0 0 0 10px; background: url(/kids/images/common/line.gif) no-repeat 0 10px;}
.header .tnb span {margin:0;}

.container .sns_mo { text-align:center; padding-bottom:20px; display:none;}

@media all and (max-width:700px){
	
	.header .tnb span.mogef { margin: 0 0 0 5px; }
	.headerWrap .header .tnb .sns { display:none;}
	.container .sns_mo {display:block;}
}


/*자가진단팝업 변경*/

.renewInt2021 { max-width: 712px; width: 100%; margin: 0 auto; font-family: 'Noto Sans KR', sans-serif;}
.renewInt2021 .contentsWrap { margin:0;}
.renewInt2021 .container { max-width:720px; padding:30px;     border-top: 6px solid #9b28a3; border-bottom: 6px solid #9b28a3;}
.renewInt2021 .contents { padding:0; border:0;}
.renewInt2021 .tablewrap .wp50 { width: calc(100%/2 - 3px);}
.renewInt2021 .tablewrap .wp50.mr {/* margin-right:3px;*/}
.renewInt2021 .tabletype3 { padding: 5px 0 0 0;}
.renewInt2021 .tabletype3 table thead tr th { background: #d6d6d6; border-top: 1px solid #b9b9b9; border-bottom: 0;}
.renewInt2021 .tabletype3 table thead tr th:first-child, 
.renewInt2021 .tabletype3 table thead tr th:last-child { border-radius: 0;}
.renewInt2021 .tabletype3 table tbody tr td i { float:left; font-weight:400; margin-right:0;}
.renewInt2021 .tabletype3 table tbody tr th { font-size: 14px; color: #666666; font-weight: 400; border-left: 1px solid #b9b9b9;}
.renewInt2021 .tabletype3 table thead tr th:last-child,
.renewInt2021 .tabletype3 table thead tr th.last-child { border-right: 1px solid #b9b9b9;}
.renewInt2021 .tabletype3 table tbody tr td:last-child,
.renewInt2021 .tabletype3 table tbody tr td.last-child { border-right: 1px solid #b9b9b9;}

.renewInt2021 .table02 thead tr th { font-size:14px; color:#333333; font-weight:500; height:56px;}
.renewInt2021 .table02 tbody tr td.taLeft { padding:5px;}
.renewInt2021 .table02 tbody tr td.taLeft p { line-height:20px; color: #666666; padding-left: 25px;}


.renewInt2021 .bgColorGreen { background: #e6eecf;}
.renewInt2021 .bgColorBlue { background: #c7e9ea;}
.renewInt2021 .bgColorYellow { background: #fadbbf;}
.renewInt2021 .bgColorPurple { background: #e7e4f0;}

.renewInt2021 .bTipBlue02 { background: url(/kids/new/img/world/world03_internet_icon1.png) left center no-repeat; padding-left:14px;}
.renewInt2021 .inventory li { background: none; line-height:20px; padding-left:14px;}
.renewInt2021 .inventory li::after { content:''; display:block; clear:both;}
.renewInt2021 .inventory li strong { float:left; }
.renewInt2021 .inventory li p { padding-left:70px;}

.renewInt2021 .inventory li.caution { background: url(/kids/new/img/world/world03_internet_icon2.png) left 10px center no-repeat; padding-left: 34px; margin-top:12px;}
.renewInt2021 .inventory li.caution a { display: inline-block; background: #a27fd3 url(/kids/new/img/world/arrow.png) right 14px center no-repeat; border-radius: 30px; color: #fff; font-size: 12px; padding: 4px 30px 6px 10px; margin-left: 5px;}

.renewInt2021 .tablefoot { padding:0;}
.renewInt2021 .btn_close { margin-top: 20px;}
.renewInt2021 .btn_close a { display:inline-block; font-size:15px; color:#fff; border-radius:10px;  height:auto; width: auto;}
.renewInt2021 .btn_close a.btn1 { background:#8770a0; padding: 12px 16px;}
.renewInt2021 .btn_close a.btn2 { background:#8e8896; padding: 12px 30px;}


@media all and (min-width:700px){
	.renewInt2021 .contents {     width: 100%; margin: 0 auto;}
}


/*결과팝업*/
.newresult_int { max-width:712px; margin: 0 auto; font-family: 'Noto Sans KR', sans-serif;}
.newresult_int .container {max-width: 712px;     border-top: 6px solid #9b28a3;
    border-bottom: 6px solid #9b28a3;}
.newresult_int .contents { text-align:center; position: relative;}
.newresult_int .topimg { margin-top:30px;}
.newresult_int .topimg_mo { display: none;}
.newresult_int .result_contents { background: none; position: absolute; padding:0; left: 56px; top: 220px;}
.newresult_int .result_contents dl { margin-top:10px;}
.newresult_int .result_contents dl dt { background: none; font-size:20px; color:#282829; padding:0 12px 0 0; position:relative; }
.newresult_int .result_contents dl dt::after { content:''; display: block; width:1px; height:18px; background:#ad7fde;position: absolute; right:0; top:4px; }
.newresult_int .result_contents dl dd { padding-top:0; text-align: left; font-size:20px; color:#282829; letter-spacing: -0.6px;  line-height: 25px;}
.newresult_int .result_contents dl dd span { font-size:28px; color:#9b28a3;font-weight:500;}
.newresult_int .footer { padding:0; margin-top: 10px; }
.newresult_int .footer .ft_s14  { display: inline-block; font-size: 14px; color:#666666; font-weight:500; padding-left:25px; background: url(/kids/new/img/world/world03_internet_icon2.png) left center no-repeat; line-height: 30px;}
.newresult_int .footer .targetLink { display:inline-block; color: #fff; background: #a27fd3 url(/kids/new/img/world/arrow.png) right 12px center no-repeat; border-radius: 30px; font-size: 12px; padding: 6px 28px 6px 8px; margin-left: 5px;}
.newresult_int .btn_close  { padding:0; margin-top: 26px;}
.newresult_int .btn_close a {display: inline-block; padding: 12px 36px; width:auto; height:auto; background:#8f8997; border-radius:10px;}


@media all and (max-width:670px){
	.newresult_int .topimg {display:none; margin-top:0;}
	.newresult_int .topimg_mo { display: block;}
	.newresult_int .result_contents { position:static;  padding: 5px 10px 0 20px;}
	.newresult_int .result_contents dl dt { float: none; text-align: left; font-size:18px;}
	.newresult_int .result_contents dl dt::after { left: 80px;}
	.newresult_int .result_contents dl dd { font-size:14px; line-height: 20px;}
	.newresult_int .result_contents dl dd span { font-size:16px;}
	.newresult_int .footer { padding-left:16px; text-align: left;}
	.newresult_int .footer .ft_s14 { display: block; margin-top:0; line-height: 20px;}
}

@media all and (min-width:700px){
	.newresult_int .contents { width:100%; margin:0 auto;}
}


/*결과팝업

.newresult_int .contents { max-width:712px; background:url("/kids/new/img/world/world03_internet_result_img.png") top center no-repeat; background-size: 100%; min-height:auto !important;}
.newresult_int .contents .topimg { display:none;}
.newresult_int .contentsWrap { padding:21px; border-top: 6px solid #9b28a3 !important; border-bottom: 6px solid #9b28a3 !important;}
.newresult_int .result_contents { padding: 180px 0 0 20px;}
.newresult_int .result_contents dl dd { float:none; font-size: 20px; color: #282829; letter-spacing: -1px; line-height: 26px;}
.newresult_int .result_contents dl dd span { font-size:28px; color:#9b28a3; font-weight: 600;}
.newresult_int .result_contents, 
.newresult_int .result_internet h1 { background:none;}
.newresult_int .result_contents dl dt { background: none; font-size:20px; color: #282829;}
.newresult_int .footer { margin-top:50px; padding:0 !important; text-align:center;}
.newresult_int .footer p { background: url(/kids/new/img/world/world03_internet_icon2.png) left center no-repeat; padding:0 6px 0 20px; display:inline-block; font-size:14px; color:#666666; line-height: 20px;}
.newresult_int .footer a { font-size:12px; color:#fff; display:inline-block; background:#a27fd3 url(/kids/new/img/world/arrow.png) right 10px center no-repeat; border-radius:30px; padding:6px 28px 6px 8px;}
.newresult_int .btn_close a { display:inline-block; padding:8px 33px; background: #9f9aa5; color:#fff; border-radius:10px; font-size: 15px;line-height: 23px; text-align: center; } 


.newresult_smart .contents { max-width:712px; background:url("/kids/new/img/world/world03_smart_result_img.png") top center no-repeat; background-size: 100%; min-height:auto !important;}







@media all and (max-width:1100px){
	.newresult_int .contents { width: 100%; margin: 0 auto !important;}
}


@media all and (max-width:670px){
	.newresult_int .contents { background: none;}
	.newresult_smart .contents { background: none;}
	.newresult_int .result_contents { padding: 0;}
	.newresult_int .contents .topimg { display:block;}
	.newresult_smart .contents .topimg { display:block;}
	.newresult_int .result_contents dl dt { float:none; text-align: left; padding: 6px;}
	.newresult_int .result_contents dl dd { padding:6px; font-size:18px;}
	.newresult_int .result_contents dl dd span { font-size:18px;}
	.newresult_int .footer { margin-top:10px; text-align: left;}
	.newresult_int .footer a { margin-top:10px;}
}


*/

.renewInt2021 .tablefoot h3.bTipBlue02 {margin: 0;padding:0 0 0 14px;line-height: 1.5;border-bottom:0;font-weight:bold !important;}
.renewInt2021 .tablefoot h3.bTipBlue02::after {display:none;}
.renewInt2021 .tablefoot h3.bTipBlue02.mg_t10 {margin-top: 10px !important;}

