/* splash */
#splash {
  height: 100vh;
  background-color: #E00D68;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
#splash .main-logo {
  margin-top: -33.75vw;
}
#splash .main-logo img {
  width: 30.5555555556vw;
  display: block;
  margin: 0 auto;
}
#splash .main-logo p {
  margin-top: 10.8333333333vw;
  font-weight: 700;
  font-size: 5.5555555556vw;
  line-height: 1.2em;
  color: #fff;
}
#splash .footer-logo {
  position: absolute;
  bottom: 9.7222222222vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 23.8888888889vw;
}

/* index */
#main .map-wrap {
  position: sticky;
  top: 0;
  z-index: 0;
}
#main .map-wrap #map {
  height: 138.8888888889vw;
  background-color: #ccc;
}
#main .map-controls {
  position: relative;
  margin:20px 0;
}

#main .map-controls ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .map-controls ul li {
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1019607843);
  border-radius: 13.8888888889vw;
  width: 19.0277777778vw;
  position: relative;
}
#main .map-controls ul li + li {
  margin-left: 2.7777777778vw;
}
#main .map-controls ul li input {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
}
#main .map-controls ul li input:checked + label[for=map_filter_all] i {
  background-image: url(../images/ico_all_sel.svg);
}
#main .map-controls ul li input:checked + label[for=map_filter1] i {
  background-image: url(../images/ico_event_sel.svg);
}
#main .map-controls ul li input:checked + label[for=map_filter2] i {
  background-image: url(../images/ico_school_sel.svg);
}
#main .map-controls ul li input:checked + label[for=map_filter3] i {
  background-image: url(../images/ico_class_sel.svg);
}
#main .map-controls ul li label {
  display: flex;
  height: 9.7222222222vw;
  width: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#main .map-controls ul li label i {
  width: 5vw;
  height: 5vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 100%;
  background-image: url(../images/ico_default_sel.svg);
}
#main .map-controls ul li label span {
  margin-left: 2.2222222222vw;
  font-weight: 700;
  font-size: 3.6111111111vw;
  color: #313131;
}
#main .event-list-wrap {
  /*padding: 8.1944444444vw 0;*/
  background-color: #fff;
  border-radius: 4.1666666667vw 4.1666666667vw 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#main .event-list-wrap .event-tab ul {
  display: flex;
  align-items: center;
}
#main .event-list-wrap .event-tab ul li + li {
  margin-left: 6.8055555556vw;
}
#main .event-list-wrap .event-tab ul li button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  font-weight: 700;
  font-size: 5vw;
  line-height: 1.19em;
  color: #B9B9B9;
}
#main .event-list-wrap .event-tab ul li button.cur {
  color: #000;
}
#main .event-list-wrap .event-list .event-item {
  padding: 5.5555555556vw 0;
}
#main .event-list-wrap .event-list .event-item:first-child {
    padding-top:2vw;
}
#main .event-list-wrap .event-list .event-item + .event-item {
  border-top: 1px solid #F0F0F0;
}
#main .event-list-wrap .event-list .event-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main .event-list-wrap .event-list .event-item .thumb {
  position: relative;
  width: 27.7777777778vw;
  height: 36.1111111111vw;
  background-color: #F0F0F0;
  border-radius: 4.1666666667vw;
}

#main .event-list-wrap .event-list .event-item  .cate {
  position: absolute;
  top: 1.9444444444vw;
  left: 1.9444444444vw;
  width: 11.6666666667vw;
  text-align: center;
  background-color: #fff;
  border-radius: 4.1666666667vw;
  line-height: 5.8333333333vw;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1019607843);
  font-size: 3.3333333333vw;
  font-weight: 700;
}
#main .event-list-wrap .event-list .event-item  .cate.c-1 {
  color: #E30D68;
}
#main .event-list-wrap .event-list .event-item  .cate.c-2 {
  color: #4913B5;
}
#main .event-list-wrap .event-list .event-item  .cate.c-3 {
  color: #0DBDA8;

}
#main .event-list-wrap .event-list .event-item  .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/*학교,학원 이미지 없는 경우*/
#main .event-list-wrap .event-list .event-item a.item_noimg {
    display: inline-block;
    width:100%;
}
#main .event-list-wrap .event-list .event-item a.item_noimg .info{
    width:100%;
    margin-top:2.6em;
}
#main .event-list-wrap .event-list .event-item  a.item_noimg .cate { top:0; }
#main .event-list-wrap .event-list .event-item  a.item_noimg .cate.c-2 {color: #4913B5;border:1px solid #4913B5;}
#main .event-list-wrap .event-list .event-item  a.item_noimg .cate.c-3 {color: #0DBDA8;border:1px solid #0DBDA8;}


