﻿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
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

body {
  font-size: 14px;
  margin: 0;
  font-feature-settings: "palt"
}

.showpc {
  display: block !important
}

.showsp {
  display: none !important
}

.brpc {
  display: inline
}

.brsp {
  display: none
}

ul {
  list-style: none
}

.sp_menu {
  font-family: "Noto Sans KR", sans-serif;
  display: none;
  overflow: visible;
  position: relative
}

.sp_menu .hamburger {
  display: block;
  width: 60px;
  height: 60px;
  background: #ff8026;
  position: fixed;
  top: 70vh;
  left: calc(100% - 60px);
  cursor: pointer;
  z-index: 9999;
  white-space: nowrap;
  text-indent: 100%
}

.sp_menu .hamburger::before,
.sp_menu .hamburger::after {
  content: "";
  display: block;
  width: 40px;
  border-bottom: 1px solid #001e62;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  transform-origin: 11px;
  transition: transform .3s ease 0s
}

.sp_menu .hamburger::before {
  top: 23px
}

.sp_menu .hamburger::after {
  bottom: 23px
}

.sp_menu nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  padding: 30px 0 0;
  z-index: 200;
  background: #001e62;
  transition: all .3s ease 0s;
  transform: translateX(100%);
  overflow: hidden
}

.sp_menu .list,
.sp_menu .sub_list {
  transition: all .3s ease 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px 0 0;
  box-sizing: border-box;
  overflow: auto
}

.sp_menu .list>li:last-child,
.sp_menu .sub_list>li:last-child {
  margin-bottom: 100px
}

.sp_menu .list>li.noLink,
.sp_menu .sub_list>li.noLink {
  opacity: .5;
  position: relative
}

.sp_menu .list>li.noLink::after,
.sp_menu .sub_list>li.noLink::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0
}

.sp_menu .list>li.mode_label,
.sp_menu .sub_list>li.mode_label {
  width: 250px;
  margin: 60px auto 0
}

.sp_menu .list>li.mode_label.mode_label_print,
.sp_menu .sub_list>li.mode_label.mode_label_print {
  margin-top: 0
}

.sp_menu .list>li.mode_label img,
.sp_menu .sub_list>li.mode_label img {
  width: 100%;
  display: block;
  margin: auto
}

.sp_menu .list>li a,
.sp_menu .sub_list>li a {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  color: #ff8026;
  padding: 17.5px 0;
  text-align: center
}

.sp_menu .list>li.sp_lang a,
.sp_menu .sub_list>li.sp_lang a {
  width: auto;
  margin: 0 22px 20px;
  padding: 15px 0;
  border-radius: 50px;
  background: #ff8026;
  color: #001e62;
  font-weight: 500;
  text-align: center;
  position: relative
}

.sp_menu .list>li.sp_lang a::before,
.sp_menu .sub_list>li.sp_lang a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 1px;
  background: #001e62
}

.sp_menu .list>li.sp_lang a::after,
.sp_menu .sub_list>li.sp_lang a::after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background: #001e62;
  position: absolute;
  top: 50%;
  right: 20px;
  transform-origin: 100% 100%;
  transform: rotate(45deg)
}

.sp_menu .list.hide {
  transform: translateX(-100%)
}

.sp_menu .sub_list {
  transform: translateX(100%);
  z-index: 51;
  background: #001e62
}

.sp_menu .sub_list>li:nth-child(1) {
  margin-top: 0
}

.sp_menu .sub_list>li.back a {
  width: 40px;
  height: 40px;
  background: url(../img/sp_menu_back.png) no-repeat;
  background-size: contain;
  margin: auto
}

.sp_menu.active .hamburger::before {
  left: 55%;
  transform: rotate(45deg)
}

.sp_menu.active .hamburger::after {
  left: 55%;
  transform: rotate(-45deg)
}

.sp_menu.active nav {
  transform: translateX(0)
}

.sp_menu.active .list {
  transform: translateX(0)
}

.sp_menu.active .list.hide {
  transform: translateX(-100%)
}

.sp_menu.active .sub_list.active {
  transform: translateX(0)
}

.parallax {
  transition: all .5s ease 0s;
  opacity: 0;
  transform: translateY(100px)
}

.parallax.active {
  opacity: 1;
  transform: translateY(0px)
}

.wrapper {
  width: 100%;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: 0.05em;
  margin: 0 0 100px
}

.inner {
  width: auto;
  max-width: 1200px;
  margin: auto
}

.sticky {
  position: -webkit-sticky;
  position: sticky
}

