@charset "UTF-8";

@font-face {
  font-family: 'NanumSquare';
  font-style: light;
  font-weight: 300;
  src: url('../fonts/NanumSquareL.woff') format('woff'), url('../fonts/NanumSquareL.ttf') format('ttf'), url('../fonts/NanumSquareL.eot') format('eot');
}

@font-face {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NanumSquareR.woff') format('woff'), url('../fonts/NanumSquareR.ttf') format('ttf'), url('../fonts/NanumSquareR.eot') format('eot');
}

@font-face {
  font-family: 'NanumSquare';
  font-style: bold;
  font-weight: 500;
  src: url('../fonts/NanumSquareB.woff') format('woff'), url('../fonts/NanumSquareB.ttf') format('ttf'), url('../fonts/NanumSquareB.eot') format('eot');
}

@font-face {
  font-family: 'NanumSquare';
  font-style: ExtraBold;
  font-weight: 700;
  src: url('../fonts/NanumSquareEB.woff') format('woff'), url('../fonts/NanumSquareEB.ttf') format('ttf'), url('../fonts/NanumSquareEB.eot') format('eot');
}

@font-face {
  font-family: 'Everett-Bold';
  font-style: Bold;
  font-weight: 700;
  src: url('../fonts/Everett-Bold.woff') format('woff'), url('../fonts/Everett-Bold.ttf') format('ttf'), url('../fonts/Everett-Bold.eot') format('eot');
}

.input-cover {
  position: relative;
  height: 48px;
  padding: 12px 15px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input-cover input {
  width: 100%;
  height: 22px;
  line-height: 22px;
  border: 0;
  font-size: 13px;
  background-color: transparent;
}

.input-cover input::-webkit-input-placeholder {
  color: #979797;
  opacity: 1;
}

.input-cover input::-moz-placeholder {
  color: #979797;
  opacity: 1;
}

.input-cover input:-ms-input-placeholder {
  color: #979797;
  opacity: 1;
}

.input-cover input:-moz-placeholder {
  color: #979797;
  opacity: 1;
}

.input-cover input:placeholder {
  color: #979797;
  opacity: 1;
}

.selector-wrapper .selector-cover + .selector-cover {
  margin-top: 10px;
}

.selector-wrapper.horizontal:before,
.selector-wrapper.horizontal:after {
  content: '';
  display: table;
}

.selector-wrapper.horizontal:after {
  clear: both;
}

.selector-wrapper.horizontal .selector-cover {
  float: left;
}

.selector-wrapper.horizontal .selector-cover + .selector-cover {
  margin-top: 0;
  margin-left: 10px;
}

.selector-cover input {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

.selector-cover input.focusable:active,
.selector-cover input.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}

.selector-cover input + label {
  background-repeat: no-repeat;
  background-position: 0 0;
}

.selector-cover label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.selector-cover.radio label {
  min-height: 20px;
  line-height: 20px;
  padding-left: 22px;
  background-image: url('../images/components/icon-radio-off.png');
  background-size: 20px 20px;
}

.selector-cover.radio input:checked + label {
  background-image: url('../images/components/icon-radio-on.png');
}

.selector-cover.checkbox label {
  min-height: 20px;
  line-height: 20px;
  padding-left: 22px;
  background-image: url('../images/components/icon-checkbox-off.png');
  background-size: 20px 20px;
}

.selector-cover.checkbox input:checked + label {
  background-image: url('../images/components/icon-checkbox-on.png');
}

.select-box {
  position: relative;
}

.select-box select {
  width: 100%;
  padding: 13px 24px 13px 11px;
  font-size: 15px;
  border: 1px solid #ddd;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select-box select option {
  font-size: 15px;
  color: #000;
  background-color: #fff;
}

.select-box select.selected {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.select-box select.selected + .arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url('../images/components/icon-select-arrow-w.png');
}

.select-box .arrow {
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -3px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/components/icon-select-arrow-bk.png');
  background-size: 10px 7px;
}

.btn {
  border: 1px solid #ddd;
}

.btn.small {
  padding: 3px 10px;
  font-size: 13px;
}

.btn.medium {
  padding: 5px 10px;
  font-size: 14px;
}

.btn.normal {
  background-color: transparent;
}

.btn.slightly {
  background-color: #ddd;
  border-color: #ddd;
  color: #000;
}

.btn.primary {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}

.btn.dark {
  background-color: #222;
  border-color: #222;
  color: #fff;
}

.btn.danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.btn.warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #fff;
}

.data-table table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #ddd;
}

.data-table th,
.data-table td {
  padding: 10px 15px;
  text-align: left;
  font-size: 14px;
}

.data-table th.left,
.data-table td.left {
  text-align: left;
}

.data-table th.center,
.data-table td.center {
  text-align: center;
}

.data-table th {
  background-color: #f1f1f1;
  border-bottom: 1px solid #ddd;
}

.data-table td {
  border-bottom: 1px solid #ddd;
}

.pagination {
  display: table;
  margin: 0 auto;
}

.pagination:before,
.pagination:after {
  content: '';
  display: table;
}

.pagination:after {
  clear: both;
}

.pagination button {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
}

.pagination .paging {
  margin: 0 3px;
  border-radius: 50%;
}

.pagination .paging.current {
  background-color: #ffcc13;
  color: #fff;
}

.pagination .controller {
  margin: 0 3px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: cover;
}

.pagination .controller.prev-10 {
  background-image: url('../images/components/icon-pagination-prev-10.png');
}

