@charset "utf-8";

/* reset */
div,
dl,
dt,
dd,
p,
form,
input,
select,
textarea,
fieldset,
legend,
figure {
  margin: 0;
  padding: 0;
  outline: none;
}

body,
html {
  height: 100%;
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
  outline: none;
  font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #181818;
  -webkit-appearance: none;
  border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
  padding: 0;
  outline: none;
}

fieldset,
li {
  border: 0;
  vertical-align: top;
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  outline: none;
}

img {
  border: none;
  vertical-align: top;
}

button {
  overflow: visible;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: none;
  margin: 0;
  padding: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

address,
caption,
em,
i {
  font-style: normal;
}

a {
  font-weight: normal;
  font-style: normal;
  color: #777;
  text-decoration: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
}

table {
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

table tr,
table td {
  margin: 0;
  padding: 0;
}

hr {
  display: none;
}

header,
main,
footer,
nav,
section,
article {
  display: block;
}

button,
input,
textarea,
select {
  font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #181818;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
  overflow: auto;
}

div,
table,
th,
td,
textarea,
pre,
blockquote {
  font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #181818;
  line-height: 1.5;
}

#container {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  position: relative;
}

#wrap {
  width: 100%;
  background-color: #f5f5f5;
}

.finale_frm {
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  word-wrap: break-word;
  word-break: break-all;
}

.finale_frm .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 720px;
}

.finale_frm .content .title {
  font-size: 50px;
  font-weight: bold;
  line-height: 70px;
  color: #f92627;
  padding: 100px 0 60px;
  letter-spacing: -2.13px;
}

.finale_frm .content .top_img {
  width: 300px;
}

.finale_frm .content .desc {
  letter-spacing: -0.45px;
  margin-top: 100px;
  font-size: 18px;
  color: #000;
  width: 100%;
  line-height: 28px;
}

.finale_frm .content .desc.small {
  margin-top: 30px;
  font-size: 16px;
}

.finale_frm .content .service {
  margin: 80px 0;
}

.finale_frm .content .service .srv_tit {
  font-size: 18px;
  font-weight: 700;
}

.finale_frm .content .service .srv_list {
  width: 720px;
  margin-top: 8px;
  padding-bottom: 40px;
  background-color: #efefef;
}

.finale_frm .content .service .srv_list li img {
  width: 700px;
}

.finale_frm .content .service .srv_list li span {
  position: relative;
  display: block;
  margin: 12px 0 12px 84px;
  padding-left: 22px;
}

.finale_frm .content .service .srv_list li span::before {
  content: '▶';
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 11px;
}
