@charset "utf-8";@import url(./font.css);
* { margin: 0; padding: 0; font: inherit; color: inherit; } 
*,
:after,
:before { box-sizing: border-box; flex-shrink: 0; } 
:root { -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; cursor: default; line-height: 1.5; overflow-wrap: break-word; word-break: break-word; tab-size: 4; } 
html,
body { height: 100%; margin: 0 auto; } 
section { width: 100%;} 
.iframe-form { min-height: 100vh; display: flex; align-items: center; justify-content: center; } 
iframe { border: 0; } 
img,
picture,
video,
canvas,
svg { display: block; max-width: 100%; } 
button { background: none; border: 0; cursor: pointer; } 
a { text-decoration: none; color: inherit; } 
table { border-collapse: collapse; border-spacing: 0; } 
ul,
ol { list-style: none; } 

.sub-page-container { height: inherit; /* max-width: 1920px; */
 width: 100%; margin: 0 auto; } 
.sub-page-container02 { height: inherit; max-width: calc(1407px + 32px); width: 100%; margin: 0 auto; /* transform: translateX(64px); */}

:root { --black: #181818; --main: #3559e0; --secondary-color: #000000; --border: #e6e8ec; --gray: #bababa; --background: #f5f5f6; --footer-bg: #191919; --footer-text: #fff; } 
body { /* font-family: "Noto Sans KR", "Helvetica Neue", Helvetica, Arial, sans-serif; */
 font-family: "Pretendard", "Helvetica Neue", Helvetica, Arial, sans-serif; color: var(--black); } 

/* input */
.s__input { padding: 11px 18px; border-radius: 5px; border: 1px solid var(--border); font-size: 16px; min-height: 48px; margin: 2px; } 
.s__input-small { padding: 8px 14px; font-size: 14px; min-height: 40px; } 
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } 
.s__input::placeholder { color: var(--gray); } 
/* select */
.s__select { -webkit-appearance: none; /* for chrome */
 -moz-appearance: none; /*for firefox*/
 appearance: none; background: url("/image/icon_down_arrow.svg") no-repeat 95% 50%/18px auto; background-color: #fff; padding: 12px 54px 12px 18px; border-radius: 5px; border: 1px solid var(--border); font-size: 16px; min-height: 50px; margin: 2px; } 
.s__select::-ms-expand { display: none; /*for IE10,11*/}