@font-face {
  font-display: swap;
  src: url("../fonts/Nunito-ExtraLight.woff") format("woff"), url("../fonts/Nunito-ExtraLight.woff2") format("woff2");
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Nunito-Light.woff") format("woff"), url("../fonts/Nunito-Light.woff2") format("woff2");
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Nunito-Italic.woff") format("woff"), url("../fonts/Nunito-Italic.woff2") format("woff2");
  font-family: "Nunito";
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Nunito-Regular.woff") format("woff"), url("../fonts/Nunito-Regular.woff2") format("woff2");
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Nunito-SemiBold.woff") format("woff"), url("../fonts/Nunito-SemiBold.woff2") format("woff2");
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Nunito-Bold.woff") format("woff"), url("../fonts/Nunito-Bold.woff2") format("woff2");
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Nunito-ExtraBold.woff") format("woff"), url("../fonts/Nunito-ExtraBold.woff2") format("woff2");
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Nunito-Black.woff") format("woff"), url("../fonts/Nunito-Black.woff2") format("woff2");
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Quicksand-Light.woff") format("woff"), url("../fonts/Quicksand-Light.woff2") format("woff2");
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Quicksand-Regular.woff") format("woff"), url("../fonts/Quicksand-Regular.woff2") format("woff2");
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Quicksand-Medium.woff") format("woff"), url("../fonts/Quicksand-Medium.woff2") format("woff2");
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Quicksand-SemiBold.woff") format("woff"), url("../fonts/Quicksand-SemiBold.woff2") format("woff2");
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Quicksand-Bold.woff") format("woff"), url("../fonts/Quicksand-Bold.woff2") format("woff2");
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-display: swap;
  src: url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.woff2") format("woff2");
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  src: url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.woff2") format("woff2");
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  src: url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.woff2") format("woff2");
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Simple-Line-Icons.woff") format("woff"), url("../fonts/Simple-Line-Icons.woff2") format("woff2");
  font-family: "simple-line-icons";
  font-style: normal;
  font-weight: 400;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

html,
body {
  color: #222222;
  font-family: 'Noto Sans KR', sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.025em;
  line-height: 1.63;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Nunito;
  font-weight: 700;
}


/* Change the white to any color ;) */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*Change text in autofill textbox*/

input:-webkit-autofill {
  -webkit-text-fill-color: #222222 !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.page-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.uk-container {
  max-width: 1140px;
}

.section-banner__bg {
  padding: 160px 0 100px 0;
  background-position: center;
  background-size: cover;
}

.section-banner__content {
  display: block;
  position: relative;
}

.section-banner__title {
  margin-top: 0;
  margin-bottom: 8px;
  color: #ffffff;
  text-shadow: 1px 2px 2px #000;
  font-family: Nunito;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.37;
}

.section-banner__text {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}

.section-banner__form {
  margin-top: 18px;
}

.section-banner__bottom {
  margin-top: 35px;
}

.section-banner__breadcrumb {
  display: block;
  position: relative;
  margin-bottom: 8px;
}

.section-banner__breadcrumb .uk-breadcrumb {
  margin: 0;
}

.section-banner__breadcrumb .uk-breadcrumb > * > * {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  border-bottom: 1px solid #F44153;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-size: 16px;
  line-height: 1.2;
  transition: 0.5s;
}

.section-banner__breadcrumb .uk-breadcrumb > * > *:hover,
.section-banner__breadcrumb .uk-breadcrumb > * > *:focus,
.section-banner__breadcrumb .uk-breadcrumb > * > *:active {
  border-bottom: 1px solid transparent;
  color: #F44153;
}

.section-banner__breadcrumb .uk-breadcrumb > :last-child > a:not([href]),
.section-banner__breadcrumb .uk-breadcrumb > :last-child > span {
  border-bottom: 1px solid transparent;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
}

.section-banner__breadcrumb .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  margin: 0 5px;
  content: '';
}

.section-banner__info {
  margin-top: 70px;
}

.section-banner__info .uk-grid-divider > :not(.uk-first-column)::before {
  border-color: rgba(255, 255, 255, 0.4);
}

.section-banner.section-banner--home .section-banner__bg {
  padding: 161px 0 335px;
  background-position: right bottom;
}

