/* COMMON CSS - LAYOUT CSS */

/* all layout */
/*body {min-width:800px; }*/
.wrap {width:100%;}

/* content layout */
/* #content {min-width:320px;overflow:hidden; display:block; padding:3rem 0 6rem; min-height: 70rem;} */

body {
  min-width:320px;
  -ms-overflow-style: none;
}
::-webkit-scrollbar {
  display: none;
}

.wrap {width:100%;}
.txt--left {text-align: left !important;}
.txt--right {text-align: right !important;}
.txt--center {text-align: center !important;}
.td__left td {text-align: left !important;}
.flex__wrap {flex-wrap: wrap;}
.col {padding: 2rem 0;}
.container {width: 100%;margin: 0 auto;padding: 0;font-size: 0;}
/* .container--sangdam {width: 86rem;margin: 8rem auto;} */
/* article.row {display: flex !important;justify-content: space-around;align-content: space-around;} */
article.row {width: 100%; margin: 0 auto;}
article.row_b {display: flex !important; justify-content: space-between; align-content: space-around;}
article.row_c {display: flex;justify-content: center;align-content: space-around;}

.ls_1 {display:block;width: calc(100% / 12 * 1 - 2rem) !important;padding: 0 1rem !important;}
.ls_2 {display:block;width: calc(100% / 12 * 2 - 2rem) !important;padding: 0 1rem !important;}
/* .ls_3 {display:block;width: calc(100% / 12 * 3 - 2rem) !important;padding: 0 1rem !important;} */
.ls_3 {float: left; width: 50%;}
.ls_4 {display:block;width: calc(100% / 12 * 4 - 2rem) !important;padding: 0 1rem !important;}
.ls_5 {display:block;width: calc(100% / 12 * 5 - 2rem) !important;padding: 0 1rem !important;}
.ls_6 {display:block;width: calc(100% / 12 * 6 - 2rem) !important;padding: 0 1rem !important;}
.ls_7 {display:block;width: calc(100% / 12 * 7 - 2rem) !important;padding: 0 1rem !important;}
.ls_8 {display:block;width: calc(100% / 12 * 8 - 2rem) !important;padding: 0 1rem !important;}
.ls_9 {display:block;width: calc(100% / 12 * 9 - 2rem) !important;padding: 0 1rem !important;}
.ls_10 {display:block;width: calc(100% / 12 * 10 - 2rem) !important;padding: 0 1rem !important;}
.ls_11 {display:block;width: calc(100% / 12 * 11 - 2rem) !important;padding: 0 1rem !important;}
.ls_12 {display:block;width: 100%;padding: 0 1rem !important;}

.ls_p0_1 {display:block;width: calc(100% / 12 * 1) !important;}
.ls_p0_2 {display:block;width: calc(100% / 12 * 2) !important;}
.ls_p0_3 {display:block;width: calc(100% / 12 * 3) !important;}
.ls_p0_4 {display:block;width: calc(100% / 12 * 4) !important;}
.ls_p0_5 {display:block;width: calc(100% / 12 * 5) !important;}
.ls_p0_6 {display:block;width: calc(100% / 12 * 6) !important;}
.ls_p0_7 {display:block;width: calc(100% / 12 * 7) !important;}
.ls_p0_8 {display:block;width: calc(100% / 12 * 8) !important;}
.ls_p0_9 {display:block;width: calc(100% / 12 * 9) !important;}
.ls_p0_10 {display:block;width: calc(100% / 12 * 10) !important;}
.ls_p0_11 {display:block;width: calc(100% / 12 * 11) !important;}
.ls_p0_12 {display:block;width: 100%;}

