@charset "UTF-8";
/* CSS Document */
/* web-font */
/* reset */
body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

ol, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: inherit;
}
a img {
  border: none;
}

img {
  vertical-align: middle;
}

li {
  list-style: none;
}

address, i, em {
  font-style: normal;
}

header, main, footer, section, article, aside, nav {
  display: block;
}

input, label, select, button, textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
}

/* common */
body {
  font-family: "Nanum Square", sans-serif;
  font-size: 16px;
  color: #44465c;
  background: #f2f2f2;
}

#wrapper {
  min-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
}

#skip-nav {
  position: fixed;
  left: 0;
  top: -43px;
  width: 100%;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  transition: all 0.3s;
  z-index: 10000;
}

#skip-nav:focus {
  top: 0;
}

.none {
  display: none !important;
}

/* main */
#header {
  z-index: 1000;
  position: relative;
  color: #ffffff;
  background: #44465c;
}
#header div.line {
  position: relative;
  height: 60px;
}
#header div.line img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}
#header div.top_navi {
  position: relative;
  height: 40px;
  font-size: 14px;
  background: #33364c;
}
#header div.top_navi ul {
  width: 1200px;
  margin: 0 auto;
}
#header div.top_navi ul li {
  float: right;
  margin-left: 30px;
  text-align: center;
}
#header div.top_navi ul li > a {
  height: 40px;
  line-height: 40px;
  background: url(../img/admin.png) center right no-repeat;
  display: inline-block;
  padding-right: 24px;
}
#header div.top_navi ul li a:hover {
  text-decoration: underline;
}
#header div.top_navi ul li dl dt {
  line-height: 40px;
  padding-right: 25px;
  padding-right: 24px;
  background: url(../img/lan.png) center right no-repeat;
}
#header div.top_navi ul li dl dd {
  line-height: 30px;
  border-top: 1px solid #cccccc;
  display: none;
  background: #44465c;
  z-index: 1000;
  position: relative;
  color: #ffffff;
}
#header div.top_navi ul li.lan {
  display: none;
}
#header div.top_navi ul li.admin {
  line-height: 40px;
  padding-left: 24px;
  background: url(../img/admin_login.png) center left no-repeat;
  float: left;
  margin-left: 0;
}
#header nav div.gnb {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 80px;
  border-bottom: 1px solid #44465c;
  overflow: auto;
}
#header nav div.gnb h1 {
  font-size: 24px;
  margin-top: 30px;
}
#header nav div.gnb h1 img {
  margin-right: 10px;
  width: 45px;
  vertical-align: bottom;
}
#header nav div.gnb h1 span {
  font-size: 18px;
  font-weight: normal;
  margin-left: 5px;
  color: #999999;
}
#header nav div.gnb ul {
  position: absolute;
  right: 100px;
  top: 21px;
  text-align: center;
}
#header nav div.gnb ul li {
  float: left;
  margin-left: 40px;
  font-size: 18px;
  font-weight: bold;
}
#header nav div.gnb ul li a:hover {
  color: #f8c20f;
}
#header nav div.gnb ul li span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #aaaaaa;
  font-weight: normal;
}
#header nav div.gnb p.call {
  position: absolute;
  right: 0;
  top: 17px;
  width: 45px;
  height: 45px;
}
#header nav div.gnb p.call a {
  text-indent: -9999px;
  width: 45px;
  height: 45px;
  background: url(../img/write_main.png) center center no-repeat;
  display: inline-block;
}
#header nav div.gnb p.call a:hover {
  background-image: url(../img/write_hover.png);
}

