@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
* {
  box-sizing: border-box;
}
html,
body,
button {
  font-family: "Noto Sans KR", "Malgun Gothic", Arial, Helvetica, sans-serif;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.5;
  color: #333;
  font-size: 16px;
  word-break: keep-all;
}
body,
html,
div,
p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
ol,
dt,
dd,
dl,
a {
  padding: 0;
  margin: 0;
  overflow-wrap: break-word;
}
ul,
li,
ol {
  list-style: none;
}
img,
a {
  border: none;
  vertical-align: middle;
}
img,
a + a,
input + a,
input + button {
  vertical-align: middle;
}
a {
  text-decoration: none;
  display: inline-block;
  color: #000416;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="email"],
select,
textarea {
  border: 1px solid #c5c9d6;
  padding: 0.84em 1.5em;
  box-sizing: border-box;
  min-height: 50px;
  color: #333;
  font-size: 16px;
  line-height: 1em;
  border-radius: 5px;
  font-family: "Noto Sans KR", "Malgun Gothic", Arial, Helvetica, sans-serif;
  vertical-align: middle;
  letter-spacing: -1px;
  font-weight: 400;
}
textarea {
  line-height: 1.5;
}
table {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
}
input[type="radio"],
input[type="chekbox"] {
  padding-right: 8px;
}
label {
  margin-right: 15px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="text"]:disabled {
  border: 0;
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}
button {
  border: none;
  cursor: pointer;
}

/*스크롤*/
.scroll {
  scrollbar-track-color: #e2e2e2;
  scrollbar-face-color: #666;
}
.scroll::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: #666;
  height: 10px;
}
.scroll::-webkit-scrollbar-track {
  background-color: #e2e2e2;
  width: 1px;
}

/*페이징*/
#paging {
  display: flex;
  justify-content: center;
}
#paging .btn_prev {
  margin-right: 1.8rem;
}
#paging .btn_next {
  margin-left: 1.8rem;
}
#paging a {
  color: #666;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2.8125rem;
}
#paging a.active {
  color: #fff;
  background: #2b8feb;
}

.full_wrap {
  width: 100%;
  position: relative;
}
.center_wrap {
  max-width: 1390px;
  margin: 0 auto;
  position: relative;
}
.center_wrap700 {
  width: 700px;
  margin: 0 auto;
  position: relative;
}
.blind {
  display: none;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.ellipsis.line2 {
  -webkit-line-clamp: 2;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ellipsis.line3 {
  -webkit-line-clamp: 3;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.bx-wrapper {
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
}

.popup {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
}
.popup .wrap {
  max-height: 90%;
  top: 2%;
  position: relative;
  background: #fff;
  overflow-y: auto;
  max-width: 90%;
  margin: 0 auto;
  padding: 48px 80px;
  box-sizing: border-box;
}
.popup .btn_close {
  background: url(/images/sub/btn_close.png) no-repeat center;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 2%;
  top: 20px;
}

i.bookmark_i {
  color: #ffa800;
}
i.bookmark_i.on svg {
  fill: #ffa800;
}

/* resetting */
.m_block,
.m_inblock,
.m_flex,
.m_block870 {
  display: none;
}
.w25p {
  width: 25%;
}
.w30p {
  width: 30%;
}
.w40p {
  width: 40%;
}
.w48p {
  width: 48%;
}
.w49p {
  width: 49%;
}
.w50p {
  width: 50%;
}
.w100p {
  width: 100%;
}

/************
header
*************/
#ribbon {
  background-color: #ffa800;
  padding: 18px 0;
}
#ribbon .center_wrap {
  display: flex;
  justify-content: center;
}
#ribbon img {
  margin-right: 35px;
}
#ribbon span {
  color: rgba(255, 255, 255, 1);
  font-size: 1.125rem;
  line-height: 33px;
  font-weight: 300;
}
#ribbon button {
  position: absolute;
  right: 0;
  font-size: 1.25rem;
  background: url(/images/common/btn_close.png) no-repeat right;
  color: #fff;
  padding-right: 35px;
}

