@charset "UTF-8";
/* 웹폰트 */
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKkr-Light.eot");
  src: url("../fonts/NotoSansCJKkr-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKkr-Light.otf") format("opentype"), url("../fonts/NotoSansCJKkr-Light.woff") format("woff");
}

@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKkr-Regular.eot");
  src: url("../fonts/NotoSansCJKkr-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKkr-Regular.otf") format("opentype"), url("../fonts/NotoSansCJKkr-Regular.woff") format("woff");
}

@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKkr-Bold.eot");
  src: url("../fonts/NotoSansCJKkr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKkr-Bold.otf") format("opentype"), url("../fonts/NotoSansCJKkr-Bold.woff") format("woff");
}

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

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

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

/* default */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1024.98px) {
  * {
    outline: 0;
  }
}

html {
  height: 100%;
}

@media (max-width: 1024.98px) {
  html {
    -webkit-text-size-adjust: none;
    overflow-y: auto;
  }
}

body {
  color: #000000;
  font-size: 16px;
  font-family: Open Sans, "Noto Sans KR", "Noto Sans CJK KR", "NotoSansKR", "malgun gothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
  letter-spacing: 0;
  line-height: 1.5;
  word-wrap: break-word;
}

@media (min-width: 1025px) {
  body {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    word-break: keep-all;
  }
}

@media (max-width: 1024.98px) {
  body {
    word-break: break-all;
  }
}

header,
section,
article,
aside,
footer,
nav {
  display: block;
}

fieldset {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
}

pre {
  white-space: pre-wrap;
}

