@charset "utf-8";

/* reset */
@import url(reset.css);
@import url(../font/NotoSans.css);

@font-face {font-family: 'NanumGothic'; src: url('../font/NanumGothic.eot');}  
@font-face {font-family: 'NanumBarunGothic'; src:url('../font/NanumBarunGothic.eot');}
@font-face {font-family: 'NanumBarunGothicBold'; src:url('../font/NanumBarunGothicBold.eot');}


@font-face{
	font-family: 'NanumGothic';
    src: url('../font/NanumGothic.eot');
	src: url('../font/NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('../font/NanumGothic.woff') format('woff'),
         url('../font/NanumGothic.ttf') format('truetype');
}

@font-face{
	font-family: 'NanumBarunGothic';
    src: url('../font/NanumBarunGothic.eot');
	src: url('../font/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),
         url('../font/NanumBarunGothic.woff') format('woff'),
         url('../font/NanumBarunGothic.ttf') format('truetype');
}
@font-face{
	font-family: 'NanumBarunGothicBold';
    src: url('../font/NanumBarunGothicBold.eot');
	src: url('../font/NanumBarunGothicBold.eot?#iefix') format('embedded-opentype'),
         url('../font/NanumBarunGothicBold.woff') format('woff'),
         url('../font/NanumBarunGothicBold.ttf') format('truetype');
}


html, body {
	height: 100%;
}
body { 
	height: 100%;
	text-align: center;
	font-size: 75%;
	font-family: "NotoSans", NotoSans, dotum, sans-serif;
	/*
	font-family: "나눔바른고딕", "나눔고딕", NanumBarunGothic, NanumGothic,"돋움", Dotum, sans-serif;
	*/
	color: #000;
	list-style: none;
	line-height: 1.7em;
	border: 0px solid blue;
	outline: 0;
}

/* 스킵네비게이션 */
.skip-navigation a {
	display: block; 
	height: 1px; 
	width: 1px; 
	margin: 0 -1px -1px 0; 
	padding: 0; 
	overflow: hidden; 
	font-size:0; line-height:0;
}

.skip-navigation a:hover,
.skip-navigation a:active,
.skip-navigation a:focus {
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 20px; 
	line-height: 20px; 
	vertical-align: middle; 
	font-size: 75%;
	font-weight: bold; 
	text-align: center; 
	background: #000; 
	color: #fff
}


.blind, caption {
	visibility: hidden; 
	overflow: hidden; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 0; 
	height: 0; 
	font-size: 0;
	line-height: 0
}

.clear {
	clear: both;
	overflow: hidden;
}



/* 전체 */
#wrapper {
	position: relative; 
	min-width: 320px;
	height: 100%;
	margin: 0; 
	padding: 0;
	font-size: 1.15em;
	text-align: left;
}

#wrapper.hidden {
	overflow: hidden;
}


.header-pc {
	display: none;
}
.header-mobile {
	margin: 0;
	padding: 0;
}

.header-mobile.fixed {
	position: fixed;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	z-index: 5;
	background: #fff;
}

.header-area {
	height: 45px;
	padding: 0 15px;
	margin: 0 auto;
	*overflow: hidden;
	border: 0px solid red;
}

.header-area:after {
	content: "";
	clear: both;
	display: block;
}

.header-area h1 {
	float: left;
	margin-top: 0px;
	border: 0px solid red;
}

.header-area h1 a {
/*	width: 53px; 221227 임시 로고 변경 230807까지 */
	width: 81px;
/*	margin-top: 10px 230731;*/
	margin-top: 15px;
	height: 27px;
	display: block;
}

.header-area h1 a img {
	display: block;
/*	width: 53px; 221227 임시 로고 변경 230807까지 */
/* 230731
	width: 81px;
	height: 27px;
*/
	width: 100px;
	height: auto;
}

.gnb {
	display: none;
}

/* 모바일 gnb */
.mobile_gnb{
	margin-top: 30px;
}
.mobile_gnb > div{
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}
.mobile_gnb > div:nth-child(1){
	padding-top: 5px;
	margin-right:15px;
}
.mobile_gnb > div:nth-child(2), .mobile_gnb > div:nth-child(3){
	width:38px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
}
/* //모바일 gnb */