.pagination .controller.prev {
  background-image: url('../images/components/icon-pagination-prev.png');
}

.pagination .controller.next {
  background-image: url('../images/components/icon-pagination-next.png');
}

.pagination .controller.next-10 {
  background-image: url('../images/components/icon-pagination-next-10.png');
}

.layer-popup {
  -webkit-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.layer-popup.open {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.layer-popup .popup-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.layer-popup .cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.layer-popup .popup-container {
  margin: 0 auto;
  max-width: 890px;
}

@media (max-width: 768px) {
  .layer-popup .popup-container {
    max-width: 648px;
  }
}

.layer-popup .popup-content {
  position: relative;
  z-index: 2;
  padding: 40px 50px;
  border-radius: 30px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .layer-popup .popup-content {
    padding: 40px;
  }
}

@media (max-width: 600px) {
  .layer-popup .popup-content {
    padding: 20px;
    padding-bottom: 27px;
  }
}

.layer-popup .btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url('../images/btn-popup-close.png');
  text-indent: -9999px;
}

@media (max-width: 768px) {
  .layer-popup .btn-close {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 600px) {
  .layer-popup .btn-close {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    background-image: url('../images/btn-popup-close-s.png');
  }
}

.layer-popup .user-container {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 600px) {
  .layer-popup .user-container {
    display: block;
  }
}

.layer-popup .user-info .nickname {
  font-weight: 700;
  font-size: 36px;
}

@media (max-width: 768px) {
  .layer-popup .user-info .nickname {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .layer-popup .user-info .nickname {
    margin-top: 15px;
    font-size: 24px;
  }
}

@media (max-width: 360px) {
  .layer-popup .user-info .nickname {
    margin-top: 12px;
    font-size: 20px;
  }
}

.layer-popup .user-info .description {
  margin-top: 4px;
  line-height: 1.67;
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 768px) {
  .layer-popup .user-info .description {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .layer-popup .user-info .description {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .layer-popup .user-info .description {
    font-size: 12px;
  }
}

.layer-popup .user-info .hash-tag {
  margin-top: 6px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
  .layer-popup .user-info .hash-tag {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .layer-popup .user-info .hash-tag {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .layer-popup .user-info .hash-tag {
    font-size: 10px;
  }
}

.layer-popup .user-image {
  width: 130px;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .layer-popup .user-image {
    width: 110px;
  }
}

@media (max-width: 600px) {
  .layer-popup .user-image {
    width: 90px;
  }
}

.layer-popup .user-image img {
  width: 100%;
  display: block;
}

.layer-popup .popup-body {
  padding-top: 25px;
  margin-top: 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

@media (max-width: 768px) {
  .layer-popup .popup-body {
    padding-top: 20px;
    margin-top: 24px;
  }
}

@media (max-width: 600px) {
  .layer-popup .popup-body {
    padding-top: 18px;
    margin-top: 18px;
  }
}

@media (max-width: 360px) {
  .layer-popup .popup-body {
    padding-top: 14px;
    margin-top: 14px;
  }
}

.layer-popup .user-msg {
  line-height: 1.75;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
  .layer-popup .user-msg {
    line-height: 1.86;
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .layer-popup .user-msg {
    line-height: 1.83;
    font-size: 12px;
  }
}

.layer-popup .user-name {
  margin-top: 13px;
  font-size: 12px;
}

.popup-dim {
  -webkit-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup-dim.open {
  visibility: visible;
  opacity: 1;
}

/* reset */
/* rem 설정을 위한 폰트 */
html {
  font-size: 30px;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
pre {
  -webkit-text-size-adjust: none;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  font-family: 'NanumSquare', arial, sans-serif, Arial, dotum, '돋움';
  outline: none;
}

/*-webkit-text-size-adjust: none(글자크기 자동조정 방지) , auto (화면의 폭에 맞추어서 텍스트의 크기를 자동으로 조절 , 100%(폰트크기를 지정된사이즈로 변경);*/
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
table,
tr,
td,
dl,
dt,
dd,
a,
img,
input,
button,
select,
textarea {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: dotum, '돋움', courier new, courier, monospace;
}

header,
hgroup,
article,
nav,
footer,
figure,
figcaption,
canvas,
section,
menu {
  display: block;
  margin: 0;
  padding: 0;
}

/* 모바일에서 꾹 눌렀을때 텍스트 복사 막기 */
body,
div,
p,
ul,
li,
input,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
a,
select,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

img,
fieldset,
iframe {
  border: 0 none;
}

fieldset {
  width: auto;
  min-width: 0;
  max-width: none;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

legend.focusable:active,
legend.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}

img {
  border: 0px;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  display: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

/* reset */
html,
body {
  background-color: #5c22d6;
}

html.scroll-disable,
body.scroll-disable {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

.section-inner {
  width: 930px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .section-inner {
    width: auto;
    padding: 0 60px;
  }
}

@media (max-width: 700px) {
  .section-inner {
    padding: 0 20px;
  }
}

.mobile-show {
  display: none;
}

@media (max-width: 700px) {
  .mobile-show {
    display: block;
  }
}

@media (max-width: 700px) {
  .pc-show {
    display: none;
  }
}

#container {
  position: relative;
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, 0 bottom;
  background-size: contain, contain;
  background-image: url('../images/img-bg-top.png'), url('../images/img-bg-bottom.png');
  background-color: #362bd4;
}

#header {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 94px;
}

@media (max-width: 1100px) {
  #header {
    height: 86px;
  }
}

@media (max-width: 700px) {
  #header {
    height: 61px;
  }
}

@media (max-width: 374px) {
  #header {
    height: 57px;
  }
}

#header.scroll {
  position: fixed;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 80px;
  background-color: #000;
}

@media (max-width: 1100px) {
  #header.scroll {
    height: 64px;
  }
}

@media (max-width: 700px) {
  #header.scroll {
    height: 50px;
  }
}

@media (max-width: 374px) {
  #header.scroll {
    height: 44px;
  }
}

#header.scroll .header-logo {
  cursor: pointer;
}

#header.scroll .header-logo #logo {
  width: 160px;
  height: 50px;
  margin-top: 6px;
}

@media (max-width: 1100px) {
  #header.scroll .header-logo #logo {
    width: 135px;
    height: 42px;
  }
}

@media (max-width: 700px) {
  #header.scroll .header-logo #logo {
    width: 102px;
    height: 32px;
    margin-top: 5px;
  }
}