img {
  max-width: 100%;
  border: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
dd {
  margin: 0;
}

a,
select,
button,
input,
textarea {
  font-family: inherit;
}

a:hover, a:focus,
button:hover,
button:focus {
  outline: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit] {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.sr-only {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

caption.sr-only {
  position: static;
  width: auto;
  height: 0;
}

/* 간격 */
.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.m-3 {
  margin: 15px !important;
}

.m-4 {
  margin: 20px !important;
}

.m-5 {
  margin: 25px !important;
}

.m-6 {
  margin: 30px !important;
}

.m-7 {
  margin: 35px !important;
}

.m-8 {
  margin: 40px !important;
}

.m-9 {
  margin: 45px !important;
}

.m-10 {
  margin: 50px !important;
}

.m-11 {
  margin: 55px !important;
}

.m-12 {
  margin: 60px !important;
}

.m-13 {
  margin: 65px !important;
}

.m-14 {
  margin: 70px !important;
}

.m-15 {
  margin: 75px !important;
}

.m-16 {
  margin: 80px !important;
}

.m-17 {
  margin: 85px !important;
}

.m-18 {
  margin: 90px !important;
}

.m-19 {
  margin: 95px !important;
}

.m-20 {
  margin: 100px !important;
}

.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.p-3 {
  padding: 15px !important;
}

.p-4 {
  padding: 20px !important;
}

.p-5 {
  padding: 25px !important;
}

.p-6 {
  padding: 30px !important;
}

.p-7 {
  padding: 35px !important;
}

.p-8 {
  padding: 40px !important;
}

.p-9 {
  padding: 45px !important;
}

.p-10 {
  padding: 50px !important;
}

.p-11 {
  padding: 55px !important;
}

.p-12 {
  padding: 60px !important;
}

.p-13 {
  padding: 65px !important;
}

.p-14 {
  padding: 70px !important;
}

.p-15 {
  padding: 75px !important;
}

.p-16 {
  padding: 80px !important;
}

.p-17 {
  padding: 85px !important;
}

.p-18 {
  padding: 90px !important;
}

.p-19 {
  padding: 95px !important;
}

.p-20 {
  padding: 100px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.mt-5 {
  margin-top: 25px !important;
}

.mt-6 {
  margin-top: 30px !important;
}

.mt-7 {
  margin-top: 35px !important;
}

.mt-8 {
  margin-top: 40px !important;
}

.mt-9 {
  margin-top: 45px !important;
}

.mt-10 {
  margin-top: 50px !important;
}

.mt-11 {
  margin-top: 55px !important;
}

.mt-12 {
  margin-top: 60px !important;
}

.mt-13 {
  margin-top: 65px !important;
}

.mt-14 {
  margin-top: 70px !important;
}

.mt-15 {
  margin-top: 75px !important;
}

.mt-16 {
  margin-top: 80px !important;
}

.mt-17 {
  margin-top: 85px !important;
}

.mt-18 {
  margin-top: 90px !important;
}

.mt-19 {
  margin-top: 95px !important;
}

.mt-20 {
  margin-top: 100px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

.ml-4 {
  margin-left: 20px !important;
}

.ml-5 {
  margin-left: 25px !important;
}

.ml-6 {
  margin-left: 30px !important;
}

.ml-7 {
  margin-left: 35px !important;
}

.ml-8 {
  margin-left: 40px !important;
}

.ml-9 {
  margin-left: 45px !important;
}

.ml-10 {
  margin-left: 50px !important;
}

.ml-11 {
  margin-left: 55px !important;
}

.ml-12 {
  margin-left: 60px !important;
}

.ml-13 {
  margin-left: 65px !important;
}

.ml-14 {
  margin-left: 70px !important;
}

.ml-15 {
  margin-left: 75px !important;
}

.ml-16 {
  margin-left: 80px !important;
}

.ml-17 {
  margin-left: 85px !important;
}

.ml-18 {
  margin-left: 90px !important;
}

.ml-19 {
  margin-left: 95px !important;
}

.ml-20 {
  margin-left: 100px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.mr-4 {
  margin-right: 20px !important;
}

.mr-5 {
  margin-right: 25px !important;
}

.mr-6 {
  margin-right: 30px !important;
}

.mr-7 {
  margin-right: 35px !important;
}

.mr-8 {
  margin-right: 40px !important;
}

.mr-9 {
  margin-right: 45px !important;
}

.mr-10 {
  margin-right: 50px !important;
}

.mr-11 {
  margin-right: 55px !important;
}

.mr-12 {
  margin-right: 60px !important;
}

.mr-13 {
  margin-right: 65px !important;
}

.mr-14 {
  margin-right: 70px !important;
}

.mr-15 {
  margin-right: 75px !important;
}

.mr-16 {
  margin-right: 80px !important;
}

.mr-17 {
  margin-right: 85px !important;
}

.mr-18 {
  margin-right: 90px !important;
}

.mr-19 {
  margin-right: 95px !important;
}

.mr-20 {
  margin-right: 100px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.mb-5 {
  margin-bottom: 25px !important;
}

.mb-6 {
  margin-bottom: 30px !important;
}

.mb-7 {
  margin-bottom: 35px !important;
}

.mb-8 {
  margin-bottom: 40px !important;
}

.mb-9 {
  margin-bottom: 45px !important;
}

.mb-10 {
  margin-bottom: 50px !important;
}

.mb-11 {
  margin-bottom: 55px !important;
}

.mb-12 {
  margin-bottom: 60px !important;
}

.mb-13 {
  margin-bottom: 65px !important;
}

.mb-14 {
  margin-bottom: 70px !important;
}

.mb-15 {
  margin-bottom: 75px !important;
}

.mb-16 {
  margin-bottom: 80px !important;
}

.mb-17 {
  margin-bottom: 85px !important;
}

.mb-18 {
  margin-bottom: 90px !important;
}

.mb-19 {
  margin-bottom: 95px !important;
}

.mb-20 {
  margin-bottom: 100px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pt-3 {
  padding-top: 15px !important;
}

.pt-4 {
  padding-top: 20px !important;
}

.pt-5 {
  padding-top: 25px !important;
}

.pt-6 {
  padding-top: 30px !important;
}

.pt-7 {
  padding-top: 35px !important;
}

.pt-8 {
  padding-top: 40px !important;
}

.pt-9 {
  padding-top: 45px !important;
}

.pt-10 {
  padding-top: 50px !important;
}

.pt-11 {
  padding-top: 55px !important;
}

.pt-12 {
  padding-top: 60px !important;
}

.pt-13 {
  padding-top: 65px !important;
}

.pt-14 {
  padding-top: 70px !important;
}

.pt-15 {
  padding-top: 75px !important;
}

.pt-16 {
  padding-top: 80px !important;
}

.pt-17 {
  padding-top: 85px !important;
}

.pt-18 {
  padding-top: 90px !important;
}

.pt-19 {
  padding-top: 95px !important;
}

.pt-20 {
  padding-top: 100px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 5px !important;
}

.pl-2 {
  padding-left: 10px !important;
}

.pl-3 {
  padding-left: 15px !important;
}

.pl-4 {
  padding-left: 20px !important;
}

.pl-5 {
  padding-left: 25px !important;
}

.pl-6 {
  padding-left: 30px !important;
}

.pl-7 {
  padding-left: 35px !important;
}

.pl-8 {
  padding-left: 40px !important;
}

.pl-9 {
  padding-left: 45px !important;
}

.pl-10 {
  padding-left: 50px !important;
}

.pl-11 {
  padding-left: 55px !important;
}

.pl-12 {
  padding-left: 60px !important;
}

.pl-13 {
  padding-left: 65px !important;
}

.pl-14 {
  padding-left: 70px !important;
}

.pl-15 {
  padding-left: 75px !important;
}

.pl-16 {
  padding-left: 80px !important;
}

.pl-17 {
  padding-left: 85px !important;
}

.pl-18 {
  padding-left: 90px !important;
}

.pl-19 {
  padding-left: 95px !important;
}

.pl-20 {
  padding-left: 100px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 5px !important;
}

.pr-2 {
  padding-right: 10px !important;
}

.pr-3 {
  padding-right: 15px !important;
}

.pr-4 {
  padding-right: 20px !important;
}

.pr-5 {
  padding-right: 25px !important;
}

.pr-6 {
  padding-right: 30px !important;
}

.pr-7 {
  padding-right: 35px !important;
}

.pr-8 {
  padding-right: 40px !important;
}

.pr-9 {
  padding-right: 45px !important;
}

.pr-10 {
  padding-right: 50px !important;
}

.pr-11 {
  padding-right: 55px !important;
}

.pr-12 {
  padding-right: 60px !important;
}

.pr-13 {
  padding-right: 65px !important;
}

.pr-14 {
  padding-right: 70px !important;
}

.pr-15 {
  padding-right: 75px !important;
}

.pr-16 {
  padding-right: 80px !important;
}

.pr-17 {
  padding-right: 85px !important;
}

.pr-18 {
  padding-right: 90px !important;
}

.pr-19 {
  padding-right: 95px !important;
}

.pr-20 {
  padding-right: 100px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pb-3 {
  padding-bottom: 15px !important;
}

.pb-4 {
  padding-bottom: 20px !important;
}

.pb-5 {
  padding-bottom: 25px !important;
}

.pb-6 {
  padding-bottom: 30px !important;
}

.pb-7 {
  padding-bottom: 35px !important;
}

.pb-8 {
  padding-bottom: 40px !important;
}

.pb-9 {
  padding-bottom: 45px !important;
}

.pb-10 {
  padding-bottom: 50px !important;
}

.pb-11 {
  padding-bottom: 55px !important;
}

.pb-12 {
  padding-bottom: 60px !important;
}

.pb-13 {
  padding-bottom: 65px !important;
}

.pb-14 {
  padding-bottom: 70px !important;
}

.pb-15 {
  padding-bottom: 75px !important;
}

.pb-16 {
  padding-bottom: 80px !important;
}

.pb-17 {
  padding-bottom: 85px !important;
}

.pb-18 {
  padding-bottom: 90px !important;
}

.pb-19 {
  padding-bottom: 95px !important;
}

.pb-20 {
  padding-bottom: 100px !important;
}

@media (min-width: 1025px) {
  .m-lg-0 {
    margin: 0px !important;
  }
  .m-lg-1 {
    margin: 5px !important;
  }
  .m-lg-2 {
    margin: 10px !important;
  }
  .m-lg-3 {
    margin: 15px !important;
  }
  .m-lg-4 {
    margin: 20px !important;
  }
  .m-lg-5 {
    margin: 25px !important;
  }
  .m-lg-6 {
    margin: 30px !important;
  }
  .m-lg-7 {
    margin: 35px !important;
  }
  .m-lg-8 {
    margin: 40px !important;
  }
  .m-lg-9 {
    margin: 45px !important;
  }
  .m-lg-10 {
    margin: 50px !important;
  }
  .m-lg-11 {
    margin: 55px !important;
  }
  .m-lg-12 {
    margin: 60px !important;
  }
  .m-lg-13 {
    margin: 65px !important;
  }
  .m-lg-14 {
    margin: 70px !important;
  }
  .m-lg-15 {
    margin: 75px !important;
  }
  .m-lg-16 {
    margin: 80px !important;
  }
  .m-lg-17 {
    margin: 85px !important;
  }
  .m-lg-18 {
    margin: 90px !important;
  }
  .m-lg-19 {
    margin: 95px !important;
  }
  .m-lg-20 {
    margin: 100px !important;
  }
  .p-lg-0 {
    padding: 0px !important;
  }
  .p-lg-1 {
    padding: 5px !important;
  }
  .p-lg-2 {
    padding: 10px !important;
  }
  .p-lg-3 {
    padding: 15px !important;
  }
  .p-lg-4 {
    padding: 20px !important;
  }
  .p-lg-5 {
    padding: 25px !important;
  }
  .p-lg-6 {
    padding: 30px !important;
  }
  .p-lg-7 {
    padding: 35px !important;
  }
  .p-lg-8 {
    padding: 40px !important;
  }
  .p-lg-9 {
    padding: 45px !important;
  }
  .p-lg-10 {
    padding: 50px !important;
  }
  .p-lg-11 {
    padding: 55px !important;
  }
  .p-lg-12 {
    padding: 60px !important;
  }
  .p-lg-13 {
    padding: 65px !important;
  }
  .p-lg-14 {
    padding: 70px !important;
  }
  .p-lg-15 {
    padding: 75px !important;
  }
  .p-lg-16 {
    padding: 80px !important;
  }
  .p-lg-17 {
    padding: 85px !important;
  }
  .p-lg-18 {
    padding: 90px !important;
  }
  .p-lg-19 {
    padding: 95px !important;
  }
  .p-lg-20 {
    padding: 100px !important;
  }
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mt-lg-1 {
    margin-top: 5px !important;
  }
  .mt-lg-2 {
    margin-top: 10px !important;
  }
  .mt-lg-3 {
    margin-top: 15px !important;
  }
  .mt-lg-4 {
    margin-top: 20px !important;
  }
  .mt-lg-5 {
    margin-top: 25px !important;
  }
  .mt-lg-6 {
    margin-top: 30px !important;
  }
  .mt-lg-7 {
    margin-top: 35px !important;
  }
  .mt-lg-8 {
    margin-top: 40px !important;
  }
  .mt-lg-9 {
    margin-top: 45px !important;
  }
  .mt-lg-10 {
    margin-top: 50px !important;
  }
  .mt-lg-11 {
    margin-top: 55px !important;
  }
  .mt-lg-12 {
    margin-top: 60px !important;
  }
  .mt-lg-13 {
    margin-top: 65px !important;
  }
  .mt-lg-14 {
    margin-top: 70px !important;
  }
  .mt-lg-15 {
    margin-top: 75px !important;
  }
  .mt-lg-16 {
    margin-top: 80px !important;
  }
  .mt-lg-17 {
    margin-top: 85px !important;
  }
  .mt-lg-18 {
    margin-top: 90px !important;
  }
  .mt-lg-19 {
    margin-top: 95px !important;
  }
  .mt-lg-20 {
    margin-top: 100px !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .ml-lg-1 {
    margin-left: 5px !important;
  }
  .ml-lg-2 {
    margin-left: 10px !important;
  }
  .ml-lg-3 {
    margin-left: 15px !important;
  }
  .ml-lg-4 {
    margin-left: 20px !important;
  }
  .ml-lg-5 {
    margin-left: 25px !important;
  }
  .ml-lg-6 {
    margin-left: 30px !important;
  }
  .ml-lg-7 {
    margin-left: 35px !important;
  }
  .ml-lg-8 {
    margin-left: 40px !important;
  }
  .ml-lg-9 {
    margin-left: 45px !important;
  }
  .ml-lg-10 {
    margin-left: 50px !important;
  }
  .ml-lg-11 {
    margin-left: 55px !important;
  }
  .ml-lg-12 {
    margin-left: 60px !important;
  }
  .ml-lg-13 {
    margin-left: 65px !important;
  }
  .ml-lg-14 {
    margin-left: 70px !important;
  }
  .ml-lg-15 {
    margin-left: 75px !important;
  }
  .ml-lg-16 {
    margin-left: 80px !important;
  }
  .ml-lg-17 {
    margin-left: 85px !important;
  }
  .ml-lg-18 {
    margin-left: 90px !important;
  }
  .ml-lg-19 {
    margin-left: 95px !important;
  }
  .ml-lg-20 {
    margin-left: 100px !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .mr-lg-1 {
    margin-right: 5px !important;
  }
  .mr-lg-2 {
    margin-right: 10px !important;
  }
  .mr-lg-3 {
    margin-right: 15px !important;
  }
  .mr-lg-4 {
    margin-right: 20px !important;
  }
  .mr-lg-5 {
    margin-right: 25px !important;
  }
  .mr-lg-6 {
    margin-right: 30px !important;
  }
  .mr-lg-7 {
    margin-right: 35px !important;
  }
  .mr-lg-8 {
    margin-right: 40px !important;
  }
  .mr-lg-9 {
    margin-right: 45px !important;
  }
  .mr-lg-10 {
    margin-right: 50px !important;
  }
  .mr-lg-11 {
    margin-right: 55px !important;
  }
  .mr-lg-12 {
    margin-right: 60px !important;
  }
  .mr-lg-13 {
    margin-right: 65px !important;
  }
  .mr-lg-14 {
    margin-right: 70px !important;
  }
  .mr-lg-15 {
    margin-right: 75px !important;
  }
  .mr-lg-16 {
    margin-right: 80px !important;
  }
  .mr-lg-17 {
    margin-right: 85px !important;
  }
  .mr-lg-18 {
    margin-right: 90px !important;
  }
  .mr-lg-19 {
    margin-right: 95px !important;
  }
  .mr-lg-20 {
    margin-right: 100px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .mb-lg-1 {
    margin-bottom: 5px !important;
  }
  .mb-lg-2 {
    margin-bottom: 10px !important;
  }
  .mb-lg-3 {
    margin-bottom: 15px !important;
  }
  .mb-lg-4 {
    margin-bottom: 20px !important;
  }
  .mb-lg-5 {
    margin-bottom: 25px !important;
  }
  .mb-lg-6 {
    margin-bottom: 30px !important;
  }
  .mb-lg-7 {
    margin-bottom: 35px !important;
  }
  .mb-lg-8 {
    margin-bottom: 40px !important;
  }
  .mb-lg-9 {
    margin-bottom: 45px !important;
  }
  .mb-lg-10 {
    margin-bottom: 50px !important;
  }
  .mb-lg-11 {
    margin-bottom: 55px !important;
  }
  .mb-lg-12 {
    margin-bottom: 60px !important;
  }
  .mb-lg-13 {
    margin-bottom: 65px !important;
  }
  .mb-lg-14 {
    margin-bottom: 70px !important;
  }
  .mb-lg-15 {
    margin-bottom: 75px !important;
  }
  .mb-lg-16 {
    margin-bottom: 80px !important;
  }
  .mb-lg-17 {
    margin-bottom: 85px !important;
  }
  .mb-lg-18 {
    margin-bottom: 90px !important;
  }
  .mb-lg-19 {
    margin-bottom: 95px !important;
  }
  .mb-lg-20 {
    margin-bottom: 100px !important;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  .pt-lg-1 {
    padding-top: 5px !important;
  }
  .pt-lg-2 {
    padding-top: 10px !important;
  }
  .pt-lg-3 {
    padding-top: 15px !important;
  }
  .pt-lg-4 {
    padding-top: 20px !important;
  }
  .pt-lg-5 {
    padding-top: 25px !important;
  }
  .pt-lg-6 {
    padding-top: 30px !important;
  }
  .pt-lg-7 {
    padding-top: 35px !important;
  }
  .pt-lg-8 {
    padding-top: 40px !important;
  }
  .pt-lg-9 {
    padding-top: 45px !important;
  }
  .pt-lg-10 {
    padding-top: 50px !important;
  }
  .pt-lg-11 {
    padding-top: 55px !important;
  }
  .pt-lg-12 {
    padding-top: 60px !important;
  }
  .pt-lg-13 {
    padding-top: 65px !important;
  }
  .pt-lg-14 {
    padding-top: 70px !important;
  }
  .pt-lg-15 {
    padding-top: 75px !important;
  }
  .pt-lg-16 {
    padding-top: 80px !important;
  }
  .pt-lg-17 {
    padding-top: 85px !important;
  }
  .pt-lg-18 {
    padding-top: 90px !important;
  }
  .pt-lg-19 {
    padding-top: 95px !important;
  }
  .pt-lg-20 {
    padding-top: 100px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
  .pl-lg-1 {
    padding-left: 5px !important;
  }
  .pl-lg-2 {
    padding-left: 10px !important;
  }
  .pl-lg-3 {
    padding-left: 15px !important;
  }
  .pl-lg-4 {
    padding-left: 20px !important;
  }
  .pl-lg-5 {
    padding-left: 25px !important;
  }
  .pl-lg-6 {
    padding-left: 30px !important;
  }
  .pl-lg-7 {
    padding-left: 35px !important;
  }
  .pl-lg-8 {
    padding-left: 40px !important;
  }
  .pl-lg-9 {
    padding-left: 45px !important;
  }
  .pl-lg-10 {
    padding-left: 50px !important;
  }
  .pl-lg-11 {
    padding-left: 55px !important;
  }
  .pl-lg-12 {
    padding-left: 60px !important;
  }
  .pl-lg-13 {
    padding-left: 65px !important;
  }
  .pl-lg-14 {
    padding-left: 70px !important;
  }
  .pl-lg-15 {
    padding-left: 75px !important;
  }
  .pl-lg-16 {
    padding-left: 80px !important;
  }
  .pl-lg-17 {
    padding-left: 85px !important;
  }
  .pl-lg-18 {
    padding-left: 90px !important;
  }
  .pl-lg-19 {
    padding-left: 95px !important;
  }
  .pl-lg-20 {
    padding-left: 100px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
  .pr-lg-1 {
    padding-right: 5px !important;
  }
  .pr-lg-2 {
    padding-right: 10px !important;
  }
  .pr-lg-3 {
    padding-right: 15px !important;
  }
  .pr-lg-4 {
    padding-right: 20px !important;
  }
  .pr-lg-5 {
    padding-right: 25px !important;
  }
  .pr-lg-6 {
    padding-right: 30px !important;
  }
  .pr-lg-7 {
    padding-right: 35px !important;
  }
  .pr-lg-8 {
    padding-right: 40px !important;
  }
  .pr-lg-9 {
    padding-right: 45px !important;
  }
  .pr-lg-10 {
    padding-right: 50px !important;
  }
  .pr-lg-11 {
    padding-right: 55px !important;
  }
  .pr-lg-12 {
    padding-right: 60px !important;
  }
  .pr-lg-13 {
    padding-right: 65px !important;
  }
  .pr-lg-14 {
    padding-right: 70px !important;
  }
  .pr-lg-15 {
    padding-right: 75px !important;
  }
  .pr-lg-16 {
    padding-right: 80px !important;
  }
  .pr-lg-17 {
    padding-right: 85px !important;
  }
  .pr-lg-18 {
    padding-right: 90px !important;
  }
  .pr-lg-19 {
    padding-right: 95px !important;
  }
  .pr-lg-20 {
    padding-right: 100px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .pb-lg-1 {
    padding-bottom: 5px !important;
  }
  .pb-lg-2 {
    padding-bottom: 10px !important;
  }
  .pb-lg-3 {
    padding-bottom: 15px !important;
  }
  .pb-lg-4 {
    padding-bottom: 20px !important;
  }
  .pb-lg-5 {
    padding-bottom: 25px !important;
  }
  .pb-lg-6 {
    padding-bottom: 30px !important;
  }
  .pb-lg-7 {
    padding-bottom: 35px !important;
  }
  .pb-lg-8 {
    padding-bottom: 40px !important;
  }
  .pb-lg-9 {
    padding-bottom: 45px !important;
  }
  .pb-lg-10 {
    padding-bottom: 50px !important;
  }
  .pb-lg-11 {
    padding-bottom: 55px !important;
  }
  .pb-lg-12 {
    padding-bottom: 60px !important;
  }
  .pb-lg-13 {
    padding-bottom: 65px !important;
  }
  .pb-lg-14 {
    padding-bottom: 70px !important;
  }
  .pb-lg-15 {
    padding-bottom: 75px !important;
  }
  .pb-lg-16 {
    padding-bottom: 80px !important;
  }
  .pb-lg-17 {
    padding-bottom: 85px !important;
  }
  .pb-lg-18 {
    padding-bottom: 90px !important;
  }
  .pb-lg-19 {
    padding-bottom: 95px !important;
  }
  .pb-lg-20 {
    padding-bottom: 100px !important;
  }
}

@media (max-width: 1024.98px) {
  .m-md-0 {
    margin: 0px !important;
  }
  .m-md-1 {
    margin: 5px !important;
  }
  .m-md-2 {
    margin: 10px !important;
  }
  .m-md-3 {
    margin: 15px !important;
  }
  .m-md-4 {
    margin: 20px !important;
  }
  .m-md-5 {
    margin: 25px !important;
  }
  .m-md-6 {
    margin: 30px !important;
  }
  .m-md-7 {
    margin: 35px !important;
  }
  .m-md-8 {
    margin: 40px !important;
  }
  .m-md-9 {
    margin: 45px !important;
  }
  .m-md-10 {
    margin: 50px !important;
  }
  .m-md-11 {
    margin: 55px !important;
  }
  .m-md-12 {
    margin: 60px !important;
  }
  .m-md-13 {
    margin: 65px !important;
  }
  .m-md-14 {
    margin: 70px !important;
  }
  .m-md-15 {
    margin: 75px !important;
  }
  .m-md-16 {
    margin: 80px !important;
  }
  .m-md-17 {
    margin: 85px !important;
  }
  .m-md-18 {
    margin: 90px !important;
  }
  .m-md-19 {
    margin: 95px !important;
  }
  .m-md-20 {
    margin: 100px !important;
  }
  .p-md-0 {
    padding: 0px !important;
  }
  .p-md-1 {
    padding: 5px !important;
  }
  .p-md-2 {
    padding: 10px !important;
  }
  .p-md-3 {
    padding: 15px !important;
  }
  .p-md-4 {
    padding: 20px !important;
  }
  .p-md-5 {
    padding: 25px !important;
  }
  .p-md-6 {
    padding: 30px !important;
  }
  .p-md-7 {
    padding: 35px !important;
  }
  .p-md-8 {
    padding: 40px !important;
  }
  .p-md-9 {
    padding: 45px !important;
  }
  .p-md-10 {
    padding: 50px !important;
  }
  .p-md-11 {
    padding: 55px !important;
  }
  .p-md-12 {
    padding: 60px !important;
  }
  .p-md-13 {
    padding: 65px !important;
  }
  .p-md-14 {
    padding: 70px !important;
  }
  .p-md-15 {
    padding: 75px !important;
  }
  .p-md-16 {
    padding: 80px !important;
  }
  .p-md-17 {
    padding: 85px !important;
  }
  .p-md-18 {
    padding: 90px !important;
  }
  .p-md-19 {
    padding: 95px !important;
  }
  .p-md-20 {
    padding: 100px !important;
  }
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mt-md-1 {
    margin-top: 5px !important;
  }
  .mt-md-2 {
    margin-top: 10px !important;
  }
  .mt-md-3 {
    margin-top: 15px !important;
  }
  .mt-md-4 {
    margin-top: 20px !important;
  }
  .mt-md-5 {
    margin-top: 25px !important;
  }
  .mt-md-6 {
    margin-top: 30px !important;
  }
  .mt-md-7 {
    margin-top: 35px !important;
  }
  .mt-md-8 {
    margin-top: 40px !important;
  }
  .mt-md-9 {
    margin-top: 45px !important;
  }
  .mt-md-10 {
    margin-top: 50px !important;
  }
  .mt-md-11 {
    margin-top: 55px !important;
  }
  .mt-md-12 {
    margin-top: 60px !important;
  }
  .mt-md-13 {
    margin-top: 65px !important;
  }
  .mt-md-14 {
    margin-top: 70px !important;
  }
  .mt-md-15 {
    margin-top: 75px !important;
  }
  .mt-md-16 {
    margin-top: 80px !important;
  }
  .mt-md-17 {
    margin-top: 85px !important;
  }
  .mt-md-18 {
    margin-top: 90px !important;
  }
  .mt-md-19 {
    margin-top: 95px !important;
  }
  .mt-md-20 {
    margin-top: 100px !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .ml-md-1 {
    margin-left: 5px !important;
  }
  .ml-md-2 {
    margin-left: 10px !important;
  }
  .ml-md-3 {
    margin-left: 15px !important;
  }
  .ml-md-4 {
    margin-left: 20px !important;
  }
  .ml-md-5 {
    margin-left: 25px !important;
  }
  .ml-md-6 {
    margin-left: 30px !important;
  }
  .ml-md-7 {
    margin-left: 35px !important;
  }
  .ml-md-8 {
    margin-left: 40px !important;
  }
  .ml-md-9 {
    margin-left: 45px !important;
  }
  .ml-md-10 {
    margin-left: 50px !important;
  }
  .ml-md-11 {
    margin-left: 55px !important;
  }
  .ml-md-12 {
    margin-left: 60px !important;
  }
  .ml-md-13 {
    margin-left: 65px !important;
  }
  .ml-md-14 {
    margin-left: 70px !important;
  }
  .ml-md-15 {
    margin-left: 75px !important;
  }
  .ml-md-16 {
    margin-left: 80px !important;
  }
  .ml-md-17 {
    margin-left: 85px !important;
  }
  .ml-md-18 {
    margin-left: 90px !important;
  }
  .ml-md-19 {
    margin-left: 95px !important;
  }
  .ml-md-20 {
    margin-left: 100px !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .mr-md-1 {
    margin-right: 5px !important;
  }
  .mr-md-2 {
    margin-right: 10px !important;
  }
  .mr-md-3 {
    margin-right: 15px !important;
  }
  .mr-md-4 {
    margin-right: 20px !important;
  }
  .mr-md-5 {
    margin-right: 25px !important;
  }
  .mr-md-6 {
    margin-right: 30px !important;
  }
  .mr-md-7 {
    margin-right: 35px !important;
  }
  .mr-md-8 {
    margin-right: 40px !important;
  }
  .mr-md-9 {
    margin-right: 45px !important;
  }
  .mr-md-10 {
    margin-right: 50px !important;
  }
  .mr-md-11 {
    margin-right: 55px !important;
  }
  .mr-md-12 {
    margin-right: 60px !important;
  }
  .mr-md-13 {
    margin-right: 65px !important;
  }
  .mr-md-14 {
    margin-right: 70px !important;
  }
  .mr-md-15 {
    margin-right: 75px !important;
  }
  .mr-md-16 {
    margin-right: 80px !important;
  }
  .mr-md-17 {
    margin-right: 85px !important;
  }
  .mr-md-18 {
    margin-right: 90px !important;
  }
  .mr-md-19 {
    margin-right: 95px !important;
  }
  .mr-md-20 {
    margin-right: 100px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .mb-md-1 {
    margin-bottom: 5px !important;
  }
  .mb-md-2 {
    margin-bottom: 10px !important;
  }
  .mb-md-3 {
    margin-bottom: 15px !important;
  }
  .mb-md-4 {
    margin-bottom: 20px !important;
  }
  .mb-md-5 {
    margin-bottom: 25px !important;
  }
  .mb-md-6 {
    margin-bottom: 30px !important;
  }
  .mb-md-7 {
    margin-bottom: 35px !important;
  }
  .mb-md-8 {
    margin-bottom: 40px !important;
  }
  .mb-md-9 {
    margin-bottom: 45px !important;
  }
  .mb-md-10 {
    margin-bottom: 50px !important;
  }
  .mb-md-11 {
    margin-bottom: 55px !important;
  }
  .mb-md-12 {
    margin-bottom: 60px !important;
  }
  .mb-md-13 {
    margin-bottom: 65px !important;
  }
  .mb-md-14 {
    margin-bottom: 70px !important;
  }
  .mb-md-15 {
    margin-bottom: 75px !important;
  }
  .mb-md-16 {
    margin-bottom: 80px !important;
  }
  .mb-md-17 {
    margin-bottom: 85px !important;
  }
  .mb-md-18 {
    margin-bottom: 90px !important;
  }
  .mb-md-19 {
    margin-bottom: 95px !important;
  }
  .mb-md-20 {
    margin-bottom: 100px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pt-md-1 {
    padding-top: 5px !important;
  }
  .pt-md-2 {
    padding-top: 10px !important;
  }
  .pt-md-3 {
    padding-top: 15px !important;
  }
  .pt-md-4 {
    padding-top: 20px !important;
  }
  .pt-md-5 {
    padding-top: 25px !important;
  }
  .pt-md-6 {
    padding-top: 30px !important;
  }
  .pt-md-7 {
    padding-top: 35px !important;
  }
  .pt-md-8 {
    padding-top: 40px !important;
  }
  .pt-md-9 {
    padding-top: 45px !important;
  }
  .pt-md-10 {
    padding-top: 50px !important;
  }
  .pt-md-11 {
    padding-top: 55px !important;
  }
  .pt-md-12 {
    padding-top: 60px !important;
  }
  .pt-md-13 {
    padding-top: 65px !important;
  }
  .pt-md-14 {
    padding-top: 70px !important;
  }
  .pt-md-15 {
    padding-top: 75px !important;
  }
  .pt-md-16 {
    padding-top: 80px !important;
  }
  .pt-md-17 {
    padding-top: 85px !important;
  }
  .pt-md-18 {
    padding-top: 90px !important;
  }
  .pt-md-19 {
    padding-top: 95px !important;
  }
  .pt-md-20 {
    padding-top: 100px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
  .pl-md-1 {
    padding-left: 5px !important;
  }
  .pl-md-2 {
    padding-left: 10px !important;
  }
  .pl-md-3 {
    padding-left: 15px !important;
  }
  .pl-md-4 {
    padding-left: 20px !important;
  }
  .pl-md-5 {
    padding-left: 25px !important;
  }
  .pl-md-6 {
    padding-left: 30px !important;
  }
  .pl-md-7 {
    padding-left: 35px !important;
  }
  .pl-md-8 {
    padding-left: 40px !important;
  }
  .pl-md-9 {
    padding-left: 45px !important;
  }
  .pl-md-10 {
    padding-left: 50px !important;
  }
  .pl-md-11 {
    padding-left: 55px !important;
  }
  .pl-md-12 {
    padding-left: 60px !important;
  }
  .pl-md-13 {
    padding-left: 65px !important;
  }
  .pl-md-14 {
    padding-left: 70px !important;
  }
  .pl-md-15 {
    padding-left: 75px !important;
  }
  .pl-md-16 {
    padding-left: 80px !important;
  }
  .pl-md-17 {
    padding-left: 85px !important;
  }
  .pl-md-18 {
    padding-left: 90px !important;
  }
  .pl-md-19 {
    padding-left: 95px !important;
  }
  .pl-md-20 {
    padding-left: 100px !important;
  }
  .pr-md-0 {
    padding-right: 0px !important;
  }
  .pr-md-1 {
    padding-right: 5px !important;
  }
  .pr-md-2 {
    padding-right: 10px !important;
  }
  .pr-md-3 {
    padding-right: 15px !important;
  }
  .pr-md-4 {
    padding-right: 20px !important;
  }
  .pr-md-5 {
    padding-right: 25px !important;
  }
  .pr-md-6 {
    padding-right: 30px !important;
  }
  .pr-md-7 {
    padding-right: 35px !important;
  }
  .pr-md-8 {
    padding-right: 40px !important;
  }
  .pr-md-9 {
    padding-right: 45px !important;
  }
  .pr-md-10 {
    padding-right: 50px !important;
  }
  .pr-md-11 {
    padding-right: 55px !important;
  }
  .pr-md-12 {
    padding-right: 60px !important;
  }
  .pr-md-13 {
    padding-right: 65px !important;
  }
  .pr-md-14 {
    padding-right: 70px !important;
  }
  .pr-md-15 {
    padding-right: 75px !important;
  }
  .pr-md-16 {
    padding-right: 80px !important;
  }
  .pr-md-17 {
    padding-right: 85px !important;
  }
  .pr-md-18 {
    padding-right: 90px !important;
  }
  .pr-md-19 {
    padding-right: 95px !important;
  }
  .pr-md-20 {
    padding-right: 100px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .pb-md-1 {
    padding-bottom: 5px !important;
  }
  .pb-md-2 {
    padding-bottom: 10px !important;
  }
  .pb-md-3 {
    padding-bottom: 15px !important;
  }
  .pb-md-4 {
    padding-bottom: 20px !important;
  }
  .pb-md-5 {
    padding-bottom: 25px !important;
  }
  .pb-md-6 {
    padding-bottom: 30px !important;
  }
  .pb-md-7 {
    padding-bottom: 35px !important;
  }
  .pb-md-8 {
    padding-bottom: 40px !important;
  }
  .pb-md-9 {
    padding-bottom: 45px !important;
  }
  .pb-md-10 {
    padding-bottom: 50px !important;
  }
  .pb-md-11 {
    padding-bottom: 55px !important;
  }
  .pb-md-12 {
    padding-bottom: 60px !important;
  }
  .pb-md-13 {
    padding-bottom: 65px !important;
  }
  .pb-md-14 {
    padding-bottom: 70px !important;
  }
  .pb-md-15 {
    padding-bottom: 75px !important;
  }
  .pb-md-16 {
    padding-bottom: 80px !important;
  }
  .pb-md-17 {
    padding-bottom: 85px !important;
  }
  .pb-md-18 {
    padding-bottom: 90px !important;
  }
  .pb-md-19 {
    padding-bottom: 95px !important;
  }
  .pb-md-20 {
    padding-bottom: 100px !important;
  }
}

.title1 {
  margin: 30px 0 15px;
}

@media (min-width: 1025px) {
  .title2 {
    margin: 47px 0 22px 18px;
  }
}

@media (max-width: 1024.98px) {
  .title2 {
    margin: 31px 0 26px 16px;
  }
}

@media (min-width: 1025px) {
  .title2 + .indent {
    margin-left: 37px;
  }
  .title2 + .indent > p:first-child,
  .title2 + .indent > .list:first-child {
    margin-top: -5px;
  }
}

@media (max-width: 1024.98px) {
  .title2 + .indent {
    margin-left: 32px;
  }
  .title2 + .indent > p:first-child,
  .title2 + .indent > .list:first-child {
    margin-top: -4px;
  }
}

@media (min-width: 1025px) {
  .title2.ml-0 + .indent {
    margin-left: 20px;
  }
}

@media (max-width: 1024.98px) {
  .title2.ml-0 + .indent {
    margin-left: 16px;
  }
}

.clearfix {
  position: relative;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 1025px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (max-width: 1024.98px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (max-width: 767.98px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

.vertical-top {
  vertical-align: top !important;
}

.vertical-middle {
  vertical-align: middle !important;
}

.vertical-bottom {
  vertical-align: bottom !important;
}

@media (min-width: 1025px) {
  .content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content-row > .col-item + .col-item,
  .content-row > .col-item-fit + .col-item {
    margin-left: 40px;
  }
  .content-row > .col-item + .col-item-fit,
  .content-row > .col-item-fit + .col-item-fit {
    margin-left: 40px;
  }
  .content-row > .col-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .content-row > .col-item-fit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (max-width: 1024.98px) {
  .d-up-lg {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .d-up-md {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .d-down-md {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-down-sm {
    display: none !important;
  }
}

.text-default {
  color: #000000 !important;
}

.text-primary {
  color: #ff0038 !important;
}

.text-darkprimary {
  color: #c60d3b !important;
}

.text-darkgray {
  color: #242424 !important;
}

.text-red {
  color: #ff0038 !important;
}

.text-white {
  color: #fff !important;
}

.text-invalid {
  color: #ff0038 !important;
}

.bg-primary {
  background-color: #ff0038 !important;
  color: #fff;
}

.bg-darkprimary {
  background-color: #c60d3b !important;
  color: #fff;
}

.bg-black {
  background-color: #000 !important;
  color: #fff;
}

.bg-darkgray {
  background-color: #242424 !important;
  color: #fff;
}

.bg-red {
  background-color: #ff0038 !important;
  color: #fff;
}

.bg-lightgray {
  background-color: #f7f7f7 !important;
}

.bg-white {
  background-color: #fff !important;
}

.text-normal {
  font-weight: normal !important;
}

.text-bold {
  font-weight: bold !important;
}

@media (min-width: 1025px) {
  .text-title {
    font-family: Open Sans, "Noto Sans KR", "Noto Sans CJK KR", "NotoSansKR", "malgun gothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
  }
}

.title1,
.title2 {
  position: relative;
  font-weight: bold;
}

.title1 {
  padding-top: 10px;
}

.title1 span {
  display: inline-block;
  position: relative;
  min-width: 126px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.title1 span:before {
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  height: 4px;
  background-color: #ff0038;
}

.title2:before {
  position: absolute;
  width: 11px;
  height: 11px;
  border: 3px solid #ff0038;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  left: 0;
}

@media (min-width: 1025px) {
  .title2 {
    font-family: Open Sans, "Noto Sans KR", "Noto Sans CJK KR", "NotoSansKR", "malgun gothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
    font-size: 20px;
    line-height: 34px;
    padding-left: 19px;
  }
  .title2:before {
    top: .55em;
    margin-right: 8px;
  }
}

@media (max-width: 1024.98px) {
  .title2 {
    padding-left: 16px;
    font-size: 19px;
    line-height: 29px;
  }
  .title2:before {
    top: .46em;
    margin-right: 5px;
  }
}

.link {
  color: #ff0038;
  border-bottom: 1px solid #ff0038;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 16px;
}

@media (min-width: 1025px) {
  .text-md {
    font-family: Open Sans, "Noto Sans KR", "Noto Sans CJK KR", "NotoSansKR", "malgun gothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
  }
}

.text-lg {
  font-size: 20px;
}

.text-xl {
  font-size: 30px;
}

.border {
  border: 1px solid #e6e6e6;
}

.border-left {
  border-left: 1px solid #e6e6e6;
}

.border-right {
  border-right: 1px solid #e6e6e6;
}

.border-top {
  border-top: 1px solid #e6e6e6;
}

.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}

.round {
  border-radius: 10px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider-control {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.slider-control .btn-slider-ctrl {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 2px;
  background-size: cover;
  overflow: hidden;
}

.slider-control .btn-slider-ctrl.btn-slider-play {
  display: none;
  background-image: url(../images/ico-slider-play-white.png);
}

.slider-control .btn-slider-ctrl.btn-slider-pause {
  background-image: url(../images/ico-slider-pause-white.png);
}

.slider-control .slick-dots {
  display: inline-block !important;
  vertical-align: middle;
  line-height: 1;
}

.slider-control .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}

.slider-control .slick-dots li button {
  position: relative;
  width: 16px;
  height: 16px;
  font-size: 10px;
  color: transparent;
  vertical-align: top;
}

.slider-control .slick-dots li button:before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.slider-control .slick-dots li.slick-active button {
  width: 35px;
}

.slider-control .slick-dots li.slick-active button:before {
  width: 25px;
  margin-left: -12.5px;
  background-color: #ff0038;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.container:after {
  display: block;
  clear: both;
  content: '';
}

@media (min-width: 1025px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 1024.98px) {
  .container {
    padding: 0 24px;
  }
}

.container-sm {
  max-width: 520px;
  margin: auto;
}

.container-sm:after {
  display: block;
  clear: both;
  content: '';
}

.container-lg {
  max-width: 1600px;
  margin: auto;
}

.container-lg:after {
  display: block;
  clear: both;
  content: '';
}

.ico {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
}

.ico-allmenu {
  width: 30px;
  height: 17px;
  line-height: 17px;
  background-image: url("../images/ico-allmenu@2x.png");
}

.ico-close-white {
  width: 23px;
  height: 23px;
  line-height: 23px;
  background-image: url("../images/ico-close-white@2x.png");
}

.ico-chart-member {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-image: url("../images/ico-chart-member.png");
}

.ico-chart-my {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-image: url("../images/ico-chart-my.png");
}

.ico-file {
  width: 24px;
  height: 21px;
  line-height: 21px;
  background-image: url("../images/ico-file.png");
}

.ico-sns-facebook {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-image: url("../images/ico-sns-facebook@2x.png");
}

.ico-sns-google {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-image: url("../images/ico-sns-google@2x.png");
}

.ico-sns-naver {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-image: url("../images/ico-sns-naver@2x.png");
}

/* 불릿 및 목록 */
.list > li {
  position: relative;
}

.list > li:after {
  display: block;
  clear: both;
  content: '';
}

.list > li:before {
  content: '';
  position: absolute;
  left: 0;
}

.list > li.none:before {
  display: none;
}

.list > li.bullet-none {
  font-weight: bold;
  padding: 5px 0 0;
}

.list > li.bullet-none:before {
  display: none;
}

.list1 > li:before,
.list1-gray > li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
}

@media (min-width: 1025px) {
  .list1 > li,
  .list1-gray > li {
    padding-left: 12px;
  }
  .list1 > li:before,
  .list1-gray > li:before {
    top: .7em;
  }
}

@media (max-width: 1024.98px) {
  .list1 > li,
  .list1-gray > li {
    padding-left: 9px;
  }
  .list1 > li:before,
  .list1-gray > li:before {
    top: 10px;
  }
}

.list1 > li:before {
  background-color: #ff0038;
}

.list1-gray > li:before {
  background-color: #999;
}

.list2 > li:before {
  top: .7em;
  width: 4px;
  height: 2px;
  background-color: #999;
}

@media (min-width: 1025px) {
  .list2 > li {
    padding-left: 12px;
  }
}

@media (max-width: 1024.98px) {
  .list2 > li {
    padding-left: 9px;
  }
}

.list3 > li {
  padding-left: 10px;
}

.list3 > li:before {
  top: 11px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #000000;
}

.list4 > li {
  padding-left: 25px;
}

.list4 > li:before {
  top: 3px;
  width: 16px;
  height: 17px;
  background: url(../images/ico-check.png) no-repeat 50% 50%;
}

.list4 > li.text-indent {
  padding-left: 80px;
  text-indent: -55px;
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.3;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  cursor: pointer;
}

.btn .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.btn * + * {
  margin-left: 8px;
}

.btn-md {
  border: 1px solid transparent;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  min-width: 110px;
  padding: 0 20px;
}

.btn-md2 {
  border: 1px solid transparent;
  min-width: 200px;
  height: 40px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
}

.btn-lg {
  border: 1px solid transparent;
  min-width: 260px;
  height: 60px;
  padding: 0 30px;
  font-size: 18px;
  font-weight: bold;
}

.btn-input {
  border: 1px solid transparent;
  min-width: 90px;
  height: 40px;
  padding: 0 24px;
  font-size: 16px;
}

.btn-icon {
  min-width: 60px;
  padding: 0 10px;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.btn-round {
  border-radius: 30px;
}

.btn-default {
  color: #fff;
  background-color: #000000;
}

.btn-default:focus, .btn-default:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.btn-outline-default {
  color: #000000;
  border-color: #000000;
}

.btn-outline-default:focus, .btn-outline-default:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-primary {
  color: #fff;
  background-color: #ff0038;
}

.btn-primary:focus, .btn-primary:hover {
  background-color: #c60d3b;
}

.btn-outline-primary {
  color: #ff0038;
  border-color: #ff0038;
}

.btn-outline-primary:focus, .btn-outline-primary:hover {
  background-color: #fff;
}

.btn-white {
  color: #000000;
  background-color: #fff;
}

.btn-white:focus, .btn-white:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:focus, .btn-outline-white:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-group-default {
  position: relative;
  text-align: center;
}

.btn-group-default .btn + .btn {
  margin-left: 35px;
}

@media (max-width: 1024.98px) {
  .btn-group-default .btn + .btn {
    margin-left: 6px;
  }
}

.btn-group-more {
  margin-top: 70px;
  text-align: center;
}

.form-control {
  max-width: 100%;
  height: 40px;
  line-height: 28px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 5px 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
  font-size: 16px;
  vertical-align: middle;
}

.form-control::-ms-expand {
  display: none;
}

.form-control::-ms-clear {
  display: none;
}

.form-control.full {
  width: 100%;
}

.form-control.inline {
  width: auto !important;
}

.form-control:focus {
  position: relative;
  outline: 0;
  border-radius: 10px;
  border-color: rgba(255, 0, 56, 0.5);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 0, 56, 0.5);
          box-shadow: 0 0 0 1px rgba(255, 0, 56, 0.5);
}

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.form-control:disabled, .form-control[readonly], .form-control[readonly=readonly], .form-control.readonly {
  color: #c2c2c2;
  border-color: #c2c2c2;
  background-color: #f7f7f7;
  opacity: 1;
}

.form-control:disabled::-ms-value, .form-control[readonly]::-ms-value, .form-control[readonly=readonly]::-ms-value, .form-control.readonly::-ms-value {
  color: #c2c2c2 !important;
}

.form-control:-moz-read-only:not(select):not(button) {
  color: #c2c2c2;
  background-color: #f7f7f7;
  opacity: 1;
}

.form-control:read-only:not(select):not(button) {
  color: #c2c2c2;
  background-color: #f7f7f7;
  opacity: 1;
}

.form-control.invalid {
  border-color: #ff0038;
  color: #ff0038;
}

select.form-control {
  max-width: 100%;
  line-height: normal;
  padding: 0 40px 0 16px;
  border-color: #000000;
  background: url(../images/ico-chevron-down.png) no-repeat right 12px center;
  background-size: 16px auto;
}

select.form-control::-ms-expand {
  display: none;
}

textarea.form-control {
  height: auto;
  padding-top: 19px;
  padding-bottom: 19px;
  overflow: auto;
  line-height: inherit;
  resize: none;
}

input[type=checkbox], input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

input[type=checkbox] + label, input[type=radio] + label {
  position: relative;
  height: 24px;
}

input[type=checkbox] + label .sr-only, input[type=radio] + label .sr-only {
  position: static;
  margin-right: -6px !important;
}

input[type=checkbox] + label:before, input[type=radio] + label:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #dedede;
  vertical-align: middle;
  border-radius: 0;
  margin: -2px 15px 0 0;
  background-color: #fff;
  content: '';
}

input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
  border-color: #787878;
}

input[type=checkbox]:disabled + label, input[type=radio]:disabled + label {
  color: #959595;
}

input[type=checkbox]:disabled + label:before, input[type=radio]:disabled + label:before {
  opacity: .3;
  border-color: #666;
}

input[type=checkbox]:checked + label:before {
  background: #fff url(../images/ico-checkbox-checked@2x.png) no-repeat 45% center;
  background-size: 16px auto;
}

input[type=radio] + label:before {
  border-radius: 50%;
}

input[type=radio]:checked + label:before {
  background: #fff url(../images/ico-radio-checked@2x.png) no-repeat center center;
  background-size: 14px auto;
}

@media (max-width: 1024.98px) {
  input[type=checkbox] + label:before, input[type=radio] + label:before {
    margin-right: 10px;
  }
}

.input-group {
  display: table;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.input-group .datepicker,
.input-group .form-control {
  display: table-cell;
  width: 100% !important;
}

.input-group .form-control {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .input-addon {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}

.input-group .input-addon + .form-control {
  margin-left: 9px;
  border-right: 1px solid #d8d8d8;
}

.input-group .input-addon .btn {
  min-width: 65px;
  border: 1px solid #d8d8d8;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.input-group .btn-md {
  padding: 0 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  background-color: #f7f7f7;
}

@media (max-width: 1024.98px) {
  .input-group {
    max-width: none !important;
  }
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-row .text-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 10px;
}

.form-row .input-item + .input-item {
  margin-left: 10px;
}

.form-row .input-item .form-control {
  width: 100%;
}

@media (min-width: 1025px) {
  .form-row .input-item {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (max-width: 1024.98px) {
  .form-row {
    max-width: none !important;
  }
  .form-row .text-item {
    padding: 0 5px;
  }
  .form-row .input-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
  }
  .form-row .input-item.md-full {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 15px 0 0 !important;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}

.input-group-file {
  display: block;
  max-width: 500px;
}

.input-group-file label {
  display: inline-block;
}

.input-group-file .form-file {
  display: none;
}

.input-group-file .btn-md {
  min-width: auto;
  padding-left: 0.10rem;
  padding-right: 0.10rem;
}

.input-group-file .form-control {
  display: inline-block;
  margin: 0 .05rem;
  max-width: calc(100% - 1.64rem);
}

.check-item {
  vertical-align: middle;
  line-height: 20px;
}

.check-item + .check-item {
  margin-left: 26px;
}

@media (max-width: 1024.98px) {
  .check-item + .check-item {
    margin-left: 11px;
  }
}

/* 탭메뉴 */
.tab-menu {
  margin-bottom: 60px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}

.tab-menu .tab-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  background-color: #f7f7f7;
}

.tab-menu .tab-list li {
  border: 0;
}

.tab-menu .tab-list li a {
  font-weight: 700;
}

.tab-menu .tab-list li:first-child a {
  border-top-left-radius: 10px;
}

.tab-menu .tab-list li:last-child a {
  border-top-right-radius: 10px;
}

.tab-menu .tab-list li.on a {
  position: relative;
}

.tab-menu .tab-list li.on a:after {
  content: '';
  position: absolute;
  right: 24px;
  bottom: 0;
  left: 24px;
  height: 4px;
  background-color: #ff0038;
}

@media (min-width: 1025px) {
  .tab-menu .tab-list {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .tab-menu .tab-list li {
    padding: 0 20px;
  }
}

@media (max-width: 1024.98px) {
  .tab-menu {
    margin-bottom: 30px;
  }
  .tab-menu .tab-list li.on a:after {
    right: 18px;
    left: 18px;
  }
}

.tab-list {
  text-align: center;
  line-height: 1.2;
}

.tab-list li {
  border: 1px solid transparent;
}

.tab-list li a {
  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;
  width: 100%;
  height: 60px;
}

.tab-list li a .ico {
  margin-top: -2px;
}

.tab-list:not(.slick-slider) li {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}

@media (min-width: 1025px) {
  .tab-list li a span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 40px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media (max-width: 1024.98px) {
  .tab-list li {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    min-width: 33.33333%;
  }
  .tab-list li a {
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tab-list li span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 36px;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media (max-width: 767.98px) {
  .tab-list li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    min-width: 50%;
  }
}

.tab-menu-flicking {
  position: relative;
  padding-right: 73px;
}

.tab-menu-flicking .tab-scroll-container {
  overflow: hidden;
}

.tab-menu-flicking .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.tab-menu-flicking .tab-list:after {
  display: block;
  clear: both;
  content: '';
}

.tab-menu-flicking .tab-list li {
  display: block;
}

.tab-menu-flicking .control {
  position: absolute;
  right: 0;
  top: 50%;
  height: 22px;
  padding: 0 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tab-menu-flicking .control .btn-tab-prev,
.tab-menu-flicking .control .btn-tab-next {
  display: inline-block;
  vertical-align: top;
  width: 21px;
  margin: 0 5px;
  height: 21px;
  border-radius: 11px;
  background: #959595 url(../images/ico-arrow-left-white@2x.png) no-repeat;
  background-size: 21px 21px;
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
}

.tab-menu-flicking .control .btn-tab-prev {
  right: -32px;
  background-position: right center;
}

.tab-menu-flicking .control .btn-tab-next {
  right: -63px;
  background-image: url(../images/ico-arrow-right-white@2x.png);
  background-position: left center;
}

.tab-menu-flicking .control.start .btn-tab-prev {
  background-color: #dadada !important;
}

.tab-menu-flicking .control.end .btn-tab-next {
  background-color: #dadada !important;
}

@media (min-width: 1025px) {
  .tab-menu-flicking .tab-list li {
    -ms-flex-preferred-size: 201px;
        flex-basis: 201px;
    width: 201px;
    min-width: 201px;
    max-width: 201px;
  }
  .tab-menu-flicking .control .btn-tab-prev:hover,
  .tab-menu-flicking .control .btn-tab-next:hover {
    background-color: #ff0038;
  }
}

@media (max-width: 1024.98px) {
  .tab-menu-flicking {
    padding-right: 58px;
  }
  .tab-menu-flicking.tab-category {
    padding-right: 54px;
  }
  .tab-menu-flicking .control .btn-tab-prev,
  .tab-menu-flicking .control .btn-tab-next {
    margin: 0;
  }
  .tab-menu-flicking .control .btn-tab-prev:active,
  .tab-menu-flicking .control .btn-tab-next:active {
    background-color: #ff0038;
  }
  .tab-menu-flicking .control .btn-tab-next {
    margin-left: 3px;
  }
}

.tab-content {
  display: none;
}

.tab-menu1,
.tab-menu2 {
  position: relative;
}

.tab-menu1:before,
.tab-menu2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #e0e0e0;
  background-color: #f7f7f7;
}

.tab-menu1 li,
.tab-menu2 li {
  position: relative;
}

.tab-menu1 li a {
  padding-bottom: 2px;
}

.tab-menu1 li a:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px solid transparent;
  border-bottom: 3px solid transparent;
}

.tab-menu1 li.on a {
  position: relative;
  background-color: #fff;
  outline: 0;
  font-weight: bold;
}

.tab-menu1 li.on a:before {
  border-color: #e0e0e0;
}

.tab-menu2 li.on {
  position: relative;
  color: #ff0038;
  background-color: #fff;
}

.tab-menu2 li.on a {
  position: relative;
  font-weight: bold;
}

.tab-menu2 li.on a:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 2px solid #ff0038;
}

.tab-menu2 li.on .ico-external-link {
  background-image: url("../images/ico-external-link-primary@2x.png");
}

.tab-menu3 {
  position: relative;
}

.tab-menu3:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #e6e6e6;
}

.tab-menu3 .tab-list {
  border-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-menu3 li {
  border: 0;
}

.tab-menu3 li a {
  height: 36px;
}

.tab-menu3 li a span {
  height: 100%;
  white-space: nowrap;
}

.tab-menu3 li a br {
  display: none;
}

.tab-menu3 li.on {
  font-weight: bold;
}

.tab-menu3 li.on a {
  position: relative;
}

.tab-menu3 li.on a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #666;
}

.tab-menu3 .control {
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 1025px) {
  .tab-menu3 .tab-list li {
    display: block;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
  }
}

@media (max-width: 1024.98px) {
  .tab-menu3 li span {
    padding: 0 10px;
  }
  .tab-menu3 li a {
    height: 30px;
  }
}

.tab-menu-matrix {
  background-color: #f7f7f7;
}

.tab-menu-matrix .tab-list {
  border-color: #fff;
}

.tab-menu-matrix .tab-list:after {
  display: block;
  clear: both;
  content: '';
}

.tab-menu-matrix li {
  position: relative;
  display: block !important;
  float: left;
  width: 20% !important;
  border: 0;
}

.tab-menu-matrix li a {
  height: 55px;
}

.tab-menu-matrix li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background-color: #fff;
}

.tab-menu-matrix li:after {
  content: '';
  width: 1px;
  height: 500px;
  position: absolute;
  top: 0;
  right: -1px;
  background-color: #fff;
}

.tab-menu-matrix li.on {
  position: relative;
  font-weight: bold;
}

.tab-menu-matrix li.on a {
  color: #ff0038;
}

.tab-menu-matrix li.on a span {
  position: relative;
}

.tab-menu-matrix li.on a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ff0038;
  background-color: #fff;
}

.tab-menu-matrix li.on .ico-external-link {
  background-image: url("../images/ico-external-link-primary@2x.png");
}

@media (max-width: 1024.98px) {
  .tab-menu-matrix li {
    width: 33.333%;
  }
  .tab-menu-matrix li a {
    height: 45px;
  }
}

@media (max-width: 767.98px) {
  .tab-menu-matrix li {
    width: 50%;
  }
}

.tab-category {
  margin-bottom: 10px;
}

.tab-category li a {
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

.tab-category li.on {
  position: relative;
  color: #000000;
}

.tab-category li.on a {
  position: relative;
  font-weight: bold;
  background-color: #fff;
}

.tab-category li.on a:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.tab-category.tab-category-matrix .tab-list {
  margin: -1px;
}

.tab-category.tab-category-matrix .tab-list:after {
  display: block;
  clear: both;
  content: '';
}

.tab-category.tab-category-matrix li {
  position: relative;
  display: block !important;
  float: left;
  width: calc(16.666666% - 2px);
  min-width: 0;
  border: 0;
  margin: 1px;
}

.tab-category.tab-category-matrix li a {
  height: 55px;
  padding: 0 10px;
}

@media (max-width: 1024.98px) {
  .tab-category.tab-category-matrix li {
    width: calc(25% - 2px);
  }
  .tab-category.tab-category-matrix li a {
    height: 45px;
  }
}

@media (max-width: 767.98px) {
  .tab-category.tab-category-matrix li {
    width: calc(33.333333% - 2px);
  }
}

.tab-category.tab-menu-flicking .control {
  padding: 0;
  right: 0;
}

.tab-category.tab-menu-flicking .control .btn-tab-next {
  margin-right: 0;
}

.tab-category.tab-menu-flicking.tab-category + .tab-category {
  margin-top: 0;
}

.tab-category.tab-menu-flicking.tab-category + .tab-category li.on {
  color: #ff0038;
}

.tab-category.tab-menu-flicking.tab-category + .tab-category li.on a:before {
  border-color: #ff0038;
}

@media (max-width: 1024.98px) {
  .tab-category.tab-menu-flicking {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .tab-category.tab-menu-flicking li {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    min-width: 33.33333%;
  }
  .tab-category.tab-menu-flicking li a {
    height: 45px;
  }
}

@media (max-width: 767.98px) {
  .tab-category.tab-menu-flicking li span {
    padding: 0 10px;
  }
}

.box {
  border-radius: 10px;
  padding: 10px 12px;
  border: 1px solid #d8d8d8;
}

.box-shadow {
  border-color: transparent;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.11);
}

/* 모달 팝업 */
.modal-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-popup.hide {
  opacity: 0;
  visibility: hidden;
}

.modal-popup.hide .popup-inner {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.modal-popup.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.modal-popup.show .popup-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.modal-popup .dimed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-popup .dimed + .popup-inner {
  border: 0;
}

.modal-popup .popup-inner {
  position: relative;
  z-index: 1100;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border: 1px solid #ff0038;
  border-radius: 10px;
}

.modal-popup .popup-header {
  text-align: center;
  padding: 60px 0 0;
}

.modal-popup .popup-title {
  font-size: 16px;
  font-weight: 700;
}

.modal-popup .popup-body {
  padding: 30px;
  max-height: calc(100vh - 380px);
  overflow-y: auto;
}

.modal-popup .popup-footer {
  padding: 16px 30px;
}

.modal-popup .popup-footer .btn + .btn {
  margin-left: 6px;
}

.modal-popup .btn-close-popup {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  height: 50px;
  padding: 0 20px;
  position: absolute;
  right: 8px;
  top: 0;
  background: url(../images/ico-close@2x.png) no-repeat 50% 50%;
  background-size: auto 18px;
}

.modal-popup.modal-full .popup-inner {
  width: 100%;
  height: 100%;
}

.modal-popup.modal-sm .popup-inner {
  width: 640px;
}

.modal-popup.modal-sm .popup-body {
  padding: 45px 50px 40px;
}

.modal-popup.modal-md .popup-inner {
  width: 950px;
}

@media (max-width: 1024.98px) {
  .modal-popup {
    padding: 24px;
  }
  .modal-popup .popup-header {
    padding: 40px 0 0;
  }
  .modal-popup.modal-sm .popup-body {
    padding: 30px;
  }
}

table {
  width: 100%;
  border-spacing: 0;
}

.table {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  overflow: hidden;
}

.table table {
  width: calc(100% + 1px);
  margin-right: -1px;
  table-layout: fixed;
  border-collapse: separate;
  border-bottom: 1px solid #d8d8d8;
}

.table thead {
  word-break: keep-all;
}

.table thead ~ tbody,
.table thead ~ tfoot {
  text-align: center;
}

.table caption + tbody > tr:first-child > th,
.table caption + tbody > tr:first-child > td,
.table colgroup + tbody > tr:first-child > th,
.table colgroup + tbody > tr:first-child > td {
  border-top: 0;
}

.table th,
.table td {
  height: 40px;
  padding: 6px 20px;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.table th {
  font-weight: bold;
}

.table thead {
  text-align: center;
}

.table thead th {
  background-color: #f7f7f7;
}

.table thead tr:first-child th,
.table thead tr:first-child td {
  border-top: 0;
}

.table tbody td.text-left {
  padding-left: 35px;
}

@media (max-width: 1024.98px) {
  .table th,
  .table td {
    height: 40px;
    padding: 7px 10px;
  }
}

@media (min-width: 1025px) {
  .table-row colgroup {
    display: none;
  }
  .table-row tbody th {
    width: 200px;
  }
}

.table-write th,
.table-write td {
  border-top: 0;
}

.table-write th {
  position: relative;
  padding: 14px 10px 14px 0;
  /* border-right: 1px solid #d8d8d8; */
  border: none;
  font-weight: 400;
  text-align: left;
  letter-spacing: -1px;
  vertical-align: top;
}

.table-write td {
  padding: 6px 0 6px 40px;
  border-right: 0;
}

.table-write tbody > tr:last-child > * {
  padding-bottom: 0;
}

.table-write tbody + tbody > tr:first-child > * {
  padding-top: 30px;
  border-top: 1px solid #d8d8d8;
}

.table-write .form-control {
  width: 100%;
}

.table-write .text-or {
  position: absolute;
  top: 39px;
  left: 15px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.table-write-white,
.table-write-box {
  /* border: 1px solid #ddd; */
}

.table-write-white table,
.table-write-box table {
  border: 0;
}

.table-write-box {
  padding: 25px 60px;
  border-color: #ddd;
}

.table-scroll {
  position: relative;
}

.table-scroll .scroll-container {
  width: 100%;
  overflow: hidden;
}

.table-scroll .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  background-color: #f7f7f7;
}

.table-scroll .btn span {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.table-scroll .btn-left {
  left: -27px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.table-scroll .btn-left span {
  border-right: 8px solid #d8d8d8;
}

.table-scroll .btn-right {
  right: -27px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.table-scroll .btn-right span {
  border-left: 8px solid #d8d8d8;
}

.table + .text-note {
  margin-top: 9px;
}

@media (max-width: 1024.98px) {
  .table + .text-note {
    margin-top: 13px;
  }
}

p.text-note {
  position: relative;
  color: #ff0038;
  font-size: 16px;
  padding-left: 19px;
}

p.text-note:before {
  position: absolute;
  content: '※ ';
  left: 0;
}

p.text-msg {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.table-data {
  table-layout: fixed;
}

.table-data th,
.table-data td {
  font-size: 14px;
}

.table-data thead th {
  padding: 6px 10px;
  background-color: #fff;
}

.table-data tbody th,
.table-data tbody td {
  padding: 6px 15px;
  text-align: right;
  letter-spacing: -.5px;
}

.table-data .btn-sort:after {
  content: '';
  display: inline-block;
  width: 0px;
  height: 0px;
  margin: -2px 0 0 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  vertical-align: middle;
}

.table-data .btn-sort.up:after {
  border-bottom: 8px solid #000000;
}

.table-data .btn-sort.down:after {
  border-top: 8px solid #000000;
}

.table-data .ico-arrow {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  width: 0;
  height: 0;
  margin: -2px 0 0 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.table-data .ico-arrow.up {
  border-bottom: 10px solid #ff0038;
}

.table-data .ico-arrow.down {
  border-top: 10px solid #0078ff;
}

.table-data .bg-red {
  color: #000;
  background-color: rgba(255, 0, 56, 0.05) !important;
}

.table-data .bg-violet {
  background-color: rgba(190, 33, 200, 0.05) !important;
}

.table-data .bg-blue {
  background-color: rgba(68, 85, 211, 0.05) !important;
}

.table-data .bg-mint {
  background-color: rgba(24, 183, 181, 0.05) !important;
}

.table-data .bg-yellow {
  background-color: rgba(209, 216, 16, 0.05) !important;
}

.table-list {
  border-bottom: 0;
  border-left: 0;
}

.table-list th,
.table-list td {
  padding: 8px 20px;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
}

.table-list th {
  background-color: #fff;
}

.pagination {
  clear: both;
  text-align: center;
  font-size: 14px;
  margin-top: 28px;
}

.pagination a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}

.pagination .number {
  margin: 0 28px;
}

.pagination .slash {
  display: inline-block;
  margin: -2px 13px 0;
  font-size: 16px;
  vertical-align: middle;
}

.pagination .pg-first,
.pagination .pg-last,
.pagination .pg-prev,
.pagination .pg-next {
  margin: 0 2.5px;
}

.pagination .pg-first a,
.pagination .pg-last a,
.pagination .pg-prev a,
.pagination .pg-next a {
  width: 29px;
  height: 29px;
  line-height: 27px;
  border-radius: 50%;
  padding: 0;
  border: 1px solid transparent;
}

.pagination .pg-first,
.pagination .pg-prev {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.pagination .pg-prev {
  margin-right: 10px;
}

.pagination .pg-next {
  margin-left: 10px;
}

.pagination .pg-prev a,
.pagination .pg-next a {
  background: #ff0038 url(../images/ico-paging-next@2x.png) no-repeat center center;
  background-size: 6px 10px;
}

.pagination .pg-first a,
.pagination .pg-last a {
  border-color: #dadada;
  background: #fff url(../images/ico-paging-last@2x.png) no-repeat center center;
  background-size: 11px 10px;
}

@media (max-width: 1024.98px) {
  .pagination .pg-prev {
    margin-right: 6px;
  }
  .pagination .pg-next {
    margin-left: 6px;
  }
}

.datepicker {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.datepicker .form-datepicker {
  padding-right: 45px;
}

.datepicker .btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 10px;
}

@media (max-width: 767.98px) {
  .datepicker {
    display: block;
  }
  .datepicker .form-datepicker {
    width: 100% !important;
  }
}

#inseq-datepicker {
  position: absolute;
  width: 250px;
  padding: 12px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  z-index: 1500;
}

#inseq-datepicker caption {
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#inseq-datepicker table {
  table-layout: auto;
  margin-top: 0;
  width: 100%;
  text-align: center;
  border: 0px solid #000;
  color: #000;
  line-height: 2;
}

#inseq-datepicker table a {
  line-height: 2;
}

#inseq-datepicker table th {
  height: auto;
  background: none;
  padding: 0 0 0.5em;
  border: 0;
  margin: 0;
  color: #000;
  text-align: center;
  line-height: 20px;
}

#inseq-datepicker table td {
  padding: 0 !important;
  margin: 0;
  height: auto;
  text-align: center;
  border: 0;
  line-height: 1;
}

#inseq-datepicker table tbody td {
  height: 28px;
  color: #767676;
}

#inseq-datepicker table tbody td a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: block;
  color: #000;
  text-decoration: none;
}

#inseq-datepicker table tbody td a.today {
  border-radius: 50%;
  color: #fff !important;
  background-color: #ff0038;
  font-weight: bold;
}

#inseq-datepicker #tableCalendarTitle {
  margin-bottom: 8px;
}

#inseq-datepicker #tableCalendarTitle td {
  font-size: 16px;
}

#inseq-datepicker #tableCalendarTitle td a {
  font-size: inherit;
}

#inseq-datepicker #tableMonthTitle td a {
  font-size: 16px;
}

#inseq-datepicker #tableYearTitle {
  margin-bottom: 5px;
}

#inseq-datepicker #tableYearTitle td {
  font-size: 16px;
}

#inseq-datepicker #tableCalendarTitle a,
#inseq-datepicker #tableYear a,
#inseq-datepicker #tableMonthTitle a,
#inseq-datepicker #tableMonth a {
  color: #000;
}

#inseq-datepicker #tableCalendar th:first-child,
#inseq-datepicker #tableCalendar td:first-child {
  color: #cf2121;
}

#inseq-datepicker #tableCalendar th:first-child a,
#inseq-datepicker #tableCalendar td:first-child a {
  color: inherit;
}

#inseq-datepicker #tableCalendar th:last-child,
#inseq-datepicker #tableCalendar td:last-child {
  color: #0072cf;
}

#inseq-datepicker #tableCalendar th:last-child a,
#inseq-datepicker #tableCalendar td:last-child a {
  color: inherit;
}

#inseq-datepicker .prev,
#inseq-datepicker .next {
  width: 21px;
  height: 21px;
  border-radius: 11px;
  line-height: 21px;
  border: 0;
  padding: 0;
  background: #959595 url(../images/ico-arrow-left-white@2x.png) no-repeat;
  background-size: 21px 21px;
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
}

#inseq-datepicker .prev:hover,
#inseq-datepicker .next:hover {
  background-color: #ff0038;
}

#inseq-datepicker .prev {
  float: left;
  margin-left: 30px;
  background-position: right center;
}

#inseq-datepicker .next {
  float: right;
  margin-right: 30px;
  background-image: url(../images/ico-arrow-right-white@2x.png);
  background-position: left center;
}

#inseq-datepicker .btn-cal-close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .6;
}

#inseq-datepicker .btn-cal-close a {
  display: block;
  width: 26px;
  height: 28px;
  color: transparent;
  background: url(../images/ico-times-md@2x.png) no-repeat center center;
  background-size: 14px 14px;
}

@media (max-width: 767.98px) {
  #inseq-datepicker {
    left: 50% !important;
    margin-left: -125px !important;
  }
}

.wrapper {
  overflow: hidden;
  min-height: 100vh;
}

@media (min-width: 1025px) {
  .wrapper {
    min-width: 1200px;
  }
}

#header {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
}

#header .container {
  position: relative;
}

#header #logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

#header #logo a {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
}

#header #gnb {
  font-weight: 700;
}

#header .util-menu .btn {
  border-radius: 20px;
}

@media (min-width: 1025px) {
  #header {
    height: 100px;
  }
  #header .container {
    height: 100px;
  }
  #header .btn-allmenu-open,
  #header .btn-allmenu-close {
    display: none;
  }
  #header #logo {
    float: left;
  }
  #header #logo a {
    width: 172px;
    height: 43px;
    margin-top: -12px;
    background-image: url(../images/logo.png);
    background-size: contain;
  }
  #header #allmenu {
    float: right;
  }
  #header .allmenu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
  }
  #header .gnb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .gnb-list li.on a, #header .gnb-list li:hover a, #header .gnb-list li:focus a {
    position: relative;
  }
  #header .gnb-list li.on a:after, #header .gnb-list li:hover a:after, #header .gnb-list li:focus a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 11px;
    left: 11px;
    height: 2px;
    background-color: #ff0038;
  }
  #header .gnb-list li a {
    padding: 0 15px;
  }
  #header .util-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-left: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .util-menu li + li {
    margin-left: 10px;
  }
  #header .util-menu .btn {
    padding: 0 17px;
  }
  #header .util-menu .btn-service {
    color: #fff;
    background-color: #ff0038;
  }
  #header .util-menu .btn-login {
    border-color: #000000;
  }
}

