@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff');
}

@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff');
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
	 -moz-box-sizing: content-box;
		  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
	 -moz-box-sizing: content-box;
		  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/*
@media (min-width: 992px) {
  .container {
	width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
	width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container {
	width: 1280px;
  }
}
*/

.fluid-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
  }
  .col-sm-12 {
	width: 100%;
  }
  .col-sm-11 {
	width: 91.66666667%;
  }
  .col-sm-10 {
	width: 83.33333333%;
  }
  .col-sm-9 {
	width: 75%;
  }
  .col-sm-8 {
	width: 66.66666667%;
  }
  .col-sm-7 {
	width: 58.33333333%;
  }
  .col-sm-6 {
	width: 50%;
  }
  .col-sm-5 {
	width: 41.66666667%;
  }
  .col-sm-4 {
	width: 33.33333333%;
  }
  .col-sm-3 {
	width: 25%;
  }
  .col-sm-2 {
	width: 16.66666667%;
  }
  .col-sm-1 {
	width: 8.33333333%;
  }
  .col-sm-pull-12 {
	right: 100%;
  }
  .col-sm-pull-11 {
	right: 91.66666667%;
  }
  .col-sm-pull-10 {
	right: 83.33333333%;
  }
  .col-sm-pull-9 {
	right: 75%;
  }
  .col-sm-pull-8 {
	right: 66.66666667%;
  }
  .col-sm-pull-7 {
	right: 58.33333333%;
  }
  .col-sm-pull-6 {
	right: 50%;
  }
  .col-sm-pull-5 {
	right: 41.66666667%;
  }
  .col-sm-pull-4 {
	right: 33.33333333%;
  }
  .col-sm-pull-3 {
	right: 25%;
  }
  .col-sm-pull-2 {
	right: 16.66666667%;
  }
  .col-sm-pull-1 {
	right: 8.33333333%;
  }
  .col-sm-pull-0 {
	right: auto;
  }
  .col-sm-push-12 {
	left: 100%;
  }
  .col-sm-push-11 {
	left: 91.66666667%;
  }
  .col-sm-push-10 {
	left: 83.33333333%;
  }
  .col-sm-push-9 {
	left: 75%;
  }
  .col-sm-push-8 {
	left: 66.66666667%;
  }
  .col-sm-push-7 {
	left: 58.33333333%;
  }
  .col-sm-push-6 {
	left: 50%;
  }
  .col-sm-push-5 {
	left: 41.66666667%;
  }
  .col-sm-push-4 {
	left: 33.33333333%;
  }
  .col-sm-push-3 {
	left: 25%;
  }
  .col-sm-push-2 {
	left: 16.66666667%;
  }
  .col-sm-push-1 {
	left: 8.33333333%;
  }
  .col-sm-push-0 {
	left: auto;
  }
  .col-sm-offset-12 {
	margin-left: 100%;
  }
  .col-sm-offset-11 {
	margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
	margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
	margin-left: 75%;
  }
  .col-sm-offset-8 {
	margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
	margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
	margin-left: 50%;
  }
  .col-sm-offset-5 {
	margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
	margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
	margin-left: 25%;
  }
  .col-sm-offset-2 {
	margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
	margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
	margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
  }
  .col-md-12 {
	width: 100%;
  }
  .col-md-11 {
	width: 91.66666667%;
  }
  .col-md-10 {
	width: 83.33333333%;
  }
  .col-md-9 {
	width: 75%;
  }
  .col-md-8 {
	width: 66.66666667%;
  }
  .col-md-7 {
	width: 58.33333333%;
  }
  .col-md-6 {
	width: 50%;
  }
  .col-md-5 {
	width: 41.66666667%;
  }
  .col-md-4 {
	width: 33.33333333%;
  }
  .col-md-3 {
	width: 25%;
  }
  .col-md-2 {
	width: 16.66666667%;
  }
  .col-md-1 {
	width: 8.33333333%;
  }
  .col-md-pull-12 {
	right: 100%;
  }
  .col-md-pull-11 {
	right: 91.66666667%;
  }
  .col-md-pull-10 {
	right: 83.33333333%;
  }
  .col-md-pull-9 {
	right: 75%;
  }
  .col-md-pull-8 {
	right: 66.66666667%;
  }
  .col-md-pull-7 {
	right: 58.33333333%;
  }
  .col-md-pull-6 {
	right: 50%;
  }
  .col-md-pull-5 {
	right: 41.66666667%;
  }
  .col-md-pull-4 {
	right: 33.33333333%;
  }
  .col-md-pull-3 {
	right: 25%;
  }
  .col-md-pull-2 {
	right: 16.66666667%;
  }
  .col-md-pull-1 {
	right: 8.33333333%;
  }
  .col-md-pull-0 {
	right: auto;
  }
  .col-md-push-12 {
	left: 100%;
  }
  .col-md-push-11 {
	left: 91.66666667%;
  }
  .col-md-push-10 {
	left: 83.33333333%;
  }
  .col-md-push-9 {
	left: 75%;
  }
  .col-md-push-8 {
	left: 66.66666667%;
  }
  .col-md-push-7 {
	left: 58.33333333%;
  }
  .col-md-push-6 {
	left: 50%;
  }
  .col-md-push-5 {
	left: 41.66666667%;
  }
  .col-md-push-4 {
	left: 33.33333333%;
  }
  .col-md-push-3 {
	left: 25%;
  }
  .col-md-push-2 {
	left: 16.66666667%;
  }
  .col-md-push-1 {
	left: 8.33333333%;
  }
  .col-md-push-0 {
	left: auto;
  }
  .col-md-offset-12 {
	margin-left: 100%;
  }
  .col-md-offset-11 {
	margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
	margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
	margin-left: 75%;
  }
  .col-md-offset-8 {
	margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
	margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
	margin-left: 50%;
  }
  .col-md-offset-5 {
	margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
	margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
	margin-left: 25%;
  }
  .col-md-offset-2 {
	margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
	margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
	margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
  }
  .col-lg-12 {
	width: 100%;
  }
  .col-lg-11 {
	width: 91.66666667%;
  }
  .col-lg-10 {
	width: 83.33333333%;
  }
  .col-lg-9 {
	width: 75%;
  }
  .col-lg-8 {
	width: 66.66666667%;
  }
  .col-lg-7 {
	width: 58.33333333%;
  }
  .col-lg-6 {
	width: 50%;
  }
  .col-lg-5 {
	width: 41.66666667%;
  }
  .col-lg-4 {
	width: 33.33333333%;
  }
  .col-lg-3 {
	width: 25%;
  }
  .col-lg-2 {
	width: 16.66666667%;
  }
  .col-lg-1 {
	width: 8.33333333%;
  }
  .col-lg-pull-12 {
	right: 100%;
  }
  .col-lg-pull-11 {
	right: 91.66666667%;
  }
  .col-lg-pull-10 {
	right: 83.33333333%;
  }
  .col-lg-pull-9 {
	right: 75%;
  }
  .col-lg-pull-8 {
	right: 66.66666667%;
  }
  .col-lg-pull-7 {
	right: 58.33333333%;
  }
  .col-lg-pull-6 {
	right: 50%;
  }
  .col-lg-pull-5 {
	right: 41.66666667%;
  }
  .col-lg-pull-4 {
	right: 33.33333333%;
  }
  .col-lg-pull-3 {
	right: 25%;
  }
  .col-lg-pull-2 {
	right: 16.66666667%;
  }
  .col-lg-pull-1 {
	right: 8.33333333%;
  }
  .col-lg-pull-0 {
	right: auto;
  }
  .col-lg-push-12 {
	left: 100%;
  }
  .col-lg-push-11 {
	left: 91.66666667%;
  }
  .col-lg-push-10 {
	left: 83.33333333%;
  }
  .col-lg-push-9 {
	left: 75%;
  }
  .col-lg-push-8 {
	left: 66.66666667%;
  }
  .col-lg-push-7 {
	left: 58.33333333%;
  }
  .col-lg-push-6 {
	left: 50%;
  }
  .col-lg-push-5 {
	left: 41.66666667%;
  }
  .col-lg-push-4 {
	left: 33.33333333%;
  }
  .col-lg-push-3 {
	left: 25%;
  }
  .col-lg-push-2 {
	left: 16.66666667%;
  }
  .col-lg-push-1 {
	left: 8.33333333%;
  }
  .col-lg-push-0 {
	left: auto;
  }
  .col-lg-offset-12 {
	margin-left: 100%;
  }
  .col-lg-offset-11 {
	margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
	margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
	margin-left: 75%;
  }
  .col-lg-offset-8 {
	margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
	margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
	margin-left: 50%;
  }
  .col-lg-offset-5 {
	margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
	margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
	margin-left: 25%;
  }
  .col-lg-offset-2 {
	margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
	margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
	margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.fluid-container:before,
.fluid-container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.fluid-container:after,
.row:after {
  clear: both;
}





.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
	display: block !important;
  }
  table.visible-xs {
	display: table !important;
  }
  tr.visible-xs {
	display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
	display: table-cell !important;
  }
  .visible-xs-block {
	display: block !important;
  }
   .visible-xs-inline {
	display: inline !important;
  }
   .visible-xs-inline-block {
	display: inline-block !important;
  }
  .hidden-xs {
	display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
	display: block !important;
  }
  table.visible-sm {
	display: table !important;
  }
  tr.visible-sm {
	display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
	display: table-cell !important;
  }
  .visible-sm-block {
	display: block !important;
  }
  .visible-sm-inline {
	display: inline !important;
  }
  .visible-sm-inline-block {
	display: inline-block !important;
  }
  .hidden-sm {
	display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
	display: block !important;
  }
  table.visible-md {
	display: table !important;
  }
  tr.visible-md {
	display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
	display: table-cell !important;
  }
   .visible-md-block {
	display: block !important;
  }
  .visible-md-inline {
	display: inline !important;
  }
  .visible-md-inline-block {
	display: inline-block !important;
  }
  .hidden-md {
	display: none !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
	display: block !important;
  }
  table.visible-lg {
	display: table !important;
  }
  tr.visible-lg {
	display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
	display: table-cell !important;
  }
  .visible-lg-block {
	display: block !important;
  }
  .visible-lg-inline {
	display: inline !important;
  }
  .visible-lg-inline-block {
	display: inline-block !important;
  }
  .hidden-lg {
	display: none !important;
  }
}



