@charset "utf-8";

@font-face {
  font-family: "NanumSquareL";
  font-style: normal;
  font-weight: normal;
  src: url(../font/NanumSquareL.woff2) format("woff2");
}
@font-face {
  font-family: "NanumSquareR";
  font-style: normal;
  font-weight: normal;
  src: url(../font/NanumSquareR.woff2) format("woff2");
}
@font-face {
  font-family: "NanumSquareB";
  font-style: normal;
  font-weight: normal;
  src: url(../font/NanumSquareB.woff2) format("woff2");
}
@font-face {
  font-family: "esaL";
  font-style: normal;
  font-weight: normal;
  src: url(../font/Gong-Gothic-Light.woff) format("woff2");
}
@font-face {
  font-family: "esaM";
  font-style: normal;
  font-weight: normal;
  src: url(../font/Gong-Gothic-Medium.woff) format("woff2");
}
@font-face {
  font-family: "esaB";
  font-style: normal;
  font-weight: normal;
  src: url(../font/Gong-Gothic-Bold.woff) format("woff2");
}
#container > div:not(.sub_page) {
  width: 100%;
  padding: 0 20px;
  margin: 60px auto 0;
  max-width: 1600px;
}
#container .ctt_admin {
  display: none;
}
/* 초기화 */
html {
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  font-family: "NanumBarunGothic", dotum, sans-serif;
  background: #fff;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-family: "NanumBarunGothic", dotum, sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 1em;
}
input,
button {
  margin: 0;
  padding: 0;
  font-family: "NanumBarunGothic", dotum, sans-serif;
  font-size: 1em;
}
input[type="submit"] {
  cursor: pointer;
}
button {
  cursor: pointer;
}

textarea,
select {
  font-family: "NanumBarunGothic", dotum, sans-serif;
  font-size: 1em;
}
select {
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
hr {
  display: none;
}
pre {
  overflow-x: scroll;
  font-size: 1.1em;
}
a {
  color: #000;
  text-decoration: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"],
input[type="password"],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}

.placeholdersjs {
  color: #aaa !important;
}

/* 레이아웃 크기 지정 */
/* #hd, #wrapper, #ft {min-width:1200px}

#hd_pop,
#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {width:1200px} */

/* 팝업레이어 */
#hd_pop {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  height: 0;
}
#hd_pop h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.hd_pops {
  position: absolute;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.hd_pops img {
  max-width: 100%;
}
.hd_pops_con {
}
.hd_pops_footer {
  padding: 0;
  background: #000;
  color: #fff;
  text-align: left;
  position: relative;
}
.hd_pops_footer:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.hd_pops_footer button {
  padding: 10px;
  border: 0;
  color: #fff;
}
.hd_pops_footer .hd_pops_reject {
  background: #000;
  text-align: left;
}
.hd_pops_footer .hd_pops_close {
  background: #393939;
  position: absolute;
  top: 0;
  right: 0;
}

/* 상단 레이아웃 */
#hd {
  /* background: #212020; */
}
#hd_h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#tnb {
  border-bottom: 1px solid #383838;
  margin: 0 auto;
}
#tnb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#tnb .inner {
  margin: 0 auto;
}

#hd_wrapper {
  position: relative;
  margin: 0 auto;
  height: 140px;
  zoom: 1;
}
#hd_wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#logo {
  float: left;
  padding: 30px 0 0;
}

.hd_sch_wr {
  float: left;
  padding: 30px 0;
  width: 445px;
  margin-left: 65px;
}
#hd_sch h3 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#hd_sch {
  border-radius: 30px;
  overflow: hidden;
}
#hd_sch #sch_stx {
  float: left;
  width: 385px;
  height: 45px;
  padding-left: 10px;
  border-radius: 30px 0 0 30px;
  background: #2c2c2c;
  border: 0;
  border-right: 0;
  font-size: 1.25em;
  color: #fff;
}
#hd_sch #sch_submit {
  float: left;
  width: 60px;
  height: 45px;
  border: 0;
  background: #2c2c2c;
  color: #fff;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  font-size: 16px;
}

#hd_qnb {
  float: right;
  text-align: right;
}
#hd_qnb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#hd_qnb li {
  float: left;
  font-size: 1.083em;
  line-height: 14px;
  border-right: 1px solid #4a4a4a;
  position: relative;
  text-align: center;
  margin: 15px 10px 15px 0;
  padding-right: 10px;
}
#hd_qnb li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
#hd_qnb li span {
  display: block;
  margin-top: 5px;
  font-size: 0.92em;
}
#hd_qnb li a {
  display: inline-block;
  color: #919191;
}
#hd_qnb .visit .visit-num {
  display: inline-block;
  line-height: 16px;
  padding: 0 5px;
  margin-left: 5px;
  border-radius: 10px;
  background: #da22f5;
  color: #fff;
  font-size: 10px;
}

.hd_login {
  position: absolute;
  right: 0;
  top: 60px;
}
.hd_login li {
  float: left;
  margin: 0 5px;
  border-left: 1px solid #616161;
  padding-left: 10px;
  line-height: 13px;
}
.hd_login li:first-child {
  border-left: 0;
}
.hd_login a {
  color: #fff;
}

/* 메인메뉴 */
#gnb {
  position: relative;
  background: #fff;
}
#gnb > h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#gnb .gnb_wrap {
  margin: 0 auto;
  position: relative;
}
#gnb .gnb_wrap:hover,
#gnb .gnb_wrap:focus,
#gnb .gnb_wrap:active {
  z-index: 3;
}
#gnb #gnb_1dul {
  font-size: 1.083em;
  padding: 0;
  border-bottom: 1px solid #e0e2e5;
  zoom: 1;
}
#gnb ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#gnb .gnb_1dli {
  float: left;
  line-height: 55px;
  padding: 0px;
  position: relative;
}
#gnb .gnb_1dli:hover > a {
  color: #3a8afd;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.gnb_1dli .bg {
  position: absolute;
  top: 24px;
  right: 8px;
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: url("../img/gnb_bg2.gif") no-repeat 50% 50%;
  text-indent: -999px;
}
.gnb_1da {
  display: block;
  font-weight: bold;
  padding: 0 15px;
  color: #080808;
  text-decoration: none;
}
.gnb_1dli.gnb_al_li_plus .gnb_1da {
  padding-right: 25px;
}
.gnb_2dli:first-child {
  border: 0;
}
.gnb_2dul {
  display: none;
  position: absolute;
  top: 54px;
  min-width: 140px;
  padding-top: 2px;
}
.gnb_2dul .gnb_2dul_box {
  border: 1px solid #e0e2e5;
  border-top: 0;
  padding: 0;
  -webkit-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
  -moz-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
  box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
}
.gnb_2da {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  background: #fff;
  color: #080808;
  text-align: left;
  text-decoration: none;
}
a.gnb_2da:hover {
  color: #3a8afd;
  background: #f7f7f8;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gnb_1dli_air .gnb_2da {
}
.gnb_1dli_on .gnb_2da {
}
.gnb_2da:focus,
.gnb_2da:hover {
  color: #fff;
}
.gnb_1dli_over .gnb_2dul {
  display: block;
  left: 0;
}
.gnb_1dli_over2 .gnb_2dul {
  display: block;
  right: 0;
}
.gnb_wrap .gnb_empty {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  line-height: 2.7em;
  color: #080808;
}
.gnb_wrap .gnb_empty a {
  color: #3a8afd;
  text-decoration: underline;
}
.gnb_wrap .gnb_al_ul .gnb_empty,
.gnb_wrap .gnb_al_ul .gnb_empty a {
  color: #555;
}

#gnb .gnb_menu_btn {
  background: #4158d1;
  color: #fff;
  width: 50px;
  height: 55px;
  border: 0;
  vertical-align: top;
  font-size: 18px;
}
#gnb .gnb_close_btn {
  background: #fff;
  color: #b6b9bb;
  width: 50px;
  height: 50px;
  border: 0;
  vertical-align: top;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
}
#gnb .gnb_mnal {
  float: right;
  padding: 0;
}

#gnb_all {
  display: none;
  position: absolute;
  border: 1px solid #c5d6da;
  width: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#gnb_all h2 {
  font-size: 1.3em;
  padding: 15px 20px;
  border-bottom: 1px solid #e7eeef;
}
#gnb_all .gnb_al_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#gnb_all .gnb_al_ul > li:nth-child(5n + 1) {
  border-left: 0;
}
#gnb_all .gnb_al_li {
  float: left;
  width: 20%;
  min-height: 150px;
  padding: 20px;
  border-left: 1px solid #e7eeef;
}
#gnb_all .gnb_al_li .gnb_al_a {
  font-size: 1.2em;
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
  color: #3a8afd;
}
#gnb_all .gnb_al_li li {
  line-height: 2em;
}
#gnb_all .gnb_al_li li a {
  color: #555;
}
#gnb_all_bg {
  display: none;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

/* 중간 레이아웃 */
#wrapper {
}
#container_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#container_wr {
  margin: 0 auto;
  height: 100%;
  zoom: 1;
}
#aside {
  float: right;
  width: 235px;
  padding: 0;
  height: 100%;
  margin: 20px 0 20px 20px;
}

/* #container {
  position: relative;
  float: left;
  min-height: 500px;
  height: auto !important;
  margin: 20px 0;
  height: 500px;
  font-size: 1em;
  width: 930px;
  zoom: 1;
} */
#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
/* #container_title {
  font-size: 1.333em;
  margin: 0 auto;
  font-weight: bold;
}
#container_title span {
  margin: 0 auto 10px;
  display: block;
  line-height: 30px;
} */
#container_title {
  height: 0;
  font-size: 0;
}
.lt_wr {
  width: 32%;
}
.lt_wr:nth-child(3n + 1) {
  clear: both;
}
.latest_wr {
  margin-bottom: 20px;
}
.latest_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.latest_top_wr {
  margin: 0 -10px 20px;
}
.latest_top_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

/* 하단 레이아웃 */
#ft {
  background: #212020;
  margin: 0 auto;
  text-align: center;
}
#ft h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#ft_wr {
  max-width: 1240px;
  margin: 0;
  padding: 40px 0;
  position: relative;
  display: inline-block;
  text-align: left;
}
#ft_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#ft_wr .ft_cnt {
  width: 25%;
  float: left;
  padding: 0 20px;
}

#ft_link {
  text-align: left;
}
#ft_link a {
  display: block;
  color: #fff;
  line-height: 2em;
  font-weight: bold;
}
#ft_company h2 {
  font-size: 1.2em;
  margin-bottom: 20px;
}
#ft_company {
  font-weight: normal;
  color: #e3e3e3;
  line-height: 2em;
}
#ft_catch {
  margin: 20px 0 10px;
}
#ft_copy {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  color: #5b5b5b;
  font-size: 0.92em;
  border-top: 1px solid #383838;
}
#top_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #333;
  color: #333;
  text-align: center;
  font-size: 15px;
  z-index: 90;
  background: rgba(255, 255, 255, 0.5);
}
#top_btn:hover {
  border-color: #3059c7;
  background: #3059c7;
  color: #fff;
}

/* 게시물 선택복사 선택이동 */
#copymove {
}
#copymove .win_desc {
  text-align: center;
  display: block;
}
#copymove .tbl_wrap {
  margin: 20px;
}
#copymove .win_btn {
  padding: 0 20px 20px;
}
.copymove_current {
  float: right;
  background: #ff3061;
  padding: 5px;
  color: #fff;
  border-radius: 3px;
}
.copymove_currentbg {
  background: #f4f4f4;
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.msg_sound_only,
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}

/* 본문 바로가기 */
#skip_to_container a {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#skip_to_container a:focus,
#skip_to_container a:active {
  width: 100%;
  height: 75px;
  background: #21272e;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 3.3em;
}

/* ie6 이미지 너비 지정 */
.img_fix {
  width: 100%;
  height: auto;
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
  display: inline-block;
  position: relative;
}
#captcha legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
#captcha #captcha_img {
  height: 40px;
  border: 1px solid #898989;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
#captcha #captcha_mp3 {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_reload {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat 0 -40px;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_key {
  margin: 0 0 0 3px;
  padding: 0 5px;
  width: 90px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  vertical-align: top;
}
#captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
  display: block;
  margin: 0 0 5px;
  width: 187px;
}
#captcha.m_captcha #captcha_img {
  width: 160px;
  height: 60px;
  border: 1px solid #e9e9e9;
  margin-bottom: 3px;
  margin-top: 5px;
  display: block;
}
#captcha.m_captcha #captcha_reload {
  position: static;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat 0 -40px;
  text-indent: -999px;
}
#captcha.m_captcha #captcha_reload span {
  display: none;
}
#captcha.m_captcha #captcha_key {
  margin: 0;
  padding: 0 5px;
  width: 115px;
  height: 29px;
  border: 1px solid #b8c9c2;
  background: #f7f7f7;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  margin-left: 3px;
}
#captcha.m_captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}
#captcha.m_captcha #captcha_mp3 {
  width: 31px;
  height: 31px;
  background: url("../../../img/captcha2.png") no-repeat 0 0;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
  text-indent: -9999px;
  border: none;
}

/* ckeditor 단축키 */
.cke_sc {
  margin: 0 0 5px;
  text-align: right;
}
.btn_cke_sc {
  display: inline-block;
  padding: 0 10px;
  height: 23px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  line-height: 1.9em;
  vertical-align: middle;
  cursor: pointer;
}
.cke_sc_def {
  margin: 0 0 5px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center;
}
.cke_sc_def dl {
  margin: 0 0 5px;
  text-align: left;
  zoom: 1;
}
.cke_sc_def dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.cke_sc_def dt,
.cke_sc_def dd {
  float: left;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9;
}
.cke_sc_def dt {
  width: 20%;
  font-weight: bold;
}
.cke_sc_def dd {
  width: 30%;
}

/* ckeditor 태그 기본값 */
#bo_v_con ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
#bo_v_con ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
#bo_v_con li {
  display: list-item;
}

/* 버튼 */
a.btn,
.btn {
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
  text-align: center;
  /* font-weight: bold; */
  border: 0;
  font-size: 1.4em;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

a.btn01 {
  display: inline-block;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}
a.btn01:focus,
a.btn01:hover {
  text-decoration: none;
}
button.btn01 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
}
a.btn02 {
  display: inline-block;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
a.btn02:focus,
.btn02:hover {
  text-decoration: none;
}
button.btn02 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
}

.btn_confirm {
  text-align: right;
} /* 서식단계 진행 */

