            body {
            	background: #ffffff;
            }

            :root {
            	--main-color: #00249C;
            	--main-color-hv: #00218d;
            }

            .has-promo-bar {
            	padding-top: 100px !important;
            }

            #header {
            	width: 100%;
            	background-color: #fff;
            	border-bottom: 1px solid #00aee4;
            }

            .main-box {
            	padding: 2.1875rem;

            }

            #header .logo {
            	/* margin-right: 15px; */
            	max-width: 40%;
            }

            .white-bg {
            	background-color: #fff;
            	border-radius: 20px;
            }

            .t-fixed {
            	top: 0;
            	right: 0;
            	left: 0;
            	z-index: 888;
            	position: fixed;
            }

            #header .top-header {
            	height: 84px;
            	display: flex;
            	align-items: center;
            }

            .top-logo {
            	/* padding-top: 1.625rem; */
            	display: flex;
            	align-items: center;
            	justify-content: space-between;
            	margin-bottom: 30px;
            	padding-bottom: 20px;
            	border-bottom: 1px solid #e5e5e5;
            }

            .card-hd-l {
            	display: inline-block;
            }

            .card-bd {
            	/* padding-top: 1rem; */
            }

            .card-hd {
            	/* border-bottom: 1px solid #e5e5e5; */
            	/*  padding-bottom: 15px;
						    margin-bottom: 20px; */
            	padding-top: 1rem;
            	display: flex;
            	/* align-items: center; */
            	margin-bottom: 1rem;
            }

            .card-hd .card-hd-l h2 {
            	font-weight: bold;
            	font-size: 1rem;
            	color: #333;
            	line-height: 25px;
            	/* padding-left: 10px;
			                border-style: solid;
			                border-left-width: 3px;
			                border-top-width: 0;
			                border-bottom-width: 0;
			                border-right-width: 0;
			                border-left-color: #0085D5; */
            }


            #footer {
            	text-align: center;
            	padding: 20px 15px;
            	line-height: 30px;
            	font-size: 14px;
            }

            .tit {
            	font-size: 1.8rem;
            	text-align: center;
            	color: #00aee4;
            	margin-top: 1.875rem;
            	margin-bottom: 1.875rem;
            	font-weight: bold;
            	line-height: 30px;
            }
			
			.tit1 {
				font-size: 1.2rem;
				text-align: center;
				/* padding-top: 2rem; */
				color: #0A2347;
				margin-bottom: 0.875rem;
				font-weight: bold;
				line-height: 30px;
			}

            .submit {
            	margin-bottom: 20px;
            	/* border-bottom: 1px solid #e5e5e5; */
            	padding: 30px 0;
            }


            .footer1 .gu-box {
            	text-align: center;
            	/* 	background-color: #00249C;  
				border-radius: 10px; */
            }

            .footer1 .gu-txt {
            	font-weight: bold;
            	text-align: center;
            	color: #333;
            	font-size: 0.875rem;
            }

            .footer1 .tel-box {
            	display: flex;
            }

            .footer1 .tel-text p {
            	font-size: 0.875rem;
            	margin-bottom: 0.3125rem;
            }

            .btn-primary {
            	font-weight: bold;
            	border-radius: 100px;
            }

            .font-red {
            	color: #ee3134;
            }

            .under-info {
            	display: flex;
            	justify-content: center;
            	padding-bottom: 70px;
            }
			
			
		/* 	.video-img{
				box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
			}
 */

            @media screen and (min-width:992px) {
            	.container {
            		width: 970px;
            	}

            	.submit {
            		display: flex;
            		justify-content: center;
            	}

            	.submit .btn-primary {
            		width: 31.25rem;

            	}

            }

            @media screen and (min-width:768px) and (max-width: 992px) {
				.tit1{
					margin-top: 1rem;
				}

            	.main-box {
            		padding-right: 35px;
            		padding-left: 35px;
            	}

            	.submit .btn-primary {
            		display: block;
            		width: 100%;
            	}

            	.top-header {
            		justify-content: center;
            	}

            }

            @media screen and (max-width:767px) {
				.tit1{
					margin-top: 1rem;
				}

            	/* .top-logo {
				    flex-direction: column;
				} */
            	.top-logo {
            		padding-bottom: 0.3125rem;
            		margin-bottom: 0.625rem;
            	}

            	.top-logo .top-logo-box {
            		width: 45%;
            		margin-bottom: 0.625rem;
            	}

            	.footer1 .tel-text p {
            		text-align: center;
            	}

            	.footer1 .gu-box {
            		margin-top: 30px;
            		padding-top: 20px;
            		border-top: 1px solid #e5e5e5;
            	}

            	.tit {
            		padding-top: 0;
            		font-size: 1.3rem;
            		margin-bottom: 0.875rem;
            	}

            	.submit {
            		margin-bottom: 0;
            	}

            	#header .logo {
            		max-width: 70%;
            	}

            	.main-box {
            		padding-right: 15px;
            		padding-left: 15px;
            	}

            	/* .container {
					margin-right: 15px;
					margin-left: 15px;
				} */

            	.submit .btn-primary {
            		display: block;
            		width: 100%;
            	}

            	.top-header {
            		justify-content: center;
            	}
            }