@font-face {
  font-family: 'SB 어그로 M';
  src: url('../fonts/SB 어그로 M.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SB 어그로 L';
  src: url('../fonts/SB 어그로 L.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: '강원교육튼튼';
  src: url('../fonts/강원교육튼튼.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.75em;
  -webkit-text-size-adjust: none;
  background: #F8F8F8;
  font-family: 'SB 어그로 L', sans-serif;
  font-weight: 300;
  font-size: 17pt;
  color: #888;
  -webkit-text-stroke: 0.1px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

mark {
  background-color: transparent;
  color: inherit;
}

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

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

@-ms-viewport {}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.dark {
  color: rgba(255, 255, 255, 0.65);
}

input,
textarea,
select {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 17pt;
  line-height: 1.75em;
  color: #888;
  -webkit-text-stroke: 0.1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #666;
  margin: 0 0 1em 0;
  font-weight: 100;
  line-height: 1.5em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #fff;
}

strong,
b {
  font-weight: 400;
  color: inherit;
}

.dark strong,
.dark b {
  color: rgba(255, 255, 255, 0.85);
}

em,
i {
  font-style: italic;
}

a {
  -moz-transition: border-bottom-color 0.25s ease-in-out;
  -webkit-transition: border-bottom-color 0.25s ease-in-out;
  -ms-transition: border-bottom-color 0.25s ease-in-out;
  transition: border-bottom-color 0.25s ease-in-out;
  color: inherit;
  text-decoration: none;
  border-bottom: dotted 1px rgba(0, 0, 0, 0.25);
}

a:hover {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.dark a {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

.dark a:hover {
  border-bottom-color: rgba(255, 255, 255, 0);
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

hr {
  border: 0;
  border-top: solid 1px #e6e6e6;
  margin: 2em 0 2em 0;
}

.dark hr {
  border-top-color: rgba(255, 255, 255, 0.5);
}

blockquote {
  border-left: solid 0.25em #e6e6e6;
  padding: 1em 0 1em 2em;
  font-style: italic;
}

.dark blockquote {
  border-left-color: rgba(255, 255, 255, 0.5);
}

p,
ul,
ol,
dl,
table {
  margin-bottom: 1em;
}

p {
  text-align: justify;
}

header {
  margin-bottom: 1em;
}

header h1,
header h2,
header h3,
header h4,
header h5,
header h6 {
  margin: 0;
}

header p {
  display: block;
  margin: 0;
  padding: 0.25em 0 0.5em 0;
}

footer {
  padding-top: 1.5em;
}

br.clear {
  clear: both;
}

.featured {
  text-align: center;
}

.featured p {
  text-align: center;
}

.container {
  margin: 0 auto;
  max-width: 100%;
  width: 1360px;
}

.container.medium {
  width: 1020px;
}

@media screen and (max-width: 1680px) {

  /* ===== Common (global/shared) ===== */
  .container {
    width: 1200px;
  }

  .container.medium {
    width: 900px;
  }

}

@media screen and (max-width: 1280px) {

  /* ===== Common (global/shared) ===== */
  .container {
    width: 960px;
  }

  .container.medium {
    width: 720px;
  }

}

@media screen and (max-width: 1000px) {

  /* ===== Common (global/shared) ===== */
  .container {
    width: 100% !important;
  }

}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
  margin-top: -50px;
  margin-left: -50px;
}

.row>* {
  box-sizing: border-box;
  padding: 50px 0 0 50px;
}

.row.gtr-uniform>*> :last-child {
  margin-bottom: 0;
}

.row.aln-left {
  justify-content: flex-start;
}

.row.aln-center {
  justify-content: center;
}

.row.aln-right {
  justify-content: flex-end;
}

.row.aln-top {
  align-items: flex-start;
}

.row.aln-middle {
  align-items: center;
}

.row.aln-bottom {
  align-items: flex-end;
}

.row>.imp {
  order: -1;
}

.row>.col-1 {
  width: 8.33333%;
}

.row>.off-1 {
  margin-left: 8.33333%;
}

.row>.col-2 {
  width: 16.66667%;
}

.row>.off-2 {
  margin-left: 16.66667%;
}

.row>.col-3 {
  width: 25%;
}

.row>.off-3 {
  margin-left: 25%;
}

.row>.col-4 {
  width: 33.33333%;
}

.row>.off-4 {
  margin-left: 33.33333%;
}

.row>.col-5 {
  width: 41.66667%;
}

.row>.off-5 {
  margin-left: 41.66667%;
}

.row>.col-6 {
  width: 50%;
}

.row>.off-6 {
  margin-left: 50%;
}

.row>.col-7 {
  width: 58.33333%;
}

.row>.off-7 {
  margin-left: 58.33333%;
}

.row>.col-8 {
  width: 66.66667%;
}

.row>.off-8 {
  margin-left: 66.66667%;
}

.row>.col-9 {
  width: 75%;
}

.row>.off-9 {
  margin-left: 75%;
}

.row>.col-10 {
  width: 83.33333%;
}

.row>.off-10 {
  margin-left: 83.33333%;
}

.row>.col-11 {
  width: 91.66667%;
}

.row>.off-11 {
  margin-left: 91.66667%;
}

.row>.col-12 {
  width: 100%;
}

.row>.off-12 {
  margin-left: 100%;
}

.row.gtr-0 {
  margin-top: 0px;
  margin-left: 0px;
}

.row.gtr-0>* {
  padding: 0px 0 0 0px;
}

.row.gtr-0.gtr-uniform {
  margin-top: 0px;
}

.row.gtr-0.gtr-uniform>* {
  padding-top: 0px;
}

.row.gtr-25 {
  margin-top: -12.5px;
  margin-left: -12.5px;
}

.row.gtr-25>* {
  padding: 12.5px 0 0 12.5px;
}

.row.gtr-25.gtr-uniform {
  margin-top: -12.5px;
}

.row.gtr-25.gtr-uniform>* {
  padding-top: 12.5px;
}

.row.gtr-50 {
  margin-top: -25px;
  margin-left: -25px;
}

.row.gtr-50>* {
  padding: 25px 0 0 25px;
}

.row.gtr-50.gtr-uniform {
  margin-top: -25px;
}

.row.gtr-50.gtr-uniform>* {
  padding-top: 25px;
}

.row.gtr-uniform {
  margin-top: -50px;
}

.row.gtr-uniform>* {
  padding-top: 50px;
}

.row.gtr-150 {
  margin-top: -75px;
  margin-left: -75px;
}

.row.gtr-150>* {
  padding: 75px 0 0 75px;
}

.row.gtr-150.gtr-uniform {
  margin-top: -75px;
}

.row.gtr-150.gtr-uniform>* {
  padding-top: 75px;
}

.row.gtr-200 {
  margin-top: -100px;
  margin-left: -100px;
}

.row.gtr-200>* {
  padding: 100px 0 0 100px;
}

.row.gtr-200.gtr-uniform {
  margin-top: -100px;
}

.row.gtr-200.gtr-uniform>* {
  padding-top: 100px;
}

@media screen and (max-width: 1680px) {

  /* ===== Common (global/shared) ===== */
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
    margin-top: -40px;
    margin-left: -40px;
  }

  .row>* {
    box-sizing: border-box;
    padding: 40px 0 0 40px;
  }

  .row.gtr-uniform>*> :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row>.imp-wide {
    order: -1;
  }

  .row>.col-1-wide {
    width: 8.33333%;
  }

  .row>.off-1-wide {
    margin-left: 8.33333%;
  }

  .row>.col-2-wide {
    width: 16.66667%;
  }

  .row>.off-2-wide {
    margin-left: 16.66667%;
  }

  .row>.col-3-wide {
    width: 25%;
  }

  .row>.off-3-wide {
    margin-left: 25%;
  }

  .row>.col-4-wide {
    width: 33.33333%;
  }

  .row>.off-4-wide {
    margin-left: 33.33333%;
  }

  .row>.col-5-wide {
    width: 41.66667%;
  }

  .row>.off-5-wide {
    margin-left: 41.66667%;
  }

  .row>.col-6-wide {
    width: 50%;
  }

  .row>.off-6-wide {
    margin-left: 50%;
  }

  .row>.col-7-wide {
    width: 58.33333%;
  }

  .row>.off-7-wide {
    margin-left: 58.33333%;
  }

  .row>.col-8-wide {
    width: 66.66667%;
  }

  .row>.off-8-wide {
    margin-left: 66.66667%;
  }

  .row>.col-9-wide {
    width: 75%;
  }

  .row>.off-9-wide {
    margin-left: 75%;
  }

  .row>.col-10-wide {
    width: 83.33333%;
  }

  .row>.off-10-wide {
    margin-left: 83.33333%;
  }

  .row>.col-11-wide {
    width: 91.66667%;
  }

  .row>.off-11-wide {
    margin-left: 91.66667%;
  }

  .row>.col-12-wide {
    width: 100%;
  }

  .row>.off-12-wide {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .row.gtr-0>* {
    padding: 0px 0 0 0px;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }

  .row.gtr-0.gtr-uniform>* {
    padding-top: 0px;
  }

  .row.gtr-25 {
    margin-top: -10px;
    margin-left: -10px;
  }

  .row.gtr-25>* {
    padding: 10px 0 0 10px;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -10px;
  }

  .row.gtr-25.gtr-uniform>* {
    padding-top: 10px;
  }

  .row.gtr-50 {
    margin-top: -20px;
    margin-left: -20px;
  }

  .row.gtr-50>* {
    padding: 20px 0 0 20px;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -20px;
  }

  .row.gtr-50.gtr-uniform>* {
    padding-top: 20px;
  }

  .row.gtr-uniform {
    margin-top: -40px;
  }

  .row.gtr-uniform>* {
    padding-top: 40px;
  }

  .row.gtr-150 {
    margin-top: -60px;
    margin-left: -60px;
  }

  .row.gtr-150>* {
    padding: 60px 0 0 60px;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -60px;
  }

  .row.gtr-150.gtr-uniform>* {
    padding-top: 60px;
  }

  .row.gtr-200 {
    margin-top: -80px;
    margin-left: -80px;
  }

  .row.gtr-200>* {
    padding: 80px 0 0 80px;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -80px;
  }

  .row.gtr-200.gtr-uniform>* {
    padding-top: 80px;
  }

}

@media screen and (max-width: 1280px) {

  /* ===== Common (global/shared) ===== */
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
    margin-top: -30px;
    margin-left: -30px;
  }

  .row>* {
    box-sizing: border-box;
    padding: 30px 0 0 30px;
  }

  .row.gtr-uniform>*> :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row>.imp-normal {
    order: -1;
  }

  .row>.col-1-normal {
    width: 8.33333%;
  }

  .row>.off-1-normal {
    margin-left: 8.33333%;
  }

  .row>.col-2-normal {
    width: 16.66667%;
  }

  .row>.off-2-normal {
    margin-left: 16.66667%;
  }

  .row>.col-3-normal {
    width: 25%;
  }

  .row>.off-3-normal {
    margin-left: 25%;
  }

  .row>.col-4-normal {
    width: 33.33333%;
  }

  .row>.off-4-normal {
    margin-left: 33.33333%;
  }

  .row>.col-5-normal {
    width: 41.66667%;
  }

  .row>.off-5-normal {
    margin-left: 41.66667%;
  }

  .row>.col-6-normal {
    width: 50%;
  }

  .row>.off-6-normal {
    margin-left: 50%;
  }

  .row>.col-7-normal {
    width: 58.33333%;
  }

  .row>.off-7-normal {
    margin-left: 58.33333%;
  }

  .row>.col-8-normal {
    width: 66.66667%;
  }

  .row>.off-8-normal {
    margin-left: 66.66667%;
  }

  .row>.col-9-normal {
    width: 75%;
  }

  .row>.off-9-normal {
    margin-left: 75%;
  }

  .row>.col-10-normal {
    width: 83.33333%;
  }

  .row>.off-10-normal {
    margin-left: 83.33333%;
  }

  .row>.col-11-normal {
    width: 91.66667%;
  }

  .row>.off-11-normal {
    margin-left: 91.66667%;
  }

  .row>.col-12-normal {
    width: 100%;
  }

  .row>.off-12-normal {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .row.gtr-0>* {
    padding: 0px 0 0 0px;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }

  .row.gtr-0.gtr-uniform>* {
    padding-top: 0px;
  }

  .row.gtr-25 {
    margin-top: -7.5px;
    margin-left: -7.5px;
  }

  .row.gtr-25>* {
    padding: 7.5px 0 0 7.5px;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -7.5px;
  }

  .row.gtr-25.gtr-uniform>* {
    padding-top: 7.5px;
  }

  .row.gtr-50 {
    margin-top: -15px;
    margin-left: -15px;
  }

  .row.gtr-50>* {
    padding: 15px 0 0 15px;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -15px;
  }

  .row.gtr-50.gtr-uniform>* {
    padding-top: 15px;
  }

  .row.gtr-uniform {
    margin-top: -30px;
  }

  .row.gtr-uniform>* {
    padding-top: 30px;
  }

  .row.gtr-150 {
    margin-top: -45px;
    margin-left: -45px;
  }

  .row.gtr-150>* {
    padding: 45px 0 0 45px;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -45px;
  }

  .row.gtr-150.gtr-uniform>* {
    padding-top: 45px;
  }

  .row.gtr-200 {
    margin-top: -60px;
    margin-left: -60px;
  }

  .row.gtr-200>* {
    padding: 60px 0 0 60px;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -60px;
  }

  .row.gtr-200.gtr-uniform>* {
    padding-top: 60px;
  }

}

@media screen and (max-width: 1000px) {

  /* ===== Common (global/shared) ===== */
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
    margin-top: -25px;
    margin-left: -25px;
  }

  .row>* {
    box-sizing: border-box;
    padding: 25px 0 0 25px;
  }

  .row.gtr-uniform>*> :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row>.imp-narrow {
    order: -1;
  }

  .row>.col-1-narrow {
    width: 8.33333%;
  }

  .row>.off-1-narrow {
    margin-left: 8.33333%;
  }

  .row>.col-2-narrow {
    width: 16.66667%;
  }

  .row>.off-2-narrow {
    margin-left: 16.66667%;
  }

  .row>.col-3-narrow {
    width: 25%;
  }

  .row>.off-3-narrow {
    margin-left: 25%;
  }

  .row>.col-4-narrow {
    width: 33.33333%;
  }

  .row>.off-4-narrow {
    margin-left: 33.33333%;
  }

  .row>.col-5-narrow {
    width: 41.66667%;
  }

  .row>.off-5-narrow {
    margin-left: 41.66667%;
  }

  .row>.col-6-narrow {
    width: 50%;
  }

  .row>.off-6-narrow {
    margin-left: 50%;
  }

  .row>.col-7-narrow {
    width: 58.33333%;
  }

  .row>.off-7-narrow {
    margin-left: 58.33333%;
  }

  .row>.col-8-narrow {
    width: 66.66667%;
  }

  .row>.off-8-narrow {
    margin-left: 66.66667%;
  }

  .row>.col-9-narrow {
    width: 75%;
  }

  .row>.off-9-narrow {
    margin-left: 75%;
  }

  .row>.col-10-narrow {
    width: 83.33333%;
  }

  .row>.off-10-narrow {
    margin-left: 83.33333%;
  }

  .row>.col-11-narrow {
    width: 91.66667%;
  }

  .row>.off-11-narrow {
    margin-left: 91.66667%;
  }

  .row>.col-12-narrow {
    width: 100%;
  }

  .row>.off-12-narrow {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .row.gtr-0>* {
    padding: 0px 0 0 0px;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }

  .row.gtr-0.gtr-uniform>* {
    padding-top: 0px;
  }

  .row.gtr-25 {
    margin-top: -6.25px;
    margin-left: -6.25px;
  }

  .row.gtr-25>* {
    padding: 6.25px 0 0 6.25px;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -6.25px;
  }

  .row.gtr-25.gtr-uniform>* {
    padding-top: 6.25px;
  }

  .row.gtr-50 {
    margin-top: -12.5px;
    margin-left: -12.5px;
  }

  .row.gtr-50>* {
    padding: 12.5px 0 0 12.5px;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -12.5px;
  }

  .row.gtr-50.gtr-uniform>* {
    padding-top: 12.5px;
  }

  .row.gtr-uniform {
    margin-top: -25px;
  }

  .row.gtr-uniform>* {
    padding-top: 25px;
  }

  .row.gtr-150 {
    margin-top: -37.5px;
    margin-left: -37.5px;
  }

  .row.gtr-150>* {
    padding: 37.5px 0 0 37.5px;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -37.5px;
  }

  .row.gtr-150.gtr-uniform>* {
    padding-top: 37.5px;
  }

  .row.gtr-200 {
    margin-top: -50px;
    margin-left: -50px;
  }

  .row.gtr-200>* {
    padding: 50px 0 0 50px;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -50px;
  }

  .row.gtr-200.gtr-uniform>* {
    padding-top: 50px;
  }

}

@media screen and (max-width: 736px) {

  /* ===== Common (global/shared) ===== */
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
    margin-top: -20px;
    margin-left: -20px;
  }

  .row>* {
    box-sizing: border-box;
    padding: 20px 0 0 20px;
  }

  .row.gtr-uniform>*> :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row>.imp-mobile {
    order: -1;
  }

  .row>.col-1-mobile {
    width: 8.33333%;
  }

  .row>.off-1-mobile {
    margin-left: 8.33333%;
  }

  .row>.col-2-mobile {
    width: 16.66667%;
  }

  .row>.off-2-mobile {
    margin-left: 16.66667%;
  }

  .row>.col-3-mobile {
    width: 25%;
  }

  .row>.off-3-mobile {
    margin-left: 25%;
  }

  .row>.col-4-mobile {
    width: 33.33333%;
  }

  .row>.off-4-mobile {
    margin-left: 33.33333%;
  }

  .row>.col-5-mobile {
    width: 41.66667%;
  }

  .row>.off-5-mobile {
    margin-left: 41.66667%;
  }

  .row>.col-6-mobile {
    width: 50%;
  }

  .row>.off-6-mobile {
    margin-left: 50%;
  }

  .row>.col-7-mobile {
    width: 58.33333%;
  }

  .row>.off-7-mobile {
    margin-left: 58.33333%;
  }

  .row>.col-8-mobile {
    width: 66.66667%;
  }

  .row>.off-8-mobile {
    margin-left: 66.66667%;
  }

  .row>.col-9-mobile {
    width: 75%;
  }

  .row>.off-9-mobile {
    margin-left: 75%;
  }

  .row>.col-10-mobile {
    width: 83.33333%;
  }

  .row>.off-10-mobile {
    margin-left: 83.33333%;
  }

  .row>.col-11-mobile {
    width: 91.66667%;
  }

  .row>.off-11-mobile {
    margin-left: 91.66667%;
  }

  .row>.col-12-mobile {
    width: 100%;
  }

  .row>.off-12-mobile {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .row.gtr-0>* {
    padding: 0px 0 0 0px;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }

  .row.gtr-0.gtr-uniform>* {
    padding-top: 0px;
  }

  .row.gtr-25 {
    margin-top: -5px;
    margin-left: -5px;
  }

  .row.gtr-25>* {
    padding: 5px 0 0 5px;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -5px;
  }

  .row.gtr-25.gtr-uniform>* {
    padding-top: 5px;
  }

  .row.gtr-50 {
    margin-top: -10px;
    margin-left: -10px;
  }

  .row.gtr-50>* {
    padding: 10px 0 0 10px;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -10px;
  }

  .row.gtr-50.gtr-uniform>* {
    padding-top: 10px;
  }

  .row.gtr-uniform {
    margin-top: -20px;
  }

  .row.gtr-uniform>* {
    padding-top: 20px;
  }

  .row.gtr-150 {
    margin-top: -30px;
    margin-left: -30px;
  }

  .row.gtr-150>* {
    padding: 30px 0 0 30px;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -30px;
  }

  .row.gtr-150.gtr-uniform>* {
    padding-top: 30px;
  }

  .row.gtr-200 {
    margin-top: -40px;
    margin-left: -40px;
  }

  .row.gtr-200>* {
    padding: 40px 0 0 40px;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -40px;
  }

  .row.gtr-200.gtr-uniform>* {
    padding-top: 40px;
  }

}

section,
article {
  margin-bottom: 3em;
}

section> :last-child,
article> :last-child,
section:last-child,
article:last-child {
  margin-bottom: 0;
}

.row>section,
.row>article {
  margin-bottom: 0;
}

.image {
  position: relative;
  display: inline-block;
  border: 0;
}


.image img {
  display: block;
  width: 100%;
  border-radius: 0.5em;
}

.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
}

.image.fit {
  display: block;
  width: 100%;
}

.image.left {
  float: left;
  margin: 0 2em 2em 0;
}

.image.centered {
  display: block;
  margin: 0 0 2em 0;
}

.image.centered img {
  margin: 0 auto;
  width: auto;
}

ul {
  list-style: disc;
  padding-left: 1em;
}

ul li {
  padding-left: 0.5em;
}

ol {
  list-style: decimal;
  padding-left: 1.25em;
}

ol li {
  padding-left: 0.25em;
}

ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.icons li {
  display: inline-block;
  padding-left: 0.75em;
}

ul.icons a {
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  display: inline-block;
  width: 2.75em;
  height: 2.75em;
  line-height: 2.8em;
  text-align: center;
  border: 0;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  border-radius: 100%;
  color: #aaa;
}

ul.icons a:hover {
  background: rgba(0, 0, 0, 0.025);
}

ul.menu {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.menu li {
  display: inline-block;
  line-height: 1em;
  border-left: solid 1px #e6e6e6;
  padding: 0 0 0 0.5em;
  margin: 0 0 0 0.5em;
}

ul.menu li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

ul.actions {
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1em;
  padding-left: 0;
}

ul.actions li {
  padding: 0 0 0 1em;
  vertical-align: middle;
}

ul.actions.special {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-left: 0;
}

ul.actions.special li:first-child {
  padding-left: 0;
}

ul.actions.stacked {
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}

ul.actions.stacked li {
  padding: 1.25em 0 0 0;
}

ul.actions.stacked li:first-child {
  padding-top: 0;
}

ul.actions.fit {
  width: calc(100% + 1em);
}

ul.actions.fit li {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%;
}

ul.actions.fit li>* {
  width: 100%;
}

ul.actions.fit.stacked {
  width: 100%;
}

@media screen and (max-width: 1000px) {

  /* ===== Common (global/shared) ===== */
  ul.actions {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  ul.actions li:first-child {
    padding-left: 0;
  }

}

@media screen and (max-width: 736px) {

  /* ===== Common (global/shared) ===== */
  ul.actions:not(.fixed) {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    width: 100% !important;
  }

  ul.actions:not(.fixed) li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    padding: 1em 0 0 0;
    text-align: center;
    width: 100%;
  }

  ul.actions:not(.fixed) li>* {
    width: 100%;
  }

  ul.actions:not(.fixed) li:first-child {
    padding-top: 0;
  }

  ul.actions:not(.fixed) li input[type="submit"],
  ul.actions:not(.fixed) li input[type="reset"],
  ul.actions:not(.fixed) li input[type="button"],
  ul.actions:not(.fixed) li button,
  ul.actions:not(.fixed) li .button {
    width: 100%;
  }

  ul.actions:not(.fixed) li input[type="submit"].icon:before,
  ul.actions:not(.fixed) li input[type="reset"].icon:before,
  ul.actions:not(.fixed) li input[type="button"].icon:before,
  ul.actions:not(.fixed) li button.icon:before,
  ul.actions:not(.fixed) li .button.icon:before {
    margin-left: -0.5em;
  }

}

form .actions {
  margin-bottom: 0;
}

form label {
  display: block;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form .select,
form textarea {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  background: #f8f8f8;
  width: 100%;
  padding: 0.85em 1em 0.85em 1em;
  border-radius: 0.25em;
  border: 0;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form .select:focus,
form textarea:focus {
  outline: 0;
  box-shadow: inset 0 0 0 1px #afd9e0;
  background: #fcfcfc;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select {
  line-height: 1.25em;
}

form textarea {
  min-height: 13em;
}

form select {
  position: relative;
}

form select option:not(:checked) {
  color: #000;
}

form .select {
  position: relative;
  padding: 0;
  overflow-x: hidden;
  outline: 0;
}

form .select select {
  width: calc(100% + 2em);
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
  cursor: pointer;
}

form .select select::-moz-focus-inner {
  border: 0;
  outline: 0;
}

form .select:before {
  content: '';
  position: absolute;
  top: 15%;
  right: 1em;
  width: 1.25em;
  height: 75%;
  background: url("images/arrow.svg") center center no-repeat;
  background-size: contain;
  z-index: 0;
}

form .select select::-ms-expand {
  display: none;
}

form ::-moz-focus-inner {
  border: 0;
}

form ::-webkit-input-placeholder {
  color: #aaa !important;
}

form :-moz-placeholder {
  color: #555 !important;
}

form ::-moz-placeholder {
  color: #555 !important;
}

form :-ms-input-placeholder {
  color: #555 !important;
}

.dark form input[type="text"],
.dark form input[type="email"],
.dark form input[type="password"],
.dark form select,
.dark form .select,
.dark form textarea {
  background: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  color: #fff;
}

.dark form input[type="text"]:focus,
.dark form input[type="email"]:focus,
.dark form input[type="password"]:focus,
.dark form select:focus,
.dark form .select:focus,
.dark form textarea:focus {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px #fff;
}

.dark form .select:before {
  background: url("images/dark-arrow.svg") center center no-repeat;
  background-size: contain;
}

.dark form .formerize-placeholder {
  color: rgba(255, 255, 255, 0.85) !important;
}

.dark form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.85) !important;
}

.dark form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.85) !important;
}

.dark form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.85) !important;
}

.dark form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.85) !important;
}

