@charset "UTF-8";
/**********************************************************************************/
/*	애드타임 스킨 스타일시트 입니다												  */
/*	사이트: http://www.addform.net												  */
/**********************************************************************************/

/* 문서의 전체 여백 속성 설정 */
html,
body {
  margin: 0;
  padding: 0;
}
/* 문서의 전체 정렬 속성 설정 left,center,right	*/
/* left 정렬시 아래 container div 속성에서 auto 제거 */
body {
  text-align: center;
}

/* 레이아웃(아래 div 들에 width,font-family, font-size, color 속성을 설정하지 마세요) */
div#container {
  margin: 0 auto;
  text-align: center;
}
div#header {
  margin: 0;
  margin-bottom: 10px;
}
div#body {
  margin: 0;
}
div#footer {
  margin: 0;
  margin-top: 10px;
}

td#left {
}
td#form {
  padding-left: 10px;
  padding-right: 10px;
}
td#list {
  padding-left: 10px;
  padding-right: 10px;
}
td#right {
}

h1 {
  font-size: 2.4em;
  font-weight: bold;
}
h2 {
  font-size: 1.8em;
  font-weight: bold;
}
h3 {
  font-size: 1.4em;
  font-weight: bold;
}
h4 {
  font-size: 1.1em;
  font-weight: bold;
}

/* link 스타일 */
A:link {
  text-decoration: none;
  color: #3260ad;
}

A:hover {
  text-decoration: none;
  color: #004a84;
  border: none;
}

A:visited {
  text-decoration: none;
  color: #616588;
  border: none;
}

/* 이미지 스타일  */
IMG {
  border: none;
}

/* 테이블 스타일  */
TABLE {
  border-collapse: collapse;
}
CAPTION {
  color: #616588;
  text-align: left;
}

/* 폼객체 스타일 */
INPUT {
}
SELECT {
}
TEXTAREA {
  width: 100%;
}

/* 필드셋 스타일 */
FIELDSET {
  border: 0;
  padding: 0;
  padding-top: 20px;
  position: relative;
}
LEGEND {
  position: absolute;
  top: -0.5em;
  left: 0.5em;
  font-weight: bold;
}

/***************************************************************************************/
/*				        메인페이지에 사용될  사용될 스타일 정의						   */
/***************************************************************************************/
/* 검색 수 */
#list_product_n {
  margin: 10px 0 10px 0;
}

#list_product_n table {
  width: 100%;
}
.list_product_n_tdL {
  text-align: left;
  color: #999;
  font-weight: bold;
}

.list_product_n_tdR {
  text-align: right;
  color: #999;
}

/* 리스트 헤드 */
.list_product_head {
  margin: 10px 0 10px 0;
  padding: 5px 0 5px 0;
  border: 0;
  border-top: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #b4c5df;
  text-align: right;
  background-color: #e1e8f3;
}

.list_product_head table {
  width: 100%;
}

.list_product_head td {
  width: 50%;
  font-size: 1.3em;
  font-weight: bold;
  color: #004a84;
  padding: 0 5px 0 5px;
}

.list_product_head_td1 {
  text-align: left;
}
.list_product_head_td2 {
  text-align: right;
}

/* 리스트 본체 */
.list_product_middle {
}
.list_product_middle table {
  width: 100%;
}
.list_product_middle td {
}

/* 리스트 이미지 */
.list_product_img {
  text-align: left;
}
.list_product_img img {
  border: 5px solid #e3e3e3;
  cursor: hand;
  width: 150px;
  height: auto;
}

/* 리스트 설명 */
.list_product_exp {
  width: 100%;
  text-align: left;
  padding: 0 20px 0 20px;
}
.list_product_exp ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_product_exp li {
  margin: 0;
  padding: 5px;
  border-bottom: 1px dotted #999;
}

.list_product_exp .title_text {
  color: #004a84;
}
.list_product_exp .blankYoil {
  color: #ff6600;
}
.list_product_exp .res_mny {
  color: #336699;
}

.list_product_exp input {
  width: 100px;
  height: 30px;
}

.list_product_exp .btn_li {
  border: 0;
}

/*  조회폼 */
.list_product_search {
  text-align: right;
}
.list_product_search table {
  text-align: left;
}

.list_product_searchForm {
}
.list_product_searchForm td {
  padding: 5px;
}

