﻿/* Portfolio Filter Stylesheet */

/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0px; 
	padding: 0px;
}
/* font import */
/*****Basic Definitions*****/

a { 
	color: #333; 
	text-decoration: none; 
}
a:visited { }
a:hover { 
	text-decoration: none; 
}
p, ul, ol, dl, table { margin-bottom: 0px; }
ul, ol, dd { margin-left: 0px; }
img { border: 0;}

body{
	background: #fff;
}
pre{
	background: transparent;
	border: 0px;
}

/***Basic setting***/
h1{
  font-size: 40px;
  line-height: 48px;
  font-style: bold;
}
h2{
  font-size: 30px;
  line-height: 40px;
  font-style: bold;
}
h3{
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0px;
	font-style: bold;
}
.h_top_line{
  border-top: 3px solid #1D81ED;
  width: 80px;
  height: 10px;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.h1_black{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-style: normal;
  font-weight: 900;
  text-align: left;

}
.h1_medium{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
.h2_black{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 900;
  text-align: left;

}
.h2_bold{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}
.h2_medium{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight:300;
  text-align: left;
}

.h3_black{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  font-weight: 900;
  text-align: left;
}
.h3_bold{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;

}
.h3_medium{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  font-weight: 300;
  text-align: left;

}
.b1_black{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 900;
  text-align: left;

}
.b1_bold{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;

}
.b1_medium{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
.b2_black{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: left;

}
.b2_bold{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}
.b2_regular{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
.c1_medium{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}
.c1_regular{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
.c2_medium{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 10px;
  line-height: 16px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}
.c2_regular{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 10px;
  line-height: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

/*****Basic Layout*****/
#top_area{
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #e5e5e5;
	z-index: 10;
	position:fixed;
	top: 0px;
	background: #fff;
}
#top_noti{
	display: inline-block;
	width: 100%;
	background: #185ec4;
}

#top_noti_con{
	clear: both;
	text-align: center; 
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 30px;
}
#top_noti_con_txt{
	display: none;
	float: left;
	/*display: inline-block;*/
	width: 50%;
	font-size: 11px;
	text-align: left;
	color: #fff;
}
#top_noti_con_txt a{
	color: #fff;
}
#top_menu_area{
	float: left;
	display: inline-block;
	width: 100%;
	font-size: 11px;
	text-align: right;
	color: #fff
}
#top_menu_area a{
	font-size: 11px;
	color: #fff;
}
#top_con{
	clear: both;
	text-align: center; 
	width: 100%;
	height: 27px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}
#top_con a{
	cursor: pointer;
}

#top_logo{
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 0px;
}
#top_logo_img{
	max-width: 100px;
}
#top_logo h1{
	text-align: center;
}
#top_main_menu_area{
	float: left;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}
#top_main_menu{
	text-align: center; 
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	z-index: 1000;
}
#top_main_menu a{
	font-size: 15px;
 	font-family: 'Noto Sans KR', sans-serif;
 	text-decoration: none;
 	font-weight: 700;
 	color: #000000;
 	margin-left: 5px;
 	margin-right: 5px;
}
#top_main_menu .top_impact_bt{
	color: #fff; 
	border-radius: 30px; 
 	line-height: 20px;
 	padding-top: 5px;
 	padding-bottom: 5px;
 	padding-left: 7px;
 	padding-right: 7px;
}
#top_main_menu .top_impact_bt a{
	color: #fff; 
}
#top_hbg_icon{
	float: right;
	margin-right: 10px;
}
#top_sub_menu_area{
	float: left;
	width: 100%;
	background: #fff;
	padding: 5%;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	display: none;
}
#top_sub_menu{
	float: left;
	text-align: left; 
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#tob_sub_menu_banner{
	display: none;
	float: left;
	width: 100%;
	height: 200px;
	padding: 30px;
	text-align: center;
	background: #efefef;
}
#top_sub_menu .tob_sub_menu_con{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
 	font-family: 'Noto Sans KR', sans-serif;
 	text-decoration: none;
 	font-weight: 700;
 	color: #000000;
 	line-height: 30px;
 	width: 24%;
 	text-align: center;
}
#top_sub_menu div ul{
	float: left;
	width: 100%;
	list-style-type: none;
}
#top_sub_menu div ul li{
	float: left;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}

#top_sub_menu div ul li a{

	font-size: 14px;
}
#container {
	/*overflow: hidden; 
	z-index: 5;
	position:absolute;*/
	margin-top: 125px;
	width: 100%; 
}

#slider .slick-dots{
	bottom: 15px;
}

#con_top_bg{
    width: 100%;
    height: 80px;
    float: left;
    background: #000;
    position: relative; 
}

#con_top{
    width: 100%;
    float: left;
    z-index: 5;
    position: absolute; 
}

#con_top_area{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 5px;
    text-align: center;
    color: #fff;
    opacity : 1;
}
#top_title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

#con{
	float: left;
	text-align: center;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
#con2{
	float: left;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
	background: #f7f7f8;
}
/*
mypage 관련
*/
#con_mypage{
	text-align: center;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.my_dept{
  float: left;
  display: block;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
/* background-color: tomato; */ 
}
.my_dept1_left{
  float: left;
  width: 100%;
}

.my_dept1_left img{
  border-radius: 50%;
  width: 150px;
  height: 150px;   
}
.profile_img{
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));

}
.my_dept1_middle{
  float: left;
  font-family: sans-serif;
  color:darkslategray;
  
}
.bio{
  margin-bottom: 5%;
  width: 100%;
  padding: 10px;
}
.bio h1{
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  color: #393935;
  letter-spacing: -0.36px;
  margin-bottom: 0;
  text-align: center;
}
.bio p{
	letter-spacing: -0.08px;
	color: #777773;
	text-align: center;
}
.table table{
	width: 100%;
}

.table th, .table td{
  padding-right:40px;
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #1D81ED;
  text-align: center;
  width: 50%;
}
.table h2{
  margin-top:0%;
  color: #212121;
}
.my_dept1_right {
	float: right;
	width:100%;
	/* background-color: green;    */
	text-align: center;
}
.btn_recipt{
	width: fit-content;
	height: 50px;
	margin-left: 10px;
	border: 1px solid #1D81ED;
	color: #1D81ED;
	background: #fff;
	border-radius: 10px;
	padding: 12px 20px;
	/*font-size: 16px;*/
	cursor: pointer;
	background: white;
	margin-bottom: 10px;
}

.btn_recipt:hover{
	border: 1px solid #1C7DE4;
	color: #1C7DE4;
	background: #fff;
}
.btn_set{
	width: fit-content;
	height: 50px;
	margin-left: 10px;
	border: 1px solid #1d81ed;
	color: #ffffff;
	border-radius: 10px;
	padding: 12px 20px;
	/*font-size: 16px;*/
	cursor: pointer;
	background: #1D81ED;
	border: 1px solid #1D81ED;
}