#main {
  position: relative;
  background: #f2f2f2;
}
#main div.mb div.contents {
  height: 600px;
}
#main div.mb div.contents div.imgfade {
  width: 1200px;
  margin-left: -600px;
  position: absolute;
  top: 0px;
  left: 50%;
}
#main div.mb div.contents div.imgfade ul.image {
  position: relative;
  height: 600px;
}
#main div.mb div.contents div.imgfade ul.image li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#main div.mb div.contents div.imgfade ul.image li img {
  min-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#main div.mb div.contents div.imgfade ul.image:after {
  content: "";
  width: 1200px;
  height: 600px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/banner_cover.png) repeat-y;
}
#main div.mb div.contents div.imgfade ul.indicator {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
#main div.mb div.contents div.imgfade ul.indicator li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 2px solid #eeeeee;
  margin: 0 2px;
}
#main div.mb div.contents div.imgfade ul.indicator li a {
  display: inline-block;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
}
#main div.mb div.contents div.imgfade ul.indicator li.on {
  background: #eeeeee;
}
#main div.mb div.contents div.imgfade p.handle {
  position: absolute;
  width: 100%;
  top: 270px;
  left: 0;
}
#main div.mb div.contents div.imgfade p.handle a {
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  position: absolute;
  top: 0;
}
#main div.mb div.contents div.imgfade p.handle a.prev {
  left: 20px;
  background: url(../img/prev.png) center center no-repeat;
}
#main div.mb div.contents div.imgfade p.handle a.prev:hover {
  background-image: url(../img/prev_on.png);
}
#main div.mb div.contents div.imgfade p.handle a.next {
  right: 20px;
  background: url(../img/next.png) center center no-repeat;
}
#main div.mb div.contents div.imgfade p.handle a.next:hover {
  background-image: url(../img/next_on.png);
}
#main div.mb div.contents ul.banner {
  position: absolute;
  right: 30px;
  top: 30px;
}
#main div.mb div.contents ul.banner li {
  position: absolute;
  right: 0;
  top: 0;
  background: center center no-repeat;
  width: 280px;
  height: 230px;
  color: #ffffff;
  background-size: cover;
}
#main div.mb div.contents ul.banner li h3 {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 22px;
}
#main div.mb div.contents ul.banner li p {
  position: absolute;
  top: 80px;
  left: 30px;
  font-size: 18px;
  height: 110px;
  line-height: 1.5;
}
#main div.mb div.contents ul.banner li p strong {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 28px;
  width: 250px;
  line-height: 1;
}
#main div.mb div.contents ul.banner li a {
  position: absolute;
  top: 30px;
  right: 30px;
}
#main div.mb div.contents ul.banner li.callbox {
  background-image: url(../img/callbox.jpg);
}
#main div.mb div.contents ul.banner li.kakao {
  background-image: url(../img/kakao.jpg);
  top: 230px;
  color: #000000;
}
#main div.mb div.contents ul.banner li.kakao span {
  margin-right: 5px;
}
#main ul.sb {
  overflow: auto;
  width: 1200px;
  margin: 0 auto;
}
#main ul.sb > li {
  margin: 30px 0;
  position: relative;
}
#main ul.sb > li div.space {
  width: 600px;
  height: 400px;
  background: #ffffff;
  position: relative;
  overflow: auto;
  float: left;
}
#main ul.sb > li div.space h3 {
  font-size: 28px;
  margin: 40px 0 0 50px;
}
#main ul.sb > li div.space dl {
  margin: 35px 0 0 50px;
}
#main ul.sb > li div.space dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #999999;
}
#main ul.sb > li div.space dl dd {
  display: inline-block;
  width: 65px;
  text-align: center;
  padding-top: 70px;
  margin: 10px 15px 0 0;
  background: top center no-repeat;
  font-size: 14px;
}
#main ul.sb > li div.space dl dd.desk {
  background-image: url(../img/desk.png);
}
#main ul.sb > li div.space dl dd.bed {
  background-image: url(../img/bed.png);
}
#main ul.sb > li div.space dl dd.clo {
  background-image: url(../img/clo.png);
}
#main ul.sb > li div.space dl dd.ref {
  background-image: url(../img/ref.png);
}
#main ul.sb > li div.space dl dd.air {
  background-image: url(../img/air.png);
}
#main ul.sb > li div.space dl dd.rest {
  background-image: url(../img/rest.png);
}
#main ul.sb > li div.space dl dd.rice {
  background-image: url(../img/rice.png);
}
#main ul.sb > li div.space dl dd.fem {
  background-image: url(../img/fem.png);
}
#main ul.sb > li div.space dl dd.sep {
  background-image: url(../img/sep.png);
}
#main ul.sb > li div.space dl dd.use_man {
  background-image: url(../img/use_man.png);
}
#main ul.sb > li div.space dl dd.use_woman {
  background-image: url(../img/use_woman.png);
}
#main ul.sb > li div.space dl dd.use_man_woman {
  background-image: url(../img/use_man_woman.png);
}
#main ul.sb > li div.space dl dd.use_man_woman_sep {
  background-image: url(../img/use_man_woman_sep.png);
}
#main ul.sb > li div.space dl dd.ele {
  background-image: url(../img/ele.png);
}
#main ul.sb > li div.space dl dd.park {
  background-image: url(../img/park.png);
}
#main ul.sb > li div.space p {
  position: absolute;
  top: 38px;
  left: 180px;
  width: 28px;
  height: 28px;
  z-index: 1;
}
#main ul.sb > li div.space p > a {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  border: 2px solid #44465c;
  background: url(../img/more.png) center center no-repeat;
}
#main ul.sb > li div.space p > a:hover {
  background-color: #44465c;
  background-image: url(../img/more_hover.png);
}
#main ul.sb > li div.environment {
  width: 600px;
  height: 400px;
  display: inline-block;
  background: url(../img/environment.jpg) center center no-repeat;
}
#main ul.sb > li div.environment h3 {
  font-size: 28px;
  margin: 40px 0 0 50px;
}
#main ul.sb > li div.environment p.subway {
  margin: 30px 0 0 50px;
  font-size: 21px;
  line-height: 30px;
  font-weight: bold;
  vertical-align: middle;
}
#main ul.sb > li div.environment p.subway span.line1 {
  color: #0052A4;
}
#main ul.sb > li div.environment p.subway span.line2 {
  color: #00A84D;
}
#main ul.sb > li div.environment p.subway span.line3 {
  color: #EF7C1C;
}
#main ul.sb > li div.environment p.subway span.line4 {
  color: #00A5DE;
}
#main ul.sb > li div.environment p.subway span.line5 {
  color: #996CAC;
}
#main ul.sb > li div.environment p.subway span.line6 {
  color: #CD7C2F;
}
#main ul.sb > li div.environment p.subway span.line7 {
  color: #747F00;
}
#main ul.sb > li div.environment p.subway span.line8 {
  color: #E6186C;
}
#main ul.sb > li div.environment p.subway span.line9 {
  color: #BDB092;
}
#main ul.sb > li div.environment p.subway span.incheon1 {
  color: #7CA8D5;
}
#main ul.sb > li div.environment p.subway span.incheon2 {
  color: #ED8B00;
}
#main ul.sb > li div.environment p.subway span.bundang {
  color: #F5A200;
}
#main ul.sb > li div.environment p.subway span.sinbundang {
  color: #D4003B;
}
#main ul.sb > li div.environment p.subway span.jungang {
  color: #77C4A3;
}
#main ul.sb > li div.environment p.subway span.airport {
  color: #0090d2;
}
#main ul.sb > li div.environment p.subway span.kyeongchun {
  color: #0C8E72;
}
#main ul.sb > li div.environment p.subway span.uijeongbu {
  color: #FDA600;
}
#main ul.sb > li div.environment p.subway span.yongin {
  color: #509F22;
}
#main ul.sb > li div.environment p.subway span.kyeonggang {
  color: #003DA5;
}
#main ul.sb > li div.environment p.subway span.ui {
  color: #B0CE18;
}
#main ul.sb > li div.environment p.subway span.seohae {
  color: #81A914;
}
#main ul.sb > li div.environment p.subway span.gimpo {
  color: #A17800;
}
#main ul.sb > li div.environment p.subway span.sillim {
  color: #6789CA;
}

