@charset "UTF-8";
@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");
@font-face { /* 지마켓 */
  font-family: "GmarketSans";
  src: url("/_ui/font/GmarketSansLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face { /* 지마켓 */
  font-family: "GmarketSans";
  src: url("/_ui/font/GmarketSansMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face { /* 지마켓 */
  font-family: "GmarketSans";
  src: url("/_ui/font/GmarketSansBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.wt-global-header .wtico-search,
.wt-global-header .wtico-mypage {
  display: none;
}

.corp-intro-wrap {
  position: relative;
  color: #000;
}
.corp-intro-wrap * {
  font-family: "GmarketSans", sans-serif;
}
.corp-intro-wrap .header {
  position: relative;
}
.corp-intro-wrap .header .corp-nav {
  display: flex;
  align-items: center;
}
.corp-intro-wrap .header .corp-nav a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  font-size: 15px;
  position: relative;
  line-height: 1;
}
.corp-intro-wrap .header .corp-nav a.on:after {
  width: 66%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -33%;
  content: "";
}
.corp-intro-wrap .header .corp-nav a:first-child.on:after {
  width: 50%;
  margin-left: -25%;
}
.corp-intro-wrap .header .q {
  color: #f92d2d;
  font-size: 13px;
  font-weight: 600;
  font-family: "NanumSquare", sans-serif;
  position: absolute;
  top: -46px;
  right: 0px;
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0 15px;
  justify-content: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.corp-intro-wrap .header .q:before {
  content: "?";
  width: 17px;
  height: 17px;
  border: 1px solid #b6b6b6;
  border-radius: 20px;
  color: #727272;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wt-global-header .wt-logo-wrap .sublogo {
  font-family: "NanumSquare", sans-serif;
  font-weight: 900;
}

.contents.main .visual {
  background: url(../img/visual-main.png) no-repeat;
  background-size: cover;
  aspect-ratio: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
}
.contents.main .visual .maint {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.contents.main .visual .maint .subt {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.contents.main .visual .txts {
  font-size: 12px;
  font-weight: 300;
  margin-top: 20px;
}
.contents.main .visual .txts strong {
  font-weight: 300;
  color: #ffdbac;
}
.contents.main .mbns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 12px;
  padding: 0 15px;
}
.contents.main .mbns span.main {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 0.88;
  flex-direction: column;
  color: #000;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  line-height: 1.1;
  row-gap: 12px;
}
.contents.main .mbns span.main span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}
.contents.main .mbns a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 0.88;
  flex-direction: column;
  border-radius: 10px;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  font-size: 18px;
  row-gap: 6px;
}
.contents.main .mbns a b {
  font-weight: 500;
}
.contents.main .mbns a span {
  font-size: 10px;
  font-weight: 300;
}
.contents.main .mbns a:nth-child(2) {
  background-image: url(../img/main_bnbg01.png);
}
.contents.main .mbns a:nth-child(3) {
  background-image: url(../img/main_bnbg02.png);
}
.contents.main .mbns a:nth-child(4) {
  background-image: url(../img/main_bnbg03.png);
}

.contents.sub .visual {
  background: url(../img/visual_s01.png) no-repeat;
  background-size: cover;
  aspect-ratio: 1.73;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-align: left;
}
.contents.sub .visual .maint {
  padding: 35px 25px;
  font-size: 22px;
  font-weight: 700;
}
.contents.sub .visual .maint .subt {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
.contents.sub .visual.corp {
  background-image: url(../img/visual_s02.png);
}
.contents.sub .visual.organ {
  background-image: url(../img/visual_s03.png);
}
.contents.sub .visual.ex {
  background-image: url(../img/visual_s04.png);
}
.contents.sub .visual.write {
  background-image: url(../img/visual_s05.png);
}
.contents.sub .ptxt {
  font-size: 12px;
  color: #666;
  font-family: "NanumSquare", sans-serif;
  text-align: center;
  margin-bottom: 25px;
}

.mcont {
  padding: 15px 0;
}
.mcont .maint {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 15px 0;
}
.mcont .maint .subt {
  font-size: 14px;
  font-weight: 500;
}
.mcont .maint .subt:last-child {
  padding-top: 6px;
}
.mcont .maint .subt span {
  color: #666;
  font-size: 12px;
  font-family: "NanumSquare", sans-serif;
  font-weight: 600;
}
.mcont.bg {
  background: #f3f6f8;
}

.img-tag {
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-tag img {
  width: 100%;
}

.thumb-list {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 30px;
}

.foot-info * {
  font-family: "NanumSquare", sans-serif;
}
.foot-info .toggle-wrap .name {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
  padding: 0 25px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.foot-info .toggle-wrap .name:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #5b5b5b;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
  margin-top: -7px;
}
.foot-info .toggle-wrap .toggle-cont {
  display: none;
  background: #f6f6f6;
  padding: 20px 25px;
}
.foot-info .toggle-wrap.on .name:after {
  transform: rotate(-135deg);
  margin-top: 5px;
}
.foot-info .toggle-wrap.on .toggle-cont {
  display: block;
}

.corp-tel-box {
  font-size: 14px;
}
.corp-tel-box .tit {
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 800;
}
.corp-tel-box dl {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}
.corp-tel-box dl dt {
  font-weight: 600;
}
.corp-tel-box dl dd {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.corp-tel-box dl dd span {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.corp-tel-box dl dd span:before {
  content: "";
  display: block;
  width: 12px;
  height: 15px;
  background-size: 100% auto;
}
.corp-tel-box dl dd .u:before {
  background-image: url(../img/ico-u.png);
}
.corp-tel-box dl dd .tel:before {
  background-image: url(../img/ico-tel.png);
  height: 12px;
}
.corp-tel-box dl dd:last-child {
  margin-bottom: 0;
}
.corp-tel-box .info {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.corp-tab {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.corp-tab a {
  font-family: "NanumSquare", sans-serif;
  font-weight: 700;
  flex: 1;
  display: flex;
  align-items: center;
  text-align: center;
  background: #f3f6f8;
  color: #000;
  font-size: 13px;
  line-height: 1.3;
  height: 60px;
  justify-content: center;
  box-shadow: inset 0 0 2px 0px rgba(0, 0, 0, 0.08);
}
.corp-tab a:first-child {
  border-left: 0;
}
.corp-tab a.on {
  background: #153576;
  border-color: #153576;
  color: #fff;
}

.corp-tab-cont {
  display: none;
}
.corp-tab-cont .btn-more {
  display: flex;
  align-items: center;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 25px;
  width: 70%;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  justify-content: center;
  color: #000;
  font-size: 14px;
  font-family: "NanumSquare", sans-serif;
  font-weight: 700;
}
.corp-tab-cont.on {
  display: block;
}

.tab-dan {
  padding: 15px 0 35px 0;
}
.tab-dan .title {
  color: #153576;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  padding: 20px 0;
  letter-spacing: -0.05em;
  line-height: 1.7;
}
.tab-dan .title strong {
  font-size: 20px;
  font-weight: 700;
  display: block;
}
.tab-dan .title .subtxt {
  color: #666;
  font-size: 12px;
  font-family: "NanumSquare", sans-serif;
  padding-top: 5px;
  font-weight: 600;
  line-height: 1.5;
}
.tab-dan.bg {
  background: #f3f6f8;
}

.ex-list {
  text-align: left;
  padding: 0 25px;
}
.ex-list * {
  font-family: "NanumSquare", sans-serif;
}
.ex-list .head {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #a6a6a6;
  padding: 15px 20px 15px 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  position: relative;
}
.ex-list .head:after {
  transition: all 0.3s ease;
  position: absolute;
  right: 10px;
  top: 50%;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #5b5b5b;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
  margin-top: -7px;
}
.ex-list .body {
  display: none;
  grid-template-columns: 1fr;
  line-height: 1.6;
  padding-top: 10px;
  padding-bottom: 25px;
}
.ex-list .body .box div {
  display: grid;
  grid-template-columns: 50px 1fr;
  position: relative;
  font-size: 13px;
  padding: 5px 0;
  font-weight: 600;
}
.ex-list .body .box div b {
  display: flex;
  padding-left: 10px;
  font-weight: 900;
}
.ex-list.on .head:after {
  transform: rotate(-135deg);
  margin-top: -3px;
}
.ex-list.on .body {
  display: grid;
}

.qlink {
  position: fixed;
  bottom: 40px;
  right: 25px;
  z-index: 100;
  display: block;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  width: 60px;
  height: 60px;
  background: url(../img/ico-q.png) no-repeat;
  background-size: 60px auto;
}

.qlink.on {
  opacity: 1;
}

#Search_calendar_mini {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0 !important;
}

.search_calendar_mini ul.bgC {
  height: 28px;
  margin-bottom: 5px;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  padding-left: 12px;
}

.search_calendar_mini.popLayer {
  margin: 0;
}

.search_calendar_mini.popLayer p {
  margin-left: 0;
  padding: 0 10px 5px 10px;
}

.search_calendar_mini {
  position: relative;
  margin-left: 0;
}

.search_calendar_mini ul {
  height: 24px;
  overflow: hidden;
}

.search_calendar_mini li {
  float: left;
  width: 35px;
  line-height: 28px;
  text-align: center;
  font-size: 11px;
  color: #727983;
  margin: 0 1px;
}

.search_calendar_mini li.mg_l10 {
  margin-left: 0;
}

.search_calendar_mini p {
  clear: both;
  padding: 0;
  margin: 0;
  height: 35px;
  overflow: hidden;
}

.search_calendar_mini a {
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  overflow: hidden;
  text-align: center;
  font-family: Arial, Tahoma, Verdana;
  font-size: 1.2em;
  color: #444;
  border-radius: 12px;
  line-height: 35px;
  margin: 0 1px;
}

.search_calendar_mini a:hover {
  background-color: #56cc0b;
  color: #fff;
}

.search_calendar_mini a span {
  color: #ed2222;
}

.search_calendar_mini a:hover span {
  color: #fff;
}

.search_calendar_mini a.un {
  color: #b5b5b5;
}

.search_calendar_mini a.un:hover {
  background-color: #fff;
}

.search_calendar_mini a.un span {
  color: #eeabab;
}

.search_calendar_mini a.sel {
  background-color: #56cc0b;
  font-size: 12px;
  color: #fff;
}

.search_calendar_mini a.sel span {
  color: #fff;
}

.pop_calendar_mini {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -140px;
  margin-left: -140px;
  background-color: #FFFFFF;
  border-radius: 4px;
}

.pop_calendar_mini .ico_close {
  position: absolute;
  top: 7px;
  right: 8px;
}

.pop_calendar_mini .t04, .search_aa_calendar .t05 {
  width: 41px;
}

.pop_calendar_mini .btn {
  position: absolute;
  width: 100%;
  top: 18px;
  left: 0;
  z-index: 50;
}

.pop_calendar_mini .prev_btn {
  display: block;
  float: left;
  width: 22px;
  height: 22px;
  background: url("/DM/img/btPrev.png") no-repeat;
  background-size: cover;
}

.pop_calendar_mini .next_btn {
  display: block;
  float: right;
  width: 22px;
  height: 22px;
  background: url("/DM/img/btNext.png") no-repeat;
  background-size: cover;
}

.pop_calendar_mini .year_month {
  position: relative;
  width: 180px;
  text-align: center;
  height: 45px;
  overflow: hidden;
  margin: 0 auto;
}

.pop_calendar_mini .year_month .date {
  text-align: center;
  font-family: Arial, Tahoma, Verdana;
  font-size: 14px;
  line-height: 24px;
  color: #2e2e2e;
  margin-left: 10px;
  margin-top: 15px;
}

.pop_calendar_mini .year_month .date .month {
  font-size: 30px;
  font-weight: bold;
}

p.fl > span.blk {
  display: block;
}
p.fl > span.blk .tInp_type01.date {
  width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  height: 30px;
  line-height: 28px;
  text-indent: 5px;
}

p.fr > span.blk {
  display: block;
}
p.fr > span.blk .tInp_type01.date {
  width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  height: 30px;
  line-height: 28px;
  text-indent: 5px;
}/*# sourceMappingURL=style.css.map */


.corp-tel-box .tit {display:flex;align-items:center;column-gap:10px;}
.kakao-question {font-size:12px;color:#fff;font-weight:normal;display:inline-flex;align-items:center;height:33px;padding:0 10px 0 33px;background:#fee500 url(../img/kakao-logom.png) no-repeat 9px 8px;background-size:20px auto;color:#000;border-radius:5px;white-space:nowrap;}