.btn_set:hover{
	background: #1C7DE4;
	color: white;
	border: 1px solid #1C7DE4;
}

.dleft{
	width: 100%;
	float: left;
	padding: 10px;
}
.dleft h2{
	font-family: Noto Sans KR;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 32px;
	margin-bottom: 15px;
	color: #393935;
}
.dleft table{
	width: 100%;
}
#mypage_con_area{
	float: left;
	width: 100%;
}
.mp_ask_title{
	line-height: 15px;
}
.mp_ask_date{
	color: #777773;
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 15px;
}
.mp_cate{
	display: inline-block;
	margin: 0;
	padding: 21px 0 15px;
	width: 100px;
	height: 118px;
	text-align: center;
	text-indent: 0;
	font-size: 13px;
	margin-left: 0px;
	margin-right: 10px;
}
.mp_cate_mypage{
	display: inline-block;
	margin: 0;
	padding: 21px 0 15px;
	width: 100px;
	height: 118px;
	text-align: center;
	text-indent: 0;
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}
.dleft td button{
	background: white;
	width: fit-content;
	height: 36px;
	margin-left: 2px;
	padding-left: 15px;
	padding-right: 15px;
	color: #1D81ED;
	border: 1px solid #1d81ed;
	box-sizing: border-box;
	border-radius: 18px;
}

.rtable{
  width: 100%;
  margin-top: 10px;
}
#rtd_chart{
  width: 100%;
}
.rtable p{
  width: 190px;
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.08px;
}
.rtable td{
  /* background-color: #1d81ed; */
  width: 50%;
  vertical-align: top;
}

#myChart{
	width: 190px;
	height: 150px;
	margin-left: 0px;
	/* margin-top: 5%; */
	/* background-color: aquamarine; */
	padding: 0px;
}

.rtable h1{
	font-family: Noto Sans KR;
	font-style: normal;
	font-weight: normal;
	font-size: 35px;
	line-height: 45px;
	display: inline;
	/* identical to box height, or 129% */
	letter-spacing: -0.36px;
	/* Peacewinds black */
	color: #393935;
}

.rtable2{
  width: 100%;
}
.rtable2 th{
	text-align: left;
	color: #393935;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	font-family: Noto Sans KR;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}
.rtable2 td{
	width: 390px;
	padding-top: 10px;
	color: #777773;
}   
.btndetail{
	width: 100%;
	height: 50px;
	border: 1px solid #e3e3e2;
	box-sizing: border-box;
	border-radius: 10px; 
	text-align: center;
	color: #E3E3E2;
	background-color: white;
}  
.mypage_submenu{
	float: left;
	width: 100%;
	background: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.mypage_submenu_con{
	width: 100%;
	display: inline-block;
	padding: 10px;
	border-bottom: 1px solid #cdcdcd;
}
.mypage_submenu_con a{
	font-weight: bold;
	color: #393935;
}  


/*
mypage 관련 끝
*/
#con_main_area{
	float: left;
	text-align: center;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.con_width_all{
	float: left;
	text-align: center;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #14d0de;
	/*background: linear-gradient(to right, #195ec5, #15cadd);
	*/
}
.con_width_all_w{
	float: left;
	text-align: center;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
 .con_width_all h3{
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
 	font-family: 'Noto Sans KR', sans-serif;
}
.main_hire_con_txt h3{
	margin-bottom: 0px;
}

.main_1200{
	clear: both;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#main_dona_area{
	float: left;
	width: 100%;
	background-image: url('/img/icon_loveimg.png');
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: right bottom;
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
	color: #393935;
}
.total_dona_title{
	background: #B3D5FA;
	color: #1D81ED;
	font-weight: 500;
	font-size: 20px;
	line-height: 57px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 50px;
}
.main_total_dona_detail{
	float: left;
	width: 100%;
	margin-top: 20px;
	color: #393935;
}
.main_total_dona_con{
	float: left;
	width: 98%;
	padding: 1%;
	text-align: left;

}
.main_total_dona_subtitle{
	font-size: 18px;
	line-height: 30px;
	color: #393935;
	font-weight: normal;
}
.main_total_dona_subtxt{
	font-size: 30px;
	line-height: 40px;
	color: #393935;
	font-weight: normal;
}
#main_pw_introduce{
	color: #fff;
	margin-top: 10px;
	padding-top: 150px;
	padding-bottom: 150px;
	background-image: url('/img/main_pw_top_bg.jpg');
	background-size: cover;
}
#main_pw_introduce_con{
	font-size: 12px;
	background-image: url('/img/bg_black_80.png');
	border-radius: 15px;
	padding: 10px;
}
.main_pw_banner{
	width: 48%;
	float: left;
	border-radius: 20px;
	padding: 30px;
	margin-left: 1%;
	margin-right: 1%;
}
.main_pw_banner_title{
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
#main_pw_banner1{
	background-image: url('/img/main_pw_banner_bg1.png');
	background-size: cover;
}
#main_pw_banner2{
	background-image: url('/img/main_pw_banner_bg2.png');
	background-size: cover;
}
#detail_top_area{
	float: left;
	/*background : url('/img/main/board_top.jpg') no-repeat center top #fff;*/
	background-size: 1200px;
	width: 100%;
	border-radius: 5px;
	margin-top: 70px;
	margin-bottom: 15px;
	text-align: center;
}
#detail_top_area h1{
	font-weight: bold;
 	font-family: 'Noto Sans KR', sans-serif;
}
.con_width_all2{
	float: left;
	text-align: left;
	width: 100%;
	height: 50px;
	background: linear-gradient(to right, #195ec5, #15cadd);
}
.con_width_all3{
	float: left;
	text-align: left;
	width: 100%;
	background: linear-gradient(to right, #f4b685, #ffac6b);
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 37%;
}
.profile_img_area{
	position: relative;
	top: 25px;
	border: 1px solid #efefef;
	border-radius: 50px;
	width: 100px; 
	height: 100px; 
	margin-left: auto;
	margin-right: auto;
}
.edu_img_area{
	position: relative;
	top: 50px;
	border: 5px solid #f05624;
	border-radius: 50px;
	width: 100px; 
	height: 100px; 
	margin-left: auto;
	margin-right: auto;
}
.main_hire_con{
	float: left;
	background: #fff;
	padding-top: 140px;
	width: 270px;
	margin-left: 15px;
	margin-right: 15px;
	border: 0px solid #185ec4;
	transition: 0.3s ease-in-out; 
}
.main_hire_con:hover{
	border: 5px solid #185ec4;
}
.main_hire_con_txt{
	float: left;
	width: 100%;
	padding: 10px;
	min-height: 200px;
	background: #fff;
}
.main_hire_con_txt h3{
	color: #555;
}
#main_notice_area{
	float: left;
	width: 100%;
	border-top: 1px solid #cdcdcd;
}
#main_notice_con{
	width: 96%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;'
}
#main_notice_title{
	font-family: 'Noto Sans KR', sans-serif;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	margin-right: 5px;
}
.main_notice_txt{
	font-weight: normal;
	margin-right: 15px;
}
.main_notice_date{
	color: #cdcdcd;
	margin-right: 30px;
	display: none;
}
.label-default{
	background: #fff;
	border: 1px solid #ffaa43;
	border-radius: 20px; 
	color: #ffaa43;
	line-height: 24px;
	margin-right: 5px;
}
.label-cate{
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 5px; 
	color: #888;
	line-height: 24px;
	margin-right: 5px;
	text-shadow: none;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	margin-right: 5px;
}
#multiple-items{
	width: 100%;
}
.main_edu_con{
	float: left;
	background: #fff;
	padding-top: 120px;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 10px;
	border: 0px solid #ffaa43;
	transition: 0.3s ease-in-out; 
}
.main_edu_con:hover{
	border: 3px solid #ffaa43;
}
.main_edu_detail_txt{
	font-size: 11px;
	line-height: 14px;
}
.main_con_area{
	width: 100%;
}
.main_con_area .slick-dots{
	top: 300px;
	z-index: 3;
}
.main_con_area  .slick-dots li.slick-active button:before
{
    opacity: .9;
    color: #fff;
}
.main_edu_con_txt{
	float: left;
	width: 100%;
	padding: 10px;
	padding-top: 0px;
	background: #fff;
}
.main_edu_con_txt h3{
	color: #555;
}


