@charset "utf-8";
/* CSS Document */
@import url("common.css");

/*leftmenu*/
#body .body_wrap .leftmenu {
	width: 200px;
	float: left;
}

#body .body_wrap .leftmenu h2 {
	display: inline-block;
	background-color: #01479d;
	width: 200px;
	height: 100px;
	text-align: center;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

#body .body_wrap .leftmenu h2 span {
	margin-top: 25px;
	display: inline-block;
	color: #fff;
	font-size: 28px;
	font-weight: 500;
}

#body .body_wrap .leftmenu li a.depth_01 {
	border-bottom: 1px solid #d7d7d7;
	width: 100%;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	font-weight: 500;
}

#body .body_wrap .leftmenu li a.depth_01 span {
	padding-left: 16px;
}

#body .body_wrap .leftmenu li a.over {
	color: #01479d;
	background: url(../images/sub/lnb_up_icon.gif) no-repeat 173px center;
}

#body .body_wrap .leftmenu li a.down {
	background: url(../images/sub/lnb_down_icon.gif) no-repeat 173px center;
}

#body .body_wrap .leftmenu li a.left {
	background: url(../images/sub/lnb_right_icon.gif) no-repeat 173px center;
}

#body .body_wrap .leftmenu li .depth_02_menu {
	background-color: #f0f4f9;
	border-bottom: 1px solid #cdd0d3;
	padding: 15px;
}

#body .body_wrap .leftmenu li .depth_02_menu li {
	background: url(../images/sub/depth_02_bullet.gif) no-repeat left 15px;
	padding-left: 10px;
	color: #666666;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
}

#body .body_wrap .leftmenu li .depth_02_menu li a:hover {
	color: #01479d;
}

/*navigation*/
#body .body_wrap .navigation {
	display: inline-block;
	float: right;
}

#body .body_wrap .navigation ul li {
	float: left;
	background: url(../images/sub/arr_navi.gif) no-repeat left center;
	padding-left: 13px;
	margin-left: 13px;
}

#body .body_wrap .navigation ul li.home {
	background: url(../images/sub/home_icon_navi.png) no-repeat left center;
	padding-left: 20px;
}

#body .body_wrap .navigation ul li.print {
	background-image: none;
}

#body .body_wrap .navigation ul li a {
	color: #777474;
	font-size: 13px;
	font-weight: 100;
}

#body .body_wrap .navigation ul li a:hover {
	text-decoration: underline;
}

#body .body_wrap #contents {
	width: 840px;
	float: right;
}

#body .body_wrap #contents h3 {
	font-size: 34px;
	color: #000;
	font-weight: 500;
	height: 34px;
	line-height: 34px;
	margin: 16px 0 34px 0;
}

/*contents*/
table {
	border-top: 1px solid #555555;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

table th {
	height: 45px;
	background-color: #f6f6f6;
	font-size: 15px;
	color: #000;
	font-weight: 400;
	border-bottom: 1px solid #cccccc;
}

table td {
	height: 45px;
	background-color: #fff;
	font-size: 14px;
	color: #555;
	font-weight: 200;
	padding-left: 10px;
	border-bottom: 1px solid #cccccc;
	letter-spacing: 0px;
}

textarea {
	width: 95%;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 10px 0;
	padding: 10px;
}

input[type="text"] {
	width: 88%;
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding-left: 10px;
	color: #787878;
	font-size: 13px;
	font-weight: lighter;
}

input[type="text"].txt_100per {
	width: 96% !important;
}

input[type="text"].txt_tight {
	width: 65% !important;
}

input[type="checkbox"] {
	margin: 0 5px;
}

/*서브디자인추가_작업자:김주연_170821*/
h4 {
	color: #01479d;
	font-size: 18px;
	font-weight: 400;
	background: url(../images/sub/bullet.png) no-repeat left center;
	padding-left: 24px;
	margin-bottom: 20px;
}

select {
	width: 90%;
	height: 30px;
	border: 1px solid #d1d2d3;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 13px;
	font-weight: 200;
	color: #898989;
}

input[type="text"].txt_30 {
	width: 30% !important;
}

input[type="text"] {
	vertical-align: top;
}

table a {
	margin-left: 5px;
}

/*서브디자인추가_작업자:김주연_170822*/
input[type="text"].txt_20 {
	width: 20% !important;
}

input[type="text"].txt_50 {
	width: 50% !important;
}

input[type="file"] {
	height: 30px;
	line-height: 30px;
	vertical-align: top;
}

input[type="file"].txt_tight {
	width: 88% !important;
}

.th_line {
	border-right: 1px solid #ccc;
}

/*popup*/
#popupArea {
	width: 100%;
	min-width: inherit;
}

#popup .pop_header {
	height: 65px;
	line-height: 65px;
	width: 100%;
	background-color: #01479d;
}

#popup .pop_header h1 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-left: 20px;
}

#popup .pop_header h1 span {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	margin-left: 10px;
}

#popup .pop_body {
	padding: 30px;
}

/*서브디자인추가_작업자:박강근_170829*/
input[type="text"].combo_input {
	margin: 7px 0;
}

table .need {
	color: #F00;
}

.combo_file {
	margin: 8px 0;
}

/*서브디자인추가_작업자:박강근_170830*/
table td ul {
	margin: 10px 0;
}

table a {
	margin-right: 5px;
}

table .next {
	padding: 0 8px;
}

.btnArea_02 {
	padding: 0 0 20px 0;
	display: inline-block;
	float: right;
}

.btnArea_02 a {
	margin-left: 5px;
}

h4 {
	display: inline-block;
}

table .calendar {
	height: 30px;
	line-height: 30px;
	vertical-align: baseline;
}