@media (max-width: 374px) {
  #header.scroll .header-logo #logo {
    width: 92px;
  }
}

#header .header-inner {
  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: 1280px;
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 1320px) {
  #header .header-inner {
    width: auto;
    padding: 0 30px 0 25px;
  }
}

@media (max-width: 700px) {
  #header .header-inner {
    padding: 0 20px;
  }
}

@media (max-width: 374px) {
  #header .header-inner {
    padding: 0 15px 0 12px;
  }
}

#header .header-logo #logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 196px;
  height: 53px;
}

@media (max-width: 1100px) {
  #header .header-logo #logo {
    width: 150px;
    height: 42px;
  }
}

@media (max-width: 700px) {
  #header .header-logo #logo {
    width: 108px;
    height: 30px;
  }
}

@media (max-width: 374px) {
  #header .header-logo #logo {
    width: 98px;
  }
}

#header .header-menu:before,
#header .header-menu:after {
  content: '';
  display: table;
}

#header .header-menu:after {
  clear: both;
}

#header .header-menu li {
  float: left;
}

#header .header-menu li + li {
  margin-left: 30px;
}

@media (max-width: 700px) {
  #header .header-menu li + li {
    margin-left: 18px;
  }
}

#header .header-menu a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 1100px) {
  #header .header-menu a {
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  #header .header-menu a {
    font-size: 13px;
  }
}

@media (max-width: 374px) {
  #header .header-menu a {
    font-size: 11px;
  }
}

.en-font {
  font-family: 'Everett-Bold', 'NanumSquare', arial, sans-serif, Arial, dotum, '돋움';
}

#content {
  position: relative;
  padding-top: 201px;
  padding-bottom: 60px;
  overflow: hidden;
}

@media (max-width: 1100px) {
  #content {
    padding-top: 157px;
    padding-bottom: 50px;
  }
}

@media (max-width: 700px) {
  #content {
    padding-top: 118px;
    padding-bottom: 40px;
  }
}

@media (max-width: 374px) {
  #content {
    padding-bottom: 26px;
  }
}

.loading-bar {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}

.loading-bar.hide {
  display: none;
}

.loading-bar svg {
  position: absolute;
  top: 0;
  left: 0;
}

#loading {
  width: 38px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.main-bg {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}

.main-bg.top {
  top: 0;
}

.main-bg.bottom {
  bottom: 0;
}

.main-bg img {
  width: 100%;
}

@media (max-width: 1200px) {
  .main-bg img {
    width: 1200px;
    max-width: 1200px;
  }
}