table.default {
  width: 100%;
  border-collapse: collapse;
}

table.default tbody tr {
  border: solid 1px #e6e6e6;
}

table.default tbody tr:nth-child(2n+2) {
  background: #f8f8f8;
}

table.default td {
  padding: 0.5em 1em 0.5em 1em;
}

table.default th {
  text-align: left;
  padding: 0.5em 1em 1em 1em;
}

table.default tfoot td {
  padding-top: 1em;
}

.dark table.default tbody tr {
  border-color: rgba(255, 255, 255, 0.5);
}

.dark table.default tbody tr:nth-child(2n+2) {
  background: rgba(255, 255, 255, 0.1);
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.25s ease-in-out;
  position: relative;
  display: inline-block;
  background: #3d3d3d;
  padding: 0.85em 3em;
  border-radius: 0.25em;
  cursor: pointer;
  border: 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background: #4f4f4f;
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
  color: inherit;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  background: none;
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
  background: rgba(0, 0, 0, 0.025);
}

.dark input[type="button"],
.dark input[type="submit"],
.dark input[type="reset"],
.dark button,
.dark .button {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
}

.dark input[type="button"]:hover,
.dark input[type="submit"]:hover,
.dark input[type="reset"]:hover,
.dark button:hover,
.dark .button:hover {
  background: rgba(255, 255, 255, 0.25);
}

