@charset "UTF-8";
/* ================================================================== */
/* Name	: common.css
/* Script : Font, Layout CSS
/* Author : Design Geulggol
/* Date	: 2021-06-10
/* ================================================================== */
/* ----------------------------- */
/* common Style
/* ----------------------------- */
.wrap {
  max-width: 1440px;
  margin: 0 auto;
}

.wrap-in {
  max-width: 1416px;
  margin: 0 auto;
}

.stretched-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
}

/* 한줄 말줄임 */
.text-ellipsis {
  width: 100%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 여러줄 말줄임 (2줄기준) */
.multi-ellipsis {
  width: 100%;
  height: 2.4em;
  white-space: normal;
  line-height: 120%;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ----------------------------- */
/* Basic
/* ----------------------------- */
html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
  word-break: keep-all;
  word-wrap: break-word;
}

body {
  font-family: "NotoSansKR", "malgun gothic", 맑은고딕, "Dotum", 돋움, "Arial", "sans-serif";
  font-size: 1.7rem;
  letter-spacing: -0.5px;
  line-height: normal !important;
  color: #646464;
  font-weight: 300;
}
body img {
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #6b10b9;/*#000;*/
}

a:hover, a.focus {
  color: #6b10b9;/*#000;*/
}

input {
  padding: 0 10px;
}

input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea,
button,
select {
  font-family: "NotoSansKR", "malgun gothic", 맑은고딕, "Dotum", 돋움, "Arial", "sans-serif";
  font-weight: 300;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

select {
  padding: 10px 40px 10px 10px;
  background: url("/child/images/common/arrow_select.png") no-repeat center right 20px;
  background-size: 9px 5px;
}

table {
  width: 100%;
  border-top: 2px solid #000;
}
table tr {
  border-bottom: 1px solid #dcdcdc;
}
table tr th,
table tr td {
  vertical-align: middle;
  padding: 20px;
}
table tr th {
  font-weight: 500;
}

.table-wrap {
  overflow-x: auto;
}
.table-wrap table {
  min-width: 900px;
}

/* header ================================================================== */
header {
  height: 120px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header h1 {
  width: 158px;
  height: 52px;
  margin-top: 34px;
  position: absolute;
  left: 40px;
}
header h1 img {
  width: 100%;
  height: 100%;
}
header nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header nav .mo-util {
  display: none;
}
header nav ul.hd-nav {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav ul.hd-nav > li {
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header nav ul.hd-nav > li a {
  display: inline-block;
  padding: 20px;
  font-weight: 500;
  font-size: 1.9rem;
  color: #2e2e2e;
}
header nav ul.hd-nav > li ul {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 91;
}
header nav ul.hd-nav > li ul a {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 10px;
}
header nav.mo {
  width: 100%;
  height: 100vh;
  background: #ededed;
  overflow-y: auto;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: 100;
}
header nav.mo ul.hd-nav {
  width: 100%;
  display: block;
}
header nav.mo ul.hd-nav > li {
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  display: block;
}
header nav.mo ul.hd-nav > li a {
  font-size: 2rem;
}
header nav.mo ul.hd-nav > li ul {
  background: #fff;
  position: relative;
  top: auto;
}
header nav.mo ul.hd-nav > li ul li a {
  font-size: 0.95em;
}
header nav div.sub-bg {
  width: 100%;
  height: 600px;
  background: #f8f8f8;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.08);
  display: none;
  position: absolute;
  top: 120px;
  z-index: 80;
}
header .hd-util {
  margin-top: 43px;
  position: absolute;
  right: 40px;
}
header .hd-util a {
  font-size: 1.5rem;
  display: inline-block;
}
header .hd-util a.util01 {
  position: relative;
  padding: 0 14px 0 27px;
  font-weight: 500;
  color: #f05a78;
  background: url("/child/share/images/common/login.svg") no-repeat top 2px left;
  background-size: 18px 19px;
  border-right: 1px solid #d4d4d4;
}
header .hd-util a.util02 {
  padding: 0 20px 0 14px;
  font-weight: 500;
  color: #737373;
}
header .hd-util a.util03 {
  padding: 6px 18px;
  background: #f05a78;
  color: #fff;
}
header .hamberg {
  position: relative;
  width: 30px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  cursor: pointer;
  z-index: 110;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .hamberg:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
header .hamberg > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
header .hamberg * {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .hamberg span {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #f05a78;
  position: absolute;
  top: 0;
  left: 0;
}
header .hamberg span:last-child {
  top: auto;
  bottom: 0;
}
header .hamberg.active {
  top: 30px;
}
header .hamberg.active span {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
}
header .hamberg.active span:last-child {
  -webkit-transform: translateY(-600%) rotate(-765deg);
          transform: translateY(-600%) rotate(-765deg);
}

/* footer ================================================================== */
footer {
  padding: 50px 320px 60px;/*padding: 50px 60px 60px;*/
  background: #f7f7f7;
}
footer .f-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 23px 32px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dedede;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer .f-header .f-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 169px;
          flex: 0 0 169px;
}
footer .f-header .f-logo img {
  width: 169px;
  height: 56px;
}
footer .f-header .f-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}
footer .f-header .f-list li {
  position: relative;
  display: inline-block;
}
footer .f-header .f-list li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #d7d7d7;
}
footer .f-header .f-list li:last-child::after {
  display: none;
}
footer .f-header .f-list li a {
  padding: 10px 18px 12px;
  font-size: 1.6rem;
  color: #6c6c6c;
}
footer .f-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 23px;
}
footer .f-cont .cont span {
  display: inline-block;
  margin-right: 32px;
}
footer .f-cont .cont span strong {
  font-weight: 500;
}
footer .f-cont .cont span a {
  color: #646464;
}
footer .f-cont .cont .copyright {
  margin-top: 26px;
  font-family: "Montserrat";
  font-size: 1.6rem;
  font-weight: 300;
  color: #7b7b7b;
  letter-spacing: -0.1px;
}
footer .f-cont .cont .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  font-size: 1.8rem;
  font-weight: 500;
}
footer .f-cont .cont .tel div:first-child {
  margin-right: 50px;
  padding: 20px 54px 10px 0;
  border-right: 1px solid #dedede;
}
footer .f-cont .cont .tel div:nth-child(2) {
  padding: 20px 30px 10px 0;
}
footer .f-cont .cont .tel div span {
  display: block;
  margin-top: 5px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #f05a78;
}
footer .f-cont .cont .tel div span a {
  color: #646464;
}

/* ----------------------------- */
/* Responsive
/* -----------------------------
/* Layout Max Size : 1280px
/* Desktop Size	: 1024px < Screen <= 1280px
/* Tablet Size	: 1024px < Screen <= 768px
/* Mobile Size	: 767px < Screen
/* ----------------------------- */
@media screen and (max-width: 1440px) {
  /* ----------------------------- */
  /* common Style
  /* ----------------------------- */
  .wrap {
    max-width: 100%;
    margin: 0 auto;
  }

  .wrap-in {
    max-width: 96%;
    margin: 0 auto;
  }

  /* footer ================================================================== */
  footer {
    padding: 40px 2% 48px;
  }
}
@media screen and (max-width: 1400px) {
  /* header ================================================================== */
  header nav ul.hd-nav > li {
    width: 18%;
  }
  header nav ul.hd-nav > li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1280px) {
  /* footer ================================================================== */
  footer .f-header {
    display: block;
  }
  footer .f-header .f-logo {
    text-align: center;
  }
  footer .f-header .f-list {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  footer .f-cont .tel div:first-child {
    margin-right: 30px;
    padding-right: 24px;
  }
  footer .f-cont .tel div:nth-child(2) {
    padding-right: 0;
  }
}
@media screen and (max-width: 1270px) {
  /* header ================================================================== */
  header nav {
    display: none;
  }
  header nav div.sub-bg {
    display: none;
  }
  header .hd-util {
    margin-right: 30px;
  }
  header .hd-util a.util03 {
    padding: 6px 18px;
    background: #f05a78;
    color: #fff;
  }
  header .hamberg {
    display: block;
  }
}
/*  Tablet */
@media screen and (max-width: 1024px) {
  /* footer ================================================================== */
  footer .f-cont {
    display: block;
  }
  footer .f-cont .tel div:first-child, footer .f-cont .tel div:nth-child(2) {
    margin: 0;
    margin-right: 18px;
    padding: 18px 18px 10px 0;
    border-right: 0;
  }
  footer .f-cont .tel div span {
    display: inline-block;
    margin-top: 0;
    margin-left: 14px;
  }
  footer .f-cont .tel div span a {
    color: #646464;
  }
}
@media screen and (max-width: 768px) {
  /* header ================================================================== */
  header h1 {
    left: 20px;
  }

  /* footer ================================================================== */
  footer {
    padding: 30px 2% 36px;
    background: #f7f7f7;
  }
  footer .f-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  footer .f-header .f-logo img {
    width: 135px;
    height: 44px;
  }
  footer .f-header .f-list li a {
    font-size: 1.4rem;
  }
  footer .f-cont .cont {
    font-size: 1.6rem;
    text-align: center;
  }
  footer .f-cont .cont span {
    display: inline-block;
    margin: 0 12px;
  }
  footer .f-cont .cont .copyright {
    font-size: 1.4rem;
  }
  footer .f-cont .tel {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  footer .f-cont .tel div:first-child, footer .f-cont .tel div:nth-child(2) {
    display: block;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 720px) {
  /* header ================================================================== */
  header .hd-util a.util03 {
    display: none;
  }
}
/* Mobile */
/* Mobile */
@media screen and (max-width: 480px) {
  /* header ================================================================== */
  header nav .mo-util {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header nav .mo-util a {
    text-align: center;
    border: 1px solid #d4d4d4;
    border-width: 1px 0;
    background: #fff;
    padding: 20px;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  header nav .mo-util a:first-child {
    color: #f05a78;
    border-right: 1px solid #d4d4d4;
  }
  header nav .mo-util a:first-child::before {
    vertical-align: middle;
    content: "";
    margin-top: -2px;
    display: inline-block;
    width: 18px;
    height: 19px;
    background: #fff url("/child/share/images/common/login.svg") no-repeat center;
    margin-right: 10px;
  }
  header .hd-util {
    display: none;
  }
}
