@charset "UTF-8";

/* 키보드로 버튼에 포커스 시 */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, optgroup:focus-visible, textarea:focus-visible {
/*outline: 2px solid #1a1a1a;*/
}

/* 마우스, 터치로 버튼에 포커스 시 */
a:focus:not(:focus-visible), button:focus:not(:focus-visible), input:focus:not(:focus-visible), select:focus:not(:focus-visible), optgroup:focus:not(:focus-visible), textarea:focus:not(:focus-visible) {
 outline: none;
}

/* a:focus, button:focus, input:focus, select:focus, optgroup:focus, textarea:focus {outline: none;}  */
::selection {
color: #fff;
background: #00AEEF;
}
 input[type="number"]::-webkit-inner-spin-button {
 appearance: none;
 -moz-appearance: none;
 -webkit-appearance: none;
}
.pretxt {
	font-family: 'Pretendard';
	margin: 5px 0px;
}
.scr-hidden {
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	touch-action: none;
}
.hide, .sr-only {
	overflow: hidden;
	display: inline-block;
	position: absolute;
	clip: rect(0, 0, 0, 0);
	/*clip-path: polygon(0 0, 0 0, 0 0);*/
    width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	border: 0;
	white-space: nowrap;
}
.hands {
	cursor:pointer !important;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.clear {
	clear:both !important;
}
.clfix::after {
content: '';
display: block;
clear: both;
visibility: hidden;
}
.dis-no {
	display: none !important;
}
.dis-in {
	display:inline !important;
}
.dis-bk {
	display:block !important;
}
.dis-ib {
	display:inline-block !important;
}
.dis-fx {
	display:flex !important;
}
.flex-direct-row {
	flex-direction: row;
}
.flex-direct-colum {
	flex-direction: column;
}
.justify-cont-end {
	-webkit-box-pack: flex-end !important;
	-ms-flex-pack: flex-end !important;
	justify-content: flex-end !important;
}
.justify-cont-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.justify-cont-between {
	-webkit-box-pack: space-between !important;
	-ms-flex-pack: space-between !important;
	justify-content: space-between !important;
}
.align-it-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.pos-rel {
	position: relative !important;
}
.pos-abs {
	position: absolute;
}
.pos-fix {
	position: fixed;
}
.tb-layout-at {
	table-layout: auto !important;
}
.tb-layout-fx {
	table-layout: fixed !important;
}
.scr-a {
	overflow: auto;
}
.scr-x {
	overflow-x: auto;
}
.scr-y {
	overflow-y: auto;
}
/* Align */
.txt-center {
	text-align:center !important;
}
.txt-right {
	text-align:right !important;
}
.txt-left {
	text-align:left !important;
}
.txt-just {
	text-align:justify;
}
.vt-top {
	vertical-align:top !important;
}
.vt-mid {
	vertical-align:middle !important;
}
.vt-bot {
	vertical-align:bottom !important;
}
.vt-super {
	vertical-align:super !important;
}
/* Text */
.fs0 {
	font-size: 0 !important;
}
.fs-13 {
	font-size: 13px !important;
}
.fs-14 {
	font-size: 14px !important;
}
.fs-16 {
	font-size: 16px !important;
}
.fs-18 {
	font-size: 18px !important;
}
.fs-20 {
	font-size: 20px !important;
}
.fs-24 {
	font-size: 24px !important;
}
.fw-bold {
	font-weight: bold;
}
.fw-normal {
	font-weight: normal !important;
}
.fw-4 {
	font-weight: 400 !important;
}
.fw-5 {
	font-weight: 500 !important;
}
.fw-6 {
	font-weight: 600 !important;
}
.fw-7 {
	font-weight: 700 !important;
}
.txt-ellips {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.txt-deco-under {
	text-decoration: underline;
}
.wspace-normal {
	white-space: normal !important;
}
.wspace-nowrap {
	white-space: nowrap !important;
}
.wwrap-normal {
	word-wrap: normal !important;
}
.wwrap-break {
	word-wrap: break-word !important;
}
.wbreak-normal {
	word-break: normal !important;
}
.wbreak-break {
	word-break: break-all !important;
}
.wbreak-keep {
	word-break: keep-all !important;
}
.txt-white {
	color: #fff !important;
}
.txt-black {
	color: #181818 !important;
}
.txt-red {
	color: #f00;
}
.txt-orange {
	color: #dd6300
}
.txt-blue {
	color: #0d6efd;
}
.txt-yellw {
	color: #ffc107;
}
.txt-green {
	color: #198754;
}
.txt-gray {
	color: #f8f9fa;
}
.txt-gray100 {
	color: #6c757d;
}
.section-line {
	display: block;
	width: 100%;
	height: 1px;
	margin: 20px 0;
	border: 0;
	background-color: #e0e0e0;
}
.bd-radius0 {
	border-radius: 0 !important;
}
.bd-top0 {
	border-top: 0 !important;
}
.bd-right0 {
	border-right: 0 !important;
}
.bd-btm0 {
	border-bottom: 0 !important;
}
.bd-left0 {
	border-left: 0 !important;
}
.col-md-1, .col-md-1-1, .col-md-1-2, .col-md-2, .col-md-2-1, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-6-1, .col-md-7, .col-md-7-1, .col-md-8, .col-md-8-1, .col-md-9, .col-md-10, .col-md-11, .col-md-11-1, .col-md-12 {
	float: left;
}
.col-md-1 {
	width: 8.33333% !important;
}
.col-md-1-1 {
	width: 4% !important;
}
/* .col-md-1-2 {width: 14.28571%;} */
.col-md-2 {
	width: 16.66667% !important;
}
/* .col-md-2-1 {width: 19%;} */
.col-md-3 {
	width: 25% !important;
}
.col-md-3-1 {
	width: 30% !important;
}/*form에서 input, select 사이즈에 주 사용*/
.col-md-4 {
	width: 33.33333% !important;
}
.col-md-4-1 {
	width: 40% !important;
}/*form에서 input, select 사이즈에 주 사용*/
.col-md-5 {
	width: 41.66667%;
}
.col-md-5-1 {
	width: 47% !important;
}
.col-md-6 {
	width: 50% !important;
}
/* .col-md-6-1 {width: 53%;} */
.col-md-7 {
	width: 58.33333%;
}
/* .col-md-7-1 {width: 61%;} */
.col-md-8 {
	width: 66.66667% !important;
}
.col-md-8-1 {
	width: 71.66667% !important;
}
.col-md-9 {
	width: 75% !important;
}
.col-md-9-1 {
	width: 80% !important;
}
.col-md-10 {
	width: 83.33333% !important;
}
.col-md-11 {
	width: 91.66667% !important;
}
.col-md-11-1 {
	width: 96% !important;
}
.col-md-12 {
	width: 100% !important;
}
.col-md-17 {
	width: 99.66667% !important;
}
/* Margin */
.m0 {
	margin:0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-25 {
	margin-top: 25px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-35 {
	margin-top: 35px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-55 {
	margin-top: 55px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mt-70 {
	margin-top: 70px !important;
}
.mt-80 {
	margin-top: 80px !important;
}
.mt-90 {
	margin-top: 90px !important;
}
.mt-100 {
	margin-top: 100px !important;
}
.mt-110 {
	margin-top: 110px !important;
}
.mr-0 {
	margin-right: 0 !important;
}
.mr-5 {
	margin-right: 5px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.mr-15 {
	margin-right: 15px !important;
}
.mr-20 {
	margin-right: 20px !important;
}
.mr-25 {
	margin-right: 25px !important;
}
.mr-30 {
	margin-right: 30px !important;
}
.mr-35 {
	margin-right: 35px !important;
}
.mr-40 {
	margin-right: 40px !important;
}
.mr-50 {
	margin-right: 50px !important;
}
.mr-60 {
	margin-right: 60px !important;
}
.mr-80 {
	margin-right: 80px !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-35 {
	margin-bottom: 35px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}
.ml-0 {
	margin-left: 0 !important;
}
.ml-5 {
	margin-left: 5px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-25 {
	margin-left: 25px;
}
.ml-30 {
	margin-left: 30px;
}
.ml-35 {
	margin-left: 35px;
}
.ml-50 {
	margin-left: 50px;
}
.ml-80 {
	margin-left: 80px;
}
/* Padding */
.p0 {
	padding: 0 !important;
}
.p5 {
	padding: 5px !important;
}
.p10 {
	padding: 10px !important;
}
.p20 {
	padding: 20px !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-5 {
	padding-top: 5px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-15 {
	padding-top: 15px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-25 {
	padding-top: 25px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-40 {
	padding-top: 30px !important;
}
.pr-0 {
	padding-right: 0 !important;
}
.pr-5 {
	padding-right: 5px !important;
}
.pr-10 {
	padding-right: 10px !important;
}
.pr-15 {
	padding-right: 15px !important;
}
.pr-20 {
	padding-right: 20px !important;
}
.pr-25 {
	padding-right: 25px !important;
}
.pr-30 {
	padding-right: 30px !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-5 {
	padding-bottom: 5px !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-15 {
	padding-bottom: 15px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-25 {
	padding-bottom: 25px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.pb-70 {
	padding-bottom: 70px !important;
}
.pl-0 {
	padding-left: 0 !important;
}
.pl-5 {
	padding-left: 5px !important;
}
.pl-10 {
	padding-left: 10px !important;
}
.pl-15 {
	padding-left: 15px !important;
}
.pl-20 {
	padding-left: 20px !important;
}
.pl-25 {
	padding-left: 25px !important;
}
.pl-30 {
	padding-left: 30px !important;
}
#loadDiv {
	z-index: 200;
	width: 100%;
	height: 100%;
	left: 0;
	position: fixed;
	display: block;
	opacity: 0.8;
	background: white;
	text-align: center;
}
#loadDiv > img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	width: 100px;
	transform : translateX(-50%) translateY(-50%);
}
.atchImg {
	width:350px;
	height:260px;
	margin: 10px 10px 10px 10px
}
.swAtchImg {
	width:500px;
	height:520px;
	margin: 0 0 40px 0
}
/*
ul {
	font-family: empty;
	font-size: 0;
}
*/
