@charset "utf-8";
@font-face {
    font-family:'NanumGothic';
    src: url('../fonts/NanumGothic.eot');
    src: url('../fonts/NanumGothic.eot#iefix') format('embedded-opentype'),
         url('../fonts/NanumGothic.woff') format('woff'),
         url('../fonts/NanumGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
body {
	overflow-x: auto;
	line-height: 1;
	background-color: #fff;
}
a, a:hover, a:focus{text-decoration: none;}
fieldset {border: none;}
img {border: 0;}
legend, caption {display: none;}
ol, ul, nav {list-style: none;}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
textarea {resize: none;}
table {width: 100%;}

/* html5 */
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {display: block;}

/* font */
body, input, select, textarea, a {
	font-family: NanumGothic, "나눔고딕", sans-serif;
	font-size: 13px;
	color: #392b28;
}
/* skip navi*/
.skipNavi {
	display: block;
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.skipNavi:hover, .skipNavi:active, .skipNavi:focus {
	position: absolute;
	left: 350px;
	z-index: 1;
	width: 890px;
	height: auto;
	margin: 0;
	padding: 5px 0;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-decoration: none !important;
	line-height: 1;
}
/* layout */
body {background: url("../images/bg_sub_pattern.gif") repeat-y 200px top;}
.mainBody {background: none;}
#wrap {
	overflow: hidden;
	min-width: 1280px;
	width: 100%;
	background: url("../images/bg_logo.gif") no-repeat 1280px 125px fixed;
}
#mainWrap {
	overflow: hidden;
	min-width: 1280px;
	width: 100%;
}
#container {
	float: left;
	height: 100%;
	width: 850px;
	padding-left: 40px;
}
#mainContainer {
	width: 100%;
	height: 100%
}
#mainWrap #container {width: auto;}
.leftContent {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	width: 350px;
	min-height: 800px;
	background: url("../images/bg_sub_pattern.gif") repeat-y 200px top;
}
.faqAcodian {top: 0px !important;}
.mainLeftContent {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	width: 200px;
	min-height: 800px;
	height: 1152px;
}
.headerWrap {
	width: 200px;
	padding-bottom: 44px;
}
.footerWrap {
	position: absolute;
	z-index: 10;
	width: 180px;
	padding: 177px 0 0 20px;
	margin-bottom: 23px;
	background: url("../images/bg_aside_foot.jpg") no-repeat left top;
}
.mainFooterWrap {
	position: absolute;
	z-index: 10;
	width: 180px;
	padding: 177px 0 0 20px;
	margin-bottom: 23px;
	background: url("../images/bg_aside_foot.jpg") no-repeat left top;
	bottom: 0px;
}
.contents {
	width: 850px;
	padding-bottom: 50px;
}

