@charset "utf-8";
/* 0516 수정 strat */
@font-face {
  font-family: 'NanumSquare';
  src: url('/static/font/NanumSquare.eot');
  src: local('NanumSquare'), url('/static/font/NanumSquare.eot?#iefix') format('embedded-opentype'), url('/static/font/NanumSquare.woff') format('woff'), url('/static/font/NanumSquare.ttf') format('truetype'), url('/static/font/NanumSquare.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura-Heavy-BT';
  src: url('/static/font/Futura-Heavy-BT.eot');
  src: local('Futura-Heavy-BT'), url('/static/font/Futura-Heavy-BT.eot?#iefix') format('embedded-opentype'), url('/static/font/Futura-Heavy-BT.woff') format('woff'), url('/static/font/Futura-Heavy-BT.ttf') format('truetype'), url('/static/font/Futura-Heavy-BT.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 0516 수정 end */
.btn {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
}
.btn-basic {
  border: 1px solid #eef2f5;
  background-color: #fff;
}
.btn-small {
  padding-right: 5px;
  padding-left: 5px;
  line-height: 30px;
}
.btn-medium {
  padding-right: 10px;
  padding-left: 10px;
  line-height: 40px;
}
.btn-large {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 50px;
}
@media (min-width:992px) {
  .btn-large {
    min-width: 200px;
  }
}
.btn-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.btn-point1,
.btn-point2,
.btn-black {
  border: none;
  color: #fff;
}
.btn-point1 {
  background-color: #00adef;
}
.btn-point2 {
  background-color: #192028;
}
.btn-black {
  background-color: #000;
}
.btn-red {
  border: 1px solid #fb435f;
  color: #fb435f;
}
.btn-collapse {
  position: relative;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.btn-collapse:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.btn-collapse:before {
  width: 9px;
  height: 6px;
  background-position: -140px -30px;
}
.btn-collapse:before {
  position: absolute;
  top: 6px;
  right: 0;
}
.btn-collapse.active:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.btn-collapse.active:before {
  width: 9px;
  height: 6px;
  background-position: -140px -20px;
}
.btn-collapse.light:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.btn-collapse.light:before {
  width: 9px;
  height: 6px;
  background-position: -130px -30px;
}
.btn-collapse.light.active:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.btn-collapse.light.active:before {
  width: 9px;
  height: 6px;
  background-position: -130px -20px;
}
.btn-group-check > label {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 40px;
}
.btn-group-check > label.selected {
  background-color: #192028;
  color: #fff;
}
.btn-group-check > label > input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.btn-double {
  overflow: hidden;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 10px;
}
.btn-double button {
  float: left;
  width: 49%;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
}
.btn-double button:first-child {
  margin-right: 2%;
}
.btn-show-scroll {
  position: fixed;
  bottom: 30px;
  width: 50px;
  height: 50px;
}
.btn-gotop {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 10px rgba(27, 36, 52, 0.1);
  box-shadow: 10px 10px 10px rgba(27, 36, 52, 0.1);
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}
.btn-gotop:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.btn-gotop:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8.5px 0 0 -4px;
  width: 8px;
  height: 17px;
  background-position: -170px -20px;
}
@media (max-width:991px) {
  .btn-gotop {
    right: 20px;
  }
}
@media (min-width:992px) {
  .btn-gotop {
    right: 40px;
  }
}
.btn-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.btn-fixed button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 25px;
  color: #fff;
}
@media (min-width:992px) {
  .btn-fixed button {
    min-width: 200px;
  }
}
.btn-tooltip {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-left: 3px;
  border: 1px solid #dcdfe4;
  line-height: 16px;
}
.calendar > .header {
  overflow: hidden;
  position: relative;
}
.calendar > .header > h3 {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  font-weight: bold;
}
.calendar > .header .ico-refresh {
  position: absolute;
  top: 5px;
  right: 0;
}
.calendar > table {
  width: 100%;
  margin-bottom: 10px;
  table-layout: fixed;
}
.calendar > table > tbody > tr > td {
  position: relative;
  text-align: center;
}
.calendar > table > tbody > tr > td:after {
  content: '';
  display: inline-block;
  padding-top: 100%;
  vertical-align: middle;
}
.calendar > table > tbody > tr > td .reserv-status {
  display: none;
}
.calendar > table > tbody > tr > td.closed {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.calendar > table > tbody > tr > td.today {
  text-decoration: underline;
}
.calendar > table > tbody > tr > td.open {
  cursor: pointer;
}
.calendar > table > tbody > tr > td.selected {
  background-color: #192028;
  color: #fff;
}
.calendar > table > tbody > tr > td.start {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}
.calendar > table > tbody > tr > td.end {
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
/* 공통 */
.dimmed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/static/mobile/images/dimmed_bg.png) repeat;
  z-index: 500;
  display: none;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.guideText {
  color: #868c98;
}
.bold {
  font-weight: bold;
}
.hidden {
  display: none;
}
.searchMatch {
  background-color: #192028;
  color: #ffffff;
  padding: 1px;
}
.dimmed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/static/mobile/images/dimmed_bg.png) repeat;
  z-index: 500;
  display: none;
}
p {
  word-break: keep-all;
}
input[type="text"],
input[type="tel"],
input[type=date] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  /*padding:16px 10px;*/
}
input[type="password"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  /*padding:14px 10px 16px;font-family:'NanumGothic';*/
}
.login input[type="checkbox"] {
  display: none;
}
.login input[type="checkbox"] + label {
  color: #717886;
  background: url(/static/mobile/images/checkbox_off.png) no-repeat;
  background-size: 22px;
  word-break: keep-all;
}
.login input[type="checkbox"] + label.active {
  background: url(/static/mobile/images/checkbox_on.png) no-repeat;
  background-size: 22px;
}
.join input[type="checkbox"] {
  display: none;
}
.join input[type="checkbox"] + label {
  color: #717886;
  background: url(/static/mobile/images/checkbox_off.png) no-repeat;
  background-size: 22px;
  word-break: keep-all;
}
.join input[type="checkbox"] + label.active {
  background: url(/static/mobile/images/checkbox_on.png) no-repeat;
  background-size: 22px;
}
.myInfo input[type="checkbox"] {
  display: none;
}
.myInfo input[type="checkbox"] + label {
  color: #717886;
  background: url(/static/mobile/images/checkbox_off.png) no-repeat;
  background-size: 22px;
  word-break: keep-all;
}
.myInfo input[type="checkbox"] + label.active {
  background: url(/static/mobile/images/checkbox_on.png) no-repeat;
  background-size: 22px;
}
.w26p {
  width: 26%;
}
.w72p {
  width: 72%;
}
.w100p {
  width: 100%;
}
.h50 {
  height: 50px;
}
.h73 {
  height: 73px;
}
.mgt20 {
  margin-top: 20px;
}
.mgr40 {
  margin-right: 40px;
}
.mgr65 {
  margin-right: 65px;
}
.mgr85 {
  margin-right: 85px;
}
.pdt50 {
  padding-top: 50px;
}
.pdt73 {
  padding-top: 73px;
}
.pdl8 {
  padding-left: 8px;
}
.z50 {
  z-index: 50 !important;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #717886;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #717886;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #717886;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #717886;
}
/* 공통 레이아웃 */
#mHeader .mCate {
  position: absolute;
  top: 0px;
  left: 10px;
}
#mHeader .mCate a {
  display: block;
  width: 22px;
  height: 15px;
  padding: 17px 10px;
}
#mHeader .mCate .line1 {
  display: block;
  width: 22px;
  height: 1px;
  background-color: #ffffff;
}
#mHeader .mCate .line2 {
  display: block;
  width: 22px;
  height: 1px;
  background-color: #ffffff;
  margin-top: 6px;
}
#mHeader .mCate .line3 {
  display: block;
  width: 14px;
  height: 1px;
  background-color: #ffffff;
  margin-top: 6px;
}
#mHeader .backPage {
  position: absolute;
  top: 0px;
  left: 0px;
}
#mHeader .backPage a {
  display: block;
  padding: 17px 20px;
}
#mHeader .backPage .backIco {
  display: block;
  width: 8px;
  height: 15px;
  background: url(/static/mobile/images/back_arrow.png) no-repeat;
  background-size: 8px 15px;
}
#mHeader .closeBox {
  position: absolute;
  top: 0px;
  right: 10px;
}
#mHeader .closeBox a {
  display: block;
  width: 15px;
  height: 15px;
  padding: 17px 10px 17px 15px;
}
#mHeader .closeBox .close {
  display: block;
  width: 15px;
  height: 15px;
  background: url(/static/mobile/images/close_x.png) no-repeat;
  background-size: 15px;
}
#mHeader .closeBox2 {
  position: absolute;
  top: 0px;
  right: 10px;
}
#mHeader .closeBox2 a {
  display: block;
  width: 15px;
  height: 15px;
  padding: 17px 10px 17px 15px;
}
#mHeader .closeBox2 .close {
  display: block;
  width: 15px;
  height: 15px;
  background: url(/static/mobile/images/close_x.png) no-repeat;
  background-size: 15px;
}
#mHeader .noticeSearchBox {
  position: absolute;
  top: 0px;
  right: 10px;
}
#mHeader .noticeSearchBox a {
  display: block;
  width: 16px;
  height: 16px;
  padding: 18px 10px 13px 15px;
}
#mHeader .noticeSearchBox .searchIco {
  display: block;
  width: 16px;
  height: 16px;
  background: url(/static/mobile/images/search_ico2.png) no-repeat;
  background-size: 16px;
}
#mHeader h1.logo {
  background: url(/static/mobile/images/logo_m_original.png) no-repeat center 17px;
  background-size: 135px 16px;
  text-indent: -9999px;
}
#mContent {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.mypageNav {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 200;
}
.mypageNav ul {
  height: 50px;
  margin: 0 10px;
  padding: 0 10px;
  background-color: #ffffff;
  border-radius: 5px;
}
.mypageNav ul li {
  float: left;
  width: 33.333%;
  line-height: 17px;
  color: #052e70;
  text-align: center;
}
.mypageNav ul li a {
  display: inline-block;
  padding: 16.5px 0;
  color: #717886;
}
.mypageNav ul li.active a {
  padding-bottom: 13.5px;
  border-bottom: 3px solid #00adef;
  color: #052e70;
}
.mypageNav {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 50px;
}
.lostIdPwNav {
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 200;
}
.lostIdPwNav ul {
  height: 50px;
  margin: 0 10px;
  padding: 0 10px;
  background-color: #ffffff;
  border-radius: 5px;
}
.lostIdPwNav ul li {
  float: left;
  width: 50%;
  line-height: 17px;
  color: #052e70;
  text-align: center;
}
.lostIdPwNav ul li a {
  display: inline-block;
  padding: 16.5px 0;
  color: #717886;
}
.lostIdPwNav ul li.active a {
  padding-bottom: 13.5px;
  border-bottom: 3px solid #00adef;
  color: #052e70;
}
.customerCenter {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 200;
}
.customerCenter ul {
  height: 50px;
  margin: 0 10px;
  padding: 0 10px;
  background-color: #ffffff;
  border-radius: 5px;
}
.customerCenter ul li {
  float: left;
  width: 50%;
  line-height: 17px;
  color: #052e70;
  text-align: center;
}
.customerCenter ul li a {
  display: inline-block;
  padding: 16.5px 0;
  color: #717886;
}
.customerCenter ul li.active a {
  padding-bottom: 13.5px;
  border-bottom: 3px solid #00adef;
  color: #052e70;
}
/* 마이 페이지 쿠폰 */
.mypageCoupon {
  padding: 10px 20px 20px;
}
.mypageCoupon li {
  width: ;
  margin: 0 auto 30px;
  background: #fff;
}
.mypageCoupon .coupon1 {
  background: #46baf2;
  background: -moz-linear-gradient(-45deg, #46baf2 0%, #0066cc 65%, #6615cd 100%);
  background: -webkit-linear-gradient(-45deg, #46baf2 0%, #0066cc 65%, #6615cd 100%);
  background: linear-gradient(135deg, #46baf2 0%, #0066cc 65%, #6615cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46baf2', endColorstr='#6615cd', GradientType=1);
}
.mypageCoupon .coupon2 {
  background: #ff644f;
  background: -moz-linear-gradient(-45deg, #ff644f 0%, #6615cd 100%);
  background: -webkit-linear-gradient(-45deg, #ff644f 0%, #6615cd 100%);
  background: linear-gradient(135deg, #ff644f 0%, #6615cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff644f', endColorstr='#6615cd', GradientType=1);
}
.mypageCoupon .couponTit {
  color: #ffffff;
  padding: 30px;
}
.mypageCoupon .couponTit .cT1 {
  display: block;
  font-size: 18px;
}
.mypageCoupon .couponTit .cT1 span {
  font-size: 34px;
  font-weight: bold;
  vertical-align: middle;
}
.mypageCoupon .couponTit .cT2 {
  display: block;
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
}
.mypageCoupon .couponTit .cT3 {
  display: block;
  font-size: 11px;
  color: #ffffff;
  margin-top: 6px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.mypageCoupon .noCoupon {
  margin: 50px 0;
  background: transparent;
  text-align: center;
}
.mypageCoupon .couponText {
  padding: 10px;
}
.mypageCoupon .couponText dt {
  float: left;
  width: 70px;
  line-height: 1.8;
  color: #a5acb1;
}
.mypageCoupon .couponText dd {
  padding-left: 70px;
  line-height: 1.8;
  color: #40484f;
}
/* 마이페이지 내정보 */
.myInfo {
  padding: 20px 20px 10px;
  background: #fff;
}
.myInfo input[type=text],
.myInfo input[type=password] {
  background: #fff;
}
.myInfo dl {
  margin-bottom: 25px;
}
.myInfo dt {
  line-height: 17px;
  color: #192028;
  padding-bottom: 5px;
}
.myInfo dd p {
  font-size: 12px;
  line-height: 17px;
  color: #717886;
  margin-top: 5px;
}
.myInfo .bgD1 {
  background-color: #d9e3ec !important;
  color: #436494;
}
.myInfo .mIB2 label {
  display: inline-block;
  padding: 2px 0 0 30px;
  font-size: 12px;
  line-height: 20px;
}
.myInfo .mIB3 .pwCheck {
  display: none;
}
.myInfo .mIB3 .pwCheckN {
  display: none;
}
.myInfo .mIB7 dd {
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
}
.myInfo .mIB7 label {
  display: inline-block;
  line-height: 17px;
}
.myInfo .mlb8 .memLeaveBtn {
  display: inline-block;
  width: 74px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #a7afbb;
  text-align: center;
}
.myInfo + .confirmBox {
  text-align: center;
}
.myInfo + .confirmBox .confirm {
  width: 100%;
  height: 50px;
  font-size: 16px;
  background-color: #192028;
  color: #ffffff;
  cursor: pointer;
}
/* 마이페이지 회원탈퇴 */
.memLeaveBox {
  padding: 20px 20px 10px;
  background-color: #ffffff;
}
.memLeaveBox p {
  font-size: 12px;
  line-height: 1.8;
  color: #717886;
  margin-bottom: 20px;
}
.memLeaveBox .radioBox li {
  margin-bottom: 13px;
}
.memLeaveBox .radioBox label {
  display: inline-block;
  line-height: 17px;
  padding-left: ;
  color: #414b5b;
}
.memLeaveBox textarea {
  width: 100%;
  height: 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  padding: 15px;
  background-color: #eef2f5;
  font-size: 12px;
  resize: none;
}
.memLeave .confirmBox {
  text-align: center;
}
.memLeave .confirmBox .confirm {
  width: 100%;
  height: 50px;
  font-size: 16px;
  background-color: #192028;
  color: #ffffff;
  cursor: pointer;
}
/* 마이페이지 이용후기 등록 레이어 팝업 */
.layerPopReviewWriteBox .infoView li {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  padding-right: 20px;
}
.layerPopReviewWriteBox .infoView li:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  right: 10px;
  width: 1px;
  height: 12px;
  background: #dcdfe4;
}
.layerPopReviewWriteBox .infoView li:last-child:after {
  width: 0;
}
.layerPopReviewWriteBox .scoreBox {
  margin-top: 15px;
}
.layerPopReviewWriteBox .scoreBox > div {
  margin-bottom: 15px;
}
.layerPopReviewWriteBox .scoreBox span {
  display: table-cell;
  width: 50px;
  color: #192028;
  vertical-align: middle;
  padding-top: 4px;
}
.layerPopReviewWriteBox .starBox {
  display: table-cell;
  vertical-align: middle;
}
.layerPopReviewWriteBox .starBox ul {
  height: 27px;
}
.layerPopReviewWriteBox .starBox li {
  display: inline-block;
}
.layerPopReviewWriteBox .starBox li img {
  display: block;
  width: 27px;
  height: 27px;
  margin: 0 2px;
}
.layerPopReviewWriteBox textarea {
  width: 100%;
  height: 130px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  padding: 15px;
  background-color: #eef2f5;
  font-size: 12px;
  resize: none;
}
.layerPopReviewWriteBox .popBot {
  margin-top: 20px;
  text-align: center;
}
.layerPopReviewWriteBox .popBot .confirm {
  width: 100%;
  height: 40px;
  background-color: #192028;
  color: #ffffff;
  cursor: pointer;
}
/* 마이페이지 이용후기 뷰 레이어 팝업 */
.layerPopReviewViewBox .infoView li {
  line-height: 20px;
  color: #717886;
}
.layerPopReviewViewBox .scoreBox {
  margin-top: 30px;
}
.layerPopReviewViewBox .scoreBox li {
  float: left;
  width: 33.333%;
  padding-top: 32px;
  line-height: 19px;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
}
.layerPopReviewViewBox .scoreBox li + li:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 1px;
  height: 44px;
  background-color: #e1e1e1;
}
.layerPopReviewViewBox .scoreBox li span {
  color: #00b0f0;
}
.layerPopReviewViewBox .scoreBox .reviewIco1 {
  background: url(/static/mobile/images/review_pop_bg01.png) no-repeat center 0;
  background-size: 15.5px 22px;
}
.layerPopReviewViewBox .scoreBox .reviewIco2 {
  background: url(/static/mobile/images/review_pop_bg02.png) no-repeat center 0;
  background-size: 23px 22px;
}
.layerPopReviewViewBox .scoreBox .reviewIco3 {
  background: url(/static/mobile/images/review_pop_bg03.png) no-repeat center 0;
  background-size: 18px 22px;
}
.layerPopReviewViewBox .popMiddle p {
  font-size: 12px;
  line-height: 19px;
  overflow-y: auto;
}
.layerPopReviewViewBox .popBot {
  margin-top: 30px;
  text-align: center;
}
.layerPopReviewViewBox .popBot .delete {
  float: left;
  width: 48%;
  height: 40px;
  font-size: 14px;
  background-color: #ffffff;
  color: #ff6666;
  cursor: pointer;
  border: 1px solid #ff6666;
}
.layerPopReviewViewBox .popBot .confirm {
  float: left;
  width: 48%;
  height: 40px;
  font-size: 14px;
  background-color: #192028;
  color: #ffffff;
  margin-left: 4%;
}
/* 로그인 아이디 찾기 */
.lostId {
  margin: 30px 20px;
}
.lostId input[type=text],
.lostId input[type=password],
.lostId input[type=tel] {
  background: #fff;
}
.lostId dl {
  margin-bottom: 30px;
}
.lostId dt {
  line-height: 17px;
  color: #192028;
  padding-bottom: 5px;
}
.lostId .confirmBox {
  margin: 35px 0;
  text-align: center;
}
.lostId .confirmBox .confirm {
  width: 100%;
  height: 50px;
  font-size: 16px;
  background-color: #192028;
  color: #ffffff;
  cursor: pointer;
}
/* 로그인 아이디 찾기 매칭있음 */
.lostIdMatch {
  margin: 0 20px;
  padding-top: 40px;
}
.lostIdMatch p {
  padding: 105px 0 65px;
  line-height: 20px;
  color: #717886;
  text-align: center;
}
.lostIdMatch p span {
  color: #192028;
}
.lostIdMatch .confirmBox {
  margin: 35px 0;
  text-align: center;
}
.lostIdMatch .confirmBox .confirm {
  width: 100%;
  height: 50px;
  font-size: 16px;
  background-color: #192028;
  color: #ffffff;
  cursor: pointer;
}
/* 로그인 아이디 찾기 매칭없음 */
.lostIdNoMatch {
  padding: 20px;
  background: #fff;
}
.lostIdNoMatch p {
  padding: 50px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
.lostIdNoMatch p span {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: normal;
}
.lostIdNoMatch .confirmBox {
  margin: 35px 0;
  text-align: center;
}
.lostIdNoMatch .confirmBox .confirm {
  display: block;
  width: 100%;
  font-size: 16px;
  background-color: #192028;
  color: #ffffff;
  line-height: 50px;
  cursor: pointer;
}
/* 로그인 비밀번호 찾기 */
.lostPw {
  margin: 0 20px;
  padding-top: 68px;
}
.lostPw dl {
  margin-bottom: 30px;
}
.lostPw dt {
  line-height: 17px;
  color: #192028;
  padding-bottom: 5px;
}
.lostPw .confirmBox {
  margin: 35px 0;
  text-align: center;
}
.lostPw .confirmBox .confirm {
  width: 100%;
  height: 50px;
  font-size: 16px;
  background-color: #192028;
  color: #ffffff;
  cursor: pointer;
}
/* 로그인 비밀번호 찾기 매칭있음 */
.lostPwMatch {
  margin: 0 20px;
  padding-top: 40px;
}
.lostPwMatch p {
  padding: 105px 0 65px;
  line-height: 20px;
  color: #717886;
  text-align: center;
}
.lostPwMatch p span {
  color: #192028;
}
.lostPwMatch .confirmBox {
  margin: 35px 0;
  text-align: center;
}
.lostPwMatch .confirmBox .confirm {
  width: 100%;
  height: 50px;
  font-size: 16px;
  background-color: #192028;
  color: #ffffff;
  cursor: pointer;
}
/* 로그인 비밀번호 찾기 매칭없음 */
.lostPwNoMatch {
  margin: 0 20px;
  padding-top: 40px;
}
.lostPwNoMatch p {
  padding: 100px 0 50px;
  line-height: 20px;
  text-align: center;
}
.lostPwNoMatch p span {
  color: #ff1b30;
}
.lostPwNoMatch .confirmBox {
  margin: 35px 0;
  text-align: center;
}
.lostPwNoMatch .confirmBox .confirm {
  width: 100%;
  height: 50px;
  font-size: 16px;
  background-color: #192028;
  color: #ffffff;
  cursor: pointer;
}
/* 보험안내 */
.customerFaqInsurence {
  padding: 10px 0;
}
.customerFaqInsurence .cFIBox1 {
  padding: 18px 20px 20px;
  background-color: #ffffff;
  margin-bottom: 5px;
}
.customerFaqInsurence .cFIBox1 h2 {
  line-height: 25px;
  padding: 0 0 7px 30px;
  border-bottom: 1px solid #a7afbb;
  font-weight: bold;
  background: url(/static/mobile/images/customer_faq_insurence_tit_ico1.png) no-repeat 5px 2px;
  background-size: 18.5px;
}
.customerFaqInsurence .cFIBox1 .textBox {
  margin: 10px 0 35px;
}
.customerFaqInsurence .cFIBox1 .textBox p {
  font-size: 12px;
  line-height: 20px;
  color: #052e70;
  margin-bottom: 20px;
}
.customerFaqInsurence .cFIBox1 .textBox p span {
  color: #192028;
}
.customerFaqInsurence .cFIBox1 .imgBox {
  width: 260px;
  height: 123px;
  background: url(/static/mobile/images/customer_faq_insurence_img01.png) no-repeat;
  margin: 0 auto 35px;
  background-size: 260px 123px;
}
.customerFaqInsurence strong {
  display: block;
  line-height: 20px;
  margin-bottom: 5px;
}
.customerFaqInsurence .cFIB1 {
  width: 100%;
  border-spacing: 0px;
  padding: 0;
  border: 0;
  border-top: 1px solid #a7afbb;
  border-bottom: 1px solid #a7afbb;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
}
.customerFaqInsurence .cFIB1 th {
  vertical-align: top;
  color: #192028;
  padding: 10px 0;
}
.customerFaqInsurence .cFIB1 td {
  vertical-align: top;
  color: #506c9b;
  padding: 10px 2%;
  word-break: keep-all;
}
.customerFaqInsurence .cFP1 {
  font-size: 12px;
  line-height: 18px;
  color: #052e70;
  margin-top: 10px;
}
.customerFaqInsurence .cFIBox2 {
  padding: 18px 20px 20px;
  background-color: #ffffff;
  margin-bottom: 5px;
}
.customerFaqInsurence .cFIBox2 h2 {
  line-height: 25px;
  padding: 0 0 7px 30px;
  border-bottom: 1px solid #a7afbb;
  font-weight: bold;
  background: url(/static/mobile/images/customer_faq_insurence_tit_ico2.png) no-repeat 5px 2px;
  background-size: 18.5px;
}
.customerFaqInsurence .cFIBox2 .cFP2 {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.025em;
  color: #052e70;
  margin: 10px 0 5px;
}
.customerFaqInsurence .cFISBox2 dl {
  margin-bottom: 20px;
}
.customerFaqInsurence .cFISBox2 .mgb0 {
  margin-bottom: 0;
}
.customerFaqInsurence .cFISBox2 dt {
  font-weight: bold;
  padding-bottom: 2px;
}
.customerFaqInsurence .cFISBox2 .cFIBP1 {
  font-size: 12px;
  line-height: 17px;
  color: #506c9b;
}
.customerFaqInsurence .cFIB2_1 dl {
  margin-bottom: 0;
}
.customerFaqInsurence .cFIB2_1 dt {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  color: #192028;
  padding: 2px 0 0;
}
.customerFaqInsurence .cFIB2_1 dd {
  font-size: 12px;
  line-height: 17px;
  color: #052e70;
  margin-bottom: 4px;
  word-break: keep-all;
}
.customerFaqInsurence .cFIB2_1 .pink {
  color: #ff6666;
}
.customerFaqInsurence .cFIB2_1 .gray {
  color: #a7afbb;
}
.customerFaqInsurence .cFIB2_2 {
  margin-top: 10px;
  padding: 15px;
  background-color: #eef2f5;
}
.customerFaqInsurence .cFIB2_2 > span {
  display: block;
  font-size: 10px;
  line-height: 15px;
  color: #192028;
}
.customerFaqInsurence .cFIB2_2 p {
  font-size: 10px;
  line-height: 14px;
  color: #052e70;
  margin-top: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 14px;
}
.customerFaqInsurence .cFIB2_2 dl {
  margin-bottom: 0;
}
.customerFaqInsurence .cFIB2_2 dt {
  float: left;
  width: 70px;
  font-size: 10px;
  line-height: 20px;
  color: #052e70;
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 0;
  font-weight: normal;
}
.customerFaqInsurence .cFIB2_2 dt:after {
  content: ":";
  position: absolute;
  top: 0;
  right: 0;
}
.customerFaqInsurence .cFIB2_2 dd {
  padding-left: 72px;
  font-size: 10px;
  line-height: 20px;
}
.customerFaqInsurence .cFIB2_2 dd span {
  font-size: 15px;
  color: #192028;
}
.customerFaqInsurence .cFIB2_3 dl {
  margin-bottom: 0;
}
.customerFaqInsurence .cFIB2_3 dt {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  color: #192028;
  padding: 2px 0 0;
}
.customerFaqInsurence .cFIB2_3 dd {
  font-size: 12px;
  line-height: 17px;
  color: #052e70;
  margin-bottom: 4px;
  word-break: keep-all;
}
.customerFaqInsurence .cFIB2_3 .pink {
  color: #ff6666;
}
.customerFaqInsurence .cFIB2_3 .gray {
  color: #a7afbb;
}
.customerFaqInsurence .cFIB2_4 {
  margin-top: 10px;
  padding: 15px;
  background-color: #eef2f5;
}
.customerFaqInsurence .cFIB2_4 > span {
  display: block;
  font-size: 10px;
  line-height: 15px;
  color: #192028;
}
.customerFaqInsurence .cFIB2_4 p {
  font-size: 10px;
  line-height: 14px;
  color: #052e70;
  margin-top: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 14px;
}
.customerFaqInsurence .cFIB2_4 dl {
  margin-bottom: 0;
}
.customerFaqInsurence .cFIB2_4 dt {
  float: left;
  width: 70px;
  font-size: 10px;
  line-height: 20px;
  color: #052e70;
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 0;
  font-weight: normal;
}
.customerFaqInsurence .cFIB2_4 dt:after {
  content: ":";
  position: absolute;
  top: 0;
  right: 0;
}
.customerFaqInsurence .cFIB2_4 dd {
  padding-left: 72px;
  font-size: 10px;
  line-height: 20px;
}
.customerFaqInsurence .cFIB2_4 dd span {
  font-size: 18px;
  position: relative;
  left: 0;
  top: -4px;
  letter-spacing: 0.05em;
}
.customerFaqInsurence .cFIB2_4 dd .big {
  font-size: 30px;
  color: #192028;
  font-weight: bold;
  text-transform: uppercase;
}
.customerFaqInsurence .cFIBox3 {
  padding: 18px 20px 20px;
  background-color: #ffffff;
  margin-bottom: 5px;
}
.customerFaqInsurence .cFIBox3 h2 {
  line-height: 25px;
  padding: 0 0 7px 30px;
  border-bottom: 1px solid #a7afbb;
  font-weight: bold;
  background: url(/static/mobile/images/customer_faq_insurence_tit_ico3.png) no-repeat 5px 2px;
  background-size: 18.5px;
}
.customerFaqInsurence .cFIBox3 .cFP3 {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.025em;
  color: #052e70;
  margin: 10px 0 5px;
}
.customerFaqInsurence .cFIBox3 .cFP3 span {
  color: #192028;
}
.customerFaqInsurence .cFISBox3 {
  margin-bottom: 30px;
}
.customerFaqInsurence .cFISBox3 > span {
  font-weight: bold;
  padding-bottom: 2px;
}
.customerFaqInsurence .cFISBox3 .imgBox {
  height: 165px;
  background-color: #eef2f5;
  margin: 10px 0 25px;
  text-align: center;
}
.customerFaqInsurence .cFISBox3 .imgBox img {
  width: 260px;
  height: 133px;
  padding: 16px 0;
}
.customerFaqInsurence .cFISBox3 p {
  font-size: 12px;
  line-height: 17px;
  color: #052e70;
  margin-top: 10px;
}
.customerFaqInsurence .cFISBox3 p span {
  color: #192028;
}
.customerFaqInsurence .cFIBox3 dt {
  font-weight: bold;
}
.customerFaqInsurence .cFIBox3 ul {
  margin-top: 10px;
}
.customerFaqInsurence .cFIBox3 li {
  font-size: 12px;
  line-height: 17px;
  padding-left: 42px;
  margin-bottom: 20px;
}
.customerFaqInsurence .cFIBox3 li span {
  color: #052e70;
}
.customerFaqInsurence .cFIBox3 li p {
  color: #a8b3c5;
}
.customerFaqInsurence .cFIBox3 .cFIico1 {
  background: url(/static/mobile/images/customer_faq_insurence_ico01.png) no-repeat 0 0;
  background-size: 33px;
}
.customerFaqInsurence .cFIBox3 .cFIico2 {
  background: url(/static/mobile/images/customer_faq_insurence_ico03.png) no-repeat 0 0;
  background-size: 33px;
}
.customerFaqInsurence .cFIBox3 .cFIico3 {
  background: url(/static/mobile/images/customer_faq_insurence_ico05.png) no-repeat 0 0;
  background-size: 33px;
}
.customerFaqInsurence .cFIBox3 .cFIico4 {
  background: url(/static/mobile/images/customer_faq_insurence_ico02.png) no-repeat 0 0;
  background-size: 33px;
}
.customerFaqInsurence .cFIBox3 .cFIico5 {
  background: url(/static/mobile/images/customer_faq_insurence_ico04.png) no-repeat 0 0;
  background-size: 33px;
}
/* 보험안내 팝업 */
.layerPopInsurance {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  display: none;
  overflow-y: auto;
}
.layerPopInsuranceBox {
  width: 280px;
  background-color: #ffffff;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -140px;
}
.layerPopInsuranceBox .popTop {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #eaebef;
  position: relative;
  top: 0;
  left: 0;
  padding: 0 20px;
}
.layerPopInsuranceBox .popTop h1 {
  font-size: 14px;
  color: #192028;
}
.layerPopInsuranceBox .closeBox {
  position: absolute;
  top: 0;
  right: 0;
}
.layerPopInsuranceBox .closeBox img {
  display: block;
  width: 15px;
  height: 15px;
  padding: 19px;
}
.layerPopInsuranceBox .popMiddle {
  padding: 15px 20px 0;
  max-height: 290px;
  overflow-y: auto;
}
.layerPopInsuranceBox .popMiddle dl {
  margin-bottom: 20px;
  font-size: 13px;
}
.layerPopInsuranceBox .popMiddle dt {
  font-weight: bold;
  line-height: 20px;
  color: #3c4452;
}
.layerPopInsuranceBox .popMiddle dd {
  line-height: 20px;
  word-break: keep-all;
  color: #90959e;
}
.layerPopInsuranceBox .popMiddle dd span {
  color: #192028;
}
.layerPopInsuranceBox .popBot {
  padding: 20px;
  text-align: center;
}
.layerPopInsuranceBox .popBot a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #192028;
  color: #ffffff;
  cursor: pointer;
}
/* 예약취소 팝업 */
.layerPopReserCancelBox .popMiddle .rCP1 {
  line-height: 20px;
  color: #717886;
  margin-bottom: 25px;
}
.layerPopReserCancelBox .popMiddle ul {
  margin-bottom: 25px;
}
.layerPopReserCancelBox .popMiddle li {
  line-height: 20px;
  color: #192028;
  letter-spacing: -0.025em;
}
.layerPopReserCancelBox .popMiddle .rCP2 {
  color: #ff6666;
}
.layerPopReserCancelBox .popBot {
  margin-top: 20px;
  text-align: center;
}
.layerPopReserCancelBox .popBot .confirm {
  width: 100%;
  height: 40px;
  background-color: #192028;
  color: #ffffff;
  cursor: pointer;
}
/* 오류페이지 접속자오류 */
.errorPageTraffic {
  padding: 0 20px 20px;
  background: #fff;
}
.errorPageTraffic .ePTP1 {
  padding-top: 132px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  background: url(/static/mobile/images/error_traffic_ico.png) no-repeat center 50px;
  background-size: 60px;
  margin-bottom: 28px;
}
.errorPageTraffic .ePTP2 {
  text-align: center;
  line-height: 20px;
  color: #717886;
  margin-bottom: 25px;
}
.errorPageTraffic .ePTP3 {
  font-size: 16px;
  line-height: 20px;
  color: #192028;
  text-align: center;
  margin-bottom: 25px;
}
.errorPageTraffic .goHome {
  margin-bottom: 25px;
}
.errorPageTraffic .goHome a {
  display: block;
  width: 50%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  background: #a7afbb url(/static/mobile/images/home_ico.png) no-repeat center center;
  background-size: 18px 20.5px;
  text-align: center;
  text-indent: -9999px;
}
/* 오류페이지 결제오류 */
.errorPagePayment {
  padding: 0 20px 20px;
  background: #fff;
}
.errorPagePayment .ePPP1 {
  padding-top: 132px;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  background: url(/static/mobile/images/error_payment_ico.png) no-repeat center 50px;
  background-size: 60px;
  margin-bottom: 30px;
}
.errorPagePayment .ePPP2 {
  text-align: center;
  line-height: 20px;
  color: #717886;
  margin-bottom: 29px;
}
.errorPagePayment .ePPP3 {
  font-size: 16px;
  line-height: 20px;
  color: #192028;
  text-align: center;
  margin-bottom: 29px;
}
.errorPagePayment .goHome {
  margin-bottom: 25px;
}
.errorPagePayment .goHome a {
  display: block;
  width: 50%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  background: #a7afbb url(/static/mobile/images/home_ico.png) no-repeat center center;
  background-size: 18px 20.5px;
  text-align: center;
  text-indent: -9999px;
}
/* 이용혜택 */
.useBenefit {
  padding-top: 60px;
  padding-bottom: 70px;
  background: #fff;
  margin: 0;
}
.uBSection01 .cardImg {
  width: 65%;
  margin: 0 auto;
}
.uBSection01 .cardImg img {
  display: block;
  margin: auto;
}
.uBSection01 .zoomIn {
  margin: 20px 0;
}
.uBSection01 .zoomIn button {
  display: block;
  width: 90px;
  height: 30px;
  margin: 0 auto;
  border: 1px solid #ddd;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.uBSection01 .zoomIn button span {
  font-size: 10px;
  padding-right: 2px;
  margin-left: -10px;
}
.uBSection01 p {
  line-height: 20px;
  letter-spacing: -0.025em;
  text-align: center;
  padding-bottom: 25px;
}
.uBSection01 p span {
  color: #00adef;
}
.uBSection02 .title {
  height: 80px;
  background-color: #192028;
}
.uBSection02 .title h2 {
  font-size: 23px;
  line-height: 34px;
  letter-spacing: -0.05em;
  color: #ffffff;
  text-align: center;
  padding-top: 12px;
}
.uBSection02 .title p {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}
.uBSection02 .contBox {
  padding: 0 20px;
}
.uBSection02 .contBox > p {
  line-height: 20px;
  color: #333a46;
  opacity: 0.5;
  filter: alpha(opacity=50);
  padding-top: 18px;
}
.uBSection02 .discountList {
  margin: 10px auto;
}
.uBSection02 .discountList li {
  overflow: hidden;
  margin: 10px 0;
}
.uBSection02 .discountList .textBox {
  float: left;
  width: 60%;
  vertical-align: middle;
}
.uBSection02 .discountList .textBox .tit {
  display: block;
  line-height: 20px;
  color: #00adef;
}
.uBSection02 .discountList .textBox .text1 {
  line-height: 20px;
  color: #1c2128;
}
.uBSection02 .discountList .textBox .text2 {
  line-height: 20px;
  color: #666666;
}
.uBSection02 .discountList .imgBox {
  float: right;
  width: 35%;
  vertical-align: middle;
}
.uBSection02 .discountList .imgBox img {
  border: 1px solid #ddd;
}
.uBSection02 .moreTourist {
  margin: 10px 0;
}
.uBSection02 .moreTourist button {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  text-align: center;
  margin: 0 auto;
}
.uBSection02 .note {
  margin: 25px 0;
}
.uBSection02 .note span {
  display: block;
  padding-bottom: 8px;
  color: #000000;
  font-weight: bold;
}
.uBSection03 {
  padding-bottom: 150px;
  background: url(/static/mobile/images/discount_bg02.png) no-repeat bottom right;
  background-size: 320px 195px;
}
.uBSection03 .title {
  height: 80px;
  background-color: #192028;
}
.uBSection03 .title h2 {
  font-size: 23px;
  line-height: 34px;
  letter-spacing: -0.05em;
  color: #ffffff;
  text-align: center;
  padding-top: 12px;
}
.uBSection03 .title p {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}
.uBSection03 .contBox > p {
  line-height: 20px;
  color: ;
  padding: 18px 20px 170px;
  background: url(/static/mobile/images/discount_bg01.png) no-repeat center bottom;
  background-size: 320px 169px;
  margin-bottom: 10px;
}
.uBSection03 .contBox > p span {
  color: #0090ef;
}
.uBSection03 dl {
  padding: 0 20px;
}
.uBSection03 dl + dl {
  margin-top: 30px;
}
.uBSection03 dt {
  line-height: 20px;
  color: #192028;
  padding-bottom: 4px;
}
.uBSection03 dd {
  line-height: 20px;
  color: #989898;
}
.uBSection00 .title {
  height: 80px;
  background-color: #192028;
}
.uBSection00 .title h2 {
  font-size: 23px;
  line-height: 3.5;
  letter-spacing: -0.05em;
  color: #ffffff;
  text-align: center;
}
.jejubenefits > h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 10px 20px;
  letter-spacing: -0.05em;
}
.jejubenefits > p {
  font-size: 14px;
  color: #999;
  margin: 0 0 40px 20px;
  letter-spacing: -0.1em;
}
.jejubenefits02 > h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 40px 0 5px 20px;
  letter-spacing: -0.05em;
}
.jejubenefits02 > p.jeju01 {
  font-size: 14px;
  color: #999;
  margin: 0 0 10px 20px;
  letter-spacing: -0.1em;
}
.jejubenefits02 > p.jeju02 {
  font-size: 12px;
  margin: 0 0 0 20px;
  padding-bottom: 40px;
  letter-spacing: -0.1em;
}
.backgroundimg > img {
  width: 100%;
  height: auto;
  display: block;
}
.backgroundimg02 > img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.backgroundimg03 > img {
  width: 245.5px;
  margin: 40px auto;
  display: block;
}
.uBSection04 .title {
  height: 80px;
  background-color: #192028;
}
.uBSection04 .title h2 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #ffffff;
  text-align: center;
  padding: 16px;
}
.contBox .jeju03 {
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0 5px 0;
  letter-spacing: -0.05em;
}
.contBox .blue {
  color: #337ce2;
  font-weight: bold;
}
/* 이용혜택 관광지 목록 팝업 */
.TouristList li + li {
  margin-top: 25px;
}
.TouristList .tit {
  display: block;
  font-size: 12px;
  color: #276cc6;
  padding-bottom: 5px;
  border-bottom: 1px solid #a4c9eb;
}
.TouristList dl {
  padding: 5px 0;
}
.TouristList dt {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  padding: 3px 0;
}
.TouristList dd {
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  padding-bottom: 7px;
}
/* 이용후기 리스트 */
.reviewList {
  padding: 10px;
}
.reviewList .reviewTabBox li {
  float: left;
  width: 32%;
  height: 35px;
  line-height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dadbdb;
  margin-bottom: 10px;
}
.reviewList .reviewTabBox .mgl {
  margin-left: 2%;
}
.reviewList .reviewTabBox li a {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #3c4451;
}
.reviewList .reviewTabBox li.active {
  background-color: #3c4451;
  border: 1px solid #3c4451;
}
.reviewList .reviewTabBox li.active a {
  color: #ffffff;
}
.reviewList .reviewListBox {
  margin-top: 5px;
}
.reviewList .rLBox {
  padding: 15px 20px;
  background-color: #ffffff;
  border-radius: 5px;
}
.reviewList .rLBox + .rLBox {
  margin-top: 15px;
}
.reviewList .titleBox {
  position: relative;
  top: 0;
  lefT: 0;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.reviewList .titleBox .tit {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.reviewList .titleBox > p {
  line-height: 20px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-bottom: 10px;
}
.reviewList .evaluateBox p {
  font-size: 12px;
  color: #26292b;
}
.reviewList .evaluateBox .review-summary {
  font-size: 14px;
}
.reviewList .evaluateBox .star {
  width: 67px;
  height: 10px;
  vertical-align: middle;
}
.reviewList .evaluateBox .score {
  font-size: 16px;
  padding: 0 2px;
}
.reviewList .evaluateBox .pink {
  color: #f34c64;
}
.reviewList .evaluateBox ul {
  margin-top: 5px;
}
.reviewList .evaluateBox li {
  float: left;
  line-height: 20px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-right: 20px;
  font-size: 12px;
}
.reviewList .moreView {
  position: absolute;
  top: -5px;
  right: -14px;
}
.reviewList .moreView img {
  display: block;
  width: 8px;
  height: 15px;
  padding: 10px 14px;
}
.reviewList .rLSBox li {
  margin-top: 15px;
}
.reviewList .rLSBox .img-wrap-responsive {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
.reviewList .rLSBox .starBox {
  display: inline-block;
  vertical-align: middle;
}
.reviewList .rLSBox .star {
  display: block;
  width: 67px;
  height: 10px;
}
.reviewList .rLSBox .starBox p {
  font-size: 12px;
  line-height: 20px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-top: 5px;
}
.reviewList .rLSBox .reviewText {
  font-size: 12px;
  line-height: 20px;
  color: #4b5667;
  margin-top: 10px;
}
/* 이용후기 상세 */
.reviewView {
  padding: 0 10px;
}
.reviewView .reviewViewTop .evaluateBox {
  padding-top: 15px;
  text-align: center;
}
.reviewView .reviewViewTop .star {
  width: 68px;
  height: 11px;
  vertical-align: middle;
}
.reviewView .reviewViewTop .score {
  font-size: 16px;
  padding: 0 2px;
}
.reviewView .reviewViewTop ul {
  margin-top: 20px;
}
.reviewView .reviewViewTop li {
  float: left;
  width: 33.333%;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
}
.reviewView .reviewViewTop li + li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #e1e1e1;
}
.reviewView .reviewViewTop li span {
  display: block;
  height: 12px;
  padding-top: 30px;
  font-size: 12px;
  padding-bottom: 5px;
}
.reviewView .reviewViewTop li span.bg1 {
  background: url(/static/mobile/images/review_view_bg01.png) no-repeat center 0;
  background-size: 25px 22px;
}
.reviewView .reviewViewTop li span.bg2 {
  background: url(/static/mobile/images/review_view_bg02.png) no-repeat center 0;
  background-size: 25px 22px;
}
.reviewView .reviewViewTop li span.bg3 {
  background: url(/static/mobile/images/review_view_bg03.png) no-repeat center 0;
  background-size: 25px 22px;
}
.reviewView .reviewViewBox {
  margin: 25px 0 35px;
  padding: 18px 20px 20px;
  background-color: #ffffff;
}
.reviewView .reviewViewBox h2 {
  font-weight: bold;
  padding: 2px 0 0 35px;
  background: url(/static/mobile/images/review_tit_bg.png) no-repeat 0 0;
  background-size: 22px 20px;
}
.reviewView .reviewViewSBox {
  border-top: 1px solid #eaebef;
  margin-top: 17px;
}
.reviewView .reviewViewSBox ul {
  padding-top: 15px;
}
.reviewView .reviewViewSBox li {
  font-size: 12px;
  line-height: 16px;
  float: left;
  width: 110px;
  margin: 0 20px 8px 0;
}
.reviewView .reviewViewSBox .mgrn {
  margin-right: 0;
}
.reviewView .reviewViewSBox .star {
  width: 67px;
  height: 10px;
  padding-left: 5px;
}
.reviewView .reviewViewSBox .memInfo1 {
  font-size: 12px;
  line-height: 19px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.reviewView .reviewViewSBox .memInfo2 {
  font-size: 12px;
  line-height: 19px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.reviewView .reviewViewSBox .reviewTextBox {
  margin-top: 5px;
}
.reviewView .reviewViewSBox .reviewTextBox p {
  line-height: 24px;
  color: #032f70;
}
.reviewView .reviewViewSBox .commentBox {
  margin-top: 10px;
  border-top: 1px solid #eaebef;
  padding: 10px 0 0 25px;
  background: url(/static/mobile/images/comment_bullet.png) no-repeat 0 12px;
  background-size: 9px;
  display: none;
}
.reviewView .reviewViewSBox .commentBox .cTit {
  line-height: 24px;
  color: #032f70;
}
.reviewView .reviewViewSBox .commentBox .aInfo {
  padding-top: 12px;
  font-size: 12px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.reviewView .reviewViewSBox .showBtn {
  margin-top: 15px;
}
.reviewView .reviewViewSBox .showBtn a {
  display: inline-block;
  height: 21px;
  line-height: 21px;
  font-size: 12px;
  color: #9aadc4;
  background: url(/static/mobile/images/show_off.png) no-repeat;
  background-size: 21px;
  padding-left: 30px;
}
.reviewView .reviewViewSBox .showBtn.show a {
  background: url(/static/mobile/images/show_on.png) no-repeat;
  background-size: 21px;
}
.reviewView .reviewViewSBox .cmt {
  font-size: 13px;
  vertical-align: top;
  padding-left: 15px;
  background: url(/static/mobile/images/comment.png) no-repeat 0 1px;
  background-size: 12px;
  float: right;
  margin-top: 4px;
}
.reviewView .moreViewBox {
  margin-top: 17px;
  border-top: 1px solid #eaebef;
  padding-top: 17px;
}
.reviewView .moreViewBox a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eaebef;
  text-align: center;
}
/* 일정변경 */
.reserveChange h2 {
  line-height: 20px;
  font-weight: bold;
  padding: 0 0 15px 30px;
  background: url(/static/mobile/images/reserve_change_tit_bg.png) no-repeat 0 1px;
  background-size: 18px;
  border-bottom: 1px solid #cccccc;
}
.reserveChange .notice {
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.reserveChange .notice li {
  line-height: 25px;
  word-break: keep-all;
  padding-left: 15px;
  background: url(/static/mobile/images/reserve_change_bullet.png) no-repeat 0 8px;
  background-size: 5px;
}
.reserveChange .notice li span {
  color: #ff6666;
}
.reserveChange .changeList dt {
  font-weight: bold;
  line-height: 20px;
  padding: 15px 0 12px;
}
.reserveChange .changeList dd.border {
  border: 1px solid #cccccc;
  padding: 8px 10px;
}
.reserveChange .changeList .startDay span,
.reserveChange .changeList .endDay span {
  display: block;
}
.reserveChange .changeList .startDay {
  float: left;
  width: 50%;
  line-height: 22px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.reserveChange .changeList .endDay {
  float: left;
  width: 50%;
  line-height: 22px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.reserveChange .changeList .fl {
  float: left;
  width: 50%;
  text-align: left;
  line-height: 25px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.reserveChange .changeList .fr {
  float: right;
  width: 50%;
  text-align: right;
  line-height: 25px;
}
.reserveChange .changeList .bdb {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.reserveChange .changeList .bigLt {
  font-size: 16px;
  line-height: 30px;
  text-decoration: line-through;
}
.reserveChange .changeList .bigLt span {
  font-size: 20px;
  font-weight: bold;
}
.reserveChange .changeList .changeDayNew {
  position: relative;
  border: 1px solid #cccccc;
  padding: 15px 10px;
  margin: 3px 0 8px;
}
.reserveChange .changeList .changeDayNew li {
  float: left;
  width: 50%;
  line-height: 20px;
}
.reserveChange .changeList .changeDayNew li span {
  display: block;
}
.reserveChange .changeList .changeDayNew .btn-collapse,
.reserveChange .changeList .changeTimeNew .btn-collapse {
  display: block;
}
.reserveChange .changeList .changeDayNew .btn-collapse:before,
.reserveChange .changeList .changeDayNew .btn-collapse:before {
  top: 50%;
  right: 0;
  margin-top: -5px;
}
.reserveChange .changeList .changeTimeNew {
  position: relative;
  border: 1px solid #cccccc;
  padding: 15px 10px;
  margin-bottom: 3px;
}
.reserveChange .changeList .changeTimeNew li {
  float: left;
  width: 50%;
  line-height: 20px;
}
.reserveChange .changeList .fl.bold {
  line-height: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.reserveChange .changeList .big {
  font-size: 16px;
  color: #00adef;
  line-height: 30px;
}
.reserveChange .changeList .big span {
  font-size: 20px;
  font-weight: bold;
}
.reserveChange .changeList .total {
  margin-top: 10px;
}
.reserveChange .changeList .form {
  margin-bottom: 20px;
}
.reserveChange .paymentList dt {
  line-height: 20px;
  font-weight: bold;
  padding: 15px 0 12px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.reserveChange .changeList .temp-choice {
  overflow: hidden;
}
.reserveChange .changeList .temp-choice div {
  float: left;
}
.reserveChange .changeList .temp-choice div:first-child {
  margin-right: 10%;
}
.reserveChange .paymentList #selectCard {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background-color: #eef2f5;
}
/*.reserveChange .confirmBox{margin:15px 0 10px}*/
.reserveChange .confirmBox .confirm {
  width: 100%;
  height: 50px;
  font-size: 16px;
  background-color: #192028;
  color: #ffffff;
  cursor: pointer;
}
/* 회원가입 */
.join {
  padding: 25px 20px;
  background: #fff;
}
.join input[type=text],
.join input[type=password],
.join input[type=date] {
  background: #fff;
}
.join dl {
  margin-bottom: 30px;
}
.join dt {
  line-height: 17px;
  color: #192028;
  padding-bottom: 7px;
}
.join dd p {
  font-size: 12px;
  line-height: 17px;
  color: #717886;
  margin-top: 5px;
}
.join .jB1 .rCheck {
  height: 40px;
  background-color: #a7afbb;
  color: #ffffff;
  font-size: 12px;
}
.join .jB2 label {
  display: inline-block;
  padding: 2px 0 0 30px;
  font-size: 12px;
  line-height: 20px;
}
.join .jB3 .vCode {
  width: 33%;
  height: 40px;
  background-color: #192028;
  color: #ffffff;
  font-size: 12px;
}
.join .jB5 .pwCheck {
  display: none;
}
.join .jB8 dd {
  height: 50px;
  line-height: 40px;
  background-color: #ffffff;
}
.join .jB8 label {
  display: inline-block;
  line-height: 17px;
  margin-right: 20px;
}
.join .termsAgree .topBox span {
  float: left;
  line-height: 22px;
}
.join .termsAgree .allCheckBox {
  float: right;
}
.join .termsAgree .allCheckBox label {
  display: inline-block;
  padding: 0 0 0 30px;
  line-height: 22px;
  color: #192028;
}
.join .termsAgreeBox > div {
  margin-top: 20px;
  position: relative;
  top: 0;
  left: 0;
}
.join .termsAgreeBox label {
  display: inline-block;
  padding: 0 0 0 30px;
  line-height: 22px;
}
.join .termsAgreeBox button {
  position: absolute;
  top: -5px;
  right: 8px;
  width: 20px;
  height: 20px;
  padding: 10px;
  background: url(/static/mobile/images/join_arrow.png) no-repeat 50% 50%;
  background-size: 9px 15px;
}
.join .confirmBox {
  margin-top: 30px;
  text-align: center;
}
.join .confirmBox .confirm {
  width: 100%;
  height: 50px;
  font-size: 16px;
  background-color: #192028;
  color: #ffffff;
  cursor: pointer;
}
/* 휴대전화인증 팝업 */
.layerPopVerificationBox .popMiddle p {
  line-height: 20px;
  margin: 15px 0 20px;
}
.layerPopVerificationBox .popMiddle .vs1 {
  display: block;
  line-height: 20px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-bottom: 8px;
}
.layerPopVerificationBox .popMiddle input[type="text"] {
  border: 1px solid #a7afbb;
  text-align: center;
}
.layerPopVerificationBox .popMiddle .requestBox {
  margin-top: 15px;
}
.layerPopVerificationBox .popMiddle .vs2 {
  display: inline-block;
  line-height: 20px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.layerPopVerificationBox .popMiddle .vs3 {
  line-height: 20px;
  padding-left: 12px;
  color: #ff6666;
}
.layerPopVerificationBox .popMiddle .vs3 + input[type="button"] {
  display: block;
  width: 115px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  border: 1px solid #1b2435;
  margin-top: 5px;
}
.layerPopVerificationBox .popBot {
  padding: 30px 0 0;
  text-align: center;
}
.layerPopVerificationBox .popBot .confirm {
  width: 100%;
  height: 50px;
  font-size: 16px;
  background-color: #192028;
  color: #ffffff;
  border-radius: 5px;
}
/* 회원가입 완료 */
.joinComplete {
  padding: 20px;
  background: #fff;
}
.joinComplete .jCP1 {
  padding-top: 132px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  background: url(/static/mobile/images/join_complete_ico.png) no-repeat center 45px;
  background-size: 61px;
  margin-bottom: 5px;
}
.joinComplete .jCP2 {
  text-align: center;
  line-height: 25px;
  margin-bottom: 5px;
}
.joinComplete .jCP3 {
  line-height: 20px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-align: center;
  margin: 45px 0;
}
.joinComplete .linkBox {
  margin-bottom: 25px;
}
.joinComplete .linkBox .home {
  display: block;
  float: left;
  width: 49.5%;
  height: 50px;
  line-height: 50px;
  background: #a7afbb url(/static/mobile/images/home_ico.png) no-repeat center center;
  background-size: 18px 20.5px;
  text-align: center;
  text-indent: -9999px;
}
.joinComplete .linkBox .blue {
  display: block;
  float: left;
  width: 49.5%;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background-color: #192028;
  margin-left: 1%;
  text-align: center;
  border-radius: 5px;
}
/* 회사소개 */

.compnay {
  background-color: #ffffff;
}
#companySection01 {
  position: relative;
  padding: 0 20px;
  max-height: 448px;
  min-height: 224px;
  background: url("/static/mobile/images/mcompany_bg01_new.jpg") no-repeat;
  background-size: 100% 100%;
}
#companySection01:before {
  display: inline-block;
  content: "";
  border-top: 1px solid #fff;
  width: 100%;
  position: absolute;
  bottom: 22%;
  left: 0;
  opacity: 0.3;
}
#companySection01 h2 {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  letter-spacing: -1.5px;
}
#companySection01 h2 span {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -1.5px;
}
#companySection01 .companyBox1 ul {
  display: table;
  width: 100%;
  margin: 25px auto 0;
}
#companySection01 .companyBox1 li {
  display: table-cell;
  text-align: center;
  position: relative;
}
#companySection01 .companyBox1 li:before {
  position: absolute;
  display: inline-block;
  content: "";
  border-right: 1px solid #fff;
  width: 1px;
  height: 30px;
  color: #fff;
  opacity: 0.3;
  top: 9px;
  right: 0;
}
#companySection01 li:last-child:before {
border: none;
}
#companySection01 li span {
  display: block;
}
#companySection01 li .num {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
}
#companySection01 li .text {
  font-size: 11px;
  color: #fff;
  margin-top: 2px;
  letter-spacing: -1px;
}
#companySection01 .date {
  clear: both;
  float: right;
  font-size: 12px;
  letter-spacing: -0.05em;
  color: #2e3235;
  margin-top: 15px;
  color: #1b2435;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
     
#companySection03 p {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  letter-spacing: -0.025em;
}
#companySection04 {
  padding: 0 20px;
  min-height: 350px;
  max-height: 700px;
  background: #fcfcfc url(/static/mobile/images/company_bg04.jpg) no-repeat center bottom;
  background-size: auto 42.8%;
}
#companySection04 h3 {
  font-size: 18px;
  line-height: 25px;
  color: #2e3235;
  letter-spacing: -0.05em;
  padding: 40px 0 13px;
  margin-bottom: 18px;
  position: relative;
  top: 0;
  left: 0;
}
#companySection04 h3 span {
  color: #0c74d3;
}
#companySection04 h3:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  lefT: 0;
}
#companySection04 p {
  font-size: 12px;
  line-height: 20px;
  color: #2e3235;
  letter-spacing: -0.025em;
}
#companySection05 {
  padding: 0 20px;
  min-height: 350px;
  max-height: 700px;
  background: url(/static/mobile/images/company_bg05.jpg) no-repeat center center;
  background-size: 100%;
}
#companySection05 h3 {
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  letter-spacing: -0.05em;
  padding: 40px 0 13px;
  margin-bottom: 18px;
  position: relative;
  top: 0;
  left: 0;
}
#companySection05 h3:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  lefT: 0;
}
#companySection05 p {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  letter-spacing: -0.025em;
}
#companySection06 {
  padding: 0 20px;
  min-height: 350px;
  max-height: 700px;
  background: #fcfcfc url(/static/mobile/images/company_bg06.jpg) no-repeat center bottom;
  background-size: auto 40.5%;
}
#companySection06 h3 {
  font-size: 18px;
  line-height: 25px;
  color: #2e3235;
  letter-spacing: -0.05em;
  padding: 40px 0 13px;
  margin-bottom: 18px;
  position: relative;
  top: 0;
  left: 0;
}
#companySection06 h3 span {
  color: #0c74d3;
}
#companySection06 h3:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  lefT: 0;
}
#companySection06 p {
  font-size: 12px;
  line-height: 20px;
  color: #2e3235;
  letter-spacing: -0.025em;
}
#companySection06 .linkBox {
  margin-top: 20px;
}
#companySection06 .linkBox a {
  display: block;
  margin-bottom: 6px;
}
#companySection06 .linkBox img {
  width: 21%;
  max-width: 130px;
}
#companySection07 {
  padding: 0 20px;
  background-color: #eef2f5;
}
#companySection07 h3 {
  font-size: 12px;
  line-height: 18px;
  color: #2e3235;
  text-align: center;
  padding-top: 35px;
  word-break: keep-all;
}
#companySection07 h3 span {
  display: block;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