a.add_btn {
	height: 30px;
	line-height: 26px;
	margin-right: 0;
}

table select.select_50 {
	width: 50%;
}

/*서브디자인추가_작업자:박강근_170901*/
table .naver {
	background-size: 100%;
	width: 100%;
}

.sub_title {
	color: #555555;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 20px;
}

/*서브디자인추가_작업자:김주연_170904*/
.need {
	color: #F00;
	margin-right: 5px;
}

/*input값 모음*/
input[type="text"] {
	width: 88%;
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding-left: 10px;
	color: #787878;
	font-size: 13px;
	font-weight: lighter;
	vertical-align: top;
}

input[type="text"].txt_20 {
	width: 20% !important;
}

input[type="text"].txt_30 {
	width: 30% !important;
}

input[type="text"].txt_50 {
	width: 50% !important;
}

input[type="text"].txt_tight {
	width: 65% !important;
}

input[type="text"].txt_100per {
	width: 96% !important;
}

input[type="text"].combo_input {
	margin: 7px 0;
}

input[type="checkbox"] {
	margin: 0 5px;
}

input[type="file"] {
	height: 30px;
	line-height: 30px;
	vertical-align: top;
}

input[type="file"].txt_tight {
	width: 88% !important;
}

/*디자인수정_170905*/
#popupArea {
	width: 100%;
	min-width: inherit;
}

/*서브디자인추가_작업자:박강근_170906*/
/* tcontrol */
.tcontrol {
	position: relative;
	text-align: center;
	margin: 30px 0 0 0;
}

/* paging */
.paging a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-weight: 300;
	color: #555;
	margin: 0 8px;
}

.paging a.on {
	color: #ee3124;
	font-weight: 400;
}

.paging a.no_bg {
	margin: 0 1px !important;
}

.paging a.first {
	background: none;
}

.paging a:hover {
	color: #2055cd;
	font-weight: 400;
}

/*서브디자인추가_작업자:박강근_170906*/
h5 {
	color: #000;
	margin-right: 5px;
	font-weight: 400;
	font-size: 16px;
}

.graph {
	width: 100%;
	height: 200px;
	border: 1px solid red;
	margin-bottom: 30px;
}

/*서브디자인추가_작업자:박강근_170914*/
.line_left {
	border-left: 1px solid #CCC;
}

table th {
	background-color: #f2f2f2 !important;
}

/* 서브디자인추가_작업자:박지예_170914 */
#contents:after {
	clear: both;
	display: block;
	content: "";
}

.notice {
	background: #f0f4f9;
	border: 1px solid #01479d;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 15px;
}

.notice ul li {
	line-height: 24px;
	font-size: 14px;
	color: #555;
	letter-spacing: -1px;
}

table.list th {
	text-align: center;
}

.tab_normal {
	position: relative;
	width: 100%;
	padding-bottom: 70px;
}

.tab_normal:after {
	clear: both;
	display: block;
	content: "";
}

.tab_normal>ul {
	width: 100%;
}

.tab_normal>ul>li {
	float: left;
}

.tab_normal>ul>li>a {
	float: left;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 300;
	color: #01479d;
	padding: 0 20px;
	border: 1px solid #01479d;
}

.tab_normal>ul>li>div {
	position: absolute;
	top: 50px;
	left: 0;
	display: none;
	padding: 20px 0;
	box-sizing: border-box;
}

.tab_normal>ul>li>div:after {
	clear: both;
	display: block;
	content: "";
}

.tab_normal.m1 .m1>a, .tab_normal.m2 .m2>a, .tab_normal.m3 .m3>a,
	.tab_normal.m4 .m4>a, .tab_normal.m5 .m5>a, .tab_normal.m6 .m6>a,
	.tab_normal.m7 .m7>a, .tab_normal.m8 .m8>a, .tab_normal.m9 .m9>a,
	.tab_normal.m10 .m10>a, .tab_normal.m11 .m11>a, .tab_normal.m12 .m12>a
	{
	border: 1px solid #01479d;
	background: #01479d;
	color: #fff;
	font-weight: 500;
}

.tab_normal.m1 .m1 div, .tab_normal.m2 .m2 div, .tab_normal.m3 .m3 div,
	.tab_normal.m4 .m4 div, .tab_normal.m5 .m5 div, .tab_normal.m6 .m6 div,
	.tab_normal.m7 .m7 div, .tab_normal.m8 .m8 div, .tab_normal.m9 .m9 div,
	.tab_normal.m10 .m10 div, .tab_normal.m11 .m11 div, .tab_normal.m12 .m12 div
	{
	display: block;
}

/*web_allmenu*/
/* 
.allmenu{display:none; position:absolute; top:61px; left:0; width:100%;height:640px; border-bottom:1px solid #01479d; background:#fff; z-index:9999; box-shadow:0 1px #c3c4c6; letter-spacing:-1;}
.allmenu:after{clear:both; display:block; content:"";}
.allmenu .wrap{position:relative;width:1070px; margin: 0 auto;}
.allmenu .wrap .allmenu_title{width:260px;height:640px;background-color:#ebf1f7;  float:left; text-align:center;}
.allmenu .wrap .allmenu_title h5{ font-size:24px; color:#01479d; font-weight:500; background:url(../images/main/allmenu_icon.png) no-repeat center top; padding-top:140px; margin-top:30px; height:24px; line-height:24px;}
.allmenu .wrap .allmenu_title p{ font-size:15px; color:#555; font-weight:100; height:24px; line-height:24px; margin-top:15px;}
.allmenu .wrap>ul{width:770px;margin:40px 0 0 40px; display:inline-block; background:url(../images/main/allmenu_line.gif) repeat-x 150px top;}
.allmenu .wrap>ul:after{clear:both; display:block; content:"";}
.allmenu .wrap ul li.depth_01{float:left; margin-right:70px; width:120px;}
.allmenu .wrap ul li.mm{margin-top:15px;}
.allmenu .wrap ul li.depth_01>a{font-size:18px; font-weight:400; color:#444;}
.allmenu .wrap ul li.depth_01>a:hover{font-size:18px; font-weight:500; color:#01479d;}
.allmenu .wrap ul li.depth_01 ul{ margin-top:10px;}
.allmenu .wrap ul li.depth_01 ul li{line-height:28px;background:url(../images/main/bullet.gif) no-repeat left 14px; padding-left:12px;}
.allmenu .wrap ul li.depth_01 ul li a{color:#444; font-weight:200; font-size:14px; }
.allmenu .wrap ul li.depth_01 ul li a:hover{color:#d12338; font-weight:300; font-weight:400;}
.allmenu .wrap a.btn_close{position:absolute; top:40px; right:0px;}
 */