*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  background: #1ac9ff;
  color: #fff;
}
::-moz-selection {
  background: #1ac9ff;
  color: #fff;
}

html, body {
	font-size: 20px;
	line-height: 1.6;
	/*line-height: 1.42857143;*/
}

.lh-normal {
	line-height: 1.42857143;
}

p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0 0 0.78615138rem 0;
	font-weight: normal;
}

body {
	color: #444547;
	word-break: keep-all; word-wrap: break-word;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	font-weight: 300;
}

@media(max-device-width: 768px) {
	html, body {
		font-size: 16px;
		line-height: 1.6;
	}
}


img { -ms-interpolation-mode: bicubic; }

a {
	color: #1a9cff;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #8b8d8f;
}

input:focus {
	outline: none;
}

.container {
	width: 100%;
	max-width: 1280px;
}

.mnw0, .mxw1, .mxw2, .mxw3, .mxw4, .mxw5, .mxw6, .mxw7, .mxw8, .mxw9, .mxw10, .mxw11, .mxw12, .mxw13, .mxw14, .mxw15, .mxw16, .mxw17, .mxw18, .mxw19 {
	min-width: initial;
}
.mxw0, .mnw1, .mnw2, .mnw3, .mnw4, .mnw5, .mnw6, .mnw7, .mnw8, .mnw9, .mnw10, .mnw11, .mnw12, .mnw13, .mnw14, .mnw15, .mnw16, .mnw17, .mnw18, .mnw19 {
	max-width: initial;
}

