
/* ---------------------------------------------------------------------------------------------------------------------------
    
                                    2016.01.12   가온소프트(주) 신기술개발팀 대리 이희웅 작성 
									        경우에 따라 소스의 수정은 자유롭게 사용 가능 하나
									                       무단복제 및 배포를 금지합니다.

--------------------------------------------------------------------------------------------------------------------------- */

@charset "utf-8";

h2.head2{font-size:20pt; font-weight:bold; color:#343434;}
h3.head3{font-size:18pt; font-weight:bold; color:#6a6a6a;}
h4.head4{font-size:16pt; font-weight:bold; color:#949494;}

p.content_tx{font-size:14pt; color:#4c4c4c;}
span.ct_point01{color:#09a9ba;}
span.ct_point02{color:#3f8bd4;}

li{font-size:12pt; color:#4c4c4c; text-align:left; padding:5px 0}
.condi{width:573px; height:323px;}

/* 테이블 타입 */
table.table_type01{ border-top:solid 1px #1dadaf; margin:0 20px;}
table.table_type01 thead th{border-bottom:solid 1px #aeaeae; font-size:1.2em; padding:7px 5px;}
table.table_type01 tbody th{border-bottom:solid 1px #cecece; padding:10px;}
table.table_type01 tbody td{border-bottom:solid 1px #cecece; border-left:solid 1px #cecece; text-align:left; padding:10px;}
table.table_type01 tbody td.last{border-right:0;}
table.table_type01 tbody td p{margin:0 0 20px 0;}

table.table_type02{ border-top:solid 1px #1dadaf; margin:0 20px;}
table.table_type02 thead th{border-bottom:solid 1px #aeaeae; border-left:solid 1px #1dadaf; background:#daf2f4; font-size:1.0em; padding:7px 5px;}
table.table_type02 thead th.last{border-left:0;}
table.table_type02 tbody th{border-bottom:solid 1px #cecece; padding:10px;}
table.table_type02 tbody td{border-bottom:solid 1px #cecece; border-left:solid 1px #cecece; padding:10px 5px; font-size:1em; text-align:center;}
table.table_type02 tbody td.last{border-left:0;}
table.table_type02 tbody td p{margin:0 0 20px 0;}

/* 인사말 */
.intro_img{clear:both;}

/* 연혁 */
ul.history{float:left; margin:0 0 0 20px;}
ul.history li{}
ul.history li span{display:inline-block;}
ul.history li span.history_date{width:110px; font-weight:bold;  background:url('../images/dot_tx.gif') no-repeat 0 11px; padding:0 0 0 10px;}
ul.history li span.history_tx{letter-spacing:-1px;}

/* 찾아오시는길 */
.location_map{width:100%; text-align:center;}
.mdummy{margin:0 auto; width:573px; text-align:left;}

/* 투약의뢰서 */
fieldset.in_bSearch{margin:20px; text-align:left; overflow:hidden;} 
fieldset.in_bSearch dl{margin:0; padding:0;}
fieldset.in_bSearch dl dd{margin:0; padding:0;}

/* 회원가입 내 본인인증 */
.auth_wrapper td{width: 33.33%; text-align: center; font-size:22px; border: 1px solid #eee;}
.auth_wrapper td > div{padding: 24px;}
.auth_wrapper td:nth-of-type(odd) > div{background: #f5f5f5;}
.auth_wrapper a{display: inline-block; margin-top: 12px; padding: 8px 16px; font-size: 15px; border: 1px solid #ddd; color: #333; background: white;}