/*web_allmenu*/
.allmenu {
	display: none;
	position: absolute;
	top: 61px;
	left: 0;
	width: 100%;
	height: 640px;
	border-bottom: 1px solid #01479d;
	background: #fff;
	z-index: 9999;
	box-shadow: 0 1px #c3c4c6;
	letter-spacing: -1;
}

.allmenu:after {
	clear: both;
	display: block;
	content: "";
}

.allmenu .wrap {
	position: relative;
	width: 1070px;
	margin: 0 auto;
}

.allmenu .wrap .allmenu_title {
	width: 260px;
	height: 640px;
	background-color: #ebf1f7;
	float: left;
	text-align: center;
}

.allmenu .wrap .allmenu_title h5 {
	font-size: 24px;
	color: #01479d;
	font-weight: 500;
	background: url(../images/main/allmenu_icon.png) no-repeat center top;
	padding-top: 140px;
	margin-top: 30px;
	height: 24px;
	line-height: 24px;
}

.allmenu .wrap .allmenu_title p {
	font-size: 15px;
	color: #555;
	font-weight: 100;
	height: 24px;
	line-height: 24px;
	margin-top: 15px;
}

.allmenu .wrap>ul {
	width: 770px;
	margin: 40px 0 0 40px;
	display: inline-block;
	background: url(../images/main/allmenu_line.gif) repeat-x 150px top;
}

.allmenu .wrap>ul:after {
	clear: both;
	display: block;
	content: "";
}

.allmenu .wrap ul li.depth_01 {
	float: left;
	margin-right: 70px;
	width: 120px;
}

.allmenu .wrap ul li.mm {
	margin-top: 15px;
}

.allmenu .wrap ul li.depth_01>a {
	font-size: 18px;
	font-weight: 400;
	color: #444;
}

.allmenu .wrap ul li.depth_01>a:hover {
	font-size: 18px;
	font-weight: 500;
	color: #01479d;
}

.allmenu .wrap ul li.depth_01 ul li {
	line-height: 28px;
	background: url(../images/main/bullet.gif) no-repeat left 14px;
	padding-left: 12px;
}

.allmenu .wrap ul li.depth_01 ul li a {
	color: #444;
	font-weight: 200;
	font-size: 14px;
}

.allmenu .wrap ul li.depth_01 ul li a:hover {
	color: #d12338;
	font-weight: 300;
	font-weight: 400;
}

.allmenu .wrap a.btn_close {
	position: absolute;
	top: 40px;
	right: 0px;
}

/*gnb전체보기*/
#gnb {
	position: relative;
}

#gnb .depth_2 {
	position: absolute;
	top: 61px;
	left: 0;
	width: 100%;
	height: 280px;
	border-bottom: 1px solid #01479d;
	background: #fff;
	z-index: 9999;
	box-shadow: 0 1px #c3c4c6;
}

#gnb .long {
	height: 400px !important;
}

#gnb .depth_2:after {
	clear: both;
	display: block;
	content: "";
}

#gnb .depth_2 .wrap {
	width: 1070px;
	margin: 0 auto;
}

#gnb .depth_2 .wrap .title_01 {
	text-align: center;
	float: left;
	width: 260px;
	height: 260px;
	background-color: #ebf1f7;
}

#gnb .depth_2 .wrap .title_01 h5 {
	font-size: 24px;
	color: #01479d;
	font-weight: 500;
	background: url(../images/main/gnb_icon_01.png) no-repeat center top;
	padding-top: 140px;
	margin-top: 30px;
	height: 24px;
	line-height: 24px;
}

#gnb .depth_2 .wrap .title_01 a {
	color: #555555;
	font-weight: 200;
	font-size: 15px;
	margin-top: 10px;
	display: inline-block;
	background: url(../images/main/gnb_menu_arr.gif) no-repeat right center;
	padding-right: 20px;
}

#gnb .depth_2 .wrap>ul {
	margin: 30px 0 0 0;
	display: inline-block;
	width: 770px;
}

#gnb .depth_2 .wrap ul.basic_list li {
	height: 45px !important;
	line-height: 45px !important;
}

#gnb .depth_2 .wrap ul li.depth_01 {
	float: left;
	width: 145px;
	line-height: 28px;
}

#gnb .long .wrap ul li.depth_01 {
	margin-bottom: 20px;
}

#gnb .depth_2 .wrap ul li.cl {
	clear: both;
}

#gnb .depth_2 .wrap ul li.depth_01>a:hover {
	font-size: 18px;
	font-weight: 400;
	color: #01479d;
}

#gnb .depth_2 .wrap ul.depth_3 {
	margin-top: 15px;
}

