@charset "utf-8";
/* FONT */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
/* Reset */
	* {
		box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 
		font-family: 'Pretendard Variable', 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic','sans-serif','dotum', '새굴림';
	}
	html, body {width:100%; margin:0 auto; position: relative; font-size: 14px; line-height: 1.5; color: #000; font-weight: 400;}
	html, body, h1, h2, h3, h4, h5, h6, form, fieldset, img, dl, dt, dd ,section,nav  {padding:0; border:0;}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
	ul, ol, li {margin:0; padding:0; list-style: none;}
	label, input, button, select, img {vertical-align: middle; border: none;}
	input, textarea, button, select {font-family: inherit;}
	button {padding:0; cursor:pointer;}
	p {margin:0; padding:0;}
	img {max-width:100%; object-fit:contain; object-position:50% 50%; -webkit-user-drag: none;}
	table {width:100%; margin:0; padding:0; border:none; border-collapse:collapse; border-spacing:0;}
	hr {display: none;}
	a, a:link, a:visited, a:hover, a:focus, a:active {text-decoration: none;}
	:focus {outline: none;}
	p {margin: 0;}

	h1, h2, h3, h4, h5, h6 {color: #000; margin-top: 5px; margin-bottom: 10px; font-weight: 600;}


	select {
		width: 200px;
		border: 1px solid #000;
		padding: 4px;
	}
	textarea {
		resize: none;
		width: 100%;
		height: 150px;
		border: 1px solid #000;
		font-size: 14px;
		padding: 4px;
	}
	table {border-color: #374255;}
	table tr {
		background-color: #e9e9e9;
	}
	table th {
		background-color: #d6dce5;
		padding: 4px 10px;
		border-bottom: 1px solid #d5d5d5;
	}
	table tr.tableHead th {
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		padding: 8px 0;
	}
	table td {
		padding: 6px 10px;
		border-bottom: 1px solid #d5d5d5;
	}
	.suptroc {cursor: pointer;}
	/*.suptroc:hover { background-Color: #000;}*/
	.col {
		width: 1300px;
		margin: auto;
		position: relative;
	}


	.paging-wrap {
		display: block;
		position: relative;
	}
	.paging-wrap ul.pagination {
		display: flex;
		justify-content: center;
	}
	.paging-wrap ul.pagination li * {
		position: relative;
		float: left;
		padding: 6px 12px;
		margin-left: -1px;
		line-height: 1.42857143;
		color: #337ab7;
		text-decoration: none;
		background-color: #fff;
		border: 1px solid #ddd;
	}
	.paging-wrap ul.pagination li.active * {
		background-color: #d6dce5;
		color: #000;
	}
	.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
		color: #777;
		cursor: not-allowed;
		background-color: #fff;
		border-color: #ddd;
	}

	
	
/* Layout */
/* https://codepen.io/kkrueger/pen/jOrYaM */
	html {	
		max-width: 1920px;
	}
	body {
		background-color: #efefef;
	}
	header {
		height: 60px;
		background-color: #374255;
	}
	header ul.hear-inner {
		height: 60px;
		display: flex;
		align-items: center;
	}
	header ul.hear-inner li {
		height: 60px;
		color: #fff;
	}
	header ul.hear-inner li.on {
		background-color: #7D889E;
	}
	header ul.hear-inner li:hover {
		background-color: #596479;
	}
	header ul.hear-inner li a {
		display: block;
		color: #fff;
		font-size: 16px;
		line-height: 18px;
		padding: 21px 20px;
	}
	header ul.hear-inner li a.rr {
		font-size: 14px;
	}

	/*nonEssential4MobilenonEssential4MobilenonEssential4MobilenonEssential4MobilenonEssential4MobilenonEssential4MobilenonEssential4Mobile*/
	@media (max-width: 500px) {
		header ul.hear-inner li a {
			font-size: 12px;
			padding: 21px 10px;
		}
		header ul.hear-inner li a.rr {
			font-size: 12px;
		}
		.nonEssential4Mobile {
			display: none;
		}
	}

	@media (min-width: 768px) {
		.container {
			width:750px
		}
	}

	@media (min-width: 992px) {
		.container {
			width:970px
		}
	}

	@media (min-width: 1200px) {
		.container {
			width:1170px
		}
	}
	.container {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}




	.login-wrap {
		height: calc(100vh - 62px);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.login {
		width: 300px;
		padding: 0 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.login img {
		margin-bottom: 30px;
	}
	.login input {
		display: block;
		width: 100%;
		height: 34px;
		padding: 6px 12px;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		margin: 4px 0;
	}
	.login input:focus {
		border-color: #435065;
	}
	.login .passwordShowIcon {
		position: absolute;
		top: 5px;
		right: 2px;
		font-size: 19px !important;
		padding: 6px;
		color: #636a75;
		cursor: pointer;
	}
	.login button.btn_login {
		display: block;
		width: 100%;
		height: 40px;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #fff;
		background-color: #435065;
		background-image: none;
		border: 1px solid #435065;
		border-radius: 4px;
		margin-top: 8px;
	}
	.login button.btn_login:hover {
		background-color: #313947;
		border-color: #313947;
	}

	footer {
		width: 100%;
		font-size: 14px;
		line-height: 1em;
		padding: 24px 0;
		background-color: #efefef;
		color: #2d2d2d;
		text-align: center;
	}



	button.btn {
		display: block;
		margin: auto;
		width: 300px;
		height: 40px;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857143;
		background-image: none;
		border: 1px solid #435065;
		border-radius: 4px;
	}
	button.btn.midd {
		font-size: 14px;
		width: 110px;
		height: 34px;
	}
	button.btn.small {
		font-size: 14px;
		width: 90px;
		height: 34px;
	}
	button.btn.deafult {
		color: #fff;
		background-color: #435065;
		border-color: #435065;
	}
	button.btn.deafult:hover {
		background-color: #313947;
		border-color: #313947;
	}

	button.btn.sub {
		color: #414141;
		background-color: #cdcdcd;
		border-color: #afafaf;
	}
	button.btn.sub:hover {
		background-color: #c5c5c5;
		border-color: #9d9d9d;
	}

	button.btn.blood  {
		color: #ff0000;
		background-color: #ffdcdc;
		border-color: #ffb7b7;
	}
	button.btn.blood:hover {
		background-color: #ffcfcf;
		border-color: #ffa6a6;
	}

	input.admin {
		width: 100%;
		max-width: 200px;
		height: 34px;
		padding: 6px 12px;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		margin: 4px 0;
	}
/* Common */
	.al {text-align: left !important;}
	.ac {text-align: center !important;}
	.ar {text-align: right !important;}
	.vat {vertical-align: top !important;}
	.vam {vertical-align: middle !important;}
	.w100 {display: block !important; width: 100% !important;}

	.mg5 {margin:5px !important;}

	.mt10 {margin-top:10px !important;}
	.mt20 {margin-top:20px !important;}
	.mt30 {margin-top:30px !important;}
	.mt40 {margin-top:40px !important;}
	.mt50 {margin-top:50px !important;}
	.mt60 {margin-top:60px !important;}
	.mt70 {margin-top:70px !important;}
	.mt80 {margin-top:80px !important;}
	.mt90 {margin-top:90px !important;}
	.mt100 {margin-top:100px !important;}

	.ml0 {margin-left:0px !important;}
	.ml10 {margin-left:10px !important;}
	.ml20 {margin-left:20px !important;}
	.ml30 {margin-left:30px !important;}

	.mr0 {margin-right:0px !important;}
	.mr10 {margin-right:10px !important;}
	.mr20 {margin-right:20px !important;}
	.mr30 {margin-right:30px !important;}

	.mb10 {margin-bottom:10px !important;}
	.mb20 {margin-bottom:20px !important;}
	.mb30 {margin-bottom:30px !important;}
	.mb40 {margin-bottom:40px !important;}
	.mb50 {margin-bottom:50px !important;}
	.mb60 {margin-bottom:60px !important;}
	.mb70 {margin-bottom:70px !important;}
	.mb80 {margin-bottom:80px !important;}
	.mb90 {margin-bottom:90px !important;}
	.mb100 {margin-bottom:100px !important;}

	.ptb10 {padding:10px 0 !important;}
	.ptb20 {padding:20px 0 !important;}
	.ptb30 {padding:30px 0 !important;}
	.ptb40 {padding:40px 0 !important;}
	.ptb50 {padding:50px 0 !important;}
	.ptb60 {padding:60px 0 !important;}
	.ptb70 {padding:70px 0 !important;}
	.ptb80 {padding:80px 0 !important;}
	.ptb90 {padding:90px 0 !important;}
	.ptb100 {padding:100px 0 !important;}

	.pt10 {padding-top:10px !important;}
	.pt20 {padding-top:20px !important;}
	.pt30 {padding-top:30px !important;}
	.pt40 {padding-top:40px !important;}
	.pt50 {padding-top:50px !important;}
	.pt60 {padding-top:60px !important;}
	.pt70 {padding-top:70px !important;}
	.pt80 {padding-top:80px !important;}
	.pt90 {padding-top:90px !important;}
	.pt100 {padding-top:100px !important;}

	.pb10 {padding-bottom:10px !important;}
	.pb20 {padding-bottom:20px !important;}
	.pb30 {padding-bottom:30px !important;}
	.pb40 {padding-bottom:40px !important;}
	.pb50 {padding-bottom:50px !important;}
	.pb60 {padding-bottom:60px !important;}
	.pb70 {padding-bottom:70px !important;}
	.pb80 {padding-bottom:80px !important;}
	.pb90 {padding-bottom:90px !important;}
	.pb100 {padding-bottom:100px !important;}

	.fs12 {font-size: 12px !important;}
	.fs13 {font-size: 13px !important;}
	.fs14 {font-size: 14px !important;}
	.fs15 {font-size: 15px !important;}
	.fs16 {font-size: 16px !important;}
	.fs17 {font-size: 17px !important;}
	.fs18 {font-size: 18px !important;}
	.fs19 {font-size: 19px !important;}
	.fs20 {font-size: 20px !important;}
	.fs21 {font-size: 21px !important;}
	.fs22 {font-size: 22px !important;}
	.fs23 {font-size: 23px !important;}
	.fs24 {font-size: 24px !important;}
	.fs25 {font-size: 25px !important;}
	.fs26 {font-size: 26px !important;}
	.fs27 {font-size: 27px !important;}
	.fs28 {font-size: 28px !important;}
	.fs29 {font-size: 29px !important;}
	.fs30 {font-size: 30px !important;}
	.fs31 {font-size: 31px !important;}
	.fs32 {font-size: 32px !important;}
	.fs33 {font-size: 33px !important;}
	.fs34 {font-size: 34px !important;}
	.fs35 {font-size: 35px !important;}
	.fs36 {font-size: 36px !important;}
	.fs37 {font-size: 37px !important;}
	.fs38 {font-size: 38px !important;}
	.fs39 {font-size: 39px !important;}
	.fs40 {font-size: 40px !important;}
	.fs41 {font-size: 41px !important;}
	.fs42 {font-size: 42px !important;}
	.fs43 {font-size: 43px !important;}
	.fs44 {font-size: 44px !important;}
	.fs45 {font-size: 45px !important;}
	.fs46 {font-size: 46px !important;}
	.fs47 {font-size: 47px !important;}
	.fs48 {font-size: 48px !important;}
	.fs49 {font-size: 49px !important;}
	.fs50 {font-size: 50px !important;}
	.fs51 {font-size: 51px !important;}
	.fs52 {font-size: 52px !important;}
	.fs53 {font-size: 53px !important;}
	.fs54 {font-size: 54px !important;}
	.fs55 {font-size: 55px !important;}
	.fs56 {font-size: 56px !important;}

	.fw100 {font-weight: 100 !important;}
	.fw200 {font-weight: 200 !important;}
	.fw300 {font-weight: 300 !important;}
	.fw400 {font-weight: 400 !important;}
	.fw500 {font-weight: 500 !important;}
	.fw600 {font-weight: 600 !important;}
	.fw700 {font-weight: 700 !important;}
	.fw800 {font-weight: 800 !important;}
	.fw900 {font-weight: 900 !important;}

	.lh1 {line-height: 1em !important;}
	
	.scroll-lock {
		overflow: hidden;
		touch-action: none;
	}

	
/* Button */
	.btn {display: flex; justify-content: center; align-items: center; margin: 0 auto;}
	.btn button { border-radius: 12px; width: 100%; padding: 0.6em 0; text-decoration: none; font-weight: 600; }
	.btn.big { width: 80%; min-width: 200px; }
	.btn.big button { font-size: 20px;}
	.btn.middle { width: 30%; min-width: 150px;}
	.btn.middle button { font-size: 17px;}
	.btn.small { width: 15%; min-width: 100px;}
	.btn.small button { font-size: 14px; }

	.btn.black button { 
		color: #fff !important;
		border: 1px solid #494949;
		background-color: #494949;
	}

	.btn.gray button { 
		color: #525252 !important;
		border: 1px solid #ebebeb;
		background-color: #ebebeb;
	}
	.btn.orange button { 
		color: #fff !important;
		border: 1px solid #e89113;
		background-color: #e89113;
	}
	.btn.softorange button { 
		color: #e89113 !important;
		border: 1px solid #f7e4c8;
		background-color: #fff3e1;
	}

	.btn.gray button {
		box-shadow: rgb(213 213 213 / 31%) 4px 4px 14px;
	}
	.btn.orange button {
		box-shadow: rgb(79 79 79 / 31%) 0px 0px 14px 2px;
	}