.dark input[type="button"].alt,
.dark input[type="submit"].alt,
.dark input[type="reset"].alt,
.dark button.alt,
.dark .button.alt {
  background: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.dark input[type="button"].alt:hover,
.dark input[type="submit"].alt:hover,
.dark input[type="reset"].alt:hover,
.dark button.alt:hover,
.dark .button.alt:hover {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 0 0 1px #fff;
}

.feature-icon {
  display: inline-block;
  position: relative;
  padding-bottom: 5em;
  margin-bottom: 2.75em;
  cursor: default;
}

.feature-icon .icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  font-size: 4.5em;
  border-radius: 100%;
  box-shadow: inset 0 0 0 1px #666;
  color: #666;
  line-height: 2em;
}

.feature-icon:before {
  content: '';
  background: #666;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.325em;
  width: 0.65em;
  height: 0.65em;
  display: block;
  border-radius: 100%;
}

.feature-icon:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0.65em;
  width: 1px;
  height: 4.35em;
  background: #666;
  margin-left: -0.5px;
}

.dark .feature-icon .icon {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  color: #fff;
}

.dark .feature-icon:before,
.dark .feature-icon:after {
  background: rgba(255, 255, 255, 0.5);
}

.feature-icon img {
  width: 300px;
  height: 300px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  padding: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.icon {
  text-decoration: none;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inhreit;
  text-transform: none !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.icon>.label {
  display: none;
}

.icon.solid:before {
  font-weight: 900;
}

.icon.brands:before {
  font-family: 'Font Awesome 5 Brands';
}

@media screen and (max-width: 736px) {

  /* ===== Section: #header (section) ===== */
  #header .header-image {
    width: 100%;
    margin-bottom: 1.5em;
  }

}

@media screen and (max-width: 400px) {

  /* ===== Section: #header (section) ===== */
  #header .header-video {
    width: 90vw;
    height: 90vw;
  }

}