#gnb .depth_2 .wrap ul.depth_3 li {
	clear: both;
	margin-left: 0 !important;
	height: 28px !important;
	line-height: 28px !important;
	background: url(../images/main/bullet.gif) no-repeat left 12px;
	padding-left: 12px;
}

#gnb .depth_2 .wrap ul.depth_3 li a {
	color: #444 !important;
	font-weight: 200 !important;
	font-size: 14px !important;
}

#gnb .depth_2 .wrap ul.depth_3 li a:hover {
	color: #d12338 !important;
	font-weight: 300 !important;
	font-weight: 400 !important;
}

/*title_02*/
#gnb .depth_2 .wrap .title_02 {
	text-align: center;
	float: left;
	width: 260px;
	height: 260px;
	background-color: #ebf1f7;
}

#gnb .depth_2 .wrap .title_02 h5 {
	font-size: 24px;
	color: #01479d;
	font-weight: 500;
	background: url(../images/main/gnb_icon_02.png) no-repeat center top;
	padding-top: 140px;
	margin-top: 30px;
	height: 24px;
	line-height: 24px;
}

#gnb .depth_2 .wrap .title_02 a {
	color: #555555;
	font-weight: 200;
	font-size: 15px;
	margin-top: 10px;
	display: inline-block;
	background: url(../images/main/gnb_menu_arr.gif) no-repeat right center;
	padding-right: 20px;
}
/*title_03*/
#gnb .depth_2 .wrap .title_03 {
	text-align: center;
	float: left;
	width: 260px;
	height: 260px;
	background-color: #ebf1f7;
}

#gnb .depth_2 .wrap .title_03 h5 {
	font-size: 24px;
	color: #01479d;
	font-weight: 500;
	background: url(../images/main/gnb_icon_03.png) no-repeat center top;
	padding-top: 140px;
	margin-top: 30px;
	height: 24px;
	line-height: 24px;
}

#gnb .depth_2 .wrap .title_03 a {
	color: #555555;
	font-weight: 200;
	font-size: 15px;
	margin-top: 10px;
	display: inline-block;
	background: url(../images/main/gnb_menu_arr.gif) no-repeat right center;
	padding-right: 20px;
}
/*title_04*/
#gnb .depth_2 .wrap .title_04 {
	text-align: center;
	float: left;
	width: 260px;
	height: 260px;
	background-color: #ebf1f7;
}

#gnb .depth_2 .wrap .title_04 h5 {
	font-size: 24px;
	color: #01479d;
	font-weight: 500;
	background: url(../images/main/gnb_icon_04.png) no-repeat center top;
	padding-top: 140px;
	margin-top: 30px;
	height: 24px;
	line-height: 24px;
}

#gnb .depth_2 .wrap .title_04 a {
	color: #555555;
	font-weight: 200;
	font-size: 15px;
	margin-top: 10px;
	display: inline-block;
	background: url(../images/main/gnb_menu_arr.gif) no-repeat right center;
	padding-right: 20px;
}
/*title_05*/
#gnb .depth_2 .wrap .title_05 {
	text-align: center;
	float: left;
	width: 260px;
	height: 260px;
	background-color: #ebf1f7;
}

#gnb .depth_2 .wrap .title_05 h5 {
	font-size: 24px;
	color: #01479d;
	font-weight: 500;
	background: url(../images/main/gnb_icon_05.png) no-repeat center top;
	padding-top: 140px;
	margin-top: 30px;
	height: 24px;
	line-height: 24px;
}

#gnb .depth_2 .wrap .title_05 a {
	color: #555555;
	font-weight: 200;
	font-size: 15px;
	margin-top: 10px;
	display: inline-block;
	background: url(../images/main/gnb_menu_arr.gif) no-repeat right center;
	padding-right: 20px;
}
/*title_06*/
#gnb .depth_2 .wrap .title_06 {
	text-align: center;
	float: left;
	width: 260px;
	height: 260px;
	background-color: #ebf1f7;
}

#gnb .depth_2 .wrap .title_06 h5 {
	font-size: 24px;
	color: #01479d;
	font-weight: 500;
	background: url(../images/main/gnb_icon_06.png) no-repeat center top;
	padding-top: 140px;
	margin-top: 30px;
	height: 24px;
	line-height: 24px;
}

#gnb .depth_2 .wrap .title_06 a {
	color: #555555;
	font-weight: 200;
	font-size: 15px;
	margin-top: 10px;
	display: inline-block;
	background: url(../images/main/gnb_menu_arr.gif) no-repeat right center;
	padding-right: 20px;
}
/*title_07*/
#gnb .depth_2 .wrap .title_07 {
	text-align: center;
	float: left;
	width: 260px;
	height: 260px;
	background-color: #ebf1f7;
}

#gnb .depth_2 .wrap .title_07 h5 {
	font-size: 24px;
	color: #01479d;
	font-weight: 500;
	background: url(../images/main/gnb_icon_07.png) no-repeat center top;
	padding-top: 140px;
	margin-top: 30px;
	height: 24px;
	line-height: 24px;
}

#gnb .depth_2 .wrap .title_07 a {
	color: #555555;
	font-weight: 200;
	font-size: 15px;
	margin-top: 10px;
	display: inline-block;
	background: url(../images/main/gnb_menu_arr.gif) no-repeat right center;
	padding-right: 20px;
}
/*title_08*/
#gnb .depth_2 .wrap .title_08 {
	text-align: center;
	float: left;
	width: 260px;
	height: 260px;
	background-color: #ebf1f7;
}

#gnb .depth_2 .wrap .title_08 h5 {
	font-size: 24px;
	color: #01479d;
	font-weight: 500;
	background: url(../images/main/gnb_icon_08.png) no-repeat center top;
	padding-top: 140px;
	margin-top: 30px;
	height: 24px;
	line-height: 24px;
}

