/* style css */
body, html {
	overflow-x:hidden;
}

img {
	-webkit-user-drag: none;
}

::selection {
   background: #1d4f67;
   color: #fff
}

::-moz-selection {
   background: #1d4f67;
   color: #fff
}

::-webkit-selection {
    background: #1d4f67;
   color: #fff
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
	font-family:'Pretendard-Bold';
}

body, html {
	
}

body {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	user-select:none;
	-webkit-font-smoothing: antialiased;
	color:#333;
}

.container {
	max-width: 950px;
	margin: auto;
}

.section00 {
	padding: 5vw 0 2vw;
}

.section00 .text {
	padding-left: 2.5vw;
}

.section00 .text b {
	display: block;
	font-family:'NanumSquareNeo-dEb';
	font-size: 1.6vw;
	line-height: 120%;
	letter-spacing: -1px;
	margin-bottom: 2vw;
	color: #252525;
}

.section00 .text p {
	font-family:'NanumSquareNeo-bRg';
	font-size: 1vw;
	line-height: 125%;
	letter-spacing: -0.5px;
	color: #777777;
}

.section00 .img {
	width: 100%;
	margin-top: 4vw;
}

.section001 .text {
	padding: 2.5vw;
	font-size: 0.95vw;
	letter-spacing: -0.5px;
	font-family: 'NanumSquareNeo-bRg';
	color: #777777;
}

.section001 .text b {
	font-size: 1.3vw;
	font-family: 'NanumSquareNeo-cBd';
	color: #252525;
}

.section001 .text p {
	line-height: 32px;
}

.sec {
	position: relative;
	padding: 3vw 2.5vw;
	text-align: center;
}

.section01, .section03, .section05 {
	background-color: #f5f5f5;
}

.section02, .section04 {
	background-color: #f0f0f0;
}

.num__ {
	margin-bottom: 1.5vw;
	font-family:'Pretendard-Medium';
	color: #1d4f67;
	font-size: 0.9vw;
	letter-spacing: -0.5px;
}

.que {
	font-family:'Pretendard-Bold';
	font-size: 1.3vw;
	line-height: 120%;
	letter-spacing: -1px;
	color: #252525;
	margin-bottom: 1.5vw;
}

.que b {
	color: #1d4f67;
	line-height: 120%;
	font-family:'Pretendard-Bold';
}

.para {
	position: relative;
	margin-bottom: 1.5vw;
	font-family:'Pretendard-Medium';
	font-size: 0.95vw;
	line-height: 125%;
	letter-spacing: -0.5px;
	color: #353535;
	background-color: #ececec;
	padding: 1vw;
}

.para b {
	font-family:'Pretendard-Bold';
	line-height: 125%;
	color: #1d4f67;
}

.para span {
	color: #1d4f67;
	line-height: 125%;
}

/*.para::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0.35vw;
	height: 5vw;
	background-color: #d9d9d9;
}

.section02 .para::before, 
.section05 .para::before {
	height: 1.25vw;
}*/

.ans {
	position: relative;
}

/*.ans::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -2.4vw;
	width: 100%;
	height: 1px;
	background-color: #7f7f7f;
}*/

.ans label {
	display: flex;
	align-items: center;
	width: 100%;
	height: 2.6vw;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 0.4vw;
	font-size: 1vw;
	color: #999999;
	letter-spacing: -1.5px;
	padding-left: 1.2vw;
	cursor: pointer;
	font-family:'Pretendard-Regular';
	border: 2px solid #fff;
}

.ans label.active {
	border: 2px solid #1d4f67;
	color: #1d4f67;
	font-family:'Pretendard-SemiBold';
}

.ans input[type="checkbox"] {
    width: 1vw;
    height: 1vw;
    cursor: pointer;
    border: 1px solid #999;
	background-color: #fff !important;
    appearance: none;
    border-radius: 5px;
    position: relative;
	margin-right: 1vw;
}