#con_main, .main_con_area{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
#con_main_680{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
#con_main_600{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}


#top_cate_area{
	width: 100%;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.cate_menu_con{
	display: inline-block;
	margin: 0;
	width: 20%;
	height: 85px;
	padding-bottom: 15px;
	text-align: center;
	text-indent: 0;
	font-size: 13px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.cate_menu_on{
	background: #F6F0D9;
}
.cate_menu_off{
	background: #E3E3E2;
}
.cate_menu_img{
	float: left;
	border-radius: 50%;
	width: 100%;
	height: 90%;
	padding: 10px;
}
.cate_menu_img img{
	width: 100%;
	margin: 0px;
}
.cate_menu_txt{
	float: left;
	width: 80%;
	margin-top: 8px;
	line-height: 18px;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
}

.quot_area{
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}
.quot_left{
	width: 100%;
	float: left;
	padding: 0px;
	text-align: center;
}
.quot_center{
	width: 100%;
	padding: 20px;
	float: left;
	text-align: center;
}
.quot_left{
	width: 100%;
	float: left;
	padding: 0px;
	text-align: center;

}
.quot_left img, .quot_left img{
	width: 10%;
}
/*Dashboard*/
.dash_h1{
	text-align: center; 
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1em;
}
#back_bt_area{
	text-align:center; 
	color:#cdcdcd; 
	padding-bottom:10px; 
	margin-bottom: 0px; 
	border-bottom: 1px solid #cdcdcd;
}
#dashboard_menu, #dashboard_menu_sub{
	float: left;
	width: 100%;
	text-align:center; 
	color:#cdcdcd; 
	padding-top: 5px; 
	padding-bottom:5px; 
	border-bottom: 1px solid #cdcdcd;
}
#dashboard_menu_sub{
	background: #efefef;
}
#dashboard_menu a,#dashboard_menu_sub a{
	font-weight: bold;
	color:#555; 
}
.icon_st{
	width: 12px;
	margin-right: 5px;
	vertical-align : middle;
}
.dash_con_area{
	float:left; 
	width: 100%; 
	margin-top: 20px; 
	margin-bottom: 10px;
}
.dash_con{
	float: left;
	display: block;
	width: 100%;
	padding: 10px; 
	border-top: 1px solid #cdcdcd; 
	font-size: 12px;
}
#resp_list_area{
	float: left;
	width: 100%;
}
#resp_table_area{
	float: left;
	width: 100%;
	height: 300px;
	overflow: auto;
	border: 1px solid #cdcdcd;
	background: #efefef;
}
#resp_list_area2{
	float: left;
	width: 100%;
}
#resp_result_area{
	float: left;
	width: 100%;
	height: 500px;
	overflow: auto;
	border: 1px solid #cdcdcd; 
	background: #efefef;
}
#resp_result_area2{
	float: left;
	width: 100%;
	height: 500px;
	overflow: auto;
	border: 1px solid #cdcdcd; 
	background: #efefef;
}
#eval_con_area{
	float: left; 
	width: 100%; 
	padding: 10px; 
	background: #fff;
}
#eval_menu{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
.eval_sub_menu{
	float: left;
	width: 33%;
	border: 1px solid #efefef;
	padding: 5px;
	text-align: center;
	cursor: pointer;
}
.eval_sub_menu_selected{
	float: left;
	width: 33%;
	padding: 5px;
	background: #185ec4;
	color: #fff;
	border: 1px solid #efefef;
	text-align: center;
	cursor: pointer;
}
#inc_responses_con_area{
	width: 100%;
	padding: 10px;
}
.inc_resp_con{
	width: 100%;
	border: 1px solid #cdcdcd; 
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #ffffff;
}
#upload_file_state{
	width: 100%;
}
#graph_date_search{
	border: 1px solid #cdcdcd; 
	width: 100%; 
	float: left; 
	display: none; 
	text-align: center; 
	background: #efefef; 
	margin-top: 10px; 
	padding-top: 5px; 
	padding-bottom: 5px;
}
#event_form, #event_list, #mail_send_con_list, #team_mate_state, #team_state,#pan_state{
	border: 1px solid #cdcdcd; 
	width: 100%; 
	float: left; 
	display: none; 
	background: #efefef; 
	margin-top:10px; 
	padding:10px 2% 10px 2%;
}
#graph_area{
	float: left;
	width: 100%;
}

#workspace_top_noti{
	display: inline-block;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background: #185ec4;
	padding-top: 5px;
	padding-bottom: 5px;
}
#workspace_top_con{
	clear: both;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	height: 27px;
}
#workspace_container{
	/*overflow: hidden; 
	z-index: 5;
	position:absolute;*/
	margin-top: 137px;
	width: 100%; 
	min-height: 100%;
}
#dashboard_container{
	margin-top: 175px;
	width: 100%; 
	min-height: 100%;
}
#workspace{
	float: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
}
#workspace_left{
	float: left;
	width: 100%;

}
#workspace_left_con{
	float: left;
	width: 100%;
	padding: 10px;
}
.ws_left{
	display: none;
	float: left;
	width: 100%;
	background: #fff;
}
.make_step{
	width: 100%;
	background: #185ec4;
	text-align: center;
}
#make_step_txt{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.step_bt{
	vertical-align: middle;
	width: 30px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
}
#workspace_right{
	min-width: 0;
	min-height: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	box-sizing: inherit;
}
#workspace_all{
	min-width: 0;
	min-height: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	box-sizing: inherit;
}

