@charset "utf-8";
@media (min-width:768px){
::-moz-selection {
  background: #2bbade;
  color: #fff;
}
::selection {
  background: #2bbade;
  color: #fff;
}
body {
  letter-spacing: -0.05em;
}
.w1210 {
  width: 1210px;
  margin: 0 auto;
  position: relative;
}
.w1275 {
  width: 1275px;
  margin: 0 auto;
  position: relative;
}
.w1190 {
  width: 1190px;
  margin: 0 auto;
  position: relative;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.cont_center {
  overflow: hidden;
  width: 1210px;
  margin: 0 auto;
}

/* header */
#hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 154px;
  z-index: 100;
  background-color: #ecf2f3;
}
#hd_h1 {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
#hd_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
  padding: 0 0 40px 0;
  z-index: 1000;
}
#hd_wrapper h1,
#hd_wrapper .hd_logo {
  position: absolute;
  left: 50%;
  top: 33px;
  margin: 0;
  transform: translateX(-50%);
}

#top_menu {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 40px;
  top: 54px;
  font-size: 14px;
  font-weight: 600;
}
#top_menu .top_line {
  float: left;
  height: 40px;
  background-color: white;
}
#top_menu .top_line.top_line2 {
  float: right;
  position: absolute;
  right: 0;
  z-index: 99;
}
#top_menu .cont_center {
  float: left;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
#top_menu .color1 {
  color: #49a5d1;
}
.top_left {
  float: left;
}
.top_left ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 430px;
  height: 40px;
  border-top-right-radius: 150px;
  background-color: white;
}
.top_left ul li {
  margin-right: 30px;
}
.top_left ul li:nth-last-child(2) {
  margin-right: 0px;
}
#top_menu #headerTimeSlide {
  display: inline-block;
  width: 200px;
  height: 20px;
}
.top_right {
  float: right;
}
.top_right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 430px;
  height: 40px;
  border-top-left-radius: 150px;
  background-color: white;
}
.top_right ul li {
  margin-left: 28px;
}
.top_right ul li > a {
  display: flex;
  align-items: center;
}
.top_right ul li > a > img {
  margin-right: 10px;
}

.gnb {
  border-top: 1px solid #2e9def;
  border-bottom: 1px solid #2e9def;
  height: 60px;
  background-color: #01b5e2;
}
.gnb .gnb_wrapper {
  width: 1210px;
  margin: 0 auto;
  height: 59px;
}
#gnb_1dul {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#gnb_1dul > li {
  height: inherit;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #fff;
}
#gnb_1dul > li:last-child {
  border-right: 1px solid #fff;
}
#gnb_1dul > li > a {
  height: inherit;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}
#gnb_1dul > li > a > div.beforeText,
#gnb_1dul > li > a > div.afterText {
  position: absolute;
  left: 0;
  width: 100%;
  height: inherit;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  transition: 0.3s;
}
/*gnb_1dli_over */
#gnb_1dul > li > a > div.beforeText {
  z-index: 900;
  top: 0px;
}
#gnb_1dul > li.gnb_1dli_over > a > div.beforeText {
  top: -59px;
}
#gnb_1dul > li > a > div.afterText {
  z-index: 1000;
  top: 59px;
  background-color: #222222;
}
#gnb_1dul > li.gnb_1dli_over > a > div.afterText {
  top: 0;
}

#gnb_1dul .gnb_inner {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 250px;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
#gnb_1dul .gnb_inner .inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1210px;
  height: inherit;
  margin: 0 auto;
}
#gnb_1dul .gnb_inner .mn_intro {
  margin: 0 0 0 1px;
  width: 151px;
  height: inherit;
  background: #03a4b2;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

#gnb_1dul .gnb_1 .mn_intro {
  background: #03a4b2;
}
#gnb_1dul .gnb_2 .mn_intro {
  background: #53bde1;
}
#gnb_1dul .gnb_3 .mn_intro {
  background: #699606;
}
#gnb_1dul .gnb_4 .mn_intro {
  background: #8147c8;
}
#gnb_1dul .gnb_5 .mn_intro {
  background: #42beab;
}
#gnb_1dul .gnb_6 .mn_intro {
  background: #faad18;
}
#gnb_1dul .gnb_7 .mn_intro {
  background: #232e82;
}
#gnb_1dul .gnb_8 .mn_intro {
  background: #f96f14;
}

#gnb_1dul .gnb_inner .mn_intro i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 94px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 13px;
}
#gnb_1dul .gnb_inner .mn_intro .sjt {
  font-size: 16px;
}
#gnb_1dul .gnb_inner .mn_intro .sjt:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 13px auto;
}
#gnb_1dul .gnb_inner .mn_intro .con {
  font-size: 12px;
  line-height: 18px;
  padding: 0 17px;
  word-break: keep-all;
}
#gnb_1dul .gnb_inner .mn_menu {
  width: 454px;
}
#gnb_1dul .gnb_inner .spot_img {
  width: 604px;
  font-size: 0;
}
#gnb_1dul .gnb_inner .spot_img a {
  display: inline-block;
}