.ans input[type="checkbox"]:checked {
	background-image: url("../img/check_img.png");
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
	background-color: transparent !important;
    border: 1px solid transparent;
}

.ans input:focus {
	box-shadow: none;
}

.ans .text__ {
	position: relative;
	width: 100%;
	height: 10vw;
	font-family:'NanumSquareNeo-bRg';
	font-size: 1.1vw;
	line-height: 125%;
	letter-spacing: -0.5px;
	color: #252525;
	padding: 1vw;
	border-radius: 10px;
}

.ans textarea::placeholder {
	color: #d9d9d9;
}

.section06 .ans {
	
}

.tit {
	font-family:'Pretendard-Regular';
	font-size: 1.1vw;
	letter-spacing: -0.5px;
	color: #252525;
	max-width: 100%;
}

.tit.name {
	margin-bottom: 1.5vw;
}

.tit span {
	margin-bottom: 0.3vw;
	text-align: left;
	display: block;
	color: #252525;
	font-size: 1.1vw;
}

.tit .sm {
	font-size: 1vw;
}

.tit b {
	font-family:'Pretendard-Regular';
	color: #1d4f67;
}

.tit input {
	font-family:'Pretendard-Medium';
	font-size: 1vw;
	letter-spacing: -0.5px;
	width: 100%;
	height: 2.4vw;
	color: #252525;
	border-radius: 5px;
	padding: 1.2vw;
	background-color: transparent !important;
}

.section05 .tit input {
	margin-bottom: 0.3vw;
}

.tit input::placeholder {
	font-family:'Pretendard-Regular';
	color: #d9d9d9;
	font-size: 1vw;
}

.tit input:focus {
  background-color: #fff !important;
}

.section06 .num input {
	text-align: center;
}

.section06 .num .number__ {
	font-family:'Pretendard-Medium';
	display: flex;
	align-items: center
}

.section06 .num .number__ p {
	font-family:'Pretendard-SemiBold';
	font-size: 1.1vw;
	border-radius: 5px;
	padding: 1.2vw 4vw;
	background-color: #fafafa;
	border: 1px solid #d9d9d9;
	color: #252525;
	height: 2.4vw;
	display: flex;
    align-items: center;
}

.section06 .num .hypen {
	padding: 0 1.2vw;
	margin-bottom: 0;
	font-family:'Pretendard-SemiBold';
}

.section06 .para {
	color: #353535;
	background-color: transparent;
	padding: 0;
	margin: 2.5vw 0;
	font-size: 0.98vw;
}

.btn {
	font-family:'Pretendard-SemiBold';
	font-size: 1.4vw;
	letter-spacing: -1px;
	color: #fff;
	width: 100%;
	height: 5vw;
	background-color: #1d4f67;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn p {
	/*opacity: 0;
	animation: btn_ani 1s step-end infinite;*/
}

@keyframes btn_ani {
    50% {
		opacity: 1;
	}
}

.footer {
	background-color: #e9e9e9;
	font-family:'Pretendard-Medium';
	color: #555;
	line-height: 150%;
	letter-spacing: -0.5px;
	text-align: left;
	font-size: 0.95vw;
}

.footer img {
	width: 10vw;
	display: block;
}

.footer b {
	font-family:'Pretendard-Bold';
}