#gnb .depth_2 .wrap .title_08 a {
	color: #555555;
	font-weight: 200;
	font-size: 15px;
	margin-top: 10px;
	display: inline-block;
	background: url(../images/main/gnb_menu_arr.gif) no-repeat right center;
	padding-right: 20px;
}
/*title_09*/
#gnb .depth_2 .wrap .title_09 {
	text-align: center;
	float: left;
	width: 260px;
	height: 260px;
	background-color: #ebf1f7;
}

#gnb .depth_2 .wrap .title_09 h5 {
	font-size: 24px;
	color: #01479d;
	font-weight: 500;
	background: url(../images/main/gnb_icon_04.png) no-repeat center top;
	padding-top: 140px;
	margin-top: 30px;
	height: 24px;
	line-height: 24px;
}

#gnb .depth_2 .wrap .title_09 a {
	color: #555555;
	font-weight: 200;
	font-size: 15px;
	margin-top: 10px;
	display: inline-block;
	background: url(../images/main/gnb_menu_arr.gif) no-repeat right center;
	padding-right: 20px;
}

/*마이페이지 추가*/
#footer {
	margin-top: 0;
}

.mypage {
	background-color: #f4f5f7;
}

.mypage #contents {
	width: 100% !important;
	margin-top: 30px;
}

.mypage #contents .mypage_title {
	display: inline-block;
	float: left;
}

.mypage #contents .mypage_title:after {
	clear: both;
	display: block;
	content: "";
}

.mypage #contents .mypage_title h3 {
	font-size: 55px !important;
	font-family: Arial !important;
	font-weight: bold !important;
	color: #2963aa !important;
	display: inline-block;
}

.mypage #contents .mypage_title p {
	font-size: 17px;
	font-weight: 500;
	color: #2963aa;
	display: inline-block;
	line-height: 24px;
	margin-left: 20px;
}

.mypage #contents .mypage_title p span {
	font-size: 15px;
	font-weight: 200;
	color: #2963aa;
}

.mypage #contents .p_11 {
	position: relative;
	width: 485px;
	height: 220px;
}

.mypage #contents .p_21 {
	position: relative;
	width: 1020px;
	height: 220px;
}

.mypage #contents .setting {
	float: right;
	margin-top: 35px;
}

.mypage #contents .setting ul li {
	float: left;
	background: url(../images/main/footer_line.gif) no-repeat left center;
	padding-left: 13px;
	margin-left: 13px;
}

.mypage #contents .setting ul li.first {
	background-image: none;
	margin-left: 0;
	padding-left: 0;
}

.mypage #contents .setting ul li a {
	color: #777474;
	font-size: 13px;
	font-weight: 100;
	padding-left: 20px;
}

.mypage #contents .setting ul li a.setting_01 {
	background: url(../images/sub/mypage_01.png) no-repeat left center;
}

.mypage #contents .setting ul li a.setting_02 {
	background: url(../images/sub/mypage_02.png) no-repeat left center;
}

.mypage #contents .setting ul li a.setting_03 {
	background: url(../images/sub/mypage_03.png) no-repeat left center;
}

.mypage #contents .setting ul li a.setting_04 {
	background: url(../images/sub/mypage_04.png) no-repeat left center;
}

.mypage #contents .setting ul li a:hover {
	text-decoration: underline;
}

.mypage #contents .setting ul li a:hover {
	text-decoration: underline;
}
/** 2021.02 추가 **/
.mypage .quickboxMini {
	width: 27%;
	height: 185px;
	background-color: #fff;
	border: 1px solid #2963aa;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.mypage .quickboxMini ul {
	margin-left: 30px;
}

.mypage .quickboxMini ul li {
	float: left;
	padding: 0 32px;
	margin-top: 30px;
}

.mypage .quickboxMini ul li a {
	font-size: 16px;
	color: #000;
	font-weight: 200;
	display: inline-block;
	padding: 80px 10px 0 10px;
	text-align: center;
}

.mypage .quickboxMini ul li a:hover {
	font-weight: 500;
	color: #2963aa;
}

.mypage .quickboxMini ul li .quickicon_01 {
	background: url(../images/sub/mypage_05.png) no-repeat center top;
}

.mypage .quickboxMini ul li .quickicon_02 {
	background: url(../images/sub/mypage_06.png) no-repeat center top;
}

.mypage .quickboxMini ul li .quickicon_03 {
	background: url(../images/sub/mypage_07.png) no-repeat center top;
}

.mypage .quickboxMini ul li .quickicon_04 {
	background: url(../images/sub/mypage_08.png) no-repeat center top;
}

.mypage .quickboxMini ul li .quickicon_05 {
	background: url(../images/sub/mypage_09.png) no-repeat center top;
}

.mypage .quickboxMini ul li .quickicon_06 {
	background: url(../images/sub/mypage_10.png) no-repeat center top;
}

.mypage .quickboxMini ul li .quickicon_07 {
	background: url(../images/sub/mypage_11.png) no-repeat center top;
}

.mypage .quickboxMini ul li .quickicon_01_off {
	background: url(../images/sub/mypage_05_off.png) no-repeat center top;
}

.mypage .quickboxMini ul li .quickicon_02_off {
	background: url(../images/sub/mypage_06_off.png) no-repeat center top;
}

.mypage .quickboxMini ul li .quickicon_03_off {
	background: url(../images/sub/mypage_07_off.png) no-repeat center top;
}

.mypage .quickboxMini ul li .quickicon_04_off {
	background: url(../images/sub/mypage_08_off.png) no-repeat center top;
}