.mxw1 {max-width: 1.00000000rem;}
.mxw2 {max-width: 1.27201965rem;}
.mxw3 {max-width: 1.61803399rem;}
.mxw4 {max-width: 2.05817103rem;}
.mxw5 {max-width: 2.61803399rem;}
.mxw6 {max-width: 3.33019068rem;}
.mxw7 {max-width: 4.23606798rem;}
.mxw8 {max-width: 5.38836170rem;}
.mxw9 {max-width: 6.85410197rem;}
.mxw10 {max-width: 8.71855238rem;}
.mxw11 {max-width: 11.09016994rem;}
.mxw12 {max-width: 14.10691408rem;}
.mxw13 {max-width: 17.94427191rem;}
.mxw14 {max-width: 22.82546646rem;}
.mxw15 {max-width: 29.03444185rem;}
.mxw16 {max-width: 36.93238054rem;}
.mxw17 {max-width: 46.97871375rem;}
.mxw18 {max-width: 59.75784700rem;}
.mxw19 {max-width: 76.01315560rem;}

.mnw1 {min-width: 1.00000000rem;}
.mnw2 {min-width: 1.27201965rem;}
.mnw3 {min-width: 1.61803399rem;}
.mnw4 {min-width: 2.05817103rem;}
.mnw5 {min-width: 2.61803399rem;}
.mnw6 {min-width: 3.33019068rem;}
.mnw7 {min-width: 4.23606798rem;}
.mnw8 {min-width: 5.38836170rem;}
.mnw9 {min-width: 6.85410197rem;}
.mnw10 {min-width: 8.71855238rem;}
.mnw11 {min-width: 11.09016994rem;}
.mnw12 {min-width: 14.10691408rem;}
.mnw13 {min-width: 17.94427191rem;}
.mnw14 {min-width: 22.82546646rem;}
.mnw15 {min-width: 29.03444185rem;}
.mnw16 {min-width: 36.93238054rem;}
.mnw17 {min-width: 46.97871375rem;}
.mnw18 {min-width: 59.75784700rem;}
.mnw19 {min-width: 76.01315560rem;}

