/* line-height 를 주지마세요 */
@import url('https://fonts.googleapis.com/css2?family=Squada+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Squada+One&display=swap');
@import url('../codefont/fonts.css');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	list-style: none;
	font-style: normal;
}
*:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body, td, th, form, input, textarea, pre, select, p {
	font-family: 'Noto Sans KR', 'Nanum Gothic', 'NanumGothic', dotum, gulim, sans-serif;
	padding: 0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #ADBCC5;
	scrollbar-highlight-color: #ADBCC5;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #ADBCC5;
}

body {
	width: 100%;
	margin: 0 auto;
	position: relative;
	color: #707070;
	font-size: 16px;
	font-weight: 300;
	background: #fff;
}

label {
	display: inline-block;
	margin-left: 5px;
	cursor: pointer;
}

ul {
	list-style: none;
}
p {
	margin: 0px;
	padding: 0px;
}
img, table {
	border: 0px;
	padding: 0;
	border-spacing: 0px;
	border-collapse: collapse;
}
b, strong {
	/*letter-spacing: -1px;*/
	font-size: 1.048em;
	font-weight:bold;
}
.form2 {
	box-sizing: border-box;
	border-width: 0px;
	border-color: transparent;
	border-style: solid;
	font-size: 12px;
	color: #FFFFFF;
	background-color: transparent;
}
.form {
	height: 27px !important;
	box-sizing: border-box;
	padding: 4px !important;
	border: 1px solid #ddd;
	border-radius: 0;
	background-color: #fff;
	color: #555;
	vertical-align: middle;
}
.hform {
	font-family: gulim;
	font-size: 10pt;
	color: #967E65;
	line-height: 120%;
	border: 0px solid;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #967E65;
	border-right-color: #967E65;
	border-bottom-color: #967E65;
	border-left-color: #967E65;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: transparent;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #967E65;
	scrollbar-highlight-color: #967E65;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #967E65;
}

