@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

:root {
  --dark-grey: #363636;
  --med-grey: #4a4a4a;
  --darkest-blue: #1b262c;
  --dark-blue: #0f4c75;
  --bright-blue: #3282b8;
  --light-blue: #bbe1fa;
  --off-white: #f7f7f7;
  --header: "Teko", sans-serif;
  --body: "Nanum Gothic", sans-serif;
}

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}

.button:focus {
  outline: none;
}
.button[disabled] {
  cursor: not-allowed;
}

/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

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

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}

html {
  background-color: white;
  font-size: 20px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button {
  font-family: var(--body);
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: var(--dark-grey);
  font-size: 1em;
  font-weight: 400;
  line-height: 2;
}

a {
  color: var(--bright-blue);
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: var(--light-blue);
}

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

small {
  font-size: 0.875em;
}

@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}

.has-text-centered {
  text-align: center;
}

.box {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
  max-width: 70%;
  overflow-wrap: break-word;
}

.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: var(--bright-blue);
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
}
.button:hover,
.button.is-hovered {
  border-color: var(--light-blue);
  color: var(--light-blue);
  box-shadow: var(--light-blue) 1px 0 8px;
}
.button:focus,
.button.is-focused {
  border-color: var(--light-blue);
  color: var(--off-white);
}
.button:focus:not(:active),
.button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em var(--bright-blue);
}
.button:active,
.button.is-active {
  border-color: var(--bright-blue);
  color: var(--bright-blue);
}

.button.is-link {
  background-color: var(--bright-blue);
  border-color: transparent;
  color: #fff;
  width: 15rem;
}
.button.is-link:hover,
.button.is-link.is-hovered {
  background-color: var(--light-blue);
  border-color: transparent;
  color: var(--bright-blue);
}
.button.is-link:focus,
.button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus:not(:active),
.button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 102, 0, 0.25);
}
.button.is-link:active,
.button.is-link.is-active {
  background-color: var(--bright-blue);
  border-color: transparent;
  color: #fff;
}
.button.is-link[disabled],
fieldset[disabled] .button.is-link {
  background-color: var(--bright-blue);
  border-color: transparent;
  box-shadow: none;
}
.button.is-link.is-inverted {
  background-color: var(--light-blue);
  color: var(--bright-blue);
}
.button.is-link.is-inverted:hover,
.button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-link.is-inverted[disabled],
fieldset[disabled] .button.is-link.is-inverted {
  background-color: var(--light-blue);
  border-color: transparent;
  box-shadow: none;
  color: var(--bright-blue);
}
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: var(--bright-blue);
  color: var(--light-blue);
}
.button.is-link.is-outlined:hover,
.button.is-link.is-outlined.is-hovered,
.button.is-link.is-outlined:focus,
.button.is-link.is-outlined.is-focused {
  background-color: var(--bright-blue);
  border-color: var(--bright-blue);
  color: #fff;
}
.button.is-link.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: var(--bright-blue);
  box-shadow: none;
  color: var(--bright-blue);
}
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-link.is-inverted.is-outlined:hover,
.button.is-link.is-inverted.is-outlined.is-hovered,
.button.is-link.is-inverted.is-outlined:focus,
.button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: var(--bright-blue);
}
.button.is-link.is-inverted.is-outlined.is-loading:hover::after,
.button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-link.is-inverted.is-outlined.is-loading:focus::after,
.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent var(--bright-blue) var(--bright-blue) !important;
}
.button.is-link.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.title,
.subtitle {
  word-break: break-word;
}
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}
.title sub,
.subtitle sub {
  font-size: 0.75em;
}
.title sup,
.subtitle sup {
  font-size: 0.75em;
}
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: var(--bright-blue);
  font-family: var(--header);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.125;
}

.title.is-1 {
  font-size: 3rem;
}
.title.is-2 {
  text-transform: uppercase;
  font-size: 2.8rem;
}
.title.is-3 {
  text-transform: uppercase;
  font-size: 2.4rem;
}
.title.is-4 {
  font-size: 1.5rem;
}

.subtitle {
  color: var(--bright-blue);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 1.5rem;
}

@media screen and (min-width: 769px), print {
  .column.is-1,
  .column.is-1-tablet {
    flex: none;
    width: 8.33333%;
  }
  .column.is-2,
  .column.is-2-tablet {
    flex: none;
    width: 16.66667%;
  }
  .column.is-3,
  .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-4,
  .column.is-4-tablet {
    flex: none;
    width: 33.33333%;
  }
  .column.is-5,
  .column.is-5-tablet {
    flex: none;
    width: 41.66667%;
  }
  .column.is-6,
  .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-4-desktop {
    flex: none;
    width: 33.33333%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  justify-content: center;
}

.columns.is-even {
  justify-content: space-evenly;
}

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

/* ------------------
  
      Customization
  
  ------------------ */

.section {
  padding: 5rem 1.5rem;
}

.footer {
  margin-right: -20px;
  background-color: var(--darkest-blue);
  padding: 1rem;
  color: var(--off-white);
  font-size: 90%;
}

.title.site-title {
  margin-bottom: 0;
}

.nav-item {
  display: inline-block;
  list-style-type: none;
  margin-right: 0.5em;
}

.main-content {
  padding-top: 2em;
}

.content p {
  margin-bottom: 25px;
}

.content figure {
  margin-left: 0;
  margin-right: 0;
  text-align: inherit;
}

.content figure figcaption {
  font-style: inherit;
}

.title.is-2,
.title.is-3 {
  color: var(--bright-blue);
  font-family: var(--header);
}

.intro img {
  max-width: 85px;
  display: inline-block;
  margin-bottom: -5px;
  padding-right: 20px;
}

.intro h1 {
  color: var(--dark-grey);
  display: inline-block;
  font-family: var(--header);
}

.project {
  background-color: var(--darkest-blue);
  margin: 0 -50px 0 -40px;
}

.project p {
  color: var(--light-blue);
}

.project a {
  color: var(--bright-blue);
  font-weight: 600;
}

.project a:hover,
.project a:active {
  color: var(--bright-blue);
  text-shadow: var(--light-blue) 1px 0 2px;
}

.logo {
  display: inline-block;
  max-width: 75px;
  margin: 0 20px -15px 0;
}

.project figure img {
  margin-top: 30px;
  width: 90%;
  outline: 1px solid var(--dark-blue);
}

.project .button {
  margin-top: 30px;
}

#project-title {
  color: var(--bright-blue);
  display: inline-block;
}

section.other {
  margin: 5rem 5% 0 5%;
}

.other img {
  margin-top: 1rem;
}

.column.other-project {
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
}

/* end customization */