#main ul.sb > li div.environment p.subway span:before {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  margin-right: 5px;
  font-size: 18px;
  padding: 7px;
}
#main ul.sb > li div.environment p.subway span.line1:before {
  content: "1";
  background: #0052A4;
}
#main ul.sb > li div.environment p.subway span.line2:before {
  content: "2";
  background: #00A84D;
}
#main ul.sb > li div.environment p.subway span.line3:before {
  content: "3";
  background: #EF7C1C;
}
#main ul.sb > li div.environment p.subway span.line4:before {
  content: "4";
  background: #00A5DE;
}
#main ul.sb > li div.environment p.subway span.line5:before {
  content: "5";
  background: #996CAC;
}
#main ul.sb > li div.environment p.subway span.line6:before {
  content: "6";
  background: #CD7C2F;
}
#main ul.sb > li div.environment p.subway span.line7:before {
  content: "7";
  background: #747F00;
}
#main ul.sb > li div.environment p.subway span.line8:before {
  content: "8";
  background: #E6186C;
}
#main ul.sb > li div.environment p.subway span.line9:before {
  content: "9";
  background: #BDB092;
}
#main ul.sb > li div.environment p.subway span.incheon1:before {
  content: "인천1";
  background: #7CA8D5;
}
#main ul.sb > li div.environment p.subway span.incheon2:before {
  content: "인천2";
  background: #ED8B00;
}
#main ul.sb > li div.environment p.subway span.bundang:before {
  content: "분당";
  background: #F5A200;
}
#main ul.sb > li div.environment p.subway span.sinbundang:before {
  content: "신분당";
  background: #D4003B;
}
#main ul.sb > li div.environment p.subway span.jungang:before {
  content: "경의중앙";
  background: #77C4A3;
}
#main ul.sb > li div.environment p.subway span.airport:before {
  content: "공항철도";
  background: #0090d2;
}
#main ul.sb > li div.environment p.subway span.kyeongchun:before {
  content: "경춘";
  background: #0C8E72;
}
#main ul.sb > li div.environment p.subway span.uijeongbu:before {
  content: "의정부";
  background: #FDA600;
}
#main ul.sb > li div.environment p.subway span.yongin:before {
  content: "용인";
  background: #509F22;
}
#main ul.sb > li div.environment p.subway span.kyeonggang:before {
  content: "경강";
  background: #003DA5;
}
#main ul.sb > li div.environment p.subway span.ui:before {
  content: "우이신설";
  background: #B0CE18;
}
#main ul.sb > li div.environment p.subway span.seohae:before {
  content: "서해";
  background: #81A914;
}
#main ul.sb > li div.environment p.subway span.gimpo:before {
  content: "김포골드";
  background: #A17800;
}
#main ul.sb > li div.environment p.subway span.sillim:before {
  content: "신림";
  background: #6789CA;
}