@media (max-width: 1024.98px) {
  #header {
    height: 60px;
  }
  #header .container {
    height: 60px;
  }
  #header #logo {
    position: absolute;
  }
  #header #logo a {
    width: 140px;
    height: 30px;
    margin-top: -6px;
    background-image: url(../images/logo@2x.png);
    background-size: contain;
  }
  #header .btn-allmenu-open {
    position: absolute;
    height: 100%;
    right: 0;
    padding: 0 24px;
  }
}

/* 모바일 전체메뉴 */
@media (max-width: 1024.98px) {
  .allmenu-open #allmenu:before {
    opacity: 1;
    visibility: visible;
  }
  .allmenu-open #allmenu .allmenu-inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 1024.98px) {
  #allmenu {
    color: #fff;
  }
  #allmenu:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
  }
  #allmenu .allmenu-inner {
    position: fixed;
    z-index: 1100;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    padding: 124px 87px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
  }
  #allmenu .logo img {
    height: 38px;
  }
  #allmenu #gnb {
    font-weight: 700;
    font-size: 20px;
  }
  #allmenu #gnb li + li {
    margin-top: 29px;
  }
  #allmenu .util-menu {
    margin-top: 38px;
  }
  #allmenu .util-menu .btn {
    width: 100%;
    max-width: 201px;
    margin-top: 15px;
  }
  #allmenu .util-menu .btn-service {
    color: #000000;
    background-color: #fff;
  }
  #allmenu .util-menu .btn-login {
    border-color: #fff;
  }
  #allmenu .btn-allmenu-close {
    position: absolute;
    top: 0;
    right: 2px;
    height: 60px;
    padding: 0 24px;
    z-index: 1000;
  }
}