/* 좌,우 여백설정 */
.mr5 {
	margin-right: 5px !important
}
.mr10 {
	margin-right: 10px !important
}
.mr15 {
	margin-right: 15px !important
}
.mr20 {
	margin-right: 20px !important
}
.mr25 {
	margin-right: 25px !important
}
.mr30 {
	margin-right: 30px !important
}
.ml5 {
	margin-left: 5px !important
}
.ml10 {
	margin-left: 10px !important
}
.ml15 {
	margin-left: 15px !important
}
.ml20 {
	margin-left: 20px !important
}
.ml25 {
	margin-left: 25px !important
}
.ml30 {
	margin-left: 30px !important
}
.mt5 {
	margin-top: 5px !important
}
.mt10 {
	margin-top: 10px !important
}
.mt15 {
	margin-top: 15px !important
}
.mt20 {
	margin-top: 20px !important
}
.mt25 {
	margin-top: 25px !important
}
.mt30 {
	margin-top: 30px !important
}
.mb5 {
	margin-bottom: 5px !important
}
.mb10 {
	margin-bottom: 10px !important
}
.mb15 {
	margin-bottom: 15px !important
}
.mb20 {
	margin-bottom: 20px !important
}
.mb25 {
	margin-bottom: 25px !important
}
.mb30 {
	margin-bottom: 30px !important
}
.pd3 {
	padding: 3px !important
}
.pd5 {
	padding: 5px !important
}
.pd10 {
	padding: 10px !important
}
.pd20 {
	padding: 20px !important
}
.pd30 {
	padding: 30px !important
}
.pd40 {
	padding: 40px !important
}
.pdl5 {
	padding-left: 5px !important
}
.pdl10 {
	padding-left: 10px !important
}
.pdl20 {
	padding-left: 20px !important
}
.pdl30 {
	padding-left: 30px !important
}
.pdl40 {
	padding-left: 40px !important
}
.pdr5 {
	padding-right: 5px !important
}
.pdr10 {
	padding-right: 10px !important
}
.pdr30 {
	padding-right: 30px !important
}
.pdr40 {
	padding-right: 40px !important
}
.pdt5 {
	padding-top: 5px !important
}
.pdt10 {
	padding-top: 10px !important
}
.pdt30 {
	padding-top: 30px !important
}
.pdt40 {
	padding-top: 40px !important
}
.pdb5 {
	padding-bottom: 5px !important
}
.pdb10 {
	padding-bottom: 10px !important
}
.pdb30 {
	padding-bottom: 30px !important
}
.pdb40 {
	padding-bottom: 40px !important
}
.wp100 {
	width: 100%
}
.wp95 {
	width: 95%
}
.wp85 {
	width: 85%
}
.wx300 {
	width: 300px
}
.wx500 {
	width: 500px
}
.wx150 {
	width: 150px
}
.wx110 {
	width: 110px
}
.wx200 {
	width: 200px
}
.wx250 {
	width: 250px
}
.wx80 {
	width: 80px
}
.wx70 {
	width: 70px
}
.wx50 {
	width: 50px
}
.wx30 {
	width: 30px
}
.wx20 {
	width: 20px
}
.hx50 {
	height: 50px
}
.hx100 {
	height: 100px
}
.hx150 {
	height: 150px
}
.hx200 {
	height: 200px
}
.hx250 {
	height: 250px
}
.hx300 {
	height: 300px
}
.hx350 {
	height: 350px
}
.hx400 {
	height: 400px
}
.hx450 {
	height: 450px
}
.hx650 {
	height: 650px
}
.fx9 {
	font-size: 9px;
}
.fx10 {
	font-size: 10px;
}
.fx11 {
	font-size: 11px;
}
.fx12 {
	font-size: 12px;
}
.fx13 {
	font-size: 13px;
}
.fx14 {
	font-size: 14px;
}
.fx15 {
	font-size: 15px;
}
.fx16 {
	font-size: 16px;
}
.fx17 {
	font-size: 17px;
}

.a-left{
	text-align:left !important;
}
.a-right{
	text-align:left !important;
}
.a-center{
	text-align:center !important;
}

