@charset "utf-8";
@font-face {
  font-family: 'NanumSquare';
  src: url('../../font/NanumSquare.eot');
  src: local('NanumSquare'), url('../../font/NanumSquare-Light.eot?#iefix') format('embedded-opentype'), url('../../font/NanumSquare-Light.woff') format('woff'), url('../../font/NanumSquare-Light.ttf') format('truetype'), url('../../font/NanumSquare-Light.svg#icon') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'NanumSquare';
  src: url('../../font/NanumSquare.eot');
  src: local('NanumSquare'), url('../../font/NanumSquare.eot?#iefix') format('embedded-opentype'), url('../../font/NanumSquare.woff') format('woff'), url('../../font/NanumSquare.ttf') format('truetype'), url('../../font/NanumSquare.svg#icon') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NanumSquare';
  src: url('../../font/NanumSquare-Bold.eot');
  src: local('NanumSquare'), url('../../font/NanumSquare-Bold.eot?#iefix') format('embedded-opentype'), url('../../font/NanumSquare-Bold.woff') format('woff'), url('../../font/NanumSquare-Bold.ttf') format('truetype'), url('../../font/NanumSquare-Bold.svg#icon') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'NanumSquare';
  src: url('../../font/NanumSquare-ExtraBold.eot');
  src: local('NanumSquare'), url('../../font/NanumSquare-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../../font/NanumSquare-ExtraBold.woff') format('woff'), url('../../font/NanumSquare-ExtraBold.ttf') format('truetype'), url('../../font/NanumSquare-ExtraBold.svg#icon') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Futura-Heavy-BT';
  src: url('../../font/Futura-Heavy-BT.eot');
  src: local('Futura-Heavy-BT'), url('../../font/Futura-Heavy-BT.eot?#iefix') format('embedded-opentype'), url('../../font/Futura-Heavy-BT.woff') format('woff'), url('../../font/Futura-Heavy-BT.ttf') format('truetype'), url('../../font/Futura-Heavy-BT.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.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("../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("../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("../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("../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);
}
.input-check input{
  display:none;
  width:0;
  height:0;
  border:0;
  background:transparent;
  position:absolute;
  left:-9999px;
}
.input-check input + label{
  display:flex;
  align-items:center;
  font-size:14px;
}
.input-check input + label::before{
  content:'';
  display:block;
  width:16px;
  height:16px;
  margin-right:10px;
  background:#fff;
  border:1px solid #adadad;
  box-sizing:border-box;

}
.input-check input:checked + label::before{
  border:5px solid #00adef;
}
.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("../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(../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(../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(../images/checkbox_off.png) no-repeat;
  background-size: 22px;
  word-break: keep-all;
}
.login input[type="checkbox"] + label.active {
  background: url(../images/checkbox_on.png) no-repeat;
  background-size: 22px;
}
.join input[type="checkbox"] {
  display: none;
}
.join input[type="checkbox"] + label {
  color: #717886;
  background: url(../images/checkbox_off.png) no-repeat;
  background-size: 22px;
  word-break: keep-all;
}
.join input[type="checkbox"] + label.active {
  background: url(../images/checkbox_on.png) no-repeat;
  background-size: 22px;
}
.myInfo input[type="checkbox"] {
  display: none;
}
.myInfo input[type="checkbox"] + label {
  color: #717886;
  background: url(../images/checkbox_off.png) no-repeat;
  background-size: 22px;
  word-break: keep-all;
}
.myInfo input[type="checkbox"] + label.active {
  background: url(../images/checkbox_on.png) no-repeat;
  background-size: 22px;
}
.w26p {
  width: 26%;
}
.w72p {
  width: 72%;
}
.w100p {
  width: 100%;
}
.h50 {
  height: 50px;
}
.h73 {
  height: 73px;
}
.mgt15 {
  margin-top: 15px;
}
.mgt20 {
  margin-top: 20px;
}
.mgt25 {
  margin-top: 25px;
}
.mgt30 {
  margin-top: 30px;
}
.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(../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(../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(../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(../images/search_ico2.png) no-repeat;
  background-size: 16px;
}
#mHeader h1.logo {
  background: url(../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(../images/review_pop_bg01.png) no-repeat center 0;
  background-size: 15.5px 22px;
}
.layerPopReviewViewBox .scoreBox .reviewIco2 {
  background: url(../images/review_pop_bg02.png) no-repeat center 0;
  background-size: 23px 22px;
}
.layerPopReviewViewBox .scoreBox .reviewIco3 {
  background: url(../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(../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(../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(../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(../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(../images/customer_faq_insurence_ico01.png) no-repeat 0 0;
  background-size: 33px;
}
.customerFaqInsurence .cFIBox3 .cFIico2 {
  background: url(../images/customer_faq_insurence_ico03.png) no-repeat 0 0;
  background-size: 33px;
}
.customerFaqInsurence .cFIBox3 .cFIico3 {
  background: url(../images/customer_faq_insurence_ico05.png) no-repeat 0 0;
  background-size: 33px;
}
.customerFaqInsurence .cFIBox3 .cFIico4 {
  background: url(../images/customer_faq_insurence_ico02.png) no-repeat 0 0;
  background-size: 33px;
}
.customerFaqInsurence .cFIBox3 .cFIico5 {
  background: url(../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;
  border-radius: 5px;
  background-color: #192028;
  color: #ffffff;
  cursor: pointer;
}
.layerPopReserCancelBox .popBot .confirm.close {
  width: 50%;
  float: left;
  height: 40px;
  background-color: transparent;
  color: #333;
  cursor: pointer;
}
.layerPopReserCancelBox .popBot .confirm.cancel {
  width: 50%;
  height: 40px;
  background-color: #00adef;
  color: #fff;
  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(../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(../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(../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(../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(../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(../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(../images/review_view_bg01.png) no-repeat center 0;
  background-size: 25px 22px;
}
.reviewView .reviewViewTop li span.bg2 {
  background: url(../images/review_view_bg02.png) no-repeat center 0;
  background-size: 25px 22px;
}
.reviewView .reviewViewTop li span.bg3 {
  background: url(../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(../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(../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(../images/show_off.png) no-repeat;
  background-size: 21px;
  padding-left: 30px;
}
.reviewView .reviewViewSBox .showBtn.show a {
  background: url(../images/show_on.png) no-repeat;
  background-size: 21px;
}
.reviewView .reviewViewSBox .cmt {
  font-size: 13px;
  vertical-align: top;
  padding-left: 15px;
  background: url(../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(../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(../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(../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;
}
/* 회원가입 완료 Start Bob*/
.joinComplete {
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width:100%;
  min-height:calc(100vh - 50px);
  background:#fff;
}
/*.joinComplete > *{
  flex:1;
}*/
.joinComplete .content-main{
  min-height:calc(100vh - 260px);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  text-align:center;
}
.joinComplete .content-main h3{
  margin-top:28px;
  font-size:16px;
  font-weight:bold;
}
.joinComplete .content-main p{
  margin-top:18px;
  line-height:1.4;
  font-size:12px;

}
.joinComplete .img--joincomplete{
  width:130px;
}
.joinComplete .content-bottom{
  margin-top:auto;
}
.joinComplete .content-bottom .banner--join-complete{
  position: relative;
  width:100%;
}

.joinComplete .content-bottom .btn-group{
  padding:25px 0;
  text-align:center;
}
.joinComplete .content-bottom .btn-group .btn{
  height:50px;
  width:40%;
  background:#adadad;
  line-height:50px;
  font-size:18px;
  font-weight:bold;
  color:#fff;
  text-align:center;
}
.joinComplete .content-bottom .btn-group .btn + .btn{
  background:#192028;
  margin-left:13px;
}
/* banner small */
.banner--small{
  position:relative;
}
.banner--small .banner__container,
.banner--small .banner__item{
  width:100%;
  height:80px;
}
.banner--small .banner__tit{
  padding:0 25px;
  margin-bottom:12px;
  letter-spacing:-.05em;
  font-size:14px;
  font-weight:bold;
}
.banner--small .banner__item{
  position:relative;
}
.banner--small .banner__item a{
  display:block;
  width:100%;
  height:100%;
}

.banner--small .banner__item a img{
  display:block;
  position:absolute;
  width:100%;
  top:50%;
  left:50%;
  object-fit: cover;
  transform:translate(-50%, -50%);
}
/* // banner small */

.banner--small .swiper-pagination{
  bottom:6px;
  right:10px;
  font-size:0;
}
.banner--small .swiper-pagination .swiper-pagination-bullet{
  width:8px;
  height:8px;
  margin:0 4px;
  background:#e2e2e2;
  opacity:1;
}

.banner--small .swiper-pagination .swiper-pagination-bullet-active{
  width:20px;
  border-radius:4px;
  background:#272727;
}
/* 회원가입 완료 End Bob*/
/* 회사소개 */
.compnay {
  background-color: #ffffff;
}
/* #companySection01{padding:0 20px;max-height:448px;min-height:224px;background:url(../images/company_bg01.jpg) no-repeat;background-size:100% 100%}
#companySection01 h2{font-size:12px;line-height:20px;color:#30383f;text-align:center;padding-top:45px;letter-spacing:-0.025em}
#companySection01 h2 span{display:block;font-size:25px;line-height:30px;letter-spacing:0}
#companySection01 ul{display:table;width:100%;margin:35px auto 0}
#companySection01 li{display:table-cell}
#companySection01 li:not(:first-child){padding-left:5px;border-left:1px solid #ccc}
#companySection01 li span{display:block}
#companySection01 li .num{font-size:18px;color:@blue-gray;letter-spacing:-0.03em}
#companySection01 li .text{font-size:12px;color:#343b42;margin-top:8px}
#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)} */
#companySection02 {
  padding: 0 20px;
  min-height: 350px;
  max-height: 700px;
  background: #fcfcfc url(../images/company_bg02.jpg) no-repeat center bottom;
  background-size: auto 42.5%;
}
#companySection02 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;
}
#companySection02 h3 span {
  color: #0c74d3;
}
#companySection02 h3:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  lefT: 0;
}
#companySection02 p {
  font-size: 12px;
  line-height: 20px;
  color: #2e3235;
  letter-spacing: -0.025em;
}
#companySection03 {
  padding: 0 20px;
  min-height: 350px;
  max-height: 700px;
  background: url(../images/company_bg03.jpg) no-repeat center center;
  background-size: 100%;
}
#companySection03 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;
}
#companySection03 h3:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  lefT: 0;
}
#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(../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(../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(../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(../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(../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(../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(../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(../images/down_arrow.png) no-repeat;
  background-size: 10px 6px;
}
.customerFaq .customerFaqBox .titBox .arrow.show {
  background: url(../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("../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("../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],
.form .form-item .i-group input[type=number]{
  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,
.form .form-item .i-group input[type=number] {
  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;
}
#easy_payment_form input[type=number] {
  height: 40px;
  border-width: 0 0 1px 0;
  border-color: #d5d5d5;
  font-size: 15px;
}
#easy_payment_form input[type=number]::placeholder {
  color: #afafaf;
}
#easy_payment_form input[type=number]::-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}
#easy_payment_form input[type=number]:-ms-input-placeholder {
  color: #afafaf;
}
#easy_payment_form input[type=number]::-webkit-input-placeholder {
  color: #afafaf;
}
#easy_payment_form input[type=number]:focus {
  box-shadow: none;
  border-bottom: 1px solid #00adef;
}
#easy_payment_form input[type=number].likePw {
  -webkit-text-security: disc;
}
#easy_payment_form input[type=radio] {
  display: none;
}
#easy_payment_form input[type=radio] + span {
  width: 100%;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  border: 1px solid #707070;
  box-sizing: border-box;
}
#easy_payment_form input[type=radio]:checked + span {
  color: #fff;
  background-color: #313131;
  border-color: #313131;
}
#easy_payment_form .cardNum {
  height: 40px;
  border-bottom: 1px solid #d5d5d5;
  padding: 0 10px;
}
#easy_payment_form .cardNum input[type=number] {
  border: none;
}
#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("../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,
.ico-question:before,
.ico-exclamation:before,
.ico-toggle-up:before,
.ico-toggle-down:before {
  content: '';
  background-image: url("../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-question:before {
  width: 16px;
  height: 16px;
  background-position: -101px -99px;
}
.ico-exclamation:before {
  width: 16px;
  height: 16px;
  background-position: -101px -116px;
}
.ico-toggle-down:before {
  width: 21px;
  height: 12px;
  background-position: -58px -57px;
}
.ico-toggle-up:before {
  width: 21px;
  height: 12px;
  background-position: -79px -57px;
}
.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("../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-info-outline {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../images/ico_info_outline.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 14px;
  text-indent: -9999px;
  vertical-align: middle;
}
.ico-help-outline {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/ico_help_outline.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 15px;
  text-indent: -9999px;
  vertical-align: middle;
}
.ico-check-circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/ico_check_circle.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 12px;
  text-indent: -9999px;
  vertical-align: middle;
}
.ico-facebook,
.ico-instagram,
.ico-naverblog,
.ico-naverpost {
  background-image: url("../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("../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 {
  width:100%;
  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.5;
  filter: alpha(opacity=50);
}
.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("../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("../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("../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("../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("../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("../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%;
}
.brand .brand-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -76px;
  width: 152px;
  height: 18px;
  background-image: url("../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;
}
.brand .brand-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -76px;
  width: 152px;
  height: 18px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}
.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: #ffffff;
}
.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("../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("../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("../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;
}
.nav-offcanvas > ul {
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
  color: #192028;
}
.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("../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("../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("../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("../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("../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 {
  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("../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);
  }
}
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, .modal-content.type6 .nav-tabs {
  display: table;
  box-sizing: border-box;
  width: 100%;
}
.nav-tabs > *, .modal-content.type6 .nav-tabs > * {
  display: table-cell;
}
.tab-content > .tab-pane, .modal-content.type6 .tab-content > .tab-pane {
  display: none;
}
.tab-content > .active , .modal-content.type6 .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("../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;
}
.btnone {
  border-top: none;
}
.bt {
  border-top: 1px solid #eef2f5;
}
.brnone {
  border-right: none;
}
.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;
}
.table-row th {
  padding: 5px 5px 5px 10px;
}
.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;
}
.ttip-arrow {
  position: relative;
}
.ttip-arrow:after {
  content: '';
  position: absolute;
  opacity: 1;
  bottom: -12px;
  right: 2px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #22a2fa;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.ttip-arrow.hide:after {
  opacity: 0;
}
.ttip-arrow.hide + .ttip-info {
  opacity: 0;
}
.ttip-info {
  position: absolute;
  opacity: 1;
  height: auto;
  background-color: #22a2fa;
  box-sizing: border-box;
  line-height: normal;
  padding: 14px 0;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.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 > 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("../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 style */
.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;
}
.footer-nav {
  padding: 20px 6.25% 32px;
  height: auto;
  margin-top: 20px;
  background-color: #192028;
}
.footer-content {
  text-align: center;
  color: #fff;
  font-size : 0.8em;
  color:#7e7e7e;
}
.footer-content .footer-content__container + .footer-content__container{
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid rgba(126,126,126,.5);
}
.footer-content .footer__btn-group{
  display:flex;
  margin-bottom:22px;
}
.footer-content .footer__btn-group .btn{
  background-color:#26303b;
  padding:10px 0;
  box-sizing:border-box;
  margin-right:15px;
  border-radius:3px;
  color:#fff;
}
.footer-content .footer__btn-group .btn:last-child{
  margin-right:0;
}
.footer-content .footer__btn-group.row {
  flex-direction: row;
}
.footer-content .footer__btn-group.row > .btn {
  flex:1;
}
.footer-content .footer-menu{
  display:flex;
  width:100%;
}
.footer-content .footer-menu > li{
  flex-shrink: 0;
  flex-grow:1;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.footer-content .footer-menu > li::after{
  content:'';
  display:inline-block;
  position:absolute;
  right:0;
  width:1px;
  height:1em;
  background-color:#7e7e7e;
}
.footer-content .footer-menu > li:last-child::after{
  display:none;
}
.footer-content .footer-menu > li a{
  letter-spacing:-.05em;
  color:#7e7e7e;
  font-size:11px;
}
.footer-content .footer-desc{
  word-break:break-all;
  color:#7e7e7e;
  font-size:11px;
}
.footer-sns {
  margin:20px 0;
  display:flex;
  justify-content:center;
  align-items:center;
}
.footer-sns .footer-sns--item {
  text-indent:-9999px;
  color:transparent;
  display:inline-block;
  width:24px;
  height:24px;
  margin-right:10px;
  background-color:transparent;
  background-size:100%;
  background-repeat:no-repeat;
}
.footer-sns .footer-sns--item:last-child{
  margin-right:0;
}
.footer-sns .footer-sns--item.insta{
  background-image:url("../images/ic_insta_footer.svg");
}
.footer-sns .footer-sns--item.youtube{
  background-image:url("../images/ic_youtube_footer.svg");
}
.footer-sns .footer-sns--item.blog{
  background-image:url("../images/ic_blog_footer.svg");
}
.footer-sns .footer-sns--item.facebook{
  background-image:url("../images/ic_facebook_footer.svg");
}
.footer-copyright{
  font-size:11px;
}
/* // footer style */
.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);
}
.panel-title {
  line-height: 1.1;
  color: #192028;
  font-size: 13px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #d5d5d5;
  letter-spacing: -2px;
}
.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;
  font-size: 12px;
}
.review-wrap > ul > * {
  display: table-cell;
}
.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 rgba(193, 193, 193, 0.5);
}
.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 > 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;
}
.price-detail > div > dl {
  overflow: hidden;
  /*;.rel;top:-5px;.mtb(5px);*/
}
.price-detail > div > dl > dt,
.price-detail > div > dl > dd {
  overflow: hidden;
}
.price-detail > div > dl > dt {
  clear: both;
  float: left;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.price-detail > div > dl.dt-10 > dt {
  width: 10%;
  min-width: 80px;
}
.price-detail > div > dl.dt-20 > dt {
  width: 20%;
  min-width: 120px;
}
.price-detail > div > dl > dd {
  float: right;
}
.price-detail > div > dl:not(:first-child) {
  margin-top: 10px;
}
.price-detail > div > dl:last-child > dt {
  color: #192028;
  font-weight: bold;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.price-detail > div > dl:last-child > dd {
  font-size: 20px;
  font-weight: bold;
}
.price-detail > div > 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("../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 {
  padding: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.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;
}
.info-company > div > dl > dd {
  word-break: break-all;
  letter-spacing: -1px;
  margin-top: 8px;
}
.info-company .map-wrap {
  height: 284px;
  background-color: #dcdfe4;
}
/*Bob 차량인수/반납 팝업 추가 START*/
.info-company__container .map-wrap {
  margin-top:55px;
  height: 167px;
  background-color: #dcdfe4;

}
.info-company__container{
  padding:0;
}
.info-company__container .note{
  font-size:12px;
  color:#7e7e7e;
}
.info-company__container .btn-area{
  padding:22px 24px;
}
.info-company__container .btn-area button{
  display:block;
  width:100%;
  background:#adadad;
  padding:15px 0;
  text-align:center;
  font-size:18px;
  color:#fff;

}
.info-company__item{
  padding: 14px 24px 0;

}
.info-company__item dl dt{
  margin-bottom:14px;
  font-size:14px;
  font-weight:bold;
  color:#192028;
}
.info-company__item dl dd{
  background:#f7f7f7;
  padding:17px 19px;
  font-size:12px;
  color:#454545;
}
.info-company__item.row{
  display:flex;
  justify-content:space-between;
}
.info-company__item.row dl{
  flex:1 1 40% ;
}
.info-company__item.row dl + dl{
  margin-left:19px;
}
/*Bob 차량인수/반납 팝업 추가 END*/
.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("../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 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,
.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;
}
.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: '';
}
.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;
}
.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: #5f5f5f;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -1px;
}
.search-car #content .select-category > div > label.selected {
  border: 1px solid #3e495c;
  background-color: #4c5667;
  color: #fff;
}
.search-car #content .select-driver .btn-tooltip {
  margin-top: -5px;
}
.search-car #content .select-driver > div {
  margin-top: 10px;
}
.search-car #content .select-driver > label {
  font-weight: 600;
}
.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;
  }
}
.search-car #content .select-date > button > dl > dd span {
  font-family: 'Futura-Heavy-BT', sans-serif;
}
.search-car #content .select-insurrance .nav-tabs > .nav > a {
  letter-spacing: -1px;
}
.select-insurrance .tab-content .radio-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
}
.select-insurrance .tab-content .radio-mark:after {
  content: '';
  position: absolute;
  display: none;
}
.select-insurrance .tab-content .radio-container {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-top: 1px;
  font-size: 15px;
}
.select-insurrance .tab-content .radio-container input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select-insurrance .tab-content .radio-container input:checked ~ .radio-mark {
  background-color: #fff;
}
.select-insurrance .tab-content .radio-container input:checked ~ .radio-mark:after {
  display: block;
}
.select-insurrance .tab-content .radio-container:hover input ~ .radio-mark {
  background-color: #fff;
}
.select-insurrance .tab-content .radio-container .radio-mark:after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00adef;
}
.shorterm.list .modal .select-category {
  padding-top: 20px;
}
.hiddenScroll {
  overflow: hidden !important;
  touch-action: none;
}
.shorterm.list .btn-gotop {
  left: 20px;
}
.shorterm.list .btn-gotop.opacity {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.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 #hashSearch {
  position: fixed;
  overflow: hidden;
  width: 55px;
  height: 55px;
  border-radius: 55px;
  right: 20px;
  bottom: 30px;
  background-color: #004db5;
  -webkit-box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.51);
  box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.51);
  z-index: 1050;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  transition-delay: 0.1s;
}
.shorterm.list #hashSearch #hashButton {
  position: absolute;
  right: 0px;
  float: right;
  display: inline-block;
  width: 55px;
  height: 55px;
  color: #fff;
  background-color: #303030;
  line-height: 55px;
  text-align: center;
  border-radius: 55px;
}
.shorterm.list #hashSearch .hashTxt {
  position: absolute;
  left: 0;
  display: inline-block;
  height: 55px;
  padding: 9px 0 9px 20px;
  background-color: #004db5;
  color: #fff;
  text-align: left;
  font-size: 13px;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.shorterm.list #hashSearch.opacity {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.shorterm.list #hashSearch.on #hashButton {
  background-color: #e6e6e6;
  color: #e6e6e6;
  background-image: url("../images/img-hclose.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 16px 16px;
}
.shorterm.list #hashSearch.on .hashTxt {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.shorterm.list #hashSearch.show {
  width: 250px;
}
.shorterm.list #hashSearch.show .hashTxt {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.shorterm.list #hashViewArea {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1030;
}
.shorterm.list #hashViewArea .hSearch-section {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1040;
}
.shorterm.list #hashViewArea .hSearch-section .hashTxt {
  position: absolute;
  display: block;
  width: auto;
  background-color: transparent;
  color: #fff;
  bottom: 30px;
  left: 20px;
  font-size: 20px;
  font-weight: bold;
}
.shorterm.list #hashViewArea .hSearch-section ul {
  position: absolute;
  bottom: 100px;
  right: 20px;
  width: 100%;
  height: auto;
}
.shorterm.list #hashViewArea .hSearch-section ul li {
  text-align: right;
  margin-top: 10px;
  margin-bottom: -50px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.shorterm.list #hashViewArea .hSearch-section ul li span {
  display: inline-block;
  width: auto;
  background-color: #004db5;
  padding: 10px 18px;
  color: #fff;
  border-radius: 20px;
  font-size: 15px;
}
.shorterm.list #hashViewArea .hashDim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.shorterm.list #hashViewArea.show {
  display: block;
}
.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("../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;
}
.shorterm.list #content > .selected1 button:before,
.shorterm.list #content > .selected2 button:before {
  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 button:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-top: 20px;
  border: 1px solid #00adef;
  border-radius: 50%;
  background-image: url("../images/reserve_change_right_arrow.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 5px 9px;
  content: '';
  margin-top: -12.5px;
  left: 50%;
  margin-left: -12.5px;
}
.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;
}
.shorterm.list #content > .selected1 .select-date > button .date-wrap {
  width: 100%;
}
.shorterm.list #content > .selected1 .select-date > button .date-wrap:before {
  margin-top: 21px;
  width: 5px;
  height: 9px;
  background-position: -12px -61px;
}
.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;
}
.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;
}
.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 .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 {
  height: 64px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.shorterm.list #content > .selected1.fix button:after {
  content: '일정 변경하기';
  width: 35%;
  margin-left: 0;
  background-image: url("../images/none");
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 23px;
  line-height: 22px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.shorterm.list #content > .selected1.fix .select-date > button {
  height: 30px;
}
.shorterm.list #content > .selected1.fix .select-date > button .date-wrap:before {
  margin-top: 5px;
}
.shorterm.list #content > .selected1.fix .select-date > button .date-wrap > dl:last-child {
  text-align: right;
  margin-right: 10px;
}
.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 > .selected1.fix .select-date > button .arrow-right {
  top: 2px;
}
.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("../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("../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;
}
.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;
}
.shorterm.view #content .top .review-wrap a,
.review.view #content .top .review-wrap a {
  color: #fff;
  text-decoration: none;
}
.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;
}
.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;
}
.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;
}
.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.view #content .top .review-wrap > ul > li dd {
  display: inline-block;
}
.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("../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("../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("../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("../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("../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("../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("../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("../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 {.mt(3px);.btb;.bgw;
	.best-car-list {.rel;.p(15px 20px 35px 30px);.bgw;
		.text-box {.fr;display:table;width:55%;height:118px;.pl(10px);.boxsize;
			.text-content {display:table-cell;.fs(16px);.bold;.valign;}
		}
		.best-car-info{
			.best-car-name{.bold;}
			>span{.fs(12px);.c(#7a7a7a);}
			>p{.c(@blue-gray);}
		}
		.best-rent-info{.fr;.mt(-20px);
			.best-rent-company{.block;.fs(16px);}
			.review-summary .review-point{.fs(15px);}
			.rent-price{
				.text-cancel{.fs(11px);.c(@red-dark);}
				.text-price{.block;.fs(16px);}
			}
		}
	}
	.hit-badge {.abs;top:15px;right:12px;.prl(7px);.bg(@point1);.fs(10px);.lh(20px);.text-white;
		&:before,&:after{.abs;content:'';}
		&:before{top:0;left:-13px;.b(10px,transparent);.br(13px,@point1);.bl(0,transparent);}
		&:after{top:50%;left:-6px;.vert-middle-abs(3px);width:3px;height:3px;.bgw;.radius-circle;}
	}
	.swiper-pagination-bullet {.bg(#d4d4d4);.valign;}
	.swiper-pagination-bullet-active {.rel;width:10px;height:10px;.bg(@point1);
		&:after{.abs;top:3px;left:3px;width:4px;height:4px;.radius-circle;.bgw;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;
}
.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;
  line-height: -0.7px;
}
.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;
}
.search-car-result-list > li > a > p > span {
  color: #004db5;
  border-bottom: 1px solid #004db5;
  font-size: 18px;
}
.search-car-result-list > li > a > span {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.search-car-result-list > li > a .img-wrap-responsive {
  position: relative;
  top: 50%;
  margin-top: -45px;
  right: -43%;
  width: 60%;
  height: 100px;
  z-index: 0;
}
.search-car-result-list .company-list > li {
  padding: 0;
}
.search-car-result-list .company-list > li > a {
  padding: 18px 10px 18px 20px;
}
.search-car-result-list .company-list > li > a > div {
  float: left;
  padding-right: 0;
}
.search-car-result-list .company-list > li > a > div + div {
  float: right;
  text-align: right;
}
.search-car-result-list .company-list > li > a > div + div .best-rate-guarantee {
  height: 18px;
  vertical-align: middle;
}
.search-car-result-list .company-list > li > a > div + div .btn-tooltip-black {
  width: 18px;
  height: 18px;
  margin-left: 0;
  border: 1px solid #192028;
  font-weight: bold;
  color: #192028;
  vertical-align: top;
}
.search-car-result-list .company-list > li > a > div + div img {
  position: relative;
  top: 1px;
  right: -3px;
  width: 8px;
}
.search-car-result-list .company-list > li > a > div + div span {
  font-size: 13px;
  color: #00adef;
  line-height: -2px;
}
.search-car-result-list .company-list > li > a > div + div p {
  color: #ff5353;
  letter-spacing: 1px;
  font-family: 'Futura-Heavy-BT';
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 6px;
}
.search-car-result-list .company-list > li > a > div .ico-star span {
  width: 15px;
}
.search-car-result-list .company-list > li > a > div > div:first-child {
  margin-bottom: 10px;
}
.search-car-result-list .company-list > li > a > div > div:first-child > h5 {
  float: left;
  max-width: 100%;
  text-overflow: initial;
}
.search-car-result-list .company-list > li > a > div > div:first-child .review-summary {
  display: block;
  overflow: hidden;
}
.search-car-result-list .company-list > li > a > div > div:first-child .review-summary span.superior {
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 5px;
  padding: 1px 3px;
  background-color: rgba(0, 245, 255, 0.04);
  color: #00aeef;
  border: 1px solid #00aeef;
  letter-spacing: -0.05em;
}
.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;
}
.search-car-result-list .company-list > li > a > div > div:nth-child(2) > dl:nth-child(2):after {
  content: none;
}
.search-car-result-list .company-list > li > a > div > div.rentInfo span {
  font-size: 13px;
  color: #000;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
.search-car-result-list .company-list > li > a > div > div.rentInfo > div span:after {
  content: '|';
  padding: 0 4px;
}
.search-car-result-list .company-list > li > a > div > div.rentInfo > div span:last-child:after {
  display: none;
}
.search-car-result-list .company-list > li > a > div dl {
  line-height: 1.5 !important;
}
.search-car-result-list .company-list > li > a > div dl:last-child {
  clear: both;
  display: block;
}
.search-car-result-list .company-list > li > a button.btn {
  top: 46%;
  right: 9px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  width: 110px;
  height: 35px;
  margin-top: 3px;
  border: 1px solid #d4d4d4;
  background-color: #f8fafb;
  font-size: 13px;
  color: #717886;
}
.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 + .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("../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;
}
.company-list > li > a > div > div:first-child {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.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;
  margin-right: 5px;
}
.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;
  }
}
.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;
}
.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: 125px;
}
.reserv.view .navbar .title {
  font-size: 16px;
}
.reserv.view .navbar.fixed .title {
  padding-top: 0;
  font-size: 16px;
}
.reserv.view .modal.cancelFee h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
}
.reserv.view .modal.cancelFee h3 button {
  position: absolute;
  top: -10px;
  right: 0px;
  font-size: 36px;
  color: #707070;
}
.reserv.view .modal.cancelFee ul li {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.035em;
}
.reserv.view .btn-gotop {
  bottom: 130px;
  z-index: 10;
}
.reserv.view #content .top {
  padding-top: 132px;
  padding-bottom: 30px;
  background-color: #fff;
  position: relative;
}
.reserv.view #content > .btn-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 14px 24px;
  background-color: #ffffff;
  font-size: 16px;
  z-index: 100;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.16);
}
.reserv.view #content > .btn-wrap > span {
  display: block;
  width: auto;
  height: 40px;
  padding: 7px 0 7px;
  color: #fb435f;
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
}
.reserv.view #content > .btn-wrap > span.active {
  color: #303030;
}
.reserv.view #content > .btn-wrap > span .pricetit {
  font-size: 13px;
  color: #3e3e3e;
}
.reserv.view #content > .btn-wrap > span .pricetit > span {
  font-size: 11px;
  margin-left: 4px;
  font-weight: 300;
  letter-spacing: -0.075em;
  color: #9d9d9d;
}
.reserv.view #content > .btn-wrap > span .price {
  float: right;
  font-size: 18px;
}
.reserv.view #content > .btn-wrap button {
  float: right;
  display: inline-block;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #03adef;
  font-weight: bold;
}
.reserv.view #content > .btn-wrap .benefit {
  background-color: #895b3e;
  color: #fff;
  box-sizing: border-box;
  padding: 8px 0 8px 6%;
  font-size: 14px;
}
.reserv.view #content > .btn-wrap .benefit > span {
  display: inline-block;
}
.reserv.view #content > .btn-wrap .benefit .infoBtn {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 7px;
  vertical-align: middle;
}
.reserv.view #content > .btn-wrap .benefit .benefitTxt {
  font-size: 12px;
  color: #e5e5e5;
  float: right;
  margin: 2px 2.5% 0 0;
  letter-spacing: -0.06em;
}
.reserv.view #content .img-wrap-responsive {
  position: relative;
  margin-top: 20px;
  left: 50%;
  margin-left: -114px;
  width: 228px;
  padding-top: 87px;
  z-index: 100;
}
.reserv.view #content .panel {
  margin: 6px 20px 0;
  font-size: 13px;
  letter-spacing: -1px;
  box-shadow: none;
  padding: 0;
  box-sizing: border-box;
}
.reserv.view #content .panel .panel-title {
  font-size: 14px;
}
.reserv.view #content .panel.price-plan,
.reserv.view #content .panel.price-plan-alliance {
  padding-top: 40px;
}
.reserv.view #content .panel.price-plan .btn-tooltip,
.reserv.view #content .panel.price-plan-alliance .btn-tooltip {
  position: absolute;
}
.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;
}
.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;
}
.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 {
  margin: 0px;
  padding-top: 0px;
  background-color: #fff;
  font-family: 'NanumBarunGothic';
  overflow: unset;
}
.reserv.view #content .panel.price-plan .reserv-period {
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  padding: 0 4%;
}
.reserv.view #content .panel.price-plan .reserv-period dl {
  float: left;
  font-size: 13px;
}
.reserv.view #content .panel.price-plan .reserv-period dl dt {
  margin-bottom: 6px;
  text-align: left;
  font-weight: 600;
}
.reserv.view #content .panel.price-plan .reserv-period dl dd {
  margin-bottom: 10px;
  color: #22a2fa;
  letter-spacing: -0.02em;
}
.reserv.view #content .panel.price-plan .reserv-period dl.end {
  float: right;
}
.reserv.view #content .panel.price-plan .reserv-period p {
  clear: both;
  color: #ff4a4a;
  font-size: 12px;
}
.reserv.view #content .panel.price-plan .reserv-period p:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/ico_info.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 12px;
  margin: 0 5px -2px 0;
}
.reserv.view #content .panel.price-plan .reserv-period:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -6px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/ico_arrow_forward.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 12px;
}
.reserv.view #content .panel.price-plan > ul:last-child > li {
  color: #303030;
  line-height: 23px;
  letter-spacing: -1px;
}
.reserv.view #content .panel.price-plan > ul:last-child > li.bold {
  font-weight: bold;
}
.reserv.view #content .panel.price-plan > ul:last-child > li:before {
  content: '';
  top: 7px;
  left: 3px;
  width: 3px;
  height: 3px;
  background-color: #303030;
  border-radius: 50%;
}
.reserv.view #content .panel.price-plan .nav-tabs {
  background-color: #fff;
  border: 1px solid rgba(193, 193, 193, 0.5);
  border-bottom-color: #cbcbcb;
}
.reserv.view #content .panel.price-plan .nav-tabs > li {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.reserv.view #content .panel.price-plan .nav-tabs > li > a {
  display: block;
  position: relative;
  margin: 8px;
  padding: 6px 0;
  vertical-align: middle;
  font-weight: bold;
  border-radius: 12px;
  color: #969696;
}
.reserv.view #content .panel.price-plan .nav-tabs > li > a > span {
  display: block;
  font-weight: 600;
  line-height: 1.65;
}
.reserv.view #content .panel.price-plan .nav-tabs > li > a > span.in {
  font-size: 10px;
}
.reserv.view #content .panel.price-plan .nav-tabs > li.selected a {
  background-color: #22a2fa;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