.list_product_searchForm_td1 {
  background-color: #bed5d8;
}

.list_product_searchForm_td2 {
  border-bottom: 1px dotted #fff;
  background-color: #bed5d8;
}

.list_product_searchForm_td3 {
  background-color: #bed5d8;
  width: 150px;
}
.list_product_searchForm_td4 {
  background-color: #bed5d8;
  padding-left: 0;
}

.list_product_searchForm_td5 {
  background-color: #bed5d8;
}

.list_product_searchForm_td6 {
  background-color: #a7c6ca;
  border-top: 1px solid #fff;
}
.list_product_searchForm_td7 {
  background-color: #a7c6ca;
  border-top: 1px solid #fff;
  padding-left: 0;
}
.list_product_searchForm_td6 input {
  padding-left: 5px;
  background-image: url(img/man.gif);
  background-repeat: no-repeat;
  background-position: right center;
}

/* 리스트 풋 */
.list_product_bottom {
  margin-bottom: 20px;
}

/* 하단 페이지 분할 */
#pageDiv {
  text-align: center;
  border-top: 1px solid #e3e3e3;
  padding: 10px;
}

/***************************************************************************************/
/*						skin_function.php 에 사용될 스타일 정의						   */
/***************************************************************************************/
#md_client {
  /* 고객 입력 모듈 */
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #5a7995;
  border-top: 3px solid #5a7995;
}
#md_client table {
  width: 100%;
}
#md_client td {
  border: 1px solid #5a7995;
  text-align: left;
  padding: 10px;
}
#md_client td.item {
  width: 100px;
  background-color: #dde4ea;
}

#item_msg {
  /* 추가항목 모듈 */
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 0;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
}
#add_item {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #5a7995;
  border-top: 3px solid #5a7995;
}
#add_item table {
  width: 100%;
}
#add_item td {
  border: 1px solid #5a7995;
  text-align: left;
  padding: 10px;
}
#add_item td.item {
  width: 100px;
  background-color: #dde4ea;
}

#md_client_memo {
  /* 고객 메모 모듈 */
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #5a7995;
  border-top: 3px solid #5a7995;
}
#md_client_memo table {
  width: 100%;
}
#md_client_memo td {
  border: 1px solid #5a7995;
  text-align: left;
  padding: 10px;
}
#md_client_memo td.item {
  width: 100px;
  background-color: #dde4ea;
}

#formmail_sum {
  /* 예약비용 */
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #5a7995;
  border-top: 3px solid #5a7995;
}
#formmail_sum table {
  width: 100%;
}
#formmail_sum td {
  border: 1px solid #5a7995;
  text-align: left;
  padding: 10px;
}
#formmail_sum td.item {
  width: 100px;
  background-color: #dde4ea;
}
/***************************************************************************************/
/*						form.html 에 사용될 스타일 정의								   */
/***************************************************************************************/
div#form_wrapper {
}
div#form_cap {
  text-align: left;
}
div#order_head {
  height: 30px;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-top: 7px;
  background-image: url(skins/<?php echo $af_TABLE5[skin_name];?>/img/formTab.gif?>);
  background-repeat: no-repeat;
  background-position: 0 center;
  text-align: left;
  clear: both;
}
div#form_head {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  clear: both;
}
#form_head table {
  width: 100%;
}
#title_text {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  text-align: left;
  border-bottom: 1px solid #000;
  width: 50%;
}
#supply_name {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  text-align: right;
  width: 50%;
}

div#form_help {
  margin: 5px 0 5px 0;
}
#form_help table {
  width: 100%;
}
#form_help td {
  text-align: left;
  color: #666;
}

div#form_title {
  margin-top: 0;
  padding-bottom: 0;
  text-align: left;
}
div#form_title h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
div#order_field {
  margin-top: 20px;
}
div#safeguard {
  text-align: left;
  border-top: 3px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0 10px 0;
}
div#submit {
  margin: 10px;
  text-align: center;
}
div#msg_bottom {
  text-align: center;
  color: gray;
}
div#bottom_img {
  text-align: center;
}
div#detail_img {
  line-height: 1.3em;
}

td#top_img {
  text-align: left;
}
td#msg_top {
  text-align: left;
}
td#head_title_tail {
  text-align: right;
}