.b {
	font-weight: bold;
}
.td_ly {
	border-bottom: 1 solid #42CC92;
	border-left: 1 solid #42CC92;
	border-right: 1 solid #42CC92;
	border-top: 1 solid #42CC92;
}
.td_tr {
	border-right: 1 solid #cccccc;
	border-top: 1 solid #cccccc;
}
.td_trl {
	border-left: 1 solid #cccccc;
	border-right: 1 solid #cccccc;
	border-top: 1 solid #cccccc;
}
.tb_b {
	border-bottom: 1 solid #9AA84E;
}
.border {
	border: 1 solid #999999;
}
.pop_bd {
	border-bottom: 2 solid #84df6f;
	border-top: 1 dotted #d2d2d2;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 40px;
	font-weight: bold;
	color: #1b8f00;
}
.font_bd {
	border-bottom: 1 solid #84df6f;
	padding-top: 3px;
	padding-bottom: 3px;
}
.sponsor {
	padding: 5px;
	border-top: 1 solid #84df6f;
	border-left: 1 solid #84df6f;
	border-bottom: 1 solid #84df6f;
}
.sponsor2 {
	padding: 5px;
	border-top: 1 solid #84df6f;
	border-right: 1 solid #84df6f;
	border-bottom: 1 solid #84df6f;
	vertical-align: top;
}
.clinic_b {
	border: 1 solid #999999;
}
.bdb {
	border: 1 solid #000000;
}
.sb {
	border: 1 solid #4B0FAF;
}
/*폰트칼라*/
.fc_w {
	color: #FFFFFF;
}
.style1 {
	color: #40b924;
}
.style2 {
	color: #cd1515;
}
.style3 {
	color: #e54ba2;
}
.style4 {
	color: #0A6941;
}
.style5 {
	color: #65889a;
	font-size: 11px;
}
.style6 {
	color: #1ca09e;
}
.style7 {
	color: #1b8f00;
}
.style8 {
	color: #6486A7;
}
.style9 {
	color: #668A45;
	font-weight: bold;
	font-size:1.188em;
}
.style10 {
	color: #FF9900;
	font-weight: bold;
	font-size:1.188em;
}
.style11 {
	color: #FF0000;
}
.style12 {
	color: #588442;
}
.style13 {
	color: #61571A;
}
.style14 {
	color: #C4382D;
	font-weight: bold;
	font-size:1.188em;
}
/*폰트칼라 끝*/
.dotline {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
.dotline_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.ssf {
	font-size: 10px;
}
.sf {
	font-size: 11px;
}
.sfb {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.sf11 {
	font-size: 11px;
	color: #ffffff;
}
.sf12 {
	color: #959595;
}
.sfb1 {
	font-weight: bold;
	color: #A38160;
}
.plh {
	line-height: 130%;
}
/*topbest*/
a.topbest:link {
	color: #f3f4bd;
	text-decoration: none;
	font-size: 11px;
}
a.topbest:hover {
	color: #f3f4bd;
	text-decoration: none;
	font-size: 11px;
}
a.topbest:visited {
	color: #f3f4bd;
	text-decoration: none;
	font-size: 11px;
}
/*topbest End*/
/*navi*/
.navi {
	font-size: 11px;
	color: #afaeae;
}
a.navi:link {
	color: #afaeae;
	text-decoration: none;
	font-size: 11px;
	padding-left: 5px;
}
a.navi:hover {
	color: #416fbb;
	text-decoration: none;
	font-size: 11px;
	padding-left: 5px;
}
a.navi:visited {
	color: #afaeae;
	text-decoration: none;
	font-size: 11px;
	padding-left: 5px;
}
a.notice:link {
	color: #28596f;
	text-decoration: none;
	font-size: 11px;
	padding-left: 5px;
}
a.notice:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	padding-left: 5px;
}
a.notice:visited {
	color: #28596f;
	text-decoration: none;
	font-size: 11px;
	padding-left: 5px;
}
a.automenu:link {
	color: #1296cb;
	text-decoration: none;
	font-size: 11px;
	padding-left: 5px;
}
a.automenu:hover {
	color: #16b1ef;
	text-decoration: underline;
	font-size: 11px;
	padding-left: 5px;
}
a.automenu:visited {
	color: #1296cb;
	text-decoration: none;
	font-size: 11px;
	padding-left: 5px;
}
/*자동생성 끝*/
.hon01 {
	background-color: #000000;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.hon02 {
	background-color: #311C31;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-weight: bold;
}
.hon03 {
	background-color: #553F5A;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.dc {
	border-right: 1px solid #9adbc3;
}
.dc_dot {
	border-top: 1px dotted #9adbc3;
}
.b_listtit {
	font-size : 11px;
	COLOR: #666666;
	font-weight: bold;
	LINE-HEIGHT: 12pt;
	FONT-FAMILY: dotum;
	LETTER-SPACING: -1px
}
.b_listtit2 {
	font-size : 11px;
	COLOR: #b86970;
	font-weight: bold;
	LINE-HEIGHT: 12pt;
	FONT-FAMILY: dotum;
	LETTER-SPACING: -1px
}
.title {
	text-align: center;
}

table.agree {
	width: 100%;
	box-sizing:border-box;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #ccc;
	border-width: 1px 0px 0px 1px;
}
table.agree th, table.agree td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:7px 3px;
	line-height: 18px;
}
table.agree th {
	background-color: #959595;
	color:#fff;
}

@media only screen and (min-width:320px) and (max-width:768px) {
body {
	font-size: 13px;
}

b, strong {
	font-size: 1.072em;
}

}