#workspace_center{
	float: left;
}

#workspace_design{
	min-width: 150px;
	min-height: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex: 0.3;
	-ms-flex: 0.3;
	flex: 0.3;
	box-sizing: inherit;
	border-right: 1px solid #cdcdcd;
}
#workspace_preview{
	display: none;
}
#workspace_right_con{
	width: 100%;
	padding: 30px;
}
#wp_center_con{
	width: 100%;
	padding: 10px;
	padding-top: 0px;
}
.bt_design{
	display: none;
}
#design_template_area{
	float: left;
	overflow-x: hidden;
	overflow-y: auto;
}
.work_item{
	width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.work_item_con{
	float: left;
	background: #f7f1c2;
	float: left;
	width:100%; 
	padding: 10px; 
	border: 1px solid #cdcdcd; 
	border-radius: 10px; 
	font-size: 10px; 
	line-height: 12px;
	text-align: center;
}

.work_item_link_area{
	float: left; 
	width:100%; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	border-bottom: 1px solid #cdcdcd; 
	/*border-radius: 10px; */
	color: #cdcdcd; 
	size: 12px;
}
.icon_img{
	margin-right: 5px;
	width: 15px;'
}
.work_item_con2{
	width: 100%; 
	float: left; 
	border-top: 1px solid #cdcdcd; 
	padding-top:5px; 
	margin-top: 5px; 
	padding-left: 5px; 
	padding-right: 5px;
	word-wrap: break-word;
}
.new_item{
	float: left;
	width: 100%;
	padding: 10px;
	padding-top:  10px;
	padding-bottom:  10px;
	/*
	border: 1px solid #cdcdcd;
	*/
	background: #4ac0cc;
	margin-bottom: 10px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}
.wkarea1{
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	background: #fff;
}
.wkarea_design{
	min-width: 150px;
	width: 150px;
	background: #fff;
}
.preview_area{
	width: 30%;
	min-width: 300px;
	background: #fff;
}
#bt_area{
	width: 100%;
	text-align: right;
	float: left;
	padding-bottom: 15px;
}
#bt_area_on{
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #cdcdcd;
	color: #e5e5e5;
	z-index: 10;
	position: fixed;
	bottom: 0px;
	background: #fff;
	padding: 2%;
}
#project_img{
	float: left;
	width: 100%;
}
#school_info_add, #career_info_ad, #certi_info_add{
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
#school_info_add, #career_info_add, #certi_info_add{
	display: none;
}
.ajax_result{
	float: left;
	width: 100%;
}
.h3_ajax_title{
	float: left;
	margin-top: 10px;
}
#wp_center_con ul{
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
#wp_center_con h3{
	float: left;
	width: 100%;
}
#wp_center_con hr{
	float:left; 
	width:100%; 
	margin-top: 10px; 
	margin-bottom: 10px;
}
.basic_ip{
	margin-top: 5px;
	margin-bottom: 5px;
}
.img_div{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #cdcdcd;
	cursor: pointer;
	text-align: center;
}
#con_main2{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
#form_area, #eval_table, #eval_user_list{
	width: 100%;
	float: left;
}
#eval_user_list{
	max-height: 150px;
    	overflow: auto;
 }
 #resp_list_area2 .col{
 	padding-left: 3px;
 	padding-right: 3px;
 }
 #eval_table{
	border: 1px solid #cdcdcd;
	padding: 0px;
	max-height: 350px;
    	overflow: auto;
 }
 #inc_eval_table_con{
	width: 95%;
	margin: auto;
	border: 1px solid #cdcdcd;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #ffffff;
 }
#main_slider{
	float: left;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
#main_slider_con{
	float: left;
	width: 100%;
	text-align: left;
	background: #fff;
}
#main_slider_con2{
	float: left;
	margin-top: 0px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	height: 200px;
	text-align: center;
}
#board_slider{
	float: left;
	width: 100%;
}

#board_slider_con{
	float: left;
	margin-top: 15px;
	width: 100%;
	text-align: center;
}

#job_slider{
	float: left;
	/*background : url('/img/main/board_top.jpg') no-repeat center top #fff;*/
	background: #fff;
	background-size: 1000px;
	width: 100%;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
}
#job_slider_con2{
	float: left;
	margin-top: 0px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
}
#slider_con_1{
	float: left;
	width: 96%;
	margin-top: 30px;
	margin-left: 2%;
	margin-right: 2%;
	padding: 10px;
	text-align: center;
}
.g_point_color{
	color: #185ec4;
}
.g_point_bold{
	font-weight: bold;
}
.main_slider_sub_con_area{
	float: left;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}
.main_slider_sub_con{
	float: left;
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 15px;
	border-bottom: 1px solid #cdcdcd;
}
.nv_bt{
	background: #6f43cc;
	color: #fff;
	border: 0px;
	border-radius: 3px;
	padding: 10px;
	cursor: pointer;
}

.nv_bt:hover{
	font-weight: bold;
}
#main_slider_menu a{
	font-size: 14px;
 	font-weight: 700;
 	font-family: 'Noto Sans KR', sans-serif;
}

#sub_top_banner{
	float: left;
	background : #fff;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
}

#sub_top_banner_con{
	float: left;
	padding: 20px;
	width: 100%;
}
div{
	white-space:normal;
	word-break:break-all;
}

#sub_top_welcome_con{
	float: left;
	margin: 5%;
	width: 90%;
	background: #fff;
	text-align: center;
}
.sub_top_img{
	max-width: 100%; 
	margin-bottom: 20px;
}
/*Step bar area */
 .container {
  width: 100%;
}

.progressbar {
  counter-reset: step;
}
.progressbar li {
  list-style: none;
  display: inline-block;
  width: 31%;
  position: relative;
  text-align: center;
}
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height : 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
}
.progressbar li:after {
  content: "";
  position: absolute;
  width: 68%;
  height: 1px;
  background-color: #ddd;
  top: 15px;
  left: -37%;
  z-index : 0;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #185ec4;
}
.progressbar li.active:before {
  border-color: #185ec4;
  background: #185ec4;
  color: #fff;
  z-index : 1;
} 
.progressbar li.active + li:after {
  background-color: #185ec4;
}
/*Step bar area finished*/
#main_con_left{
	width: 96%;
	margin-top: 10px;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
}
#main_con_right{
	width: 96%;
	margin-top: 10px;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
}
#admin_menu_area{
	width: 100%;
	display: none;
}
#mobile_search{
	text-align: right;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