.reserv.view #content .panel.price-plan .nav-tabs > li.selected .tit {
  color: #fff;
}
.reserv.view #content .panel.price-plan .nav-tabs > li:last-child {
  width: 90px;
  padding-right: 20px;
  font-weight: 600;
  text-align: right;
  color: #22a2fa;
}
.reserv.view #content .panel.price-plan .nav-tabs > li:last-child span > span {
  margin: 0 5px 0 0;
}
.reserv.view #content .panel.price-plan .tab-content {
  display: table;
  width: 100%;
  background-color: transparent;
}
.reserv.view #content .panel.price-plan .tab-content > p {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ff5353;
  text-align: center;
  color: #ff5353;
}
.reserv.view #content .panel.price-plan .tab-content > div {
  border-top: none;
  background-color: #edf0f4;
}
.reserv.view #content .panel.price-plan .tab-content > div table.rsvTable {
  background-color: #fff;
  border: 1px solid rgba(193, 193, 193, 0.5);
  font-family: 'NanumSquare';
}
.reserv.view #content .panel.price-plan .tab-content > div table.rsvTable th,
.reserv.view #content .panel.price-plan .tab-content > div table.rsvTable td {
  border-bottom: 1px solid #eef2f5;
}
.reserv.view #content .panel.price-plan .tab-content > div table.rsvTable tr:first-child th {
  padding: 0;
  border: none;
}
.reserv.view #content .panel.price-plan .tab-content > div table.rsvTable tr:first-child th h6 {
  position: relative;
  height: 45px;
  margin: 0;
  padding: 0 15px;
  border-bottom: 1px solid #eef2f5;
  line-height: 45px;
  text-align: left;
  font-size: 14px;
  letter-spacing: -0.075em;
}
.reserv.view #content .panel.price-plan .tab-content > div table.rsvTable tr:first-child th h6 span {
  position: relative;
  margin-left: 5px;
}
.reserv.view #content .panel.price-plan .tab-content > div table.rsvTable tr:first-child th h6 p.ttip-info {
  top: 38px;
  left: 1%;
  width: 98%;
}
.reserv.view #content .panel.price-plan .tab-content > div table.rsvTable tr:first-child th h6 button {
  margin-right: 4px;
  float: right;
  line-height: 45px;
  color: #22a2fa;
  font-size: 13px;
  letter-spacing: -0.065em;
  font-weight: 600;
}
.reserv.view .tab-content > div table.rsvTable tr.trow {
  height: 55px;
  font-size: 12px;
}
.reserv.view .tab-content > div table.rsvTable tr.trow th {
  color: #192028;
  font-size: 16px;
  letter-spacing: -0.5px;
}
.reserv.view .tab-content > div table.rsvTable tr.trow th span {
  margin-top: 6px;
  font-size: 12px;
  color: #525252;
}
.reserv.view .tab-content > div table.rsvTable tr.trow td {
  position: relative;
  padding-left: 10px;
  text-align: left;
  color: #281d19;
  font-size: 14px;
}
.reserv.view .tab-content > div table.rsvTable tr.trow td::before{
  content: "•";
  position: absolute;
  left: 0;
  display: inline-block;
  color: #192028;
}
.reserv.view .tab-content > div table.rsvTable tr.trow td.blue{
  color: #03adef;
}
.reserv.view .tab-content > div table.rsvTable tr.trow td.rd {
  color: #fe5757;
}
.reserv.view #content .panel.price-plan .tab-content .detail-box {
  padding: 8px 15px;
  margin-bottom: 6px;
  border: 1px solid rgba(193, 193, 193, 0.5);
  border-top: none;
  background-color: #fff;
}
.reserv.view #content .panel.price-plan .tab-content .detail-box dl {
  overflow: hidden;
  padding: 10px 13px;
  margin-bottom: 6px;
  background-color: #f4f6f7;
  border-radius: 5px;
  font-weight: 600;
}
.reserv.view #content .panel.price-plan .tab-content .detail-box dl dt {
  float: left;
  font-size: 12px;
  color: #898989;
}
.reserv.view #content .panel.price-plan .tab-content .detail-box dl dd {
  float: right;
  font-size: 13px;
  color: #626262;
}
.reserv.view #content .panel.price-plan .tab-content .detail-box dl dd .ico-help-outline {
  margin-right: 3px;
}
.reserv.view #content .panel.price-plan .tab-content .detail-box dl:last-child {
  background-color: #fff;
  margin: 0;
}
.reserv.view #content .panel.price-plan .tab-content .detail-box dl:last-child dd {
  font-size: 18px;
  color: #000;
}
.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("../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;
}
.reserv.view #content .panel.price-plan.premium-plan .tab-content > div > div > dl > dt {
  margin-right: 0;
}
.reserv.view #content .panel.price-plan.premium-plan .tab-content > div > div > dl > dd {
  margin-top: 3px;
  font-weight: bold;
  font-size: 14px;
}
.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: 115px;
}
.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("../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("../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("../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("../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("../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("../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("../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("../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 {
  padding: 4%;
  border: 1px solid rgba(193, 193, 193, 0.5);
}
.reserv.view #content .panel.rule > div > h6 {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 6px;
}
.reserv.view #content .panel.rule > div > table {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.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;
}
.modal-table-wrap table {
  font-size: 14px;
}
.reserv.view #content .panel.rule > div .table-border.bl-0.br-0 {
  border-collapse: collapse;
  border: 1px solid rgba(163, 163, 163, 0.5);
}
.reserv.view #content .panel.rule > div .table-border.bl-0.br-0 th,
.reserv.view #content .panel.rule > div .table-border.bl-0.br-0 td {
  border: 1px solid rgba(163, 163, 163, 0.5);
}
.reserv.view #content .panel.rule > div .table-border.bl-0.br-0 th:first-child,
.reserv.view #content .panel.rule > div .table-border.bl-0.br-0 td:first-child {
  border-left: none;
}
.reserv.view #content .panel.rule > div .table-border.bl-0.br-0 th:last-child,
.reserv.view #content .panel.rule > div .table-border.bl-0.br-0 td:last-child {
  border-right: none;
}
.reserv.view #content .panel.rule > div .table-border td.selected {
  background-color: #192028;
}
.modal-table-wrap .table-stripe td.b-txt {
  color: #22a2fa;
}
.reserv.view #content .panel.rule > div .table-border tr {
  color: #575757;
}
.reserv.view #content .panel.rule > div .table-border tr .active {
  border-left: 2px solid #00adef !important;
  border-right: 2px solid #00adef !important;
  font-weight: normal;
}
.reserv.view #content .panel.rule > div .table-border tr:last-child .active {
  border-bottom: 2px solid #00adef;
}
.reserv.view #content .panel.rule > div .table-border tr span.rd-txt {
  color: #fe5757;
}
.reserv.view #content .panel.rule > div .table-border thead tr {
  background-color: #e0f2ff;
  color: #575757;
}
.reserv.view #content .panel.rule > div .table-border thead tr .active {
  border: 2px solid #00adef !important;
  border-bottom: 0 !important;
  background-color: #e0f2ff !important;
}
.reserv.view #content .panel.rule > div .table-border thead tr th {
  background-color: #e0f2ff;
}
.reserv.view #content .panel.rule > div .table-border thead tr th .ico-info-outline {
  margin: -2px 0 0 3px;
}
.reserv.view #content .panel.rule > div .table-border thead tr th.super {
  padding-right: 0;
  padding-left: 0;
}
.reserv.view #content .panel.rule > div .table-border thead tr th.super > div {
  display: inline-block;
}
.reserv.view #content .panel.rule > div .table-border thead tr th.super > div .ttip-info {
  width: 106%;
  right: -3%;
  top: -43px;
  letter-spacing: -0.1em;
  padding: 11px 0;
}
.reserv.view #content .panel.rule > div .table-border thead tr th.super > div .ttip-info .ico-arrow-forward {
  margin-left: 6px;
  vertical-align: middle;
}
.reserv.view #content .panel.rule > div .table-border thead tr th.super > div .ttip-info .ico-arrow-forward img {
  vertical-align: top;
}
@media (max-width: 320px) {
  .reserv.view #content .panel.rule > div .table-border thead tr th.super > div .ttip-info {
    letter-spacing: -0.15em;
  }
}
.reserv.view #content .panel.rule > div .table-border thead tr th.super > div .ttip-arrow:after {
  border-bottom: none;
  border-top: #22a2fa solid 10px;
  bottom: unset;
  top: -14px;
}
.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.rule .rule-info {
  border: 1px solid rgba(163, 163, 163, 0.5);
  box-sizing: border-box;
  padding: 4%;
}
.reserv.view #content .panel.rule .rule-info dl dt {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 11px;
  color: #9d9d9d;
}
.reserv.view #content .panel.rule .rule-info dl dd {
  margin-bottom: 5px;
  font-size: 12px;
  color: #9d9d9d;
  letter-spacing: -0.1em;
}
.reserv.view #content .panel.rule .chk-txt {
  margin-bottom: 10px;
  font-size: 12px;
  color: #22a2fa;
  text-align: center;
}
.reserv.view #content .panel.rule .chk-txt .ico-check-circle {
  margin-right: 3px;
  margin-bottom: 2px;
}
.reserv.view #content .panel.rule .btn-happiness-wrap {
  text-align: center;
  background-color: #00adef;
}
.reserv.view #content .panel.rule .btn-happiness-wrap .btn-happiness {
  display: inline-block;
  background-color: #00adef;
  line-height: 37.5px;
  padding: 0 18px;
  color: #fff;
  letter-spacing: -1.5px;
  font-size: 14px;
}
.reserv.view #content .panel.rule .btn-happiness-wrap .btn-happiness .happy-primary {
  color: #000;
}
.reserv.view #content .panel.rule .btn-happiness-wrap .btn-happiness .happy-arrow img {
  margin-left: 5px;
  margin-bottom: 2px;
}
.reserv.view #content .panel.option {
  padding: 4%;
  border: 1px solid rgba(193, 193, 193, 0.5);
}
.reserv.view .modal .panel.option table{
    font-size:13px;
}
.reserv.view #content .panel.option > h6 {
  margin-bottom: 10px;
  border: none;
}
.reserv.view .modal .panel.option ul > li {
  line-height: 1.8;
}
.reserv.view .modal .panel.option ul > li > span {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.reserv.view .modal .panel.option ul > li > span > img {
  width: 15px;
  height: 15px;
  margin-right: 4px;
  vertical-align: text-bottom;
}
.reserv.view .modal .panel.option ul > li.selected span {
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
}
.reserv.view .modal .panel.option ul > li.selected span:before {
  content: '';
  background-image: url("../images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  vertical-align: middle;
}
.reserv.view .modal .panel.option ul > li.selected span:before {
  width: 10px;
  height: 7px;
  background-position: -30px -40px;
}
.reserv.view .modal .panel.option ul > li.selected span:before {
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  left: 105%;
}
.reserv.view #content .panel.info-company,
.reserv.view #content .panel.review-list {
  margin: 0px;
  padding: 0px;
}
.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.info-company > div > dl > dt {
  font-size: 11px;
  color: #696969;
  font-weight: bold;
}
.reserv.view #content .panel.info-company > div > dl > dd {
  word-break: break-all;
  letter-spacing: -1px;
  color: #575757;
  font-size: 12px;
}
.reserv.view #content .panel.review-list .review-info {
  display: table;
  width: 100%;
  border-bottom: 1px solid rgba(193, 193, 193, 0.5);
  padding-bottom: 10px;
}
.reserv.view #content .panel.review-list .review-info .left {
  display: table-cell;
  overflow: hidden;
  width: 75%;
}
.reserv.view #content .panel.review-list .review-info .left .left-top {
  overflow: hidden;
  margin-bottom: 5px;
}
.reserv.view #content .panel.review-list .review-info .left .left-top h3 {
  float: left;
  margin-right: 8px;
  font-size: 16px;
  font-weight: bold;
}
.reserv.view #content .panel.review-list .review-info .left .left-top .review-wrap {
  padding: 0;
}
.reserv.view #content .panel.review-list .review-info .left .left-top .review-wrap .review-point {
  color: #22a2fa;
  font-size: 12px;
  margin-right: 3px;
  margin-left: 3px;
  font-weight: bold;
  letter-spacing: 0;
}
.reserv.view #content .panel.review-list .review-info .left .left-bottom {
  overflow: hidden;
}
.reserv.view #content .panel.review-list .review-info .left .left-bottom dl {
  display: inline-block;
  margin-right: 3px;
  font-size: 12px;
}
.reserv.view #content .panel.review-list .review-info .left .left-bottom dl dt {
  display: inline-block;
  color: #696969;
}
.reserv.view #content .panel.review-list .review-info .left .left-bottom dl dd {
  display: inline-block;
  color: #22a2fa;
  margin-left: 3px;
}
.reserv.view #content .panel.review-list .review-info .right {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
}
.reserv.view #content .panel.review-list .review-info .right button {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  background-color: #22a2fa;
  color: #fff;
  border-radius: 18px;
  letter-spacing: -0.075em;
  font-size: 12px;
}
.reserv.view #content .panel.review-list > #reviewList {
  clear: both;
}
.reserv.view #content .panel.review-list > #reviewList .list-info {
  display: table;
  width: 100%;
}
.reserv.view #content .panel.review-list > #reviewList .list-info .left {
  display: table-cell;
  width: 50%;
}
.reserv.view #content .panel.review-list > #reviewList .list-info .left h6 {
  margin-bottom: 5px;
  font-size: 13px;
  color: #3e3e3e;
}
.reserv.view #content .panel.review-list > #reviewList .list-info .left .days-ago {
  color: #9d9d9d;
  font-size: 11px;
  font-weight: bold;
}
.reserv.view #content .panel.review-list > #reviewList .list-info .left > ul > li {
  display: inline-block;
  font-size: 11px;
  color: #9d9d9d;
}
.reserv.view #content .panel.review-list > #reviewList .list-info .left > ul > li:before {
  content: '|';
  display: inline-block;
  padding: 0 2px 0 1px;
}
.reserv.view #content .panel.review-list > #reviewList .list-info .left > ul > li:first-child:before {
  display: none;
}
.reserv.view #content .panel.review-list > #reviewList .list-info .right {
  display: table-cell;
}
.reserv.view #content .panel.review-list > #reviewList .list-info .right .review-wrap {
  text-align: right;
}
.reserv.view #content .panel.review-list > #reviewList .list-info .right .review-wrap > ul {
  float: none;
  display: inline-block;
}
.reserv.view #content .panel.review-list > #reviewList .list-info .right .review-wrap > ul li {
  display: inline-block;
  padding: 0;
}
.reserv.view #content .panel.review-list > #reviewList .list-info .right .review-wrap > ul li:before {
  content: '|';
  display: inline-block;
  padding: 0 2px 0 1px;
  color: #9d9d9d;
}
.reserv.view #content .panel.review-list > #reviewList .list-info .right .review-wrap > ul li:first-child:before {
  display: none;
}
.reserv.view #content .panel.review-list > #reviewList .list-info .right .review-wrap .review-summary {
  display: block;
}
.reserv.view #content .panel.review-list > #reviewList .list-info .right .review-wrap .review-summary .review-point {
  color: #22a2fa;
  font-size: 12px;
  letter-spacing: normal;
  margin-right: 0;
  margin-left: 0;
}
.reserv.view #content .panel.review-list > #reviewList > li {
  padding-top: 0;
}
.reserv.view #content .panel.review-list > #reviewList > li .text {
  overflow: visible;
}
.reserv.view #content .panel.review-list > #reviewList > li .text .reviews,
.reserv.view #content .panel.review-list > #reviewList > li .text .company-answer {
  position: relative;
  line-height: 1.8;
  padding: 10px 13px;
  border-radius: 10px;
  font-size: 12px;
  word-break: keep-all;
}
.reserv.view #content .panel.review-list > #reviewList > li .text .reviews:before,
.reserv.view #content .panel.review-list > #reviewList > li .text .company-answer:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 13px;
  width: 0px;
  height: 0px;
  border-left: transparent solid 4px;
  border-right: transparent solid 4px;
  border-bottom: #f4f6f7 solid 16px;
}
.reserv.view #content .panel.review-list > #reviewList > li .text .reviews {
  background-color: #f4f6f7;
}
.reserv.view #content .panel.review-list > #reviewList > li .text .reviews > ul {
  margin-top: 10px;
  text-align: right;
}
.reserv.view #content .panel.review-list > #reviewList > li .text .reviews > ul > li {
  display: inline-block;
  font-size: 11px;
  color: #9d9d9d;
}
.reserv.view #content .panel.review-list > #reviewList > li .text .reviews > ul > li:before {
  content: '|';
  display: inline-block;
  padding: 0 2px 0 1px;
}
.reserv.view #content .panel.review-list > #reviewList > li .text .reviews > ul > li:first-child:before {
  display: none;
}
.reserv.view #content .panel.review-list > #reviewList > li .text .like {
  margin: 8px 0;
  font-size: 11px;
  color: #646464;
  text-align: right;
}
.reserv.view #content .panel.review-list > #reviewList > li .text .like .like-txt:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 12px;
  margin: 0 2px 0 5px;
  background-image: url("../images/ico_thumb_up.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 13px;
}
.reserv.view #content .panel.review-list > #reviewList > li .text .like.up {
  color: #22a2fa;
}
.reserv.view #content .panel.review-list > #reviewList > li .text .like.up .like-txt:after {
  background-image: url("../images/ico_thumb_upped.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.reserv.view #content .panel.review-list > #reviewList > li .text .company-answer {
  background-color: #e0f2ff;
  margin-left: 15px;
}
.reserv.view #content .panel.review-list > #reviewList > li .text .company-answer:before {
  border-bottom: #e0f2ff solid 16px;
}
.reserv.view #content .panel.review-list > #reviewList > li .text .days-ago {
  display: block;
  margin-top: 6px;
  text-align: right;
  color: #9d9d9d;
  font-size: 11px;
}
.reserv.view #content .panel.review-list .review-wrap {
  padding: 10px;
  font-weight: bold;
}
.reserv.view #content .panel.review-list .review-wrap .review-point {
  font-size: 19px;
}
.reserv.view #content .panel.review-list .btn-wrap {
  margin-top: 15px;
}
.reserv.view #content .panel.review-list .btn-wrap button {
  width: 100%;
  font-size: 11px;
  color: #9d9d9d;
  border: none;
  line-height: 30px;
}
.reserv.write .panel {
  margin-bottom: 5px;
}
.reserv.write .panel .panel-title {
  letter-spacing: -0.065em;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
}
.reserv.write .panel .panel-title > span {
  color: #f03131;
  font-size: xx-small;
  vertical-align: top;
  margin: 5px;
}
.reserv.write .panel .panel-title label {
  float: right;
  color: #7c7c7c;
  font-size: 12px;
  font-weight: 500;
}
.reserv.write .panel .panel-title input[type=checkbox] {
  display: none;
}
.reserv.write .panel .panel-title input[type=checkbox] + span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 -3px 7px;
  border: 1px solid #adadad;
  box-sizing: border-box;
}
.reserv.write .panel .panel-title input[type=checkbox]:checked + span {
  border: 5px solid #00adef;
}
.reserv.write .panel.chkList {
  background-color: #f7f7f7;
}
.reserv.write .panel.chkList h5 {
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}
.reserv.write .panel.chkList h5:before {
  margin: 0 4px 2px 0;
}
.reserv.write .panel.chkList ul li {
  font-size: 12px;
  color: #303030;
  letter-spacing: -0.085em;
  line-height: 2;
  margin-left: 15px;
  list-style-type: disc;
}
.reserv.write .panel.carePlus {
  padding: 0;
}
.reserv.write .panel.carePlus .panel-title {
  border: 0;
  margin: 0;
  padding: 20px 6.25%;
  font-weight: 900;
  font-size: 14px;
}
.reserv.write .panel.carePlus .panel-title .note-tit-desc {
  margin-top: 15px;
  font-size: 12px;
  font-weight: normal;
  color: #222;
}
.reserv.write .panel.carePlus .panel-inner {
  padding: 0 6.25% 20px;
}
/* .reserv.write .panel.carePlus .btn-border-point {
  position: relative;
  padding: 6px 10px;
  border: 1px solid #03adef;
  color: #03adef;
  font-size: 12px;
  font-weight: 900;
}
.reserv.write .panel.carePlus .btn-border-point span {
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  line-height: 20px;
  color: #03adef;
  font-size: 20px;
  font-weight: 300;
  transform: translateY(-50%);
} */