.kpis {
  font-family: 'SB 어그로 L', sans-serif;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 180px));
  justify-content: center;
  gap: 10px;
}

.kpi {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

.kpi strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
}

.kpi .muted {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.main {
  position: relative;
  margin: 0;
}

.main>header {
  background: #fff;
  text-align: center;
  padding: 5em 0 5em 0;
  margin: 0;
}

.main>header h2 {
  font-family: '강원교육튼튼', 'Noto Sans KR', sans-serif;
  font-size: 2.25em;
  font-weight: 100;
  margin-bottom: 0;
}

.main>header p {
  font-family: '강원교육튼튼', 'Noto Sans KR', sans-serif;
  margin: 2em 0 0 0;
  padding: 0;
  text-align: center;
}

.main>.content {
  padding: 6em 0 6em 0;
}

.main>.content h3 {
  font-family: 'SB 어그로 M', sans-serif;
  font-size: 1.5em;
}

.main>.content.dark {
  background: #433;
}

.main>.content.style1 {
  background: linear-gradient(45deg, #1b3b2a, #446b4d, #7a8c5a);
}

.main>.content.style2 {
  background: linear-gradient(45deg, #204d45, #376c89, #274c7c);
}

.main>.content.style3 {
  background: linear-gradient(45deg, #b39c68, #a56365, #412e4c);
}

.main>.content.style4 {
  padding-top: 0;
  background: #fff;
}

.main>.content.style5 {
  background: linear-gradient(45deg, #285f3a, #4f8655, #bed97c);
}

@media screen and (max-width: 1680px) {

  /* 레이아웃 */
  .header-video {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto 2em;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
  }

  /* 비디오 */
  .header-video video,
  .header-video img.header-gif {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 화면 꽉 차게 */
    display: block;
  }

  /* 클릭 피드백 */
  .video-icon:active {
    transform: translate(-50%, -50%) scale(0.95);
  }

  /* 모바일 전체폭 쓰고 싶을 때 (선택) */
  @media (max-width: 480px) {
    .header-video {
      width: 100%;
      height: auto;
      aspect-ratio: 1 / 1;
      /* 정사각 유지. 필요 없으면 제거 */
    }
  }


  /* ===== Common (global/shared) ===== */
  body,
  input,
  textarea,
  select {
    font-size: 15pt;
    line-height: 1.75em;
  }

}

@media screen and (max-width: 1280px) {

  /* ===== Common (global/shared) ===== */
  body,
  input,
  textarea,
  select {
    font-size: 13pt;
    line-height: 1.65em;
  }

  .feature-icon {
    margin-bottom: 2em;
  }

  .main>header {
    padding: 4em 0 4em 0;
  }

  .main>.content {
    padding: 4em 0 4em 0;
  }

  /* ===== Section: #header (section) ===== */
  #header {
    padding: 12em 0 12em 0;
  }

}

@media screen and (max-width: 1000px) {

  /* ===== Common (global/shared) ===== */
  header,
  footer,
  h2,
  h3,
  h4,
  h5,
  h6,
  header>p {
    text-align: center;
  }

  section,
  article {
    margin: 0 0 2.5em 0 !important;
  }

  .row>section,
  .row>article {
    margin: 0 0 2.5em 0 !important;
  }

  .table-wrapper {
    width: 100%;
    overflow-x: scroll;
    padding-left: 1px;
    -webkit-overflow-scrolling: touch;
  }

  .main {
    margin: 0 !important;
  }

  .main>header {
    padding: 3.5em 2em 3.5em 2em;
  }

  .main>header h2 {
    font-size: 1.85em;
  }

  .main>header br {
    display: none;
  }

  .main>header p {
    margin: 1.5em 0 0 0;
  }

  .main>.content {
    padding: 3.5em 20px 3.5em 20px;
  }

  .main>.content>.container> :last-child {
    margin-bottom: 0 !important;
  }

  /* ===== Section: #header (section) ===== */
  #header {
    margin: 0 !important;
    padding: 8em 2em 8em 2em;
  }

  #header header p {
    margin-top: 1em;
  }

  #header footer {
    padding-top: 1.25em;
  }

  /* ===== Section: #footer (section) ===== */
  #footer {
    margin: 0 !important;
    padding: 3em 0 3em 0;
  }

  #footer .copyright {
    margin-top: 2em;
  }

}