#content {
  position: relative;
}

@media (min-width: 1025px) {
  #content {
    padding-top: 100px;
    padding-bottom: 120px;
    min-height: calc(100vh - 250px);
  }
}

@media (max-width: 1024.98px) {
  #content {
    padding-top: 30px;
    padding-bottom: 50px;
    min-height: calc(100vh - 235px);
  }
}

.content-title {
  font-weight: bold;
  text-align: center;
  line-height: 1.35;
}

.content-title + .content-desc {
  text-align: center;
}

@media (min-width: 1025px) {
  .content-title {
    margin-bottom: 55px;
    font-size: 30px;
  }
  .content-title + .content-desc {
    margin-top: -47px;
    margin-bottom: 47px;
  }
}

@media (max-width: 1024.98px) {
  .content-title {
    margin-bottom: 35px;
    font-size: 24px;
  }
  .content-title + .content-desc {
    margin-top: -30px;
    margin-bottom: 35px;
  }
}

#footer {
  background-color: #242424;
}

#footer .address {
  position: relative;
  color: #898989;
  font-style: normal;
}

#footer .btn-go {
  min-width: 180px;
  border-color: #fff;
  border-radius: 20px;
  color: #fff;
}

@media (min-width: 1025px) {
  #footer {
    min-height: 150px;
    padding: 48px 0;
  }
  #footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .logo-bottom,
  #footer .btn-go {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  #footer .logo-bottom {
    margin-left: 3px;
  }
  #footer .address {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 7px 0 0 32px;
  }
  #footer .btn-go {
    margin-top: -6px;
  }
}