.btn-total-menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	background: url(../eng_make_img/common/btn_totalmenu.gif) no-repeat center center;
	background-size: 16px 13px;
	text-indent: -5000em;
	z-index: 1000000;
}

/* top menu */
#modal {
	display: none;
}

.contents-navigation {
	position: relative;
	width: 100%;
	height: 45px;
	background: #4c4a4a;
	overflow: hidden;
	border: 0px solid red;
}

.contents-navigation.fixed {
	position: relative;
	width: 100%;
	margin-top: 45px;
	height: 45px;
	background: #4c4a4a;
	overflow: hidden;
	z-index: -2;
	border: 0px solid red;
}

.contents-navigation .bg-contents-navigation02 {
	display: none;
}

.contents-navigation .contents-navigation-box  {
	width: auto;
	height: 45px;
	overflow: hidden;
	background: #3c8cc8
}

.contents-navigation .contents-navigation-box .icon-home {
	float: left;
	width: 45px;
	height: 45px;
	background: url(../eng_make_img/common/bg_home.png) no-repeat left top;
	background-size: 45px 45px;
	border: 0px solid red;
	text-align: center;
	line-height: 45px;

}

.contents-navigation .contents-navigation-box .icon-home img {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 8px;
}

.contents-navigation .contents-navigation-box  .sub-navigation-info {
	float: left;
	padding-left: 19px;
	padding-right: 29px;
	height: 45px;
	line-height: 45px;
	font-size: 13px;
	font-weight: bold;
	color: #ededed;
	background: #3c8cc8 url(../eng_make_img/common/bg_navi01.png) no-repeat right top;
	background-size: 250px 45px;;
	border: 0px solid red;
}

.contents-navigation .contents-navigation-box  .sub-navigation-info span {
	display: block;
	height: 45px;
	padding-right: 17px;
	background: #3c8cc8;
	border: 0px solid red;
}

.contents-navigation .contents-navigation-box strong {
	position: relative;
	float: left;
	height: 45px;
	padding-left: 17px;
	padding-right: 15px ;
	line-height: 45px;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	background: #3c8cc8;
	border: 0px solid red;
	z-index: 100;
}

.contents-navigation .contents-navigation-box .word-contents-info {
	display: none;
}

.contents {
	position: relative;
	padding: 25px 15px;
	border: 0px solid red;
}	

/* footer */
.footer {
	height: 37px;
	line-height: 37px;
	background: #414143;
	font-size: 11px;
	color: #fff;
	text-align: center;
}

.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10000000;
}
.footer-area {
	display: none;
}

.copyright-familysite {
	position: relative;
	max-width: auto;
	height: 37px;
	line-height: 37px;
	color: #9a9595;
	font-family: Arial, Dotum, sans-serif;
	margin: 0 auto;
	font-size: 9px;
	text-align: center;
}

.copyright-familysite select {
	display: none;
}

.footer p.cpoyright {
	text-align: center;
}


/* 공통 */
.tabmenu {
	margin-bottom: 15px;
	border: 0px solid red;
}

.tabmenu ul {
	overflow: hidden;
}

.tabmenu ul li {
	float: left;
	width: 50%;
}

.tabmenu.grid-3rd ul li {
	float: left;
	width: 33%;
}

.tabmenu ul li a {
	display: block;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #959595;
	border: 1px solid #e3e3e3;
	background: #fff;
	letter-spacing: 0px;
}

.tabmenu ul li a.on,
.tabmenu ul li a:hover {
	display: block;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #fff;
	border: 1px solid #4362b0;
	background: #4362b0;
}