#main ul.sb > li div.environment p.subway i {
  margin-left: 10px;
}
#main ul.sb > li div.environment ul {
  margin: 30px 0 0 50px;
  font-size: 18px;
}
#main ul.sb > li div.environment ul li {
  list-style: circle;
  margin: 20px 0;
}
#main ul.sb > li div.inquiry {
  background: #ffffff url(../img/inquiry2.jpg) center right no-repeat;
  height: 400px;
  overflow: auto;
  position: relative;
}
#main ul.sb > li div.inquiry h3 {
  font-size: 28px;
  margin: 55px 0 0 50px;
}
#main ul.sb > li div.inquiry h3 span {
  font-size: 16px;
  font-weight: normal;
  margin-left: 10px;
}
#main ul.sb > li div.inquiry ul {
  width: 400px;
  margin: 15px 0 0 50px;
  border-top: 2px solid #44465c;
}
#main ul.sb > li div.inquiry ul li {
  margin-top: 25px;
  position: relative;
}
#main ul.sb > li div.inquiry ul li p a {
  font-size: 18px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 320px;
  overflow: hidden;
}
#main ul.sb > li div.inquiry ul li p a:hover {
  text-decoration: underline;
}
#main ul.sb > li div.inquiry ul li p span {
  position: absolute;
  top: 0;
  right: 0;
  color: #999999;
}
#main ul.sb > li div.inquiry > p {
  position: absolute;
  bottom: 40px;
  left: 50px;
  width: 30px;
  height: 30px;
}
#main ul.sb > li div.inquiry > p > a {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  border: 2px solid #44465c;
  background: url(../img/more.png) center center no-repeat;
}
#main ul.sb > li div.inquiry > p > a:hover {
  background-color: #44465c;
  background-image: url(../img/more_hover.png);
}
#main ul.sb > li div.map {
  background: #cccccc;
  height: 400px;
}
#main div.sb {
  background: url(../img/subbn.jpg) center center no-repeat #f2f2f2;
  height: 250px;
  overflow: auto;
}
#main div.sb h2 {
  text-align: center;
  margin-top: 100px;
  font-size: 44px;
}
#main div.sb h2 span {
  font-size: 24px;
  color: #999999;
  display: block;
  margin-top: 10px;
  font-weight: normal;
}
#main div.sbmain {
  width: 1200px;
  margin: 35px auto 100px;
  position: relative;
}
#main div.sbmain div.space {
  width: 900px;
}
#main div.sbmain div.space div.info h3 {
  font-size: 24px;
  line-height: 54px;
  height: 54px;
  border-bottom: 2px solid #44465c;
}
#main div.sbmain div.space div.info h3 img {
  margin-right: 10px;
  width: 45px;
  vertical-align: middle;
  position: relative;
  top: -4px;
}
#main div.sbmain div.space div.info p {
  margin-top: 15px;
  line-height: 1.5;
}
#main div.sbmain div.space ul {
  position: relative;
}
#main div.sbmain div.space ul li.contents {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px;
  margin-top: 100px;
  width: 600px;
  position: relative;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#main div.sbmain div.space ul li.contents h4 {
  font-size: 32px;
  padding-top: 15px;
  border-top: 3px solid #44465c;
  display: inline-block;
}
#main div.sbmain div.space ul li.contents p {
  margin-top: 50px;
  line-height: 1.5;
}
#main div.sbmain div.space ul li.contents dl {
  margin-top: 50px;
}
#main div.sbmain div.space ul li.contents dl dt {
  font-size: 24px;
  border-top: 1px solid #44465c;
  padding-top: 10px;
  font-weight: bold;
}
#main div.sbmain div.space ul li.contents dl dd {
  display: inline-block;
  width: 80px;
  text-align: center;
  padding-top: 70px;
  margin: 30px 15px 0 0;
  background: top center no-repeat;
}
#main div.sbmain div.space ul li.contents dl dd.desk {
  background-image: url(../img/desk.png);
}
#main div.sbmain div.space ul li.contents dl dd.bed {
  background-image: url(../img/bed.png);
}
#main div.sbmain div.space ul li.contents dl dd.clo {
  background-image: url(../img/clo.png);
}
#main div.sbmain div.space ul li.contents dl dd.ref {
  background-image: url(../img/ref.png);
}
#main div.sbmain div.space ul li.contents dl dd.air {
  background-image: url(../img/air.png);
}
#main div.sbmain div.space ul li.contents dl dd.rest {
  background-image: url(../img/rest.png);
}
#main div.sbmain div.space ul li.contents dl dd.rice {
  background-image: url(../img/rice.png);
}
#main div.sbmain div.space ul li.contents dl dd.fem {
  background-image: url(../img/fem.png);
}
#main div.sbmain div.space ul li.contents dl dd.sep {
  background-image: url(../img/sep.png);
}
#main div.sbmain div.space ul li.contents dl dd.ele {
  background-image: url(../img/ele.png);
}
#main div.sbmain div.space ul li.contents dl dd.park {
  background-image: url(../img/park.png);
}
#main div.sbmain div.space ul.invidiual li.img {
  position: absolute;
  width: 600px;
  height: 400px;
  top: -50px;
  right: 0;
}
#main div.sbmain div.space ul.invidiual li.img img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#main div.sbmain div.space ul.public li.contents {
  margin-left: 200px;
  z-index: 10;
}
#main div.sbmain div.space ul.public li.img {
  position: absolute;
  width: 600px;
  height: 400px;
  top: -50px;
  left: 0;
}
#main div.sbmain div.space ul.public li.img img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#main div.sbmain div.menu {
  position: absolute;
  right: 0;
  top: 54px;
  width: 250px;
  border-top: 2px solid #44465c;
}
#main div.sbmain div.menu dl {
  margin: 15px 0;
  font-size: 18px;
}
#main div.sbmain div.menu dl dt {
  font-weight: bold;
}
#main div.sbmain div.menu dl dd {
  margin: 25px 0;
  padding-left: 35px;
  line-height: 30px;
}
#main div.sbmain div.menu dl dd a:hover {
  text-decoration: underline;
}
#main div.sbmain div.menu dl dd.facility {
  background: url(../img/facility_mini.png) center left no-repeat;
}
#main div.sbmain div.menu dl dd.inquiry {
  background: url(../img/qna_mini.png) center left no-repeat;
}
#main div.sbmain div.menu div.callbox {
  color: #ffffff;
  background: url(../img/callbox.jpg) center center no-repeat;
  background-size: cover;
  padding: 25px;
  margin-top: 50px;
}
#main div.sbmain div.menu div.callbox h4 {
  font-size: 21px;
}
#main div.sbmain div.menu div.callbox p {
  line-height: 1.5;
  margin-top: 20px;
}
#main div.sbmain div.menu div.callbox p strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  margin-top: 20px;
}
#main div.sbmain div.menu div.kakao {
  color: #000000;
  background: url(../img/kakao.jpg) center center no-repeat;
  background-size: cover;
  padding: 25px;
}
#main div.sbmain div.menu div.kakao h4 {
  font-size: 21px;
}
#main div.sbmain div.menu div.kakao p {
  line-height: 1.5;
  margin-top: 20px;
}
#main div.sbmain div.menu div.kakao p strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  margin-top: 20px;
}
#main div.sbmain div.facility {
  width: 900px;
}
#main div.sbmain div.facility h3 {
  font-size: 24px;
  line-height: 54px;
  height: 54px;
  border-bottom: 2px solid #44465c;
  padding-left: 50px;
  background: url(../img/facility_sub.png) center left no-repeat;
}
#main div.sbmain div.facility h3 span {
  font-size: 18px;
  font-weight: normal;
}
#main div.sbmain div.facility h3 span:before {
  content: "-";
  margin: 0 10px;
}
#main div.sbmain div.facility div.swife {
  margin: 35px 0 100px;
  position: relative;
}
#main div.sbmain div.facility div.swife ul.image {
  position: relative;
  height: 600px;
}
#main div.sbmain div.facility div.swife ul.image li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#main div.sbmain div.facility div.swife ul.image li img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#main div.sbmain div.facility div.swife ul.indicator {
  margin-top: 15px;
  width: 920px;
}
#main div.sbmain div.facility div.swife ul.indicator li {
  width: 168px;
  height: 112px;
  float: left;
  margin: 0 15px 15px 0;
  position: relative;
}
#main div.sbmain div.facility div.swife ul.indicator li a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#main div.sbmain div.facility div.swife ul.indicator li a img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#main div.sbmain div.facility div.swife ul.indicator li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#main div.sbmain div.facility div.swife ul.indicator li a:hover:after {
  background: none;
}
#main div.sbmain div.facility div.swife ul.indicator li.on a:after {
  background: none;
}
#main div.sbmain div.facility div.swife ul.indicator:after {
  content: "";
  clear: both;
  display: block;
}
#main div.sbmain div.facility div.swife p.handle {
  position: absolute;
  width: 100%;
  top: 270px;
  left: 0;
}
#main div.sbmain div.facility div.swife p.handle a {
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  position: absolute;
  top: 0;
}
#main div.sbmain div.facility div.swife p.handle a.prev {
  left: 20px;
  background: url(../img/prev.png) center center no-repeat;
}
#main div.sbmain div.facility div.swife p.handle a.prev:hover {
  background-image: url(../img/prev_on.png);
}
#main div.sbmain div.facility div.swife p.handle a.next {
  right: 20px;
  background: url(../img/next.png) center center no-repeat;
}
#main div.sbmain div.facility div.swife p.handle a.next:hover {
  background-image: url(../img/next_on.png);
}
#main div.sbmain div.imagenav {
  position: absolute;
  right: 0;
  top: 54px;
  width: 250px;
}
#main div.sbmain div.imagenav dl {
  margin-top: 40px;
}
#main div.sbmain div.imagenav dl dt {
  font-weight: bold;
  font-size: 21px;
  border-top: 2px solid #44465c;
  padding-top: 15px;
  margin-bottom: 15px;
}
#main div.sbmain div.imagenav dl dd {
  line-height: 40px;
  font-size: 18px;
}
#main div.sbmain div.imagenav dl dd a:hover {
  text-decoration: underline;
}
#main div.sbmain div.imagenav dl dd:before {
  content: "-";
  display: inline-block;
  margin: 0 5px;
}
#main div.sbmain div.imagenav dl dd.on {
  background: url(../img/left_on.png) center left no-repeat #44465c;
  color: #ffffff;
  padding-left: 30px;
}
#main div.sbmain div.imagenav dl dd.on:before {
  content: "";
  margin: 0;
}
#main div.sbmain div.imagenav dl:first-child {
  margin-top: 0;
}
#main div.sbmain div.imagenav div.callbox {
  color: #ffffff;
  background: url(../img/callbox.jpg) center center no-repeat;
  background-size: cover;
  padding: 25px;
  margin-top: 50px;
}
#main div.sbmain div.imagenav div.callbox h4 {
  font-size: 21px;
}
#main div.sbmain div.imagenav div.callbox p {
  line-height: 1.5;
  margin-top: 20px;
}
#main div.sbmain div.imagenav div.callbox p strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  margin-top: 20px;
}
#main div.sbmain div.imagenav div.kakao {
  color: #000000;
  background: url(../img/kakao.jpg) center center no-repeat;
  background-size: cover;
  padding: 25px;
}
#main div.sbmain div.imagenav div.kakao h4 {
  font-size: 21px;
}
#main div.sbmain div.imagenav div.kakao p {
  line-height: 1.5;
  margin-top: 20px;
}
#main div.sbmain div.imagenav div.kakao p strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  margin-top: 20px;
}
#main div.sbmain div.map {
  width: 900px;
}
#main div.sbmain div.map div.view h3 {
  font-size: 24px;
  line-height: 54px;
  height: 54px;
  border-bottom: 2px solid #44465c;
  padding-left: 45px;
  background: url(../img/map_sub.png) center left no-repeat;
}
#main div.sbmain div.map div.view address {
  margin-top: 35px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background: #44465c;
}
#main div.sbmain div.map div.view div.local {
  height: 400px;
  background: #cccccc;
  margin-bottom: 35px;
}
#main div.sbmain div.map div.view ul {
   text-align: center;
 }