@media (max-width: 1024.98px) {
  #footer {
    min-height: 175px;
    padding-top: 32px;
    font-size: 14px;
    text-align: center;
  }
  #footer .logo-bottom img {
    height: 30px;
  }
  #footer .address {
    margin-top: 3px;
  }
  #footer .btn-go {
    margin-top: 17px;
  }
}

/* 화면명1 */
/* UI 컴포넌트 가이드 */
@media (min-width: 1025px) {
  .content-body {
    padding-bottom: 95px;
  }
}

@media (max-width: 1024.98px) {
  .content-body {
    padding: 0 24px 50px;
  }
}

.wrapper-html-guide .content-body {
  padding-bottom: 0;
}

.wrapper-html-guide .badge {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: .45em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ff0038;
}

.wrapper-html-guide .row .col {
  display: table-cell;
  width: 1%;
}

.wrapper-html-guide .row .col:after {
  display: block;
  clear: both;
  content: '';
}

.wrapper-html-guide .row.row-auto {
  display: table;
  width: 100%;
}

.wrapper-html-guide .row.row-auto .col {
  width: auto;
}

.wrapper-html-guide .gutter-1 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.wrapper-html-guide .gutter-1 .col {
  padding: 0 2.5px;
}

.wrapper-html-guide .gutter-1.row-auto {
  width: calc(100% + 10px);
}

