@charset "utf-8";

/* 서브 */
body.subBody.line { 
	background:url('../images/common/leb_line_bg.png') repeat-y 0 0;
}

/* 헤더 */
.header {
	border-bottom:1px solid #888;	
	background:#fff;
	position:relative;
	box-sizing:border-box;
	min-width:1400px;
}
.header.main .topArea .inner { height:35px; }
.header.main .gnbArea .inner { height:60px; }

.topArea {
	height:35px;
	background:#666;
	position:relative;
}
.topMenu { 
	overflow:hidden;
	border-right:1px solid #575757;
	position:absolute;
	top:0;
	right:20px;
}
.topMenu li { 
	float:left;
	border-left:1px solid #575757;
	padding:0 12px;
}
.topMenu li:hover {
	background:#777;
}
.topMenu li a {
	display:block;
	height:35px;
	line-height:35px;
	color:#fff;
}
.topMenu li a strong { 
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
.topMenu li a em {
	font-size:13px;
	color:#f4f4f4;
	padding-left:5px;
}
.topMenu li a span {
	font-size:13px;
	color:#bbb;
	padding-left:10px;
}

.topMenu li.logout { 
	padding:0;
}
.topMenu li.logout a { 
	width:35px;
	background:url('../images/common/top_icon02.png') no-repeat 50%;
	text-indent:-9999px;
}

.header .logo { 
	position:absolute;
	bottom:10px;
	left:20px;
}
.header .logo a { 
	display:block;
	width:215px;
	height:38px;
	background:url('../images/main/sm_logo.png') no-repeat 50%;
	text-indent:-9999px;
} 
.header .logo.smcc a { 
	display:block;
	width:215px;
	height:38px;
	background:url('../images/main/smcc_logo.png') no-repeat 50%;
	text-indent:-9999px;
} 
.header .logo.dm a { 
	display:block;
	width:215px;
	height:38px;
	background:url('../images/main/dm_logo.png') no-repeat 50%;
	text-indent:-9999px;
}
.header .logo.smej a { 
	display:block;
	width:215px;
	height:38px;
	background:url('../images/main/sm_logo_smej_jp.png') no-repeat 50%;
	text-indent:-9999px;
} 
.gnbArea { 
	height:60px;
	position:relative;
}
.gnbMenu { 
	position:absolute;
	bottom:0;
	right:20px;
}
.gnbMenu > li { 
	float:left;
	position:relative;
}
.gnbMenu > li > a { 
	display:block;
	height:60px;
	line-height:60px;
	padding:0 40px;
	font-size:18px;
	color:#000;
	font-weight:600;
}
.gnbMenu > li.selected > a,
.gnbMenu > li:hover > a { color:#d87b98; }
.gnbMenu > li:hover .gnbSub{ display:block; }
.gnbSub {
	display:none;
	width:160px;
	position:absolute;
	top:60px;
	left:50%;
	margin-left:-80px;
	border:1px solid #888;
	border-top:3px solid #d87b98;
	background:#fff;
	box-sizing:border-box;
	z-index:999;
	padding:10px 15px;
}
.gnbSub li a {
	display:block;
	font-size:13px;
	color:#666;
	line-height:24px;
}
.gnbSub li a:hover {
	color:#d87b98;
	text-decoration:underline;
}



/* 컨텐츠 */
.container { 
	overflow:hidden;
	min-width:1500px;
	position:relative;
}

/* 열기,접기 버튼 */
.gnbToggleBtn { 
	display:inline-block;
	width:20px;
	height:20px;
	background:url('../images/common/gnb_close_btn.png') no-repeat 50%;
	text-indent:-9999px;
	position:absolute;
	top:-1px;
	right:20px;
	z-index:99;
	border:1px solid #888;
	box-sizing:border-box;
}
.gnbToggleBtn.on { 
	background:url('../images/common/gnb_open_btn.png') no-repeat 50%;
}
.lnbToggleBtn { 
	display:inline-block;
	width:20px;
	height:20px;
	background:url('../images/common/lnb_cloes_btn.png') no-repeat 50%;
	text-indent:-9999px;
	position:absolute;
	top:-1px;
	left:180px;
	z-index:99;
	border:1px solid #888;
	box-sizing:border-box;
}
.lnbToggleBtn.on { 
	background:url('../images/common/lnb_opne_btn.png') no-repeat 50%;
	left:0;
}

/* LNB메뉴 */
.lnbArea { 
	width:200px;
	box-sizing:border-box;
	float:left;
}
.lnbtit {
	height:80px;
	border-bottom:3px solid #434868;
	text-align:center;
	position:relative;
}
.lnbtit:after {
	content:"";
	display:inline-block;
	width:40px;
	height:3px;
	background:#d87b98;
	position:absolute;
	bottom:-3px;
	left:0;
}
.lnbtit h2 {
	display:inline-block;
	line-height:80px;
	padding-left:30px;
	background:url('../images/common/lnb_icon.png') no-repeat 0 50%;
	font-size:21px;
	font-weight:600;
	color:#000;
}

.lnbMenu {
	/*border-bottom:2px solid #e6e7e7;*/
}
.lnbMenu li {
	border-bottom:1px solid #e6e7e7;
}
.lnbMenu li.selected { background:#f6b9c9; }
.lnbMenu li.selected a:hover { color:#444; }
.lnbMenu li a {
	display:block;
	line-height:50px;
	font-size:14px;
	font-weight:600;
	color:#444;
	background:url('../images/common/lnb_bult_icon.png') no-repeat 12px 50%;
	padding-left:24px;
}
.lnbMenu li a:hover { color:#c6607b; }



/* 컨텐츠 내용 */
.content {
	margin-left:200px;
	box-sizing:border-box;
	padding:20px;
}

/* 타이틀 디자인 */
.topTit { 
	overflow:hidden;
	height:30px;
}
.topTit h4 { 
	float:left;
	font-size:24px;
	font-weight:bold;
	line-height:30px;
	color:#000;
}
.sub_tit {
	margin:20px 0 5px;
	height:28px;
	position:relative;
}
.sub_tit h3 {
	float:left;
	font-size:15px;
	color:#434868;
	font-weight:bold;
	padding-left:12px;
	height:26px;
	line-height:26px;
	position:relative;
}
.sub_tit h3:after { 
	content:"";
	display:inline-block;
	width:4px;
	height:12px;
	background:#434868;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-6px;
}
.sub_tit h3 em {
	font-size:14px;
	color:#c8252b;
}

/* 검색폼 */
.stit {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    font-weight: bold;
    color: #444;
    background: url('../images/common/search_bult_icon.png') no-repeat 0 50%;
    padding-left: 12px;
    vertical-align: middle;
}
.search_field_wrap {
    display: table;
    width: 100%;
    padding: 5px 0 5px 10px;
    background: #f5f5f5;
    box-sizing: border-box;
	margin-top:10px;
	border:1px solid #ddd;
}
.search_field_area {
    display: table-cell;
}
.search_field { 
	table-layout:fixed;
	width:100%;
	word-break: break-all;
	border-collapse:inherit;	
}
.search_field tbody th,
.search_field tbody td {
    padding: 4px 0 4px 10px;
    box-sizing: border-box;
}
.search_field tbody th {
    text-align: left;
}
.search_btn_area {
    display: table-cell;
    width: 110px;
    font-size: 13px;
    color: #555;
    font-weight: bold;
    vertical-align: middle;
	text-align:center;
}
.search_btn {
    display: inline-block;
	height:30px;
	line-height:29px;
    padding:0 15px;
    color:#fff !important;
    font-size: 13px;
    background: #434868;
    border-radius: 2px;
    box-sizing: border-box;
}
.search_btn:hover { background:#5b5f79; }
.search_btn i { font-size:14px; vertical-align:-1px; margin-right:8px; color:#fff; }
.search_field td label:first-child { margin-left: 0; }
.search_field td label input {
    margin-right: 5px;
    vertical-align: -2px;
}
.search_field td label {
    margin-left: 10px;
    cursor: pointer;
}
.readonly, .v_visible {
    background: #eaeaea;
    color: #999;
}
.v_hidden { 
	visibility:hidden;
}
.inputView {
	border:0 !important;
	outline:none;
}

/* 테이블 스타일 */
.tableStyle {
    table-layout:fixed;
	width:100%;
	border-top: 1px solid #434868;
	border-right:1px solid #d7d7d7;
	word-break: break-all;
	border-collapse:inherit;
}
.tableStyle th {
	height:24px;
	font-size:13px;
	color:#222;
	padding:3px;
	font-weight:bold;
	background:#f2f3f4;
	border-left:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	text-align:center;
}
.tableStyle tbody th { 
	text-align:left;
	padding:3px 10px;
}
.tableStyle td {
    height:24px;
	font-size:12px;
	color:#666;
	padding:3px;
	border-left:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	background:#fff;
}
.tableStyle td label:first-child {
    margin-left: 0;
}
.tableStyle td label input {
    margin-right: 5px;
    vertical-align: -2px;
}
.tableStyle td label {
    margin-left: 10px;
    cursor: pointer;
}
.tableStyle td label.tBtn { 
	margin:0;
}

/* 버튼 */
.btnArea {
	overflow:hidden;
	padding:5px 0;
}
.btn {
	display:inline-block;
	height:28px;
	line-height:27px;
	padding:0 12px;
	text-align:center;
	color:#945568;
	border:1px solid #ccc;
	font-size:13px;
	font-weight:bold;
	box-sizing:border-box;
	border-radius:2px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	cursor:pointer;
}
.btn:hover { 
	border:1px solid #945568;
}
.btn i { 
	color:#945568;
	margin-right:5px;
	font-size:14px;
	vertical-align:0;
}
.tBtn { 
	display:inline-block;
	height:26px;
	line-height:24px;
	padding:0 8px;
	text-align:center;
	color:#fff !important;
	border:1px solid #bbb;
	font-size:12px;
	font-weight:bold;
	box-sizing:border-box;
	vertical-align:top;
	background:#bbb;
}
.tBtn:hover { 
	background:#aaa;
}
.ibtn {
	display:inline-block;
	height:26px;
	line-height:23px;
	width:26px;
	color:#434868;
	text-align:center;
	box-sizing:border-box;
	vertical-align:top;
}
.ibtn i { 
	color:#434868;
	font-size:14px;
	vertical-align:middle;
}
.iconArea i { 
	font-size:14px;
	margin:5px;
	color:#434868;
}
.popBtn {
	display:inline-block;
	height:28px;
	line-height:28px;
	padding:0 12px;
	text-align:center;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	box-sizing:border-box;
	border-radius:2px;
	background:#c06f81;
	min-width:100px;
}
.popBtn:hover { 
	background:#d08898;
}
.popBtn.navy { background:#434868; }
.popBtn.navy:hover { background:#6d708c; }
.popBtn.gray { background:#a3a3a3; }
.popBtn.gray:hover { background:#c7c7c7; }

.btn.icon { 
	padding:0;
	width:28px;
}
.btn.icon i { 
	margin-right:0;	
}

.btmBtnArea { 
	text-align:right;
	margin:20px 0 0;
}


/* 팝업 */
.popup-header {
    height: 45px;
    background:#434868;
    box-sizing: border-box;
	padding:0 15px;
	position:relative;
}
.popup-header h2 {
    float: left;
	height:45px;
	line-height:45px;    
	font-size: 17px;
    font-weight: bold;
    color: #fff;
}
 .popup-header .closeBtn {
	position:absolute;
	top:50%;
	right:15px; 
    width:15px; 
	height:15px; 
	background:url('../images/common/pop_close.png') no-repeat 50%; 
	margin-top:-8px; 
	text-indent:-9999px;
}
.pop-wrap .popup-content {
    padding: 15px;
}

/* 기타 */
.upload-hidden { 
	display:none;
}
.req {
	font-size: 13px;
    color: #222;
	display:inline-block;
	padding-right:10px;
	background:url('../images/common/required_item.png') no-repeat 100% 50%;
}
.req_input { 
	border:1px solid #edb6c5  !important;
	background:#f8e9ed;
}
label.disabled { color:#aaa; cursor:not-allowed !important; }
label.disabled input { cursor:not-allowed !important; }


.color01 { color:#6781d4; font-weight:bold; }
.color02 { color:#a64f62; font-weight:bold; }
.color03 { color:#e42850; font-weight:bold; }


/* 양분할 레이아웃 가운데 버튼 */
.doubleLayout { 
    width:100%;
    display:table;
    table-layout:fixed;
}
.doubleLayout .layer { 
    display:table-cell;    
    text-align:center;
}
.doubleLayout .layer.left { width:auto; vertical-align:top; }
.doubleLayout .layer.center { width:80px; vertical-align:middle; }
.doubleLayout .layer.right { width:auto; vertical-align:top; }

/* 양분할 레이아웃 */
.layoutArea {
	overflow:hidden;
}
.layoutLeft {
	float:left;
	width:50%;
	box-sizing:border-box;
	padding-right:10px;
}
.layoutRight {
	float:right;
	width:50%;
	box-sizing:border-box;
	padding-left:10px;
}
.layoutArea.st2 .layoutLeft { width:40% }
.layoutArea.st2 .layoutRight { width:60% }

/* 기타 */
.infotxt {
	font-size:13px;
	color:#6781d4;
	margin-top:10px;
}
.infotxt strong, 
.infotxt a { 
	font-size:13px;
	font-weight:bold;
	color:#6781d4;
}

/* 페이징 */
.pageing {	
	text-align:center;
	overflow:hidden;
	margin-top:20px;
	position:relative;
}
.pageing a {
	display:inline-block;
	width:26px;
	line-height:26px;	
	text-align:center;		
	border:1px solid #ddd;
	font-size:12px;
	margin:0 1px;
	color:#646464;
}
.pageing a:hover {
	border:1px solid #434868;
}
.pageing a.selected { 
	background:#434868;
	border:1px solid #434868;
	color:#fff;
	font-weight:bold;
}
.pageing a.first i, 
.pageing a.pre i, 
.pageing a.next i, 
.pageing a.last i { 
	color:#999;
	vertical-align:0;
}
.total { 
	display:inline-block;
	line-height:28px;
	float:left;
	font-size:13px;
}
.total em  {
	font-size:13px;
	font-weight:bold;
	color:#d87b98;
}



/* 풋터 */
.footer { 
	border-top:1px solid #e6e7e7;
	margin-top:50px;
	margin-left: 200px;
	padding:20px;
}
.footer .inner { 
	/*padding-left:60px;
	background:url('../images/common/f_logo.png') no-repeat 0 50%;*/
	height:40px;
	position:relative;
}
.footer .inner p { 
	font-size:12px;
	color:#666;
	line-height:20px;
}
.familySite { 
	position:absolute;
	top:7px;
	right:0;
}


/* 텝디자인 */
.tabDesign {
	border-bottom:1px solid #434868;
	height:40px;
}
.tabDesign li {
	float:left;
	margin-right:5px;
	border:1px solid #ddd;
	border-bottom:0;
	background:#f9f9f9;
	padding:0 20px;
}
.tabDesign li a.tabtext {
	display:inline-block;	
	height:39px;
	line-height:39px;
	text-align:center;
	font-size:14px;
	color:#777;	
}
.tabDesign li a.tabtext:hover { color:#434868; } 
.tabDesign li.on {
	border-top:3px solid #434868;
	border-left:1px solid #434868;
	border-right:1px solid #434868;
	border-bottom:0;
	height:38px;
	line-height:38px;
	color:#434868;	
	background:#fff;
}
.tabDesign li.on a.tabtext { 
	color:#434868; 
	font-weight:bold; 
}
.tabDesign li .ibtn { 
	height:38px;
	line-height:38px;
}
.tabDesign li .ibtn:hover i { color:#be5757; }
.tabCont { padding:15px 0px; }

.tabArea { position:relative; }
.tabArea .tabBtn { 
	position:absolute;
	top:5px;
	right:0;
}


/* 로그인 */
.loginArea { 
	position:absolute; 
	top:50%; 
	left:50%; 
	margin-left:-350px; 
	margin-top:-250px;
	width:700px; 
	box-sizing:border-box; 
}
.loginArea h2 { 
	font-size:38px;
	font-weight:bold;
	color:#000;
}
.loginCont { 
	border-top:4px solid #f8bccd;
	border-bottom:1px solid #b7b7b7;
	padding:100px 100px 100px 290px;
	background:url('../images/common/login_bg.png') no-repeat 135px 50%;
	position:relative;
}
.loginCont:after {
	content:"";
	display:inline-block;
	width:125px;
	height:4px;
	background:#231f20;
	position:absolute;
	top:-4px;
	left:0;
}
.logininput {
	position:relative;
	padding-right:105px;
}
.logininput input {
	width:100%;
	height:42px;
	background:#fbfbfb;
	border:1px solid #ccc;
	background-repeat: no-repeat;
    background-position: 15px 50%;
	padding-left:50px;
	outline:none;
	box-sizing:border-box;
}
.logininput input:focus { border:1px solid #000; }
.logininput input[type="text"] { background-image: url('../images/common/ico_id.png'); }
.logininput input[type="password"] { background-image: url('../images/common/ico_password.png'); margin-top:10px; }

.loginBtn {
    display: inline-block;
    width: 95px;
    height: 95px;    
    font-size: 17px;
	font-weight:bold;
    color: #fff;
	border-radius: 5px;
    background-color: #f8bccd;
    text-align: center;
	position:absolute;
	top:0;
	right:0;
	border:0;
	cursor:pointer;
}
.loginBtn:hover { background:#f1aabc; }
.idsave { margin-top:15px; }
.idsave label { 
	font-size:13px;
	color:#444;
	cursor:pointer;
}
.idsave label input[type="checkbox"] { vertical-align:-2px; }
.idsave label:hover,
.idsave a:hover { color:#eb97ad; }
.idsave a {
	display:inline-block;
	font-size:13px;
	color:#444;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #ddd;
}
.loginCopyt {
	font-size:12px;
	color:#999;
	margin-top:10px;
}

.testlink { padding:10px; }
.testlink li a { display:block; line-height:20px; }
.testlink li a:hover { color:#eb97ad; }


/* 메인 */
.header.main .inner { 
	width:1200px;
	margin:0 auto;
	position:relative;
}
.header.main .gnbArea { 
	width:1200px;
	margin:0 auto;
}
.mainCont {
	text-align:center;
}
.footer.main { 
	margin-left:0;
}
.footer.main .inner { 
	width:1200px;
	margin:0 auto;
}

/* layer popup */
.layerPop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.layerPop .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgba( 0, 0, 0, 0.5 );
}
.pop-layer {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);	
}
.pop-container {    
    overflow: hidden;
    overflow-y: auto;
	padding:20px;
	box-sizing:border-box;
	background:#fff;
	border:5px solid #c06f81;
	border-radius:5px;
}
.alertText {
	font-size:13px;
	font-weight:bold;
	color:#000;
	text-align:center;
	line-height:20px;
}
.popBtnArea {
	margin-top:20px;
	text-align:center;
}


/* jquery UI datepicker */
.ui-datepicker-trigger {
	width:26px;
	height:26px;
	border:0;
	background:#434868;
	vertical-align:top;
}
.ui-datepicker-trigger img { 
	vertical-align:-2px;
}

/* jquery UI 텝 디자인 */
.ui-tabs { 
	border:0;
	margin:0;
	padding:0; 
	border-radius:0;
}
.ui-tabs .ui-tabs-nav { 
	padding:0;
	margin:0;
	border-radius:0;
	background:#fff;
	height:36px;
	border:0;
	border-bottom:1px solid #434868;
}
.ui-tabs .ui-tabs-nav li { 
	border:0;
	margin:0;
	padding:0; 
	border-radius:0;
	box-sizing:border-box;
	height:36px;
	line-height:36px;
	background:#fff;	
	margin-left:2px;
}
.ui-tabs .ui-tabs-nav li:first-child { 
	margin-left:0;
}
.ui-tabs .ui-tabs-nav li.ui-state-default .ui-tabs-anchor { 
	border:0;
	margin:0;
	padding:0; 
	display:inline-block;
	height:35px;
	line-height:35px;
	background:#fdfdfd;
	border:1px solid #ddd;
	border-bottom:0;
	/*width:100px;*/
	min-width:60px;
	padding:0 20px;
	text-align:center;
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
	color:#8d8d8d;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { 
	background:#fff;
	height:34px;
	line-height:34px;
	border:1px solid #ddd;
	cursor:pointer;
	border-top:3px solid #434868;
	border-left:1px solid #434868;
	border-right:1px solid #434868;
	border-bottom:0;
	font-size:13px;
	color:#434868;
}
.ui-tabs .ui-tabs-panel { 
	padding:10px 0;
	background:#fff;
}

/* jquery UI 다이얼로그 */
.ui-dialog.ui-widget.ui-widget-content { 
	padding:0;
	margin:0;
	border-radius:0;
	border:0; 
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2); 
}
.ui-dialog .ui-dialog-titlebar { 
	padding:0 15px; 
	margin:0; 
	border-radius:0;	
	background:#434767;	
	border:1px solid #8c8e9c;
}
.ui-dialog .ui-dialog-title { 
	line-height:40px;	
	font-size:17px;	
	font-weight:bold;	
	color:#fff;
}
.ui-dialog .ui-dialog-content { 
	padding:15px;
	border:1px solid #8c8e9c;	
	border-top:0;
}
.ui-dialog .ui-dialog-titlebar-close { 
	width:15px; 
	height:15px; 
	background:url('../images/common/pop_close.png') no-repeat 50%; 
	border:0; 
	border-radius:0; 
	outline:none; 
	right:15px; 
	margin-top:-8px; 
}
.ui-dialog .ui-dialog-titlebar-close span { 
	display:none; 
}


.selectCompany { margin-bottom:10px; }
.selectCompany label { margin-right:15px; cursor:pointer; }
.selectCompany label:hover { color:#eb97ad; }
.selectCompany  label input { margin-right:5px; }
.selectCompany select { width:205px; height:30px; background:#fbfbfb; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button  {
	font-size:12px; 
	font-family:'SMTOWN-Regular', 'NotoSans', '나눔고딕', 'NanumGothic', '맑은고딕', 'Malgun Gothic','돋움', 'Dotum', sans-serif; 
}

/* 메인 */
.main-content { min-width:1400px; }
.top-section {	
	height:280px;
	background:url('../images/main/m_bg.png') no-repeat 50%;
	padding:30px 0;
	box-sizing:border-box;
	margin:0 auto;
}
.todo-area {
	width:1200px;
	margin:0 auto;
	display:table;
	table-layout:fixed;
}
.todo-area dt {
	display:table-cell;
	width:280px;
	vertical-align:middle;
	text-align:center;
	padding:0 40px;
	box-sizing:border-box;
}
.user-photo {
	width:67px;
	height:67px;
	margin:0 auto;
}
.user-photo span {
	display:inline-block;
	width:67px;
	height:67px;
	border-radius:100%;
	overflow:hidden;
}
.user-info { margin-top:10px; }
.user-info strong { 
	font-size:16px; 
	color:#222;
	vertical-align:middle;
}
.user-info span { 
	font-size:13px; 
	color:#555;
	padding-left:7px;
	margin-left:5px;
	border-left:1px solid #999;
	vertical-align:middle;
}
.user-info button { 
	width:13px;
	height:13px;
	background:url('../images/main/setting_icon.png') no-repeat 50%;
	text-indent:-9999px;
	border:0;
	margin-left:5px;
	vertical-align:middle;
}
.list-tit {
	font-size:25px;
	color:#333;
	font-weight:bold;
	line-height:60px;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	margin-top:20px;
	position:relative;
}
.list-tit:after {
	content:"";
	height:1px;
	width:100%;
	background:#fdfdfd;
	position:absolute;
	top:0;
	left:0;
}
.list-tit:before { 
	content:"";
	height:1px;
	width:100%;
	background:#fdfdfd;
	position:absolute;
	bottom:-2px;
	left:0;
}
.list-tit strong {
	font-size:25px;
	color:#cf728a;
	font-weight:bold;
}
.todo-area dd { 
	display:table-cell;
	vertical-align:middle;
}
.todo-list { 
	overflow:hidden;
	margin:-10px;	
}
.todo-list li { 
	float:left;
	width:25%;
	box-sizing:border-box;
	padding:10px;
}
.todo-list li a {
	height:100px;
	display:block;
	border:1px solid #dbdcdd;
	background:#fff;
	box-sizing:border-box;
	padding:15px;
	position:relative;
}
.todo-list li a:after {
	display:none;
	content:"";
	width:100%;
	height:100%;
	border:2px solid #ffb7ca;
	box-sizing:border-box;
	position:absolute;
	top:0;
	left:0;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.07);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.07);
}
.todo-list li a:hover:after {
	display:block;	
}
.todo-list li a h4 {
	line-height:42px;
	font-size:15px;
	color:#444;
	font-weight:600;
	padding-left:50px;
}
.todo-list li a h4.icon01 { background:url('../images/main/m_icon01.png') no-repeat 0 50%; }
.todo-list li a h4.icon02 { background:url('../images/main/m_icon02.png') no-repeat 0 50%; }
.todo-list li a h4.icon03 { background:url('../images/main/m_icon03.png') no-repeat 0 50%; }
.todo-list li a h4.icon04 { background:url('../images/main/m_icon04.png') no-repeat 0 50%; }
.todo-list li a h4.icon05 { background:url('../images/main/m_icon05.png') no-repeat 0 50%; }
.todo-list li a h4.icon06 { background:url('../images/main/m_icon06.png') no-repeat 0 50%; }
.todo-list li a h4.icon07 { background:url('../images/main/m_icon07.png') no-repeat 0 50%; }
.todo-list li a h4.icon08 { background:url('../images/main/m_icon08.png') no-repeat 0 50%; }
.todo-list li a span { 
	position:absolute;
	right:15px;
	bottom:15px;
	font-size:26px;
	color:#222;
	font-weight:bold;
}

.bottom-section {
	display:table;
	width:1200px;
	margin:40px auto;
	table-layout:fixed;
}

.weekly-area {
	display:table-cell;
	width:250px;
	vertical-align:top;
}
.weekly {
	border:2px solid #d9dad5;
	padding:2px;
}
.weekly h4 {
	line-height:65px;
	font-size:21px;
	color:#000;
	background:#ffc8d7;
	padding:0 25px;
}
.weekly h4 span { 
	font-size:18px;
	color:#fff;
	padding-left:10px;
}
.weekly-list { 
	overflow:hidden;
	background:#f7f7f7;
	padding:25px;
	height:231px;
	box-sizing:border-box;
}
.weekly-list li a {
	display:block;
	line-height:36px;
	font-size:13px;
	color:#555;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	border-bottom:1px solid #e4e4e4;
}
.weekly-list li a:hover { color:#f19db3; }


.notice-area { 
	display:table-cell;
	padding:0 20px;
	vertical-align:top;
}
.notice {
	border:1px solid #d9dad5;
	padding:10px 30px;
	box-sizing:border-box;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.05);
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.05);
}
.notice-head {
	height:50px;
	position:relative;
	border-bottom:2px solid #e5e5e5;
}
.notice-head h4 { 
	line-height:50px;
	font-size:18px;
	color:#000;
	background:url('../images/main/notice_icon.png') no-repeat 0 50%;
	padding-left:25px;
}
.notice-head button { 
	width:16px;
	height:16px;
	background:url('../images/main/more_icon.png') no-repeat 50%;
	border:0;
	position:absolute;
	top:50%;
	right:0;
	margin-top:-8px;
	text-indent:-9999px;
}
.notice-list { 
	overflow:hidden;
	margin-top:20px;
}
.notice-list li a {
	display:block;
	line-height:35px;
	font-size:14px;
	color:#555;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.notice-list li a:hover {
	color:#f19db3;
	text-decoration:underline;
} 


.banner-area { 
	display:table-cell;
	width:453px;	
	vertical-align:top;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.05);
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.05);
}
.main-banner { 
	height:304px;
	background:url('../images/main/main_banner.png') no-repeat 50%;
}

/* 본인인증 */
.loginCont .desc{
	margin-bottom:17px;
	font-size:16px;
	font-weight:bold;
	color:#444;
	letter-spacing:-.4px;
}
.loginCont .desc span{
	font-size:16px;
	font-weight:bold;
	color:#c06f81;
	letter-spacing:-.4px;
}
.certification .loginCont{
	padding:90px 112px 100px 276px;
}
.loginArea.certification h2{
	font-size:30px;
	padding-bottom:6px;
	color:#000;
	font-weight:bold;
}
.certification .logininput input[type="text"]{
	background:#fbfbfb;
	padding-left:10px;
}
.certification .loginBtn{
	height:42px;
}