#companySection07 ul {
  margin-top: 25px;
  text-align: center;
}
#companySection07 li {
  display: inline-block;
  width: 100%;
  margin-bottom: 22px;
}
#companySection07 li img {
  display: block;
  float: left;
  width: 30%;
  height: auto;
}
#companySection07 li dl {
  float: left;
  margin-left: 20px;
  text-align: left;
}
#companySection07 li dt {
  font-size: 12px;
  letter-spacing: -0.05em;
  color: #2e3235;
  line-height: 17px;
  font-weight: bold;
  padding-top: 7px;
}
#companySection07 li dd {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.05em;
  color: #2e3235;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* 로그인 */
#content .login {
  padding: 20px 20px 0;
}
#content .login input[type=text],
#content .login input[type=password] {
  background: #fff;
}
#content .login dl {
  margin-bottom: 25px;
}
#content .login dt {
  line-height: 17px;
  color: #192028;
  padding-bottom: 8px;
}
#content .login .saveId label {
  display: inline-block;
  padding: 2px 0 0 30px;
  line-height: 20px;
  color: #192028;
}
#content .login .confirmBox {
  margin: 30px 0 30px;
  text-align: center;
}
#content .login .confirmBox .confirm {
  width: 100%;
  height: 50px;
  font-size: 16px;
  background-color: #192028;
  color: #ffffff;
  cursor: pointer;
}
#content .login .linkBox {
  padding-bottom: 30px;
  text-align: center;
}
#content .login .linkBox li {
  display: inline-block;
  height: 16px;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  padding: 0 4%;
}
#content .login .linkBox li + li:before {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c9d3df;
}
/* 고객센터 공지사항 리스트 */
.customerNoticeList {
  padding: 20px;
  background: #fff;
}
.customerNoticeList li {
  padding-bottom: 20px;
  border-bottom: 1px solid #dce1e5;
  margin-bottom: 15px;
}
.customerNoticeList li .tit {
  margin-bottom: 10px;
  line-height: 20px;
}
.customerNoticeList li .date {
  display: block;
  font-size: 11px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.customerNoticeList .moreViewBox {
  padding-top: 5px;
}
.customerNoticeList .moreViewBox a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dce1e5;
  text-align: center;
}
/* 고객센터 공지사항 뷰 */
.customerNoticeView {
  background: #fff;
}
.customerNoticeViewBox {
  padding: 20px;
}
.customerNoticeViewBox .titBox {
  padding-bottom: 20px;
  border-bottom: 1px solid #dce1e5;
  margin-bottom: 15px;
}
.customerNoticeViewBox .tit {
  margin-bottom: 10px;
  line-height: 20px;
}
.customerNoticeViewBox .date {
  display: block;
  font-size: 11px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.customerNoticeViewBox .detailBox {
  padding-bottom: 15px;
  border-bottom: 1px solid #dce1e5;
}
.customerNoticeViewBox .detailBox p {
  line-height: 24px;
}
.customerNoticeView .goList {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dce1e5;
}
.customerNoticeView .goList a {
  float: right;
  display: block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dce1e5;
  text-align: center;
  margin-right: 20px;
}
.customerNoticeView .prevView {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dce1e5;
}
.customerNoticeView .prevView span {
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0 10px 0 40px;
  background: url(/static/mobile/images/up_arrow.png) no-repeat 20px 20px;
  background-size: 10px 7px;
}
.customerNoticeView .prevView p {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.customerNoticeView .nextView {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dce1e5;
}
.customerNoticeView .nextView span {
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0 10px 0 40px;
  background: url(/static/mobile/images/down_arrow.png) no-repeat 20px 20px;
  background-size: 10px 7px;
}
.customerNoticeView .nextView p {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* 고객센터 공지사항 검색 (검색어 있음/검색어 없음) */
.customerNoticeSearch {
  padding: 20px;
}
.customerNoticeSearch .searchBox {
  position: relative;
  top: 0;
  left: 0;
}
.customerNoticeSearch .searchBox input[type="text"] {
  padding-right: 50px;
  background-color: #ffffff;
}
.customerNoticeSearch .confirm {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/static/mobile/images/search_ico2.png) no-repeat center center;
  background-size: 16px;
  padding: 25px;
  cursor: pointer;
}
/* 검색어 있음 해당 */
.customerNoticeSearch .serachResultCount {
  padding: 15px 0 20px;
  border-bottom: 1px solid #dce1e5;
}
.customerNoticeSearch .serachResultCount span {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.customerNoticeSearch .searchList li {
  padding: 15px 0;
  border-bottom: 1px solid #dce1e5;
}
.customerNoticeSearch .titBox .tit {
  margin-bottom: 5px;
  line-height: 20px;
}
.customerNoticeSearch .titBox .date {
  display: block;
  font-size: 11px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.customerNoticeSearch .detailBox {
  margin-top: 15px;
}
.customerNoticeSearch .detailBox p {
  font-size: 12px;
  line-height: 24px;
}
.customerNoticeSearch .moreViewBox {
  margin: 20px 0;
}
.customerNoticeSearch .moreViewBox a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dce1e5;
  text-align: center;
}
.customerNoticeSearch .moreViewBox span {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* 검색어없음 해당 */
.customerNoticeSearch .noSearchResult {
  text-align: center;
  padding: 120px 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* 고객센터 자주찾는 질문 */
.customerFaq .customerFaqSearch {
  padding: 10px 10px 20px;
  display: none;
}
.customerFaq .customerFaqSearch .searchBox {
  position: relative;
  top: 0;
  left: 0;
}
.customerFaq .customerFaqSearch .searchBox input[type="text"] {
  padding-right: 50px;
  background-color: #ffffff;
}
.customerFaq .customerFaqSearch .confirm {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/static/mobile/images/search_ico2.png) no-repeat center center;
  background-size: 16px;
  padding: 25px;
  cursor: pointer;
}
.customerFaq .customerFaqBox {
  margin-bottom: 5px;
  background-color: #ffffff;
}
.customerFaq .customerFaqBox .titBox {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.customerFaq .customerFaqBox h3 {
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
}
.customerFaq .customerFaqBox .titBox .arrow {
  position: absolute;
  top: 21px;
  right: 20px;
  width: 10px;
  height: 6px;
  background: url(/static/mobile/images/down_arrow.png) no-repeat;
  background-size: 10px 6px;
}
.customerFaq .customerFaqBox .titBox .arrow.show {
  background: url(/static/mobile/images/up_arrow.png) no-repeat;
  background-size: 10px 6px;
}
.customerFaq .customerFaqBox .detailBox {
  padding: 0 20px;
  display: none;
}
.customerFaq .customerFaqBox.active .detailBox {
  display: block;
}
.customerFaq .customerFaqBox .detailBox dl {
  border-top: 1px solid #dce1e5;
  padding: 15px 0;
}
.customerFaq .customerFaqBox .detailBox dt {
  line-height: 24px;
  font-weight: bold;
}
.customerFaq .customerFaqBox .detailBox dd {
  line-height: 24px;
  color: #717886;
  word-break: keep-all;
}
input[type=text],
input[type=password],
input[type=search],
input[type=date],
input[type=time],
input[type=tel],
input[type=number],
select,
textarea,
.i-group {
  box-sizing: border-box;
  border-radius: 0;
  background-color: #eef2f5;
}
input[type=text],
input[type=password],
input[type=search],
input[type=date],
input[type=time],
input[type=tel],
input[type=number],
textarea,
.i-group {
  padding-right: 15px;
  padding-left: 15px;
}
input[type=text],
input[type=password],
input[type=search],
input[type=date],
input[type=time],
input[type=tel],
input[type=number],
select,
textarea {
  border: 1px solid #eef2f5;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=tel]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  color: #192028;
}
input[type=text],
input[type=password],
input[type=search],
input[type=date],
input[type=time],
input[type=tel],
input[type=number],
select {
  height: 40px;
}
input[type=date] {
  line-height: 40px;
}
input[type=checkbox],
input[type=radio] {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
input[type=checkbox],
input[type=radio] {
  margin-top: -3px;
}
textarea {
  line-height: 1.8;
}
select {
  padding-left: 10px !important;
}
.i-select-ios {
  position: relative;
}
.i-select-ios:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #192028;
}
.select-group .i-select-ios {
  display: inline-block;
}
.placeholder::-moz-placeholder {
  color: #192028;
  opacity: 1;
}
.placeholder:-ms-input-placeholder {
  color: #192028;
}
.placeholder::-webkit-input-placeholder {
  color: #192028;
}
.i-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.i-check {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  text-align: left;
}
.i-check:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.i-check:before {
  width: 9px;
  height: 6px;
  background-position: -20px -30px;
}
.i-check span,
.i-check:before {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.i-check span {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #eef2f5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  border: 1px solid #192028;
}
.i-check span.left {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.i-check > input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.i-check.left {
  padding-left: 30px;
}
.i-check.left:before {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 7px;
}
.i-check.top {
  padding-top: 30px;
}
.i-check.top:before {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 8px;
}
.i-check.top span {
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.i-check.selected:before {
  content: '' !important;
  background-image: url("/static/mobile/images/img-sprite.png") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background-size: 400px 300px !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.i-check.selected:before {
  width: 9px !important;
  height: 6px !important;
  background-position: -20px -20px !important;
}
.i-check.selected span,
.i-check.selected:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.i-check.selected span {
  background-color: #192028;
}
.i-check.selected:before {
  z-index: 100;
}
.i-year,
.i-month,
.i-date {
  display: inline-block !important;
  margin-right: 5px;
}
.i-year {
  width: 90px !important;
}
.i-month,
.i-date {
  width: 70px !important;
  margin-left: 5px;
}
.i-select-ios .i-year,
.i-select-ios .i-month,
.i-select-ios .i-date {
  width: 65px !important;
}
@media (min-width: 992px) {
  .i-address {
    width: 400px;
  }
}
.i-number {
  border: 1px solid #eef2f5;
  background-color: #fff;
}
.i-number input[type=text] {
  width: 56px;
  border: none;
  text-align: center;
}
.i-group-email .i-email {
  width: 45%;
}
.i-group-email span {
  display: inline-block;
  width: 10%;
  min-width: 20px;
  text-align: center;
}
.i-group-phone .i-phone {
  width: 29%;
}
.i-group-phone span {
  display: inline-block;
  width: 6.5%;
  min-width: 15px;
  text-align: center;
}
.form .form-item > label,
.form .form-item > input[type=text],
.form .form-item input[type=password],
.form .form-item input[type=date],
.form .form-item input[type=time],
.form .form-item input[type=tel],
.form .form-item input[type=number],
.form .form-item select {
  display: block;
  width: 100%;
}
.form .form-item > label {
  margin-top: 20px;
  margin-bottom: 10px;
}
.form .form-item input[type=text],
.form .form-item input[type=password],
.form .form-item input[type=date],
.form .form-item input[type=time],
.form .form-item input[type=tel],
.form .form-item input[type=number],
.form .form-item select {
  height: 50px;
}
.form .form-item input[type=text]:focus,
.form .form-item input[type=password]:focus,
.form .form-item input[type=date]:focus,
.form .form-item input[type=time]:focus,
.form .form-item input[type=tel]:focus,
.form .form-item input[type=number]:focus,
.form .form-item select:focus {
  -webkit-box-shadow: 10px 10px 10px rgba(27, 36, 52, 0.1);
  box-shadow: 10px 10px 10px rgba(27, 36, 52, 0.1);
}
.form .form-item input[type=date] {
  line-height: 50px;
}
.form .form-item .i-group {
  min-height: 50px;
}
.form .form-item .i-group input[type=text],
.form .form-item .i-group input[type=password],
.form .form-item .i-group input[type=file],
.form .form-item .i-group select,
.form .form-item .i-group label,
.form .form-item .i-group input[type=checkbox],
.form .form-item .i-group input[type=radio] {
  display: inline-block;
}
.form .form-item .i-group input[type=text],
.form .form-item .i-group input[type=password],
.form .form-item .i-group input[type=file],
.form .form-item .i-group select,
.form .form-item .i-group label {
  height: 50px;
  line-height: 50px;
}
.form .form-item .i-group label {
  position: relative;
  margin-right: 5%;
}
.form .form-item .i-group input[type=file] {
  width: auto !important;
}
.form .form-search input[type=search],
.form .form-search input[type=text],
.form .form-search button {
  height: 50px;
}
.form .form-search input[type=search],
.form .form-search input[type=text] {
  float: left;
  width: 70%;
}
.form .form-search button {
  float: right;
  width: 27%;
}
.form .form-search button.basic {
  border: 1px solid #dcdfe4;
  background-color: #fff;
}
.form .form-search button.basic,
.form .form-search button.basic:hover {
  color: #868c98;
}
.form .form-search button.red {
  border: 1px solid #fb435f;
  background-color: #fff;
  color: #fb435f;
}
.form .form-search button.red:hover {
  color: #fb435f;
}
.form-search > div {
  overflow: hidden;
}
.form-search button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 40px;
  margin-left: 5px;
  background-color: #8196b7;
  color: #fff;
}
.form-coupon {
  overflow: hidden;
}
.form-coupon > button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #eef2f5;
  background-color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 50px;
  border: 1px solid #dcdfe4;
  background: none;
}
@media (min-width:992px) {
  .form-coupon > button {
    min-width: 200px;
  }
}
.form-coupon > button,
.form-coupon .form-search {
  display: none;
  margin-top: 10px;
}
#gradient {
  /*.horizontal(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {
    background-image: -webkit-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+
    background-image: -o-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Opera 12
    background-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb(@start-color),argb(@end-color))); // IE9 and down
  }
  .vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {
    background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent);  // Safari 5.1-6, Chrome 10+
    background-image: -o-linear-gradient(top, @start-color @start-percent, @end-color @end-percent);  // Opera 12
    background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb(@start-color),argb(@end-color))); // IE9 and down
  }*/
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xlg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xlg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xlg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xlg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xlg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xlg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xlg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xlg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xlg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xlg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xlg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xlg-12 {
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1680px) {
  .col-xlg-1,
  .col-xlg-2,
  .col-xlg-3,
  .col-xlg-4,
  .col-xlg-5,
  .col-xlg-6,
  .col-xlg-7,
  .col-xlg-8,
  .col-xlg-9,
  .col-xlg-10,
  .col-xlg-11,
  .col-xlg-12 {
    float: left;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-pull-11 {
    right: 91.66666667%;
  }
  .col-xlg-pull-10 {
    right: 83.33333333%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-8 {
    right: 66.66666667%;
  }
  .col-xlg-pull-7 {
    right: 58.33333333%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-5 {
    right: 41.66666667%;
  }
  .col-xlg-pull-4 {
    right: 33.33333333%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-2 {
    right: 16.66666667%;
  }
  .col-xlg-pull-1 {
    right: 8.33333333%;
  }
  .col-xlg-pull-0 {
    right: auto;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-push-11 {
    left: 91.66666667%;
  }
  .col-xlg-push-10 {
    left: 83.33333333%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-8 {
    left: 66.66666667%;
  }
  .col-xlg-push-7 {
    left: 58.33333333%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-5 {
    left: 41.66666667%;
  }
  .col-xlg-push-4 {
    left: 33.33333333%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-2 {
    left: 16.66666667%;
  }
  .col-xlg-push-1 {
    left: 8.33333333%;
  }
  .col-xlg-push-0 {
    left: auto;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xlg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-fifth {
    box-sizing: border-box;
    float: left;
    width: 20%;
  }
}
.img-sprite {
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
}
.ico-arr-line-bottom:before,
.ico-award-app:before,
.ico-award-web:before,
.ico-back-white:before,
.ico-back-white2:before,
.ico-back-dark:before,
.ico-tel:before,
.ico-building:before,
.ico-car:before,
.ico-car-point1:before,
.ico-car-option:before,
.ico-check-blue-dark:before,
.ico-check-blue-gra:before,
.ico-check-blue-gra-large:before,
.ico-check-green:before,
.ico-check-point1:before,
.ico-check-white:before,
.ico-check-white-large:before,
.ico-check-white2:before,
.ico-checkbox:before,
.ico-circle-green:before,
.ico-circle-red:before,
.ico-circle-gray:before,
.ico-clock:before,
.ico-comment:before,
.ico-comment2:before,
.ico-corn:before,
.ico-dot3:before,
.ico-down-blue-dark:before,
.ico-up-blue-dark:before,
.ico-down-white:before,
.ico-up-white:before,
.ico-gnb:before,
.ico-home:before,
.ico-insurance:before,
.ico-insurance-dark:before,
.ico-link1:before,
.ico-link2:before,
.ico-link3:before,
.ico-location:before,
.ico-person-bg:before,
.ico-person-bg2:before,
.ico-people:before,
.ico-phone:before,
.ico-phone-white:before,
.ico-phone-circle:before,
.ico-link1:before,
.ico-profile:before,
.ico-right-blue-dark:before,
.ico-right-red:before,
.ico-right-white:before,
.ico-top-blue-dark:before,
.ico-toright-dark:before,
.ico-toright-light:before,
.ico-toright-blue:before,
.ico-x-point1:before,
.ico-close-dark:before,
.ico-close-light:before,
.ico-close-light2:before,
.ico-personnel:before,
.ico-clean:before,
.ico-convenience:before,
.ico-fuel:before,
.ico-check-blue:before,
.ico-check-blue-large:before,
.ico-gotop:before,
.ico-googleplay:before,
.ico-appstore:before,
.ico-filter:before,
.ico-filter2:before,
.ico-reply:before,
.ico-refresh:before,
.ico-smile:before,
.ico-login:before,
.ico-kakao:before,
.ico-naver:before,
.ico-google:before,
.ico-facebook2:before,
.ico-facebook3:before,
.ico-instagram3:before,
.ico-naverblog3:before,
.ico-naverpost3:before,
.ico-phone-w:before,
.ico-email:before,
.ico-plus:before,
.ico-equal:before,
.ico-data1:before,
.ico-data2:before,
.ico-data3:before,
.ico-data4:before,
.ico-data5:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.ico-arr-line-bottom:before {
  width: 8px;
  height: 5px;
  background-position: 0 -40px;
}
.ico-award-app:before,
.ico-award-web:before {
  width: 30px;
  height: 40px;
}
.ico-award-app:before {
  background-position: -210px 0;
}
.ico-award-web:before {
  background-position: -240px 0;
}
.ico-back-white,
.ico-back-dark,
.ico-gotop {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}
.ico-back-white:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  width: 8px;
  height: 12px;
  background-position: -80px -20px;
}
.ico-back-white2:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8.5px 0 0 -5.5px;
  width: 11px;
  height: 17px;
  background-position: -62px -40px;
}
.ico-back-dark:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  width: 8px;
  height: 12px;
  background-position: -80px -40px;
}
.ico-tel:before {
  width: 25px;
  height: 25px;
  background-position: -229px -120px;
}
.ico-building:before {
  width: 11px;
  height: 14px;
  background-position: -140px -100px;
}
.ico-down-blue-dark:before {
  width: 9px;
  height: 6px;
  background-position: -140px -30px;
}
.ico-up-blue-dark:before {
  width: 9px;
  height: 6px;
  background-position: -140px -20px;
}
.ico-down-white:before {
  width: 9px;
  height: 6px;
  background-position: -130px -30px;
}
.ico-up-white:before {
  width: 9px;
  height: 6px;
  background-position: -130px -20px;
}
.ico-car:before {
  width: 20px;
  height: 17px;
  background-position: -110px -40px;
}
.ico-car-point1:before {
  width: 21px;
  height: 18px;
  background-position: -160px -70px;
}
.ico-car-option:before {
  width: 17px;
  height: 19px;
  background-position: -237px -100px;
}
.ico-check-blue-dark:before {
  width: 9px;
  height: 6px;
  background-position: -20px -30px;
}
.ico-check-blue-gra:before {
  width: 10px;
  height: 7px;
  background-position: -30px -30px;
}
.ico-check-blue-gra-large:before {
  width: 60px;
  height: 60px;
  background-position: 0 -70px;
}
.ico-check-point1:before {
  width: 10px;
  height: 7px;
  background-position: -30px -40px;
}
.ico-check-white:before {
  width: 9px;
  height: 6px;
  background-position: -20px -20px;
}
.ico-check-white-large:before {
  width: 19px;
  height: 13px;
  background-position: -150px -20px;
}
.ico-check-white2:before {
  width: 14px;
  height: 14px;
  background-position: 0 -62px;
}
.ico-checkbox:before {
  width: 18px;
  height: 18px;
  background-position: -120px -70px;
}
.ico-circle-green:before {
  width: 18px;
  height: 18px;
  background-position: -320px -70px;
}
.ico-circle-gray:before {
  width: 18px;
  height: 18px;
  background-position: -360px -70px;
}
.ico-circle-red:before {
  width: 18px;
  height: 18px;
  background-position: -340px -70px;
}
.ico-clean:before {
  width: 24px;
  height: 17px;
  background-position: -260px -40px;
}
.ico-clock:before {
  width: 16px;
  height: 16px;
  background-position: 0 -40px;
}
.ico-close-dark:before {
  width: 14px;
  height: 14px;
  background-position: -60px -20px;
}
.ico-close-light:before {
  width: 14px;
  height: 14px;
  background-position: -40px -20px;
}
.ico-close-light-s:before {
  width: 6px;
  height: 6px;
  background-position: -40px -40px;
}
.ico-comment:before {
  width: 22px;
  height: 20px;
  background-position: -210px -70px;
}
.ico-comment2:before {
  width: 12px;
  height: 12px;
  background-position: -240px -70px;
}
.ico-corn:before {
  width: 47px;
  height: 50px;
  background-position: -320px 0;
}
.ico-convenience:before {
  width: 33px;
  height: 11px;
  background-position: -290px -40px;
}
.ico-dot3:before {
  width: 21px;
  height: 3px;
  background-position: -90px -20px;
}
.ico-filter:before {
  width: 15px;
  height: 16px;
  background-position: -150px -20px;
}
.ico-filter2:before {
  width: 20px;
  height: 21px;
  background-position: -95px -70px;
}
.ico-fuel:before {
  width: 14px;
  height: 16px;
  background-position: -150px -40px;
}
.ico-gotop:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8.5px 0 0 -4px;
  width: 8px;
  height: 17px;
  background-position: -170px -20px;
}
.ico-home:before {
  width: 19px;
  height: 22px;
  background-position: -300px -70px;
}
.ico-insurance:before {
  width: 20px;
  height: 18px;
  background-position: -140px -70px;
}
.ico-insurance-dark:before {
  width: 14px;
  height: 14px;
  background-position: -166px -100px;
}
.ico-location:before {
  width: 13px;
  height: 16px;
  background-position: -190px -70px;
}
.ico-link1:before {
  width: 35px;
  height: 35px;
  background-position: 0px -215px;
}
.ico-link2:before {
  width: 35px;
  height: 35px;
  background-position: -35px -215px;
}
.ico-link3:before {
  width: 37px;
  height: 33px;
  background-position: -340px -100px;
}
.ico-person-bg:before {
  width: 40px;
  height: 40px;
  background-position: -60px -100px;
}
.ico-person-bg2:before {
  width: 30px;
  height: 30px;
  background-position: -60px -70px;
}
.ico-people:before {
  width: 14px;
  height: 14px;
  background-position: -152px -100px;
}
.ico-phone:before {
  width: 13px;
  height: 12px;
  background-position: -120px -100px;
}
.ico-phone-white:before {
  width: 22px;
  height: 25px;
  background-position: -340px -70px;
}
.ico-phone-circle:before {
  width: 40px;
  height: 40px;
  background-position: 0 -255px;
}
.ico-personnel:before {
  width: 13px;
  height: 13px;
  background-position: -130px -40px;
}
.ico-profile:before {
  width: 24px;
  height: 24px;
  background-position: -110px -120px;
}
.ico-refresh:before {
  width: 14px;
  height: 14px;
  background-position: -110px -20px;
}
.ico-right-blue-dark:before {
  width: 6px;
  height: 9px;
  background-position: 0 -20px;
}
.ico-right-red:before {
  width: 6px;
  height: 8px;
  background-position: 0 -30px;
}
.ico-right-white:before {
  width: 6px;
  height: 9px;
  background-position: -10px -20px;
}
.ico-reply:before {
  width: 9px;
  height: 9px;
  background-position: -260px -70px;
}
.ico-smile:before {
  width: 15px;
  height: 13px;
  background-position: -240px -40px;
}
.ico-x-point1:before {
  width: 60px;
  height: 60px;
  background-position: -260px -160px;
}
.ico-top-blue-dark:before {
  width: 9px;
  height: 6px;
  background-position: -140px -20px;
}
.ico-toright-dark:before {
  width: 19px;
  height: 9px;
  background-position: -90px -30px;
}
.ico-toright-light:before {
  width: 19px;
  height: 9px;
  background-position: -90px -20px;
}
.ico-toright-blue:before {
  width: 5px;
  height: 9px;
  background-position: -12px -61px;
}
.ico-login:before {
  width: 41px;
  height: 41px;
  background-position: -60px -100px;
}
.ico-kakao,
.ico-naver,
.ico-google,
.ico-facebook2,
.ico-email {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.ico-kakao {
  background-color: #ffe83d;
}
.ico-kakao:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -16px;
  width: 32px;
  height: 30px;
  background-position: -350px -210px;
}
.ico-naver {
  background-color: #1ec800;
}
.ico-naver:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -12px;
  width: 24px;
  height: 22px;
  background-position: -320px -210px;
}
.ico-google {
  background-color: #fff;
}
.ico-google:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  background-position: -350px -170px;
}
.ico-facebook2 {
  background-color: #3d5a98;
}
.ico-facebook2:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15.5px 0 0 -8.5px;
  width: 17px;
  height: 31px;
  background-position: -320px -170px;
}
.ico-phone-w:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9.5px;
  width: 19px;
  height: 18px;
  background-position: -320px -140px;
}
.ico-email:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -10px;
  width: 20px;
  height: 12px;
  background-position: -230px -160px;
}
.ico-plus:before {
  width: 20px;
  height: 20px;
  background-position: -370px -50px;
}
.ico-equal:before {
  width: 20px;
  height: 11px;
  background-position: -370px -80px;
}
.ico-data1:before {
  width: 34px;
  height: 24px;
  background-position: -77px -186px;
}
.ico-data2:before {
  width: 34px;
  height: 24px;
  background-position: -111px -186px;
}
.ico-data3:before {
  width: 34px;
  height: 24px;
  background-position: -145px -186px;
}
.ico-data4:before {
  width: 34px;
  height: 24px;
  background-position: -179px -186px;
}
.ico-data5:before {
  width: 34px;
  height: 24px;
  background-position: -145px -162px;
}
.ico-star,
.ico-star1,
.ico-star2,
.ico-star3,
.ico-star4 {
  display: inline-block;
  position: relative;
}
.ico-star,
.ico-star1,
.ico-star2,
.ico-star3,
.ico-star4,
.ico-star span,
.ico-star1 span,
.ico-star2 span,
.ico-star3 span,
.ico-star4 span {
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
}
.ico-star span,
.ico-star1 span,
.ico-star2 span,
.ico-star3 span,
.ico-star4 span {
  position: absolute;
  top: 0;
  left: 0;
}
.ico-star {
  width: 15px;
  background-position: -160px -40px;
}
.ico-star,
.ico-star span {
  height: 12px;
}
.ico-star span {
  background-position: -160px -52px;
}
.ico-star1 {
  width: 50px;
  background-position: -100px -40px;
}
.ico-star1,
.ico-star1 span {
  height: 10px;
}
.ico-star1 span {
  background-position: -100px -50px;
}
.ico-star2 {
  width: 80px;
  background-position: -160px -40px;
}
.ico-star2,
.ico-star2 span {
  height: 12px;
}
.ico-star2 span {
  background-position: -160px -52px;
}
.ico-star3 {
  width: 67px;
  background-position: -250px -40px;
}
.ico-star3,
.ico-star3 span {
  height: 10px;
}
.ico-star3 span {
  background-position: -250px -50px;
}
.ico-star4 {
  width: 72px;
  background-position: 0 -186px;
}
.ico-star4,
.ico-star4 span {
  height: 14px;
}
.ico-star4 span {
  background-position: 0 -200px;
}
.ico-facebook,
.ico-instagram,
.ico-naverblog,
.ico-naverpost {
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  width: 20px;
  height: 20px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}
.ico-facebook {
  background-position: -140px -120px;
}
.ico-instagram {
  background-position: -160px -120px;
}
.ico-naverblog {
  background-position: -180px -120px;
}
.ico-naverpost {
  background-position: -200px -120px;
}
.ico-facebook3:before {
  width: 11px;
  height: 21px;
  background-position: -178px -215px;
}
.ico-instagram3:before {
  width: 20px;
  height: 20px;
  background-position: -189px -215px;
}
.ico-naverblog3:before {
  width: 20px;
  height: 17px;
  background-position: -209px -215px;
}
.ico-naverpost3:before {
  width: 14px;
  height: 23px;
  background-position: -215px -192px;
}
/*
// Loop
// -------------------------
@iterations: 4;
	.nav-ico-loop (@i) when (@i > 0){
		&:nth-child(@{i}) .icon{.bgimg('navbar-nav@{i}.png')}
		.navbar-nav-offcanvas-loop(@i - 1);
	}
	.nav-ico-loop(@iterations);
}
*/
img {
  max-width: 100%;
  height: auto;
}
.img-wrap-responsive {
  position: relative;
}
.img-wrap-responsive > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50% !important;
  background-repeat: no-repeat;
}
.img-wrap-responsive.square {
  padding-top: 50%;
}
.list-horiz .img-wrap-responsive.square {
  padding-top: 100%;
}
/*
// Retina image
//
// Short retina mixin for setting background-image and -size. Note that the
// spelling of `min--moz-device-pixel-ratio` is intentional.
.img-retina(@file-1x; @file-2x; @width-1x; @height-1x) {
  background-image: url("@{file-1x}");

  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("@{file-2x}");
    background-size: @width-1x @height-1x;
  }
}*/
/*
.page-header{.bg-center;
	@media (max-width:@screen-sm-max){height:200px}
	@media (min-width:@screen-md) and (max-width:@screen-md-max){height:250px}
	@media (min-width:@screen-lg) and (max-width:@screen-lg-max){height:300px}
	@media (min-width:@screen-xlg){height:350px}
}
.program{
	.page-header{.bgimg('photo-program-large.jpg')}
}
.notice{
	.page-header{.bgimg('photo-notice-large.jpg')}
}
.gallery{
	.page-header{.bgimg('photo-gallery-large.jpg')}
}
.about{
	.page-header{.bgimg('photo-about-large.jpg')}
}
.terms{
	.page-header{.bgimg('photo-terms-large.jpg')}
}

.logo{width:150px;height:38px;.mrl(auto);.bgimg('img-logo.png',50%,50%);.bgs;.text-hidden;
	@media (min-width:@screen-md){width:301px;height:76px}
}*/
.list-text {
  border-top: 1px solid #eef2f5;
}
.list-text > li {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
  border-bottom: 1px solid #eef2f5;
  cursor: pointer;
}
.list-text > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
  width: 16px;
  height: 9px;
  background-image: url("/static/mobile/images/ico-arrow-updown.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: 0 -9px;
}
.list-text > li.selected:after {
  background-position: 0 0;
}
.list-text > li p {
  display: none;
  margin-top: 20px;
}
/*.list-sm-col2,.list-md-col3{.overh;
	> *{.in-block;width:100%}
}
.list-sm-col2{
	@media (min-width:@screen-sm){
		> *{width:50%}
	}
}
.list-md-col3{
	@media @tablet{
		> *{width:33.333%}
	}
}
.list-cols{.m(-10px -10px 0 -10px);
	> li{.p(10px);
		a{.block;.pointer}		
	}
	@media (min-width:@screen-md){.m(-2.5% -2.5% 0 -2.5%);
		> li{.p(2.5%)}
	}
}

.list-cols-nomargin{
	@media (max-width:@screen-xs-max){
		> li{.pt(40%)}	
	}
	@media (min-width:@screen-sm) and (max-width:@screen-sm-max){
		> li{.pt(30%)}	
	}
	@media (min-width:@screen-md){
		> li{.pt(20%)}	
	}
}*/
.list-horiz > li {
  display: inline-block;
  vertical-align: middle;
}
.dl-horiz,
.dl-horiz-pull {
  overflow: hidden;
  /*;.rel;top:-5px;.mtb(5px);*/
}
.dl-horiz > dt,
.dl-horiz-pull > dt,
.dl-horiz > dd,
.dl-horiz-pull > dd {
  overflow: hidden;
}
.dl-horiz > dt,
.dl-horiz-pull > dt {
  clear: both;
  float: left;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.dl-horiz.dt-10 > dt,
.dl-horiz-pull.dt-10 > dt {
  width: 10%;
  min-width: 80px;
}
.dl-horiz.dt-20 > dt,
.dl-horiz-pull.dt-20 > dt {
  width: 20%;
  min-width: 120px;
}
.dl-horiz-pull > dd {
  float: right;
}
.dl-vert > dt {
  color: #868c98;
}
.dl-vert > dd {
  margin-top: 10px;
}
.dl-vert-break {
  overflow: hidden;
  word-break: break-all;
}
.dl-vert-break > dt {
  overflow: hidden;
  margin-bottom: 20px;
}
.dl-vert-break > dd {
  line-height: 1.8;
  word-break: break-all;
}
.modal-open {
  overflow: hidden;
  position: fixed;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0;
}
@media (min-width: 992px) {
  .modal {
    -webkit-overflow-scrolling: touch;
  }
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.fade-totop .modal-dialog {
  -webkit-transform: translate(0, 125%);
  -ms-transform: translate(0, 125%);
  -o-transform: translate(0, 125%);
  transform: translate(0, 125%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 20px;
}
.modal-content {
  position: relative;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-header {
  position: relative;
  box-sizing: border-box;
}
.modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px;
  cursor: pointer;
}
.modal-header .close:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.modal-header .close:before {
  width: 14px;
  height: 14px;
  background-position: -40px -20px;
}
.modal-header .back {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 30px;
  height: 30px;
}
.modal-header .back:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.modal-header .back:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  width: 8px;
  height: 12px;
  background-position: -80px -20px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #fff;
}
.modal-body {
  position: relative;
  padding: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
  }
}
.modal-default .modal-dialog {
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 9px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 10px rgba(27, 36, 52, 0.1);
  box-shadow: 10px 10px 10px rgba(27, 36, 52, 0.1);
}
.modal-default .modal-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #eef2f5;
  border-radius: 9px 9px 0 0;
  background-color: #00adef;
  line-height: 50px;
  z-index: 10;
}
.modal-default .modal-header h4 {
  margin-right: 60px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.modal-default .modal-header .close {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 15px;
}
.modal-default .modal-header .close:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.modal-default .modal-header .close:before {
  width: 14px;
  height: 14px;
  background-position: -40px -20px;
}
.modal-default .modal-body {
  padding: 70px 20px 20px;
  -webkit-overflow-scrolling: touch;
}
.modal-default .modal-body > div > h5 {
  line-height: 1.1;
  color: #192028;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 14px;
  font-weight: bold;
}
.modal-default .modal-body > div > h5 > small {
  font-size: 0.6em;
}
.modal-default .modal-body > div > strong {
  color: #00adef;
}
.modal-default .modal-body > div > p {
  line-height: 1.8;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-default .modal-body > p {
  line-height: 1.8;
}
.modal-default .modal-body .btn-wrap {
  margin-top: 20px;
  text-align: center;
}
.modal-default .modal-body .btn-wrap a,
.modal-default .modal-body .btn-wrap button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #eef2f5;
  background-color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 40px;
  border: none;
  color: #fff;
  background-color: #00adef;
  width: 100%;
  border-radius: 0;
}
.modal-default.fix .modal-dialog {
  position: fixed;
}
.modal-default.fix .modal-dialog,
.modal-default.fix .modal-content {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal-default.fix .modal-content,
.modal-default.fix .modal-body {
  position: absolute;
}
.modal-default.fix .modal-body {
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal-default.fix .modal-body > div {
  padding-bottom: 20px;
}
.modal-pull {
  background-color: #fff;
}
.modal-pull .modal-dialog {
  width: 100%;
  margin: 0;
}
.modal-pull .modal-header,
.modal-pull .modal-body {
  padding-right: 20px;
  padding-left: 20px;
}
.modal-pull .modal-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
  z-index: 100;
}
.modal-pull .modal-header > h3 {
  font-size: 16px;
}
.modal-pull .modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.nav > li > a {
  display: block;
}
/*#top{position:absolute;top:0;left:0;width:0 !important;height:0 !important;line-height:0 !important;font-size:0 !important}*/
.navbar-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  height: 50px;
  background-color: #00adef;
}
.navbar .title {
  overflow: hidden;
  margin-right: 40px;
  margin-left: 40px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #fff;
}
.navbar .btn-back {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 10px;
  padding: 10px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  cursor: pointer;
}
.navbar .btn-back:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.navbar .btn-back:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8.5px 0 0 -5.5px;
  width: 11px;
  height: 17px;
  background-position: -62px -40px;
}
.navbar .nav-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
}
.navbar .btn-toggle.left {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 20px;
  width: 20px;
  height: 12px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  cursor: pointer;
  z-index: 100;
}
.navbar .btn-toggle.left span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.navbar .btn-toggle.left span:nth-child(1) {
  top: 0;
}
.navbar .btn-toggle.left span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.navbar .btn-toggle.left span:nth-child(3) {
  width: 61.538%;
  bottom: 0;
}
.navbar .btn-toggle.right {
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  right: 20px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  cursor: pointer;
  z-index: 100;
}
.navbar .btn-toggle.right:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.navbar .btn-toggle.right:before {
  width: 25px;
  height: 25px;
  background-position: -229px -120px;
}
.navbar .btn-close {
  position: absolute;
  padding: 10px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  cursor: pointer;
}
.navbar .btn-close:before {
  content: '';
  display: block;
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
}
@media (max-width:991px) {
  .navbar .btn-close {
    top: -5px;
    right: -20px;
  }
  .navbar .btn-close:before {
    width: 7px;
    height: 7px;
    background-position: 0 -240px;
  }
}
.brand {
  position: relative;
  height: 100%;
}
/* 0516 수정 start */
.brand .brand-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -76px;
  width: 152px;
  height: 18px;
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  background-position: 0 -141px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}
/* 0516 수정 end */
.nav-offcanvas {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 260px;
  height: 100%;
  background-color: #e7e9ed;
  z-index: 1060;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: 0.15s ease;
}
.nav-offcanvas.nav-fixed-left {
  left: -260px;
  background-color: #4c5667;
}
.nav-offcanvas.nav-fixed-left.active {
  -webkit-transform: translate(260px, 0);
  -ms-transform: translate(260px, 0);
  -o-transform: translate(260px, 0);
  transform: translate(260px, 0);
}
.nav-offcanvas.nav-fixed-right {
  right: -290px;
  width: 290px;
  background-color: transparent;
}
.nav-offcanvas.nav-fixed-right.active {
  -webkit-transform: translate(-290px, 0);
  -ms-transform: translate(-290px, 0);
  -o-transform: translate(-290px, 0);
  transform: translate(-290px, 0);
}
.nav-offcanvas.nav-fixed-right .nav-fixed-right-inner {
  width: 260px;
  background-color: #fff;
  color: #192028;
  float: right;
  height: 100%;
}
.nav-offcanvas.nav-fixed-right .nav-fixed-right-inner .btn-nav-close {
  position: absolute;
  top: 20px;
  right: 270px;
  width: 15px;
  height: 15px;
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  background-position: -120px -120px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}
.nav-offcanvas > .personal {
  margin-bottom: 0;
  background-color: #00adef;
  color: #fff;
}
.nav-offcanvas > .personal .login {
  display: block;
  padding: 15px 18px;
  font-size: 12px;
}
.nav-offcanvas > .personal .login:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.nav-offcanvas > .personal .login:before {
  width: 41px;
  height: 41px;
  background-position: -60px -100px;
}
.nav-offcanvas > .personal .login:before {
  margin-right: 15px;
}
.nav-offcanvas > .personal .login span {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #4dc6f4;
  line-height: 18px;
}
.nav-offcanvas > .personal .logo-alliance {
  display: none;
}
.nav-offcanvas > .personal .logout {
  display: block;
  padding: 15px 18px 15px 73px;
  font-size: 12px;
}
.nav-offcanvas > .personal .logout:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.nav-offcanvas > .personal .logout:before {
  width: 41px;
  height: 41px;
  background-position: -60px -100px;
}
.nav-offcanvas > .personal .logout:before {
  position: absolute;
  top: 15px;
  left: 18px;
}
.nav-offcanvas > .personal .logout span {
  display: inline-block;
  vertical-align: middle;
}
.nav-offcanvas > .personal .logout span:first-child {
  overflow: hidden;
  max-width: 80px;
  text-overflow: ellipsis;
}
.nav-offcanvas > .personal .logout > a {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  padding-right: 5px;
  padding-left: 5px;
  line-height: 30px;
  margin-top: 6px;
  border: 1px solid #4dc6f4;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.nav-offcanvas > .personal > ul {
  border-top: 1px solid #4dc6f4;
  font-size: 12px;
  color: #fff;
  height: 34px;
}
.nav-offcanvas > .personal > ul .img-wrap-responsive.square {
  padding-top: 100%;
}
.nav-offcanvas > .personal > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.nav-offcanvas > .personal > ul > li {
  float: left;
  width: 33.33%;
  border-right: 1px solid #4dc6f4;
  box-sizing: border-box;
}
.nav-offcanvas > .personal > ul > li a {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #00adef;
  text-align: center;
}
.nav-offcanvas > .personal > ul > li span {
  margin-left: 4px;
  font-weight: bold;
  color: #fff11a;
}
/* 0517 수정 start */
.nav-offcanvas > ul {
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
  color: #192028;
}
/* 0517 수정 end */
.nav-offcanvas > ul > li > a {
  display: block;
}
.nav-offcanvas > ul:nth-child(2) {
  padding-top: 16px;
}
.nav-offcanvas > ul:nth-child(2) > li {
  position: relative;
  padding: 15px 20px 15px;
  font-size: 16px;
  font-weight: bold;
}
.nav-offcanvas > ul:nth-child(2) > li .btn-collapse {
  font-weight: bold;
}
.nav-offcanvas > ul:nth-child(2) > li li {
  margin-left: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}
.nav-offcanvas > ul:nth-child(2) > li li a {
  font-weight: normal;
  color: #636363;
}
.nav-offcanvas > ul:nth-child(2) > li.active {
  background-color: #f7f7f7;
}
.nav-offcanvas > ul:nth-child(2) > li.active .btn-collapse span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: #00adef solid 2px;
}
.nav-offcanvas > ul:nth-child(2) > li:last-child {
  padding-bottom: 32px;
}
.nav-offcanvas > ul:nth-child(3) {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 3px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #e7e9ed;
}
.nav-offcanvas > ul:nth-child(3) > * {
  display: table-cell;
}
.nav-offcanvas > ul:nth-child(3) > li {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  text-align: center;
}
.nav-offcanvas > ul:nth-child(3) > li a {
  padding-top: 16px;
  padding-bottom: 16px;
}
.nav-offcanvas > ul:nth-child(3) > li a:before {
  display: block;
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 12px;
  vertical-align: middle;
  content: '';
}
.nav-offcanvas > ul:nth-child(3) > li:nth-child(1) a:before {
  width: 30px;
  height: 34px;
  background-position: -70px -215px;
}
.nav-offcanvas > ul:nth-child(3) > li:nth-child(2) a:before {
  width: 47px;
  height: 34px;
  background-position: -100px -215px;
}
.nav-offcanvas > ul:nth-child(3) > li:nth-child(3) a:before {
  width: 31px;
  height: 34px;
  background-position: -147px -215px;
}
.nav-offcanvas .footer {
  overflow: hidden;
  padding: 26px 23px;
  border-top: 1px solid #e5e5e5;
  background-color: #4c5667;
  font-size: 12px;
}
.nav-offcanvas .footer > ul {
  margin-top: 0;
}
.nav-offcanvas .footer .nav-link a {
  color: #fff;
}
.nav-offcanvas .footer address {
  display: inline-block;
  margin-top: 5px;
  font-weight: bold;
  color: #fff;
}
.nav-offcanvas .footer .nav-sns {
  margin-top: 19px;
}
.nav-offcanvas .footer .nav-sns li {
  padding-right: 8px;
}
.nav-offcanvas .footer .nav-sns li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  border: 1px solid #737b88;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
}
.nav-offcanvas .footer .nav-sns li:after {
  display: none;
}
.nav-offcanvas .footer .nav-sns li:nth-child(1) a:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.nav-offcanvas .footer .nav-sns li:nth-child(1) a:before {
  width: 11px;
  height: 21px;
  background-position: -178px -215px;
}
.nav-offcanvas .footer .nav-sns li:nth-child(2) a:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.nav-offcanvas .footer .nav-sns li:nth-child(2) a:before {
  width: 20px;
  height: 20px;
  background-position: -189px -215px;
}
.nav-offcanvas .footer .nav-sns li:nth-child(3) a:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.nav-offcanvas .footer .nav-sns li:nth-child(3) a:before {
  width: 20px;
  height: 17px;
  background-position: -209px -215px;
}
.nav-offcanvas .footer .nav-sns li:nth-child(4) a:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.nav-offcanvas .footer .nav-sns li:nth-child(4) a:before {
  width: 14px;
  height: 23px;
  background-position: -215px -192px;
}
.nav-offcanvas .app-download {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
}
.nav-offcanvas .app-download a {
  position: relative;
  display: block;
  padding: 20px 23px;
  background-color: #00adef;
  font-size: 17px;
  color: #fff;
}
.nav-offcanvas .app-download a:after {
  position: absolute;
  top: 12px;
  right: 20px;
  display: inline-block;
  width: 37px;
  height: 37px;
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  background-position: -270px 0;
  content: '';
}
.nav-offcanvas .contact-text {
  padding: 44px 0;
  background-color: #00adef;
  color: #fff;
  text-align: center;
}
.nav-offcanvas .contact {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  background-color: #e7e9ed;
}
.nav-offcanvas .contact > a {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #eef2f5;
  background-color: #fff;
  padding-right: 5px;
  padding-left: 5px;
  line-height: 30px;
  position: relative;
  margin: 0 auto 15px;
  padding: 7px 30px 7px 40px;
  border: 1px solid #868c98;
  border-radius: 23px;
  font-weight: bold;
}
.nav-offcanvas .contact > a:before {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 15px;
}
.nav-offcanvas .contact > div {
  position: relative;
  padding: 25px 20px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.nav-offcanvas .contact > div:not(:first-child) {
  margin-top: 3px;
  margin-bottom: 3px;
  border-top: 1px solid #e5e5e5;
}
.nav-offcanvas .contact > div h3 {
  font-size: 17px;
}
.nav-offcanvas .contact > div p {
  margin-top: 5px;
  font-weight: bold;
  font-size: 17px;
  color: #00adef;
}
.nav-offcanvas .contact > div dl {
  margin-top: 5px;
  font-size: 10px;
  color: #5e6268;
}
.nav-offcanvas .contact > div dl dt,
.nav-offcanvas .contact > div dl dd {
  display: inline-block;
}
.nav-offcanvas .contact > div a {
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 50%;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}
.nav-offcanvas .contact > div a.ico-kakao:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10.5px 0 0 -11.5px;
  width: 23px;
  height: 21px;
  background-position: -340px -140px;
}
.nav-offcanvas .contact > dl {
  margin-top: 10px;
}
.nav-offcanvas .contact > dl > dt {
  color: #868c98;
}
.nav-offcanvas .contact > dl > dd {
  margin-top: 10px;
}
.nav-offcanvas .contact > dl dd {
  margin-top: 5px !important;
}
.nav-offcanvas .company {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 260px;
  overflow: hidden;
  padding: 25px 23px;
  background-color: #4c5667;
  color: #fff;
  box-sizing: border-box;
}
.nav-offcanvas .company > dl > dt {
  color: #868c98;
}
.nav-offcanvas .company > dl > dd {
  margin-top: 10px;
}
.nav-offcanvas .company > dl dt,
.nav-offcanvas .company > dl dd {
  display: inline;
  margin-top: 0;
  font-size: 10px;
  color: #fff;
  opacity: 0.57;
  filter: alpha(opacity=56.99999999999999);
}
body.active {
  position: fixed;
  width: 100%;
}
body.active:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 1040;
}
@media (max-width:991px) {
  body.active:before {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
}
@media (min-width:992px) {
  body.active:before {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
.companySection02 {
  width: 100%;
}
.nav-small-manu {
  width: 100%;
  z-index: 1030;
  height: 30px;
  background-color: transparent;
  border-bottom: 0;
  color: #fff;
  margin-top: 60px;
}
.nav-small-manu li {
  padding-right: 20px;
  width: 25%;
  vertical-align: middle;
  text-align: center;
}
.nav-small-manu li a {
  display: block;
  position: relative;
  font-size: 13px;
}
.nav-small-manu li.active a:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -19px;
  left: 0;
}
body .bg-close {
  display: none;
}
body .bg-close.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1059;
}
@media (max-width:991px) {
  .nav-hack {
    left: -260px;
  }
  .nav-hack.active {
    left: 0;
  }
}
.nav-tabs {
  display: table;
  box-sizing: border-box;
  width: 100%;
}
.nav-tabs > * {
  display: table-cell;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-lnb {
  padding: 0 20px 0 20px;
  border-bottom: 1px solid #eef2f5;
  background-color: #fff;
  height: 50px;
}
.nav-lnb > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.nav-lnb > ul > * {
  display: table-cell;
}
.nav-lnb > ul > li {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.nav-lnb > ul > li.selected {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-lnb > ul > li.selected > a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #192028;
}
.nav-lnb > ul > li > a {
  display: inline-block;
  position: relative;
  line-height: 3.6;
  letter-spacing: -0.1em;
  height: 48px;
}
.pagination {
  position: relative;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
}
.pagination ul {
  display: inline-block;
}
.pagination ul li {
  float: left;
  text-align: center;
}
.pagination ul li.selected,
.pagination ul li:hover {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 7px 7px #ddd;
  color: #000;
}
.pagination ul a {
  display: block;
  height: 100%;
}
.pagination ul .first,
.pagination ul .prev,
.pagination ul .next,
.pagination ul .last {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.pagination ul .first a,
.pagination ul .prev a,
.pagination ul .next a,
.pagination ul .last a {
  position: relative;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}
.pagination ul .first a:before,
.pagination ul .prev a:before,
.pagination ul .next a:before,
.pagination ul .last a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 14px;
  margin: -7px 0 0 -6px;
  background-image: url("/static/mobile/images/nav-paging.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.pagination ul .first:hover,
.pagination ul .prev:hover,
.pagination ul .next:hover,
.pagination ul .last:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 991px) {
  .pagination ul li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .pagination ul .first,
  .pagination ul .prev,
  .pagination ul .next,
  .pagination ul .last {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .pagination ul li {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 50px;
  }
  .pagination ul .first,
  .pagination ul .prev,
  .pagination ul .next,
  .pagination ul .last {
    position: absolute;
  }
  .pagination ul .first {
    left: -25px;
  }
  .pagination ul .prev {
    left: 40px;
  }
  .pagination ul .next {
    right: 40px;
  }
  .pagination ul .last {
    right: -25px;
  }
  .pagination ul .first a:before {
    background-position: 0 0;
  }
  .pagination ul .prev a:before {
    background-position: -12px 0;
  }
  .pagination ul .next a:before {
    background-position: -24px 0;
  }
  .pagination ul .last a:before {
    background-position: -36px 0;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 70%;
  padding: 1px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 5px 5px rgba(27, 36, 52, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 5px 5px rgba(27, 36, 52, 0.1);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 9px 9px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
html {
  -webkit-text-size-adjust: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
fieldset,
form,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button,
a {
  margin: 0;
  padding: 0;
}
dl,
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h2,
h3,
h4,
h5,
h6,
address,
em,
i.strong,
th {
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
}
img {
  border: 0;
}
fieldset {
  border: none;
}
input,
label,
select,
td {
  vertical-align: middle;
}
a:focus,
button:focus,
textarea:focus,
input:focus,
select:focus {
  outline: none;
}
input[type=button],
select {
  cursor: pointer;
}
input[type=button],
input[type=submit] {
  border: none;
  background: none;
}
button {
  border: none;
  background: transparent;
}
textarea {
  line-height: 1.8;
}
/*input[type=text],input[type=search],input[type=password],select,textarea,input[type=button],input[type=submit]{appearance:none;-moz-appearance:none;-webkit-appearance:none}*/
/*select::-ms-expand{display:none}*/
table {
  border-spacing: 0;
}
iframe[name='google_conversion_frame'] {
  position: absolute;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
}
html,
body,
.navbar {
  min-width: 280px;
}
html,
body {
  min-height: 100%;
}
body {
  background-color: #eef2f5;
  font-size: 14px;
  font-family: sans-serif;
  color: #192028;
}
a,
h1,
h2,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
button,
small {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
.block {
  display: block;
}
.in-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.hidden {
  display: none;
}
.overh {
  overflow: hidden;
}
.overa {
  overflow: auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.out-screen {
  overflow: hidden;
  position: absolute;
  top: -9999px;
  left: -9999px;
  height: 1px;
  width: 1px;
}
.out-screen:active,
.out-screen:focus,
.out-screen:hover {
  overflow: visible;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
}
/* width, height */
.pull-width {
  width: 100%;
}
.whalf {
  width: 50%;
}
.w80 {
  width: 80px;
}
.w100 {
  width: 100px;
}
.w120 {
  width: 120px;
}
/* margin, padding */
.mauto {
  margin: auto;
}
.mtb-4-percent {
  margin-top: 4%;
  margin-bottom: 4%;
}
.mtb-5-percent {
  margin-top: 5%;
  margin-bottom: 5%;
}
.mt-3-percent {
  margin-top: 3%;
}
.mt-4-percent {
  margin-top: 4%;
}
.mt-5-percent {
  margin-top: 5%;
}
.mt-8-percent {
  margin-top: 8.333%;
}
.mb-1-percent {
  margin-bottom: 1.562%;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-5-percent {
  margin-bottom: 5%;
}
.ptb-5-percent {
  padding-top: 5%;
  padding-bottom: 5%;
}
.pt-8-percent {
  padding-top: 8%;
}
.pb-5-percent {
  padding-bottom: 5%;
}
.pb-8-percent {
  padding-bottom: 8%;
}
/* border */
.bnone {
  border: none;
}
.btb {
  border-top: 1px solid #eef2f5;
  border-bottom: 1px solid #eef2f5;
}
.bt {
  border-top: 1px solid #eef2f5;
}
.bb {
  border-bottom: 1px solid #eef2f5;
}
.blnone {
  border-left: none;
}
.bl {
  border-left: 1px solid #eef2f5;
}
.radius {
  border-radius: 0;
}
.circle {
  border-radius: 50%;
}
.border-red {
  border: 1px solid #fb435f;
}
.border-green {
  border: 1px solid #49ca6e;
}
/* background */
.bgnone {
  background: none;
}
.bgcnone {
  background-color: transparent;
}
.bgw {
  background-color: #fff;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-center {
  background-size: contain;
  background-position: 50% 50% !important;
  background-repeat: no-repeat;
}
/* etc */
.valign {
  vertical-align: middle;
}
.l {
  outline: 1px solid #f00;
}
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table-wrap {
  overflow-y: auto;
}
.table-wrap.active {
  margin-bottom: 15px;
  border-bottom: 1px solid #eef2f5;
}
.table {
  width: 100%;
  margin-bottom: 10px;
}
/*.scrolltbody {
    display: block;
    border-collapse: collapse;
}
.scrolltbody tbody {
    display: block;
    max-height:200px;
    overflow-y:auto;
}*/
/*
.table-price{
	> thead th,> tbody td{.c(@blue-gray4);
		&:first-child{.nowrap}
	}
	> thead{.bg(@blue-gray10);
		tr{.mb(5px)}
		th{.p(5px);.btb}
	}
	> tbody{
		> tr{.rel;
			&:hover{.pointer}
			&.selected{
				> td{.c(@blue) !important}
			}
			> th,> td{.p(2px 5px);
				&.bold{.c(@blue-gray7)}
				.btn.small{.lh(24px)}
			}
			&.table-gutter{height:10px}
		}
	}
}*/
.table-stripe {
  /*th:first-child,td:first-child{
		@media @mobile{.p(@margin-base)}
		@media @tablet{.pl(@margin-base * 2.25)}
	}
	@media @mobile{.bb(@table-border-color)}*/
}
.table-stripe > thead > tr > th,
.table-stripe > thead > tr > td {
  background-color: #eef2f5;
}
.table-stripe th,
.table-stripe td {
  padding: 5px;
  text-align: center;
}
.table-stripe th:not(:first-child),
.table-stripe td:not(:first-child) {
  border-left: 1px solid #eef2f5;
}
.table-stripe th:not(:first-child) {
  border-left: 1px solid #dcdfe4;
}
.table-stripe td {
  color: #192028;
  border-bottom: 1px solid #eef2f5;
}
.table-border {
  border-bottom: 1px solid #eef2f5;
  border-right: 1px solid #eef2f5;
}
.table-border th,
.table-border td {
  padding: 5px;
  border-top: 1px solid #eef2f5;
  border-left: 1px solid #eef2f5;
  text-align: center;
}
.table-row {
  border-bottom: 1px solid #dcdfe4;
}
.table-row th,
.table-row td {
  padding: 5px;
  border-top: 1px solid #dcdfe4;
  line-height: 1.8;
}
/* 0516 수정 start */
.table-row th {
  padding: 5px 5px 5px 10px;
}
/* 0516 수정 end */
.table-row th[scope=row] {
  width: 80px;
  background-color: #eef2f5;
  vertical-align: top;
}
/*
.table-header{.overh;.fs(@font-size-base);
	@media (max-width:@screen-sm){.p(@margin-base)}
	@media (min-width:@screen-md){.p( (@margin-base * 1.5) (@margin-base * 2.25) )}
}

@media (max-width:@screen-sm){
	.table-responsive{
		&, thead, tbody, th, td, tr{.block}	
		thead tr{.abs;top:-9999px;left:-9999px}		
		td:not(.empty-content){.rel;.pl(50%) !important;
			&:before{.boxsize;.abs;top:@table-cell-padding;left:20px;width:45%;.pr(5%);.c(@text-color)}
		}
		tbody{
			td:first-child{.bt( lighten( @table-border-color, 10% ) )}
			//td:last-child{.bnone}
		}
	}
}
.empty-content{.text-center}
*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.1;
  color: #192028;
}
.h1 > small,
.h2 > small,
.h3 > small,
.h4 > small,
.h5 > small,
.h6 > small {
  font-size: 0.6em;
}
@media (max-width:991px) {
  .h1,
  .h2,
  .h3,
  .h4 {
    margin-bottom: 10px;
  }
}
@media (min-width:992px) {
  .h1,
  .h2,
  .h3,
  .h4 {
    margin-bottom: 20px;
  }
}
.h5,
.h6 {
  margin-bottom: 10px;
}
.h1 {
  font-size: 40px;
}
.h2 {
  font-size: 25px;
}
.h3 {
  font-size: 20px;
}
.h4 {
  font-size: 18px;
}
.h5 {
  font-size: 16px;
}
.h6 {
  font-size: 14px;
}
.text-price {
  font-size: 20px;
  font-weight: bold;
}
.text-price small {
  font-size: 0.6em;
  font-weight: normal;
}
.text-date,
.text-time {
  float: left;
  font-size: 18px;
  font-weight: bold;
}
.text-date small,
.text-time small {
  margin-left: 5px;
  font-size: 0.6em;
  font-weight: normal;
}
/*.text-time{.fl;.fs(@fs20);.bold;
	small{.in-block;.ml(5px);.fs(0.6em);.normal}
}*/
.date-wrap {
  overflow: hidden;
  text-align: center;
}
/*
.date-wrap:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.date-wrap:before {
  width: 19px;
  height: 9px;
  background-position: -90px -20px;
}
*/
.date-wrap > dl {
  width: 42.857%;
}
.date-wrap > dl:first-child {
  float: left;
}
.date-wrap > dl:last-child {
  float: right;
}
.date-wrap > dl > dt {
  margin-bottom: 5px;
  font-size: 12px;
}
.date-wrap > dl > dd {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.date-wrap > dl > dd small {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: normal;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.text-left,
.tl {
  text-align: left;
}
.text-right,
.tr {
  text-align: right;
}
.text-center,
.tc {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.tu {
  text-decoration: underline;
}
.text-cancel {
  text-decoration: line-through;
}
.lh {
  line-height: 1.8;
}
.text-hidden {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}
.nowrap {
  white-space: nowrap;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.upper {
  text-transform: uppercase;
}
.text-black {
  color: #000;
}
.text-white {
  color: #fff;
}
.text-red {
  color: #fb435f;
}
.text-green {
  color: #49ca6e;
}
.text-point1 {
  color: #00adef;
}
.bg-white {
  color: #192028;
}
.bg-black {
  color: #fff;
}
.text-wrap-scroll {
  /*.box-wrap-response;*/
  max-height: 150px;
  overflow-y: auto;
}
.text-basic {
  font-size: 14px;
  color: #192028;
}
@media (min-width: 992px) {
  .text-basic {
    font-size: 16px;
  }
}
.help {
  margin-top: 10px;
}
.text-limit-2line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  max-height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-header:before,
.modal-header:after {
  content: '';
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-header:after {
  clear: both;
}
.dp-table {
  display: table;
}
.dp-table > * {
  display: table-cell;
}
.fittobox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.horiz-center {
  position: relative;
  float: right;
  left: -50%;
}
.horiz-center > * {
  position: relative;
  float: left;
  left: 50%;
}
.horiz-center .btn {
  margin-right: auto;
  margin-left: auto;
}
.vert-middle:before,
.vert-middle > div {
  display: inline-block;
  vertical-align: middle;
}
.vert-middle:before {
  content: '';
  height: 100%;
}
.vert-middle-jquery {
  position: absolute;
  top: 50%;
  left: 50%;
}
.align-left {
  float: left;
}
.align-right {
  float: right;
}
.pull-top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.pull-right {
  position: absolute;
  right: 0;
}
.bu-dot > li {
  position: relative;
}
.bu-dot > li:before {
  content: '';
  display: block;
  border-radius: 50%;
  background-color: #868c98;
}
.bu-dot.left > li {
  padding-left: 10px;
}
.bu-dot.left > li:before {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  width: 4px;
  height: 4px;
}
.bu-dot.top > li {
  padding-top: 15px;
}
.bu-dot.top > li:before {
  position: relative;
  top: -10px;
  width: 8px;
  height: 8px;
  margin: auto;
}
.bu-dot-item {
  position: relative;
}
.bu-dot-item:before {
  content: '';
  display: block;
  border-radius: 50%;
  background-color: #868c98;
}
.bu-dot-item.left {
  padding-left: 10px;
}
.bu-dot-item.left:before {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
}
.bu-dot-item.top {
  padding-top: 15px;
}
.bu-dot-item.top:before {
  position: relative;
  top: -10px;
  width: 8px;
  height: 8px;
  margin: auto;
}
.bu-circle {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #eef2f5;
  border-radius: 50%;
}
.bu-circle.left {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.bu-star {
  line-height: 1.8;
}
.bu-star > li {
  position: relative;
  padding-left: 10px;
}
.bu-star > li:before {
  content: '*';
  display: block;
  float: left;
  position: absolute;
  top: 2px;
  left: 0;
  width: 6px;
  height: 6px;
  color: #00adef;
}
.bu-text {
  padding: 5px 5px 3px;
  border-radius: 5px;
  font-size: 12px;
}
.bu-text.yellow {
  background-color: #ffdf66;
}
.bu-minus > li {
  position: relative;
  padding-left: 10px;
}
.bu-minus > li:before {
  content: '-';
  display: block;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
}
.bu-decimal {
  counter-reset: ol-counter;
}
.bu-decimal > li {
  position: relative;
  padding-left: 20px;
  overflow: hidden;
}
.bu-decimal > li:before {
  content: counter(ol-counter) ".";
  counter-increment: ol-counter;
  position: absolute;
  top: 0;
  left: 0;
}
.bu-decimal-circle {
  counter-reset: ol-counter;
}
.bu-decimal-circle > li {
  position: relative;
  padding-left: 20px;
}
.bu-decimal-circle > li:before {
  content: counter(ol-counter);
  counter-increment: ol-counter;
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #eef2f5;
  border-radius: 50%;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}
.bt-lower-alpha > li {
  position: relative;
  padding-left: 20px;
}
.bt-lower-alpha > li:before {
  list-style-type: lower-alpha !important;
  position: absolute;
  top: 0;
  left: 0;
}
.bu-check > li {
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
}
.bu-check > li:before {
  content: '';
  display: block;
  float: left;
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 9px;
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  background-position: -90px -70px;
}
.b-bottom {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #192028;
}
.box-shadow5 {
  -webkit-box-shadow: 5px 5px 5px rgba(27, 36, 52, 0.1);
  box-shadow: 5px 5px 5px rgba(27, 36, 52, 0.1);
}
.box-shadow10 {
  -webkit-box-shadow: 10px 10px 10px rgba(27, 36, 52, 0.1);
  box-shadow: 10px 10px 10px rgba(27, 36, 52, 0.1);
}
.box-shadow15 {
  -webkit-box-shadow: 15px 15px 15px rgba(27, 36, 52, 0.1);
  box-shadow: 15px 15px 15px rgba(27, 36, 52, 0.1);
}
.box-shadow20 {
  -webkit-box-shadow: 20px 20px 20px rgba(27, 36, 52, 0.1);
  box-shadow: 20px 20px 20px rgba(27, 36, 52, 0.1);
}
.box-shadow5-blue {
  -webkit-box-shadow: 5px 5px 7px rgba(0, 102, 204, 0.15);
  box-shadow: 5px 5px 7px rgba(0, 102, 204, 0.15);
}
.box-shadow10-blue {
  -webkit-box-shadow: 5px 5px 7px rgba(0, 102, 204, 0.15);
  box-shadow: 5px 5px 7px rgba(0, 102, 204, 0.15);
}
.gradient-default {
  background: -webkit-linear-gradient(135deg, rgba(4, 46, 111, 0.05) 0%, rgba(4, 46, 111, 0.15) 100%);
  background: -o-linear-gradient(135deg, rgba(4, 46, 111, 0.05) 0%, rgba(4, 46, 111, 0.15) 100%);
  background: linear-gradient(135deg, rgba(4, 46, 111, 0.05) 0%, rgba(4, 46, 111, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff042e6f', endColorstr='#ff042e6f', GradientType=0);
}
.gradient-green {
  background: -webkit-linear-gradient(135deg, #22b293 0%, #1667b2 100%);
  background: -o-linear-gradient(135deg, #22b293 0%, #1667b2 100%);
  background: linear-gradient(135deg, #22b293 0%, #1667b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff22b293', endColorstr='#ff1667b2', GradientType=0);
}
.gradient-red {
  background: -webkit-linear-gradient(135deg, #ff3a2c 0%, #e02779 100%);
  background: -o-linear-gradient(135deg, #ff3a2c 0%, #e02779 100%);
  background: linear-gradient(135deg, #ff3a2c 0%, #e02779 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff3a2c', endColorstr='#ffe02779', GradientType=0);
}
@media (max-width: 767px) {
  .hidden-xsmax {
    display: none;
  }
}
@media (max-width: 991px) {
  .hidden-smmax {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-mdmin {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-mdmax {
    display: none !important;
  }
}
@media (max-width: 1679px) {
  .hidden-lgmax {
    display: none !important;
  }
}
/* shape */
.triangle-base {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
}
#content {
  overflow: hidden;
  margin-top: 50px;
  background-color: #eef2f5;
}
.wrap {
  padding: 20px 6.25%;
}
.footer {
  clear: both;
  overflow: hidden;
  padding: 20px 6.25%;
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #fff;
}
.footer > button {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #eef2f5;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  width: 100%;
  text-align: left;
}
.footer > button:before {
  position: absolute;
  top: 6px;
  right: 0;
}
.footer > div > dl {
  margin-top: 20px;
}
.footer > div > dl > dt {
  color: #868c98;
}
.footer > div > dl > dd {
  margin-top: 10px;
}
.footer > div > dl:last-child {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eef2f5;
}
.footer > div > dl > dt {
  font-size: 12px;
}
.footer > ul {
  margin-top: 20px;
}
.footer > ul .img-wrap-responsive.square {
  padding-top: 100%;
}
.footer > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.footer > ul > li {
  position: relative;
  padding-right: 20px;
}
.footer > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 8px;
  width: 1px;
  height: 10px;
  background-color: #dcdfe4;
  opacity: 1;
  filter: alpha(opacity=100);
}
.footer > ul > li:last-child:after {
  width: 0;
}
.footer > p {
  margin-top: 20px;
}
.panel {
  overflow: hidden;
  padding: 20px 6.25%;
  border-top: 1px solid #eef2f5;
  border-bottom: 1px solid #eef2f5;
  background-color: #fff;
  color: #192028;
  -webkit-box-shadow: 10px 10px 10px rgba(27, 36, 52, 0.1);
  box-shadow: 10px 10px 10px rgba(27, 36, 52, 0.1);
}
/* 0516 수정 start */
.panel-title {
  line-height: 1.1;
  color: #192028;
  margin-bottom: 10px;
  font-size: 13px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #d5d5d5;
  letter-spacing: -2px;
}
/* 0516 수정 end */
.panel-title > small {
  font-size: 0.6em;
}
.panel-title:before {
  margin-top: -2px;
  margin-right: 5px;
}
.panel-header {
  padding: 18px 20px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-top {
  position: relative;
  height: 50px;
}
.panel-top .ico-back {
  position: absolute;
  width: 50px;
  height: 50px;
  border-right: 1px solid #eef2f5;
}
.review-summary {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.review-summary > * {
  display: inline-block;
  vertical-align: middle;
}
.review-summary .review-point {
  margin-right: 5px;
  margin-left: 5px;
}
.review-summary .review-point small {
  margin-left: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.review-summary span:nth-child(3) {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.review-summary a {
  text-decoration: underline;
}
.review-wrap > ul {
  display: table;
  overflow: hidden;
  font-size: 12px;
}
.review-wrap > ul > * {
  display: table-cell;
}
.review-wrap > ul > li:not(:first-child) {
  border-left: 1px solid #eef2f5;
}
.top .review-wrap > ul {
  width: 100%;
}
.review-list > .review-wrap {
  text-align: center;
}
.review-list > ul > li {
  padding-top: 20px;
}
.review-list > ul > li:not(:first-child) {
  margin-top: 20px;
  border-top: 1px solid #eef2f5;
}
.review-list > ul > li.empty {
  text-align: center;
}
.review-list > ul > li > h6 {
  line-height: 1.1;
  color: #192028;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.review-list > ul > li > h6 > small {
  font-size: 0.6em;
}
.review-list > ul > li > h6 span {
  overflow: hidden;
  display: inline-block;
  max-width: 90%;
  margin-right: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.review-list > ul > li .review-wrap {
  margin-top: 5px;
}
.review-list > ul > li .review-wrap > ul {
  float: right;
  margin-top: 3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.review-list > ul > li .review-wrap > ul > li {
  padding-right: 5px;
  padding-left: 5px;
}
.review-list > ul > li > .text {
  clear: both;
  overflow: hidden;
  margin-top: 15px;
}
.review-list > ul > li > .text > p {
  margin-top: -5px;
  line-height: 1.8;
  letter-spacing: -1.5px;
}
.review-list > ul > li > .text > p .ico-comment2 {
  margin-left: 8px;
}
.review-list > ul > li > .text > p .ico-comment2:before {
  margin-right: 3px;
}
.review-list > ul > li > .text .reply {
  position: relative;
  margin-top: 20px;
  padding: 15px 15px 15px 30px;
  border: 1px solid #eef2f5;
  background-color: #f8fafb;
}
.review-list > ul > li > .text .reply .ico-reply {
  line-height: 1.8;
}
.review-list > ul > li > .text .reply .ico-reply:before {
  position: absolute;
  left: 15px;
}
.review-list > ul > li > .text .reply > ul {
  margin-top: 10px;
  font-size: 12px;
  color: #868c98;
}
.review-list > ul > li > .text .reply > ul .img-wrap-responsive.square {
  padding-top: 100%;
}
.review-list > ul > li > .text .reply > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.review-list > ul > li > .text .reply > ul > li {
  position: relative;
  padding-right: 20px;
}
.review-list > ul > li > .text .reply > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 8px;
  width: 1px;
  height: 10px;
  background-color: #dcdfe4;
  opacity: 1;
  filter: alpha(opacity=100);
}
.review-list > ul > li > .text .reply > ul > li:last-child:after {
  width: 0;
}
.review-list > ul > li > ul:last-child {
  margin-top: 10px;
  font-size: 12px;
}
.review-list > ul > li > ul:last-child .img-wrap-responsive.square {
  padding-top: 100%;
}
.review-list > ul > li > ul:last-child > li {
  display: inline-block;
  vertical-align: middle;
}
.review-list > ul > li > ul:last-child > li {
  position: relative;
  padding-right: 20px;
}
.review-list > ul > li > ul:last-child > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 8px;
  width: 1px;
  height: 10px;
  background-color: #dcdfe4;
  opacity: 1;
  filter: alpha(opacity=100);
}
.review-list > ul > li > ul:last-child > li:last-child:after {
  width: 0;
}
.review-list .btn-wrap {
  margin-top: 30px;
}
.review-list .btn-wrap button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #eef2f5;
  background-color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 40px;
  width: 100%;
}
.price-detail > dl {
  overflow: hidden;
  /*;.rel;top:-5px;.mtb(5px);*/
}
.price-detail > dl > dt,
.price-detail > dl > dd {
  overflow: hidden;
}
.price-detail > dl > dt {
  clear: both;
  float: left;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.price-detail > dl.dt-10 > dt {
  width: 10%;
  min-width: 80px;
}
.price-detail > dl.dt-20 > dt {
  width: 20%;
  min-width: 120px;
}
.price-detail > dl > dd {
  float: right;
}
.price-detail > dl:not(:first-child) {
  margin-top: 10px;
}
.price-detail > dl:last-child > dt {
  color: #192028;
  font-weight: bold;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.price-detail > dl:last-child > dd {
  font-size: 20px;
  font-weight: bold;
}
.price-detail > dl:last-child > dd small {
  font-size: 0.6em;
  font-weight: normal;
}
.reserv-detail .body > div > dl,
.reserv-detail .body > div .details > dl {
  overflow: hidden;
  /*;.rel;top:-5px;.mtb(5px);*/
}
.reserv-detail .body > div > dl > dt,
.reserv-detail .body > div .details > dl > dt,
.reserv-detail .body > div > dl > dd,
.reserv-detail .body > div .details > dl > dd {
  overflow: hidden;
}
.reserv-detail .body > div > dl > dt,
.reserv-detail .body > div .details > dl > dt {
  clear: both;
  float: left;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.reserv-detail .body > div > dl.dt-10 > dt,
.reserv-detail .body > div .details > dl.dt-10 > dt {
  width: 10%;
  min-width: 80px;
}
.reserv-detail .body > div > dl.dt-20 > dt,
.reserv-detail .body > div .details > dl.dt-20 > dt {
  width: 20%;
  min-width: 120px;
}
.reserv-detail .body > div > dl > dd,
.reserv-detail .body > div .details > dl > dd {
  float: right;
}
.reserv-detail .body > div > dl:not(:first-child),
.reserv-detail .body > div .details > dl:not(:first-child) {
  margin-top: 10px;
}
.reserv-detail .body > div > dl > dd,
.reserv-detail .body > div .details > dl > dd {
  text-align: right;
}
.reserv-detail .body > div > dl > dd a[href^="tel:"],
.reserv-detail .body > div .details > dl > dd a[href^="tel:"] {
  display: block;
  margin-top: 5px;
  color: #00adef;
}
.reserv-detail .body > div > dl .btn-tooltip,
.reserv-detail .body > div .details > dl .btn-tooltip {
  margin-top: -3px;
}
.reserv-detail .body > div .img-wrap-responsive {
  width: 60%;
  max-width: 400px;
  margin: 15px auto 5px;
  padding-top: 30%;
}
.reserv-detail .body > div .date-wrap {
  position: relative;
  margin-top: 15px;
}
.reserv-detail .body > div .date-wrap:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.reserv-detail .body > div .date-wrap:before {
  width: 19px;
  height: 9px;
  background-position: -90px -30px;
}
.reserv-detail .body > div .date-wrap:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 9px;
  margin: -4.5px 0 0 -9.5px;
}
.reserv-detail .body > div .date-wrap > dl:first-child {
  text-align: left;
}
.reserv-detail .body > div .date-wrap > dl:last-child {
  text-align: right;
}
.reserv-detail .body > div .date-wrap > dl > dd {
  color: #192028;
}
.reserv-detail .body > div .date-wrap > dl > dd small {
  font-size: 14px;
  font-weight: bold;
  opacity: 1;
  filter: alpha(opacity=100);
}
.reserv-detail .body > div .details,
.reserv-detail .body > div .price-detail {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eef2f5;
}
.reserv-detail .body > div .price-detail {
  margin-bottom: 15px;
}
.reserv-detail .body .btn-wrap button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #eef2f5;
  background-color: #fff;
  border: 1px solid #868c98;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 40px;
}
.info-company > h5 {
  line-height: 1.1;
  color: #192028;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #eef2f5;
  font-weight: bold;
  text-align: center;
}
.info-company > h5 > small {
  font-size: 0.6em;
}
.info-company > div {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}
.info-company > div:not(:nth-child(2)) {
  border-top: 1px solid #eef2f5;
}
.info-company > div > dl {
  float: left;
  width: 50%;
}
.info-company > div > dl > dt {
  color: #868c98;
}
.info-company > div > dl > dd {
  margin-top: 10px;
  letter-spacing: -1px;
}
.info-company > div > dl > dd {
  word-break: break-all;
}
.info-company .map-wrap {
  height: 150px;
  background-color: #dcdfe4;
}
.search-car #content > form > div,
.shorterm.list .modal > form > div {
  overflow: hidden;
  padding: 20px 6.25%;
  border-top: 1px solid #eef2f5;
  background-color: #fff;
}
.search-car #content > form > div.btn-wrap,
.shorterm.list .modal > form > div.btn-wrap {
  border-top: transparent solid 0;
}
.search-car #content .select-date > button,
.shorterm.list .modal .select-date > button,
.search-car #content .select-time > button,
.shorterm.list .modal .select-time > button {
  position: relative;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  outline: 0;
}
.search-car #content .select-date > button:before,
.shorterm.list .modal .select-date > button:before,
.search-car #content .select-time > button:before,
.shorterm.list .modal .select-time > button:before {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-top: 20px;
  border: 1px solid #00adef;
  border-radius: 50%;
  background-image: url("/static/mobile/images/reserve_change_right_arrow.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 5px 9px;
  content: '';
}
.search-car #content .select-date > button > dl,
.shorterm.list .modal .select-date > button > dl,
.search-car #content .select-time > button > dl,
.shorterm.list .modal .select-time > button > dl {
  float: left;
  min-width: 120px;
  text-align: left;
}
.search-car #content .select-date > button > dl > dt,
.shorterm.list .modal .select-date > button > dl > dt,
.search-car #content .select-time > button > dl > dt,
.shorterm.list .modal .select-time > button > dl > dt {
  color: #868c98;
}
.search-car #content .select-date > button > dl > dd,
.shorterm.list .modal .select-date > button > dl > dd,
.search-car #content .select-time > button > dl > dd,
.shorterm.list .modal .select-time > button > dl > dd {
  margin-top: 10px;
}
.search-car #content .select-date > button > dl:last-child,
.shorterm.list .modal .select-date > button > dl:last-child,
.search-car #content .select-time > button > dl:last-child,
.shorterm.list .modal .select-time > button > dl:last-child {
  float: right;
}
.search-car #content .select-date > button > dl > dt,
.shorterm.list .modal .select-date > button > dl > dt,
.search-car #content .select-time > button > dl > dt,
.shorterm.list .modal .select-time > button > dl > dt {
  font-size: 12px;
  color: #000;
  letter-spacing: -1px;
}
.search-car #content .select-date > button > dl > dd,
.shorterm.list .modal .select-date > button > dl > dd,
.search-car #content .select-time > button > dl > dd,
.shorterm.list .modal .select-time > button > dl > dd {
  margin-top: 0;
}
.search-car #content .select-date > button > dl > dd span,
.shorterm.list .modal .select-date > button > dl > dd span,
.search-car #content .select-time > button > dl > dd span,
.shorterm.list .modal .select-time > button > dl > dd span,
.search-car #content .select-date > button > dl > dd small,
.shorterm.list .modal .select-date > button > dl > dd small,
.search-car #content .select-time > button > dl > dd small,
.shorterm.list .modal .select-time > button > dl > dd small {
  display: inline-block;
  vertical-align: middle;
}
.search-car #content .select-date > button > dl > dd span,
.shorterm.list .modal .select-date > button > dl > dd span,
.search-car #content .select-time > button > dl > dd span,
.shorterm.list .modal .select-time > button > dl > dd span {
  margin-right: 5px;
  margin-left: -2px;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -1px;
}
.search-car #content .select-date > button > dl > dd span {
  font-family: 'Futura-Heavy-BT', sans-serif;	
}
.search-car #content .select-date > button > dl > dd small,
.shorterm.list .modal .select-date > button > dl > dd small,
.search-car #content .select-time > button > dl > dd small,
.shorterm.list .modal .select-time > button > dl > dd small {
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.5;
  filter: alpha(opacity=50);
  letter-spacing: -1px;
}
.search-car #content .select-date > button > dl > dd p,
.shorterm.list .modal .select-date > button > dl > dd p,
.search-car #content .select-time > button > dl > dd p,
.shorterm.list .modal .select-time > button > dl > dd p {
  font-weight: bold;
}
.search-car #content .select-insurrance,
.shorterm.list .modal .select-insurrance,
.search-car #content .select-category,
.shorterm.list .modal .select-category {
  overflow: hidden;
}
.search-car #content .select-insurrance > label,
.shorterm.list .modal .select-insurrance > label,
.search-car #content .select-category > label,
.shorterm.list .modal .select-category > label {
  float: left;
  font-weight: bold;
}
.search-car #content .select-insurrance .btn-tooltip,
.shorterm.list .modal .select-insurrance .btn-tooltip,
.search-car #content .select-category .btn-tooltip,
.shorterm.list .modal .select-category .btn-tooltip {
  vertical-align: -1px;
}
.search-car #content .select-insurrance .nav-tabs > .nav,
.shorterm.list .modal .select-insurrance .nav-tabs > .nav {
  width: 50%;
}
.search-car #content .select-insurrance .nav-tabs > .nav > a {
	letter-spacing: -1px;
}
/* 0516 수정 start */
.search-car #content .select-insurrance .nav-tabs > .nav > a,
.shorterm.list .modal .select-insurrance .nav-tabs > .nav > a {
  display: block;
  border-radius: 17px;
  background-color: #f4f4f4;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
/* 0516 수정 end */
.search-car #content .select-insurrance .nav-tabs > .nav > a .btn-tooltips,
.shorterm.list .modal .select-insurrance .nav-tabs > .nav > a .btn-tooltips {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  vertical-align: text-top;
}
.search-car #content .select-insurrance .nav-tabs > .nav.active,
.shorterm.list .modal .select-insurrance .nav-tabs > .nav.active {
  position: relative;
}
.search-car #content .select-insurrance .nav-tabs > .nav.active > a,
.shorterm.list .modal .select-insurrance .nav-tabs > .nav.active > a {
  position: relative;
  background-color: #00adef;
  color: #fff;
}
.search-car #content .select-insurrance .nav-tabs > .nav.active > a:after,
.shorterm.list .modal .select-insurrance .nav-tabs > .nav.active > a:after {
  position: absolute;
  top: 0;
  width: 40px;
  height: 34px;
  background-color: #00adef;
  content: '';
}
.search-car #content .select-insurrance .nav-tabs > .nav.active > a .btn-tooltip,
.shorterm.list .modal .select-insurrance .nav-tabs > .nav.active > a .btn-tooltip {
  background-color: #fff;
  color: #00adef;
}
.search-car #content .select-insurrance .nav-tabs > .nav.active:after,
.shorterm.list .modal .select-insurrance .nav-tabs > .nav.active:after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  border: transparent solid 7px;
  border-top: #00adef solid 6px;
  border-bottom: transparent solid 0;
  content: '';
}
/* 0516 수정 start */
.search-car #content .select-insurrance .nav-tabs > .nav.active:nth-child(1) a,
.shorterm.list .modal .select-insurrance .nav-tabs > .nav.active:nth-child(1) a {
  padding-left: 20px;
  height: 34px;
}
.search-car #content .select-insurrance .nav-tabs > .nav.active:nth-child(1):after,
.shorterm.list .modal .select-insurrance .nav-tabs > .nav.active:nth-child(1):after {
  margin-left: 10px;
}
.search-car #content .select-insurrance .nav-tabs > .nav.active:nth-child(2) a,
.shorterm.list .modal .select-insurrance .nav-tabs > .nav.active:nth-child(2) a {
  padding-right: 20px;
  height: 34px;
}
/* 0516 수정 end */
.search-car #content .select-insurrance .nav-tabs > .nav.active:nth-child(2):after,
.shorterm.list .modal .select-insurrance .nav-tabs > .nav.active:nth-child(2):after {
  margin-left: -17px;
}
.search-car #content .select-insurrance .nav-tabs > .nav:nth-child(1).active > a:after,
.shorterm.list .modal .select-insurrance .nav-tabs > .nav:nth-child(1).active > a:after {
  right: -26px;
  border-radius: 0 17px 17px 0;
}
.search-car #content .select-insurrance .nav-tabs > .nav:nth-child(2).active > a:after,
.shorterm.list .modal .select-insurrance .nav-tabs > .nav:nth-child(2).active > a:after {
  left: -26px;
  border-radius: 17px 0 0 17px;
}
.search-car #content .select-insurrance .nav-tabs + .tab-content,
.shorterm.list .modal .select-insurrance .nav-tabs + .tab-content {
  margin-top: 25px;
  margin-left: 0;
}
.search-car #content .select-insurrance > div,
.shorterm.list .modal .select-insurrance > div {
  margin-top: -8px;
  margin-left: 60px;
}

.search-car #content .select-insurrance > div > label,
.shorterm.list .modal .select-insurrance > div > label {
  display: inline-block;
  margin-top: 8px;
  margin-right: 10px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.search-car #content .select-insurrance > div > label.selected,
.shorterm.list .modal .select-insurrance > div > label.selected {
  opacity: 1;
  filter: alpha(opacity=100);
}
.search-car #content .select-insurrance > div > label:last-child,
.shorterm.list .modal .select-insurrance > div > label:last-child {
  display: block;
  margin-right: 0;
}
@media (min-width: 340px) {
  .search-car #content .select-insurrance > div > label:last-child,
  .shorterm.list .modal .select-insurrance > div > label:last-child {
    display: inline-block;
  }
}
.search-car #content .select-category,
.shorterm.list .modal .select-category {
  margin-bottom: -5px;
}
.search-car #content .select-category > div,
.shorterm.list .modal .select-category > div {
  margin-top: -12px;
  margin-left: 60px;
}
.search-car #content .select-category > div > label,
.shorterm.list .modal .select-category > div > label {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 40px;
}
.search-car #content .select-category > div > label.selected,
.shorterm.list .modal .select-category > div > label.selected {
  background-color: #192028;
  color: #fff;
}
.search-car #content .select-category > div > label > input,
.shorterm.list .modal .select-category > div > label > input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.search-car #content .select-category > div > label,
.shorterm.list .modal .select-category > div > label {
  margin: 5px 2px;
  border: 1px solid #a7afbb;
  border-radius: 15px;
  line-height: 30px;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.search-car #content .select-category > div > label.selected,
.shorterm.list .modal .select-category > div > label.selected {
  box-sizing: border-box;
  border: 1px solid #192028;
  background: none;
  color: #192028;
  opacity: 1;
  filter: alpha(opacity=100);
}
.search-car #content .select-category > label {
  float: none;
}
.search-car #content .select-category > div {
  margin: 12px 0 0;
}
.search-car #content .select-category > div > label {
  border: 1px solid #ebebeb;
  line-height: 25px;
  color: #8d8d8d;
  opacity: 1;
  filter: alpha(opacity=100);
}
.search-car #content .select-category > div > label.selected {
  border: 1px solid #3e495c;
  background-color: #4c5667;
  color: #fff;
}
.search-car #content .select-driver .btn-tooltip {
  vertical-align: -1px;
}
.search-car #content .select-driver > div {
  margin-top: 10px;
}
.search-car #content .btn-wrap {
  padding-top: 0;
  border-bottom: 1px solid #e5e5e5;
}
.search-car #content .btn-wrap button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 50px;
  width: 100%;
  border: none;
  color: #fff;
  background-color: #192028;
  font-weight: bold;
}
@media (min-width:992px) {
  .search-car #content .btn-wrap button {
    min-width: 200px;
  }
}
.shorterm.list .modal .select-category {
  padding-top: 20px;
}
.shorterm.list .navbar .ico-filter2 {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}
.shorterm.list #content > .selected1,
.shorterm.list #content > .selected2 {
  overflow: hidden;
  padding: 20px 6.25%;
  border: none;
}
.shorterm.list #content > .selected1 button,
.shorterm.list #content > .selected2 button {
  display: inline-block;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.shorterm.list #content > .selected1 button:before,
.shorterm.list #content > .selected2 button:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.shorterm.list #content > .selected1 button:before,
.shorterm.list #content > .selected2 button:before {
  width: 6px;
  height: 9px;
  background-position: -10px -20px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -15px;
}
.shorterm.list #content > .selected1 {
  position: fixed;
  width: 100%;
  height: 77px;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #4c5667;
  z-index: 1000;
}
.shorterm.list #content > .selected1 .select-date > button {
  position: relative;
  width: 100%;
  height: 77px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  outline: 0;
  color: #fff;
}
/* 0516 수정 start */
.shorterm.list #content > .selected1 .select-date > button .date-wrap {
  width: 100%;
}

.shorterm.list #content > .selected1 .select-date > button .arrow-right {
    position: absolute;
    top: 30%;
    left: 49%;
    display: inline-block;
    margin-left: -15px;
    width: 15px;
    height: 15px;
    padding: 5px;
    color: #00a0e8;
    font-size: 16px;
    line-height: 10px;
    border: 1px solid #00a0e8;
    border-radius: 20px;
}

.shorterm.list #content > .selected1.fix .select-date > button .arrow-right {
    top: 2px;
}
/* 0516 수정 end */
/*

.shorterm.list #content > .selected1 .select-date > button .date-wrap:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
*/
.shorterm.list #content > .selected1 .select-date > button .date-wrap:before {
  width: 5px;
  height: 9px;
  background-position: -12px -61px;
}
.shorterm.list #content > .selected1 .select-date > button .date-wrap:before {
  margin-top: 21px;
}
.shorterm.list #content > .selected1 .select-date > button .date-wrap > dl {
  float: left;
  width: auto;
  min-width: 120px;
  text-align: left;
}

.shorterm.list #content > .selected1 .select-date > button .date-wrap > dl > dt {
  color: #868c98;
}
.shorterm.list #content > .selected1 .select-date > button .date-wrap > dl > dd {
  margin-top: 10px;
}
.shorterm.list #content > .selected1 .select-date > button .date-wrap > dl:last-child {
  float: right;
}
.shorterm.list #content > .selected1 .select-date > button .date-wrap > dl > dt {
  display: none;
}
.shorterm.list #content > .selected1 .select-date > button .date-wrap > dl > dd {
  margin-top: 0;
}
.shorterm.list #content > .selected1 .select-date > button .date-wrap > dl > dd span,
.shorterm.list #content > .selected1 .select-date > button .date-wrap > dl > dd small {
  display: inline-block;
  vertical-align: middle;
}
/* 0516 수정 start */
.shorterm.list #content > .selected1 .select-date > button .date-wrap > dl > dd span {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1.5px;
  font-family: 'Futura-Heavy-BT', sans-serif;
}
/* 0516 수정 end */
.shorterm.list #content > .selected1 .select-date > button .date-wrap > dl > dd small {
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.shorterm.list #content > .selected1 .select-date > button .date-wrap > dl > dd p {
  margin-top: -5px;
  font-weight: bold;
}
.shorterm.list #content > .selected1.fix {
  height: 64px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.shorterm.list #content > .selected1.fix .select-date > button {
  height: 30px;
}
.shorterm.list #content > .selected1.fix .select-date > button .date-wrap:before {
  margin-top: 5px;
}
/* 0516 수정   start */
.shorterm.list #content > .selected1.fix .select-date > button .date-wrap > dl:last-child {
  text-align: right;
  margin-right: 10px;
}
/* 0516 수정   end */
.shorterm.list #content > .selected1.fix .select-date > button .date-wrap > dl dd {
  margin-top: 0;
}
.shorterm.list #content > .selected1.fix .select-date > button .date-wrap > dl dd small,
.shorterm.list #content > .selected1.fix .select-date > button .date-wrap > dl dd p {
  display: none;
}
.shorterm.list #content > .selected2 {
  position: relative;
  margin-top: 77px;
  padding-top: 6px;
  padding-bottom: 9px;
  background-color: #4c5667;
  border-top: 1px solid #5e6776;
}
.shorterm.list #content > .selected2 ul {
  font-size: 13px;
  text-align: left;
  color: #fff;
}
.shorterm.list #content > .selected2 ul .img-wrap-responsive.square {
  padding-top: 100%;
}
.shorterm.list #content > .selected2 ul > li {
  display: inline-block;
  vertical-align: middle;
}
.shorterm.list #content > .selected2 ul > li {
  position: relative;
  padding-right: 20px;
}
.shorterm.list #content > .selected2 ul > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 8px;
  width: 1px;
  height: 10px;
  background-color: #3c4452;
  opacity: 1;
  filter: alpha(opacity=100);
}
.shorterm.list #content > .selected2 ul > li:last-child:after {
  width: 0;
}
.shorterm.list #content > .selected2 ul span:after {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin-right: 4px;
  margin-left: 4px;
  background-color: #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  content: '';
}
.shorterm.list #content > .selected2.fix {
  margin-top: 63px;
}
.shorterm.list #content .sec-count {
  overflow: hidden;
  padding: 20px;
  border-top: 1px solid #282c33;
  background-color: #192028;
}
.shorterm.list #content .sec-count > div:first-child {
  float: left;
  width: 70px;
  height: 70px;
  background-image: url("/static/mobile/images/temp-graph.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  text-align: center;
}
.shorterm.list #content .sec-count > div:first-child p {
  margin-top: 20px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  color: #ffdf66;
}
.shorterm.list #content .sec-count > div:last-child {
  overflow: hidden;
  padding-left: 20px;
}
.shorterm.list #content .sec-count > div:last-child > dl {
  overflow: hidden;
  color: #ffdf66;
}
.shorterm.list #content .sec-count > div:last-child > dl dt,
.shorterm.list #content .sec-count > div:last-child > dl dd {
  float: left;
}
.shorterm.list #content .sec-count > div:last-child > dl dd {
  margin-left: 5px;
}
.shorterm.list #content .sec-count > div:last-child > dl dd span {
  font-weight: bold;
}
.shorterm.list #content .sec-count > div:last-child > p {
  margin-top: 10px;
  line-height: 1.6;
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.shorterm.list #content .sec-count > div:last-child > p span {
  display: block;
  font-weight: bold;
}
.shorterm.list2 .navbar,
.review.list2 .navbar,
.shorterm.view .navbar,
.review.view .navbar,
.shorterm.complete .navbar,
.review.complete .navbar {
  border: none;
  background-color: transparent;
}
.shorterm.list2 .navbar .title,
.review.list2 .navbar .title,
.shorterm.view .navbar .title,
.review.view .navbar .title,
.shorterm.complete .navbar .title,
.review.complete .navbar .title {
  color: #fff;
}
.shorterm.list2 .navbar .btn-back,
.review.list2 .navbar .btn-back,
.shorterm.view .navbar .btn-back,
.review.view .navbar .btn-back,
.shorterm.complete .navbar .btn-back,
.review.complete .navbar .btn-back {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}
.shorterm.list2 .navbar .btn-back:before,
.review.list2 .navbar .btn-back:before,
.shorterm.view .navbar .btn-back:before,
.review.view .navbar .btn-back:before,
.shorterm.complete .navbar .btn-back:before,
.review.complete .navbar .btn-back:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.shorterm.list2 .navbar .btn-back:before,
.review.list2 .navbar .btn-back:before,
.shorterm.view .navbar .btn-back:before,
.review.view .navbar .btn-back:before,
.shorterm.complete .navbar .btn-back:before,
.review.complete .navbar .btn-back:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  width: 8px;
  height: 12px;
  background-position: -80px -20px;
}
.shorterm.list2 #content,
.review.list2 #content,
.shorterm.view #content,
.review.view #content,
.shorterm.complete #content,
.review.complete #content {
  margin-top: 0;
}
.shorterm.list2 #content > .top,
.review.list2 #content > .top,
.shorterm.view #content > .top,
.review.view #content > .top,
.shorterm.complete #content > .top,
.review.complete #content > .top {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  background-color: #00adef;
  color: #fff;
  text-align: center;
}
.shorterm.list2 #content .top,
.review.list2 #content .top {
  height: 160px;
  padding-top: 65px;
  background-size: 75%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