.wrapper-html-guide .gutter-2 {
  margin-left: -5px;
  margin-right: -5px;
}

.wrapper-html-guide .gutter-2 .col {
  padding: 0 5px;
}

.wrapper-html-guide .gutter-2.row-auto {
  width: calc(100% + 20px);
}

.wrapper-html-guide .gutter-3 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.wrapper-html-guide .gutter-3 .col {
  padding: 0 7.5px;
}

.wrapper-html-guide .gutter-3.row-auto {
  width: calc(100% + 30px);
}

.wrapper-html-guide .gutter-4 {
  margin-left: -10px;
  margin-right: -10px;
}

.wrapper-html-guide .gutter-4 .col {
  padding: 0 10px;
}

.wrapper-html-guide .gutter-4.row-auto {
  width: calc(100% + 40px);
}

.wrapper-html-guide .gutter-5 {
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.wrapper-html-guide .gutter-5 .col {
  padding: 0 12.5px;
}

.wrapper-html-guide .gutter-5.row-auto {
  width: calc(100% + 50px);
}

.wrapper-html-guide .gutter-6 {
  margin-left: -15px;
  margin-right: -15px;
}

.wrapper-html-guide .gutter-6 .col {
  padding: 0 15px;
}

.wrapper-html-guide .gutter-6.row-auto {
  width: calc(100% + 60px);
}

.wrapper-html-guide .gutter-7 {
  margin-left: -17.5px;
  margin-right: -17.5px;
}

.wrapper-html-guide .gutter-7 .col {
  padding: 0 17.5px;
}

.wrapper-html-guide .gutter-7.row-auto {
  width: calc(100% + 70px);
}

.wrapper-html-guide .gutter-8 {
  margin-left: -20px;
  margin-right: -20px;
}

.wrapper-html-guide .gutter-8 .col {
  padding: 0 20px;
}

.wrapper-html-guide .gutter-8.row-auto {
  width: calc(100% + 80px);
}

.wrapper-html-guide .gutter-9 {
  margin-left: -22.5px;
  margin-right: -22.5px;
}

.wrapper-html-guide .gutter-9 .col {
  padding: 0 22.5px;
}

.wrapper-html-guide .gutter-9.row-auto {
  width: calc(100% + 90px);
}

.wrapper-html-guide .gutter-10 {
  margin-left: -25px;
  margin-right: -25px;
}

.wrapper-html-guide .gutter-10 .col {
  padding: 0 25px;
}

.wrapper-html-guide .gutter-10.row-auto {
  width: calc(100% + 100px);
}

@media (min-width: 1025px) {
  .wrapper-html-guide #content {
    padding: 0 150px;
  }
}

.guide-section {
  margin: 50px 0;
}

#guide-nav {
  position: fixed;
  left: 0;
  padding: 15px;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
}

#guide-nav .sidebar-title {
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#guide-nav .nav-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

#guide-nav .guide-list {
  font-size: 15px;
}

#guide-nav ul {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#guide-nav li a small {
  opacity: .8;
  display: none;
}

#guide-nav li a .ico {
  margin-top: -2px;
}

#guide-nav li.on {
  font-weight: bold;
  color: #ff0038;
}

#guide-nav .quick-link {
  font-size: 13px;
}

#guide-nav .quick-link .ico {
  width: 11px;
  height: 11px;
}

@media (max-width: 1024.98px) {
  #guide-nav {
    display: none;
  }
}

.code {
  border: 1px solid rgba(255, 0, 0, 0.2);
  padding: 4px 8px;
  border-radius: 2px;
  background-color: antiquewhite;
  font-family: 'Courier New', "malgungothic", Courier;
  font-size: 14px;
}

.title-guide {
  font-size: 28px;
  font-family: Open Sans, "Noto Sans KR", "Noto Sans CJK KR", "NotoSansKR", "malgun gothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
  letter-spacing: -0.03em;
  color: #222;
  margin-bottom: 30px;
  padding: 10px 0 10px 15px;
  border-top: 2px solid rgba(34, 34, 34, 0.8);
  border-bottom: 1px dashed rgba(34, 34, 34, 0.2);
}

.title-guide small {
  font-size: 20px;
  margin-left: 10px;
  color: #ff0038;
}

