
}
/* 어비폰트 - 웹폰트 설정영역 */
@font-face {font-family: 'UhBeeHyeki';src: url('UhBeeHyeki.eot');}
@font-face {font-family: 'UhBeeHyeki';src: url('UhBeeHyeki.woff') format('woff');}
body { font-family: "UhBeeHyeki";
		background-color: #e6f4fa;
}
article { font-family: "UhBeeHyeki", serif;}
textarea  {font-family: "UhBeeHyeki", serif; }
.file-upload {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 13% 2%;
	border-radius: 10px;
	border: solid 1.5px #ffffff;
	background-color: #ffffff;
}

.file-upload-btn {
	width: 100%;
	margin: 0;
	color: #fff;
	background: #1fb264;
	border: none;
	padding: 10px;
	border-radius: 4px;
	border-bottom: 4px solid #15824b;
	transition: all 0.2s ease;
	outline: none;
	text-transform: uppercase;
	font-weight: 700;
}

.file-upload-btn:hover {
	background: #1aa059;
	color: #f6f7fa;
	transition: all 0.2s ease;
	cursor: pointer;
}

.file-upload-btn:active {
	border: 0;
	transition: all 0.2s ease;
}

.file-upload-content {
	display: none;
	text-align: center;
}

.file-upload-input {
	position: absolute;
	margin: 0 auto;
	padding: 0;
	width: 60%;
	height: 100%;
	outline: none;
	opacity: 0;
	cursor: pointer;
}

.image-upload-wrap {
	position: relative;
	object-fit: contain;
	border-radius: 10px;
	border: 1.5px dashed  #35465d;
	background-color: #ffffff;
	width: 80%;
	margin: 0 auto;
}

		

.image-dropping,
.image-upload-wrap:hover {
	background-color: #35465d;
	border: 1.5px dashed  #35465d;
}

.image-title-wrap {
	padding: 0 15px 15px 15px;
	color: #222;
}

.drag-text {
	text-align: center;
}

.drag-text h3 {
	text-transform: uppercase;
	font-size: calc(0.7rem + .9vw);
	line-height: 1.68;
	text-align: center;
	color: #35465d;
	width: 70%;
	margin: 0 auto;
}

.file-upload-image {
	max-height: 50%;
	max-width: 50%;
	margin: auto;
	padding: 20px;
}

.remove-image {
	width: 45%;
	margin: 0;
	margin-top: 20px;
	color: #fff;
	background: #ff727d;
	border: none;
	padding: 10px;
	border-radius: 40px;
	border-bottom: 4px solid #b02818;
	transition: all 0.2s ease;
	outline: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: calc(0.8rem + .9vw);
}

.remove-image:hover {
	background: #c13b2a;
	color: #f6f7fa;
	transition: all 0.2s ease;
	cursor: pointer;
}

.remove-image:active {
	border: 0;
	transition: all 0.2s ease;
}

.nav-distance {
	padding: 2.1% 7.7%;
}

.navbar-light .navbar-brand {
	line-height: 1.68;
	text-align: left;
	color: #35465d;
}

.navbar-light .navbar-toggler {
	border-color: #f6f7fa;
}
.section {
	margin-top: 100px;
}
.title {
	line-height: 1.68;
	text-align: center;
	color: #35465d;
}
.subtitle {
	line-height: 1.68;
	text-align: center;
	color: #35465d;
}
.ex {
	line-height: 1.68;
	color: #35465d;
}
.upload{
	width: 40%;
}
.upload-text {
	
}
.progress{
	display: flex;
    height: 1.75rem;
    overflow: hidden;
    font-size: 1.5rem;
    background-color: #e9ecef;
    border-radius: .7rem;
    width: 80%;
    margin: 0 auto;
}
.addthis_inline_share_toolbox{
	margin-top: 20px;
}
	
.footer{
	font-size: 1rem;
	margin: 0 auto;
	text-align:center;
	color: #222;
}
.kakao_ad {
	text-align: center;
	margin: 0 auto;
	
}
.text_no_save{
	text-align: right;
}
.kakaoPopAd{
	margin: 0 auto;
}

.load {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.8;
    background: #f6f7fa;
    z-index: 99;
    text-align: center;
}

.load > img {
    margin: 55% auto;
    z-index: 100;
}