@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/NanumHuman/NanumHuman.css'); /* font-family: "NanumHuman" */
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/NanumSquare/NanumSquare.css'); /* font-family: 'Nanum Square'; */
/* @import url('../codefont/fonts.css'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
.material-symbols-rounded {
	font-variation-settings:
	'FILL' 0,
	'wght' 400,
	'GRAD' 0,
	'opsz' 20;
	font-family:'Material Symbols Rounded';
	font-size:16px;
	line-height:inherit;
	vertical-align:middle;
	margin-top:-2px;
}
.material-symbols-image {
	display:inline-block;
	vertical-align:middle;
	width:12px;
	height:16px;
	margin-top:-2px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:24px;
}
.chevron-right::before {
	content:'chevron_right';
}
.arrowdouble-left::before {
	content:'keyboard_double_arrow_left';
}
.arrow-drop-down::before {
	content:'arrow_drop_down';
	font-size:24px;
}
.arrow-drop-up::before {
	content:'arrow_drop_up';
	font-size:24px;
}
.i-search::before {
	content:'search';
}
.line-vertical::before {
	content:'\2502';
}
.i-page-next {
	background-image:url(/img/icons/i_page_arrow.svg);
	background-position:100% 50%;
	background-size:24px;
	opacity:0.6;
}
.i-page-pre {
	background-image:url(/img/icons/i_page_arrow.svg);
	background-position:0% 50%;
	background-size:24px;
	opacity:0.6;
}
.i-page-last {
	width:16px;
	background-image:url(/img/icons/i_page_double_arrow.svg);
	opacity:0.6;
}
.i-page-first {
	width:16px;
	background-image:url(/img/icons/i_page_double_arrow.svg);
	opacity:0.6;
	transform:scale(-1);
}
.i-arrow-up {
	background-image:url(/img/icons/i_arrow_drop_up.svg);
	background-size:24px;
}
.i-arrow-down {
	background-image:url(/img/icons/i_arrow_drop_up.svg);
	background-size:24px;
	transform:scaleY(-1);
}

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

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

body, td, th, form, input, textarea, pre, select, p {
	padding: 0px;
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	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;
	position: relative;
	letter-spacing:-0.5px;
	color: #707070;
	font-family:'Nanum Human', 'NanumHuman', 'Nanum Square', 'NanumSquare', 'Pretendard', 'Noto Sans KR', "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", 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:1399px) {
body {
	font-family: 'NanumHuman', 'Pretendard', 'Noto Sans KR', "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", dotum, gulim,  Arial, sans-serif;
}
}
@media (max-device-width:1199px) {
body {
	font-size: 14px;
}
}
@media (max-device-width:539px) {
body {
	font-size: 13px;
}
}


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

ul, ol {
	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 {
	/*letter-spacing: -1px;*/
	font-weight:bold;
}

.form2 {
	box-sizing: border-box;
	font-size: 12px;
	border-width: 0px;
	border-color: transparent;
	border-style: solid;
	border-radius: 0.325rem;
	background-color: transparent;
}
.form {
	height: 39px !important;
	box-sizing: border-box;
	padding: 0 0 0 4px;
	border: 1px solid #d2d2d2;
	border-radius: 0.325rem;
	background-color: #fff;
	vertical-align: middle;
}
.hform {
	box-sizing: border-box;
	padding:10px 15px;
	line-height:1.3;
	font-size:0.89em;
	border: 1px solid #d2d2d2;
	border-radius: 0.325rem;
	background-color: #fff;
	scrollbar-color: #8e9296 #ffffff;
}
/*
.hform::-webkit-scrollbar {
    width: 9px;
	cursor:default;
}
.hform::-webkit-scrollbar-thumb {
    background: #8e9296; /* 스크롤바 색상 /
    border-radius: 10px; /* 스크롤바 둥근 테두리 /
	cursor:default;
}
.hform::-webkit-scrollbar-track {
    background:#FFFFFF;  /*스크롤바 뒷 배경 색상/
}*/
@media (max-device-width:539px) {
.hform {
	padding:8px 10px;
}
}

.clearbox {
*zoom:1;
}
.clearbox:after {
	content: "";
	display: block;
	clear: both;
}

.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:#6666ff !important;
}
.fc_brand2 {
	color:#5e3fcc !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 {
	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;
}

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


/*****/
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	white-space:nowrap;
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	padding: .43em 1.0em;
	text-shadow: 0 0px 0px rgba(0,0,0,.3);
	border-width:1px !important;
	border-radius: .3em !important;
	box-shadow: 0 0px 0px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.button02 {
	display: inline-block;
	width: 132px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	padding: 0.5em 0 0.5em 0;
	border-width:1px !important;
	border-radius: .3em !important;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button02:hover {
	text-decoration: none;
}
.button02:active {
	position: relative;
	top: 1px;
}
/* orange */
.orange {
	color: #fff;
	border: solid 1px #e67606;
	background: #f78d1d;
}
.orange:hover {
	color: #fff;
	border-color:#ad600d;
}
.orange:active {
	color: #fff;
	border-color:#ad600d;
	background: #F78D1D;
	background: radial-gradient(circle, rgba(247, 141, 29, 1) 0%, rgba(247, 130, 5, 1) 100%);
}

/* red */
.red {
	color: #fff;
	border: solid 1px #d1200e;
	background: #ef2510;
}
.red:hover {
	color: #fff;
	border-color:#9d180b;
}
.red:active {
	color: #fff;
	border-color:#9d180b;
	background: #EF2510;
	background: radial-gradient(circle, rgba(239, 37, 16, 1) 0%, rgba(209, 32, 14, 1) 100%);
}


/* gray */
.gray {
	color: #000;
	border: solid 1px #c2c2c2;
	background: #D7D7D7;
}
.gray:hover {
	color: #000;
	border-color:#000;
}
.gray:active {
	color: #000;
	border-color:#000;
	background: #D7D7D7;
	background: radial-gradient(circle, rgba(215, 215, 215, 1) 0%, rgba(194, 194, 194, 1) 100%);
}

/* black */
.black {
	color: #fff;
	border: solid 1px #212f3c;
	background: #212f3c;
}
.black:hover {
	color: #fff;
	border-color:#1b2631;
}
.black:active {
	color: #fff;
	border-color:#1b2631;
	background: #212F3C;
	background: radial-gradient(circle, rgba(33, 47, 60, 1) 0%, rgba(27, 38, 49, 1) 100%);
}

/* blue */
.blue {
	color: #fff;
	border: solid 1px #0371c2;
	background: #007bd5;
}
.blue:hover {
	color: #fff;
	border-color:#05396a;
}
.blue:active {
	color: #fff;
	border-color:#05396a;
	background: #007BD5;
	background: radial-gradient(circle, rgba(0, 123, 213, 1) 0%, rgba(0, 109, 186, 1) 100%);
}

/* white */
.white {
	color: #333333;
	border: solid 1px #666666;
	background: #fff;
}
.white:hover {
	color: #333333;
	border-color:#000;
}
.white:active {
	color: #333333;
	border-color:#000;
	background: #ffffff;
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
}
/*** button reset ***/