@media screen and (min-width: 640px) and (max-width: 1023px) {
	.header-mobile.fixed {
		position: fixed;
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 68px;
		z-index: 5;
		background: #fff;
	}

	.header-area {
		height: 68px;
		padding: 0 15px;
		margin: 0 auto;
		*overflow: hidden;
		border: 0px solid red;
	}

	.header-area:after {
		content: "";
		clear: both;
		display: block;
	}

	.header-area h1 {
		float: left;
/*		margin-top: 5px 230731;*/
		margin-top: 15px;
		border: 0px solid red;
	}

	.header-area h1 a {
/*		width: 79px; 221227 임시 로고 변경 230807까지 */
		width: 120px;
		height: 40px;
		display: block;
	}

	.header-area h1 a img {
		display: block;
/*		width: 79px; 221227 임시 로고 변경 230807까지*/
		width: 120px;
		height: auto;
/*		height: 40px; 230731 */
	}

	.gnb {
		display: none;
	}


	.btn-total-menu {
		position: absolute;
		top: 0;
		right: 0;
		width: 68px;
		height: 68px;
		background: url(../eng_make_img/common/btn_totalmenu.gif) no-repeat center center;
		background-size: 24px 19px;
		text-indent: -5000em;
		z-index: 1000000;
	}


	/* top menu */
	#modal {
		display: none;
	}

	.contents-navigation {
		position: relative;
		width: 100%;
		height: 45px;
		background: #616161;
		overflow: hidden;
		border: 0px solid red;
	}

	.contents-navigation.fixed {
		position: relative;
		width: 100%;
		margin-top: 68px;
		height: 45px;
		background: #616161;
		overflow: hidden;
		z-index: -2;
		border: 0px solid red;
	}

	.contents-navigation .bg-contents-navigation02 {
		display: none;
	}

	.contents-navigation .contents-navigation-box  {
		width: auto;
		height: 45px;
		overflow: hidden;
		background: #3c8cc8
	}

	.contents-navigation .contents-navigation-box .icon-home {
		float: left;
		width: 45px;
		height: 45px;
		background: url(../eng_make_img/common/bg_home.png) no-repeat left top;
		background-size: 45px 45px;
		border: 0px solid red;
		text-align: center;
		line-height: 45px;

	}

	.contents-navigation .contents-navigation-box .icon-home img {
		display: inline-block;
		vertical-align: middle;
		width: 10px;
		height: 8px;
	}

	.contents-navigation .contents-navigation-box  .sub-navigation-info {
		float: left;
		padding-left: 19px;
		padding-right: 29px;
		height: 45px;
		line-height: 45px;
		font-size: 13px;
		font-weight: bold;
		color: #ededed;
		background: #e75256 url(../eng_make_img/common/bg_navi01.png) no-repeat right top;
		background-size: 250px 45px;;
		border: 0px solid red;
	}

	.contents-navigation .contents-navigation-box  .sub-navigation-info span {
		display: block;
		height: 45px;
		padding-right: 17px;
		background: #e75256;
		border: 0px solid red;
	}

	.contents-navigation .contents-navigation-box strong {
		position: relative;
		float: left;
		height: 45px;
		padding-left: 17px;
		padding-right: 15px ;
		line-height: 45px;
		color: #fff;
		font-weight: bold;
		font-size: 17px;
		background: #3c8cc8;
		border: 0px solid red;
		z-index: 100;
	}

	.contents-navigation .contents-navigation-box .word-contents-info {
		display: none;
	}





}

@media screen and (min-width: 1024px) {
	/* 전체 */
	#wrapper {
		position: relative; 
		height: 100%;
		margin: 0; 
		padding: 0;
		font-size: 1.15em;
		text-align: left;
	}
	
	.header-mobile {
		display: none;
	}
	.header-pc {
		display: block;
		background: url(../eng_make_img/common/bg_line.gif) repeat-x left top;
	}

	.header-pc .header-area {
		max-width: 1200px;
		min-height: 146px;
		margin: 0 auto;
		*overflow: hidden;
		border: 0px solid red;
	}

	.header-area:after {
		content: "";
		clear: both;
		display: block;
	}

	.header-pc .header-area h1 {
		float: left;
/*		width: 35%;*/
		width: 20%;
/*		margin-top: 58px; 230731 */
		margin-top: 70px;
		border: 0px solid red;
	}

	.header-pc .header-area h1 a {
		display: block;
	}
/* 221227 임시 로고 변경 230807까지 */
/*
	.header-pc .header-area h1 a img {
		display: block;
		width: 139px;
		height: 54px;
	}
*/
	
