@charset "utf-8";
/* --- 공통 --- */
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&family=Noto+Sans+KR:wght@400;500;700;900&display=swap");
@import url("https://webfontworld.github.io/sebang/SebangGothic.css");

/* 레이아웃 */
body {
  overflow-y: scroll;
}
div#sub_wrap {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.cont_center {
  width: 1201px;
  margin: 0 auto;
  overflow: hidden;
}
body,
ul,
ol,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
.mbskin {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0px;
}

/* 텍스트 */
li {
  list-style: none;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #666;
  text-decoration: none;
}

.text_hidden {
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.text_hidden2 {
  overflow: hidden;
  font-size: 0;
  text-indent: -9999%;
} /* 숨김 처리*/
.lt {
  font-weight: normal;
}
em {
  font-style: normal;
  font-weight: 600;
}

/* 입력폼 */
.input_text,
.input_file {
  width: 135px;
  height: 22px;
  padding: 0 8px;
  background-color: #fff;
  color: #8ea2ad;
  border: 1px solid #b9c5cc;
  font-size: 11px;
  line-height: 24px;
}
.input_file {
  width: 252px\9;
  height: 20px\9;
  color: #8ea2ad;
}
select {
  min-width: 153px;
  height: 24px;
  padding: 2px 2px 2px 4px;
  color: #8ea2ad;
  border: 1px solid #b9c5cc;
  font-size: 11px;
  line-height: 22px;
} /* Safari에서 line-height로 높이값 제어 */
/* width 값을 지정하면 텍스트가 더 길어질 경우 숨겨지므로 min-width 값 사용, IE7에서 너비값이 지정되지 않으나 따로 처리하지 않음 */
@media \0screen {
  select {
    min-width: 145px;
  }
} /* IE8 너비 수정 */
textarea {
  width: 452px;
  height: 61px;
  padding: 2px 8px 0;
  color: #8ea2ad;
  border: 1px solid #b9c5cc;
  font-size: 11px;
}
.input_ch {
  margin: -1px 1px 0 0;
  vertical-align: middle;
}

/* 버튼 */
button,
.btn {
  *overflow: visible;
  display: inline-block;
  margin: 0;
  *margin: 0 2px;
  border: none;
  background: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
} /* overflow:visible; IE7 여백 제거 */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
} /* Firefox 버튼 여백 제거 */
.btn_m {
  min-width: 70px;
  padding: 6px 12px;
  background-color: #00436a;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.btn_m:hover,
.btn_m:focus {
  background-color: #ff4e00 !important;
  color: #fff !important;
  text-decoration: none;
}
.btn_m.lt {
  background-color: #acbdc5;
}
.btn_img {
  padding: 4px;
}
.btn_img02 {
  margin: 0 -2px -3px 0;
}

/*header*/
html,
body {
  width: 100%;
  min-width: 1000px;
  height: 100%;
}

#header {
  position: relative;
  width: 100%;
  background: url("../images/header/header.png") center top repeat-x;
  z-index: 1000;
}
#header h1#logo {
  padding: 16px 0 0;
}
#header h1#logo a {
  display: block;
}
#header .wrap_top_menu {
  display: flex;
  justify-content: space-between;
}
#header .wrap_top_menu > div.night {
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: url("../images/header/night_icon.png") left center no-repeat;
  padding-left: 40px;
  font-weight: 500;
  font-size: 14px;
}
#header .wrap_top_menu > div.night span {
  color: #ffd939;
}
#header .wrap_top_menu > div.subway {
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: url("../images/header/subway_icon.png") left center no-repeat;
  padding-left: 32px;
  font-weight: 500;
  font-size: 14px;
}
#header .wrap_top_menu > div.subway span {
  color: #e27d38;
}
#header .wrap_top_menu ul {
  float: right;
  margin-right: 7px;
}
#header .wrap_top_menu ul li {
  float: left;
  margin-left: 40px;
  position: relative;
  top: 25px;
}
#header .wrap_top_menu ul li a {
  display: block;
  font-family: "Nanum Gothic", sans-serif;
}

#header.scroll {
  position: fixed;
  left: 0;
  margin-left: 0px;
  z-index: 1000;
}

#gnb {
  width: 100%;
  background-color: #fff;
  margin-top: -44px;
}
#gnb .cont_center {
  display: flex;
  justify-content: space-between;
}
#gnb .set_menu {
  overflow: hidden;
  height: 56px;
  display: flex;
  align-items: center;
}
#gnb .set_menu > li {
  float: left;
  line-height: 56px;
  color: #04246c;
}
#gnb .set_menu > li > a {
  line-height: 15px;
  border-right: 1px solid #999;
  padding: 0 32px;
  color: #04246c;
  font-size: 16px;
  display: block;
}
#gnb .set_menu > li.menu5 > a {
  border-left: 1px solid #999;
}
#gnb .set_menu > li > a:hover {
  color: #39a6a2;
}
#gnb .set_menu > li.menu1 > a {
  border-left: 1px solid #999;
}

