@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://webfontworld.github.io/NanumSquare/NanumSquare.css');
@import url('https://webfontworld.github.io/onestore/OneMobile.css');
@import url('https://webfontworld.github.io/onestore/OneMobileTitle.css');
@import url('../codefont/fonts.css');

/* line-height 를 주지마세요 */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: normal;
	box-sizing:border-box;
}

/* chrome scrollbar */
body::-webkit-scrollbar { width: 14px; } /* 스크롤 바 */
body::-webkit-scrollbar-track { background-color:#ffe1e1; } /* 스크롤 바 밑의 배경 */
body::-webkit-scrollbar-thumb { background: #ff6767; border-radius: 6px;} /* 실질적 스크롤 바 */
body::-webkit-scrollbar-thumb:hover { background: #f74c42; } /* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */
body::-webkit-scrollbar-thumb:active { background: #f74c42; } /* 실질적 스크롤 바를 클릭할 때 */
body::-webkit-scrollbar-button { display: none; } /* 스크롤 바 상 하단 버튼 */
/* END-chrome scrollbar */

body, td, th, form, input, textarea, pre, select, p {
	padding: 0px;
	letter-spacing:-0.5px;
	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-family: 'NanumSquare', 'Nanum Square', 'Noto Sans KR', dotum, gulim,  Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	background: #fff;
}
@media print {
body {
	margin:0;
	padding:0;
	-webkit-print-color-adjust: exact !important;
	print-color-adjust: exact;
}
}
@media (max-device-width:1199px) {
body {
	font-family: 'OneMobile', 'Noto Sans KR', dotum, gulim,  Arial, sans-serif;
	font-size: 16px;
}
}
@media (max-device-width:1023px) {
body {
	font-size: 14px;
}
}
@media (max-device-width:539px) {
body {
	font-size: 13px;
}
}


label {
	display: inline-block;
	margin-left: 5px;
	cursor: pointer;
}

ul, ol, dl {
	list-style: none
}
p {
	margin: 0px;
	padding: 0px;
}
img, table {
	border: 0px;
	padding: 0;
}
table, thead, tbody, tfoot, th, td {
	border-spacing: 0px;
	border-collapse: collapse;
}
caption {
	display: none;
}
img {
	max-width:100%;
	max-height:100%;
	vertical-align: middle;
}

b, strong {
	font-weight:bold;
}

.requisite::before {
	content:'\002A';
	margin-right:5px;
	color:#ff6666;
}

.form2 {
	box-sizing: border-box;
	border-width: 0px;
	border-color: transparent;
	border-style: solid;
	background-color: transparent;
}
.form {
	height: 36px;
	box-sizing: border-box;
	padding: 0 0 0 4px;
	line-height: 34px;
	color: inherit;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	background-color: #fff;
	vertical-align: middle;
}
@media (max-width:767px) {
.form {
	height: 30px;
	line-height: 28px;
}
}

.wp100 {
	width:100% !important;
}
.wx45 {
	width:45px !important;
}
.wx50 {
	width:50px !important;
}
.wx65 {
	width:65px !important;
}
.wx80 {
	width:80px !important;
}
.wx100 {
	width:100px !important;
}
.wx150 {
	width:150px !important;
}
.wx180 {
	width:180px !important;
}
.wx200 {
	width:200px !important;
}
.wx240 {
	width:240px !important;
}
.wx250 {
	width:250px !important;
}
.wx280 {
	width:280px !important;
}
.wx300 {
	width:300px !important;
}
.wx350 {
	width:350px !important;
}
.wx400 {
	width:400px !important;
}
.wx450 {
	width:450px !important;
}
@media (max-device-width:767px) {
.wx400, .wx450 {
	width:100% !important;
}
}
@media (max-device-width:539px) {
.wx300, .wx350 {
	width:100% !important;
}
}
@media (max-device-width:359px) {
.wx240, .wx250, .wx280 {
	width:100% !important;
}
}

.pd3 {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}
.pd5 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.pd8 {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
}
.pd10 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.pd20 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.pdt5 {
	padding-top:5px;
}
.pdt8 {
	padding-top:8px;
}
.pdt10 {
	padding-top: 10px;
}
.pdb5 {
	padding-bottom:5px;
}
.pdb8 {
	padding-bottom:8px;
}
.pdb10 {
	padding-bottom: 10px;
}
.pdl5 {
	padding-left:5px;
}
.pdl8 {
	padding-left:8px;
}
.pdl10 {
	padding-right: 10px;
}
.pdr5 {
	padding-right:5px;
}
.pdr8 {
	padding-right:8px;
}
.pdr10 {
	padding-right: 10px;
}

.mgl8 {
	margin-left: 8px !important;
}
.mgl15 {
	margin-left:15px !important;
}
.mgl25 {
	margin-left:25px !important;
}
.mgl40 {
	margin-left: 40px !important;
}
.mgl60 {
	margin-left: 60px !important;
}
.mgl100 {
	margin-left: 100px !important;
}
.mgr8 {
	margin-right: 8px !important;
}
.mgr15 {
	margin-right:15px !important;
}
.mgr25 {
	margin-right:25px !important;
}
.mgr40 {
	margin-right: 40px !important;
}
.mgr60 {
	margin-right: 60px !important;
}
.mgr100 {
	margin-right: 100px !important;
}
.mgt8 {
	margin-top:8px !important;
}
.mgt15 {
	margin-top:15px !important;
}
.mgt25 {
	margin-top:25px !important;
}
.mgt40 {
	margin-top: 40px !important;
}
.mgt60 {
	margin-top: 60px !important;
}
.mgt100 {
	margin-top: 100px !important;
}
.mgb8 {
	margin-bottom:8px !important;
}
.mgb15 {
	margin-bottom:15px !important;
}
.mgb25 {
	margin-bottom:25px !important;
}
.mgb40 {
	margin-bottom: 40px !important;
}
.mgb60 {
	margin-bottom: 60px !important;
}
.mgb100 {
	margin-bottom: 100px !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;
}

.textleft {
	text-align:left !important;
}
.textright {
	text-align:right !important;
}
.textcenter {
	text-align:center !important;
}

/*폰트칼라*/
.fc_w, .fc_white {
	color: #FFFFFF !important;
}
.fc_black {
	color:#000 !important;
}
.fc_brand {
	color:#ff4b71 !important;
}
.style1, .fc_yelgreen {
	color: #56bf02 !important;
}
.style3, .fc_pink {
	color: #f955b2 !important;
}
.style6, .fc_ocean {
	color: #1ca09e !important;
}
.style7, .fc_green {
	color: #03720d !important;
}
.style8, .fc_sora {
	color: #7887bf !important;
}
.style10, .fc_orange {
	color: #FF8000 !important ;
}
.style11, .fc_red {
	color: #FF0000 !important;
}
.style12, .fc_olive {
	color: #77911d !important;
}
.style13, .fc_brown {
	color: #7a531a !important;
}
/*폰트칼라 끝*/


.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, .fs10 {
	font-family:'Noto Sans KR', dotum, gulim;
	font-size: 10px;
}
.sf, .fs11 {
	font-family:'Noto Sans KR', dotum, gulim;
	font-size: 11px;
}
.sf12, .fs12 {
	font-family:'Noto Sans KR', dotum, gulim;
	font-size: 12px;
}
.fs13 {
	font-family:'Noto Sans KR', dotum, gulim;
	font-size: 13px;
}
.sfb {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.sf11 {
	font-size: 11px;
	color: #ffffff;
}
.sfb1 {
	font-weight: bold;
	color: #A38160;
}

/*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 #999;
}
table.agree th,
table.agree td {
	border:1px solid #d2d2d2;
	padding:8px 5px;
	line-height: 1.4;
	word-break:keep-all;
	text-align:center;
}
table.agree th {
	background-color: #c9ccd6;
	border-color:#999;
	color:#000;
}
table.agree tr:first-child th,
table.agree tr:first-child td {
	border-top-width:0px;
}
table.agree tr:last-child th,
table.agree tr:last-child td {
	border-bottom-width:0px;
}
table.agree tr > :first-child {
	border-left-width:0px;
}
table.agree tr > :last-child {
	border-right-width:0px;
}