table#order_table {
  width: 100%;
}
#order_table TD {
  border: 0px solid #73afb7;
  border-bottom: 1px solid #cccccc;
}
#order_table .title_td {
  border-top: 2px solid #000000;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
}
#order_table TD.only_lineTop {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 2px solid #495b79;
  background-color: #dcdcdc;
  border-bottom: 0;
}
#order_table TD.only_lineTopBottom {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 2px solid #c0c0c0;
  border-bottom: 2px solid #000000;
  background-color: #dcdcdc;
}
#order_table TD.only_lineBtm {
  width: 220px;
  text-align: left;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
}

table#order_client {
  width: 100%;
}
filedset#order_client {
  border: 0;
  padding: 0;
  padding-top: 20px;
  position: relative;
}
#order_client td {
  border: 1px solid #d6d6d6;
  padding: 3px 5px 2px 5px;
}
#order_client td.item {
  width: 100px;
  background-color: #e9e9e9;
  background-repeat: repeat-x;
  border-left: 1px solid #cccccc;
}
#order_client td.val {
  text-align: left;
}

INPUT.noborder {
  border: 0px;
  text-align: right;
}
INPUT.subTotal {
  border: 0px;
  text-align: right;
}
INPUT.subTotal2 {
  border: 0px;
  text-align: right;
}
INPUT.subTax {
  border: 0px;
  text-align: right;
}
INPUT.ess {
  background-color: #fafad2;
  border: 1px solid #c88282;
}
#formmail_sum INPUT {
  font-size: 1.1em;
  color: #004a84;
  text-align: right;
  font-weight: bold;
}
TEXTAREA.ess {
  background-color: #fafad2;
  border: 1px solid #c88282;
}
INPUT.essSelect {
  background-color: #fafad2;
  border: 1px solid #c88282;
}
TEXTAREA.essSelect {
  background-color: #fafad2;
  border: 1px solid #c88282;
}
SELECT.essSelect {
  background-color: #fafad2;
  border: 1px solid #c88282;
}

tr.roll_table {
  background-color: #f5f5f2;
} /*마우스오버시 행간 롤오버 색상 */
td.tdAlignLEFT {
  text-align: left;
}
td.boundary {
  background-color: #e9e9e9;
}

input.btn_big {
  width: 100px;
  height: 35px;
  font-size: 13px;
}

.small {
  color: gray;
}
.upload {
  margin: 0;
  padding: 0;
}
.upload2 {
  margin: 0;
  padding: 0;
  display: none;
}

/***************************************************************************************/
/*						list.html 에 사용될 스타일 정의								   */
/***************************************************************************************/
div#list_wrapper {
  text-align: center;
}
div#page {
  margin: 20px;
}
div#search {
  text-align: right;
}
div#search table {
  width: 100%;
}
div#search td {
  text-align: right;
}

table#order_list {
  width: 100%;
}
#order_list th {
  border: 1px solid #c0c0c0;
  height: 30px;
  background-image: url(img/th_bg.png);
  background-repeat: repeat-x;
  font-weight: normal;
  color: #616588;
}
#order_list td {
  border-bottom: 1px dotted #c0c0c0;
  text-align: center;
  line-height: 2em;
}
td#admin {
  text-align: right;
  border: 0;
}
td.situ {
  color: #669999;
  font-weight: bold;
}

h3.title_list {
  text-align: left;
  border-left: 3px solid #336699;
  padding-left: 3px;
}

div#write {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
  width: 100%;
}
#write input {
  width: 100px;
  height: 30px;
}

/***************************************************************************************/
/*						header.html 에 사용될 스타일 정의							   */
/***************************************************************************************/
div.head_wrapper {
  margin: 0;
  padding: 1px;
  border: 0;
}
div.site_logo {
  margin: 0;
  margin-bottom: 1;
  text-align: left;
}

div#head_menu {
  text-align: left;
  margin: 0;
  padding: 2px 0;
}
div#head_menu table {
  margin: 0;
  padding: 0;
}
div#head_menu td {
  margin: 0;
  padding: 0;
  background-color: #334972;
}
#head_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  background-color: #334972;
}
#head_menu li {
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  text-align: center;
  border-right: 1px solid #546e9e;
}
#head_menu li a {
  color: #fff;
  font-family: 굴림;
  font-weight: bold;
  padding: 0 1em;
  text-decoration: none;
}
#head_menu li .menu_en {
  color: #fff;
  font-size: 11px;
  line-height: 2em;
  color: #688fb5;
  font-weight: normal;
  text-decoration: none;
}
#head_menu li a:hover,
#site_menu li a.selected {
  background: #c1d4f0;
  color: #004a84;
}

