@charset "utf-8";
@import url(/font/noto.css);

body {
  font-family: "NotoKr", "Malgun Gothic", dotum, sans-serif;
}

#mn_btn {
  display: none;
  position: fixed;
  top: 12px;
  right: 20px;
  padding: 5px;
  width: 30px;
  height: 24px;
  cursor: pointer;
  z-index: 1010;
}
#mn_btn span {
  position: absolute;
  width: 30px;
  height: 4px;
  background: #062c60;
  display: block;
  transition: 0.3s;
}
#mn_btn span:nth-child(1) {
  top: 6px;
}
#mn_btn span:nth-child(2) {
  top: 15px;
}
#mn_btn span:nth-child(3) {
  top: 24px;
}

#hd_wrapper.on + #mn_btn span {
  background: #fff;
}
#hd_wrapper.on #mn_btn {
  top: 7px;
}

#nav2 {
  display: none;
  overflow: scroll;
  position: fixed;
  top: 0;
  padding-top: 50px;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1005;
  box-sizing: border-box;
  left: -100%;
}
#nav2 > h1 {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 11px;
  transform: translateY(-50px);
  transition: 0.5s;
}
#nav2 .nav_con > li {
}
#nav2 .nav_con > li h3 {
  color: #484848;
  font-weight: 500;
  font-size: 17px;
  display: block;
  border-top: 1px solid #ccc;
  padding: 18px 0 18px 15px;
  cursor: pointer;
}
#nav2 .nav_con > li.on h3 {
  background: #d62b2b;
  color: #fff;
}
#nav2 .nav_con > li:last-child {
  border-bottom: 1px solid #ccc;
}
#nav2 .nav_con .sm_mn {
  border-top: 1px solid #ccc;
  background: #efefef;
  display: none;
}
#nav2 .nav_con .sm_mn li {
}
#nav2 .nav_con .sm_mn li.mobileNew {
  background-color: #5e67dd;
}
#nav2 .nav_con .sm_mn li.mobileNew a {
  color: #fff;
}
#nav2 .nav_con .sm_mn li a {
  color: #383838;
  padding: 12px 0 12px 15px;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}
#nav2 .nav_con .sm_mn li:last-child a {
  border-bottom: 0;
}
#hd_wrapper.on #nav2 {
  width: 100%;
  left: 0;
}
#hd_wrapper.on #nav2 > h1 {
  transform: translateY(0);
}
#hd_wrapper.on .dark_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  background: rgba(0, 0, 0, 0.7);
  z-index: 400;
}
#hd_wrapper.on #mn_btn span:nth-child(1) {
  top: 15px;
  transform: rotate(-225deg);
}
#hd_wrapper.on #mn_btn span:nth-child(2) {
  transform: rotate(90deg);
  opacity: 0;
}
#hd_wrapper.on #mn_btn span:nth-child(3) {
  top: 15px;
  transform: rotate(405deg);
}

#nav2 .mn_img_box {
  padding: 15px;
  font-size: 0;
}
#nav2 .mn_img_box img {
  width: 49%;
  margin-right: 2%;
}
#nav2 .mn_img_box img:nth-child(2) {
  margin-right: 0;
}

#hd {
  width: 100%;
  background-color: #fff;
}
#hd_wrapper {
  width: 100%;
  height: 152px;
}
#hd_wrapper .header {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: 100px;
  margin: 0 auto;
}
#logo {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}
.hd_tel {
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 40px;
}
.hd_tel_mobile {
  display: none;
}
.hd_login {
  top: 40px;
}
.hd_login li {
  /* padding-right: 40px; */
  border-left: 1px solid #6f7376;
}
.hd_login a {
  color: #6f7376;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -1px;
}
.hd_login a > img {
  display: inline-block;
  margin-right: 7px;
}
.log .login {
  /* background-image: url(../images/header/login.png); */
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #666;
}
.log .login.open {
  background-position: 0 -25px;
}
.log .member {
  background-image: url(../images/header/login2.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #666;
}
.log .member.open {
  background-position: 0 -25px;
}
#log_cont {
  position: absolute;
  right: 0;
  top: 30px;
  width: 237px;
  height: 200px;
  z-index: 1000;
}