.mypage .quickboxMini ul li .quickicon_05_off {
	background: url(../images/sub/mypage_09_off.png) no-repeat center top;
}

.mypage .quickboxMini ul li .quickicon_06_off {
	background: url(../images/sub/mypage_10_off.png) no-repeat center top;
}

.mypage .quickboxMini ul li .quickicon_07_off {
	background: url(../images/sub/mypage_11_off.png) no-repeat center top;
}

/** 2021.02 추가 **/
.mypage .quickboxMini2 {
	width: 48%;
	height: 185px;
	background-color: #fff;
	border: 1px solid #2963aa;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.mypage .quickboxMini2 ul {
	margin-left: 30px;
}

.mypage .quickboxMini2 ul li {
	float: left;
	padding: 0 32px;
	margin-top: 30px;
}

.mypage .quickboxMini2 ul li a {
	font-size: 16px;
	color: #000;
	font-weight: 200;
	display: inline-block;
	padding: 80px 10px 0 10px;
	text-align: center;
}

.mypage .quickboxMini2 ul li a:hover {
	font-weight: 500;
	color: #2963aa;
}

.mypage .quickboxMini2 ul li .quickicon_01 {
	background: url(../images/sub/mypage_05.png) no-repeat center top;
}

.mypage .quickboxMini2 ul li .quickicon_02 {
	background: url(../images/sub/mypage_06.png) no-repeat center top;
}

.mypage .quickboxMini2 ul li .quickicon_03 {
	background: url(../images/sub/mypage_07.png) no-repeat center top;
}

.mypage .quickboxMini2 ul li .quickicon_04 {
	background: url(../images/sub/mypage_08.png) no-repeat center top;
}

.mypage .quickboxMini2 ul li .quickicon_05 {
	background: url(../images/sub/mypage_09.png) no-repeat center top;
}

.mypage .quickboxMini2 ul li .quickicon_06 {
	background: url(../images/sub/mypage_10.png) no-repeat center top;
}

.mypage .quickboxMini2 ul li .quickicon_07 {
	background: url(../images/sub/mypage_11.png) no-repeat center top;
}

.mypage .quickboxMini2 ul li .quickicon_01_off {
	background: url(../images/sub/mypage_05_off.png) no-repeat center top;
}

.mypage .quickboxMini2 ul li .quickicon_02_off {
	background: url(../images/sub/mypage_06_off.png) no-repeat center top;
}

.mypage .quickboxMini2 ul li .quickicon_03_off {
	background: url(../images/sub/mypage_07_off.png) no-repeat center top;
}

.mypage .quickboxMini2 ul li .quickicon_04_off {
	background: url(../images/sub/mypage_08_off.png) no-repeat center top;
}

.mypage .quickboxMini2 ul li .quickicon_05_off {
	background: url(../images/sub/mypage_09_off.png) no-repeat center top;
}

.mypage .quickboxMini2 ul li .quickicon_06_off {
	background: url(../images/sub/mypage_10_off.png) no-repeat center top;
}

.mypage .quickboxMini2 ul li .quickicon_07_off {
	background: url(../images/sub/mypage_11_off.png) no-repeat center top;
}
/** ------- **/


.mypage .quickbox {
	width: 100%;
	height: 185px;
	background-color: #fff;
	border: 1px solid #2963aa;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.mypage .quickbox ul {
	margin-left: 30px;
}

.mypage .quickbox ul li {
	float: left;
	padding: 0 36px;
	/* padding: 0 48px;  org - 32px;*/
	margin-top: 30px;
}

.mypage .quickbox ul li a {
	font-size: 16px;
	color: #000;
	font-weight: 200;
	display: inline-block;
	padding: 80px 10px 0 10px;
	text-align: center;
}

.mypage .quickbox ul li a:hover {
	font-weight: 500;
	color: #2963aa;
}

.mypage .quickbox ul li .quickicon_01 {
	background: url(../images/sub/mypage_05.png) no-repeat center top;
}

.mypage .quickbox ul li .quickicon_02 {
	background: url(../images/sub/mypage_06.png) no-repeat center top;
}

.mypage .quickbox ul li .quickicon_03 {
	background: url(../images/sub/mypage_07.png) no-repeat center top;
}

.mypage .quickbox ul li .quickicon_04 {
	background: url(../images/sub/mypage_08.png) no-repeat center top;
}

.mypage .quickbox ul li .quickicon_05 {
	background: url(../images/sub/mypage_09.png) no-repeat center top;
}

.mypage .quickbox ul li .quickicon_06 {
	background: url(../images/sub/mypage_10.png) no-repeat center top;
}

.mypage .quickbox ul li .quickicon_07 {
	background: url(../images/sub/mypage_11.png) no-repeat center top;
}

.mypage .quickbox ul li .quickicon_01_off {
	background: url(../images/sub/mypage_05_off.png) no-repeat center top;
}

.mypage .quickbox ul li .quickicon_02_off {
	background: url(../images/sub/mypage_06_off.png) no-repeat center top;
}

.mypage .quickbox ul li .quickicon_03_off {
	background: url(../images/sub/mypage_07_off.png) no-repeat center top;
}

.mypage .quickbox ul li .quickicon_04_off {
	background: url(../images/sub/mypage_08_off.png) no-repeat center top;
}

.mypage .quickbox ul li .quickicon_05_off {
	background: url(../images/sub/mypage_09_off.png) no-repeat center top;
}

.mypage .quickbox ul li .quickicon_06_off {
	background: url(../images/sub/mypage_10_off.png) no-repeat center top;
}

.mypage .quickbox ul li .quickicon_07_off {
	background: url(../images/sub/mypage_11_off.png) no-repeat center top;
}