div#head_bottom {
  height: 25px;
  text-align: right;
  margin: 0;
  padding: 3px;
  border: 1px solid #c0c0c0;
  background-color: #f1f1f1;
  font-size: 0.9em;
  line-height: 2em;
  color: #666666;
  border-top: 0;
}

/***************************************************************************************/
/*						footer.html 에 사용될 스타일 정의							   */
/***************************************************************************************/
div#footer_wrapper {
  border-top: 1px solid #e1e1e1;
  background-color: #efefef;
}
#footer_wrapper table {
  width: 100%;
}
#footer_wrapper td {
  padding: 10px;
  color: #666666;
}
#footer_wrapper .left {
  text-align: center;
}
#footer_wrapper .right {
  text-align: left;
  width: 100%;
}
#footer_wrapper ul {
  list-style: none;
  margin: 10px 0 10px 0;
  padding: 0;
}
#footer_wrapper li {
  margin: 0;
  padding: 0;
  color: #666666;
}
#footer_wrapper li span {
  margin: 0;
  padding: 0;
  color: #666666;
}
#footer_wrapper #foot_menu {
  border: 1px solid #cbcbcb;
  height: 30px;
  background-color: #e3e3e3;
}
#footer_wrapper #foot_menu li {
  float: left;
  padding-top: 8px;
  border-right: 1px solid #cbcbcb;
}
#footer_wrapper #foot_menu a {
  color: #333;
}
#footer_wrapper #foot_company {
  clear: left;
}
#footer_wrapper a {
  padding: 5px;
  color: #004a84;
}

/***************************************************************************************/
/*						left.html 에 사용될 스타일 정의								   */
/***************************************************************************************/
/* 라운딩테이블 탑 */
.round_top {
  width: 100%;
  margin: 0;
  padding: 0;
}
.round_top td {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #ececec;
}
.round_top .center {
  border-top: 1px solid #c0c0c0;
}

/* 라운딩테이블 하단 */
.round_foot {
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0;
}
.round_foot td {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #ececec;
}
.round_foot .center {
  border-bottom: 1px solid #c0c0c0;
}

/* 블록 포장(각지게 할 경우, 4변 boder값 통일하고 위에 사용된 라운딩 html에서 제거/margin-bottom:8px;) */
div.box_content_wrapper {
  margin: 0;
  border: 0;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}

/* 예약조회 */
div.box_search_man {
  margin: 0;
  padding: 5px;
  border: 3px solid #fff;
  text-align: left;
  background-color: #dfe6f2;
}
.box_search_man h4 {
  margin: 5px;
  padding-bottom: 15px;
  border: 1px solid #c0c0c0;
  color: #336699;
  background-image: url(img/sitecontens.gif);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-color: #c2cec4;
}
.box_search_man ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box_search_man li {
  margin: 0;
  padding: 5px;
  border-bottom: 1px dotted #e3e3e3;
}
.box_search_man li a {
  color: #666666;
}
.box_search_man li a:hover {
  text-decoration: underline;
}