#nav {
  position: relative;
  background-color: #4c5e76;
  height: 52px;
}

.gnb {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.gnb > li {
  display: inline-block;
  width: 17%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 1px;
  z-index: 501;
}
.gnb > li > a {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 50px;
  display: block;
}
.gnb > li.hover .menu_contents {
  max-height: 250px;
  opacity: 1;
  z-index: 100;
}
.gnb > li:hover > a,
.gnb > li.hover > a {
  background: #fff;
  color: #4c5e76;
}
.gnb .menu_contents {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 52px;
  width: 1200px;
  height: 430px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-transition: max-height 0.3s, opacity 0.3s, padding 0.3s;
  -moz-transition: max-height 0.3s, opacity 0.3s, padding 0.3s;
  -o-transition: max-height 0.3s, opacity 0.3s, padding 0.3s;
  transition: max-height 0.3s, opacity 0.3s, padding 0.3s;
}
.gnb > li.hover .sub_mn ul li {
  opacity: 1;
  transform: translateY(0px);
}
#nav .gnb > li.hover .sub_mn ul li.ani01 {
  transition-delay: 0s;
}
#nav .gnb > li.hover .sub_mn ul li.ani02 {
  transition-delay: 0.03s;
}
#nav .gnb > li.hover .sub_mn ul li.ani03 {
  transition-delay: 0.06s;
}
#nav .gnb > li.hover .sub_mn ul li.ani04 {
  transition-delay: 0.09s;
}
#nav .gnb > li.hover .sub_mn ul li.ani05 {
  transition-delay: 0.12s;
}
#nav .gnb > li.hover .sub_mn ul li.ani06 {
  transition-delay: 0.15s;
}
#nav .gnb > li.hover .sub_mn ul li.ani07 {
  transition-delay: 0.18s;
}
#nav .gnb > li.hover .sub_mn ul li.ani08 {
  transition-delay: 0.21s;
}
#nav .gnb > li.hover .sub_mn ul li.ani09 {
  transition-delay: 0.24s;
}
.gnb .menu_lf_img {
  display: none;
}
.gnb .menu_subject {
  position: relative;
  float: left;
  width: 166px;
  height: 257px;
}
.gnb .menu_left {
  float: left;
  position: relative;
  width: 150px;
  height: 260px;
  background: #4c5e76;
  padding: 45px 0 0;
  text-align: center;
  box-sizing: border-box;
}
.gnb .menu_left h2 {
  font-size: 16px;
  color: #fff;
  padding: 9px 0;
  font-weight: 500;
}
.gnb .menu_left hr {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fff;
}
.gnb .menu_left p {
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  line-height: 16px;
}
.gnb .sub_mn {
  float: left;
  width: 386px;
  padding: 30px 0px 0px 54px;
}
.gnb .sub_mn ul {
  float: left;
  width: 100%;
}
.gnb .sub_mn ul li {
  display: inline-block;
  float: left;
  text-align: left;
  opacity: 0;
  width: 33.33%;
  margin-bottom: 20px;
  transform: translateY(20px);
  transition: transform 0.3s, opacity 0.3s;
}
.gnb .sub_mn ul li a {
  font-size: 15px;
  color: #555;
  font-weight: 500;
  line-height: 26px;
}
.gnb .sub_mn ul li a:hover,
.gnb .sub_mn ul li a:active,
.gnb .sub_mn ul li a:focus {
  color: #f1592a;
}
.gnb .menu_right {
  font-size: 0;
  float: right;
}

#container {
  width: 1200px;
  margin: 0 auto;
}

/* footer */
#ft {
  background: #fff;
  height: auto;
}

.ft_top {
  display: flex;
  justify-content: space-between;
}

.ft_top .left {
  width: 50%;
  padding-top: 3%;
}

.ft_top .right {
  width: 43%;
}

.ft_top .right img {
  width: 100%;
}

.ft_top .left h2 {
  font-size: 65px;
  font-weight: 200;
  line-height: 1.2;
}