@media screen and (max-width: 736px) {

  /* ===== Common (global/shared) ===== */
  body,
  input,
  textarea,
  select {
    font-size: 11pt;
  }

  section,
  article {
    margin: 0 0 1.5em 0 !important;
  }

  .row>section,
  .row>article {
    margin: 0 0 1.5em 0 !important;
  }

  .button {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 24em;
  }

  ul.icons li {
    padding-left: 0.35em;
  }

  ul.menu li {
    border: 0;
    padding: 0;
    display: block;
    margin: 1em 0 1em 0;
  }

  .main>header {
    padding: 3em 20px 3em 20px;
  }

  .main>header h2 {
    font-size: 1.5em;
  }

  .main>.content {
    padding: 3em 20px 3em 20px;
  }

  .main>.content h3 {
    font-size: 1.25em;
  }

  /* ===== Section: #header (section) ===== */
  #header {
    padding: 6em 20px 6em 20px;
  }

  #header>header {
    padding: 0 1em 0 1em;
  }

}

.steps .step {
  text-align: center;
  padding: 1em;
}

.steps .step h3 {
  font-family: 'SB 어그로 M', sans-serif;
  text-align: center;
  font-size: 1.6em;
  color: #fff;
  margin-bottom: 0.5em;
}

.steps .step img {
  width: 300px;
  height: 300px;
  object-fit: contain;
  border-radius: 12px;
  margin: 0 auto 0.8em;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  background-color: #fff;
}