#main div.sbmain div.map div.view ul li {
  display: inline-block;
  margin: 0 15px 100px;
}
#main div.sbmain div.map div.view ul li a {
  padding-top: 75px;
  display: inline-block;
  font-size: 18px;
  width: 70px;
}
#main div.sbmain div.map div.view ul li a.restaurant {
  background: url(../img/restaurant_n.png) center top no-repeat;
}
#main div.sbmain div.map div.view ul li a.cafe {
  background: url(../img/cafe_n.png) center top no-repeat;
}
#main div.sbmain div.map div.view ul li a.shop {
  background: url(../img/shop_n.png) center top no-repeat;
}
#main div.sbmain div.map div.view ul li a.transport {
  background: url(../img/transport_n.png) center top no-repeat;
}
#main div.sbmain div.map div.view ul li a.bank {
  background: url(../img/bank_n.png) center top no-repeat;
}
#main div.sbmain div.map div.view ul li.on a.restaurant {
  background-image: url(../img/restaurant.png);
}
#main div.sbmain div.map div.view ul li.on a.cafe {
  background-image: url(../img/cafe.png);
}
#main div.sbmain div.map div.view ul li.on a.shop {
  background-image: url(../img/shop.png);
}
#main div.sbmain div.map div.view ul li.on a.transport {
  background-image: url(../img/transport.png);
}
#main div.sbmain div.map div.view ul li.on a.bank {
  background-image: url(../img/bank.png);
}
#main div.sbmain div.map div.traffic {
  text-align: right;
}
#main div.sbmain div.map div.traffic h3 {
  font-size: 24px;
  line-height: 54px;
  border-bottom: 2px solid #44465c;
  padding-left: 45px;
  background: url(../img/map_sub.png) center left no-repeat;
  text-align: left;
}
#main div.sbmain div.map div.traffic div.metro {
  width: 350px;
  padding: 40px;
  float: left;
  background: #ffffff;
  margin-top: 35px;
}
#main div.sbmain div.map div.traffic div.metro h4 {
  font-size: 24px;
  background: url(../img/metro.png) center bottom no-repeat;
  text-align: center;
  padding: 0 0 90px 0;
}
#main div.sbmain div.map div.traffic div.metro p {
  text-align: center;
  margin-top: 30px;
  font-size: 21px;
  font-weight: bold;
}
#main div.sbmain div.map div.traffic div.bus {
  width: 350px;
  padding: 40px;
  display: inline-block;
  background: #ffffff;
  margin-top: 35px;
}
#main div.sbmain div.map div.traffic div.bus h4 {
  font-size: 24px;
  background: url(../img/bus.png) center bottom no-repeat;
  text-align: center;
  padding: 0 0 90px 0;
}
#main div.sbmain div.map div.traffic div.bus p {
  text-align: center;
  margin-top: 30px;
  font-size: 21px;
  font-weight: bold;
}
#main div.sbmain div.map div.traffic div.bus dl {
  font-size: 18px;
  margin-top: 15px;
  text-align: left;
}
#main div.sbmain div.map div.traffic div.bus dl dt {
  float: left;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 0;
  color: #69a0e5;
}
#main div.sbmain div.map div.traffic div.bus dl dt:after {
  content: ":";
  margin-left: 5px;
}
#main div.sbmain div.map div.traffic div.bus dl dd {
  margin-left: 60px;
  line-height: 1.5;
  padding: 10px 0;
  white-space: pre-line;
  max-width: 400px;
}
#main div.sbmain div.inquiry {
  width: 900px;
}
#main div.sbmain div.inquiry h3 {
  font-size: 24px;
  line-height: 54px;
  height: 54px;
  border-bottom: 2px solid #44465c;
  padding-left: 50px;
  background: url(../img/inquiry_sub.png) center left no-repeat;
}
#main div.sbmain div.inquiry h3 span {
  font-size: 18px;
  font-weight: normal;
}
#main div.sbmain div.inquiry h3 span:before {
  content: "-";
  margin: 0 10px;
}
#main div.sbmain div.inquiry div.chart {
  padding: 35px 0;
}
#main div.sbmain div.inquiry div.chart div.table {
  border-top: 3px solid #44465c;
  border-bottom: 3px solid #44465c;
}
#main div.sbmain div.inquiry div.chart div.table ul li {
  position: relative;
  height: 80px;
  border-top: 1px solid #cccccc;
}
#main div.sbmain div.inquiry div.chart div.table ul li p {
  position: absolute;
  top: 0;
  line-height: 80px;
  height: 80px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