#main .event-list-wrap .event-list .event-item a.item_noimg .thumb {
    height:1.3em;
    background-color: #fff;
}



#main .event-list-wrap .event-list .event-item  .cate {
    position: relative;
    display: inline-block;
}

#main .event-list-wrap .event-list .event-item .info {
  width: calc(100% - 31.9444444444vw);
  margin-left: 4.1666666667vw;
}
#main .event-list-wrap .event-list .event-item .info .subject {
  font-weight: 700;
  font-size: 4.4444444444vw;
  line-height: 1.3em;
  color: #000;
}
#main .event-list-wrap .event-list .event-item .info ul {
  margin-top: 1.9444444444vw;
}
#main .event-list-wrap .event-list .event-item .info ul li {
  color: #898989;
  font-size: 3.3333333333vw;
  line-height: 1.2em;
}
#main .event-list-wrap .event-list .event-item .info ul li + li {
  margin-top: 1.5277777778vw;
}
#main .event-list-wrap .event-list .event-item .info .status {
  margin-top: 4.3055555556vw;
  box-sizing: border-box;
  border-radius: 4.1666666667vw;
  text-align: center;
  line-height: 5.5555555556vw;
  font-size: 3.3333333333vw;
  font-weight: 700;
  width: 17.6388888889vw;
}
#main .event-list-wrap .event-list .event-item .info .status.s-1 {
  background-color: #EE6F2D;
  border: 1px solid #EE6F2D;
  color: #fff;
}
#main .event-list-wrap .event-list .event-item .info .status.s-2 {
  background-color: #fff;
  border: 1px solid #B9B9B9;
  color: #898989;
}
#main .event-list-wrap .event-list .event-item .info .status.s-3 {
  background-color: #B9B9B9;
  border: 1px solid #B9B9B9;
  color: #fff;
}