/* topMenu - logout*/
.topMenu {
	overflow: hidden;
	padding: 13px 0 13px 23px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	width: 177px;
}
.topMenu li, .topMenu02 li {
	float: left;
	padding: 0 7px;
}
.topMenu a, .topMenu02 a {
	font-size: 11px;
	color: #605551;
}
/* topMenu - login*/
.topMenu02 {
	overflow: hidden;
	padding: 13px 0 13px 9px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.gnb {
	position: relative;
	width: 170px;
	padding-left: 30px;
	margin-top: -23px;
}
.gnb li {padding-top: 23px;}
.gnb a {
	font-size: 14px;
	font-weight: bold;
	color: #382b26;
}
.gnb a.current {color: #c20430;}
.lnb {
	position: absolute;
	top: 23px;
	left: 200px;
	width: 150px;
}
.lnb li {
	margin-bottom: 18px;
	padding-top: 0;
}
.lnb a {
	display: block;
	color: #fff;
	font-size:12px;
}
.lnb a {padding-left: 18px;}
.lnb ul {margin-top: 8px;}
.lnb ul li {
	padding-top: 0;
	margin-bottom: 0;
}
.lnb ul a {
	padding: 5px 0 5px 26px;
	background: url("../images/bul_list_submenu.gif") no-repeat 17px 11px;
	font-weight:normal;
}
.lnb ul a:hover, .lnb ul a:focus,
.lnb ul a:active, .lnb ul a.current {
	background-color: #25120c;
	color: #d6bf91;
}
/* gnb .lnb  position issue */
 .lnbMydin {
	position: absolute;
	top: 144px;
	left: 200px;
	width: 150px;
}
 .lnbMydin li {
	clear:both;
	margin-bottom: 18px;
	padding-top: 0;
}
.lnbMydin a {
	display: block;
	color: #fff;
	font-size:12px;
	font-weight:bold;
}
.lnbMydin a {padding-left: 18px;}
.lnbMydin ul {margin-top: 8px;}
.lnbMydin ul li {
	padding-top: 0;
	margin-bottom: 0;
}
.lnbMydin ul a {
	padding: 5px 0 5px 26px;
	background: url("../images/bul_list_submenu.gif") no-repeat 17px 11px;
}
.lnbMydin ul a:hover, .lnbMydin ul a:focus,
.lnbMydin ul a:active, .lnbMydin ul a.current {
	background-color: #25120c;
	color: #d6bf91;
}
.gnb .current a {color: #d6bf91;}
.lnbMydin .current a {color: #d6bf91;}
.pageInfo {
	position: relative;
	height: 95px;
	width: 850px;
	padding-top: 30px;
	background: url("../images/bg_subcontent.gif") no-repeat right top;
}
.pageInfo .location {
	position: absolute;
	bottom: 30px;
	right: 80px;
	font-size: 12px;
	color: #605551;
}

/* footer */
.copyright {
	font-size: 10px;
	color: #9b9592;
	line-height: 14px;
}
.footerMenu {margin-top: 20px;}
.footerMenu li {
	margin-bottom: 5px;
	padding-left: 7px;
	background: url("../images/bul_list_footermenu.gif") no-repeat left 4px;
}
.footerMenu a {
	font-size: 11px;
	color: #605551;
}
.familySite {position: relative;}
.familySite .btnFsite {
	display: block;
	width: 130px;
	margin: 12px 0 14px 0;
	padding: 5px 8px;
	border: 1px solid #d9d9d9;
	background: #fff no-repeat 129px 9px;
	background-image: url("../images/bg_fs_up.gif");
}
.familySite .active {background-image: url("../images/bg_fs_down.gif");}
.familySite ul {
	position: absolute;
	top: -184px;
	width: 146px;
	padding: 6px 0;
	border: 1px solid #d9d9d9;
	background: #fff;
}
.familySite ul a {
	display: block;
	width: 130px;
	padding: 3px 8px;
	font-size: 12px;
}

/* button */
.btnCenter {text-align: center;}
.btnRight {text-align: right;}
.btnCheck, .btnCancel {
	display: inline-block;
	padding: 24px 43px;
	margin: 0 10px;
	font-size: 15px;
	color: #fff;
	border:none;
}
.btnChecked {
	display: inline-block;
	padding: 9px 15px;
	margin: 0 10px;
	font-size: 15px;
	color: #fff;
	border:1px solid #000000;
	background: #c20430;
}
.btnCheck {background: #c20430;}
.btnCancel {background: #9b9592;}
.btnType02 {background: #382b26;}
.btnType01 {background: #6b5c4f;}
.btnType01, .btnType02 {
	display: inline-block;
	padding: 8px 14px;
	line-height: 1;
	color: #fffefe;
	border: none;
}
.btnType03 {
	display:inline-block;
	padding:8px 14px;
	line-height:1;
	color:#382b26;
	border:1px solid #d2ceca;
	font-weight:bold;
}
.btnStart {
	display: inline-block;
	padding: 16px 30px;
	line-height: 1;
	color: #ffffff;
	border: 1px solid #fff;
	font-size: 19px;
	vertical-align: middle;
}
a[class*="btnSmart"] {
	display: block;
	width: 97px;
	margin: auto;
	padding: 16px 0;
	line-height: 1;
	color: #ffffff;
	border: 1px solid #fff;
	font-size: 19px;
	vertical-align: middle;
}
a[class*="btnSmartPrev"] {
	border: 0;
	width: 154px;
	margin-top: 36px;
}
.btnSmart03{
	display: inline-block;
	padding: 16px 20px;
	line-height: 1;
	background: #57463b;
	color: #ffffff;
	border: none;
	font-size: 19px;
	vertical-align: middle;
}
.mainBtnCenter .btnSmart04{
	display: inline-block;
	padding: 13px 30px;
	line-height: 1;
	background: #251b15;
	color: #ffffff;
	border: none;
	font-size: 14px;
	vertical-align: middle;
}
.mainBtnCenter {text-align: center;}

/* table */
.topTitle {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 15px;
 }
.tblInput th {
	padding: 5px 20px;
	border: solid #ebe6e2;
	border-width: 0 1px 1px 0;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	line-height: 25px;
 }
.tblInput th span, .customInquiry th span  {
	padding-left: 10px;
	background: url("../images/bul_square.gif") no-repeat left 6px;
}
.tblInput .nonBul {
	padding-left: 10px;
	background: none;
}
.tblInput td {
	position: relative;
	padding: 10px 15px;
	border-bottom:1px solid #ebe6e2;
 	font-size: 13px;
	text-align: left;
	line-height: 1.5;
 }
.tblInput .lineBottom {
	border-bottom:1px solid #6b5c4f;
	border-right: none;
	vertical-align: middle;
}
.tblInput tr:first-child th {border-top: 1px solid #6b5c4f;}
.tblInput tr:first-child td {border-top: 1px solid #ebe6e2;}
.bottomLine th {border-bottom: 1px solid #6b5c4f;}
.tblList {margin-bottom: 10px;}
.tblList th {
	padding: 13px;
	border-right: 1px solid #ebe6e2;
	background-color: #d2ceca;
}
.tblList td {
	padding: 10px 15px;
	border-bottom: 1px solid #ebe6e2;
	border-left: 1px solid #ebe6e2;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
}
.tblList td:first-child {border-left: 0;}
.tblDetail {
	margin-bottom: 25px;
	border: 2px solid #e4e2df;
	border-width: 2px 0;
}
.tblDetail .title {
	padding: 17px;
	border-bottom: 1px solid #e4e2df;
	color: #382b26;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}
.tblDetail td {
	padding: 17px;
	border-bottom: 1px solid #e4e2df;
	color: #a4a4a4;
	font-size: 12px;
	text-align: center;
}
.tblBoard {
	margin-bottom: 30px;
	border: 2px solid #9b9592;
	border-width: 2px 0 0 0;
}
.tblBoard tr:active, .tblBoard tr:hover {background: #f0eeed;}
.tblBoard thead tr:active, .tblBoard thead tr:hover {background: 0;}
.tblBoard thead th {
	padding: 13px 17px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #9b9592;
}
.tblBoard tbody th {
	padding:17px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 13px;
	text-align: center;
}
.tblBoard td {
	padding: 17px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 13px;
	text-align: center;
}
.tblBoard .title {text-align: left;}
.tblBoard .title a {
	display:block;
	overflow:hidden;
	width:430px;
	vertical-align:middle;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.tblBoard .date, .tblBoard .hits {
	color: #a4a4a4;
	font-size: 12px;
}

/* input */
input[type="text"], input[type="password"] {
	height: 14px;
	padding: 7px 10px;
	border: 1px solid #d2ceca;
	background: #fff;
	color: #767676;
	vertical-align: middle;
}
input[type="submit"], input[type="reset"] {cursor: pointer;}
select {
	height: 30px;
	border: 1px solid #d2ceca;
	vertical-align: middle;
}
textarea {
	padding: 7px 10px;
	border: 1px solid #d2ceca;
}

/* feTab */
.faqTab {
	overflow: hidden;
	position: relative;
}
.faqTab ul {overflow: hidden;}
.faqTab li {
	float: left;
	width: 120px;
	height: 50px;
	margin: 0;
	text-align: center;
}
.faqTab li span {
	display: inline-block;
	width: 118px;
	padding: 13px 0;
	border: 1px solid #d2ceca;
}
.faqtab .feTabMenu:hover {cursor: pointer;}
.faqTab .customService {
	overflow: hidden;
	margin-top:30px;
	clear: both;
}

.faqTab .feTabContent {
	width: 100%;
	margin-top: 30px;
}
.faqTab li.current {
	border: none;
	background: url("../images/bg_tab_arr.gif") no-repeat center 40px;
	color: #ffffff;
	font-weight: bold;
}
.faqTab li.current a{color: #ffffff}

.faqTab li.current span {
	width: 120px;
	padding: 14px 0;
	border: 0px;
	background-color: #382b26;
}
.faqTab .searchForm h3 {float: left; margin-left: 8px; font-weight: bold; font-size: 15px;}
/* feAccordion common */
.feAcHorizon, .feAcVertical {overflow: hidden;}
.feAcMenu, .feAcContainer {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.feAcContent {overflow: hidden; }
.feAcMenu:hover {cursor: pointer;}
.feAcHorizon .feAcMenu,
.feAcHorizon .feAcContainer {
	float: left;
	width: 100%;
	height: 100%;
}
.feAcVertical .feAcMenu,
.feAcVertical .feAcContainer {width: 100%;}
/* feAccordion default style */
.feAcHorizon {
	width: 500px;
	height: 300px;
}
.feAcHorizon .feAcMenu {width: 50px;}
.feAcVertical {
	width: 860px;
}
/* faqSubwrap */
.faqSubwrap p {margin: 30px;}
.faqSubwrap h4 {
	border-bottom:1px solid #e6e6e6;
	padding:13px;
}
.faqSubwrap h4 span{padding-left: 10px;}
.faqSubwrap h4 strong{margin-left: 30px;}
.faqSubwrap p {margin-left: 82px;}
.faqSubwrap h4:first-child{
	border: 1px solid #9b9592;
	border-width: 3px 0 0 0;
	border-bottom:1px solid #e6e6e6;
}
.faqSubwrap .tblBoard { border:none;}
.faqSubwrap .feAcMenu {background-color: #ffffff;}
.faqSubwrap .current.feAcMenu {background-color: #e6e6e6;}

.faqSubwrap .current.feAcContainer {
	border-bottom: 1px solid #e6e6e6;
	background-color: #ffffff;
}
.faqSubwrap h2:hover {background: #f0eeed;}
.faqSubwrap .faqConWrap {padding: 20px; line-height: 1.3;}

/* feSlide */
/* feSlide custom */
.myClass1 .feSlItem {
	width: 300px;
	height: 150px;
}
.myClass2 .feSlItem {
	width: 600px;
	height: 200px;
}
.myClass3 .feSlMask,
.myClass3 .feSlItem {
	width: 850px;
	height: 480px;
}
.myClass4 .feSlItem {
	width: 500px;
	height: 300px;
	margin: 0;
}
.myClass5 .feSlItem {
	width: 500px;
	height: 500px;
}
/* feSlide common */
.feSlMask {
	overflow: auto;
	position: relative;
}
.feSlWrap {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.feSlItem {
	float: left;
	width: 850px;
	height: 493px;
}
.feSlNavi, .feSlNavi .btnStop,
.feSlPaging {display: none;}
.stPicture {position: relative;}
.stPicture ul {
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: -14px;
}
.stPicture li {
	float: left;
	margin-left: 14px;
}
.stPicture li a, .stPicture li img {
	float: left;
	width: 94px;
	height: 70px;
}
.feSlMask {
	position: relative;
	height: 492px;
	margin-bottom: 30px;
	text-align: center;
}
.letterspace {letter-spacing: -1px}
.hideV {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	text-indent: -9999px;
}
/* intro */
body#introPage {background: url('../images/bg_intro.gif') repeat center;}
.intro{
	width: 1300px;
	margin: 0 auto;
}
.intro h1 {
	width: 672px;
	margin: 0 auto; 
	padding: 37px 0 34px;
}
.intro .map {
	width: 810px;
	margin: 0 auto;
}
.intro .btn {width: 313px;margin: 42px auto;}
.intro .btn a:first-child {margin-right: 15px;}