@charset "UTF-8";

/* sub_common */

.sub_each {
margin-bottom: 60px;
}
.sub_each:last-of-type {
margin-bottom: 0;
}
.sub_tit1 {
position: relative;
margin-bottom: 30px;
padding-bottom: 10px;
color: #333;
font-size: 1.53em;
font-weight: 500;
}
.sub_tit1:after {
content: '';
display: block;
position: absolute;
left: 0;
bottom: 0;
width: 60px;
height: 2px;
background-color: #4d8cd3;
}
.sub_tit2 {
margin-bottom: 10px;
color: #2e51ad;
font-size: 1.06em;
font-weight: 500;
}
/* sub_layout */
.sub_con {
padding-bottom: 60px;
}
/* sub_top */
.sub_top {
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.sub_top_tit {
margin: 0 -640px;
padding: 121px 640px 84px;
font-family: 'NanumSquare';
font-weight: 800;
font-size: 2.813em;
line-height: 50px;
color: #ffffff;
text-align: center;
background: url('/images/common/sub-top-via.jpg') 0 bottom/cover no-repeat;
}
/* bread_box */
.bread_box {
position: relative;
margin: -30px 0 0;
background: #11a151;
}
.bread_box .container {
z-index: 10;
}
.breadcrumb > li {
display: inline-block;
position: relative;
float: left;
color: #5a5a5a;
}
.breadcrumb > li > a {
display: block;
min-width: 360px;
padding-left: 30px;
border-right: 1px solid rgba(255, 255, 255, 0.25);
padding-right: 60px;
height: 61px;
background: url('/images/common/sub-tab-icon.png') right 40px top 23px no-repeat;
font-family: 'Noto Sans KR';
font-size: 1em;
line-height: 61px;
color: #ffffff;
}
.breadcrumb > li.home {
width: 73px;
}
.breadcrumb > li.home > a {
display: inline-block;
min-width: inherit;
width: 73px;
padding: 0;
color: #fff;
text-align: center;
font-size: 16px;
background: none;
}
.breadcrumb > li.home > a i {
margin-top: -5px;
}
.breadcrumb>li.home:after {
display: none;
}
.breadcrumb > li.not {
display: none;
}
.breadcrumb > li .depth_list {
display: none;
position: absolute;
left: 0;
top: 50px;
width: 100%;
background-color: #fff;
border: 1px solid #dfdfdf;
}
.breadcrumb > li .depth_list li {
border-bottom: 1px dashed #dfdfdf;
}
.breadcrumb>li .depth_list li:last-child {
border-bottom: 0;
}
.breadcrumb > li .depth_list li a {
display: block;
height: 30px;
line-height: 30px;
padding-left: 30px;
font-size: 0.867em;
}
.breadcrumb>li .depth_list li a:hover {
background-color: #f4f4f4;
}
.breadcrumb>li:after {
content: "";
display: inline-block;
position: absolute;
right: 15px;
top: 50%;
width: 8px;
height: 5px;
margin-top: -2px;
background: url('/images/sub/bread_arr.png') no-repeat;
vertical-align: middle;
}
.breadcrumb>li.on:after {
background-image: url('/images/sub/bread_arr_on.png');
}
.bread_box .btn_list {
position: absolute;
right: 0;
top: 1px;
}
.bread_box .btn_list > li {
position: relative;
float: left;
}
.bread_box .btn_list>li:first-child {
position: relative;
}
.bread_box .btn_list>li:first-child:after {
display: block;
content: '';
position: absolute;
top: 19px;
right: 0;
width: 1px;
height: 22px;
background: rgba(255, 255, 255, 0.25);
}
.bread_box .btn_list > li > a {
display: block;
width: 59px;
height: 61px;
line-height: 61px;
text-align: center;
color: #ffffff;
font-size: 18px;
}
.sub_share_box {
display: none;
position: absolute;
right: 0;
top: 65px;
width: 59px;
height: 122px;
padding: 16px 16px 13px;
background: url('/images/common/sns-box-img.png') 0 0/100% 100% no-repeat;
z-index: 100;
}
.sub_share_box.on {
display: block !important;
}
.sub_share_box li {
margin: 8px 0 0;
}
.sub_share_box li:first-child {
margin: 0;
}
.sub_share_box li a {
display: block;
width: 26px;
height: 26px;
line-height: 26px;
background-color: #3b5998;
color: #fff;
font-size: 17px;
text-align: center;
border-radius: 50%;
}
.sub_share_box li.twitter a {
background-color: #55acee;
}
.sub_share_box li.kakaostory a {
background-color: #fccb00;
}
.sub_share_box li.googleplus a {
background-color: #da4835;
}
.sub_share_box li.blog a {
background-color: #00c73c;
}




.sub_share_box2 {
display: none;
position: absolute;
right: 0;
top: 65px;
width: 59px;
height: 122px;
padding: 16px 16px 13px;
background: url('/images/common/sns-box-img.png') 0 0/100% 100% no-repeat;
z-index: 100;
}
.sub_share_box2.on {
display: block;
}
.sub_share_box2 li {
margin: 8px 0 0;
}
.sub_share_box2 li:first-child {
margin: 0;
}
.sub_share_box2 li a {
display: block;
width: 26px;
height: 26px;
line-height: 26px;
background-color: #3b5998;
color: #fff;
font-size: 17px;
text-align: center;
border-radius: 50%;
}
.sub_share_box li.twitter a {
background-color: #55acee;
}
.sub_share_box2 li.kakaostory a {
background-color: #fccb00;
}
.sub_share_box2 li.googleplus a {
background-color: #da4835;
}
.sub_share_box2 li.blog a {
background-color: #00c73c;
}

/* matching CSS */
.container .sub_area {
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 44px 0 234px;
}
.container .sub_area .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.625em;
line-height: 26px;
color: #000000;
}
.container .sub_area .table_cont {
margin: 42px 0 0;
}
.container .sub_area .table_cont.area_01 {
margin: 21px 0 0;
}
.container .sub_area .table_cont .table_title {
float: left;
width: 100%;
margin: 0 0 10px;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.250em;
line-height: 34px;
color: #000000;
}
.container .sub_area .table_cont .table_title a {
display: block;
float: right;
width: 115px;
height: 36px;
background: #000000;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 14px;
line-height: 36px;
color: #ffffff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
}
.container .sub_area .table_cont .table_title a:hover {
background: #393939;
}
.container .sub_area .table_cont .table_cont_area {}

.container .sub_area .table_cont .table_cont_area div {width: 100% !important;}
.container .sub_area .business_area .cont3 .table_cont .table_cont_area table tbody tr td p > img {width: 100% !important; height: inherit !important;}
.container .sub_area .business_area .cont3 .table_cont .table_cont_area table tbody tr td p {width: 100%;}
.container .sub_area .table_cont .table_cont_area span { /*width: 100%;*/ font-size: 1em !important;}
.container .sub_area .table_cont .table_cont_area div > span b {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word;}