@media (max-width: 1024.98px) {
  .title-guide {
    font-size: 20px;
  }
}

.box-html-guide {
  margin-top: -20px;
  background-color: #f7f7f7;
  padding: 15px 20px;
}

.box-tbd {
  text-align: center;
  font-size: .30rem;
  color: #fff;
  line-height: 1.00rem;
}

.box-tbd:after {
  content: '디자인 수급예정';
}

.bg-setting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

.bg-setting span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 5px;
  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;
  font-size: 14px;
  min-width: 120px;
  line-height: 40px;
  border-radius: 10px;
  vertical-align: middle;
}

.score-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 15px 0;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 20px 10px 15px;
}

.score-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.score-list strong {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

.score-list .chart {
  position: relative;
  width: 60px;
  height: 60px;
  color: #999;
}

.score-list .chart .percent {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
}

/* 메인 */
.main-wrapper #header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.main-wrapper #header:not(.header-fixed) {
  border-bottom: 0;
  background-color: transparent;
}

.main-wrapper #content {
  padding: 0;
}

.main-wrapper .main-title {
  font-weight: 400;
  letter-spacing: 8px;
  text-align: center;
}

@media (min-width: 1025px) {
  .main-wrapper #header:not(.header-fixed) #logo a {
    background-image: url(../images/logo-white.png);
  }
  .main-wrapper #header:not(.header-fixed) .gnb-list li a {
    color: #fff;
  }
  .main-wrapper #header:not(.header-fixed) .gnb-list li.on a:after, .main-wrapper #header:not(.header-fixed) .gnb-list li:hover a:after, .main-wrapper #header:not(.header-fixed) .gnb-list li:focus a:after {
    background-color: #fff;
  }
  .main-wrapper #header:not(.header-fixed) .util-menu .btn-service {
    color: #000000;
    background-color: #fff;
  }
  .main-wrapper #header:not(.header-fixed) .util-menu .btn-login {
    border-color: #fff;
    color: #fff;
  }
  .main-wrapper #content {
    margin-top: -100px;
  }
  .main-wrapper .main-title {
    font-size: 40px;
  }
}

@media (max-width: 1024.98px) {
  .main-wrapper #header:not(.header-fixed) #logo a {
    background-image: url(../images/logo-white@2x.png);
  }
  .main-wrapper #header:not(.header-fixed) .ico-allmenu {
    background-image: url(../images/ico-allmenu-white@2x.png);
  }
  .main-wrapper #content {
    margin-top: -60px;
  }
  .main-wrapper .main-title {
    font-size: 30px;
  }
}

/* ABOUT */
#section-about .box {
  text-align: center;
}

#section-about .title {
  font-weight: 700;
}

#section-about .logo-taobao {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#section-about .ranking-area.slick-slider .slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}

#section-about .ranking-area.slick-slider .slick-dots > li {
  display: inline-block;
  margin: 0 9px;
  vertical-align: top;
}

#section-about .ranking-area.slick-slider .slick-dots > li button {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  border-radius: 50%;
  text-indent: -9999px;
  vertical-align: middle;
  background-color: #f1f1f1;
}

#section-about .ranking-area.slick-slider .slick-dots > li.slick-active button {
  background-color: #7b7b7b;
}

#section-about .ranking-area:not(.slick-slider) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

#section-about .ranking-area:not(.slick-slider) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

#section-about .ranking-wrap .table-data {
  border-top: 1px solid #ddd;
}

#section-about .ranking-wrap .table-data tbody td:nth-child(2) {
  padding-left: 29px;
}

@media (min-width: 1025px) {
  #section-about {
    margin-bottom: -100px;
    padding-bottom: 36px;
    background: url(../images/bg-main-about.jpg) no-repeat 50% 0;
  }
  #section-about .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-top: 100px;
    padding: 176px 80px 0;
  }
  #section-about .chart-mean {
    margin-top: 70px;
  }
  #section-about .chart-mean .ko {
    margin-top: -2px;
  }
  #section-about .chart-mean .desc {
    margin-top: 16px;
  }
  #section-about .box {
    width: 460px;
    margin-left: auto;
    padding: 40px 30px 67px;
  }
  #section-about .title {
    font-size: 24px;
  }
  #section-about .logo-taobao {
    width: 118px;
    height: 48px;
    margin-right: 22px;
    background-image: url(../images/logo-taobao.png);
  }
  #section-about .ranking-wrap {
    margin-top: 34px;
  }
  #section-about .ranking-area.slick-slider .slick-dots {
    bottom: -36px;
  }
  #section-about .btn-group-default {
    margin-top: 33px;
    text-align: left;
  }
  #section-about .btn-lg {
    min-width: 200px;
  }
}

@media (max-width: 1024.98px) {
  #section-about {
    padding-top: 185px;
    background: url(../images/bg-main-about@2x.jpg) no-repeat 50% bottom;
    background-size: cover;
  }
  #section-about .chart-mean {
    margin: 0 -10px;
    text-align: center;
  }
  #section-about .chart-mean .en {
    font-size: 25px;
  }
  #section-about .chart-mean .ko {
    margin-top: 2px;
    font-size: 30px;
    letter-spacing: -0.5px;
  }
  #section-about .chart-mean .desc {
    margin-top: 36px;
    font-size: 15px;
    line-height: 24px;
  }
  #section-about .box {
    margin-top: 65px;
    padding: 29px 20px 42px;
  }
  #section-about .title {
    font-size: 17px;
  }
  #section-about .logo-taobao {
    width: 85px;
    height: 34px;
    margin-right: 16px;
    background-image: url(../images/logo-taobao@2x.png);
    background-size: auto 34px;
  }
  #section-about .ranking-area {
    margin-top: 24px;
  }
  #section-about .ranking-area.slick-slider .slick-dots {
    bottom: -28px;
  }
  #section-about .ranking-area.slick-slider .slick-dots > li {
    margin: 0 6px;
  }
  #section-about .ranking-wrap .table-data th,
  #section-about .ranking-wrap .table-data td {
    height: 28px;
    font-size: 14px;
  }
  #section-about .ranking-wrap .table-data tbody td {
    padding: 3px 7px;
  }
  #section-about .ranking-wrap .table-data tbody td:nth-child(2) {
    padding-left: 19px;
  }
}

/* MERIT */
#section-merit .merit-list .item dt {
  font-weight: 700;
}

@media (min-width: 1025px) {
  #section-merit {
    margin-bottom: -100px;
    padding-top: 100px;
    height: 1053px;
    background: url(../images/bg-main-merit.jpg) no-repeat 50% 100px;
  }
  #section-merit .container {
    position: relative;
    height: 100%;
    padding-top: 47px;
  }
  #section-merit .merit-list .item {
    position: absolute;
  }
  #section-merit .merit-list .item:nth-child(1) {
    top: 210px;
    left: 130px;
  }
  #section-merit .merit-list .item:nth-child(2) {
    top: 592px;
    left: 32px;
  }
  #section-merit .merit-list .item:nth-child(3) {
    top: 313px;
    right: -65px;
  }
  #section-merit .merit-list .item dt {
    font-size: 24px;
  }
  #section-merit .merit-list .item dd {
    margin-top: 9px;
  }
}

@media (max-width: 1024.98px) {
  #section-merit {
    background: url(../images/bg-main-merit@2x.png) no-repeat 50% 0;
    background-size: auto 472.5px;
  }
  #section-merit .container {
    padding-top: 100px;
    padding-bottom: 83px;
  }
  #section-merit .merit-list {
    margin-top: 355px;
  }
  #section-merit .merit-list .item {
    text-align: center;
  }
  #section-merit .merit-list .item + .item {
    margin-top: 38px;
  }
  #section-merit .merit-list .item dt {
    font-size: 21px;
  }
  #section-merit .merit-list .item dd {
    margin-top: 10px;
  }
}

/* REPORT */
#section-report .container {
  text-align: center;
}

#section-report .main-title {
  color: #fff;
}

#section-report .report-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#section-report .report-area .item {
  text-align: center;
}

#section-report .report-area .item img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

#section-report .report-area .title {
  display: block;
  color: #fff;
  font-weight: 700;
}

#section-report .text-info {
  color: #fff;
}

#section-report .btn-lg {
  min-width: 360px;
  font-size: 20px;
}

@media (min-width: 1025px) {
  #section-report {
    margin-bottom: -100px;
    padding-top: 100px;
    height: 900px;
    background: url(../images/bg-main-report.jpg) no-repeat 50% 100px;
  }
  #section-report .container {
    padding-top: 95px;
    padding-bottom: 92px;
  }
  #section-report .report-area {
    margin: 53px -20px -20px;
  }
  #section-report .report-area .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 20px;
  }
  #section-report .report-area .title {
    margin-top: 14px;
    font-size: 20px;
  }
  #section-report .btn-group-default {
    margin-top: 80px;
  }
  #section-report .text-info {
    margin-top: 38px;
    line-height: 26px;
  }
}

@media (max-width: 1024.98px) {
  #section-report {
    background: url(../images/bg-main-report@2x.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  #section-report .container {
    padding-top: 105px;
    padding-bottom: 125px;
  }
  #section-report .report-area {
    margin-top: 60px;
  }
  #section-report .report-area .title {
    margin-top: 14px;
    font-size: 21px;
  }
  #section-report .report-area.slick-slider .slick-slide img {
    display: inline-block;
  }
  #section-report .report-area.slick-slider .slick-arrow {
    position: absolute;
    top: 75px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    text-align: left;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 50px;
    z-index: 10;
  }
  #section-report .report-area.slick-slider .slick-prev {
    left: -14px;
    background-image: url(../images/ico-chevron-left@2x.png);
  }
  #section-report .report-area.slick-slider .slick-next {
    right: -14px;
    background-image: url(../images/ico-chevron-right@2x.png);
  }
  #section-report .report-area:not(.slick-slider) {
    overflow: hidden;
  }
  #section-report .report-area:not(.slick-slider) .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  #section-report .btn-group-default {
    margin-top: 85px;
  }
  #section-report .text-info {
    margin-top: 20px;
    font-size: 14px;
    line-height: 23px;
  }
}

@media (max-width: 767.98px) {
  #section-report .btn-lg {
    min-width: 100%;
  }
}

/* CONTACT */
#section-contact .container {
  text-align: center;
}

#section-contact .copy p {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

#section-contact .copy ul li {
  line-height: 26px;
}

@media (min-width: 1025px) {
  #section-contact {
    padding-top: 100px;
    background: url(../images/bg-main-contact.jpg) no-repeat 50% 100px;
  }
  #section-contact .container {
    padding: 127px 520px 212px 120px;
  }
  #section-contact .main-title {
    padding-top: 61px;
    border-top: 1px solid #000000;
  }
  #section-contact .copy {
    margin-top: 53px;
  }
  #section-contact .btn-group-default {
    margin-top: 56px;
  }
  #section-contact .btn {
    min-width: 200px;
  }
  #section-contact .btn + .btn {
    margin-left: 15px;
  }
}

@media (max-width: 1024.98px) {
  #section-contact {
    background: url(../images/bg-main-contact@2x.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  #section-contact .container {
    padding-top: 85px;
    padding-bottom: 78px;
  }
  #section-contact .copy {
    margin-top: 57px;
  }
  #section-contact .btn-group-default {
    margin-top: 160px;
  }
}

@media (max-width: 767.98px) {
  #section-contact .btn {
    min-width: 100%;
  }
}

/* 오픈 전 */
.intro-wrap {
  text-align: center;
}

.intro-wrap .intro-guide .date {
  font-weight: 500;
  font-size: 24px;
}

.intro-wrap .intro-guide .text {
  margin-top: 13px;
}

.intro-wrap .intro-guide .site {
  font-weight: 700;
  font-size: 30px;
}

.intro-wrap .intro-content {
  background: url(../images/bg-intro.jpg) no-repeat 50% 0;
  background-size: cover;
}

.intro-wrap .intro-content .content-row {
  margin-top: 34px;
}

.intro-wrap .intro-content .col-item {
  padding: 57px 0 58px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.intro-wrap .intro-content .col-item dt {
  font-weight: 700;
  font-size: 24px;
}

.intro-wrap .intro-content .col-item dd {
  margin-top: 19px;
}

@media (min-width: 1025px) {
  .intro-wrap .intro-header {
    padding: 102px 0 40px;
  }
  .intro-wrap .intro-guide .date {
    margin-top: 49px;
  }
  .intro-wrap .intro-guide .site {
    margin-top: 24px;
  }
  .intro-wrap .intro-content {
    padding: 50px 0 167px;
  }
}

@media (max-width: 1024.98px) {
  .intro-wrap .intro-header {
    padding: 50px 0 30px;
  }
  .intro-wrap .intro-header .logo img {
    height: 60px;
  }
  .intro-wrap .intro-guide .date {
    margin-top: 30px;
  }
  .intro-wrap .intro-guide .site {
    margin-top: 15px;
  }
  .intro-wrap .intro-content {
    padding: 40px 0 60px;
  }
  .intro-wrap .intro-content .col-item + .col-item {
    margin-top: 20px;
  }
  .intro-wrap .chart-mean .en {
    font-size: 24px;
  }
  .intro-wrap .chart-mean .ko {
    font-size: 28px;
    letter-spacing: -.5px;
  }
}

.chart-mean > span {
  display: block;
  color: #fff;
}

.chart-mean .en {
  font-weight: 300;
  font-size: 32px;
}

.chart-mean .en strong {
  color: #ff0038;
}

.chart-mean .ko {
  font-weight: 700;
  font-size: 40px;
}

/* 서비스 가입 */
.join-area .title1 span {
  text-align: left;
}

.join-area .sns-check .check-item + .check-item {
  margin-top: 20px;
  margin-left: 0;
}

.join-area .sns-check .check-item:last-child {
  margin-top: 21px;
}

.join-area .sns-check input[type=radio] + label {
  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;
  width: 100%;
  height: 74px;
  border: 1px solid #ddd;
}

.join-area .sns-check input[type=radio] + label:before {
  display: none;
}

.join-area .sns-check input[type=radio] + label span {
  display: inline-block;
  position: relative;
  min-width: 157px;
  padding-left: 30px;
  text-align: center;
}

.join-area .sns-check input[type=radio] + label span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 30px;
  width: 1px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
  background-color: #d8d8d8;
}