nav {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  letter-spacing: -0.1em;
  z-index: 1;
}
nav .depth01 {
  display: flex;
  font-size: 1.375rem;
  font-weight: 500;
}
nav .depth01 > li {
  margin: 0 30px;
  position: relative;
}
nav .depth01 > li a {
  color: #333;
}
nav .depth01 > li:hover > a,
nav .depth01 > li.active > a {
  color: #3153b4;
  text-decoration: underline;
}
nav .depth01 > li:hover ul {
  display: block;
}
nav .depth01 > li ul {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  padding-top: 1.8rem;
}
nav .depth02 {
  display: none;
  width: 18rem;
  box-shadow: 0px 5px 13px -12px rgb(0 0 0 / 40%);
}
nav .depth02 > li {
  font-size: 1.25rem;
  letter-spacing: -2px;
  text-align: left;
  line-height: 1.7rem;
  padding: 1rem 2rem 0.5rem;
}
nav .depth02 > li:nth-child(1) {
  border-top: 1px solid #223b62;
}
nav .depth02 > li.depth03 {
  color: #666;
  font-weight: 300;
  padding: 0 2rem 0.3rem;
  font-size: 1.1rem;
}
nav .depth02 > li:last-child {
  padding-bottom: 1rem;
}
nav .depth02 > li a:hover {
  color: #ffa800;
  text-decoration: underline;
}
nav .depth02 > li + li:not(.depth03) {
  padding-top: 0.5rem;
}
nav .depth01 > li.active ul {
  display: block;
}

#icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
#icon_wrap a + a {
  margin-left: 25px;
  cursor: pointer;
}
#btn_m_menu,
#btn_m_login,
.m_menu {
  display: none;
}

.popup .btn_close {
  background: url(/images/main/btn_close.png) no-repeat center;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 44px;
  top: 44px;
  z-index: 1;
}
.popup.sitemap .wrap {
  width: 100%;
  max-width: 100%;
  height: auto;
  top: 0;
  padding: 0;
}
.popup.sitemap .center_wrap {
  display: flex;
  justify-content: space-between;
}
.popup.sitemap .center_wrap .menu_column {
  width: 20%;
  padding: 9rem 2rem;
  border-left: 1px solid #dcdcdc;
}
.popup.sitemap .center_wrap .menu_column:first-child {
  border-left: 0;
}
.popup.sitemap .menu_column h1 {
  color: #191d37;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: -2px;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.popup.sitemap .menu_column h2 {
  color: #333;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.5rem;
  letter-spacing: -2px;
}
.popup.sitemap .menu_column h3 {
  color: #666;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: -2px;
}
.popup.sitemap .menu_column h2 + h2,
.popup.sitemap .menu_column h3 + h2 {
  margin-top: 1rem;
}
.popup.sitemap .menu_column h2 + h3 {
  margin-top: 0.4rem;
}
.popup.sitemap .menu_column h2 a:hover,
.popup.sitemap .menu_column h3 a:hover {
  color: #ffa800;
}
/* 아이디찾기 */
#pop_findid .area_box {
  border: 1px solid #e2e2e2;
  margin: 32px 0 2.5rem;
  padding: 24px 0;
}
#pop_findid .area_box p {
  color: #191d37;
  font-size: 1.25rem;
  line-height: 2em;
  letter-spacing: -2px;
  font-weight: 500;
  text-align: center;
}

/*************
footer
**************/
footer {
  border-top: 1px solid #dcdcdc;
  padding: 36px 0;
}
footer .link {
  padding-bottom: 36px;
}
footer .link a {
  font-size: 1.0625rem;
  padding-right: 20px;
  vertical-align: middle;
  font-weight: 300;
}
footer .link a.on,
footer .link a:hover {
  color: #3153b4;
}
footer .info p {
  display: inline-block;
  padding-right: 20px;
  font-weight: 300;
  line-height: 1.5em;
}
footer .info p:nth-child(n + 5) {
  display: block;
}

