@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&family=Noto+Sans+KR:wght@100..900&display=swap');

/* line-height 를 주지마세요 */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: normal;
}

body, td, th, form, input, textarea, pre, select, p {
	padding: 0px;
	letter-spacing:-0.025rem;
	scrollbar-face-color: #f7a19f;
	scrollbar-shadow-color: #ff4557;
	scrollbar-highlight-color: #f7a19f;
	scrollbar-3dlight-color: #f7a19f;
	scrollbar-darkshadow-color: #f7a19f;
	scrollbar-track-color: #f7a19f;
	scrollbar-arrow-color: #ff4557;
}

/* chrome scrollbar */
#scroll-style::-webkit-scrollbar { width:0.7rem; height:0.7rem; } /* 스크롤 바 */
#scroll-style::-webkit-scrollbar-track { background-color:#dfdfdf; } /* 스크롤 바 밑의 배경 */
#scroll-style::-webkit-scrollbar-thumb { background: #ffb1ad; border-radius: 10px;} /* 실질적 스크롤 바 */
#scroll-style::-webkit-scrollbar-thumb:hover { background: #f78b8b; } /* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */
#scroll-style::-webkit-scrollbar-thumb:active { background: #f78b8b; } /* 실질적 스크롤 바를 클릭할 때 */
#scroll-style::-webkit-scrollbar-button { display: none; } /* 스크롤 바 상 하단 버튼 */
/* END-chrome scrollbar */

body {
	width: 100%;
	margin: 0 auto;
	position: relative;
	color: #707070;
	font-family : 'Noto Sans KR', 'Nanum Gothic', dotum, gulim;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
}

label {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	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.035em;
	font-weight:bold;
}
.form2 {
	box-sizing: border-box;
	border: 0px solid transparent !important;
	font-size: 12px;
	color: #FFFFFF;
	background-color: transparent;
}
.form {
	height: 39px;
	box-sizing: border-box;
	padding: 0 0 0 4px;
	border: 1px solid #dedede !important;
	border-radius: 0;
	background-color: #fff;
	color: #555;
	line-height: 37px !important;
	vertical-align: middle;
}
select.form {
	padding: 0em 2.8em 0em 0.3em;
}
.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;
}
.sm_left {
	padding-left: 5px;
}
.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: 20px;
	padding-right: 20px;
}
.pd20 {
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.pd50 {
	padding-right: 12;
	padding-bottom: 50;
}
.pd_tb5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pd_tb2 {
	padding-top: 2px;
	padding-bottom: 2px;
}
.pd_lr8 {
	padding-left: 8px !important;
	padding-right: 8px !important;
}
.pd_lr10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.pd_lr15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.pd_lr20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.pd_t5 {
	padding-top: 5px;
}
.pd_b3 {
	padding-bottom: 10px;
}

.pd_l5 {
	padding-left: 5px;
}
.pd_l8 {
	padding-left: 8px;
}
.pd_l12 {
	padding-left: 12px;
}
.pd_l19 {
	padding-left: 19px;
}
.pd_r5 {
	padding-right: 5px;
}
.pd_r8 {
	padding-right: 8px;
}

.c_l19 {
	padding-left: 19px;
	padding-right: 36px;
	height: 400px;
}

.mg0 {
	margin:0 !important;
}
.mglr0 {
	margin-left:0 !important;
	margin-right:0 !important;
}
.mgtb0 {
	margin-top:0 !important;
	margin-bottom:0 !important;
}

.mr4 {
	margin-right: 4px;
}
.mgt40 {
	margin-top: 40px !important;
}
.mgt60 {
	margin-top:60px !important;
}
.mgb40 {
	margin-bottom: 40px !important;
}
.mgb60 {
	margin-bottom:60px !important;
}

.obj-section01 {
	margin-top: 15px !important;
}
.obj-section30 {
	margin-top: 30px !important;
}

.section-line {
	clear:both;
	display:block;
	margin:35px 0;
	border-bottom:1px solid #dadada;
}


.textcenter {
	text-align:center !important;
}
.textleft {
	text-align:left !important;
}
.textright {
	text-align:right !important;
}

.wp100 {
	width:100% !important;
}
.wx100 {
	width:100px !important;
}
.wx150 {
	width:150px !important;
}
.wx180 {
	width:180px !important;
}
.wx200 {
	width:200px !important;
}
.wx250 {
	width:250px !important;
}
.wx300 {
	width:300px !important;
}
.wx350 {
	width:350px !important;
}
.wx400 {
	width:400px !important;
}
.wx450 {
	width:450px !important;
}
.wx500 {
	width:500px !important;
}

.fc_w {
	color: #FFFFFF;
}
.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;
}
/*폰트칼라*/
.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, .fc_red {
	color:#ff0000 !important;
}
.fc_redop {
	color:#ff0000 !important;
	opacity: .75;
}
.fc_lightred {
	color:#ff3a3b !important;
}
.style12 {
	color: #588442;
}
.style13 {
	color: #61571A;
}
.style14 {
	color: #C4382D;
	font-weight: bold;
	font-size:1.188em;
}

.fc_brand {
	color:#ff7676 !important;
}
.fc_yellow {
	color:#ffa72a !important;
}
.fc_black {
	color:#000 !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 {
	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;
}

/* color icon */
.i_color span {
	display: inline-block;
	box-sizing:border-box;
	width:17px;
	height:6px;
	margin-right:5px;
}
.cl_black {
	background-color:#000;
}
.cl_lightgray {
	background-color:#f1f1f1;
}
.cl_white {
	background-color:#ffffff;
	border:1px solid #eee;
}
.cl_navy {
	background-color:#0c244a;
}
.cl_yellow {
	background-color:#ffe400;
}
.cl_baige {
	background-color:#dcb68f;
}
/* END-color icon */
/*
@media only screen and (min-width:320px) and (max-width:768px) {
body {
	font-size: 14px;
}

b, strong {
	font-size: 1.18em;
}

}*/

/*** List style ****/
ul.list-hyphen {
	margin-left:13px;
}
ul.list-hyphen li::before {
	content:'\002D';
	margin-left:-13px;
	margin-right:8px;
}
ul.list-hyphen li {
	margin-bottom:8px;
	text-align:left;
	font-size:inherit;
	color:inherit;
}