#gnb .sub_menu {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 121px;
  width: 100%;
  height: 0;
  z-index: 1000;
  height: 250px !important;
  overflow: hidden;
}
#gnb .sub_menu .menu_left a {
  cursor: default;
}
#gnb .sub_menu .menu_list {
  display: block;
  width: calc(100% - 750px);
  text-align: left;
  color: #111;
  line-height: 32px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
#gnb .sub_menu .dep2 ul {
  width: 100%;
  display: block;
  height: 250px;
}
#gnb .sub_menu .cont_center {
  height: 250px;
}
#gnb .sub_menu .dep2 li {
  margin: 0 0 10px;
  display: inline-block;
  min-width: 130px;
  opacity: 1;
  font-size: 15px;
  letter-spacing: -0.5px;
}
#gnb .sub_menu .dep2 li a {
  color: #111;
}

.sub_menu .menu_quick > li {
  float: left;
  width: 300px;
  height: 250px;
}
.sub_menu .menu_quick > li > a {
  display: block;
}

.dep2_left {
  width: 150px;
}

/* --- sub_top --- */

.sub_top {
}

/* --- sub_contents --- */
/* sub_title */
div#sub_contents {
  width: 100%;
}

h3.set_sub_title {
  padding-bottom: 40px;
}
h3.set_sub_title .sub_s_title {
  font-size: 1.333em;
  line-height: 18px;
  font-weight: bold;
  color: #999;
}
h3.set_sub_title .sub_title {
  font-size: 2.692em;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #333;
}

/* footer banner */
.footer_bn {
  height: 40px;
  padding: 10px;
  background: url(..../images/footer/bg_bn.gif);
  border: 1px solid #ddd;
}
.footer_bn .bn_title {
  float: left;
  width: 105px;
  margin-top: 14px;
  margin-right: 30px;
}
.footer_bn .slider {
  float: left;
  position: relative;
  width: 865px;
}
.footer_bn #footer_bn_left {
  position: absolute;
  left: 0;
  top: 0;
}
.footer_bn #footer_bn_right {
  position: absolute;
  right: 0;
  top: 0;
}

/* footer */
/* .footer_center{width:1000px; height:329px; margin:0 auto; text-align:center; }
.footer_box{float:left; padding-top:40px}
.sns_tt{margin-right:15px;}
.sns_fb{margin-right:15px;}

#footer	{height:329px; background:url(..../images/footer/bg_footer.jpg)no-repeat 50% top;}
.footer_logo	{display:block; width:200px; height:50px; position:absolute; margin-top:130px; cursor:pointer}
#footer .agr_list {position:absolute;margin: 153px 0 0 250px;z-index:100;}
#footer .agr_list li {display: inline-block;cursor: pointer;color:#333}
#footer .agr_list li+li:before {content: '';margin: 0 5px;width: 1px;height: 10px;background: #444;display: inline-block;vertical-align: middle}
#footer .agr_list li b {color: #f7b788;font-weight: 500}
#footer address	img{margin-bottom:300px;} */

/* 약관 */
#terms {
  position: fixed;
  z-index: 1103;
  width: 70%;
  height: 90%;
  background: #fff;
  top: 101%;
  left: 15%;
}
#terms .t_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
}
#terms .t_group > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#terms .t_group > li + li .mn {
  border-left: 1px solid #ddd;
}
#terms .mn {
  position: relative;
  height: 55px;
  line-height: 55px;
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  outline: none;
}
#terms .mn.on {
  background: #fff;
  border-bottom: 0;
  font-weight: 500;
}
#terms .mn.on:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #d025bb;
}
#terms .cont {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 35px 35px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#terms .mn.on + .cont {
  display: block;
}
#terms h5 {
  font-size: 35px;
  text-align: center;
  font-weight: 500;
  margin: 0 0 20px;
}
#terms .txt {
  white-space: pre-line;
  border: 1px solid #ddd;
  padding: 20px;
  font-size: 15px;
  line-height: 25px;
  overflow: auto;
  height: calc(100% - 70px);
  word-break: keep-all;
}
#terms_bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1102;
  background: #000;
  opacity: 0.7;
}
#terms_close {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  right: -50px;
  top: 0;
  cursor: pointer;
}