.steps .step p {
  text-align: center;
  color: #f2f2f2;
  font-size: 1em;
  line-height: 1.6em;
}

.pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  justify-content: center;
  margin: 0 auto;
  max-width: 1020px;
}

@media (max-width: 1000px) {

  /* ===== Common (global/shared) ===== */
  .pricing {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

}

.price-card {
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 22px 22px 20px;
  color: #fff;
  text-align: left;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.36);
}

.price-card .badge {
  position: absolute;
  top: -10px;
  left: 14px;
  background: linear-gradient(45deg, #ffdf2d, #f5c400);
  color: #222;
  font-weight: 700;
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 999px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.price-card.hot .badge {
  background: linear-gradient(45deg, #ffd86b, #ffb800);
}

.price-card.best {
  outline: 2px solid rgba(255, 255, 255, 0.25);
}

.price-card h3 {
  font-family: 'SB 어그로 M', sans-serif;
  margin: 6px 0 10px;
  font-size: 1.35em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.price-card h3 .icon {
  font-size: 1em;
  width: 1.2em;
  height: 1.2em;
}

.price-card .price {
  font-size: 1.35em;
  margin-bottom: 12px;
}

.price-card .price strong {
  font-weight: 800;
}

.price-card .points {
  list-style: none;
  padding-left: 0;
  margin: 0 0 14px;
}

.price-card .points li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.18);
}

.price-card .points li:first-child {
  border-top: 0;
}

.price-card .points .icon {
  font-size: 0.85em;
}

.price-card .button.ghost {
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  color: #fff;
  padding: 0.7em 1.25em;
  font-weight: 700;
}

.price-card .button.ghost:hover {
  background: rgba(255, 255, 255, 0.15);
}

.price-note {
  margin-top: 10px;
  opacity: 0.9;
  text-align: center;
}

.promise-bg {
  background-color: #e6f9e6;
  padding: 60px 0;
}

.promise-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.promise-list li {
  margin-bottom: 2em;
}

.promise-list h3 {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 0.4em;
}

.promise-list p {
  color: #333;
  font-size: 1.05em;
  margin: 0;
}


/* ===== Section: #header (section) ===== */
#header {
  position: relative;
  margin: 0;
  background-color: #0d271e;
  padding: 3em 0 4em 0;
  text-align: center;
  color: #fff;
}

#header .header-image {
  width: clamp(200px, 50%, 700px);
  margin: 0 auto 2em;
}