@media (max-width: 768px) {
  .main-bg img {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .main-bg img {
    width: 560px;
    max-width: 560px;
  }
}

.main-container {
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  position: relative;
  z-index: 2;
}

.main-container.hide {
  opacity: 0;
}

.main-title-section .big-title {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  opacity: 0;
  -webkit-transform: scale(2);
  transform: scale(2);
}

.main-title-section .big-title.active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.main-title-section .big-title img {
  display: block;
  width: 666px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .main-title-section .big-title img {
    width: 451px;
  }
}

@media (max-width: 700px) {
  .main-title-section .big-title img {
    width: 265px;
  }
}

@media (max-width: 374px) {
  .main-title-section .big-title img {
    width: 212px;
  }
}

.main-title-section .sub-title {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 0;
  text-align: center;
  margin-top: 30px;
  line-height: 1.62;
  font-size: 26px;
  color: #fff;
  letter-spacing: -0.52px;
}

.main-title-section .sub-title.active {
  opacity: 1;
}

@media (max-width: 1100px) {
  .main-title-section .sub-title {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}

@media (max-width: 700px) {
  .main-title-section .sub-title {
    margin-top: 12px;
    font-size: 15px;
    letter-spacing: -0.5px;
  }
}

@media (max-width: 374px) {
  .main-title-section .sub-title {
    font-size: 12px;
    letter-spacing: -0.4px;
  }
}

.main-title-section .btn-container {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 0;
  margin-top: 30px;
}

.main-title-section .btn-container.active {
  opacity: 1;
}

.btn-container {
  text-align: center;
}
.service-end-text {
  display: none;
  margin-top: 100px;
  font-weight: 500;
  font-size: 36px;
  color: #fff;
}
@media (max-width: 1100px) {
  .service-end-text {
    margin-top: 60px;
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .service-end-text {
    margin-top: 50px;
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .service-end-text {
    margin-top: 40px;
    font-size: 16px;
  }
}

.btn-apply {
  display: block;
  width: 328px;
  height: 93px;
  line-height: 93px;
  margin: 0 auto;
  text-align: center;
  background: url('../images/bt-btn-apply.png') no-repeat 0 0;
  background-size: cover;
  font-family: 'Everett-Bold', 'NanumSquare', arial, sans-serif, Arial, dotum, '돋움';
  font-size: 34px;
  color: #5300ff;
}

.btn-container.btn-text {
  padding-top: 1rem;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .btn-container.btn-text {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .btn-container.btn-text {
    font-size: 18px;
  }
}

@media (max-width: 1100px) {
  .btn-apply {
    width: 240px;
    height: 70px;
    line-height: 70px;
    font-size: 26px;
  }
}

@media (max-width: 700px) {
  .btn-apply {
    width: 172px;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
  }
}

@media (max-width: 374px) {
  .btn-apply {
    width: 152px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
  }
}

.btn-apply img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.program-intro-section {
  padding: 70px;
  border-radius: 50px;
}

@media (max-width: 1100px) {
  .program-intro-section {
    border-radius: 40px;
    padding: 40px;
  }
}

@media (max-width: 700px) {
  .program-intro-section {
    border-radius: 34px;
    padding: 26px;
  }
}

@media (max-width: 374px) {
  .program-intro-section {
    border-radius: 26px;
    padding: 20px;
  }
}

.program-intro-section .intro-icon img {
  display: block;
  width: 100px;
}

@media (max-width: 1100px) {
  .program-intro-section .intro-icon img {
    width: 70px;
  }
}

@media (max-width: 374px) {
  .program-intro-section .intro-icon img {
    width: 50px;
  }
}

.program-intro-section .intro-title {
  margin-top: 30px;
}

@media (max-width: 1100px) {
  .program-intro-section .intro-title {
    margin-top: 20px;
  }
}

@media (max-width: 374px) {
  .program-intro-section .intro-title {
    margin-top: 16px;
  }
}

.program-intro-section .intro-title img {
  display: block;
}

.program-intro-section .intro-text {
  margin-top: 20px;
  line-height: 38px;
  font-size: 22px;
  letter-spacing: -0.65px;
  color: #fff;
}

@media (max-width: 1100px) {
  .program-intro-section .intro-text {
    letter-spacing: -0.45px;
    font-size: 18px;
    line-height: 32px;
  }
}

@media (max-width: 700px) {
  .program-intro-section .intro-text {
    margin-top: 12px;
    letter-spacing: -0.5px;
    font-size: 15px;
    line-height: 26px;
  }
}

@media (max-width: 374px) {
  .program-intro-section .intro-text {
    letter-spacing: -0.4px;
    font-size: 12px;
    line-height: 22px;
  }
}

.program-intro-section .intro-text br.mobile {
  display: none;
}

@media (max-width: 460px) {
  .program-intro-section .intro-text br.mobile {
    display: block;
  }
}

@media (min-width: 1100px) {
  .program-intro-section .pc-none {
    display: none;
  }
}

@media (max-width: 460px) {
  .program-intro-section .mobile-none {
    display: none;
  }
}

.program-intro-section01 {
  margin-top: 134px;
  border: 2px solid #a9f634;
}

@media (max-width: 1100px) {
  .program-intro-section01 {
    margin-top: 100px;
  }
}

@media (max-width: 700px) {
  .program-intro-section01 {
    border-width: 1px;
    margin-top: 76px;
  }
}

@media (max-width: 374px) {
  .program-intro-section01 {
    margin-top: 70px;
  }
}

.program-intro-section01 .intro-title img {
  width: 554px;
}

@media (max-width: 1100px) {
  .program-intro-section01 .intro-title img {
    width: 384px;
  }
}

@media (max-width: 700px) {
  .program-intro-section01 .intro-title img {
    width: 283px;
  }
}

@media (max-width: 374px) {
  .program-intro-section01 .intro-title img {
    width: 228px;
  }
}

.program-intro-section02 {
  margin-top: 40px;
  padding-right: 60px;
  padding-bottom: 822px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url('../images/img-bg-who.png');
}

@media (max-width: 1100px) {
  .program-intro-section02 {
    margin-top: 30px;
    padding: 40px 40px 568px;
  }
}

@media (max-width: 700px) {
  .program-intro-section02 {
    margin-top: 20px;
    padding: 26px 26px 456px;
  }
}

@media (max-width: 374px) {
  .program-intro-section02 {
    margin-top: 16px;
    padding: 20px 20px 422px;
  }
}

.program-intro-section02 .intro-title img {
  width: 477px;
}

@media (max-width: 1100px) {
  .program-intro-section02 .intro-title img {
    width: 336px;
  }
}

@media (max-width: 700px) {
  .program-intro-section02 .intro-title img {
    width: 245px;
  }
}

@media (max-width: 374px) {
  .program-intro-section02 .intro-title img {
    width: 192px;
  }
}

.program-intro-section02 .forward-boxs {
  position: relative;
  top: 30px;
}

@media (max-width: 1100px) {
  .program-intro-section02 .forward-boxs {
    top: 20px;
  }
}

.program-intro-section02 .forward-boxs .box {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  position: absolute;
}

.program-intro-section02 .forward-boxs .box.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.program-intro-section02 .forward-boxs .box1 {
  width: 540px;
  height: 382px;
  left: -110px;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.3);
}

.program-intro-section02 .forward-boxs .box1 .box-bg {
  opacity: 0.9;
  background-image: linear-gradient(141deg, #00fff7 5%, #00fd48 113%);
}

@media (max-width: 1100px) {
  .program-intro-section02 .forward-boxs .box1 {
    width: 67%;
    max-width: 520px;
    height: 266px;
    left: -60px;
  }
}

@media (max-width: 760px) {
  .program-intro-section02 .forward-boxs .box1 {
    width: 75%;
  }
}

@media (max-width: 700px) {
  .program-intro-section02 .forward-boxs .box1 {
    width: 100%;
    max-width: 360px;
    height: 204px;
    left: -46px;
  }
}

@media (max-width: 460px) {
  .program-intro-section02 .forward-boxs .box1 {
    width: 300px;
  }
}

@media (max-width: 374px) {
  .program-intro-section02 .forward-boxs .box1 {
    width: 270px;
    height: 186px;
    left: -40px;
  }
}

.program-intro-section02 .forward-boxs .box2 {
  width: 640px;
  height: 382px;
  top: 340px;
  right: -110px;
  z-index: 2;
  -webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 1100px) {
  .program-intro-section02 .forward-boxs .box2 {
    width: 79.3%;
    max-width: 580px;
    height: 260px;
    right: -60px;
    top: 242px;
  }
}

@media (max-width: 760px) {
  .program-intro-section02 .forward-boxs .box2 {
    width: 85%;
  }
}

@media (max-width: 700px) {
  .program-intro-section02 .forward-boxs .box2 {
    width: 95%;
    max-width: 420px;
    height: 266px;
    top: 184px;
    right: -46px;
  }
}

@media (max-width: 460px) {
  .program-intro-section02 .forward-boxs .box2 {
    width: 280px;
    height: 276px;
  }
}

@media (max-width: 374px) {
  .program-intro-section02 .forward-boxs .box2 {
    width: 260px;
    height: 252px;
    right: -40px;
    top: 168px;
  }
}

.program-intro-section02 .forward-boxs .box2 .box-bg {
  opacity: 0.9;
  -webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(239deg, #0075ff, #b620e0 88%);
}

.program-intro-section02 .forward-boxs .box2 .title,
.program-intro-section02 .forward-boxs .box2 .person-intro {
  color: #fff;
}

.program-intro-section02 .forward-boxs .box2 .line {
  background-color: #fff;
}

.program-intro-section02 .forward-boxs .box-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.program-intro-section02 .forward-boxs .box-content {
  position: relative;
  z-index: 2;
  padding: 57px 60px;
}

@media (max-width: 1100px) {
  .program-intro-section02 .forward-boxs .box-content {
    padding: 40px;
  }
}

@media (max-width: 700px) {
  .program-intro-section02 .forward-boxs .box-content {
    padding: 30px;
  }
}

@media (max-width: 374px) {
  .program-intro-section02 .forward-boxs .box-content {
    padding: 24px;
  }
}

.program-intro-section02 .forward-boxs .title {
  display: block;
  line-height: 1.3;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.9px;
}

.program-intro-section02 .forward-boxs .title .en-font {
  letter-spacing: 0;
  font-size: 40px;
}

@media (max-width: 1100px) {
  .program-intro-section02 .forward-boxs .title {
    font-size: 24px;
    letter-spacing: -0.6px;
  }

  .program-intro-section02 .forward-boxs .title .en-font {
    font-size: 26px;
  }
}

@media (max-width: 700px) {
  .program-intro-section02 .forward-boxs .title {
    font-size: 18px;
    line-height: 1.36;
    letter-spacing: -0.45px;
  }

  .program-intro-section02 .forward-boxs .title .en-font {
    font-size: 20px;
  }
}

@media (max-width: 374px) {
  .program-intro-section02 .forward-boxs .title {
    font-size: 16px;
  }

  .program-intro-section02 .forward-boxs .title .en-font {
    font-size: 18px;
  }
}

.program-intro-section02 .forward-boxs .line {
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 30px;
  background-color: #000;
}

@media (max-width: 1100px) {
  .program-intro-section02 .forward-boxs .line {
    margin-top: 20px;
  }
}

@media (max-width: 700px) {
  .program-intro-section02 .forward-boxs .line {
    width: 16px;
    height: 1px;
    margin-top: 10px;
  }
}

@media (max-width: 374px) {
  .program-intro-section02 .forward-boxs .line {
    width: 12px;
  }
}

.program-intro-section02 .forward-boxs .person-intro {
  margin-top: 26px;
  font-size: 22px;
  letter-spacing: -0.6px;
  line-height: 1.73;
}

@media (max-width: 1100px) {
  .program-intro-section02 .forward-boxs .person-intro {
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: -0.44px;
  }
}

@media (max-width: 700px) {
  .program-intro-section02 .forward-boxs .person-intro {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.5px;
  }
}

@media (max-width: 374px) {
  .program-intro-section02 .forward-boxs .person-intro {
    font-size: 12px;
  }
}

.program-intro-section03 {
  margin-top: 60px;
  background-color: rgba(0, 31, 117, 0.9);
}

@media (max-width: 700px) {
  .program-intro-section03 {
    margin-top: 40px;
  }
}

.program-intro-section03 .intro-title img {
  width: 496px;
}

@media (max-width: 1100px) {
  .program-intro-section03 .intro-title img {
    width: 348px;
  }
}

@media (max-width: 700px) {
  .program-intro-section03 .intro-title img {
    width: 254px;
  }
}

@media (max-width: 374px) {
  .program-intro-section03 .intro-title img {
    width: 200px;
  }
}

.program-intro-section03 .intro-text br.mobile {
  display: none;
}

@media (max-width: 500px) {
  .program-intro-section03 .intro-text br.mobile {
    display: block;
  }
}

.growth-story-section {
  margin-top: 100px;
}

.growth-story-section .section-title img {
  width: 206px;
}

@media (max-width: 1100px) {
  .growth-story-section {
    margin-top: 60px;
  }

  .growth-story-section .section-title img {
    width: 164px;
  }
}

@media (max-width: 700px) {
  .growth-story-section {
    margin-top: 65px;
  }

  .growth-story-section .section-title img {
    width: 116px;
  }
}

@media (max-width: 374px) {
  .growth-story-section .section-title img {
    width: 96px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.2%;
  margin-top: 42px;
  border-radius: 50px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

@media (max-width: 1100px) {
  .video-container {
    margin-top: 30px;
    border-radius: 40px;
  }
}

@media (max-width: 700px) {
  .video-container {
    margin-top: 20px;
    border-radius: 34px;
  }
}

@media (max-width: 374px) {
  .video-container {
    margin-top: 16px;
    border-radius: 26px;
  }
}

.video-container .video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-container .thumnail {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.video-container .thumnail img {
  display: block;
  width: 100%;
  height: 100%;
}

.video-container .dim {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.video-container .btn-play {
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 94px;
  height: 108px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url('../images/img-play-btn.png');
}

@media (max-width: 1100px) {
  .video-container .btn-play {
    width: 70px;
    height: 80px;
  }
}

@media (max-width: 700px) {
  .video-container .btn-play {
    width: 34px;
    height: 38px;
  }
}

.video-container .video-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.video-container .video-content iframe {
  width: 100%;
  height: 100%;
}

.designer-section {
  margin-top: 100px;
}

@media (max-width: 1100px) {
  .designer-section {
    margin-top: 60px;
  }
}

@media (max-width: 700px) {
  .designer-section {
    margin-top: 40px;
  }
}

@media (max-width: 700px) {
  .designer-section .mobile-none {
    display: none;
  }
}

.designer-section .section-title img {
  width: 674px;
}

@media (max-width: 1100px) {
  .designer-section .section-title img {
    width: 521px;
  }
}

@media (max-width: 700px) {
  .designer-section .section-title img {
    width: 288px;
  }
}

@media (max-width: 374px) {
  .designer-section .section-title img {
    width: 223px;
  }
}

.designer-list {
  margin-top: 40px;
}

@media (max-width: 1100px) {
  .designer-list {
    margin-top: 30px;
  }
}

@media (max-width: 700px) {
  .designer-list {
    margin-top: 20px;
  }
}

@media (max-width: 374px) {
  .designer-list {
    margin-top: 16px;
  }
}

.designer-list:before,
.designer-list:after {
  content: '';
  display: table;
}

.designer-list:after {
  clear: both;
}

.designer-list .list-item {
  float: left;
  width: calc(50% - 15px);
  height: 300px;
  position: relative;
  border-radius: 50px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.designer-list .list-item:nth-child(2n) {
  margin-left: 30px;
}

.designer-list .list-item:nth-child(n + 3) {
  margin-top: 30px;
}

.designer-list .list-item:nth-child(even) .image {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.designer-list .list-item.active .image {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .designer-list .list-item {
    width: calc(50% - 14px);
    height: 206px;
    border-radius: 32px;
  }

  .designer-list .list-item:nth-child(2n) {
    margin-left: 28px;
  }

  .designer-list .list-item:nth-child(n + 3) {
    margin-top: 28px;
  }
}

@media (max-width: 700px) {
  .designer-list .list-item {
    width: calc(50% - 8px);
    height: 220px;
    border-radius: 30px;
  }

  .designer-list .list-item:nth-child(2n) {
    margin-left: 16px;
  }

  .designer-list .list-item:nth-child(n + 3) {
    margin-top: 16px;
  }
}

@media (max-width: 374px) {
  .designer-list .list-item {
    width: calc(50% - 6px);
    height: 184px;
    border-radius: 22px;
  }

  .designer-list .list-item:nth-child(2n) {
    margin-left: 12px;
  }

  .designer-list .list-item:nth-child(n + 3) {
    margin-top: 12px;
  }
}

.designer-list .list-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .designer-list .list-item a {
    padding: 30px;
  }
}

@media (max-width: 700px) {
  .designer-list .list-item a {
    padding: 20px;
  }
}

@media (max-width: 374px) {
  .designer-list .list-item a {
    padding: 16px;
  }
}

.designer-list .list-item .nickname {
  font-family: 'Everett-Bold', 'NanumSquare', arial, sans-serif, Arial, dotum, '돋움';
  font-size: 32px;
}

@media (max-width: 1100px) {
  .designer-list .list-item .nickname {
    font-size: 24px;
  }
}

@media (max-width: 700px) {
  .designer-list .list-item .nickname {
    line-height: 1.2;
    font-size: 18px;
  }
}

@media (max-width: 374px) {
  .designer-list .list-item .nickname {
    font-size: 16px;
  }
}

.designer-list .list-item .nickname .icon-more {
  display: inline-block;
  width: 14px;
  height: 22px;
  margin-left: 8px;
  margin-top: -2px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  vertical-align: middle;
  background-image: url('../images/icon-more.png');
}

@media (max-width: 1100px) {
  .designer-list .list-item .nickname .icon-more {
    width: 8px;
    height: 15px;
    margin-left: 4px;
  }
}

@media (max-width: 700px) {
  .designer-list .list-item .nickname .icon-more {
    display: none;
  }
}

.designer-list .list-item .hash-tag {
  margin-top: 2px;
}

@media (max-width: 700px) {
  .designer-list .list-item .hash-tag {
    margin-top: 5px;
  }
}

.designer-list .list-item .hash-tag li {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 1100px) {
  .designer-list .list-item .hash-tag li {
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  .designer-list .list-item .hash-tag li {
    font-size: 13px;
  }
}

@media (max-width: 374px) {
  .designer-list .list-item .hash-tag li {
    font-size: 12px;
  }
}

.designer-list .list-item .icon-more-round {
  display: none;
  width: 20px;
  height: 20px;
  margin-top: 6px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  vertical-align: middle;
  background-image: url('../images/icon-more-round.png');
}

@media (max-width: 700px) {
  .designer-list .list-item .icon-more-round {
    display: block;
  }
}

.designer-list .list-item .image {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(100%) translateZ(0);
  transform: translateY(100%) translateZ(0);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}

.designer-list .list-item .image img {
  width: 230px;
}

@media (max-width: 1100px) {
  .designer-list .list-item .image img {
    width: 150px;
  }
}

@media (max-width: 700px) {
  .designer-list .list-item .image img {
    width: 100px;
  }
}

@media (max-width: 374px) {
  .designer-list .list-item .image img {
    width: 80px;
  }
}

.designer-list .list-item .user-info {
  position: absolute;
  bottom: 42px;
  left: 46px;
}

@media (max-width: 1100px) {
  .designer-list .list-item .user-info {
    left: 30px;
    bottom: 26px;
  }
}

@media (max-width: 700px) {
  .designer-list .list-item .user-info {
    left: 20px;
    bottom: 18px;
  }
}

@media (max-width: 374px) {
  .designer-list .list-item .user-info {
    left: 16px;
    bottom: 14px;
  }
}

.designer-list .list-item .name {
  font-size: 24px;
}

@media (max-width: 1100px) {
  .designer-list .list-item .name {
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .designer-list .list-item .name {
    font-size: 14px;
  }
}

.designer-list .list-item .position {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 1100px) {
  .designer-list .list-item .position {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .designer-list .list-item .position {
    font-size: 11px;
  }
}

.section-title .icon-round {
  width: 34px;
  height: 34px;
  margin-bottom: 26px;
  border-radius: 50%;
  background-image: linear-gradient(315deg, #00e9b1 0%, #fce904 100%);
}

@media (max-width: 1100px) {
  .section-title .icon-round {
    width: 26px;
    height: 26px;
    margin-bottom: 20px;
  }
}

@media (max-width: 700px) {
  .section-title .icon-round {
    width: 14px;
    height: 14px;
    margin-bottom: 12px;
  }
}

@media (max-width: 374px) {
  .section-title .icon-round {
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
  }
}

.section-title .icon-round.small {
  width: 26px;
  height: 26px;
}

@media (max-width: 1100px) {
  .section-title .icon-round.small {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 700px) {
  .section-title .icon-round.small {
    width: 14px;
    height: 14px;
    margin-bottom: 12px;
  }
}

@media (max-width: 374px) {
  .section-title .icon-round.small {
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
  }
}

.guide-section {
  margin-top: 60px;
  padding: 70px 80px;
  border-radius: 50px;
  border: 2px solid #a9f634;
}

@media (max-width: 1100px) {
  .guide-section {
    padding: 40px;
    border-radius: 40px;
  }
}

@media (max-width: 700px) {
  .guide-section {
    border-width: 1px;
    margin-top: 40px;
    padding: 26px;
    border-radius: 34px;
  }
}

@media (max-width: 374px) {
  .guide-section {
    padding: 20px;
    border-radius: 26px;
  }
}

.guide-section .section-title {
  margin-bottom: 36px;
}

@media (max-width: 1100px) {
  .guide-section .section-title {
    margin-bottom: 26px;
  }
}

@media (max-width: 374px) {
  .guide-section .section-title {
    margin-bottom: 20px;
  }
}

.guide-section .screening-item + .screening-item {
  margin-top: 55px;
}

@media (max-width: 1100px) {
  .guide-section .screening-item + .screening-item {
    margin-top: 50px;
  }
}

@media (max-width: 700px) {
  .guide-section .screening-item + .screening-item {
    margin-top: 46px;
  }
}

@media (max-width: 374px) {
  .guide-section .screening-item + .screening-item {
    margin-top: 36px;
  }
}

.guide-section .screening-item .step {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}

@media (max-width: 1100px) {
  .guide-section .screening-item .step {
    margin-bottom: 17px;
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .guide-section .screening-item .step {
    font-size: 16px;
  }
}

@media (max-width: 374px) {
  .guide-section .screening-item .step {
    font-size: 14px;
  }
}

.guide-section .screening-item .article {
  padding-left: 28px;
}

@media (max-width: 1100px) {
  .guide-section .screening-item .article {
    padding-left: 24px;
  }
}

@media (max-width: 700px) {
  .guide-section .screening-item .article {
    padding-left: 0px;
  }
}

.guide-section .info-list li {
  padding-left: 10px;
  text-indent: -9px;
  font-size: 18px;
  line-height: 1.89;
  color: #fff;
  letter-spacing: -0.02em;
}

@media (max-width: 1100px) {
  .guide-section .info-list li {
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  .guide-section .info-list li {
    font-size: 14px;
    line-height: 1.86;
  }
}

@media (max-width: 374px) {
  .guide-section .info-list li {
    font-size: 12px;
  }
}

.guide-section .schedule-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.guide-section .schedule-list .date {
  flex-shrink: 0;
  width: 200px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.6px;
  color: #c1ff00;
}

.guide-section .schedule-list .text {
  -ms-flex-negative: 0;
  /* flex-shrink: 0; */
  margin-left: 30px;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 1100px) {
  .guide-section .schedule-list .date {
    letter-spacing: -0.53px;
    font-size: 16px;
  }

  .guide-section .schedule-list .text {
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  .guide-section .schedule-list .item {
    padding: 10px 0;
  }

  .guide-section .schedule-list .date {
    width: 115px;
    font-size: 14px;
  }

  .guide-section .schedule-list .text {
    margin-left: 11px;
    font-size: 14px;
  }
}

@media (max-width: 374px) {
  .guide-section .schedule-list .date {
    font-size: 12px;
  }

  .guide-section .schedule-list .text {
    font-size: 12px;
  }
}

.guide-section .schedule-detail {
  margin-top: 24px;
}

.guide-section .schedule-detail li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 2.14;
}

@media (max-width: 700px) {
  .guide-section .schedule-detail {
    margin-top: 16px;
  }

  .guide-section .schedule-detail li {
    line-height: 1.83;
    font-size: 12px;
  }
}

.screening-content .section-title img {
  width: 141px;
}

@media (max-width: 1100px) {
  .screening-content .section-title img {
    width: 109px;
  }
}

@media (max-width: 700px) {
  .screening-content .section-title img {
    width: 94px;
  }
}

@media (max-width: 374px) {
  .screening-content .section-title img {
    width: 78px;
  }
}

.warning-content {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #c1ff00;
}

.warning-content .section-title img {
  width: 132px;
}

@media (max-width: 1100px) {
  .warning-content .section-title img {
    width: 102px;
  }
}

@media (max-width: 700px) {
  .warning-content .section-title img {
    width: 88px;
  }
}

@media (max-width: 374px) {
  .warning-content .section-title img {
    width: 73px;
  }
}

.faq-section {
  margin-top: 158px;
}

@media (max-width: 1100px) {
  .faq-section {
    margin-top: 106px;
  }
}

@media (max-width: 700px) {
  .faq-section {
    margin-top: 40px;
  }
}

.faq-section .section-title img {
  width: 296px;
}

@media (max-width: 1100px) {
  .faq-section .section-title img {
    width: 278px;
  }
}

@media (max-width: 700px) {
  .faq-section .section-title img {
    width: 197px;
  }
}

@media (max-width: 374px) {
  .faq-section .section-title img {
    width: 164px;
  }
}

.faq-section .btn-container {
  margin-top: 60px;
}

@media (max-width: 700px) {
  .faq-section .btn-container {
    margin-top: 40px;
  }
}

@media (max-width: 374px) {
  .faq-section .btn-container {
    margin-top: 26px;
  }
}

.faq-content {
  margin-top: 22px;
}

@media (max-width: 1100px) {
  .faq-content {
    margin-top: 12px;
  }
}

@media (max-width: 700px) {
  .faq-content {
    margin-top: 0;
  }
}

.faq-content .item {
  padding: 20px 6px 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.faq-content .question {
  position: relative;
  padding-left: 34px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 1100px) {
  .faq-content .question {
    padding-left: 26px;
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  .faq-content .question {
    padding-left: 23px;
    font-size: 14px;
  }
}

@media (max-width: 374px) {
  .faq-content .question {
    padding-left: 18px;
    font-size: 12px;
  }
}

.faq-content .question .mark {
  font-family: 'Everett-Bold', 'NanumSquare', arial, sans-serif, Arial, dotum, '돋움';
  position: absolute;
  top: 0;
  left: 0;
}

.faq-content .answer {
  margin-top: 10px;
  padding-left: 34px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.67;
  font-size: 18px;
}

@media (max-width: 1100px) {
  .faq-content .answer {
    padding-left: 26px;
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  .faq-content .answer {
    line-height: 1.86;
    padding-left: 23px;
    font-size: 14px;
  }
}

@media (max-width: 374px) {
  .faq-content .answer {
    padding-left: 18px;
    font-size: 12px;
  }
}

#footer {
  background-color: rgba(0, 0, 0, 0.2);
}

#footer .footer-inner {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 1280px;
  margin: 0 auto;
  padding: 38px 0;
}

@media (max-width: 1320px) {
  #footer .footer-inner {
    width: auto;
    padding: 40px 30px;
  }
}

@media (max-width: 700px) {
  #footer .footer-inner {
    display: block;
    text-align: center;
  }
}

@media (max-width: 374px) {
  #footer .footer-inner {
    padding: 30px 20px;
  }
}

#footer .footer-logo a {
  display: block;
}

#footer .footer-logo img {
  display: block;
  margin: 0 auto;
  width: 122px;
}

@media (max-width: 1100px) {
  #footer .footer-logo img {
    width: 100px;
  }
}

@media (max-width: 700px) {
  #footer .footer-logo img {
    width: 81px;
  }
}

@media (max-width: 374px) {
  #footer .footer-logo img {
    width: 70px;
  }
}

#footer .copyright {
  font-size: 16px;
  color: #fff;
}

@media (max-width: 1100px) {
  #footer .copyright {
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  #footer .copyright {
    margin-top: 12px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
  }
}

@media (max-width: 374px) {
  #footer .copyright {
    font-size: 11px;
  }
}

.btn-top {
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url('../images/btn-top.svg');
}

.btn-top.up {
  bottom: 60px;
}

@media (max-width: 1100px) {
  .btn-top {
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 700px) {
  .btn-top {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 10px;
  }
}