/* 공지사항 (좌우공통)*/
div.box_notice {
  margin: 0;
  padding: 5px;
  border: 3px solid #ececec;
  text-align: left;
  background-color: #f9f9f9;
}
h4.notice {
  margin: 5px;
  padding: 5px 0 2px 0;
  border-bottom: 1px solid #c0c0c0;
  background-image: url(img/notice_menu.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  text-align: right;
}
.box_notice table {
  margin: 0;
  padding: 0;
}
.box_notice td {
  margin: 0;
  padding: 5px;
}
.box_notice ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box_notice li {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  border-bottom: 1px dotted #e3e3e3;
}
.box_notice a {
  font-size: 11px;
}

/* 좌측메뉴, */
div.box_menuLeft {
  margin: 0;
  padding: 5px;
  border: 3px solid #ececec;
  text-align: left;
  background-color: #f9f9f9;
}
.box_menuLeft h4 {
  margin: 5px;
  border-bottom: 1px solid #c0c0c0;
}
.box_menuLeft ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box_menuLeft li {
  margin: 0 0 0 5px;
  padding: 5px 5px 5px 15px;
  border-bottom: 1px dotted #e3e3e3;
  background-image: url(img/icon_page.gif);
  background-repeat: no-repeat;
  background-position: left center;
}
.box_menuLeft li a {
  color: #666666;
}
.box_menuLeft li a:hover {
  text-decoration: underline;
}

/* 최근폼,인기폼 */
div.box_content_left {
  margin: 0;
  padding: 5px;
  text-align: left;
  border: 3px solid #ececec;
}
.box_content_left h4 {
  margin: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c0c0c0;
  background-color: #f2f6f9;
  color: #336699;
}
.new {
  background-image: url(img/new.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}
h4.hot_h4 {
  background-image: url(img/hot.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #ff6600;
}
.box_content_left table {
  width: 88%;
  margin: 0;
  padding: 0;
}
.box_content_left td {
  margin: 0;
  padding: 5px;
}
.box_content_left td a {
  color: #666666;
}
.box_content_left td a:hover {
  text-decoration: underline;
}

/* 그룹목록 */
div.box_group {
  margin: 0;
  padding: 5px;
  text-align: left;
  border: 3px solid #ececec;
}
.box_group h4 {
  margin: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c0c0c0;
  background-color: #f2f6f9;
  color: #336699;
}
.box_group table {
  width: 88%;
  margin: 0;
  padding: 0;
}
.box_group td {
  margin: 0;
  padding: 5px;
}
.box_group td a {
  color: #666666;
}
.box_group td a:hover {
  text-decoration: underline;
}

/* 회사정보 */
div.box_content_company {
  margin: 0;
  padding: 5px;
  border: 3px solid #ececec;
  text-align: left;
  background-color: #f2f6f9;
}
.box_content_company h4 {
  margin: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c0c0c0;
  background-color: #f2f6f9;
  color: #cc9966;
  background-image: url(img/phone.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.box_content_company ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box_content_company li {
  margin: 0;
  padding: 2px;
  padding-left: 5px;
  color: #669999;
  font-weight: bold;
}

/* 계좌정보 */
div.box_content_bank {
  margin: 0;
  padding: 5px;
  border: 3px solid #ececec;
  text-align: left;
  background-color: #f2f6f9;
}
.box_content_bank h4 {
  margin: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c0c0c0;
  background-color: #f2f6f9;
  color: #cc9966;
  background-image: url(img/bank.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.box_content_bank ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box_content_bank li {
  margin: 0;
  padding: 2px;
  padding-left: 5px;
  color: #669999;
  font-weight: bold;
}

#search_man {
  margin: 0;
  padding: 0;
}

#search_man td {
  margin: 0;
  padding: 5px 0 5px 5px;
}

/***************************************************************************************/
/*				        right.html 에 사용될 스타일 정의					           */
/***************************************************************************************/
div.box_content_r {
  margin: 0;
  padding: 3px;
  text-align: left;
  font-size: 11px;
}
.box_content_r h4 {
  margin: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c0c0c0;
  background-color: #f2f6f9;
  color: #336699;
}
ul.hot {
  background-color: #f9e7e7;
}
.box_content_r ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box_content_r li {
  margin: 0;
  padding: 5px;
}
.box_content_r li a {
  font-size: 11px;
}
.box_content_r li a:hover {
  text-decoration: underline;
}

/***************************************************************************************/
/*				        calendar.html 에 사용될 스타일 정의					           */
/***************************************************************************************/
#calendar_title {
  margin: 0;
  margin-top: 1px;
  margin-bottom: 10px;
  padding: 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  text-align: left;
}
#calendar_title h1 {
  margin: 0;
  padding: 10px;
  font-size: 1.5em;
  font-weight: bold;
}
.calendar_thumb {
  margin: 0;
  padding: 0;
  background-color: #e5ecfa;
  width: 100%;
  height: 155px;
}
.calendar_thumb td {
  margin: 0;
  padding: 0;
  text-align: center;
  height: 17px;
  color: #000;
}
.calendar_thumb a {
  color: #000;
}

#calendar {
  background-color: #e7e3e7;
  border: 1px solid #a7a7a7;
  border-top: 0;
  margin: auto;
  margin-top: 6px;
}
#calendar a {
  color: #000;
}
#calendar .calendar_head {
  text-align: center;
  padding: 10px;
  background-color: #55778c;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}
#calendar .calendar_head span {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
}
#calendar .yoil_head td {
  text-align: center;
  margin: 0;
  padding: 5px;
  font-weight: bold;
  color: #000;
}
#calendar .yoil_head div {
  text-align: center;
  margin-right: 5px;
  padding: 7px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #aca899;
}
#calendar .daystd {
  width: 14.2%;
  text-align: left;
  background-color: #fff;
  border: 1px solid #a7a7a7;
  border-top: 0;
}
#calendar .days {
  width: 95%;
  text-align: left;
  padding: 5px 0 5px 2px;
}