.join-area .sns-check input[type=radio]:checked + label {
  border-color: #222;
}

.join-area .sns-check .ico {
  margin-left: 33px;
}

@media (min-width: 1025px) {
  .join-area {
    width: 960px;
    margin: 57px auto 0;
  }
  .join-area .col-item-fit {
    width: 260px;
  }
  .join-area .table-write-box {
    /* padding: 23px 46px 22px 50px; */
  }
  .join-area .table-write td {
    padding: 5px 0 5px 52px;
  }
  .join-area .table-write tbody > tr:first-child > th {
    padding-top: 19px;
  }
  .join-area .table-write tbody > tr:first-child > td {
    padding-top: 10px;
  }
  .join-area .table-write tbody > tr:last-child > * {
    padding-bottom: 10px;
  }
  .join-area .btn-group-default {
    margin-top: 46px;
  }
}

@media (max-width: 1024.98px) {
  .join-area .table-write-box {
    padding: 0;
    border: 0;
  }
  .join-area .table-write {
    width: 100%;
    margin-right: 0;
  }
  .join-area .table-write > colgroup,
  .join-area .table-write > thead {
    display: none;
  }
  .join-area .table-write > colgroup + tbody > tr:first-child > th {
    padding-top: 0;
  }
  .join-area .table-write > tbody,
  .join-area .table-write > tfoot {
    text-align: left !important;
  }
  .join-area .table-write > thead > tr,
  .join-area .table-write > tbody > tr {
    display: block;
  }
  .join-area .table-write > thead > tr > th,
  .join-area .table-write > thead > tr > td,
  .join-area .table-write > tbody > tr > th,
  .join-area .table-write > tbody > tr > td {
    display: block;
    height: auto;
    border: 0;
  }
  .join-area .table-write > thead > tr > th,
  .join-area .table-write > tbody > tr > th {
    padding: 20px 0 8px;
  }
  .join-area .table-write > thead > tr > td,
  .join-area .table-write > tbody > tr > td {
    padding: 0;
  }
  .join-area .form-control {
    width: 100%;
  }
  .join-area .btn-group-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
  .join-area .btn-group-default .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: auto;
  }
}

.form-agree .check-item {
  margin-bottom: 14px;
  margin-left: 0;
}

.form-agree .check-item label span {
  color: #a3a3a3;
}

@media (min-width: 1025px) {
  .form-agree {
    padding: 20px 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-top: 25px; */
    border: 1px solid #ddd;
  }
  .form-agree .check-all {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 205px;
  }
  .form-agree .check-list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .form-agree .check-list:after {
    display: block;
    clear: both;
    content: '';
  }
  .form-agree .check-list .check-item {
    float: left;
    width: 50%;
  }
  .form-agree .check-list .check-item:nth-child(2n) {
    padding-left: 20px;
  }
}

@media (max-width: 1024.98px) {
  .form-agree {
    margin-top: 35px;
  }
  .form-agree .check-item {
    display: block;
  }
}

.terms-wrap {
  font-size: 14px;
  line-height: 1.75;
}

@media (min-width: 1025px) {
  .terms-wrap {
    padding: 0 5px;
  }
}

/* 서비스 가입 완료 */
.join-complete .box {
  max-width: 560px;
  margin: auto;
}

@media (min-width: 1025px) {
  .join-complete .box {
    padding: 21px 60px;
  }
}

/* 로그인 */
.login-area .form-control,
.login-area .btn {
  width: 100%;
}

.login-area .form-control {
  margin-bottom: 15px;
}

.login-area .login-info {
  margin-top: 25px;
}

.login-area .login-util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login-area .login-util li + li:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: -2px 27px 0;
  vertical-align: middle;
  background-color: #242424;
}

.login-area .login-sns {
  text-align: center;
}

.login-area .login-sns dt {
  font-weight: 700;
}

.login-area .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login-area .sns-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #d8d8d8;
}

.login-area .sns-list li:first-child {
  border-left: 1px solid #d8d8d8;
}

.login-area .sns-list li a {
  display: block;
}

.login-area .sns-list .ico {
  display: block;
  margin: 1px auto 3px;
}

.login-area .sns-list .text {
  line-height: 1.4;
}

@media (min-width: 1025px) {
  .login-area {
    width: 560px;
    margin: auto;
  }
  .login-area .login-form {
    margin-top: 40px;
  }
  .login-area .login-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .login-area .login-util {
    margin-left: auto;
  }
  .login-area .login-sns {
    margin-top: 48px;
  }
  .login-area .sns-list {
    margin-top: 36px;
  }
}

@media (max-width: 1024.98px) {
  .login-area .login-info {
    text-align: center;
  }
  .login-area .login-util {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
  .login-area .login-sns {
    margin-top: 35px;
  }
  .login-area .sns-list {
    margin-top: 20px;
  }
}

/* 아이디 찾기 / 비밀번호 재설정 */
@media (min-width: 1025px) {
  .login-find {
    width: 760px;
    margin: auto;
  }
  .login-find .tab-menu {
    margin-bottom: 50px;
  }
  .login-find .btn-group-default {
    margin-top: 60px;
  }
}

@media (max-width: 1024.98px) {
  .login-find .btn-group-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
  .login-find .btn-group-default .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: auto;
  }
}

.form-area .form-group dt {
  padding: 0 0 8px 10px;
}

.form-area .form-control {
  width: 100%;
}

@media (min-width: 1025px) {
  .form-area .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-area .form-item + .form-item {
    margin-top: 30px;
  }
  .form-area .form-item .form-group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .form-area .form-item .form-group + .form-group {
    margin-left: 40px;
  }
}

@media (max-width: 1024.98px) {
  .form-area {
    margin-top: -20px;
  }
  .form-area .form-group {
    margin-top: 20px;
  }
}

/* 마이페이지 */
/* 마이페이지-키워드분석 */
.chart-wrap {
  min-width: 1160px;
}

.tab-chart {
  margin-bottom: 20px;
}

.tab-chart .tab-list {
  display: flex;
  justify-items: stretch;
  background-color: transparent;
}

.tab-chart .tab-list:not(.slick-slider) li {
  width: auto;
  background-color: #f7f7f7;
}

.tab-chart .tab-list:not(.slick-slider) li a {
  width: 200px;
  font-weight: 400;
}

.tab-chart .tab-list:not(.slick-slider) li:last-child {
  display: flex;
  justify-content: right;
  width: 100%;
  background-color: transparent;
}

.tab-chart .tab-list:not(.slick-slider) li:last-child a {
  width: auto;
  padding-right: 20px;
  font-weight: 700;
  gap: 10px;
}

.tab-chart .tab-list li:nth-last-child(-n+2) {
  border-top-right-radius: 10px;
}

.tab-chart .tab-list li.on a {
  font-weight: 700;
}

.tab-chart .tab-list li:last-child.on a:after {
  right: 10px;
  left: 0px;
  background-color: #000000;
}

/* .tab-chart {
  margin-bottom: 36px;
}

.tab-chart .tab-list {
  width: calc(100% + 24px);
  margin: 0 -12px;
  background-color: transparent;
}

.tab-chart .tab-list:not(.slick-slider) li {
  width: auto;
}

.tab-chart .tab-list li.on a:after {
  right: 12px;
  left: 12px;
} */
/*
.tab-chart .tab-list li:nth-child(-n+3) {
  width: 164px;
  padding: 0 12px;
  background-color: #f7f7f7;
}

.tab-chart .tab-list li:nth-child(-n+3) a {
  width: 170px;
  font-weight: 400;
}

.tab-chart .tab-list li:nth-child(-n+3).on a {
  font-weight: 700;
}

.tab-chart .tab-list li:nth-child(1) {
  padding-left: 37px;
}

.tab-chart .tab-list li:nth-child(3) {
  padding-right: 17px;
  border-top-right-radius: 10px;
}

.tab-chart .tab-list li:nth-child(4) {
  width: 208px;
  padding: 0 10px;
}

.tab-chart .tab-list li:nth-child(4) a {
  margin-bottom: -1px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #d8d8d8;
}

.tab-chart .tab-list li:nth-child(4).on a:after {
  right: 15px;
  left: 15px;
  background-color: #000000;
}

.tab-chart .tab-list li:nth-last-child(-n+2) {
  width: 162px;
  padding: 0;
}

.tab-chart .tab-list li:last-child a {
  width: 158px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 18px;
}

.tab-chart .tab-list li:nth-last-child(-n+2) a:after {
  right: 0;
  left: 10px;
}

.tab-chart .tab-list li:nth-last-child(-n+2) .ico {
  margin-right: 11px;
}

.tab-chart .tab-list li:nth-child(5) {
  padding-left: 16px;
}

.tab-chart .tab-list li:nth-child(5) a {
  color: #ff0038;
}

.tab-chart .tab-list li:nth-child(6).on a:after {
  background-color: #000000;
} */

.keyword-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}

.keyword-wrap dt {
  margin-right: 37px;
  margin-left: 3px;
  font-weight: 700;
}

.keyword-wrap .check-item {
  vertical-align: baseline;
}

.keyword-wrap .check-item + .check-item {
  margin-left: 6px;
}

.keyword-wrap input[type=checkbox] + label {
  padding: 8px 25px;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  background-color: #fff;
}

.keyword-wrap input[type=checkbox] + label:before {
  display: none;
}

.keyword-wrap input[type=checkbox]:checked + label {
  border: 1px solid transparent;
  color: #fff;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff;
}

.keyword-wrap input[type=checkbox]:checked + label.bg-keyword-red {
  background-color: #ff0038;
}

.keyword-wrap input[type=checkbox]:checked + label.bg-keyword-violet {
  background-color: #be21c8;
}

.keyword-wrap input[type=checkbox]:checked + label.bg-keyword-blue {
  background-color: #4455d3;
}

.keyword-wrap input[type=checkbox]:checked + label.bg-keyword-mint {
  background-color: #18b7b5;
}

.keyword-wrap input[type=checkbox]:checked + label.bg-keyword-yellow {
  background-color: #d1d810;
}

.sort-period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000000;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f7f7f7;
}

.sort-period .check-item + .check-item {
  margin-left: 0;
  border-left: 1px solid #000000;
}

.sort-period input[type=radio] + label {
  display: inline-block;
  min-width: 60px;
  height: auto;
  padding: 9px 10px;
  text-align: center;
}

.sort-period input[type=radio] + label:before {
  display: none;
}

.sort-period input[type=radio]:checked + label {
  font-weight: 700;
  background-color: #fff;
}

.data-list {
  position: relative;
  padding: 0 25px;
  background: #f7f7f7 url(../images/bg-data.png) repeat;
}

.data-list:after {
  display: block;
  clear: both;
  content: '';
}

.data-list li {
  float: left;
}

.data-list li a {
  display: block;
  padding: 8px 5px 7px;
  text-align: center;
}

.data-list li.on {
  position: relative;
}

.data-list li.on:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-top: 6px solid #000000;
  border-right: 5px solid transparent;
}

.data-list li.on a {
  font-weight: 700;
}

.data-list.col-8 {
  padding: 0 18px;
}

.data-list.col-8 li {
  width: 12.5%;
}

.data-list.col-9 {
  padding: 0 25px;
}

.data-list.col-9 li {
  width: 11.11111%;
}

.chart-area {
  height: 365px;
}

/* 마이페이지-비교분석 */
.keyword-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
  font-weight: 700;
  font-size: 20px;
}

.keyword-compare .ico-compare:after {
  content: '↔';
  display: inline-block;
  margin: -2px 4px 0;
  vertical-align: middle;
}

.keyword-compare .text-keyword1 {
  color: #ff0038;
}

.keyword-compare .text-keyword2 {
  color: #0078ff;
}

/* 마이페이지-랭킹분석 */
.search-area {
  position: relative;
}

.search-area .search-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-area .search-item dt {
  margin-right: 14px;
  margin-left: 3px;
  font-weight: 700;
}

.search-area .search-item .form-control {
  margin-left: 6px;
}

.search-area .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
}

.search-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  font-weight: 700;
  font-size: 20px;
}

.search-category li + li:before {
  content: 'ㅣ';
  margin: 0 5px;
}

.search-result:after {
  display: block;
  clear: both;
  content: '';
}

.search-result > div {
  float: left;
}

.search-result .ranking-wrap {
  width: 460px;
  margin-right: 42px;
  padding: 11px 27px 23px;
}

.search-result .table-scroll {
  width: calc(100% - 502px);
  margin-top: 17px;
}

.search-result .table-scroll .table-data tbody td:first-child {
  padding-left: 33px;
  letter-spacing: 0;
}

.search-result .table-scroll .btn-left {
  left: -30px;
}

.search-result .table-scroll .btn-right {
  right: -30px;
}

.ranking-wrap .table-data {
  border: 0;
}

.ranking-wrap .table-data th,
.ranking-wrap .table-data td {
  border: 0;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.ranking-wrap .table-data thead th {
  padding: 11px 6px;
  font-weight: 400;
}

.ranking-wrap .table-data tbody th,
.ranking-wrap .table-data tbody td {
  padding: 6px 10px;
}

.ranking-wrap .table-data tbody td:nth-child(2) {
  padding-left: 24px;
  letter-spacing: 0;
}

.ranking-wrap .rank-stay {
  margin-right: 24px;
}

/* 마이페이지-MY정보관리 */
.set-result {
  padding: 40px 99px 45px;
  border: 1px solid #ddd;
}

.set-result .col-item:first-child {
  color: rgba(0, 0, 0, 0.5);
}

.set-result .col-item:first-child .list > li:before {
  opacity: 0.5;
}

.set-result .col-item dt {
  margin-left: 20px;
  font-weight: 700;
}

.set-result .col-item .box {
  padding: 14px 20px;
}

.set-result .col-item .ico {
  margin: -4px 10px 0 0;
}

#layer-extend .popup-title {
  font-size: 18px;
}

.period-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px -10px 0;
}

.period-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0 23px;
}

.period-list li + li {
  border-left: 1px solid #d8d8d8;
}

.period-list input[type=radio] + label:before {
  display: block;
  margin: 0 auto 18px;
}