#main div.sbmain div.inquiry div.chart div.table ul li p.num {
  width: 80px;
  left: 0;
}
#main div.sbmain div.inquiry div.chart div.table ul li p.title {
  width: 550px;
  left: 80px;
  text-align: left;
  padding-left: 30px;
}
#main div.sbmain div.inquiry div.chart div.table ul li p.title * {
  vertical-align: middle;
}
#main div.sbmain div.inquiry div.chart div.table ul li p.title a {
  display: inline-block;
}
#main div.sbmain div.inquiry div.chart div.table ul li p.title a:hover {
  text-decoration: underline;
  font-weight: 700;
}
#main div.sbmain div.inquiry div.chart div.table ul li p.title a span.title {
  max-width: 450px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
#main div.sbmain div.inquiry div.chart div.table ul li p.title a span.com {
  margin-left: 10px;
  line-height: 80px;
  display: inline-block;
}
#main div.sbmain div.inquiry div.chart div.table ul li p.title a i.new {
  height: 30px;
  display: inline-block;
  width: 30px;
  margin-right: 10px;
  background: url(../img/new.png) center center no-repeat;
}
#main div.sbmain div.inquiry div.chart div.table ul li p.title a i.secret {
  height: 20px;
  display: inline-block;
  width: 20px;
  margin-left: 5px;
  background: url(../img/secret.png) center center no-repeat;
}
#main div.sbmain div.inquiry div.chart div.table ul li p.writer {
  width: 100px;
  right: 100px;
  padding: 0 10px;
}
#main div.sbmain div.inquiry div.chart div.table ul li p.date {
  width: 100px;
  right: 0;
  padding: 0 10px;
}
#main div.sbmain div.inquiry div.chart div.table ul.notice li.guide {
  height: 60px;
  border: none;
  background: #44465c;
  color: #ffffff;
}
#main div.sbmain div.inquiry div.chart div.table ul.notice li.guide p {
  line-height: 60px;
}
#main div.sbmain div.inquiry div.chart div.table ul.notice li.guide p.title {
  text-align: center;
}
#main div.sbmain div.inquiry div.chart div.table ul.notice li.notice {
  background: #e3e3e3;
  font-weight: bold;
}
#main div.sbmain div.inquiry div.chart div.indicator {
  position: relative;
  margin-top: 30px;
}
#main div.sbmain div.inquiry div.chart div.indicator ol {
  text-align: center;
}
#main div.sbmain div.inquiry div.chart div.indicator ol li {
  display: inline-block;
}
#main div.sbmain div.inquiry div.chart div.indicator ol li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
}
#main div.sbmain div.inquiry div.chart div.indicator ol li.on a {
  color: #ffffff;
  background: #44465c;
}
#main div.sbmain div.inquiry div.chart div.indicator > p a.prev {
  position: absolute;
  top: 0;
  left: 180px;
  line-height: 40px;
  width: 40px;
  background: url(../img/prev_table.png) center center no-repeat;
  text-indent: -9999px;
}
#main div.sbmain div.inquiry div.chart div.indicator > p a.next {
  position: absolute;
  top: 0;
  right: 180px;
  line-height: 40px;
  width: 40px;
  background: url(../img/next_table.png) center center no-repeat;
  text-indent: -9999px;
}
#main div.sbmain div.inquiry div.chart > p {
  position: relative;
  text-align: right;
}
#main div.sbmain div.inquiry div.chart > p a {
  padding: 15px 20px 15px 50px;
  color: #ffffff;
  background: url(../img/write.png) 15px center no-repeat #44465c;
  position: absolute;
  right: 0;
  top: -44px;
  border-radius: 8px;
}
#main div.sbmain div.inquiry div.write {
  width: 900px;
  height: auto;
  margin: 50px auto;
}
#main div.sbmain div.inquiry div.write ul {
  border: 1px solid #999999;
  text-align: left;
  background: #ffffff;
}
#main div.sbmain div.inquiry div.write ul li {
  border-bottom: 1px solid #cccccc;
  height: 60px;
}
#main div.sbmain div.inquiry div.write ul li input {
  line-height: 60px;
  text-indent: 20px;
  width: 100%;
  font-size: 16px;
}
#main div.sbmain div.inquiry div.write ul li select {
  height: 100%;
  text-indent: 20px;
  width: 100%;
  font-size: 16px;
  appearance:none;
  background:url('../img/icon-select-arrow.png') no-repeat right 20px center;
  background-size : 15px;
}