@media(min-width:1921px) {
	.section00 {
		padding: 100px 0 30px;
	}

	.section00 .text {
		padding-left: 40px;
	}

	.section00 .text b {
		font-size: 28px;
	}

	.section00 .text p {
		font-size: 18px;
	}

	.section00 .img {
		margin-top: 80px;
	}

	.section001 {
		
	}

	.section001 .text {
		padding: 40px;
		font-size: 17px;
	}

	.section001 .text b {
		font-size: 24px;
	}

	.section001 .text p {
		line-height: 32px;
	}

	.sec {
		padding: 60px 45px;
	}
	
	.num__ {
		margin-bottom: 20px;
	}

	.que {
		font-size: 25px;
		margin-bottom: 35px;
	}

	.ans label {
		font-size: 19px;
		height: 50px;
	}

	.ans input[type="checkbox"] {
		width: 20px;
		height: 20px;
	}

	.ans::after {
		bottom: -45px;
	}

	.para {
		font-size: 17px;
		margin-bottom: 35px;
	}

	/*.para::before {
		width: 6px;
		height: 86px;
	}

	.section02 .para::before, .section05 .para::before {
		height: 22px;
	}*/

	.ans .text__ {
		font-size: 20px;
		padding: 20px;
		height: 180px;
	}

	.tit span {
		font-size: 19px;
	}

	.tit input {
		font-size: 19px;
		height: 50px;
        padding: 20px;
	}
	
	.tit input::placeholder {
		font-size: 19px;
	}

	.tit .sm {
		font-size: 18px;
	}

	.section06 .tit {
		font-size: 19px;
	}

	.section06 .num .number__ p {
		height: 50px;
		font-size: 19px;
		padding: 0 80px;
	}

	.section06 .num .hypen {
		padding: 0 15px;
	}

	.section06 .para {
		font-size: 18px;
	}

	.btn {
		font-size: 25px;
		height: 80px;
	}

	.footer {
		font-size: 17px;
	}

	.footer img {
		width: 190px;
	}
}

@media(max-width:1280px) {
	.section00 {
		padding: 13vw 0 6vw;
	}

	.section00 .img {
		margin-top: 13vw;
	}
	
	.section00 .text {
		padding-left: 7vw;
	}

	.section00 .text b {
		font-size: 6vw;
		margin-bottom: 5vw;
	}

	.section00 .text p {
		font-size: 3.5vw;
	}

	.section001 .text {
		font-size: 3.5vw;
		padding: 7vw;
		line-height: 120%;
		font-family: 'NanumSquareNeo-bRg';
	}

	.section001 .text b {
		font-size: 6vw;
		font-family: 'NanumSquareNeo-cBd';
		color: #252525;
	}

	.section001 .text p {
		line-height: 30px;
		color: #777777;
	}

	.sec {
		padding: 9vw 7vw;
	}

	.num__ {
		margin-bottom: 4vw;
		font-size: 3.5vw;
	}

	.que {
		font-size: 6vw;
		margin-bottom: 6.5vw;
	}

	.ans label {
		font-size: 4.2vw;
		height: 12vw;
		letter-spacing: -1.5px;
		border-radius: 10px;
		padding-left: 3.5vw;
		margin-bottom: 1.2vw;
	}

	.ans input[type="checkbox"] {
		width: 3.5vw;
		height: 3.5vw;
		margin-right: 3vw;
	}

	.para {
		font-size: 3.5vw;
		margin-bottom: 6vw;
		padding: 3vw;
	}

	.section02 .para::before, 
	.section05 .para::before {
		height: 4vw;
	}

	.ans .text__ {
		font-size: 4.2vw;
		padding: 3vw;
		height: 32vw;
		border-radius: 10px;
	}

	.section06 .ans {
		width: 100%;
	}

	 .tit {
		font-size: 3.8vw;
		margin-bottom: 3vw;
	}

	 .tit.name {
		margin-bottom: 5vw;
	}

	 .tit span {
		margin-bottom: 1vw;
		font-size: 3.8vw;
	}

	 .tit input {
		height: 12vw;
		font-size: 4vw;
		border-radius: 10px;
		padding: 3vw;
	}

	 .tit input::placeholder {
		font-size: 4.2vw;
	}

	.tit .sm {
		font-size: 3.3vw;
	}

	.section05 .tit input {
		margin-bottom: 1.5vw;
	}

	.section06 .num .number__ p {
		height: 12vw;
		font-size: 4vw;
		padding: 0 6vw;
	}

	.section06 .para {
		font-size: 3.3vw;
		margin: 7vw 0;
	}

	.btn {
		font-size: 6vw;
		height: 20vw;
	}

	.footer {
		font-size: 3vw;
	}

	.footer img {
		width: 32vw;
	}

}
