/* ====================================================================== */
/* [Web Font]
/* ====================================================================== */
@import url("//fonts.googleapis.com/earlyaccess/notosanskr.css");
@font-face {
  font-family: "ROEHOE-CHAN";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/ROEHOE-CHAN.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arita-buriotfhairline";
  src: url("/assets/fonts/arita-burihl.woff2") format("woff2"), url("/assets/fonts/arita-burihl.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arita-buriotflight";
  src: url("/assets/fonts/arita-buril.woff2") format("woff2"), url("/assets/fonts/arita-buril.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arita-buriotfmedium";
  src: url("/assets/fonts/arita-burim.woff2") format("woff2"), url("/assets/fonts/arita-burim.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arita-buriotfsemibold";
  src: url("/assets/fonts/arita-burisb.woff2") format("woff2"), url("/assets/fonts/arita-burisb.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arita-buriotfbold";
  src: url("/assets/fonts/arita-burib.woff2") format("woff2"), url("/assets/fonts/arita-burib.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Daughter_handwriting";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_03@1.0/Daughter_handwriting.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 10px;
}
html[lang=ko-KR], html[lang=ko] {
  font-family: "Noto Sans KR", sans-serif;
}
html[lang=ko-KR] body, html[lang=ko] body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
html[lang=en], html *[lang=en] {
  font-family: "Noto Sans KR", Arial, sans-serif, serif;
}
html[lang=en] body, html *[lang=en] body {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

/* reset */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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;
}

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;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: inherit;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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;
          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;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, legend, input, textarea, button, p, blockquote, th, td, form, fieldset, blockquote, iframe {
  margin: 0;
  padding: 0;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

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

command, datalist, keygen, mark, meter, progress, rp, rt, ruby, time, wbr {
  display: inline;
}

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

fieldset {
  border: 0;
}

ul, ol, li {
  list-style: none;
}

hr {
  display: none;
  border: 0;
}

pre {
  white-space: pre-wrap;
}

legend, caption {
  display: none;
  clear: both;
}

a {
  color: inherit;
  cursor: pointer;
}
a:link {
  text-decoration: none;
}
a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
}

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

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

input, textarea, select, button, table {
  font-size: inherit;
  font-family: inherit;
  *font-size: inherit;
  border: 0;
  background-color: transparent;
}

button, select {
  cursor: pointer;
}

textarea, input, select {
  border-radius: 0;
  border: 0;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
}

textarea {
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

label {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label img {
  pointer-events: none;
}

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

th, td {
  border-collapse: collapse;
}

progress[value] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background-size: auto;
}
progress[value][role][aria-valuenow] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background-size: auto;
}
progress[value][role][aria-valuenow]:after {
  background-image: none;
}
progress[value][role][aria-valuenow]:before {
  display: table;
}
progress[value][role][aria-valuenow] strong {
  display: none;
}
progress[value][role][aria-valuenow]::-webkit-progress-value, progress[value][role][aria-valuenow]::-webkit-progress-inner-element {
  display: table;
}
progress[value][role][aria-valuenow]::-webkit-progress-bar {
  display: table-cell;
}
progress[value][role][aria-valuenow]::-moz-progress-bar, progress[value][role][aria-valuenow]::-webkit-progress-value {
  display: table;
}

textarea {
  color: inherit;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input[type=reset], input[type=button], input[type=submit] {
  line-height: normal !important;
  cursor: pointer;
}
input[type=button], input[type=text], input[type=image], input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}
input:checked[type=checkbox] {
  background-color: #fff;
  -webkit-appearance: checkbox;
}

input {
  color: inherit;
}
input::-webkit-input-placeholder {
  color: inherit;
}
input::-moz-placeholder {
  color: inherit;
}
input:-ms-input-placeholder {
  color: inherit;
}
input:-moz-placeholder {
  color: inherit;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
}

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

input[type=date]::-webkit-clear-button {
  display: none;
}
input[type=date]::-webkit-inner-spin-button {
  display: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
  color: #343434;
  background: #fff;
}
input[type=date] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: inline-block !important;
  visibility: visible !important;
}
input[type=date], input:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

@media print {
  code[class*=language-], pre[class*=language-] {
    text-shadow: none;
  }
  html * {
    color: #000;
    background: #fff;
  }
}
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: block;
}
.clearfix:after {
  clear: both;
}

/* hidden */
.hidden {
  overflow: hidden;
  border: 0;
  position: relative;
  z-index: -1;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

/* font */
.aritaburi-light {
  font-family: "arita-buriotflight";
}
.aritaburi-medium {
  font-family: "arita-buriotfmedium";
}
.aritaburi-semibold {
  font-family: "arita-buriotfsemibold";
}
.aritaburi-bold {
  font-family: "arita-buriotfbold";
}

.rohhoechan {
  font-family: "ROEHOE-CHAN";
}

.uriddal {
  font-family: "Daughter_handwriting";
}

.wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 1280px;
  min-height: 100vh;
}
.wrap.news {
  min-width: auto;
}
.wrap.news .contents {
  width: 100%;
  max-width: 1400px;
  min-width: auto;
}

.inner {
  width: 1400px;
  margin: 0 auto;
}

.header-wrap {
  position: relative;
  width: 100%;
  z-index: 100;
}
.header-wrap.main {
  position: fixed;
  top: 0;
  left: 0;
}
.header-wrap .header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1920px;
  height: 90px;
  margin: 0 auto;
  padding: 0 80px;
  z-index: 200;
}
.header-wrap .header > a {
  display: inline-block;
  width: 123px;
  height: 46px;
  text-indent: -9999px;
  background: url("/assets/img/logo.png") no-repeat;
}
.header-wrap .header .header-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-wrap .header .header-btn-wrap .language-wrap {
  position: relative;
  margin-right: 28px;
}
.header-wrap .header .header-btn-wrap .language-wrap .btn-language {
  width: 30px;
  height: 30px;
  background: url("/assets/img/icon_language.png") no-repeat;
  background-size: contain;
}
.header-wrap .header .header-btn-wrap .language-wrap > ul {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 34px;
  width: calc(100% + 10px);
  height: auto;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 10px 0;
}
.header-wrap .header .header-btn-wrap .language-wrap > ul > li {
  color: #999;
  font-size: 14px;
}
.header-wrap .header .header-btn-wrap .language-wrap > ul > li > a {
  padding: 0 10px;
  white-space: nowrap;
}
.header-wrap .header .header-btn-wrap .language-wrap > ul > li + li {
  margin-top: 10px;
}
.header-wrap .header .header-btn-wrap .language-wrap > ul > li.on {
  color: #ff6701;
}
.header-wrap .header .header-btn-wrap .btn-menu {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.header-wrap .header .header-btn-wrap .btn-menu > i {
  position: absolute;
  display: inline-block;
  width: calc(100% + 7px);
  height: 9px;
  top: 50%;
  left: -3px;
}
.header-wrap .header .header-btn-wrap .btn-menu > i::before, .header-wrap .header .header-btn-wrap .btn-menu > i::after {
  position: absolute;
  display: block;
  content: "";
  width: 9px;
  height: 100%;
  border-radius: 4.5px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-wrap .header .header-btn-wrap .btn-menu > i.top {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.header-wrap .header .header-btn-wrap .btn-menu > i.top::before, .header-wrap .header .header-btn-wrap .btn-menu > i.top::after {
  top: 0;
}
.header-wrap .header .header-btn-wrap .btn-menu > i.top::before {
  left: 0;
}
.header-wrap .header .header-btn-wrap .btn-menu > i.top::after {
  right: 0;
}
.header-wrap .header .header-btn-wrap .btn-menu > i.bottom {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.header-wrap .header .header-btn-wrap .btn-menu > i.bottom::before, .header-wrap .header .header-btn-wrap .btn-menu > i.bottom::after {
  bottom: 0;
}
.header-wrap .header .header-btn-wrap .btn-menu > i.bottom::before {
  left: 0;
}
.header-wrap .header .header-btn-wrap .btn-menu > i.bottom::after {
  right: 0;
}
.header-wrap .header .header-btn-wrap .btn-menu.on > i::before, .header-wrap .header .header-btn-wrap .btn-menu.on > i::after {
  width: 18px;
}
.header-wrap.white .header > a {
  background-image: url("/assets/img/logo_white.png");
}
.header-wrap.bg-white .header {
  background-color: #fff;
}
.header-wrap .menu-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
.header-wrap .menu-wrap .menu {
  position: absolute;
  width: 1370px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0;
}
.header-wrap .menu-wrap .menu > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 690px;
  padding-top: 550px;
  margin-right: 124px;
}
.header-wrap .menu-wrap .menu > div > img {
  position: absolute;
  right: 0;
  bottom: 55px;
}
.header-wrap .menu-wrap .menu > div > p {
  font-size: 13px;
  color: #999;
  margin-top: 30px;
}
.header-wrap .menu-wrap .menu > ul {
  display: inline-block;
  vertical-align: top;
}
.header-wrap .menu-wrap .menu > ul > li {
  font-family: "arita-buriotfmedium";
  font-size: 60px;
}
.header-wrap .menu-wrap .menu > ul > li + li {
  margin-top: 20px;
}
.header-wrap .menu-wrap .menu > ul > li > a {
  position: relative;
  display: inline-block;
}
.header-wrap .menu-wrap .menu > ul > li > a::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 1px;
  background-color: #ff6701;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.header-wrap .menu-wrap .menu > ul > li > a:hover {
  color: #ff6701;
}
.header-wrap .menu-wrap .menu > ul > li > a:hover::before {
  width: calc(100% + 15px);
}

.footer-wrap {
  height: 170px;
  background-color: #161616;
  padding-top: 60px;
  margin-top: auto;
}
.footer-wrap .footer {
  max-width: 1400px;
  margin: 0 auto;
  font-size: 0;
}
.footer-wrap .footer > a {
  display: inline-block;
  vertical-align: top;
}
.footer-wrap .footer > p {
  display: inline-block;
  vertical-align: top;
  margin-left: 96px;
  font-size: 16px;
  color: #999;
}
.footer-wrap .footer .btn-insta {
  float: right;
}

.btn-top {
  position: fixed;
  display: none;
  bottom: 60px;
  right: 80px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff url("/assets/img/btn_top.png") center center no-repeat;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
  z-index: 50;
}

.scroll {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 18px;
  color: #fff;
  padding-bottom: 110px;
}
.scroll::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, 0.4);
}
.scroll::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  background: #fff;
  -webkit-animation: scroll 1s linear infinite;
          animation: scroll 1s linear infinite;
}

.contents-wrap {
  padding-bottom: 150px;
}

.contents {
  max-width: 1400px;
  min-width: 1280px;
  margin: 0 auto;
  padding-top: 110px;
}
.contents h2 {
  text-align: center;
  font-size: 50px;
  font-family: "arita-buriotfmedium";
}

.sub-visual {
  position: relative;
  max-width: 1760px;
  height: 790px;
  margin: 0 auto;
  border-radius: 0 50px 0 50px;
  overflow: hidden;
}
.sub-visual .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.sub-visual.about .bg {
  background-image: url("/assets/img/bg_about.png");
}
.sub-visual.ourteam .bg {
  background-image: url("/assets/img/bg_ourteam.png");
}
.sub-visual.ourteam + .contents {
  padding-top: 0 !important;
}
.sub-visual + .contents {
  padding-top: 150px;
}
.sub-visual + .senior-team {
  padding-top: 80px;
}
.sub-visual.small {
  height: 400px;
}
.sub-visual.small + .contents {
  padding-top: 80px;
}
.sub-visual.small.senior .bg {
  background-image: url("/assets/img/bg_creator_senior.png");
}
.sub-visual.small.junior .bg {
  background-image: url("/assets/img/bg_creator_junior.png");
}
.sub-visual.small.production .bg {
  background-image: url("/assets/img/bg_creator_production.png");
}
.sub-visual.small.film-kisangcheong .bg {
  background-image: url("/assets/img/bg_film_kisangcheong.png");
}
.sub-visual.small.film-jigeum .bg {
  background-image: url("/assets/img/bg_film_jigeum.png");
}
.sub-visual.small.film-bubu .bg {
  background-image: url("/assets/img/bg_film_bubu.png");
}
.sub-visual.small.film-kimsabu2 .bg {
  background-image: url("/assets/img/bg_film_kimsabu2.png");
}
.sub-visual.small.film-misty .bg {
  background-image: url("/assets/img/bg_film_misty.png");
}
.sub-visual.small.film-bhLove .bg {
  background-image: url("/assets/img/bg_film_bhLove.png");
}
.sub-visual.small.film-kimsabu .bg {
  background-image: url("/assets/img/bg_film_kimsabu.png");
}
.sub-visual.small.film-uk .bg {
  background-image: url("/assets/img/bg_film_uk.png");
}
.sub-visual.small.film-kisangcheong .bg {
  background-image: url("/assets/img/bg_film_kisangcheong.png");
}
.sub-visual.small.film-kimsabu3 .bg {
  background-image: url("/assets/img/bg_film_kimsabu3.png");
}
.sub-visual.small.film-gyeongseong1 .bg {
  background-image: url("/assets/img/bg_film_gyeongseong1.png");
}
.sub-visual.small.film-theatypicalfamily .bg {
  background-image: url("/assets/img/bg_film_theatypicalfamily.png");
}
.sub-visual.small.film-gyeongseong2 .bg {
  background-image: url("/assets/img/bg_film_gyeongseong2.png");
}
.sub-visual.small > div:not(.bg) > h1 {
  font-size: 50px;
  color: #fff;
}
.sub-visual > div:not(.bg) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.sub-visual > div:not(.bg) h1 {
  font-size: 30px;
  font-family: "arita-buriotfmedium";
  color: #ff6701;
}
.sub-visual > div:not(.bg) > p {
  font-size: 18px;
  color: #fff;
  line-height: 1.6em;
}
.sub-visual > div:not(.bg) > p:first-of-type {
  font-family: "Daughter_handwriting";
  font-size: 50px;
  margin-bottom: 10px;
}

.layer {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
}
.layer .btn-layer-close {
  position: absolute;
  top: 32px;
  right: 80px;
  width: 26px;
  height: 26px;
  background: url("/assets/img/btn_layer_close.png") center center no-repeat;
  text-indent: -9999px;
}

#btnFloating {
  position: fixed;
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
  z-index: 900;
  pointer-events: none;
}
#btnFloating .btn-floating {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  line-height: 110px;
  border-radius: 50%;
  text-align: center;
  font-family: "arita-buriotfmedium";
  font-size: 20px;
  color: #fff;
  background-color: #ff6701;
  opacity: 0.9;
}

@-webkit-keyframes scroll {
  0% {
    bottom: 100px;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 100px;
  }
}

@keyframes scroll {
  0% {
    bottom: 100px;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 100px;
  }
}
@media all and (max-width: 1400px) {
  .wrap.news .contents {
    padding: 0 30px;
  }
}
/*# sourceMappingURL=maps/common.css.map */
