@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap');
/* CSS Document */
body {
	font-family: 'Noto Sans KR', sans-serif;
	padding-top: 70px;
}

#dapu-menu {
	background-color: #5887f9;
	padding: 8px 10px;
}

#dapu-menu a {
	color: #ffffff;
}

/* 토글 햄버거버튼 색상 변경하기 */

.custom-toggler{
	font-size: 18px;
	padding: 2px 5px;
}
.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
	border-color: rgb(255,255,255);
}

li.nav-item {
	padding-right: 80px;
	font-size: 22px;
	font-weight: 400;
}

/* 토클로 변경시 왼쪽여백 생기지 않도록 오른쪽정렬 후 마지막메뉴 여백설정 */
li.nav-item.custom-nav-item{
	padding-right: 0px;
}


body {
	padding:0px;
	margin:0px;
	background-image: url('../img/default/dot_bgimg.png');
	background-repeat: repeat;
}
#wrap{
	margin:0px;
	padding:0px;
}
#dapu-menu .container{
	padding: 10px 0px;
}
#dapu-menu .navbar-nav a{
	font-size: 16px;
}
.wr_container {
	max-width: 1200px;
	padding: 10px 20px;
	width: 100%;
	margin: 0 auto;
}
section{
	padding:120px 0px;
}
section h1.sec-subject{
	font-size: 3em;
	font-weight: bold;
	color: #5887f9;
	text-align: center;
	margin-bottom: 40px;
}
section	.blue-point{
	font-size: 18px;
	color: #5887f9;
}
section	.black-point{
	font-size: 18px;
	color: #222939;
}
section	.yellowbox-point{
	font-size: 18px;
	background-color: #f8ff36;
	display: inline;
	line-height: 33px;
	color: #222939;
}
.bg-gray{
	background: rgba(0,0,0,0.1);
}
#intro{
	margin-top: 75px;
	background: linear-gradient(rgba(255,255,255,0), rgba(36,54,100,0.3));
}
#intro .intro-label{
	margin-top: 90px;
	color: #5887f9;
	padding-bottom: 15px;
}
#intro h1 img{
	max-width: 350px;
	padding: 15px 0px 50px;
}
#intro-title{
	text-align: center;
	padding-bottom: 0px;
}
#intro-title h2{
	font-weight: bold;
}
#intro-title h3{
	margin-bottom: 50px;
}
#intro-title .black-point{
	margin-top: 20px;
}
#appuse-info .info-cntr{
	text-align: center;
	padding: 30px 0px 50px;
}
#appuse-info .step-dnt{
	position: relative;
	border: 6px solid #5887f9;
	display:inline-block;
	padding: 25px;
	padding-top: 50px;
	border-radius: 50%;
	min-height: 185px;
	min-width: 185px;
	margin:5px;
	text-align: center;
	background: #FFF;
}
#appuse-info .step-dnt .step-title{
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
}
.sec_aptset{
	padding-bottom: 0px;
}
.sec_aptset .aptset-disc .up-point{
	margin-bottom:0px;
}
.sec_aptset .aptset{
	padding-bottom: 80px;
}
.sec_aptset .aptset-img{
	text-align: center;
}
.sec_aptset .aptset-disc h3{
	color: #222939;
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.ml-auto .nav-item{
	padding-right: 30px;
}

			#contact-form .contact-box {
				padding-top: 25px;
				border-radius: 5px;
				color: rgba(0, 0, 0, 0.9);
				max-width: 900px;
				margin: 0 auto;
				border:1px solid rgba(255, 255, 255, 0.8);
				background-color: rgba(255, 255, 255, 0.3);
			}

			#contact-form .text-box {
				text-decoration: none;
			}

			#contact-form .contact-box .subject {
				text-align: center;
				margin-bottom: 38px;
			}

			#contact-form .contact-box h5 {
				text-align: center;
				margin: 25px auto;
			}

			#contact-form .contact-box #contactForm{
				margin-top: 15px;
				padding: 25px;
			}

			#contact-form .contact-box input {
				font-size: 14px;
				background-color: rgba(255, 255, 255, 0.8);
				border: 1px solid rgba(0, 0, 0, 0.1);
				height: 40px;
			}

			#contact-form .contact-box #message {
				font-size: 14px;
				border: 1px solid rgba(0, 0, 0, 0.1);
				height: 200px;
				background-color: rgba(255, 255, 255, 0.8);
			}

			#contact-form .contact-box .btn-send {
				background-color: #222939;
				color: #fff;
				margin-top: 25px;
				padding: 8px 27px;
			}


			/* The Modal (background) */
			.modal {
					display: none; /* Hidden by default */
					position: fixed; /* Stay in place */
					z-index: 100000; /* Sit on top */
					left: 0;
					top: 0;
					width: 100%; /* Full width */
					height: 100%; /* Full height */
					overflow: auto; /* Enable scroll if needed */
					background-color: rgb(0,0,0); /* Fallback color */
					background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
			}

/* Modal Content/Box */
.modal-content {
		background-color: #fefefe;
		margin: 1% auto; /* 15% from the top and centered */
		padding: 15px;
		border: 1px solid #888;
		max-width: 900px;
		width: 90%; /* Could be more or less, depending on screen size */
}

footer{
		text-align: center;
		font-size: 13px;
		padding:28px 50px 80px;
		margin:0px;
		overflow: hidden;
		color: rgba(0,0,0,0.5);
}

section{
		zoom:1;
		word-break: keep-all;
}

@media (min-width: 300px) {
	section{
			zoom:0.68;
	}
}

@media (min-width: 576px) {
		section{
				zoom:0.8;
		}
}

@media (min-width: 768px) {
			section{
					zoom:0.9;
			}
}

@media (min-width: 992px) {
				section{
						zoom:1;
				}
}

@media (max-width: 1200px) {

}

@media (min-width: 1200px) {

}