#header .header-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

#header .header-video {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto 2em;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}

#header .header-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

#header header h1 {
  font-family: 'SB 어그로 M', sans-serif;
  font-size: 2.25em;
  line-height: 1.25em;
  margin-bottom: 0;
}

#header header p {
  font-family: 'SB 어그로 L', sans-serif;
  margin-top: 1.25em;
  font-weight: 100;
  padding: 0;
  font-size: 1.25em;
  line-height: 1.5em;
  text-align: center;
}

#header footer {
  font-family: 'SB 어그로 M', sans-serif;
  padding-top: 1.5em;
}

#header footer a.button:nth-child(1) {
  background: linear-gradient(45deg, #ffffff, #e6e6e6);
  color: #222;
  font-weight: 700;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}

#header footer a.button:nth-child(1):hover {
  background: linear-gradient(45deg, #f8f8f8, #dcdcdc);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

#header footer a.button:nth-child(2) {
  background: linear-gradient(45deg, #ffdf2d, #f5c400);
  color: #222;
  font-weight: 700;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

#header footer a.button:nth-child(2):hover {
  background: linear-gradient(45deg, #ffe85a, #ffda00);
  transform: translateY(-2px);
  transition: all 0.2s ease-in-out;
}

#header footer a.button:nth-child(3) {
  background: linear-gradient(45deg, #168f48, #1da978);
  color: #222;
  font-weight: 700;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}

#header footer a.button:nth-child(3):hover {
  background: linear-gradient(45deg, #22b45b, #145c34);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* ===== Section: #footer (section) ===== */
#footer {
  background: #111;
  color: #eee;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#footer .container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

#footer h3 {
  font-size: 1.6em;
  margin-bottom: 20px;
}

#footer .hongrich-img {
  width: 250px;
  max-width: 80%;
  margin: 15px auto;
  border-radius: 12px;
  display: block;
}

#footer .benefit {
  font-size: 1.1em;
  margin-top: 8px;
}