/* IE */
.familysite select::-ms-expand {
  display: none;
}
.familysite select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.familysite select {
  font-size: 1.0625rem;
  color: #333;
  border: 1px solid #3b525d;
  border-radius: 0;
  padding: 4px 10px;
  min-height: 10px;
  font-weight: 300;
}
.familysite {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  height: 38px;
  border: 1px solid #3b525d;
}
.familysite select {
  width: inherit;
  height: inherit;
  background: transparent;
  border: 0 none;
  outline: 0 none;
  padding: 0 5px;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.familysite select option {
  background: #fff;
  color: #333;
  padding: 3px 0;
  font-size: 16px;
}
.familysite .icoArrow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 35px;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.familysite .icoArrow i {
  color: #3b525d;
  transition: 0.3s;
}
.familysite .select:focus + .icoArrow img {
  transform: rotate(180deg);
}

/* footer 모바일 고정 메뉴 */
.m-bottom-menu {
  display: none;
}
.m-bottom-menu a p {
  white-space: nowrap;
}
.m-bottom-menu a span {
  display: inline-block;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 15px;
  }
  .center_wrap {
    width: 95%;
    margin: 0 auto;
    position: relative;
  }
  .center_wrap.m-full {
    width: 100%;
  }
  .sitemap .center_wrap,
  .center_wrap .center_wrap {
    width: 100%;
  }
  .m_none.lg {
    display: none !important;
  }
  .logo .m_none {
    max-width: 160px;
  }
  nav .depth01 > li {
    margin: 0 25px;
  }
  nav .depth01 > li ul {
    top: 34px;
  }
  #icon_wrap a + a {
    margin-left: 15px;
  }
  .popup.sitemap .center_wrap .menu_column {
    padding: 7rem 1.4rem;
  }
  .popup.sitemap .menu_column h1 {
    font-size: 2.1rem;
  }
  .popup.sitemap .menu_column h2 {
    line-height: 1.5rem;
  }
  .popup.sitemap .menu_column h2 + h2,
  .popup.sitemap .menu_column h3 + h2 {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 1023.99px) {
  html {
    font-size: 14px;
  }
  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="number"],
  input[type="email"],
  select,
  textarea {
    min-height: 40px;
    padding: 0 1.5em;
    font-size: 1rem;
  }
  /* input[type="text"]:disabled {
    border: 1px solid #e3e4e7;
    background: #c5c9d652;
    padding: 0.84em 1.5em;
    color: #8b8e99;
  } */
  main > .center_wrap,
  main > .center_wrap700 {
    width: 100%;
    padding: 0 24px;
  }
  .center_wrap .center_wrap,
  .center_wrap .center_wrap700,
  .center_wrap700 .center_wrap,
  .center_wrap700 .center_wrap700 {
    width: 100%;
  }
  .m_full_wrap {
    width: 100%;
  }
  .m_none {
    display: none !important;
  }
  .m_block {
    display: block;
  }
  .m_inblock {
    display: inline-block;
  }
  .m_flex {
    display: flex;
  }
  .m_w25p {
    width: 25%;
  }
  .m_w30p {
    width: 30%;
  }
  .m_w40p {
    width: 40%;
  }
  .m_w48p {
    width: 48%;
  }
  .m_w49p {
    width: 49%;
  }
  .m_w50p {
    width: 50%;
  }
  .m_w75p {
    width: 75%;
  }
  .m_w100p {
    width: 100%;
  }
  header {
    height: 60px;
  }
  #paging .btn_prev {
    margin-right: 0;
  }
  #paging .btn_next {
    margin-left: 0;
  }
  #paging a {
    font-size: 12px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  #ribbon,
  nav .depth01 {
    display: none;
  }
  #icon_wrap > a:not(#btn_m_menu):not(#btn_m_login) {
    display: none;
  }
  #icon_wrap a + a {
    margin-left: 0;
  }
  #icon_wrap a + #btn_m_menu {
    margin-left: 24px;
  }
  #btn_m_menu,
  #btn_m_login {
    display: block;
  }
  nav.center_wrap {
    position: fixed;
    width: 100%;
    height: 60px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    background: #fff;
    z-index: 999;
  }
  #icon_wrap {
    display: flex;
    align-items: center;
  }
  footer {
    margin-bottom: 80px;
  }
  footer .link {
    padding-bottom: 1rem;
  }
  footer .link a {
    font-weight: 400;
  }
  footer .info p {
    font-size: 13px;
    color: #333;
  }
  .m_menu {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
  }
  #m_menu {
    width: 100%;
    position: relative;
    background: #fff;
    color: #333;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: -1px;
  }
  #m_menu .search {
    padding: 0 24px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #m_menu .search input {
    width: 80%;
    height: 40px;
    min-height: 40px;
    background: url("/images/common/m_menu_search.png") no-repeat 1rem center;
    padding-left: 3rem;
    font-size: 1rem;
  }
  #m_menu .search a {
    width: 19%;
    min-height: 40px;
    background: #2b8feb;
    color: #fff;
    letter-spacing: -1px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
  }
  #m_menu .search a:active {
    opacity: 0.85;
  }
  #m_menu .link {
    position: relative;
    padding: 0 24px;
    height: 57px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }
  #m_menu .link:first-child {
    border-top-color: #dcdcdc;
  }
  #m_menu .link:active {
    text-decoration: underline;
  }
  #m_menu .link i {
    opacity: 0.5;
    transform: rotate(180deg);
    transition: 0.3s;
  }
  #m_menu .link.open {
    border-top-color: #ffa800;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    background-color: #ffa800;
    color: #000;
  }
  #m_menu .link.open i {
    opacity: 1;
    transform: rotate(0deg);
  }
  #m_menu .submenu {
    display: none;
    padding: 24px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -1px;
  }
  #m_menu .submenu a:active {
    text-decoration: underline;
  }
  #m_menu .submenu > li {
    font-weight: 500;
  }
  #m_menu .submenu > li.depth03 {
    line-height: 1.3em;
  }
  #m_menu .submenu > li.depth03 > a {
    font-size: 13px;
    font-weight: 400;
  }
  #m_menu .submenu > li.depth03 + li:not(.depth03) {
    padding-top: 0.5rem;
  }
  #m_menu .link.open + .submenu {
    background: #ffa800;
    color: #000;
  }
  .m-menu-slide-up {
    height: 30px;
    background: #999;
    cursor: pointer;
    text-align: center;
  }
  .m-menu-slide-up:active {
    background: #aaa;
  }
  .m-bottom-menu {
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: -2px -2px 5px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: -2px -2px 5px 0 rgb(0 0 0 / 12%);
    box-shadow: -2px -2px 5px 0 rgb(0 0 0 / 12%);
  }
  .m-bottom-menu ul {
    display: flex;
    width: 100%;
    background: white;
    height: 80px;
  }
  .m-bottom-menu li {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m-bottom-menu a {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .m-bottom-menu li img {
    max-height: 29px;
    margin-bottom: 6px;
    max-width: 100%;
  }
  footer {
    display: none;
  }
  footer.m-sub-none {
    display: block;
  }
}

@media screen and (max-width: 644.99px) {
  .m_s_none {
    display: none;
  }
  main > .center_wrap,
  main > .center_wrap700 {
    padding: 0 12px;
    width: 100%;
  }
  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="number"],
  input[type="email"],
  select,
  textarea {
    padding: 0 12px;
  }
  footer {
    padding: 30px 0;
  }
  footer .link {
    line-height: 1em;
    padding-bottom: 8px;
  }
  footer .link a {
    font-size: 12px;
  }
  footer .info p {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0;
  }
  #icon_wrap a + #btn_m_menu {
    margin-left: 12px;
  }
}

@media screen and (max-width: 549.99px) {
  #paging {
    flex-wrap: wrap;
  }
  #m_menu .search input {
    width: 74%;
  }
  #m_menu .search a {
    width: 24%;
  }
  .m-bottom-menu a span {
    display: none;
  }
}

@media screen and (max-width: 374.99px) {
  .m_xs_none {
    display: none;
  }
  nav.center_wrap {
    padding: 0 12px;
  }
  #paging a {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  #paging a:nth-child(-n + 2),
  #paging a:nth-last-child(-n + 2) {
    width: 22px;
  }
  #paging a:nth-child(-n + 2) img,
  #paging a:nth-last-child(-n + 2) img {
    height: 16px;
  }
  footer .link a {
    padding-right: 9px;
  }
  #m_menu .search {
    padding: 0 12px;
  }
  #m_menu .submenu {
    padding: 12px 24px;
  }
  .m-bottom-menu li img {
    max-height: 24px;
  }
  .m-bottom-menu a {
    font-size: 11px;
  }
}
