@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;&display=swap");
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: local("Pretendard"), url("../fonts/Pretendard-Regular.subset.woff2") format("woff2"), url("../fonts/Pretendard-Regular.subset.woff") format("woff"), url("../fonts/Pretendard-Regular.otf") format("opentype"); }
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  src: local("Pretendard"), url("../fonts/Pretendard-Medium.subset.woff2") format("woff2"), url("../fonts/Pretendard-Medium.subset.woff") format("woff"), url("../fonts/Pretendard-Medium.otf") format("opentype"); }
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  src: local("Pretendard"), url("../fonts/Pretendard-SemiBold.subset.woff2") format("woff2"), url("../fonts/Pretendard-SemiBold.subset.woff") format("woff"), url("../fonts/Pretendard-SemiBold.otf") format("opentype"); }
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  src: local("Pretendard"), url("../fonts/Pretendard-Bold.subset.woff2") format("woff2"), url("../fonts/Pretendard-Bold.subset.woff") format("woff"), url("../fonts/Pretendard-Bold.otf") format("opentype"); }
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(-50px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes textGradient {
  0% {
    background-position: 0; }
  100% {
    background-position: 300%; } }
@-moz-keyframes textGradient {
  0% {
    background-position: 0; }
  100% {
    background-position: 300%; } }
@keyframes textGradient {
  0% {
    background-position: 0; }
  100% {
    background-position: 300%; } }
@-webkit-keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
body, h1, h2, h3, h4, h5, h6, ul, p, input, button {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit; }

li {
  list-style: none; }

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

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

img, video {
  max-width: 100%; }

input, button {
  font-family: inherit;
  font-size: inherit;
  color: inherit; }

button {
  border: none;
  background: none;
  cursor: pointer; }

address {
  font-style: normal; }

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

body {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, Roboto, "Open Sans", "Helvetica Neue", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "돋움", Dotum, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: normal;
  word-break: keep-all;
  color: #1D1E1F;
  background: #fff; }
  body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    scrollbar-width: none; }

.p_r {
  position: relative; }

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

.blind {
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: none;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%); }

.of_hd {
  overflow: hidden; }

.inner {
  margin: 0 auto;
  padding: 120px 80px;
  width: 100%;
  max-width: 1440px; }

.btn {
  display: inline-block;
  padding: 0 24px;
  height: 46px;
  line-height: 46px;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
  background: #5A96D6;
  color: #fff;
  font-weight: 500; }
  .btn:focus, .btn:hover {
    background-color: #327ccb; }
  .btn.popup_btn {
    padding: 0 32px;
    height: 60px;
    line-height: 60px;
    font-size: 20px; }

h2 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  padding: 0 0 64px; }

#wrap {
  overflow: hidden; }
  #wrap .logo {
    position: absolute;
    top: 32px;
    left: 80px;
    width: 120px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    font-weight: 500; }
    #wrap .logo.add_txt {
      width: unset; }
      #wrap .logo.add_txt img {
        width: 120px;
        margin-right: 8px; }
    #wrap .logo a {
      display: block; }
      #wrap .logo a img {
        width: 100%;
        height: 100%;
        object-fit: contain; }

#footer {
  background-color: #EFF0F1;
  font-size: 12px;
  line-height: 1.5;
  color: #666768; }
  #footer > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 64px;
    padding-bottom: 144px; }
    #footer > div .company_info {
      max-width: 500px; }
      #footer > div .company_info > p:first-child, #footer > div .company_info > ul {
        font-size: 14px;
        font-weight: 600;
        color: #353637; }
    #footer > div address {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 8px 0 16px 0; }
      #footer > div address p:nth-child(2)::before, #footer > div address p:nth-child(3)::before {
        content: "";
        display: inline-block;
        margin: 0 8px;
        width: 1px;
        height: 12px;
        background-color: #666768;
        vertical-align: middle; }
      #footer > div address p:last-child {
        width: 100%;
        padding-top: 4px; }
    #footer > div ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-top: 32px; }
      #footer > div ul li:not(.emp) {
        font-weight: 400; }
      #footer > div ul li:not(:first-child)::before {
        content: "";
        display: inline-block;
        margin: 0 8px;
        width: 1px;
        height: 12px;
        background-color: #666768;
        vertical-align: middle; }
      #footer > div ul a:focus, #footer > div ul a:hover {
        text-decoration: underline; }
  #footer .btns .btn {
    display: inline-block;
    padding: 0 24px;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #1C2733;
    background-color: unset;
    border: 1px solid #1C2733; }
    #footer .btns .btn:not(:first-child) {
      margin-left: 10px; }
    #footer .btns .btn:focus, #footer .btns .btn:hover {
      background-color: rgba(28, 39, 51, 0.1); }

