/* line-height 를 주지마세요 */
@import url("../../cdn.jsdelivr.net/gh/orioncactus/pretendard%40v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");
@import url("../../cdn.jsdelivr.net/gh/moonspam/NanumSquare%402.0/nanumsquare.css");
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&amp;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: inherit;
	font-size:inherit;
	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: #3d3d3d;
	letter-spacing:-0.5px;
	font-family: "Pretendard", "NanumSquare", "MADE TOMMY", "Urbanist", dotum, gulim, sans-serif;
	font-size: 17px;
	font-weight: 400;
	background: #fff;
}
@media (max-device-width:1199px) {
body {
	font-size: 16px;
}
}
@media (max-width:767px) {
body {
	font-size: 15px;
}
}
@media (max-width:539px) {
body {
	font-size: 13px;
}
}

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;
}
img {
	border: 0;
	vertical-align: middle;
	max-width:100%;
	max-height:100%;
}
.img100 {
	width:auto;
	max-width:100%;
}

b, strong {
	/*letter-spacing: -1px;*/
	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: 37px !important;
	box-sizing: border-box;
	padding: 4px !important;
	border: 1px solid #ddd;
	border-radius:0.25rem;
	background-color: #fff;
	color: #555;
	vertical-align: middle;
}
@media (max-device-width:767px) {
.form {
	height: 32px !important;
}
}

.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;
}

.clearboth {
	clear:both;
	display:block;
}

/* 좌,우 여백설정 */
.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
}
.mt45 {
	margin-top: 45px !important
}
.mt60 {
	margin-top: 60px !important
}
.mt80 {
	margin-top: 80px !important
}
.mt100 {
	margin-top: 100px !important
}
.mt120 {
	margin-top: 120px !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
}
.mb45 {
	margin-bottom: 45px !important
}
.mb60 {
	margin-bottom: 60px !important
}
.mb65 {
	margin-bottom: 65px !important
}
.mb70 {
	margin-bottom: 70px !important
}
.mb80 {
	margin-bottom: 80px !important
}
.mb85 {
	margin-bottom: 85px !important
}
.mb100 {
	margin-bottom: 100px !important
}
.mb120 {
	margin-bottom: 120px !important
}
@media (max-width:1199px) {
.mb85 {
	margin-bottom: 70px !important
}
}
@media (max-width:1023px) {
.mt120 {
	margin-top: 80px !important
}
.mb85 {
	margin-bottom: 60px !important
}
}
@media (max-width:767px) {
.mt120 {
	margin-top: 60px !important
}
.mb85 {
	margin-bottom:45px !important
}
}
@media (max-width:539px) {
.mt120 {
	margin-top: 45px !important
}
.mb85 {
	margin-bottom:35px !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;
}

.txtleft{
	text-align:left !important;
}
.txtright{
	text-align:right !important;
}
.txtcenter{
	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_brand {
	color:#316add;
}
.fc_w, .fc_white {
	color: #FFFFFF;
}
.fc_red {
	color: #ea1818;
}
.fc_pink {
	color: #f92b9f;
}
.fc_yellogreen {
	color: #40b924;
}
.fc_green {
	color: #0A6941;
}
.fc_blue {
	color:#1565c0;
}
.fc_bluegray {
	color: #6486A7;
}
.fc_ocean {
	color: #1ca09e;
}
.fc_olive {
	color: #6f8735;
}
.fc_orange {
	color: #FF7900;
}
.style11 {
	color: #FF0000;
}
.fc_brown {
	color: #614f1a;
}
/*폰트칼라 끝*/

.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%;
}
.text-arrow {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	width:14px;
	height:18px;
	margin-top:-2px;
	opacity:0.7;
}
.text-arrow::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	top:50%;
	transform:translateY(-50%);
	width:8px;
	height:7px;
	background-color:#000;
}
.text-arrow::after {
	content:'';
	display:block;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	border-left:7px solid #000;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
}
@media (max-width:1023px) {
.text-arrow {
	transform:scale(85%);
}
}
@media (max-width:767px) {
.text-arrow {
	transform:scale(80%);
}
}
@media (max-width:535px) {
.text-arrow {
	transform:scale(67%);
}
}

/*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;
}

table.tabletype1 {
	border:0;
	width:100%;
}
table.tabletype1 > * > * > * {
	padding:12px;
	text-align:left;
	background-color:#fff;
	border:1px solid #b7b7b7;
}
table.tabletype1 > * > * > :first-child {
	border-left-width:0px;
}
table.tabletype1 > * > * > :last-child {
	border-right-width:0px;
}
table.tabletype1 th {
	text-align:center;
	color:#fff;
	background-color:#467e22;
}
table.tabletype1 > thead > * > * {
	border-color:#a9a9a9;
}
table.tabletype1 > thead > * > th {
	border-color:#14340f;
}
@media (max-width:1199px) {
table.tabletype1 > * > * > * {
	padding:10px 8px;
}
}
@media (max-width:1023px) {
table.tabletype1 > * > * > * {
	padding:10px 5px;
}
}