#gnb_1dul .gnb_2dul {
  padding: 20px;
}
#gnb_1dul .gnb_2dli {
  margin: 0 0 10px;
  display: inline-block;
  min-width: 190px;
  opacity: 0;
}
#gnb_1dul .gnb_2dli > a {
  font-size: 14px;
  color: #303030;
  font-weight: 500;
}
#gnb_1dul .gnb_2dli > a:hover,
#gnb_1dul .gnb_2dli > a:focus {
  color: #017adb;
}
#gnb_1dul .gnb_3dul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5px 0 0;
  width: 414px;
  background: #eee;
  border-radius: 10px;
  padding: 10px;
}
#gnb_1dul .gnb_3dul li {
  width: 33%;
}
#gnb_1dul .gnb_3dul li a {
  font-size: 13px;
  line-height: 20px;
  color: #808080;
  font-weight: 500;
}
#gnb_1dul .gnb_3dul li a:hover,
#gnb_1dul .gnb_3dul li a:focus {
  color: #017adb;
}

/* 메뉴가 absolute 애니메이션으로 변경되어 a태그 hover 백그라운드 컬러 제거 */
#gnb_1dul > li.gnb_1dli_on > a {
  /*background: #222222;*/
  color: #fff;
}
#gnb_1dul .gnb_1dli_over .gnb_inner {
  display: block;
  overflow: hidden;
}
#gnb_1dul .gnb_1dli_over .gnb_2dli {
  -webkit-animation: gnbAni 0.2s 0s 1 forwards;
  animation: gnbAni 0.2s 0s 1 forwards;
}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(0) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(1) {
  -webkit-animation-delay: 0.03s;
  animation-delay: 0.03s;
}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(2) {
  -webkit-animation-delay: 0.06s;
  animation-delay: 0.06s;
}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(3) {
  -webkit-animation-delay: 0.09s;
  animation-delay: 0.09s;
}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(4) {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(5) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(6) {
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(7) {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(8) {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(9) {
  -webkit-animation-delay: 0.27s;
  animation-delay: 0.27s;
}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(10) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(11) {
  -webkit-animation-delay: 0.33s;
  animation-delay: 0.33s;
}
#gnb_1dul .gnb_1dli_over .gnb_2dli:nth-child(12) {
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}

@-webkit-keyframes gnbAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes gnbAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* footer */
.ft_wrap {
  background-color: #000;
  height: 70px;
}
#ft {
  position: relative;
  width: 100%;
  height: 430px;
  background: #000 url(../../img/common/ft_bg.jpg) center no-repeat;
  background-size: cover; /*z-index: -1;*/
  padding-bottom: 70px;
  transition: 0.1s;
}
#ft #ft_wr {
  height: inherit;
}
#ft .ft_info {
  float: left;
}
#ft .ft_info h4 {
  padding: 50px 0 0;
  color: #dedede;
  font-weight: 300;
  font-size: 44px;
}
#ft .ft_info h4 b {
  font-weight: 500;
}
#ft .ft_info p {
  margin-top: 15px;
}
#ft .ft_info .sign {
  position: relative;
  float: right;
  padding: 0 25px 30px 0;
  color: #ffeb00;
  font-size: 16px;
  font-weight: 300;
  margin-right: 60px;
}
#ft .ft_info .sign b {
  font-weight: 500;
}
#ft .ft_info .sign:after {
  content: "";
  background: url(../../img/common/sign.png);
  width: 49px;
  height: 41px;
  position: absolute;
  right: -25px;
  top: -20px;
}
#ft .hours {
  width: 330px;
  height: 213px;
  clear: both;
  background: url(../../img/common/bottomHoursBg.png) no-repeat;
}
#ft .hours > ul {
  width: inherit;
  height: inherit;
  font-size: 0px;
}
#ft .hours > ul > li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 5px;
}
#ft .hours > ul > li:nth-child(3) {
  color: #ffeb00;
}
#ft .hours > ul > li:last-child {
  margin-bottom: 0px;
}
#ft .hours > ul > li h3 {
  width: 110px;
  height: 38px;
  color: #282828;
  display: inline-block;
  text-align: justify;
  text-align-last: justify;
  padding: 10px 10px;
  margin-right: 10px;
}
#ft .ft_cont {
  float: right;
  width: 400px;
  height: inherit;
  background: #000000;
  color: #ededed;
  font-size: 13px;
  text-align: center;
}
#ft .ft_cont .ft_logo {
  padding: 85px 0 60px;
}
#ft .ft_cont .ft_hp_info {
  font-size: 14px;
}
#ft .ft_cont .ft_hp_info p {
  word-break: keep-all;
  line-height: 19px;
}
#ft .ft_cont .ft_hp_info p:nth-child(3) {
  margin-top: 15px;
}
#ft .ft_cont .ft_hp_info p span + span:before {
  content: "";
  margin: 0 5px;
  width: 1px;
  height: 10px;
  background: #444;
  display: inline-block;
  vertical-align: middle;
}
#ft .ft_cont .ft_hp_info .make {
  margin: 15px 0 0;
}
#ft .ft_cont .ft_hp_info .make a {
  color: #fff;
}
#ft .ft_cont .ft_hp_info .make a span {
  color: #bbb;
}
#ft .ft_cont .ft_hp_info .mb1 {
  margin: 0;
}
#ft .ft_cont .agr_list {
  color: #ffeb00;
  margin: 0 0 25px;
  font-size: 16px;
}
#ft .ft_cont .agr_list li {
  display: inline-block;
  cursor: pointer;
}
#ft .ft_cont .agr_list li + li:before {
  content: "";
  margin: 0 5px;
  width: 1px;
  height: 10px;
  background: #444;
  display: inline-block;
  vertical-align: middle;
}

#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: #003644;
}
#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;
}

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

/*게시판 너비*/
#bo_list,
#bo_v,
#bo_gall,
#bo_w {
  width: 1160px !important;
  margin: 0 auto;
  position: relative;
}

}