/* 230731
	.header-pc .header-area h1 a img {
		display: block;
		width: 180px;
		height: 60px;
	}
*/
	
	.header-pc .header-area h1 a img {
		display: block;
		width: 160px;
		height: 22px;
	}
/* //221227 임시 로고 변경 230807까지 */

	.gnb {
		display: block;
		position: relative;
		float: right;
		height: 44px;
		border: 0px solid red;
	}

	.gnb ul {
		border-left: 1px solid #505050; 
	}

	.gnb ul:after {
		content: "";
		clear: both;
		display: block;
	}

	.gnb ul li {
		float: left;
		position: relative;
		border-right: 1px solid #505050; 
	}

	.gnb ul li a {
		display: block;
		width: 90px;
		height: 44px;
		line-height: 44px;
		color: #ffffff;
		text-align: center;
	}

	.gnb ul li a:hover {
		color: #eeb934
	}

	.gnb ul li a.word-language {
		width: 90px;
		padding: 0 10px;
		color: #eeb934;
		text-align: left;
		background: url(../eng_make_img/common/icon_arrow_bottom01.png) no-repeat 90px center;
		
	}

	.gnb ul li .language-menu {
		display: none;
		position: absolute;
		top: 44px;
		left: 0;
		width: 110px;
		z-index: 100;
	}

	.gnb ul li .language-menu li {
		background: #2e2e2e;
		z-index: 100;
		border-bottom: 1px solid #505050; 
	}

	.gnb ul li .language-menu li a {
		width: 108px;
	}

	/* top menu */
	.top-menu {	
		display: block;
		float: left;
/*		width: 65%;*/
		width: 80%;
		margin-top: 42px;
		border: 0px solid red;
	}


	.top-menu {
		border: 0px solid red;
	}


	.top-menu ul {
		margin: 0;
		padding: 0;
		border: 0px solid red;
		*overflow: hidden;
	}

	.top-menu ul:after {
		content: "";
		clear: both;
		display: block;
	}

	.top-menu ul li {
		float: left;
/*		width: 25%;*/
		width: 20%;
		text-align: center;
		border: 0px solid red;
	}
	.top-menu ul li a {
		display: block;
		margin: 0 auto;
	}

	.total-menu-area {
		display: none;
		position: absolute;
		top: 146px;
		left: 0;
		width: 100%;
		padding-bottom: 15px;
		background: url(../eng_make_img/common/bg_totalmenu.png) repeat-x left bottom;
		border-top: 1px solid #ebebeb;
		z-index: 10;
	}

	.total-menu-box {
		max-width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}
	.total-menu-info-area {
		float: left;
/*		width: 35%;*/
		width: 20%;
		height: 252px; 
		text-align: right;
		background: url(../eng_make_img/common/bg_topmenu_img.jpg) no-repeat right top;
	}
	.total-menu-box .total-menu-info-area .word-01 {
		display: none;
		margin-top: 170px;
		margin-right: 81px;
		margin-bottom: 4px;
	}
	
	.total-menu-box .total-menu-info-area .word-02 {
		margin-right: 56px;
	}

	.sub-menu-area {
		float: left;
/*		width: 65%;*/
		width: 80%;
		min-height: 252px;
	}

	.sub-menu-area .sub-menu-box {
		float: left;
/*		width: 25%;*/
		width: 20%;
	}

	.sub-menu-area .sub-menu-box dl {
		min-height: 211px;
		padding: 22px 0;
		border-left: 1px solid #e6e6e6;

		background: #fff;
	}
	.sub-menu-area .sub-menu-box dl.last {
		border-right: 1px solid #e6e6e6;
	}

	.sub-menu-area .sub-menu-box dl:hover {
		border-left: 1px solid #e54441;
		border-right: 1px solid #e54441;
		background: #e54441;
	}

	.sub-menu-area .sub-menu-box dl dd a {
		display: block;
		padding: 3px 0 3px 10%;
		font-size: 13px;
	}

	.sub-menu-area .sub-menu-box dl:hover a {
		color: #fff;
	}

	.sub-menu-area .sub-menu-box dl dd a:hover {
		color: #fff;
		background: #a34c50 url(../eng_make_img/common/icon_submenu_on.png) no-repeat 3.5% 10px;
	}

	.sub-menu {
		display: none;
	}


	.contents-navigation {
		position: relative;
		width: 100%;
		height: 91px;
		background: #4c4a4a;
		overflow: hidden;
		z-index: -2;
		border: 0px solid red;
	}

	.contents-navigation .bg-contents-navigation02 {
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: 10000px;
		height: 91px;
		background: #3c8cc8;
		z-index: -1;
		border: 0px solid red;
	}

	.contents-navigation .contents-navigation-box  {
		width: 1200px;
		height: 117px;
		margin: 0 auto;
		border: 0px solid red;
		overflow: hidden;
		background: #3c8cc8
	}

	.contents-navigation .contents-navigation-box  .icon-home {
		float: left;
		width: 117px;
		height: 91px;
		background: url(../eng_make_img/common/bg_home.png) no-repeat left top;
		background-size: 117px 91px;
		border: 0px solid red;
		text-align: center;
		vertical-align: middle;
		line-height: 91px;
	}

	.contents-navigation .contents-navigation-box .icon-home img {
		display: inline-block;
		vertical-align: middle;
		width: 19px;
		height: 15px;
		border: 0px solid red;
	}

	.contents-navigation .contents-navigation-box  .sub-navigation-info {
		float: left;
		padding-left: 37px;
		padding-right: 58px;
		height: 91px;
		line-height: 91px;
		font-size: 18px;
		font-weight: bold;
		color: #ededed;
		background: #e75256 url(../eng_make_img/common/bg_navi01.png) no-repeat right top;
		border: 0px solid red;
	}

	.contents-navigation .contents-navigation-box  .sub-navigation-info span {
		display: block;
		height: 91px;
		padding-right: 16px;
		background: #989898;
		border: 0px solid red;
	}

	.contents-navigation .contents-navigation-box strong {
		position: relative;
		float: left;
		height: 91px;
		padding-left: 34px;
		padding-right: 30px;
		line-height: 91px;
		color: #fff;
		font-weight: bold;
		font-size: 28px;
		background: #3c8cc8;
		border: 0px solid red;
		z-index: 100;
	}

	.contents-navigation .contents-navigation-box .word-contents-info {
		display: inline-block;
		padding-top: 35px;
		color: #fff;
		font-size: 15px;
	}
	
	/* contents */
	.contents {
		max-width: 1200px;
		margin: 0 auto;
		padding: 45px 0 50px 0;
		border: 0px solid red;
	}

	.contents.pb0 {
		max-width: 1200px;
		margin: 0 auto;
		padding: 45px 0 0 0;
		border: 0px solid red;
	}

	/* footer */
	.footer {
		padding-top: 0px;
		text-align: center;
		background: #fff;
		font-size: 11px;
		color: #747474;
	}




	/* 공통 */
	.tabmenu {
		margin-bottom: 52px;
		border: 0px solid red;
	}

	.tabmenu ul {
		overflow: hidden;
	}

	.tabmenu ul li,
	.tabmenu.grid-3rd ul li {
		float: left;
		width: auto;
	}

	.tabmenu ul li a {
		display: block;
		text-align: center;
		line-height: 40px;
		width: 164px;
		height: 40px;
		color: #959595;
		border: 1px solid #e3e3e3;
	}

	.tabmenu ul li a.on,
	.tabmenu ul li a:hover {
		display: block;
		text-align: center;
		line-height: 40px;
		width: 164px;
		height: 40px;
		color: #fff;
		border: 1px solid #4362b0;
		background: #4362b0;
	}
}



/* 공통 스타일 */
.color01 {
	color: #e84a4e
}

.ul-list01 {
	padding-left: 12px;
}

.ul-list01 li {
	padding-left: 8px;
	color: #959595;
	line-height: 25px;
	font-size: 15px;
	background: url(../eng_make_img/common/icon_bullet03.gif) no-repeat left 8px;
}


