<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Pretendard-Bold';
    src: url('../fonts/Pretendard-Bold.woff2') format('woff2'),
        url('../fonts/Pretendard-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard-Medium';
    src: url('../fonts/Pretendard-Medium.woff2') format('woff2'),
        url('../fonts/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('../fonts/Pretendard-Regular.woff2') format('woff2'),
        url('../fonts/Pretendard-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,p,img{
	margin: 0px;
	padding: 0px;
}

img{
	max-width: 100%;
	max-height: auto;
}

.header .btns{
	padding: 50px 60px 0 0;
	font-family: "Pretendard-Medium";
}

.header .btn1{
	border: 1px solid #EC661A;
	color: #EC661A;
	background: #ffffff;
	border-radius: 6px;
}

.header .btn2{
	color: #ffffff;
	background: #EC661A;
	border-radius: 6px;
}
.btns button{
	width: auto;
}


.main .banner {
    width: 100%;
    height: 260px;
    margin-top: 40px;
    border-top: 5px;
    background: linear-gradient(#EAEFF3 100%,#F8FCFD 100%);
}
.banner .banner-container {
    height: 100%;
    display: grid;
    place-items: center;
}
.main .container-fluid h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 47.73px;
    color: #373737
}

.main .content {
    margin-top: 100px;
    height: 89px;
    text-align: center;
    line-height: 42px;
}
.main .content-container {
    text-align: center;
}

.main .content .content-container .main-heading h2 {
    font-weight: 700;
    font-size: 32px;
    color: #EC661A;
}
.main .content .content-container .main-heading h2::after {
    content: '';
    position: relative;
    top: 50%; /* Position after the half of the height */
    left: 0;
    width: 100%;
    height: 50%; /* Adjust to the remaining half */
    background-color: yellow; /* Adjust background color */
    z-index: 9897987987981; /* Move it behind the text */
}

.main .content .content-container .sub-heading h3 {
    font-weight: 400;
    font-size: 24px;
}

.main .content .content-container .image {
    margin-top: 60px;
    text-align: center;
}

.main .content .content-container .image img {
    width: 798px;
    height: 406px;
}

.main .content .content-container .laws {
    margin-top: 60px;
    display: grid;
    place-items: center;
}

.main .content .content-container .laws .laws-container {
    min-width: 777px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
    line-height: 28px;
}

.main .content .content-container .laws .laws-container h5 {
    font-weight: 400px;
    font-size: 20px;
}

.main .content .content-container .laws .laws-container h5 span {
    font-weight: 700;
    font-size: 20px;
    color: rgba(236, 102, 26, 1);
}

.main .content .content-container .middle-heading {
    margin-top: 120px;
}

.main .content .content-container .middle-heading h2 {
    font-weight: 700;
    font-size: 32px;
    color: #EC661A;
    line-height: 38.19px;
}

.main .content .container-fluid .middle-heading h2 span {
    font-weight: 700;
    font-size: 40px;
    color: rgba(55, 55, 55, 1);
    line-height: 47.73px;
}

.main .content .content-container .kitchen-form-container .kitchen-image {
    margin-top: 100px;
    margin-bottom: 60px;
}

.main .content .content-container .kitchen-form-container .kitchen-image img {
    /* max-width: 573px; */
    height: 573px;
}

.main .content .content-container .kitchen-form-container .form-content {
    display: grid;
    place-items: center;
}

.main .content .content-container .middle-heading1 h2 {
    font-weight: 700;
    font-size: 32px;
    color: #EC661A;
    line-height: 38.19px;
}
.main .content .content-container .kitchen-form-container .form-content .form {
    width: 650px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.main .content .content-container .kitchen-form-container .form-content .form input[type='text'], label {
    width: 100%;
    text-align: justify;
}
.main .content .content-container .kitchen-form-container .form-content .form .form-check {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .content .content-container .kitchen-form-container .form-content .form .form-check-label {
    margin-left: 8px;
}
.main .content .content-container .kitchen-form-container .form-content .form label img {
    margin-top: -15px;
}

.main .content .content-container .kitchen-form-container .form-content .form .custom-form-group {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .content .content-container .kitchen-form-container .form-content .form .form-check-container {
    margin-top: 40px;
}


.main .content .content-container .kitchen-form-container .form-content .form-group &gt; label {
    font-weight: 500;
    font-size: 16px;
    line-height: 19.09px;
}
.main .content .content-container .kitchen-form-container .form-content .form-group .form-check &gt; label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.09px;
}
.main .content .content-container .kitchen-form-container .form-content .form-group .form-check &gt; label span {
    color: #EC661A;
}
.main .content .content-container .kitchen-form-container .form-content button, .main .content .content-container .kitchen-form-container .form-content a.btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 19.09px;
    text-align: center;
}

.main .content .content-container .kitchen-form-container .form-content .form button.submit-btn {
    min-width: 136px;
    height: 43px;
    border-radius: 8px;
    border-bottom: 3px;
    padding: 12px 40px 12px 40px;
    margin: 10px;
    background: rgba(236, 102, 26, 0.05);
    color: #EC661A;
    margin-top: 40px;
}

.main .content .content-container .kitchen-form-container .form-content .findout-btn {
    min-width: 280px;
    height: 60px;
    border-radius: 8px;
    border-bottom: 3px;
    padding: 20px 60px 20px 60px;
    margin: 10px;
    color: #ffffff;
    background: #EC661A;
}
</pre></body></html>