.btn_submit {
  border: 0;
  background: #3a8afd;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}
.btn_submit:hover {
  background: #2375eb;
}
.btn_close {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  border-radius: 3px;
  background: #fff;
}
a.btn_close {
  text-align: center;
  line-height: 50px;
}

a.btn_cancel {
  display: inline-block;
  background: #969696;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
button.btn_cancel {
  display: inline-block;
  background: #969696;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
.btn_cancel:hover {
  background: #aaa;
}
a.btn_frmline,
button.btn_frmline {
  display: inline-block;
  width: 128px;
  padding: 0 5px;
  height: 40px;
  border: 0;
  background: #434a54;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  vertical-align: top;
} /* 우편번호검색버튼 등 */
a.btn_frmline {
}
button.btn_frmline {
  font-size: 1em;
}

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 {
  display: inline-block;
  color: #bababa;
  text-decoration: none;
  vertical-align: middle;
  border: 0;
  background: transparent;
}
.btn_b01:hover,
.btn_b01:hover {
  color: #000;
}
a.btn_b02,
.btn_b02 {
  display: inline-block;
  background: #253dbe;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  border: 0;
  vertical-align: middle;
}
a.btn_b02:hover,
.btn_b02:hover {
  background: #0025eb;
}
a.btn_b03,
.btn_b03 {
  display: inline-block;
  background: #fff;
  border: 1px solid #b9bdd3;
  color: #646982;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b03:hover,
.btn_b03:hover {
  background: #ebedf6;
}
a.btn_b04,
.btn_b04 {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  color: #707070;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b04:hover,
.btn_b04:hover {
  color: #333;
  background: #f9f9f9;
}
a.btn_admin,
.btn_admin {
  display: inline-block;
  color: #d13f4a;
  text-decoration: none;
  vertical-align: middle;
} /* 관리자 전용 버튼 */
.btn_admin:hover,
a.btn_admin:hover {
  color: #ff3746;
}

/* 기본테이블 */
.tbl_wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 5px;
  background: #fff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.tbl_wrap caption {
  padding: 10px 0;
  font-weight: bold;
  text-align: left;
}
.tbl_head01 {
  margin: 0 0 10px;
}
.tbl_head01 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.tbl_head01 thead th {
  padding: 20px 0;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #ececec;
  height: 40px;
}
.tbl_head01 thead th input {
  vertical-align: top;
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
  padding: 10px 0;
  border-top: 1px solid #c1d1d5;
  border-bottom: 1px solid #c1d1d5;
  background: #d7e0e2;
  text-align: center;
}
.tbl_head01 tbody th {
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
}
.tbl_head01 td {
  color: #666;
  padding: 10px 5px;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  line-height: 1.4em;
  height: 60px;
  word-break: break-all;
}
.tbl_head01 tbody tr:hover td {
  background: #fafafa;
}
.tbl_head01 a:hover {
  text-decoration: underline;
}

.tbl_head02 {
  margin: 0 0 10px;
}
.tbl_head02 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.tbl_head02 thead th {
  padding: 5px 0;
  border-top: 1px solid #d1dee2;
  border-bottom: 1px solid #d1dee2;
  background: #e5ecef;
  color: #383838;
  font-size: 0.95em;
  text-align: center;
  letter-spacing: -0.1em;
}
.tbl_head02 thead a {
  color: #383838;
}
.tbl_head02 thead th input {
  vertical-align: top;
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th,
.tbl_head02 tfoot td {
  padding: 10px 0;
  border-top: 1px solid #c1d1d5;
  border-bottom: 1px solid #c1d1d5;
  background: #d7e0e2;
  text-align: center;
}
.tbl_head02 tbody th {
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
}
.tbl_head02 td {
  padding: 5px 3px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
  line-height: 1.4em;
  word-break: break-all;
}
.tbl_head02 a {
}

/* 폼 테이블 */
.tbl_frm01 {
  margin: 0 0 20px;
}
.tbl_frm01 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_frm01 th {
  width: 70px;
  padding: 7px 13px;
  border: 1px solid #e9e9e9;
  border-left: 0;
  background: #f5f8f9;
  text-align: left;
}
.tbl_frm01 td {
  padding: 7px 10px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: transparent;
}
.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
  border: 1px solid #d0d3db;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tbl_frm01 textarea {
  padding: 2px 2px 3px;
}
.frm_input {
  height: 40px;
}

.full_input {
  width: 100%;
}
.half_input {
  width: 49.5%;
}
.twopart_input {
  width: 385px;
  margin-right: 10px;
}
.tbl_frm01 textarea,
.write_div textarea {
  width: 100%;
  height: 100px;
}
.tbl_frm01 a {
  text-decoration: none;
}
.tbl_frm01 .frm_file {
  display: block;
  margin-bottom: 5px;
}
.tbl_frm01 .frm_info {
  display: block;
  padding: 0 0 5px;
  line-height: 1.4em;
}

/*기본 리스트*/
.list_01 ul {
  border-top: 1px solid #ececec;
}
.list_01 li {
  border-bottom: 1px solid #ececec;
  background: #fff;
  padding: 10px 15px;
  list-style: none;
  position: relative;
}
.list_01 li:nth-child(odd) {
  background: #f6f6f6;
}
.list_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.list_01 li:hover {
  background: #f9f9f9;
}
.list_01 li.empty_li {
  text-align: center;
  padding: 20px 0;
  color: #666;
}

/*폼 리스트*/
.form_01 h2 {
  font-size: 1.167em;
}
.form_01 li {
  margin-bottom: 10px;
}
.form_01 ul:after,
.form_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.form_01 .left_input {
  float: left;
}
.form_01 .margin_input {
  margin-right: 1%;
}
.form_01 textarea {
  height: 100px;
  width: 100%;
}
.form_01 .frm_label {
  display: inline-block;
  width: 130px;
}

/* 자료 없는 목록 */
.empty_table {
  padding: 50px 0 !important;
  text-align: center;
}
.empty_list {
  padding: 20px 0 !important;
  color: #666;
  text-align: center;
}

/* 필수입력 */
.required,
textarea.required {
  background-image: url("../img/require.png") !important;
  background-repeat: no-repeat !important;
  background-position: right top !important;
}

/* 테이블 항목별 정의 */
.td_board {
  width: 80px;
  text-align: center;
}
.td_category {
  width: 80px;
  text-align: center;
}
.td_chk {
  width: 30px;
  text-align: center;
}
.td_date {
  width: 60px;
  text-align: center;
}
.td_datetime {
  width: 110px;
  text-align: center;
}
.td_group {
  width: 80px;
  text-align: center;
}
.td_mb_id {
  width: 100px;
  text-align: center;
}
.td_mng {
  width: 80px;
  text-align: center;
}
.td_name {
  width: 100px;
  text-align: left;
}
.td_nick {
  width: 100px;
  text-align: center;
}
.td_num {
  width: 50px;
  text-align: center;
}
.td_numbig {
  width: 80px;
  text-align: center;
}
.td_stat {
  width: 60px;
  text-align: center;
}

.txt_active {
  color: #5d910b;
}
.txt_done {
  color: #e8180c;
}
.txt_expired {
  color: #ccc;
}
.txt_rdy {
  color: #8abc2a;
}

/* 새창 기본 스타일 */
.new_win {
  position: relative;
}
.new_win .tbl_wrap {
  margin: 0 20px;
}
.new_win #win_title {
  font-size: 1.3em;
  height: 50px;
  line-height: 30px;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.new_win #win_title .sv {
  font-size: 0.75em;
  line-height: 1.2em;
}
.new_win .win_ul {
  margin-bottom: 15px;
  padding: 0 20px;
}
.new_win .win_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .win_ul li {
  float: left;
  background: #fff;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #d6e9ff;
  border-radius: 30px;
  margin-left: 5px;
}
.new_win .win_ul li:first-child {
  margin-left: 0;
}
.new_win .win_ul li a {
  display: block;
  padding: 8px 0;
  color: #6794d3;
}
.new_win .win_ul .selected {
  background: #3a8afd;
  border-color: #3a8afd;
  position: relative;
  z-index: 5;
}
.new_win .win_ul .selected a {
  color: #fff;
  font-weight: bold;
}
.new_win .win_desc {
  position: relative;
  margin: 10px;
  border-radius: 5px;
  font-size: 1em;
  background: #f2838f;
  color: #fff;
  line-height: 50px;
  text-align: left;
  padding: 0 20px;
}
.new_win .win_desc i {
  font-size: 1.2em;
  vertical-align: baseline;
}
.new_win .win_desc:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 50px;
  background: #da4453;
  border-radius: 3px 0 0 3px;
}
.new_win .frm_info {
  font-size: 0.92em;
  color: #919191;
}
.new_win .win_total {
  float: right;
  display: inline-block;
  line-height: 30px;
  font-weight: normal;
  font-size: 0.75em;
  color: #3a8afd;
  background: #f6f6f6;
  padding: 0 10px;
  border-radius: 5px;
}
.new_win .new_win_con {
  margin: 20px 0;
  padding: 20px;
}
.new_win .new_win_con:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .new_win_con2 {
  margin: 20px 0;
}
.new_win .btn_confirm:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .win_btn {
  text-align: center;
}
.new_win .btn_close {
  height: 45px;
  width: 60px;
  overflow: hidden;
  cursor: pointer;
}
.new_win .btn_submit {
  padding: 0 20px;
  height: 45px;
  font-weight: bold;
  font-size: 1.083em;
}

/* 검색결과 색상 */
.sch_word {
  color: #fff;
  background: #ff005a;
  padding: 2px 5px 3px;
  line-height: 18px;
  margin: 0 2px;
}

/* 자바스크립트 alert 대안 */
#validation_check {
  margin: 100px auto;
  width: 500px;
}
#validation_check h1 {
  margin-bottom: 20px;
  font-size: 1.3em;
}
#validation_check p {
  margin-bottom: 20px;
  padding: 30px 20px;
  border: 1px solid #e9e9e9;
  background: #fff;
}

/* 사이드뷰 */
.sv_wrap {
  position: relative;
  font-weight: normal;
}
.sv_wrap .sv {
  z-index: 1000;
  display: none;
  margin: 5px 0 0;
  font-size: 0.92em;
  background: #333;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.sv_wrap .sv:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #333 transparent;
}
.sv_wrap .sv a {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  line-height: 30px;
  width: 100px;
  font-weight: normal;
  color: #bbb;
}
.sv_wrap .sv a:hover {
  background: #000;
  color: #fff;
}
.sv_member {
  color: #333;
}
.sv_on {
  display: block !important;
  position: absolute;
  top: 23px;
  left: 0px;
  width: auto;
  height: auto;
}
.sv_nojs .sv {
  display: block;
}

/* 페이징 */
.pg_wrap_wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 15px;
}
.pg_wrap_wrap .pg_wrap {
  float: unset;
}
.pg_wrap_wrap .pg_current {
  font-weight: 500;
  border-radius: 30px;
}
.pg_wrap_wrap .pg_page {
  background-color: transparent;
  border: 0;
  color: #000;
}

.pg_wrap_wrap .pg_start {
  background: url("../img/first_page_icon.png") no-repeat 50% 50% transparent;
  height: 18px;
  width: 15px;
  display: inline-block;
  background-size: contain;
  min-width: unset;
}
.pg_wrap_wrap .pg_prev {
  background: url("../img/prev_page.png") no-repeat 50% 50% transparent;
  height: 15px;
  width: 15px;
  display: inline-block;
  background-size: contain;
  min-width: unset;
  margin-left: 5px;
}
.pg_wrap_wrap .pg_end {
  background: url("../img/first_page_icon.png") no-repeat 50% 50% transparent;
  transform: rotate(180deg);
  height: 18px;
  width: 15px;
  display: inline-block;
  background-size: contain;
  min-width: unset;
  margin-right: 5px;
}
.pg_wrap_wrap .pg_next {
  background: url("../img/prev_page.png") no-repeat 50% 50% transparent;
  transform: rotate(180deg);
  height: 15px;
  width: 15px;
  display: inline-block;
  background-size: contain;
  min-width: unset;
}
.pg_wrap {
  clear: both;
  float: left;
  display: inline-block;
}
.pg_wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.pg {
  text-align: center;
}
.pg_page,
.pg_current {
  display: inline-block;
  vertical-align: middle;
  background: #eee;
  border: 1px solid #eee;
}
.pg a:focus,
.pg a:hover {
  text-decoration: none;
}
.pg_page {
  color: #959595;
  font-size: 1.083em;
  height: 30px;
  line-height: 28px;
  padding: 0 5px;
  min-width: 30px;
  text-decoration: none;
  border-radius: 3px;
}
.pg_page:hover {
  background-color: #fafafa;
}
.pg_start {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_first.gif") no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}
.pg_prev {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_prev.gif") no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}
.pg_end {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_end.gif") no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}
.pg_next {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_next.gif") no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}
.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
  background-color: #fafafa;
}

.pg_current {
  display: inline-block;
  background: #3a8afd;
  border: 1px solid #3a8afd;
  color: #fff;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  min-width: 30px;
  border-radius: 3px;
}

/* cheditor 이슈 */
.cheditor-popup-window *,
.cheditor-popup-window :after,
.cheditor-popup-window :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {
  display: block;
  margin: 0.3em;
  padding: 0.5em 0;
  border: 1px solid #eee;
  border-radius: 2em;
  background: #fff;
  color: #000;
  font-size: 2em;
  text-decoration: none;
  text-align: center;
}

/*공통 시작*/
body .square {
  font-family: "NanumSquareL", sans-serif;
  font-weight: 600;
}
body .square_b {
  font-family: "NanumSquareR", sans-serif;
  font-weight: 600;
}
body .esaL {
  font-family: "esaL", sans-serif;
}
body .esaM {
  font-family: "esaM", sans-serif;
}
body .esaB {
  font-family: "esaB", sans-serif;
}
.pop_bg {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}
.pop_bg .close_btn_wrap {
  display: inline-block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 50px;
  right: -10px;
  text-align: right;
  padding: 0 30px;
}
.pop_bg .close_btn_wrap button {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.section_1700 {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}
.section_1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
.col_b {
  background-color: #0066cc !important;
}
.col_n {
  background-color: #336699 !important;
}
.col_lb {
  background-color: #0099ff !important;
}
.col_db {
  background-color: #006699!important;
}
.color_b {
  color: #0066cc;
}
.color_n {
  color: #336699;
}
.color_lb {
  color: #0099ff;
}
.color_db {
  color: #006699;
}
.color_mint {
  color: #00ffff;
}

.color_g {
  color: #666;
}
.underline {
  text-decoration: underline;
}
.color_w {
  color: #fff;
}
.di_none {
  display: none;
}
.di_block {
  display: block;
}
.d_only {
  display: revert;
}
.d_none {
  display: none;
}
.t_only {
  display: none;
}
.t_none {
  display: revert;
}
.m_only {
  display: none;
}
.m_none {
  display: revert;
}
.only_500 {
  display: none;
}
.po_re {
  position: relative;
}
.po_ab {
  position: absolute;
}
.flex {
  display: flex;
}
.link_move:hover {
  border: 1px solid #bbb;
  opacity: 0.85;
}
.btn_wrap :where(a, button, li):hover {
  filter: brightness(01.2);
}
#container #ctt_con {
  padding: 150px 0 0;
  line-height: 1.6em;
  width: calc(100% - 20px);
  max-width: 1000px;
  margin: 0 auto;
}
#container #ctt_con p:first-of-type span {
  font-size: 16px !important;
}
#container #ctt_con p span {
  font-family: "NanumSquareR" !important;
}
.img_cov {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img_con {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img_wrap_cnt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_b {
  width: auto;
  padding: 0 20px;
  background-color: #0066cc;
  border-radius: 200px;
  color: #fff;
}
.btn_wrap .btn_round {
  display: inline-block;
  height: 50px;
  width: 100%;
  border-radius: 100px;
  line-height: 50px;
}
.m_b_10 {
  margin-block: 10px;
  display: inline-block;
}
.m_i_10 {
  margin-inline: 10px;
  display: inline-block;
}
/*공통 끝*/

/*헤더 시작*/
.header_wrap {
  display: block;
  width: 100%;
  height: 110px;
  background-color: transparent;
  position: fixed;
  padding: 0 20px;
  z-index: 999;
}
.header_wrap.main:hover {
  border-bottom: 2px solid #0066cc;
}
.header_wrap.sub {
  background-color: #fff;
  border-bottom: 2px solid #0066cc;
}
.header_wrap.active {
  background-color: #fff;
  border-bottom: 2px solid #0066cc;
}
.header_wrap:hover {
  background-color: #fff;
}
.header_wrap::after {
  content: "";
  display: none;
  width: calc(100% + 40px);
  height: 190px;
  background-color: rgba(0, 0, 0, 0.7);
  margin-left: -20px;
}
.header_wrap:hover::after {
  display: inline-block;
}
.header {
  display: flex;
  max-width: 1700px;
  margin: 0 auto;
  height: 110px;
  width: 100%;
  align-items: center;
}
.header nav {
  margin: 0 50px;
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
}
.header nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  width: 100%;
}

.header nav ul.depth_01 > li > :where(a, span) {
  font-size: 20px;
  color: #fff;
}
.header_wrap
  .header
  nav
  ul.depth_01
  > li:hover
  > :where(a, span)
  > :where(a, span) {
  color: #0071bd;
}
.header_wrap.main.active nav ul.depth_01 > li :where(a, span) {
  color: #000;
}
.header_wrap.main:hover nav ul.depth_02 > li :where(a, span) {
  color: #fff;
}
.header_wrap.main:hover nav ul.depth_02 > li > :where(a, span):hover {
  color: #0099ff;
  text-decoration: underline;
}
.header nav ul.depth_02 > li :where(a, span) {
  color: #fff;
}

.header nav ul.depth_02 {
  display: none;
  position: absolute;
  width: 100%;
  top: 80px;
  left: 0;
}
.header_wrap:hover .header nav ul.depth_02 {
  display: inline-block;
}
.header nav ul.depth_02 li a {
  font-size: 16px;
}
.header nav ul.depth_02 > li > :where(a, span) {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}
.header nav ul.depth_02 > li {
  position: relative;
  width: auto;
  min-width: 105px;
  text-align: center;
  padding: 0px 5px;
  margin: 10px 0;
}
.header nav ul.depth_02 > li > :where(a, span):hover {
  color: #0099ff;
  text-decoration: underline;
  font-weight: 600;
}
.header_wrap:hover nav ul.depth_01 > li > :where(a, span) > :where(a, span) {
  color: #000;
  cursor: pointer;
}
.header_wrap.active nav ul.depth_01 > li > :where(a, span) {
  color: #000;
  cursor: pointer;
}
.header_wrap.sub nav ul.depth_01 > li > :where(a, span) {
  color: #000;
  cursor: pointer;
}
.header nav ul li {
  position: relative;
  width: auto;
  text-align: center;
  padding: 0 15px;
}
.header nav .depth_02 {
  /* display: inline-block; */
  display: none;
  position: absolute;
  width: 100%;
  top: 30px;
  left: 0;
}
.logo_wrap {
  max-width: 210px;
  height: 55px;
  line-height: 110px;
}
.logo_wrap a {
  width: 100%;
  display: inline-block;
  height: 100%;
}
.logo_wrap img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.utility {
  min-width: 280px;
  margin-top: -8px;
}
.utility :where(li + li) {
  margin-left: 5px;
}
.utility li {
  display: inline-block;
  padding: 0 20px;
  background-color: blue;
  border-radius: 50px;
  height: 30px;
  line-height: 30px;
}
.utility li:nth-child(1) {
  background-color: #0099ff;
}
.utility li:nth-child(2) {
  background-color: #0066cc;
}
.utility li:nth-child(3) {
  background-color: #003399;
}
.utility li a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "NanumSquareR";
  letter-spacing: 0.5px;
}
/*헤더 끝*/

/*메인 시작*/
.visual {
  position: relative;
  overflow-x: hidden;
  height: 550px;
}
.visual .img_cov{
  object-position: left;
}
.visual > div {
  height: 100%;
}
.visual .desc_wrap {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0%, -50%);
}
.visual .desc_wrap .desc_01 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
}
.visual .desc_wrap .desc_02 {
  color: #fff;
  font-weight: 300;
  font-size: 90px;
}
.visual .pagination_wrap {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 115px !important;
  left: 5% !important;
  z-index: 1;
}
.visual .pagination_wrap .pause_btn {
  margin-left: 13px;
  height: 13px;
  background-image: url(../img/pause.png);
  width: 12px;
  background-repeat: no-repeat;
  background-size: contain;
}
.visual .pagination_wrap .pause_btn.play {
  background-image: url(../img/play_btn.png);
}
.visual .pagination {
  display: flex;
  align-items: center;
}
.visual .pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
  font-size: 0;
}
.visual .pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  opacity: 1;
  width: auto;
  height: 22px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.visual
  .pagination
  :where(.swiper-pagination-bullet + .swiper-pagination-bullet) {
  margin-left: 15px !important;
}
.keyword_list {
  height: 0;
  z-index: 1;
}
.keyword_swiper_wrap {
  position: absolute;
  width: 100%;
  background-color: #c8d5e6;
  height: 150px;
  border-radius: 5px;
  top: -75px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  padding: 30px 40px;
}
.keyword_swiper_wrap .left_box {
  flex: 1;
  font-size: 22px;
  font-weight: 600;
}
.keyword_swiper_wrap .right_box {
  flex: 5;
  padding: 0 30px;
  overflow: hidden;
}
.keyword_swiper_wrap .swiper-wrapper {
  overflow: hidden;
}
.keyword_swiper_wrap .swiper-wrapper a {
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "NanumSquareR";
  font-weight: 600;
}
.keyword_swiper_wrap .swiper-wrapper .swiper-slide {
  background-size: cover;
  border-radius: 100px;
  display: inline-flex;
  height: 90px;
}
.keyword_swiper_wrap .swiper-wrapper .swiper-slide:hover {
  opacity: 0.85;
}