/* detail */
#detail {
  padding: 6.9444444444vw 0 0;
}
#detail .detail-top {
  margin-bottom: 5.6944444444vw;
}
#detail .detail-top .subject {
  margin-bottom: 3.75vw;
  font-size: 5.5555555556vw;
  font-weight: 700;
  line-height: 1.35em;
}
#detail .detail-top ul {
  display: flex;
  align-items: flex-start;
}
#detail .detail-top ul li {
  color: #898989;
  font-size: 3.6111111111vw;
  line-height: 1.2em;
}
#detail .detail-top ul li + li {
  margin-left: 6.9444444444vw;
}
#detail .detail-tb table {
  width: 100%;
  table-layout: fixed;
}
#detail .detail-tb table .col1 {
  width: 35%;
}
#detail .detail-tb table .col2 {
  width: auto;
}
#detail .detail-tb table tbody tr:first-child th, #detail .detail-tb table tbody tr:first-child td {
  border-top: 1px solid #EBEBF1;
}
#detail .detail-tb table tbody th {
  vertical-align: middle;
  background: #F2F5F9;
  border-bottom: 1px solid #EBEBF1;
  padding: 3.3333333333vw 0 3.3333333333vw 3.6111111111vw;
  font-weight: 700;
  font-size: 3.3333333333vw;
  line-height: 1.35em;
}
#detail .detail-tb table tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #EBEBF1;
  font-size: 3.3333333333vw;
  line-height: 1.2em;
  color: #000;
  padding: 0 3.6111111111vw;
}
#detail .detail-tb table tbody td a {
  color: #000;
}
#detail #map {
  margin: 5.7638888889vw auto 0;
  position: relative;
  height: 66.6666666667vw;
  background-color: #e0e0e0;
}
#detail .detail-cont {
    margin-bottom: 5.1388888889vw;
}
/*안내말씀 컨텐츠 */
#detail .detail-cont, #detail .detail-cont p, #detail .detail-top + div {
    font-size: 3.6111111111vw;
    line-height: 1.4em;
}
/*첨부파일*/
#detail .ico.filedown_orange { background: url('../images/icon_filedown_orange.png') 0 50%no-repeat; padding-left:30px;}
#detail .filedown_name { line-height: 35px; cursor: pointer; background-color: #f8f8f8 }
#detail .filedown_name em { text-decoration: none; width:16px; display: inline-block; background-color: #fff;}
#detail #fixed-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  box-sizing: border-box;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.12);
  margin: 0 auto;
  max-width: 720px;
}
#detail #fixed-btn .order-detail {
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.12);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background-color: #F8F8F8;
  padding: 7.2222222222vw 5% 1.3888888889vw;
  transition: transform 0.3s;
  transform: translate(0, calc(100% + 11.1111111111vw));
  z-index: 0;
}
#detail #fixed-btn .order-detail.show {
  transform: translate(0, 0);
}
#detail #fixed-btn .order-detail .detail-cont {
  margin-bottom: 0;
}
#detail #fixed-btn .order-detail .detail-cont .msg {
  border-radius: 1.3888888889vw;
  background-color: #fff;
  border: 1px solid #E1E1E1;
  font-size: 3.8888888889vw;
  font-weight: 400;
  color: #848484;
  line-height: 1.2em;
  padding: 0 6.3888888889vw;
  box-sizing: border-box;
  line-height: 10.5555555556vw;
  margin-bottom: 6.25vw;
}
#detail #fixed-btn .order-detail .detail-cont .qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 5.8333333333vw;
}
#detail #fixed-btn .order-detail .detail-cont .qty strong {
  font-size: 4.4444444444vw;
  line-height: 1.125em;
  font-weight: 700;
}
#detail #fixed-btn .order-detail .detail-cont .qty .qty-btn {
  display: flex;
  align-items: center;
}
#detail #fixed-btn .order-detail .detail-cont .qty .qty-btn .btn {
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  border: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
}
#detail #fixed-btn .order-detail .detail-cont .qty .qty-btn .btn.minus {
  background-image: url(../images/ico_minus.svg);
}
#detail #fixed-btn .order-detail .detail-cont .qty .qty-btn .btn.plus {
  background-image: url(../images/ico_plus.svg);
}
#detail #fixed-btn .order-detail .detail-cont .qty .qty-btn .btn:disabled {
  opacity: 0.3;
  pointer-events: none;
}
#detail #fixed-btn .order-detail .detail-cont .qty .qty-btn .cur {
  font-size: 6.25vw;
  font-weight: 700;
  color: #E30D68;
  line-height: 1em;
  margin: 0 8.4722222222vw;
}
#detail #fixed-btn .order-detail .detail-cont .qty .qty-btn .cur.disabled {
  color: #B9B9B9;
}
#detail #fixed-btn .order-detail .detail-cont .error {
  margin-bottom: 5.8333333333vw;
  margin-top: -1.8055555556vw;
  text-align: center;
  font-weight: 700;
  font-size: 3.6111111111vw;
  line-height: 1.2em;
  color: #E30D68;
}
#detail #fixed-btn .order-detail .detail-close {
  border: 0;
  cursor: pointer;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 100%;
  width: 31.1111111111vw;
  height: 6.9444444444vw;
  background-color: #F8F8F8;
  border-radius: 2.7777777778vw 2.7777777778vw 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  background-position: center center;
  background-image: url(../images/ico_arrow_down.svg);
  background-size: 3.75vw auto;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.12);
}
#detail #fixed-btn .btns {
  position: relative;
  z-index: 2;
  background-color: #F8F8F8;
  height: 20.8333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
  width: 100%;
  box-sizing: border-box;
}
#detail #fixed-btn .btns button {
  font-weight: 700;
  font-size: 3.8888888889vw;
  border: 0;
  cursor: pointer;
  color: #fff;
  height: 12.5vw;
  border-radius: 1.3888888889vw;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
#detail #fixed-btn .btns button.disabled {
  background-color: #B9B9B9 !important;
}
#detail #fixed-btn .btns .btn-submit {
  background-color: #E30D68;
}
#detail #fixed-btn .btns .btn-cancel {
  background-color: #3F3F3F;
  width: 34%;
  margin-right: 3%;
  flex-shrink: 0;
}
#detail #fixed-btn .btns .btn-cancel + .btn-submit {
  width: 63%;
}
/* notice 상세 하단 이전/다음 */
#detail .detail-info.notice { margin-bottom:30px;}
#detail .detail-info.notice .detail-cont {
	font-size: 24px;
	padding: 40px 0;
	margin-bottom:0;
	line-height: 1.8em;
	border-top: 1px solid #EBEBF1;
}
#detail .notice .detail-tb table .col1 {  width:120px;}

