

/********************************************************************************************************************************************************/
/***  03.base.css  **************************************************************************************************************************************/
/********************************************************************************************************************************************************/
*, select, input, textarea {
    font-size: 12px;
}


/*********************************************************/
/** @desc : 폰트사이즈 ***********************************/
/*********************************************************/
.fs_11 { font-size: 11px; }
.fs_14 { font-size: 14px; }
.fs_20 { font-size: 20px; }



/********************************************************************************************************************************************************/
/***  04.table.css  *************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/* 해당없음 */
/* table th 값 normal 지정은 글자 크기와 상관없음 */



/********************************************************************************************************************************************************/
/***  05.button.css  ************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/* 해당없음 */
/* 버튼 폰트의 normal 지정은 글자 크기와 상관없음(폰트 크기는 * {font-size: xx}를 통해서 커짐. */



/********************************************************************************************************************************************************/
/***  06.common.css  ************************************************************************************************************************************/
/********************************************************************************************************************************************************/

/*********************************************************/
/** @desc : 팝업 *****************************************/
/** @use  : /_inc/head.inc *******************************/
/*********************************************************/
#m-popup > div.popup_header > div.popup_title {
    font-size: 15px;
}

#m-popup > div.popup_header > div.popup_title_btn > a {
    font-size: 15px;
}


/*********************************************************/
/** @desc : 페이징 CSS ***********************************/
/** @use  :  *********************************************/
/*********************************************************/
div.pager > a.pager > span {
    font-size: 11px;
}



/********************************************************************************************************************************************************/
/***  07.layout.css  ************************************************************************************************************************************/
/***  layout 100%  **************************************************************************************************************************************/
/***  layout 1024  **************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/* 해당없음 */



/********************************************************************************************************************************************************/
/***  08.module.css  ************************************************************************************************************************************/
/***  module 100% + 1024  *******************************************************************************************************************************/
/***  module 1024  **************************************************************************************************************************************/
/***  module_ie 100% + 1024  ****************************************************************************************************************************/
/***  module_ie 1024  ***********************************************************************************************************************************/
/********************************************************************************************************************************************************/

/*********************************************************/
/** @desc : footer terms_box *****************************/
/** @use  : /module/_inc/tail.inc ************************/
/** @use  : _css/.../(module)/inc/tail.inc ***************/
/*********************************************************/
#terms_box > div.terms_header > #terms_title {
    font-size: 15px;
}


/*********************************************************/
/** @desc : CEO 인사말 ***********************************/
/** @use  : /module/company/ceo.inc **********************/
/** @use  : _css/.../module/company/ceo.inc **************/
/*********************************************************/
/* CEO 인사말 내용 */
div.ceo_greeting > p {
    font-size: 15px;
}


/*********************************************************/
/** @desc : 회사소개(회사연혁) ***************************/
/** @use  : /module/company/history.inc ******************/
/** @use  : _css/.../module/company/history.inc **********/
/*********************************************************/
div.history > h2 {
    font-size: 24px;
}

div.history > b {
    font-size: 16px;
}


/*******************************************************/
/** @desc : SiteMap ************************************/
/** @use  : /module/company/sitemap.inc ****************/
/** @use  : _css/.../module/company/sitemap.inc ********/
/*******************************************************/
div.sitemap > table.sitemap > tbody > tr > td > a {
    font-size: 13px;
}


/*********************************************************/
/** @desc : 장바구니 타이틀 스타일 ***********************/
/** @use  : 주문,반품 입력에 사용 ************************/
/** @use  : /module/basket/basket.inc ********************/
/** @use  : ????????????????????????? ********************/
/*********************************************************/
.basket_title > span {
    font-size: 15px;
}


/*********************************************************/
/** @desc : 타이틀 ***************************************/
/*********************************************************/
div.contents > div.contents_title > div.contentTitle > span {
    font-size: 15px;
    line-height: 20px;
}

div.contents > div.contents_title > div.contentTitle > span > a {
    font-size: 15px;
    line-height: 20px;
}

div.contentTitle02 > span {
    font-size: 15px;
    line-height: 20px;
}

 div.contentTitle02 > span > a {
    font-size: 15px;
    line-height: 20px;
}


/*********************************************************/
/** @desc : 약품정보 + 주문정보 레이아웃 *****************/
/** @use  : /wd_module/basket/basket.inc *****************/
/** @use  : /wd_module/medi/medi.inc (약품정보) **********/
/** @use  : /wd_module/out/out_medi.inc (주문정보) *******/
/*********************************************************/
div.physic_info > table > caption,
div.physic_order > table > caption {
    font-size: 14px;
}



/********************************************************************************************************************************************************/
/***  09.board.css  *************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/* 해당없음 */



/********************************************************************************************************************************************************/
/***  10.member.css  ************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/* 해당없음 */



/********************************************************************************************************************************************************/
/***  11.menu.css  **************************************************************************************************************************************/
/********************************************************************************************************************************************************/

/*********************************************************/
/** @desc : 메뉴 *****************************************/
/** @use  : /module       /_inc/head.inc *****************/
/** @use  : /mudule_admin /_inc/head.inc *****************/
/** @use  : /wd_admin     /_inc/head.inc *****************/
/** @use  : /wd_module    /_inc/head.inc *****************/
/*********************************************************/
/* font.css 다음에 menu.css 적용 받음 */



/********************************************************************************************************************************************************/
/***  12.help.css  **************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/* title_left : 제목 */
div.help_title_l {
    font-size: 15px;
}

/* title_right : 닫기 버튼 */
div.help_title_r {
    font-size: 12px;
}