.search_img{
	vertical-align:middle;
	margin-bottom: 3px;
}
.mobile_hide{
	display: none;
}
#left_search_area{
}
#left_set_area{
	display: none;
}
#mail_msg_form{
	display: none;
}
.main_con_left_w{
	width: 100%;
}
.con_outline_none{
	float: left;
	width: 100%;
	padding : 10px;
	border: 1px solid #cdcdcd;
	background: #fff;
	margin-bottom: 30px;
	border-radius: 5px;
}
.search_area{
	float: left;
	width: 100%;
	text-align: center;
	background: #E3E3E2;
	border-radius: 30px;
	padding: 10px;
	margin-bottom: 30px;
}
.search_area input, .search_area select{
	width: 95%;
}
#search_value{
	background: #E3E3E2;
	border: 0px;
	padding: 10px;
	margin-right: 10px;
	width: 80%;
}
.search_bt{
	width: 30px;
}
.search_area button{
	display: inline-block;
}
.main_con_right_w{
	width: 100%;
}
.main_con_right_w img{
    max-width: 100%;
}
#login_con_area{
	width: 100%;
	clear: both;
	float: left;
	margin-top: 10px;
}
.u_type{
	font-size: 11px;
}
.login_con_left{
	width: 100%;
	float: left;
	text-align: center;
}
.login_con_left img{
	width: 50%;
}
.login_con_right{
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
}
#login_area{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
 	font-weight: 700;
 	font-family: 'Noto Sans KR', sans-serif;
}
#login_area p{
	margin-top: 10px;
	width: 76%;
	margin-left: auto;
	margin-right: auto;
	line-height: 15px;
 	text-align: center;
}
#login_area h1{
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}
#sub_con_left_detail{
	float: left;
	margin-top: 30px;
	width: 680px;
	margin-right: 20px;
}
#sub_con_right_detail{
	float: left;
	width: 300px;
	margin-top: 30px;
}
.sub_con_left_w{
	width: 680px;
}

.sub_con_right_w{
	width: 300px;
}