/* notice---1 */
#notice .search-box {
  position: relative;
  margin-bottom: 5.5555555556vw;
}
#notice .search-box img {
  position: absolute;
  left: 4.1666666667vw;
  top: 50%;
  transform: translate(0, -50%);
  width: 6.6666666667vw;
}
#notice .search-box input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 1.3888888889vw;
  height: 10.8333333333vw;
  padding: 0 4.1666666667vw 0 15vw;
  font-size: 3.8888888889vw;
  color: #848484;
}

#notice .notice-list {
  margin-bottom: 5.6944444444vw;
}
#notice .notice-list .subject {
  margin-bottom: 3.75vw;
  padding-top: 3.75vw;
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 1.35em;
  border-top: 1px solid #EBEBF1;
}
#notice .notice-list ul {
  display: flex;
  align-items: flex-start;
}
#notice .notice-list ul li {
  color: #898989;
  font-size: 3.6111111111vw;
  line-height: 1.2em;
}
#notice .notice-list ul li + li {
  margin-left: 6.9444444444vw;
}

/* history */
#history {
  padding: 4.1666666667vw 0;
}
#history .search-box {
  position: relative;
  margin-bottom: 5.5555555556vw;
}
#history .search-box img {
  position: absolute;
  left: 4.1666666667vw;
  top: 50%;
  transform: translate(0, -50%);
  width: 6.6666666667vw;
}
#history .search-box input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 1.3888888889vw;
  height: 10.8333333333vw;
  padding: 0 4.1666666667vw 0 15vw;
  font-size: 3.8888888889vw;
  color: #848484;
}
#history .history-list .history-item {
  background-color: #fff;
  box-shadow: 0px 0.6944444444vw 2.7777777778vw rgba(0, 0, 0, 0.1019607843);
  border-radius: 1.3888888889vw;
  padding: 6.9444444444vw 4.1666666667vw;
}
#history .history-list .history-item + .history-item {
  margin-top: 4.1666666667vw;
}
#history .history-list .history-item.empty {
  background-color: #fff;
  text-align: center;
  font-size: 3.3333333333vw;
  line-height: 1.4em;
  color: #808080;
  font-weight: 700;
  padding: 6.9444444444vw 0;
}
#history .history-list .history-item .subject {
  font-weight: 700;
  font-size: 4.4444444444vw;
  line-height: 1.35em;
  color: #000;
  margin-bottom: 6.1111111111vw;
}
#history .history-list .history-item .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#history .history-list .history-item .row .th {
  font-size: 3.3333333333vw;
  line-height: 1.2em;
  color: #808080;
  display: flex;
  align-items: center;
}
#history .history-list .history-item .row .th i {
  width: 3.6111111111vw;
  height: 3.6111111111vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 1.3888888889vw;
}
#history .history-list .history-item .row .th i.date {
  background-image: url(../images/ico_date.png);
}
#history .history-list .history-item .row .th i.person {
  background-image: url(../images/ico_user.png);
}
#history .history-list .history-item .row .th i.status {
  background-image: url(../images/ico_info.png);
}
#history .history-list .history-item .row .td {
  font-weight: 700;
  color: #808080;
  line-height: 1em;
  font-size: 3.3333333333vw;
}
#history .history-list .history-item .row .td.red {
  color: #FF5D5D;
}
#history .history-list .history-item .row + .row {
  margin-top: 3.8888888889vw;
}

/* setting */
#setting {
  padding: 6.8055555556vw 0 10.9722222222vw;
}
#setting h2 {
  display: block;
  font-weight: 700;
  font-size: 5.5555555556vw;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 10.6944444444vw;
}
#setting .setting-box + .setting-box {
  margin-top: 7.7777777778vw;
}
#setting .setting-box h3 {
  display: block;
  font-weight: 700;
  font-size: 3.8888888889vw;
  color: #808080;
  line-height: 1.17em;
  margin-bottom: 3.0555555556vw;
}
#setting .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5.5555555556vw 0;
}
#setting .row .th {
  font-weight: 700;
  font-size: 4.4444444444vw;
}
#setting .row + .row {
  border-top: 1px solid #EBEBF1;
}