.ft_top .left h2 span {
  color: #007aff;
  font-weight: 500;
}

.ft_top .left .line {
  background: #686868;
  height: 2px;
  width: 100%;
  margin: 7% 0;
}

.ft_top .left p,
.ft_top .left h3 {
  font-size: 25px;
  font-weight: 200;
}

.ft_top .left p {
  color: #131e46;
}

.ft_top .left h3 {
  text-align: right;
  padding-top: 10%;
}

.ft_top .left h3 b {
  font-weight: 700;
}

.ft_mid {
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  display: flex;
  margin: 100px 0;
}

.ft_mid div {
  width: 50%;
}

.ft_mid .left {
  background: url(../../img/v2/common/ft_img02.jpg) no-repeat;
  background-size: cover;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.4;
  padding: 5% 3%;
}

.ft_mid .left a {
  font-size: 55px;
  font-weight: 700;
  color: #ffffff;
}

.ft_mid .right {
  background: #f0f4ff;
}

.ft_mid .right ul {
  padding: 5% 7%;
}

.ft_mid .right li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 15px;
}

.ft_mid .right li:not(:last-child)::after {
  content: "";
  display: block;
  width: 101%;
  height: 1px;
  background: #a4a4a4;
  position: absolute;
  bottom: 0;
  left: -1%;
}

.ft_mid .right span {
  color: #007aff;
  font-size: 35px;
  font-weight: 600;
}

.ft_mid .right span img {
  padding-right: 15px;
  width: 50px;
}

.ft_mid .right a {
  color: #7e7e7e;
  font-size: 25px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.ft_mid .right a img {
  width: 25px;
  margin-left: 10px;
}
.ft_bottom {
  display: flex;
  padding: 5% 0;
}

.ft_bottom .left {
  width: 30%;
  padding-top: 10px;
}

.ft_bottom .left > a {
  width: 100%;
  display: block;
  text-align: center;
}

.ft_info {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  padding-top: 35px;
}

.ft_info span {
  font-size: 14px;
}

.ft_bottom .line {
  width: 1px;
  height: 450px;
  background: #484848;
  margin: 0 30px;
  margin-top: -50px;
}

.ft_bottom .right {
  width: 65%;
  display: flex;
}

.ft_bottom .right > div {
  width: 50%;
}

.ft_bottom .right h4 {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 20px;
}

.ft_bottom .right .ft_time li {
  padding-bottom: 10px;
}

.ft_bottom .right .ft_time span {
  font-size: 20px;
}

.ft_bottom .right .ft_time .ft_time-title {
  width: 120px;
  display: inline-block;
  background: #f3f3f3;
  text-align: center;
  border-radius: 15px;
  line-height: 1.7;
  margin-right: 10px;
}

.ft_bottom .right .ft_time .ft_time-time {
  color: #3a89c9;
}

.ft_bottom .right .ft_time .ft_time_text {
  font-weight: 600;
}

.ft_bottom .ft_map .ft_links {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}

.ft_bottom .ft_map .ft_links img {
  width: 97%;
}

.ft_bottom .root_daum_roughmap .cont {
  display: none;
}

.ft_bottom .root_daum_roughmap .wrap_controllers {
  display: none;
}

.ft_bottom .root_daum_roughmap .wrap_map {
  height: 150px;
}

.sticky_btm_menu {
  display: none;
}

.smComplete {
  opacity: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -43px 0 0 -107px;
  padding: 0 40px;
  height: 85px;
  line-height: 85px;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  z-index: 1500;
}

/*레이어팝업*/
html#pop_on {
  overflow: hidden;
}
#pop_bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1102;
  background: #000;
  opacity: 0.7;
}
#pop_wrap {
  display: none;
  position: fixed;
  z-index: 1103;
  width: 50%;
  height: 80%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#pop_wrap .pop_content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 40px;
  font-size: 15px;
  line-height: 1.6;
  overflow: scroll;
}
#pop_wrap .pop_content h1 {
  font-size: 25px;
  text-align: center;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
}
#pop_wrap #pop_close {
  right: -50px;
  position: absolute;
  cursor: pointer;
}