/* history */
/* article.row_fs {display: flex; justify-content: flex-start;}
article.row_fe {display: flex; justify-content: flex-end;} */
article.row_fs.history > div {width: calc(100% / 12 * 6 - 2.1rem); padding: 0 2rem 0 0;display: flex; justify-content: flex-end; flex-direction: column; border-right: 0.2rem solid rgb(70, 181, 255); position: relative;}
article.row_fs.history > div::after {content: '';width: 1.2rem;height: 1.2rem;border-radius: 0.8rem;border: 0.2rem solid rgb(70, 181, 255);background-color: #fff;position: absolute;top: 0.8rem;right: -0.9rem;}
article.row_fs.history > div > span {font-size: 30px;font-weight: bold;color: rgb(70, 181, 255); word-break: keep-all;}
article.row_fs.history > div * {text-align: right;}
article.row_fe.history > div {width: calc(100% / 12 * 6 - 2.1rem);padding: 0 0 0 2rem;border-left: 0.2rem solid rgb(49, 125, 240);position: relative;}
article.row_fe.history > div::after {content: '';width: 1.2rem;height: 1.2rem;border-radius: 0.8rem;border: 0.2rem solid rgb(49, 125, 240);background-color: #fff;position: absolute;top: 0.8rem;left: -0.9rem;}
article.row_fe.history > div > span {font-size: 30px;font-weight: bold; color: rgb(49, 125, 240); word-break: keep-all;}
article.row_fe.history > div p, article.row_fs > div p {font-size: 16px; word-break: keep-all;}
article.box > input {width: 20rem !important;height: 5rem !important;line-height: 5rem !important;}
.dateTit {font-size: 16px;color: #222;font-weight: 900; margin-top: 30px; display: block;}

article.row_fs{display: block; width: 100%;}
article.row_fs > div{float: left; width: 50%; display: block; clear: both;}
article.row_fe{display: block; width: 100%;}
article.row_fe > div{float: right; width: 50%; display: block; clear: both;}

article.row_fs.history > div:last-of-type{padding-bottom: 40px;}
/* // history */

/* gnb */
.line--green {
  width: 100%;
  height: .4rem;
  background-color: #30bc51;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.gnb {
  width: 100%;
  height: 11.6rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: background 0.3s ease-in-out, height 0.4s ease-in-out;
  position: fixed;
  top: .4rem;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: space-around;

  box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.3);
}
.gnb:hover {
  background: rgba(255, 255, 255, 1) !important;
}
.gnb:hover .gnbMenu {
  color: #222 !important;
}
.gnb:hover .logo img {
  content: url(../images/common/logo_g.png) !important;
}
.logo {
  display: block;
}
.logo img {
  margin: 3.6rem 0 0 5rem;
  transition: margin-top 0.4s ease-in-out;
}
.gnbMenu {
  width: 100%;
  line-height: 11.6rem;
  color: #fff;
  transition: line-height 0.4s ease-in-out;
}
.gnbMenu ul {
  line-height: inherit;
  color: inherit;
  display: flex;
  justify-content: space-around;
}
.gnbMenu ul li {
  display: block;
  text-align: center;  
  line-height: inherit;  
  color: inherit;
}
.gnbMenu ul li:hover .gabMenuTab {
  display: block;
  background: rgba(255, 255, 255, 1);
  z-index: 1;
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.18);
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.18);
}
.gnbMenu ul li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0%;
  height: 3px;  
  background-color: #fff;
  transition: width 0.4s ease, left 0.4s ease;
}
.gnbMenu ul li:hover > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 0%);
  margin: 0 0%;
  height: 3px;
  background-color: #30bc51;
}
.gnbMenu ul li > a {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  color: inherit;
  border-bottom-width: 0%;  
  position: relative;
  z-index: 2;
}
.gnbMenu ul li > a::after {
  content: '';
  display: block;
  width: .1rem;
  height: 2rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #999;
}
.gnbMenu ul li:last-child > a::after {
  content: '';
  display: none;
}

.gabMenuTab {
  display: none;
  text-align: center;
  padding: 0.8rem 0;  
}
.gabMenuTab > a {
  display: block;
  font-size: 1.4rem;
  line-height: 4rem;
}
.gabMenuTab > a:hover {
  background: #f6f6f6;
}
/* //gnb */

/* ?��?�� ?��?�� */

.footer {
  background-color: #222;
}

.footter_box {
  width: 1240px;
  margin: 0 auto;
  height: 140px;
  font-size: 0;
}

.footter_box .f_logo {
  display: inline-block;
  width: 190px;
  margin-right: 20px;
}

.footter_box .f_logo img {
  margin-top: 60px;
}

.footter_box .copy {
  display: inline-block;
  padding-left: 76px;
  margin-top: 32px;
  width: 629px;
}

.footter_box .copy p {
  font-size: 12px;
  line-height: 16px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #999999;
}

.footter_box .copy p span {
  font-weight: 700;
}

.footter_box .copy p.copy_right {
  font-weight: 700;
  margin-top: 19px;
}

.footter_box .foot_info {
  display: inline-block;
  margin-top: 32px;
}

.footter_box .foot_info h2 {
  color: #ffcc41;
  font-size: 22px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 700;
  padding-bottom: 4px;
  border-bottom: 1px solid #ffcc41;
  margin-bottom: 3px;
  width: 220px;
}

.footter_box .foot_info h3 {
  font-family: 'Noto Sans KR', sans-serif;
  height: 29px;
  line-height: 29px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.footter_box .foot_info p {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  color: #999999;
}

/* btn */
.btn {
  display: block;
  width: 188px;
  height: 50px;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  transition: all .3s ease-in-out;
}
.btn:hover {
  background-color: #fff;
  color: #30bc51;
  border: 1px solid #30bc51;
}
.btn--big {
  display: block;
  width: 293px;
  height: 70px;
  border: 1px solid #333;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 70px;
  transition: all .3s ease-in-out;
}
.btn--big_main {
  background-color: #333;
  color: #75ff96 !important;
}
.btn--big:hover {
  background-color: #111;
  color: #75ff96;
  border: 1px solid #111;
}
.btn--product {
  display: block;
  margin: 0 auto;
  width: 188px;
  height: 50px;
  border: 1px solid #333;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 50px;
  transition: all .3s ease-in-out;
}
.btn--product__main {
  background-color: #333;
  color: #fff !important;
}
.btn--product:hover {
  background-color: #111;
  color: #75ff96 !important;
  border: 1px solid #111;
}
.btn--lined {
  display: block;
  width: 188px;
  height: 50px;
  border: 1px solid #bbb;
  font-weight: 500;
  font-size: 16px;
  color: #222;
  text-align: center;
  line-height: 50px;
  transition: all .3s ease-in-out;
}
.btn--lined:hover {
  border: 1px solid #bbb;
  color: #222;
  background-color: #eee;
}
.btn--lined.on {
  position: relative;
}
.btn--lined.on::after {
  content: '';
  display: block;
  width: .4rem;
  height: 100%;
  background-color: #30bc51;
  position: absolute;
  top: 0px;
  right: -1px;
}
.mt-1 {margin-top: -1px;}
.mt80 {margin-top: 8rem;}
/* btn */

/* top_btn */
.top_btn{
  position: fixed; top: 95%; left: 90%; transform: translate(-50%, -50%);
  font-size: 0; opacity: 0.8; text-align: center; line-height: 48px;
  cursor: pointer; width: 50px; height: 50px; background-color: #fff; border: 1px solid #ddd;
}