#sub_top_menu{
	font-size: 18px;
	color: #ceeeeb;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#sub_top_menu a{
	font-size: 18px;
	color: #ffffff;
}
.list_search_area{
	background: #37bc9b;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 20px;
}
.list_search_area select{
	padding: 5px;
	border-radius: 5px;
}
.list_search_area_gray{
	background: #efefef;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 20px;
}
.subtitle_mint_gr{
	border-radius: 3px;
	background : #37bc9b;
	text-align: center;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

.subtitle_mint_gr a{
	color: #fff;

}

.con_outline{
	float: left;
	width: 100%;
	padding : 2%;
	border: 1px solid #cdcdcd;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 5px;
}
.con_outline ol, .con_outline ul{
	margin-left: 20px;
	list-style:none;
}
.con_outline li{
	list-style:none;
}
.menu_mypage{
	background: #efefef;
	display: none;
}
.main_con_title{
	color: #717171;
 	font-weight: 700;
 	line-height: 1.3em;
 	font-family: 'Nanum Gothic';
 	text-align: left;
 	margin-bottom: 10px;
 	margin-top: 10px;
}
.mypage_con_list{
	width: 100%;
	float: left;
}
.mypage_item{
	float: left;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	margin-bottom: 10px;
}
.con_area{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.label_s{
	cursor: pointer;
}
.main_campaign_list{
	float: left;
	width: 100%;
	padding: 5px;
}
.main_campaign_con_img_area{
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	width: 100%;
	height: 120px; 
	border: 1px solid #cdcdcd;
	border-radius: 15px;
}
.main_story_list{
	float: left;
	width: 100%;
	padding: 5px;
}
#news_letter_area{
	padding-top: 30px;
	padding-bottom: 30px;
}
#news_letter_title{
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.news_letter_input{
	border: 0px;
	color: #B3D5FA;
	border-bottom: 1px solid #1D81ED;
	padding: 5px;
	margin-top: 10px; 
	margin-bottom: 10px;
	margin-right: 15px;
	width: 30%;
}
.news_letter_input::placeholder{
	color: #B3D5FA;
}
.main_campaign_con_txt_area{
	float: left;
	width: 100%;
	padding-bottom: 5px;
}
.moive_con_img_area{
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	width: 100%;
	height: 120px; 
	border: 1px solid #cdcdcd;
	border-radius: 15px;
}
.campaign_con_list{
	float: left;
	width: 100%;
	border-bottom: 1px solid #cdcdcd;
}
.con_detail_area{
	float: left;
	width: 100%;
	padding: 10px;
}

.campaign_con_txt_area{
	float: left;
	width: 100%;
	padding-top: 10px;
}
.campaign_con_img_area{
	float: left;
	border: 1px solid #cdcdcd;
	margin-top: 5px;
	margin-right: 15px;
	width: 100%;
	height: 100px; 
}
.campaign_con_txt_area_detail{
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 17px;
	margin-top: 5px;
}
.campaign_con_txt_area_detail h3{
	font-weight: bold;
}

.detail_con_area{
	float: left;
	width: 100%;
	padding: 0px;
}

.detail_con_txt_area{
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 17px;
	margin-top: 5px;
}
.detail_con_txt_area h3{
	font-weight: bold;
}
.detail_con_txt_area pre{
	white-space:normal;
	word-break:break-all;
}
.con_detail_h3{
	color:  #079db6;
}

.tag_area{
	float: left;
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tag_con{
	float: left;
	font-size: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #ffaa43;
	color: #ffaa43;
	border-radius: 20px;
	padding-left: 5px;
	padding-right: 5px;
	background: #fff;
	line-height: 24px;
}
.team_con_txt_area{
	float: left;
	margin-left: 15px;
	width: 483px;
	padding-top: 0px;
}
.team_con_txt_area_detail{
	font-size: 12px;
	line-height: 17px;
	margin-top: 5px;

}
.team_sub_event_menu{
	width: 100%;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;

 	font-family: 'Nanum Gothic';
 	font-size: 15px;
 	line-height: 25px;
}
.con_detail_h3{
	color:  #079db6;
}
.swoker_con_list{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.swoker_con_color_area{
	float: left;
	width: 140px;
	padding: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #8b73b3;
	text-align: center;
	color: #009eb4;
 	font-weight: 350;
 	font-family: 'Nanum Gothic';
 	font-size: 20px;
 	line-height: 25px;
}
.swoker_con_color_area_h{
	width: 100%;
 	font-size: 30px;
 	line-height: 35px;
 	font-weight: bold; 
	text-align: center;
 	color: #fff;
 	padding-bottom: 10px;
}

.tag_area{
	float: left;
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tag_con{
	float: left;
	font-size: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #ffaa43;
	color: #ffaa43;
	border-radius: 20px;
	padding-left: 5px;
	padding-right: 5px;
	background: #fff;
	line-height: 24px;
}
.main_mail_list{
	width: 100%;
}
.main_mail_con{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cdcdcd;
}
/*서브메뉴 메뉴영역 */
.submenu_top_bg{
	background: url("/img/sub_top_bg.png");
	width: 100%;
	height: 100px;
}
.submenu_top_area{
	overflow-x: auto;
	max-width: 100%;
	width: 100%;
	float: left;
	overflow-x: scroll;
	overflow-y: none;
}
.submenu_top_list{
	width: 100%;
	height: 60px;
	text-align: center;
	word-break : nowrap; 
	overflow-x: auto;
	display: flex;
}
.submenu_top_con{
	display: inline-block;
	padding: 5px;
  	flex-shrink: 0;
}
.submenu_top_con a {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #777773;
	text-align: center;
	display: inline-block;
	text-align: center;
	padding: 10px 5px;
	text-decoration: none;
	border-bottom: 3px solid transparent;
	/* border-bottom: 3px solid transparent; */
}

.submenu_top_con a:hover {
	border-bottom: 3px solid #1D81ED;
	color:#1D81ED;
	border-width:  1%;
}

.submenu_top_con a.active {
	border-bottom: 3px solid #1D81ED;
	color: #1D81ED;

}

.board_con_all{
	float: left;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sub_con_detail_area{
	float: left;
	text-align: center;
	width: 90%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5%;
	padding-right: 5%;
}

.mission_dona_area{
	float: left;
	text-align: center;
	width: 100%;
	background: #f7f0d9;
	margin-top: 20px;
	padding-top: 20px;

}
.mission_dona_con{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.sub_con_1200{
	float: left;
	width: 1200px;
	margin-left: auto;
	margin-right :auto;
}
.submenu_list{
	width: 100%;
}
.submenu_list hr{
	margin-top: 10px;
	margin-bottom: 10px;
}
.submenu_list_con{
	float: left;
	width: 100%;
	display: inline-block;
	padding: 5px;
	border: 1px solid #cdcdcd;
  	font-family: 'Nanum Gothic';
	font-weight: normal;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #fff;
}

/*하단 영역*/
#con_main_bottom{
	float: left;
	text-align: center;
	width: 100%;
	padding-top: 30px; 	
	padding-bottom: 30px;
	background: #fff;
	border-top: 1px solid #cdcdcd;
}
#cmb_con{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
#cmb_con1{
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.date_st{
	color: #8f8f8f;
	font-size: 11px;
}
#bottom_area{
	float: left;
	text-align: center;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #313030;
}
#bottom_con{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	color: #e5e5e5;
	text-align: center;
}
#bottom_con_logo{
	width: 100%;
	float: left;
	padding-top: 20px;
	text-align: center;
	color: #e5e5e5;
}
#bottom_logo{
	margin-bottom: 15px;
}
.bottom_sns{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 25px;
	width: 40px;
}
#bottom_con_txt{
	width: 100%;
	border-top: 1px solid #777773;
	float: left;
	color: #e5e5e5;
	text-align: center;
	padding-top: 30px;
	margin-top: 30px;
}
/*sub page*/
#sub_top{
	float: left;
	background : #fff;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	width: 100%;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
}
#sub_top_con{
	float: left;
	padding: 20px;
	margin-bottom: 10px;
	background: #fff;
}
#sub_navigator{
	width: 100%;
	float: left;
	text-align: right;
	margin-top: 10px;
}
#sub_navigator2{
	width: 100%;
	float: left;
	text-align: right;
}
#sub_con_area{
	margin-top: 10px;
	width: 100%;
	background : #fff;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	float: left;
}
#sub_con_zone{
	float: left;
	width: 960px;
	padding: 20px;
}
#sub_con_zone2{
	float: left;
	width: 100%;
	padding: 20px;
}
.inno_table{
	width: 100%;
	border: 0px;
	border-top: 1px solid #313030;
	border-collapse: collapse;
}
.inno_table th{
	font-weight: bold;
	border: 0px;
	border-bottom: 1px solid #313030;
	padding: 10px;
}
.inno_table td{
	font-weight: bold;
	border: 0px;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px;
}
.inno_table_last_tr td{
	font-weight: bold;
	border: 0px;
	border-bottom: 1px solid #313030;
	padding: 5px;
}
.inno_table .price_td{
	text-align: right;
}
.inno_table table tr td{
	padding: 5px;
}
.inno_table img{
	max-width: 100%;
}
.com_img{
	max-width: 140px;
}
.com_img_area{
	float: left;
	width: 140px;
	padding: 0px;
	text-align: center;
}
.gray_area{
	padding: 10px;
	background: #f7f7f8;
}
.result_area{
	float: left;
	border-top:1px solid #cdcdcd;
	margin-top: 20px;
	padding-top: 10px;
}
.inno_checkbox{
	background: #fff;
	border:1px solid #cdcdcd;
	margin-top: 5px;
}
.total_tr td{
	background: #434a54;
	color: #fff;
}
#login_area{
	font-size: 14px;
 	font-weight: 250;
 	font-family: 'Noto Sans KR', sans-serif;
}
#sub_con_area select{
	padding: 5px;
	width: 100%;
	border:1px solid #cdcdcd;
	color: #8d8d8d;
}
#sub_con_area input{
	color: #8d8d8d;
	padding: 5px;
}
#search_result_table tr td{
	text-align: center;
}
#addr_2, #addr_3{
	display: none;
}
.div_alert{
  border: 1px solid #e85757;
  width: 96%;
  margin-top: 15px;
  padding: 2%;
}