/* 2021-03-31 축가 */
.reserv.write .panel.carePlus .btn-border-point {
  position:relative;
  width: 100%;
  color: #dc3644;
  margin:0 0 9px;
  padding:10px 30px 10px 34px;
  font-size: 12px;
  border-radius: 3px;
  border:1px solid #dc3644;
  box-sizing: border-box;
  background-color:#fff4f4;
  cursor: pointer;
}

.reserv.write .panel.carePlus .btn-border-point:before {
  content:'';
  display:block;
  position:absolute;
  left:6px;
  top:50%;
  width:16px;
  height:14px;
  background:url(../images/Icon_material_warning.png) no-repeat 0 0;
  background-size:16px 14px;
  transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.reserv.write .panel.carePlus .btn-border-point:after {
  content:'';
  display:block;
  position:absolute;
  right:12px;
  top:50%;
  width:8px;
  height:8px;
  border-right:1px solid #dc3644;
  border-top:1px solid #dc3644;
  transform:translateY(-50%) rotate(45deg);
  -ms-transform:translateY(-50%) rotate(45deg);
  -webkit-transform:translateY(-50%) rotate(45deg);
}
.reserv.write .panel.carePlus .tab-pane .btn-area {
  text-align:center;
}
.reserv.write .panel.carePlus .tab-pane .btn-area .btn-join {
  display:inline-block;
  width:100%;
  height:50px;
  background-color:#03adef;
  color:#ffffff;
  font-size:18px;
  font-weight:bold;
  line-height:50px;
  letter-spacing:-0.06em;
}
.reserv.write .panel.carePlus .tab-pane .btn-area + .notice-box {
  display:none;
}
.reserv.write .panel.carePlus .tab-pane .notice-box .box {
  width: 100%;
  height: 57px;
  padding: 10px 20px;
  box-sizing:border-box;
  background-color:#edfaff;
  border:1px solid #03adef;
  border-radius:3px;
}
.reserv.write .panel.carePlus .tab-pane .notice-box .box .notilabel {
  display:block;
  position:relative;
  color:#03adef;
  font-size:12px;
  line-height:1.5;
  letter-spacing:-0.1em;
}
.reserv.write .panel.carePlus .tab-pane .notice-box .box .notilabel input {
  display:none;
  position:absolute;
  left:0;
  top:50%;
  margin:0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.reserv.write .panel.carePlus .tab-pane .notice-box .box .notilabel input + span {
  display:inline-block;
  position:absolute;
  left:0;
  top:50%;
  margin:0;
  width:14px;
  height:14px;
  background-color:#fff;
  border:1px solid #03adef;
  border-radius:3px;
  overflow:hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}
.reserv.write .panel.carePlus .tab-pane .notice-box .box .notilabel input:checked + span {
  background:#fff url("../images/icon_checkbox_point.png") center center / 100% no-repeat;

}

.reserv.write .panel.carePlus .tab-pane .notice-box .box .notilabel em {
  display:inline-block;
  padding-left:30px;
}
.reserv.write .panel.carePlus .tab-pane .notice-box .txt {
  margin:10px 0 0;
  color:#888;
  font-size:12px;
  line-height:1.83;
}
.reserv.write .panel.carePlus .tab-pane .notice-box .btn-here {
  position:relative;
  color:#888;
  font-size:12px;
  line-height:1.83;
  text-decoration:underline;
}
.modal-alert .modal-alert-container .modal-contents h6.emphasis {
  position:relative;
  padding-left:23px;
  font-weight:bold;
}
.modal-alert .modal-alert-container .modal-contents h6.bold {font-weight:bold;}
.modal-alert .modal-alert-container .modal-contents h6.emphasis:before {
  content:'';
  display:block;
  position:absolute;
  left:0;
  top: 50%;
  width:17px;
  height:15px;
  background:url(../images/Icon_material_warning.png) no-repeat 0 0;
  background-size:17px 15px;
  transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.modal-alert .popup-slider {
  margin:20px 0 0;
}
.modal-alert .popup-slider .slick-slide {
  outline:0 !important;
}
.modal-alert .popup-slider .slick-dots {
  position:absolute;
  right:0;
  top:-34px;
  bottom:auto;
  width:auto;
}
.modal-alert .popup-slider .slick-dots li {
  display:inline-block;
  width:8px;
  height:8px;
  margin:0 3px;
  border-radius:50%;
  background-color:#d9d9d9;
}
.modal-alert .popup-slider .slick-dots li.slick-active {
  width:25px;
  border-radius:30px;
  background-color:#03adef;
}
.modal-alert .popup-slider .slick-dots li button {
  width:auto;
  height:auto;
  padding:0 !important;
  font-size:0;
}
.modal-alert .popup-slider .modal-desc {margin:19px 0 0;}
.modal-alert .popup-slider .modal-desc .cstyle1 {
  color:#dc3644;
  font-weight:bold;
}
/* //2021-03-31 축가 */
.reserv.write .panel.carePlus .tab-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  margin-top: 20px;
}
.reserv.write .panel.carePlus .tab-group .tab-box {
  width: 49%;
  margin-right: 2%;
  background-color: #ededed;
  padding: 15px 0;
  box-sizing: border-box;
  color: #7e7e7e;
  text-align: center;
}
.reserv.write .panel.carePlus .tab-group .tab-box:last-child {
  margin-right: 0;
}
.reserv.write .panel.carePlus .tab-group .tab-box.selected {
  background-color: #03adef;
  color: #fff;
}
.reserv.write .panel.carePlus .tab-group .tab-box b {
  font-size: 13px;
}
.reserv.write .panel.carePlus .tab-group .tab-box span {
  font-size: 12px;
}
.reserv.write .panel.carePlus .tit-sub {
  position: relative;
  padding: 20px 0 15px;
  font-size: 13px;
  font-weight: bold;
}
.reserv.write .panel.carePlus table {
  width: 100%;
  border-top: #d6d6d6 solid 1px;
  border-bottom: #d6d6d6 solid 1px;
}
.reserv.write .panel.carePlus table tr.disabled td {
  color: #b5b5b5 !important;
}
.reserv.write .panel.carePlus table th,
.reserv.write .panel.carePlus table td {
  text-align: center;
  border-left: #d6d6d6 solid 1px;
}
.reserv.write .panel.carePlus table th:first-child,
.reserv.write .panel.carePlus table td:first-child {
  border-left: 0;
}
.reserv.write .panel.carePlus table td {
  background-color: #fff;
  padding: 7px 0;
  letter-spacing: -0.05em;
  font-size: 12px;
  color: #192028;
}
.reserv.write .panel.carePlus table td.blue {
  color: #19acef;
  font-weight: normal;
}
.reserv.write .panel.carePlus table td.red {
  color: #ff0033;
  font-weight: normal;
}
.reserv.write .panel.carePlus table thead th {
  padding: 8px 0;
  background-color: #f7f7f7;
  border-bottom: #d6d6d6 solid 1px;
  color: #575757;
  font-size: 11px;
}
.reserv.write .panel.carePlus table .tooltip-btn {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  background-color: #a3a3a3;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 10px;
}
.reserv.write .panel.carePlus .txt-desc {
  padding: 15px 0;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: -0.03em;
  color: #192028;
}
.reserv.write .panel.carePlus .txt-desc p {
  color: #6c6c6c;
  line-height: 2.5;
}
.reserv.write .panel.carePlus .txt-desc p::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  margin-right: 5px;
  background-color: #03adef;
}
.reserv.write .panel.carePlus .txt-desc .blue {
  color: #03adef;
}
.reserv.write .panel.carePlus .chkbox-group {
  position: absolute;
  top: 25px;
  right: 0;
}
.reserv.write .panel.carePlus .chkbox-group label {
  font-size: 10px;
  color: #787878;
}
.reserv.write .panel.carePlus .chkbox-group input {
  margin-left: 3px;
  margin-right: 0;
}
.reserv.write .panel.carePlus .agree-group {
  padding: 6px 0;
}
.reserv.write .panel.carePlus .agree-group span {
  font-size: 12px;
  color: #707070;
}
.reserv.write .panel.carePlus .agree-group button {
  float: right;
  border: none;
  color: #18acef;
  background-color: transparent;
  font-size: 12px;
}
.reserv.write .panel.carePlus .content-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0 0;
  border-top: 1px solid #d8d8d8;
  text-align: right;
}
.reserv.write .panel.carePlus .content-inner .content-inner-item {
  display: inline-block;
  letter-spacing: -0.05em;
  text-align: left;
}
.reserv.write .panel.carePlus .content-inner .content-inner-item b {
  font-size: 16px;
}
.reserv.write .panel.carePlus .content-inner .content-inner-item span {
  font-size: 14px;
}
.reserv.write .panel.carePlus .content-inner label {
  display: inline-block;
  letter-spacing: -0.065em;
  font-size: 12px;
  font-weight: bold;
}
.reserv.write .panel.carePlus .content-inner label input {
  margin: 0 2px 0 0;
}
.reserv.write .panel.carePlus .btn-group {
  width: 100%;
  margin: 30px 0 10px;
  overflow: hidden;
}
.reserv.write .panel.carePlus .btn-group .btn-choice {
  display: block;
  float: left;
  width: 48%;
  text-align: center;
  padding: 8px 0;
  border: 2px solid #edeff1;
  box-sizing: border-box;
  font-weight: bold;
}
.reserv.write .panel.carePlus .btn-group .btn-choice:last-child {
  margin-left: 4%;
}
.reserv.write .panel.carePlus .btn-group .btn-choice.active {
  color: #fff;
  background-color: #464646;
}
.reserv.write .panel.reserv-detail {
  padding-top: 0px;
  padding-bottom: 0px;
}
.reserv.write .panel.reserv-detail .reserv-detail-bar {
  padding: 14px 0;
}
.reserv.write .panel.reserv-detail .reserv-detail-bar dl {
  font-size: 12px;
  position: relative;
}
.reserv.write .panel.reserv-detail .reserv-detail-bar dl:before {
  content: '';
  background-image: url("../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.reserv-detail .reserv-detail-bar dl:before {
  width: 21px;
  height: 12px;
  background-position: -58px -57px;
}
.reserv.write .panel.reserv-detail .reserv-detail-bar dl dt {
  float: left;
  color: #7c7c7c;
  font-weight: bold;
  width: 20%;
}
.reserv.write .panel.reserv-detail .reserv-detail-bar dl dd {
  width: 65%;
  color: #b1b1b1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.reserv.write .panel.reserv-detail .reserv-detail-bar dl:before {
  position: absolute;
  right: 0;
  top: 2px;
}
.reserv.write .panel.reserv-detail .reserv-detail-bar.on dl:before {
  content: '';
  background-image: url("../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.reserv-detail .reserv-detail-bar.on dl:before {
  width: 21px;
  height: 12px;
  background-position: -79px -57px;
}
.reserv.write .panel.reserv-detail > .body > div {
  clear: both;
}
.reserv.write .panel.reserv-detail > .body > div .detail-top {
  overflow: hidden;
  border-top: 1px solid #dbdfe3;
  padding: 25px 0 0;
}
.reserv.write .panel.reserv-detail > .body > div .detail-top .left {
  float: left;
}
.reserv.write .panel.reserv-detail > .body > div .detail-top .left .price-type {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 8px;
  color: #fff;
  background-color: #00adef;
  font-size: 10px;
  border-radius: 2px;
}
.reserv.write .panel.reserv-detail > .body > div .detail-top .left .car-name {
  display: inline-block;
  color: #303030;
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: bold;
}
.reserv.write .panel.reserv-detail > .body > div .detail-top .left ul li {
  float: left;
  color: #afafaf;
  font-size: 11px;
}
.reserv.write .panel.reserv-detail > .body > div .detail-top .left ul li:after {
  content: '|';
  padding: 0 3px;
  color: #afafaf;
}
.reserv.write .panel.reserv-detail > .body > div .detail-top .left ul li:last-child:after {
  display: none;
}
.reserv.write .panel.reserv-detail > .body > div .detail-top .right {
  float: right;
  width: 45%;
  max-width: 45%;
  padding-top: 21%;
  margin: 0;
}
.reserv.write .panel.reserv-detail > .body > div .details,
.reserv.write .panel.reserv-detail > .body > div .price-detail {
  padding-right: 0;
  padding-left: 2%;
}
.reserv.write .panel.reserv-detail > .body > div .details dl,
.reserv.write .panel.reserv-detail > .body > div .price-detail dl {
  font-size: 13px;
}
.reserv.write .panel.reserv-detail > .body > div .details dl dt,
.reserv.write .panel.reserv-detail > .body > div .price-detail dl dt {
  color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 35%;
  font-weight: 600;
}
.reserv.write .panel.reserv-detail > .body > div .details dl dd,
.reserv.write .panel.reserv-detail > .body > div .price-detail dl dd {
  color: #7c7c7c;
  text-align: left;
  font-size: 13px;
  float: none;
}
.reserv.write .panel.reserv-detail > .body > div .details {
  margin-top: 10px;
  border-top: 1px solid #dbdfe3;
  padding: 20px 0;
}
.reserv.write .panel.reserv-detail > .body > div .details h6 {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 16px;
}
.reserv.write .panel.reserv-detail > .body > div .details h6:not(:first-of-type) {
  margin-top: 36px;
}
.reserv.write .panel.reserv-detail > .body > div .details dl {
  position: relative;
  overflow: visible;
  margin: 0 0 10px 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.reserv.write .panel.reserv-detail > .body > div .details dl dt {
  float: none;
  font-size: 12px;
  font-weight: 600;
  color: #182029;
}
.reserv.write .panel.reserv-detail > .body > div .details dl dd {
  color: #182029;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.reserv.write .panel.reserv-detail > .body > div .details dl dd.cl-bl {
  color: #00baf6;
  font-weight: 600;
}
.reserv.write .panel.reserv-detail > .body > div .details dl dd.cl-rd {
  color: #ff0033;
  font-weight: 600;
}
.reserv.write .panel.reserv-detail > .body > div .details dl.last::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #f7f7f7;
  bottom: -18px;
  left: 0;
}
.reserv.write .panel.reserv-detail > .body > div .price-detail {
  margin-bottom: 30px;
  border-top: 1px solid #dbdfe3;
}
.reserv.write .panel.reserv-detail > .body > div .price-detail #paymentArea dt,
.reserv.write .panel.reserv-detail > .body > div .price-detail #paymentArea dd {
  font-weight: 900;
  color: #000;
}
.reserv.write .panel.price-detail {
  padding-top: 0;
  padding-bottom: 0;
}
.reserv.write .panel.price-detail h6 {
  position: relative;
  border: none;
  margin: 0;
  padding: 15px 0;
}
.reserv.write .panel.price-detail h6:before {
  content: '';
  background-image: url("../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.price-detail h6:before {
  width: 21px;
  height: 12px;
  background-position: -58px -57px;
}
.reserv.write .panel.price-detail h6:before {
  position: absolute;
  right: 0;
  top: 15px;
  margin: 0;
}
.reserv.write .panel.price-detail h6.on:before {
  content: '';
  background-image: url("../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.price-detail h6.on:before {
  width: 21px;
  height: 12px;
  background-position: -79px -57px;
}
.reserv.write .panel.price-detail h6 span.total {
  float: right;
  line-height: 0;
  margin-right: 12%;
  font-size: 18px;
  color: #000;
  vertical-align: bottom;
  text-decoration: underline;
}
.reserv.write .panel.price-detail > div {
  padding: 15px 0;
  border-top: 1px solid #dbdfe3;
}
.reserv.write .panel.price-detail > div dt,
.reserv.write .panel.price-detail > div dd {
  font-size: 13px;
  color: #000;
}
.reserv.write .panel.price-detail > div dl:not(:last-child) dt,
.reserv.write .panel.price-detail > div dl:not(:last-child) dd {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.reserv.write .panel.form-item > div.form-line {
  overflow: hidden;
}
.reserv.write .panel.form-item > div > label {
  clear: both;
  float: left;
  font-size: 13px;
  width: 25%;
  height: 40px;
  margin: 0 0 20px 2%;
  line-height: 40px;
  color: #6c6c6c;
  letter-spacing: -0.075em;
}
.reserv.write .panel.form-item > div > label span.tooltip-btn {
  background-image: url("../images/img-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 300px;
  display: inline-block;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: -3px 0 0 5%;
  background-position: -101px -99px;
}
.reserv.write .panel.form-item > div > input[type=text],
.reserv.write .panel.form-item > div > input[type=tel] {
  float: right;
  width: 72%;
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 40px;
  background-color: #fff;
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #bebebe;
  font-size: 18px;
}
.reserv.write .panel.form-item > div > input[type=text]:focus,
.reserv.write .panel.form-item > div > input[type=tel]:focus {
  box-shadow: none;
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #00adef;
}
.reserv.write .panel.form-item > div.has-error .form-error {
  color: #f03131;
  font-size: 10px;
  margin-left: 10px;
}
.reserv.write .panel.form-item > div.has-success input[type=text].valid,
.reserv.write .panel.form-item > div.has-success input[type=tel].valid {
  border-color: #00adef !important;
  background-image: url("../images/img-successChk.png");
  background-position: 0 0;
  background-size: 20px;
  background-position: right 5px center;
  background-repeat: no-repeat;
}
.reserv.write .panel.form-item .select-group2 {
  width: 72%;
  height: 40px;
  min-height: 40px;
  line-height: 37px;
  float: right;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  border: none;
}
.reserv.write .panel.form-item .select-group2 label {
  width: 50%;
  height: 40px;
  min-height: 40px;
  line-height: 40px;
  margin: 0;
  float: left;
}
.reserv.write .panel.form-item .select-group2 input[type=radio] {
  display: none;
}
.reserv.write .panel.form-item .select-group2 input[type=radio] + span {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #303030;
  background: none;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  background-color: #f4f4f4;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
}
.reserv.write .panel.form-item .select-group2 input[type=radio]:checked + span {
  color: #fff;
  background-color: #2e2e2e;
  border: 1px solid #2e2e2e;
}
.reserv.write .panel.form-item .select-group2 select {
  width: 30% !important;
  height: 40px;
  min-height: 40px;
  line-height: 1;
  color: #adadad;
  background-color: #f4f4f4;
  border: 1px solid #e3e3e3;
  box-shadow: none;
}
.reserv.write .panel.form-item .select-group2 select.i-year {
  margin-right: 1%;
}
.reserv.write .panel.form-item .select-group2 select.i-month {
  margin-right: 1%;
  margin-left: 1%;
}
.reserv.write .panel.form-item .select-group2 select.i-date {
  margin-left: 1%;
  margin-right: 0;
}
.reserv.write .panel.form-item .select-group2 .i-select-ios {
  width: 31.5%;
}
.reserv.write .panel.form-item .select-group2 .i-select-ios select {
  width: 100% !important;
}
.reserv.write .panel.form-item #directSetleSn:disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.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.form-item .payment-method {
  background-color: #fff;
  padding-right: 0;
  padding-left: 0;
}
.reserv.write .panel.form-item .payment-method > div {
  clear: both;
}
.reserv.write .panel.form-item .payment-method > div input[type=radio] {
  display: none;
}
.reserv.write .panel.form-item .payment-method > div input[type=radio] + span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #707070;
  margin: 0 2px -1.5px 0;
  box-sizing: border-box;
}
.reserv.write .panel.form-item .payment-method > div input[type=radio]:checked + span {
  border: 5px solid #00adef;
}
.reserv.write .panel.form-item .payment-method > div label {
  font-weight: 600;
  height: 40px;
  min-height: 40px;
  line-height: 40px;
}
.reserv.write .panel.form-item .payment-method > div button.addCard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  border: 1px solid #707070;
  letter-spacing: -0.075em;
}
.reserv.write .panel.form-item .payment-method > div .addCardBox {
  position: relative;
  float: right;
  width: 27%;
  height: 42px;
}
.reserv.write .panel.form-item .payment-method > div .addCardBox .tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
  display: none;
  position: absolute;
  right: 0;
  top: 44px;
  min-width: 290px;
  max-width: 400px;
  width: 350%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1040;
}
.reserv.write .panel.form-item .payment-method > div .addCardBox .tooltip .tooltipIn {
  height: 143px;
  padding: 15px;
  position: relative;
  color: #fff;
  font-size: 12px;
}
.reserv.write .panel.form-item .payment-method > div .addCardBox .tooltip .tooltipIn > p {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
}
.reserv.write .panel.form-item .payment-method > div .addCardBox .tooltip .tooltipIn > div {
  margin-bottom: 20px;
  line-height: 2.4;
  letter-spacing: -0.085em;
}
.reserv.write .panel.form-item .payment-method > div .addCardBox .tooltip .tooltipIn > div span {
  display: inline-block;
  width: 24%;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 11px;
  margin-right: 5px;
}
.reserv.write .panel.form-item .payment-method > div .addCardBox .tooltip .tooltipIn button {
  float: right;
  background-color: #00adef;
  font-size: 15px;
  color: #fff;
  width: 120px;
  height: 40px;
}
.reserv.write .panel.form-item .payment-method > div .addCardBox .tooltip .tooltipIn .arrow {
  position: absolute;
  right: 9.3%;
  top: -30px;
  width: 0px;
  height: 0px;
  border: 15px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.75);
}
.reserv.write .panel.form-item .payment-method .easy-payment {
  background-color: transparent;
  padding: 10px 0;
}
.reserv.write .panel.form-item .payment-method .easy-payment li {
  float: left;
  display: inline-block;
  width: 48.5%;
  height: 50px;
  text-align: center;
  margin-right: 3%;
  margin-bottom: 15px;
  vertical-align: middle;
}
.reserv.write .panel.form-item .payment-method .easy-payment li:nth-child(even) {
  margin-right: 0;
}
.reserv.write .panel.form-item .payment-method .easy-payment li input[type=radio] {
  display: none !important;
}
.reserv.write .panel.form-item .payment-method .easy-payment li input[type=radio] + label {
  width: 100%;
  height: 50px;
  line-height: 46px;
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
}
.reserv.write .panel.form-item .payment-method .easy-payment li input[type=radio]:checked + label {
  border: 3px solid #000;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
  line-height: 43px;
}
.reserv.write .panel.form-item .payment-method .easy-payment li.kakao input[type=radio] + label {
  background-color: #ffdf00;
}
.reserv.write .panel.form-item .payment-method .easy-payment li.naver input[type=radio] + label {
  background-color: #00c73c;
}
.reserv.write .panel.form-item .payment-method .easy-payment li.naver label img {
  height: 22px !important;
}
.reserv.write .panel.form-item .payment-method .easy-payment li.toss label img {
  height: 40px !important;
}
.reserv.write .panel.form-item .payment-method .easy-payment li label img {
  vertical-align: middle;
  width: auto;
  height: 18px;
}
.reserv.write .panel.form-item .payment-method .easyCard {
  padding: 20px 0;
  clear: both;
}
.reserv.write .panel.form-item .payment-method .easyCard .newCard {
  text-align: center;
  margin-bottom: 20px;
}
.reserv.write .panel.form-item .payment-method .easyCard .newCard a {
  font-size: 15px;
}
.reserv.write .panel.form-item .payment-method .easyCard .newCard a span {
  font-size: 20px;
}
.reserv.write .panel.form-item .payment-method .easyCard .tt {
  display: block;
  font-size: 11px;
  color: #d5d5d5;
  padding: 10px 0;
  letter-spacing: -0.085em;
}
.reserv.write .panel.discount .form-coupon .i-group {
  background-color: #fff;
  padding-right: 0;
  padding-left: 0;
}
.reserv.write .panel.discount .form-coupon .i-group dl {
  overflow: hidden;
}
.reserv.write .panel.discount .form-coupon .i-group dl dt,
.reserv.write .panel.discount .form-coupon .i-group dl dd {
  height: 40px;
  line-height: 37px;
  letter-spacing: -0.085em;
}
.reserv.write .panel.discount .form-coupon .i-group dl dt {
  color: #6c6c6c;
  font-size: 13px;
  width: 27%;
  float: left;
  margin-bottom: 15px;
}
.reserv.write .panel.discount .form-coupon .i-group dl dd {
  color: #303030;
  font-size: 12px;
  width: 72%;
  float: right;
}
.reserv.write .panel.discount .form-coupon .i-group dl dd > span:first-child {
  margin-right: 2%;
}
.reserv.write .panel.discount .form-coupon .i-group dl dd > span > b {
  color: #00adef;
  margin-right: 1.5%;
}
.reserv.write .panel.discount .form-coupon .i-group dl dd input[type=text] {
  background-color: #fff;
  padding-right: 2%;
  padding-left: 2%;
  border: 1px solid #adadad;
  width: 65%;
  height: 40px;
  line-height: 37px;
}
.reserv.write .panel.discount .form-coupon .i-group dl dd input[type=text]::placeholder {
  color: #adadad;
  line-height: -0.085em;
}
.reserv.write .panel.discount .form-coupon .i-group dl dd input[type=text]:focus {
  box-shadow: none;
  border: 1px solid #00adef;
}
.reserv.write .panel.discount .form-coupon .i-group dl dd input[type=number] {
  background-color: #fff;
  padding-right: 2%;
  padding-left: 2%;
  border: 1px solid #adadad;
  width: 65%;
  height: 40px;
  line-height: 37px;
}
.reserv.write .panel.discount .form-coupon .i-group dl dd input[type=number]::placeholder {
  color: #adadad;
  line-height: -0.085em;
}
.reserv.write .panel.discount .form-coupon .i-group dl dd input[type=number]:focus {
  box-shadow: none;
  border: 1px solid #00adef;
}
.reserv.write .panel.discount .form-coupon .i-group dl dd button {
  height: 40px;
  overflow: hidden;
  width: 26%;
  border: 1px solid #707070;
  float: right;
}
.reserv.write .panel.discount .form-coupon .i-group dl dd button.promotionButtonObject {
  color: #fff;
  background-color: #707070;
}
.reserv.write .panel.agree {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.reserv.write .panel.agree .all {
  color: #868686;
  padding: 15px 0;
}
.reserv.write .panel.agree .all:before {
  content: '';
  background-image: url("../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 .all:before {
  width: 21px;
  height: 12px;
  background-position: -58px -57px;
}
.reserv.write .panel.agree .all input {
  display: none;
}
.reserv.write .panel.agree .all input + span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px -2px 0;
  border: 1px solid #707070;
  box-sizing: border-box;
}
.reserv.write .panel.agree .all input:checked + span {
  border: 5px solid #00adef;
}
.reserv.write .panel.agree .all:before {
  position: absolute;
  right: 0;
  top: 19px;
}
.reserv.write .panel.agree .all.on:before {
  content: '';
  background-image: url("../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 .all.on:before {
  width: 21px;
  height: 12px;
  background-position: -79px -57px;
}
.reserv.write .panel.agree > div {
  overflow: hidden;
  position: relative;
}
.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("../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 .panel.agree > div.agreeList > div {
  height: 40px;
  line-height: 40px;
  color: #868686;
  font-size: 13px;
  letter-spacing: -0.075em;
}
.reserv.write .panel.agree > div.agreeList span.view {
  float: right;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.reserv.write .panel.agree > div.agreeList span.view:after {
  content: '';
  display: inline-block;
  width: 0px;
  height: 0px;
  margin: 0 0 -1px 7px;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #454545;
}
.reserv.write .panel.agree > div.agreeList input {
  display: none;
}
.reserv.write .panel.agree > div.agreeList input + span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px -2px 0;
  border: 1px solid #707070;
  box-sizing: border-box;
}
.reserv.write .panel.agree > div.agreeList input:checked + span {
  border: 5px solid #00adef;
}
.reserv.write .panel.agree.nonMember {
  padding: 20px 6.25%;
}
.reserv.write .panel.agree.nonMember .all:before {
  display: none;
}
.reserv.write .btn-wrap {
  margin: 0;
  border: none;
  padding-bottom: 50px;
}
.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;
  background-color: #00adef;
  width: 100%;
  font-size: 18px;
  color: #fff;
}
@media (min-width:992px) {
  .reserv.write .btn-wrap button {
    min-width: 200px;
  }
}
.reserv.write .modal-default.in .modal-dialog {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
}
.reserv.write .modal-default .modal-dialog {
  margin: 0 20px;
  border-radius: 0;
}
.reserv.write .modal-default .modal-dialog .modal-header {
  height: 60px;
  background-color: #fff;
  border-radius: 0;
  border: none;
}
.reserv.write .modal-default .modal-dialog .modal-header h4 {
  color: #000;
}
.reserv.write .modal-default .modal-dialog .modal-header h4.coupon-tit {
  height: 60px;
  color: #000;
  border-bottom: 1px solid #dbdfe3;
  margin: 0 20px;
  font-size: 12px;
  font-weight: 600;
}
.reserv.write .modal-default .modal-dialog .modal-header .close:before {
  width: 20px;
  height: 20px;
  background-size: 500px;
  background-position: -75px -25px;
}
.reserv.write .modal-default .modal-dialog .modal-body {
  height: 350px;
  padding: 60px 20px 40px;
  overflow-y: auto;
  background-color: #fff;
}
.reserv.write .modal-default .modal-dialog .modal-body table th,
.reserv.write .modal-default .modal-dialog .modal-body table td {
  text-align: left !important;
  vertical-align: middle;
}
.reserv.write .modal-default .modal-dialog .modal-body .numbering1 {
  position: relative;
  padding: 30px 0 0 30px;
  line-height: 1.6;
}
.reserv.write .modal-default .modal-dialog .modal-body .numbering1:before {
  content: "1.";
  display: block;
  clear: both;
  position: absolute;
  top: 30px;
  left: 0;
}
.reserv.write .modal-default .modal-dialog .modal-body .numbering2 {
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
}
.reserv.write .modal-default .modal-dialog .modal-body .numbering2:before {
  content: "2.";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
}
.reserv.write .modal-default .modal-dialog .modal-body #couponArea li {
  overflow: hidden;
  margin: 0;
  padding: 26px 0 10px;
  border-bottom: 1px solid #dbdfe3;
  box-shadow: none;
}
.reserv.write .modal-default .modal-dialog .modal-body #couponArea li .coupon-content {
  float: left;
  overflow: hidden;
}
.reserv.write .modal-default .modal-dialog .modal-body #couponArea li .coupon-content span {
  display: block;
}
.reserv.write .modal-default .modal-dialog .modal-body #couponArea li .coupon-content .cT2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}
.reserv.write .modal-default .modal-dialog .modal-body #couponArea li .coupon-content .cT4 {
  font-size: 12px;
  color: #dd0a0a;
  margin-bottom: 13px;
  letter-spacing: -0.085em;
}
.reserv.write .modal-default .modal-dialog .modal-body #couponArea li .coupon-content .cT3 {
  font-size: 10px;
  color: #626262;
}
.reserv.write .modal-default .modal-dialog .modal-body #couponArea li > button {
  float: right;
  width: 30%;
  color: #fff;
  margin: 0;
  background-color: #555;
  font-size: 13px;
  background-image: none;
}
.reserv.write .modal-default .modal-dialog .modal-body .ruleCon {
  width: 100%;
  position: relative;
}
.reserv.write .modal-default .modal-dialog .modal-body .ruleCon input {
  display: none;
}
.reserv.write .modal-default .modal-dialog .modal-body .ruleCon input:checked ~ label {
  background-color: #464646;
  border: 1px solid #464646;
  color: #fff;
}
.reserv.write .modal-default .modal-dialog .modal-body .ruleCon input:checked ~ .tabCon {
  display: block;
}
.reserv.write .modal-default .modal-dialog .modal-body .ruleCon > ul > li {
  display: inline-block;
  width: 33.333%;
  float: left;
  background-color: #fff;
}
.reserv.write .modal-default .modal-dialog .modal-body .ruleCon > ul > li label {
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 11px;
  border: 1px solid #c7c7c7;
  letter-spacing: 0.075em;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.reserv.write .modal-default .modal-dialog .modal-body .ruleCon > ul > li .tabCon {
  display: none;
  text-align: left;
  position: absolute;
  height: 250px;
  padding-bottom: 30px;
  left: 0;
  top: 60px;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 17px;
  overflow-y: scroll;
}
.reserv.write .modal-default .modal-dialog .modal-body .ruleCon > ul > li .tabCon.terms-wrap {
  height: 200px;
}
.reserv.write .modal-default .modal-dialog .modal-body .ruleCon.ruleCon2 > ul > li {
  width: 50%;
}
.reserv.write .modal-default .modal-dialog .modal-body .ruleCon.ruleCon2 .tabCon {
  top: 100px;
}
.reserv.write .modal-default .modal-dialog .modal-body .terms-wrap ol,
.reserv.write .modal-default .modal-dialog .modal-body .terms-wrap ul,
.reserv.write .modal-default .modal-dialog .modal-body .terms-wrap p,
.reserv.write .modal-default .modal-dialog .modal-body .terms-wrap table {
  font-size: 10px;
  color: #727272;
  opacity: 1;
  filter: alpha(opacity=100);
}
.reserv.write .modal-default .modal-dialog .modal-body .terms-wrap table {
  border: 1px solid #c7c7c7;
}
.reserv.write .modal-default .modal-dialog .modal-body .terms-wrap table th {
  background-color: #ebebeb;
  width: 28%;
}
.reserv.write .modal-default .modal-dialog .modal-body .terms-wrap table td {
  color: #727272;
}
.reserv.write .modal-default .modal-dialog .btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  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;
  color: #fff;
  background-color: #192028;
  width: 100%;
  border-radius: 0;
}
.reserv.write .modal-default .modal-dialog .btn-wrap a {
  display: block;
  height: 40px;
  line-height: 40px;
}
.reserv.write .modal-default .modal-dialog .btn-wrap2 .btnCancel {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  line-height: 40px;
  color: #fff;
  background-color: #dddddd;
}
.reserv.write .modal-default .modal-dialog .btn-wrap2 .btnOk {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  line-height: 40px;
  color: #fff;
  background-color: #192028;
}
.reserv.write .modal-default .modal-dialog .btn-wrap2 .modalBtn {
  display: block;
  border: 1px solid #707070;
  margin: 0 auto;
  padding: 10px 0;
  width: 165px;
  text-align: center;
  color: #000;
  font-size: 15px;
}
.reserv.write .modal-default.modal-alert .modal-header {
  height: 40px;
}
.reserv.write .modal-default.modal-alert .modal-header h4 {
  font-size: 12px;
}
.reserv.write .modal-default.modal-alert .modal-header .close {
  margin-top: -10px;
}
.reserv.write .modal-default.modal-alert .modal-body {
  padding: 40px 20px 0;
  height: auto;
}
.reserv.write .modal-default.modal-alert .modal-body div {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: -0.075em;
  font-size: 14px;
  color: #727272;
}
.reserv.write .modal-default.modal-alert .modal-body h6 {
  margin-bottom: 10px;
  font-size: 25px;
  color: #000;
}
.reserv.write .modal-default.modal-alert .btn-wrap2 {
  padding-bottom: 20px;
}
.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("../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("../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("../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;
}
/* 케어플러스 모달 */
.modal-alert {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.modal-alert .dimed {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.modal-alert .modal-alert-container {
  position: absolute;
  width: 80%;
  max-height:90%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  border-radius: 8px;
  overflow-y:scroll;
}
.modal-alert .modal-alert-container.bottom {
  width: 100%;
  top: unset;
  left: 0;
  border-radius: 8px 8px 0 0;
  transform: none;
}
.modal-alert .modal-alert-container .modal-contents {
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
}
.modal-alert .modal-alert-container .modal-contents h6 {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.065em;
  color: #192028;
}
/* 2021-03-31 추가 */
.modal-alert .modal-alert-container .modal-contents.type1 {
  padding:20px 20px 24px;
}
.modal-alert .modal-alert-container .modal-contents.type2,
.modal-alert .modal-alert-container .modal-contents.type3,
.modal-alert .modal-alert-container .modal-contents.type4 {
  padding:40px 24px 24px;
}
.modal-alert .modal-alert-container .modal-contents.type5 {
  padding:30px 20px 24px;
}
.modal-alert .modal-contents.type1 .careplustext {
  margin:10px 0 0;
  color:#222;
  font-size:12px;
  line-height:1.83;
  letter-spacing: -0.1em;
}
.modal-alert .modal-contents.type1 .careplus-list {
  margin:85px 0 0;
}
.modal-alert .modal-contents.type1 .careplus-list li {
  position:relative;
  padding:14px 0;
  border-top:1px solid #d6d6d6;
  color:#4a4a4a;
  font-size:12px;
  line-height:1.5;
}
.modal-alert .modal-contents.type1 .careplus-list li .btn-example {
  display:block;
  position:absolute;
  right:0;
  top:50%;
  color:#4a4a4a;
  font-size:12px;
  line-height:1.5;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.modal-alert .modal-contents.type1 .join-box {
  padding:15px 0 0;
  border-top:1px solid #d6d6d6;
  color:#4a4a4a;
}
.modal-alert .modal-contents.type1 .join-box .price-box {
  overflow:hidden;
}
.modal-alert .modal-contents.type1 .price-box span {
  display:block;
  float:left;
  width:50%;
  font-weight:bold;
}
.modal-alert .modal-contents.type1 .price-box .tit {
  font-size:16px;
  line-height:1.13;
  text-align:left;
}
.modal-alert .modal-contents.type1 .price-box .price {
  font-size:18px;
  line-height:1;
  text-align:right;
}
.modal-alert .modal-contents.type1 .join-box .ntxt {
  margin:20px 0 0;
  font-size:12px;
  line-height:2;
  letter-spacing: -0.1em;
}
.modal-alert .modal-contents.type1 .btn-group {
  overflow:hidden;
}
.modal-alert .modal-contents.type2 .btn-group {
  margin:135px 0 0;
}
.modal-alert .modal-contents.type3 .btn-group {
  margin:125px 0 0;
}
.modal-alert .modal-contents.type4 .btn-group {
  margin:15px 0 0;
}
.modal-alert .modal-contents.type1 .btn-group button {
  float:left;
  width:48%;
}
.modal-alert .modal-contents.type1 .btn-group button.btn-agree {
  margin-left:4%;
  background-color:#03adef;
}
.modal-alert .modal-alert-container .modal-contents .num-list {
  margin:10px 0 0;
}
.modal-alert .modal-alert-container .modal-contents .num-list li {
  position:relative;
  margin:10px 0 0;
  padding-left:12px;
  color:#4a4a4a;
  font-size:12px;
  line-height:2;
  letter-spacing: -0.1em;
}
.modal-alert .modal-alert-container .modal-contents.type4 .num-list li {
  margin:0;
  color:#222222;
  line-height:1.83;
}
.modal-alert .modal-alert-container .modal-contents .num-list li:first-child {margin:0;}
.modal-alert .modal-alert-container .modal-contents .num-list li .num {
  display:block;
  position:absolute;
  left:0;
  top:-1px;
}
.modal-alert .modal-alert-container .modal-contents .btnprve {
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:36px;
  height:36px;
  font-size:0;
}
.modal-alert .modal-alert-container .modal-contents .btnprve:before {
  content:'';
  display:block;
  position:absolute;
  left:50%;
  top:50%;
  width:9px;
  height:9px;
  border-right:2px solid #707070;
  border-top:2px solid #707070;
  transform:translate(-50%,-50%) rotate(-135deg);
}
.modal-alert .modal-alert-container .modal-contents .text-area {
  margin:10px 0 0;
  color:#222222;
  font-size:12px;
  line-height:1.83;
  letter-spacing: -0.1em;
}
.modal-alert .modal-alert-container .modal-contents .text-area .tit {
  display:block;
  font-weight:bold;
}
.modal-alert .modal-alert-container .modal-contents.type4 .tit {
  display:block;
  margin:15px 0 0;
  font-size:12px;
  font-weight:bold;
}
.modal-alert .modal-alert-container .modal-contents .dot-list {margin:5px 0 0;}
.modal-alert .modal-alert-container .modal-contents .dot-list li {
  position:relative;
  padding-left:6px;
  color:#222;
  font-size:12px;
  line-height:1.83;
  letter-spacing: -0.12em;
}
.modal-alert .modal-alert-container .modal-contents .dot-list li:before {
  content:'';
  display: block;
  position:absolute;
  left:0;
  top:10px;
  width:3px;
  height:3px;
  border-radius:50%;
  background-color:#222;
}
.modal-alert .modal-alert-container .modal-contents .tal-style {
  width:100%;
  margin:20px 0 0;
  border-top:1px solid #d6d6d6;
  border-bottom:1px solid #d6d6d6;
}
.modal-alert .modal-alert-container .modal-contents .tal-style thead th {
  padding:8px 0;
  border-bottom:1px solid #d6d6d6;
  background-color:#f7f7f7;
  color:#575757;
  font-size:10px;
  line-height:1.6;
  text-align:center;
}
.modal-alert .modal-alert-container .modal-contents .tal-style thead th:nth-child(2) {
  color:#dc3644;
  font-weight:bold;
}
.modal-alert .modal-alert-container .modal-contents .tal-style tbody td {
  padding:10px 0;
  color:#192028;
  font-size:12px;
  line-height:1.33;
  text-align:center;
}
.modal-alert .modal-alert-container .modal-contents .tal-style tbody td:nth-child(2) {
  color:#dc3644;
  font-weight:bold;
}
.modal-alert .modal-alert-container .modal-contents .tal-style tbody td:nth-child(3) {color:#03adef;}
.modal-alert .modal-alert-container .modal-contents .notitxt {
  margin:15px 0 0;
  color:#4a4a4a;
  font-size:12px;
  line-height:2;
  letter-spacing:-0.08em;
}
.modal-alert .modal-alert-container .modal-contents.type5 .btn-group {
  overflow:hidden;
  width:100%;
  margin:15px 0 0;
}
.modal-alert .modal-alert-container .modal-contents.type5 .btn-group button {
  float:left;
  width:48%
}
.modal-alert .modal-alert-container .modal-contents.type5 .btn-group button.btn-maintain {
  margin-left:4%;
  background-color:#03adef;
}
/* //2021-03-31 추가 */
.modal-alert .modal-alert-container .modal-contents .modal-desc {
  margin-top: 13px;
  line-height: 1.75;
  word-break: keep-all;
  letter-spacing: -0.065em;
  font-size: 12px;
  font-weight: 400;
}
.modal-alert .modal-alert-container .modal-title {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.modal-alert .modal-alert-container .modal-title + .modal-contents {
  padding: 10px 25px 20px;
}
.modal-alert .modal-alert-container .modal-title.txt-right {
  text-align: right;
}
.modal-alert .modal-alert-container .modal-title .txt-sup {
    display:inline-block;
    padding:11px 15px;
  color: #818181;
  font-size: 10px;
  cursor: pointer;
}
.modal-alert .modal-alert-container .btn-modal-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 2px;
  right: 2px;
}
.modal-alert .modal-alert-container .btn-modal-close img {
  width: 100%;
}
.modal-alert .select-wrap {
  margin-top: 8px;
}
.modal-alert .select-wrap input[type="radio"] {
  display: none;
}
.modal-alert .select-wrap input[type="radio"] + label {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #b1b1b1;
  box-sizing: border-box;
  cursor: pointer;
  color: #b1b1b1;
  font-size: 12px;
  font-weight: 600;
}
.modal-alert .select-wrap input[type="radio"]:checked + label {
  border: 1px solid #03adef;
  color: #03adef;
}
.modal-alert .textarea-wrap {
  margin-top: 15px;
}
.modal-alert .textarea-wrap textarea {
  width: 100%;
  height: 77px;
  background-color: #f0f0f0;
  padding: 3px 8px;
  box-sizing: border-box;
  resize: none;
  font-weight: 400;
  font-size: 11px;
  text-align: left;
}
.modal-alert .textarea-wrap textarea::placeholder {
  line-height: 1.3;
  font-size: 11px;
  font-weight: 400;
  color: #b7b7b7;
}
.modal-alert .textarea-wrap .text-length {
  margin-bottom: 3px;
  text-align: right;
  color: #b7b7b7;
  font-size: 8px;
}
.modal-alert .img-box {
  margin-top: 10px;
}
.modal-alert .img-box img {
  width: 100%;
}
.modal-alert .img-box .img-bottom {
  width: 100%;
  margin-top: 3px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.modal-alert .img-box .img-bottom span {
  color: #6c6c6c;
  font-size: 10px;
}
.modal-alert .btn-group {
  width: 100%;
  margin-top: 15px;
}

.modal .btn-group.btn-group-new button,
.modal-alert .btn-group button,
.modal .btn-group .back {
  width: 100%;
  background-color: #adadad;
  padding: 12px 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.modal .btn-group .back{
  display: block;
  font-family: 'NanumBarunGothic';
  font-weight: bold;
}
/* 2021-03-31 추가 */
.modal-alert .btn-group.type1 button {
  background-color:#03adef;
  font-weight:bold;
}
/* //2021-03-31 추가 */
.modal-alert .btn-group button.active {
  background-color: #03adef;
  color: #fff;
}
[data-modal].hide {
  visibility: hidden;
}
[data-modal] .dimed {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s ease;
}
[data-modal] .modal-alert-container {
  opacity: 0;
  transform: translate(-50%, calc(-50% - 60px));
  transition: transform 0.3s ease-in-out, opacity 0.3s ease;
}
[data-modal] .modal-alert-container.bottom {
  bottom: -100%;
  transform: none;
}
[data-modal].active {
  animation: modalActive 0s;
  animation-fill-mode: forwards;
}
[data-modal].active .modal-alert-container {
  opacity: 1;
  transform: translate(-50%, -50%);
}
[data-modal].active .modal-alert-container.bottom {
  animation: modalUp 0.45s;
  animation-fill-mode: forwards;
  transform: none;
}
[data-modal].active .dimed {
  opacity: 0.23;
  filter: alpha(opacity=23);
}
[data-modal].inactive {
  animation: modalInactive 0s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
[data-modal].inactive .modal-alert-container.bottom {
  animation: modalDown 0.45s;
  animation-fill-mode: forwards;
  transform: none;
}
@keyframes modalActive {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@keyframes modalInactive {
  from {
    visibility: visible;
  }
  to {
    visibility: hidden;
  }
}
@keyframes modalUp {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
@keyframes modalDown {
  from {
    bottom: 0;
  }
  to {
    bottom: -100%;
  }
}
.review.view .review-list > ul > li:first-child {
  padding-top: 0;
}
.mypage #content .empty {
  padding: 20px;
  text-align: center;
}
/* 20210611 추가 START Bob */
.reserv-result__wrap {
  background:#fff;
  padding:20px 24px 25px;
  border-bottom:1px solid #ededed;
}
.reserv-result__wrap .msg-status{
  font-size:12px;
  color:#a3a3a3;
}
.reserv-detail__container{
  text-align:center;
  width:100%;
}
.reserv-detail__container .msg-status{
  color:#a3a3a3;
  font-size:12px;
  text-align:left;
}
.reserv-summary__container {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin:10px auto 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align:left;
}
.reserv-summary__container.top {
  margin-bottom:0;
}
.reserv-result__wrap .status-word{
  display:inline-block;
  background:#03adef;
  padding:4px 10px;
  border-radius:10px;
  color:#fff;
  font-size:12px;
}

.reserv-result__wrap .reserv-num{
  font-size:11px;
  color:#a3a3a3;
}
.reserv-result__wrap .car-name{
  margin-top:5px;
  font-size:16px;
  color:#03adef;
  text-align:left;
  font-weight:600;
}
.reserv-result__wrap.disabled .status-word{
  background:#a3a3a3;
}
.reserv-result__wrap.disabled .car-name{
  color:#a3a3a3;
}
.reserv-summary__container .img-car--small {
  display:block;
  height:52px;
  object-fit:contain;
}
.reserv-detail__container .reserv-detail__item{
  margin-bottom:22px;
}
.reserv-detail__container .reserv-detail__item:last-child{
  margin-bottom:0;
}
.reserv-detail__item .item-tit{
  text-align:left;
  font-size:16px;
  font-weight:600;
  color:#000;
}
.reserv-detail__item .box-wrap{
  margin-top:14px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reserv-detail__item .box{
  position:relative;
  -webkit-box-flex:1;
  -ms-flex:1 1 40%;
  flex:1 1 40%;
  max-width:100%;
  padding:16px 23px;
  background:#f7f7f7;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  text-align:left;
}
.reserv-detail__item .box.cursorP{
  cursor:pointer;
}
.reserv-detail__item .box-wrap > .box:nth-of-type(n+3) {
  margin-top:8px;
  flex: 100%;
}
.reserv-detail__item .box:nth-of-type(2) {
  margin-left:8px;
}

.reserv-detail__item .box.start .box__tit,
.reserv-detail__item .box.end .box__tit{
  font-weight:600;
  font-size:12px;
  color:#a3a3a3;
}
.reserv-detail__item .box__tit{
  font-size:14px;
  color:#7e7e7e;
  font-weight:bold;
}
.reserv-detail__item .box__tit + .btn--arrow{
  display:block;
  position:absolute;
  right:0;
  top:50%;
  width:40px;
  height:40px;
  margin-top:-20px;
  box-sizing:border-box;
  text-indent:-9999px;
  cursor:pointer;
}
.reserv-detail__item .box__tit + .btn--arrow::before{
  content:'';
  display:block;
  position:absolute;
  right:20px;
  top:50%;
  width:8px;
  height:8px;
  border-style:solid;
  border-color:#a3a3a3;
  border-width:2px 2px 0 0;
  box-sizing:border-box;
  transform:rotate(45deg) translateY(-5px);
}
.reserv-detail__item .box__txt--date{
  margin-top:5px;
  font-size:16px;
  font-weight:bold;
  color:#192028;
}
.reserv-detail__item .box__txt--time {
  margin-top:4px;
  font-size:14px;
  font-weight:bold;
  color:#192028;
}
.reserv-detail__item .add-info{
  position:absolute;
  top:13px;
  right:13px;
  height:20px;
  border-radius:10px;
  padding:0 6px;
  background:#03adef;
  line-height:20px;
  font-size:11px;
  color:#fff;
}
.reserv-detail__item .info-box{
  padding:15px;
  margin-top:14px;
  margin-bottom:8px;
}
.reserv-detail__item .info-box dl{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  font-size:14px;
}
.reserv-detail__item .info-box dl > *{
  width:50%;
  margin-top:14px;
}
.reserv-detail__item .info-box dl dt{
  color:#a3a3a3;
  font-weight:bold;
}
.reserv-detail__item .info-box dl dd{
  text-align:right;
  color:#272727;
}
.reserv-detail__item .info-box dl dt:first-of-type,
.reserv-detail__item .info-box dl dd:first-of-type{
  margin-top:0;
}
.reserv-detail__item .info-box dl dt:last-of-type,
.reserv-detail__item .info-box dl dd:last-of-type{
  font-weight:bold;
  color:#192028;
}
.reserv-detail__container--bottom {
  /*padding-top:10px;*/
}
.reserv-detail__container--bottom .reserv-detail--term{
  width:100%;
  margin-bottom:18px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reserv-detail__container--bottom .reserv-detail--term span{
  display:block;
  letter-spacing:-.5px;
  font-size:11px;
  color:#a3a3a3;
}
.reserv-detail__container--bottom .btn-group .btn-cancel{
  width:100%;
  background:#adadad;
  padding:15px 0;
  text-align:center;
  color:#fff;
  font-weight:bold;
  font-size:18px;
}
.reserv-detail__container--bottom .btn-area{
  width:100%;
  margin-top:20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.reserv-detail__container--bottom .btn-area .btn{
  -webkit-box-flex:1;
  -ms-flex:1 0 40%;
  flex:1 0 40%;
  background:#adadad;
  padding:15px 0;
  text-align:center;
  color:#fff;
  font-weight:bold;
  font-size:18px;
}
.reserv-detail__container--bottom .btn-area .btn + .btn{
  background:#192028;
  margin-left:14px;

}
.reserv-detail__container--bottom .btn-group .btn-more{
  display:block;
  width:100%;
  background:#fff;
  padding:10px 0;
  border:1px solid #a3a3a3;
  text-align:center;
  color:#7e7e7e;
  font-weight:normal;
  font-size:13px;
}

.reserv-detail__container--bottom .btn-group .btn-more .arrow::after{
  content:'';
  display:inline-block;
  width:14px;
  height:9px;
  margin-left:5px;
  background-image:url("../images/img-sprite.png");
  background-size:600px 450px;
  background-position:-210px -45px;
  opacity:.5;
}
.reserv-detail__container.in + .reserv-detail__container--bottom .btn-group .btn-more .arrow::after{
  transform:rotate(180deg);
}
.reserv-detail__container--bottom .btn-group .btn-more::before{
  display:none;
}

/* 신규 추가 START */
.reserv-detail__item .boxH5{
  position:relative;
  width:100%;
  margin-top:8px;
  text-align:left;
}
.reserv-detail__item .item-tit + .btn--arrow{
  display:block;
  position:absolute;
  right:0;
  width:23px;
  margin-top:-25px;
  text-indent:-9999px;
  cursor:pointer;
}
.reserv-detail__item .item-tit + .btn--arrow::before{
  content:'';
  display:block;
  position:absolute;
  top:50%;
  width:8px;
  height:8px;
  border-style:solid;
  border-color:#a3a3a3;
  border-width:2px 2px 0 0;
  box-sizing:border-box;
  transform:rotate(135deg);
}
.reservFail{
  background: #fff;
  margin: 247px auto 42px;
  text-align:center;
}
.reservFail .tit--bold{
  margin-top:29px;
  font-size:16px;
  font-weight:bold;
}
.reservFail .note {
  font-size:12px;
  margin-top:18px;
  font-weight:normal;
  line-height:1.5;
  color: #222222;
}
.reserv-fail__container .reserv-fail__item{
  text-align:center;
  margin:22px auto;
  padding:0 24px;
}
.reserv-fail__item .item-content{
  margin:14px auto 0 ;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reserv-fail__item .box{
  position:relative;
  width:100%;
  padding:16px 23px;
  margin-top:8px;
  background:#f7f7f7;
  box-sizing:border-box;
  text-align:left;
  cursor:pointer;
}
.reserv-fail__item .box__tit{
  font-size:14px;
  color:#7e7e7e;
  font-weight:bold;
}
.reserv-fail__item .box__tit + .btn--arrow{
  display:block;
  position:absolute;
  right:0;
  top:50%;
  width:40px;
  height:40px;
  margin-top:-20px;
  box-sizing:border-box;
  text-indent:-9999px;
  cursor:pointer;
}
.reserv-fail__item .box__tit + .btn--arrow::before{
  content:'';
  display:block;
  position:absolute;
  right:20px;
  top:50%;
  width:8px;
  height:8px;
  border-style:solid;
  border-color:#a3a3a3;
  border-width:2px 2px 0 0;
  box-sizing:border-box;
  transform:rotate(45deg) translateY(-5px);
}
.reserv-fail__item .item-tit{
  text-align:left;
  font-size:16px;
  font-weight:600;
  color:#000;
}
.resultTooltip.research {
  opacity: 0;
  filter: alpha(opacity=0);
  right: -25px;
  top: -30px;
  background-color: #3b53e4;
  color: #fff;
  padding: 8px 13.5px;
  border-radius: 3px;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 1000;
  width: 175.5px;
  margin: 0 49%;
  font-size : 11px;
  font-family: NanumBarunGothic;
}
.resultTooltip.research:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  margin: 6px 120px;
  border-top: 10px solid #3b53e4;
  border-bottom: 10px solid none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.resultTooltip.research > span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 8px;
  height: 8px;
  margin: 0 0 1px 80px;
  background-image: url("/static/images/img-sprite.png");
  background-position: -140px -40px;
  background-repeat: no-repeat;
  cursor:pointer;
}
.reserv-fail__last{
  margin-top: 100px;
}
.reserv-fail__container--bottom{
  padding: 0 24px;
}
.reserv-fail__container--bottom .btn-area{
  width:100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.reserv-fail__container--bottom .btn-area .btn{
  -webkit-box-flex:1;
  -ms-flex:1 0 40%;
  flex:1 0 40%;
  background:#adadad;
  padding:15px 0;
  text-align:center;
  color:#fff;
  font-weight:bold;
  font-size:18px;
}
.reserv-fail__container--bottom .btn-area .btn + .btn{
  background:#192028;
  margin-left:14px;
}
.reservEmpty{
  background: #fff;
  padding-top: 67px;
  text-align:center;
}
.reservEmpty .tit--bold{
  margin-top:29px;
  font-size:16px;
  font-weight:bold;
}
.reserv-empty__last{
  background: #fff;
  padding-top: 389px;
}
.reserv-empty__container--bottom{
  padding: 0 24px 24px;
}
.reserv-empty__container--bottom .btn-area{
  width:100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.reserv-empty__container--bottom .btn-area .btn{
  -webkit-box-flex:1;
  -ms-flex:1 0 40%;
  flex:1 0 40%;
  background:#adadad;
  padding:15px 0;
  text-align:center;
  color:#fff;
  font-weight:bold;
  font-size:18px;
}
.reserv-empty__container--bottom .btn-area .btn + .btn{
  background:#192028;
  margin-left:14px;
}
.reserv-empty__last .resultTooltip.research > span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 8px;
  height: 8px;
  margin: 0 0 1px 15px;
  background-image: url("/static/images/img-sprite.png");
  background-position: -140px -40px;
  background-repeat: no-repeat;
  cursor:pointer;
}
/* 신규 추가 END*/

h6 + .content-box__group--grey {
  margin-top:14px;
}
.content-box__group--grey dl{
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  width:100%;
  background:#f7f7f7;
  margin-top:8px;
  padding:14px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
.content-box__group--grey .note{
  margin-left:12px;
  line-height:1.3;
  font-size:11px;
  color:#a3a3a3;
  text-indent:-7px;
}
.content-box__group--grey dl + .note {
  margin-top:5px;
}
.content-box__group--grey .note::before{
  content:'*';
  margin-right:2px;
}
.content-box__group--grey dl:first-of-type{
  margin-top:0;
}
.content-box__group--grey dl dt{
  width:30%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  color:#454545;
  white-space: nowrap;
  font-size:12px;
}
.content-box__group--grey dl dt .tit--abs{
  display:block;
  position:absolute;
  top:14px;
  color:#454545;
  font-size:12px;
  font-weight:normal;
}
.content-box__group--grey dl dd{
  width:70%;
  white-space: nowrap;
  text-align:right;
  font-size:14px;
  color:#454545;
  font-weight:bold;
}
.content-box__group--grey dl dd ~ dd,
.content-box__group--grey dl dd ~ dt{
  margin-top:8px;
}
.content-box__group--grey dl dd + dd{
  width:100%;
}
.content-box__group--grey dl dt > p:first-child{
  color:#454545;
  font-weight:bold;
}
.content-box__group--grey dl dt > p + p {
  margin-top:3px;
}
/* 20210611 추가 End Bob */
/*
.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("../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("../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("../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("../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("../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("../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("../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("../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("../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("../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("../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;
}

.modal.notice{
  width:100%;
}
.modal.notice .modal-dialog{
  position:absolute;
  width:100%;
  bottom:0;
  left:0;
  margin:0;
}
.modal.notice .modal-inner{
  width:100%;
  padding:24px;
  box-sizing:border-box;
}
.modal.notice .input-check label{
  color:#fff;
}
.modal.notice .btn-group .btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:50px;
  border:2px solid #fff;
  box-sizing:border-box;
  color:#fff;
  font-size:18px;
  font-weight:bold;
  text-align:center;
}
.modal.notice .input-check + .btn-group{
  margin-top:16px;
}
.modal.notice.in ~ .modal-backdrop{
  opacity:0.75 !important;
}
.modal.cancel-fee-agree.in ~ .modal-backdrop{
  opacity:0 !important;
  display:none;
}
.modal.cancel-fee-agree .modal-body{
  display:flex;
  flex-direction:column;
  padding:26px 24px 24px;
  box-sizing:border-box;
}
.modal.cancel-fee-agree .modal-tit{
  margin-bottom:24px;
  font-size:16px;
  font-weight:bold;
}
.modal.cancel-fee-agree .modal-bottom{
  margin-top:auto;
}
.modal.cancel-fee-agree .modal-bottom .input-check + .btn-group{
  margin-top:24px;
}
.modal.cancel-fee-agree .input-check label{
  font-size:13px;
}
.modal.cancel-fee-agree .btn-group .btn{
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  height:50px;
  background:#00adef;
  color:#fff;
  font-size:18px;
  font-weight:bold;
  text-align:center;
}
.modal.cancel-fee-agree .btn-group .btn:disabled{
  background:#ededed;
  color:#7e7e7e;
}
.carousel__container--notice .carousel__item{
  background:#fff;
  position:relative;
  margin:6px;
  padding:22px 24px;
  box-sizing:border-box;
  border-radius:7px;
}
.carousel__container--notice .carousel__item .carousel__item--index{
  display:block;
  position:absolute;
  top:24px;
  right:24px;
  font-size:10px;
  color:#454545;
}
.carousel__container--notice.slick-dotted{
  margin-bottom:20px;
}
.carousel__container--notice .slick-dots{
  bottom:-17px;
}
.carousel__container--notice .slick-dots li{
  width:6px;
  height:6px;
  margin:0 4px;
}

.carousel__container--notice .slick-dots li button {
  background:#fff;
  opacity:0.3;
  padding:0;
  width:6px;
  height:6px;
  border-radius:50%;
}
.carousel__container--notice .slick-dots .slick-active button{
  width:8px;
  height:8px;
  opacity:1;

}
.carousel__container--notice .slick-dots li button::before{
  width:6px;
  height:6px;
  line-height:6px;
  font-size:0;
}
.carousel--notice .notice-badge{
  display:block;
  margin-bottom:16px;
  color:#00adef;
  font-size:10px;
}
.carousel--notice .notice-title{
  font-size:16px;
  color:#192028;
  line-height:24px;
  font-weight:bold;
}
.carousel--notice .btn{
  display:block;
  height:40px;
  line-height:40px;
  background:#00adef;
  width:100%;
  border-radius:3px;
  color:#fff;
  text-align:center;
  font-size:14px;
}
.carousel--notice .btn-detail{
  margin-top:16px;
}
/* list modal */
#popupModal,
#premiumModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
#popupModal .popupSection,
#premiumModal .popupSection {
  width: 100%;
  height: 100%;
  position: relative;
}
#popupModal .popupSection li,
#premiumModal .popupSection li {
  position: absolute;
  width: 90%;
  height: 286px;
  bottom: 2%;
  left: 5%;
  border-radius: 2.5%;
  overflow: hidden;
  z-index: 10000;
}
#popupModal .popupSection li > div,
#premiumModal .popupSection li > div {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../images/img-popupbg.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9999;
}
#popupModal .popupSection li > div button,
#premiumModal .popupSection li > div button {
  display: block;
  position: absolute;
  width: 86%;
  height: 48px;
  bottom: 7%;
  left: 7%;
  line-height: 48px;
  color: #fff;
  font-size: 1.25em;
  letter-spacing: -0.075em;
  background-color: #ff5a3a;
  border-radius: 5px;
}
#popupModal .popupSection li > div > div,
#premiumModal .popupSection li > div > div {
  display: block;
  position: absolute;
  width: 280px;
  top: 8%;
  left: 50%;
  object-fit: cover;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#popupModal .popupSection li > div span,
#premiumModal .popupSection li > div span {
  content: '';
  position: absolute;
  text-indent: -9999px;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("../images/img-sprite.png");
  background-position: 0 0;
  background-position: -120px -39px;
  background-repeat: no-repeat;
}
#popupModal .popupSection li > div > p,
#premiumModal .popupSection li > div > p {
  text-align: right;
  padding: 6px 20px 20px 0;
}
#popupModal .popupSection li > div > p a,
#premiumModal .popupSection li > div > p a {
  font-size: 0.85em;
  color: #6d6d6d;
  text-decoration: underline;
  font-weight: 600;
}
.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;
}
.tooltips.question {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #192028;
  border-radius: 15px;
  text-align: center;
  line-height: 15px;
}
.tooltipList {
  font-size: 13px;
  line-height: 2;
  letter-spacing: -0.065em;
}
.tooltipList dt {
  font-weight: 900;
}
.tooltipList dt:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 11px;
  margin-right: 8px;
  background-image: url("../images/img-sprite.png");
  background-position: 0 -91px;
  background-repeat: no-repeat;
  background-size: 600px;
}
.tooltipList dd {
  font-size: 11.5px;
  margin-left: 18px;
}
.tooltip-style1 {
  font-size: 12px;
  letter-spacing: -0.075em;
}
.tooltip-style1 b {
  display: block;
  margin-bottom: 8px;
}
.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("../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("../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("../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;
}
/* 20191113 Coupon layer */
.dim-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999 !important;
}
.dim-bg .coupon-bg {
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 300px;
  height: 237px;
  margin: 0 0 0 -150px;
  padding-top: 50px;
  background-image: url("../images/img-coupon-bg.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.dim-bg .coupon-bg .tt {
  text-align: center;
  font-size: 1.23em;
  letter-spacing: -0.07em;
}
.dim-bg .coupon-bg .s-tt {
  font-size: 1em;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 8px;
}
.dim-bg .coupon-bg .red-tt {
  height: 55px;
  letter-spacing: -0.05em;
  color: #ff3661;
  font-weight: 900;
  font-size: 1.45em;
  margin-bottom: 70px;
}
.dim-bg .coupon-bg .red-tt .tt-w {
  font-weight: 300;
  font-size: 0.78em;
}
.dim-bg .coupon-bg .red-tt > span.l-tt {
  font-size: 1.15em;
}
.dim-bg .coupon-bg .red-tt > span.l-tt > span {
  font-size: 1.15em;
}
.dim-bg .coupon-bg .red-tt > span.m-tt {
  font-size: 1em;
}
.dim-bg .coupon-bg .red-tt > span.m-tt > span {
  font-size: 1.1em;
}
.dim-bg .coupon-bg .red-tt > span.ss-tt {
  font-size: 0.4em;
  color: #818181;
  font-weight: 300;
}
.dim-bg .coupon-bg .red-tt .bk-tt {
  color: #333333;
}
.dim-bg .coupon-bg a {
  display: block;
  width: 86%;
  text-align: center;
  border-radius: 4px;
  margin: 0 auto 8px;
  padding: 10px 0;
  font-size: 1.15em;
  box-sizing: border-box;
}
.dim-bg .coupon-bg a.li {
  background-color: #00aeef;
  color: #fff;
}
.dim-bg .coupon-bg a.cc {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
}
.dim-bg .coupon-bg2 {
  padding-top: 30px;
  background-image: url("../images/img-coupon-bg2.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 257px;
}
.dim-bg .coupon-bg3 {
  background-image: url("../images/img-coupon-bg3.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 40px;
  height: 182px;
}
.dim-bg .coupon-bg3 .red-tt {
  margin-bottom: 50px;
}
.dim-bg .coupon1 .red-tt {
  background-color: 50px;
}
.ui-autocomplete {
  position: absolute;
  display: block;
  background-color: #fff;
  color: #909090;
  border: 1px solid #d5d5d5;
  float: left;
  cursor: default;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.ui-autocomplete .ui-menu-item {
  display: inline-block;
  width: 100%;
  clear: left;
  margin: 0;
  padding: 7px 10px;
  box-sizing: border-box;
}
.ui-helper-hidden-accessible {
  display: none;
}

/*상세페이지 추가사항*/
.reserv.view #content>.btn-wrap button .pricetit{
  margin-right: 5px;
}
.reserv.view .navbar.navbar-new{
  height: 96px;
  background-color: #00adef;
}
.navbar.navbar-new .btn-back{
  margin-top: -33px;
}
.navbar.navbar-new .tab-menu{
  background-color: #fff;
}
.navbar.navbar-new .tab-menu ul{
  display: flex;

  width: 100%;
  text-align: center;
}
.navbar.navbar-new .tab-menu ul > li{
    flex:1 1 25%;
  position: relative;
  line-height: 45px;
  border: 1px solid #f6f6f6;
  box-sizing: border-box;
}
.navbar.navbar-new .tab-menu ul > li a{
  color: #7e7e7e;
  font-weight: bold;
}
.navbar.navbar-new .tab-menu ul > li.active{
  border: 0px;
}
.navbar.navbar-new .tab-menu ul > li.active a{
  color: #03adef;
}
.navbar.navbar-new .tab-menu ul > li.active::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #03adef;
}
.reserv.view #content > section{
  position: relative;
}
.reserv.view #content > .top > h3 {
  line-height: 1.11;
  font-size: 18px;
  font-weight: bold;
  color: #192028;
}
.reserv.view #content > .top > .badge.small{
  display: inline-block;
  margin-top: 12px;
  padding: 5px 20px;
  border: 0.5px solid #d9d9d9;
  border-radius: 23px;
  background-color: #f4f4f4;
  font-size: 12px;
  font-weight: bold;
  color: #7e7e7e;
}
.reserv.view #content > .top > ul{
  display: table;
  width: 70%;
  margin: 30px auto 14px;
}
.reserv.view #content > .top > ul li {
  line-height: 1.14;
  display: table-cell;
  width: calc(100%/3);
  width: -webkit-calc(100%/3);
  color: #b2b2b2;
  font-size: 14px;
  font-weight: bold;
}
.ico-carlist::before {
  width: 17px;
  height: 17px;
  margin-top: -2px;
  margin-right: 5px;
  background-image: url(../images/carlist-icon.png);
  background-position: 0px 0px;
  background-size: 55px 17px;
}
.ico-carlist.ico-personnel::before {
  width: 20px;
  background-position: -18px 0px;
}
.ico-carlist.ico-fuel::before {
  background-position: -39px 0px;
}
.shorterm.view #content .top > p{
  display: block;
  margin-top: 0px;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  font-size: 12px;
  color: #7e7e7e;
}
.reserv.view #content .panel{
  border-top: 0px;
  border-bottom: 0px;
}
.price-plan-inner{
  background-color: #fff;
}
.price-plan-inner .price-info-wrap{
  display:flex;
  width: 100%;
}
.price-info-wrap .price-info-list{
    flex:1 1 30%;
  display: flex;
  flex-direction:column;
  align-items:center;
  position: relative;
  padding: 23px 0 45px;
  text-align: center;
  background-color: #f7f7f7;
}
.price-info-list .tit-badge{
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -13px;
  margin-left: -37.5%;
  width: 75%;
  padding: 5px 0px;
  background-color: #03adef;
  border-radius: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  z-index: 3;
  display: none;
}
.price-info-list .tit{
  display: block;
  line-height: 1.38;
  font-size: 13px;
  color: #7e7e7e;
}
.price-info-list .plan-price{
  margin: 8px 0px 24px;
  font-size: 18px;
  font-weight: bold;
  color: #080808;
}
.price-info-list ol{
  min-height: 48px;
  margin-bottom: 40px;
}
.price-info-list ol li{
    margin-bottom:8px;
  padding-left: 16px;
  position: relative;
  text-align: left;
  letter-spacing:0;
  font-size: 12px;
  font-weight: bold;
  color: #7e7e7e;
}
.price-info-list ol li::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 2px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/icon-check.png);
  background-position: 0px 0px;
  background-size: 24.5px 12px;
}
.price-info-list button{
  display: block;
  position:absolute;
  bottom:17px;
  width: 80%;
  line-height: 38px;
  background-color: #ededed;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #7e7e7e;
  z-index: 3;
}
.price-info-list.active{
  background-color: #edf7fc;
}
.price-info-list.active::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #03adef;
  z-index: 2;
}
.price-info-list.active .tit-badge{
  display: inline-block;
}
.price-info-list.active ol li{
  color: #03adef;
}
.price-info-list.active ol li::before{
  background-position: -12.5px 0px;
}
.price-info-list.active button{
  background-color: #03adef;
  color: #fff;
}
@media screen and (max-width: 320px){
  .price-info-wrap .price-info-list{
    padding: 23px 0 45px;
  }
  .price-info-list .tit-badge{
    font-size: 11px;
  }
  .price-info-list ol li{
    font-size: 10px;
  }
}

