#wrapper {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#wrapper header {
  width: 100%;
  height: 60px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  border-bottom: 1px solid #ddd;
}
#wrapper footer {
  width: 100%;
  background: #000;
  color: #fff;
  z-index: 1000;
  display: inline-block;
  font-size: 14px;
  font-family: "Nanum", sans-serif;
  padding: 15px 15px 20px;
}
#wrapper footer .goTop {
  content: "";
  position: absolute;
  z-index: 1000;
  opacity: 0;
  transition: all 0.4s;
}
#wrapper footer .goTop.on {
  opacity: 1;
  transition: all 0.4s;
}
#wrapper footer .goTop a {
  position: fixed;
  bottom: 44px;
  right: 20px;
  width: 46px;
  height: 46px;
}
#wrapper footer .selectArea {
  margin-bottom: 17px;
}
#wrapper footer .selectArea select {
  border: 1px solid #fff;
  background: #000;
  font-size: 14px;
  color: #fff;
  padding: 13px 15px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/m/static/images/common/ico_arrow_down2.png") no-repeat 95% 50%;
  background-size: 10px;
}
#wrapper footer .selectArea .selectBox {
  position: relative;
}
#wrapper footer .selectArea .selectBox ul {
  display: none;
  border: 1px solid #666;
  position: absolute;
  width: 100%;
  height: 265px;
  overflow-y: auto;
  background: #000;
  bottom: 48px;
}
#wrapper footer .selectArea .selectBox ul li {
  font-size: 16px;
  letter-spacing: -0.03em;
  padding: 16px 0 18px 19px;
}
#wrapper footer .selectArea .selectBox ul li:hover {
  background: #171717;
}
#wrapper footer .selectArea .selectBox .default {
  border: 1px solid #666;
  font-size: 14px;
  color: #fff;
  padding: 15px 0 16px;
  padding-left: 15px;
  display: block;
  position: relative;
  letter-spacing: -0.02em;
}
#wrapper footer .selectArea .selectBox .default:after {
  content: "";
  position: absolute;
  background: url("/m/static/images/common/ico_arrow_down2.png") no-repeat 95% 50%;
  width: 26px;
  height: 15px;
  background-size: 10px;
  right: 20px;
}
#wrapper footer .selectArea .selectBox .default.on:after {
  background: url("/m/static/images/common/ico_arrow_up2.png") no-repeat 95% 50%;
  width: 26px;
  height: 15px;
  background-size: 10px;
}
#wrapper footer .infoArea a {
  font-size: 14px;
  border-bottom: 1px solid #fff;
  margin-bottom: 3px;
  display: inline-block;
}
#wrapper footer .infoArea p {
  margin-top: 20px;
  line-height: 1.6em;
}
#wrapper footer .infoArea p:nth-of-type(1) {
  margin-top: 0;
}
#wrapper.gnbOn header {
  border-bottom-color: #fff;
}
#wrapper.headerFix header {
  top: -60px;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
  transition: all 0.2s;
}
header h1 {
  height: 38px;
  margin: 0 auto;
  text-align: center;
}
header #hbg {
  width: 20px;
  height: 14px;
  position: absolute;
  top: 15px;
  right: 13px;
  z-index: 10001;
  padding: 5px;
  box-sizing: content-box;
}
header #hbg .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 14px;
}
header #hbg .line {
  height: 2px;
  width: 100%;
  background: #D50011;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
}
header #hbg .line:nth-of-type(1) {
  top: 0;
}
header #hbg .line:nth-of-type(2) {
  top: 7px;
}
header #hbg .line:nth-of-type(3) {
  top: 14px;
}
header #hbg.on .line:nth-of-type(1) {
  top: 7px;
  transform: rotate(45deg);
}
header #hbg.on .line:nth-of-type(2) {
  top: 7px;
  opacity: 0;
}
header #hbg.on .line:nth-of-type(3) {
  top: 7px;
  transform: rotate(-45deg);
}