#calendar .td_time {
  width: 10%;
  text-align: center;
  margin: 0;
  padding: 0;
  background-image: url(img/bgtdR.gif);
  background-repeat: repeat-y;
  background-position: right center;
  border-bottom: 3px solid #e7e3e7;
}
#calendar .td_time div {
  text-align: center;
  margin-right: 5px;
  padding: 7px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #aca899;
}
#calendar .memo {
  text-align: left;
  background-color: #fff;
  background-image: url(img/bgtdR.gif);
  background-repeat: repeat-y;
  background-position: right center;
  border-bottom: 3px solid #e7e3e7;
}
#calendar .memo div {
  width: 95%;
  text-align: left;
  padding: 5px 0 5px 2px;
}

#btn_calendar {
  text-align: right;
  margin: 0;
  padding: 0;
}
#btn_calendar ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  list-style: none;
}
#btn_calendar li {
  margin: 0;
  padding: 7px;
  padding-left: 25px;
  margin-left: 1px;
  background-color: #e7e3e7;
  cursor: hand;
  display: inline;
}
#btn_calendar .li_chk {
  background-image: url(img/icon_chk.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
}
#btn_calendar .li_y {
  background-image: url(img/icon_y.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
}
#btn_calendar .li_m {
  background-image: url(img/icon_m.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
}
#btn_calendar .li_d {
  background-image: url(img/icon_d.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
}

.button {
    padding: 8px 16px;
    background: #ddd;
    font-size: large;
    color: currentColor !important;
    font-weight: bold;
    border-radius: 8px;
    border: #ccc 1px solid;
}
.btn-block {
    display: inline-block;
}
.button:hover {
    color: #ccc !important;
    background: #333;
    border: #222 1px solid;
}
.button-default-outline {
    color: #222!important;
    background: transparent !important;
    border: #222 1px solid;
}
.button-default-outline:hover {
    color: #fff !important;
    background: #333 !important;
    border: #222 1px solid;
}

img.model-profile {
    width: 100%;
}
.yeyak-info {
    display: block;
    text-align: center;
}
.head-text {
    display: grid;
    font-size: 2.5rem;
    text-align: center;
}
h2.model-name {
    font-size: 1.8rem;
    text-align: center;
    padding: 0;
}

.yeyak-info h3 {
    display: grid;
    font-size: 1.2rem;
    text-align: center;
    color: crimson;
}

/***************************************************************************************/
/*				        modify_view_calendar.php 에 사용될 스타일 정의				   */
/***************************************************************************************/
#search_time {
  margin: 5px;
  margin-top: 0;
  padding-top: 0;
}
#search_time td {
  padding: 3px;
  text-align: left;
  border: 0;
}

/***************************************************************************************/
/*				        게시판 bbs_head.html 에 사용될 스타일 정의					   */
/***************************************************************************************/
#bbs_head {
}
#bbs_head table {
  width: 100%;
}
#bbs_head td {
  border: 1px solid #c0c0c0;
  text-align: center;
  height: 70px;
}
#bbs_head_left {
}
#bbs_head_center {
  font-weight: bold;
  font-size: 1.6em;
  width: 100%;
}
#bbs_head_right {
}

/***************************************************************************************/
/*				        게시판 bbs_foot.html 에 사용될 스타일 정의					   */
/***************************************************************************************/
#bbs_foot {
  margin-top: 30px;
}
#bbs_foot table {
  width: 100%;
}
#bbs_foot td {
  text-align: center;
  color: #999;
}