/*폼 뷸더 관련*/
.form_move_icon_area{
	width: 100%;
	float: left;
	padding: 5px;
	background: #efefef;
	margin-bottom: 10px;
}
.form_title_area{
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.form_required_area{
	width: 100%;
	float: left;
	margin-top: 5px;
	text-align: left;
}
.form_required_area a{
	text-decoration: underline;
	cursor: pointer;
}
.form_memo_area{
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.form_type_area{
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.form_move_area{
	width: 60%;
	float: left;
	text-align: left;
	cursor: pointer;
}
.form_dell_area{
	width: 40%;
	float: left;
	text-align: right;
}
.form_option_area{
	width: 100%;
	float: left;
}
.form_option_con{
	display: none;
	width: 100%;
	float: left;
}
.list-group-item{
	float: left;
	width: 100%;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.list-group-item:first-child{
	border: 1px solid #cdcdcd;
}
.form_option_con_detail{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.form_option_con_input{
	float: left;
	width: 70%;
	text-align: left;
}
.form_option_con_bt{
	float: left;
	width: 30%;
	min-width: 30px;
	text-align: left;

}
.form_option_con_bt .fa{
	padding-left: 10px;
}
.add_more_radio{
	cursor: pointer;
}
#workspace_preview_con{
	padding: 10px;
}
#workspace_preview_con h3{
	margin-top: 15px;
}
/*Guide 영역*/
#workspace_preview_guide{
	padding: 10px;
	overflow: auto;
}
#workspace_preview_guide h1{
	line-height: 35px;
}
#outline_preview{
	float: left;
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 15px;
	width: 100%;
	max-height: 90%;
}
#outline_preview img{
	max-width: 100%;
}
.form_preview{
	width: 100%;
	float: left;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
}
.form_icon_area{
	width: 100%;
	padding: 5px;
	float: left;
	font-size: 10px;
	display: none;
}
.form_icon{
	padding: 2px;
	width: 40px;
}
.form_icon_area button{
	float: left;
	width: 50%;
	background: #ffffff;
	border: 1px solid #cdcdcd;
	margin-bottom: 3px;
}
.form_icon_area button:hover{
	width: 50%;
	background: #efefef;
	border: 1px solid #cdcdcd;
	margin-bottom: 3px;
}
.field_type{
	display: none;
}
.form_type_txt{
	font-weight: bold;
}
.form_type_txt_area a{
	cursor: pointer;
	text-decoration: underline;
}
#form_area{
	height: 100%;
	overflow: auto;
}
#workspace_preview_con{
	height: 100%;
	overflow: auto;
}
#bt_show_preview_modal{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

/*bottom area*/
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	border-radius: 10px;
	color:#cdcdcd;
	padding: 15px;
	border-radius: 10px;
	width: 78px;
	background: #fff;
	opacity: .80;
}


#myBtn img{
	margin-top: 5px;
	margin-bottom: 5px;
}
#myBtn:hover{
	opacity: 1;
}


/*소개페이지 관련*/
.Body2Regular{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #777773;
	text-align: center;
	margin-top: 10px;
}
.introduce_img{
	max-width: 100%;
	margin-bottom: 30px;
}
.introduce_img_desktop{
	display: none;
}
.introduce_img_mobile{
	display: inline-block;
	max-width: 100%;
}
.video_wrapper {
	margin: 30px auto;
	width: 100%;
	height: 230px;
}

.video_wrapper iframe {
	width: 100% !important;
	height: 100% !important;
}
#mission-article{
	float: left;
	width: 100%;
}
.mission_article_content {
	display: inline-block;
}