.mypage .list li {
	width: 452px;
	height: 28px;
	line-height: 28px;
	padding-left: 12px;
	background: url(../images/sub/bullet.gif ) no-repeat left center;
	display: inline-block;
}

.mypage .list li img {
	margin-right: 5px;
}

.mypage .list li a {
	display: inline-block;
	letter-spacing: 0;
	color: #555;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.mypage .list li a:hover {
	text-decoration: underline;
	font-weight: 500;
	color: #000;
}

.mypage .list li span {
	float: right;
	font-weight: 100;
	letter-spacing: 0;
	color: #999;
}

.mypage .icon li {
	float: left;
}

.mypage .icon li a {
	padding: 40px 0 40px 120px;
	margin-right: 10px;
	display: inline-block;
	color: #222;
	font-size: 18px;
	font-weight: 400;
	height: 59px;
}

.mypage .icon.long li a {
	/* padding: 40px 0 40px 107px; */
	padding: 40px 0 40px 120px;
	margin-right: 54px;
}

.mypage .icon li a span {
	color: #555;
	font-size: 18px;
	font-weight: 200;
}

.mypage .icon li a span em {
	color: #be3f4e;
	font-size: 40px;
	font-weight: 500;
}

.mypage .icon.long li a span em {
	font-size: 35px;
}

.mypage .icon li a.icon_01 {
	background: url(../images/sub/mypage_12.png) no-repeat left center;
}

.mypage .icon li a.icon_02 {
	background: url(../images/sub/mypage_13.png) no-repeat left center;
}

.mypage .icon li a.icon_03 {
	background: url(../images/sub/mypage_14.png) no-repeat left center;
}

.mypage .icon li a.icon_04 {
	background: url(../images/sub/mypage_15.png) no-repeat left center;
}

.mypage .icon li a.icon_05 {
	background: url(../images/sub/mypage_16.png) no-repeat left center;
}

.mypage .icon li a.icon_06 {
	background: url(../images/sub/mypage_17.png) no-repeat left center;
}

.mypage .graphbox {
	width: 100%;
	height: 185px;
	border: 1px solid red;
}

.mypage .more {
	position: absolute;
	top: 0;
	right: 0;
}

/*전체보기수정_김주연_170915*/
.allmenu .wrap ul li.depth_01 ul {
	min-height: 150px;
}

/*수정업데이트_김주연_171020*/
/*전체보기수정*/
.allmenu {
	height: 550px;
}

.allmenu .wrap .allmenu_title {
	width: 210px;
	height: 550px;
}

.allmenu .wrap>ul {
	margin: 20px 0 0 40px !important;
}

.allmenu .wrap ul {
	background-image: none;
	width: 780px;
}

.allmenu .wrap ul li.depth_01 {
	width: 120px;
	min-height: 180px;
	margin-right: 35px;
}

.allmenu, #gnb .depth_2 {
	top: 46px !important;
}

.allmenu .wrap a.btn_close {
	top: 20px;
}

/*컬러톤조정_김주연_171020*/
h4 {
	color: #2963aa !important;
}

#contents p {
	letter-spacing: 0 !important;
}

/* 평가_김주연_171023 */
.quest {
	background: #fafafa;
	padding: 20px;
	margin-top: 30px;
	box-sizing: border-box;
}

.quest:after {
	clear: both;
	display: block;
	content: "";
}

.quest .quest_l {
	float: left;
	padding-right: 40px;
}

.quest .quest_l p {
	font-size: 15px;
	font-weight: 500;
	color: #555;
	margin-bottom: 20px;
}

.quest .quest_l .quest_list li {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.quest .quest_l .quest_list li input {
	margin-right: 5px;
}

.quest .quest_r {
	float: left;
	width: 50%;
	border-left: 1px solid #e6e6e6;
	padding-left: 20px;
}

.quest .quest_r p {
	margin-bottom: 10px;
}

.quest .quest_r p label {
	font-size: 15px;
	font-weight: 500;
	color: #555;
}

.quest .quest_r p label span {
	font-size: 13px;
	font-weight: 300;
}

.quest .quest_r .sub_btn_wrap {
	width: 100%;
}

.quest .quest_r .sub_btn_wrap .appraisal {
	float: left;
	width: 70%;
	margin-right: 5px;
}

/*서브간격조정_김주연_171026*/
#body .body_wrap {
	padding-top: 20px !important;
}

#body .body_wrap .leftmenu h2 {
	background-color: #2963aa !important;
}

input[type="text"] {
	height: 26px;
	line-height: 26px;
}

table a.black_btn, table a.black_btn span {
	height: 26px;
	line-height: 26px;
}

/*반응형 게시판 디자인 스타일 추가_김주연_171027*/
/*list*/
.board .all_board p {
	letter-spacing: 0;
	font-size: 15px;
	color: #555;
	font-weight: 400;
	display: inline-block;
	float: left;
}

.board .all_board p span {
	color: #d12338;
	font-weight: 500;
}
/*tsearchArea*/
.board .tsearchArea {
	float: right;
	display: inline-block;
	margin-bottom: 15px;
}

.board .tsearchArea .inputbox {
	display: inline-block;
	vertical-align: top;
}

.board .tsearchArea select {
	vertical-align: top;
	float: left;
	height: 30px;
	border: 1px solid #d1d2d3;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 13px;
	font-weight: 200;
	color: #898989;
	padding-left: 10px;
	margin-right: 4px;
}

.board .tsearchArea .searchbox {
	display: inline-block;
	width: 200px;
	height: 28px;
	border: 1px solid #d1d2d3;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 13px;
	font-weight: 200;
	color: #898989;
}

.board .tsearchArea .searchbox input {
	border: none !important;
	height: 28px;
}