.shorterm.list2 #content .top > h4,
.review.list2 #content .top > h4 {
  line-height: 1.1;
  color: #192028;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.shorterm.list2 #content .top > h4 > small,
.review.list2 #content .top > h4 > small {
  font-size: 0.6em;
}
@media (max-width:991px) {
  .shorterm.list2 #content .top > h4,
  .review.list2 #content .top > h4 {
    margin-bottom: 10px;
  }
}
@media (min-width:992px) {
  .shorterm.list2 #content .top > h4,
  .review.list2 #content .top > h4 {
    margin-bottom: 20px;
  }
}
.shorterm.list2 #content .top > span,
.review.list2 #content .top > span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #00adef;
}
.shorterm.view #content .top,
.review.view #content .top {
  padding-top: 50px;
  padding-bottom: 70px;
}
/* 0516 수정 start */
.shorterm.view #content .top > p,
.review.view #content .top > p {
  display: inline-block;
  margin: auto;
  margin-top: 9px;
  padding: 4px 10px;
  border: 1px solid #fff11a;
  border-radius: 4px;
  font-size: 12px;
  color: #fff11a;
  letter-spacing: -1.5px;
}
.shorterm.view #content .top .review-wrap,
.review.view #content .top .review-wrap {
  margin-top: 15px;
}
.shorterm.view #content .top .review-wrap .review-point,
.review.view #content .top .review-wrap .review-point {
  font-size: 19px;
  font-weight: bold;
  color: #fff11a;
  font-family: 'Futura-Heavy-BT', sans-serif;
}
/* 0516 수정 end */
.shorterm.view #content .top .review-wrap a,
.review.view #content .top .review-wrap a {
  color: #fff;
  text-decoration: none;
}
/* 0516 수정 start */
.shorterm.view #content .top .review-wrap > ul,
.review.view #content .top .review-wrap > ul {
  width: 50%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* 0516 수정 end */
