@import url('https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/static/woff2/SUIT.css?family=SUIT');
/*

img{width:100%;}
body { font-weight: 400; color:#333;padding:0; margin:0; font-size:18px; letter-spacing: -1px; height:100%; font-family: 'SUIT', sans-serif, 'Noto Sans KR', sans-serif; background:#ffffff;min-width:320px;-webkit-text-size-adjust: none; }
body.is_hidden{overflow:hidden}
html, h1, h2, h3, h4, h5, h6, form, fieldset, td, tr, table ,tbody {margin:0;padding:0;border:0; border-spacing: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
header ul, nav ul, footer ul {margin:0;padding:0;list-style:none}
label, input, button, select {vertical-align:middle}
input, button {margin:0;padding:0;font-size:1em}
button,input[type=submit] {cursor:pointer;}
input[type=text], input[type=password], input[type=submit], input[type=image], button {-webkit-appearance:none}
textarea, select {font-size:1em;}
textarea {border-radius:0;-webkit-appearance:none}
select{background:#fff}
p {margin:0;padding:0;}
hr {display:none;}
button {background-color:unset; border:0; }
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {text-decoration:none;}
ul,li,dl,dt,dd {padding:0;margin:0; list-style: none;}
ul {list-style:none;}
*, :after, :before {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
} */


:root { --navy:#17288b; --blue:#4c49ff; --sky:#84afff; --violet:#5c21ff; --gold:#C9A84C; --sans:'Noto Sans KR', sans-serif; --sans2:"pretendard";}

.clear::after{content:""; display:table; clear:both;}
.suit_en{letter-spacing: normal;}
.voucher_index{width:100%; height: 100%; font-size: 1.8rem;}
.voucher_index img{width:100%;}
.voucher_index .main_banner{height:100vh; width:100%; display:flex; overflow:hidden;
    background-image: url(https://igm.or.kr/data/editor/2604/4f1ff366f080e69ac5649c4b9e28ca90_1776069549_2751.png); background-repeat: no-repeat; background-size: cover;}

@media (min-width: 1024px) {
.voucher_index .voucher-process{width: 25%;}
}

@media (max-width: 480px) {
.voucher_index .main_banner{background-position: center;}
}
