@charset "utf-8";

#_wrap {
}
#_wrap #_wrapTop {
  	height: 40px;
  	background: #d60000;
}
#_wrap #_wrapTop #_top {
  	position: relative;
}
#_wrap #_wrapHeader {
	/*-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.3);*/
	position: relative;
	z-index: 2;
}
#_wrap #_wrapHeader #_header {
	position: relative;
  	height: 176px;
}
#_wrap #_wrapArticle {
	position: relative;
	z-index: 1;
	background: url("../images/subVisual.jpg") no-repeat top center;
}
#_wrap #_wrapArticle #_subVisual {
  	font-size: 40px;
  	color: #fff;
  	word-break: keep-all;
  	text-align: center;
  	text-shadow: 0px 2px 5px rgba(0,0,0,.8);
  	display: table;
  	height: 200px;
  	/*transform: scale(1.8);
    animation: scaleImage 3s ease-out forwards;*/
}
/*
@keyframes scaleImage {
    100% {
        transform: scale(1);
    }
}
*/
#_wrap #_wrapArticle #_subVisual p {
  	opacity: 0;
    animation: fadeInText 2s 0s ease-out forwards;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
@keyframes fadeInText {
    100% {
        opacity: 1;
    }
}
#_wrap #_wrapArticle #_subVisual i {
    display: block;
  	word-break: keep-all;
  	font-size: 35px;
}
#_wrap #_wrapArticle #_subVisual img{
	display: block;
}
#_wrap #_wrapArticle #_container {
	position: relative;
}
#_wrap #_wrapArticle #_container:before ,
#_wrap #_wrapArticle #_container:after {
	content: "";
	display: block;
	clear: both;
}
#_wrap #_wrapArticle #_container #_content {
	position: relative;
}
#_wrap #_wrapFooter {
	height: auto;
}
#_wrap #_wrapFooter #_footerMenu {
  	border-top: #28282d 3px solid;
    border-bottom: #ddd 1px solid;
}
#_wrap #_wrapFooter #_footerMenu .footer_nav {
    position: relative;
}
#_wrap #_wrapFooter #_footerMenu .footer_nav ul {
  	font-size: 0;
}
#_wrap #_wrapFooter #_footerMenu .footer_nav ul li {
  	display: inline-block;
    vertical-align: middle;
}
#_wrap #_wrapFooter #_footerMenu .footer_nav ul li a {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 20px 15px 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
#_wrap #_wrapFooter #_footerMenu .footer_nav ul li:last-child a {
}
#_wrap #_wrapFooter #_footer {
	position: relative;
}
#_wrap #_wrapFooter #_footer .address{
	color: #878787;
  	font-size: 15px;
  	font-weight: 100;
}

#_wrap #_wrapTop #_top,
#_wrap #_wrapHeader #_header,
#_wrap #_wrapArticle #_subVisual,
#_wrap #_wrapArticle #_container,
#_wrap #_wrapFooter #_footerMenu,
#_wrap #_wrapFooter #_footer {
	margin: 0 auto;
}

/**********************************************************/
#_logo{
	padding: 17px 0 0 10px;
    text-align: left;
}

/**[모바일 - 메뉴열기/닫기]********************************************************/
#mMenu,
#sMenu{
	display: none;
}
#mMenu .mMenuButton,
#sMenu .sMenuButton{
	border: 0;
	width: 41px;
	height: 41px;
	text-indent: -5000px;
	background-image: url("../images/rMenuButton.gif");
	background-repeat: no-repeat;
}