.shorterm.view #content .top .review-wrap > ul > li:not(:first-child),
.review.view #content .top .review-wrap > ul > li:not(:first-child) {
  border-left: 1px solid #4dc6f4;
}
.shorterm.view #content .top .review-wrap > ul > li dt,
.review.view #content .top .review-wrap > ul > li dt {
  color: #fff;
}
/* 0516 수정 start */
.shorterm.view #content .top .review-wrap > ul > li dd,
.review.view #content .top .review-wrap > ul > li dd {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Futura-Heavy-BT', sans-serif;
}
/* 0516 수정 end */
.shorterm.review.view #content .top,
.review.review.view #content .top {
  padding-top: 50px;
  padding-bottom: 20px;
}
.shorterm.complete #content,
.review.complete #content {
  position: absolute;
  top: 0;
  width: 100%;
}
.shorterm.complete #content .top,
.review.complete #content .top {
  padding-top: 20px;
  padding-bottom: 70px;
}
.shorterm.search-car .navbar {
  border: none;
  background-color: transparent;
}
.shorterm.search-car #content {
  /*.mt(120px);*/
  margin-bottom: -20px;
  padding-bottom: 0;
}
.shorterm.search-car #content > div:first-child {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: #00adef;
}
.shorterm.search-car #content > div:first-child > p {
  margin-top: 54px;
  margin-right: 20px;
  margin-left: 20px;
  line-height: 1.2;
  font-size: 13px;
  color: #fff;
}
.shorterm.search-car #content .swiper-container,
.shorterm.search-car #content .links {
  background-color: #e4ebf5;
}
.shorterm.search-car #content .swiper-container {
  width: 100%;
  height: 90px;
}
.shorterm.search-car #content .swiper-slide button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: left;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.shorterm.search-car #content .swiper-slide h3 {
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shorterm.search-car #content .swiper-slide p {
  font-size: 12px;
}
.shorterm.search-car #content .bottom-banner {
  height: 145px;
  margin-top: 3px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.shorterm.search-car #content .bottom-banner .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.shorterm.search-car #content .bottom-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 4px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.shorterm.search-car #content .links {
  overflow: hidden;
  margin-top: 3px;
  margin-bottom: 3px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.shorterm.search-car #content .links > a {
  display: block;
  float: left;
  position: relative;
  width: 50%;
  padding-left: 23px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
}
.shorterm.search-car #content .links > a:nth-child(1) {
  line-height: 94px;
  font-size: 18px;
  font-weight: bold;
}
.shorterm.search-car #content .links > a:nth-child(1):before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.shorterm.search-car #content .links > a:nth-child(1):before {
  width: 35px;
  height: 35px;
  background-position: 0px -215px;
}
.shorterm.search-car #content .links > a:nth-child(1):before {
  right: 31px;
  position: absolute;
  top: 50%;
  margin-top: -17.5px;
}
.shorterm.search-car #content .links > a:nth-child(1):after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  content: '';
}
.shorterm.search-car #content .links > a:nth-child(2) {
  height: 94px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.shorterm.search-car #content .links > a:nth-child(2):before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.shorterm.search-car #content .links > a:nth-child(2):before {
  width: 35px;
  height: 35px;
  background-position: -35px -215px;
}
.shorterm.search-car #content .links > a:nth-child(2):before {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 6.45%;
}
.shorterm.search-car #content .links > a:nth-child(2) h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.shorterm.search-car #content .links > a:nth-child(2) dl {
  overflow: hidden;
  /*;.rel;top:-5px;.mtb(5px);*/
  font-size: 10px;
  color: #5e6268;
}
.shorterm.search-car #content .links > a:nth-child(2) dl > dt,
.shorterm.search-car #content .links > a:nth-child(2) dl > dd {
  overflow: hidden;
}
.shorterm.search-car #content .links > a:nth-child(2) dl > dt {
  clear: both;
  float: left;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.shorterm.search-car #content .links > a:nth-child(2) dl.dt-10 > dt {
  width: 10%;
  min-width: 80px;
}
.shorterm.search-car #content .links > a:nth-child(2) dl.dt-20 > dt {
  width: 20%;
  min-width: 120px;
}
.shorterm.search-car #content .links > a:nth-child(2) dt {
  width: 60px;
}
.shorterm.search-car #content .data {
  overflow: hidden;
  padding: 20px 6.25%;
  border-top: 1px solid #e5e5e5;
  background-color: #4c5667;
  text-align: center;
  color: #fff;
}
.shorterm.search-car #content .data dl {
  float: left;
  width: 33.333%;
}
.shorterm.search-car #content .data dl > dt {
  color: #868c98;
}
.shorterm.search-car #content .data dl > dd {
  margin-top: 10px;
}
.shorterm.search-car #content .data dl dt {
  font-size: 10px;
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.shorterm.search-car #content .data dl dd {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
}
.shorterm.search-car #content .data dl:nth-child(4),
.shorterm.search-car #content .data dl:nth-child(5) {
  width: 50%;
  margin-top: 20px;
}
.shorterm.search-car #content .data dl:nth-child(4) {
  clear: both;
}
.shorterm.search-car #content .data dl:nth-child(1):before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.shorterm.search-car #content .data dl:nth-child(1):before {
  width: 34px;
  height: 24px;
  background-position: -77px -186px;
}
.shorterm.search-car #content .data dl:nth-child(2):before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.shorterm.search-car #content .data dl:nth-child(2):before {
  width: 34px;
  height: 24px;
  background-position: -111px -186px;
}
.shorterm.search-car #content .data dl:nth-child(3):before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.shorterm.search-car #content .data dl:nth-child(3):before {
  width: 34px;
  height: 24px;
  background-position: -145px -186px;
}
.shorterm.search-car #content .data dl:nth-child(4):before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.shorterm.search-car #content .data dl:nth-child(4):before {
  width: 34px;
  height: 24px;
  background-position: -179px -186px;
}
.shorterm.search-car #content .data dl:nth-child(5):before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.shorterm.search-car #content .data dl:nth-child(5):before {
  width: 34px;
  height: 24px;
  background-position: -145px -162px;
}
.shorterm #content > .content-wrap .img-wrap-responsive {
  clear: both;
  width: 75%;
  max-width: 450px;
  margin: auto;
  padding-top: 51.8%;
}
.search-car-result-sort {
  padding: 12px 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  background-color: #fff;
}
.search-car-result-sort ul .img-wrap-responsive.square {
  padding-top: 100%;
}
.search-car-result-sort ul > li {
  display: inline-block;
  vertical-align: middle;
}
.search-car-result-sort ul .img-wrap-responsive.square {
  padding-top: 100%;
}
.search-car-result-sort ul > li {
  display: inline-block;
  vertical-align: middle;
}
.search-car-result-sort ul > li {
  position: relative;
  padding-right: 20px;
}
.search-car-result-sort ul > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 8px;
  width: 1px;
  height: 10px;
  background-color: #dcdfe4;
  opacity: 1;
  filter: alpha(opacity=100);
}
.search-car-result-sort ul > li:last-child:after {
  width: 0;
}
.search-car-result-sort ul > li:before {
  width: 11px;
  height: 12px;
  margin-right: 6px;
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
  background-position: -46px -52px;
}
.search-car-result-sort ul > li.selected:before {
  background-position: -30px -52px;
}
#search-best-view {
  margin-top: 3px;
  border-top: 1px solid #eef2f5;
  border-bottom: 1px solid #eef2f5;
  background-color: #fff;
}
#search-best-view .best-car-list {
  position: relative;
  padding: 15px 20px 35px 30px;
  background-color: #fff;
}
#search-best-view .best-car-list .text-box {
  float: right;
  display: table;
  width: 55%;
  height: 118px;
  padding-left: 10px;
  box-sizing: border-box;
}
#search-best-view .best-car-list .text-box .text-content {
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
#search-best-view .best-car-list .best-car-info .best-car-name {
  font-weight: bold;
}
#search-best-view .best-car-list .best-car-info > span {
  font-size: 12px;
  color: #7a7a7a;
}
#search-best-view .best-car-list .best-car-info > p {
  color: #192028;
}
#search-best-view .best-car-list .best-rent-info {
  float: right;
  margin-top: -20px;
}
#search-best-view .best-car-list .best-rent-info .best-rent-company {
  display: block;
  font-size: 16px;
}
#search-best-view .best-car-list .best-rent-info .review-summary .review-point {
  font-size: 15px;
}
#search-best-view .best-car-list .best-rent-info .rent-price .text-cancel {
  font-size: 11px;
  color: #ff5353;
}
#search-best-view .best-car-list .best-rent-info .rent-price .text-price {
  display: block;
  font-size: 16px;
}
#search-best-view .hit-badge {
  position: absolute;
  top: 15px;
  right: 12px;
  padding-right: 7px;
  padding-left: 7px;
  background-color: #00adef;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
}
#search-best-view .hit-badge:before,
#search-best-view .hit-badge:after {
  position: absolute;
  content: '';
}
#search-best-view .hit-badge:before {
  top: 0;
  left: -13px;
  border: transparent solid 10px;
  border-right: #00adef solid 13px;
  border-left: transparent solid 0;
}
#search-best-view .hit-badge:after {
  left: -6px;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
}
#search-best-view .swiper-pagination-bullet {
  background-color: #d4d4d4;
  vertical-align: middle;
}
#search-best-view .swiper-pagination-bullet-active {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #00adef;
}
#search-best-view .swiper-pagination-bullet-active:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
}
.search-car-empty {
  padding-top: 30px;
  border-top: 1px solid #e7e9ed;
  text-align: center;
}
.search-car-empty h3 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
.search-car-result-list {
  background-color: #f1f1f1;
}
.search-car-result-list > li {
  overflow: hidden;
  position: relative;
  border-top: 1px solid #eef2f5;
  border-bottom: 1px solid #eef2f5;
  background-color: #fff;
  color: #192028;
  margin-top: 3px;
}
.search-car-result-list > li > span {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  padding-right: 6px;
  padding-left: 20px;
  background-color: #fb435f;
  line-height: 25px;
  font-size: 12px;
  color: #fff;
}
.search-car-result-list > li > span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 0 20px;
  border-color: transparent transparent transparent #fff;
}
.search-car-result-list > li > a {
  display: block;
  padding: 25px 20px;
}
.search-car-result-list > li > a > div:first-child {
  overflow: hidden;
  position: relative;
  z-index: 100;
}
/* 0516 수정 start */
.search-car-result-list > li > a > div:first-child > h4 {
  display: inline-block;
  float: left;
  max-width: 50%;
  margin-right: 2%;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  vertical-align: top;
  word-break: break-all;
  letter-spacing: -0.7px;
}
/* 0516 수정 end */
.search-car-result-list > li > a > div:first-child > h4 small {
  font-weight: normal;
}
.search-car-result-list > li > a > div:first-child > span {
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  max-width: 48%;
  padding-right: 4px;
  padding-left: 4px;
  border: 1px solid #00adef;
  background-color: #fff;
  vertical-align: top;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #00adef;
}
.search-car-result-list > li > a > p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #ff5353;
}
/* 0516 수정 start */
.search-car-result-list > li > a > span {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.5;
  font-weight: 600;
  letter-spacing: -1px;
  filter: alpha(opacity=50);
}
/* 0516 수정 end */
.search-car-result-list > li > a .img-wrap-responsive {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  right: -30px;
  width: 50%;
  height: 90px;
  z-index: 0;
}
.search-car-result-list .company-list > li {
  padding: 0;
}
.search-car-result-list .company-list > li > a {
  padding: 18px 0 18px 20px;
}
/* 0516 수정 start */
.search-car-result-list .company-list > li > a > div {
  padding-right: 90px;
}
/* 0516 수정 end */
.search-car-result-list .company-list > li > a > div .ico-star span {
  width: 15px;
}
.search-car-result-list .company-list > li > a > div > div:nth-child(2) > dl {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  border: none;
}
.search-car-result-list .company-list > li > a > div > div:nth-child(2) > dl > dt,
.search-car-result-list .company-list > li > a > div > div:nth-child(2) > dl > dd {
  color: #666;
}
.search-car-result-list .company-list > li > a > div > div:nth-child(2) > dl > dt {
  margin-right: 3px;
}
.search-car-result-list .company-list > li > a > div > div:nth-child(2) > dl > dt:after {
  display: inline-block;
  width: 1px;
  height: 8px;
  margin-left: 2px;
  background-color: #bcbcbc;
  vertical-align: 1px;
  content: '';
}
.search-car-result-list .company-list > li > a > div > div:nth-child(2) > dl:after {
  display: inline-block;
  width: 1px;
  height: 8px;
  margin-right: 2px;
  margin-left: 4px;
  background-color: #919191;
  vertical-align: 1px;
  content: '';
}
.search-car-result-list .company-list > li > a > div > div:nth-child(2) > dl:last-child {
  border: none;
  color: #666;
}
.search-car-result-list .company-list > li > a > div > div:nth-child(2) > dl:last-child:after {
  display: none;
}
/* 0516 수정 start */
.search-car-result-list .company-list > li > a button.btn {
  position: absolute;
  top: 46%;
  right: 9px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  width: 75px;
  height: 35px;
  margin-top: -15px;
  border: 1px solid #eef2f5;
  background-color: #f8fafb;
  font-size: 13px;
  color: #717886;
  
}
/* 0516 수정 end */
.search-car-result-list .company-list > li > a button.btn.active {
  border: 1px solid #00adef;
  background-color: #00adef;
  color: #fff;
}
.search-car-result-list .company-list > li:nth-child(n+4) {
  display: none;
}
.search-car-result-list .company-list + .more-view {
  display: block;
  width: 100%;
  border-top: 1px solid #eef2f5;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.search-car-result-list .company-list + .more-view:after {
  display: inline-block;
  width: 10px;
  height: 7px;
  margin-left: 9px;
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  background-position: 0 -50px;
  vertical-align: 2px;
  content: '';
}
.search-car-result-list .company-list + .more-view.hide:after {
  background-position: -15px -50px;
}
.company-list > li {
  overflow: hidden;
  padding: 20px 6.25%;
  position: relative;
  border-top: 1px solid #eef2f5;
  background-color: #fff;
  color: #192028;
}
.company-list > li > a {
  display: block;
}
.company-list > li > a > div {
  overflow: hidden;
}
/* 0516 수정 start */
.company-list > li > a > div > div:first-child {
  overflow: hidden;
  position: relative;
}
/* 0516 수정 end */
.company-list > li > a > div > div:first-child > h5,
.company-list > li > a > div > div:first-child > p {
  font-size: 14px;
  font-weight: bold;
}
.company-list > li > a > div > div:first-child > h5 {
  overflow: hidden;
  display: inline-block;
  max-width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  letter-spacint: -0.7px;
}
.company-list > li > a > div > div:first-child .review-summary {
  display: block;
}
.company-list > li > a > div > div:first-child .review-summary span {
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 375px) {
  .company-list > li > a > div > div:first-child > h5 {
    max-width: 35%;
    margin-right: 8px;
    vertical-align: middle;
  }
  .company-list > li > a > div > div:first-child .review-summary {
    display: inline-block;
    vertical-align: middle;
  }
}
/* 0516 수정 start */
.company-list > li > a > div > div:first-child > p {
  position: absolute;
  top: 0;
  right: 0;
  color: #ff5353;
  letter-spacing: 1px;
  font-family:  'Futura-Heavy-BT';
  font-weight: 600;
}
.company-list > li > a > div > div:nth-child(2) {
  letter-spacing: -1.2px;
}
/* 0516 수정 end */
.company-list > li > a > div > div:nth-child(2) > dl {
  overflow: hidden;
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-right: 4px;
  padding-left: 4px;
  border: 1px solid #dcdfe4;
  font-size: 12px;
  line-height: 1.8;
  vertical-align: middle;
}
.company-list > li > a > div > div:nth-child(2) > dl > dt,
.company-list > li > a > div > div:nth-child(2) > dl > dd {
  display: inline-block;
  float: left;
  white-space: nowrap;
  vertical-align: middle;
}
.company-list > li > a > div > div:nth-child(2) > dl > dt {
  margin-right: 3px;
}
.company-list > li > a > div > div:nth-child(2) > dl:last-child {
  border: 1px solid #bcecff;
  color: #00adef;
}
.company-list > li > a > div .list-option {
  margin-top: 5px;
  font-size: 12px;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.company-list > li > a > div .list-option li {
  display: inline;
}
.company-list > li > a > div .list-option .bar {
  display: inline-block;
  height: 10px;
  margin-top: 3px;
  margin-right: 0px;
  margin-left: 5px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.reserv.view {
  padding-bottom: 50px;
}
.reserv.view .navbar .title {
  padding-top: 35px;
  font-size: 22px;
}
.reserv.view .navbar.fixed .title {
  padding-top: 0;
  font-size: 16px;
}
.reserv.view .btn-gotop {
  bottom: 70px;
}
.reserv.view #content .top {
  padding-top: 70px;
  padding-bottom: 80px;
}
.reserv.view #content > .btn-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 3.125% 10px 6.25%;
  background-color: #192028;
  font-size: 16px;
  z-index: 100;
}
.reserv.view #content > .btn-wrap > span {
  display: inline-block;
  float: left;
  width: 65%;
  margin-top: 10px;
  color: #fb435f;
}
.reserv.view #content > .btn-wrap > span.active {
  color: #fff;
}
.reserv.view #content > .btn-wrap > span > span:after {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin-right: 7px;
  margin-left: 7px;
  background-color: #5e6369;
  content: '';
}
.reserv.view #content > .btn-wrap button {
  float: right;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  width: 31%;
  max-width: 90px;
  height: 40px;
  border: 1px solid #eef2f5;
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.reserv.view #content > .btn-wrap button.active {
  border: 1px solid #00adef;
  background-color: #00adef;
  opacity: 1;
  filter: alpha(opacity=100);
}
.reserv.view #content .img-wrap-responsive {
  position: absolute;
  left: 50%;
  margin-left: -114px;
  top: 235px;
  width: 228px;
  padding-top: 87px;
  z-index: 100;
}
.reserv.view #content .panel {
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing: -1px;
}
.reserv.view #content .panel.price-plan,
.reserv.view #content .panel.price-plan-alliance {
  padding-top: 40px;
}
/* 0515 수정 start */
.reserv.view #content .panel.price-plan .btn-tooltip,
.reserv.view #content .panel.price-plan-alliance .btn-tooltip {
  position: absolute;
}
/* 0515 수정 end */
.reserv.view #content .panel.price-plan > ul:last-child,
.reserv.view #content .panel.price-plan-alliance > ul:last-child {
  line-height: 1.8;
  font-size: 12px;
}
/* 0516 수정 start */
.reserv.view #content .panel.price-plan > ul:last-child > li,
.reserv.view #content .panel.price-plan-alliance > ul:last-child > li {
  position: relative;
  padding-left: 10px;
  letter-spacing: -1.7px;
}
/* 0516 수정 end */
.reserv.view #content .panel.price-plan > ul:last-child > li:before,
.reserv.view #content .panel.price-plan-alliance > ul:last-child > li:before {
  content: '*';
  display: block;
  float: left;
  position: absolute;
  top: 2px;
  left: 0;
  width: 6px;
  height: 6px;
  color: #00adef;
}
.reserv.view #content .panel.price-plan > ul:last-child span,
.reserv.view #content .panel.price-plan-alliance > ul:last-child span {
  font-weight: bold;
}
.reserv.view #content .panel.price-plan {
  padding-top: 63px;
  background-color: #f9f9f9;
}
.reserv.view #content .panel.price-plan .nav-tabs > li {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.reserv.view #content .panel.price-plan .nav-tabs > li:not(:first-child) {
  border-left: 1px solid #eef2f5;
}
.reserv.view #content .panel.price-plan .nav-tabs > li > a {
  display: block;
  position: relative;
  padding-top: 30px;
  padding-bottom: 15px;
  vertical-align: middle;
  font-weight: bold;
}
.reserv.view #content .panel.price-plan .nav-tabs > li > a:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.reserv.view #content .panel.price-plan .nav-tabs > li > a:before {
  width: 9px;
  height: 6px;
  background-position: -20px -30px;
}
.reserv.view #content .panel.price-plan .nav-tabs > li > a:before,
.reserv.view #content .panel.price-plan .nav-tabs > li > a:after {
  content: '';
  position: absolute;
  left: 50%;
}
.reserv.view #content .panel.price-plan .nav-tabs > li > a:before {
  top: 11px;
  margin-left: -3px;
}
.reserv.view #content .panel.price-plan .nav-tabs > li > a:after {
  top: 3px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border: 1px solid #dcdfe4;
  border-radius: 50%;
}
.reserv.view #content .panel.price-plan .nav-tabs > li > a > span {
  display: block;
  font-weight: normal;
}
.reserv.view #content .panel.price-plan .nav-tabs > li.selected a {
  background-color: #192028;
  -webkit-box-shadow: 5px 5px 5px rgba(27, 36, 52, 0.1);
  box-shadow: 5px 5px 5px rgba(27, 36, 52, 0.1);
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
.reserv.view #content .panel.price-plan .nav-tabs > li.selected a:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.reserv.view #content .panel.price-plan .nav-tabs > li.selected a:before {
  width: 10px;
  height: 7px;
  background-position: -30px -30px;
}
.reserv.view #content .panel.price-plan .nav-tabs > li.selected a:before {
  top: 11px;
  margin-left: -3px;
}
.reserv.view #content .panel.price-plan .nav-tabs > li.selected a:after {
  border: none;
}
.reserv.view #content .panel.price-plan .tab-content > p {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ff5353;
  text-align: center;
  color: #ff5353;
}
/* 0516 수정 start */
.reserv.view #content .panel.price-plan .tab-content > div {
  border-top: 1px solid #192028;
  -webkit-box-shadow: 0px 0px 20px rgba(133, 134, 136, 0.2);
  box-shadow: 0px 0px 20px rgba(133, 134, 136, 0.2);
}
/* 0516 수정 end */
.reserv.view #content .panel.price-plan .tab-content > div > div {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}
.reserv.view #content .panel.price-plan .tab-content > div > div > dl {
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.reserv.view #content .panel.price-plan .tab-content > div > div > dl > dt {
  color: #868c98;
}
.reserv.view #content .panel.price-plan .tab-content > div > div > dl > dd {
  margin-top: 10px;
}
.reserv.view #content .panel.price-plan .tab-content > div > div > dl:not(:first-child) {
  border-left: 1px solid #eef2f5;
}
.reserv.view #content .panel.price-plan .tab-content > div > dl {
  overflow: hidden;
  /*;.rel;top:-5px;.mtb(5px);*/
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eef2f5;
}
.reserv.view #content .panel.price-plan .tab-content > div > dl > dt,
.reserv.view #content .panel.price-plan .tab-content > div > dl > dd {
  overflow: hidden;
}
.reserv.view #content .panel.price-plan .tab-content > div > dl > dt {
  clear: both;
  float: left;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.reserv.view #content .panel.price-plan .tab-content > div > dl.dt-10 > dt {
  width: 10%;
  min-width: 80px;
}
.reserv.view #content .panel.price-plan .tab-content > div > dl.dt-20 > dt {
  width: 20%;
  min-width: 120px;
}
.reserv.view #content .panel.price-plan .tab-content > div > dl > dt,
.reserv.view #content .panel.price-plan .tab-content > div > dl > dd {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.6;
}
/* 0516 수정 start */
.reserv.view #content .panel.price-plan .tab-content > div > dl > dt {
  width: 72px;
  font-weight: bold;
  opacity: 1;
  filter: alpha(opacity=100);
}
.reserv.view #content .panel.price-plan .tab-content > div > dl > dt span {
  display: block;
}
.reserv.view #content .panel.price-plan .tab-content > div > dl > dd {
  position: relative;
  padding-right: 15px;
  padding-left: 5px;
  padding-top: 3px;
  font-size: 12px;
  color: #fb435f;
  letter-spacing: -1.7px;
}
/* 0516 수정 end */
.reserv.view #content .panel.price-plan .tab-content > div > dl > dd span {
  color: #fb435f;
}
.reserv.view #content .panel.price-plan > ul:last-child {
  margin-top: 20px;
}
.reserv.view #content .panel.price-plan.premium-plan .nav-tabs > li > a:before,
.reserv.view #content .panel.price-plan.premium-plan .nav-tabs > li > a:after {
  display: none;
}
.reserv.view #content .panel.price-plan.premium-plan .nav-tabs > li > a > span {
  display: inline-block;
  font-family: 'Futura-Heavy-BT', sans-serif;
  letter-spacing: 1.5px;
}
.reserv.view #content .panel.price-plan.premium-plan .nav-tabs > li > a > span:before {
  position: static;
  display: inline-block;
  width: 1px;
  height: 12px;
  margin-right: 6px;
  margin-left: 6px;
  background-color: #868c98;
  content: '';
}
.reserv.view #content .panel.price-plan.premium-plan .nav-tabs > li.selected a {
  background-color: #4c5667;
}
.reserv.view #content .panel.price-plan.premium-plan .nav-tabs > li.selected a:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.reserv.view #content .panel.price-plan.premium-plan .nav-tabs > li.selected a:before {
  width: 14px;
  height: 14px;
  background-position: 0 -62px;
}
.reserv.view #content .panel.price-plan.premium-plan .nav-tabs > li.selected a:before {
  position: static;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-position: 6px -56px;
  border: 1px solid #717886;
  border-radius: 50%;
  vertical-align: -4px;
}
.reserv.view #content .panel.price-plan.premium-plan .tab-content > div > div {
  padding-top: 0;
  padding-bottom: 0;
}
.reserv.view #content .panel.price-plan.premium-plan .tab-content > div > div > dl {
  padding-top: 15px;
  padding-bottom: 15px;
}
.reserv.view #content .panel.price-plan.premium-plan .tab-content > div > div > dl > dt,
.reserv.view #content .panel.price-plan.premium-plan .tab-content > div > div > dl > dd {
  color: #4c5667;
}
/* 0516 수정 start */
.reserv.view #content .panel.price-plan.premium-plan .tab-content > div > div > dl > dt {
  margin-right: 0;
  letter-spacing: -1.7px;
  font-size: 12px;
}
.reserv.view #content .panel.price-plan.premium-plan .tab-content > div > div > dl > dd {
  margin-top: 3px;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Futura-Heavy-BT', sans-serif;
  letter-spacing: 1.5px;
}
.reserv.view #content .panel.price-plan.premium-plan .tab-content > div > dl {
  padding: 15px;
}
.reserv.view #content .panel.price-plan.premium-plan .tab-content > div > dl > dt {
   position: relative;
   width: 50%;
   font-size: 13px;
   letter-spacing: -1.5px;
}
/* 0516 수정 end */
.reserv.view #content .panel.price-plan.premium-plan .tab-content > div > dl > dt span {
  margin-top: -5px;
}
.reserv.view #content .panel.price-plan.premium-plan .tab-content > div > dl > dt .btn-tooltip {
  top: 5px;
}
.reserv.view #content .panel.price-plan-alliance {
  padding-top: 40px;
}
.reserv.view #content .panel.price-plan-alliance > div {
  overflow: hidden;
  padding-bottom: 15px;
}
.reserv.view #content .panel.price-plan-alliance > div > dl {
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.reserv.view #content .panel.price-plan-alliance > div > dl > dt {
  color: #868c98;
}
.reserv.view #content .panel.price-plan-alliance > div > dl > dd {
  margin-top: 10px;
}
.reserv.view #content .panel.price-plan-alliance > div > dl:not(:first-child) {
  border-left: 1px solid #eef2f5;
}
.reserv.view #content .panel.price-plan-alliance > dl {
  overflow: hidden;
  /*;.rel;top:-5px;.mtb(5px);*/
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eef2f5;
}
.reserv.view #content .panel.price-plan-alliance > dl > dt,
.reserv.view #content .panel.price-plan-alliance > dl > dd {
  overflow: hidden;
}
.reserv.view #content .panel.price-plan-alliance > dl > dt {
  clear: both;
  float: left;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.reserv.view #content .panel.price-plan-alliance > dl.dt-10 > dt {
  width: 10%;
  min-width: 80px;
}
.reserv.view #content .panel.price-plan-alliance > dl.dt-20 > dt {
  width: 20%;
  min-width: 120px;
}
.reserv.view #content .panel.price-plan-alliance > dl > dt,
.reserv.view #content .panel.price-plan-alliance > dl > dd {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.6;
}
.reserv.view #content .panel.price-plan-alliance > dl > dt {
  width: 72px;
  margin-right: 10px;
  font-weight: bold;
  opacity: 1;
  filter: alpha(opacity=100);
}
.reserv.view #content .panel.price-plan-alliance > dl > dt span {
  display: block;
}
.reserv.view #content .panel.price-plan-alliance > dl > dd {
  position: relative;
  padding-right: 15px;
  padding-left: 0;
}
.reserv.view #content .panel.price-plan-alliance > dl > dd span {
  color: #fb435f;
}
.reserv.view #content .panel.realprice h6 {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
.reserv.view #content .panel.realprice h6 span {
  clear: both;
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #fb435f;
}
.reserv.view #content .panel.realprice h6 span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fb435f;
}
.reserv.view #content .panel.realprice ul {
  margin-top: 10px;
}
.reserv.view #content .panel.realprice ul li {
  position: relative;
  margin-top: 20px;
  padding-left: 40px;
}
.reserv.view #content .panel.realprice ul li:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.reserv.view #content .panel.realprice ul li:before {
  width: 20px;
  height: 20px;
  background-position: -370px -50px;
}
.reserv.view #content .panel.realprice ul li:before {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.reserv.view #content .panel.realprice ul li dl {
  font-weight: bold;
}
.reserv.view #content .panel.realprice ul li dl dt {
  color: #00adef;
}
.reserv.view #content .panel.realprice ul li dl dd {
  margin-top: 5px;
}
.reserv.view #content .panel.realprice ul li > div {
  position: absolute;
  top: -5px;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #00adef;
}
.reserv.view #content .panel.realprice ul li:nth-child(1) > div {
  background-image: url("/static/mobile/images/temp-graph1.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.reserv.view #content .panel.realprice ul li:nth-child(2) > div {
  background-image: url("/static/mobile/images/temp-graph2.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.reserv.view #content .panel.realprice ul li:nth-child(3) > div {
  background-image: url("/static/mobile/images/temp-graph3.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.reserv.view #content .panel.realprice ul li:nth-child(4) > div {
  background-image: url("/static/mobile/images/temp-graph4.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.reserv.view #content .panel.realprice ul li:nth-child(5) > div {
  background-image: url("/static/mobile/images/temp-graph5.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.reserv.view #content .panel.realprice ul li:nth-child(6):before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.reserv.view #content .panel.realprice ul li:nth-child(6):before {
  width: 20px;
  height: 11px;
  background-position: -370px -80px;
}
.reserv.view #content .panel.realprice ul li:nth-child(6):before {
  top: 23px;
}
.reserv.view #content .panel.realprice ul li:nth-child(6) > div {
  background-image: url("/static/mobile/images/temp-graph6.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #fff;
}
.reserv.view #content .panel.realprice ul li:nth-child(6) > span {
  font-size: 12px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.reserv.view #content .panel.rule > div > h6 {
  line-height: 1.1;
  color: #192028;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.reserv.view #content .panel.rule > div > h6 > small {
  font-size: 0.6em;
}
.reserv.view #content .panel.rule > div > table {
  width: 100%;
  margin-bottom: 10px;
}
.reserv.view #content .panel.rule > div:last-child > h6 {
  margin-top: 20px;
}
.reserv.view #content .panel.rule > div:last-child > h6:not(:first-child) {
  margin-top: 20px;
  font-size: 12px;
  font-weight: normal;
}
.reserv.view #content .panel.rule > div .table-border {
  font-size: 12px;
}
.reserv.view #content .panel.rule > div .table-border td.selected {
  background-color: #192028;
  color: #fff;
}
.reserv.view #content .panel.rule > div > p {
  font-size: 12px;
}
.reserv.view #content .panel.rule > div .point-box {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #868c98;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.reserv.view #content .panel.option > h6 {
  margin-bottom: 10px;
  border: none;
}
.reserv.view #content .panel.option ul > li {
  line-height: 1.8;
}
.reserv.view #content .panel.option ul > li > span {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.reserv.view #content .panel.option ul > li > span > img {
  width: 15px;
  height: 15px;
  margin-right: 4px;
  vertical-align: text-bottom;
}
.reserv.view #content .panel.option ul > li.selected span {
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
}
.reserv.view #content .panel.option ul > li.selected span:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.reserv.view #content .panel.option ul > li.selected span:before {
  width: 10px;
  height: 7px;
  background-position: -30px -40px;
}
.reserv.view #content .panel.option ul > li.selected span:before {
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  left: 105%;
}
.reserv.view #content .panel.info-company > div:nth-child(3) {
  border: none;
}
.reserv.view #content .panel.info-company > div:not(:nth-child(3)) {
  border-top: 1px solid #eef2f5;
}
.reserv.view #content .panel.review-list > .review-wrap {
  padding: 10px;
  border: 1px solid #eef2f5;
  font-weight: bold;
}
.reserv.view #content .panel.review-list > .review-wrap .review-point {
  font-size: 20px;
}
.reserv.view #content .panel.review-list .btn-wrap {
  margin-top: 30px;
}
.reserv.view #content .panel.review-list .btn-wrap button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #eef2f5;
  background-color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 40px;
  width: 100%;
}
.reserv.write .panel {
  margin-bottom: 5px;
}
.reserv.write .panel.reserv-detail {
  padding-top: 5px;
  padding-bottom: 5px;
}
.reserv.write .panel.form-item .bu-star {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eef2f5;
  line-height: 1.8;
  font-size: 12px;
}
.reserv.write .panel.form-item .ico-kakao,
.reserv.write .panel.form-item .ico-naver {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.reserv.write .panel.form-item .ico-kakao:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7.5px 0 0 -8px;
  width: 16px;
  height: 15px;
  background-position: -270px -230px;
}
.reserv.write .panel.form-item .ico-naver:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5.5px 0 0 -6px;
  width: 12px;
  height: 11px;
  background-position: -250px -230px;
}
.reserv.write .panel.agree > div {
  overflow: hidden;
  position: relative;
  margin-top: 10px;
  line-height: 24px;
}
.reserv.write .panel.agree > div label {
  margin-right: 30px;
}
.reserv.write .panel.agree > div > button {
  position: absolute;
  right: 0;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #eef2f5;
  background-color: #fff;
  padding: 10px;
  border: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.reserv.write .panel.agree > div > button:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.reserv.write .panel.agree > div > button:before {
  width: 6px;
  height: 9px;
  background-position: 0 -20px;
}
.reserv.write .panel.agree > div > button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 9px;
  margin: -4.5px 0 0 -3px;
}
.reserv.write .btn-wrap {
  margin-right: -10px;
  margin-left: -10px;
}
.reserv.write .btn-wrap button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 50px;
  border: none;
  color: #fff;
  background-color: #192028;
  width: 100%;
}
@media (min-width:992px) {
  .reserv.write .btn-wrap button {
    min-width: 200px;
  }
}
.reserv.complete .btn-toggle span {
  background-color: #fff;
}
.reserv.complete #content .img-wrap-responsive {
  position: absolute;
  left: 50%;
  margin-left: -83px;
  top: 170px;
  width: 166px;
  padding-top: 87px;
  z-index: 100;
}
.reserv.complete #content .panel {
  margin-bottom: 10px;
  padding-top: 40px;
}
.reserv.complete #content .reserv-number {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eef2f5;
}
.reserv.complete #content > .top > * {
  margin: auto;
  text-align: center;
  color: #fff !important;
}
.reserv.complete #content > .top > span {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
}
.reserv.complete #content > .top > span.success:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.reserv.complete #content > .top > span.success:before {
  width: 60px;
  height: 60px;
  background-position: 0 -70px;
}
.reserv.complete #content > .top > span.failed:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.reserv.complete #content > .top > span.failed:before {
  width: 60px;
  height: 60px;
  background-position: -260px -160px;
}
.reserv.complete #content > .top > h5 {
  line-height: 1.1;
  color: #192028;
  margin-bottom: 10px;
  font-size: 16px;
  margin-top: 20px;
}
.reserv.complete #content > .top > h5 > small {
  font-size: 0.6em;
}
.reserv.complete #content > .top > p {
  margin-top: 10px;
  font-size: 12px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.reserv.complete #content > .body .details dl:last-child dt {
  margin-top: 10px;
}
.reserv.complete #content .btn-wrap {
  overflow: hidden;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.reserv.complete #content .btn-wrap button {
  float: left;
  width: 49%;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
}
.reserv.complete #content .btn-wrap button:first-child {
  margin-right: 2%;
}
.reserv.complete #content .btn-wrap button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 50px;
}
@media (min-width:992px) {
  .reserv.complete #content .btn-wrap button {
    min-width: 200px;
  }
}
.reserv.complete #content .btn-wrap button:first-child {
  background-color: #a7afbb;
}
.reserv.complete #content .btn-wrap button:first-child:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.reserv.complete #content .btn-wrap button:first-child:before {
  width: 19px;
  height: 22px;
  background-position: -300px -70px;
}
.reserv.complete #content .btn-wrap button:last-child {
  border: none;
  color: #fff;
  background-color: #192028;
}
.review.view .review-list > ul > li:first-child {
  padding-top: 0;
}
.mypage #content .empty {
  padding: 20px;
  text-align: center;
}
.mypage #content .reserv-detail {
  overflow: hidden;
  padding: 20px 6.25%;
  border-top: 1px solid #eef2f5;
  border-bottom: 1px solid #eef2f5;
  background-color: #fff;
  color: #192028;
  -webkit-box-shadow: 10px 10px 10px rgba(27, 36, 52, 0.1);
  box-shadow: 10px 10px 10px rgba(27, 36, 52, 0.1);
  margin-bottom: 10px;
}
.mypage #content .reserv-detail.green,
.mypage #content .reserv-detail.red,
.mypage #content .reserv-detail.gray {
  position: relative;
}
.mypage #content .reserv-detail.green > .title,
.mypage #content .reserv-detail.red > .title,
.mypage #content .reserv-detail.gray > .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding-right: 6.25%;
  padding-left: 6.25%;
  box-sizing: border-box;
  line-height: 50px;
}
.mypage #content .reserv-detail.green > .title h6,
.mypage #content .reserv-detail.red > .title h6,
.mypage #content .reserv-detail.gray > .title h6 {
  width: 100%;
  color: #fff;
}
.mypage #content .reserv-detail.green > .body,
.mypage #content .reserv-detail.red > .body,
.mypage #content .reserv-detail.gray > .body {
  margin-top: 50px;
}
.mypage #content .reserv-detail.green > .body .details dl:last-child dt,
.mypage #content .reserv-detail.red > .body .details dl:last-child dt,
.mypage #content .reserv-detail.gray > .body .details dl:last-child dt {
  margin-top: 10px;
}
.mypage #content .reserv-detail.green > .title {
  background: -webkit-linear-gradient(135deg, #22b293 0%, #1667b2 100%);
  background: -o-linear-gradient(135deg, #22b293 0%, #1667b2 100%);
  background: linear-gradient(135deg, #22b293 0%, #1667b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff22b293', endColorstr='#ff1667b2', GradientType=0);
}
.mypage #content .reserv-detail.green > .title h6 {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  text-align: left;
  padding-left: 30px;
}
.mypage #content .reserv-detail.green > .title h6:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.mypage #content .reserv-detail.green > .title h6:before {
  width: 9px;
  height: 6px;
  background-position: -20px -30px;
}
.mypage #content .reserv-detail.green > .title h6 span,
.mypage #content .reserv-detail.green > .title h6:before {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.mypage #content .reserv-detail.green > .title h6 span {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #eef2f5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  border: 1px solid #192028;
}
.mypage #content .reserv-detail.green > .title h6 span.left {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.mypage #content .reserv-detail.green > .title h6 > input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.mypage #content .reserv-detail.green > .title h6.left {
  padding-left: 30px;
}
.mypage #content .reserv-detail.green > .title h6.left:before {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 7px;
}
.mypage #content .reserv-detail.green > .title h6.top {
  padding-top: 30px;
}
.mypage #content .reserv-detail.green > .title h6.top:before {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 8px;
}
.mypage #content .reserv-detail.green > .title h6.top span {
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.mypage #content .reserv-detail.green > .title h6.selected:before {
  content: '' !important;
  background-image: url("/static/mobile/images/img-sprite.png") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background-size: 400px 300px !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.mypage #content .reserv-detail.green > .title h6.selected:before {
  width: 9px !important;
  height: 6px !important;
  background-position: -20px -20px !important;
}
.mypage #content .reserv-detail.green > .title h6.selected span,
.mypage #content .reserv-detail.green > .title h6.selected:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mypage #content .reserv-detail.green > .title h6.selected span {
  background-color: #192028;
}
.mypage #content .reserv-detail.green > .title h6.selected:before {
  z-index: 100;
}
.mypage #content .reserv-detail.green > .title h6:before {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 7px;
}
.mypage #content .reserv-detail.green > .title h6:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.mypage #content .reserv-detail.green > .title h6:before {
  width: 9px;
  height: 6px;
  background-position: -20px -20px;
}
.mypage #content .reserv-detail.green > .title h6:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mypage #content .reserv-detail.green > .title h6 span {
  border: 1px solid #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mypage #content .reserv-detail.green .btn-wrap button:last-child {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #fb435f;
  color: #fb435f;
}
.mypage #content .reserv-detail.red > .title {
  background: -webkit-linear-gradient(135deg, #ff3a2c 0%, #e02779 100%);
  background: -o-linear-gradient(135deg, #ff3a2c 0%, #e02779 100%);
  background: linear-gradient(135deg, #ff3a2c 0%, #e02779 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff3a2c', endColorstr='#ffe02779', GradientType=0);
}
.mypage #content .reserv-detail.red > .title h6 {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  text-align: left;
  padding-left: 30px;
}
.mypage #content .reserv-detail.red > .title h6:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.mypage #content .reserv-detail.red > .title h6:before {
  width: 9px;
  height: 6px;
  background-position: -20px -30px;
}
.mypage #content .reserv-detail.red > .title h6 span,
.mypage #content .reserv-detail.red > .title h6:before {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.mypage #content .reserv-detail.red > .title h6 span {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #eef2f5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  border: 1px solid #192028;
}
.mypage #content .reserv-detail.red > .title h6 span.left {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.mypage #content .reserv-detail.red > .title h6 > input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.mypage #content .reserv-detail.red > .title h6.left {
  padding-left: 30px;
}
.mypage #content .reserv-detail.red > .title h6.left:before {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 7px;
}
.mypage #content .reserv-detail.red > .title h6.top {
  padding-top: 30px;
}
.mypage #content .reserv-detail.red > .title h6.top:before {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 8px;
}
.mypage #content .reserv-detail.red > .title h6.top span {
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.mypage #content .reserv-detail.red > .title h6.selected:before {
  content: '' !important;
  background-image: url("/static/mobile/images/img-sprite.png") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background-size: 400px 300px !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.mypage #content .reserv-detail.red > .title h6.selected:before {
  width: 9px !important;
  height: 6px !important;
  background-position: -20px -20px !important;
}
.mypage #content .reserv-detail.red > .title h6.selected span,
.mypage #content .reserv-detail.red > .title h6.selected:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mypage #content .reserv-detail.red > .title h6.selected span {
  background-color: #192028;
}
.mypage #content .reserv-detail.red > .title h6.selected:before {
  z-index: 100;
}
.mypage #content .reserv-detail.red > .title h6:before {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 7px;
}
.mypage #content .reserv-detail.red > .title h6:before {
  width: 6px;
  height: 6px;
  background-position: -40px -40px;
}
.mypage #content .reserv-detail.red > .title h6:before {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 8px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mypage #content .reserv-detail.red > .title h6 span {
  border: 1px solid #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mypage #content .reserv-detail.red .bu-star {
  padding-top: 15px;
  border-top: 1px solid #eef2f5;
}
.mypage #content .reserv-detail.gray > .title {
  background: -webkit-linear-gradient(135deg, rgba(4, 46, 111, 0.05) 0%, rgba(4, 46, 111, 0.15) 100%);
  background: -o-linear-gradient(135deg, rgba(4, 46, 111, 0.05) 0%, rgba(4, 46, 111, 0.15) 100%);
  background: linear-gradient(135deg, rgba(4, 46, 111, 0.05) 0%, rgba(4, 46, 111, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff042e6f', endColorstr='#ff042e6f', GradientType=0);
}
.mypage #content .reserv-detail.gray > .title h6 {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  text-align: left;
  padding-left: 30px;
  color: #192028;
}
.mypage #content .reserv-detail.gray > .title h6:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.mypage #content .reserv-detail.gray > .title h6:before {
  width: 9px;
  height: 6px;
  background-position: -20px -30px;
}
.mypage #content .reserv-detail.gray > .title h6 span,
.mypage #content .reserv-detail.gray > .title h6:before {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.mypage #content .reserv-detail.gray > .title h6 span {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #eef2f5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  border: 1px solid #192028;
}
.mypage #content .reserv-detail.gray > .title h6 span.left {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.mypage #content .reserv-detail.gray > .title h6 > input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.mypage #content .reserv-detail.gray > .title h6.left {
  padding-left: 30px;
}
.mypage #content .reserv-detail.gray > .title h6.left:before {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 7px;
}
.mypage #content .reserv-detail.gray > .title h6.top {
  padding-top: 30px;
}
.mypage #content .reserv-detail.gray > .title h6.top:before {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 8px;
}
.mypage #content .reserv-detail.gray > .title h6.top span {
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.mypage #content .reserv-detail.gray > .title h6.selected:before {
  content: '' !important;
  background-image: url("/static/mobile/images/img-sprite.png") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background-size: 400px 300px !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.mypage #content .reserv-detail.gray > .title h6.selected:before {
  width: 9px !important;
  height: 6px !important;
  background-position: -20px -20px !important;
}
.mypage #content .reserv-detail.gray > .title h6.selected span,
.mypage #content .reserv-detail.gray > .title h6.selected:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mypage #content .reserv-detail.gray > .title h6.selected span {
  background-color: #192028;
}
.mypage #content .reserv-detail.gray > .title h6.selected:before {
  z-index: 100;
}
.mypage #content .reserv-detail.gray > .title h6:before {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 7px;
}
.mypage #content .reserv-detail.gray .btn-wrap button {
  width: 100%;
}
.mypage #content .reserv-detail .bu-star {
  font-size: 12px;
}
.mypage .coupon-guide {
  line-height: 1.8;
  margin: 15px;
  padding: 15px;
  border: 1px solid #eef2f5;
  background-color: #fff;
}
.mypage .coupon-guide > li {
  position: relative;
  padding-left: 10px;
}
.mypage .coupon-guide > li:before {
  content: '*';
  display: block;
  float: left;
  position: absolute;
  top: 2px;
  left: 0;
  width: 6px;
  height: 6px;
  color: #00adef;
}
.customer #content {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
.customer #content > .left {
  float: left;
  width: 79.166%;
}
.customer #content > .left > .panel {
  position: relative;
  margin-bottom: 20px;
}
.customer #content > .sidebar {
  float: right;
  width: 16.666%;
}
.notice-view #content > .left > .panel > div {
  padding: 3.508%;
  border-bottom: 1px solid #eef2f5;
}
.notice-view #content > .left > .panel > .header h4 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #3c4452;
}
.notice-view #content > .left > .panel > .header span {
  color: #868c98;
}
.notice-view #content > .left > .panel > .body p {
  line-height: 1.8;
  color: #3c4452;
}
.notice-view #content > .left > .panel > .btn-wrap {
  text-align: right;
}
.notice-view #content > .left > .panel > .btn-wrap button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #eef2f5;
  background-color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 40px;
  min-width: 100px;
}
.notice-view #content > .left > .panel table {
  margin-bottom: -1px;
}
.faq #content > .left > .panel.top {
  height: 70px;
  padding-right: 3.508%;
  padding-left: 3.508%;
  background-color: #dcdfe4;
}
.faq #content > .left > .panel.top > ul .img-wrap-responsive.square {
  padding-top: 100%;
}
.faq #content > .left > .panel.top > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.faq #content > .left > .panel.top > ul > li {
  outline: 1px solid #f00;
}
.faq #content > .left > .panel.top > ul > li a {
  display: block;
  line-height: 70px;
  outline: 1px solid #f00;
}
.faq #content > .left > .panel.top .form-search {
  position: absolute;
  right: 0;
  top: 15px;
}
.faq #content > .left > .panel.body {
  padding: 3.508%;
}
.faq #content > .left > .panel.body > h3 {
  line-height: 1.1;
  color: #192028;
  font-size: 20px;
  margin: auto;
  text-align: center;
}
.faq #content > .left > .panel.body > h3 > small {
  font-size: 0.6em;
}
@media (max-width:991px) {
  .faq #content > .left > .panel.body > h3 {
    margin-bottom: 10px;
  }
}
@media (min-width:992px) {
  .faq #content > .left > .panel.body > h3 {
    margin-bottom: 20px;
  }
}
.faq #content > .left > .panel.body > div > div {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eef2f5;
}
.faq #content > .left > .panel.body > div > div:first-child {
  border: none;
}
.faq #content > .left > .panel.body > div > div > dl {
  float: left;
  width: 47.2%;
  margin-left: 5.6%;
  line-height: 1.8;
}
.faq #content > .left > .panel.body > div > div > dl:first-child {
  margin-left: 0;
}
.faq #content > .left > .panel.body > div > div > dl > dt {
  color: #192028;
}
.faq #content > .left > .panel.body > div > div > dl > dd {
  margin-top: 15px;
  color: #717886;
}
.login .wrap-social > h4,
.login .non-member > h4 {
  position: relative;
  margin-bottom: 15px;
  font-weight: bold;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-align: center;
  line-height: 1;
}
.login .wrap-social > h4 span,
.login .non-member > h4 span {
  background-color: #eef2f5;
  padding-right: 10px;
  padding-left: 10px;
  z-index: 1;
}
.login .wrap-social > h4:before,
.login .non-member > h4:before {
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #a7afbb;
  z-index: -1;
}
.login .wrap-social {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.login .wrap-social li {
  display: inline-block;
  margin: 4px 7px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}
.login .wrap-social li span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.login .non-member button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 50px;
  border: 1px solid #eef2f5;
  background-color: #fff;
  width: 100%;
  margin-top: 20px;
}
@media (min-width:992px) {
  .login .non-member button {
    min-width: 200px;
  }
}
.login .call {
  margin: 30px -15px 5px;
  background-color: #fff;
}
.login .call > a {
  overflow: hidden;
  display: block;
  position: relative;
  padding: 20px;
}
.login .call > a:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.login .call > a:before {
  width: 22px;
  height: 25px;
  background-position: -340px -70px;
}
.login .call > a:before {
  position: absolute;
  top: 32px;
  right: 34px;
  z-index: 10;
}
.login .call > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #00adef;
}
.login .call > a h4 {
  margin-bottom: 5px;
  font-weight: bold;
}
.login .call > a > span {
  display: block;
  font-size: 25px;
  font-weight: bold;
}
.login .call > a dl {
  float: left;
  width: 50%;
  box-sizing: border-box;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media (min-width: 381px) {
  .login .call > a dl dt,
  .login .call > a dl dd {
    display: inline-block;
  }
}
.login .call > a dl dt {
  margin-right: 5px;
  padding-bottom: 0 !important;
}
.content-wrap.partners .panel {
  overflow: hidden;
  position: relative;
  border-top: 1px solid transparent;
}
.content-wrap.partners .panel .text h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.content-wrap.partners .panel .text p {
  line-height: 1.8;
}
.content-wrap.partners .panel .img-wrap-responsive {
  position: absolute;
  top: 20px;
  right: 6.25%;
  width: 40%;
  height: 40px;
}
.content-wrap.partners .panel .img-wrap-responsive div {
  background-position: 100% 0 !important;
}
.realprice .navbar {
  border: none;
  background-color: transparent;
}
.realprice .navbar .title {
  color: #fff;
}
.realprice .navbar .btn-back {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}
.realprice .navbar .btn-back:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.realprice .navbar .btn-back:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  width: 8px;
  height: 12px;
  background-position: -80px -20px;
}
.realprice #content {
  margin-top: 0;
}
.realprice #content > p,
.realprice #content > div {
  padding: 20px;
}
.realprice #content > p {
  padding-top: 70px;
  background-color: #192028;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #00adef;
}
.realprice #content > p span {
  color: #fff;
}
.realprice #content .section1,
.realprice #content .section2 {
  text-align: center;
}
.realprice #content .section1 h3,
.realprice #content .section2 h3 {
  font-size: 16px;
  font-weight: bold;
}
.realprice #content .section1 img,
.realprice #content .section2 img {
  margin: auto;
}
.realprice #content .section1 p,
.realprice #content .section2 p {
  margin-top: 20px;
  font-size: 12px;
}
.realprice #content .section1 p span,
.realprice #content .section2 p span {
  font-weight: bold;
}
.realprice #content .section1 {
  background-color: #00adef;
}
.realprice #content .section1 h3 {
  color: #fff;
}
.realprice #content .section2 {
  background-color: #eef2f5;
}
.realprice #content .section3 {
  background-color: #fff;
}
.realprice #content .section3 h3 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #fb435f;
}
.realprice #content .section3 p {
  line-height: 1.8;
}
.realprice #content .section3 p span {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.realprice #content .section3 p em {
  color: #fb435f;
}
.terms #content,
.privacy #content {
  overflow: hidden;
  padding: 20px 6.25%;
  border-top: 1px solid #eef2f5;
  border-bottom: 1px solid #eef2f5;
  background-color: #fff;
  color: #192028;
  -webkit-box-shadow: 10px 10px 10px rgba(27, 36, 52, 0.1);
  box-shadow: 10px 10px 10px rgba(27, 36, 52, 0.1);
  padding: 20px;
  line-height: 1.8;
}
.terms-wrap h3,
.terms-wrap h5,
.terms-wrap h6 {
  font-weight: bold;
}
.terms-wrap h3 {
  line-height: 1.1;
  color: #192028;
  font-size: 20px;
}
.terms-wrap h3 > small {
  font-size: 0.6em;
}
@media (max-width:991px) {
  .terms-wrap h3 {
    margin-bottom: 10px;
  }
}
@media (min-width:992px) {
  .terms-wrap h3 {
    margin-bottom: 20px;
  }
}
.terms-wrap h5 {
  line-height: 1.1;
  color: #192028;
  margin-bottom: 10px;
  font-size: 16px;
  margin-top: 40px;
}
.terms-wrap h5 > small {
  font-size: 0.6em;
}
.terms-wrap h6 {
  line-height: 1.1;
  color: #192028;
  margin-bottom: 10px;
  font-size: 14px;
  margin-top: 20px;
}
.terms-wrap h6 > small {
  font-size: 0.6em;
}
.terms-wrap ol,
.terms-wrap ul,
.terms-wrap p,
.terms-wrap table {
  font-size: 12px;
}
.terms-wrap table {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  /*th:first-child,td:first-child{
		@media @mobile{.p(@margin-base)}
		@media @tablet{.pl(@margin-base * 2.25)}
	}
	@media @mobile{.bb(@table-border-color)}*/
  margin-top: 20px;
}
.terms-wrap table > thead > tr > th,
.terms-wrap table > thead > tr > td {
  background-color: #eef2f5;
}
.terms-wrap table th,
.terms-wrap table td {
  padding: 5px;
  text-align: center;
}
.terms-wrap table th:not(:first-child),
.terms-wrap table td:not(:first-child) {
  border-left: 1px solid #eef2f5;
}
.terms-wrap table th:not(:first-child) {
  border-left: 1px solid #dcdfe4;
}
.terms-wrap table td {
  color: #192028;
  border-bottom: 1px solid #eef2f5;
}
.terms-wrap table th,
.terms-wrap table td {
  padding: 5px;
}
.terms-wrap table thead th {
  background-color: #f8fafb;
}
.terms-wrap table tbody td {
  position: relative;
  left: -1px;
  border-left: 1px solid #eef2f5;
  vertical-align: top;
}
.terms-wrap table tbody td ul > li {
  position: relative;
  padding-left: 10px;
}
.terms-wrap table tbody td ul > li:before {
  content: '-';
  display: block;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
}
.modal.date {
  background: none !important;
  -webkit-overflow-scrolling: touch;
}
.modal.date .modal-dialog {
  position: fixed;
}
.modal.date .modal-content,
.modal.date .modal-body {
  position: absolute;
}
.modal.date .modal-content,
.modal.date .modal-dialog {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
.modal.date .modal-body {
  top: 151px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.modal.date .nav-tabs,
.modal.date .btn-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #f8fafb;
  line-height: 50px;
}
.modal.date .nav-tabs > li,
.modal.date .btn-wrap > li {
  box-sizing: border-box;
  float: left;
  width: 50%;
  height: 100%;
  text-align: center;
}
.modal.date .nav-tabs > li.active,
.modal.date .btn-wrap > li.active {
  font-weight: bold;
}
.modal.date .nav-tabs {
  top: 100px;
  border-bottom: 1px solid #eef2f5;
}
.modal.date .nav-tabs li {
  position: relative;
}
.modal.date .nav-tabs li .img-wrap-responsive.square {
  padding-top: 100%;
}
.modal.date .nav-tabs li > li {
  display: inline-block;
  vertical-align: middle;
}
.modal.date .nav-tabs li > li {
  position: relative;
  padding-right: 20px;
}
.modal.date .nav-tabs li > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 8px;
  width: 1px;
  height: 10px;
  background-color: #868c98;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal.date .nav-tabs li > li:last-child:after {
  width: 0;
}
.modal.date .nav-tabs li.active a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #192028;
}
.modal.date .btn-wrap {
  bottom: 0;
  border-top: 1px solid #eef2f5;
}
.modal.date .btn-wrap li:first-child {
  border-right: 1px solid #eef2f5;
}
.modal.date .btn-wrap li.active {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  color: #fff;
  background-color: #00adef;
}
.modal.date .calendar:last-child {
  margin-bottom: 220px;
}
.modal.date .calendar > .header > h3 {
  margin-top: 20px;
  font-size: 16px;
}
.modal.date .calendar > table th,
.modal.date .calendar > table td {
  text-align: center;
}
.modal.date .tab-content > div:nth-child(2) form .form-item > label,
.modal.date .tab-content > div:nth-child(2) form .form-item > input[type=text],
.modal.date .tab-content > div:nth-child(2) form .form-item input[type=password],
.modal.date .tab-content > div:nth-child(2) form .form-item input[type=date],
.modal.date .tab-content > div:nth-child(2) form .form-item input[type=time],
.modal.date .tab-content > div:nth-child(2) form .form-item input[type=tel],
.modal.date .tab-content > div:nth-child(2) form .form-item input[type=number],
.modal.date .tab-content > div:nth-child(2) form .form-item select {
  display: block;
  width: 100%;
}
.modal.date .tab-content > div:nth-child(2) form .form-item > label {
  margin-top: 20px;
  margin-bottom: 10px;
}
.modal.date .tab-content > div:nth-child(2) form .form-item input[type=text],
.modal.date .tab-content > div:nth-child(2) form .form-item input[type=password],
.modal.date .tab-content > div:nth-child(2) form .form-item input[type=date],
.modal.date .tab-content > div:nth-child(2) form .form-item input[type=time],
.modal.date .tab-content > div:nth-child(2) form .form-item input[type=tel],
.modal.date .tab-content > div:nth-child(2) form .form-item input[type=number],
.modal.date .tab-content > div:nth-child(2) form .form-item select {
  height: 50px;
}
.modal.date .tab-content > div:nth-child(2) form .form-item input[type=text]:focus,
.modal.date .tab-content > div:nth-child(2) form .form-item input[type=password]:focus,
.modal.date .tab-content > div:nth-child(2) form .form-item input[type=date]:focus,
.modal.date .tab-content > div:nth-child(2) form .form-item input[type=time]:focus,
.modal.date .tab-content > div:nth-child(2) form .form-item input[type=tel]:focus,
.modal.date .tab-content > div:nth-child(2) form .form-item input[type=number]:focus,
.modal.date .tab-content > div:nth-child(2) form .form-item select:focus {
  -webkit-box-shadow: 10px 10px 10px rgba(27, 36, 52, 0.1);
  box-shadow: 10px 10px 10px rgba(27, 36, 52, 0.1);
}
.modal.date .tab-content > div:nth-child(2) form .form-item input[type=date] {
  line-height: 50px;
}
.modal.date .tab-content > div:nth-child(2) form .form-item .i-group {
  min-height: 50px;
}
.modal.date .tab-content > div:nth-child(2) form .form-item .i-group input[type=text],
.modal.date .tab-content > div:nth-child(2) form .form-item .i-group input[type=password],
.modal.date .tab-content > div:nth-child(2) form .form-item .i-group input[type=file],
.modal.date .tab-content > div:nth-child(2) form .form-item .i-group select,
.modal.date .tab-content > div:nth-child(2) form .form-item .i-group label,
.modal.date .tab-content > div:nth-child(2) form .form-item .i-group input[type=checkbox],
.modal.date .tab-content > div:nth-child(2) form .form-item .i-group input[type=radio] {
  display: inline-block;
}
.modal.date .tab-content > div:nth-child(2) form .form-item .i-group input[type=text],
.modal.date .tab-content > div:nth-child(2) form .form-item .i-group input[type=password],
.modal.date .tab-content > div:nth-child(2) form .form-item .i-group input[type=file],
.modal.date .tab-content > div:nth-child(2) form .form-item .i-group select,
.modal.date .tab-content > div:nth-child(2) form .form-item .i-group label {
  height: 50px;
  line-height: 50px;
}
.modal.date .tab-content > div:nth-child(2) form .form-item .i-group label {
  position: relative;
  margin-right: 5%;
}
.modal.date .tab-content > div:nth-child(2) form .form-item .i-group input[type=file] {
  width: auto !important;
}
.modal.date .tab-content > div:nth-child(2) form .form-search input[type=search],
.modal.date .tab-content > div:nth-child(2) form .form-search input[type=text],
.modal.date .tab-content > div:nth-child(2) form .form-search button {
  height: 50px;
}
.modal.date .tab-content > div:nth-child(2) form .form-search input[type=search],
.modal.date .tab-content > div:nth-child(2) form .form-search input[type=text] {
  float: left;
  width: 70%;
}
.modal.date .tab-content > div:nth-child(2) form .form-search button {
  float: right;
  width: 27%;
}
.modal.date .tab-content > div:nth-child(2) form .form-search button.basic {
  border: 1px solid #dcdfe4;
  background-color: #fff;
}
.modal.date .tab-content > div:nth-child(2) form .form-search button.basic,
.modal.date .tab-content > div:nth-child(2) form .form-search button.basic:hover {
  color: #868c98;
}
.modal.date .tab-content > div:nth-child(2) form .form-search button.red {
  border: 1px solid #fb435f;
  background-color: #fff;
  color: #fb435f;
}
.modal.date .tab-content > div:nth-child(2) form .form-search button.red:hover {
  color: #fb435f;
}
.modal.date .tab-content > div:nth-child(2) form > div > label,
.modal.date .tab-content > div:nth-child(2) form > div > input[type=text],
.modal.date .tab-content > div:nth-child(2) form > div input[type=password],
.modal.date .tab-content > div:nth-child(2) form > div input[type=date],
.modal.date .tab-content > div:nth-child(2) form > div input[type=time],
.modal.date .tab-content > div:nth-child(2) form > div input[type=tel],
.modal.date .tab-content > div:nth-child(2) form > div input[type=number],
.modal.date .tab-content > div:nth-child(2) form > div select {
  display: block;
  width: 100%;
}
.modal.date .tab-content > div:nth-child(2) form > div > label {
  margin-top: 20px;
  margin-bottom: 10px;
}
.modal.date .tab-content > div:nth-child(2) form > div input[type=text],
.modal.date .tab-content > div:nth-child(2) form > div input[type=password],
.modal.date .tab-content > div:nth-child(2) form > div input[type=date],
.modal.date .tab-content > div:nth-child(2) form > div input[type=time],
.modal.date .tab-content > div:nth-child(2) form > div input[type=tel],
.modal.date .tab-content > div:nth-child(2) form > div input[type=number],
.modal.date .tab-content > div:nth-child(2) form > div select {
  height: 50px;
}
.modal.date .tab-content > div:nth-child(2) form > div input[type=text]:focus,
.modal.date .tab-content > div:nth-child(2) form > div input[type=password]:focus,
.modal.date .tab-content > div:nth-child(2) form > div input[type=date]:focus,
.modal.date .tab-content > div:nth-child(2) form > div input[type=time]:focus,
.modal.date .tab-content > div:nth-child(2) form > div input[type=tel]:focus,
.modal.date .tab-content > div:nth-child(2) form > div input[type=number]:focus,
.modal.date .tab-content > div:nth-child(2) form > div select:focus {
  -webkit-box-shadow: 10px 10px 10px rgba(27, 36, 52, 0.1);
  box-shadow: 10px 10px 10px rgba(27, 36, 52, 0.1);
}
.modal.date .tab-content > div:nth-child(2) form > div input[type=date] {
  line-height: 50px;
}
.modal.date .tab-content > div:nth-child(2) form > div .i-group {
  min-height: 50px;
}
.modal.date .tab-content > div:nth-child(2) form > div .i-group input[type=text],
.modal.date .tab-content > div:nth-child(2) form > div .i-group input[type=password],
.modal.date .tab-content > div:nth-child(2) form > div .i-group input[type=file],
.modal.date .tab-content > div:nth-child(2) form > div .i-group select,
.modal.date .tab-content > div:nth-child(2) form > div .i-group label,
.modal.date .tab-content > div:nth-child(2) form > div .i-group input[type=checkbox],
.modal.date .tab-content > div:nth-child(2) form > div .i-group input[type=radio] {
  display: inline-block;
}
.modal.date .tab-content > div:nth-child(2) form > div .i-group input[type=text],
.modal.date .tab-content > div:nth-child(2) form > div .i-group input[type=password],
.modal.date .tab-content > div:nth-child(2) form > div .i-group input[type=file],
.modal.date .tab-content > div:nth-child(2) form > div .i-group select,
.modal.date .tab-content > div:nth-child(2) form > div .i-group label {
  height: 50px;
  line-height: 50px;
}
.modal.date .tab-content > div:nth-child(2) form > div .i-group label {
  position: relative;
  margin-right: 5%;
}
.modal.date .tab-content > div:nth-child(2) form > div .i-group input[type=file] {
  width: auto !important;
}
.modal.date .tab-content > div:nth-child(2) form > div > label,
.modal.date .tab-content > div:nth-child(2) form > div > span {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.modal.date .tab-content > div:nth-child(2) form > div > label {
  width: auto;
  font-weight: bold;
}
.modal.date .tab-content > div:nth-child(2) form > div > span {
  color: #00adef;
}
.modal.date .tab-content > div:nth-child(2) form > div > span small {
  margin-left: 5px;
}
.modal.date .tab-content > div:nth-child(2) form > div .i-select-ios {
  display: block;
}
.modal.date .tab-content > div:nth-child(2) form > p {
  position: relative;
  margin-top: 20px;
  margin-bottom: 220px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.8;
}
.modal.date .tab-content > div:nth-child(2) form > p span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #00adef;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  color: #00adef;
}
.modal.filter .modal-header {
  line-height: 50px;
  border-bottom: 1px solid #eef2f5;
}
.modal.filter .modal-header .ico-refresh {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 10px;
  padding: 10px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  cursor: pointer;
}
.modal.filter .modal-header .close {
  top: 10px;
}
.modal.filter .modal-header .close:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.modal.filter .modal-header .close:before {
  width: 14px;
  height: 14px;
  background-position: -60px -20px;
}
.modal.filter .modal-body {
  padding-top: 50px;
}
.modal.filter .modal-body form {
  padding-bottom: 70px;
}
.modal.filter .modal-body form > dl {
  overflow: hidden;
  margin-top: 30px;
}
.modal.filter .modal-body form > dl > dt {
  margin-bottom: 15px;
}
.modal.filter .modal-body form .btn-group-check {
  margin: -5px -3px;
}
.modal.filter .modal-body form .btn-group-check > label {
  min-width: 40px;
  margin: 5px 3px;
  border: 1px solid #eef2f5;
  border-radius: 20px;
}
.modal.filter .modal-body form .btn-group-check > label:hover {
  border: 1px solid #192028;
}
.modal.filter .modal-body form input[type=text] {
  width: 100%;
}
.modal.filter .btn-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.modal.filter .btn-wrap button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 25px;
  color: #fff;
}
@media (min-width:992px) {
  .modal.filter .btn-wrap button {
    min-width: 200px;
  }
}
.modal.filter .btn-wrap button {
  width: 80px;
  background-color: #192028;
  -webkit-box-shadow: 20px 20px 20px rgba(27, 36, 52, 0.1);
  box-shadow: 20px 20px 20px rgba(27, 36, 52, 0.1);
}
.modal.datetime .modal-body .form-item:first-child > label {
  margin-top: 0;
}
.modal.datetime .modal-body .form-item select {
  margin-top: 10px;
}
.modal.datetime .modal-body .form-item .i-select-ios {
  display: block;
}
.modal.category .modal-body .form > label {
  display: block;
  margin-top: 20px;
  font-size: 12px;
}
.modal.category .modal-body .form .select-category {
  padding-bottom: 0;
}
.modal.category .modal-body .form .select-category label {
  margin-right: 0;
  margin-left: 0;
}
.modal.coupon .mypageCoupon {
  margin: 0;
  padding: 0;
}
.modal.coupon .mypageCoupon > li {
  -webkit-box-shadow: 5px 5px 5px rgba(27, 36, 52, 0.1);
  box-shadow: 5px 5px 5px rgba(27, 36, 52, 0.1);
}
.modal.coupon .mypageCoupon button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 40px;
  border: none;
  width: 100%;
  margin-top: 5px;
  background-image: linear-gradient(to right, #868c98 33%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
}
.modal.coupon .btn-wrap {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #dcdfe4;
  text-align: center;
}
.modal.coupon .btn-wrap button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #eef2f5;
  background-color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 50px;
  border: none;
  color: #fff;
  background-color: #00adef;
  -webkit-box-shadow: 5px 5px 7px rgba(0, 102, 204, 0.15);
  box-shadow: 5px 5px 7px rgba(0, 102, 204, 0.15);
}
@media (min-width:992px) {
  .modal.coupon .btn-wrap button {
    min-width: 200px;
  }
}
.modal.member .modal-body > h4 {
  margin-bottom: 10px;
  font-weight: bold;
}
.modal.member .modal-body > div {
  margin-top: 30px;
  text-align: center;
}
.modal.member .modal-body > div a {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #eef2f5;
  background-color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 40px;
  width: 80px;
  margin-right: 5px;
  margin-left: 5px;
}
.modal.member .modal-body > div a:first-child {
  border: none;
  color: #fff;
  background-color: #00adef;
}
.modal.register .modal-body > ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.modal.register .modal-body > ul li button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #eef2f5;
  background-color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 40px;
  width: 100%;
  text-align: left;
}
.modal.register .modal-body > ul li button span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
}
.modal.register .modal-body > ul li button .ico-facebook2:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6.5px 0 0 -3.5px;
  width: 7px;
  height: 13px;
  background-position: -230px -180px;
}
.modal.register .modal-body > ul li button .ico-google:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10.5px 0 0 -10px;
  width: 20px;
  height: 21px;
  background-position: -230px -200px;
}
.modal.register .modal-body > ul li button .ico-naver:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4.5px 0 0 -5px;
  width: 10px;
  height: 9px;
  background-position: -240px -180px;
}
.modal.register .modal-body > ul li button .ico-kakao:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6.5px;
  width: 13px;
  height: 12px;
  background-position: -230px -230px;
}
.modal.tourlist .modal-body dd > span {
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #00adef;
  font-size: 12px;
  vertical-align: middle;
  color: #00adef;
}
.modal.confirm .modal-body > dl {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eef2f5;
}
@media (min-width: 345px) {
  .modal.confirm .modal-body > dl {
    overflow: hidden;
    /*;.rel;top:-5px;.mtb(5px);*/
  }
  .modal.confirm .modal-body > dl > dt,
  .modal.confirm .modal-body > dl > dd {
    overflow: hidden;
  }
  .modal.confirm .modal-body > dl > dt {
    clear: both;
    float: left;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .modal.confirm .modal-body > dl.dt-10 > dt {
    width: 10%;
    min-width: 80px;
  }
  .modal.confirm .modal-body > dl.dt-20 > dt {
    width: 20%;
    min-width: 120px;
  }
  .modal.confirm .modal-body > dl > dt {
    width: 72px;
    margin-right: 10px;
  }
}
.modal.confirm .modal-body > dl:first-child {
  padding-top: 5px;
}
.modal.confirm .modal-body > dl > dt,
.modal.confirm .modal-body > dl > dd {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.6;
}
.modal.confirm .modal-body > dl > dt {
  font-weight: bold;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal.confirm .modal-body > dl > dt span {
  display: inline-block;
  margin-left: 5px;
  font-weight: normal;
}
@media (min-width: 345px) {
  .modal.confirm .modal-body > dl > dt span {
    display: block;
    margin-left: 0;
  }
}
.modal.confirm .modal-body > dl > dd {
  position: relative;
}
.modal.confirm .modal-body > dl > dd span {
  color: #fb435f;
}
.modal.confirm .modal-body > dl > dd .btn-tooltip {
  position: absolute;
  right: 15px;
}
.modal.confirm .modal-body > label {
  display: block;
  margin-top: 10px;
}
@media (min-width: 371px) {
  .modal.confirm .modal-body > label input,
  .modal.confirm .modal-body > label span {
    display: inline-block;
    vertical-align: middle;
  }
}
.modal.confirm .modal-body > button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #eef2f5;
  background-color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 40px;
  display: block;
  width: 100%;
  border: none;
  color: #fff;
  background-color: #192028;
  margin-top: 20px;
}
.modal.popup {
  max-width: 320px;
  margin: auto;
  /*.modal-dialog,.modal-content,.modal-body{.abs}
		.modal-content,.modal-body{top:0;width:100%}
		.modal-dialog{top:20px;right:20px;bottom:20px;left:20px;.m(0)}
		.modal-content{bottom:0}
		.modal-body{bottom:40px;overflow-y:auto;-webkit-overflow-scrolling:touch;.bgw;
			> .img-wrap-responsive{.pt(65%);
				//@media (min-height:560px){.pt(65%)}
				//@media (min-height:600px){.pt(70%)}
				> div{.bgs(cover)}
			}
			> .text{.p(25px);
				h3{.fs(25px);.lh(1.1);.bold;.text-space(-1px);
					//@media (min-height:600px){.fs(40px)}
					span{.block;.normal;.opacity}
				}
				p{.mtb(10px,15px);.fs(16px);
					//@media (min-height:600px){.fs(20px)}
					em{.bold}
				}
				a{.btn;.medium;.red;.rel;min-width:130px;.ico-right-red;.text-left;
					&:before{.vert-middle-abs(9px);right:10px}
				}
			}
		}
		.btn-wrap{.abs;bottom:0;left:0;width:100%;height:40px;
			button{.fl;width:50%;height:100%;.bg(@point2);.lh(40px);.text-white;
				&:first-child{.br(@blue-gray7)}
			}
		}*/
}
.modal.popup .modal-body {
  background-color: #fff;
}
.modal.popup .modal-body > .img-wrap-responsive {
  padding-top: 190px;
}
.modal.popup .modal-body > .img-wrap-responsive > div {
  background-size: cover;
}
.modal.popup .modal-body > .text {
  padding: 25px;
}
.modal.popup .modal-body > .text h3 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -1px;
}
.modal.popup .modal-body > .text h3 span {
  display: block;
  font-weight: normal;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal.popup .modal-body > .text p {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #53cfc3;
}
.modal.popup .modal-body > .text p em {
  font-weight: bold;
}
.modal.popup .modal-body > .text a {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 40px;
  position: relative;
  min-width: 130px;
  border: 1px solid #717886;
  text-align: left;
}
.modal.popup .modal-body > .text a:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.modal.popup .modal-body > .text a:before {
  width: 6px;
  height: 9px;
  background-position: 0 -20px;
}
.modal.popup .modal-body > .text a:before {
  position: absolute;
  top: 50%;
  margin-top: -4.5px;
  right: 10px;
}
.modal.popup .modal-body > .notice {
  padding: 25px;
}
.modal.popup .modal-body > .notice h3 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -1px;
}
.modal.popup .modal-body > .notice p {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.8;
  color: #868c98;
}
.modal.popup .modal-body > .notice p:last-child {
  margin-bottom: 0;
  padding-top: 10px;
  border-top: 1px solid #eef2f5;
}
.modal.popup .modal-body > .notice dl {
  overflow: hidden;
  /*;.rel;top:-5px;.mtb(5px);*/
  line-height: 1.8;
}
.modal.popup .modal-body > .notice dl > dt,
.modal.popup .modal-body > .notice dl > dd {
  overflow: hidden;
}
.modal.popup .modal-body > .notice dl > dt {
  clear: both;
  float: left;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal.popup .modal-body > .notice dl.dt-10 > dt {
  width: 10%;
  min-width: 80px;
}
.modal.popup .modal-body > .notice dl.dt-20 > dt {
  width: 20%;
  min-width: 120px;
}
.modal.popup .modal-body > .notice dl dt {
  margin-right: 5px;
}
.modal.popup .modal-body > .notice dl:nth-child(3) {
  padding-top: 10px;
  border-top: 1px solid #eef2f5;
}
.modal.popup .modal-body .promo-code {
  padding: 25px;
  background-color: #00adef;
}
.modal.popup .modal-body .promo-code h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -1px;
  color: #fff;
}
.modal.popup .modal-body .promo-code h3 span {
  display: block;
  font-weight: normal;
}
.modal.popup .modal-body .promo-code > div:nth-child(2) {
  position: relative;
  margin-top: 15px;
  padding: 20px;
  background-color: #fff;
}
.modal.popup .modal-body .promo-code > div:nth-child(2):before,
.modal.popup .modal-body .promo-code > div:nth-child(2):after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
}
.modal.popup .modal-body .promo-code > div:nth-child(2):before {
  top: 0;
  right: 0;
  border-color: transparent #00adef transparent transparent;
}
.modal.popup .modal-body .promo-code > div:nth-child(2):after {
  top: -3px;
  right: -3px;
  border-color: transparent #192028 transparent transparent;
}
.modal.popup .modal-body .promo-code > div:nth-child(2) p {
  margin-top: 5px;
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: bold;
}
.modal.popup .modal-body .promo-code > div:nth-child(2) dl:last-child {
  margin-top: 10px;
}
.modal.popup .modal-body .promo-code > div:nth-child(2) dt {
  font-size: 12px;
}
.modal.popup .modal-body .promo-code > div:nth-child(2) dd {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.modal.popup .modal-body .promo-code > div:last-child {
  margin-top: 20px;
  font-size: 12px;
}
.modal.popup .modal-body .promo-code > div:last-child dl {
  overflow: hidden;
  /*;.rel;top:-5px;.mtb(5px);*/
  line-height: 1.8;
}
.modal.popup .modal-body .promo-code > div:last-child dl > dt,
.modal.popup .modal-body .promo-code > div:last-child dl > dd {
  overflow: hidden;
}
.modal.popup .modal-body .promo-code > div:last-child dl > dt {
  clear: both;
  float: left;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal.popup .modal-body .promo-code > div:last-child dl.dt-10 > dt {
  width: 10%;
  min-width: 80px;
}
.modal.popup .modal-body .promo-code > div:last-child dl.dt-20 > dt {
  width: 20%;
  min-width: 120px;
}
.modal.popup .modal-body .promo-code > div:last-child dl dt {
  float: left;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal.popup .modal-body .promo-code > div:last-child dl dd {
  padding-left: 5px;
}
.modal.popup .modal-body .promo-code.pink {
  background-color: #ff688c;
}
.modal.popup .modal-body .promo-code.pink h3 {
  color: #fff;
}
.modal.popup .modal-body .promo-code.pink > div:nth-child(2):before {
  border-color: transparent #ff688c transparent transparent;
}
.modal.popup .modal-body .promo-code.pink > div:nth-child(2) p {
  color: #ff688c;
}
.modal.popup .modal-body .promo-code.pink > div:last-child {
  color: #fff;
}
.modal.popup .modal-body .promo-code.yellow {
  background-color: #ffdf66;
}
.modal.popup .modal-body .promo-code.yellow h3 {
  color: #192028;
}
.modal.popup .modal-body .promo-code.yellow > div:nth-child(2):before {
  border-color: transparent #ffdf66 transparent transparent;
}
.modal.popup .modal-body .promo-code.yellow > div:nth-child(2) p {
  color: #192028;
}
.modal.popup .modal-body .promo-code.blue-green {
  background-color: #8ad2e4;
}
.modal.popup .modal-body .promo-code.blue-green h3 {
  color: #192028;
}
.modal.popup .modal-body .promo-code.blue-green > div:nth-child(2):before {
  border-color: transparent #8ad2e4 transparent transparent;
}
.modal.popup .modal-body .promo-code.blue-green > div:nth-child(2) p {
  color: #192028;
}
.modal.popup .btn-wrap {
  height: 40px;
}
.modal.popup .btn-wrap button {
  float: left;
  width: 50%;
  height: 100%;
  background-color: #192028;
  line-height: 40px;
  color: #fff;
}
.modal.popup .btn-wrap button:first-child {
  border-right: 1px solid #4c5667;
}
.tooltip_templates {
  display: none;
}
.tooltipster-box {
  max-width: 95%;
  margin: auto;
  border-radius: 0 !important;
}
.tooltipster-content {
  padding: 15px !important;
}
.tooltipster-content > div > h4 {
  margin-bottom: 10px;
  font-weight: bold;
}
.tooltipster-content > div > p {
  line-height: 1.6;
}
.tooltipster-content .insurance-detail dl,
.tooltipster-content .pop-price-detail dl {
  overflow: hidden;
  /*;.rel;top:-5px;.mtb(5px);*/
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #717886;
  line-height: 1.8;
  font-size: 12px;
}
.tooltipster-content .insurance-detail dl > dt,
.tooltipster-content .pop-price-detail dl > dt,
.tooltipster-content .insurance-detail dl > dd,
.tooltipster-content .pop-price-detail dl > dd {
  overflow: hidden;
}
.tooltipster-content .insurance-detail dl > dt,
.tooltipster-content .pop-price-detail dl > dt {
  clear: both;
  float: left;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tooltipster-content .insurance-detail dl.dt-10 > dt,
.tooltipster-content .pop-price-detail dl.dt-10 > dt {
  width: 10%;
  min-width: 80px;
}
.tooltipster-content .insurance-detail dl.dt-20 > dt,
.tooltipster-content .pop-price-detail dl.dt-20 > dt {
  width: 20%;
  min-width: 120px;
}
.tooltipster-content .insurance-detail dl:first-child,
.tooltipster-content .pop-price-detail dl:first-child {
  margin-top: 0;
  border: none;
}
.tooltipster-content .insurance-detail dl dt,
.tooltipster-content .pop-price-detail dl dt {
  font-weight: bold;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltipster-content .insurance-detail dl dd,
.tooltipster-content .pop-price-detail dl dd {
  margin-left: 75px;
}
.loading-wrap {
  background-color: #fff;
}
.loading-wrap h3 {
  margin-top: 130px;
  font-size: 16px;
  font-weight: bold;
}
.loading-wrap p {
  margin-top: 10px;
}
.loading {
  margin-top: 30px;
  text-align: center;
}
.check-system {
  background-color: #00adef;
}
.check-system .brand-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -67.5px;
  width: 135px;
  height: 16px;
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  background-position: 0 -160px;
}
.check-system > .body > div {
  padding: 20px;
}
.check-system > .body > div:first-child {
  margin-top: 50px;
  background-color: #f8fafb;
}
.check-system > .body > div:first-child > h3,
.check-system > .body > div:first-child > p {
  text-align: center;
}
.check-system > .body > div:first-child > h3 {
  font-size: 25px;
  letter-spacing: -1px;
}
.check-system > .body > div:first-child > h3:before {
  content: '';
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.check-system > .body > div:first-child > h3:before {
  width: 47px;
  height: 50px;
  background-position: -320px 0;
}
.check-system > .body > div:first-child > h3 span {
  font-weight: bold;
}
.check-system > .body > div:first-child > h3:before {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.check-system > .body > div:first-child > p {
  margin-top: 20px;
  line-height: 1.8;
}
.check-system > .body > div:last-child {
  color: #fff;
  line-height: 1.8;
}
.check-system > .body > div:last-child dl {
  overflow: hidden;
  /*;.rel;top:-5px;.mtb(5px);*/
}
.check-system > .body > div:last-child dl > dt,
.check-system > .body > div:last-child dl > dd {
  overflow: hidden;
}
.check-system > .body > div:last-child dl > dt {
  clear: both;
  float: left;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.check-system > .body > div:last-child dl.dt-10 > dt {
  width: 10%;
  min-width: 80px;
}
.check-system > .body > div:last-child dl.dt-20 > dt {
  width: 20%;
  min-width: 120px;
}
.check-system > .body > div:last-child dl dt {
  width: 70px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.check-system > .body > div:last-child dl dd {
  overflow: hidden;
}
.check-system > .body > div:last-child dl dd span {
  font-weight: bold;
}
.review-write {
  background-color: #fff;
}
.review-write .brand-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -67.5px;
  width: 135px;
  height: 16px;
  background-image: url("/static/mobile/images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  background-position: 0 -160px;
}
.review-write #content {
  padding: 20px;
  background-color: #fff;
}
.review-write .layerPopReviewWriteBox {
  background-color: #fff;
}
.review-write .layerPopReviewWriteBox .infoView {
  margin-top: 20px;
  margin-bottom: 20px;
}