#main div.sbmain div.inquiry div.write ul li.name {
  width: 50%;
  float: left;
  border-right: 1px solid #cccccc;
}
#main div.sbmain div.inquiry div.write ul li.password {
  height: 60px;
  width: 50%;
  display: inline-block;
  margin-left: -1px;
}
#main div.sbmain div.inquiry div.write ul li.gender {
  width: 50%;
  float: left;
  border-right: 1px solid #cccccc;
}
#main div.sbmain div.inquiry div.write ul li.age {
  height: 60px;
  width: 50%;
  display: inline-block;
  margin-left: -1px;
}
#main div.sbmain div.inquiry div.write ul li.name input,
#main div.sbmain div.inquiry div.write ul li.password input,
#main div.sbmain div.inquiry div.write ul li.age input,
#main div.sbmain div.inquiry div.write ul li.title input{
  height: 60px;
}
#main div.sbmain div.inquiry div.write ul li.agree {
  height: 60px;
}
#main div.sbmain div.inquiry div.write ul li.agree>label {
  float: left;
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: 700;
  border-right: 1px solid #cccccc;
  background: #eeeeee;
}

#main div.sbmain div.inquiry div.write ul li.agree .item-list {
  text-align: center;
  line-height: 60px;
}

#main div.sbmain div.inquiry div.write ul li.agree .item-list .item {
  display: inline-block;
}

#main div.sbmain div.inquiry div.write ul li.agree .item-list input[type=checkbox] {
  margin : 3px 5px 0 0;
  width: inherit;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}

#main div.sbmain div.inquiry div.write ul li.agree .item-list label {
  font-size: 14px;
  padding-right: 16px;
}

#main div.sbmain div.inquiry div.write ul li.agree .item-list label a {
  text-decoration: underline;
  text-underline-position: under;
  cursor: pointer;
}

#main div.sbmain div.inquiry div.write ul li.phone {
  height: 60px;
}
#main div.sbmain div.inquiry div.write ul li.phone label {
  float: left;
  width: 200px;
  height: 45px;
  text-align: center;
  padding-top: 15px;
  font-weight: 700;
  border-right: 1px solid #cccccc;
  background: #eeeeee;
}
#main div.sbmain div.inquiry div.write ul li.phone label span {
  display: block;
  font-size: 11px;
  margin-top: 8px;
  font-weight: 400;
  color: #999999;
  line-height: 1.3;
}
#main div.sbmain div.inquiry div.write ul li.phone p {
  text-align: center;
  line-height: 60px;
}
#main div.sbmain div.inquiry div.write ul li.phone p input {
  width: 100px;
  line-height: 30px;
  border-bottom: 3px solid #cccccc;
  text-align: center;
  text-indent: 0;
}
#main div.sbmain div.inquiry div.write ul li.phone p span {
  margin: 0 15px;
  color: #999999;
}
#main div.sbmain div.inquiry div.write ul li.contents {
  height: 450px;
  border: none;
  padding: 20px;
}
#main div.sbmain div.inquiry div.write ul li.contents textarea {
  width: 100%;
  height: 100%;
  font-size: 16px;
  white-space: pre-line;
  resize: none;
  line-height: 2;
  white-space: pre-line;
}
#main div.sbmain div.inquiry div.write > p {
  text-align: center;
  margin-top: 30px;
}
#main div.sbmain div.inquiry div.write > p a {
  width: 130px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 0 10px;
  font-weight: 700;
  color: #ffffff;
}
#main div.sbmain div.inquiry div.write > p a.complete {
  background: #44465c;
}
#main div.sbmain div.inquiry div.write > p a.cancel {
  background: #999999;
}
#main div.sbmain div.inquiry div.write .recaptcha-wrapper {
  text-align: center;
  padding: 1rem 0 0 0;
}
#main div.sbmain div.inquiry div.write .g-recaptcha {
  display: inline-block;
}
#main div.sbmain div.inquiry div.read {
  border: 1px solid #999999;
  background: #ffffff;
  margin: 35px 0;
}
#main div.sbmain div.inquiry div.read div.title {
  border-bottom: 1px solid #cccccc;
  padding: 0 20px;
}
#main div.sbmain div.inquiry div.read div.title p.title {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 30px 0;
  line-height: 1.8;
}
#main div.sbmain div.inquiry div.read div.title ul {
  margin-bottom: 15px;
}
#main div.sbmain div.inquiry div.read div.title ul li {
  display: inline-block;
  color: #999999;
}
#main div.sbmain div.inquiry div.read div.title ul li a {
  text-decoration: underline;
}
#main div.sbmain div.inquiry div.read div.title ul li a:hover {
  font-weight: bold;
}
#main div.sbmain div.inquiry div.read div.title ul li + li:before {
  content: "|";
  margin: 0 20px;
  color: #cccccc;
}
#main div.sbmain div.inquiry div.read div.contents {
  min-height: 400px;
  padding: 50px 20px;
}
#main div.sbmain div.inquiry div.read div.contents p {
  white-space: pre-line;
  line-height: 2;
}
#main div.sbmain div.inquiry div.read div.contents p textarea {
  width: 100%;
  min-height: 400px;
  resize: none;
  font-size: 16px;
  box-sizing: border-box;
}
#main div.sbmain div.inquiry div.read div.comment {
  padding: 20px;
  border-top: 1px solid #cccccc;
}
#main div.sbmain div.inquiry div.read div.comment > p {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
#main div.sbmain div.inquiry div.read div.comment > p span {
  margin-left: 10px;
}
#main div.sbmain div.inquiry div.read div.comment div.com_write {
  margin: 20px 0;
  border: 1px solid #999999;
}
#main div.sbmain div.inquiry div.read div.comment div.com_write textarea {
  display: block;
  width: 100%;
  height: 150px;
  resize: none;
  padding: 20px;
  font-size: 14px;
  box-sizing: border-box;
  white-space: pre-wrap;
}
#main div.sbmain div.inquiry div.read div.comment div.com_write p {
  position: relative;
  height: 50px;
  border-top: 1px solid #cccccc;
}
#main div.sbmain div.inquiry div.read div.comment div.com_write p input {
  height: 50px;
  text-indent: 20px;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
}
#main div.sbmain div.inquiry div.read div.comment div.com_write p input + input {
  left: 50%;
  border-left: 1px solid #eeeeee;
}
#main div.sbmain div.inquiry div.read div.comment div.com_write p > a {
  line-height: 50px;
  display: inline-block;
  width: 100px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #44465c;
  color: #ffffff;
  font-size: 16px;
}
#main div.sbmain div.inquiry div.read div.comment div.talk {
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
#main div.sbmain div.inquiry div.read div.comment div.talk > p.name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
#main div.sbmain div.inquiry div.read div.comment div.talk > p.talk {
  padding: 15px 0 30px 0;
  white-space: pre-line;
  line-height: 2;
}
#main div.sbmain div.inquiry div.read div.comment div.talk > p.talk textarea {
  width: 100%;
  min-height: 100px;
  resize: none;
  font-size: 16px;
  box-sizing: border-box;
}
#main div.sbmain div.inquiry div.read div.comment div.talk ul {
  color: #999999;
  font-size: 14px;
}
#main div.sbmain div.inquiry div.read div.comment div.talk ul li {
  display: inline-block;
}
#main div.sbmain div.inquiry div.read div.comment div.talk ul li a {
  text-decoration: underline;
}
#main div.sbmain div.inquiry div.read div.comment div.talk ul li a:hover {
  font-weight: bold;
}
#main div.sbmain div.inquiry div.read div.comment div.talk ul li + li:before {
  content: "|";
  margin: 0 10px;
  color: #cccccc;
}
#main div.sbmain div.inquiry div.read > p {
  text-align: right;
  margin-bottom: 20px;
  padding: 0 20px;
}
#main div.sbmain div.inquiry div.read > p a {
  padding: 15px 20px 15px 50px;
  border: 2px solid #999999;
  color: #999999;
  font-weight: 700;
  background: url(../img/list.png) 10px center no-repeat;
  font-size: 16px;
  display: inline-block;
}