nav.navi {
  width: 100%;
  height: 70px;
  background: #ff8026;
  overflow: hidden;
  top: 0;
  padding: 25px 0;
  box-sizing: border-box;
  z-index: 99
}

nav.navi ul {
  display: flex;
  justify-content: center;
  align-items: center
}

nav.navi ul>li {
  font-size: 18px;
  font-weight: 700;
  margin: 0 17.5px
}

nav.navi ul>li:first-child {
  margin-left: 0
}

nav.navi ul>li:last-child {
  margin-right: 0
}

nav.navi ul>li>a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding-bottom: 2px
}

nav.navi ul>li>a:hover {
  padding-bottom: 0;
  border-bottom: 2px solid #001e62
}

.mv {
  width: 100%;
  height: 670px;
  position: relative;
  background: #001e62;
  overflow: hidden
}

.mv .mv_img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}

.mv .mv_in {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  position: relative
}

.mv .langlist_wrapper {
  width: 100%;
  max-width: 1400px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}

.contents {
  position: relative;
  overflow: hidden;
  background: #001e62
}

.contents .bg_line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.contents .bg_line::before,
.contents .bg_line::after {
  content: "";
  display: block;
  background: #ff8026;
  position: absolute
}

.contents .bg_line::before {
  width: 100%;
  height: 50px;
  top: 0;
  left: 0
}

.contents .bg_line::after {
  width: 50px;
  height: 100%;
  top: 0
}

.contents .bg_line .sq_num {
  width: 130px;
  height: 130px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 1
}

.contents .bg_line .sq_num .num {
  font-size: 50px;
  color: #f266bf
}

.contents .inner {
  position: relative;
  z-index: 1
}

.contents .s_title_wrapper {
  text-align: center
}

.contents .s_title {
  color: #ff8026;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em
}

.contents .s_title.s_title_bd {
  font-size: 55px;
  line-height: 1;
  margin: 0 auto 30px;
  padding: 30px 40px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  text-align: center
}

.contents .s_title.s_title_bd::before,
.contents .s_title.s_title_bd::after {
  content: "";
  display: block;
  width: 24px;
  height: 54px;
  border: 0px solid #ff8026
}

.contents .s_title.s_title_bd::before {
  border-top-width: 1px;
  border-left-width: 1px;
  position: absolute;
  top: 0;
  left: 0
}

.contents .s_title.s_title_bd::after {
  border-bottom-width: 1px;
  border-right-width: 1px;
  position: absolute;
  bottom: 0;
  right: 0
}

.contents.contents_end::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: #ff8026;
  z-index: 1;
  position: relative
}

.bnrarea{
  padding: 80px 0 20px;
  box-sizing: border-box;
}

.bnrarea ul{
  max-width: 1035px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.bnrarea ul li{
  width: 49.5%;
}

.bnrarea ul li a{
  display: block;
}

.bnrarea ul li a img{
  width: 100%;
}

.bnrarea ul li a:hover{
  opacity: .7;
}


@media screen and (max-width: 768px) {
  .showpc {
    display: none !important
  }
  .showsp {
    display: block !important
  }
  .brpc {
    display: none
  }
  .brsp {
    display: inline
  }
  .sp_menu {
    display: block
  }
  nav.navi {
    width: 100%;
    height: 0;
    overflow: visible;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0
  }
  nav.navi .inner {
    width: 100%;
    height: 0;
    overflow: hidden
  }
  .mv {
    height: auto
  }
  .mv .mv_img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0)
  }
  .langlist {
    display: none
  }
  .wrapper {
    width: 100%;
    overflow: hidden
  }
  .contents .bg_line::before {
    height: 10px
  }
  .contents .bg_line::after {
    width: 10px
  }
  .contents .bg_line .sq_num {
    width: 50px;
    height: 50px;
    top: 20px
  }
  .contents .bg_line .sq_num .num {
    font-size: 22px
  }
  .contents .s_title.s_title_bd {
    font-size: 27.5px;
    margin: 0 auto 15px;
    padding: 15px
  }
  .contents .s_title.s_title_bd::before,
  .contents .s_title.s_title_bd::after {
    width: 15px;
    height: 30px
  }
  .contents.contents_end::after {
    height: 10px
  }
  .bnrarea{
    padding: 30px 0 5px;
    box-sizing: border-box;
  }  
  .bnrarea ul{
    max-width: 1035px;
    display: block;
  }  
  .bnrarea ul li{
    width: 255px;
    margin: 0 auto 15px;
  }
  .bnrarea ul li:last-child{
    margin-bottom: 0;
  }
  .bnrarea ul li a img{
    width: 100%;
  }
}