.keyword_swiper_wrap .swiper-wrapper .swiper-slide:nth-of-type(5n + 1) {
  background-image: url("../img/hash_img_01.png");
}
.keyword_swiper_wrap .swiper-wrapper .swiper-slide:nth-of-type(1n + 1) {
  background-image: url("../img/hash_img_02.png");
}
.keyword_swiper_wrap .swiper-wrapper .swiper-slide:nth-of-type(2n + 1) {
  background-image: url("../img/hash_img_03.png");
}
.keyword_swiper_wrap .swiper-wrapper .swiper-slide:nth-of-type(3n + 1) {
  background-image: url("../img/hash_img_04.png");
}
.keyword_swiper_wrap .swiper-wrapper .swiper-slide:nth-of-type(4n + 1) {
  background-image: url("../img/hash_img_05.png");
}
.keyword_swiper_wrap .pagination {
  position: absolute;
  left: 37px !important;
  bottom: 27px !important;
  width: auto !important;
}
.keyword_swiper_wrap .pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}
.keyword_swiper_wrap
  .pagination
  :where(.swiper-pagination-bullet + .swiper-pagination-bullet) {
  margin-left: 13px !important;
}
.keyword_swiper_wrap .prev_btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  left: 18.2%;
}
.keyword_swiper_wrap .next_btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  right: 2.8%;
}
.keyword_swiper {
  overflow: hidden;
}

.main_banner_wrap {
  background-color: #eee;
  padding: 115px 20px 80px;
  margin-bottom: -60px;
}
.main_banner_slide_wrap {
  position: relative;
  height: auto;
  width: 100%;
}
.main_banner_wrap .main_banner_slide {
  overflow: hidden;
  height: 350px;
  max-width: 1700px;
  border-radius: 10px;
  margin: 0 auto;
}
.main_banner_wrap .main_banner_slide .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.main_banner_wrap .main_banner_slide .swiper-slide img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main_banner_wrap .btn_wrap button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.main_banner_wrap .btn_wrap button.prev_btn {
  left: 20px;
}
.main_banner_wrap .btn_wrap button.next_btn {
  right: 20px;
}
.main_banner_wrap .pagination {
  position: absolute;
  bottom: -50px !important;
  text-align: center;
}
.main_banner_wrap .pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #6699cc;
  opacity: 1;
  margin: 0 10px !important;
}
.main_banner_wrap .pagination .swiper-pagination-bullet-active {
  background-color: #333;
}
.storage_list_wrap {
  margin: 60px 0;
  margin: 150px 0 60px;
}
.storage_list_wrap h2 {
  font-size: 36px;
  text-align: center;
}
.storage_list_key_wrap {
  text-align: center;
  padding: 20px 10px;
  max-width: 1032px;
  width: 100%;
  margin: 0 auto;
}
.storage_list_wrap .swiper-slide .img_wrap_cnt {
  height: 200px;
}
.storage_list_key_wrap :where(button, a) {
  padding: 10px 16px;
  background-color: #eee;
  border-radius: 100px;
  color: #666666;
  font-family: "NanumSquareL", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
}
.storage_list_key_wrap button.color_w{
  color: #fff;
}
.storage_list_key_wrap button.active {
  background-color: #363c4b;
  color: #fff;
}
.storage_list_key_wrap button:hover {
  background-color: #363c4b !important;
  color: #fff;
}
.storage_list_key_wrap :where(span + span) {
  margin-left: 10px;
}
.storage_list_swiper {
  padding: 20px 0;
  overflow: hidden;
}
.storage_list_wrap .heart_wrap {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  top: 0px;
}
.storage_list_wrap .heart_wrap button {
  display: inline-block;
  background-image: url(../img/heart.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 20%;
}
.storage_list_wrap .heart_wrap button.active {
  background-image: url(../img/heart_fill.png);
}
.storage_list_swiper .scrollbar_wrap {
  width: 100%;
  margin-top: 60px;
  position: relative;
}
.storage_list_swiper .scrollbar {
  height: 1px;
  width: calc(100% - 40px);
  max-width: 700px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0066cc;
}
.storage_list_swiper .scrollbar > div {
  height: 7px;
  top: -3px !important;
  border-radius: 0 !important;
  background-color: #0066cc !important ;
}
.storage_list_swiper .swiper-slide {
  border: 2px solid #eee;
  font-family: "NanumSquareL", sans-serif;
}
.storage_list_swiper .swiper-slide:hover {
  border: 2px solid #0066cc;
}
.storage_list_swiper .swiper-slide .tit_wrap {
  position: relative;
  padding: 10px 15px 5px 15px;
}
.storage_list_swiper .swiper-slide .tit_wrap p {
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.storage_list_swiper .swiper-slide .tit_wrap .temp_wrap {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.storage_list_swiper .swiper-slide .tit_wrap .temp_wrap span {
  font-size: 15px;
  display: inline-block;
  margin-left: 5px;
}
.storage_list_swiper .swiper-slide .tit_wrap .temp_wrap img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.storage_list_swiper .swiper-slide .desc_wrap .location {
  border-top: 1px solid #eee;
  padding: 10px 15px 5px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.storage_list_swiper .swiper-slide .desc_wrap .size {
  padding: 5px 15px 10px;
  font-weight: 600;
}
.storage_list_swiper .scrollbar > div {
  cursor: pointer;
}
.key_wrap {
  padding: 10px 15px;
  background-color: #eee;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 38px;
}
.storage_list_wrap .desc_wrap .tit{
  display: none;
}
.notice_list_wrap {
  margin: 60px auto;
}
.pic_li_lt.notice_list {
  width: 100%;
  padding: 0;
}
.pic_li_lt.notice_list h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
}
.pic_li_lt.notice_list .notice_swiper {
  width: 100%;
  border-block: 2px solid #333;
  overflow: hidden;
}
.pic_li_lt.notice_list .con_wrap {
  padding: 35px 0px;
}
.pic_li_lt.notice_list li {
  width: 25%;
  padding: 0;
  border-bottom: 0;
  margin-bottom: 0;
  padding: 0 20px;
  position: relative;
}
.pic_li_lt.notice_list :where(li + li) {
  border-left: 1px solid #ccc;
}
.pic_li_lt.notice_list li .tit {
  font-size: 18px;
  font-weight: 600;
}
.pic_li_lt.notice_list li .date {
  padding-top: 80px;
}
.pic_li_lt.notice_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pic_li_lt.notice_list li .more_btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../img/more_btn.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5px;
  right: 20px;
}
.pic_li_lt.notice_list li:hover .more_btn {
  background-image: url("../img/more_btn_active.png");
}
.pic_li_lt.notice_list .lt_more {
  color: #000;
  font-weight: 800;
  font-size: 14px;
  top: 46px;
  width: auto;
}
.pic_li_lt.notice_list .lt_more:hover .img_wrap {
  filter: opacity(0.5);
}

.pic_li_lt.notice_list .lt_more .img_wrap {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 5px;
}
.no_list {
  width: 100%;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  color: #777;
}
/*메인 끝*/

/*푸터 시작*/
.footer_wrap {
  margin-top: 100px;
}
.footer_wrap > div {
  width: 100%;
  padding: 60px 20px;
}
.footer_wrap .box_wrap {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
  font-family: "NanumSquareL", sans-serif;
}
.blue_box {
  width: 100%;
  padding: 60px 20px;
  background-color: #d0e7f6;
}
.blue_box .box_wrap > div {
  width: 50%;
}
.blue_box .left_box {
  margin-right: 50px;
}
.blue_box .left_box .sch_tit {
  font-size: 40px;
  margin-bottom: 20px;
}
.blue_box .left_box .hd_sch_wr {
  float: unset;
  padding: 0;
  max-width: 760px;
  margin-left: 0;
  width: 100%;
}
.blue_box .left_box #hd_sch {
  border-radius: 0;
}

.blue_box .left_box #hd_sch #sch_stx {
  float: unset;
  width: calc(100% - 60px);
  height: 45px;
  padding: 10px 20px;
  border-radius: 0;
  background: #e8f3fb;
  border: 0;
  border-right: 0;
  font-size: 16px;
  color: #333;
}
#hd_sch #sch_submit {
  float: unset;
  width: 60px;
  height: 45px;
  border: 0;
  background: #e8f3fb;
  color: #333;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
}
.blue_box .right_box ul {
  display: flex;
  justify-content: space-between;
}
.blue_box .right_box ul li {
  display: flex;
  flex-direction: column;
}
.blue_box .right_box ul.depth_01 > :where(li + li) {
  margin-left: 20px;
}
.blue_box .right_box ul li span {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
  font-family: "NanumSquareL", sans-serif;
}
.blue_box .right_box ul.depth_02 {
  flex-direction: column;
  justify-content: normal;
}
.blue_box .right_box ul.depth_02 a {
  font-weight: 600;
  color: #666;
  margin: 3px 0;
}
.footer_wrap a:hover {
  opacity: 0.8;
}
.white_box .left_box {
  width: 70%;
}
.white_box .right_box {
  width: 400px;
  margin-left: 30px;
}
.white_box .left_box a {
  font-weight: 600;
}
.white_box .left_box a:last-of-type {
  margin-bottom: 40px;
}
.white_box .left_box :where(a + a) {
  display: inline-block;
  margin-left: 40px;
  position: relative;
}
.white_box .left_box :where(a + a)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #333;
  position: absolute;
  left: -22px;
  top: 3px;
}

.white_box .left_box .com_tit {
  font-size: 17px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}
.white_box .left_box .com_info + p {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}
.white_box .left_box .com_info .company_info_link {
  text-decoration: underline;
}
.white_box .left_box .com_info .company_info_link:hover {
  color: #0066cc;
}
.white_box .left_box .com_info span {
  color: #666;
  font-size: 14px;
  white-space: nowrap;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  line-height: 1.3;
}
.white_box .left_box .com_info span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #aaa;
  position: absolute;
  top: 4px;
  right: -10px;
}
.white_box .left_box .com_info span:nth-last-child(1):after {
  display: none;
}
.white_box .right_box {
  text-align: end;
}
.white_box .right_box p.tit {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  width: auto;
}
.white_box .right_box p.ph_no {
  display: inline-block;
  font-size: 46px;
  font-weight: 600;
  color: #0066cc;
  margin-left: 10px;
}
.white_box .right_box p.info {
  width: auto;
  font-weight: 600;
  color: #666;
  margin-top: 10px;
  text-align: right;
  line-height: 1.3;
  font-size: 14px;
}