/***************************************************************************************/
/*				        게시판 list_view.html 에 사용될 스타일 정의					   */
/***************************************************************************************/
#bbs_list {
  margin: 20px 0 0 0;
}
#bbs_list a {
  color: #004a84;
}
#bbs_list a:visited {
  color: #666;
}
#bbs_list table {
  width: 100%;
}
#bbs_list th {
  padding: 10px;
  background-color: #386a95;
  color: #fff;
  border: 1px solid #fff;
}
#bbs_list td {
  border: 1px solid #fff;
  padding: 5px;
  text-align: center;
  background-color: #e6edf2;
}
#bbs_list #bbs_list_head_left {
  text-align: left;
  padding: 0;
  background-color: #fff;
}
#bbs_list #bbs_list_head_right {
  text-align: right;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
#bbs_list #bbs_list_page {
  padding: 20px;
  background-color: #fff;
}
#bbs_list #bbs_list_foot_left {
  text-align: left;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
#bbs_list #bbs_list_foot_right {
  text-align: right;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

#bbs_searchDiv {
}
#bbs_searchDiv table {
  text-align: center;
  width: 100%;
  border-top: 3px solid #9eb0d6;
  border-bottom: 1px solid #9eb0d6;
  background-color: #e3e3e3;
}
#bbs_searchDiv td {
  padding: 10px 0 10px 0;
  background-color: #edf0f7;
}

/***************************************************************************************/
/*				        게시판 view.html 에 사용될 스타일 정의						   */
/***************************************************************************************/
#bbs_view {
  margin-top: 20px;
}
#bbs_view h3 {
  margin-top: 20px;
  color: #004a84;
  font-size: 18px;
}
#bbs_view table {
  width: 100%;
}
#bbs_view td {
  width: 100%;
}
#bbs_view #bbs_view_name {
  width: 100px;
  font-weight: bold;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #e3e3e3;
  text-align: center;
  background-image: url(img/bg_man.gif);
  background-repeat: no-repeat;
  background-position: center;
}
#bbs_view #bbs_view_subject {
  color: #666;
  padding: 0 0 20px 20px;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  font-size: 11px;
}
#bbs_view #bbs_view_memo {
  padding: 20px 0 20px 0;
  font-size: 1.1em;
  font-family: 굴림체;
  color: #333;
  line-height: 1.5em;
  height: 200px;
}
#bbs_view #bbs_view_copylight {
  text-align: right;
}
#bbs_view #bbs_list_childList {
  border: 1px solid #e3e3e3;
}
#bbs_view #bbs_list_childList td {
  padding: 5px;
  color: #666;
  font-size: 11px;
}

#bbs_view #bbs_list_nextList {
}
#bbs_view #bbs_list_nextList td {
  padding: 5px 0 5px 0;
}
#bbs_view #bbs_list_linkSet {
  text-align: right;
  padding: 5px 0 5px 0;
}

/***************************************************************************************/
/*				        게시판 modify.html 에 사용될 스타일 정의					   */
/***************************************************************************************/
#bbs_modify {
  margin-top: 20px;
}
#bbs_modify h3 {
  border: 1px solid #e3e3e3;
  border-top: 3px solid #e3e3e3;
  padding: 10px;
  color: #004a84;
  background-color: #f5f5f5;
}
#bbs_modify table {
  width: 100%;
}
#bbs_modify td {
  padding: 10px;
  border-bottom: 1px dotted #c0c0c0;
  color: #333;
}
#bbs_modify .item {
  width: 100px;
  font-weight: bold;
  background-color: #fff;
}
#bbs_modify .val {
}
#bbs_modify input {
}
#bbs_modify textarea {
  width: 90%;
}

/***************************************************************************************/
/*				        view.php에서 비밀글열람시 사용될 스타일 정의				   */
/***************************************************************************************/
#bbs_secret {
  width: 100%;
  text-align: center;
  margin: auto;
}
#bbs_secret table {
  width: 350px;
  margin: auto;
  margin-top: 100px;
}
#bbs_secret td {
  padding: 5px;
  text-align: center;
}
#bbs_secret #top {
  height: 100px;
  background-image: url(img/key.gif);
  background-repeat: no-repeat;
  background-position: center;
}
#bbs_secret #head {
  border-top: 3px solid #004a84;
  background-color: #e3e3e3;
  font-weight: bold;
  padding: 10px 5px 10px 5px;
  background-image: url(img/pattern1.gif);
  background-repeat: repeat;
}
#bbs_secret #msg {
  font-size: 11px;
  color: #333;
  padding: 10px;
}
#bbs_secret #foot {
  border-bottom: 3px solid #999;
  background-color: #e3e3e3;
}