.notice-check-wrap, .infoCompany-inner, .review-list-inner{
  padding: 0px 4%;
}
.bar-txt-wrap{ display: none; }
.notice-check-wrap .bar-txt-wrap,
.modal .modal-desc .rule-info-wrap{
  margin-top: 14px;
  padding: 37px 14px 14px;
  position: relative;
  text-align: center;
  background-color: #edf7fc;
  border-radius: 3px;
  border: 1px solid #03adef;
  font-size: 13px;
  color: #03adef;
}
.bar-txt-wrap .bar-txt strong{
  margin-bottom: 6px;
  font-size: 12px;
}
.bar-txt-wrap .bar-txt p{
  font-size: 13px;
}
.bar-txt-wrap::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 8px;
  margin-left: -9px;
  width: 18px;
  height: 21px;
  background-image: url(../images/icon-bell.png);
}
.bar-close-btn,
.ruleInfo-close-btn{
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background-image: url(../images/bar-close-btn.png);
  background-size: 35px;
}
.reserv.view section h4{
  margin: 34px 0px 14px;
  padding-left: 12px;
  line-height: 1.13;
  font-size: 16px;
  font-weight: bold;
  color: #192028;
}
.reserv.view section .review-list-inner h4,
.reserv.view section .notice-box-inner h4{
  padding-left: 0px;
}
.notice-check-list li{
  margin-bottom: 8px;
  padding: 16px 21px 16px 23px;
  border-radius: 3px;
  background-color: #f7f7f7;
}
.notice-check-list li:last-child{
  margin-bottom: 0px;
}
.notice-check-list li dt{
  color: #192028;
}
.notice-check-list dt{
  float: left;
  width: calc(100% - 35px);
  width: -webkit-calc(100% - 35px);
  font-weight: bold;
}
.notice-check-list dd{
  float: right;
  width: 13px;
  text-align: center;
}
.right-btn{
  width: 8.5px;
  height: 8.5px;
  margin-top: 2px;
  border: 0px;
  border-top: 2px solid #a3a3a3;
  border-right: 2px solid #a3a3a3;
  transform: rotate(45deg);
  cursor: pointer;
}
/*모달창 추가*/
.modal .modal-content.type6{
  padding: 34px 5% 24px;
  font-family: 'NanumBarunGothic';
}
.modal.modal-pull .modal-content.type6{
    min-height:100vh;
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
}
.modal.modal-pull .modal-content.type6 .btn-group{
    margin-top:auto;
}
.modal.modal-pull .modal-content.type6 .btn-group > button,
.modal.modal-pull .modal-content.type6 .btn-group > a{
    margin-top:50px;
}
.modal .modal-content.type6 h3.tit{
  margin-bottom: 14px;
  line-height: 1.13;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #192028;
}
.modal .modal-content.type6 > p{
  line-height: 1.71;
  font-size: 14px;
  text-align: left;
  color: #192028;
}
.modal .modal-content.type6 .price-rule{
  margin: 23px 0px 26px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  text-decoration: underline;
  color: #03adef;
  letter-spacing: -0.5px;
}
.reserv.view .modal-content.type6 .nav-tabs li{
  width: calc( (100%/3) - 14px );
  width: -webkit-calc( (100%/3) - 14px );
  max-width: 86px;
  line-height: 38px;
  float: left;
  background-color: #ededed;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #7e7e7e;
}
.reserv.view .modal-content.type6 .nav-tabs li:nth-child(2){
  margin-right: 14px;
  margin-left: 14px;
}
.reserv.view .modal-content.type6 .nav-tabs li.selected{
  background-color: #03adef;
  color: #fff;
}
.modal-content.type6 .tab-content{
  margin-top: 36px;
}
.reserv.view .tab-content > div table.rsvTable tr.trow th span.infoCircle{
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  border-radius: 50%;
  background-color: #a3a3a3;
  line-height: 15px;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
}
.modal-pull .dots-list li{
  position: relative;
  padding-left: 13px;
  font-size: 14px;
  color: #222;
  letter-spacing: -0.14px;
}
.modal-pull .dots-list li::before{
  content: "*";
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 14px;
  color: #222;
}
.modal-alert .btn-group-mt32{
  margin-top: 32px;
}
.modal-alert-contents.type6{
  padding: 15px 25px 25px;
}
.modal-alert-contents.type7 {
    padding: 6px 25px 25px;
}
.modal-alert-contents.type6 h6{
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #192028;
}
.modal-alert-contents.type7 h6{
    margin-bottom:12px;
    font-size:14px;
    font-weight:bold;

}
.modal-alert-contents.type6 p,
.modal-alert-contents.type7 p{
  font-size: 12px;
  color: #222;
  word-break: break-all;
}
.modal-alert-contents .btn-close{
  position:absolute;
  display:block;
  padding:4px;
  right:20px;
  top:16px;
}
.modal-alert .dots-list li,
.modal-alert .cirdots-list li,
.modal .cirdots-list li{
  position: relative;
  padding-left: 13px;
  font-size: 12px;
  color: #222;
  letter-spacing: -0.5px;
}
.modal-alert .dots-list li::before{
  content: "*";
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 14px;
  color: #222;
}
.modal .cirdots-list li{
  margin-bottom: 12px;
}
.modal-alert .cirdots-list li + li{
  margin-top:12px;
}
.modal .cirdots-list li::before,
.modal-alert .cirdots-list li::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 7px;
  width: 4px;
  height: 4px;
  background-color: #222;
  border-radius: 50%;
}
.reserv.view .modal-content.type6 .grey{
  line-height: 1.83;
  font-size: 12px;
  text-align: right;
  color: #a5a5a5;
}
.modal-content .modal-image-wrap{
  margin: 18px 0px 12px;
}
.modal .ch-txt{
  margin: 0 0px 12px;
  padding: 9px 14px;
  border-radius: 3px;
  background-color: #edf7fc;
}
.modal .ch-txt p{
  padding-left: 22px;
  position: relative;
  font-size: 12px;
  text-align: left;
  color: #03adef;
  letter-spacing: -0.5px;
}
.modal .ch-txt p::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url(../images/ic-check-box.png);
  background-size: 14px;
}
.modal.rule .modal-content.type6 > p{
  line-height: 1.71;
  font-size: 14px;
  color: #192028;
  word-break: break-all;
}
.modal__img img{
    display:block;
    margin-bottom:18px;
}
.modal__img img:last-child{
    margin-bottom:0;
}
.modal-content .list--notice{
    margin-top:42px;
}
.modal-content .list--notice .title-list{
    margin-bottom:13px;
    font-weight:bold;
}
.modal-content--cafepass .btn-group button{
    margin-top:24px !important;
}
.modal-content--cafepass .close{
    position:absolute;
    top:0;
    right:0;
    width:53px;
}
.modal-header--cafepass{
    text-align:center;
}
.modal-header--cafepass .img-tit{
    width:148px;
    margin-bottom:20px;
}
.modal-header--cafepass .img-tit + p {
    margin-bottom:22px;
    line-height:1.25;
    font-size:16px;
    font-weight:bold;

}
.ruleicon-list{
  display: table;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 34px;
}
.ruleicon-list li{
  display: table-cell;
  float: left;
  width: calc( (100%/3) - 12px );
  height: 116px;
  margin-right: 17px;
  padding: 50px 10px 0px;
  position: relative;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 3px;
  box-sizing: border-box;
}
.ruleicon-list li:last-child{
  margin-right: 0px;
}
.ruleicon-list li::before{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-top: 21px;
  margin-left: -9.5px;
  width: 19px;
  height: 17px;
  background-image: url(../images/rull-listicon.png);
  background-position: -20px -9px;
  background-size: 79px 51.5px;
}
.ruleicon-list li:first-child::before{
  width: 18px;
  margin-left: -9px;
  background-position: 0px -9px;
}
.ruleicon-list li:last-child::before{
  width: 14px;
  margin-left: -7px;
  background-position: -39px -9px;
}
.ruleicon-list li p{
  font-size: 12px;
  color: #454545;
  letter-spacing: -0.5px;
}
.ruleicon-list li p:first-child{
  margin-bottom: 8px;
}
.ruleicon-list li p strong{
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #454545;
}
@media screen and (max-width:320px){
  .ruleicon-list li p:first-child{
    margin-bottom: 6px;
  }
  .ruleicon-list li p strong{
    font-size: 13px;
  }
}
.modal-table-wrap table{
  width: 100%;
  border-collapse: collapse;
}
.modal-table-wrap .table-stripe > thead > tr > th{
  padding: 8px;
  background-color: #f7f7f7;
  color: #5d5d5d;
}
.modal-table-wrap .table-stripe td{
  padding: 10px 5px;
  border-color: #ededed;
  color: #454545;
}
.modal-table-wrap .table-stripe td.underline{
  text-decoration: underline;
}
.modal-table-wrap .table-stripe .line{
    text-decoration: underline;
  }