/*푸터 끝*/
/*서브 페이지 시작*/
.sub_page {
  padding-top: 112px;
}
.file_wrap .file {
  vertical-align: middle;
  margin-right: 5px;
}
.file_wrap .file:hover {
  border: 1px solid #bbb;
}
.prev_btn:hover img {
  filter: opacity(0.6);
}
.next_btn:hover img {
  filter: opacity(0.6);
}
.map_page_wrap {
  height: calc(100vh - 112px);
}
.map_page_wrap .map_search {
  padding: 15px 20px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #bccadc;
}
.map_page_wrap .map_search .sch_box_wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.map_page_wrap .map_search .sch_box {
  width: 430px;
  background-color: #c8d5e6;
  border-radius: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-right: 20px;
  position: relative;
}
.map_page_wrap .map_search .sch_box::after {
  position: absolute;
  right: -20px;
  top: 5px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: #c8d5e6;
}
.map_page_wrap .map_search .sch_box input {
  border: 0;
  background-color: transparent;
  font-size: 14px;
  width: calc(100% - 23px);
}
.map_page_wrap .map_search .sch_box input::placeholder {
  color: #6699cc;
}
.map_page_wrap .map_search .sch_type_wrap {
  display: flex;
  margin-left: 20px;
}
.map_page_wrap .map_search .sch_type_wrap > div {
  width: 200px;
  margin: 0 5px;
  background-color: #fff;
  border: 1px solid #bac7d7;
  padding: 0 20px;
  line-height: 50px;
  border-radius: 100px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.map_page_wrap .map_search .sch_type_wrap > div > span {
  display: inline-block;
  width: calc(100%);
  height: 100%;
  padding-right: 15px;
  position: absolute;
  left: 0px;
  z-index: 1;
}
.map_page_wrap .map_search .sch_type_wrap > div::after {
  content: "";
  display: inline-block;
  background-image: url("../img/li_btn.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 19px;
  right: 20px;
}
.map_page_wrap .map_search .sch_type_wrap > div.active::after {
  transform: rotate(180deg);
  top: 7px;
}
.map_page_wrap .map_search .sch_type_wrap > div ul li {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.map_page_wrap .map_search .sch_type_wrap > div ul :where(li + li) {
  margin-top: 5px;
}
.map_page_wrap .map_search .sch_type_wrap > div ul li button {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
}
.map_page_wrap .map_search .sch_type_wrap > div ul li:hover {
  background-color: #0066cc;
  color: #fff;
}
.map_page_wrap .map_search .sch_type_wrap > div ul li.active {
  background-color: #0066cc;
  color: #fff;
}
.map_page_wrap .map_search .btn_b {
  min-width: 70px;
}

.map_page_wrap .map_search .refresh_btn {
  margin-left: 5px;
}
.map_page {
  background-color: #f2f2f2;
  height: calc(100% - 83px);
  position: relative;
}

.map_page .map_open_btn {
  position: absolute;
  height: 100px;
  width: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f2f2f2;
  border: 1px solid #c8d5e6;
  border-left: none;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  transition: transform 0.7s;
}
.map_page .map_open_btn img {
  width: 10px;
}
/* .map_page.active .map_open_btn {
  transform: translate(-420px, -50%);
  transition: transform 0.7s;
} */
.map_page.active .map_open_btn img {
  transform: rotate(180deg);
}
.map_page.active .map_detail {
  transform: translateX(-450px);
  transition: transform 1s;
}
.map_page .map_detail {
  padding: 10px 20px;
  position: absolute;
  height: calc(100% - 30px);
  top: 15px;
  overflow-y: auto;
  width: 420px;
  border-right: 1px solid #c8d5e6;
  transition: 1s;
  display: inline-block;
  z-index: 2;
  background-color: #f2f2f2;
}
.map_page .map_detail :where(.detail + .detail) {
  margin-top: 10px;
}
.map_page .map_detail .detail {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px -1px 7px #ccc;
}
.map_page .map_detail .detail:hover {
  box-shadow: 0px -1px 7px #aaa;
}
.map_page .map_detail .detail a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.map_page .map_detail .img_wrap {
  display: inline-block;
  width: 75px;
  height: 60px;
  position: relative;
  min-width: 75px;
}
.map_page .map_detail .img_wrap img {
  border-radius: 10px;
}
.map_page .map_detail .sale_type_icon {
  position: absolute;
  left: -10px;
  top: -10px;
  font-size: 13px;
  width: 36px;
  height: 36px;
  background-color: #6b88a6;
  border-radius: 50px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.5px;
}
.map_page .map_detail .sale_type_icon.sale {
  background-color: #6b88a6;
}
.map_page .map_detail .sale_type_icon.rent {
  background-color: #235651;
}

.map_page .map_detail .desc_wrap {
  margin-left: 15px;
}
.map_page .map_detail .desc_wrap p {
  font-weight: 700;
  font-size: 16px;
  text-align: left;
}
.map_page .map_detail .desc_wrap :where(p + p) {
  margin-top: 3px;
}
.map_page .map_detail .desc_wrap .keyword_wrap span {
  color: #bbb;
  font-size: 12px;
}
.map_page .map_detail::-webkit-scrollbar {
  width: 4px; /* 가로축 스크롤바 폭 너비 */
}
.map_page .map_detail::-webkit-scrollbar-thumb {
  width: 8px; /* 가로축 스크롤바 폭 너비 */
  background: #6b88a6; /* 스크롤바 막대 색상 */
  border-radius: 50px;
}
.map_page .map_detail::-webkit-scrollbar-track {
  width: 2px; /* 가로축 스크롤바 폭 너비 */
  background: #bac7d7; /* 스크롤바 뒷 배경 색상 */
  border-radius: 50px;
}
.map_page .map_wrap {
  width: calc(100% - 440px);
  margin: 15px 10px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  height: calc(100% - 30px);
  float: right;
  transition: width 1s;
}
.map_page .map_wrap .map {
  border: 1px solid #c8d5e6;
  /* border-radius: 30px; */
  border-radius: 10px;
}
.map_page.active .map_wrap {
  width: calc(100% - 25px);
  transition: width 1s;
}
.map_page .map_wrap > .map {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.map_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
}

.custom_typecontrol {
  position: absolute;
  top: 10px;
  right: 10px;
  overflow: hidden;
  width: 190px;
  height: 30px;
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 12px;
}

.custom_typecontrol span {
  display: block;
  width: 60px;
  height: 30px;
  padding: 0 5px;
  float: left;
  border: 1px solid #e0e0e0;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 100;
  background: #fff;
  border-radius: 5px;
}

.custom_typecontrol :where(span + span) {
  margin-left: 5px;
}

.custom_typecontrol .btn:hover {
  color: #0066cc;
  border: 1px solid #0066cc;
}

.custom_typecontrol .selected_btn {
  color: #0066cc;
  border: 1px solid #0066cc;
}

.custom_zoomcontrol {
  position: absolute;
  top: 50px;
  right: 11px;
  width: 36px;
  border-radius: 5px;
  height: 80px;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

.custom_zoomcontrol span {
  display: block;
  width: 34px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}

.custom_zoomcontrol span img {
  width: 15px;
  height: 15px;
  margin: 12px 0;
  border: none;
}

.custom_zoomcontrol span:hover img {
  filter: brightness(0);
  border: 0;
}

.custom_zoomcontrol span:first-child {
  border-bottom: 1px solid #bfbfbf;
}

.road_view_wrap {
  position: absolute;
  top: 140px;
  right: 11px;
  width: 36px;
  border-radius: 5px;
  height: 40px;
  overflow: hidden;
  z-index: 1;

  background-color: #fff;
}

.road_view_wrap button {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 7px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.road_view_wrap button:hover img {
  filter: brightness(0);
}
.storage_detail_section .pop_bg .pop_up {
  width: 300px;
  height: auto;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  position: relative;
  padding: 15px;
}
.storage_detail_section .pop_bg .close_btn_wrap {
  top: 8px;
  right: 0;
  text-align: right;
  padding: 0 10px;
}
.storage_detail_section .pop_bg .pop_up button img {
  filter: brightness(0);
}
.pop_bg .close_btn_wrap button img {
  filter: brightness(1);
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.call_page {
  width: 100%;
  height: auto;
  margin-top: 17px;
  border: 1px solid #bac7d7;
  border-radius: 5px;
}
.call_page li {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  border-bottom: 1px solid #bac7d7;
}
.call_page li:nth-last-child(1) {
  border-bottom: none;
}
.call_page li .tit {
  display: inline-block;
  width: 90px;
  text-align: center;
  background-color: #c8d5e645;
  height: 100%;
  line-height: 40px;
  border-right: 1px solid #bac7d7;
}
.call_page li .desc {
  padding: 0 20px;
}

.road_map_wrap {
  width: calc(100% - 40px);
  max-width: 1600px;
  max-height: calc(100vh - 200px);
  height: calc(100vh - 100px);
  background-color: #fff;
}
.sch_type_detail {
  display: none;
  position: absolute;
  z-index: 3;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #bac7d7;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
}
.sch_type_detail h4 {
  text-align: left;
  font-weight: normal;
}
.sch_type_detail.filter_range {
  width: 300px;
  padding: 20px;
  font-family: "NanumSquareR", sans-serif;
}
.sch_type_detail .filter_range_value {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 21px;
}
.sch_type_detail input[type="text"] {
  width: 100%;
  border: 1px solid #dde2e6;
  border-radius: 4px;
  height: 40px;
  padding: 14px;
  color: #333;
  background-color: #fff;
}
.sch_type_detail .filter_range_input {
  position: relative;
  height: 18px;
}
.sch_type_detail .slide_track {
  display: flex;
  width: 100%;
  height: 6px;
  background-color: #eef1f5;
  border-radius: 4px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.sch_type_detail .track_wrap {
  width: 100%;
  position: relative;
}
.sch_type_detail .filter_range_input input[type="range"] {
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}
.sch_type_detail .min_max {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 5px;
}
.sch_type_detail .min_max span {
  font-size: 12px;
  color: #91999f;
  line-height: 18px;
}
.sch_type_detail .filter_range_input input[type="range"] {
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
  -webkit-appearance: none;
}

/* .sch_type_detail input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
} */

.sch_type_detail .thumb {
  display: inline-block;
  position: absolute;
  top: 0;
  transform: translateY(-0.25rem);
  width: 18px;
  height: 18px;
  background-color: black;
  border-radius: 50%;
}

.sch_type_detail .left {
  left: 0;
}

.sch_type_detail .right {
  right: 0;
}

.box input {
  width: calc(100% - 2rem);
  top: 3rem;
  left: 1rem;
  position: absolute;
  border: none;
}

.box input:first-child {
  top: 1rem;
}

.box .range {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0066cc;
  border-radius: 0.5rem;
}

.box .thumb {
  position: absolute;
  top: 0;
  transform: translateY(-0.25rem);
  width: 1rem;
  height: 1rem;
  background-color: #acb9ca;
  border-radius: 50%;
}

.box .left {
  left: 0;
}

.box .right {
  right: 0;
}
.box input::-webkit-slider-thumb {
  pointer-events: all;
  /* appearance, background-color는 지워도 됨 */
  appearance: none;
  width: 2.5rem;
  height: 1.5rem;
}

.contact_wrap {
  width: 100%;
  padding: 0 20px;
  max-width: 1600px;
  margin: 0 auto;
}
.contact_wrap .sign_wrap > ul {
  border-top: 1px solid #0066cc;
}
.user_select_wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 50px;
  background: #fff;
}

input[type="text"].user_select_btn {
  overflow: hidden;
  display: inline-block;
  position: relative;
  padding: 0 36px 0 14px;
  height: 50px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 18px;
  color: #8d9291;
  text-align: left;
  cursor: pointer;
  height: 50px;
}

.user_select_wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/li_btn.png) no-repeat 50% 50%;
  background-size: 100% auto;
}

.user_select_wrap.open:after {
  transform: translateY(-50%) rotate(-180deg);
}

.user_select_wrap.open .user_select_ul_wrap {
  display: block;
  z-index: 2;
  overflow: auto;
  /* max-height: 251px; */
}

.user_select_wrap .user_select_ul_wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  padding: 0 8px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
}

.user_select_wrap .user_select_ul_wrap > ul {
  overflow-y: auto;
}

.user_select_wrap .user_select_li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #121212;
  font-size: 18px;
  overflow: hidden;
  padding: 0 5px;
}

.user_select_wrap .user_select_li:hover {
  width: 100%;
  height: 50px;
  color: #aaa;
}

.user_select_wrap .user_select_li-wrapper {
  height: 100%;
  display: block;
  padding-left: 8px;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user_select_wrap .user_select_li:nth-of-type(1) {
  border-top: none;
}
.user_select_wrap .user_select_li:nth-last-of-type(1) {
  border-bottom: none;
}
.sign_wrap li.add_wrap.cont_wrap > label {
  padding: 10px 10px;
}
.cont_wrap .cont {
  height: 154px;
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 15px;
}
/* 스크롤바 전체 기본 꾸미기 */
.user_select_ul_wrap::-webkit-scrollbar {
  width: 5px;
  /* 세로축 스크롤바 폭 너비 */
}

/* 스크롤바 막대 꾸미기 */
.user_select_ul_wrap::-webkit-scrollbar-thumb {
  background: #cccccc;
  /* 스크롤바 막대 색상 */
}

/* 스크롤바 트랙 꾸미기 */
.user_select_ul_wrap::-webkit-scrollbar-track {
  background-color: transparent;
}
.storage_detail_container {
  margin: 40px auto;
}
.storage_detail_container .main_wrap {
  display: flex;
}
.storage_detail_container .main_wrap .main_img_slide_wrap {
  flex: 2;
  margin-right: 50px;
  width: calc(100% - 500px);
  position: relative;
  max-height: 500px;
}
.storage_detail_container .main_wrap .main_img_slide_wrap .pagination {
  position: absolute;
  bottom: -35px;
  text-align: center;
}
.storage_detail_container
  .main_img_slide_wrap
  .pagination
  .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #6699cc;
  opacity: 1;
  margin: 0 7px;
}
.storage_detail_container
  .main_img_slide_wrap
  .pagination
  .swiper-pagination-bullet-active {
  background-color: #333;
}
.storage_detail_container .main_img_slide_wrap .btn_wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
}
.storage_detail_container .main_wrap .main_img_wrap {
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  width: 100%;
  height: 100%;
}
.storage_detail_container .main_wrap .main_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.storage_detail_container .main_wrap .main_img_wrap .swiper-slide {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
.storage_detail_container .main_wrap .main_desc_wrap {
  flex: 1;
  min-width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.storage_detail_container .main_wrap .main_desc_wrap > p {
  margin-bottom: 15px;
  font-weight: bold;
}
.storage_detail_container .main_wrap .main_desc_wrap > p .sale_icon {
  height: 40px;
  display: inline-block;
}

.storage_detail_container .main_desc_wrap .tit {
  font-size: 2vw;
  font-weight: bold;
  letter-spacing: 0.8px;
  word-break: keep-all;
}
.storage_detail_container .main_desc_wrap .icon_wrap {
  height: 50px;
}
.storage_detail_container .main_desc_wrap .icon_wrap button {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-size: contain;
}
.storage_detail_container .main_desc_wrap .icon_wrap button.call_icon {
  background-image: url("../img/call_icon.png");
}
.storage_detail_container .main_desc_wrap .icon_wrap button.heart_icon {
  background-image: url("../img/heart_icon.png");
}
.storage_detail_container .main_desc_wrap .icon_wrap button.heart_icon.active {
  background-image: url("../img/heart_icon_fill.png");
}
.storage_detail_container .main_desc_wrap .icon_wrap button.share_icon {
  background-image: url("../img/share_icon.png");
}
.storage_detail_container .main_desc_wrap .addr span {
  display: block;
  margin-top: 5px;
}
.storage_detail_container .main_desc_wrap .map_btn_wrap {
  height: 50px;
}
.storage_detail_container .main_desc_wrap .map_btn_wrap .map_btn {
  font-size: 14px;
  font-weight: bold;
  padding: 0px 25px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  display: inline-flex;
  height: 100%;
  align-items: center;
  min-width: 120px;
}
.storage_detail_container .main_desc_wrap .map_btn_wrap .map_btn img {
  object-fit: contain;
  margin-right: 10px;
  width: 20px;
}
.storage_detail_container .main_desc_wrap .detail {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
.storage_detail_container .main_desc_wrap .detail ul {
  display: flex;
  flex-direction: column;
}
.storage_detail_container .main_desc_wrap .detail li {
  display: flex;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e0e0e0;
  padding-right: 20px;
}
.storage_detail_container .main_desc_wrap .detail li .tit {
  background-color: #f2f2f2;
  width: 110px;
  min-width: 110px;
  padding: 0 20px;
  height: 100%;
  margin-right: 20px;
}
.storage_detail_container .main_desc_wrap .detail li:nth-last-of-type(1) {
  border-bottom: 0;
}
.storage_detail_container .main_desc_wrap .detail p {
  font-size: 16px;
}
.storage_detail_container .main_desc_wrap .detail p.desc {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.storage_detail_container :where(section + section) {
  margin-top: 100px;
}
.storage_detail_container section .storage_detail {
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  border-top-left-radius: 0px;
  padding: 20px;
  line-height: 1.3;
  font-size: 16px;
  white-space: break-spaces;
  word-break: break-word;
}
.storage_detail_container section .storage_detail .map_wrap {
  width: 100%;
  height: 420px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  position: relative;
}
.storage_detail_container section .storage_detail .map_btn {
  width: 80px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  position: absolute;
  top: 15px;
  left: 15px;
}
.storage_detail_container section .storage_detail .addr {
  margin-top: 10px;
}
.storage_detail_container h4 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #e0e0e0;
  border-bottom: 1px solid #fff;
  width: 160px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.storage_detail_container h4::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.storage_detail_container h4 img {
  display: inline-block;
  width: 20px;
  object-fit: contain;
  margin-right: 10px;
  filter: brightness(0);
}
.storage_detail_container .detail p.desc::-webkit-scrollbar {
  height: 3px; /* 가로축 스크롤바 폭 너비 */
}
.storage_detail_container .detail p.desc::-webkit-scrollbar-thumb {
  height: 3px; /* 가로축 스크롤바 폭 너비 */
  background: #ddd; /* 스크롤바 막대 색상 */
  border-radius: 50px;
}
.storage_detail_container .detail p.desc::-webkit-scrollbar-track {
  height: 3px; /* 가로축 스크롤바 폭 너비 */
  background: #f2f2f2; /* 스크롤바 뒷 배경 색상 */
  border-radius: 50px;
}
.contact_wrap h2 {
  margin: 50px 0;
  font-size: 48px;
  font-weight: normal;
}
.contact_wrap strong {
  font-weight: bold;
  color: #003399;
}
.contact_wrap .contact_type {
  display: flex;
  margin: 40px 0 40px;
  justify-content: space-between;
}
.contact_wrap .contact_type .desc {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.contact_wrap .contact_type .icon_wrap {
  display: flex;
}
.contact_wrap .contact_type .icon_wrap li {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-left: 40px;
}
.contact_wrap .contact_type .icon_wrap li img {
  margin-left: 25px;
  width: 50px;
  object-fit: contain;
}

.my_page_menu {
  width: 100%;
  display: flex;
  margin-bottom: 50px;
}
.my_page_menu a {
  flex: 1;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
}
.my_page_menu a:hover {
  color: #0066cc;
  border-bottom: 2px solid #0066cc;
}
.my_page_menu a.active {
  color: #0066cc;
  border-bottom: 2px solid #0066cc;
}
.my_page .like_list ul {
  border-top: 2px solid #aaa;
}
.my_page .like_list ul.empty_like {
  background-color: #f2f2f255;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
}
.my_page .like_list ul.empty_like li {
  height: 100%;
}
.my_page .like_list ul li {
  padding: 20px 15px 45px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.my_page .like_list ul li a {
  display: inline-flex;
  width: 100%;
  height: 100%;
}
.my_page .like_list ul li:hover {
  background-color: #f9f9f9;
}
.my_page .like_list ul li .img_wrap {
  width: 300px;
  height: 160px;
  border-radius: 5px;
  overflow: hidden;
}
.my_page .like_list ul li .img_wrap:hover {
  opacity: 0.9;
}
.my_page .like_list ul li .temp_wrap {
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 20px;
  align-items: center;
}
.my_page .like_list ul li .temp_wrap img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: inline-block;
}
.my_page .like_list ul li .temp_wrap span {
  font-weight: bold;
  margin-top: 7px;
}
.my_page .like_list ul li .del_btn {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.my_page .like_list ul li .del_btn button {
  border-radius: 5px;
  background-color: #ddd;
  padding: 5px 15px;
  font-family: "NanumSquareL", sans-serif;
  font-weight: bold;
}
.my_page .like_list ul li .del_btn button:hover {
  background-color: #3a8afd;
  color: #fff;
}
.my_page .like_list .desc_wrap {
  margin-left: 20px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 0;
}
.my_page .like_list .desc_wrap > .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  word-break: keep-all;
  height: unset;
  width: calc(100% - 55px);
}
.my_page .like_list .desc_wrap > .tit:hover {
  color: #666;
}
.my_page .like_list .desc_wrap .addr {
  margin-bottom: 10px;
  color: #666;
  width: calc(100% - 55px);
}
.my_page .like_list .desc_wrap .keyword_wrap {
  display: flex;
  flex-direction: column;
}
.my_page .like_list .desc_wrap .keyword_wrap > span {
  margin-bottom: 5px;
}
.my_page .like_list .desc_wrap .keyword_wrap .tit {
  font-weight: bold;
  margin-right: 10px;
  width: 80px;
  display: inline-block;
}
.my_page .like_list .desc_wrap .keyword_wrap .desc {
  color: #666;
  line-height: 1.35;
}
.my_page .pop_up {
  width: calc(100% - 40px);
  max-width: 500px;
  background-color: #fff;
  padding: 30px 20px 20px;
  border-radius: 10px;
}
.my_page .pop_up h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.my_page .pop_up .leave {
  position:relative;
}
.my_page .pop_up .leave li{
  margin-bottom: 15px;
  margin-top: 15px;
  word-break: keep-all;
  line-height: 1.3;
  font-family: "NanumSquareR";
  font-weight: 600;
}
.my_page .pop_up .leave li.color_b{
  padding: 8px 10px;
    text-align: center;
    background-color: #f2f2f2;
    border: 1px solid #aaa;
    border-radius: 5px;
}

.my_page .pop_up .leave li.color_g{
  margin-top: 0;
  margin-bottom: 10px;
  color: #333;
}
.my_page .pop_up .leave li.font_b{
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  text-align: center;
}
.my_page .pop_up .leave .close_btn_wrap{
  display: inline-block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: -55px;
  right: -5px;
  text-align: right;
  padding: 0;
}
.my_page .pop_up .leave .close_btn_wrap img{
  filter: brightness(0);
}
.my_page .leave li.btn_wrap{
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  margin-bottom: 0;
}
.my_page .btn_wrap :where(a, button){
  flex: 1;
    border: 1px solid #aaa;
    line-height: 50px;
    font-family: "NanumBarunGothic", dotum, sans-serif;
    font-weight: 400;
}
.my_page .leave .btn_wrap button{
  margin-left: 10px;
  color: #fff;
  margin-bottom: 0;
}
.my_page .leave_open_btn {
  position: relative;
  padding: 0px 10px;
  background-color: #fff;
  color: #7e838b;
}
.my_page .leave_open_btn_wrap {
  width: calc(100% - 40px);
  text-align: center;
  margin: 20px 20px 0;

}
.my_page .leave_open_btn::before {
  content: "";
  display: inline-block;
  width: calc(100vw - 40px);
  max-width: 300px;
  height: 1px;
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.sub_page .tit_wrap h2 {
  font-size: 45px;
  font-family: "NanumSquareR";
  font-weight: bold;
  color: #003399;
  margin: 60px 0 40px;
}
.sub_page .btn_wrap.right {
  text-align: right;
  margin-top: 30px;
}
.sub_page .btn_wrap {
  text-align: center;
}
.sub_page .round_btn {
  float: unset;
  height: 50px !important;
  min-width: 150px;
  font-size: 1.083em;
  width: auto;
  padding: 0 30px;
  border-radius: 80px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
}
.sub_page .btn_close {
  background-color: #7e838b;
  color: #fff;
}
.sub_page .btn_submit {
  background-color: #0066cc;
}

.sub_page.keep_all .tit_wrap {
  margin: 60px 0 60px;
}
.sub_page.keep_all .tit_wrap p {
  font-size: 36px;
  text-align: center;
  line-height: 1.5;
}
.sub_page.keep_all .tit_wrap a.tit {
  display: block;
  font-size: 36px;
  text-align: center;
  line-height: 1.5;
}
.sub_page.keep_all .tit_wrap a.tit:hover {
  color: #0066cc;
}
.service_page .tit_wrap p.square_b {
  font-weight: bold;
  font-size: 36px;
  margin-top: 60px;
}
.service_page .con_bg {
  width: 100%;
  display: flex;
  align-items: center;
  height: auto;
  justify-content: center;
  background-image: url(../img/service_main_bg.png);
  max-height: 600px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.service_page .con_bg .img_wrap picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
}
.sub_page.keep_all p {
  word-break: keep-all;
}
.sub_page .banner_wrap {
  margin: 80px 0 -100px;
  background-color: #f2f2f2;
  padding: 40px 20px 80px;
}
.sub_page .banner_wrap .tit {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
.sub_page .sub_page_banner_slide_wrap {
  position: relative;
}
.sub_page_banner_slide_wrap .sub_page_banner_slide {
  overflow: hidden;
  height: 350px;
  max-width: 1700px;
  border-radius: 10px;
  margin: 0 auto;
}
.sub_page_banner_slide_wrap .sub_page_banner_slide .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.sub_page_banner_slide_wrap .sub_page_banner_slide .swiper-slide img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sub_page_banner_slide_wrap .btn_wrap button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.sub_page_banner_slide_wrap .btn_wrap button.prev_btn {
  left: 20px;
}
.sub_page_banner_slide_wrap .btn_wrap button.next_btn {
  right: 20px;
}
.sub_page_banner_slide_wrap .pagination {
  position: absolute;
  bottom: -50px !important;
  text-align: center;
}
.sub_page_banner_slide_wrap .pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #6699cc;
  opacity: 1;
  margin: 0 10px !important;
}
.sub_page_banner_slide_wrap .pagination .swiper-pagination-bullet-active {
  background-color: #333;
}
.intro_page .main_img_wrap {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.intro_page .section_01 {
  margin-top: 160px;
}
.intro_page .section_02,
.intro_page .section_03 {
  position: relative;
  margin-top: 100px;
  overflow: hidden;
  padding-bottom: 40px;
}
.intro_page .section_01 .tit_wrap {
  position: relative;
}
.intro_page .section_01 .tit_wrap::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 40px;
  background-color: #999;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}
.intro_page .desc_wrap {
  text-align: center;
  line-height: 1.3;
}
.sub_page.keep_all .desc_wrap {
  text-align: center;
}
.sub_page.keep_all .desc_wrap p {
  line-height: 1.3;
  font-size: 28px;
}
.co_logo_wrap {
  display: flex;
  margin: 30px auto 60px;
  max-width: 800px;
}
.co_logo_wrap :where(span, button, a) {
  display: inline-flex;
  flex: 1;
  margin: 0 10px;
  justify-content: center;
  padding: 18px 20px;
  border: 1px solid #0066cc;
  align-items: center;
  min-width: auto;
  border-radius: 5px;
}
.co_logo_wrap :where(span, button, a) img {
  object-fit: contain;
  width: 75%;
}
.intro_page .section_02 .con_wrap {
  display: inline-flex;
  width: 100%;
}
.intro_page .section_02 .con_wrap .con {
  margin: 0 20px;
  flex: 1;
}
.intro_page .section_02 .con_wrap .con .img_wrap {
  width: 100%;
}
.intro_page .section_02 .con_wrap .con .img_wrap img {
  width: 100%;
}
.intro_page .section_02 .con_wrap .con .tit {
  margin: 20px 0 10px;

  font-size: 18px;
  font-weight: bold;
}
.intro_page .section_02 .con_wrap .con .desc {
  line-height: 1.5;
}
.intro_page .section_02::after {
  content: "";
  display: block;
  height: 330px;
  background-color: #f2f2f2c7;
  position: absolute;
  bottom: -50px;
  width: 100%;
  z-index: -1;
}
.intro_page .section_03 .desc_wrap {
  margin-bottom: 160px;
}
.intro_page .intro_wrap {
  margin-top: 100px;
  display: flex;
  position: relative;
}
.intro_page .intro_wrap::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 300px;
  width: 300px;
  border-radius: 500px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.5;
}
.intro_page .intro_wrap.owner {
  flex-direction: row-reverse;
  padding-left: 100px;
}
.intro_page .intro_wrap.user::after {
  background-color: #99cccc;
  right: -150px;
}
.intro_page .intro_wrap.owner::after {
  background-color: #99a3cc;
  left: -150px;
}
.intro_page .intro_wrap .con_wrap {
  display: flex;
  max-width: 650px;
  justify-content: space-between;
  margin-left: -25px;
}
.intro_page .intro_wrap .intro_desc {
  width: 100%;
  padding: 20px 40px 20px 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.intro_page .intro_wrap .tit {
  font-size: 42px;
  margin-bottom: 30px;
}
.intro_page .intro_wrap .desc {
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: bolder;
}
.intro_page .intro_wrap .intro_img {
  max-width: 700px;
}
.intro_page .intro_wrap .con_wrap .con {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.intro_page .intro_wrap .con_wrap :where(.con + .con)::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #d3d3d3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-5px, -50%);
  border-radius: 30px;
}
.intro_page .intro_wrap .con_wrap .con img {
  width: 60%;
  object-fit: contain;
}
.intro_page .intro_wrap .con_wrap .con span {
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}
.sub_page.keep_all .tit_wrap.section_1600 {
  width: 100%;
  max-width: 1600px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: left;
}
.co_intro_page .co_intro_slide_wrap {
  position: relative;
}
.co_intro_page .co_intro_slide_wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
}
.co_intro_page .co_intro_slide {
  overflow: hidden;
}
.co_intro_page .co_intro_slide .bg_wrap {
  overflow: hidden;
  border-radius: 5px;
  height: 280px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -0);
  width: 100%;
  z-index: -1;
}
.co_intro_page .co_intro_slide .bg_wrap img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.co_intro_page .co_intro_slide .desc_wrap {
  display: block;
  max-width: 1300px;
  background-color: #fff;
  width: calc(100% - 100px);
  border-radius: 5px;
  padding: 50px;
  text-align: center;
  margin: 0 auto;
  margin-top: 150px;
  min-height: 300px;
}
.co_intro_page .co_intro_slide .desc_wrap p {
  font-size: 36px;
  margin-bottom: 10px;
  font-family: "esaL";
  font-weight: bold;
}
.co_intro_page .co_intro_slide .desc_wrap p.desc {
  line-height: 1.4;
  font-size: 18px;
  font-family: "NanumSquareL";
  margin-top: 20px;
}
.co_intro_page .co_intro_slide .btn_wrap {
  position: absolute;
  top: 50%;
  width: calc(100% - 40px);
  display: inline-flex;
  justify-content: space-between;
  z-index: 1;
  transform: translateY(-50%);
}
.co_intro_page .sub_desc_wrap {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  max-width: 1500px;
  margin: 0 auto;
}
.co_intro_page .sub_desc_wrap ul {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
}
.co_intro_page .sub_desc_wrap ul li {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.co_intro_page .sub_desc_wrap ul li::before {
  content: "";
  display: none;
  position: absolute;
  top: -25px;
  border-bottom: 5px solid #0066cc;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.co_intro_page .sub_desc_wrap ul li::after {
  content: "";
  display: none;
  width: 100%;
  height: 1px;
  background-color: #0066cc;
  position: absolute;
  top: -16px;
}
.co_intro_page .sub_desc_wrap ul li span {
  color: #999;
  display: inline-block;
  font-family: "esaL";
  margin-bottom: 5px;
}
.co_intro_page .sub_desc_wrap ul li.active span {
  font-weight: bold;
  color: #666;
}
.co_intro_page .sub_desc_wrap ul li.active span:nth-of-type(1) {
  color: #0066cc;
}
.co_intro_page .sub_desc_wrap ul li.active::before {
  display: inline-block;
}
.co_intro_page .sub_desc_wrap ul li.active::after {
  display: inline-block;
}
.co_intro_page .co_logo_wrap :where(span, button, a){
  min-width: auto;
}
.co_logo_wrap span.swiper-pagination-bullet {
  display: inline-flex;
  flex: 1;
  margin: 0 10px !important;
  justify-content: center;
  padding: 10px 0;
  border: 1px solid #0066cc;
  align-items: center;
  background-color: transparent;
  border-radius: 0;
  height: 80px;
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
  border-radius: 5px;
}
.co_logo_wrap span.swiper-pagination-bullet:hover {
  border: 1px solid #0066cc;
  opacity: 1;
}
.co_logo_wrap span.swiper-pagination-bullet-active {
  border: 1px solid #0066cc;
  opacity: 1;
}
.co_logo_wrap span.swiper-pagination-bullet:nth-of-type(1) {
  background-image: url("../img/intro_logo.jpg");
}
.co_logo_wrap span.swiper-pagination-bullet:nth-of-type(2) {
  background-image: url("../img/intro_logo_02.jpg");
}
.co_logo_wrap span.swiper-pagination-bullet:nth-of-type(3) {
  background-image: url("../img/intro_logo_03.jpg");
}
.co_intro_page .desc_wrap {
  margin: 80px auto;
  line-height: 1.5;
}
.co_intro_page .desc_wrap p {
  line-height: 1.5;
}
.co_intro_page .co_logo_wrap{
  margin: 100px auto 60px;
  max-width: 1000px;
}
.consult_page .main_wrap {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 80px 40px;
  margin-top: -30px;
}
.consult_page .img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.consult_page section {
  margin-bottom: 100px;
}
.consult_page .img_wrap.d_none {
  display: none;
}
.consult_page .main_wrap .img_wrap_d {
  max-width: 1200px;
  margin: 0 auto;
}
.consult_page .quote {
  text-align: center;
  padding: 80px 20px;
  position: relative;
}
.consult_page .quote::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../img/consult_01_icon_01.png");
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.consult_page .quote::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../img/consult_01_icon_02.png");
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.consult_page .quote p.esaL {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.consult_page .quote p.square_b {
  font-size: 24px;
  line-height: 1.4;
}
.consult_page .process {
  background-color: #f2f2f2;
  padding: 20px 20px 80px;
  margin-bottom: 0;
}
.consult_page .range {
  padding: 20px 20px 80px;
  background-image: url(../img/consult_01_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.consult_page .range.con_02 {
  padding: 20px 20px 80px;
  background-image: url(../img/consult_02_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.consult_page .range.con_03 {
  padding: 20px 20px 80px;
  background-image: url(../img/consult_03_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.consult_page .range .section_1600 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.consult_page .range .section_1600 .img_wrap {
  max-width: 1400px;
}
.sub_page.consult_page .last .tit_wrap .penggo {
  font-size: 70px;
}
.sub_page.consult_page .last .tit_wrap .small {
  font-size: 20px;
  margin-top: 20px;
}
.sub_page.consult_page
  .last
  .tit_wrap
  .small
  span:not(.color_b, .color_lb, .color_n) {
  font-size: 24px;
  font-weight: bold;
}
.consult_page .btn_wrap a {
  display: inline-flex;
  width: calc(100% - 40px);
  max-width: 200px;
  height: 45px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
}
.consult_page .btn_wrap a:hover {
  filter: brightness(01.2);
}

.consult_page .btn_wrap a img {
  margin-right: 15px;
  height: 60%;
  object-fit: contain;
}
.consult_page .main_wrap.desc.con_03 {
  margin-top: 40px;
}
.consult_page .main_wrap.desc {
  text-align: center;
}
.consult_page .main_wrap.desc .esaL p {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.35;
}
.consult_page .main_wrap.desc .desc_wrap p {
  font-size: 22px;
}
.consult_page .process.con_03 .img_wrap_d {
  max-width: 1000px;
  margin: 0 auto;
}
.consult_page .main_wrap.con_04 .esaL p{
  margin-bottom: 0;
}
.consult_page .process.con_04 .img_wrap_d {
  max-width: 1000px;
  margin: 0 auto;
}
.consult_page .con_04 .img_wrap.both {
  max-width: 280px;
  margin: 0 auto 40px;
}
.consult_page .range.con_04 {
  padding: 60px 20px ;
  background-image: url(../img/consult_04_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.con_04 .section_1600 > .esaL {
  line-height: 1.5;
  font-size: 26px;
  margin: 20px 0;
  text-align: center;
}
.con_04 .section_1600 > .esaL.desc {
  font-size: 16px;
  margin-top: 50px;
}
.consult_page .con_04 .img_wrap.img_wrap_m.d_none {
  max-width: 300px;
  margin: 0 auto;
}
.sub_page.keep_all p.esaL {
  word-break: keep-all;
  text-align: center;
  margin-top: 10px;
}

.complete {
  display: inline-block;
  padding: 3px 7px 2px;
  background-color: #f2f2f2;
  border-radius: 5px;
  font-size: 13px;
  line-height: normal;
}
/*서브 페이지 끝*/
/*회원가입, 로그인 시작*/
.register.penggo {
  max-width: 1600px;
  width: 100%;
  padding: 0 20px;
  font-family: "NanumSquareR";
}
.register.penggo h2 {
  font-size: 45px;
  font-family: "NanumSquareR";
  font-weight: bold;
  color: #003399;
  margin: 60px 0;
}
.storage_user {
  display: none;
}
.storage_owner {
  display: none;
}
.storage_user.active {
  display: block;
}
.storage_owner.active {
  display: block;
}
.sign_wrap {
  margin-bottom: 40px;
}
.sign_wrap label {
  cursor: pointer;
}
.radio_wrap input {
  display: none;
}
.radio_wrap em {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  vertical-align: text-bottom;
  border: 1px solid #999;
  margin-right: 5px;
  position: relative;
}
.radio_wrap em::after {
  content: "";
  display: none;
  width: 70%;
  height: 71%;
  background-color: #999;
  border-radius: 100px;
  position: absolute;
  top: 14%;
  left: 14.5%;
}
.radio_wrap input:checked + em::after {
  display: inline-block;
}
.checkbox_wrap input {
  display: none;
}
.checkbox_wrap em {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
  border: 1px solid #999;
  margin: 0 5px;
  position: relative;
  background-color: #fff;
}
.checkbox_wrap em::after {
  content: "";
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 2px;
  filter: brightness(0);
  background-image: url("../img/chk.png");
  background-size: contain;
}
.checkbox_wrap input:checked + em::after {
  display: inline-block;
}
.sign_wrap li {
  height: 80px;
  border-top: 1px solid #ddd;
}
.sign_wrap li:nth-last-child(1) {
  border-bottom: 1px solid #ddd;
}
.sign_wrap li > span {
  display: inline-block;
  width: 250px;
  background-color: #f2f2f2;
  height: 100%;
  padding: 0 0 0 40px;
  line-height: 80px;
  font-weight: bold;
}
.sign_wrap li > label {
  padding: 10px;
  min-width: 100px;
  display: inline-block;
}
.sign_wrap li.add_wrap > label {
  padding: 10px 15px;
  min-width: 100px;
  display: inline-block;
  width: calc(100% - 260px);
}
.sign_wrap li.add_wrap > label span {
  display: inline-block;
  width: 90px;
  font-family: "NanumSquareR";
  font-weight: bold;
}
.sign_wrap li.add_wrap .full_input {
  width: calc(100% - 95px);
}
.sign_wrap li > label input[type="text"] {
  border: 1px solid #ddd;
  padding: 0 20px;
  height: 50px;
  min-width: 100px;
}
.sign_wrap li > label input[type="password"] {
  border: 1px solid #ddd;
  padding: 0 20px;
  height: 50px;
}
.sign_wrap li > label select {
  width: 100px;
  height: 50px;
  border: 1px solid #ddd;
  text-align: center;
}
.sign_wrap .email_wrap > label input[type="text"] {
  margin-right: 14px;
}
.sign_wrap .pw_wrap::after {
  content: "※ 영문자,숫자 포함 8~16자리";
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.sign_wrap .add_wrap {
  height: 180px;
}
.sign_wrap .add_wrap > span {
  height: 100%;
  vertical-align: top;
}
.sign_wrap .btn_gray {
  display: inline-block;
  min-width: 100px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  height: 50px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-left: -8px;
  width: auto;
  padding: 0 20px;
  line-height: 50px;
  border-radius: 5px;
  vertical-align: middle;
}
.file_wrap > label {
  width: calc(100% - 260px);
}

.sign_wrap .file_wrap input {
  display: none;
}
.sign_wrap .file_name {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 0 20px;
  height: 50px;
  width: calc(100% - 140px);
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
  max-width: 475px;
  line-height: 50px;
}
.term_agree_wrap h3 {
  margin-bottom: 20px;
  font-size: 20px;
}
.term_wrap {
  display: flex;
  border: 1px solid #e0e0e0;
}
.term_wrap > div {
  flex: 1;
  background-color: #f2f2f2;
  padding: 15px;
  padding-bottom: 0;
}
.term_wrap #fregister_private {
  border-left: 1px solid #e0e0e0;
}
.term_wrap #fregister_term div,
.term_wrap #fregister_private div {
  background: #f2f2f2;
  margin-bottom: 15px;
  padding: 0;
}
.term_wrap #fregister_term div.desc_wrap,
.term_wrap #fregister_private div.desc_wrap {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  min-height: 100px;
  padding: 15px;
  height: 250px;
  overflow-y: scroll;
}
.term_wrap .agree_wrap {
  text-align: right;
}
.term_agree_wrap #fregister_chkall {
  position: relative;
  text-align: center;
  background: transparent;
  line-height: 50px;
  border: none;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.term_agree_wrap #fregister_chkall label {
  font-weight: bold;
}
.register .btn_confirm.btn_wrap {
  text-align: center;
}
.register .btn_confirm.btn_wrap .round_btn {
  float: unset;
  height: 50px !important;
  min-width: 150px;
  font-size: 1.083em;
  width: auto;
  padding: 0 30px;
  border-radius: 80px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
}
.register .btn_confirm.btn_wrap .btn_close {
  background-color: #7e838b;
  color: #fff;
}
.register .btn_confirm.btn_wrap .btn_submit {
  background-color: #0066cc;
}
.login_wrap {
  max-width: 500px;
  margin: 80px auto 0;
  text-align: center;
  padding: 0 20px;
}
.login_wrap .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login_wrap .logo img {
  display: block;
  object-fit: contain;
  margin: 10px 0;
}
.login_wrap .login_form {
  margin: 40px 0 20px;
}
.login_wrap .login_form li {
  margin-bottom: 20px;
  height: auto;
  min-height: 50px;
}
.login_wrap .login_form li span {
  display: block;
  text-align: left;
  color: #666;
}
.login_wrap .login_form .btn_wrap button {
  height: 100%;
  width: 100%;
  border-radius: 100px;
  line-height: 50px;
  text-align: unset;
}
.login_wrap .login_form label input {
  width: 100%;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 100px;
  height: 50px;
  margin-top: 5px;
  padding: 0 20px;
}
.login_wrap .link_wrap a {
  color: #666;
  margin: 0 15px;
}
.login_wrap .link_wrap a img {
  vertical-align: middle;
}
.login_wrap .social_login {
}
.login_wrap .social_login a {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin: 0 20px;
}
.login_wrap .social_login a img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.login_wrap .social_login_tit {
  position: relative;
  margin: 50px 0 30px;
}
.login_wrap .social_login_tit::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #e0e0e0;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}
.find_select_box {
  display: flex;
  margin-top: 20px;
  border: 1px solid #e0e0e0;
  background-color: #f2f2f2;
}
.find_select_box a {
  flex: 1;
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #aaa;
}
.find_select_box a.active {
  border: 2px solid #aaa;
  border-bottom: none;
  background-color: #fff;
}
.login_wrap .social_login_tit span {
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  padding: 0 10px;
}
.login_wrap.find_wrap h2 {
  font-size: 45px;
  font-family: "NanumSquareR";
  font-weight: bold;
  color: #003399;
  margin: 60px 0;
}
.login_wrap.find_wrap .message_wrap input {
  width: calc(100% - 100px);
  margin-right: 5px;
}
.login_wrap.find_wrap .message_wrap button {
  display: inline-block;
  width: 90px;
  font-size: 14px;
  color: #0066cc;
  background-color: #f2f2f2;
  border: 1px solid #e0e0e0;
  border-radius: 100px;
}
.login_wrap .login_form li span.col_blue {
  color: #0066cc;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
}
.login_wrap.find_result_wrap .login_form li {
  margin-bottom: 40px;
}
.login_wrap.find_result_wrap .login_form li.email {
  line-height: 1.5;
}
.login_wrap.find_result_wrap .logo img {
  display: block;
  object-fit: contain;
  margin: 10px 0;
  width: 18%;
}
.find_result_wrap .btn_gray {
  background-color: #999;
  color: #fff;
  margin-top: 10px;
}

/*회원가입, 로그인 끝*/
@media screen and (max-width: 1760px) {
  /*공통 시작 1760*/
  .keyword_swiper_wrap {
    width: calc(100% - 40px);
  }
  /*공통 끝 1760*/

  /*메인 시작 1760*/
  .section_1700 {
    padding: 0 20px;
  }
  .main_banner_wrap .main_banner_slide {
    width: 100%;
    margin: 0;
  }

  /*메인 끝 1760*/
}
@media screen and (max-width: 1400px) {
  /*공통 시작 1400*/
  /*공통 끝 1400*/

  /*헤더 시작 1400*/

  .header nav {
    margin: 0 20px 0 30px;
  }
  .header nav ul :where(a, span) {
    color: #fff;
    font-weight: 900;
    font-size: 16px;
  }
  .utility {
    min-width: 220px;
    margin-top: -5px;
  }
  .utility li {
    display: inline-block;
    padding: 0 10px;
  }
  .header_wrap.sub nav ul.depth_01 > li > :where(a, span) > :where(a, span) {
    font-size: 16px;
    color: #000;
  }
  .header nav ul.depth_02 li a {
    font-size: 14px;
  }
  .header nav ul.depth_02 > li {
    min-width: 92px;
  }
  /*헤더 끝 1400*/

  /*메인 시작 1400*/
  .visual {
    height: 500px;
  }
  .visual .visual_swiper {
    height: 100%;
  }
  .visual .visual_slide {
    height: 100%;
  }
  .visual .swiper-slide img {
    object-fit: cover;
  }
  .keyword_swiper_wrap .left_box > div {
    font-size: 20px;
  }
  .keyword_swiper_wrap .next_btn {
    right: 3.7%;
  }
  .main_banner_wrap .main_banner_slide {
    height: 300px;
  }
  /*메인 끝 1400*/
  /*푸터 시작 1400*/
  .blue_box .box_wrap .left_box {
    width: 40%;
  }
  .blue_box .box_wrap .right_box {
    width: 60%;
  }
  .blue_box .right_box ul li span {
    font-size: 16px;
  }
  .blue_box .right_box ul.depth_02 a {
    font-size: 14px;
  }
  /*푸터 끝 1400*/
  /*서브 페이지 시작 1400*/
  .map_page_wrap .map_search .sch_type_wrap > div {
    width: 130px;
    line-height: 40px;
    padding: 0 20px 0 5px;
  }
  .map_page_wrap .map_search .sch_type_wrap > div::after {
    width: 15px;
    height: 15px;
    top: 17px;
    right: 14px;
  }

  .map_page_wrap .map_search .sch_type_wrap > div > span {
    font-size: 14px;
  }
  .map_page_wrap .map_search .sch_box_wrap {
    height: 40px;
  }
  .map_page_wrap .map_search .sch_type_wrap {
    margin-left: 10px;
  }
  .map_page_wrap .map_search .sch_box {
    height: 40px;
    width: 300px;
  }
  .map_page_wrap .map_search .refresh_btn {
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  .map_page_wrap .map_search .refresh_btn img {
    display: inline-block;
    object-fit: contain;
    width: 100%;
  }
  .storage_detail_container .main_wrap .main_img_slide_wrap {
    margin-right: 20px;
  }
  .storage_detail_container .main_wrap .main_img_wrap {
    margin-right: 20px;
  }
  .storage_detail_container .main_wrap .main_img_wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .storage_detail_container .main_desc_wrap .addr span {
    display: block;
    margin-top: 5px;
    line-height: 1.35;
  }
  .storage_detail_container .main_wrap .main_desc_wrap > p {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .storage_detail_container .main_desc_wrap .tit {
    font-size: 28px;
  }
  .intro_page .main_img_wrap {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    justify-content: flex-end;
  }

  .intro_page .con_01 .main_img_wrap {
    display: none;
  }
  .intro_page .con_01 .main_img_wrap_m {
    display: flex;
    border-radius: 10px;
    background-color: #f2f2f2f2;
    max-width: 800px;
    width: 100%;
    padding: 70px 20px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
  }
  .intro_page .main_img_wrap_m {
    display: flex;
    border-radius: 10px;
    background-color: #f2f2f2f2;
    max-width: 800px;
    width: 100%;
    padding: 70px 20px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
  }
  .intro_page .main_img_wrap_m .con:nth-of-type(1) {
    margin-top: 50px;
  }
  .intro_page .main_img_wrap_m .con {
    display: flex;
    margin-top: 10px;
  }
  .intro_page .main_img_wrap_m .con .desc {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
  }
  .intro_page .main_img_wrap_m .con .desc .tit {
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "NanumSquareR";
    font-size: 18px;
  }
  .intro_page .main_img_wrap_m .con .desc p {
    margin-bottom: 5px;
    line-height: 1.5;
    font-family: "NanumSquareL";
    font-weight: bold;
  }
  .intro_page .main_img_wrap_m .con .desc p:not(.color_n) {
    color: #333;
  }

  .intro_page .main_img_wrap_m .con .desc .pad_l_10 {
    padding-left: 10px;
    position: relative;
  }
  .intro_page .main_img_wrap_m .con .desc .pad_l_10::before {
    content: "-";
    display: inline;
    position: absolute;
    left: -3px;
  }
  .intro_page .main_img_wrap_m .con .desc .pad_l_10 span {
    color: #666;
    font-size: 14px;
    display: block;
    margin-top: 5px;
  }
  .intro_page .main_img_wrap_m .con .desc .color_n {
    font-size: 14px;
  }
  .intro_page .desc_wrap p {
    font-size: 24px;
  }

  .intro_page .main_img_wrap img {
    width: 105%;
  }
  .intro_page .section_02 .con_wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
  }
  .intro_page .section_02 .con_wrap .con {
    flex: 1 1 40%;
    margin-bottom: 30px;
  }
  .intro_page .section_02::after {
    height: 790px;
  }
  .intro_page .intro_wrap .intro_img {
    width: 800px;
    display: flex;
    justify-content: flex-end;
    min-width: 500px;
    align-items: center;
  }
  .intro_page .intro_wrap img {
    vertical-align: top;
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: right;
  }
  .intro_page .intro_wrap .intro_desc {
    width: 100%;
    padding: 20px 20px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .intro_page .intro_wrap::after {
    opacity: 0.2;
  }
  .intro_page .intro_wrap.owner {
    padding-left: 40px;
  }
  .intro_page .intro_wrap.owner img {
    object-position: left;
    max-height: 350px;
  }
  .intro_page .intro_wrap.owner .con_wrap {
    flex-wrap: wrap;
    max-width: 500px;
  }
  .intro_page .intro_wrap.owner .con_wrap .con {
    flex: 1 1 30%;
    margin-bottom: 15px;
  }
  .intro_page .intro_wrap.owner .con_wrap .con img {
    max-width: 65px;
  }
  .intro_page .intro_wrap.owner .con_wrap .con:nth-of-type(4):after {
    display: none;
  }
  .sub_page_banner_slide_wrap .sub_page_banner_slide {
    height: 300px;
  }
  .sub_page .banner_wrap .tit {
    margin-bottom: 20px;
  }
  .my_page .like_list .desc_wrap .keyword_wrap > span {
    display: flex;
  }
  .my_page .like_list .desc_wrap .keyword_wrap .tit {
    width: 65px;
  }
  .my_page .like_list .desc_wrap .keyword_wrap .desc {
    width: calc(100% - 65px);
    display: inline-block;
  }
  /*서브 페이지 끝 1400*/
}
@media screen and (max-width: 1024px) {
  /*공통 시작 1024*/
  .d_only {
    display: none;
  }
  .d_none {
    display: revert;
  }
  .t_only {
    display: revert;
  }
  .t_none {
    display: none;
  }
  .m_only {
    display: none;
  }
  .m_none {
    display: revert;
  }
  #container #ctt_con {
    padding: 100px 0 0;
  }
  .btn_wrap .btn_round {
    display: inline-block;
    height: 40px;
    width: 100%;
    border-radius: 100px;
    line-height: 40px;
    font-weight: normal;
  }
  .sub_page .round_btn {
    float: unset;
    height: 40px !important;
    min-width: 120px;
    font-size: 1.083em;
    width: auto;
    padding: 0 30px;
    border-radius: 80px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
  }
  .sub_page .file_wrap {
    height: auto;
    line-height: unset;
    padding: 5px 20px;
  }
  .sub_page .file_wrap .file {
    margin: 5px;
  }
  /*공통 끝 1024*/
  /*헤더 시작 1024*/
  .header_wrap {
    background-color: #fff;
    height: auto;
  }
  .header_wrap.sub {
    border-bottom: 1px solid #0066cc;
  }
  .header_wrap:hover.sub {
    border-bottom: 1px solid #0066cc;
  }
  .header {
    height: 80px;
  }
  .logo_wrap {
    max-width: 150px;
  }
  .header_wrap:hover {
    background-color: #fff;
    /* transition: all 1s; */
    border-bottom: none;
  }
  .header_wrap:hover::after {
    display: none;
  }
  .header_wrap .header nav ul.depth_02 {
    display: inline-block;
    position: unset;
  }
  .header nav ul.depth_01 li :where(a, span) {
    color: #000 !important;
  }
  .header nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: inline-block;
    transition: transform 1s;
    transform: translateX(100%);
    margin: 0;
  }
  .header nav::after {
    content: "";
    display: inline-block;
    width: 100%;
    background-color: #efefef;
    height: calc(100svh - 80px);
    position: absolute;
    top: 80px;
    right: 0;
    z-index: -1;
    border-top: 1px solid #ccc;
  }
  .header nav.active {
    display: inline-block;
    transition: transform 1s;
    transform: translateX(0);
  }
  .header .menu_button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    padding: 15px;
    cursor: pointer;
    z-index: 101;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header .menu_button .bar:nth-of-type(1) {
    margin-top: 0px;
  }

  .header .menu_button .bar:nth-of-type(3) {
    margin-bottom: 0px;
  }

  .header .bar {
    position: relative;
    display: block;

    width: 20px;
    height: 2px;

    margin: 6px auto;
    background-color: #000;

    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header .cross .bar {
    background-color: #000;
  }

  .header .cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }

  .header .cross .bar:nth-of-type(2) {
    opacity: 0;
  }

  .header .cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
  .header nav ul {
    position: absolute;
    top: 155px;
    flex-direction: column;
    max-width: unset;
  }
  .header nav ul.depth_01 {
    height: calc(100svh - 155px);
    overflow: auto;
    /* padding-bottom: 80px; */
  }
  .header nav ul.depth_01 > li {
    padding: 15px 15px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: unset;
  }
  .header nav ul.depth_01 > li:nth-last-of-type(1) {
    border-bottom: none;
  }
  .header nav ul.depth_01 > li > a {
    float: left;
  }
  .header nav ul :where(a, span) {
    color: #000;
  }
  .header nav .depth_02 {
    display: flex;
    position: unset;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .header nav ul.depth_02 > li {
    display: inline-block;
    width: calc(50% - 10px);
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 20px;
    padding: 0;
    height: 40px;
    line-height: 40px;
  }
  .header nav ul.depth_02 > li a {
    width: 100%;
    display: inline-block;
    height: 100%;
  }
  .header nav .depth_02 > li:nth-child(even) {
    margin-left: 16px;
  }
  .utility {
    width: 100%;
    margin-top: -5px;
    position: absolute;
    top: 86px;
    left: 150%;
    transform: translate(-50%, 0);
    z-index: 999;
    transition: 1s;
    height: 68px;
    background: #fff;
    text-align: center;
    line-height: 66px;
    border-bottom: 1px solid #ccc;
  }
  .utility.active {
    left: 50%;
    transform: translate(-50%, 0);
    transition: 1s;
  }
  /*헤더 끝 1024*/
  /*메인 시작 1024*/
  .visual .pagination_wrap {
    bottom: 45px !important;
  }

  .keyword_list {
    height: 0;
    height: auto;
    background-color: #c8d5e6;
  }
  .keyword_swiper_wrap .left_box {
    text-align: center;
    margin-bottom: 20px;
  }
  .keyword_swiper_wrap {
    flex-direction: column;
    height: auto;
    position: unset;
    transform: translate(0);
    width: 100%;
    padding: 40px 40px 80px;
  }
  .keyword_swiper_wrap .pagination {
    position: absolute;
    left: 50% !important;
    bottom: 35px !important;
    transform: translate(-50%, 0);
    width: auto !important;
  }
  .keyword_swiper_wrap .prev_btn {
    left: 0;
  }
  .keyword_swiper_wrap .next_btn {
    right: 0;
  }
  .storage_list_key_wrap button {
    margin: 5px 0;
    font-size: 12px;
    padding: 8px 12px ;
  }
  .storage_list_swiper .swiper-slide .tit_wrap p {
    font-size: 16px;
    font-weight: 600;
    margin: 6px 0;
  }
  .storage_list_wrap {
    margin: 60px 0;
  }
  .storage_list_swiper .swiper-slide .tit_wrap .temp_wrap img {
    width: 25px;
    height: 25px;
    object-fit: contain;
  }
  .main_banner_wrap {
    margin-bottom: 80px;
  }
  .storage_list_swiper .swiper-slide .tit_wrap .temp_wrap span {
    font-size: 16px;
  }
  .main_banner_wrap {
    padding: 40px 20px 60px;
  }
  .main_banner_wrap .main_banner_slide {
    height: 200px;
  }
  .main_banner_wrap .pagination {
    bottom: -43px !important;
  }
  .main_banner_wrap .btn_wrap button {
    height: 50px;
  }
  .main_banner_wrap .btn_wrap button img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  /*메인 끝 1024*/
  /*푸터 시작 1024*/
  .blue_box .left_box .hd_sch_wr {
    max-width: unset;
  }
  .footer_wrap .box_wrap {
    flex-direction: column;
  }
  .blue_box .box_wrap .left_box,
  .blue_box .box_wrap .right_box {
    width: 100%;
  }
  .blue_box .box_wrap .right_box {
    margin-top: 30px;
  }
  .footer_wrap .white_box .box_wrap {
    flex-direction: column-reverse;
  }
  .white_box .left_box {
    width: 100%;
    text-align: center;
  }

  .white_box .right_box {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .white_box .right_box p.ph_no {
    display: block;
    font-size: 32px;
    margin-left: 0;
    margin-top: 10px;
  }
  .white_box .right_box p.info {
    text-align: center;
  }
  /*푸터 끝 1024*/
  /*회원가입, 로그인 시작 1024*/
  .sign_wrap > ul > li {
    height: auto;
  }
  .sign_wrap li > span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    /* background-color: #fff;
    margin-top: 5px; */
  }
  .sign_wrap li > label {
    padding: 0;
    padding-left: 0;
    height: 60px;
    line-height: 60px;
    width: 100%;
    position: relative;
  }
  .sign_wrap li.add_wrap > label input[type="text"]:nth-of-type(1) {
    border: 1px solid #ddd;
    padding: 0 20px;
    height: 50px;
    width: calc(100% - 230px);
  }
  .sign_wrap .add_wrap {
    height: auto;
  }
  .sign_wrap .add_wrap > span {
    height: auto;
  }
  .sign_wrap li.add_wrap > label {
    height: auto;
    width: 100%;
  }
  .sign_wrap li.radio_wrap > label {
    width: 120px;
    padding-left: 5px;
  }
  .sign_wrap li.checkbox_wrap > label {
    width: 120px;
  }
  .term_wrap {
    flex-direction: column;
  }
  .sign_wrap .pw_wrap {
    position: relative;
  }
  .sign_wrap .pw_wrap::after {
    position: absolute;
    top: 12px;
    left: 85px;
  }
  .register.penggo h2 {
    font-size: 32px;
    margin: 40px 0;
  }
  .login_wrap.find_wrap h2 {
    font-size: 36px;
  }
  /*회원가입, 로그인 끝 1024*/
  /*서브페이지 1024*/
  .sub_page {
    padding-top: 82px;
  }
  .sub_page .tit_wrap h2 {
    font-size: 36px;
  }
  .sign_wrap li.add_wrap.cont_wrap > label {
    padding: 10px 0;
  }
  .storage_detail_container .main_wrap {
    display: flex;
    flex-direction: column;
  }
  .storage_detail_container .main_wrap .main_img_slide_wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 55px;
    height: 450px;
    flex: unset;
  }
  .storage_detail_container
    .main_img_slide_wrap
    .pagination
    .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #6699cc;
    opacity: 1;
    margin: 0 7px;
  }
  .storage_detail_container
    .main_img_slide_wrap
    .pagination
    .swiper-pagination-bullet-active {
    background-color: #333;
  }
  .storage_detail_container .main_desc_wrap .detail li .tit {
    min-width: 95px;
    width: 95px;
    margin-right: 15px;
    padding: 0 15px;
  }
  .storage_detail_container .main_desc_wrap .tit {
    font-size: 24px;
  }
  .storage_detail_container .main_img_slide_wrap .btn_wrap img {
    height: 70px;
    object-fit: contain;
  }
  .storage_detail_container :where(section + section) {
    margin-top: 50px;
  }
  .storage_detail_container .main_desc_wrap .detail p {
    font-size: 14px;
  }
  /* .my_page .like_list ul li a {
    padding-right: 70px;
  } */
  .my_page .like_list ul li .img_wrap {
    width: 250px;
    min-width: 250px;
  }
  .my_page .like_list .desc_wrap > p.tit {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .contact_wrap h2 {
    font-size: 42px;
  }
  .contact_wrap .contact_type {
    align-items: flex-end;
    margin: 40px 0;
  }
  .contact_wrap .contact_logo img {
    width: 90%;
    max-width: 280px;
  }
  .contact_wrap .contact_type .desc {
    font-size: 16px;
  }
  .contact_wrap .contact_type .icon_wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .contact_wrap .contact_type .icon_wrap li {
    display: flex;
    font-size: 16px;
    font-weight: bold;
    flex-direction: column-reverse;
    align-items: center;
    margin-left: 20px;
  }
  .contact_wrap .contact_type .icon_wrap li img {
    margin-left: 0;
    margin-bottom: 10px;
    width: 40px;
  }
  .map_page_wrap {
    height: calc(100svh - 82px);
  }
  .map_page {
    height: calc(100% - 70px);
    overflow-y: hidden;
  }
  .map_page .map_detail {
    width: 100%;
    border-right: 0;
    height: 215px;
    top: unset;
    bottom: 0;
    padding: 20px 20px 10px;
  }
  .map_page .map_wrap {
    width: calc(100% - 25px);
    height: calc(100% - 230px);
    transition: height 1s;
  }
  .map_page .map_open_btn {
    height: 20px;
    width: 100px;
    top: unset;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, 0);
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-left: 1px solid #c8d5e6;
    border-bottom: 0;
  }

  .map_page .map_open_btn img {
    transform: rotate(270deg);
  }
  .map_page.active .map_detail {
    transform: translateY(100%);
  }
  .map_page.active .map_wrap {
    height: calc(100% - 30px);
    transition: height 1s;
  }

  .map_page.active .map_open_btn img {
    transform: rotate(90deg);
  }
  .map_page_wrap .map_search .sch_type_wrap {
    display: none;
    position: absolute;
    background-color: #fff;
    /* height: calc(100vh - 150px); */
    /* max-height: calc(100vh - 150px);*/
    max-height: 70svh;
    height: auto;
    z-index: 2;
    width: calc(100vh - 40px);
    border-radius: 10px;
    border: 1px solid #ddd;
    max-width: 345px;
    top: 143px;
    margin-left: 0;
    padding: 15px 10px;
    overflow: auto;
    z-index: 3;
  }
  .map_page_wrap .map_search .sch_type_wrap > div {
    line-height: unset;
    height: unset;
    width: calc(100% - 17px);
    border: 0;
    border-radius: 0;
    padding: 0;
    padding-bottom: 0px;
  }
  .map_page_wrap .map_search .sch_type_wrap > div > span {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: unset;
    border-radius: 100px;
    border: 1px solid #bac7d7;
    margin-bottom: 10px;
    padding-right: 0;
  }
  /* .map_page_wrap .map_search .sch_type_wrap > div::after {
    display: none;
  } */
  .sch_type_detail {
    display: block;
    position: unset;
    transform: translateX(0px);
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
  }
  .map_page_wrap .map_search .sch_type_wrap > div ul li {
    line-height: 30px;
  }

  .map_page_wrap .map_search .sch_box::after {
    display: none;
  }
  .map_page_wrap .map_search .sch_box {
    margin-right: 10px;
  }
  .map_page_wrap .map_search .btn_b {
    margin-left: 5px;
  }
  .map_page_wrap .map_search .btn_b {
    margin-left: 5px;
    font-size: 14px;
    padding: 0 10px;
    min-width: 50px;
    width: 25%;
    max-width: 70px;
  }
  /* 스크롤바 전체 기본 꾸미기 */
  .sch_type_wrap::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
    /* 세로축 스크롤바 폭 너비 */
  }

  /* 스크롤바 막대 꾸미기 */
  .sch_type_wrap::-webkit-scrollbar-thumb {
    background: #bac7d7;
    border-radius: 5px;
    /* 스크롤바 막대 색상 */
  }

  /* 스크롤바 트랙 꾸미기 */
  .sch_type_wrap::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 5px;
  }
  .service_page .con_bg {
    max-width: 600px;
    margin: 40px auto;
    max-height: unset;
  }
  .service_page .tit_wrap p.square_b {
    font-weight: bold;
    font-size: 28px;
    margin-top: 60px;
  }
  .sub_page.keep_all .service_page .tit_wrap p {
    font-size: 28px;
    text-align: center;
    line-height: 1.5;
    word-break: keep-all;
  }
  .intro_page .main_img_wrap_m {
    display: flex;
    border-radius: 10px;
    background-color: #f2f2f2f2;
    max-width: 800px;
    width: 100%;
    padding: 70px 20px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
  }
  .intro_page .main_img_wrap_m .con:nth-of-type(1) {
    margin-top: 50px;
  }
  .intro_page .main_img_wrap_m .con {
    display: flex;
    margin-top: 10px;
  }
  .intro_page .main_img_wrap_m .con .desc {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
  }
  .intro_page .main_img_wrap_m .con .desc .tit {
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "NanumSquareR";
    font-size: 18px;
  }
  .intro_page .main_img_wrap_m .con .desc p {
    margin-bottom: 5px;
    line-height: 1.5;
    font-family: "NanumSquareL";
    font-weight: bold;
  }
  .intro_page .main_img_wrap_m .con .desc p:not(.color_n) {
    color: #333;
  }

  .intro_page .main_img_wrap_m .con .desc .pad_l_10 {
    padding-left: 10px;
    position: relative;
  }
  .intro_page .main_img_wrap_m .con .desc .pad_l_10::before {
    content: "-";
    display: inline;
    position: absolute;
    left: -3px;
  }
  .intro_page .main_img_wrap_m .con .desc .pad_l_10 span {
    color: #666;
    font-size: 14px;
    display: block;
    margin-top: 5px;
  }
  .intro_page .main_img_wrap_m .con .desc .color_n {
    font-size: 14px;
  }
  .sub_page.keep_all .desc_wrap p {
    line-height: 1.3;
    font-size: 24px;
  }
  .intro_page .main_img_wrap {
    display: none;
  }
  .intro_page .section_02::after {
    height: calc(100% + 60px);
    bottom: -10px;
  }
  .intro_page .intro_wrap,
  .intro_page .intro_wrap.owner {
    flex-direction: column;
    padding-left: 0;
  }
  .intro_page .intro_wrap.owner .intro_img {
    width: 100%;
    max-width: 600px;
    align-self: flex-end;
    min-width: unset;
    padding-left: 40px;
  }
  .intro_page .intro_wrap.user .intro_img {
    width: 100%;
    max-width: 600px;
    align-self: flex-start;
    min-width: unset;
    padding-right: 40px;
  }
  .intro_page .intro_wrap .tit {
    text-align: center;
  }
  .intro_page .intro_wrap.owner .intro_desc {
    align-items: flex-end;
    text-align: right;
  }
  .intro_page .intro_wrap .intro_desc {
    padding: 40px 20px 20px 40px;
  }
  .intro_page .intro_wrap .con_wrap {
    max-width: 800px;
    width: 100%;
  }
  .intro_page .intro_wrap .con_wrap .con {
    max-width: 120px;
  }
  .intro_page .intro_wrap.owner .con_wrap {
    max-width: unset;
    width: 100%;
  }
  .intro_page .intro_wrap.owner .con_wrap .con {
    flex: 1;
  }
  .intro_page .intro_wrap.owner .con_wrap .con:nth-of-type(4):after {
    display: inline-block;
  }
  .intro_page .section_03 .desc_wrap {
    margin-bottom: 60px;
  }
  .sub_page.keep_all .tit_wrap {
    margin: 60px 0 40px;
  }
  .intro_page .section_03 .desc_wrap {
    padding: 0 20px;
  }
  .co_intro_page .co_intro_slide .desc_wrap p {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .co_intro_page .co_intro_slide .desc_wrap p.desc {
    margin-top: 10px;
    font-size: 16px;
  }
  .co_intro_page .desc_wrap {
    margin: 40px auto;
  }
  .sub_page.keep_all .co_intro_page .desc_wrap p {
    line-height: 1.5;
    font-size: 18px;
  }

  .consult_page .img_wrap.d_none {
    display: flex;
  }
  .consult_page section {
    margin-bottom: 100px;
  }
  .consult_page .img_wrap.d_only {
    display: none;
  }
  .sub_page.keep_all.consult_page .tit_wrap {
    margin: 40px 0;
    padding: 0 20px;
  }
  .sub_page.keep_all.consult_page .tit_wrap p {
    font-size: 26px;
  }
  .consult_page .main_wrap {
    max-width: 700px;
    margin: 0px auto 80px;
    padding: 60px 40px;
  }
  .consult_page .main_wrap .img_wrap_m {
    flex-direction: column;
  }
  .consult_page .main_wrap .img_wrap_m .img_wrap {
    position: relative;
  }
  .consult_page .main_wrap .img_wrap_m .img_wrap > .desc {
    position: absolute;
    top: calc(50% + 5px);
    text-align: center;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .consult_page .main_wrap .img_wrap_m .img_wrap > .desc span {
    display: block;
    margin: 7px 0;
    font-size: 32px;
  }
  .consult_page .main_wrap li {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .consult_page .main_wrap li img {
    margin-right: 15px;
  }
  .consult_page .quote p.esaL {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .consult_page .quote p.square_b {
    font-size: 20px;
    line-height: 1.4;
  }
  .consult_page section {
    margin-bottom: 80px;
  }
  .consult_page .process .section_1600 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .consult_page .process .img_wrap_m {
    width: 100%;
    max-width: 300px;
  }
  .consult_page .range {
    padding: 20px 20px 60px;
  }
  .consult_page .main_wrap.desc .esaL p {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.35;
  }
  .consult_page .main_wrap.desc .desc_wrap p {
    font-size: 18px;
    line-height: 1.35;
  }
  .consult_page .main_wrap.con_04 .esaL p{
    margin-bottom: 0;
  }
  .consult_page .con_04 .img_wrap.both {
    max-width: 280px;
    margin: 0 auto 40px;
  }
  .sub_page_banner_slide_wrap .sub_page_banner_slide {
    height: 200px;
  }
  .sub_page_banner_slide_wrap .btn_wrap button {
    height: 50px;
  }
  .sub_page_banner_slide_wrap .btn_wrap button img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }
  .map_page .map_detail .detail a {
    padding: 7px;
  }
  .map_page .map_detail .desc_wrap {
    margin-left: 10px;
  }
  .user_select_wrap .user_select_ul_wrap {
    top: 55px;
  }
  .sub_page .contact_wrap .file_wrap {
    padding: 0;
  }
  .sign_wrap .file_name {
    width: calc(100% - 76px);
    margin-right: 9px;
  }
  .my_page .pop_up {
    padding: 30px 20px 10px;

}
.con_04 .section_1600 > .esaL {
  font-size: 22px;
}
.user_select_wrap.open .user_select_ul_wrap {
  /* max-height: 207px; */
}
  /*서브페이지 1024*/
}
@media screen and (max-width: 800px) {
  /*메인 800 시작*/
  .visual .img_cov{
    object-position: center;
  }
  .storage_list {
    position: relative;
  }
  .storage_list::before {
    /* content: "scroll ↔"; */
    /* display: inline-block; */
    width: auto;
    height: auto;
    position: absolute;
    top: 0px;
    right: 30px;
    /* color: #6b88a6; */
    color: #666;

    font-size: 12px;
  }
  .storage_list_key_wrap {
    white-space: nowrap;
    overflow-x: auto;
    max-width: 760px;
    padding: 20px 0 10px;
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .storage_list_key_wrap::-webkit-scrollbar {
    height: 3px;
    cursor: pointer;
  }
  .storage_list_key_wrap::-webkit-scrollbar-thumb {
    height: 3px;
    background: #0066cc;
    /* background: #6b88a6; */
    /* background: #ccc; */
    border-radius: 50px;
    cursor: pointer;
  }
  .storage_list_key_wrap::-webkit-scrollbar-track {
    height: 3px;
    /* background: #dbdfe4; */
    border-radius: 50px;
    background: #f2f2f2;

    cursor: pointer;
  }
  /*메인 800 끝*/
  .co_logo_wrap span.swiper-pagination-bullet {
    background-size: 50%;
    height: 60px;
  }
  .co_intro_page .co_logo_wrap {
    margin: 70px auto 60px;
}
.co_logo_wrap :where(span, button, a) img {
  object-fit: contain;
  width: 85%;
}
}

@media screen and (max-width: 640px) {
  /*공통 시작 640*/
  .d_only {
    display: none;
  }
  .d_none {
    display: block;
  }
  .t_only {
    display: none;
  }
  .t_none {
    display: none;
  }
  .m_only {
    display: block;
  }
  .m_none {
    display: none !important;
  }
  /*공통 끝 640*/
  /*헤더 시작 640*/
  .header nav .depth_02 > li {
    padding: 5px;
    margin-top: 10px;
  }
  .header nav ul :where(a, span) {
    color: #000;
    font-size: 14px;
  }
  /*헤더 끝 640*/
  /*메인 시작 640*/
  .visual .desc_wrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .visual .pagination_wrap {
    bottom: 45px !important;
    left: 50% !important;
    transform: translate(-50%, 0);
  }
  .visual .desc_wrap .desc_01 {
    text-align: center;
    font-size: 24px;
  }
  .visual .desc_wrap .desc_02 {
    text-align: center;
    font-size: 60px;
  }
  .keyword_swiper_wrap {
    padding: 20px 40px 60px;
  }
  .keyword_swiper_wrap .swiper-wrapper .swiper-slide {
    height: 70px;
  }
  .keyword_swiper_wrap .right_box .swiper-slide span {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .keyword_swiper_wrap .pagination {
    bottom: 21px !important;
  }
  .storage_list_wrap h2 {
    font-size: 28px;
  }
  .storage_list_swiper .swiper-slide .tit_wrap p {
    font-size: 18px;
  }
  .pic_li_lt.notice_list h2 {
    font-size: 28px;
  }
  .keyword_list.section_1700 {
    padding: 0 10px;
  }
  .keyword_swiper_wrap .right_box {
    flex: 5;
    padding: 0 15px;
  }
  .main_banner_wrap .btn_wrap button.prev_btn {
    left: 10px;
  }
  .main_banner_wrap .btn_wrap button.next_btn {
    right: 10px;
  }
  /*메인 끝 640*/
  /*푸터 시작 640*/
  .blue_box .right_box ul {
    flex-direction: column;
  }
  .blue_box .left_box .sch_tit {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .blue_box .left_box #hd_sch #sch_stx {
    width: calc(100% - 40px);
  }
  .blue_box .left_box #hd_sch #sch_submit {
    width: 40px;
  }
  .blue_box .left_box #hd_sch #sch_submit img {
    width: 22px;
    object-fit: contain;
    vertical-align: middle;
  }
  .blue_box .right_box ul.depth_01 > :where(li + li) {
    margin-left: 0;
    margin-top: 20px;
  }
  .blue_box .right_box ul.depth_02 {
    flex-direction: row;
    justify-content: normal;
    flex-wrap: wrap;
  }
  .blue_box .right_box ul.depth_02 li {
    margin-right: 20px;
    position: relative;
  }
  .blue_box .right_box ul.depth_02 li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #aaa;
    position: absolute;
    right: -10px;
    top: 6px;
  }
  .blue_box .right_box ul.depth_02 li:nth-last-child(1)::after {
    display: none;
  }
  .white_box .left_box .provision {
    display: flex;
    flex-direction: column;
  }
  .white_box .left_box :where(a + a) {
    margin-left: 0;
    margin-top: 10px;
  }
  .white_box .left_box :where(a + a)::before {
    display: none;
  }
  /*푸터 끝 640*/
  /*회원가입, 로그인 시작 640*/
  .sign_wrap li > span {
    font-size: 14px;
  }
  .sign_wrap .btn_gray {
    font-size: 14px;
    padding: 0 5px;
    min-width: 70px;
  }
  .login_wrap.find_wrap h2 {
    font-size: 32px;
  }
  .sign_wrap li.add_wrap > label span {
    width: 70px;
    font-family: "NanumSquareR";
    font-weight: bold;
    font-size: 14px;
  }
  .sign_wrap li.add_wrap > label input[type="text"] {
    width: 100%;
    margin-right: 0;
  }
  .sign_wrap li.add_wrap > label input[type="text"]:nth-of-type(1) {
    width: 100%;
    margin-right: 0;
  }
  .sign_wrap li.add_wrap .btn_gray {
    width: 100%;
    margin-left: 0;
  }
  .sign_wrap li.add_wrap > label {
    padding: 8px 0;
  }
  .sign_wrap li > label input[type="text"] {
    min-width: unset;
  }
  .sign_wrap li.checkbox_wrap > label {
    width: 90px;
  }
  .register.penggo h2 {
    margin: 30px 0;
  }
  .sign_wrap li > label input#user_email {
    min-width: unset;
    width: calc(100% - 80px);
    margin-right: 10px;
  }
  /*회원가입, 로그인 끝 640*/
  /*서브페이지 시작 640*/

  .sub_page .tit_wrap h2 {
    font-size: 32px;
  }
  .pop_bg#road_view_pop_up .close_btn_wrap {
    top: 55px;
    right: -5px;
  }
  .storage_detail_container .main_wrap .main_desc_wrap {
    min-width: 330px;
  }
  .storage_detail_container .main_desc_wrap .detail li .tit {
    min-width: 95px;
    width: 95px;
    margin-right: 15px;
  }
  .storage_detail_container .main_wrap .main_img_slide_wrap {
    height: 250px;
  }
  .storage_detail_container .main_img_slide_wrap .btn_wrap img {
    height: 50px;
  }
  .storage_detail_container .main_wrap .main_desc_wrap .sale_icon img {
    height: 45px;
    object-fit: contain;
  }
  .my_page .like_list ul li a {
    flex-direction: column;
    padding-right: 0;
  }
  .my_page .like_list .desc_wrap > .tit {
    width: 100%;
  }
  .my_page .like_list .desc_wrap .addr {
    width: 100%;
  }
  .my_page .like_list .desc_wrap {
    margin-left: 0;
    margin-top: 10px;
  }
  .my_page .like_list ul li .img_wrap {
    width: 100%;
    min-width: unset;
    height: 250px;
  }
  .my_page .like_list ul li .temp_wrap {
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    border: 1px solid #e0e0e0;
    top: 30px;
    right: 25px;
  }
  .my_page .like_list ul li .temp_wrap img {
    width: 30px;
    height: 25px;
    margin-left: 4px;
  }
  .my_page .like_list ul li .temp_wrap span {
    margin-top: 4px;
    font-size: 14px;
  }
  .my_page_menu a {
    font-size: 15px;
  }
  .contact_wrap h2 {
    font-size: 32px;
  }
  .contact_wrap .contact_type {
    align-items: flex-start;
    flex-direction: column;
  }
  .contact_wrap .contact_type .desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .contact_wrap .contact_type .icon_wrap li {
    font-size: 14px;
    flex-direction: column-reverse;
    margin-left: 0;
    align-items: center;
  }
  .contact_wrap .contact_type .icon_wrap li img {
    margin-left: 0;
    margin-bottom: 20px;
    width: 35px;
  }
  .contact_wrap .contact_type .icon_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .map_page_wrap .map_search .sch_box {
    margin-right: 0;
  }
  .service_page .tit_wrap {
    margin: 60px 0 40px;
  }
  .service_page .tit_wrap p.square_b {
    font-weight: bold;
    font-size: 28px;
    margin-top: 30px;
  }
  .service_page .con_bg .img_wrap picture img {
    width: 120%;
  }
  .sub_page.keep_all .tit_wrap p {
    font-size: 26px;
  }
  .sub_page.keep_all .tit_wrap a.tit {
    font-size: 26px;
  }
  .sub_page.keep_all .service_page .tit_wrap p {
    font-size: 24px;
  }
  .service_page .tit_wrap p.square_b {
    font-weight: bold;
    font-size: 22px;
    margin-top: 30px;
  }

  .intro_page .intro_wrap .tit {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .intro_page .intro_wrap {
    margin-top: 40px;
  }
  .intro_page .intro_wrap .intro_desc {
    padding: 30px 20px 0;
    text-align: center;
  }
  .intro_page .intro_wrap .con_wrap {
    flex-wrap: wrap;
    margin-left: 0;
  }
  .intro_page .intro_wrap .con_wrap .con {
    flex: 1 1 30%;
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
  }
  .intro_page .intro_wrap .con_wrap .con img {
    width: 60%;
    object-fit: contain;
    max-width: 65px;
  }
  .intro_page .intro_wrap.owner .intro_desc {
    text-align: center;
  }
  .intro_page .intro_wrap.owner .con_wrap .con {
    flex: 1 1 30%;
    margin-bottom: 20px;
  }
  .intro_page .intro_wrap::after {
    display: none;
  }
  .intro_page .intro_wrap.owner .con_wrap .con:nth-of-type(4):after {
    display: none;
  }
  .intro_page .intro_wrap .con_wrap .con:nth-of-type(4):after {
    display: none;
  }
  .intro_page .section_02 .con_wrap .con {
    flex: 100%;
    margin: 0 0 30px;
  }
  .intro_page .section_02 .con_wrap .con .img_wrap {
    border-radius: 10px;
    overflow: hidden;
  }
  .intro_page .section_02 {
    padding-bottom: 40px;
    padding-top: 60px;
    margin-top: 60px;
  }

  .co_intro_page .co_intro_slide .desc_wrap p {
    font-size: 23px;
    margin-bottom: 5px;
  }
  .co_intro_page .co_intro_slide .btn_wrap {
    top: 40%;
    height: 50px;
  }
  .co_intro_page .co_intro_slide .btn_wrap button {
    height: 100%;
  }
  .co_intro_page .co_intro_slide .btn_wrap button img {
    height: 100%;
    object-fit: contain;
  }
  .co_intro_page .co_intro_slide .bg_wrap {
    height: 180px;
  }
  .co_intro_page .co_intro_slide .desc_wrap {
    margin-top: 50px;
    padding: 40px 20px;
    width: calc(100% - 40px);
  }
  .co_logo_wrap {
    display: flex;
    margin: 25px auto;
    max-width: 600px;
  }
  .co_intro_page .desc_wrap {
    margin: 40px auto;
  }
  .co_intro_page .desc_wrap p {
    line-height: 1.5;
    font-size: 18px;
  }
  .co_intro_page .sub_desc_wrap ul li span {
    font-size: 14px;
    text-align: center;
    word-break: keep-all;
  }
  .co_intro_page .co_logo_wrap {
    margin: 50px auto 40px;
}
  .co_logo_wrap span.swiper-pagination-bullet {
    background-size: 70%;
    margin: 0 5px !important;
    height: 60px;
}
  .consult_page .main_wrap {
    padding: 60px 20px;
  }
  .consult_page .con_04 .img_wrap.img_wrap_m.d_none {
    max-width: 300px;
    margin: 0 auto;
}

  .consult_page .main_wrap .img_wrap_m .img_wrap > .desc span {
    font-size: 26px;
  }
  .sub_page.consult_page .last .tit_wrap .penggo {
    font-size: 60px;
  }
  .sub_page.keep_all.consult_page .tit_wrap p {
    font-size: 22px;
  }
  .sub_page.consult_page .last .tit_wrap .small {
    font-size: 16px;
    margin-top: 20px;
  }
  .sub_page.consult_page
    .last
    .tit_wrap
    .small
    span:not(.color_b, .color_lb, .color_n) {
    font-size: 20px;
    font-weight: bold;
  }
  .co_logo_wrap :where(span, button, a) img {
    object-fit: contain;
    width: 95%;
}
  .consult_page .quote p.esaL {
    font-size: 22px;
  }
  .consult_page .quote p.square_b {
    font-size: 16px;
  }
  .my_page .like_list ul li .flex {
    flex-direction: column;
  }
  .sub_page .banner_wrap {
    padding: 30px 20px 70px;
  }
  .sub_page .banner_wrap .tit {
    font-size: 24px;
  }
  .storage_detail_container .main_desc_wrap .detail p.desc {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .map_page .map_detail .desc_wrap p {
    font-size: 15px;
  }
  .map_page .map_detail .sale_type_icon {
    width: 33px;
    height: 33px;
    background-color: #6b88a6;
    border-radius: 50px;
    line-height: 33px;
    letter-spacing: 0px;
  }
  .map_page_wrap .map_search .sch_box {
    padding: 0 10px;
  }
  .map_page_wrap .map_search .sch_box input {
    width: calc(100% - 18px);
    font-size: 12px;
  }
  .map_page_wrap .map_search .sch_box button img {
    display: inline-block;
    width: 16px;
    height: 16px;
    object-fit: contain;
  }
  /*서브페이지 끝 640*/
}
@media screen and (max-width: 501px) {
  /*공통 500*/
  .white_box .left_box .com_info span:nth-of-type(1) {
    display: block;
  }
  .white_box .left_box .com_info span:nth-of-type(1)::after {
    display: none;
  }
  .only_500 {
    display: inline-block;
  }
  .header nav ul.depth_02 > li {
    width: 100%;
    margin: 15px 0 0;
  }
  .header nav ul.depth_02 > li:nth-child(even) {
    margin-left: 0px;
  }
  .keyword_swiper_wrap {
    padding: 40px 20px 80px;
  }
  .keyword_swiper_wrap .right_box {
    padding: 0 0px;
  }
  .keyword_swiper_wrap .pagination {
    display: none;
  }
  .keyword_swiper_wrap {
    padding: 30px 20px;
  }
  .keyword_swiper_wrap .prev_btn {
    top: 50%;
    transform: translate(0, calc(-50% + 20px));
  }
  .keyword_swiper_wrap .next_btn {
    top: 50%;
    transform: translate(0, calc(-50% + 20px));
  }
  /*로그인, 회원가입 500*/
  .login_wrap .link_wrap a {
    margin: 5px 15px;
    display: block;
  }
  .login_wrap .social_login_tit {
    position: relative;
    margin: 40px 0 20px;
  }
  .login_wrap .social_login a {
    width: 60px;
    height: 60px;
  }
  .my_page .btn_confirm :where(a, button){
    min-width: 95px;
    font-size: 15px;
  }
  .co_logo_wrap span.swiper-pagination-bullet {
    background-size: 80%;
    margin: 0 5px !important;
    height: 60px;
}
.co_logo_wrap :where(span, button, a){
  margin: 0 5px;
  padding: 15px 10px;
}
.co_logo_wrap :where(span, button, a) img {
  object-fit: contain;
  width: 100%;
}
.sign_wrap li.email_wrap > label input[type="text"] {
  min-width: unset;
  width: calc(100% - 80px);
}
.sign_wrap li > label select{
  width: 85px;
}
.sign_wrap li > label input[type="text"] {
  padding: 0 15px;
}
}