.container .sub_area .table_cont .table_cont_area table {
width: 100% !important;
height: 100%;
border-top: 1px solid #000000;
}
.container .sub_area .table_cont .table_cont_area table tbody {
text-align: left;
}
.container .sub_area .table_cont .table_cont_area table tbody tr {
border-bottom: 2px solid #e2e2e2;
}
.container .sub_area .table_cont .table_cont_area table tbody tr th {
padding: 16px 0 16px 26px;
background: #f7f8f7;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
color: #000000;
}
.container .sub_area .table_cont .table_cont_area table tbody tr th .etc {
color: #ea3030;
}
.container .sub_area .table_cont .table_cont_area table tbody tr td {
padding: 16px 26px 16px 35px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
color: #000000;
word-break: keep-all;
}
.container .sub_area .table_cont .table_cont_area table tbody tr td .credit_text_area {}
.container .sub_area .table_cont .table_cont_area table tbody tr td .credit_text_area li {
position: relative;
padding: 0 0 0 15px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #000000;
word-break: keep-all;
}
.container .sub_area .table_cont .table_cont_area table tbody tr td .credit_text_area li:before {
display: block;
content: '';
position: absolute;
top: 10px;
left: 0;
width: 4px;
height: 4px;
background: #000000;
border-radius: 50%;
}
.container .sub_area .table_cont .table_cont_area table tbody tr td textarea {
resize: none;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_view_area {
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 44px 0 234px;
}
.container .sub_view_area .view_area {
border-top: 2px solid #000000;
border-bottom: 2px solid #e2e2e2;
padding: 55px 0 53px 42.032%;
background: url('/images/common/matching_view_bg.jpg') center center no-repeat;
}
.container .sub_view_area .view_area .sub_title {
font-family: 'Noto Sans KR';
font-weight: 400;
font-size: 1.125em;
line-height: 1.5;
color: #333333;
}
.container .sub_view_area .view_area .title {
margin: 16px 0 0;
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.519em;
line-height: 1.5;
color: #000000;
word-break: keep-all;
}
.container .sub_view_area .view_area .title span {
color: #11a151;
}
.container .sub_view_area .view_area .text_list_area {
margin: 16px 0 0;
}
.container .sub_view_area .view_area .text_list_area li {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_view_area .text {
margin: 14px 0 0;
font-family: 'Noto Sans KR';
font-size: 15px;
font-weight: 300;
line-height: 24px;
color: #7d7d7d;
text-align: center;
}
.container .sub_view_area .text.sty_01 {
color: #f42a2a;
}
.container .sub_view_area .btn_area {
margin: 47px 0 0;
}
/* // matching CSS */
/* movie-info CSS */
.container .sub_area .movie_info {}
.container .sub_area .movie_info .movie_info_area {}
.container .sub_area .movie_info .movie_info_area .sub_sch_box {
margin: 0 0 54px;
padding: 26px 340px 27px 19.766%;
background: none;
box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.12);
border-radius: 0;
}
.container .sub_area .movie_info .movie_info_area .sub_sch_box select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
max-width: 116px;
height: 45px;
border: 1px solid #d0d0d0;
padding: 0 0 0 18px;
background: url('/images/common/arr-icon.png') right 18px top 50% no-repeat;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #6a6a6a;
border-radius: 0;
}
.container .sub_area .movie_info .movie_info_area .sub_sch_box input {
height: 45px;
border: 1px solid #d0d0d0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #b8b8b8;
border-radius: 0;
}
.container .sub_area .movie_info .movie_info_area .slt_box {
padding: 0 5px 0 0;
}
.container .sub_area .movie_info .movie_info_area .st_sch_btn {
height: 45px;
right: 244px;
margin: -23px 0 0;
background: #000000;
border-radius: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .movie_info .movie_info_area .st_sch_btn:hover {
background: #393939;
}
.container .sub_area .movie_info .movie_info_area .table_cont {
overflow-y: hidden;
margin: 26px -30px -30px 0;
padding: 0 30px 30px 0;
}
.container .sub_area .movie_info .movie_info_area .name_info_area {
overflow: hidden;
margin: 0 -30px -30px 0;
padding: 0 30px 30px 0;
}
.container .sub_area .movie_info .movie_info_area .name_info_area .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.750em;
line-height: 1.5;
color: #000000;
text-align: center;
}
.container .sub_area .movie_info .movie_info_area .name_info_area .info_list-area {
margin: 17px 0 0;
border-top: 2px solid #000000;
border-bottom: 2px solid #e2e2e2;
}
.container .sub_area .movie_info .movie_info_area .name_info_area .info_list-area .list_area {
padding: 19px 0 21px 26.954%;
background: url('/images/common/movie-info-icon-bg.png') right 347px top 24px no-repeat;
}
.container .sub_area .movie_info .movie_info_area .name_info_area .info_list-area .list_area li {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 36px;
color: #000000;
word-break: keep-all;
}
.container .sub_area .movie_info .movie_info_area .name_info_area .info_list-area .list_area li span.day_text {
margin: 0 15px 0 0;
font-weight: 500;
}
.container .sub_area .movie_info .movie_info_area .pagination {}
.container .sub_area .movie_info .movie_info_area .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area .movie_info .movie_info_area .pagination a:last-child {
margin: 0;
}
.container .sub_area .movie_info .movie_info_area .pagination a.active,
.container .sub_area .movie_info .movie_info_area .pagination a:hover,
.container .sub_area .movie_info .movie_info_area .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area .movie_info .movie_info_area .pagination a.page_arrow {}
.container .sub_area .movie_info .movie_info_area .pagination a.page_arrow.l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area .movie_info .movie_info_area .pagination a.page_arrow.l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area .movie_info .movie_info_area .pagination a.page_arrow.r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area .movie_info .movie_info_area .pagination a.page_arrow.r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area .movie_info_area .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area .movie_info_area .pagination a:last-child {
margin: 5px 0 0;
}
}
/* // movie-info CSS */
/* business CSS */
.container .sub_area .business_area {}
.container .sub_area .business_area .cont1 {}
.container .sub_area .business_area .cont1 .inner {
border-top: 1px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9;
padding: 82px 0 94px 47.813%;
background: #f7f7f7 url('/images/common/bus_icon_icon.png') left 34% top 75px no-repeat;
}
.container .sub_area .business_area .cont1 .inner .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.875em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .business_area .cont1 .inner .text {
margin: 8px 0 0;
font-family: 'Noto Sans KR';
font-weight: 400;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .business_area .cont1 .inner .text .ft_color {
color: #f54040;
}
.container .sub_area .business_area .cont1 .btn_area {
text-align: center;
}
.container .sub_area .business_area .cont1 .btn_area a.green {
display: inline-block;
width: 88px;
}
.container .sub_area .business_area .cont2 {
margin: 85px 0 0;
}
.container .sub_area .business_area .cont2 .title_area {
text-align: center;
}
.container .sub_area .business_area .cont2 .title_area .title {
font-family: 'Noto Sans KR';
font-weight: 800;
font-size: 1.750em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .business_area .cont2 .title_area .text {
margin: 10px 0 0;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .business_area .cont2 .info_list_area {
position: relative;
margin: 34px 0 0;
border-top: 2px solid #000000;
border-bottom: 1px solid #e9e9e9;
}
.container .sub_area .business_area .cont2 .info_list_area:after {
display: block;
content: '';
position: absolute;
top: 0;
left: 0;
width: 45.739%;
height: 100%;
background: #f7f8f7;
z-index: -1;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list {
overflow: hidden;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .list {
float: left;
width: 49.528%;
margin: 0 3.7986% 0 0;
padding: 27px 20px 23px 4.375%;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li {
overflow: hidden;
padding: 0 0 0 6.747%;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li button {
display: block;
width: 100%;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li.current,
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li.current {
padding: 0 0 0 49px;
background: #f42a2a url('/images/common/chk-icon-02.png') left 31px top 13px no-repeat;
box-shadow: 3px 0 13px rgba(0, 0, 0, 0.3);
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li button span {
float: left;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 41px;
color: #000000;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li button span:first-child {
width: 36.198%;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li button span:last-child {
width: 57.846%;
text-align: center;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li button span.text {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 41px;
color: #000000;
text-align: left;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li button span.day {
padding: 0 0 0 20px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 41px;
color: #424242;
text-align: left;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li button span.day em {
width: 14px;
height: 14px;
padding: 0 0 0 20px;
background: url('/images/common/day-icon-off.png') 0 6px no-repeat;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li button span.day_none {
padding: 0 0 0 20px;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 41px;
color: #000000;
text-indent: -107px;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li button span.day_none em {
padding: 0 0 0 20px;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li.current button span,
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li.current button span {
color: #ffffff;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li.current button span.day em,
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li.current button span.day em {
background: url('/images/common/day-icon-on.png') 0 6px no-repeat;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li.current button span.day_none,
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li.current button span.day_none {
color: #ffffff;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .info_cont {
display: none;
float: left;
width: 46.6734%;
padding: 30px 20px 0 0;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .info_cont.current {
display: block;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .info_cont .info_text_area {
width: 100%;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .info_cont .info_text_area .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.500em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .info_cont .info_text_area .title .ft_color {
color: #f42a2a;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .info_cont .info_text_area .text {
height: 152px;
margin: 18px 0 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .info_cont .info_text_area .btn_area {
margin: 15px 0 0;
text-align: right;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .info_cont .info_text_area .btn_area a {
display: inline-block;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .info_cont .info_text_area .btn_area a.green {
width: 117px;
background: #11a151 url('/images/common/btn-icon-01.png') left 29px center no-repeat;
text-indent: 14px;
}
.container .sub_area .business_area .cont2 .info_list_area .info_list .info_cont .info_text_area .btn_area a.green:hover {
background: #11914a url('/images/common/btn-icon-01.png') left 29px center no-repeat;
}
.container .sub_area .business_area .cont3 {
margin: 47px 0 0;
}
.container .sub_area .business_area .cont3 .table_cont {
margin: 0;
}
.container .sub_area .business_area .cont3 .table_cont textarea {
padding: 5px;
resize: none;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .business_area .cont3 .table_cont .table_cont_area table tbody tr {
border: none;
}
.container .sub_area .business_area .cont3 .table_cont .table_cont_area table tbody tr td {
padding: 16px 0 0;
}
.container .sub_area .business_area .cont3 .btn_area {
float: inherit;
margin: 46px 0 0;
text-align: center;
}
.container .sub_area .business_area .cont3 .btn_area a {
display: inline-block;
}
.container .sub_area .business_area .cont3 .btn_area a.green {
width: 117px;
background: #11a151 url('/images/common/btn-icon-01.png') left 29px center no-repeat;
text-indent: 14px;
}
/* // business CSS */
/* join CSS */
.container .sub_area .join_title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 34px;
line-height: 1.5;
color: #000000;
text-align: center;
}
.container .sub_area .info_text {
margin: 45px 0 0;
}
.container .sub_area .info_text .join_info_text {
padding: 24px 10px 24px 33px;
background: url('/images/common/join-info-bg.jpg') 0 0/100% 100% no-repeat;
}
.container .sub_area .info_text .join_info_text li {
position: relative;
padding: 0 0 0 12px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 26px;
color: #424242;
}
.container .sub_area .info_text .join_info_text li:before {
display: block;
content: '';
position: absolute;
top: 12px;
left: 0;
width: 3px;
height: 3px;
background: #424242;
border-radius: 5px;
}
.container .sub_area .info_text .join_info_text li.ft_color {
color: #ee0000;
}
.container .sub_area .btn_area {}
.container .sub_area .btn_area a {
display: inline-block;
width: 150px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .btn_area a:hover {
background: #393939;
}
.container .sub_area .btn_area a.green {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .btn_area a.green:hover {
background: #11914a;
}
/* //join CSS */
.container .sub_area.compl {}
.container .sub_area.compl .btn_area {}
.container .sub_area.compl .btn_area .green {
width: 88px;
}
/* find CSS*/
.container .sub_area.find .title_area {}
.container .sub_area.find .title_area .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 18px;
line-height: 34px;
color: #000000;
}
.container .sub_area.find .title_area .info_text {
margin: 9px 0 0;
}
/*  //find CSS*/
/* individual CSS */
.container .sub_area.info_ind {}
.container .sub_area.info_ind .list_text_area {}
.container .sub_area.info_ind .list_text_area .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.625em;
line-height: 1.5;
color: #000000;
word-break: keep-all;
}
.container .sub_area.info_ind .list_text_area .list_cont {
margin: 30px 0 0;
border: 1px solid #eaeaea;
padding: 35px 35px 35px 19px;
}
.container .sub_area.info_ind .list_text_area .list_cont > li {
margin: 42px 0 0;
}
.container .sub_area.info_ind .list_text_area .list_cont>li:first-child {
margin: 0;
}
.container .sub_area.info_ind .list_text_area .list_cont > li .list_tit {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
word-break: keep-all;
}
.container .sub_area.info_ind .list_text_area .list_cont > li .list_txt {
margin: 11px 0 0;
}
.container .sub_area.info_ind .list_text_area .list_cont > li .list_txt .text_area {}
.container .sub_area.info_ind .list_text_area .list_cont > li .list_txt .text_area li {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #000000;
word-break: keep-all;
}
/* //individual CSS */
/* individual CSS */
.container .sub_area.copyr {}
.container .sub_area.copyr .list_text_area {}
.container .sub_area.copyr .list_text_area .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.625em;
line-height: 1.5;
color: #000000;
word-break: keep-all;
}
.container .sub_area.copyr .list_text_area .text {
margin: 35px 0 0;
font-family: 'Noto Sans KR';
font-size: 18px;
line-height: 1.5;
color: #000000;
word-break: keep-all;
}
.container .sub_area.copyr .list_text_area .list_cont {
margin: 31px 0 0;
border: 1px solid #eaeaea;
padding: 35px 35px 35px 19px;
}
.container .sub_area.copyr .list_text_area .list_cont > li {
margin: 31px 0 0;
}
.container .sub_area.copyr .list_text_area .list_cont>li:first-child {
margin: 0;
}
.container .sub_area.copyr .list_text_area .list_cont > li .list_txt {
margin: 11px 0 0;
}
.container .sub_area.copyr .list_text_area .list_cont > li .list_txt .text_area {}
.container .sub_area.copyr .list_text_area .list_cont > li .list_txt .text_area li {
position: relative;
padding: 0 0 0 20px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
word-break: keep-all;
}
.container .sub_area.copyr .list_text_area .list_cont>li .list_txt .text_area li:before {
display: block;
position: absolute;
top: 0;
left: 0;
}
.container .sub_area.copyr .list_text_area .list_cont>li .list_txt .text_area li.icon_01:before {
content: '①';
}
.container .sub_area.copyr .list_text_area .list_cont>li .list_txt .text_area li.icon_02:before {
content: '②';
}
.container .sub_area.copyr .list_text_area .list_cont>li .list_txt .text_area li.icon_03:before {
content: '③';
}
.container .sub_area.copyr .list_text_area .list_cont>li .list_txt .text_area li.icon_04:before {
content: '④';
}
.container .sub_area.copyr .list_text_area .list_cont > li .list_txt .text_area li span {
display: block;
color: #f71e1e;
}
.container .sub_area.copyr .list_text_area .btn_area.style3 {
width: 100%;
margin: 58px 0 0;
text-align: center;
}
.container .sub_area.copyr .list_text_area .btn_area.style3 a {
display: inline-block;
position: relative;
width: 333px;
height: 57px;
background: #0f5333;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 18px;
line-height: 57px;
color: #ffffff;
text-indent: 22px;
border-radius: 15px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
outline: none;
border: none;
}
.container .sub_area.copyr .list_text_area .btn_area.style3 a:hover {
box-shadow: none;
background: #126237;
outline-color: none;
outline-offset: 0;
transition: none;
}
.container .sub_area.copyr .list_text_area .btn_area.style3 a:before {
display: block;
content: '';
position: absolute;
top: 20px;
left: 21px;
width: 17px;
height: 16px;
background: url('/images/common/btn_icon_02.png') 0 0 no-repeat;
}
/* //individual CSS */
/* individual CSS */
.container .sub_area.refuseal {}
.container .sub_area.refuseal .refu_area {}
.container .sub_area.refuseal .refu_area .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.625em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.refuseal .refu_area .e_mail_area {
margin: 45px 0 0;
border-bottom: 1px solid #e2e2e2;
padding: 78px 11.954% 90px 38.829%;
background: #f8f8f8 url('/images/common/e-mail-icon.jpg') 24% 50% no-repeat;
}
.container .sub_area.refuseal .refu_area .e_mail_area .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.500em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.refuseal .refu_area .e_mail_area .text {
margin: 22px 0 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.refuseal .refu_area .e_mail_area .text .ft_color {
color: #11a151;
}
/* //individual CSS */
/* writer CSS */
.container .sub_area.writer {}
.container .sub_area.writer .cont {}
.container .sub_area.writer .cont .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.625em;
line-height: 1.5;
color: #000000;
word-break: keep-all;
}
.container .sub_area.writer .cont .writer_list_text_area {
margin: 38px 0 0;
}
.container .sub_area.writer .cont .writer_list_text_area .list {
overflow: hidden;
}
.container .sub_area.writer .cont .writer_list_text_area .list li {
float: left;
margin: 0 20px 20px 0;
}
.container .sub_area.writer .cont .writer_list_text_area .list li:last-child {
margin: 0 0 20px;
}
.container .sub_area.writer .cont .writer_list_text_area .list li button {
height: 43px;
border: 1px solid #dadada;
padding: 0 40px;
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.125em;
line-height: 41px;
color: #a2a2a2;
}
.container .sub_area.writer .cont .writer_list_text_area .list li.on button {
border: 1px solid #11a151;
background: #11a151;
color: #ffffff;
}
.container .sub_area.writer .cont .writer_list_text_area .list li.on:hover button,
.container .sub_area.writer .cont .writer_list_text_area .list li.on:focus button {
color: #ffffff;
}
.container .sub_area.writer .cont .writer_list_text_area .list li button:hover,
.container .sub_area.writer .cont .writer_list_text_area .list li button:focus {
border: 1px solid #11a151;
color: #11a151;
}
.container .sub_area.writer .cont .writer_area {
margin: 20px 0 0;
border-top: 2px solid #000000;
padding: 25px 0 0;
}
.container .sub_area.writer .cont .writer_area .writer_list {
overflow: hidden;
}
.container .sub_area.writer .cont .writer_area .writer_list > li {
width: 100%;
max-width: 296px;
float: left;
margin: 0 32px 32px 0;
}
.container .sub_area.writer .cont .writer_area .writer_list > li a {
display: block;
}
.container .sub_area.writer .cont .writer_area .writer_list > li.mb32 {
margin: 0 0 32px;
}
.container .sub_area.writer .cont .writer_area .writer_list > li a .imgs {
position: relative;
overflow: hidden;
z-index: -1;
max-width: 296px;
max-height: 166px;
}
.container .sub_area.writer .cont .writer_area .writer_list > li a .imgs img {
width: 100%;
height: 100%;
transition: all 0.8s ease;
}
.container .sub_area.writer .cont .writer_area .writer_list>li a:hover .imgs img,
.container .sub_area.writer .cont .writer_area .writer_list>li a:focus .imgs img {
transform: scale(1.1);
}
.container .sub_area.writer .cont .writer_area .writer_list>li a .imgs:before {
display: block;
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 199px;
height: 28px;
background: #ffffff;
z-index: 1;
}
.container .sub_area.writer .cont .writer_area .writer_list > li a .text_area {
margin: -18px 0 0;
padding: 0 0 0 11px;
}
.container .sub_area.writer .cont .writer_area .writer_list > li a .text_area .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.writer .cont .writer_area .writer_list > li a .text_area .title span.ft_color {
padding: 0 0 0 15px;
font-size: 15px;
color: #11a151;
}
.container .sub_area.writer .cont .writer_area .writer_list > li a .text_area .prize_list_area {}
.container .sub_area.writer .cont .writer_area .writer_list > li a .text_area .prize_list_area .list {
margin: 10px 0 0;
}
.container .sub_area.writer .cont .writer_area .writer_list > li a .text_area .prize_list_area .list li {
margin: 4px 0 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.writer .cont .writer_area .writer_list>li a .text_area .prize_list_area .list li:first-child {
margin: 0;
}
.container .sub_area.writer .cont .writer_area .writer_list > li a .text {
overflow: hidden;
height: 48px;
margin: 10px 0 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #9c9c9c;
}
/* //writer CSS */
/* situation CSS */
.container .sub_area.situation {}
.container .sub_area.situation .cont {}
.container .sub_area.situation .cont .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.625em;
line-height: 1.5;
color: #000000;
word-break: keep-all;
}
.container .sub_area.situation .cont .situation_list_text_area {
margin: 38px 0 0;
}
.container .sub_area.situation .cont .situation_list_text_area .list {
overflow: hidden;
}
.container .sub_area.situation .cont .situation_list_text_area .list li {
float: left;
margin: 0 20px 20px 0;
}
.container .sub_area.situation .cont .situation_list_text_area .list li:last-child {
margin: 0 0 20px;
}
.container .sub_area.situation .cont .situation_list_text_area .list li button {
height: 43px;
border: 1px solid #dadada;
padding: 0 40px;
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.125em;
line-height: 41px;
color: #a2a2a2;
}
.container .sub_area.situation .cont .situation_list_text_area .list li.on button {
border: 1px solid #11a151;
background: #11a151;
color: #ffffff;
}
.container .sub_area.situation .cont .situation_list_text_area .list li.on:hover button,
.container .sub_area.situation .cont .situation_list_text_area .list li.on:focus button {
color: #ffffff;
}
.container .sub_area.situation .cont .situation_list_text_area .list li button:hover,
.container .sub_area.writer .cont .writer_list_text_area .list li button:focus {
border: 1px solid #11a151;
color: #11a151;
}
.container .sub_area.situation .cont .situation_area {
border-top: 2px solid #000000;
padding: 35px 0 0;
}
.container .sub_area.situation .cont .situation_area .situation_list {
overflow: hidden;
}
.container .sub_area.situation .cont .situation_area .situation_list li {
float: left;
width: 100%;
max-width: 299px;
margin: 0 28px 28px 0;
}
.container .sub_area.situation .cont .situation_area .situation_list li:nth-child(4n) {margin: 0 0 28px 0;}
.container .sub_area.situation .cont .situation_area .situation_list li:last-child {
margin: 0;
}
.container .sub_area.situation .cont .situation_area .situation_list li .imgs {
overflow: hidden;
max-width: 299px;
max-height: 436px;
}
.container .sub_area.situation .cont .situation_area .situation_list li .imgs img {
width: 100%;
height: 100%;
transition: all 0.8s ease;
}
.container .sub_area.situation .cont .situation_area .situation_list li:hover .imgs img,
.container .sub_area.situation .cont .situation_area .situation_list li:focus .imgs img {
transform: scale(1.1);
}
.container .sub_area.situation .cont .situation_area .situation_list li .text_area {
margin: 17px 0 0;
text-align: center;
}
.container .sub_area.situation .cont .situation_area .situation_list li .text_area .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.situation .cont .situation_area .situation_list li .text_area .text {
margin: 7px 0 0;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 15px;
line-height: 1.5;
color: #11a151;
}
/* //situation CSS */
/* contract CSS */
.container .sub_area .contract .cont {
border: 1px solid #e1e1e1;
padding: 50px 5.235% 63px 5%;
background: url('/images/common/contract-bg.jpg') 0 0/100% no-repeat;
}
.container .sub_area .contract .cont .text_area {}
.container .sub_area .contract .cont .text_area .title {
position: relative;
padding: 0 0 16px;
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.625em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .contract .cont .text_area .title:before {
display: block;
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 63px;
height: 1px;
background: #000000;
}
.container .sub_area .contract .cont .text_area .title .ft_color {
color: #11a151;
}
.container .sub_area .contract .cont .text_area .text {
margin: 32px 0 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1.250em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .contract .cont .text_area .text .ft_color {
display: inline-block;
position: relative;
font-weight: 700;
}
.container .sub_area .contract .cont .text_area .text .ft_color:before {
display: block;
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 8px;
background: rgba(154, 229, 172, 0.6);
}
.container .sub_area .contract .cont .contract_list_area {
margin: 70px 0 0;
}
.container .sub_area .contract .cont .contract_list_area .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .contract .cont .contract_list_area .list_area {
margin: 12px 0 0;
}
.container .sub_area .contract .cont .contract_list_area .list_area .list {
overflow: hidden;
padding: 17px 15px 18px 50px;
background: #f3f3f3;
}
.container .sub_area .contract .cont .contract_list_area .list_area .list li {
position: relative;
float: left;
margin: 0 0 0 10.21%;
padding: 0 0 0 14px;
font-family: 'Noto Sans KR';
font-weight: 400;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .contract .cont .contract_list_area .list_area .list li:first-child {
margin: 0;
}
.container .sub_area .contract .cont .contract_list_area .list_area .list li:before {
display: block;
content: '';
position: absolute;
top: 50%;
left: 0;
width: 6px;
height: 6px;
margin: -3px 0 0;
background: #f88000;
border-radius: 15px;
}
.container .sub_area .contract .btn_area.style3 {
width: 100%;
margin: 58px 0 0;
text-align: center;
}
.container .sub_area .contract .btn_area.style3 a {
display: inline-block;
position: relative;
width: 100%;
max-width: 333px;
height: 57px;
background: #0f5333;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 18px;
line-height: 57px;
color: #ffffff;
text-indent: 22px;
border-radius: 15px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
outline: none;
border: none;
}
.container .sub_area .contract .btn_area.style3 a:hover {
box-shadow: none;
background: #126237;
outline-color: none;
outline-offset: 0;
transition: none;
}
.container .sub_area .contract .btn_area.style3 a:before {
display: block;
content: '';
position: absolute;
top: 20px;
left: 80px;
width: 13px;
height: 17px;
background: url('/images/common/btn_icon_03.png') 0 0 no-repeat;
}
/* //contract CSS */
/* map CSS */
.container .sub_area .map {}
.container .sub_area .map .map_info_area {}
.container .sub_area .map .map_info_area .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.250em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .map .map_info_area .list_area {
margin: 13px 0 0;
border-top: 2px solid #000000;
border-bottom: 2px solid #e2e2e2;
}
.container .sub_area .map .map_info_area .list_area li {
padding: 31px 0 26px 112px;
border-bottom: 1px dashed #d1d1d1;
}
.container .sub_area .map .map_info_area .list_area li.subway {
background: url('/images/common/subway_icon.png') 25px 50% no-repeat;
}
.container .sub_area .map .map_info_area .list_area li.bus {
background: url('/images/common/bus_icon.png') 25px 50% no-repeat;
}
.container .sub_area .map .map_info_area .list_area li:last-child {
border: none;
}
.container .sub_area .map .map_info_area .list_area li .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .map .map_info_area .list_area li .text {
margin: 4px 0 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
/* //map CSS */
/* time_matching CSS */
.container .sub_area .time_matching {}
.container .sub_area .time_matching .title_area {}
.container .sub_area .time_matching .title_area .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.625em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .time_matching .title_area .sub_text_area {
margin: 28px 0 0;
}
.container .sub_area .time_matching .title_area .sub_text_area .text_box {
padding: 24px 0 24px 58px;
background: url('/images/common/join-info-bg.jpg') 0 0/100% 100% no-repeat;
}
.container .sub_area .time_matching .title_area .sub_text_area .text_box li {
position: relative;
padding: 0 0 0 11px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 26px;
color: #424242;
word-break: keep-all;
}
.container .sub_area .time_matching .title_area .sub_text_area .text_box li:before {
display: block;
content: '';
position: absolute;
top: 12px;
left: 0;
width: 3px;
height: 3px;
background: #000000;
border-radius: 50%;
}
.container .sub_area .time_matching .title_area .sub_text_area .text_box li span.ft_color {
color: #ee0000;
}
.container .sub_area .time_matching .work_reading_area {}
.container .sub_area .time_matching .work_reading_area .cont {
margin: 32px 0 0;
}
.container .sub_area .time_matching .work_reading_area .cont .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.250em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .time_matching .work_reading_area .cont .work_list {
overflow: hidden;
margin: 17px 0 0;
padding: 0 42px;
}
.container .sub_area .time_matching .work_reading_area .cont .work_list li {
position: relative;
float: left;
padding: 0 10% 0 0;
}
.container .sub_area .time_matching .work_reading_area .cont .work_list li:after {
display: block;
content: '';
position: absolute;
top: 30%;
right: 25%;
width: 27px;
height: 14px;
background: url('/images/common/next-icon-02.png') 0 0 no-repeat;
}
.container .sub_area .time_matching .work_reading_area .cont .work_list li:last-child {
padding: 0;
}
.container .sub_area .time_matching .work_reading_area .cont .work_list li:last-child:after {
display: none;
}
.container .sub_area .time_matching .work_reading_area .cont .work_list li .imgs {}
.container .sub_area .time_matching .work_reading_area .cont .work_list li .imgs img {
width: 100%;
height: 100%;
}
.container .sub_area .time_matching .work_reading_area .cont .work_list li .text {
margin: 10px 0 0;
font-family: 'Noto Sans KR';
font-weight: 400;
font-size: 15px;
line-height: 24px;
color: #424242;
text-align: center;
}
.container .sub_area .time_matching .work_reading_area .btn_area {
margin: 50px 0 0;
}
.container .sub_area .time_matching .work_reading_area .btn_area a {
display: inline-block;
width: 189px;
height: 57px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 57px;
color: #ffffff;
text-align: center;
text-indent: 30px;
border-radius: 10px;
}
.container .sub_area .time_matching .work_reading_area .btn_area a.green {
background: #11a151 url('/images/common/tiem-icon-01.png') left 24px top 50% no-repeat;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
outline: none;
border: none;
}
.container .sub_area .time_matching .work_reading_area .btn_area a.green:hover {
box-shadow: none;
background: #11914a url('/images/common/tiem-icon-01.png') left 24px top 50% no-repeat;
outline-offset: 0;
transition: none;
}
.container .sub_area .time_matching .work_reading_area .btn_area a.green2 {
background: #0f5333 url('/images/common/tiem-icon-02.png') left 24px top 50% no-repeat;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
outline: none;
border: none;
}
.container .sub_area .time_matching .work_reading_area .btn_area a.green2:hover {
box-shadow: none;
background: #126237 url('/images/common/tiem-icon-02.png') left 24px top 50% no-repeat;
outline-offset: 0;
transition: none;
}
/* //time_matching CSS */
/*  withdrawal CSS */
.container .sub_area.withdrawal {}
.container .sub_area.withdrawal .title_area {
margin: 34px 0 0;
}
.container .sub_area.withdrawal .title_area .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.250em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.withdrawal .title_area .sub_text_area {
margin: 28px 0 0;
}
.container .sub_area.withdrawal .title_area .sub_text_area .text_box {
padding: 24px 0 24px 58px;
background: url('/images/common/join-info-bg.jpg') 0 0/100% 100% no-repeat;
}
.container .sub_area.withdrawal .title_area .sub_text_area .text_box li {
position: relative;
padding: 0 0 0 11px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 26px;
color: #424242;
}
.container .sub_area.withdrawal .title_area .sub_text_area .text_box li:before {
display: block;
content: '';
position: absolute;
top: 12px;
left: 0;
width: 3px;
height: 3px;
background: #000000;
border-radius: 50%;
}
.container .sub_area.withdrawal .title_area .sub_text_area .text_box li span.ft_color {
color: #ee0000;
}
.container .sub_area.withdrawal .withd_procedure_area {
margin: 65px 0 0;
}
.container .sub_area.withdrawal .withd_procedure_area .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.250em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.withdrawal .withd_procedure_area .inner {
margin: 20px 0 0;
padding: 20px 0 41px;
background: #f4f4f4;
}
.container .sub_area.withdrawal .withd_procedure_area .inner .board_write {
width: 100%;
max-width: 420px;
margin: 0 auto;
border: none;
}
.container .sub_area.withdrawal .withd_procedure_area .inner .board_write tbody {}
.container .sub_area.withdrawal .withd_procedure_area .inner .board_write tbody tr {
border: none;
}
.container .sub_area.withdrawal .withd_procedure_area .inner .board_write tbody tr th {
border: none;
padding: 15px 0;
background: none;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
vertical-align: top;
}
.container .sub_area.withdrawal .withd_procedure_area .inner .board_write tbody tr td {
padding: 15px 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.withdrawal .withd_procedure_area .inner .board_write tbody tr td input {
width: 100%;
max-width: 295px;
height: 45px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.withdrawal .withd_procedure_area .inner .board_write tbody tr td p {
margin: 13px 0 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #929292;
}
.container .sub_area.withdrawal .withd_procedure_area .inner .btn_area {
margin: 10px 0 0;
}
/*  //withdrawal CSS */
/* card CSS */
.container .sub_area.card {}
.container .sub_area.card .card_area {}
.container .sub_area.card .card_area .inner {
overflow: hidden;
margin: 34px 0 0;
border: 1px solid #e9e9e9;
padding: 64px 0 65px 15.938%;
background: #f7f7f7;
}
.container .sub_area.card .card_area .inner > .title {
float: left;
margin: 30px 0 0;
padding: 101px 0 60px;
background: url('/images/common/card-area-logo.png') 50% 0 no-repeat;
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.750em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.card .card_area .inner .text_cont_area {
float: left;
margin: 0 0 0 6.798%;
border-left: 1px solid #e5e5e5;
padding: 0 0 0 5.494%;
}
.container .sub_area.card .card_area .inner .text_cont_area .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.250em;
line-height: 1.5;
color: #000000;
word-break: keep-all;
}
.container .sub_area.card .card_area .inner .text_cont_area .title .ft_color {
color: #11a151;
}
.container .sub_area.card .card_area .inner .text_cont_area .sub_tit {
margin: 4px 0 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.card .card_area .inner .text_cont_area .rental_area {
display: inline-block;
height: 43px;
margin: 26px 0 0;
border: 3px solid #d9d9d9;
padding: 0 29px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 37px;
color: #424242;
border-radius: 25px;
}
.container .sub_area.card .card_area .inner .text_cont_area .rental_area .ft_color {
font-weight: 500;
color: #11a151;
}
.container .sub_area.card .card_area .inner .text_cont_area .text_color {
margin: 26px 0 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #f00909;
word-break: keep-all;
}
.container .sub_area.card .card_area .inner .text_cont_area .btn_area {
margin: 11px 0 0;
text-align: left;
}
.container .sub_area.card .card_area .inner .text_cont_area .btn_area a {
display: inline-block;
width: 121px;
background: #0f5333;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area.card .card_area .inner .text_cont_area .btn_area a:hover {
background: #126237;
}
.container .sub_area.card .card_area .inner .text_cont_area .btn_area a.green {
background: #11a151 url('/images/common/btn-icon-01.png') left 22px center no-repeat;
text-indent: 20px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area.card .card_area .inner .text_cont_area .btn_area a.green:hover {
background: #11914a url('/images/common/btn-icon-01.png') left 22px center no-repeat;
}
/* //card CSS */
/* grade CSS */
.container .sub_area.grade {}
.container .sub_area.grade {}
.container .sub_area.grade .grade_text_area {
margin: 51px 0 0;
}
.container .sub_area.grade .grade_text_area .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.625em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.grade .grade_text_area .inner {
margin: 24px 0 0;
border-top: 2px solid #000000;
border-bottom: 2px solid #e2e2e2;
padding: 23px 0 27px;
}
.container .sub_area.grade .grade_text_area .inner .grade_info_area {}
.container .sub_area.grade .grade_text_area .inner .grade_info_area .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
word-break: keep-all;
}
.container .sub_area.grade .grade_text_area .inner .grade_info_area .info_list {
margin: 14px 0 0;
}
.container .sub_area.grade .grade_text_area .inner .grade_info_area .info_list .title {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
word-break: keep-all;
}
.container .sub_area.grade .grade_text_area .inner .grade_info_area .info_list .title .ft_color {
font-weight: 400;
color: #11a151;
}
.container .sub_area.grade .grade_text_area .inner .grade_info_area .info_list .list_area {
margin: 10px 0 0;
}
.container .sub_area.grade .grade_text_area .inner .grade_info_area .info_list .list_area li {
position: relative;
margin: 4px 0 0;
padding: 0 0 0 13px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
word-break: keep-all;
}
.container .sub_area.grade .grade_text_area .inner .grade_info_area .info_list .list_area li:first-child {
margin: 0;
}
.container .sub_area.grade .grade_text_area .inner .grade_info_area .info_list .list_area li:before {
display: block;
content: '';
position: absolute;
top: 9px;
left: 0;
width: 3px;
height: 3px;
background: #424242;
border-radius: 50%;
}
.container .sub_area.grade .grade_text_area .inner .grade_procedure {
margin: 46px 0 0;
}
.container .sub_area.grade .grade_text_area .inner .grade_procedure .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
word-break: keep-all;
}
.container .sub_area.grade .grade_text_area .inner .grade_procedure .pro_list {
margin: 22px 0 0;
}
.container .sub_area.grade .grade_text_area .inner .grade_procedure .pro_list .pro_area {
overflow: hidden;
}
.container .sub_area.grade .grade_text_area .inner .grade_procedure .pro_list .pro_area li {
float: left;
padding: 0 44px 15px 0;
background: url('/images/common/next-icon.png') right 8% top 42% no-repeat;
}
.container .sub_area.grade .grade_text_area .inner .grade_procedure .pro_list .pro_area li:last-child {
background: none;
}
.container .sub_area.grade .grade_text_area .inner .grade_procedure .pro_list .pro_area li .etc {
width: 173px;
border: 3px solid #11a151;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 57px;
color: #424242;
text-align: center;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
.container .sub_area.grade .grade_text_area .text {
margin: 10px 0 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #eb2727;
word-break: keep-all;
}
.container .sub_area.grade .grade_text_area .btn_area {}
.container .sub_area.grade .grade_text_area .btn_area a {
display: inline-block;
width: 117px;
background: #11a151 url('/images/common/btn-icon-01.png') left 22px center no-repeat;
text-indent: 25px;
}
.container .sub_area.grade .grade_text_area .btn_area a:hover {
background: #11914a url('/images/common/btn-icon-01.png') left 22px center no-repeat;
}
.container .sub_area.grade .board_list {
width: 100%;
margin: 45px 0 0;
}
.container .sub_area.grade .board_list thead {}
.container .sub_area.grade .board_list thead tr {}
.container .sub_area.grade .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.grade .board_list tbody {}
.container .sub_area.grade .board_list tbody tr {}
.container .sub_area.grade .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area.grade .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.grade .board_list tbody tr td.num {}
.container .sub_area.grade .board_list tbody tr td.tit {
text-align: center;
}
.container .sub_area.grade .board_list tbody tr td.tit a {
display: block;
}
.container .sub_area.grade .board_list tbody tr td.day {}
.container .sub_area.grade .board_list tbody tr td.view {}
.container .sub_area.grade .board_list tbody tr td.view .ft_color.sty_01 {
color: #11a151;
}
.container .sub_area.grade .board_list tbody tr td.view .ft_color.sty_02 {
color: #f42a2a;
}
.container .sub_area.grade .pagination {}
.container .sub_area.grade .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area.grade .pagination a:last-child {
margin: 0;
}
.container .sub_area.grade .pagination a.active,
.container .sub_area.grade .pagination a:hover,
.container .sub_area.grade .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area.grade .pagination a.page_arrow {}
.container .sub_area.grade .pagination a.page_arrow.l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area.grade .pagination a.page_arrow.l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area.grade .pagination a.page_arrow.r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area.grade .pagination a.page_arrow.r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area.grade .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area.grade .pagination a:last-child {
margin: 5px 0 0;
}
}
/* //grade CSS */
/* email from CSS */
.container .sub_area.email {}
.container .sub_area.email .sub_tab_cont {}
.container .sub_area.email .sub_tab_cont > .title {
padding: 3px 0 4px 186px;
background: url('/images/common/email-tit-logo.jpg') 0 0 no-repeat;
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.500em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.email .sub_tab_cont .inner {
margin: 31px 0 0;
border-top: 2px solid #000000;
border-bottom: 2px solid #e2e2e2;
padding: 38px 50px 42px 42px;
background: #f8f8f8;
}
.container .sub_area.email .sub_tab_cont .inner .email_from_area {
width: 100%;
}
.container .sub_area.email .sub_tab_cont .inner .email_from_area .cont {
overflow: hidden;
margin: 15px 0 0;
}
.container .sub_area.email .sub_tab_cont .inner .email_from_area .cont:first-child {
margin: 0;
}
.container .sub_area.email .sub_tab_cont .inner .email_from_area .cont .title {
float: left;
width: 160px;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 1.5;
color: #161616;
text-align: left;
}
.container .sub_area.email .sub_tab_cont .inner .email_from_area .cont .text_box {
float: left;
width: 100%;
max-width: 707px;
}
.container .sub_area.email .sub_tab_cont .inner .email_from_area .cont .text_box input {
width: 100%;
height: 54px;
border: 1px solid #eaeaea;
padding: 0 5px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #4d4d4d;
}
.container .sub_area.email .sub_tab_cont .inner .email_from_area .cont .text_box textarea {
width: 100%;
height: 106px;
border: 1px solid #eaeaea;
padding: 15px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #4d4d4d;
resize: none;
}
.container .sub_area.email .sub_tab_cont .text_list_area {
margin: 25px 0 0;
}
.container .sub_area.email .sub_tab_cont .text_list_area .list {}
.container .sub_area.email .sub_tab_cont .text_list_area .list li {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #838383;
word-break: keep-all;
}
/* //email from CSS */
/* notice CSS */
.container .sub_area .sub_cont .notice {}
.container .sub_area .sub_cont .notice .sub_sch_box {
margin: 0 0 54px;
padding: 26px 340px 27px 19.766%;
background: none;
box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.12);
border-radius: 0;
}
.container .sub_area .sub_cont .notice .sub_sch_box select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
max-width: 116px;
height: 45px;
border: 1px solid #d0d0d0;
padding: 0 0 0 18px;
background: url('/images/common/arr-icon.png') right 18px top 50% no-repeat;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #6a6a6a;
border-radius: 0;
}
.container .sub_area .sub_cont .sub_sch_box input {
height: 45px;
border: 1px solid #d0d0d0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #b8b8b8;
border-radius: 0;
}
.container .sub_area .sub_cont .notice .slt_box {
padding: 0 5px 0 0;
}
.container .sub_area .sub_cont .notice .st_sch_btn {
height: 45px;
right: 244px;
margin: -23px 0 0;
background: #000000;
border-radius: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .sub_cont .notice .st_sch_btn:hover {
background: #393939;
}
.container .sub_area .notice .notice_area {}
.container .sub_area .notice .notice_area .board_list {}
.container .sub_area .notice .notice_area .board_list thead {}
.container .sub_area .notice .notice_area .board_list thead tr {}
.container .sub_area .notice .notice_area .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .notice .notice_area .board_list tbody tr {}
.container .sub_area .notice .notice_area .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area .notice .notice_area .board_list tbody tr.top {
background: none !important;
}
.container .sub_area .notice .notice_area .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .notice .notice_area .board_list tbody tr td.num {}
.container .sub_area .notice .notice_area .board_list tbody tr td.num .fc_red {
height: 26px;
border: 1px solid #f5372e;
padding: 0 11px;
}
.container .sub_area .notice .notice_area .board_list tbody tr td.tit {
text-align: left;
}
.container .sub_area .notice .notice_area .board_list tbody tr td.tit a {
display: block;
}
.container .sub_area .notice .notice_area .board_list tbody tr td.file {}
.container .sub_area .notice .notice_area .board_list tbody tr td.file a {}
.container .sub_area .notice .notice_area .board_list tbody tr td.file a img {}
.container .sub_area .notice .notice_area .board_list tbody tr td.date {}
.container .sub_area .notice .notice_area .board_list tbody tr td.view {}
.container .sub_area .sub_cont .notice .pagination {}
.container .sub_area .sub_cont .notice .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area .sub_cont .notice .pagination a:last-child {
margin: 0;
}
.container .sub_area .sub_cont .notice .pagination a.active,
.container .sub_area .sub_cont .notice .pagination a:hover,
.container .sub_area .sub_cont .notice .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area .sub_cont .notice .pagination a.page_arrow {}
.container .sub_area .sub_cont .notice .pagination a.page_arrow.l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area .sub_cont .notice .pagination a.page_arrow.l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area .sub_cont .notice .pagination a.page_arrow.r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area .sub_cont .notice .pagination a.page_arrow.r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area .sub_cont .notice .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area .sub_cont .notice .pagination a:last-child {
margin: 5px 0 0;
}
}
/* //notice CSS */
/* notice view CSS */
.container .sub_area.notice_view {}
.container .sub_area.notice_view .board_view {}
.container .sub_area.notice_view .board_view .board_view_top {}
.container .sub_area.notice_view .board_view .board_view_top .mark_box {}
.container .sub_area.notice_view .board_view .board_view_top .mark_box span.mark {
width: 46px;
height: 26px;
border: 1px solid #ee0000;
padding: 0;
background: none;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 14px;
line-height: 24px;
color: #ee0000;
}
.container .sub_area.notice_view .board_view .board_view_top strong.tit {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.750em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.notice_view .board_view .board_view_top .info {}
.container .sub_area.notice_view .board_view .board_view_top .info .each {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #424242;
}
.container .sub_area.notice_view .board_view .board_view_top .info .each .ft_color {
font-weight: 500;
}
.container .sub_area.notice_view .board_view .board_view_file {
border: 1px dotted #d7d7d7;
}
.container .sub_area.notice_view .btn_wrap {
margin: 52px 0 0;
padding: 0;
text-align: center;
}
.container .sub_area.notice_view .btn_wrap .common_btn {
width: 100%;
max-width: 88px;
height: 45px;
margin: 0;
}
.container .sub_area.notice_view .board_view .btn_area {}
.container .sub_area.notice_view .btn_area a {
background: #787878;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area.notice_view .btn_area a:hover {
background: #646464;
}
/* //notice view CSS */
/* member_info_area CSS */
.container .sub_area.member_info {}
.container .sub_area.member_info .member_info_area {
margin: 36px 0 0;
}
.container .sub_area.member_info .member_info_area .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.member_info .member_info_area .board_write {
margin: 8px 0 0;
}
.container .sub_area.member_info .member_info_area .board_write tbody {}
.container .sub_area.member_info .member_info_area .board_write tbody tr {}
.container .sub_area.member_info .member_info_area .board_write tbody tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.member_info .member_info_area .board_write tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.member_info .member_info_area .text_color {
margin: 10px 0 0;
padding: 0 0 0 23px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #eb2727;
word-break: keep-all;
}
.container .sub_area.member_info .member_info_area .crystal_area {
margin: 83px 0 0;
padding: 56px 10px 78px;
background: #f4f4f4;
}
.container .sub_area.member_info .member_info_area .crystal_area .inner {
width: 100%;
max-width: 388px;
margin: 0 auto;
}
.container .sub_area.member_info .member_info_area .crystal_area .inner .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.375em;
line-height: 1.5;
color: #000000;
text-align: center;
}
.container .sub_area.member_info .member_info_area .crystal_area .inner .pw_area {
position: relative;
margin: 27px 0 0;
padding: 0 94px 0 0;
}
.container .sub_area.member_info .member_info_area .crystal_area .inner .pw_area input {
width: 100%;
padding: 10px;
border: 1px solid #dbdbdb;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.member_info .member_info_area .crystal_area .inner .pw_area button {
position: absolute;
top: 0;
right: 0;
width: 87px;
height: 45px;
background: #11a151;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 45px;
color: #ffffff;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area.member_info .member_info_area .crystal_area .inner .pw_area button:hover {
background: #11914a;
}
.container .sub_area.member_info .member_info_area .crystal_area .inner .text {
margin: 14px 0 0;
padding: 0 0 0 33px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #929292;
word-break: keep-all;
}
/* //member_info_area CSS */
/* member_info_view CSS */
.container .sub_area.member_info_view {}
.container .sub_area.member_info_view .member_info_view_area {
margin: 50px 0 0;
}
.container .sub_area.member_info_view .member_info_view_area .cont {
margin: 66px 0 0;
}
.container .sub_area.member_info_view .member_info_view_area .cont:first-child {
margin: 0;
}
.container .sub_area.member_info_view .member_info_view_area .cont .title_area {
overflow: hidden;
}
.container .sub_area.member_info_view .member_info_view_area .cont .title_area .title {
float: left;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.member_info_view .member_info_view_area .cont .title_area .bw_top_txt {
float: right;
margin: 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #eb2727;
}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write {
margin: 8px 0 0;
}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody {}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr {}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr th span.ft_color {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #eb2727;
vertical-align: top;
}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr td.text_img {
text-decoration: underline;
}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr td input {
max-width: 223px;
height: 35px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr td input.short_input {
width: 100%;
max-width: 97px;
}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr td p.write_sup_txt {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 13px;
line-height: 1.5;
color: #959595;
}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr td select {
width: 130px;
height: 35px;
}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr td .text_area {
margin: 5px 0 0;
}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr td .text_area .text {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 13px;
line-height: 1.5;
color: 0;
}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr td .text_area .text.ft_color_01 {
color: #11a151;
}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr td .text_area .text.ft_color_02 {
color: #eb2727;
}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr td span.etc {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
vertical-align: unset;
}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr td .radio_list {
display: inline-block;
vertical-align: top;
}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr td .radio_list.clearfix {}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr td .radio_list li {
margin: 0;
}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr td .radio_list li span.radio_each {}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr td .radio_list li span.radio_each input {}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr td .radio_list li span.radio_each input.hide {}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr td .radio_list li span.radio_each label {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr td .radio_list li span.radio_each label span.vradio {
top: 3px;
}
.container .sub_area.member_info_view .member_info_view_area .cont .board_write tbody tr td .radio_list li span.radio_each label span.vradio span.cir {}
.container .sub_area.member_info_view .member_info_view_area .btn_area {}
.container .sub_area.member_info_view .member_info_view_area .btn_area a {
width: 88px;
}
/* //member_info_view CSS */
/* creation CSS */
.container .sub_area .sub_cont .creation {}
.container .sub_area .sub_cont .creation .sub_sch_box {
margin: 0 0 54px;
padding: 26px 340px 27px 14.844%;
background: none;
box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.12);
border-radius: 0;
}
.container .sub_area .sub_cont .creation .sub_sch_box select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
max-width: 116px;
height: 45px;
border: 1px solid #d0d0d0;
padding: 0 0 0 18px;
background: url('/images/common/arr-icon.png') right 18px top 50% no-repeat;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #6a6a6a;
border-radius: 0;
}
.container .sub_area .sub_cont .creation .sub_sch_box input {
height: 45px;
border: 1px solid #d0d0d0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #b8b8b8;
border-radius: 0;
}
.container .sub_area .sub_cont .creation .slt_box {
padding: 0 5px 0 0;
}
.container .sub_area .sub_cont .creation .st_sch_btn {
height: 45px;
right: 244px;
margin: -23px 0 0;
background: #000000;
border-radius: 0;
}
.container .sub_area .sub_cont .creation .st_sch_btn:hover {
background: #393939;
}
.container .sub_area .sub_cont .creation .notice_area {}
.container .sub_area .sub_cont .creation .notice_area .board_list {}
.container .sub_area .sub_cont .creation .notice_area .board_list thead {}
.container .sub_area .sub_cont .creation .notice_area .board_list thead tr {}
.container .sub_area .sub_cont .creation .notice_area .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .sub_cont .creation .notice_area .board_list tbody tr {}
.container .sub_area .sub_cont .creation .notice_area .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area .sub_cont .creation .notice_area .board_list tbody tr.top {
background: none !important;
}
.container .sub_area .sub_cont .creation .notice_area .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .sub_cont .creation .notice_area .board_list tbody tr td.num {}
.container .sub_area .sub_cont .creation .notice_area .board_list tbody tr td.num .fc_red {
height: 26px;
border: 1px solid #f5372e;
padding: 0 11px;
}
.container .sub_area .sub_cont .creation .notice_area .board_list tbody tr td.tit {
text-align: left;
}
.container .sub_area .sub_cont .creation .notice_area .board_list tbody tr td.tit a {
display: block;
}
.container .sub_area .sub_cont .creation .notice_area .board_list tbody tr td.day {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area .sub_cont .creation .notice_area .board_list tbody tr td.cost {}
.container .sub_area .sub_cont .creation .notice_area .board_list tbody tr td.personnel {}
.container .sub_area .sub_cont .creation .notice_area .board_list tbody tr td.personnel span.sty_01 {
font-weight: 500;
color: #11a151;
}
.container .sub_area .sub_cont .creation .notice_area .board_list tbody tr td.personnel span.sty_02 {
font-weight: 500;
color: #f54040;
}
.container .sub_area .sub_cont .creation .notice_area .board_list tbody tr td.state {}
.container .sub_area .sub_cont .creation .notice_area .board_list tbody tr td.state em {
display: inline-block;
width: 66px;
height: 29px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 14px;
line-height: 27px;
border-radius: 20px;
text-align: center;
}
.container .sub_area .sub_cont .creation .notice_area .board_list tbody tr td.state em.sty_01 {
border: 1px solid #f54040;
color: #f54040;
}
.container .sub_area .sub_cont .creation .notice_area .board_list tbody tr td.state em.sty_02 {
border: 1px solid #f47e00;
color: #f47e00;
}
.container .sub_area .sub_cont .creation .notice_area .board_list tbody tr td.state em.sty_03 {
border: 1px solid #366ac0;
color: #366ac0;
}
.container .sub_area .sub_cont .creation .notice_area .board_list tbody tr td.state em.sty_04 {
border: 1px solid #787878;
color: #787878;
}
.container .sub_area .sub_cont .creation .pagination {}
.container .sub_area .sub_cont .creation .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area .sub_cont .creation .pagination a:last-child {
margin: 0;
}
.container .sub_area .sub_cont .creation .pagination a.active,
.container .sub_area .sub_cont .creation .pagination a:hover,
.container .sub_area .sub_cont .creation .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area .sub_cont .creation .pagination a.page_arrow {}
.container .sub_area .sub_cont .sub_cont .creation .pagination a.page_arrow.l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area .sub_cont .creation .pagination a.page_arrow.l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area .sub_cont .creation .pagination a.page_arrow.r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area .sub_cont .creation .pagination a.page_arrow.r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area .sub_cont .creation .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area .sub_cont .creation .pagination a:last-child {
margin: 5px 0 0;
}
}
/* //creation CSS */
/* creation_view CSS */
.container .sub_area.creation_view {}
.container .sub_area.creation_view .board_view {}
.container .sub_area.creation_view .board_view .board_view_top {}
.container .sub_area.creation_view .board_view .board_view_top .mark_text {
display: inline-block;
width: 56px;
height: 33px;
margin: 0 13px 0 0;
background: #f42a2a;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 13px;
line-height: 33px;
color: #ffffff;
vertical-align: text-bottom;
}
.container .sub_area.creation_view .board_view .board_view_top strong.tit {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.750em;
line-height: 1.5;
color: #000000;
word-break: keep-all;
}
.container .sub_area.creation_view .board_view .board_view_top .info {}
.container .sub_area.creation_view .board_view .board_view_top .info .each {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #424242;
}
.container .sub_area.creation_view .board_view .board_view_top .info .each .ft_color {
font-weight: 500;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 {
overflow: hidden;
padding: 28px 22.266% 34px 24.297%;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_01 {
float: left;
width: 50%;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_01 .info_list_text_area {}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_01 .info_list_text_area li {
margin: 12px 0 0;
padding: 0 0 0 36px;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_01 .info_list_text_area li:first-child {
margin: 0;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_01 .info_list_text_area li.date {
background: url('/images/common/sub-date-icon.png') 0 4px no-repeat;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_01 .info_list_text_area li.day {
background: url('/images/common/sub-day-icon.png') 0 4px no-repeat;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_01 .info_list_text_area li.place {
background: url('/images/common/sub-place-icon.png') 0 -1px no-repeat;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_01 .info_list_text_area li.tell {
background: url('/images/common/sub-tell-icon.png') 0 3px no-repeat;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_01 .info_list_text_area li.personnel {
background: url('/images/common/sub-personnel-icon.png') 0 4px no-repeat;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_01 .info_list_text_area li.cost {
background: url('/images/common/sub-cost-icon.png') 0 -1px no-repeat;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_01 .info_list_text_area li .tit {
display: inline-block;
width: 100%;
max-width: 60px;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_01 .info_list_text_area li .text {
display: inline-block;
padding: 0 0 0 24px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_01 .info_list_text_area li .text span.sty_01 {
font-weight: 500;
color: #11a151;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_02 {
float: right;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_02 .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_02 .down {
margin: 10px 0 0;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_02 .down .list {}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_02 .down .list li {
margin: 9px 0 0;
padding: 0 0 0 20px;
background: url('/images/basic/attach_ico.png') 0 4px no-repeat;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_02 .down .list li:first-child {
margin: 0;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_02 .down .list li a {
display: block;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 14px;
line-height: 1.5;
color: #424242;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_02 .down .list li a:hover {
text-decoration: underline;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_02 .btn_area {
margin: 68px 0 0;
text-align: left;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_02 .btn_area a {
width: 73px;
background: #787878;
color: #ffffff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_02 .btn_area a:hover {
background: #646464;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_02 .btn_area a.green {
width: 117px;
border: none;
box-shadow: none;
outline: none;
outline-offset: 0;
background: #11a151 url('/images/common/btn-icon-01.png') 32px 14px no-repeat;
text-indent: 15px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area.creation_view .board_view .board_view_con.style2 .cont_02 .btn_area a.green:hover {
background: #11914a url('/images/common/btn-icon-01.png') 32px 14px no-repeat;
}
.container .sub_area.creation_view .board_view.style2 {
margin: 69px 0 0;
border: none;
}
.container .sub_area.creation_view .board_view.style2 .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.creation_view .board_view.style2 .text_box {
margin: 10px 0 0;
border-top: 2px solid #000000;
padding: 15px 0;
}
.container .sub_area.creation_view .board_view.style2 .text_box .cont_text {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.creation_view .board_view.style2 .btn_area {
margin: 68px 0 0;
text-align: center;
}
.container .sub_area.creation_view .board_view.style2 .btn_area a {
width: 73px;
background: #787878;
color: #ffffff;
}
.container .sub_area.creation_view .board_view.style2 .btn_area a:hover {
background: #646464;
}
.container .sub_area.creation_view .board_view.style2 .btn_area a.green {
width: 117px;
background: #11a151 url('/images/common/btn-icon-01.png') 32px 14px no-repeat;
text-indent: 15px;
}
.container .sub_area.creation_view .board_view.style2 .btn_area a.green:hover {
background: #11914a url('/images/common/btn-icon-01.png') 32px 14px no-repeat;
}
.container .sub_area.creation_view .board_view .board_view_file {
border: 1px dotted #d7d7d7;
}
.container .sub_area.creation_view .btn_wrap {
margin: 52px 0 0;
padding: 0;
text-align: center;
}
.container .sub_area.creation_view .btn_wrap .common_btn {
width: 100%;
max-width: 88px;
height: 45px;
margin: 0;
}
/* //creation_view CSS */
/* work_info CSS */
.container .sub_area .work_info .work_info_area {}
.container .sub_area .work_info .work_info_area .list_area {}
.container .sub_area .work_info .work_info_area .list_area .type_list {}
.container .sub_area .work_info .work_info_area .list_area .type_list ul {
width: 100%;
max-width: 888px;
margin: 0 auto;
}
.container .sub_area .work_info .work_info_area .list_area .type_list ul li {
overflow: hidden;
margin: -11px 0 0;
}
.container .sub_area .work_info .work_info_area .list_area .type_list ul li label {
float: left;
margin: 1.24% 1.69% 0 0;
}
.container .sub_area .work_info .work_info_area .list_area .type_list ul li label.chk {}
.container .sub_area .work_info .work_info_area .list_area .type_list ul li label input {
display: none;
}
.container .sub_area .work_info .work_info_area .list_area .type_list ul li label input:checked+span {
position: relative;
border: 1px solid #000000;
background: #000000;
color: #ffffff;
}
.container .sub_area .work_info .work_info_area .list_area .type_list ul li label input:checked+span:after {
display: block;
content: "";
position: absolute;
top: -6px;
right: 3px;
width: 15px;
height: 15px;
background: url('/images/common/chk-icon.png') 0 0 no-repeat;
}
.container .sub_area .work_info .work_info_area .list_area .type_list ul li label span {
display: block;
border: 1px solid #e8e7e6;
border-radius: 20px;
padding: 0 15px;
font-family: 'Noto Sans KR';
font-weight: 400;
font-size: 1.063em;
line-height: 35px;
color: rgba(0, 0, 0, 0.65);
cursor: pointer;
}
.container .sub_area .work_info .work_info_area .search_area {
margin: 34px 0 0;
}
.container .sub_area .work_info .work_info_area .search_area .inner {
overflow: hidden;
height: 54px;
box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.12);
text-align: center;
transition: all 0.3s;
}
.container .sub_area .work_info .work_info_area .search_area .inner.on {
height: 139px;
}
.container .sub_area .work_info .work_info_area .search_area .inner .title {
display: block;
text-align: center;
cursor: pointer;
}
.container .sub_area .work_info .work_info_area .search_area .inner .title button {
display: inline-block;
padding: 0 30px 0 0;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 16px;
line-height: 54px;
color: #000000;
background: url('/images/common/btn_open_icon.png') right 50% no-repeat;
}
.container .sub_area .work_info .work_info_area .search_area .inner.on .title button {
background: url('/images/common/btn_close_icon.png') right 50% no-repeat;
}
.container .sub_area .work_info .work_info_area .search_area .inner .sub_sch_box {
padding: 10px 109px 26px 17px;
background: none;
border-radius: 0;
transition: all 1s;
}
.container .sub_area .work_info .work_info_area .search_area .inner .sub_sch_box .row {}
.container .sub_area .work_info .work_info_area .search_area .inner .sub_sch_box .row label {
width: 6%;
font-family: 'Noto Sans KR';
font-weight: 400;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .work_info .work_info_area .search_area .inner .sub_sch_box .row .slt_box {
padding: 0 4px 0 0;
}
.container .sub_area .work_info .work_info_area .search_area .inner .sub_sch_box .row .slt_box select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: 45px;
border: 1px solid #d0d0d0;
padding: 0 0 0 20px;
background: url('/images/common/arr-icon.png') right 18px top 50% no-repeat;
}
.container .sub_area .work_info .work_info_area .search_area .inner .sub_sch_box .row .input_box {}
.container .sub_area .work_info .work_info_area .search_area .inner .sub_sch_box .row .input_box input {
height: 45px;
border: 1px solid #d0d0d0;
}
.container .sub_area .work_info .work_info_area .search_area .inner .sub_sch_box .st_sch_btn {
right: 38px;
width: 65px;
height: 45px;
margin: -31px 0 0;
border-radius: 0;
background: #000000;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .work_info .work_info_area .search_area .inner .sub_sch_box .st_sch_btn:hover {
background: #393939;
}
.container .sub_area .work_info .work_info_area .search_area .inner .sub_sch_box .st_sch_btn span.ico {
height: 45px;
padding: 0;
background: none;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 45px;
color: #ffffff;
}
.container .sub_area .work_info .work_info_area .search_board_area {
margin: 39px 0 0;
}
.container .sub_area .work_info .work_info_area .search_board_area .board_list {}
.container .sub_area .work_info .work_info_area .search_board_area .board_list thead {}
.container .sub_area .work_info .work_info_area .search_board_area .board_list thead tr {}
.container .sub_area .work_info .work_info_area .search_board_area .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .work_info .work_info_area .search_board_area .board_list tbody {}
.container .sub_area .work_info .work_info_area .search_board_area .board_list tbody tr {}
.container .sub_area .work_info .work_info_area .search_board_area .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area .work_info .work_info_area .search_board_area .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .work_info .work_info_area .search_board_area .board_list tbody tr td.num {}
.container .sub_area .work_info .work_info_area .search_board_area .board_list tbody tr td.tit {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area .work_info .work_info_area .search_board_area .board_list tbody tr td.writer {}
.container .sub_area .work_info .work_info_area .search_board_area .board_list tbody tr td.genre {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area .work_info .work_info_area .search_board_area .board_list tbody tr td.sortation {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area .work_info .work_info_area .search_board_area .board_list tbody tr td.date {}
.container .sub_area .work_info .work_info_area .search_board_area .board_list tbody tr td.prize {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area .work_info .work_info_area .search_board_area .board_list tbody tr td.situation {}
.container .sub_area .work_info .work_info_area .search_board_area .board_list tbody tr td.situation span {
display: inline-block;
width: 60px;
height: 29px;
border-radius: 20px;
line-height: 27px;
text-align: center
}
.container .sub_area .work_info .work_info_area .search_board_area .board_list tbody tr td.situation span.sty_01 {
border: 1px solid #f47e00;
color: #f47e00;
}
.container .sub_area .work_info .work_info_area .search_board_area .board_list tbody tr td.situation span.sty_02 {
border: 1px solid #366ac0;
color: #366ac0;
}
.container .sub_area .work_info .work_info_area .search_board_area .board_list tbody tr td.situation span.sty_03 {
border: 1px solid #f54040;
color: #f54040;
}
.container .sub_area .work_info .work_info_area .search_board_area .pagination {}
.container .sub_area .work_info .work_info_area .search_board_area .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area .work_info .work_info_area .search_board_area .pagination a:last-child {
margin: 0;
}
.container .sub_area .work_info .work_info_area .search_board_area .pagination a.active,
.container .sub_area .work_info .work_info_area .search_board_area .pagination a:hover,
.container .sub_area .work_info .work_info_area .search_board_area .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area .work_info .work_info_area .search_board_area .pagination a.page_arrow {}
.container .sub_area .work_info .work_info_area .search_board_area .pagination a.page_arrow.l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area .work_info .work_info_area .search_board_area .pagination a.page_arrow.l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area .work_info .work_info_area .search_board_area .pagination a.page_arrow.r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area .work_info .work_info_area .search_board_area .pagination a.page_arrow.r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area .work_info .work_info_area .search_board_area .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area .work_info .work_info_area .search_board_area .pagination a:last-child {
margin: 5px 0 0;
}
}
/* //work_info CSS */
/* work_info_view CSS */
.container .sub_area .sub_cont .work_info_view {
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.container .sub_area .sub_cont .work_info_view .board_view {}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_top {}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_top strong.tit {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.750em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_top strong.tit span.mark_text {
display: inline-block;
width: 47px;
height: 47px;
margin: 0 18px 0 0;
background: #f42a2a;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 13px;
line-height: 47px;
color: #ffffff;
border-radius: 50%;
vertical-align: top;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 {
overflow: hidden;
padding: 27px 12.423% 32px 18.673%;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_01 {
float: left;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_01 .movie_info_area {}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_01 .movie_info_area li {
margin: 10px 0 0;
padding: 0 0 0 36px;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_01 .movie_info_area li.manpower {
background: url('/images/common/manpower-icon.png') 0 3px no-repeat;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_01 .movie_info_area li.genre {
background: url('/images/common/genre-icon.png') 0 2px no-repeat;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_01 .movie_info_area li.sortation {
background: url('/images/common/sortation-icon.png') 0 2px no-repeat;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_01 .movie_info_area li.date {
background: url('/images/common/date-icon.png') 0 3px no-repeat;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_01 .movie_info_area li.prize {
background: url('/images/common/prize-icon.png') 0 3px no-repeat;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_01 .movie_info_area li:first-child {
margin: 0;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_01 .movie_info_area li .title {
display: inline-block;
width: 60px;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_01 .movie_info_area li .text {
display: inline-block;
padding: 0 0 0 23px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_01 .movie_info_area li .text a {
display: inline-block;
width: 128px;
height: 28px;
background: #f2f2f2;
font-family: 'Noto Sans KR';
font-weight: 400;
font-size: 15px;
line-height: 28px;
color: #000000;
text-align: center;
border-radius: 25px;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_01 .movie_info_area li .text a:hover {
background: #e7f5ed;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_01 .movie_info_area li .text a span.ft_color {
color: #11a151;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_02 {
float: right
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_02 .text_list_area {}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_02 .text_list_area li {
padding: 0 0 0 17px;
background: url('/images/common/key-icon.png') 0 4px no-repeat;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_02 .text_list_area li .text {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 14px;
line-height: 1.5;
color: #7a7a7a;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_02 .text_list_area li .text span.ft_color {
display: block;
color: #000000;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_02 .btn_area {
margin: 23px 0 0;
text-align: left;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_02 .btn_area a {
text-align: center;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_02 .btn_area a.green {
width: 200px;
background: #11a151 url('/images/common/btn-icon-01.png') 17px 50% no-repeat;
text-indent: 18px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_02 .btn_area a.green:hover {
background: #11914a url('/images/common/btn-icon-01.png') 17px 50% no-repeat;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_02 .btn_area a.black {
width: 120px;
background: #000000 url('/images/common/btn-icon-04.png') 17px 50% no-repeat;
text-indent: 18px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_02 .btn_area a.black:hover {
background: #393939 url('/images/common/btn-icon-04.png') 17px 50% no-repeat;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_02 .btn_area a.gray {
width: 73px;
background: #787878;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .sub_cont .work_info_view .board_view .board_view_con.style3 .cont_02 .btn_area a.gray:hover {
background: #646464;
}
.container .sub_area .sub_cont .work_info_view .board_view.style2 {
margin: 69px 0 0;
border: none;
}
.container .sub_area .sub_cont .work_info_view .board_view.style2 .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.250em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .sub_cont .work_info_view .board_view.style2 .text_box {
margin: 10px 0 0;
border-top: 2px solid #000000;
padding: 15px 0;
}
.container .sub_area .sub_cont .work_info_view .board_view.style2 .text_box .cont_text {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .sub_cont .work_info_view .board_view.style2 .info_text_area {}
.container .sub_area .sub_cont .work_info_view .board_view.style2 .info_text_area .list_area {
overflow: hidden;
}
.container .sub_area .sub_cont .work_info_view .board_view.style2 .info_text_area .list_area li {
float: left;
margin: 0 0 0 40px;
padding: 0 0 0 17px;
background: url('/images/common/key-icon.png') 0 4px no-repeat;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 14px;
line-height: 1.5;
color: #7a7a7a;
}
.container .sub_area .sub_cont .work_info_view .board_view.style2 .info_text_area .list_area li:first-child {
margin: 0;
}
.container .sub_area .sub_cont .work_info_view .board_view.style2 .info_text_area .list_area li span.ft_color {
padding: 0 10px 0 0;
color: #000000;
}
.container .sub_area .sub_cont .work_info_view .btn_area {
margin: 49px 0 0;
text-align: center;
}
.container .sub_area .sub_cont .work_info_view .btn_area a {
text-align: center;
}
.container .sub_area .sub_cont .work_info_view .btn_area a.green {
width: 200px;
background: #11a151 url('/images/common/btn-icon-01.png') 17px 50% no-repeat;
text-indent: 18px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .sub_cont .work_info_view .btn_area a.green:hover {
background: #11914a url('/images/common/btn-icon-01.png') 17px 50% no-repeat;
}
.container .sub_area .sub_cont .work_info_view .btn_area a.black {
width: 120px;
background: #000000 url('/images/common/btn-icon-04.png') 17px 50% no-repeat;
text-indent: 18px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .sub_cont .work_info_view .btn_area a.black:hover {
background: #393939 url('/images/common/btn-icon-04.png') 17px 50% no-repeat;
}
.container .sub_area .sub_cont .work_info_view .btn_area a.gray {
width: 73px;
background: #787878;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .sub_cont .work_info_view .btn_area a.gray:hover {
background: #646464;
}
/* //work_info_view CSS */
/* support CSS */
.container .sub_area .support {}
.container .sub_area .support .support_tab {}
.container .sub_area .support .support_tab .list {overflow: hidden;}
.container .sub_area .support .support_tab .list li {float: left; width: 50%; height: 57px; border: 1px solid #000000;}
.container .sub_area .support .support_tab .list li:first-child {border: 1px solid #000000;}
.container .sub_area .support .support_tab .list li a {display: block; font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1.250em; line-height: 56px; color: #000000; text-align: center;}
.container .sub_area .support .support_tab .list li.current {border-top: 2px solid #11a151; border-bottom: none; border-left: none;}
.container .sub_area .support .support_tab .list li.current:first-child {border-top: 2px solid #11a151; border-right: none; border-bottom: none; border-left: 1px solid #000000;}
.container .sub_area .support .support_tab .list li.current a {color: #11a151;}
.container .sub_area .support .sub_cont {display: none; margin: 45px 0 0;}
.container .sub_area .support .sub_cont.current {display: blocK;}
.container .sub_area .support .sub_cont .sub_sch_box {margin: 0 0 54px; padding: 26px 340px 27px 14.844%; background: none; box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.12); border-radius: 0;}
.container .sub_area .support .sub_cont .sub_sch_box select {-webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; max-width: 116px; height: 45px; border: 1px solid #d0d0d0; padding: 0 0 0 18px; background: url('/images/common/arr-icon.png') right 18px top 50% no-repeat; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 15px; line-height: 1.5; color: #6a6a6a; border-radius: 0;}
.container .sub_area .support .sub_cont .sub_sch_box input {height: 45px; border: 1px solid #d0d0d0; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 15px; line-height: 1.5; color: #b8b8b8; border-radius: 0;}
.container .sub_area .support .sub_cont .slt_box {padding: 0 5px 0 0;}
.container .sub_area .support .sub_cont .st_sch_btn {height: 45px; right: 244px; margin: -23px 0 0; background: #000000; border-radius: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.container .sub_area .support .sub_cont .st_sch_btn:hover {background: #393939;}
.container .sub_area .support .sub_cont .notice_area .board_list {}
.container .sub_area .support .sub_cont .notice_area .board_list thead {}
.container .sub_area .support .sub_cont .notice_area .board_list thead tr {}
.container .sub_area .support .sub_cont .notice_area .board_list thead tr th {}
.container .sub_area .support .sub_cont .notice_area .board_list tbody {}
.container .sub_area .support .sub_cont .notice_area .board_list tbody tr {}
.container .sub_area .support .sub_cont .notice_area .board_list tbody tr:hover td {font-weight: 500;}
.container .sub_area .support .sub_cont .notice_area .board_list tbody tr td {font-family: 'Noto Sans KR'; font-weight: 300; font-size: 1em; color: #424242; text-align: center;}
.container .sub_area .support .sub_cont .notice_area .board_list tbody tr td a {display: block;}
.container .sub_area .support .sub_cont .notice_area .board_list tbody tr td.num {}
.container .sub_area .support .sub_cont .notice_area .board_list tbody tr td.sort {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.container .sub_area .support .sub_cont .notice_area .board_list tbody tr td.tit {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.container .sub_area .support .sub_cont .notice_area .board_list tbody tr td.file {}
.container .sub_area .support .sub_cont .notice_area .board_list tbody tr td.date {}
.container .sub_area .support .sub_cont .notice_area .board_list tbody tr td.name {}
.container .sub_area .support .sub_cont .notice_area .board_list tbody tr td em {display: inline-block; width: 66px; height: 29px; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 14px; line-height: 27px; margin: 0 auto; border-radius: 25px;}
.container .sub_area .support .sub_cont .notice_area .board_list tbody tr td em.sty_01 {border: 1px solid #f54040; color: #f54040;}
.container .sub_area .support .sub_cont .notice_area .board_list tbody tr td em.sty_02 {border: 1px solid #f47e00; color: #f47e00;}
.container .sub_area .support .sub_cont .notice_area .board_list tbody tr td em.sty_03 {border: 1px solid #787878; color: #787878;}
.container .sub_area .support .sub_cont .notice_area .board_list tbody tr td.state {}
.container .sub_area .support .sub_cont .pagination {}
.container .sub_area .support .sub_cont .pagination a {width: 28px; height: 28px; margin: 0 5px 0 0; border: 1px solid #efefef; font-family: 'Spoqa Han Sans'; font-weight: 300; font-size: 12px; line-height: 26px;}
.container .sub_area .support .sub_cont .pagination a:last-child {margin: 0;}
.container .sub_area .support .sub_cont .pagination a.active,
.container .sub_area .support .sub_cont .pagination a:hover,
.container .sub_area .support .sub_cont .pagination a:focus {background: none; color: #f42a2a;}
.container .sub_area .support .sub_cont .pagination a.page_arrow {}
.container .sub_area .support .sub_cont .pagination a.page_arrow.l2 {background: url('/images/common/page-l2.jpg') 0 0 no-repeat;}
.container .sub_area .support .sub_cont .pagination a.page_arrow.l1 {background: url('/images/common/page-l1.jpg') 0 0 no-repeat;}
.container .sub_area .support .sub_cont .pagination a.page_arrow.r1 {background: url('/images/common/page-r1.jpg') 0 0 no-repeat;}
.container .sub_area .support .sub_cont .pagination a.page_arrow.r2 {background: url('/images/common/page-r2.jpg') 0 0 no-repeat;}

@media screen and(max-width:488px) {
	.container .sub_area .support .sub_cont .pagination a {margin: 5px 5px 0 0;}
	.container .sub_area .support .sub_cont .pagination a:last-child {margin: 5px 0 0;}
}
/* //support CSS */

/* support_view CSS */
.container .sub_area.support_view {}
.container .sub_area.support_view .sub_cont {}
.container .sub_area.support_view .sub_cont .board_view {
border-bottom: none;
}
.container .sub_area.support_view .sub_cont .board_view .board_view_top {
border-bottom: 2px solid #1b1b1b;
}
.container .sub_area.support_view .sub_cont .board_view .board_view_top .mark_box {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1.125em;
line-height: 26px;
color: #f54040;
}
.container .sub_area.support_view .sub_cont .board_view .board_view_top .tit {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.750em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.support_view .sub_cont .board_view .board_view_top .info {}
.container .sub_area.support_view .sub_cont .board_view .board_view_top .info .each {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #424242;
}
.container .sub_area.support_view .sub_cont .board_view .board_view_top .info .each .ft_color {
font-weight: 500;
}
.container .sub_area.support_view .sub_cont .board_view .info_box_area {
border-bottom: 2px solid #e2e2e2;
padding: 26px 0 26px 13.266%;
}
.container .sub_area.support_view .sub_cont .board_view .info_box_area .info_list {
overflow: hidden;
}
.container .sub_area.support_view .sub_cont .board_view .info_box_area .info_list li {
float: left;
margin: 0 56px 0 0;
padding: 0 0 0 36px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 29px;
color: #424242;
}
.container .sub_area.support_view .sub_cont .board_view .info_box_area .info_list li:last-child {
margin: 0;
}
.container .sub_area.support_view .sub_cont .board_view .info_box_area .info_list li.state {
background: url('/images/common/sub-state-icon-02.png') 0 50% no-repeat;
}
.container .sub_area.support_view .sub_cont .board_view .info_box_area .info_list li.date {
background: url('/images/common/sub-date-icon-02.png') 0 50% no-repeat;
}
.container .sub_area.support_view .sub_cont .board_view .info_box_area .info_list li.url {
background: url('/images/common/sub-url-icon.png') 0 50% no-repeat;
}
.container .sub_area.support_view .sub_cont .board_view .info_box_area .info_list li span.ft_color {
display: inline-block;
width: 63px;
margin: 0 23px 0 0;
font-weight: 500;
color: #000000;
}
.container .sub_area.support_view .sub_cont .board_view .info_box_area .info_list li em.sty_01 {
display: inline-block;
width: 66px;
height: 29px;
border: 1px solid #f54040;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 27px;
color: #f54040;
text-align: center;
border-radius: 25px;
}
.container .sub_area.support_view .sub_cont .board_view .info_box_area .info_list li em.sty_02 {
display: inline-block;
width: 66px;
height: 29px;
border: 1px solid #f47e00;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 27px;
color: #f47e00;
text-align: center;
border-radius: 25px;
}
.container .sub_area.support_view .sub_cont .board_view .info_box_area .info_list li em.sty_03 {
display: inline-block;
width: 66px;
height: 29px;
border: 1px solid #787878;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 27px;
color: #787878;
text-align: center;
border-radius: 25px;
}
.container .sub_area.support_view .sub_cont .board_view .info_box_area .info_list li a {
padding: 0 21px 0 0;
background: url('/images/common/iocomotion-icon.png') right 2px top 7px no-repeat;
color: #005b9e;
text-decoration: underline;
}
.container .sub_area.support_view .sub_cont .board_view .con_01 {
margin: 50px 0 0;
}
.container .sub_area.support_view .sub_cont .board_view .con_01 .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 1.5;
color: #1b1b1b;
}
.container .sub_area.support_view .sub_cont .board_view .con_01 .box {
margin: 10px 0 0;
}
.container .sub_area.support_view .sub_cont .board_view .con_01 .box .board_view_con {
border-top: 2px solid #000000;
padding: 15px 25px;
}
.container .sub_area.support_view .sub_cont .board_view .con_01 .box .board_view_con .editor_view {}
.container .sub_area.support_view .sub_cont .board_view .board_view_file {
border-top: 1px dashed #d7d7d7;
border-bottom: 1px solid #d7d7d7;
}
.container .sub_area.support_view .sub_cont .board_view .board_view_file .tit {
width: 80px;
padding: 15px 0 15px 15px;
background: none;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #424242;
vertical-align: top;
}
.container .sub_area.support_view .sub_cont .board_view .board_view_file .file_box {}
.container .sub_area.support_view .sub_cont .board_view .board_view_file .file_box .file_each {}
.container .sub_area.support_view .sub_cont .board_view .board_view_file .file_box .file_each a {}
.container .sub_area.support_view .sub_cont .btn_wrap {}
.container .sub_area.support_view .sub_cont .btn_wrap a {
display: block;
width: 117px;
height: 45px;
margin: 0 auto;
background: #787878;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1.125em;
line-height: 45px;
color: #ffffff;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area.support_view .sub_cont .btn_wrap a:hover {
background: #646464;
}
/* //support_view CSS */
/* introduction CSS */
.container .sub_area.introduction {padding: 44px 0 0;}

.container .sub_area.introduction .tab_sty_02_area {margin: 0 0 46px 0;}
.container .sub_area.introduction .tab_sty_02_area .list {overflow: hidden;}
.container .sub_area.introduction .tab_sty_02_area .list li {position: relative; float: left; width: calc(100%/6); text-align: center;}
.container .sub_area.introduction .tab_sty_02_area .list li:after {display: block; content: ''; position: absolute; top: 10px; right: 0; width: 1px; height: 46px; background: #d7d7d7;}
.container .sub_area.introduction .tab_sty_02_area .list li a {display: block; font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1.250em; line-height: 1.5; color: #000000;}
.container .sub_area.introduction .tab_sty_02_area .list li:first-child a,
.container .sub_area.introduction .tab_sty_02_area .list li:last-child a {line-height: 60px;}
.container .sub_area.introduction .tab_sty_02_area .list li:last-child:after {display: none;}


.container .sub_area.introduction .cont {text-align: center;}
.container .sub_area.introduction .cont .sub_title {font-family: 'Noto Sans KR'; font-weight: 700; font-size: 11px; line-height: 1.5; color: #11a151;}
.container .sub_area.introduction .cont .title {margin: 3px 0 0; font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1.875em; line-height: 1.5; color: #000000; word-break: keep-all;}
.container .sub_area.introduction .cont.sty_03 .title {margin: 0; padding: 0 0 13px; background: url(/images/common/down-icon-02.png) right 50% bottom 0 no-repeat; font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1.375em; line-height: 1.5; color: #000000; word-break: keep-all;}
.container .sub_area.introduction .cont .text {margin: 9px 0 0; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 1em; line-height: 1.5; color: #1f1f1f; word-break: keep-all;}
.container .sub_area.introduction .cont .text_area {margin: 38px 0 0;}
.container .sub_area.introduction .cont .text_area .title {margin: 0; font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1em; line-height: 1.5; color: #000000; word-break: keep-all;}
.container .sub_area.introduction .cont .text_area .text {margin: 22px 0 0; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 1em; line-height: 1.5; color: #000000; word-break: keep-all;}

.container .sub_area.introduction .cont .imgs.sty_01 {overflow: hidden; width: 100%; max-width: 935px; margin: 45px auto 0; background: url(/images/common/overview_icon.png) right 330px top 50% no-repeat;}
.container .sub_area.introduction .cont .imgs.sty_01 .cont_01 {float: left; width: 100%; max-width: 516px;}
.container .sub_area.introduction .cont .imgs.sty_01 .cont_01 .info {position: relative; overflow: hidden; width: 100%; max-width: 516px;}
.container .sub_area.introduction .cont .imgs.sty_01 .cont_01 .info li {float: left; width: 100%; max-width: 267px; height: 267px; padding:  99px 41px 87px 37px; font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1.125em; line-height: 1.5; color: #1f1f1f; word-break: keep-all; border-radius: 50%;}
.container .sub_area.introduction .cont .imgs.sty_01 .cont_01 .info li:first-child {background: #dfe4e3;}
.container .sub_area.introduction .cont .imgs.sty_01 .cont_01 .info li:last-child {position: absolute; top: 0; right:  0; padding:  99px 46px 87px 45px; background: url(/images/common/one-02-img.png) 0 0 no-repeat;}

.container .sub_area.introduction .cont .imgs.sty_01 .cont_02 {float: right; width: 100%; max-width: 267px; height: 267px; padding: 75px 38px 168px; background: url(/images/common/overview_img_02.png) 0 0 no-repeat; font-family: 'Noto Sans KR'; font-weight: 400; font-size: 1em; line-height: 1.5; color: #ffffff;}

.container .sub_area.introduction .cont.sty_03 .cont_01 {padding: 0 7.657% 6.875% 7.422%;}
.container .sub_area.introduction .cont.sty_03 .cont_01 .info_text {overflow: hidden; margin: 0; margin: 0 -49px 0 -49px; padding: 45px 49px 0 49px;}
.container .sub_area.introduction .cont.sty_03 .cont_01 .info_text li {}
.container .sub_area.introduction .cont.sty_03 .cont_01 .info_text li.left {float: left; padding: 0 0 23px;}
.container .sub_area.introduction .cont.sty_03 .cont_01 .info_text li.right {float: right; padding: 24px 0 0;}
.container .sub_area.introduction .cont.sty_03 .cont_01 .info_text li .img_box {width: 54.554%;}
.container .sub_area.introduction .cont.sty_03 .cont_01 .info_text li.left .img_box {float: right;}
.container .sub_area.introduction .cont.sty_03 .cont_01 .info_text li.right .img_box {float: left;}
.container .sub_area.introduction .cont.sty_03 .cont_01 .info_text li .img_box img {box-shadow: 3px 3px 17px rgba(74, 74, 74, 0.21);}
.container .sub_area.introduction .cont.sty_03 .cont_01 .info_text li .text_box {width: calc(100% - 54.554%);}
.container .sub_area.introduction .cont.sty_03 .cont_01 .info_text li.left .text_box {float: left; padding: 95px 95px 0 50px; text-align: left;}
.container .sub_area.introduction .cont.sty_03 .cont_01 .info_text li.right .text_box {float: right; padding: 95px 95px 0 50px; text-align: left;}
.container .sub_area.introduction .cont.sty_03 .cont_01 .info_text li .text_box .tit {position: relative; font-family: 'Noto Sans KR'; font-weight: 700; font-size: 1.125em; line-height: 1.5; color: #424242;}
.container .sub_area.introduction .cont.sty_03 .cont_01 .info_text li.left .text_box .tit:before {display: block; content: ''; position: absolute; top: -26px; left: 98px; width: calc(100% + 105px); height: 3px; background: #11a151;}
.container .sub_area.introduction .cont.sty_03 .cont_01 .info_text li.right .text_box .tit:before {display: block; content: ''; position: absolute; top: -26px; left: -180px; width: calc(100% + 105px); height: 3px; background: #11a151;}
.container .sub_area.introduction .cont.sty_03 .cont_01 .info_text li .text_box .text {margin: 8px 0 0; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 1em; line-height: 28px; color: #424242; word-break: keep-all;}

.container .sub_area.introduction .cont.sty_04 {background: url(/images/common/img-bg-01.jpg) center center no-repeat;}
.container .sub_area.introduction .cont.sty_04 .title {margin: 0; padding: 1.875% 10px 1.7188%; font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1.250em; line-height: 34px; color: #1f1f1f; text-align: center;}

.container .sub_area.introduction .cont.sty_05 {margin: 44px -640px 0; padding: 4.376% 640px 5.235%; background: #f9f9f9;}
.container .sub_area.introduction .cont.sty_05 .award_table_box {margin: 68px 0 0;}
.container .sub_area.introduction .cont.sty_05 .award_table_box table {width: 100%; max-width: 1088px; margin: 0 auto; border-top: 2px solid #000000;}
.container .sub_area.introduction .cont.sty_05 .award_table_box table thead {}
.container .sub_area.introduction .cont.sty_05 .award_table_box table thead tr {}
.container .sub_area.introduction .cont.sty_05 .award_table_box table thead tr th {padding: 13px 0; background: #e8f6ee; font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1em; line-height: 1.5; color: #000000;}
.container .sub_area.introduction .cont.sty_05 .award_table_box table tbody {}
.container .sub_area.introduction .cont.sty_05 .award_table_box table tbody tr {}
.container .sub_area.introduction .cont.sty_05 .award_table_box table tbody tr td {border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 15px 0 12px; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 1em; line-height: 1.5; color: #424242;}
.container .sub_area.introduction .cont.sty_05 .award_table_box table tbody tr td:last-child {border-right: none;}
.container .sub_area.introduction .cont.sty_05 .award_table_box table tbody tr td.bor_r {border-right: 1px solid #e5e5e5;}

.container .sub_area.introduction .cont.sty_05 .text_box_area {margin: 52px 0 0; text-align: left;}
.container .sub_area.introduction .cont.sty_05 .text_box_area:first-child {margin: 57px 0 0;}
.container .sub_area.introduction .cont.sty_05 .text_box_area .title {margin: 0; font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1.125em; line-height: 34px; color: #000000;}
.container .sub_area.introduction .cont.sty_05 .text_box_area .info_list {margin: 11px 0 0;}
.container .sub_area.introduction .cont.sty_05 .text_box_area .info_list .inner {}
.container .sub_area.introduction .cont.sty_05 .text_box_area .info_list .inner > li {position: relative; margin: 8px 0 0; padding: 0 0 0 13px; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 1em; line-height: 1.5; color: #424242;}
.container .sub_area.introduction .cont.sty_05 .text_box_area .info_list .inner > li:before {display: block; content: ''; position: absolute; top: 12px; left: 0; width: 3px; height: 3px; background: #000000; border-radius: 10px;}
.container .sub_area.introduction .cont.sty_05 .text_box_area .info_list .inner > li:first-child {margin: 0;}
.container .sub_area.introduction .cont.sty_05 .text_box_area .info_list .inner > li .info_list_02 {margin: 2px 0 0;}
.container .sub_area.introduction .cont.sty_05 .text_box_area .info_list .inner > li .info_list_02 li {font-family: 'Noto Sans KR'; font-weight: 300; font-size: 1em; line-height: 26px; color: #9e9e9e;}

.container .sub_area.introduction .cont.sty_05 .flow_list {margin: 59px 0 0; text-align: left;}
.container .sub_area.introduction .cont.sty_05 .flow_list .title {margin: 0; font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1.125em; line-height: 1.5; color: #000000;}
.container .sub_area.introduction .cont.sty_05 .flow_list .info_list {margin: 21px 0 0;}
.container .sub_area.introduction .cont.sty_05 .flow_list .info_list .inner {overflow: hidden;}
.container .sub_area.introduction .cont.sty_05 .flow_list .info_list .inner li {position: relative; float: left; padding: 0 3.126% 0 0;}
.container .sub_area.introduction .cont.sty_05 .flow_list .info_list .inner li:last-child {padding: 0;}
.container .sub_area.introduction .cont.sty_05 .flow_list .info_list .inner li .etc {display: block; width: 185px;  font-family: 'Noto Sans KR'; font-weight: 300; font-size: 1em; line-height: 51px; color: #ffffff; text-align: center;}
.container .sub_area.introduction .cont.sty_05 .flow_list .info_list .inner li.box_01 {background: url(/images/common/box_icon_01.png) right 6% top 50% no-repeat;}
.container .sub_area.introduction .cont.sty_05 .flow_list .info_list .inner li.box_02 {background: url(/images/common/box_icon_02.png) right 6% top 50% no-repeat;}
.container .sub_area.introduction .cont.sty_05 .flow_list .info_list .inner li.box_03 {background: url(/images/common/box_icon_03.png) right 6% top 50% no-repeat;}
.container .sub_area.introduction .cont.sty_05 .flow_list .info_list .inner li.box_04 {background: url(/images/common/box_icon_04.png) right 6% top 50% no-repeat;}
.container .sub_area.introduction .cont.sty_05 .flow_list .info_list .inner li.box_01 .etc {background: url(/images/common/box_01.png) 0 0 no-repeat;}
.container .sub_area.introduction .cont.sty_05 .flow_list .info_list .inner li.box_02 .etc {background: url(/images/common/box_02.png) 0 0 no-repeat;}
.container .sub_area.introduction .cont.sty_05 .flow_list .info_list .inner li.box_03 .etc {background: url(/images/common/box_03.png) 0 0 no-repeat;}
.container .sub_area.introduction .cont.sty_05 .flow_list .info_list .inner li.box_04 .etc {background: url(/images/common/box_04.png) 0 0 no-repeat;}
.container .sub_area.introduction .cont.sty_05 .flow_list .info_list .inner li.box_05 .etc {background: url(/images/common/box_05.png) 0 0 no-repeat;}

.container .sub_area.introduction .cont.sty_06 {padding: 3.75% 10px 4.298%;}
.container .sub_area.introduction .cont.sty_06 .title {margin: 30px 0 0; font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1.125em; line-height: 34px; color: #000000; text-align: left;}
.container .sub_area.introduction .cont.sty_06 .text {margin: 0; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 1em; line-height: 24px; color: #000000; text-align: left;}
.container .sub_area.introduction .cont.sty_06 .text_list_area {margin: 15px 0 0; text-align: left;}
.container .sub_area.introduction .cont.sty_06 .text_list_area li {font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1.125em; line-height: 34px; color: #000000;}
.container .sub_area.introduction .cont.sty_06 .text_list_area li .list_02 {}
.container .sub_area.introduction .cont.sty_06 .text_list_area li .list_02 li {font-family: 'Noto Sans KR'; font-weight: 300; font-size: 1em; line-height: 24px; color: #000000;}
.container .sub_area.introduction .cont.sty_06 .imgs {margin: 41px 0 0;}
.container .sub_area.introduction .cont.sty_06 .imgs .title {font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1.125em; line-height: 34px; color: #000000; text-align: left;}
.container .sub_area.introduction .cont.sty_06 .imgs img {margin: 25px 0 0;}

.container .sub_area.introduction .cont.sty_06 .table_area {width: 100%; max-width: 1200px;}
.container .sub_area.introduction .cont.sty_06 .table_area table {width: 100%; margin: 20px 0 0; border-top: 2px solid #000000;}
.container .sub_area.introduction .cont.sty_06 .table_area table thead {}
.container .sub_area.introduction .cont.sty_06 .table_area table thead th {border-right: 1px solid #e5e5e5; padding: 13px 0; background: #e8f6ee; font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1em; line-height: 1.5; color: #000000;}
.container .sub_area.introduction .cont.sty_06 .table_area table thead th:first-child {border-left: 1px solid #e5e5e5;}
.container .sub_area.introduction .cont.sty_06 .table_area table tbody {}
.container .sub_area.introduction .cont.sty_06 .table_area table tbody tr {}
.container .sub_area.introduction .cont.sty_06 .table_area table tbody tr th {border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}
.container .sub_area.introduction .cont.sty_06 .table_area table tbody tr th.bor_l {border-left: 1px solid #e5e5e5;}
.container .sub_area.introduction .cont.sty_06 .table_area table tbody tr td {border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 15px 10px 12px; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 1em; line-height: 1.5; color: #424242; word-break: keep-all;}
.container .sub_area.introduction .cont.sty_06 .table_area table tbody tr td em.ft_color {color: #eb2525;}

.container .sub_area.introduction .cont.sty_07 {margin: 0 -640px; padding: 3.516% 640px 4.298%; background: #f9f9f9;}
.container .sub_area.introduction .cont.sty_07 .text {}

.container .sub_area.introduction .cont.sty_07 .inner {margin: 35px 0 0;}
.container .sub_area.introduction .cont.sty_07 .inner .title {font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1.125em; line-height: 34px; color: #000000; text-align: left;}
.container .sub_area.introduction .cont.sty_07 .inner .text {margin: 0; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 1em; line-height: 24px; color: #000000; text-align: left;}
.container .sub_area.introduction .cont.sty_07 .inner .text_list_area {margin: 15px 0 0; text-align: left;}
.container .sub_area.introduction .cont.sty_07 .inner .text_list_area li {font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1.125em; line-height: 34px; color: #000000;}
.container .sub_area.introduction .cont.sty_07 .inner .text_list_area li .list_02 {}
.container .sub_area.introduction .cont.sty_07 .inner .text_list_area li .list_02 li {font-family: 'Noto Sans KR'; font-weight: 300; font-size: 1em; line-height: 24px; color: #000000;}
.container .sub_area.introduction .cont.sty_07 .inner .table_area {}
.container .sub_area.introduction .cont.sty_07 .inner .table_area table {width: 100%; margin: 20px 0 0; border-top: 2px solid #000000;}
.container .sub_area.introduction .cont.sty_07 .inner .table_area table thead {}
.container .sub_area.introduction .cont.sty_07 .inner .table_area table thead tr {}
.container .sub_area.introduction .cont.sty_07 .inner .table_area table thead tr th {border-right: 1px solid #e5e5e5; padding: 13px 0; background: #e8f6ee; background: #e8f6ee; font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1em; line-height: 1.5; color: #000000;}
.container .sub_area.introduction .cont.sty_07 .inner .table_area table thead tr th:first-child {border-left: 1px solid #e5e5e5;}
.container .sub_area.introduction .cont.sty_07 .inner .table_area table tbody {}
.container .sub_area.introduction .cont.sty_07 .inner .table_area table tbody tr {}
.container .sub_area.introduction .cont.sty_07 .inner .table_area table tbody tr th {border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}
.container .sub_area.introduction .cont.sty_07 .inner .table_area table tbody tr th.bor_l {border-left: 1px solid #e5e5e5;}
.container .sub_area.introduction .cont.sty_07 .inner .table_area table tbody tr td {border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 15px 10px 12px; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 1em; line-height: 1.5; color: #424242; word-break: keep-all;}

.container .sub_area.introduction .cont.sty_08 {padding: 3.907% 0 4.454%;}
.container .sub_area.introduction .cont.sty_08 .info_cont_list_area {margin: 41px 0 0;}
.container .sub_area.introduction .cont.sty_08 .info_cont_list_area .list {overflow: hidden; width: 100%; max-width: 1087px; margin: 0 auto;}
.container .sub_area.introduction .cont.sty_08 .info_cont_list_area .list > li {float: left; width: 31.739%; margin: 0 2.393% 0 0;}
.container .sub_area.introduction .cont.sty_08 .info_cont_list_area .list > li:last-child {margin: 0;}
.container .sub_area.introduction .cont.sty_08 .info_cont_list_area .list > li .inner {position: relative; padding: 21px 0 0;}
.container .sub_area.introduction .cont.sty_08 .info_cont_list_area .list > li .inner .title {position: absolute; top: 0; left: 50%; width: 207px; height: 46px; margin: 0 0 0 -103px; background: #11a151; font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1.125em; line-height: 46px; color: #ffffff; text-align: center; border-radius: 25px;}
.container .sub_area.introduction .cont.sty_08 .info_cont_list_area .list > li .inner .info_cont {border: 4px solid #c0c7c3; padding: 13.625% 4.35% 13.045% 6.088%;}
.container .sub_area.introduction .cont.sty_08 .info_cont_list_area .list > li .inner .info_cont .cont_area {}
.container .sub_area.introduction .cont.sty_08 .info_cont_list_area .list > li .inner .info_cont .cont_area > li {overflow: hidden; margin: 14px 0 0; text-align: left;}
.container .sub_area.introduction .cont.sty_08 .info_cont_list_area .list > li .inner .info_cont .cont_area > li:first-child {margin: 0;}
.container .sub_area.introduction .cont.sty_08 .info_cont_list_area .list > li .inner .info_cont .cont_area > li:last-child {margin: 16px 0 0;}
.container .sub_area.introduction .cont.sty_08 .info_cont_list_area .list > li .inner .info_cont .cont_area > li .tit {float: left; padding: 0 13px 0 0; font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1em; line-height: 1.5; color: #000000;}
.container .sub_area.introduction .cont.sty_08 .info_cont_list_area .list > li .inner .info_cont .cont_area > li .txt {float: left; height: 130px; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 1em; line-height: 26px; color: #424242;  word-break: keep-all;}
.container .sub_area.introduction .cont.sty_08 .info_cont_list_area .list > li .inner .info_cont .cont_area > li:last-child .txt {height: 100%;}
.container .sub_area.introduction .cont.sty_08 .info_cont_list_area .list > li .inner .info_cont .cont_area > li .txt .sty_01 {color: #9e9e9e;}
.container .sub_area.introduction .cont.sty_08 .info_cont_list_area .list > li .inner .info_cont .cont_area > li.sty_01 {} 
.container .sub_area.introduction .cont.sty_08 .info_cont_list_area .list > li .inner .info_cont .cont_area > li.sty_01 .txt {}
.container .sub_area.introduction .cont.sty_08 .info_cont_list_area .list > li .inner .info_cont .cont_area > li.sty_01 .txt .txt_list {}
.container .sub_area.introduction .cont.sty_08 .info_cont_list_area .list > li .inner .info_cont .cont_area > li.sty_01 .txt .txt_list li {position: relative; padding: 0 0 0 9px;}
.container .sub_area.introduction .cont.sty_08 .info_cont_list_area .list > li .inner .info_cont .cont_area > li.sty_01 .txt .txt_list li:before {display: block; content: ''; position: absolute; top: 11px; left: 0; width: 3px; height: 3px; background: #424242; border-radius: 10px;}
.container .sub_area.introduction .cont.sty_08 .info_cont_list_area .list > li .inner .info_cont .cont_area > li.sty_01 .txt .txt_list li .txt_sty_01 {display: block; color: #9e9e9e;}

.container .sub_area.introduction .cont.sty_09 {margin: 0 -640px; padding: 3.75% 640px 9.61%; background: #f9f9f9;}
.container .sub_area.introduction .cont.sty_09 .etc_cont_area {margin: 42px 0 0;}
.container .sub_area.introduction .cont.sty_09 .etc_cont_area .list_area {/*border: 1px solid #f1f1f1;*/}
.container .sub_area.introduction .cont.sty_09 .etc_cont_area .list_area li {/*border-bottom: 1px solid #f1f1f1;*/ padding: 3.365% 0 3.678% 14.242%; text-align: left;}
.container .sub_area.introduction .cont.sty_09 .etc_cont_area .list_area li.list_01 {background: #ffffff url(/images/common/program_icon_1.png) 0 0 no-repeat;}
.container .sub_area.introduction .cont.sty_09 .etc_cont_area .list_area li.list_02 {background: #ffffff url(/images/common/program_icon_2.png) 0 0 no-repeat;}
.container .sub_area.introduction .cont.sty_09 .etc_cont_area .list_area li.list_03 {background: #ffffff url(/images/common/program_icon_3.png) 0 0 no-repeat;}
.container .sub_area.introduction .cont.sty_09 .etc_cont_area .list_area li.list_04 {background: #ffffff url(/images/common/program_icon_4.png) 0 0 no-repeat;}
.container .sub_area.introduction .cont.sty_09 .etc_cont_area .list_area li.list_05 {background: #ffffff url(/images/common/program_icon_5.png) 0 0 no-repeat;}
.container .sub_area.introduction .cont.sty_09 .etc_cont_area .list_area li.list_06 {background: #ffffff url(/images/common/program_icon_6.png) 0 0 no-repeat;}
.container .sub_area.introduction .cont.sty_09 .etc_cont_area .list_area li:last-child {border-bottom: none;}
.container .sub_area.introduction .cont.sty_09 .etc_cont_area .list_area li .title {margin: 0; font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1.125em; line-height: 1.5; color: #000000;}
.container .sub_area.introduction .cont.sty_09 .etc_cont_area .list_area li .text {margin: 11px 0 0; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 1em; line-height: 1.5; color: #424242;}

.container .sub_area.introduction .cont.sty_01 {margin: 0 -640px; padding: 4.297% 640px 5.0783%;}
.container .sub_area.introduction .cont.sty_02 {padding: 4.532% 0 6.016%;}

/* //introduction CSS */
/* member CSS */
.container .sub_area .sub_cont .meeting_room .cont_01 {}
.container .sub_area .sub_cont .meeting_room .cont_01 .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.625em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .sub_cont .meeting_room .cont_01 .info_list_area {
overflow: hidden;
margin: 24px 0 0;
padding: 31px 44px 38px 30px;
background: url('/images/common/join-info-bg-02.jpg') 0 0/100% 100% no-repeat;
}
.container .sub_area .sub_cont .meeting_room .cont_01 .info_list_area .fl_cont {
float: left;
}
.container .sub_area .sub_cont .meeting_room .cont_01 .info_list_area .fl_cont .list {}
.container .sub_area .sub_cont .meeting_room .cont_01 .info_list_area .fl_cont .list li {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 26px;
color: #424242;
word-break: keep-all;
}
.container .sub_area .sub_cont .meeting_room .cont_01 .info_list_area .fl_cont .btn_area {
margin: 17px 0 0;
text-align: left;
}
.container .sub_area .sub_cont .meeting_room .cont_01 .info_list_area .fl_cont .btn_area a {
width: 200px;
background: #11a151 url('/images/common/btn-icon-01.png') left 29px center no-repeat;
text-indent: 14px;
}
.container .sub_area .sub_cont .meeting_room .cont_01 .info_list_area .fl_cont .btn_area a:hover {
background: #11914a url('/images/common/btn-icon-01.png') left 29px center no-repeat;
}
.container .sub_area .sub_cont .meeting_room .cont_01 .info_list_area .fr_cont {
float: right;
}
.container .sub_area .sub_cont .meeting_room .cont_02 {}
.container .sub_area .sub_cont .meeting_room.sty_01 .cont_02 {
margin: 50px 0 0;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .title_text_area {}
.container .sub_area .sub_cont .meeting_room .cont_02 .title_text_area .title_area {
position: relative;
height: 45px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .title_text_area .title_area .inner {
position: relative;
width: 100%;
max-width: 181px;
margin: 0 auto;
padding: 4px 0 0;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .title_text_area .title_area .inner .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.625em;
line-height: 1.5;
color: #000000;
text-align: center;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .title_text_area .title_area .inner button {
position: absolute;
border: none;
background: none;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .title_text_area .title_area .inner button .pr_btn {
top: 15px;
left: -20px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .title_text_area .title_area .inner button .nt_btn {
top: 15px;
right: -20px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .title_text_area .btn_area {
position: absolute;
top: 0;
right: 0;
margin: 0;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .title_text_area .btn_area a {
width: 200px;
background: #11a151 url('/images/common/btn-icon-01.png') left 29px center no-repeat;
text-indent: 14px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .title_text_area .btn_area a:hover {
background: #11914a url('/images/common/btn-icon-01.png') left 29px center no-repeat;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area {
margin: 17px 0 0;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list {
overflow: hidden;
border-top: 2px solid #000000;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li {
float: left;
width: calc(100% / 7);
max-width: 182.6px;
height: 100%;
min-height: 417px;
box-sizing: border-box;
border-right: 1px solid #dbdbdb;
border-bottom: 1px solid #dbdbdb;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area > .day_list > li:first-child {
border-left: 1px solid #dbdbdb;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li .non {
background: #f8f8f8;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li .red {}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li .blue {}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li .title {
padding: 9px 0;
background: #e9e9e9;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 26px;
color: #000000;
text-align: center;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li .red .title {
color: #eb2525;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li .blue .title {
color: #337bf1;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li .title .ft_w {
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 13px;
line-height: 26px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li .date_list {
padding: 20px 18px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li .date_list li {
position: relative;
margin: 29px 0 0;
padding: 0 0 0 13px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li .date_list li:first-child {
margin: 0;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li .date_list li:before {
display: block;
content: '';
position: absolute;
top: 8px;
left: 0;
width: 6px;
height: 6px;
background: #11a151;
border-radius: 50%;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li .date_list li .room {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 15px;
line-height: 22px;
color: #424242;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li .date_list li .time {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 22px;
color: #9d9d9d;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li .date_list li .name {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 15px;
line-height: 22px;
color: #424242;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area {
width: 100%;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.625em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area {
margin: 20px 0 0;
box-shadow: 1px 1px 15px rgba(0 , 0 , 0 , 0.12);
border-radius: 0;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box {
position: relative;
width: 513px;
padding: 15px 0;
background: none;
margin: 0 auto;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box .row {
width: 284px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box .row label {
text-align: left;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box .row .input_box {}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box .row .input_box .date {}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box .row .input_box .date input {
width: 100%;
height: 45px;
margin: 0;
border: 1px solid #d0d0d0;
border-radius: 0;
background: #fff url('/images/basic/cal_sch_ico.jpg') right 15px center no-repeat;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box a .st_sch_btn {
top: 15px;
right: 155px;
margin: 0;
width: 65px;
height: 45px;
background: #000000;
border-radius: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box a .st_sch_btn:hover {
background: #393939;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box a .st_sch_btn span .ico {
height: 45px;
padding: 0;
background: none;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 45px;
color: #ffffff;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box button {
position: absolute;
top: 15px;
right: 0;
border: none;
padding: 0 0 0 23px;
background: url('/images/basic/return-icon.jpg') 0 15px no-repeat;
font-family: 'Noto Sans KR';
font-weight: 400;
font-size: 14px;
line-height: 45px;
color: #000000;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box button:hover {
text-decoration: underline;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area {
overflow: hidden;
margin: 63px 0 0;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .title_area {
overflow: hidden;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .title_area .res_text_list {
float: left;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .title_area .res_text_list .list {
overflow: hidden;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .title_area .res_text_list .list li {
position: relative;
float: left;
margin: 0 0 0 28px;
padding: 0 0 0 24px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 14px;
line-height: 1.5;
color: #6a6a6a;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .title_area .res_text_list .list li:first-child {
margin: 0;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .title_area .res_text_list .list li:before {
display: block;
content: '';
position: absolute;
top: 4px;
left: 0;
width: 15px;
height: 14px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .title_area .res_text_list .list li .sty_01:before {
width: 9px;
height: 8px;
border: 3px solid #c9ced5;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .title_area .res_text_list .list li .sty_02:before {
background: #c9ced5;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .title_area .res_text_list .list li .sty_03:before {
background: #f5372e;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .title_area .text {
float: right;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 14px;
line-height: 1.5;
color: #a9a9a9;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area {
margin: 19px 0 0;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc {
width: 100%;
min-width: 2032px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .time {}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .time .list {
overflow: hidden;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .time .list li {
float: left;
width: 127px;
height: 38px;
border-right: 1px solid #51ba80;
background: #11a151;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 39px;
color: #ffffff;
text-align: center;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area {}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list {
width: 100%;
min-width: 1200px;
padding: 0 0 12px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list .bg_color {
background: #e7f5ed;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list li {padding: 0 0 12px;}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list li.bg_color {background: #e7f5ed;}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list li .title {
padding: 10px 0 8px;
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 15px;
line-height: 1.5;
color: #2c2c2c;
text-align: center;
text-indent: -40%;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list li .inner {
overflow: hidden;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list li .inner li {
float: left;
font-size: 0;
min-width: 127px;
max-width: 127px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list li .inner li button {
width: 58px;
height: 41px;
margin: 0 2px 0 0;
border: 1px solid #bdbdbd;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 13px;
line-height: 39px;
color: #bdbdbd;
text-align: center;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list li .inner li button:first-child {
margin: 0 5px 0 4px;
}
/* on */
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list li .inner li button .on {
border: none;
background: #f5372e;
color: #ffffff;
}
/* //on */
/* hover */
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list li .inner li button:hover {
border: 1px solid #f5372e;
color: #f5372e;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list li .inner li button .on:hover {
color: #ffffff;
}
/* //hover */
/* deadline */
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list li .inner li button .deadline {
border: none;
background: #c9ced5;
text-indent: -9999px;
cursor: unset;
}
/* //deadline */
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_title {
float: left;
width: 100%;
margin: 0 0 10px;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 34px;
color: #000000;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area {}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table {
width: 100%;
height: 100%;
border-top: 1px solid #000000;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table tbody {
text-align: left;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table tbody tr {
border-bottom: 2px solid #e2e2e2;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table tbody tr th {
padding: 16px 0 16px 26px;
background: #f7f8f7;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
color: #000000;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table tbody tr th .etc {
color: #ea3030;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table tbody tr td {
padding: 16px 26px 16px 35px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
color: #000000;
word-break: keep-all;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table tbody tr td input {
width: 100%;
height: 35px;
border: 1px solid #e2e2e2;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table tbody tr td .text {
margin: 5px 0 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 13px;
line-height: 1.5;
color: #959595;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table tbody tr td .text_list {}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table tbody tr td .text_list li {
margin: 11px 0 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table tbody tr td .text_list li:first-child {
margin: 0;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area .btn_area {
margin: 0 auto -30px;
padding: 31px 0 30px;
text-align: center;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area .btn_area a {
display: inline-block;
width: 88px;
height: 45px;
background: #000000;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area .btn_area a:hover {
background: #393939;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area .btn_area a .green {
background: #11a151;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area .btn_area a .green:hover {
background: #11914a;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area_01 .btn_area a .green {
background: #11a151;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area_01 .btn_area a .green:hover {
background: #11914a;
}
/* //member CSS */
/* member_con CSS */
.container .sub_area .tab_cont_02 {
margin: 39px 0 0;
}
.container .sub_area .tab_cont_02 .tab_area {
overflow: hidden;
}
.container .sub_area .tab_cont_02 .tab_area .inner {
float: left;
}
.container .sub_area .tab_cont_02 .tab_area .inner .tab {
overflow: hidden;
}
.container .sub_area .tab_cont_02 .tab_area .inner .tab li {
float: left;
height: 22px;
margin: 0.68% 0;
}
.container .sub_area .tab_cont_02 .tab_area .inner .tab li:first-child a {
padding: 0 40px 0 0;
}
.container .sub_area .tab_cont_02 .tab_area .inner .tab li:last-child a {
border: none;
}
.container .sub_area .tab_cont_02 .tab_area .inner .tab li a {
display: block;
border-right: 1px solid #d8d8d8;
padding: 0 40px;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 17px;
line-height: 22px;
color: rgba(19 , 19 , 19 , 0.5);
}
.container .sub_area .tab_cont_02 .tab_area .inner .tab li a:hover {
color: #11a151;
}
.container .sub_area .tab_cont_02 .tab_area .inner .tab li .on a {
color: #11a151;
}
.container .sub_area .tab_cont_02 .tab_area > a {
display: block;
float: right;
width: 115px;
height: 35px;
background: #000000;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 17px;
line-height: 35px;
color: #ffffff;
border-radius: 25px;
text-align: center;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.container .sub_area .tab_cont_02 .tab_area > a:hover {
background: #393939;
}
.container .sub_area .member_con .tab_cont_02 .board_list {
margin: 45px 0 0;
}
.container .sub_area .member_con .tab_cont_02 .board_list thead {}
.container .sub_area .member_con .tab_cont_02 .board_list thead tr {}
.container .sub_area .member_con .tab_cont_02 .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .member_con .tab_cont_02 .board_list tbody {}
.container .sub_area .member_con .tab_cont_02 .board_list tbody tr {}
.container .sub_area .member_con .tab_cont_02 .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area .member_con .tab_cont_02 .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .member_con .tab_cont_02 .board_list tbody tr td .num {}
.container .sub_area .member_con .tab_cont_02 .board_list tbody tr td .tit {
text-align: left;
}
.container .sub_area .member_con .tab_cont_02 .board_list tbody tr td .tit a {
display: block;
}
.container .sub_area .member_con .tab_cont_02 .board_list tbody tr td .reg {}
.container .sub_area .member_con .tab_cont_02 .board_list tbody tr td .cry {}
.container .sub_area .member_con .tab_cont_02 .pagination {}
.container .sub_area .member_con .tab_cont_02 .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area .member_con .tab_cont_02 .pagination a:last-child {
margin: 0;
}
.container .sub_area .member_con .tab_cont_02 .pagination a .active,
.container .sub_area .member_con .tab_cont_02 .pagination a:hover,
.container .sub_area .member_con .tab_cont_02 .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area .member_con .tab_cont_02 .pagination a .page_arrow {}
.container .sub_area .member_con .tab_cont_02 .pagination a .page_arrow .l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area .member_con .tab_cont_02 .pagination a .page_arrow .l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area .member_con .tab_cont_02 .pagination a .page_arrow .r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area .member_con .tab_cont_02 .pagination a .page_arrow .r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area.member_con .tab_cont_02 .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area.member_con .tab_cont_02 .pagination a:last-child {
margin: 5px 0 0;
}
}
/* //member_con CSS */
/* member_business CSS */
.container .sub_area .member_business {}
.container .sub_area .member_business .tab_cont_02 {}
.container .sub_area .member_business .tab_cont_02 .member_business_area {
margin: 45px 0 0;
}
.container .sub_area .member_business .tab_cont_02 .member_business_area .sub_text_area {
margin: 15px 0 0;
}
.container .sub_area .member_business .tab_cont_02 .member_business_area .sub_text_area .text_box {
padding: 24px 0 24px 58px;
background: url('/images/common/join-info-bg.jpg') 0 0/100% 100% no-repeat;
}
.container .sub_area .member_business .tab_cont_02 .member_business_area .sub_text_area .text_box li {
position: relative;
padding: 0 0 0 11px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 26px;
color: #424242;
}
.container .sub_area .member_business .tab_cont_02 .member_business_area .sub_text_area .text_box li:before {
display: block;
content: '';
position: absolute;
top: 12px;
left: 0;
width: 3px;
height: 3px;
background: #000000;
border-radius: 50%;
}
.container .sub_area .member_business .tab_cont_02 .member_business_area .sub_text_area .text_box li span .ft_color {
color: #ee0000;
}
.container .sub_area .member_business .tab_cont_02 .member_business_area .board_list {
margin: 25px 0 0;
}
.container .sub_area .member_business .tab_cont_02 .member_business_area .board_list thead {}
.container .sub_area .member_business .tab_cont_02 .member_business_area .board_list thead tr {}
.container .sub_area .member_business .tab_cont_02 .member_business_area .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .member_business .tab_cont_02 .member_business_area .board_list tbody {}
.container .sub_area .member_business .tab_cont_02 .member_business_area .board_list tbody tr {}
.container .sub_area .member_business .tab_cont_02 .member_business_area .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area .member_business .tab_cont_02 .member_business_area .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .member_business .tab_cont_02 .member_business_area .board_list tbody tr td .num {}
.container .sub_area .member_business .tab_cont_02 .member_business_area .board_list tbody tr td .tit {
text-align: left;
}
.container .sub_area .member_business .tab_cont_02 .member_business_area .board_list tbody tr td .tit a {
display: block;
}
.container .sub_area .member_business .tab_cont_02 .member_business_area .board_list tbody tr td .day {}
.container .sub_area .member_business .tab_cont_02 .member_business_area .board_list tbody tr td .view {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area .member_business .tab_cont_02 .member_business_area .board_list tbody tr td > a .green {
display: block;
width: 80px;
height: 30px;
margin: 10px auto 0;
background: #11a151;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 30px;
color: #ffffff;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .member_business .tab_cont_02 .member_business_area .board_list tbody tr td > a .green:hover {
background: #11914a;
}
.container .sub_area .member_business .tab_cont_02 .pagination {}
.container .sub_area .member_business .tab_cont_02 .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area .member_business .tab_cont_02 .pagination a:last-child {
margin: 0;
}
.container .sub_area .member_business .tab_cont_02 .pagination a .active,
.container .sub_area .member_business .tab_cont_02 .pagination a:hover,
.container .sub_area .member_business .tab_cont_02 .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area .member_business .tab_cont_02 .pagination a .page_arrow {}
.container .sub_area .member_business .tab_cont_02 .pagination a .page_arrow .l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area .member_business .tab_cont_02 .pagination a .page_arrow .l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area .member_business .tab_cont_02 .pagination a .page_arrow .r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area .member_business .tab_cont_02 .pagination a .page_arrow .r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area.member_business .tab_cont_02 .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area.member_business .tab_cont_02 .pagination a:last-child {
margin: 5px 0 0;
}
}
/* //member_business CSS */
/* member_business_view CSS */
.container .sub_area .member_business_view .tab_cont_02 .info_area {
margin: 30px 0 0;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write {
margin: 8px 0 0;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody {}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr {}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr th {}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td {}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list {
overflow: hidden;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list {
float: left;
width: 53.528%;
margin: 0 3.7986% 0 0;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li {
overflow: hidden;
padding: 0 0 0 6.747%;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button {
display: block;
width: 100%;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span {
float: left;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 41px;
color: #000000;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span:first-child {
width: 36.198%;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span:last-child {
width: 57.846%;
text-align: center;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span .text {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 41px;
color: #000000;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span .day {
padding: 0 0 0 20px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 41px;
color: #424242;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span .day em {
width: 14px;
height: 14px;
padding: 0 0 0 20px;
background: url('/images/common/day-icon-off.png') 0 6px no-repeat;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span .day_none {
padding: 0 0 0 20px;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 41px;
color: #000000;
text-indent: -107px;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span .day_none em {
padding: 0 0 0 20px;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li .current button span,
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li .current button span {
color: #ffffff;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li .current button span .day em,
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li .current button span .day em {
background: url('/images/common/day-icon-on.png') 0 6px no-repeat;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li .current button span .day_none,
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li .current button span .day_none {
color: #ffffff;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont {
display: none;
float: right;
width: 42.6734%;
padding: 30px 20px 0 0;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont .current {
display: block;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont .info_text_area {
width: 100%;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont .info_text_area .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.500em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont .info_text_area .title .ft_color {
color: #f42a2a;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont .info_text_area .text {
height: 152px;
margin: 18px 0 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .btn_area {
text-align: right;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .btn_area a {
display: inline-block;
width: 73px;
height: 45px;
background: #787878;
color: #ffffff;
text-align: center;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .btn_area a:hover {
background: #646464;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .btn_area a .green {
width: 117px;
background: #11a151;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .btn_area a .green:hover {
background: #11914a;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .btn_area a .green2 {
width: 117px;
background: #0f5333;
}
.container .sub_area .member_business_view .tab_cont_02 .info_area .btn_area a .green2:hover {
background: #126237;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area {
margin: 20px 0 0;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write {
margin: 18px 0 0;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write thead {}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write thead tr {}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write thead tr th {
border: none;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
text-align: center;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write tbody {}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write tbody tr {}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
text-align: center;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td .num {}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td .name {}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td .day {}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td .time {}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td .app {}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td .app ul .select_area {
width: 112px;
height: 37px;
border: 1px solid #dadada;
margin: 0 auto;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td .app ul .select_area li {
position: relative;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td .app ul .select_area > li > button {
display: block;
width: 100%;
padding: 0 30px 0 15px;
background: url('/images/common/arr-icon-02.png') right 19px top 50% no-repeat;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 35px;
color: #11a151;
text-align: left;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td .app ul .select_area > li > button .green {
color: #11a151;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td .app ul .select_area > li > button .red {
color: #ee3a23;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td .app ul .select_area li ul .box {
display: none;
position: absolute;
top: 35px;
left: -1px;
width: 112px;
border: 1px solid #dadada;
z-index: 2;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td .app ul .select_area li .on ul .box {
display: block;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td .app ul .select_area li ul .box li {}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td .app ul .select_area li ul .box li button {
display: block;
width: 100%;
padding: 0 30px 0 15px;
background: #ffffff;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 35px;
color: #000000;
text-align: left;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td .app ul .select_area li ul .box li:last-child button {
border-top: 1px solid #dadada;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td .app ul .select_area li ul .box li .green button {
color: #11a151;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td .app ul .select_area li ul .box li .red button {
color: #ee3a23;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .text_list {
margin: 12px 0 0;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .text_list li {
padding: 0 0 0 21px;
background: url('/images/common/key-icon.png') 0 7px no-repeat;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 26px;
color: #424242;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .text_list li:last-child {
padding: 0;
background: none;
color: #f02525;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .btn_area {
text-align: right;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .btn_area a {
display: inline-block;
width: 73px;
height: 45px;
background: #787878;
color: #ffffff;
text-align: center;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .btn_area a:hover {
background: #646464;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .btn_area a .green {
width: 117px;
background: #11a151;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .btn_area a .green:hover {
background: #11914a;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .btn_area a .green2 {
width: 117px;
background: #0f5333;
}
.container .sub_area .member_business_view .tab_cont_02 .application_list_area .btn_area a .green2:hover {
background: #126237;
}
/*/
/ member_business_view CSS *//* member_con_view  CSS*/
.container .sub_area .member_con_view {}
.container .sub_area .member_con_view .table_cont {}
.container .sub_area .member_con_view .table_cont .bw_top_txt {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .member_con_view .table_cont .bw_top_txt .etc {
color: #ea3030;
}
.container .sub_area .member_con_view .table_cont .table_cont_area {}
.container .sub_area .member_con_view .table_cont .table_cont_area table {}
.container .sub_area .member_con_view .table_cont .table_cont_area table tbody {}
.container .sub_area .member_con_view .table_cont .table_cont_area table tbody tr {}
.container .sub_area .member_con_view .table_cont .table_cont_area table tbody tr th {
padding: 16px 10px 16px 16px;
}
.container .sub_area .member_con_view .table_cont .table_cont_area table tbody tr td {
overflow: hidden;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .member_con_view .table_cont .table_cont_area table tbody tr td .radio_list {
float: left;
}
.container .sub_area .member_con_view .table_cont .table_cont_area table tbody tr td .radio_list li {}
.container .sub_area .member_con_view .table_cont .table_cont_area table tbody tr td .radio_list li .radio_each {}
.container .sub_area .member_con_view .table_cont .table_cont_area table tbody tr td .radio_list li .radio_each input {}
.container .sub_area .member_con_view .table_cont .table_cont_area table tbody tr td .radio_list li .radio_each label {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 24px;
color: #000000;
}
.container .sub_area .member_con_view .table_cont .table_cont_area table tbody tr td .radio_list li .radio_each label span .vradio {
display: block;
position: absolute;
left: 0;
top: 4px;
z-index: 1;
width: 20px;
height: 20px;
border: 1px solid #cdcdcd;
border-radius: 50%;
background-color: #fff;
}
.container .sub_area .member_con_view .table_cont .table_cont_area table tbody tr td ul .chk_box_area {
overflow: hidden;
}
.container .sub_area .member_con_view .table_cont .table_cont_area table tbody tr td ul .chk_box_area > li {
float: left;
margin: 5px 15px 0 0;
}
.container .sub_area .member_con_view .table_cont .table_cont_area table tbody tr td ul .chk_box_area > li:last-child {
margin: 5px 0 0;
}
.container .sub_area .member_con_view .table_cont .table_cont_area table tbody tr td ul .chk_box_area > li span .chk_each {}
.container .sub_area .member_con_view .table_cont .table_cont_area table tbody tr td ul .chk_box_area > li span .chk_each input {}
.container .sub_area .member_con_view .table_cont .table_cont_area table tbody tr td ul .chk_box_area > li span .chk_each label {}
.container .sub_area .member_con_view .table_cont .table_cont_area table tbody tr td ul .chk_box_area > li span .chk_each label span .vchkbox {
top: 5px;
}
.container .sub_area .member_con_view .table_cont .table_cont_area table tbody tr td input .middle_input {
width: 60%;
height: 35px;
border: 1px solid #d3d3d3;
}
.container .sub_area .member_con_view .table_cont .table_cont_area table tbody tr td p .write_sup_txt {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 35px;
color: #424242;
}
.container .sub_area .member_con_view .table_cont .table_cont_area table tbody tr td textarea {
padding: 10px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #000000;
}
/*/
/ member_con_view CSS*//* member_work  CSS*/
.container .sub_area .member_work {}
.container .sub_area .member_work .tab_cont_02 {}
.container .sub_area .member_work .tab_cont_02 .sub_sch_box {
margin: 30px 0 54px;
padding: 26px 340px 27px 14.844%;
background: none;
box-shadow: 1px 1px 15px rgba(0 , 0 , 0 , 0.12);
border-radius: 0;
}
.container .sub_area .member_work .tab_cont_02 .sub_sch_box select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
max-width: 116px;
height: 45px;
border: 1px solid #d0d0d0;
padding: 0 0 0 18px;
background: url('/images/common/arr-icon.png') right 18px top 50% no-repeat;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #6a6a6a;
border-radius: 0;
}
.sub_sch_box input {
height: 45px;
border: 1px solid #d0d0d0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #b8b8b8;
border-radius: 0;
}
.slt_box {
padding: 0 5px 0 0;
}
.st_sch_btn {
height: 45px;
right: 244px;
margin: -23px 0 0;
background: #000000;
border-radius: 0;
}
.container .sub_area .member_work .tab_cont_02 .member_work_area {}
.container .sub_area .member_work .tab_cont_02 .member_work_area .text {
padding: 0 0 10px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #ea3030;
text-align: left;
word-break: keep-all;
}
.container .sub_area .member_work .tab_cont_02 .member_work_area .board_list {}
.container .sub_area .member_work .tab_cont_02 .member_work_area .board_list thead {}
.container .sub_area .member_work .tab_cont_02 .member_work_area .board_list thead tr {}
.container .sub_area .member_work .tab_cont_02 .member_work_area .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .member_work .tab_cont_02 .member_work_area .board_list tbody tr {}
.container .sub_area .member_work .tab_cont_02 .member_work_area .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area .member_work .tab_cont_02 .member_work_area .board_list tbody tr .top {
background: none !important;
}
.container .sub_area .member_work .tab_cont_02 .member_work_area .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .member_work .tab_cont_02 .member_work_area .board_list tbody tr td .num {}
.container .sub_area .member_work .tab_cont_02 .member_work_area .board_list tbody tr td .num .fc_red {
height: 26px;
border: 1px solid #f5372e;
padding: 0 11px;
}
.container .sub_area .member_work .tab_cont_02 .member_work_area .board_list tbody tr td .tit {
text-align: left;
}
.container .sub_area .member_work .tab_cont_02 .member_work_area .board_list tbody tr td .tit a {
display: block;
}
.container .sub_area .member_work .tab_cont_02 .member_work_area .board_list tbody tr td .date {}
.container .sub_area .member_work .tab_cont_02 .member_work_area .board_list tbody tr td .view {}
.container .sub_area .member_work .tab_cont_02 .pagination {}
.container .sub_area .member_work .tab_cont_02 .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area .member_work .tab_cont_02 .pagination a:last-child {
margin: 0;
}
.container .sub_area .member_work .tab_cont_02 .pagination a .active,
.container .sub_area .member_work .tab_cont_02 .pagination a:hover,
.container .sub_area .member_work .tab_cont_02 .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area .member_work .tab_cont_02 .pagination a .page_arrow {}
.container .sub_area .member_work .tab_cont_02 .pagination a .page_arrow .l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area .member_work .tab_cont_02 .pagination a .page_arrow .l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area .member_work .tab_cont_02 .pagination a .page_arrow .r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area .member_work .tab_cont_02 .pagination a .page_arrow .r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area.member_work .tab_cont_02 .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area.member_work .tab_cont_02 .pagination a:last-child {
margin: 5px 0 0;
}
}
/* //member_work  CSS*/
/* member_work_view  CSS*/
.container .sub_area .member_work_view {}
.container .sub_area .member_work_view .tab_cont_02 {}
.container .sub_area .member_work_view .tab_cont_02 .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.625em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .member_work_view .tab_cont_02 .table_cont {}
.container .sub_area .member_work_view .tab_cont_02 .table_cont .table_title {}
.container .sub_area .member_work_view .tab_cont_02 .table_cont .table_cont_area {}
.container .sub_area .member_work_view .tab_cont_02 .table_cont .table_cont_area table {}
.container .sub_area .member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody {}
.container .sub_area .member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr {}
.container .sub_area .member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr th {}
.container .sub_area .member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td {}
.container .sub_area .member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td span {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #11a151;
}
.container .sub_area .member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area {
margin: 0;
text-align: left;
}
.container .sub_area .member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area a {
width: 88px;
height: 30px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 30px;
color: #ffffff;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
box-shadow: none;
outline-color: 0;
outline-offset: 0;
border: none;
outline-color: 0;
outline: none;
}
.container .sub_area .member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area a:hover {
background: #646464;
}
.container .sub_area .member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area a .green {
background: #11a151;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
box-shadow: none;
outline-color: 0;
outline-offset: 0;
border: none;
outline-color: 0;
outline: none;
}
.container .sub_area .member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area a .green:hover {
background: #11914a;
}
.container .sub_area .member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .credit_list {}
.container .sub_area .member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .credit_list li {
position: relative;
padding: 0 0 0 10px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #000000;
}
.container .sub_area .member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .credit_list li:before {
display: block;
content: '';
position: absolute;
top: 11px;
left: 0;
width: 3px;
height: 3px;
background: #000000;
border-radius: 50%;
}
.container .sub_area .member_work_view .tab_cont_02 .btn_area {}
.container .sub_area .member_work_view .tab_cont_02 .btn_area a {
width: 117px;
height: 45px;
background: #787878;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .member_work_view .tab_cont_02 .btn_area a:hover {
background: #646464;
}
/* //member_work_view  CSS*/
/* member_matching  CSS*/
.container .sub_area .member_matching {}
.container .sub_area .member_matching .tab_cont_02 .member_work_area .board_list {
margin: 30px 0 0;
}
.container .sub_area .member_matching .tab_cont_02 .member_work_area .board_list thead {}
.container .sub_area .member_matching .tab_cont_02 .member_work_area .board_list thead tr {}
.container .sub_area .member_matching .tab_cont_02 .member_work_area .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .member_matching .tab_cont_02 .member_work_area .board_list tbody tr {}
.container .sub_area .member_matching .tab_cont_02 .member_work_area .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area .member_matching .tab_cont_02 .member_work_area .board_list tbody tr .top {
background: none !important;
}
.container .sub_area .member_matching .tab_cont_02 .member_work_area .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .member_matching .tab_cont_02 .member_work_area .board_list tbody tr td .num {}
.container .sub_area .member_matching .tab_cont_02 .member_work_area .board_list tbody tr td .num .fc_red {
height: 26px;
border: 1px solid #f5372e;
padding: 0 11px;
}
.container .sub_area .member_matching .tab_cont_02 .member_work_area .board_list tbody tr td .tit {
text-align: left;
}
.container .sub_area .member_matching .tab_cont_02 .member_work_area .board_list tbody tr td .tit a {
display: block;
}
.container .sub_area .member_matching .tab_cont_02 .member_work_area .board_list tbody tr td .date {}
.container .sub_area .member_matching .tab_cont_02 .member_work_area .board_list tbody tr td .view {}
.container .sub_area .member_matching .tab_cont_02 .member_work_area .board_list tbody tr td .ft_color {
color: #10a251;
}
.container .sub_area .member_matching .tab_cont_02 .pagination {}
.container .sub_area .member_matching .tab_cont_02 .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area .member_matching .tab_cont_02 .pagination a:last-child {
margin: 0;
}
.container .sub_area .member_matching .tab_cont_02 .pagination a .active,
.container .sub_area .member_matching .tab_cont_02 .pagination a:hover,
.container .sub_area .member_matching .tab_cont_02 .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area .member_matching .tab_cont_02 .pagination a .page_arrow {}
.container .sub_area .member_matching .tab_cont_02 .pagination a .page_arrow .l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area .member_matching .tab_cont_02 .pagination a .page_arrow .l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area .member_matching .tab_cont_02 .pagination a .page_arrow .r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area .member_matching .tab_cont_02 .pagination a .page_arrow .r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area.member_matching .tab_cont_02 .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area.member_matching .tab_cont_02 .pagination a:last-child {
margin: 5px 0 0;
}
}
/* //member_matching  CSS*/
/* member_matching_view CSS */
.container .sub_area .member_matching_view {}
.container .sub_area .member_matching_view .tab_cont_02 {}
.container .sub_area .member_matching_view .tab_cont_02 .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.625em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont {}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_title {}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area {}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table {}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody {}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr {}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr th {}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td {}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td span {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #11a151;
}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area {
margin: 0;
text-align: left;
}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area a {
width: 88px;
height: 30px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 30px;
color: #ffffff;
text-align: center;
}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area a .green {
background: #11a151;
}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .credit_list {}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .credit_list li {
position: relative;
padding: 0 0 0 10px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #000000;
}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .credit_list li:before {
display: block;
content: '';
position: absolute;
top: 11px;
left: 0;
width: 3px;
height: 3px;
background: #000000;
border-radius: 50%;
}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list {
display: inline-block;
vertical-align: top;
}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list .clearfix {}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li {
margin: 0;
}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span .radio_each {}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span .radio_each input {}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span .radio_each input .hide {}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span .radio_each label {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span .radio_each label span .vradio {
top: 3px;
}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span .radio_each label span .vradio span .cir {}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .ft_color {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #000000;
}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .ft_color .sty_01 {
color: #eb2727;
}
.container .sub_area .member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .ft_color .sty_02 {
color: #11a151;
}
.container .sub_area .member_matching_view .tab_cont_02 .btn_area {}
.container .sub_area .member_matching_view .tab_cont_02 .btn_area a {
width: 117px;
height: 45px;
background: #787878;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .member_matching_view .tab_cont_02 .btn_area a:hover {
background: #646464;
}
.container .sub_area .member_matching_view .tab_cont_02 .btn_area a .green {
background: #11a151;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .member_matching_view .tab_cont_02 .btn_area a .green:hover {
background: #11914a;
}
/* //member_matching_view CSS */
/* member_creation CSS */
.container .sub_area .member_creation {}
.container .sub_area .member_creation .notice_area {
margin: 30px 0 0;
}
.container .sub_area .member_creation .notice_area .text {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #eb2727;
word-break: keep-all;
}
.container .sub_area .member_creation .notice_area .board_list {
margin: 10px 0 0;
}
.container .sub_area .member_creation .notice_area .board_list thead {}
.container .sub_area .member_creation .notice_area .board_list thead tr {}
.container .sub_area .member_creation .notice_area .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .member_creation .notice_area .board_list tbody tr {}
.container .sub_area .member_creation .notice_area .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area .member_creation .notice_area .board_list tbody tr .top {
background: none !important;
}
.container .sub_area .member_creation .notice_area .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .member_creation .notice_area .board_list tbody tr td .num {}
.container .sub_area .member_creation .notice_area .board_list tbody tr td .num .fc_red {
height: 26px;
border: 1px solid #f5372e;
padding: 0 11px;
}
.container .sub_area .member_creation .notice_area .board_list tbody tr td .tit {
text-align: left;
}
.container .sub_area .member_creation .notice_area .board_list tbody tr td .tit a {
display: block;
}
.container .sub_area .member_creation .notice_area .board_list tbody tr td .day {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area .member_creation .notice_area .board_list tbody tr td .deat {}
.container .sub_area .member_creation .notice_area .board_list tbody tr td .view {}
.container .sub_area .member_creation .notice_area .board_list tbody tr td:last-child a {
display: inline-block;
width: 60px;
height: 30px;
background: #11a151;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 30px;
color: #ffffff;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .member_creation .notice_area .board_list tbody tr td:last-child a:hover {
background: #11914a;
}
.container .sub_area .member_creation .tab_cont_02 .pagination {}
.container .sub_area .member_creation .tab_cont_02 .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area .member_creation .tab_cont_02 .pagination a:last-child {
margin: 0;
}
.container .sub_area .member_creation .tab_cont_02 .pagination a .active,
.container .sub_area .member_creation .tab_cont_02 .pagination a:hover,
.container .sub_area .member_creation .tab_cont_02 .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area .member_creation .tab_cont_02 .pagination a .page_arrow {}
.container .sub_area .member_creation .tab_cont_02 .pagination a .page_arrow .l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area .member_creation .tab_cont_02 .pagination a .page_arrow .l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area .member_creation .tab_cont_02 .pagination a .page_arrow .r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area .member_creation .tab_cont_02 .pagination a .page_arrow .r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area.member_creation .tab_cont_02 .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area.member_creation .tab_cont_02 .pagination a:last-child {
margin: 5px 0 0;
}
}
/* //member_creation CSS */
/* profile CSS */
.container .sub_area .profile {}
.container .sub_area .profile .sub_cont {}
.container .sub_area .profile .sub_cont .info_area {}
.container .sub_area .profile .sub_cont .info_area .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .profile .sub_cont .info_area .board_write {
margin: 10px 0 0;
}
.container .sub_area .profile .sub_cont .info_area .board_write tbody {}
.container .sub_area .profile .sub_cont .info_area .board_write tbody tr {}
.container .sub_area .profile .sub_cont .info_area .board_write tbody tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .profile .sub_cont .info_area .board_write tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .profile .sub_cont .info_area .board_write tbody tr td > .pro_table {}
.container .sub_area .profile .sub_cont .info_area .board_write tbody tr td > .pro_table table {
width: 100%;
}
.container .sub_area .profile .sub_cont .info_area .board_write tbody tr td > .pro_table table tbody {}
.container .sub_area .profile .sub_cont .info_area .board_write tbody tr td > .pro_table table tbody tr {
border: none;
}
.container .sub_area .profile .sub_cont .info_area .board_write tbody tr td > .pro_table table tbody tr th {
width: 15px;
border: none;
padding: 12px 0 0 20px;
background: none;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
text-align: left;
vertical-align: top;
}
.container .sub_area .profile .sub_cont .info_area .board_write tbody tr td > .pro_table table tbody tr td {
overflow: hidden;
border: none;
padding: 6px 0;
}
.container .sub_area .profile .sub_cont .info_area .board_write tbody tr td > .pro_table table tbody tr td .text {
float: left;
padding: 0 17px 0 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 39px;
color: #424242;
}
.container .sub_area .profile .sub_cont .info_area .board_write tbody tr td > .pro_table table tbody tr td > div {}
.container .sub_area .profile .sub_cont .info_area .board_write tbody tr td > .pro_table table tbody tr td > div .slt_box {
float: left;
width: 158px;
}
.container .sub_area .profile .sub_cont .info_area .board_write tbody tr td > .pro_table table tbody tr td > div .slt_box select {
width: 158px;
height: 39px;
padding: 0 29px 0 16px;
background: url('/images/common/arr-icon-02.png') right 20px top 50% no-repeat;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #424242;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.container .sub_area .profile .sub_cont .info_area .board_write tbody tr td > .pro_table table tbody tr td > div label {
float: left;
padding: 0 17px 0 30px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 39px;
color: #424242;
}
.container .sub_area .profile .sub_cont .info_area .board_write tbody tr td > .pro_table table tbody tr td > div label:first-child {
padding: 0 17px 0 0;
}
.container .sub_area .profile .sub_cont .info_area .board_write tbody tr td > .pro_table table tbody tr td textarea {
float: left;
width: 95%;
padding: 10px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 21px;
color: #424242;
}
.container .sub_area .profile .sub_cont .info_area .btn_area {}
.container .sub_area .profile .sub_cont .info_area .btn_area a {}
/* //profile CSS */
/* business_work CSS */
.container .sub_area .business_work {}
.container .sub_area .business_work .tab_cont_02 {}
.container .sub_area .business_work .tab_cont_02 .member_work_area {
margin: 30px 0 0;
}
.container .sub_area .business_work .tab_cont_02 .member_work_area .text {
padding: 0 0 10px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #ea3030;
text-align: left;
word-break: keep-all;
}
.container .sub_area .business_work .tab_cont_02 .member_work_area .board_list {}
.container .sub_area .business_work .tab_cont_02 .member_work_area .board_list thead {}
.container .sub_area .business_work .tab_cont_02 .member_work_area .board_list thead tr {}
.container .sub_area .business_work .tab_cont_02 .member_work_area .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .business_work .tab_cont_02 .member_work_area .board_list tbody tr {}
.container .sub_area .business_work .tab_cont_02 .member_work_area .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area .business_work .tab_cont_02 .member_work_area .board_list tbody tr .top {
background: none !important;
}
.container .sub_area .business_work .tab_cont_02 .member_work_area .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .business_work .tab_cont_02 .member_work_area .board_list tbody tr td .num {}
.container .sub_area .business_work .tab_cont_02 .member_work_area .board_list tbody tr td .num .fc_red {
height: 26px;
border: 1px solid #f5372e;
padding: 0 11px;
}
.container .sub_area .business_work .tab_cont_02 .member_work_area .board_list tbody tr td .tit {
text-align: left;
}
.container .sub_area .business_work .tab_cont_02 .member_work_area .board_list tbody tr td .tit a {
display: block;
}
.container .sub_area .business_work .tab_cont_02 .member_work_area .board_list tbody tr td .date {}
.container .sub_area .business_work .tab_cont_02 .member_work_area .board_list tbody tr td .view {}
.container .sub_area .business_work .tab_cont_02 .pagination {}
.container .sub_area .business_work .tab_cont_02 .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area .business_work .tab_cont_02 .pagination a:last-child {
margin: 0;
}
.container .sub_area .business_work .tab_cont_02 .pagination a .active,
.container .sub_area .business_work .tab_cont_02 .pagination a:hover,
.container .sub_area .business_work .tab_cont_02 .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area .business_work .tab_cont_02 .pagination a .page_arrow {}
.container .sub_area .business_work .tab_cont_02 .pagination a .page_arrow .l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area .business_work .tab_cont_02 .pagination a .page_arrow .l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area .business_work .tab_cont_02 .pagination a .page_arrow .r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area .business_work .tab_cont_02 .pagination a .page_arrow .r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area.member_work .tab_cont_02 .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area.member_work .tab_cont_02 .pagination a:last-child {
margin: 5px 0 0;
}
}
/* //business_work CSS */
/* business_matching CSS */
.container .sub_area .business_matching .tab_cont_02 .member_work_area .board_list {
margin: 30px 0 0;
}
.container .sub_area .business_matching .tab_cont_02 .member_work_area .board_list thead {}
.container .sub_area .business_matching .tab_cont_02 .member_work_area .board_list thead tr {}
.container .sub_area .business_matching .tab_cont_02 .member_work_area .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .business_matching .tab_cont_02 .member_work_area .board_list tbody tr {}
.container .sub_area .business_matching .tab_cont_02 .member_work_area .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area .business_matching .tab_cont_02 .member_work_area .board_list tbody tr .top {
background: none !important;
}
.container .sub_area .business_matching .tab_cont_02 .member_work_area .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .business_matching .tab_cont_02 .member_work_area .board_list tbody tr td .num {}
.container .sub_area .business_matching .tab_cont_02 .member_work_area .board_list tbody tr td .num .fc_red {
height: 26px;
border: 1px solid #f5372e;
padding: 0 11px;
}
.container .sub_area .business_matching .tab_cont_02 .member_work_area .board_list tbody tr td .tit {
text-align: left;
}
.container .sub_area .business_matching .tab_cont_02 .member_work_area .board_list tbody tr td .tit a {
display: block;
}
.container .sub_area .business_matching .tab_cont_02 .member_work_area .board_list tbody tr td .date {}
.container .sub_area .business_matching .tab_cont_02 .member_work_area .board_list tbody tr td .view {}
.container .sub_area .business_matching .tab_cont_02 .member_work_area .board_list tbody tr td .ft_color .sty_01 {
color: #10a251;
}
.container .sub_area .business_matching .tab_cont_02 .member_work_area .board_list tbody tr td .ft_color .sty_02 {
color: #eb2727;
}
.container .sub_area .business_matching .tab_cont_02 .pagination {}
.container .sub_area .business_matching .tab_cont_02 .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area .business_matching .tab_cont_02 .pagination a:last-child {
margin: 0;
}
.container .sub_area .business_matching .tab_cont_02 .pagination a .active,
.container .sub_area .business_matching .tab_cont_02 .pagination a:hover,
.container .sub_area .business_matching .tab_cont_02 .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area .business_matching .tab_cont_02 .pagination a .page_arrow {}
.container .sub_area .business_matching .tab_cont_02 .pagination a .page_arrow .l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area .business_matching .tab_cont_02 .pagination a .page_arrow .l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area .business_matching .tab_cont_02 .pagination a .page_arrow .r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area .business_matching .tab_cont_02 .pagination a .page_arrow .r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area.business_matching .tab_cont_02 .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area.business_matching .tab_cont_02 .pagination a:last-child {
margin: 5px 0 0;
}
}
/* //business_matching CSS */
/* business_business_mat CSS */
.container .sub_area .business_business_mat .tab_cont_02 .business_business_area {
margin: 30px 0 0;
}
.container .sub_area .business_business_mat .tab_cont_02 .business_business_area .text {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .business_business_mat .tab_cont_02 .business_business_area .board_list {
margin: 10px 0 0;
}
.container .sub_area .business_business_mat .tab_cont_02 .business_business_area .board_list thead {}
.container .sub_area .business_business_mat .tab_cont_02 .business_business_area .board_list thead tr {}
.container .sub_area .business_business_mat .tab_cont_02 .business_business_area .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .business_business_mat .tab_cont_02 .business_business_area .board_list tbody {}
.container .sub_area .business_business_mat .tab_cont_02 .business_business_area .board_list tbody tr {}
.container .sub_area .business_business_mat .tab_cont_02 .business_business_area .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area .business_business_mat .tab_cont_02 .business_business_area .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .business_business_mat .tab_cont_02 .business_business_area .board_list tbody tr td .num {}
.container .sub_area .business_business_mat .tab_cont_02 .business_business_area .board_list tbody tr td .tit {
text-align: left;
}
.container .sub_area .business_business_mat .tab_cont_02 .business_business_area .board_list tbody tr td .tit a {
display: block;
}
.container .sub_area .business_business_mat .tab_cont_02 .business_business_area .board_list tbody tr td .day {}
.container .sub_area .business_business_mat .tab_cont_02 .business_business_area .board_list tbody tr td .view {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area .business_business_mat .tab_cont_02 .business_business_area .board_list tbody tr td > a .green {
display: block;
width: 80px;
height: 30px;
margin: 10px auto 0;
background: #11a151;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 30px;
color: #ffffff;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .business_business_mat .tab_cont_02 .business_business_area .board_list tbody tr td > a .green:hover {
background: #11914a;
}
.container .sub_area .business_business_mat .tab_cont_02 .pagination {}
.container .sub_area .business_business_mat .tab_cont_02 .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area .business_business_mat .tab_cont_02 .pagination a:last-child {
margin: 0;
}
.container .sub_area .business_business_mat .tab_cont_02 .pagination a .active,
.container .sub_area .business_business_mat .tab_cont_02 .pagination a:hover,
.container .sub_area .business_business_mat .tab_cont_02 .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area .business_business_mat .tab_cont_02 .pagination a .page_arrow {}
.container .sub_area .business_business_mat .tab_cont_02 .pagination a .page_arrow .l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area .business_business_mat .tab_cont_02 .pagination a .page_arrow .l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area .business_business_mat .tab_cont_02 .pagination a .page_arrow .r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area .business_business_mat .tab_cont_02 .pagination a .page_arrow .r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area.business_business_mat .tab_cont_02 .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area.business_business_mat .tab_cont_02 .pagination a:last-child {
margin: 5px 0 0;
}
}
/* business_business_mat CSS */
/* business_work_view CSS */
.container .sub_area .business_work_view {}
.container .sub_area .business_work_view .tab_cont_02 {}
.container .sub_area .business_work_view .tab_cont_02 .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.625em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .business_work_view .tab_cont_02 .table_cont {}
.container .sub_area .business_work_view .tab_cont_02 .table_cont .table_title {}
.container .sub_area .business_work_view .tab_cont_02 .table_cont .table_cont_area {}
.container .sub_area .business_work_view .tab_cont_02 .table_cont .table_cont_area table {}
.container .sub_area .business_work_view .tab_cont_02 .table_cont .table_cont_area table tbody {}
.container .sub_area .business_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr {}
.container .sub_area .business_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr th {}
.container .sub_area .business_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td {}
.container .sub_area .business_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td span {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #11a151;
}
.container .sub_area .business_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area {
margin: 0;
text-align: left;
}
.container .sub_area .business_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area a {
width: 88px;
height: 30px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 30px;
color: #ffffff;
text-align: center;
}
.container .sub_area .business_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area a .green {
background: #11a151;
}
.container .sub_area .business_work_view .tab_cont_02 .btn_area {}
.container .sub_area .business_work_view .tab_cont_02 .btn_area a {
width: 117px;
height: 45px;
background: #787878;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .business_work_view .tab_cont_02 .btn_area a:hover {
background: #646464;
}
/* //business_work_view CSS */
/* business_matching_view CSS */
.container .sub_area .business_matching_view .tab_cont_02 .table_cont {}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_title {}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area {}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table {}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody {}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr {}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr th {}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td {}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td span {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #11a151;
}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area {
margin: 0;
text-align: left;
}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area a {
width: 88px;
height: 30px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 30px;
color: #ffffff;
text-align: center;
}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area a .green {
background: #11a151;
}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .credit_list {}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .credit_list li {
position: relative;
padding: 0 0 0 10px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #000000;
}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .credit_list li:before {
display: block;
content: '';
position: absolute;
top: 11px;
left: 0;
width: 3px;
height: 3px;
background: #000000;
border-radius: 50%;
}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list {
display: inline-block;
vertical-align: top;
}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list .clearfix {}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li {
margin: 0;
}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span .radio_each {}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span .radio_each input {}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span .radio_each input .hide {}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span .radio_each label {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span .radio_each label span .vradio {
top: 3px;
}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span .radio_each label span .vradio span .cir {}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .ft_color {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #000000;
}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .ft_color .sty_01 {
color: #eb2727;
}
.container .sub_area .business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .ft_color .sty_02 {
color: #11a151;
}
.container .sub_area .business_matching_view .tab_cont_02 .btn_area {}
.container .sub_area .business_matching_view .tab_cont_02 .btn_area a {
width: 117px;
height: 45px;
background: #787878;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .business_matching_view .tab_cont_02 .btn_area a:hover {
background: #646464;
}
/* //business_matching_view CSS */
/* business_business_mat_view */
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area {}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write {
margin: 8px 0 0;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody {}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr {}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr th {}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td {}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list {
overflow: hidden;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list {
float: left;
width: 53.528%;
margin: 0 3.7986% 0 0;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li {
overflow: hidden;
padding: 0 0 0 6.747%;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button {
display: block;
width: 100%;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span {
float: left;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 41px;
color: #000000;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span:first-child {
width: 36.198%;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span:last-child {
width: 57.846%;
text-align: center;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span .text {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 41px;
color: #000000;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span .day {
padding: 0 0 0 20px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 41px;
color: #424242;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span .day em {
width: 14px;
height: 14px;
padding: 0 0 0 20px;
background: url('/images/common/day-icon-off.png') 0 6px no-repeat;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span .day_none {
padding: 0 0 0 20px;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 41px;
color: #000000;
text-indent: -107px;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span .day_none em {
padding: 0 0 0 20px;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li .current button span,
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li .current button span {
color: #ffffff;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li .current button span .day em,
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li .current button span .day em {
background: url('/images/common/day-icon-on.png') 0 6px no-repeat;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li .current button span .day_none,
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li .current button span .day_none {
color: #ffffff;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont {
display: none;
float: right;
width: 42.6734%;
padding: 30px 20px 0 0;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont .current {
display: block;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont .info_text_area {
width: 100%;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont .info_text_area .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.500em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont .info_text_area .title .ft_color {
color: #f42a2a;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont .info_text_area .text {
height: 152px;
margin: 18px 0 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area {
margin: 20px 0 0;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .board_write {
margin: 18px 0 0;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .board_write thead {}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .board_write thead tr {}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .board_write thead tr th {
border: none;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
text-align: center;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .board_write tbody {}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .board_write tbody tr {}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .board_write tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
text-align: center;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .board_write tbody tr td .num {}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .board_write tbody tr td .name {}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .board_write tbody tr td .day {}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .board_write tbody tr td .time {}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .board_write tbody tr td .app {}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .board_write tbody tr td .app a {
display: block;
width: 60px;
height: 25px;
margin: 0 auto;
background: #787878;
line-height: 25px;
color: #ffffff;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .board_write tbody tr td .app a:hover {
background: #646464;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .text_list {
margin: 12px 0 0;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .text_list li {
padding: 0 0 0 21px;
background: url('/images/common/key-icon.png') 0 7px no-repeat;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 26px;
color: #424242;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .text_list li:last-child {
padding: 0;
background: none;
color: #f02525;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .btn_area {
text-align: right;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .btn_area a {
display: inline-block;
width: 73px;
height: 45px;
background: #787878;
color: #ffffff;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .btn_area a:hover {
background: #646464;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .btn_area a .green {
width: 190px;
background: #11a151;
}
.container .sub_area .business_business_mat_view .tab_cont_02 .application_list_area .btn_area a .green:hover {
background: #11914a;
}
/* //business_business_mat_view */
/* mecting_room CSS */
.container .sub_area .meeting_room .tab_cont_02 .meetin_room_area {
margin: 45px 0 0;
}
.container .sub_area .meeting_room .tab_cont_02 .meetin_room_area .text {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #000000;
}
.container .sub_area .meeting_room .tab_cont_02 .meetin_room_area .board_list {
margin: 10px 0 0;
}
.container .sub_area .meeting_room .tab_cont_02 .meetin_room_area .board_list thead {}
.container .sub_area .meeting_room .tab_cont_02 .meetin_room_area .board_list thead tr {}
.container .sub_area .meeting_room .tab_cont_02 .meetin_room_area .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .meeting_room .tab_cont_02 .meetin_room_area .board_list tbody {}
.container .sub_area .meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr {}
.container .sub_area .meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area .meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area .meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr td .num {}
.container .sub_area .meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr td .tit {
text-align: left;
}
.container .sub_area .meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr td .tit a {
display: block;
}
.container .sub_area .meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr td .day {}
.container .sub_area .meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr td .view {}
.container .sub_area .meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr td > a .green {
display: inline-block;
width: 80px;
height: 30px;
background: #11a151;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 30px;
color: #ffffff;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr td > a .green:hover {
background: #11914a;
}
.container .sub_area .meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr td .ft_color {
color: #eb2727;
}
.container .sub_area .meeting_room .tab_cont_02 .pagination {}
.container .sub_area .meeting_room .tab_cont_02 .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area .meeting_room .tab_cont_02 .pagination a:last-child {
margin: 0;
}
.container .sub_area .meeting_room .tab_cont_02 .pagination a .active,
.container .sub_area .meeting_room .tab_cont_02 .pagination a:hover,
.container .sub_area .meeting_room .tab_cont_02 .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area .meeting_room .tab_cont_02 .pagination a .page_arrow {}
.container .sub_area .meeting_room .tab_cont_02 .pagination a .page_arrow .l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area .meeting_room .tab_cont_02 .pagination a .page_arrow .l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area .meeting_room .tab_cont_02 .pagination a .page_arrow .r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area .meeting_room .tab_cont_02 .pagination a .page_arrow .r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area.member_business .tab_cont_02 .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area.member_business .tab_cont_02 .pagination a:last-child {
margin: 5px 0 0;
}
}
/* mecting_room CSS */
/* card_info CSS */
.container .sub_area .card_info {}
.container .sub_area .card_info .table_cont {}
.container .sub_area .card_info .table_cont .table_cont_area {}
.container .sub_area .card_info .table_cont .table_cont_area .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.250em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .card_info .table_cont .table_cont_area .title_area {
overflow: hidden;
}
.container .sub_area .card_info .table_cont .table_cont_area .title_area .title {
float: left;
width: auto;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .card_info .table_cont .table_cont_area .title_area .bw_top_txt {
float: right;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .card_info .table_cont .table_cont_area .title_area .bw_top_txt .etc {
color: #ea3030;
}
.container .sub_area .card_info .table_cont .table_cont_area table {
margin: 10px 0 0;
}
.container .sub_area .card_info .table_cont .table_cont_area table tbody {}
.container .sub_area .card_info .table_cont .table_cont_area table tbody tr {}
.container .sub_area .card_info .table_cont .table_cont_area table tbody tr th {
padding: 16px 10px 16px 16px;
}
.container .sub_area .card_info .table_cont .table_cont_area table tbody tr td {
overflow: hidden;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .card_info .table_cont .table_cont_area table tbody tr td .sub_sch_box {
float: left;
width: 50%;
padding: 0;
background: none;
}
.container .sub_area .card_info .table_cont .table_cont_area table tbody tr td .sub_sch_box .row {}
.container .sub_area .card_info .table_cont .table_cont_area table tbody tr td .sub_sch_box .row .input_box {}
.container .sub_area .card_info .table_cont .table_cont_area table tbody tr td .sub_sch_box .row .input_box input {
padding: 0 29px 0 16px;
background: #ffffff url('/images/basic/cal_sch_ico.jpg') right 5px center no-repeat;
}
.container .sub_area .card_info .table_cont .table_cont_area table tbody tr td .sub_sch_box .row .input_box span {}
.container .sub_area .card_info .table_cont .table_cont_area table tbody tr td p .write_sup_txt {
float: left;
padding: 0 0 0 30px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 45px;
color: #f42a2a;
}
.container .sub_area .card_info .btn_area {}
.container .sub_area .card_info .btn_area a {
display: inline-block;
width: 73px;
height: 45px;
color: #ffffff;
background: #787878;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .card_info .btn_area a:hover {
background: #646464;
}
.container .sub_area .card_info .btn_area a .green {
background: #11a151;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .card_info .btn_area a .green:hover {
background: #11914a;
}
/* //card_info CSS */
/* card_view_02 CSS */
.container .sub_area .card_view_02 {}
.container .sub_area .card_view_02 .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 34px;
color: #000000;
}
.container .sub_area .card_view_02 .board_list {}
.container .sub_area .card_view_02 .board_list thead {}
.container .sub_area .card_view_02 .board_list thead tr {}
.container .sub_area .card_view_02 .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .card_view_02 .board_list tbody {}
.container .sub_area .card_view_02 .board_list tbody tr {}
.container .sub_area .card_view_02 .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area .card_view_02 .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area .card_view_02 .board_list tbody tr td .num {}
.container .sub_area .card_view_02 .board_list tbody tr td .day {}
.container .sub_area .card_view_02 .board_list tbody tr td .date {}
.container .sub_area .card_view_02 .board_list tbody tr td .view {}
.container .sub_area .card_view_02 .board_list tbody tr td a .green {
display: inline-block;
width: 60px;
height: 25px;
background: #11a151;
line-height: 25px;
color: #ffffff;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .card_view_02 .board_list tbody tr td a .green:hover {
background: #11914a;
}
.container .sub_area .card_view_02 .board_list tbody tr td .ft_color .sty_01 {
color: #11a151;
}
.container .sub_area .card_view_02 .board_list tbody tr td .ft_color .sty_02 {
color: #f42a2a;
}
.container .sub_area .card_view_02 .pagination {}
.container .sub_area .card_view_02 .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area .card_view_02 .pagination a:last-child {
margin: 0;
}
.container .sub_area .card_view_02 .pagination a .active,
.container .sub_area .card_view_02 .pagination a:hover,
.container .sub_area .card_view_02 .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area .card_view_02 .pagination a .page_arrow {}
.container .sub_area .card_view_02 .pagination a .page_arrow .l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area .card_view_02 .pagination a .page_arrow .l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area .card_view_02 .pagination a .page_arrow .r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area .card_view_02 .pagination a .page_arrow .r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area.card_view_02 .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area.card_view_02 .pagination a:last-child {
margin: 5px 0 0;
}
}
.container .sub_area .sub_cont .meeting_room .cont_02 .title_text_area {}
.container .sub_area .sub_cont .meeting_room .cont_02 .title_text_area .title_area {
position: relative;
height: 45px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .title_text_area .title_area .inner {
position: relative;
width: 100%;
max-width: 181px;
margin: 0 auto;
padding: 4px 0 0;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .title_text_area .title_area .inner .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.625em;
line-height: 1.5;
color: #000000;
text-align: center;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .title_text_area .title_area .inner button {
position: absolute;
border: none;
background: none;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .title_text_area .title_area .inner button.pr_btn {
top: 15px;
left: -20px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .title_text_area .title_area .inner button.nt_btn {
top: 15px;
right: -20px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .title_text_area .btn_area {
position: absolute;
top: 0;
right: 0;
margin: 0;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .title_text_area .btn_area a {
width: 200px;
background: #11a151 url('/images/common/btn-icon-01.png') left 29px center no-repeat;
text-indent: 14px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .title_text_area .btn_area a:hover {
background: #11914a url('/images/common/btn-icon-01.png') left 29px center no-repeat;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area {
margin: 17px 0 0;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list {
overflow: hidden;
border-top: 2px solid #000000;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li {
float: left;
width: calc(100% / 7);
max-width: 182.6px;
height: 100%;
min-height: 417px;
box-sizing: border-box;
border-right: 1px solid #dbdbdb;
border-bottom: 1px solid #dbdbdb;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list>li:first-child {
border-left: 1px solid #dbdbdb;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li.non {
background: #f8f8f8;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li.red {}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li.blue {}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li .title {
padding: 9px 0;
background: #e9e9e9;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 26px;
color: #000000;
text-align: center;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li.red .title {
color: #eb2525;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li.blue .title {
color: #337bf1;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li .title .ft_w {
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 13px;
line-height: 26px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li .date_list {
padding: 20px 18px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li .date_list li {
position: relative;
margin: 29px 0 0;
padding: 0 0 0 13px;
border: none;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list>li .date_list li:first-child {
margin: 0;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list>li .date_list li:before {
display: block;
content: '';
position: absolute;
top: 8px;
left: 0;
width: 6px;
height: 6px;
background: #11a151;
border-radius: 50%;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li .date_list li .room {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 15px;
line-height: 22px;
color: #424242;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li .date_list li .time {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 22px;
color: #9d9d9d;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .day_list_area .day_list > li .date_list li .name {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 15px;
line-height: 22px;
color: #424242;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area {
width: 100%;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.625em;
line-height: 1.5;
color: #000000;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area {
margin: 20px 0 0;
box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.12);
border-radius: 0;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box {
position: relative;
width: 513px;
padding: 15px 0;
background: none;
margin: 0 auto;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box .row {
width: 284px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box .row label {
text-align: left;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box .row .input_box {}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box .row .input_box.date {}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box .row .input_box.date input {
width: 100%;
height: 45px;
margin: 0;
border: 1px solid #d0d0d0;
border-radius: 0;
background: #fff url('/images/basic/cal_sch_ico.jpg') right 15px center no-repeat;
border: 1px solid #d0d0d0;
font-size: 16px !important;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box a.st_sch_btn {
top: 15px;
right: 155px;
margin: 0;
width: 65px;
height: 45px;
background: #000000;
border-radius: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box a.st_sch_btn:hover {
background: #393939;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box a.st_sch_btn span.ico {
height: 45px;
padding: 0;
background: none;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 45px;
color: #ffffff;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box button {
position: absolute;
top: 15px;
right: 0;
border: none;
padding: 0 0 0 23px;
background: url('/images/basic/return-icon.jpg') 0 15px no-repeat;
font-family: 'Noto Sans KR';
font-weight: 400;
font-size: 14px;
line-height: 45px;
color: #000000;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .coronation_info_area .title_area .sub_sch_box button:hover {
text-decoration: underline;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area {
overflow: hidden;
margin: 63px 0 0;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .title_area {
overflow: hidden;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .title_area .res_text_list {
float: left;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .title_area .res_text_list .list {
overflow: hidden;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .title_area .res_text_list .list li {
position: relative;
float: left;
margin: 0 0 0 28px;
padding: 0 0 0 24px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 14px;
line-height: 1.5;
color: #6a6a6a;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .title_area .res_text_list .list li:first-child {
margin: 0;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .title_area .res_text_list .list li:before {
display: block;
content: '';
position: absolute;
top: 4px;
left: 0;
width: 15px;
height: 14px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .title_area .res_text_list .list li.sty_01:before {
width: 9px;
height: 8px;
border: 3px solid #c9ced5;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .title_area .res_text_list .list li.sty_02:before {
background: #c9ced5;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .title_area .res_text_list .list li.sty_03:before {
background: #f5372e;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .title_area .text {
float: right;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 14px;
line-height: 1.5;
color: #a9a9a9;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area {
margin: 19px 0 0;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc {
width: 100%;
min-width: 1280px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .time {}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .time .list {
overflow: hidden;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .time .list li {
float: left;
width: 142px;
height: 38px;
border-right: 1px solid #51ba80;
background: #11a151;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 39px;
color: #ffffff;
text-align: center;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area {}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list {
width: 100%;
min-width: 1280px;
padding: 0 0 12px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list.bg_color {
background: #e7f5ed;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list li {}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list li .title {
padding: 10px 0 8px;
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 15px;
line-height: 1.5;
color: #2c2c2c;
text-align: center;
text-indent: -40%;
display:flex;
justify-content:center;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list li .inner {
overflow: hidden;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list li .inner li {
float: left;
font-size: 0;
min-width: 142px;
max-width: 142px;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list li .inner li button {
width: 65px;
height: 41px;
margin: 0 2px 0 0;
border: 1px solid #bdbdbd;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 13px;
line-height: 39px;
color: #bdbdbd;
text-align: center;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list li .inner li button:first-child {
margin: 0 5px 0 4px;
}
/* on */
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list li .inner li button.on {
border: none;
background: #f5372e;
color: #ffffff;
}
/* //on */
/* hover */
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list li .inner li button:hover {
border: 1px solid #f5372e;
color: #f5372e;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list li .inner li button.on:hover {
color: #ffffff;
}
/* //hover */
/* deadline */
.container .sub_area .sub_cont .meeting_room .cont_02 .reservation_list_area .date_area .inner_etc .info_area .info_list li .inner li button.deadline {
border: none;
background: #c9ced5;
text-indent: -9999px;
cursor: unset;
}
/* //deadline */
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_title {
float: left;
width: 100%;
margin: 0 0 10px;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 34px;
color: #000000;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area {}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table {
width: 100%;
height: 100%;
border-top: 1px solid #000000;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table tbody {
text-align: left;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table tbody tr {
border-bottom: 2px solid #e2e2e2;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table tbody tr th {
padding: 16px 0 16px 26px;
background: #f7f8f7;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
color: #000000;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table tbody tr th .etc {
color: #ea3030;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table tbody tr td {
padding: 16px 26px 16px 35px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
color: #000000;
word-break: keep-all;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table tbody tr td input {
width: 100%;
height: 35px;
border: 1px solid #e2e2e2;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table tbody tr td .text {
margin: 5px 0 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 13px;
line-height: 1.5;
color: #959595;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table tbody tr td .text_list {}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table tbody tr td .text_list li {
margin: 11px 0 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area table tbody tr td .text_list li:first-child {
margin: 0;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area .btn_area {
margin: 0 auto -30px;
padding: 31px 0 30px;
text-align: center;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area .btn_area a {
display: inline-block;
width: 88px;
height: 45px;
background: #000000;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area .btn_area a:hover {
background: #393939;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area .btn_area a.green {
background: #11a151;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area .btn_area a.green:hover {
background: #11914a;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area_01 .btn_area a.green {
background: #11a151;
}
.container .sub_area .sub_cont .meeting_room .cont_02 .table_cont .table_cont_area_01 .btn_area a.green:hover {
background: #11914a;
}
/* //member CSS */
/* member_con CSS */
.container .sub_area .tab_cont_02 {
margin: 39px 0 0;
}
.container .sub_area .tab_cont_02 .tab_area {
overflow: hidden;
}
.container .sub_area .tab_cont_02 .tab_area .inner {
float: left;
}
.container .sub_area .tab_cont_02 .tab_area .inner .tab {
overflow: hidden;
}
.container .sub_area .tab_cont_02 .tab_area .inner .tab li {
float: left;
height: 22px;
margin: 0.68% 0;
}
.container .sub_area .tab_cont_02 .tab_area .inner .tab li:first-child a {
padding: 0 40px 0 0;
}
.container .sub_area .tab_cont_02 .tab_area .inner .tab li:last-child a {
border: none;
}
.container .sub_area .tab_cont_02 .tab_area .inner .tab li a {
display: block;
border-right: 1px solid #d8d8d8;
padding: 0 40px;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 17px;
line-height: 22px;
color: rgba(19, 19, 19, 0.5);
}
.container .sub_area .tab_cont_02 .tab_area .inner .tab li a:hover {
color: #11a151;
}
.container .sub_area .tab_cont_02 .tab_area .inner .tab li.on a {
color: #11a151;
}
.container .sub_area .tab_cont_02 .tab_area > a {
display: block;
float: right;
width: 115px;
height: 35px;
background: #000000;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 17px;
line-height: 35px;
color: #ffffff;
border-radius: 25px;
text-align: center;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.container .sub_area .tab_cont_02 .tab_area>a:hover {
background: #393939;
}
.container .sub_area.member_con .tab_cont_02 .board_list {
margin: 45px 0 0;
}
.container .sub_area.member_con .tab_cont_02 .board_list thead {}
.container .sub_area.member_con .tab_cont_02 .board_list thead tr {}
.container .sub_area.member_con .tab_cont_02 .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.member_con .tab_cont_02 .board_list tbody {}
.container .sub_area.member_con .tab_cont_02 .board_list tbody tr {}
.container .sub_area.member_con .tab_cont_02 .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area.member_con .tab_cont_02 .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.member_con .tab_cont_02 .board_list tbody tr td.num {}
.container .sub_area.member_con .tab_cont_02 .board_list tbody tr td.tit {
text-align: left;
}
.container .sub_area.member_con .tab_cont_02 .board_list tbody tr td.tit a {
display: block;
}
.container .sub_area.member_con .tab_cont_02 .board_list tbody tr td.reg {}
.container .sub_area.member_con .tab_cont_02 .board_list tbody tr td.cry {}
.container .sub_area.member_con .tab_cont_02 .pagination {}
.container .sub_area.member_con .tab_cont_02 .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area.member_con .tab_cont_02 .pagination a:last-child {
margin: 0;
}
.container .sub_area.member_con .tab_cont_02 .pagination a.active,
.container .sub_area.member_con .tab_cont_02 .pagination a:hover,
.container .sub_area.member_con .tab_cont_02 .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area.member_con .tab_cont_02 .pagination a.page_arrow {}
.container .sub_area.member_con .tab_cont_02 .pagination a.page_arrow.l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area.member_con .tab_cont_02 .pagination a.page_arrow.l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area.member_con .tab_cont_02 .pagination a.page_arrow.r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area.member_con .tab_cont_02 .pagination a.page_arrow.r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area .member_con .tab_cont_02 .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area .member_con .tab_cont_02 .pagination a:last-child {
margin: 5px 0 0;
}
}
/* //member_con CSS */
/* member_business CSS */
.container .sub_area.member_business {}
.container .sub_area.member_business .tab_cont_02 {}
.container .sub_area.member_business .tab_cont_02 .member_business_area {
margin: 45px 0 0;
}
.container .sub_area.member_business .tab_cont_02 .member_business_area .sub_text_area {
margin: 15px 0 0;
}
.container .sub_area.member_business .tab_cont_02 .member_business_area .sub_text_area .text_box {
padding: 24px 0 24px 58px;
background: url('/images/common/join-info-bg.jpg') 0 0/100% 100% no-repeat;
}
.container .sub_area.member_business .tab_cont_02 .member_business_area .sub_text_area .text_box li {
position: relative;
padding: 0 0 0 11px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 26px;
color: #424242;
}
.container .sub_area.member_business .tab_cont_02 .member_business_area .sub_text_area .text_box li:before {
display: block;
content: '';
position: absolute;
top: 12px;
left: 0;
width: 3px;
height: 3px;
background: #000000;
border-radius: 50%;
}
.container .sub_area.member_business .tab_cont_02 .member_business_area .sub_text_area .text_box li span.ft_color {
color: #ee0000;
}
.container .sub_area.member_business .tab_cont_02 .member_business_area .board_list {
margin: 25px 0 0;
}
.container .sub_area.member_business .tab_cont_02 .member_business_area .board_list thead {}
.container .sub_area.member_business .tab_cont_02 .member_business_area .board_list thead tr {}
.container .sub_area.member_business .tab_cont_02 .member_business_area .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.member_business .tab_cont_02 .member_business_area .board_list tbody {}
.container .sub_area.member_business .tab_cont_02 .member_business_area .board_list tbody tr {}
.container .sub_area.member_business .tab_cont_02 .member_business_area .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area.member_business .tab_cont_02 .member_business_area .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.member_business .tab_cont_02 .member_business_area .board_list tbody tr td.num {}
.container .sub_area.member_business .tab_cont_02 .member_business_area .board_list tbody tr td.tit {
text-align: left;
}
.container .sub_area.member_business .tab_cont_02 .member_business_area .board_list tbody tr td.tit a {
display: block;
}
.container .sub_area.member_business .tab_cont_02 .member_business_area .board_list tbody tr td.day {}
.container .sub_area.member_business .tab_cont_02 .member_business_area .board_list tbody tr td.view {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area.member_business .tab_cont_02 .member_business_area .board_list tbody tr td > a.green {
display: block;
width: 80px;
height: 30px;
margin: 10px auto 0;
background: #11a151;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 30px;
color: #ffffff;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area.member_business .tab_cont_02 .member_business_area .board_list tbody tr td>a.green:hover {
background: #11914a;
}
.container .sub_area.member_business .tab_cont_02 .pagination {}
.container .sub_area.member_business .tab_cont_02 .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area.member_business .tab_cont_02 .pagination a:last-child {
margin: 0;
}
.container .sub_area.member_business .tab_cont_02 .pagination a.active,
.container .sub_area.member_business .tab_cont_02 .pagination a:hover,
.container .sub_area.member_business .tab_cont_02 .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area.member_business .tab_cont_02 .pagination a.page_arrow {}
.container .sub_area.member_business .tab_cont_02 .pagination a.page_arrow.l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area.member_business .tab_cont_02 .pagination a.page_arrow.l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area.member_business .tab_cont_02 .pagination a.page_arrow.r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area.member_business .tab_cont_02 .pagination a.page_arrow.r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area .member_business .tab_cont_02 .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area .member_business .tab_cont_02 .pagination a:last-child {
margin: 5px 0 0;
}
}
/* //member_business CSS */
/* member_business_view CSS */
.container .sub_area.member_business_view .tab_cont_02 .info_area {
margin: 30px 0 0;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write {
margin: 8px 0 0;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody {}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr {}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr th {}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td {}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list {
overflow: hidden;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list {
float: left;
width: 53.528%;
margin: 0 3.7986% 0 0;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li {
overflow: hidden;
padding: 0 0 0 6.747%;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button {
display: block;
width: 100%;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span {
float: left;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 41px;
color: #000000;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span:first-child {
width: 36.198%;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span:last-child {
width: 57.846%;
text-align: center;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span.text {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 41px;
color: #000000;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span.day {
padding: 0 0 0 20px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 41px;
color: #424242;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span.day em {
width: 14px;
height: 14px;
padding: 0 0 0 20px;
background: url('/images/common/day-icon-off.png') 0 6px no-repeat;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span.day_none {
padding: 0 0 0 20px;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 41px;
color: #000000;
text-indent: -107px;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span.day_none em {
padding: 0 0 0 20px;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li.current button span,
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li.current button span {
color: #ffffff;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li.current button span.day em,
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li.current button span.day em {
background: url('/images/common/day-icon-on.png') 0 6px no-repeat;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li.current button span.day_none,
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li.current button span.day_none {
color: #ffffff;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont {
display: none;
float: right;
width: 42.6734%;
padding: 30px 20px 0 0;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont.current {
display: block;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont .info_text_area {
width: 100%;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont .info_text_area .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.500em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont .info_text_area .title .ft_color {
color: #f42a2a;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont .info_text_area .text {
height: 152px;
margin: 18px 0 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .btn_area {
text-align: right;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .btn_area a {
display: inline-block;
width: 73px;
height: 45px;
background: #787878;
color: #ffffff;
text-align: center;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .btn_area a:hover {
background: #646464;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .btn_area a.green {
width: 117px;
background: #11a151;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .btn_area a.green:hover {
background: #11914a;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .btn_area a.green2 {
width: 117px;
background: #0f5333;
}
.container .sub_area.member_business_view .tab_cont_02 .info_area .btn_area a.green2:hover {
background: #126237;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area {
margin: 20px 0 0;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write {
margin: 18px 0 0;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write thead {}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write thead tr {}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write thead tr th {
border: none;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
text-align: center;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write tbody {}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write tbody tr {}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
text-align: center;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td.num {}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td.name {}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td.day {}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td.time {}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td.app {}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td.app ul.select_area {
width: 112px;
height: 37px;
border: 1px solid #dadada;
margin: 0 auto;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td.app ul.select_area li {
position: relative;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td.app ul.select_area > li > button {
display: block;
width: 100%;
padding: 0 30px 0 15px;
background: url('/images/common/arr-icon-02.png') right 19px top 50% no-repeat;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 35px;
color: #11a151;
text-align: left;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td.app ul.select_area > li > button.green {
color: #11a151;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td.app ul.select_area > li > button.red {
color: #ee3a23;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td.app ul.select_area li ul.box {
display: none;
position: absolute;
top: 35px;
left: -1px;
width: 112px;
border: 1px solid #dadada;
z-index: 2;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td.app ul.select_area li.on ul.box {
display: block;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td.app ul.select_area li ul.box li {}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td.app ul.select_area li ul.box li button {
display: block;
width: 100%;
padding: 0 30px 0 15px;
background: #ffffff;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 35px;
color: #000000;
text-align: left;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td.app ul.select_area li ul.box li:last-child button {
border-top: 1px solid #dadada;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td.app ul.select_area li ul.box li.green button {
color: #11a151;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .board_write tbody tr td.app ul.select_area li ul.box li.red button {
color: #ee3a23;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .text_list {
margin: 12px 0 0;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .text_list li {
padding: 0 0 0 21px;
background: url('/images/common/key-icon.png') 0 7px no-repeat;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 26px;
color: #424242;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .text_list li:last-child {
padding: 0;
background: none;
color: #f02525;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .btn_area {
text-align: right;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .btn_area a {
display: inline-block;
width: 73px;
height: 45px;
background: #787878;
color: #ffffff;
text-align: center;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .btn_area a:hover {
background: #646464;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .btn_area a.green {
width: 117px;
background: #11a151;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .btn_area a.green:hover {
background: #11914a;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .btn_area a.green2 {
width: 117px;
background: #0f5333;
}
.container .sub_area.member_business_view .tab_cont_02 .application_list_area .btn_area a.green2:hover {
background: #126237;
}
/*/
/ member_business_view CSS *//* member_con_view  CSS*/
.container .sub_area.member_con_view {}
.container .sub_area.member_con_view .table_cont {}
.container .sub_area.member_con_view .table_cont .bw_top_txt {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.member_con_view .table_cont .bw_top_txt .etc {
color: #ea3030;
}
.container .sub_area.member_con_view .table_cont .table_cont_area {}
.container .sub_area.member_con_view .table_cont .table_cont_area table {}
.container .sub_area.member_con_view .table_cont .table_cont_area table tbody {}
.container .sub_area.member_con_view .table_cont .table_cont_area table tbody tr {}
.container .sub_area.member_con_view .table_cont .table_cont_area table tbody tr th {
padding: 16px 10px 16px 16px;
}
.container .sub_area.member_con_view .table_cont .table_cont_area table tbody tr td {
overflow: hidden;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.member_con_view .table_cont .table_cont_area table tbody tr td .radio_list {
float: left;
}
.container .sub_area.member_con_view .table_cont .table_cont_area table tbody tr td .radio_list li {}
.container .sub_area.member_con_view .table_cont .table_cont_area table tbody tr td .radio_list li .radio_each {}
.container .sub_area.member_con_view .table_cont .table_cont_area table tbody tr td .radio_list li .radio_each input {}
.container .sub_area.member_con_view .table_cont .table_cont_area table tbody tr td .radio_list li .radio_each label {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 24px;
color: #000000;
}
.container .sub_area.member_con_view .table_cont .table_cont_area table tbody tr td .radio_list li .radio_each label span.vradio {
display: block;
position: absolute;
left: 0;
top: 4px;
z-index: 1;
width: 20px;
height: 20px;
border: 1px solid #cdcdcd;
border-radius: 50%;
background-color: #fff;
}
.container .sub_area.member_con_view .table_cont .table_cont_area table tbody tr td ul.chk_box_area {
overflow: hidden;
}
.container .sub_area.member_con_view .table_cont .table_cont_area table tbody tr td ul.chk_box_area > li {
float: left;
margin: 5px 15px 0 0;
}
.container .sub_area.member_con_view .table_cont .table_cont_area table tbody tr td ul.chk_box_area>li:last-child {
margin: 5px 0 0;
}
.container .sub_area.member_con_view .table_cont .table_cont_area table tbody tr td ul.chk_box_area > li span.chk_each {}
.container .sub_area.member_con_view .table_cont .table_cont_area table tbody tr td ul.chk_box_area > li span.chk_each input {}
.container .sub_area.member_con_view .table_cont .table_cont_area table tbody tr td ul.chk_box_area > li span.chk_each label {}
.container .sub_area.member_con_view .table_cont .table_cont_area table tbody tr td ul.chk_box_area > li span.chk_each label span.vchkbox {
top: 5px;
}
.container .sub_area.member_con_view .table_cont .table_cont_area table tbody tr td input.middle_input {
width: 60%;
height: 35px;
border: 1px solid #d3d3d3;
}
.container .sub_area.member_con_view .table_cont .table_cont_area table tbody tr td p.write_sup_txt {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 35px;
color: #424242;
}
.container .sub_area.member_con_view .table_cont .table_cont_area table tbody tr td textarea {
padding: 10px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #000000;
}
/*/
/ member_con_view CSS*//* member_work  CSS*/
.container .sub_area.member_work {}
.container .sub_area.member_work .tab_cont_02 {}
.container .sub_area.member_work .tab_cont_02 .sub_sch_box {
margin: 30px 0 54px;
padding: 26px 340px 27px 14.844%;
background: none;
box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.12);
border-radius: 0;
}
.container .sub_area.member_work .tab_cont_02 .sub_sch_box select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
max-width: 116px;
height: 45px;
border: 1px solid #d0d0d0;
padding: 0 0 0 18px;
background: url('/images/common/arr-icon.png') right 18px top 50% no-repeat;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #6a6a6a;
border-radius: 0;
}
.sub_sch_box input {
height: 45px;
border: 1px solid #d0d0d0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #b8b8b8;
border-radius: 0;
}
.slt_box {
padding: 0 5px 0 0;
}
.st_sch_btn {
height: 45px;
right: 244px;
margin: -23px 0 0;
background: #000000;
border-radius: 0;
}
.container .sub_area.member_work .tab_cont_02 .member_work_area {}
.container .sub_area.member_work .tab_cont_02 .member_work_area .text {
padding: 0 0 10px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #ea3030;
text-align: left;
word-break: keep-all;
}
.container .sub_area.member_work .tab_cont_02 .member_work_area .board_list {}
.container .sub_area.member_work .tab_cont_02 .member_work_area .board_list thead {}
.container .sub_area.member_work .tab_cont_02 .member_work_area .board_list thead tr {}
.container .sub_area.member_work .tab_cont_02 .member_work_area .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.member_work .tab_cont_02 .member_work_area .board_list tbody tr {}
.container .sub_area.member_work .tab_cont_02 .member_work_area .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area.member_work .tab_cont_02 .member_work_area .board_list tbody tr.top {
background: none !important;
}
.container .sub_area.member_work .tab_cont_02 .member_work_area .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.member_work .tab_cont_02 .member_work_area .board_list tbody tr td.num {}
.container .sub_area.member_work .tab_cont_02 .member_work_area .board_list tbody tr td.num .fc_red {
height: 26px;
border: 1px solid #f5372e;
padding: 0 11px;
}
.container .sub_area.member_work .tab_cont_02 .member_work_area .board_list tbody tr td.tit {
text-align: left;
}
.container .sub_area.member_work .tab_cont_02 .member_work_area .board_list tbody tr td.tit a {
display: block;
}
.container .sub_area.member_work .tab_cont_02 .member_work_area .board_list tbody tr td.date {}
.container .sub_area.member_work .tab_cont_02 .member_work_area .board_list tbody tr td.view {}
.container .sub_area.member_work .tab_cont_02 .pagination {}
.container .sub_area.member_work .tab_cont_02 .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area.member_work .tab_cont_02 .pagination a:last-child {
margin: 0;
}
.container .sub_area.member_work .tab_cont_02 .pagination a.active,
.container .sub_area.member_work .tab_cont_02 .pagination a:hover,
.container .sub_area.member_work .tab_cont_02 .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area.member_work .tab_cont_02 .pagination a.page_arrow {}
.container .sub_area.member_work .tab_cont_02 .pagination a.page_arrow.l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area.member_work .tab_cont_02 .pagination a.page_arrow.l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area.member_work .tab_cont_02 .pagination a.page_arrow.r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area.member_work .tab_cont_02 .pagination a.page_arrow.r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area .member_work .tab_cont_02 .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area .member_work .tab_cont_02 .pagination a:last-child {
margin: 5px 0 0;
}
}
/* //member_work  CSS*/
/* member_work_view  CSS*/
.container .sub_area.member_work_view {}
.container .sub_area.member_work_view .tab_cont_02 {}
.container .sub_area.member_work_view .tab_cont_02 .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.625em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.member_work_view .tab_cont_02 .table_cont {}
.container .sub_area.member_work_view .tab_cont_02 .table_cont .table_title {}
.container .sub_area.member_work_view .tab_cont_02 .table_cont .table_cont_area {}
.container .sub_area.member_work_view .tab_cont_02 .table_cont .table_cont_area table {}
.container .sub_area.member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody {}
.container .sub_area.member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr {}
.container .sub_area.member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr th {}
.container .sub_area.member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td {}
.container .sub_area.member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td span {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #11a151;
}
.container .sub_area.member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area {
margin: 0;
text-align: left;
}
.container .sub_area.member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area a {
width: 88px;
height: 30px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 30px;
color: #ffffff;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
box-shadow: none;
outline-color: 0;
outline-offset: 0;
border: none;
outline-color: 0;
outline: none;
}
.container .sub_area.member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area a:hover {
background: #646464;
}
.container .sub_area.member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area a.green {
background: #11a151;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
box-shadow: none;
outline-color: 0;
outline-offset: 0;
border: none;
outline-color: 0;
outline: none;
}
.container .sub_area.member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area a.green:hover {
background: #11914a;
}
.container .sub_area.member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .credit_list {}
.container .sub_area.member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .credit_list li {
position: relative;
padding: 0 0 0 10px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #000000;
}
.container .sub_area.member_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .credit_list li:before {
display: block;
content: '';
position: absolute;
top: 11px;
left: 0;
width: 3px;
height: 3px;
background: #000000;
border-radius: 50%;
}
.container .sub_area.member_work_view .tab_cont_02 .btn_area {}
.container .sub_area.member_work_view .tab_cont_02 .btn_area a {
width: 117px;
height: 45px;
background: #787878;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area.member_work_view .tab_cont_02 .btn_area a:hover {
background: #646464;
}
/* //member_work_view  CSS*/
/* member_matching  CSS*/
.container .sub_area.member_matching {}
.container .sub_area.member_matching .tab_cont_02 .member_work_area .board_list {
margin: 30px 0 0;
}
.container .sub_area.member_matching .tab_cont_02 .member_work_area .board_list thead {}
.container .sub_area.member_matching .tab_cont_02 .member_work_area .board_list thead tr {}
.container .sub_area.member_matching .tab_cont_02 .member_work_area .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.member_matching .tab_cont_02 .member_work_area .board_list tbody tr {}
.container .sub_area.member_matching .tab_cont_02 .member_work_area .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area.member_matching .tab_cont_02 .member_work_area .board_list tbody tr.top {
background: none !important;
}
.container .sub_area.member_matching .tab_cont_02 .member_work_area .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.member_matching .tab_cont_02 .member_work_area .board_list tbody tr td.num {}
.container .sub_area.member_matching .tab_cont_02 .member_work_area .board_list tbody tr td.num .fc_red {
height: 26px;
border: 1px solid #f5372e;
padding: 0 11px;
}
.container .sub_area.member_matching .tab_cont_02 .member_work_area .board_list tbody tr td.tit {
text-align: left;
}
.container .sub_area.member_matching .tab_cont_02 .member_work_area .board_list tbody tr td.tit a {
display: block;
}
.container .sub_area.member_matching .tab_cont_02 .member_work_area .board_list tbody tr td.date {}
.container .sub_area.member_matching .tab_cont_02 .member_work_area .board_list tbody tr td.view {}
.container .sub_area.member_matching .tab_cont_02 .member_work_area .board_list tbody tr td .ft_color {
color: #10a251;
}
.container .sub_area.member_matching .tab_cont_02 .pagination {}
.container .sub_area.member_matching .tab_cont_02 .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area.member_matching .tab_cont_02 .pagination a:last-child {
margin: 0;
}
.container .sub_area.member_matching .tab_cont_02 .pagination a.active,
.container .sub_area.member_matching .tab_cont_02 .pagination a:hover,
.container .sub_area.member_matching .tab_cont_02 .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area.member_matching .tab_cont_02 .pagination a.page_arrow {}
.container .sub_area.member_matching .tab_cont_02 .pagination a.page_arrow.l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area.member_matching .tab_cont_02 .pagination a.page_arrow.l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area.member_matching .tab_cont_02 .pagination a.page_arrow.r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area.member_matching .tab_cont_02 .pagination a.page_arrow.r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area .member_matching .tab_cont_02 .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area .member_matching .tab_cont_02 .pagination a:last-child {
margin: 5px 0 0;
}
}
/* //member_matching  CSS*/
/* member_matching_view CSS */
.container .sub_area.member_matching_view {}
.container .sub_area.member_matching_view .tab_cont_02 {}
.container .sub_area.member_matching_view .tab_cont_02 .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.625em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont {}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_title {}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area {}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table {}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody {}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr {}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr th {}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td {}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td span {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #11a151;
}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area {
margin: 0;
text-align: left;
}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area a {
width: 88px;
height: 30px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 30px;
color: #ffffff;
text-align: center;
}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area a.green {
background: #11a151;
}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .credit_list {}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .credit_list li {
position: relative;
padding: 0 0 0 10px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #000000;
}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .credit_list li:before {
display: block;
content: '';
position: absolute;
top: 11px;
left: 0;
width: 3px;
height: 3px;
background: #000000;
border-radius: 50%;
}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list {
display: inline-block;
vertical-align: top;
}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list.clearfix {}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li {
margin: 0;
}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span.radio_each {}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span.radio_each input {}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span.radio_each input.hide {}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span.radio_each label {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span.radio_each label span.vradio {
top: 3px;
}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span.radio_each label span.vradio span.cir {}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .ft_color {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #000000;
}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .ft_color.sty_01 {
color: #eb2727;
}
.container .sub_area.member_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .ft_color.sty_02 {
color: #11a151;
}
.container .sub_area.member_matching_view .tab_cont_02 .btn_area {}
.container .sub_area.member_matching_view .tab_cont_02 .btn_area a {
width: 117px;
height: 45px;
background: #787878;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area.member_matching_view .tab_cont_02 .btn_area a:hover {
background: #646464;
}
.container .sub_area.member_matching_view .tab_cont_02 .btn_area a.green {
background: #11a151;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area.member_matching_view .tab_cont_02 .btn_area a.green:hover {
background: #11914a;
}
/* //member_matching_view CSS */
/* member_creation CSS */
.container .sub_area.member_creation {}
.container .sub_area.member_creation .notice_area {
margin: 30px 0 0;
}
.container .sub_area.member_creation .notice_area .text {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #eb2727;
word-break: keep-all;
}
.container .sub_area.member_creation .notice_area .board_list {
margin: 10px 0 0;
}
.container .sub_area.member_creation .notice_area .board_list thead {}
.container .sub_area.member_creation .notice_area .board_list thead tr {}
.container .sub_area.member_creation .notice_area .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.member_creation .notice_area .board_list tbody tr {}
.container .sub_area.member_creation .notice_area .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area.member_creation .notice_area .board_list tbody tr.top {
background: none !important;
}
.container .sub_area.member_creation .notice_area .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.member_creation .notice_area .board_list tbody tr td.num {}
.container .sub_area.member_creation .notice_area .board_list tbody tr td.num .fc_red {
height: 26px;
border: 1px solid #f5372e;
padding: 0 11px;
}
.container .sub_area.member_creation .notice_area .board_list tbody tr td.tit {
text-align: left;
}
.container .sub_area.member_creation .notice_area .board_list tbody tr td.tit a {
display: block;
}
.container .sub_area.member_creation .notice_area .board_list tbody tr td.day {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area.member_creation .notice_area .board_list tbody tr td.deat {}
.container .sub_area.member_creation .notice_area .board_list tbody tr td.view {}
.container .sub_area.member_creation .notice_area .board_list tbody tr td:last-child a {
display: inline-block;
width: 60px;
height: 30px;
background: #11a151;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 30px;
color: #ffffff;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area.member_creation .notice_area .board_list tbody tr td:last-child a:hover {
background: #11914a;
}
.container .sub_area.member_creation .tab_cont_02 .pagination {}
.container .sub_area.member_creation .tab_cont_02 .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area.member_creation .tab_cont_02 .pagination a:last-child {
margin: 0;
}
.container .sub_area.member_creation .tab_cont_02 .pagination a.active,
.container .sub_area.member_creation .tab_cont_02 .pagination a:hover,
.container .sub_area.member_creation .tab_cont_02 .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area.member_creation .tab_cont_02 .pagination a.page_arrow {}
.container .sub_area.member_creation .tab_cont_02 .pagination a.page_arrow.l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area.member_creation .tab_cont_02 .pagination a.page_arrow.l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area.member_creation .tab_cont_02 .pagination a.page_arrow.r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area.member_creation .tab_cont_02 .pagination a.page_arrow.r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area .member_creation .tab_cont_02 .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area .member_creation .tab_cont_02 .pagination a:last-child {
margin: 5px 0 0;
}
}
/* //member_creation CSS */
/* profile CSS */
.container .sub_area.profile {}
.container .sub_area.profile .sub_cont {}
.container .sub_area.profile .sub_cont .info_area {}
.container .sub_area.profile .sub_cont .info_area .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.profile .sub_cont .info_area .board_write {
margin: 10px 0 0;
}
.container .sub_area.profile .sub_cont .info_area .board_write tbody {}
.container .sub_area.profile .sub_cont .info_area .board_write tbody tr {}
.container .sub_area.profile .sub_cont .info_area .board_write tbody tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.profile .sub_cont .info_area .board_write tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.profile .sub_cont .info_area .board_write tbody tr td > .pro_table {}
.container .sub_area.profile .sub_cont .info_area .board_write tbody tr td > .pro_table table {
width: 100%;
}
.container .sub_area.profile .sub_cont .info_area .board_write tbody tr td > .pro_table table tbody {}
.container .sub_area.profile .sub_cont .info_area .board_write tbody tr td > .pro_table table tbody tr {
border: none;
}
.container .sub_area.profile .sub_cont .info_area .board_write tbody tr td > .pro_table table tbody tr th {
width: 15px;
border: none;
padding: 12px 0 0 20px;
background: none;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
text-align: left;
vertical-align: top;
}
.container .sub_area.profile .sub_cont .info_area .board_write tbody tr td > .pro_table table tbody tr td {
overflow: hidden;
border: none;
padding: 6px 0;
}
.container .sub_area.profile .sub_cont .info_area .board_write tbody tr td > .pro_table table tbody tr td .text {
float: left;
padding: 0 17px 0 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 39px;
color: #424242;
}
.container .sub_area.profile .sub_cont .info_area .board_write tbody tr td > .pro_table table tbody tr td > div {}
.container .sub_area.profile .sub_cont .info_area .board_write tbody tr td > .pro_table table tbody tr td > div .slt_box {
float: left;
width: 158px;
}
.container .sub_area.profile .sub_cont .info_area .board_write tbody tr td > .pro_table table tbody tr td > div .slt_box select {
width: 158px;
height: 39px;
padding: 0 29px 0 16px;
background: url('/images/common/arr-icon-02.png') right 20px top 50% no-repeat;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 1.5;
color: #424242;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.container .sub_area.profile .sub_cont .info_area .board_write tbody tr td > .pro_table table tbody tr td > div label {
float: left;
padding: 0 17px 0 30px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 39px;
color: #424242;
}
.container .sub_area.profile .sub_cont .info_area .board_write tbody tr td>.pro_table table tbody tr td>div label:first-child {
padding: 0 17px 0 0;
}
.container .sub_area.profile .sub_cont .info_area .board_write tbody tr td > .pro_table table tbody tr td textarea {
float: left;
width: 95%;
padding: 10px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 21px;
color: #424242;
}
.container .sub_area.profile .sub_cont .info_area .btn_area {}
.container .sub_area.profile .sub_cont .info_area .btn_area a {}
/* //profile CSS */
/* business_work CSS */
.container .sub_area.business_work {}
.container .sub_area.business_work .tab_cont_02 {}
.container .sub_area.business_work .tab_cont_02 .member_work_area {
margin: 30px 0 0;
}
.container .sub_area.business_work .tab_cont_02 .member_work_area .text {
padding: 0 0 10px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #ea3030;
text-align: left;
word-break: keep-all;
}
.container .sub_area.business_work .tab_cont_02 .member_work_area .board_list {}
.container .sub_area.business_work .tab_cont_02 .member_work_area .board_list thead {}
.container .sub_area.business_work .tab_cont_02 .member_work_area .board_list thead tr {}
.container .sub_area.business_work .tab_cont_02 .member_work_area .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.business_work .tab_cont_02 .member_work_area .board_list tbody tr {}
.container .sub_area.business_work .tab_cont_02 .member_work_area .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area.business_work .tab_cont_02 .member_work_area .board_list tbody tr.top {
background: none !important;
}
.container .sub_area.business_work .tab_cont_02 .member_work_area .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.business_work .tab_cont_02 .member_work_area .board_list tbody tr td.num {}
.container .sub_area.business_work .tab_cont_02 .member_work_area .board_list tbody tr td.num .fc_red {
height: 26px;
border: 1px solid #f5372e;
padding: 0 11px;
}
.container .sub_area.business_work .tab_cont_02 .member_work_area .board_list tbody tr td.tit {
text-align: left;
}
.container .sub_area.business_work .tab_cont_02 .member_work_area .board_list tbody tr td.tit a {
display: block;
}
.container .sub_area.business_work .tab_cont_02 .member_work_area .board_list tbody tr td.date {}
.container .sub_area.business_work .tab_cont_02 .member_work_area .board_list tbody tr td.view {}
.container .sub_area.business_work .tab_cont_02 .pagination {}
.container .sub_area.business_work .tab_cont_02 .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area.business_work .tab_cont_02 .pagination a:last-child {
margin: 0;
}
.container .sub_area.business_work .tab_cont_02 .pagination a.active,
.container .sub_area.business_work .tab_cont_02 .pagination a:hover,
.container .sub_area.business_work .tab_cont_02 .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area.business_work .tab_cont_02 .pagination a.page_arrow {}
.container .sub_area.business_work .tab_cont_02 .pagination a.page_arrow.l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area.business_work .tab_cont_02 .pagination a.page_arrow.l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area.business_work .tab_cont_02 .pagination a.page_arrow.r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area.business_work .tab_cont_02 .pagination a.page_arrow.r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area .member_work .tab_cont_02 .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area .member_work .tab_cont_02 .pagination a:last-child {
margin: 5px 0 0;
}
}
/* //business_work CSS */
/* business_matching CSS */
.container .sub_area.business_matching .tab_cont_02 .member_work_area .board_list {
margin: 30px 0 0;
}
.container .sub_area.business_matching .tab_cont_02 .member_work_area .board_list thead {}
.container .sub_area.business_matching .tab_cont_02 .member_work_area .board_list thead tr {}
.container .sub_area.business_matching .tab_cont_02 .member_work_area .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.business_matching .tab_cont_02 .member_work_area .board_list tbody tr {}
.container .sub_area.business_matching .tab_cont_02 .member_work_area .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area.business_matching .tab_cont_02 .member_work_area .board_list tbody tr.top {
background: none !important;
}
.container .sub_area.business_matching .tab_cont_02 .member_work_area .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.business_matching .tab_cont_02 .member_work_area .board_list tbody tr td.num {}
.container .sub_area.business_matching .tab_cont_02 .member_work_area .board_list tbody tr td.num .fc_red {
height: 26px;
border: 1px solid #f5372e;
padding: 0 11px;
}
.container .sub_area.business_matching .tab_cont_02 .member_work_area .board_list tbody tr td.tit {
text-align: left;
}
.container .sub_area.business_matching .tab_cont_02 .member_work_area .board_list tbody tr td.tit a {
display: block;
}
.container .sub_area.business_matching .tab_cont_02 .member_work_area .board_list tbody tr td.date {}
.container .sub_area.business_matching .tab_cont_02 .member_work_area .board_list tbody tr td.view {}
.container .sub_area.business_matching .tab_cont_02 .member_work_area .board_list tbody tr td .ft_color.sty_01 {
color: #10a251;
}
.container .sub_area.business_matching .tab_cont_02 .member_work_area .board_list tbody tr td .ft_color.sty_02 {
color: #eb2727;
}
.container .sub_area.business_matching .tab_cont_02 .pagination {}
.container .sub_area.business_matching .tab_cont_02 .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area.business_matching .tab_cont_02 .pagination a:last-child {
margin: 0;
}
.container .sub_area.business_matching .tab_cont_02 .pagination a.active,
.container .sub_area.business_matching .tab_cont_02 .pagination a:hover,
.container .sub_area.business_matching .tab_cont_02 .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area.business_matching .tab_cont_02 .pagination a.page_arrow {}
.container .sub_area.business_matching .tab_cont_02 .pagination a.page_arrow.l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area.business_matching .tab_cont_02 .pagination a.page_arrow.l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area.business_matching .tab_cont_02 .pagination a.page_arrow.r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area.business_matching .tab_cont_02 .pagination a.page_arrow.r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area .business_matching .tab_cont_02 .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area .business_matching .tab_cont_02 .pagination a:last-child {
margin: 5px 0 0;
}
}
/* //business_matching CSS */
/* business_business_mat CSS */
.container .sub_area.business_business_mat .tab_cont_02 .business_business_area {
margin: 30px 0 0;
}
.container .sub_area.business_business_mat .tab_cont_02 .business_business_area .text {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.business_business_mat .tab_cont_02 .business_business_area .board_list {
margin: 10px 0 0;
}
.container .sub_area.business_business_mat .tab_cont_02 .business_business_area .board_list thead {}
.container .sub_area.business_business_mat .tab_cont_02 .business_business_area .board_list thead tr {}
.container .sub_area.business_business_mat .tab_cont_02 .business_business_area .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.business_business_mat .tab_cont_02 .business_business_area .board_list tbody {}
.container .sub_area.business_business_mat .tab_cont_02 .business_business_area .board_list tbody tr {}
.container .sub_area.business_business_mat .tab_cont_02 .business_business_area .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area.business_business_mat .tab_cont_02 .business_business_area .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.business_business_mat .tab_cont_02 .business_business_area .board_list tbody tr td.num {}
.container .sub_area.business_business_mat .tab_cont_02 .business_business_area .board_list tbody tr td.tit {
text-align: left;
}
.container .sub_area.business_business_mat .tab_cont_02 .business_business_area .board_list tbody tr td.tit a {
display: block;
}
.container .sub_area.business_business_mat .tab_cont_02 .business_business_area .board_list tbody tr td.day {}
.container .sub_area.business_business_mat .tab_cont_02 .business_business_area .board_list tbody tr td.view {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area.business_business_mat .tab_cont_02 .business_business_area .board_list tbody tr td > a.green {
display: block;
width: 80px;
height: 30px;
margin: 10px auto 0;
background: #11a151;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 30px;
color: #ffffff;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area.business_business_mat .tab_cont_02 .business_business_area .board_list tbody tr td>a.green:hover {
background: #11914a;
}
.container .sub_area.business_business_mat .tab_cont_02 .pagination {}
.container .sub_area.business_business_mat .tab_cont_02 .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area.business_business_mat .tab_cont_02 .pagination a:last-child {
margin: 0;
}
.container .sub_area.business_business_mat .tab_cont_02 .pagination a.active,
.container .sub_area.business_business_mat .tab_cont_02 .pagination a:hover,
.container .sub_area.business_business_mat .tab_cont_02 .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area.business_business_mat .tab_cont_02 .pagination a.page_arrow {}
.container .sub_area.business_business_mat .tab_cont_02 .pagination a.page_arrow.l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area.business_business_mat .tab_cont_02 .pagination a.page_arrow.l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area.business_business_mat .tab_cont_02 .pagination a.page_arrow.r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area.business_business_mat .tab_cont_02 .pagination a.page_arrow.r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area .business_business_mat .tab_cont_02 .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area .business_business_mat .tab_cont_02 .pagination a:last-child {
margin: 5px 0 0;
}
}
/* business_business_mat CSS */
/* business_work_view CSS */
.container .sub_area.business_work_view {}
.container .sub_area.business_work_view .tab_cont_02 {}
.container .sub_area.business_work_view .tab_cont_02 .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.625em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.business_work_view .tab_cont_02 .table_cont {}
.container .sub_area.business_work_view .tab_cont_02 .table_cont .table_title {}
.container .sub_area.business_work_view .tab_cont_02 .table_cont .table_cont_area {}
.container .sub_area.business_work_view .tab_cont_02 .table_cont .table_cont_area table {}
.container .sub_area.business_work_view .tab_cont_02 .table_cont .table_cont_area table tbody {}
.container .sub_area.business_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr {}
.container .sub_area.business_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr th {}
.container .sub_area.business_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td {}
.container .sub_area.business_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td span {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #11a151;
}
.container .sub_area.business_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area {
margin: 0;
text-align: left;
}
.container .sub_area.business_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area a {
width: 88px;
height: 30px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 30px;
color: #ffffff;
text-align: center;
}
.container .sub_area.business_work_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area a.green {
background: #11a151;
}
.container .sub_area.business_work_view .tab_cont_02 .btn_area {}
.container .sub_area.business_work_view .tab_cont_02 .btn_area a {
width: 117px;
height: 45px;
background: #787878;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area.business_work_view .tab_cont_02 .btn_area a:hover {
background: #646464;
}
/* //business_work_view CSS */
/* business_matching_view CSS */
.container .sub_area.business_matching_view .tab_cont_02 .table_cont {}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_title {}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area {}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table {}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody {}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr {}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr th {}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td {}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td span {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #11a151;
}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area {
margin: 0;
text-align: left;
}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area a {
width: 88px;
height: 30px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 30px;
color: #ffffff;
text-align: center;
}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .btn_area a.green {
background: #11a151;
}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .credit_list {}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .credit_list li {
position: relative;
padding: 0 0 0 10px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #000000;
}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .credit_list li:before {
display: block;
content: '';
position: absolute;
top: 11px;
left: 0;
width: 3px;
height: 3px;
background: #000000;
border-radius: 50%;
}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list {
display: inline-block;
vertical-align: top;
}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list.clearfix {}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li {
margin: 0;
}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span.radio_each {}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span.radio_each input {}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span.radio_each input.hide {}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span.radio_each label {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span.radio_each label span.vradio {
top: 3px;
}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .radio_list li span.radio_each label span.vradio span.cir {}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .ft_color {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #000000;
}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .ft_color.sty_01 {
color: #eb2727;
}
.container .sub_area.business_matching_view .tab_cont_02 .table_cont .table_cont_area table tbody tr td .ft_color.sty_02 {
color: #11a151;
}
.container .sub_area.business_matching_view .tab_cont_02 .btn_area {}
.container .sub_area.business_matching_view .tab_cont_02 .btn_area a {
width: 117px;
height: 45px;
background: #787878;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area.business_matching_view .tab_cont_02 .btn_area a:hover {
background: #646464;
}
/* //business_matching_view CSS */
/* business_business_mat_view */
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area {}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write {
margin: 8px 0 0;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody {}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr {}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr th {}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td {}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list {
overflow: hidden;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list {
float: left;
width: 53.528%;
margin: 0 3.7986% 0 0;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li {
overflow: hidden;
padding: 0 0 0 6.747%;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button {
display: block;
width: 100%;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span {
float: left;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 41px;
color: #000000;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span:first-child {
width: 36.198%;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span:last-child {
width: 57.846%;
text-align: center;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span.text {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 41px;
color: #000000;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span.day {
padding: 0 0 0 20px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 41px;
color: #424242;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span.day em {
width: 14px;
height: 14px;
padding: 0 0 0 20px;
background: url('/images/common/day-icon-off.png') 0 6px no-repeat;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span.day_none {
padding: 0 0 0 20px;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 41px;
color: #000000;
text-indent: -107px;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li button span.day_none em {
padding: 0 0 0 20px;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li.current button span,
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li.current button span {
color: #ffffff;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li.current button span.day em,
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li.current button span.day em {
background: url('/images/common/day-icon-on.png') 0 6px no-repeat;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .list li.current button span.day_none,
.container .sub_area .business_area .cont2 .info_list_area .info_list .list li.current button span.day_none {
color: #ffffff;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont {
display: none;
float: right;
width: 42.6734%;
padding: 30px 20px 0 0;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont.current {
display: block;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont .info_text_area {
width: 100%;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont .info_text_area .title {
font-family: 'Noto Sans KR';
font-weight: 700;
font-size: 1.500em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont .info_text_area .title .ft_color {
color: #f42a2a;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .info_area .board_write tbody tr td .info_list .info_cont .info_text_area .text {
height: 152px;
margin: 18px 0 0;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area {
margin: 20px 0 0;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .board_write {
margin: 18px 0 0;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .board_write thead {}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .board_write thead tr {}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .board_write thead tr th {
border: none;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
text-align: center;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .board_write tbody {}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .board_write tbody tr {}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .board_write tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
text-align: center;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .board_write tbody tr td.num {}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .board_write tbody tr td.name {}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .board_write tbody tr td.day {}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .board_write tbody tr td.time {}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .board_write tbody tr td.app {}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .board_write tbody tr td.app a {
display: block;
width: 60px;
height: 25px;
margin: 0 auto;
background: #787878;
line-height: 25px;
color: #ffffff;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .board_write tbody tr td.app a:hover {
background: #646464;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .text_list {
margin: 12px 0 0;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .text_list li {
padding: 0 0 0 21px;
background: url('/images/common/key-icon.png') 0 7px no-repeat;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 15px;
line-height: 26px;
color: #424242;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .text_list li:last-child {
padding: 0;
background: none;
color: #f02525;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .btn_area {
text-align: right;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .btn_area a {
display: inline-block;
width: 73px;
height: 45px;
background: #787878;
color: #ffffff;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .btn_area a:hover {
background: #646464;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .btn_area a.green {
width: 190px;
background: #11a151;
}
.container .sub_area.business_business_mat_view .tab_cont_02 .application_list_area .btn_area a.green:hover {
background: #11914a;
}
/* //business_business_mat_view */
/* mecting_room CSS */
.container .sub_area.meeting_room .tab_cont_02 .meetin_room_area {margin: 45px 0 0;}
.container .sub_area.meeting_room .tab_cont_02 .meetin_room_area .text {font-family: 'Noto Sans KR'; font-weight: 300; font-size: 15px; line-height: 1.5; color: #000000;}
.container .sub_area.meeting_room .tab_cont_02 .meetin_room_area .board_list {
margin: 10px 0 0;
}
.container .sub_area.meeting_room .tab_cont_02 .meetin_room_area .board_list thead {}
.container .sub_area.meeting_room .tab_cont_02 .meetin_room_area .board_list thead tr {}
.container .sub_area.meeting_room .tab_cont_02 .meetin_room_area .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.meeting_room .tab_cont_02 .meetin_room_area .board_list tbody {}
.container .sub_area.meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr {}
.container .sub_area.meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area.meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area.meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr td.num {}
.container .sub_area.meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr td.tit {
text-align: left;
}
.container .sub_area.meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr td.tit a {
display: block;
}
.container .sub_area.meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr td.day {}
.container .sub_area.meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr td.view {}
.container .sub_area.meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr td > a.green {
display: inline-block;
width: 80px;
height: 30px;
background: #11a151;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 30px;
color: #ffffff;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area.meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr td>a.green:hover {
background: #11914a;
}
.container .sub_area.meeting_room .tab_cont_02 .meetin_room_area .board_list tbody tr td .ft_color {
color: #eb2727;
}
.container .sub_area.meeting_room .tab_cont_02 .pagination {}
.container .sub_area.meeting_room .tab_cont_02 .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area.meeting_room .tab_cont_02 .pagination a:last-child {
margin: 0;
}
.container .sub_area.meeting_room .tab_cont_02 .pagination a.active,
.container .sub_area.meeting_room .tab_cont_02 .pagination a:hover,
.container .sub_area.meeting_room .tab_cont_02 .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area.meeting_room .tab_cont_02 .pagination a.page_arrow {}
.container .sub_area.meeting_room .tab_cont_02 .pagination a.page_arrow.l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area.meeting_room .tab_cont_02 .pagination a.page_arrow.l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area.meeting_room .tab_cont_02 .pagination a.page_arrow.r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area.meeting_room .tab_cont_02 .pagination a.page_arrow.r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area .member_business .tab_cont_02 .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area .member_business .tab_cont_02 .pagination a:last-child {
margin: 5px 0 0;
}
}
/* mecting_room CSS */
/* card_info CSS */
.container .sub_area.card_info {}
.container .sub_area.card_info .table_cont {}
.container .sub_area.card_info .table_cont .table_cont_area {}
.container .sub_area.card_info .table_cont .table_cont_area .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.250em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.card_info .table_cont .table_cont_area .title_area {
overflow: hidden;
}
.container .sub_area.card_info .table_cont .table_cont_area .title_area .title {
float: left;
width: auto;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.card_info .table_cont .table_cont_area .title_area .bw_top_txt {
float: right;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.card_info .table_cont .table_cont_area .title_area .bw_top_txt .etc {
color: #ea3030;
}
.container .sub_area.card_info .table_cont .table_cont_area table {
margin: 10px 0 0;
}
.container .sub_area.card_info .table_cont .table_cont_area table tbody {}
.container .sub_area.card_info .table_cont .table_cont_area table tbody tr {}
.container .sub_area.card_info .table_cont .table_cont_area table tbody tr th {
padding: 16px 10px 16px 16px;
}
.container .sub_area.card_info .table_cont .table_cont_area table tbody tr td {
overflow: hidden;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.card_info .table_cont .table_cont_area table tbody tr td .sub_sch_box {
float: left;
width: 50%;
padding: 0;
background: none;
}
.container .sub_area.card_info .table_cont .table_cont_area table tbody tr td .sub_sch_box .row {}
.container .sub_area.card_info .table_cont .table_cont_area table tbody tr td .sub_sch_box .row .input_box {}
.container .sub_area.card_info .table_cont .table_cont_area table tbody tr td .sub_sch_box .row .input_box input {
padding: 0 29px 0 16px;
background: #ffffff url('/images/basic/cal_sch_ico.jpg') right 5px center no-repeat;
}
.container .sub_area.card_info .table_cont .table_cont_area table tbody tr td .sub_sch_box .row .input_box span {}
.container .sub_area.card_info .table_cont .table_cont_area table tbody tr td p.write_sup_txt {
float: left;
padding: 0 0 0 30px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 45px;
color: #f42a2a;
}
.container .sub_area.card_info .btn_area {}
.container .sub_area.card_info .btn_area a {
display: inline-block;
width: 73px;
height: 45px;
color: #ffffff;
background: #787878;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area.card_info .btn_area a:hover {
background: #646464;
}
.container .sub_area.card_info .btn_area a.green {
background: #11a151;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area.card_info .btn_area a.green:hover {
background: #11914a;
}
/* //card_info CSS */
/* card_view_02 CSS */
.container .sub_area.card_view_02 {}
.container .sub_area.card_view_02 .title {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 34px;
color: #000000;
}
.container .sub_area.card_view_02 .board_list {}
.container .sub_area.card_view_02 .board_list thead {}
.container .sub_area.card_view_02 .board_list thead tr {}
.container .sub_area.card_view_02 .board_list thead tr th {
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.card_view_02 .board_list tbody {}
.container .sub_area.card_view_02 .board_list tbody tr {}
.container .sub_area.card_view_02 .board_list tbody tr:hover td {
font-weight: 500;
}
.container .sub_area.card_view_02 .board_list tbody tr td {
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #424242;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.container .sub_area.card_view_02 .board_list tbody tr td.num {}
.container .sub_area.card_view_02 .board_list tbody tr td.day {}
.container .sub_area.card_view_02 .board_list tbody tr td.date {}
.container .sub_area.card_view_02 .board_list tbody tr td.view {}
.container .sub_area.card_view_02 .board_list tbody tr td a.green {
display: inline-block;
width: 60px;
height: 25px;
background: #11a151;
line-height: 25px;
color: #ffffff;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.container .sub_area.card_view_02 .board_list tbody tr td a.green:hover {
background: #11914a;
}
.container .sub_area.card_view_02 .board_list tbody tr td .ft_color.sty_01 {
color: #11a151;
}
.container .sub_area.card_view_02 .board_list tbody tr td .ft_color.sty_02 {
color: #f42a2a;
}
.container .sub_area.card_view_02 .pagination {}
.container .sub_area.card_view_02 .pagination a {
width: 28px;
height: 28px;
margin: 0 5px 0 0;
border: 1px solid #efefef;
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-size: 12px;
line-height: 26px;
}
.container .sub_area.card_view_02 .pagination a:last-child {
margin: 0;
}
.container .sub_area.card_view_02 .pagination a.active,
.container .sub_area.card_view_02 .pagination a:hover,
.container .sub_area.card_view_02 .pagination a:focus {
background: none;
color: #f42a2a;
}
.container .sub_area.card_view_02 .pagination a.page_arrow {}
.container .sub_area.card_view_02 .pagination a.page_arrow.l2 {
background: url('/images/common/page-l2.jpg') 0 0 no-repeat;
}
.container .sub_area.card_view_02 .pagination a.page_arrow.l1 {
background: url('/images/common/page-l1.jpg') 0 0 no-repeat;
}
.container .sub_area.card_view_02 .pagination a.page_arrow.r1 {
background: url('/images/common/page-r1.jpg') 0 0 no-repeat;
}
.container .sub_area.card_view_02 .pagination a.page_arrow.r2 {
background: url('/images/common/page-r2.jpg') 0 0 no-repeat;
}
@media screen and(max-width:488px) {
.container .sub_area .card_view_02 .pagination a {
margin: 5px 5px 0 0;
}
.container .sub_area .card_view_02 .pagination a:last-child {
margin: 5px 0 0;
}
}
/* //card_view_02 CSS */
/* grade_view CSS */
.container .sub_area.grade_view {}
.container .sub_area.grade_view .table_cont {}
.container .sub_area.grade_view .table_cont .title_area {
overflow: hidden;
}
.container .sub_area.grade_view .table_cont .title_area .title {
float: left;
font-family: 'Noto Sans KR';
font-weight: 500;
font-size: 1.125em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.grade_view .table_cont .title_area .bw_top_txt {
float: right;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.grade_view .table_cont .title_area .bw_top_txt .etc {
color: #ea3030;
}
.container .sub_area.grade_view .table_cont .table_cont_area {}
.container .sub_area.grade_view .table_cont .table_cont_area table {
width: 100%;
}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody {}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr {}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr th {
padding: 16px 10px 16px 16px;
text-align: center;
}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr td {
overflow: hidden;
padding: 16px 13px 16px 15px;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 1.5;
color: #000000;
}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr td input {
height: 35px;
border: 1px solid #d3d3d3;
padding: 5px 10px;
}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr td.ins input {
width: 30%;
}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr td.name input {
width: 15%;
}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr td.num input {
width: 15%;
}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr td.num .ft_num {
display: inline-block;
font-family: 'Noto Sans KR';
font-weight: 300;
font-size: 1em;
line-height: 35px;
vertical-align: top;
}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr td.file {}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr td.file .attach_box {
overflow: hidden;
max-width: 100%;
}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr td.file .attach_box input {
width: 43%;
height: 35px !important;
}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr td.file .attach_box .attach_vbox {
float: left;
width: 100%;
max-width: 500px;
}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr td.file .attach_box .attach_vbox input {
width: 100%;
height: 35px !important;
}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr td.file .attach_box .attach_vbox label {
height: 35px;
line-height: 35px;
background-color: #11a151;
}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr td.file .attach_box .attach_vbox label:hover {background: #11914a;}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr td.file .attach_box .write_sup_txt {float: left; margin: 0 0 0 10px; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 1em; line-height: 35px; color: #000000;}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr td.file .btn_area {display: block; margin: 10px 0 0; text-align: left;}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr td.file .btn_area a {display: inline-block; width: 60px; height: 25px; background: #787878; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 16px; line-height: 25px; color: #ffffff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; outline: none;}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr td.file .btn_area a:hover {background: #646464;}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr td.file .btn_area .text {display: inline-block; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 16px; line-height: 25px; color: #000000;}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr td.credit input {display: block; width: 100%; margin: 10px 0 0;}
.container .sub_area.grade_view .table_cont .table_cont_area table tbody tr td.credit input:first-child {margin: 0;}
.container .sub_area.grade_view .table_cont .table_cont_area .text_list {margin: 15px 0 0;}
.container .sub_area.grade_view .table_cont .table_cont_area .text_list li {font-family: 'Noto Sans KR'; font-weight: 300; font-size: 16px; line-height: 24px; color: #ea3030;}
.container .sub_area.grade_view .table_cont .table_cont_area .btn_area {margin: 30px 0 0;}
/* //grade_view CSS */

/* business_view CSS */
.container .sub_area .business_view .table_cont {overflow: hidden;}
.container .sub_area .business_view .table_cont .table_title {float: inherit;}
.container .sub_area .business_view .table_cont .text {float: left; margin: 0 0 10px; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 16px; line-height: 24px; color: #000000;}
.container .sub_area .business_view .table_cont table {}
.container .sub_area .business_view .table_cont table thead {}
.container .sub_area .business_view .table_cont table thead tr {}
.container .sub_area .business_view .table_cont table thead tr th {}
.container .sub_area .business_view .table_cont table tbody {}
.container .sub_area .business_view .table_cont table tbody tr {}
.container .sub_area .business_view .table_cont table tbody tr td {}
.container .sub_area .business_view .table_cont table tbody tr td.num {}
.container .sub_area .business_view .table_cont table tbody tr td.tit {}
.container .sub_area .business_view .table_cont table tbody tr td.date {}
.container .sub_area .business_view .table_cont table tbody tr td.view {}

.container .sub_area .business_view .btn_area {text-align: right;}
.container .sub_area .business_view .btn_area a {}

.container .sub_area .business_view .act_cont_area {margin: 50px 0 0;}
.container .sub_area .business_view .act_cont_area .title_area {overflow: hidden;}
.container .sub_area .business_view .act_cont_area .title_area .info_area {float: left;}
.container .sub_area .business_view .act_cont_area .title_area .info_area .list {}
.container .sub_area .business_view .act_cont_area .title_area .info_area .list li {float: left; margin: 0 28px 0 0; padding: 0 0 0 23px; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 14px; line-height: 1.5; color: #6a6a6a;}
.container .sub_area .business_view .act_cont_area .title_area .info_area .list li:first-child {margin: 0;}
.container .sub_area .business_view .act_cont_area .title_area .info_area .list li.reservation {background: url('/images/common/min-reservation-icon.jpg') 0 4px no-repeat;}
.container .sub_area .business_view .act_cont_area .title_area .info_area .list li.deadline {background: url('/images/common/min-deadline-icon.jpg') 0 4px no-repeat;}
.container .sub_area .business_view .act_cont_area .title_area .info_area .list li.impossible {background: url('/images/common/min-impossible-icon.jpg') 0 4px no-repeat;}
.container .sub_area .business_view .act_cont_area .title_area .info_area .list li.choice {background: url('/images/common/min-choice-icon.jpg') 0 4px no-repeat;}
.container .sub_area .business_view .act_cont_area .title_area .text {float: right;}

.container .sub_area .business_view .act_cont_area .board_con {position: relative; overflow: hidden; margin: 18px 0 0;}
.container .sub_area .business_view .act_cont_area .board_con table.library_table {width: auto; min-width: 1445px;}
.container .sub_area .business_view .act_cont_area .board_con table.library_table thead {}
.container .sub_area .business_view .act_cont_area .board_con table.library_table thead tr {}
.container .sub_area .business_view .act_cont_area .board_con table.library_table thead tr th {border-right: 1px solid #ffffff; background: #11a151; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 15px; line-height: 40px; color: #ffffff;}
.container .sub_area .business_view .act_cont_area .board_con table.library_table thead tr th:last-child {margin: 0;}
.container .sub_area .business_view .act_cont_area .board_con table.library_table tbody {}
.container .sub_area .business_view .act_cont_area .board_con table.library_table tbody tr {}
.container .sub_area .business_view .act_cont_area .board_con table.library_table tbody tr.pt5 th,
.container .sub_area .business_view .act_cont_area .board_con table.library_table tbody tr.pt5 td {padding: 5px 0 0;}
.container .sub_area .business_view .act_cont_area .board_con table.library_table tbody tr th {}
.container .sub_area .business_view .act_cont_area .board_con table.library_table tbody tr th .title {background: #848a87; font-family: 'Noto Sans KR'; font-weight: 700; font-size: 15px; line-height: 40px; color: #ffffff;}
.container .sub_area .business_view .act_cont_area .board_con table.library_table tbody tr td {overflow: hidden; text-align: center;}
.container .sub_area .business_view .act_cont_area .board_con table.library_table tbody tr td.text {padding: 9px 0; font-family: 'Noto Sans KR'; font-weight: 700; font-size: 15px; line-height: 1.5; color: #2c2c2c;}
.container .sub_area .business_view .act_cont_area .board_con table.library_table tbody tr td button {float: left; width: 40px; height: 40px; margin: 0 1px; border: 1px solid #bdbdbd; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 13px; line-height: 38px; color: #bdbdbd;}
.container .sub_area .business_view .act_cont_area .board_con table.library_table tbody tr td button:hover {border: 1px solid #f5372e; color: #f5372e;}
.container .sub_area .business_view .act_cont_area .board_con table.library_table tbody tr td button.on {border: none; background: #f5372e; color: #ffffff;}
.container .sub_area .business_view .act_cont_area .board_con table.library_table tbody tr td button.deadline {border: 1px solid #ffb8b5; background: #ffb8b5; text-indent: -9999px; cursor: unset;}
.container .sub_area .business_view .act_cont_area .board_con table.library_table tbody tr td button.impossible {border: none; background: #c9ced5 url('/images/common/impossible-icon.jpg') 0 0 no-repeat; text-indent: -9999px; cursor: unset;}
.container .sub_area .business_view .act_cont_area .board_con_swiper .swiper-wrapper table.library_table thead tr th.fixed {opacity: 0; visibility: hidden; border: 0;}
.container .sub_area .business_view .act_cont_area .board_con_swiper .swiper-wrapper table.library_table tbody tr th.fixed {opacity: 0; visibility: hidden; border: 0;}
.container .sub_area .business_view .act_cont_area .board_con_swiper .swiper-wrapper table.library_table tbody tr td.fixed {opacity: 0; visibility: hidden; border: 0;}
.container .sub_area .business_view .act_cont_area .board_con_swiper .fixed_box {position: absolute; top: 0; left: 0; overflow: hidden; background: #ffffff; z-index: 1;}
/*
.container .sub_area .business_act_area .act_cont_area .board_con_swiper .swiper-wrapper table.library_table.scrolled thead {opacity: 0;}
.container .sub_area .business_act_area .act_cont_area .board_con table.library_table.scrolled {overflow: hidden; max-width: 1280px;}
.container .sub_area .business_act_area .act_cont_area .board_con table.library_table.scrolled thead {position: fixed; top: 109px; min-width: 1445px;}
.container .sub_area .business_act_area .act_cont_area .board_con table.library_table.scrolled thead tr th {width: 84px;}
*/

.container .sub_area .business_view .act_cont_area .btn_area {}
.container .sub_area .business_view .act_cont_area .btn_area a {width: 88px; height: 45px; background: #000000;}
.container .sub_area .business_view .act_cont_area .btn_area a:hover {background: #393939;}
.container .sub_area .business_view .act_cont_area .btn_area a.green {background: #11a151;}
.container .sub_area .business_view .act_cont_area .btn_area a.green:hover {background: #11914a;}
/* //business_view CSS */

/* creation_info CSS */
.container .sub_area.creation_info {}
.container .sub_area.creation_info .table_cont {overflow: hidden;}
.container .sub_area.creation_info .table_cont .table_title {float: inherit;}
.container .sub_area.creation_info .table_cont .text {float: left; margin: 0 0 10px; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 16px; line-height: 24px; color: #000000;}
.container .sub_area.creation_info .table_cont table {}
.container .sub_area.creation_info .table_cont table thead {}
.container .sub_area.creation_info .table_cont table thead tr {}
.container .sub_area.creation_info .table_cont table thead tr th {}
.container .sub_area.creation_info .table_cont table tbody {}
.container .sub_area.creation_info .table_cont table tbody tr {}
.container .sub_area.creation_info .table_cont table tbody tr td {}
.container .sub_area.creation_info .table_cont table tbody tr td.num {}
.container .sub_area.creation_info .table_cont table tbody tr td.tit {}
.container .sub_area.creation_info .table_cont table tbody tr td.date {}
.container .sub_area.creation_info .table_cont table tbody tr td.view {}
.container .sub_area.creation_info .btn_area {text-align: right;}
.container .sub_area.creation_info .btn_area a {}
/* //creation_info CSS */

/* member CSS */
.container .sub_area.member {}
.container .sub_area.member .table_cont .title_area {overflow: hidden;}
.container .sub_area.member .table_cont .title_area .title {float: left; font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1.250em; line-height: 1.5; color: #000000;}
.container .sub_area.member .table_cont .title_area .bw_top_txt {float: right; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 1em; line-height: 1.5; color: #000000;}
.container .sub_area.member .table_cont .title_area .bw_top_txt .etc {color: #ea3030;}
.container .sub_area.member .table_cont .table_cont_area {}
.container .sub_area.member .table_cont .table_cont_area table {width: 100%;}
.container .sub_area.member .table_cont .table_cont_area table tbody {}
.container .sub_area.member .table_cont .table_cont_area table tbody tr {}
.container .sub_area.member .table_cont .table_cont_area table tbody tr th {padding: 16px 10px 16px 16px; text-align: center;}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td {overflow: hidden; padding: 16px 13px 16px 15px; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 1em; line-height: 1.5; color: #000000;}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td .inner .text {float: left; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 16px; line-height: 35px; color: #000000;}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td input {height: 35px; border: 1px solid #d3d3d3; padding: 5px 10px;}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.ins {}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.ins .inner {overflow: hidden;}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.ins .inner input {float: left; width: 30%; margin: 0 10px 0 0;}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.ins .inner button {float: left; width: 100px; height: 35px; margin: 0 10px 0 0; background: #11a151; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 1em; line-height: 35px; color: #ffffff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.ins .inner button:hover {background: #11914a;}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.ins .inner .text {float: left; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 16px; line-height: 35px; color: #000000;}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.ins .text.sty_01 {display: block; width: 100%; margin: 10px 0 0; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 13px; line-height: 18px; color: #11a151;}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.prss {}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.prss .inner {overflow: hidden;}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.prss .inner input {float: left; width: 25%; margin: 0 10px 0 0;}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.prss .inner .text {float: left;}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.prss .text.sty_01 {display: block; width: 100%; margin: 10px 0 0; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 13px; line-height: 18px; color: #11a151;}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.num input {width: 15%;}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.num .ft_num {display: inline-block; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 1em; line-height: 35px; vertical-align: top;}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.email {}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.email .inner {}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.email .inner input {float: left; width: 30%; margin: 0 10px 0 0;}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.email .inner .text {float: left; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 16px; line-height: 35px; color: #000000;}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.work .slt_box {}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.work .slt_box select {-webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; max-width: 116px; height: 35px; border: 1px solid #d0d0d0; padding: 0 0 0 18px; background: url('/images/common/arr-icon.png') right 18px top 50% no-repeat; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 15px; line-height: 1.5; color: #6a6a6a; border-radius: 0;}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.whether {overflow: hidden;}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.whether .yn_radio_box {float: left; margin: 0 10px 0 0;}
.container .sub_area.member .table_cont .table_cont_area table tbody tr td.whether .text {float: left; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 16px; line-height: 30px; color: #000000;}

.container .sub_area.member .table_cont .table_cont_area .text_list {margin: 15px 0 0;}
.container .sub_area.member .table_cont .table_cont_area .text_list li {font-family: 'Noto Sans KR'; font-weight: 300; font-size: 16px; line-height: 24px; color: #ea3030;}
.container .sub_area.member .table_cont .table_cont_area .btn_area {margin: 30px 0 0;}

.container .sub_area.member .btn_area {}
.container .sub_area.member .btn_area a {}
/* //member CSS */

/* 공통 CSS */
.container .sub_area.tab_01 {padding: 0 0 234px;}
.container .sub_area.tab_01 .sub_tab_cont {}
.container .sub_area.tab_01 .sub_tab_cont .list_tab {overflow: hidden; padding: 48px 0 0;}
.container .sub_area.tab_01 .sub_tab_cont .list_tab li {display: table; position: relative; float: left; width: calc(100% / 8); background: #eaf7f0; text-align: center;}
.container .sub_area.tab_01 .sub_tab_cont .list_tab li .text_01 {display: table-cell; position: relative; height: 65px; vertical-align: middle;}
/*.container .sub_area.tab_01 .sub_tab_cont .list_tab li .text_01:before {display: block; content: ''; position: absolute; top: 50%; right: 0; width: 6px; height: 6px; margin: -3px 0 0; background: #b1cabc; border-radius: 50%;}*/
.container .sub_area.tab_01 .sub_tab_cont .list_tab li .text_01 a {display: block; font-family: 'Noto Sans KR'; font-weight: 500; font-size: 16px; line-height: 65px; color: #000000;}
.container .sub_area.tab_01 .sub_tab_cont .list_tab li:last-child .text_01:before {display: none;}
.container .sub_area.tab_01 .sub_tab_cont .list_tab li .text_02 {display: none; height: 65px; vertical-align: middle;}
.container .sub_area.tab_01 .sub_tab_cont .list_tab li .text_02 a {display: block; font-family: 'Noto Sans KR'; font-weight: 500; font-size: 16px; line-height: 65px; color: #ffffff;}

.container .sub_area.tab_01 .sub_tab_cont .list_tab li.on {width: calc(100% / 8);}
.container .sub_area.tab_01 .sub_tab_cont .list_tab li.on .text_01 {width: 100%; background: #c6ddd1; text-indent: -9999px;}
.container .sub_area.tab_01 .sub_tab_cont .list_tab li.on .text_01:before {display: none;}
.container .sub_area.tab_01 .sub_tab_cont .list_tab li.on .text_02 {display: block; position: absolute; top: -8px; left: -8px; width: 100%; background: url('/images/common/sub-tab-01-bg.jpg') 0 0 no-repeat; text-indent: 0; vertical-align: middle;}
.container .sub_area.tab_01 .sub_tab_cont .list_tab li.on:first-child .text_02 {left: 0;}

.popup_area {display: none; position: absolute; top: 35%; left: 45%; right: 45%; bottom: 0; width: 320px; height: 185px; background: #ffffff; border: 1px solid #d3d3d3; z-index: 100;}
.popup_area.sty_02 {top: 35%;}
.popup_area.on {display: block;}
.popup_area .title_area {overflow: hidden; border-bottom: 1px solid #d3d3d3; padding: 10px; background: #f7f8f7;}
.popup_area .title_area .title {float: left; font-family: 'Noto Sans KR'; font-weight: 500; font-size: 1.125em; line-height: 30px; color: #000000;}
.popup_area .title_area .close {display: block; float: right; width: 15px; height: 15px; margin: 7px 0 0; background: url('/images/common/layer_close.png') 0 0 no-repeat;}

.popup_area .pop_cont_area {padding: 10px;}
.popup_area .pop_cont_area .text {font-family: 'Noto Sans KR'; font-weight: 300; font-size: 16px; line-height: 24px; color: #000000; text-align: center;}

.popup_area .pop_cont_area .btn_area {}
.popup_area .pop_cont_area .btn_area a {width: 80px; background: #787878;}
.popup_area .pop_cont_area .btn_area a.green {background: #11a151;}

/* 2020-05-19 */
p > img {width: 100% !important; height: inherit !important;}
/* //공통 CSS */<blockquote></blockquote>



/* 2021-12-02 추가 */

.container .sub_area.introduction .cont.sty_09 {margin: 0; padding: 4.75% 0 6.875%; background-color: #ffffff;}
.container .sub_area.introduction .cont.sty_09 .etc_cont_area .list_area li {margin: 38px 0 0 0;padding: 24px 0 21px 18.242%;}
.container .sub_area.introduction .cont.sty_09 .etc_cont_area .list_area li.list_01 {background: url(/images/common/program_icon_1.png) 0 center no-repeat;}
.container .sub_area.introduction .cont.sty_09 .etc_cont_area .list_area li.list_02 {background: url(/images/common/program_icon_2.png) 0 center no-repeat;}
.container .sub_area.introduction .cont.sty_09 .etc_cont_area .list_area li.list_03 {background: url(/images/common/program_icon_3.png) 0 center no-repeat;}
.container .sub_area.introduction .cont.sty_09 .etc_cont_area .list_area li.list_04 {background: url(/images/common/program_icon_4.png) 0 center no-repeat;}
.container .sub_area.introduction .cont.sty_09 .etc_cont_area .list_area li.list_05 {background: url(/images/common/program_icon_5.png) 0 center no-repeat;}
.container .sub_area.introduction .cont.sty_09 .etc_cont_area .list_area li.list_06 {background: url(/images/common/program_icon_6.png) 0 center no-repeat;}

.container .sub_area.introduction .cont .text_area .title_box {font-weight: 500; font-size: 16px; line-height: 24px;}
.container .sub_area.introduction .cont .text_area .title {font-weight: 400; font-size: 16px; line-height: 24px;}
.container .sub_area.introduction .cont.sty_04 {background: url(/images/common/img-bg-01.jpg) left 55.125% top 0 no-repeat; padding: 0 0 127px 0;}
.container .sub_area.introduction .cont.sty_10 {margin: 0 -417.5px; padding: 4.297% 417.5px 7.5%; }
.container .sub_area.introduction .cont.sty_10 .title {}
.container .sub_area.introduction .cont.sty_10 .text {margin: 6px 0 0 0;}
.container .sub_area.introduction .cont.sty_10 .img_cont {}
.container .sub_area.introduction .cont.sty_10 .img_cont .list {font-size: 0;}
.container .sub_area.introduction .cont.sty_10 .img_cont .list li {display: inline-block; margin: 0 3.5866% 0 0;}
.container .sub_area.introduction .cont.sty_10 .img_cont .list li:nth-child(2n) {margin: 0;}
.container .sub_area.introduction .cont.sty_10 .img_cont .list li .img_box {display: table; table-layout: fixed; width: 100%; max-width: 523px; margin: 35px 0 0;}
.container .sub_area.introduction .cont.sty_10 .img_cont .list li .img_box .img_inner {display: table-cell; width: 100%; max-height: 295px; text-align: center; vertical-align: middle;}
.container .sub_area.introduction .cont.sty_10 .img_cont .list li .img_box .img_inner img {display: inline-block;}


.container .sub_area.introduction {max-width: 1085px;padding: 44px 0 0;}