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,
select,
input,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.6rem;
  color: #1f2027;
  line-height: 1.5;
  letter-spacing: 0;
  word-break: keep-all;
}

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;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  text-decoration: none;
  vertical-align: middle;
}

button {
  background: none;
  cursor: pointer;
}

i {
  font-style: normal;
}

.slick-slide {
  outline: none;
}

@media (min-width: 1100px) {
  html {
    font-size: 62.5%;
  }
}

@media (max-width: 1100px) {
  html {
    font-size: 62.5%;
  }
}

@media (max-width: 720px) {
  html {
    font-size: 54.688%;
  }
}

html,
body {
  height: 100%;
}

.desktop_only {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.desktop_only__block {
  display: block !important;
}

.mobile_only {
  display: none !important;
}

.mobile_only__block {
  display: none !important;
}

@media (max-width: 720px) {
  .desktop_only {
    display: none !important;
  }
  .desktop_only__block {
    display: none !important;
  }
  .mobile_only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mobile_only__block {
    display: block !important;
  }
}

.body_wrap {
  position: relative;
}

.inner_row {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .inner_row {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 720px) {
  .inner_row {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header {
  height: 72px;
  border-bottom: 1px solid #e6e6e6;
}

.header > .inner_row {
  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;
  height: 100%;
}

.header__logo {
  position: relative;
}

.header__link a {
  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;
  width: 130px;
}

.header__link a::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url("/assets/images/btn_next.svg") no-repeat center;
  position: relative;
}

.header__link span {
  font-size: 1.4rem;
  color: #666;
}

.header__link strong {
  font-weight: 700;
  color: #007ac1;
}

@media (max-width: 720px) {
  .header {
    height: 60px;
  }
  .header__logo img {
    width: 100px;
  }
  .header__link a {
    width: 65px;
  }
}

.footer {
  padding: 20px 0;
  border-top: 1px solid #e6e6e6;
}

.footer__text p {
  font-size: 1.4rem;
  color: #666;
}

.footer__copy {
  margin-top: 15px;
}

.footer__copy p {
  font-size: 1.2rem;
  color: #999;
}

@media (max-width: 720px) {
  .footer__copy {
    margin-top: 10px;
  }
}

.main {
  padding: 40px 0 120px;
}

.main__notice {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.main__notice .slide_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 32px;
  background: #f2f2f2;
  border-radius: 60px;
  text-align: left;
}

.main__notice .slide_btn .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/assets/images/ico_speaker.svg") no-repeat center;
  background-size: cover;
  font-size: 0;
  text-indent: -9999px;
}

.main__notice .slide_btn .txt {
  display: inline-block;
  margin-left: 20px;
  margin-right: 25px;
  font-weight: 500;
  color: #000;
}

.main__notice .slide_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url("/assets/images/btn_drop_down.svg") no-repeat center;
  background-size: cover;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main__notice .slide_btn.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main__notice .slide_wrap {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin-top: 12px;
  background: #f2f2f2;
  border-radius: 20px;
}

.main__notice .slide_wrap .content {
  padding: 32px;
}

.main__notice .slide_wrap .content p {
  color: #222;
}

.main__panels {
  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;
  margin-top: 140px;
}

.main__panels .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 330px;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.main__panels .item.french .item__txt {
  background: rgba(224, 45, 21, 0.8);
}

.main__panels .item.japanese .item__txt {
  background: rgba(41, 143, 232, 0.85);
}

.main__panels .item.spanish .item__txt {
  background: rgba(248, 121, 30, 0.9);
}

.main__panels .item.herald .item__img p {
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: 500;
}

.main__panels .item.herald .item__txt {
  background: rgba(0, 0, 0, 0.6);
}

.main__panels .item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 250px;
  background: #fff;
  border-radius: 12px 12px 0 0;
  -webkit-box-shadow: 0px 4px 20px #0000003d;
          box-shadow: 0px 4px 20px #0000003d;
}

.main__panels .item__img p {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}

.main__panels .item__txt {
  position: relative;
  width: 100%;
  height: 270px;
  padding: 32px;
  border-radius: 0 0 12px 12px;
  -webkit-box-shadow: 0px 4px 20px #0000003d;
          box-shadow: 0px 4px 20px #0000003d;
}

.main__panels .item__txt p {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}

.main__panels .item__txt p + p {
  margin-top: 10px;
}

.main__panels .item__txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main__panels .item__txt ul li {
  position: relative;
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}

.main__panels .item__txt ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}

.main__panels .item__txt .btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 200px;
  height: 48px;
  margin-left: -100px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.3);
}

.main__panels .item:hover {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

@media (max-width: 1100px) {
  .main {
    padding: 40px 0 60px;
  }
  .main__notice {
    max-width: 520px;
  }
  .main__panels {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  .main__panels .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 48px);
            flex: 0 0 calc(50% - 48px);
    width: auto;
    margin-top: 40px;
    margin-right: 48px;
  }
  .main__panels .item:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .main__panels .item:nth-of-type(even) {
    margin-right: 0;
  }
}

@media (max-width: 720px) {
  .main {
    padding: 20px 0 60px;
  }
  .main__notice {
    max-width: 100%;
  }
  .main__notice .slide_btn {
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
  }
  .main__notice .slide_btn .icon {
    width: 20px;
    height: 20px;
  }
  .main__notice .slide_btn .txt {
    margin-left: 10px;
  }
  .main__notice .slide_btn::after {
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .main__notice .slide_wrap {
    margin-top: 10px;
    border-radius: 16px;
  }
  .main__notice .slide_wrap .content {
    padding: 20px;
  }
  .main__panels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 12px;
  }
  .main__panels .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 120px;
    margin-top: 20px;
    margin-right: 0;
  }
  .main__panels .item.herald .item__img img {
    width: 120px;
  }
  .main__panels .item.herald .item__img p {
    display: none;
  }
  .main__panels .item.herald .item__img .mobile_only {
    width: 60px;
  }
  .main__panels .item__img {
    width: 50%;
    min-width: 130px;
    height: 100%;
    border-radius: 12px 0 0 12px;
  }
  .main__panels .item__img img {
    width: 80px;
  }
  .main__panels .item__img p {
    margin-top: 7px;
    font-size: 14px;
  }
  .main__panels .item__txt {
    height: 100%;
    padding: 20px;
    border-radius: 0 12px 12px 0;
  }
  .main__panels .item__txt p {
    text-align: left;
    font-size: 14px;
  }
  .main__panels .item__txt p + p {
    margin-top: 6px;
  }
  .main__panels .item__txt ul li {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
    padding: 0 10px;
    font-size: 14px;
  }
  .main__panels .item__txt ul li::before {
    width: 3px;
    height: 3px;
  }
  .main__panels .item__txt .btn {
    display: none;
  }
}