/* new */
.cc_m-content {
  background: #FFDB30;
}

.cc_m-content .back {
  background: #FCC200;
}



.cc_m-content img {
  width: 100%;
  height: auto;
  display: block;
}

.bts_logo {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  background: #231815;
}

.bts_logo h2 {
  margin: 0 auto;
  width: 313px;
}

.main_visual {
  margin: 0 0 0 0;
  padding: 43px 0 0 0;
  width: 100%;
  background: #FFDB30;
}

.main_visual h3 {
  margin: 0 auto;
  width: 430px;
}

.main_visual .image {
  
}

.cc_m-content .copy {
  margin: 0 0 0 0;
  padding: 5px 0 50px 0;
  line-height: 1.2em;
  text-align: center;
  font-size: 10px;
  color: #231815;
}

.cc_m-content .movie {
  margin: 50px auto 55px auto;
  width:800px;
}

.cc_m-content .movie video {
  width: 100%;
  height: auto;
}

.cc_m-content .intro {
  margin: 0 0 0 0;
  padding: 0 0 40px 0;
  line-height: 1.8em;
  text-align: center;
  font-size: 30px;
  color: #231815;
}

.cc_m-content .intro span {
	font-weight: bold;
}

.cc_m-content .product_info01 {
  margin: 0 0 0 0;
  padding: 26px 0 30px 0;
  line-height: 1.8em;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #231815;
  background: url("../img/content_back_01.png") no-repeat center;
  background-size: auto 448px;
  overflow: hidden;
}

.cc_m-content .product_info01 .image {
  margin: 0 auto 35px;
  padding: 0 0 0 0;
  width: 529px;
}

.cc_m-content .product_info01 .link {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 435px;
  height: 48px;
  display: table;
}

.cc_m-content .product_info01 .link a {
  padding: 0 0 0 30px;
  line-height: 1.4em;
/*  color: #ffffff;*/
	color:#FFDB30;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  background: #231815 url("../img/arrow_01.png") no-repeat 387px center;
  background-size: auto 10px;
  display: table-cell;
  vertical-align: middle;
}

.cc_m-content .product_info02 {
  margin: 0 0 0 0;
  padding: 35px 0 50px 0;
  text-align: center;
  background: #FCC200 url("../img/content_back_02.png") no-repeat center;
/*	background: #FCC200;*/
  background-size: auto 400px;
	
  overflow: hidden;
}

.cc_m-content .product_info02 .image {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 552px;
}

.cc_m-content .slider-for {
  margin: 40px auto 25px;
  padding: 0 0 0 0;
  width: 490px;
}

.cc_m-content .slider-nav {
  margin: 0 0 40px 0;
}

.cc_m-content .slider-nav li {
  width: 148px;
}

/*하단 미니11 상품페이*/



/* Icons */
/* Arrows */
.bts-slider .slick-prev,
.bts-slider .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;
    margin-top: -18px;

    display: block;

    width: 28px;
    height: 52px;
    padding: 0;

    margin-top: -26px;

    cursor: pointer;

    color: transparent;
    border: none;
    z-index: 1;
}

.bts-slider .slick-prev
{
    left: -40px;
    background: url("../img/prev.png") no-repeat center center;
    background-size: cover;
}
.bts-slider .slick-next
{
    right: -40px;
    background: url("../img/next.png") no-repeat center center;
    background-size: cover;
}

/* Dots */
.slick-dotted.slick-slider
{

}