.board .tsearchArea .searchbox a {
	float: right;
	width: 28px;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	background-color: #f1f1f1;
	border-left: 1px solid #d1d2d3;
}

.board .tsearchArea .searchbox a img {
	margin: 6px 0 0 6px;
}

/*푸터디자인변경_김주연_171108*/
/*footer*/
.add_footer {
	width: 100%;
	background-color: #f0f0f0;
	border-bottom: 1px solid #d1d2d3;
}

.add_footer_wrap {
	width: 1070px;
	margin: 0 auto;
	padding: 5px 0 5px 0;
}

.add_footer_wrap:after {
	clear: both;
	display: block;
	content: "";
}

.add_footer_wrap ul li {
	float: left;
}

.add_footer_wrap ul li a {
	font-size: 14px;
	font-weight: 400;
	color: #555;
	margin-right: 18px;
}

.add_footer_wrap ul li a:hover {
	font-weight: 500;
	color: #111;
}

.add_footer_wrap .inputbox {
	float: right;
	background: url(../images/main/select_line.gif) no-repeat right center;
}

.add_footer_wrap .inputbox select {
	float: left;
	background-color: #f0f0f0;
	border: none !important;
	font-size: 14px;
	font-weight: 300;
	color: #787878;
	width: 175px;
	background: url(../images/main/select_line.gif) no-repeat left center;
	padding: 0 10px;
}

#footer .footer_wrap .footer_copy {
	padding-top: 0;
}

#footer .footer_wrap {
	margin-top: 20px;
}

/*admin 화면 버튼 디자인추가_김주연_171103*/
.table_mini_btn {
	padding-left: 7px;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	border: 1px solid #2963aa;
	background-color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.table_mini_btn span {
	padding-right: 7px;
	height: 22px;
	line-height: 22px;
	font-weight: 400;
	font-size: 14px;
	color: #2963aa;
}

.table_mini_btn:hover {
	background-color: #2963aa;
	border: 1px solid #2963aa;
}

.table_mini_btn:hover span {
	color: #fff;
	font-weight: 500;
}

.table_minibox_btn {
	padding-left: 2px;
	display: inline-block;
	height: 45px;
	line-height: 22px;
	background-color: #ff0040;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.table_minibox_btn span {
	padding-right: 2px;
	height: 22px;
	line-height: 0px;
	font-weight: 400;
	font-size: 14px;
	color: white;
}

.table_minibold_btn {
	padding-left: 7px;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	border: 1px solid #2963aa;
	background-color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.table_minibold_btn span {
	padding-right: 7px;
	height: 22px;
	line-height: 22px;
	font-weight: 400;
	font-size: 14px;
	color: #2963aa;
}

.table_minibold_btn:hover {
	background-color: #2963aa;
	border: 1px solid #2963aa;
}

.table_minibold_btn:hover span {
	color: #fff;
	font-weight: 500;
}


/* 첨부파일업로드 버튼 영역_김주연_171117*/
.upload_btn {
	float: right;
}

.upload_btn a {
	padding: 0 10px !important;
	height: 20px;
	line-height: 20px;
}

/*탭디자인추가_171130*/
.tab_normal_02 {
	position: relative;
	width: 100%;
	padding-bottom: 70px;
}

.tab_normal_02:after {
	clear: both;
	display: block;
	content: "";
}

.tab_normal_02>ul {
	width: 100%;
}

.tab_normal_02>ul>li {
	float: left;
	margin-bottom: 10px;
}

.tab_normal_02>ul>li>a {
	float: left;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	font-weight: 300;
	color: #01479d;
	padding: 0 18.2px;
	border: 1px solid #e0e0e0;
	margin-right: 4px;
}

.tab_normal_02>ul>li>div {
	position: absolute;
	top: 50px;
	left: 0;
	display: none;
	padding: 20px 0;
	box-sizing: border-box;
}

.tab_normal_02>ul>li>div:after {
	clear: both;
	display: block;
	content: "";
}

.tab_normal_02.m0 .m0>a, .tab_normal_02.m1 .m1>a, .tab_normal_02.m2 .m2>a,
	.tab_normal_02.m3 .m3>a, .tab_normal_02.m4 .m4>a, .tab_normal_02.m5 .m5>a,
	.tab_normal_02.m6 .m6>a, .tab_normal_02.m7 .m7>a, .tab_normal_02.m8 .m8>a,
	.tab_normal_02.m9 .m9>a, .tab_normal_02.m10 .m10>a, .tab_normal_02.m11 .m11>a,
	.tab_normal_02.m11 .m11>a, .tab_normal_02.m12 .m12>a {
	border: 1px solid #01479d;
	background: #01479d;
	color: #fff;
	font-weight: 500;
}

.tab_normal_02.m0 .m0 div, .tab_normal_02.m1 .m1 div, .tab_normal_02.m2 .m2 div,
	.tab_normal_02.m3 .m3 div, .tab_normal_02.m4 .m4 div, .tab_normal_02.m5 .m5 div,
	.tab_normal_02.m6 .m6 div, .tab_normal_02.m7 .m7 div, .tab_normal_02.m8 .m8 div,
	.tab_normal_02.m9 .m9 div, .tab_normal_02.m10 .m10 div, .tab_normal_02.m11 .m11 div,
	.tab_normal_02.m12 .m12 div {
	display: block;
}

/*테이블 내부디자인 수정_171205*/
table td {
	word-break: break-all !important;
}
/*테이블속성추가_171206*/
table th.line, table td.line {
	border-right: 1px solid #ccc;
}
/*
table td a img {
	width: 28px !important;
	display: inline-block;
}*/

table td a.add_btn{
	margin-left:0 !important;
}