.popup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  visibility: hidden; }
  .popup.visible {
    visibility: visible; }
    .popup.visible .dim {
      background-color: rgba(0, 0, 0, 0.5); }
    .popup.visible .pop_cnt {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
  .popup .dim {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0); }
  .popup .pop_cnt {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    overflow: hidden;
    z-index: 100;
    width: 480px;
    background: #FFF;
    border-radius: 32px;
    padding: 40px 48px;
    opacity: 0; }
    .popup .pop_cnt > * {
      display: block;
      margin: 0 auto; }
  .popup .pop_sm {
    width: 320px;
    padding: 40px 32px; }
    .popup .pop_sm p {
      text-align: center;
      font-size: 20px;
      font-weight: 500; }
    .popup .pop_sm .btns {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding-top: 32px; }
      .popup .pop_sm .btns .btn {
        width: 100%;
        height: 52px;
        line-height: 52px;
        font-size: 20px;
        border-radius: 16px; }
        .popup .pop_sm .btns .btn:not(:first-child) {
          margin-left: 10px; }
        .popup .pop_sm .btns .btn.reset {
          background: #B2B3B4; }
          .popup .pop_sm .btns .btn.reset:focus, .popup .pop_sm .btns .btn.reset:hover {
            background-color: #989a9b; }
  .popup .banner-pop_cnt {
    -webkit-animation: fadeUp 0.5s 0s forwards;
    -moz-animation: fadeUp 0.5s 0s forwards;
    animation: fadeUp 0.5s 0s forwards;
    overflow: hidden;
    z-index: 100;
    width: 90%;
    max-width: 500px;
    min-width: 280px;
    background: #FFF;
    border-radius: 16px;
    opacity: 0; }
    .popup .banner-pop_cnt .swiper-slide a {
      position: relative;
      display: block;
      width: 100%; }
      .popup .banner-pop_cnt .swiper-slide a::after {
        content: "";
        display: block;
        padding-bottom: 120%; }
      .popup .banner-pop_cnt .swiper-slide a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .popup .banner-pop_cnt .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      border-radius: 6px;
      background-color: #FFF;
      opacity: 0.6; }
    .popup .banner-pop_cnt .swiper-pagination-bullet-active {
      width: 30px;
      opacity: 1;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08); }
    .popup .banner-pop_cnt .popup-btns {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: 100%;
      height: 56px;
      border-top: 1px solid #B5B5B5; }
      .popup .banner-pop_cnt .popup-btns button {
        display: inline-block;
        width: 50%;
        height: 56px;
        text-align: center;
        color: #666;
        font-size: 18px;
        line-height: 56px; }
        .popup .banner-pop_cnt .popup-btns button:not(:first-child) {
          border-left: 1px solid #B5B5B5; }

/*태블릿*/
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 24px; }

  #footer > div {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 48px;
    padding-bottom: 104px; }
    #footer > div .company_info {
      max-width: none;
      width: 100%;
      margin-bottom: 32px; }
  #footer .btns .btn {
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
    font-size: 14px; } }
/*모바일 최소: 320px*/
@media screen and (max-width: 767px) {
  .inner {
    padding: 80px 20px; }

  .btn {
    padding: 0 24px;
    height: 46px;
    line-height: 46px;
    font-size: 16px; }

  h2 {
    padding: 0 0 40px; }

  #wrap .logo {
    top: 16px;
    left: 20px; }

  #footer > div address p:nth-child(3) {
    width: 100%;
    padding-top: 4px; }
    #footer > div address p:nth-child(3)::before {
      content: none; } }

/*# sourceMappingURL=common.css.map */