.slick-dots
{
    position: absolute;
    bottom: -24px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 12px;
    height: 11px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 12px;
    height: 11px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: url(../img/dot.png) no-repeat center center;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li.slick-active button
{
    background: url(../img/dot-on.png) no-repeat center center;
}

br.sp { display: none !important; }
span.sp { display: none !important; }
img.sp { display: none !important; }
div.sp { display: none !important; }

.size_info {
	font-size:26px;
	line-height:1.5em;
	text-align:center;
}

.size_info span {
	font-weight: bold;
}


/*하단 미니 11 추가*/
.back2 .image {
  width: 100% !important;
}

.back2 .image img {
  width: 100% !important;
}


@media screen and (max-width: 768px) {
br.sp { display: inline-block !important; }
br.pc { display: none !important; }
span.sp { display: block !important; }
span.pc { display: none !important; }
img.sp { display: block !important; }
img.pc { display: none !important; }
div.sp { display: block !important; }
div.pc { display: none !important; }

.cc_m-content {
  background: #FFDB30;
}

.cc_m-content .back {
  width: 100% !important;
}

.cc_m-content .back img {
  width: 100% !important;
}


.cc_m-content img {
  width: 100%;
  height: auto;
  display: block;
}

.bts_logo {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  background: #231815;
}

.bts_logo h2 {
  margin: 0 auto;
  width: 52.33vw;
}

.main_visual {
  margin: 0 0 0 0;
  padding: 6.66vw 0 0 0;
  width: 100%;
  background: #FFDB30;
}

.main_visual h3 {
  margin: 0 auto;
  width: 70.66vw;
}

.main_visual .image {
  width: 100% !important;
}

.main_visual .image img {
  width: 100% !important;
}

.cc_m-content .copy {
  margin: 0 0 0 0;
  padding: 5px 0 8.33vw 0;
  line-height: 1.2em;
  text-align: center;
  font-size: 8px;
  color: #231815;
}

.cc_m-content .movie {
  margin: 0 auto 10vw auto;
  width: 85.33vw;
}

.cc_m-content .movie video {
  width: 100%;
  height: auto;
}

.cc_m-content .intro {
  margin: 0 0 0 0;
  padding: 0 0 12.5vw 0;
  line-height: 1.8em;
  text-align: center;
/*  font-size: 4.8vw;*/
	font-size:14px;
  font-weight: bold;
  color: #231815;
}

.cc_m-content .product_info01 {
  margin: 0 0 0 0;
  padding: 0 0 2.6vw 0;
  line-height: 1.8em;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #000;
  background: url("../img/content_back_01-sp.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.cc_m-content .product_info01 .image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}

.cc_m-content .product_info01 .link {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 80vw;
  height: 8vw !important;
  display: table;
}

.cc_m-content .product_info01 .link a {
  padding: 0 5vw 0 0;
  height: 8vw !important;
  line-height: 1.4em;
/*  color: #ffffff;*/
	color:#FFDB30;
  font-size: 3vw;
  font-weight: bold;
  text-align:center;
  text-decoration: none;
  background: #231815 url("../img/arrow_01.png") no-repeat 72vw center;
  background-size: 6vw auto;
  display: table-cell;
  vertical-align: middle;
}

.cc_m-content .product_info02 {
  margin: 0 0 0 0;
  padding: 0 0 30px 0;
  text-align: center;
  background: #FCC200 url("../img/content_back_02-sp.png") no-repeat center top;
  background-size: cover;
  overflow: hidden;
}

.cc_m-content .product_info02 .image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}

.cc_m-content .slider-for {
  margin: 0 auto 3.33vw;
  padding: 0 0 0 0;
  width: 76vw;
}

.cc_m-content .slider-nav {
  margin: 0 0 13.33vw 0;
}

.cc_m-content .slider-nav li {
  width: 70px;
}







/* Icons */
/* Arrows */
.bts-slider .slick-prev,
.bts-slider .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 13px;
    height: 24px;
    margin-top: -12px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    z-index: 1;
}

.bts-slider .slick-prev
{
    left: -20px;
    background: url("../img/prev.png") no-repeat center center;
    background-size: cover;
}
.bts-slider .slick-next
{
    right: -20px;
    background: url("../img/next.png") no-repeat center center;
    background-size: cover;
}

/* Dots */
.slick-dotted.slick-slider
{

}

.slick-dots
{
    position: absolute;
    bottom: -24px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 12px;
    height: 11px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 12px;
    height: 11px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: url(../img/dot.png) no-repeat center center;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li.slick-active button
{
    background: url(../img/dot-on.png) no-repeat center center;
}
	
.size_info {
	font-size:13px;
	line-height:1.5em;
	text-align:center;
}
	
}



.f_neduko {
  font-family: 'Noto Sans TC', sans-serif;
}

/*# sourceMappingURL=common.css.map*/


/*問い合わせ*/
.Inquiry {
	width:90%;
	max-width:958px;
	padding:20px;
	border:2px solid #1D1D1D;
	margin:20px auto;
}
.Inquiry p.tlt {
	text-align:center;
	font-weight:bold;
	fonf-size:14px;
	line-height:1.8em;
	margin-bottom:20px;
}
.Inquiry p.txt {
	text-align:center;
	font-weight:normal;
	fonf-size:14px;
	line-height:1.5em
}



.re-bnr-area__slide .slick-prev,
.re-bnr-area__slide .slick-next {

}


footer { margin-top:0px !important}



@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}
@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'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@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'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
 }