@media screen and (min-width: 1023px) {
  #btm_quickForm {
    background: #141b36;
    color: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
  }
  #fastForm,
  #btm_quickForm .form_inner,
  #btm_quickForm .input_box {
    display: flex;
    align-items: center;
  }
  #btm_quickForm .form_inner {
    padding: 25px 0;
  }
  #fastForm {
    justify-content: center;
  }
  #btm_quickForm .quick_formText,
  #btm_quickForm .quick_formHead,
  #btm_quickForm_close {
    display: none;
  }
  #btm_quickForm .quick_formText-pc {
    font-size: 22px;
    padding-right: 20px;
    font-weight: 600;
  }
  #btm_quickForm .input_box input,
  #btm_quickForm .input_box textarea {
    height: 45px;
    border-radius: 10px;
    font-size: 16px;
    padding: 0 10px;
    margin: 0 5px 0 0;
  }
  #btm_quickForm .input_box textarea {
    padding-top: 12px;
  }
  #btm_quickForm .agr_box {
    font-size: 16px;
    padding: 0 15px;
    display: flex;
    align-items: center;
  }
  #btm_quickForm .agr_box #pri_agr {
    margin-right: 5px;
  }
  #btm_quickForm .agr_box .pr_btn {
    display: inline-block;
    width: 70px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    margin-left: 6px;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-align: center;
  }
  #google-recaptcha {
    display: none;
  }
  #ft_submit {
    background: #007aff;
    color: #fff;
    padding: 10px 25px;
    height: 45px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 700;
    border: none;
  }
}
@media screen and (max-width: 1024px) {
  html,
  body,
  #wrapper {
    width: 100%;
    min-width: auto !important;
    overflow-x: hidden;
  }
  #hd_wrapper {
    position: fixed;
    height: 57px;
    background-color: #fff;
    border-bottom: 1px solid #bdbdbd;
    z-index: 99;
  }
  #hd_wrapper .header {
    height: 57px;
  }
  .hd_tel {
    display: none;
  }
  .hd_tel_mobile {
    display: block;
    position: absolute;
    top: 15px;
    left: 20px;
  }
  .hd_login {
    display: none;
  }
  #nav {
    display: none;
  }
  #logo {
    top: 17px;
    /* left: 20px;
    transform: none; */
  }
  #logo > a > img {
    height: 24px;
  }
  #mn_btn {
    display: block;
  }
  /*#nav2 {display:block;}*/

  #wrapper {
    width: 100%;
    padding-top: 57px;
  }
  #ft_wr {
    padding: 40px 30px;
    width: 100%;
  }
  .ft_top .left h2 {
    font-size: 45px;
  }

  .ft_top .left p,
  .ft_top .left h3 {
    font-size: 18px;
  }

  .ft_mid {
    margin: 5% 0 0 0;
  }

  .ft_mid .left {
    font-size: 18px;
  }

  .ft_mid .left a {
    font-size: 35px;
  }

  .ft_mid .right span {
    font-size: 22px;
  }

  .ft_mid .right a {
    font-size: 18px;
  }
  .ft_bottom {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .ft_bottom .line {
    width: 100%;
    height: 1px;
    background: #484848;
    margin: 30px 0;
  }

  .ft_bottom .right {
    width: initial;
  }

  .ft_bottom .left {
    width: initial;
    padding-top: 0;
  }
  .ft_bottom .root_daum_roughmap .wrap_map {
    height: 250px;
  }
  .sticky_btm_menu {
    display: block;
    background: #4c5e76;
    bottom: 0;
    font-size: 0;
    height: 64px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 101;
  }
  .sticky_btm_menu a {
    color: #fff;
    display: inline-flex;
    font-size: 20px;
    font-weight: 600;
    height: 64px;
    line-height: 64px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 50%;
    align-items: center;
    justify-content: center;
  }
  .sticky_btm_menu a:first-child::after {
    background: #fff;
    content: "";
    height: 30px;
    margin-top: -15px;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
  }
  .sticky_btm_menu a img {
    height: 22px;
    margin-right: 10px;
  }

  #btm_quickForm {
    display: block;
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-width: 320px;
    text-align: center;
    transition: bottom 0.5s ease;
  }
  #btm_quickForm.on {
    bottom: 0;
  }
  #btm_quickForm form input[type="text"] {
    height: 35px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #d5d5d5;
    border-radius: 0;
    font-size: 15px;
    color: #333333;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 5px;
  }
  #btm_quickForm form textarea {
    width: 100%;
    height: 67px;
    padding: 10px;
    border: 1px solid #cecece;
    border-radius: 0;
    font-size: 15px;
    color: #333333;
    background: #fff;
  }
  #btm_quickForm .quick_formHead {
    height: 54px;
    background-color: #4c5e76;
    color: #fff;
    text-align: center;
    border-radius: 20px 20px 0 0;
  }
  #btm_quickForm .quick_formHead p {
    font-size: 21px;
    letter-spacing: -2px;
    line-height: 54px;
  }
  #btm_quickForm .form_inner {
    padding: 0px 24px 23px;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    background: #fff;
  }
  #btm_quickForm .quick_formText {
    padding: 25px 0;
    text-align: center;
    font-weight: 600;
    color: #333333;
  }
  #btm_quickForm .quick_formText-pc {
    display: none;
  }
  #btm_quickForm .agr_box {
    display: flex;
    align-items: center;
    margin: 10px 0;
  }
  #btm_quickForm .agr_box #pri_agr {
    margin-right: 5px;
  }
  #btm_quickForm .agr_box .pr_btn {
    display: inline-block;
    width: 50px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    margin-left: 3px;
    border-radius: 4px;
    font-size: 11px;
    color: #1f3674;
    border: 1px solid #4c5e76;
    text-align: center;
  }
  #btm_quickForm .quick_formSubmit {
    width: 100%;
    height: 65px;
    border: 0;
    background-color: #4c5e76;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    border-radius: 0 0 20px 20px;
  }
  #btm_quickForm_close {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 20px;
    cursor: pointer;
  }
  #btm_quickForm_close img {
    width: 100%;
  }
  #pop_wrap {
    width: 80%;
    height: 80%;
  }
  #pop_wrap .pop_content {
    font-size: 11px;
    padding: 20px;
  }
  #pop_wrap .pop_content h1 {
    font-size: 20px;
  }
  #pop_wrap #pop_close {
    right: -30px;
    width: 20px;
  }
  #pop_wrap #pop_close img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #ft_wr {
    padding: 10% 2%;
  }

  .ft_top {
    flex-direction: column;
    padding: 0 10px;
  }

  .ft_top .left {
    width: initial;
  }

  .ft_top .right {
    width: initial;
    margin-top: 7%;
  }

  .ft_top .left p,
  .ft_top .left h3 {
    font-size: 15px;
  }

  .ft_top .right img {
    height: 250px;
    object-fit: cover;
  }

  .ft_mid {
    margin: 13% 0 0 0;
    padding: 0 10px;
  }

  .ft_mid div {
    width: 100%;
  }

  .ft_mid .left {
    display: none;
  }

  .ft_mid .right ul {
    padding: 2% 5%;
  }

  .ft_mid .right li {
    padding: 15px 10px;
  }

  .ft_mid .right span {
    font-size: 20px;
  }

  .ft_mid .right span img {
    padding-right: 10px;
    width: 35px;
  }

  .ft_mid .right a {
    font-size: 14px;
  }

  .ft_mid .right a img {
    width: 15px;
  }
  .ft_info {
    font-size: 13px;
  }

  .ft_info span {
    font-size: 13px;
  }

  .ft_bottom {
    padding: 13% 10px;
  }

  .ft_bottom .right {
    flex-direction: column;
  }

  .ft_bottom .right > div {
    width: initial;
  }

  .ft_bottom .right h4 {
    font-size: 22px;
  }

  .ft_bottom .ft_time {
    margin-bottom: 7%;
  }

  .ft_bottom .right .ft_time span {
    font-size: 16px;
  }

  .ft_bottom .right .ft_time .ft_time-title {
    width: 90px;
  }
}