.modal-table-wrap .table-stripe th.active{
  border: 2px solid #03adef;
  border-bottom: 0px;
  background-color: #03adef;
  font-weight: bold;
  color: #fff;
}
.modal-table-wrap .table-stripe td.active{
  border-right: 2px solid #03adef;
  border-left: 2px solid #03adef;
  background-color: #edf7fc;
  font-weight: bold;
  color: #03adef;
}
.modal-table-wrap .table-stripe tr:last-child td.active{
  border-bottom: 2px solid #03adef;
}
.modal-table-wrap > p{
  margin-top: 6px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #03adef;
}
.modal .modal-desc .rule-info-wrap{
  padding: 24px 14px 16px;
  font-size: 12px;
}
.modal .modal-desc .rule-info-wrap > p{
  text-align: left;
}
.modal .modal-desc .rule-info-wrap a{
  display: block;
  margin-top: 27px;
  text-align: right;
  text-decoration: underline;
  font-weight: bold;
}
.modal .modal-head-wrap{
  position: relative;
}
.modal .modal-head-wrap .close{
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin-top: -6px;
}
.modal .modal-head-wrap .close span{
  display: block;
  line-height: 24px;
  font-size: 24px;
}
/* 차량 옵션/기타서비스  */
.reserv.view .modal .panel.option{
  padding: 0px;
  border: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.infoCompany-inner h5{
  margin-top: 14px;
  line-height: 1.11;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #192028;
}
.infoCompany-wrap{
  text-align: left;
}
.infoCompany-list{
  margin-bottom: 24px;
  display: table;
  width: 100%;
}
.infoCompany-list dl dt{
  margin-bottom: 14px;
  line-height: 1.14;
  font-size: 13px;
  font-weight: bold;
  color: #192028;
}
.infoCompany-list dl dd{
  padding: 17px 16px;
  line-height: 1.5;
  background-color: #f7f7f7;
  border-radius: 3px;
  font-size: 12px;
  color: #454545;
}
.infoCompany-list.last{
  margin-bottom: 14px;
}
.infoCompany-list.last dl{
  display: table-cell;
  float: left;
  width: calc( 50% - 10px );
  width: -webkit-calc( 50% - 10px );
}
.infoCompany-list.last dl:first-child{
  margin-right: 10px;
}
.infoCompany-list.last dl:last-child{
  margin-left: 10px;
}
.infoCompany-wrap > p{
  font-size: 12px;
  text-align: left;
  color: #7e7e7e;
}
.info-company > div.infoCompany-inner{
  padding-top: 0px;
  padding-bottom: 0px;
}
.infoCompany-inner .review-wrap{
  margin: 20px 0px;
}
.infoCompany-inner .review-wrap .review-summary.right{
  float: right;
  width: 35%;
  text-align: right;
}
.infoCompany-inner .review-wrap > ul.left {
  float:left;
  padding-top: 5px;
  width: 65%;
  letter-spacing: 0;
}
@media screen and (max-width:320px){
  .infoCompany-inner .review-wrap > ul.left {
    width: 60%;
  }
  .infoCompany-inner .review-wrap .review-summary.right {
    width: 40%;
  }
}
.infoCompany-inner .review-wrap dl{
  text-align: center;
  font-size: 13px;
}
.infoCompany-inner .review-wrap dt{
  margin-top: 8px;
  color: #7e7e7e;
}
.infoCompany-inner .review-wrap dd{
  font-size: 15px;
  font-weight: bold;
  color: #192028;
}
.infoCompany-inner .review-summary .review-point{
  margin-top: -5px;
  margin-right: 0px;
  line-height: 1.16;
  font-size: 19px;
}
.infoCompany-inner .review-summary a{
  margin-top: 10px;
  padding: 5px 15px;
  background-color: #f4f4f4;
  border: 0.5px solid #d9d9d9;
  border-radius: 25px;
  text-decoration: none;
  color: #192028;
}
.review-box > ul > li{
  margin-top: 34px;
}
.review-box > ul > li:first-child{
  margin-top: 0px;
}
.review-box h6.user-name,
.review-bottom h6.com-name{
  font-size: 14px;
  font-weight: bold;
  color: #192028;
}
.review-box .review-head{
  display: table;
  width: 100%;
  margin-bottom: 20px;
  font-size: 13px;
  color: #454545;
}
.review-box .review-head li{
  display: table-cell;
  vertical-align: bottom;
}
.review-box .review-body{
  margin-bottom: 18px;
  padding: 18px 18px 24px;
  border-radius: 7px;
  background-color: #f7f7f7;
}
.review-box .review-body p,
.review-box .review-bottom-txt p{
  line-height: 1.71;
  font-size: 14px;
  color: #192028;
}
.review-box .review-body p.write-date{
  text-align: right;
  line-height: 1.09;
  font-size: 11px;
  color: #a5a5a5;
  letter-spacing: 0px;
}
.review-bottom h6.com-name{
  margin-bottom: 10px;
}
.review-box .review-bottom-txt{
  padding: 14px 18px;
  background-color: #edf7fc;
  border-radius: 7px;
}
.reserv.view #content .panel.review-list .review-box .review-wrap{
  padding: 0px;
  text-align: right;
}
.reserv.view #content .panel.review-list .review-box .review-point{
  margin-right: 0px;
  margin-bottom: -4px;
}
.reserv.view #content .panel.review-list .review-box  .review-summary > *{
  vertical-align: bottom;
}
.more-btn-block{
  text-align: center;
}
.review-more-btn{
  position: relative;
}
.review-more-btn::after{
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  margin-right: -18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #a3a3a3;
  border-right: 2px solid #a3a3a3;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.notice-box-wrap .notice-box-list li{
  line-height: 1.71;
  margin-top: 25px;
  position: relative;
}
.notice-box-inner > p{
  font-size: 14px;
  color: #192028;
}
.notice-box-wrap .notice-box-list li:first-child{
  margin-top: 30px;
}
.notice-box-wrap .notice-box-list li h5{
  margin-bottom: 20px;
  padding-left: 36px;
  font-size: 14px;
  color: #192028;
}
.notice-box-wrap .notice-box-list li h5::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 22px;
  margin-top: -1px;
  margin-left: 7px;
  display: inline-block;
  background-image: url(../images/icon-notice.png);
  background-position: 0px 0px;
}
/* .notice-box-wrap .notice-box-list li:nth-child(2) h5::before{
  width: 20px;
  background-position: -18px 0px;
} */
.notice-box-wrap .notice-box-list li.att_animal h5::before{
  width: 20px;
  background-position: -18px 0px;
}
/* .notice-box-wrap .notice-box-list li:nth-child(3) h5::before{
  width: 21px;
  background-position: -39px 0px;
} */
.notice-box-wrap .notice-box-list li.att_fishing h5::before{
  width: 21px;
  background-position: -39px 0px;
}
@media screen and (max-width:320px) {
  .notice-box-wrap .notice-box-list li h5 {
    padding-left: 32px;
  }
  .notice-box-wrap .notice-box-list li h5::before {
    margin-left: 5px;
  }
}
.notice-box-wrap .notice-box-list li:first-child > dl,
.notice-box-wrap .notice-box-list li > div{
  padding: 18px;
  background-color: #f7f7f7;
  border-radius: 3px;
}
.notice-box-wrap .notice-box-list li dl dt{
  margin-top: 22px;
  line-height: 2;
  font-size: 12px;
  color: #454545;
}
.notice-box-wrap .notice-box-list li dl:first-child dt{
  margin-top: 0px;
}
.notice-box-wrap .notice-box-list li dl dd{
  line-height: 1.71;
  font-size: 14px;
  font-weight: bold;
  color: #127fe8;
}
/* .notice-box-wrap .notice-box-list li:first-child dl dd:last-child{
  font-weight: normal;
  color: #7e7e7e;
} */
.notice-box-wrap .notice-box-list .right-txt{
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  color: #818181;
  letter-spacing: 0px;
}