#footer {
  color: #999999;
  font-size: 14px;
  overflow: auto;
}
#footer div.contents {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  height: 150px;
}
#footer div.contents h2 {
  font-size: 21px;
}
#footer div.contents h2 img {
  margin-right: 10px;
  vertical-align: bottom;
}
#footer div.contents > p {
  margin: 10px 0;
  font-size: 10px;
}
#footer div.contents address {
  position: absolute;
  top: 20px;
  left: 300px;
}
#footer div.contents address span {
  display: block;
  margin-top: 10px;
}
#footer div.contents address span strong {
  margin-right: 10px;
}
#footer div.contents address span:first-child {
  margin-top: 0;
}
#footer div.contents div.as {
  position: absolute;
  top: 20px;
  right: 0;
}
#footer div.contents div.as p {
  font-size: 18px;
  padding-left: 50px;
  background: url(../img/call_as.png) center left no-repeat;
}
#footer div.contents div.as p strong {
  display: block;
  margin-top: 15px;
}

/* popup */
#admin_login {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10000;
}
#admin_login div.box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 360px;
  margin: -180px 0 0 -250px;
  background: #ffffff;
  border: 2px solid #999999;
  text-align: center;
}
#admin_login div.box h6 {
  font-size: 24px;
  margin-top: 50px;
}
#admin_login div.box ul {
  width: 400px;
  margin: 20px auto;
  border: 1px solid #999999;
}
#admin_login div.box ul li {
  border: 1px solid #eeeeee;
  min-height:60px;
}
#admin_login div.box ul li input {
  font-size: 16px;
  text-indent: 30px;
  width: 100%;
  line-height: 60px;
  height: 60px;
}
#admin_login div.box p.wrong {
  color: #f20f25;
  display: none;
}
#admin_login div.box p.button {
  margin-top: 30px;
}
#admin_login div.box p.button a {
  display: inline-block;
  font-size: 16px;
  padding: 15px 40px;
  color: #ffffff;
  margin: 0 5px;
}
#admin_login div.box p.button a.agree {
  background: #44465c;
}
#admin_login div.box p.button a.exit {
  background: #999999;
}

#pw_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10000;
}
#pw_popup div.box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 300px;
  margin: -150px 0 0 -250px;
  background: #ffffff;
  border: 2px solid #999999;
  text-align: center;
}
#pw_popup div.box h6 {
  font-size: 24px;
  margin-top: 60px;
}
#pw_popup div.box input {
  width: 300px;
  margin: 20px auto;
  height: 60px;
  border: 1px solid #cccccc;
  padding: 0 20px;
  font-size: 14px;
}
#pw_popup div.box p.wrong {
  color: #f20f25;
  display: none;
}
#pw_popup div.box p.button {
  margin-top: 30px;
}
#pw_popup div.box p.button a {
  display: inline-block;
  font-size: 16px;
  padding: 15px 40px;
  color: #ffffff;
  margin: 0 5px;
}
#pw_popup div.box p.button a.agree {
  background: #44465c;
}
#pw_popup div.box p.button a.exit {
  background: #999999;
}

#confirm_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10000;
}
#confirm_popup div.box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 200px;
  margin: -100px 0 0 -200px;
  background: #ffffff;
  padding: 0 10px;
  border: 2px solid #999999;
  text-align: center;
}
#confirm_popup div.box h6 {
  font-size: 21px;
  margin-top: 50px;
}
#confirm_popup div.box p {
  margin-top: 40px;
}
#confirm_popup div.box p a {
  display: inline-block;
  font-size: 16px;
  padding: 15px 40px;
  color: #ffffff;
  margin: 0 5px;
  background: #44465c;
}

#policy ul.tab  {
  display: flex;
  border-bottom: 2px solid #44465c;
}

#policy ul.tab li {
  flex: 1 1;
  height: 40px;
  line-height: 40px;
  text-align:center;
}
#policy ul.tab li.active {
  background-color: #44465c;
  color: white;
}

#policy div.contents {
  padding: 20px;
  line-height: 1.3;
  display: none;
}

#policy div.contents.active {
  display: block;
}

#policy div.contents h1{
  text-align: center;
  padding-bottom: 10px;
}

/*# sourceMappingURL=style.css.map */