.mt05, .mv05 {margin-top: 0.5rem !important;}

.mt0, .mv0 {margin-top: 0 !important;}
.mt1, .mv1 {margin-top: 1.00000000rem !important;}
.mt2, .mv2 {margin-top: 1.27201965rem !important;}
.mt3, .mv3 {margin-top: 1.61803399rem !important;}
.mt4, .mv4 {margin-top: 2.05817103rem !important;}
.mt5, .mv5 {margin-top: 2.61803399rem !important;}
.mt6, .mv6 {margin-top: 3.33019068rem !important;}
.mt7, .mv7 {margin-top: 4.23606798rem !important;}
.mt8, .mv8 {margin-top: 5.38836170rem !important;}
.mt9, .mv9 {margin-top: 6.85410197rem !important;}
.mt10, .mv10 {margin-top: 8.71855238rem !important;}
.mt11, .mv11 {margin-top: 11.09016994rem !important;}
.mt12, .mv12 {margin-top: 14.10691408rem !important;}
.mt1s, .mv1s {margin-top: 0.78615138rem !important;}

.mb0, .mv0 {margin-bottom: 0 !important;}
.mb1, .mv1 {margin-bottom: 1.00000000rem !important;}
.mb2, .mv2 {margin-bottom: 1.27201965rem !important;}
.mb3, .mv3 {margin-bottom: 1.61803399rem !important;}
.mb4, .mv4 {margin-bottom: 2.05817103rem !important;}
.mb5, .mv5 {margin-bottom: 2.61803399rem !important;}
.mb6, .mv6 {margin-bottom: 3.33019068rem !important;}
.mb7, .mv7 {margin-bottom: 4.23606798rem !important;}
.mb8, .mv8 {margin-bottom: 5.38836170rem !important;}
.mb9, .mv9 {margin-bottom: 6.85410197rem !important;}
.mb10, .mv10 {margin-bottom: 8.71855238rem !important;}
.mb11, .mv11 {margin-bottom: 11.09016994rem !important;}
.mb12, .mv12 {margin-bottom: 14.10691408rem !important;}
.mb1s, .mv1s {margin-bottom: 0.78615138rem !important;}


.w100p {
	width: 100%;
}

.tl {text-align: left;}
.tc {text-align: center;}

.centerblock {
	display: block;
	margin-left: auto; margin-right: auto;
}

[lang="ko"] {
	font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-weight: 300;
}

.f-1 { font-size: 1.10064242em; }
.f-2 { font-size: 1.21141373em; }
.f-3 { font-size: 1.33333333em; }
.f-4 { font-size: 1.46752322em; }
.f-5 { font-size: 1.61521830em; }
.f-6 { font-size: 1.77777777em; }
.f-7 { font-size: 1.95669762em; }


.f-s1 { font-size: 0.82548181em; }
.f-s2 { font-size: 0.75000000em; }

h1, h2, h3 {
	font-family: 'Titillium Web', titillium, 'open sans', sans-serif;
	font-weight: bold;
}
h4, h5, h6 {
	font-weight: normal;
}

.fw-light {
	font-weight: 300;
}
.fw-normal {
	font-weight: normal;
}
.fw-bold {
	font-weight: bold;
}

.middle-inner {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
}

.fluid-inner {
	width: 80%;
	left: 0;
	right: 0;
	margin: 0 auto;
}


.fullscreen-hero {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	transition: height 999999999999s;
}

.fullscreen-hero .title {
	font-weight: 700;
	font-size: 3.0314em;
  margin: 0;
}

@media(max-width: 767px)  {
	.fullscreen-hero .title {
		font-size: 2.15362439em;
	}
}
@media(min-width: 768px) and (max-width: 991px) {
	.fullscreen-hero .title {
		font-size: 2.60893015em;
	}
}

.bearded-man-hero {
	background-image: url('../images/bearded-man-background.jpg');
	color: #fff;
}

header {
	position: relative;
}
.header-logo {
	width: auto;
	height: 24px;
	position: absolute;
	top: 20px;
	left: 20px;
	fill: #fff;
	opacity: 1;
	transition: all 0.15s ease;
	z-index: 1;
}

.header-logo:hover {
	opacity: 0.8;
}

.section-text {
	transition: opacity 0.5s ease;
}
.section-text.typing {
	opacity: 0.62;
	transition: none;
}
.section-text:after {
	content: '|';
	animation: caret 1.2s steps(1) infinite;
}
.section-text.typing:after {
	animation: none;
}
.contact-map {
	width: 100%;
	height: 240px;
}

.c-blue {color: #1a9cff}
.c-gray {
	color: #8b8d8f
}
.dn {
	display: none;
}

@keyframes caret {
	50% {opacity: 0;}
}