.section-banner.section-banner--home .section-banner__title,
.section-banner.section-banner--home .section-banner__text,
.section-banner.section-banner--home .section-banner__bottom,
.section-banner.section-banner--home .popular-searches {
  color: #222222;
}

.section-banner.section-banner--home .popular-searches a {
  color: #F44153;
}

.section-banner.section-banner--home .popular-searches ul li a {
  background-color: #ffffff;
  color: #4DA1F4;
}

.section-banner.section-banner--home .popular-searches ul li a:hover,
.section-banner.section-banner--home .popular-searches ul li a:focus,
.section-banner.section-banner--home .popular-searches ul li a:active {
  background-color: #ffffff;
  color: #ffffff;
}

.section-banner.section-banner--home-2 .section-banner__bg {
  padding: 150px 0 300px;
  background-position: right bottom;
}

.section-banner__links {
  display: block;
  text-align: right;
}

.section-banner__links ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.section-banner__links ul li {
  display: block;
}

.section-banner__links ul li + li {
  margin-left: 15px;
}

.section-banner__links ul li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2B5AE1;
  color: #ffffff;
  transition: 0.3s all;
}

.section-banner__links ul li a:focus,
.section-banner__links ul li a:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-decoration: none;
}

.section-banner__links ul li a.link-share {
  background: #E63A28;
}

.section-banner__links ul li a.link-bookmark {
  background: #2B5AE1;
}

.section-banner__links ul li a.link-comment {
  background: #1AAB9F;
}

.section-banner__links ul li a.link-img {
  background: #F4A34D;
}

.section-banner__links ul li a.link-share:hover {
  background: #ff0000;
}

.section-banner__links ul li a.link-bookmark:hover {
  background: #0033ff;
}

.section-banner__links ul li a.link-comment:hover {
  background: #009999;
}

.section-banner__links ul li a.link-img:hover {
  background: #ff9900;
}

.section-banner__rating {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #000;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.63;
}

.section-banner__rating > span:first-of-type {
  margin-right: 5px;
  color: #ffff00;
}

.section-banner__rating b {
  display: inline-block;
  margin: 0 5px;
  color: #F44153;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.8;
}

@media (min-width: 767px) {
  html,
  body {
    font-size: calc(14px + 2 * (100vw / 1920));
  }
  .section-banner__title {
    font-size: calc(28px + 32 * (100vw / 1920));
  }
  .section-banner__rating {
    font-size: calc(14px + 2 * (100vw / 1920));
  }
}

@media only screen and (max-width: 959px) {
  .section-banner.section-banner--home .section-banner__bg {
    padding: 50px 0 140px;
    background-position: right 25% bottom;
  }
  .section-banner.section-banner--home-2 .section-banner__bg {
    padding: 50px 0 140px;
  }
}

@media (max-width: 767px) {
  html,
  body {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
  }
  .section-banner__title {
    font-size: calc(28px + 54.4 * ((100vw - 320px) / 1920));
  }
  .section-banner__rating {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
  }
}

@media only screen and (max-width: 767px) {
  .section-banner__bg {
    padding: 120px 0 35px 0;
  }
  .section-banner.section-banner--home .section-banner__bg {
    background-position: right 30% bottom;
  }
}

@media only screen and (max-width: 639px) {
  .section-banner.section-banner--home .section-banner__bg {
    background-position: right 15% bottom;
  }
}

.banner__edit_button {
	margin-top: 30px;
	text-align: center;
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
	transition: 0.3s all;
}

.banner__edit_button:hover {
	background-color: rgba(255, 255, 255, 0.01);
}

.banner__edit_button a {
	padding: 10px 70px;
}

.banner__edit_button a:hover {
	color: #fff;
}

.user_edit_button {
	margin-left: 83%;
}

@media only screen and (max-width: 1199px) {
	.user_edit_button {
		margin-left: 79%;
	}
}

@media only screen and (max-width: 991px) {
	.user_edit_button {
		margin-left: 71%;
	}
}

@media only screen and (max-width: 767px) {
	.user_edit_button {
		margin-left: 0;
	}
	.section-banner__links {
		margin-top: 20px;
	}
}