#gnb {
  width: 100%;
  height: calc(100% - 60px);
  background: #fff;
  position: fixed;
  top: 60px;
  left: 100vw;
  z-index: 9999;
  border-top: 1px solid #e8e8e8;
  font-family: "Nanum", sans-serif;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s;
  overflow-y: auto;
}
#gnb.on {
  left: 0;
}
#gnb .menuArea .menuTypeA {
  padding: 0 20px;
}
#gnb .menuArea .menuTypeA > li {
  border-bottom: 1px solid #ddd;
}
#gnb .menuArea .menuTypeA > li:first-child a.on {
  font-weight: 400;
}
#gnb .menuArea .menuTypeA > li > a {
  color: #000;
  font-size: 20.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}
#gnb .menuArea .menuTypeA > li > a .ico.arr_down {
  transition: all 0.3s;
  pointer-events: none;
  margin-right: 2px;
}
#gnb .menuArea .menuTypeA > li > a.on {
  font-weight: 600;
}
#gnb .menuArea .menuTypeA > li > a.on .ico.arr_down {
  transform: rotate(180deg);
}
#gnb .menuArea .menuTypeA > li:last-child {
  border-bottom: none;
}
#gnb .menuArea .menuTypeA .depth2 {
  display: none;
  background: #f5f5f5;
  font-size: 18px;
  margin: 0 -20px;
  padding: 26px 20px;
}
#gnb .menuArea .menuTypeA .depth2 > li {
  margin-top: 10px;
}
#gnb .menuArea .menuTypeA .depth2 > li:first-child {
  margin-top: 0;
}
#gnb .menuArea .menuTypeA .depth2 > li > a {
  color: #000;
  display: block;
  padding: 15px 0;
  position: relative;
}
#gnb .menuArea .menuTypeA .depth2 > li > a .ico.more {
  background-image: url("/m/static/images/common/ico_plus3.png");
  background-size: 30px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  pointer-events: none;
}
#gnb .menuArea .menuTypeA .depth2 > li > a.on {
  color: #e70012;
  font-weight: 600;
}
#gnb .menuArea .menuTypeA .depth2 > li > a.on .ico.more {
  background-image: url("/m/static/images/common/ico_minus2.png");
}
#gnb .menuArea .menuTypeA .depth2 > li:last-child .depth3 {
  margin-bottom: 0;
}
#gnb .menuArea .menuTypeA .depth3 {
  display: none;
  font-size: 16px;
  margin-bottom: 6px;
  padding-left: 20px;
}
#gnb .menuArea .menuTypeA .depth3 > li {
  position: relative;
  padding-left: 18px;
  color: #666;
}
#gnb .menuArea .menuTypeA .depth3 > li:before {
  content: "-";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: inherit;
}
#gnb .menuArea .menuTypeA .depth3 > li > a {
  color: inherit;
  display: block;
  padding: 16px 0;
}
#gnb .menuArea .menuTypeB li {
  padding: 20px;
}
#gnb .menuArea .menuTypeB li a {
  color: #fff;
  font-size: 18px;
}
#gnb .menuArea .menuTypeB li.bg-red {
  background: #d50011;
}
#gnb .menuArea .menuTypeB li.bg-gray {
  background: #666;
}
#gnb .menuArea .menuTypeB li.bg-black {
  background: #000;
}
#gnb .snsArea {
  padding: 30px 20px;
}
#gnb .snsArea a {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 12px;
}

#aside {
  position: fixed;
  top: 70%;
  z-index: 9988;
}
#aside a {
  display: block;
  padding: 6px 35px 7px 18px;
  background-color: #000;
  color: #fff;
  font-family: "Nanum", sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
  transform: rotate(90deg);
  left: -43px;
  position: absolute;
  border-radius: 8px 8px 0 0;
}
#aside a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 13px;
  height: 8px;
  background: url("/m/static/images/common/ico_arrow_up2.png") no-repeat;
  background-size: 100%;
}

#container {
  flex: 1;
}

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