.switch {
  position: relative;
}
.switch input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  pointer-events: none;
}
.switch input + label {
  display: block;
  border: 0;
  background-color: #b7b7b7;
  width: 10vw;
  position: relative;
  height: 5.5555555556vw;
  border-radius: 2.7777777778vw;
  box-sizing: border-box;
  transition: background 0.3s;
}
.switch input + label span {
  background-color: #fff;
  width: 4.4444444444vw;
  height: 4.4444444444vw;
  border-radius: 100%;
  position: absolute;
  left: 0.5555555556vw;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.switch input:checked + label {
  background-color: #E30D68;
}
.switch input:checked + label span {
  left: calc(100% - 5vw);
}
/*공용 : 검색결과가 없습니다. 경고박스*/
.msg_box {
    background-color: #fff;
    box-shadow: 0px 0.6944444444vw 2.7777777778vw rgba(0, 0, 0, 0.1019607843);
    border-radius: 1.3888888889vw;
    padding: 6.9444444444vw 4.1666666667vw;
    background-color: #fff;
    text-align: center;
    font-size: 3.3333333333vw;
    line-height: 1.4em;
    color: #808080;
    font-weight: 700;
    padding: 6.9444444444vw 0;
    margin:20px 0;
}

@media (min-width: 720px) {
  /* splash */
  #splash .main-logo {
    margin-top: -243px;
  }
  #splash .main-logo img {
    width: 220px;
  }
  #splash .main-logo p {
    margin-top: 78px;
    font-size: 40px;
  }
  #splash .footer-logo {
    bottom: 70px;
    transform: translate(-50%, 0);
    width: 172px;
  }
  /* index */
  #main .map-wrap #map {
    height: 1000px;
  }
  /*#main .map-controls {*/
  /*  bottom: 81px;*/
  /*}*/
  #main .map-controls ul li {
    border-radius: 100px;
    width: 137px;
  }
  #main .map-controls ul li + li {
    margin-left: 20px;
  }
  #main .map-controls ul li label {
    height: 70px;
  }
  #main .map-controls ul li label i {
    width: 36px;
    height: 36px;
  }
  #main .map-controls ul li label span {
    margin-left: 16px;
    font-size: 26px;
  }
  /*#main .event-list-wrap {*/
  /*  padding: 59px 0;*/
  /*  border-radius: 30px 30px 0 0;*/
  /*}*/
  #main .event-list-wrap .event-tab ul li + li {
    margin-left: 49px;
  }
  #main .event-list-wrap .event-tab ul li button {
    font-size: 36px;
  }
  #main .event-list-wrap .event-list .event-item {
    padding: 40px 0;
  }
  #main .event-list-wrap .event-list .event-item .thumb {
    width: 200px;
    height: 260px;
    border-radius: 30px;
  }
  #main .event-list-wrap .event-list .event-item .thumb .cate {
    top: 14px;
    left: 14px;
    width: 84px;
    border-radius: 30px;
    line-height: 42px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1019607843);
    font-size: 24px;
  }


  #main .event-list-wrap .event-list .event-item .info {
    width: calc(100% - 230px);
    margin-left: 30px;
  }
  #main .event-list-wrap .event-list .event-item .info .subject {
    font-size: 32px;
  }
  #main .event-list-wrap .event-list .event-item .info ul {
    margin-top: 14px;
  }
  #main .event-list-wrap .event-list .event-item .info ul li {
    font-size: 24px;
  }
  #main .event-list-wrap .event-list .event-item .info ul li + li {
    margin-top: 11px;
  }
  #main .event-list-wrap .event-list .event-item .info .status {
    margin-top: 31px;
    border-radius: 30px;
    line-height: 40px;
    font-size: 24px;
    width: 127px;
  }


    /* detail */
  #detail {
    padding: 50px 0 0;
  }
  #detail .detail-top {
    margin-bottom: 41px;
  }
  #detail .detail-top .subject {
    margin-bottom: 27px;
    font-size: 40px;
  }
  #detail .detail-top ul li {
    font-size: 26px;
  }
  #detail .detail-top ul li + li {
    margin-left: 50px;
  }
  #detail .detail-tb table tbody th {
    padding: 24px 0 24px 26px;
    font-size: 24px;
  }
  #detail .detail-tb table tbody td {
    font-size: 24px;
    padding: 0 26px;
  }
  #detail #map {
    margin: 41.5px auto 0;
    height: 480px;

  }
    #detail .detail-cont {
        margin-bottom: 37px;
    }

    /*안내말씀 컨텐츠*/
  #detail .detail-cont, #detail .detail-cont p, #detail .detail-top + div {
     line-height: 1.4em;
     font-size: 26px;
  }

  #detail #fixed-btn .order-detail {
    padding: 52px 5% 10px;
    transform: translate(0, calc(100% + 80px));
  }
  #detail #fixed-btn .order-detail .detail-cont .msg {
    border-radius: 10px;
    font-size: 28px;
    padding: 0 46px;
    line-height: 76px;
    margin-bottom: 45px;
  }
  #detail #fixed-btn .order-detail .detail-cont .qty {
    padding: 0 42px;
  }
  #detail #fixed-btn .order-detail .detail-cont .qty strong {
    font-size: 32px;
  }
  #detail #fixed-btn .order-detail .detail-cont .qty .qty-btn .btn {
    width: 50px;
    height: 50px;
  }
  #detail #fixed-btn .order-detail .detail-cont .qty .qty-btn .cur {
    font-size: 45px;
    margin: 0 61px;
  }
  #detail #fixed-btn .order-detail .detail-cont .error {
    margin-bottom: 42px;
    margin-top: -13px;
    font-size: 26px;
  }
  #detail #fixed-btn .order-detail .detail-close {
    width: 224px;
    height: 50px;
    border-radius: 20px 20px 0 0;
    background-size: 27px auto;
  }
  #detail #fixed-btn .btns {
    height: 150px;
  }
  #detail #fixed-btn .btns button {
    font-size: 28px;
    height: 90px;
    border-radius: 10px;
  }
  
  /* notice */
  #notice .search-box {
    margin: 30px 0;
  }
  #notice .search-box img {
    left: 30px;
    width: 48px;
  }
  #notice .search-box input {
    border-radius: 10px;
    height: 78px;
    padding: 0 30px 0 108px;
    font-size: 28px;
  }
    
  #notice .notice-list {
    margin-bottom: 41px;
  }
  #notice .notice-list {
    margin-bottom: 27px;
    font-size: 40px;
  }
  #notice .notice-list ul li {
    font-size: 26px;
  }
  #notice .notice-list ul li + li {
    margin-left: 50px;
  }

  #notice .notice-list .subject {
      font-size:26px;
  }
  /* history */
  #history {
    padding: 30px 0;
  }
  #history .search-box {
    margin-bottom: 40px;
  }
  #history .search-box img {
    left: 30px;
    width: 48px;
  }
  #history .search-box input {
    border-radius: 10px;
    height: 78px;
    padding: 0 30px 0 108px;
    font-size: 28px;
  }
  #history .history-list .history-item {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1019607843);
    border-radius: 10px;
    padding: 50px 30px;
  }
  #history .history-list .history-item + .history-item {
    margin-top: 30px;
  }
  #history .history-list .history-item.empty {
    font-size: 24px;
    padding: 50px 0;
  }
  #history .history-list .history-item .subject {
    font-size: 32px;
    margin-bottom: 44px;
  }
  #history .history-list .history-item .row .th {
    font-size: 24px;
  }
  #history .history-list .history-item .row .th i {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
  #history .history-list .history-item .row .td {
    font-size: 24px;
  }
  #history .history-list .history-item .row + .row {
    margin-top: 28px;
  }
  /* setting */
  #setting {
    padding: 49px 0 79px;
  }
  #setting h2 {
    font-size: 40px;
    margin-bottom: 77px;
  }
  #setting .setting-box + .setting-box {
    margin-top: 56px;
  }
  #setting .setting-box h3 {
    font-size: 28px;
    margin-bottom: 22px;
  }
  #setting .row {
    padding: 40px 0;
  }
  #setting .row .th {
    font-size: 32px;
  }
  .switch input + label {
    width: 72px;
    height: 40px;
    border-radius: 20px;
  }
  .switch input + label span {
    width: 32px;
    height: 32px;
    left: 4px;
  }
  .switch input:checked + label span {
    left: calc(100% - 36px);
  }
  /*공용 : 검색결과가 없습니다. 경고박스*/
  .msg_box {
      font-size: 24px;
      padding: 50px 0;
  }

}