#footer .slogan {
  font-size: 1.05em;
  margin-top: 10px;
  color: #ccc;
}

#footer hr {
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  width: 80%;
  margin: 40px auto;
}

#footer .biz-info {
  font-size: 0.95em;
  line-height: 1.8;
  color: #bbb;
  margin: 0 auto;
}

#footer .copy {
  font-size: 0.9em;
  color: #888;
  margin: 30px auto 0;
}

#footer,
#footer .container,
#footer * {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.hongrich-img {
  width: 500px !important;
  height: auto !important;
  display: block;
  margin: 0 auto 1em;
  border-radius: 12px;
}

.lazy-section {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
  /* 필요하면 클릭 막기
  pointer-events: none;
  */
}

.lazy-section.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* 지역별 태그 가로 정렬 */
.area-tags {
  display: flex;
  flex-wrap: wrap;
  /* 화면 작으면 다음 줄로 */
  justify-content: center;
  /* 가운데 정렬 */
  gap: 8px;
  /* 항목 간 간격 */
  list-style: none;
  /* 점 제거 */
  padding: 0;
  margin: 0;
}

.area-tags li a {
  display: inline-block;
  padding: 8px 14px;
  background: #f5f5f5;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 0.95rem;
  transition: background 0.2s, color 0.2s;
}

.area-tags li a:hover {
  background: #007b5e;
  /* 강조색은 브랜드 컬러로 */
  color: #fff;
}

/* ===== FAQ 스타일 ===== */
.faq-list {
  color: #fff; /* 전체 글씨 흰색 */
}

.faq-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 16px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, background 0.2s ease;
}

.faq-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-3px);
}

.faq-q {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.faq-a {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  color: #f1f1f1;
}

