@charset "UTF-8";
/* ================================================================== */
/* Name	: common.css
/* Script : Font, Layout CSS
/* Author : Design Geulggol
/* Date	: 2021-10-20
/* ================================================================== */
/* 한줄 말줄임 */
.text-ellipsis {
  width: 100%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 여러줄 말줄임 */
.multi-ellipsis {
  width: 100%;
  line-height: 1.4;
  white-space: normal;
  word-break: break-all;
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.stretched-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
}

/* ----------------------------- */
/* Basic
/* ----------------------------- */
html, body {
  height: 100%;
  text-align: left;
  word-break: keep-all;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "SCDreamRegular", "malgun gothic", 맑은고딕, "Dotum", 돋움, "Arial", "sans-serif";
  font-weight: 300;
  font-size: 1.8rem;
  line-height: normal !important;
  color: #000;
}
body img {
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #000;
}
a :hover, a :focus {
  color: #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: "NanumSquareR", "malgun gothic", 맑은고딕, "Dotum", 돋움, "Arial", "sans-serif";
}

select {
  padding: 10px 40px 10px 17px;
  background-size: 9px 5px;
}

::-moz-selection {
  color: #fff;
  background: #b8251a;
  text-shadow: 1px 1px #000;
}

::selection {
  color: #fff;
  background: #b8251a;
  text-shadow: 1px 1px #000;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 15px;
}

/* ----------------------------- */
/* 전체 네비게이션
/* ----------------------------- */
/* gnb */
.gnbOpen {
  width: 500px;
  background-color: #f1f1f1;
  padding: 90px 40px 40px;
  position: fixed;
  top: 0;
  right: -501px;
  bottom: 0;
  z-index: 900;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gnbOpen.open-- {
  right: 0;
}
.gnbOpen a {
  color: #000;
}
.gnbOpen .navClose {
  width: 35px;
  height: 35px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  background-image: url("../../../common/images/navClose.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 80%;
  background-position: top left;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.gnbOpen .gnbWrap .gnbArea .depth1 {
  font-size: 2rem;
  border-bottom: 1px solid #d4d4d4;
}
.gnbOpen .gnbWrap .gnbArea .depth1 > a {
  font-family: "SCDreamMedium", sans-serif;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.gnbOpen .gnbWrap .gnbArea .depth1 > a > img {
  width: 50px;
  margin-right: 10px;
}
.gnbOpen .gnbWrap .gnbArea .depth1 .m {
  font-size: 1.6rem;
  padding-top: 20px;
  display: none;
}
.gnbOpen .gnbWrap .gnbArea .depth1 .m li {
  margin-bottom: 15px;
}
.gnbOpen .gnbWrap .gnbArea .depth1 .m a {
  font-family: "SCDreamLight", sans-serif;
  letter-spacing: -0.8px;
  display: block;
}
.gnbOpen .gnbWrap .gnbArea .depth1 .m a span {
  font-family: "SCDreamRegular", sans-serif;
  color: #284b8b;
  display: block;
}
.gnbOpen .menu_box p {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 7%;
}
.gnbOpen .menu_box p:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url("../../../common/images/menu_icon.jpg") no-repeat;
  position: relative;
  margin: 0 auto 10px;
}
.gnbOpen .menu_box p span {
  font-weight: 800;
}

.navi_back {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 800;
  display: none;
}

/* ----------------------------- */
/* Header
/* ----------------------------- */
#header-wrap {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}

#header {
  width: 100%;
  max-width: 1860px;
  padding: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header h1 {
  line-height: 0;
}
#header h1 img {
  width: 195px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main_quick_menu_box {
  margin-left: auto;
}
.main_quick_menu_box .main_quick_menu {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_quick_menu_box .main_quick_menu li {
  padding: 20px 0;
  margin-right: 50px;
  position: relative;
}
.main_quick_menu_box .main_quick_menu li::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main_quick_menu_box .main_quick_menu li:hover::after {
  width: 100%;
}

.sch_h_box {
  position: relative;
  width: 45px;
  border-radius: 50%;
  background: #000;
  margin-right: 50px;
  display: block;
  position: relative;
}
.sch_h_box:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.sch_h_box > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sch_h_box a {
  width: 100%;
  height: 100%;
  text-indent: -999px;
  background: url("../images/common/pdf_down.png") no-repeat center;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.menu_h_box {
  position: relative;
  width: 40px;
  position: relative;
}
.menu_h_box:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 64%;
}
.menu_h_box > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.menu_h_box a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.menu_h_box a span {
  width: 100%;
  height: 3px;
  background: #000;
  display: block;
  position: absolute;
  left: 0;
}
.menu_h_box a span:nth-child(1) {
  top: 0;
}
.menu_h_box a span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.menu_h_box a span:nth-child(3) {
  bottom: 0;
}

/* ----------------------------- */
/* 공통
/* ----------------------------- */
#container {
  padding-top: 110px;
  padding-bottom: 100px;
}

/* ----------------------------- */
/* Responsive
/* -----------------------------
/* Layout Max Size : 1440px
/* Desktop Size	: 1024px < Screen <= 1280px
/* Tablet Size	: 1024px < Screen <= 768px
/* Mobile Size	: 767px < Screen
/* ----------------------------- */
@media screen and (max-width: 1200px) {
  #header h1 img {
    width: 150px;
  }

  .main_quick_menu_box {
    display: none;
  }

  .sch_h_box {
    margin-right: 20px;
    margin-left: auto;
  }

  #container {
    padding-top: 85px;
  }
}
@media screen and (max-width: 980px) {
  .gnbOpen {
    width: 100%;
    right: -100%;
  }
}
