@charset "utf-8";

html,body {
	height: 100%;
	-webkit-tap-highlight: rgba(0,0,0,0);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	-webkit-focus-ring-color: rgba(0,0,0,0);
}

* {
	margin: 0;`
	padding: 0;
	box-sizing: border-box;
}

.clear:after {
	content: "";
	clear: both;
	display: block;
}


html {
	font-size: 13px; 
	line-height: 13px; 
}

body {
	min-width: 320px;
	font-family: "notoKrR",sans-serif;
	color: #666667;
	list-style: none;
	outline: 0;
	-webkit-text-size-adjust: none;
}

/* skipToContent */
.skip-navigation a {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 1px;
	margin-top: -1px;
	background-color: #3875c1;
	font-size: 1.077rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
	overflow:hidden;
	visibility: hidden;
}

.skip-navigation a:focus,
.skip-navigation a:active {
	display: block;
	margin-top: 0;
	height: auto;
	padding: 10px 0px;
}

caption, .blind {
	position: absolute;
	top: -50000em;
	left: -50000em;
	color: transparent;
	background: transparent	
	text-shadow: none;
	z-index: -1; 
}

.wrapper {
	position: relative;
	margin: 0;
	padding-top: 149px;
	clear: both;
	overflow: hidden;
}

.wrapper.fixed-body {
	height: 100%;
	overflow: hidden;
}

.wrapper:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 149px;
	z-index: 100;
}

.header-wrapper {
	position: relative;
	width: 100%;
	height: 149px;
	background: #fff;
	z-index: 10;
}

.header-wrapper > .bg {
	position: absolute;
	top: 149px;
	left: 0;
	display:none;
	width: 100%;
	padding: 30px 0 31px 0;
	background-color: #fff;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	/*border-top: 1px solid #e5e5e5;*/
	border-top: 1px solid #999;
}

.wrapper.fixed .header-wrapper > .bg {
	position: fixed;
	top: 47px;
	background-color: rgba(255, 255, 255, 0.95);
	border-top: 0;
}

.mask-totalmenu {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 50;

}


.gnb-wrapper {
	display: block;
}

.gnb-area {
	width: 1230px;
	padding: 0 20px;
	margin: 0 auto;
}

.gnb-area:after {
	content: "";
	clear: both;
	display: block;
}

.gnb-area > ul {
	float: right;
	padding-top: 15px;
}

.gnb-area > ul > li {
	float: left;
	margin-left: 7px;
	padding-left: 9px;
	background: url(../img/common/icon_bar01.gif) no-repeat left center;
}

.gnb-area > ul > li:first-child {
	background: transparent;
	margin-left: 0;
	padding-left: 0;
}

.gnb-area > ul > li > a {
	display: block;
	color: #6e6e75;
	line-height: 18px;
	transition: all 0.2s ease-in-out;
}

.gnb-area > ul > li > a:hover {
	color: #000;
	text-decoration: underline;
}

.header-wrapper > h1 {
	display: block;
	height: 69px;
}

.header-wrapper > h1 > a {
	display: block;
	width: 206px;
	margin: 0 auto;
	padding-top: 1px;
}

.header-wrapper > h1 > a > img {
	display: inline-block;
	vertical-align: bottom;
	width: 206px;
}

.top-menu-wrapper {
	display: block;
	/*border-top: 1px solid #e0e0e0;*/
	border-top: 1px solid #999;
	height: 47px;
}

.wrapper.fixed .top-menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255, 0.95);
	border-bottom: 1px solid #e0e0e0;
}


.top-menu-wrapper > .top-menu-area {
	position: static;
	margin: 0;
	padding: 0;
}

.top-menu-wrapper > .top-menu-area > ul {
	display: block;
	width: 1230px;
	padding: 0 20px;
	height: 47px;
	margin: 0 auto;
	margin-top: -1px;
}

.top-menu-wrapper > .top-menu-area > ul :after {
	content: "";
	clear: both;
	display: block;
}

.top-menu-wrapper > .top-menu-area > ul > li {
	position: relative;
	float: left;
	display: block;
	width: calc(25% + 1px);
	height: 47px;
	margin-right: -1px;
	border-top:1px solid #999;
	/*
	border-top: 1px solid #e0e0e0;
	
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	*/
}


.top-menu-wrapper > .top-menu-area > ul > li > a {
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #666666;
	font-size: 1.477rem;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.top-menu-wrapper > .top-menu-area > ul > li:hover > a,
.top-menu-wrapper > .top-menu-area > ul > li.on > a,
.top-menu-wrapper > .top-menu-area > ul > li.active > a {
	color: #d53d11
}

.top-menu-wrapper > .top-menu-area > ul > li.on,
.top-menu-wrapper > .top-menu-area > ul > li.active,
.top-menu-wrapper > .top-menu-area > ul > li:hover {
	position: relative;
	z-index: 110;

}


.top-menu-wrapper > .top-menu-area > ul > li > .top-submenu {
	display:none;
	position: absolute;
	top: 47px;
	left: 1px;
	width: 100%;
	border-top: 0;
	padding: 30px 25px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

.top-menu-wrapper > .top-menu-area > ul > li:last-child > .top-submenu {
	border-right: 1px solid #e0e0e0;
}

.top-menu-wrapper > .top-menu-area > ul > li > .top-submenu > h2 {
	display: block;
	color: #2c2c2c;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 7px;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.top-menu-wrapper > .top-menu-area > ul > li > .top-submenu > ul {
	position: relative;
	display: block;
}

.top-menu-wrapper > .top-menu-area > ul > li.active > .top-submenu {
	background: #faf7f6
}

.top-menu-wrapper > .top-menu-area > ul > li > .top-submenu > ul > li {
	display: block;
}

.top-menu-wrapper > .top-menu-area > ul > li > .top-submenu > ul > li > a {
	display: block;
	padding:0;
	color: #888888;
	font-size: 15px;
	line-height: 24px;;
}

.top-menu-wrapper > .top-menu-area > ul > li > .top-submenu > ul > li > a:hover,
.top-menu-wrapper > .top-menu-area > ul > li > .top-submenu > ul > li.on > a,
.top-menu-wrapper > .top-menu-area > ul > li > .top-submenu > ul > li > a.active {
	color: #d53d11;
	text-decoration: underline;
}

.top-menu-wrapper > .top-menu-area > ul > li > .top-submenu > ul > li > ul {
	display: none;
}


/* sub visual */
.sub-visual-wrapper {	
	position: relative;
	width: 100%;
	height: 274px;
	overflow: hidden;
}

.sub-visual-wrapper > img {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1920px;
	margin-left: -960px;
}


.sub-visual-wrapper > .sub-slogan-wrapper {
	position: relative;
	z-index: 10;
	text-align: center;
	padding-top: 85px;
}

.sub-visual-wrapper > .sub-slogan-wrapper > h2 {
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
}

.sub-visual-wrapper > .sub-slogan-wrapper > .word01 {
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
	opacity: .7;
}

.sub-visual-wrapper > .sub-slogan-wrapper > .word01 > span {
	display: block;
}

.container {
	position: relative;
	width: 1230px;
	min-height: 500px;
	margin: 0 auto;
	padding: 50px 20px 50px 268px;
}

.lnb-wrapper {
	position: absolute;
	top: 50px;
	left: 20px;;
	width: 198px;
}


.lnb-area {
	background: #fff
}

.lnb-area > h2 {
	/*display: none;*/
	background:#3a3a3a;
	color:#989898;
	line-height: 22px;
	font-weight: 700;
	font-size:20px;
	padding: 19px 36px 19px 18px;
	border: 1px solid #d7d7d7;
	transition: all 0.2s ease-in-out;
	word-break: keep-all;
}

.lnb-area > ul {
	display: block;
}

.lnb-area > ul > li {
	display: block;
	margin-top: -1px;
}

.lnb-area > ul > li:last-child {
	margin-bottom: 0;
}

.lnb-area > ul > li > a {
	position: relative;
	display: block;
	color: #949494;
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	padding: 19px 36px 19px 18px;
	border: 1px solid #d7d7d7;
	background: #ffffff;
	transition: all 0.2s ease-in-out;
	word-break: keep-all;
}

.lnb-area > ul > li > a.active,
.lnb-area > ul > li > a.point,
.lnb-area > ul > li > a:hover {
	border: 1px solid #d53d11;
	background: #d53d11;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.24);
}


.lnb-area > ul > li > a .bg {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 6px;
	height: 9px;
	margin-top: -5px;
	background: url(../img/common/icon_lnb_arrow_on@2x.gif) no-repeat center center;
	background-size: 6px 9px;
}

.lnb-area > ul > li > a + ul {
	display: none;
	background: #f5f5f5;
	padding: 25px 30px;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

.lnb-area > ul > li > a.active + ul {
	display: block;
}

.lnb-area > ul > li > ul > li {
	display: block;
	margin-bottom: 10px;
}

.lnb-area > ul > li > ul > li:last-child {
	margin-bottom: 0;
}

.lnb-area > ul > li > ul > li > a {
	position: relative;
	display: inline-block;
	padding-left: 17px;
	color: #424242;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	transition: all 0.2s ease-in-out;
}

.lnb-area > ul > li > ul > li > a:hover,
.lnb-area > ul > li > ul > li > a.active,
.lnb-area > ul > li > ul > li > a.point {
	color: #009bd8;
}

.lnb-area > ul > li > ul > li > a .bg {
	position: absolute;
	top: 6px;
	left: 0;
	width: 8px;
	height: 8px;
	margin-left: 10px;
	background: #009bd8;
	border-radius: 50%;
	opacity: 0;

	transition: all 0.2s ease-in-out;
}

.lnb-area > ul > li > ul > li > a:hover .bg,
.lnb-area > ul > li > ul > li > a.active .bg {
	margin-left: 0;
	opacity: 1;
}


.contents {
	display: block;
	padding: 0;
}

.contents-title-area {
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.contents-title {
	color: #333333;
	font-size: 26px;
	line-height: 30px;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.contents-navigation {
	position: absolute;
	top: 10px;
	right: 0;
}

.contents-navigation:after {
	content: "";
	clear: both;
	display: block;
}

.contents-navigation > span,
.contents-navigation > strong {
	float: left;
	line-height: 16px;
	font-size:13px;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 300;
}

.contents-navigation > strong {
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}


.contents-navigation > .home {
	display: block;
	width: 15px;
	height: 16px;
	text-indent: -5000rem;
	background: url(../img/common/icon_home@2x.png) no-repeat center center;
	background-size: 15px 13px;
}

.contents-navigation > .icon-gt {
	display: block;
	margin: 0 5px;
	width: 4px;
	height: 16px;
	text-indent: -5000rem;
	background: url(../img/common/icon_gt@2x.gif) no-repeat center center;
	background-size: 4px 7px;
}

.contents-wrapper {
	display: block;
}


.footer {
	max-width: 1190px;
	padding: 35px 20px 50px 20px;
	margin: 0 auto;
	text-align: center;
}

.footer-menu {
	margin-bottom: 20px;
}

.footer-menu > a {
	color: #5c5d63;
	display: inline-block;
	vertical-align: middle;
}

.footer-menu > .icon {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 11px;
	margin: 0 10px 0 12px;
	background: #cacccf;

}

.footer-menu > a.word-privacy {
	color: #e4903f;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.footer-menu > a:hover {
	text-decoration: underline;
}

.footer-information {
	display: block;
}

.footer-information > address {
	display: block;
	color: #87888f;
	font-size: 13px;
	line-height: 18px;;
	margin-bottom: 8px;
}

.footer-information > .copyright {
	color: #979797;
	font-size: 13px;
	line-height: 20px;
	font-family: "roboto", roboto, sans-serif;
	font-weight: 500
}

.btn-top-go {
	display: none;
	position: fixed;
	top: 50%;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-family: "notoKrM", sans-serif;
	font-weight: 500;
	background: #575a5b;
	border-radius: 2px;
	opacity: 0.95;
	z-index: 20;
}

.btn-mobile-back {
	display: none;
	position: fixed;
	top: 50%;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 52px;
	color: #fff;
	font-family: "notoKrM", sans-serif;
	font-weight: 500;
	background: #575a5b;
	border-radius: 2px;
	opacity: 0.95;
	z-index: 20;
}


.btn-top-go:hover,
.btn-mobile-back:hover { 
	opacity: 1;
	background: #000;
}

.subject-box01 p,
.subject-box01 p.word-type01,
.word-type01,
.word-type01 address,
.subject-box01 ol li,
.subject-box01 ul li {
	color: #777779;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 60px;
}

.subject-box01 p.word-type01.none,
.word-type01.none {
	padding-bottom: 20px;
}

.word-type01.none02 {
	padding-bottom: 0;
}

.subject-box01 p.word-type02,
.word-type02 {
	color: #777779;
	font-size: 13px;
	padding-bottom: 15px;
	padding-left: 16px;
	font-size: 15px;
	background: transparent url(../make_img/common/icon_bullet04.gif) no-repeat 0 8px;
	background: -webkit-linear-gradient(transparent, transparent), url(../make_img/common/icon_bullet04@2x.gif) no-repeat 0 8px;
	background: linear-gradient(transparent, transparent), url(../make_img/common/icon_bullet04@2x.gif) no-repeat 0 8px;
	background-size: 4px 4px;
}

.t1{
	border-top:1px solid #a1a1a3;
}
.t1.none {
	margin-bottom: 0;
}

.t1 table {
	border: 0 none;
	border-collapse: collapse; 
}

.t1 table thead th,
.t1 table tbody th,
.t1 table tbody td {
	padding: 18px 20px 16px 20px;
}


.t1 table thead th {
	border-width: 0 0 0px 0;
	color: #333339; 
	padding: 8px 6px; 
	font-weight: bold; 
	text-align: center; 
	vertical-align: middle; 
	background: #fbfbfb;
	font-size: 15px;
	border-bottom: 1px solid #e4e5e7;
	border-right: 1px solid #e4e5e7;
	border-collapse: collapse; 
} 

.t1 table tfoot th {
	border-width: 0 0 1px 0;
	color: #666666; 
	font-weight: bold; 
	text-align: center; 
	vertical-align: middle;
	background: #f7fafc;
	border: 1px solid #e6e7e8;
}
.t1 table tfoot td {
	border-width: 0 0 1px 0;
	color: #666666; 
	font-weight: bold; 
	text-align: center; 
	vertical-align: middle; 
	background: #f7fafc;
	border: 1px solid #e6e7e8;
}
.t1 table tbody th {
	border-width: 0 0 1px 0;
	border: none; 
	text-align:center; 
	font-weight: normal; 
	color: #333339; 
	background: #f5f5f5;
	font-weight: bold;
	font-size: 15px;
	border-bottom: 1px solid #e4e5e7;
	border-right: 1px solid #e4e5e7;
	border-collapse: collapse; 
}

.t1 table thead th .span-br,
.t1 table tbody th .span-br,
.t1 table tbody td .span-br {
	display: block;
}

.t1 table tbody td .span-space {
	display: inline-block;
	padding-left: 50px;
}

.t1 table tbody td {
	border-width: 0 0 1px 0;
	color: #777779; 
	font-size: 15px; 
	text-align: center; 
	border-bottom: 1px solid #e4e5e7;
	border-right: 1px solid #e4e5e7;
}
.t1 table tbody td.left {
	text-align:left; 
}
.t1 table tbody td.center {
	text-align:center; 
}
.t1 table tbody td.right {
	text-align:right; 
}

.t1 table thead th.none,
.t1 table tbody th.none, 
.t1 table tbody td.none {
	border-right: 0;
}