.mission {
	display: flex;
	flex-direction: column;
	text-align: left;
	gap: 10px;
	margin-bottom: 20px;
}
/*기업후원 */
.image_area_container{
	flex-direction: column;
	margin: 0px 0;
	flex-wrap: wrap;
	margin: 0 auto;
}
.image_area_container img{
	width: 50%;
}
.image_area_container_margin{
	margin: 20px 0;
}
.company_con{
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
.image_area_container> div {
	width: 100%;
	text-align: center;
	line-height: 75px;
	font-size: 30px;
}
.image_participation{
	width: 100%;
  
  }
  .image_participation>div{
	  width: 100%;
	  margin: 10px;
  }
 .image_participation img{
 	width: 100%;
 }

  .Contents_area_flex{
	margin: 40px 0px;
	display: flex;
	flex-wrap: wrap;
  }
  .Contents_area_box {
	width: 100%;
	text-align: left;
	margin: 1%;
	padding: 15px;
	border:  2px solid #1D81ED;
  }
  .Contents_area_box table{
  	width: 100%;
  }
.company_benefit_left{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.company_benefit_icon{

}
.company_benefit_right{
	float: left;
	width: 100%;
	text-align: center;
}
.company_benefit_right h3, .company_benefit_right p{
	text-align: center;
}
.Contents_area_Icons{
	margin: 60px;
}

.Contents_area_Icons_flex_container{
	float: left;
	width: 100%;
}
.Contents_area_Icons_flex_container> div {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 75px;
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cdcdcd;
}

.sponsorship_list{
	float: left;
	width: 100%;
	background-color: #E3E3E2;
	padding: 30px;
}

.sponsorship_list_below{
	float: left;
	text-align: center;
	width: 100%;
	padding: 30px;
}
/*조직/연혁*/
.history_year{
	float: left;
	background-color: white;
	color: black;
	width: 100%;
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	cursor: pointer;
	margin-bottom: 0px;
	border: 0px solid #E3E3E2;
	background: #2196F3;
	color: white;
}
.history_table_area{
	width: 100%;
	float: left;
	overflow-x: auto;
}
.history_table_area table{
	width: 100%;
}
.history_table_area table, .history_table_area tr {
	border-bottom: 1px solid #ddd; 
	border-collapse: collapse; 
}
.history_table_area td{
	padding: 16px;
	border-bottom: 1px solid #ddd; 
}
.history_table_area th {
	padding: 19px;
	border-top: 1px solid #1D81ED;
}
.history_month{
	width: 80px;
}
.history_con{
	font-weight: normal;
}
.history_con img{
	max-width: 100%;
}
/*정기후원*/
.dona_banefit{
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
.dona_banefit img{
	margin-bottom: 15px;
	max-width: 100%;
}
/*투명경영*/
.audit_tax {
	margin: 0 auto;
	max-width: 800px;
	padding: 30px;
}
.btnLink {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	margin-bottom: 18px;
	text-align: center;
	border: 1px solid #777773;
}

.btnLink a {
	user-select: none;
	font-family: Noto Sans KR;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 35px;
	letter-spacing: -1.24px;
	padding: 18px;
	color: #777773;
}

.clean_img_area{
	clear:both;
	height: 300px;
	width: 100%;
	background-image: url("/img/Myanmar_kids1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.fundraising{
	clear:both;
	width: 1200px;
	padding: 30px;
}
/*함께하는 사람들*/
.director_list {
	max-width: 90%;
	margin: 143px auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.each_director {
	margin-bottom: 70px;
	padding-left: 15px;
}

.each_director_img {
	float: left;
	width:100%;
	margin-bottom: 10px; 
	clear: both;
}
.position_tag {
	display: inline-block;
	padding-right: 10px;
	color: #393935;
}

.occupations {
	padding: 0;
	list-style: none;
}

.occupations li {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -0.08px;
	padding: 8px 0;
}
/*협업단체*/
/* COLLABORATIVE ORGANIZATION */
/* Collab Section Header */
.collab_container {
	float:left;
	width: 100%;
	padding: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.bg_gray {
	background-color: rgba(227, 227, 226, 1);
}
/* Collab Section Header */
.collab_header {
	max-width: 100%;
	margin: 0 auto;
}

.collab_topline {
	border-top: 3px solid #1d81ed;
	width: 82px;
	padding-top: 22px;
	/* padding: 22px 16px 0 16px; */
}

.collab_title {
	color: #393935;
	padding-bottom: 0px;
	/* padding: 0 16px 40px 16px; */
}

/* Banner Setting */
.banner_img_wrapper {
	max-width: 100%;
	margin-top: 30px;
}

.banner_img_wrapper img {
	display: block;
	width: 100%;
}

.side_banner_content {
	max-width: 50%;
}

.banner_content,
.banner_subTitle {
	padding: 0 16px;
}

.side_banner_content *,
.banner_content *,
.banner_subTitle {
	padding-bottom: 25px;
}

.banner_subTitle,
.banner_content {
	max-width: 1200px;
	margin: 0 auto;
}

.banner_content button,
.side_banner_content button {
	padding-bottom: 0px;
}

.banner_content ul *,
.side_banner_content ul * {
	padding-bottom: 0px;
}

.banner_content ul,
.side_banner_content ul {
	padding-left: 23px;
}

#banner5,
#banner7 {
	gap: 0px;
}

.banner_listTitle {
	display: block;
}

.banner_listTitle h3 {
	width: 100%;
	padding: 10px;
}

.collab_btn {
	cursor: pointer;
	width: 145px;
	height: 50px;
	border: 1px solid #393935;
	background: transparent;
	box-sizing: border-box;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.08px;
}

.collab_btn:hover{
	border: 1px solid #393935;
	background: #efefef;
}

.collab_topline {
	border-top: 3px solid #1d81ed;
	width: 82px;
	padding-top: 22px;
	/* padding: 22px 16px 0 16px; */
}


/* Banner Setting */
.banner {
	max-width: 100%;
	display: block;
	align-items: center;
	margin-bottom: 30px;
}

.side_banner_content {
	max-width: 100%;
}

.banner_content,
.banner_subTitle {
	padding: 0 16px;
}

.side_banner_content *,
.banner_content *,
.banner_subTitle {
	padding-bottom: 25px;
}

.banner_subTitle,
.banner_content {
	max-width: 1200px;
	margin: 0 auto;
}

.banner_content button,
.side_banner_content button {
	padding-bottom: 0px;
}

.banner_content ul *,
.side_banner_content ul * {
	padding-bottom: 0px;
}

.banner_content ul,
.side_banner_content ul {
	padding-left: 23px;
}

#banner5,
#banner7 {
	gap: 0px;
}

/*재정보고*/
.finance_top_menu_area, .people_top_menu_area, .history_top_menu_area{
	float: left;
	width: 100%;
}
.finance_top_bt, .people_top_bt{
	float: left;
	border: 1px solid #E3E3E2;
	background-color: white;
	color: black;
	width: 50%;
	height: 55px;
	padding: 11px;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #E3E3E2;
	cursor: pointer;
	margin-bottom: 28px;
}

.finance_top_selected, .people_top_selected{
	border: 0px solid #E3E3E2;
	background: #2196F3;
	color: white;
}
.finance_top_bt:hover, .people_top_bt:hover{
	border: 1px solid #2196F3;
	color: #2196F3;
}
.finance_top_bt:hover > a, .people_top_bt:hover > a{
	color: #2196F3;
}
.finance_top_menu_area select {
	display: block;
	margin: 0 auto;
}
#finance_tms_years,#history_tms_years{
	width: 30%;
	text-align: center;
	margin-bottom: 28px;
	border:0px;
	outline:0px;
	border-bottom: 1px solid #777773;
}

.h1Bold{
	font-weight: bold;
	font-size: 25px;
	line-height: 47px;
	text-align: center;
	letter-spacing: -0.36px;
	color: #393935;
}
.btnflex{
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.finance_table_area{
	width: 100%;
	float: left;
	margin-top: 30px;
	overflow-x: auto;
}
.finance_table_area table{
	min-width: 800px;
}
.finance_table_area table, .finance_table_area tr {
	border-bottom: 1px solid #ddd; 
	border-collapse: collapse; 
}
.finance_table_area td{
	padding: 16px;
	border-right: 1px solid #ddd; 
}

.finance_table_area tfoot ,.finance_table_area th:last-child{
	border: 1px solid #777773;
	border-right-style: none;
}
.finance_table_area td:last-of-type{
	border-right-style: none;
}
.finance_table_area th {
	padding: 19px;
	background: #E3E3E2;
	border: 1px solid #777773;
}
.finance_table_area th:nth-of-type(1),.finance_table_area tfoot:nth-of-type(1){
	border-left-style: none;
}
/* Banner */

.finance_sub_menu_area{
	align-items: center;
	display: block;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
}
.fsm_bt{
	float: left;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    letter-spacing: -1.24px;
    color: #777773;
    background: #FFFFFF;
    width: 48%;
    height: 50px;
    margin:  1%;
    border: 1px solid #777773;
}
.fsm_bt img{
	vertical-align: middle;
}

.Caption1_Regular{ 
	font-size: 12px;
	float: right;
	color: #777773;
}
/* Banner */
.banner_article_mobile, .banner_mobile{
	width: 100%;
}
.banner_article_mobile{
	padding-bottom: 30px;
}
.banner_article {
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
}

.banner_btn {
	cursor: pointer;
	background-color: rgba(242, 127, 43, 1);
	width: 248px;
	height: 50px;
	position: relative;
	z-index: 3;
	top: 40px;
	right: -100px;
	top: 40px;
	right: calc(1vw - 10%);
	border: none;
	border-radius: 10px;
}
.banner_btn_mobile_area{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.banner_btn_mobile {
	background-color: rgba(242, 127, 43, 1);
	margin: 0 auto;
	width: 100%;
	height: 50px;
	border: none;
	border-radius: 10px;
}

#share_zone{
  position: fixed;
  bottom: 20px;
  z-index: 50;
  width: 90%;
  left: 5%;
  right: 5%;
}


#recommend{
  float: left;
  width: 25%;
  min-width: 80px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  background: #777773;
  border-radius: 10px 0px 0px 10px;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 15px;
}
#recommend a,#sns_area a,#dona_area a{
  color: #fff;
}
#sns_area{
  float: left;
  width: 25%;
  min-width: 80px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #777773;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 15px;
}
#dona_area{
  float: left;
  width: 43%;
  min-width: 100px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #1D81ED;
  border-radius: 0px 10px 10px 0px;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.sns_area_on{
  clear: both;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: 10px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #ffffff;
}