.notice-box-wrap .notice-box-list > li.att_animal.lent-error dd, .notice-box-wrap .notice-box-list > li.att_fishing.lent-error dd{
  color: #dc3644 !important;
}

/*2021-06-18 이용후기 추가 css*/
.modal-review .modal-head-wrap{
  height: 52px;
  line-height: 52px;
  padding: 0px 5%;
}
.modal-review .modal-head-wrap h3{
  font-size: 16px;
  font-weight: bold;
}
.modal-review .modal-head-wrap .close{
  top: 14px;
  right: 5%;
  margin-top: 0px;
}
.modal-review.view .modal-head-wrap{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  height: 60px;
  z-index: 10;
}
.modal-review .modal-head-wrap h3{
  line-height: 60px;
  margin-bottom: 0;
}
.modal-review.view .modal-content.type6{
  height: auto;
  max-height: calc(100% - 15%);
  max-height: -webkit-calc(100% - 15%);
  padding-top: 75px;
  overflow-y: scroll;
}
.modal.modal-review.view{
  overflow-y: hidden;
}

.cancel-fee{
  width:100%;
}
.cancel-fee__box{
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:42px;
  padding:0 14px;
  box-sizing:border-box;
  background:#f7f7f7;
}
.cancel-fee__box + .cancel-fee__box{
  margin-top:8px;
}
.cancel-fee__box dt{
  display:flex;
  align-items:center;
  font-size:12px;
}
.cancel-fee__box dd{
  font-size:14px;
  font-weight:600;
}
.cancel-fee__box.danger{
  background:#fff4f4;
}
.cancel-fee__box.danger dt {
  color:#dc3644;
}
.cancel-fee__box .ico--info-circle{
  display:inline-flex;
  font-size:0;
  justify-content:center;
  align-items:center;
}
.cancel-fee__box.danger dd {
  color:#ff5353;
}
.cancel-fee__box.primary dd{
  color:#00adef;
}