/**[주메뉴]********************************************************/
.menuUItop{
	height: 54px;
	position: absolute;
	z-index: 10;
}
.menuUItop a{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.menuUItop .top_div {
	height: 43px;
	margin: 0;
	padding: 0;
}
.menuUItop ul.ul_1{
	height: 43px;
	position: relative;
}
.menuUItop ul.ul_1 li.li_1{
	float: left;
}
.menuUItop ul.ul_1 li.li_1 a.a_1{
	text-align: center;
	color: #000;
	margin: 0;
	padding: 0;
	display: block;
	height: 43px;
	line-height: 43px;
  	color: #535353;
}
.menuUItop ul.ul_1 li.li_1 a.a_1._active,
.menuUItop ul.ul_1 li.li_1 a.a_1:hover{
}

/**[서브메뉴]********************************************************/
.menuUIsub .menuSubTitleUI{
	text-align: center;
	color: #FFFFFF;
	background: url("") #535353 no-repeat left top;
	margin: 0;
	padding: 20px;
	border-bottom: solid #535353 1px;
	word-break: break-word;
}
.menuUIsub .menuSubTitleUI h2{
	font-size: 25px;
  	font-weight: 400;
}
.menuUIsub .sub_div .ul_2 .li_2 .a_2{
	display: block;
	font-size: 18px;
	text-align: left;
	color: #333;
	margin: 0;
	padding-left: 10px;
	border-bottom: solid #ddd 1px;
	padding: 16px 10px;
}
.menuUIsub .sub_div .ul_2 .li_2 .a_2:hover,
.menuUIsub .sub_div .ul_2 .li_2 .a_2._active{
	color: #fff;
	background-color: #d60000;
}
.menuUIsub .sub_div .ul_2 .li_2 .div_3{
	display: none;
	background-color: #C3ECF7;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px #93CBD9 solid;
}
.menuUIsub .sub_div .ul_2 .li_2 .div_3 .ul_3 .li_3 .a_3{
	display: block;
	color: #333;
	font-size: 12px;
	margin: 0;
	padding-left: 10px;
	height: 18px;
	line-height: 18px;
}
.menuUIsub .sub_div .ul_2 .li_2 .div_3 .ul_3 .li_3 .a_3:hover{
}
.menuUIsub .sub_div .ul_2 .li_2 .div_3 .ul_3 .li_3 .a_3._active{
	font-weight: 600;
}
.menuUIsub .sub_div ul li._active ._childDiv {
	display: block !important;
}

/**[탭메뉴]********************************************************/
#masterTab													{margin-bottom: 30px;}
#masterTab .tab_div .ul_3								{overflow: hidden;}
#masterTab .tab_div .ul_3 > li						{float: left;}
#masterTab .tab_div .ul_3 > li > a					{display: block;color: #494949;background-color: #f8f8f8;padding: 10px 25px;border: 1px solid #d2d2d2; box-sizing: border-box; font-size:1.2em; margin:1px;}
#masterTab .tab_div .ul_3 li._1st  .a_3 					{border-left: 1px solid #d2d2d2;}
#masterTab .tab_div .ul_3 > li > a._active			{color: #fff; background-color: #5a7797; border: 1px solid #5a7797;}


/**페이지타이틀+페이지네비게이션********************************************************/
#masterTitle{
	margin-bottom: 20px;
	color: #000;
}
#masterTitle h1{
	font-size: 40px;
  	font-weight: 400;
}
#masterNavigation{
	padding-left: 20px;
	height: 15px;
	line-height: 15px;
	background: url("../images/navHome.gif") no-repeat left 50%;
  	font-size: 14px;
}

/**[글로벌 네비게이션]********************************************************/
#_globalNavi {
	position: absolute;
  	top: 5px;
  	right: 0;
}

/**[메뉴숨김]********************************************************/
.menuUItop ul.ul_1 li.eQ06, .menuUItop ul.ul_1 li.eQ07, .menuUItop ul.ul_1 li.eQ08 { display: none; }

/**[내용 폰트]********************************************************/
._contentBuilder ._obj._objHtml, ._contentBuilder ._obj._objTag {
	font-size: 1.4em;
	line-height: 1.8;
  	color: #666;
  	word-break: keep-all;
}
