@charset "UTF-8";
:root {
  --ic-recommend: url("/assets/img/common/ico_recommend.png");
  --ic-map-pointer-gray: url("/assets/img/common/ico_map_gray.png");
  --ic-map-pointer-white: url("/assets/img/common/ico_map_white.png");
  --ic-service-chk: url("/assets/img/common/ico_service_chk.png");
  --ic-star1: url("/assets/img/common/ico_star_re.png");
  --ic-star2: url("/assets/img/common/ico_star02.png");
  --ic-star3: url("/assets/img/common/ico_star03.png");
  --ic-star4: url("/assets/img/common/ico_star04.png");
  --ic-user: url("/assets/img/common/ico_user.png");
  --ic-convenient: url("/assets/img/common/ico_convenient.png");
  --ic-friendly: url("/assets/img/common/ico_friendly.png");
  --ic-satisfied: url("/assets/img/common/ico_satisfied.png");
  --ic-message: url("/assets/img/common/ico_message.png");
  --ic-loacation: url("/assets/img/common/ico_loacation.png");
  --ic-date: url("/assets/img/common/ico_date.png");
  --ic-phone: url("/assets/img/common/ico_phone.png");
  --ic-intro: url("/assets/img/common/ico_intro.png");
  --ic-search: url("/assets/img/common/btn_search.png");
  --ic-white-chk: url("/assets/img/common/ic_white_chk.png");
  --ic-pop-l-arrow: url("/assets/img/common/ic_popup_l_arrow.png");
  --ic-pop-r-arrow: url("/assets/img/common/ic_popup_r_arrow.png");
  --ic-close-off: url("/assets/img/common/ico_close_off.png");
  --ic-close-on: url("/assets/img/common/ico_close_on.png");
  --ic-pin: url("/assets/img/common/ico_pin.png");
  --ic-chk-arrow: url("/assets/img/common/ico_chk-arrow.png");
  --m-color: #832082;
  --review-msub-color: #191478;
  --tit-color: #000000;
  --txt-color: #222222;
  --sub-color: #666666;
  --sub-2-color: #333333;
  --sub-3-color: #777777;
  --white-color: #ffffff;
  --blue-color: #191478;
  --chk-txt-color: #a1a1a1;
  --border-color: #dedede;
  --border-2-color: #d3d3d3;
  --chk-border-color: #d9d9d9;
  --bg-gray-color: #dddddd;
  --bg-gray-2-color: #f4f4f4;
  --bg-sub-color: #8e608e;
  --bg-sub-2-color: #999999;
  --text-3: #3f3f3f;
  --error: #ff3411;
  --bg-f8: #f8f8f8;
  --border-c2: #c2c2c2;
  --gradient: linear-gradient(90deg, rgba(131, 32, 130, 1), rgba(89, 183, 255, 1));
  --font-family: "Spoqa Han Sans", sans-serif;
  --fw-bold: 700;
  --fw-medium: 500;
  --fw-regular: 400;
  --fw-light: 300;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  font-family: "Spoqa Han Sans", "Sans-serif", "NanumBarunGothic", "Sans-serif";
  font-style: normal;
  letter-spacing: -0.1px;
}

input,
textarea,
table {
  color: #414141;
  font-family: "Spoqa Han Sans", "NanumBarunGothic", "Sans-serif";
  font-style: normal;
  font-size: 14px;
  line-height: 1;
} /* w3c css검사 */
/*  */
body {
  word-break: break-all;
  color: #3f3f3f;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 0.9;
  word-wrap: break-word;
  word-break: break-all;
  letter-spacing: -0.9px;
  overflow-x: auto;
  overflow-y: auto;
  background: #f3f3f3;
}
body.bgFix {
  overflow: hidden;
}
body.detail footer {
  display: none;
}

html,
body {
  width: 100%;
  height: 100%;
  min-width: 1180px;
  min-height: 100%; /* overflow-x:auto; */ /*overflow-y:auto*/
  font-family: "Spoqa Han Sans Regular", "Sans-serif";
}

img,
fieldset {
  border: 0;
}

img {
  vertical-align: middle;
}

ul,
ol,
li {
  list-style: none;
}

li {
  line-height: 100%;
}

em,
address {
  font-style: normal;
}

i,
a,
span,
em {
  display: inline-block;
}

a {
  text-decoration: none;
  color: #333; /*outline:none;*/ /* select-dummy:expression(this.hideFocus=true); */
  cursor: pointer;
} /* w3c css검사 */
a:hover,
a:active,
a:focus {
  text-decoration: none;
  cursor: pointer;
}

a label {
  cursor: pointer;
}

/* Common Add */
textarea,
input[type=text],
input[type=password] {
  box-sizing: border-box;
}

/* all */
input::-webkit-input-placeholder {
  font-family: "NanumBarunGothic", "Sans-serif";
  letter-spacing: -0.5px;
  font-size: 18px;
  color: #bbbbbb;
}

input::-moz-placeholder {
  font-family: "NanumBarunGothic", "Sans-serif";
  letter-spacing: -0.5px;
  font-size: 18px;
  color: #bbbbbb;
} /* firefox 19+ */
input::-ms-input-placeholder {
  font-family: "NanumBarunGothic", "Sans-serif";
  letter-spacing: -0.5px;
  font-size: 18px;
  color: #bbbbbb;
} /* ie */
input:-moz-placeholder {
  font-family: "NanumBarunGothic", "Sans-serif";
  letter-spacing: -0.5px;
  font-size: 18px;
  color: #bbbbbb;
}

input.type01:-ms-input-placeholder,
input.type03:-ms-input-placeholder,
input.type04:-ms-input-placeholder {
  color: #bbbbbb;
}

textarea::-webkit-input-placeholder {
  color: #bbbbbb !important;
}

textarea:-moz-placeholder {
  color: #bbbbbb !important;
} /* Firefox 18- */
textarea::-moz-placeholder {
  color: #bbbbbb !important;
} /* Firefox 19+ */
textarea:-ms-input-placeholder {
  color: #bbbbbb !important;
}

select {
  font-family: "Spoqa Han Sans Regular", "Sans-serif";
  width: 100%;
  height: 22px;
  font-size: 13px;
  color: #333;
  border: 1px solid #717379;
  padding: 0 5px 0 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/assets/img/common/arrow_01.png") no-repeat right 20px;
}

select:focus {
  outline: none;
  border: 1px solid #e51937;
}

select::-ms-expand {
  display: none;
} /* remove default arrow on ie10 and ie11 */
select:focus::-ms-value {
  color: #333;
  background: transhtml, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, videoparent;
}

select option {
  color: #333;
}

caption,
legend {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-align: left;
}

/* 20241205 - Spoqa Han Sans 추가*/
input[type=text],
input[type=password],
input[type=number] {
  font-family: "Spoqa Han Sans", "NanumBarunGothic", "Sans-serif";
  height: 13px;
  color: #333;
  padding: 4px 5px 2px;
  border: 1px solid #ccc;
  color: #b6b6b6;
  vertical-align: middle;
  outline: none;
}

input[type=text]::-ms-clear {
  display: none;
}

input[type=text]:focus {
  outline: none; /*border:1px solid #812990*/
}

input[type=radio] {
  /**width:13px;*height:13px;*/
  margin: -2px 0 2px;
  vertical-align: middle;
} /* w3c css검사 */
input[type=checkbox] {
  /**width:12px;*height:12px;*/
  vertical-align: middle;
} /* w3c css검사 */
input[type=checkbox] + label {
  cursor: pointer;
}

input[type=file] {
  border: 0;
}

textarea {
  overflow-y: auto;
  width: 100%;
  padding: 19px 19px;
  text-align: left;
  border: 1px solid #ccc;
  color: #333;
  resize: none;
  line-height: 1.5;
}

textarea:focus {
  outline: none;
}

hr {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
}

button {
  font-family: "Spoqa Han Sans Light", "Sans-serif";
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  letter-spacing: -1px;
  background-color: transparent; /*overflow:visible !important; ie6,7 padding bug hack*/
}

button span {
  margin: -2px 0 0 -3px !important;
} /* Mozilla 계열만 인식되는 firefox 핵 */ /* w3c css검사 */
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
button span{margin:-1px 0 0 -3px !important;}
}*/ /* Webkit 엔진계열만 인식하는 safari,chrome 핵 */
span.alert {
  font-size: 0.7em;
  font-weight: bold;
  color: blue;
  text-decoration: underline;
  text-underline-position: under;
}

.blind {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  line-height: 0;
}

/* Set Class */
.overview {
  overflow: hidden; /*zoom:1*/
} /* w3c css검사 */
/* Spoqa Han Sans 폰트 */
@font-face {
  font-family: "Spoqa Han Sans Regular";
  src: url("/assets/font/Spoqa Han Sans Regular.eot");
  src: url("/assets/font/Spoqa Han Sans Regular?#iefix") format("embedded-opentype"), url("/assets/font/Spoqa Han Sans Regular.woff2") format("woff2"), url("/assets/font/Spoqa Han Sans Regular.woff") format("woff"), url("/assets/font/Spoqa Han Sans Regular.ttf") format("truetype"), url("/assets/font/Spoqa Han Sans Regular.svg#Spoqa Han Sans Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spoqa Han Sans Bold";
  src: url("/assets/font/Spoqa Han Sans Bold.eot");
  src: url("/assets/font/Spoqa Han Sans Bold.eot?#iefix") format("embedded-opentype"), url("/assets/font/Spoqa Han Sans Bold.woff2") format("woff2"), url("/assets/font/Spoqa Han Sans Bold.woff") format("woff"), url("/assets/font/Spoqa Han Sans Bold.ttf") format("truetype"), url("/assets/font/Spoqa Han Sans Bold.svg#Spoqa Han Sans Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spoqa Han Sans Light";
  src: url("/assets/font/Spoqa Han Sans Light.eot");
  src: url("/assets/font/Spoqa Han Sans Light.eot?#iefix") format("embedded-opentype"), url("/assets/font/Spoqa Han Sans Light.woff2") format("woff2"), url("/assets/font/Spoqa Han Sans Light.woff") format("woff"), url("/assets/font/Spoqa Han Sans Light.ttf") format("truetype"), url("/assets/font/Spoqa Han Sans Light.svg#Spoqa Han Sans Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spoqa Han Sans Thin";
  src: url("/assets/font/Spoqa Han Sans Thin.eot");
  src: url("/assets/font/Spoqa Han Sans Thin.eot?#iefix") format("embedded-opentype"), url("/assets/font/Spoqa Han Sans Thin.woff2") format("woff2"), url("/assets/font/Spoqa Han Sans Thin.woff") format("woff"), url("/assets/font/Spoqa Han Sans Thin.ttf") format("truetype"), url("/assets/font/Spoqa Han Sans Thin.svg#Spoqa Han Sans Thin") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* 은영체 */
@font-face {
  font-family: "KCC-eunyoung";
  src: url("/assets/font/KCC-eunyoung-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* NanumBarunGothic 기본 폰트 */
@font-face {
  font-family: "NanumBarunGothic";
  src: url("/assets/font/NanumBarunGothic.eot") format("eot");
  src: url("/assets/font/NanumBarunGothic.woff") format("woff");
  font-display: swap;
}
/* NanumBarunGothic 굵은 폰트 */
@font-face {
  font-family: "NanumBarunGothicBold";
  src: url("/assets/font/NanumBarunGothicBold.eot") format("eot");
  src: url("/assets/font/NanumBarunGothicBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NanumBarunGothicLight";
  src: url("/assets/font/NanumBarunGothicLightSubset.eot");
  src: url("/assets/font/NanumBarunGothicLightSubset.eot?#iefix") format("embedded-opentype"), url("/assets/font/NanumBarunGothicLightSubset.woff2") format("woff2"), url("/assets/font/NanumBarunGothicLightSubset.woff") format("woff"), url("/assets/font/NanumBarunGothicLightSubset.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "NanumBarunGothicUltraLight";
  src: url("/assets/font/NanumBarunGothicUltraLightSubset.eot");
  src: url("/assets/font/NanumBarunGothicUltraLightSubset.eot?#iefix") format("embedded-opentype"), url("/assets/font/NanumBarunGothicUltraLightSubset.woff2") format("woff2"), url("/assets/font/NanumBarunGothicUltraLightSubset.woff") format("woff"), url("/assets/font/NanumBarunGothicUltraLightSubset.ttf") format("truetype");
  font-display: swap;
}
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mgn {
  margin: 0 !important;
}

.mtn {
  margin-top: 0 !important;
}

.pdn {
  padding: 0 !important;
}

.ptn {
  padding-top: 0 !important;
}

/* 정렬 */
.t_alCenter {
  text-align: center;
}

.t_alRight {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hideTxt {
  position: absolute;
  top: -999999px;
  z-index: -1;
  visibility: hidden;
}

.ls_base {
  letter-spacing: 0;
}

.tx_ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.show {
  display: block;
}

.hide {
  display: none;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.5em 0;
  border: 0;
  background: #812990;
  color: #fff;
}

/* í™”ì‚´í‘œ ë²„íŠ¼ */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 10px;
  width: 20px;
  height: 20px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 10px;
}

.ui-datepicker .ui-datepicker-prev {
  background: url("/assets/img/common/arrow_10.png") no-repeat 0 0;
  left: 10px;
}

.ui-datepicker .ui-datepicker-next {
  background: url("/assets/img/common/arrow_09.png") no-repeat 0 0;
  right: 10px;
}

/* .ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
} */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  /* margin: 0 0 .4em; */
}

.ui-datepicker th {
  padding: 1em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25); /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  padding: 8px 5px;
  text-align: center;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

/* .ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
} */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #e4e4e4;
  color: #7812bf;
  padding: 8px 5px;
  text-align: center;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.003;
  filter: Alpha(Opacity=0.3); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/*!
 * fullPage 3.0.7
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
l .fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box; /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 100px;
  width: 56px;
  height: 56px;
  background: url("/assets/img/main/m_prev.png") no-repeat 0 0;
}

.fp-controlArrow.fp-next {
  right: 100px;
  width: 56px;
  height: 56px;
  background: url("/assets/img/main/m_next.png") no-repeat 0 0;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

/* 오른쪽 nav */
#fp-nav {
  position: fixed;
  z-index: 100;
  width: 110px;
  height: 470px;
  top: 46%;
  right: 16.5%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  background: url("/assets/img/main/line_01.png") no-repeat 18px 325px;
  z-index: 4000;
}

#fp-nav.fp-right {
  right: 320px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

/*.fp-right ul li:last-child{display:none}*/
.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px; /*height:50px; */
  margin: 7px;
  position: relative;
}

/*#fp-nav ul li:last-child:after{display: inline-block; content:' '; background:url("/assets/img/main/scrollMark_ico_01.png") no-repeat 0 0; width:31px; height:50px; position:relative; top:115px; left:-3px}*/
.fp-right.up ul li:last-child {
  pointer-events: none;
}

.fp-right.up ul li:last-child:after {
  display: none;
}

/* #fp-nav ul li:last-child:after{display:inline-block; content:''; background:url("/assets/img/main/scrollMark_ico_01.png") no-repeat 0 0; width:31px; height:50px; position:relative; top:70px; left:-3px} */
.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#fp-nav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  cursor: pointer;
  background: url("/assets/img/main/navRight.png") no-repeat 0 0;
  height: 60px;
}

#fp-nav ul li:nth-child(1) a {
  background-position: 0 0;
  width: 106px;
}

#fp-nav ul li:nth-child(2) a {
  background-position: 0 -69px;
  width: 106px;
}

#fp-nav ul li:nth-child(3) a {
  background-position: 0 -140px;
  width: 126px;
}

#fp-nav ul li:nth-child(4) a {
  background-position: 0 -210px;
  width: 106px;
}

#fp-nav ul li:nth-child(5) a {
  background-position: 0 -280px;
  width: 106px;
}

#fp-nav ul li:nth-child(6) a {
  background: none; /* background:url("/assets/img/main/scrollTop_ico_01.png") no-repeat 0 0; width:31px; height:48px */
}

#fp-nav ul li:nth-child(1):hover a {
  background-position: 0 0;
  width: 106px;
}

#fp-nav ul li:nth-child(2):hover a {
  background-position: 0 -69px;
  width: 106px;
}

#fp-nav ul li:nth-child(3):hover a {
  background-position: 0 -140px;
  width: 126px;
}

#fp-nav ul li:nth-child(4):hover a {
  background-position: 0 -210px;
  width: 106px;
}

#fp-nav ul li:nth-child(5):hover a {
  background-position: 0 -280px;
  width: 106px;
}

#fp-nav ul li:nth-child(6):hover a {
  background: none;
}

#fp-nav ul li a.active span {
  background: url("/assets/img/main/navRight_on.png") no-repeat 0 0;
  width: 126px;
  height: 50px;
}

#fp-nav ul li:nth-child(1) a.active span {
  background-position: -2px 0;
}

#fp-nav ul li:nth-child(2) a.active span {
  background-position: -2px -70px;
}

#fp-nav ul li:nth-child(3) a.active span {
  background-position: -2px -140px;
}

#fp-nav ul li:nth-child(4) a.active span {
  background-position: -2px -210px;
}

#fp-nav ul li:nth-child(5) a.active span {
  background-position: -2px -280px;
}

#fp-nav ul li:nth-child(6) a.active span {
  background: none;
}

/* active 됬을때 */
/*#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{height: 70px; width: 106px; background:red}
*/
/*
#fp-nav ul li a span,.fp-slidesNav ul li a span {position: absolute; z-index: 1; height:4px;  width:4px; border:0; background: #fff;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}*/
/* custom */
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 122px;
  height: 60px; /*margin: -5px 0px 0px -5px;*/
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fp-bg {
  background-size: cover;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e0e7ee;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #d0dae5;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #88bfff;
}

.nice-select:after {
  border-bottom: 2px solid #90a1b5;
  border-right: 2px solid #90a1b5;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #e7ecf2;
  color: #90a1b5;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cdd5de;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f7f9;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #90a1b5;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

code[class*=language-],
pre[class*=language-] {
  border-radius: 2px;
  color: #445870;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  text-align: left;
  white-space: pre;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  direction: ltr;
  font-family: Inconsolata, monospace;
  font-size: 13px;
  letter-spacing: 0;
}

/* Code blocks */
pre[class*=language-] {
  padding: 18px 24px;
  margin: 0 0 24px;
  overflow: auto;
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #f6f7f9;
}

/* Inline code */
:not(pre) > code[class*=language-] {
  padding: 0 2px 1px;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #90a1b5;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #ec4444;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #4abf60;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #55a1fb;
}

.token.function {
  color: #dd4a68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*! nouislider - 14.5.0 - 5/11/2020 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.9.1
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 03.08.2019
 */
/*
OVERLAY SCROLLBARS CORE:
*/
html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

html.os-html > .os-host > .os-padding {
  position: absolute; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

body.os-dragging,
body.os-dragging * {
  cursor: default;
}

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important;
}

.os-host-flexbox > .os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important;
}

.os-content-glue {
  box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 1;
}

.os-host-overflow > .os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content:before,
.os-content:after {
  content: "";
  display: table;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.os-content > .os-textarea {
  box-sizing: border-box !important;
  direction: inherit !important;
  background: transparent !important;
  outline: 0px none transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0px !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: none !important;
  resize: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0px;
}

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content > .os-textarea[wrap=off] {
  white-space: pre !important;
  margin: 0px !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
}

.os-resize-observer-host:after {
  content: "";
}

.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host:after {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0px;
  display: block;
  box-sizing: content-box;
}

.os-resize-observer.observed,
object.os-resize-observer {
  box-sizing: border-box !important;
}

.os-size-auto-observer {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: hs-resize-observer-dummy-animation;
  animation-name: hs-resize-observer-dummy-animation;
}

/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/
.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

html.os-html > .os-host > .os-scrollbar {
  position: absolute; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999; /* highest z-index of the page */
}

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}

.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.os-host-overflow {
  overflow: hidden !important;
}

@-webkit-keyframes hs-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
@keyframes hs-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
/*
THEMES:
*/
/* NONE THEME: */
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
  display: none !important;
}

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

/* DARK & LIGHT THEME: */
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 2px;
  box-sizing: border-box;
  background: transparent;
}

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: transparent;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

/*
os-theme-round
*/
.os-theme-round > .os-scrollbar {
  padding: 0;
}

.os-theme-round > .os-scrollbar-horizontal {
  right: 20px;
  height: 20px;
}

.os-theme-round > .os-scrollbar-vertical {
  bottom: 20px;
  width: 20px;
}

.os-theme-round.os-host-rtl > .os-scrollbar-horizontal {
  left: 20px;
  right: 0;
}

.os-theme-round > .os-scrollbar-corner {
  height: 20px;
  width: 20px;
  background-color: transparent;
}

.os-theme-round > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.os-theme-round > .os-scrollbar-horizontal > .os-scrollbar-track:before,
.os-theme-round > .os-scrollbar-vertical > .os-scrollbar-track:before {
  content: "";
  display: block;
  position: absolute;
  background: #922491;
}

.os-theme-round > .os-scrollbar-horizontal > .os-scrollbar-track:before {
  left: 3px;
  right: 3px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}

.os-theme-round > .os-scrollbar-vertical > .os-scrollbar-track:before {
  top: 3px;
  bottom: 3px;
  width: 1px;
  left: 50%;
  margin-left: -1px;
}

.os-theme-round > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: transparent;
}

.os-theme-round > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #922491;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  transform: scale(1);
}

.os-theme-round > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:hover:before,
.os-theme-round > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active:before {
  transform: scale(1.3);
}

.os-theme-round > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  height: 100%;
  min-width: 20px;
  max-width: 20px;
}

.os-theme-round > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  width: 100%;
  min-height: 20px;
  max-height: 20px;
}

.os-theme-round.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
  transition: transform 0.3s;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Badge */
span.news,
span.event,
span.notice {
  font-size: 14px;
  font-weight: bold;
}

span.news {
  color: #e51937;
}

span.event {
  color: #f47726;
}

span.filter {
  background: #333333;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
}

span.circle {
  background: #832082;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
}

span.circle02 {
  background: #e0e2e2;
  color: #333;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  font-size: 22px;
}

span.circle03 {
  background: #333;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
}

span.store {
  background: #832082;
  color: #fff;
  width: auto;
  height: 22px;
  line-height: 22px;
  padding: 0 12px;
  border-radius: 25px 25px;
  text-align: center;
  font-size: 12px;
}

span.storeAv {
  background: #832082;
  color: #fff;
  width: auto;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  border-radius: 25px 25px;
  text-align: center;
  font-size: 12px;
}

span.hash {
  background: #eff0f0;
  height: 37px;
  line-height: 37px;
  padding: 0 13px;
  border-radius: 30px;
  color: #666;
  font-size: 13px;
}

/* button */
button {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.3px;
}

button.type01 {
  background: #832082;
  height: 70px;
  color: #fff;
  font-size: 18px;
  padding: 0 30px;
  text-align: left;
}

button.type02 {
  background: #393c44;
  height: 80px;
  color: #fff;
  font-size: 18px;
  padding: 0 30px;
  text-align: left;
}

button.type03 {
  background: transparent;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  padding: 0 30px;
  text-align: left;
  border: 1px solid #fff;
}

button.type04 {
  background: #a7a8ac;
  height: 80px;
  color: #fff;
  font-size: 18px;
  padding: 0 30px;
  text-align: left;
}

button.type05 {
  background: #e0e2e2;
  height: 80px;
  color: #666;
  font-size: 18px;
  padding: 0 30px;
  text-align: left;
}

button.type06 {
  background: #393c44;
  height: 50px;
  color: #fff;
  font-size: 12px;
  padding: 0 20px;
  text-align: center;
  border-radius: 60px;
}

button.type07 {
  background: #e0e2e2;
  height: 50px;
  color: #333;
  font-size: 12px;
  padding: 0 10px;
  text-align: center;
  border-radius: 60px;
  min-width: 85px;
}

button.type08 {
  background: #e0e2e2;
  height: 40px;
  color: #666;
  font-size: 14px;
  padding: 0 35px;
  text-align: center;
}

button.type09 {
  background: transparent;
  height: 40px;
  line-height: 35px;
  color: #666;
  font-size: 14px;
  text-align: center;
  border: 1px solid #999;
  min-width: 120px;
}

button.type10 {
  background: #832082;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  text-align: center;
  border-radius: 60px;
}

button.type11 {
  background: #832082;
  height: 50px;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  text-align: center;
  border-radius: 60px;
}

button.type12 {
  background: #a7a8ac;
  height: 50px;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  text-align: center;
  border-radius: 60px;
}

button.type13 {
  background: #b49858;
  height: 50px;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  text-align: center;
  border-radius: 60px;
}

button.type14 {
  background: #393c44;
  height: 40px;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
  min-width: 150px;
}

button.type15 {
  background: #e0e2e2;
  height: 35px;
  color: #333;
  font-size: 12px;
  padding: 0 10px;
  text-align: center;
  border-radius: 60px;
  min-width: 85px;
}

button.type16 {
  background: #e0e2e2;
  height: 40px;
  color: #666;
  font-size: 14px;
  padding: 0 30px;
  text-align: center;
  min-width: 85px;
}

button.type17 {
  background: #393c44;
  height: 30px;
  color: #fff;
  font-size: 11px;
  padding: 0 12px;
  text-align: left;
  min-width: 90px;
}

button.type18 {
  background: #e0e2e2;
  height: 30px;
  color: #666;
  font-size: 11px;
  padding: 0 12px;
  text-align: left;
  min-width: 90px;
  line-height: 30px;
}

button.type19 {
  background: #832082;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  text-align: center;
  border-radius: 60px;
}

/* s:20241206 */
button.type20 {
  background: #f3e9f3;
  border: 1px solid #dec3de;
  width: 100%;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  color: #832082;
  text-align: center;
  border-radius: 3px;
  transition: background 0.1s ease, color 0.1s ease;
} /*전문점 찾기 리스트 버튼*/
button.type20:hover {
  background: #832082;
  border: 1px solid #832082;
  color: #ffffff;
}

button.type21 {
  background: #832082;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
} /*매장 선택 버튼*/
/* 20250716*/
button.type22 {
  background: #832082;
  height: 80px;
  color: #fff;
  font-size: 18px;
  padding: 0 30px;
  text-align: left;
}

button.type23 {
  background: var(--white-color);
  border: 1px solid var(--m-color);
  color: var(--m-color);
}

button.flex {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

/* e:20241206 */
button:disabled,
button[disabled] {
  background: #a7a8ac;
  color: #fff;
  pointer-events: none;
}

button i.ico01 {
  float: right;
  position: relative;
  top: 9px;
}

/*button.type01.center,button.type02.center,button.type05.center{text-align:center}*/
button.center {
  text-align: center;
}

a.sns01,
a.sns02,
a.sns03 {
  background: url("/assets/img/common/sns.png") no-repeat 0 0;
}

a.sns01 {
  background-position: 0 0;
  width: 11px;
  height: 20px;
}

a.sns02 {
  background-position: 0 -22px;
  width: 16px;
  height: 20px;
}

a.sns03 {
  background-position: 0 -43px;
  width: 21px;
  height: 20px;
}

a.layPopClose,
a.gallPopClose,
a.searchBtn,
a.searchBtn02,
a.searchBtn03,
a.searchBtn04,
a.del,
a.tip,
a.tip02,
a.arrow,
a.qPlus,
a.qMinus,
a.tDel,
a.cDel,
a.oDel,
a.fDel,
a.guide,
a.goView,
a.deView,
a.ingView,
a.deCancel {
  background: url("/assets/img/common/icon_set.png") no-repeat 0 0;
}

a.layPopClose {
  background-position: -65px -63px;
  width: 40px;
  height: 40px;
}

a.gallPopClose {
  background-position: -65px -63px;
  width: 40px;
  height: 40px;
}

a.searchBtn {
  background-position: -160px -63px;
  width: 40px;
  height: 40px;
}

a.searchBtn02 {
  background-position: -88px -176px;
  width: 43px;
  height: 42px;
}

a.searchBtn03 {
  background-position: -368px -183px;
  width: 22px;
  height: 21px;
}

a.searchBtn04 {
  background-position: -430px -246px;
  width: 16px;
  height: 16px;
}

a.tip {
  background-position: 0px -189px;
  width: 46px;
  height: 22px;
}

a.tip:hover {
  background-position: 0px -246px;
  width: 125px;
  height: 60px;
  margin-top: -40px;
}

a.tip02 {
  background-position: 0px -338px;
  width: 46px;
  height: 22px;
}

a.guide {
  background-position: -64px -338px;
  width: 80px;
  height: 22px;
}

a.arrow {
  background-position: -428px -136px;
  width: 30px;
  height: 20px;
}

a.qPlus {
  background-position: -192px -185px;
  width: 12px;
  height: 12px;
}

a.qMinus {
  background-position: -263px -184px;
  width: 12px;
  height: 12px;
}

a.goView {
  background-position: -478px -296px;
  width: 22px;
  height: 22px;
}

a.deView {
  background-position: -464px -346px;
  width: 37px;
  height: 11px;
}

a.ingView {
  background-position: -370px -375px;
  width: 65px;
  height: 14px;
}

a.deCancel {
  background-position: -378px -346px;
  width: 62px;
  height: 15px;
}

a.tDel {
  background-position: -320px -184px;
  width: 16px;
  height: 16px;
}

a.cDel {
  background-position: -168px -248px;
  width: 16px;
  height: 16px;
}

a.oDel {
  background-position: -223px -248px;
  width: 23px;
  height: 22px;
}

a.fDel {
  background-position: -165px -294px;
  width: 22px;
  height: 22px;
}

a.del {
  background-position: -320px -184px;
  width: 16px;
  height: 16px;
}

a.del {
  border-radius: 100%;
  width: 36px;
  height: 36px;
}

a.del.r01 {
  background: #832082 url("/assets/img/common/delete_02.png") no-repeat center 12px;
}

a.del.r02 {
  background: #7e3c9b url("/assets/img/common/delete_02.png") no-repeat center 12px;
}

a.del.r03 {
  background: #795bad url("/assets/img/common/delete_02.png") no-repeat center 12px;
}

a.arrowClose {
  background: url("/assets/img/common/arrow_06.png") no-repeat 0 0;
  width: 30px;
  height: 44px;
}

a.orderListBtn {
  background: url("/assets/img/common/toggle_btn.png") 0 -11px no-repeat;
  width: 65px;
  height: 10px;
}

a.orderListBtn.open {
  background: url("/assets/img/common/toggle_btn.png") 0 0 no-repeat;
  width: 65px;
  height: 10px;
}

a.maintenance {
  background: url("/assets/img/product/maintenance_btn_01.png") no-repeat 0 0;
  width: 80px;
  height: 80px;
}

a.maintenance02 {
  background: url("/assets/img/product/maintenance_btn_02.png") no-repeat 0 0;
  width: 80px;
  height: 80px;
}

a.reSearch {
  background: url("/assets/img/product/search_btn_01.png") no-repeat 0 0;
  width: 80px;
  height: 80px;
}

a.search {
  background: url("/assets/img/product/search_btn_02.png") no-repeat 0 0;
  width: 80px;
  height: 80px;
}

a.order {
  background: url("/assets/img/product/order_btn_01.png") no-repeat 0 0;
  width: 80px;
  height: 80px;
}

a.order.close {
  background: url("/assets/img/product/order_btn_02.png") no-repeat 0 0;
  width: 80px;
  height: 80px;
}

a.retalProView {
  font-size: 12px;
  background: #999;
  color: #fff;
  height: 22px;
  line-height: 22px;
  padding: 0 13px;
  border-radius: 12px;
}

a.circle {
  background: #e0e2e2;
  color: #333;
  width: auto;
  padding: 0 27px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px 25px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.review-btns.type02 {
  display: flex;
  margin: 0 -40px;
  line-height: 90px;
  height: 90px;
}

.review-btns.type02 .btn-prev,
.review-btns.type02 .btn-next {
  text-align: right;
  width: 100%;
  font-size: 22px;
  color: var(--white-color);
  background-repeat: no-repeat;
  background-color: var(--bg-sub-color);
  background-size: 65px auto;
}

.review-btns.type02 .btn-prev {
  background-position: left 100px center;
  background-image: var(--ic-pop-l-arrow);
  padding-right: 149px;
  text-align: right;
  border-right: 1px solid var(--white-color);
}

.review-btns.type02 .btn-next {
  background-position: right 100px center;
  background-image: var(--ic-pop-r-arrow);
  padding-left: 149px;
  text-align: left;
}

/* Checkbox */
input[type=checkbox] {
  display: none;
}

input[type=checkbox].type01 + label {
  color: #000;
  font-size: 18px;
}

input[type=checkbox].type01 + label span {
  display: inline-block;
  width: 30px;
  height: 25px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url("/assets/img/common/check_01.png") no-repeat 0 0;
}

input[type=checkbox]:checked.type01 + label span {
  background: url("/assets/img/common/check_01.png") no-repeat 0 -26px;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox].type02 + label {
  color: #fff;
  font-size: 24px;
}

input[type=checkbox].type02 + label span {
  display: inline-block;
  width: 30px;
  height: 25px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url("/assets/img/common/check_02.png") no-repeat 0 0;
}

input[type=checkbox]:checked.type02 + label span {
  background: url("/assets/img/common/check_02.png") no-repeat 0 -26px;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox].type03 + label {
  color: #9f9f9f;
  font-size: 18px;
}

input[type=checkbox].type03 + label span {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url("/assets/img/common/check_03.png") no-repeat 0 0;
}

input[type=checkbox]:checked.type03 + label span {
  background: url("/assets/img/common/check_03.png") no-repeat 0 -36px;
  color: #333;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox].type04 + label {
  color: #9f9f9f;
  font-size: 14px;
}

input[type=checkbox].type04 + label span {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url("/assets/img/common/check_04.png") no-repeat 0 0;
}

input[type=checkbox]:checked.type04 + label span {
  background: url("/assets/img/common/check_04.png") no-repeat 0 -22px;
  color: #333;
  font-weight: bold;
}

/* icon */
i.ico01,
i.ico02,
i.ico03,
i.ico04,
i.ico05,
i.ico06,
i.ico07,
i.ico08,
i.ico09,
i.ico10,
i.ico11,
i.ico12,
i.ico13,
i.ico14,
i.ico15,
i.ico16,
i.end,
i.purchase,
i.rental,
i.minus,
i.plus,
i.question,
i.answer,
i.tipOver {
  background: url("/assets/img/common/icon_set.png") no-repeat 0 0;
}

i.ico01 {
  background-position: -70px 0px;
  width: 13px;
  height: 21px;
}

i.ico02 {
  background-position: -120px 3px;
  width: 23px;
  height: 22px;
}

i.ico03 {
  background-position: -185px 0px;
  width: 25px;
  height: 22px;
}

i.ico04 {
  background-position: -256px 0px;
  width: 25px;
  height: 22px;
}

i.ico05 {
  background-position: -337px 0px;
  width: 24px;
  height: 17px;
}

i.ico06 {
  background-position: -425px 0px;
  width: 22px;
  height: 22px;
}

i.ico07 {
  background-position: -482px 0px;
  width: 23px;
  height: 18px;
}

i.ico08 {
  background-position: -482px -32px;
  width: 23px;
  height: 18px;
}

i.ico09 {
  background-position: -247px -64px;
  width: 26px;
  height: 23px;
}

i.ico10 {
  background-position: -321px -139px;
  width: 8px;
  height: 12px;
}

i.ico11 {
  background-position: -482px -183px;
  width: 19px;
  height: 19px;
}

i.ico12 {
  background-position: -475px -245px;
  width: 25px;
  height: 25px;
}

i.ico13 {
  background-position: -368px -246px;
  width: 25px;
  height: 21px;
}

i.ico14 {
  background-position: -288px -248px;
  width: 6px;
  height: 10px;
}

i.ico15 {
  background-position: -329px -248px;
  width: 6px;
  height: 10px;
}

i.ico16 {
  background-position: -288px -295px;
  width: 12px;
  height: 10px;
}

i.purchase {
  background-position: -321px -64px;
  width: 60px;
  height: 60px;
}

i.end {
  background-position: 0px -392px;
  width: 60px;
  height: 60px;
}

i.question {
  background-position: -203px -336px;
  width: 40px;
  height: 40px;
}

i.answer {
  background-position: -283px -336px;
  width: 40px;
  height: 40px;
}

i.rental {
  background-position: -424px -64px;
  width: 60px;
  height: 60px;
}

i.minus {
  background-position: -265px -145px;
  width: 20px;
  height: 5px;
}

i.plus {
  background-position: -191px -136px;
  width: 20px;
  height: 20px;
}

i.que {
  background-position: -321px -64px;
  width: 60px;
  height: 60px;
}

i.tipOver {
  background-position: 0px -246px;
  width: 125px;
  height: 60px;
}

.icon.ico-loacation::before {
  background: var(--ic-loacation);
}

.icon.ico-date::before {
  background: var(--ic-date);
}

.icon.ico-phone::before {
  background: var(--ic-phone);
}

.icon.ico-intro::before {
  background: var(--ic-intro);
}

.ico-convenient::before {
  background: var(--ic-convenient);
}

.ico-friendly::before {
  background: var(--ic-friendly);
}

.ico-satisfied::before {
  background: var(--ic-satisfied);
}

.ico-message::before {
  background: var(--ic-message);
}

/* input style */
input.type01 {
  height: 80px;
  line-height: 80px;
  padding: 0 20px 0 60px;
  color: #333;
  background: #fff;
  font-weight: bold;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #999;
}

input[type=password].type01 {
  height: 80px;
  line-height: 80px;
  padding: 0 20px 0 60px;
  background: #fff;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #999;
  color: #5b5a5a;
  font-size: 18px;
}

input.type02 {
  height: 56px;
  line-height: 60px;
  padding: 0 20px 0 20px;
  color: #fff;
  background: transparent;
  font-weight: bold;
  border: 0;
  font-size: 18px;
}

input.type03 {
  height: 56px;
  line-height: 60px;
  padding: 0 20px 0 20px;
  color: #333;
  background: transparent;
  font-weight: bold;
  border: 0;
  font-size: 18px;
}

input.type031 {
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 40px;
  color: #333;
  background: transparent;
  font-weight: bold;
  border: 0;
  font-size: 18px;
}

input.type04 {
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 20px;
  color: #333;
  background: transparent;
  font-weight: bold;
  border: 0;
  font-size: 16px;
}

input.type05 {
  height: 90px;
  line-height: 90px;
  padding: 0 20px 0 0px;
  color: #fff;
  background: transparent;
  font-size: 55px;
  border: 0;
}

input.type05:-ms-input-placeholder {
  font-size: 55px;
  color: #bbbbbb;
}

input.type06 {
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 20px;
  color: #333;
  background: transparent;
  border: 0;
  font-size: 16px;
}

input.type07 {
  height: 56px;
  line-height: 60px;
  padding: 0 10px 0 10px;
  color: #333;
  background: transparent;
  font-weight: bold;
  border: 0;
  font-size: 18px;
}

input.type08 {
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 0px;
  color: #333;
  background: transparent;
  border: 0;
  font-size: 16px;
  margin-top: 20px;
}

input.type09 {
  height: 56px;
  line-height: 60px;
  padding: 0 20px 0 0px;
  color: #333;
  background: transparent;
  font-weight: bold;
  border: 0;
  font-size: 18px;
}

input.id,
input.pw {
  font-size: 18px;
  height: 80px;
  line-height: 80px;
  padding: 0 20px 0 60px;
  color: #333;
  font-weight: bold;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #999;
  background: #fff url("/assets/img/common/ico_01.png") no-repeat 29px 32px;
}

input.id {
  background: #fff url("/assets/img/common/ico_01.png") no-repeat 29px 32px;
}

input.pw {
  background: #fff url("/assets/img/common/ico_02.png") no-repeat 29px 28px;
}

input.fn {
  font-weight: normal;
}

input.type10 {
  height: 22px;
  line-height: 22px;
  background: transparent;
  border: 0;
}

input[type=checkbox].type10 + label {
  position: relative;
}

input[type=checkbox].type10 + label::after {
  content: "";
  position: absolute;
  left: 40px;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid var(--chk-border-color);
  border-radius: 2px;
}

input[type=checkbox].type10:checked + label::after {
  background: var(--ic-white-chk) no-repeat var(--m-color) 50%/13px auto;
  border: 1px solid var(--m-color);
}

input[type=checkbox].type10 + label > span {
  padding: 0 40px 0 80px;
  color: var(--chk-txt-color);
  font-size: 16.5px;
  text-align: left;
  font-weight: 500;
}

input[type=checkbox].type10:checked + label > span {
  color: var(--m-color);
  font-weight: 600;
}

/* select style */
select.type01 {
  height: 22px;
  line-height: 22px;
  border: 1px solid #717379;
  color: #717379;
  font-weight: bold;
  background: transparent url("/assets/img/common/arrow_01.png") no-repeat right 6px;
}

select.type02 {
  height: 55px;
  line-height: 55px;
  border: 0;
  color: #fff;
  font-weight: bold;
  background: transparent url("/assets/img/common/arrow_02.png") no-repeat right 24px;
  font-size: 18px;
  padding: 0 10px 0 20px;
}

select.type03 {
  height: 55px;
  line-height: 55px;
  border: 0;
  color: #fff;
  font-weight: bold;
  background: transparent url("/assets/img/common/arrow_02.png") no-repeat right 24px;
  font-size: 18px;
  padding: 0 10px 0 0px;
}

select.type04 {
  height: 40px;
  line-height: 40px;
  border: 0;
  color: #333;
  font-weight: bold;
  background: transparent url("/assets/img/common/arrow_03.png") no-repeat right 16px;
  font-size: 16px;
  padding: 0 10px 0 0px;
}

select.type05 {
  height: 40px;
  line-height: 40px;
  border: 0;
  color: #333;
  font-weight: bold;
  background: transparent url("/assets/img/common/arrow_08.png") no-repeat right 16px;
  font-size: 16px;
  padding: 0 0px 0 16px;
}

select.type06 {
  height: 45px;
  line-height: 45px;
  border: 0;
  color: #333;
  font-weight: bold;
  background: transparent url("/assets/img/common/arrow_03.png") no-repeat right 28px;
  font-size: 18px;
  padding: 10px 10px 0 0px;
}

select.type07 {
  height: 40px;
  line-height: 40px;
  border: 0;
  color: #333;
  font-weight: bold;
  background: transparent url("/assets/img/common/arrow_03.png") no-repeat right 17px;
  font-size: 15px;
  padding: 0 5px 0 0px;
}

/* select:focus{border:1px dotted #71777c;} */
/* textarea style */
textarea {
  width: 100%;
  background: #f3f3f3;
  border: 0;
  font-weight: bold;
}

textarea.type01 {
  font-size: 18px;
  padding: 0 19px 19px;
}

textarea.type02 {
  font-size: 18px;
  padding: 0 19px 0 0;
}

@keyframes zoomin {
  0% {
    /*      background-size: cover;*/
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  100% {
    top: -5px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes move {
  0% {
    transform: translate(0, 0);
  }
  /* Finish changes by here */
  20% {
    transform: translate(200px, 0);
  }
  /* Between 20% and 100%, nothing changes */
  100% {
    transform: translate(200px, 0);
  }
}
@keyframes wiggle-animation {
  0% {
    transform: rotate(-3deg);
    box-shadow: 0 2px 2px #000;
  }
  2% {
    transform: rotate(20deg);
  }
  4% {
    transform: rotate(-15deg);
  }
  6% {
    transform: rotate(5deg);
  }
  9% {
    transform: rotate(-1deg);
  }
  10% {
    transform: rotate(0);
    /* box-shadow: 0 2px 2px rgba(0,0,0,.2); */
  }
  100% {
    transform: rotate(0);
    /*  box-shadow: 0 2px 2px rgba(0,0,0,.2); */
  }
}
/* radio */
input[type=radio] {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=radio] + label {
  height: 21px;
  display: inline-block;
  background: url("/assets/img/common/radio_01.png") no-repeat 0 0;
  line-height: 21px;
  padding-left: 25px;
  cursor: pointer;
}

input[type=radio]:checked + label {
  background: url("/assets/img/common/radio_01.png") no-repeat 0 -22px;
  color: #fff;
}

input[type=radio].type01 + label {
  width: 200px;
  height: 194px;
  display: inline-block;
  background: url("/assets/img/product/car_check_01.png") no-repeat 0 0;
  padding-left: 0px;
  margin-left: 55px;
}

input[type=radio].type01:checked + label {
  background: url("/assets/img/product/car_check_01.png") no-repeat -201px 0px;
}

input[type=radio].type02 + label {
  width: 248px;
  height: 194px;
  display: inline-block;
  background: url("/assets/img/product/car_check_02.png") no-repeat 0 0;
  padding-left: 0px;
}

input[type=radio].type02:checked + label {
  background: url("/assets/img/product/car_check_02.png") no-repeat -257px 0;
}

input[type=radio].type03 + label {
  width: 204px;
  height: 194px;
  display: inline-block;
  background: url("/assets/img/product/car_check_03.png") no-repeat 0 0;
  padding-left: 0px;
}

input[type=radio].type03:checked + label {
  background: url("/assets/img/product/car_check_03.png") no-repeat -201px 0px;
}

input[type=radio].type04 + label {
  font-size: 18px;
  width: 166px;
  height: 36px;
  display: inline-block;
  background: url("/assets/img/common/radio_02.png") no-repeat 0 0;
  line-height: 39px;
  padding-left: 45px;
  color: #999;
}

input[type=radio].type04:checked + label {
  background: url("/assets/img/common/radio_02.png") no-repeat 0 -36px;
  color: #000;
}

input[type=radio].type04:checked + label span.under:after {
  display: inline-block;
  content: " ";
  background: #000;
  width: 40px;
  height: 3px;
  position: relative;
  top: 4px;
  left: 5px;
}

input[type=radio].type04 + label span.under:after {
  display: inline-block;
  content: " ";
  background: #999;
  width: 40px;
  height: 3px;
  position: relative;
  top: 4px;
  left: 5px;
}

input[type=radio].type04.w300 + label {
  width: 300px;
}

input[type=radio].type04.w300 + label span {
  width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

input[type=radio].type04.w100 + label {
  width: 100px;
}

input[type=radio].type04.w140 + label {
  width: 140px;
}

input[type=radio].type05 + label {
  font-size: 18px;
  width: 120px;
  height: 60px;
  display: inline-block;
  background: url("/assets/img/common/radio_03.png") no-repeat 0 0;
  line-height: 39px;
  text-align: center;
  color: #999;
  position: relative;
}

input[type=radio].type05 + label span {
  width: 120px;
  text-align: center;
  position: absolute;
  left: -28px;
  top: 90px;
}

input[type=radio].type05:checked + label {
  background: url("/assets/img/common/radio_03.png") no-repeat 0 -60px;
  color: #000;
}

input[type=radio].type06 + label {
  font-size: 14px;
  width: auto;
  height: 22px;
  display: inline-block;
  background: url("/assets/img/common/radio_04.png") no-repeat 0 0;
  line-height: 22px;
  text-align: left;
  color: #999;
  position: relative;
  margin-right: 20px;
}

input[type=radio].type06 + label span {
  width: auto;
  text-align: left;
  padding-left: 5px;
}

input[type=radio].type06:checked + label {
  background: url("/assets/img/common/radio_04.png") no-repeat 0 -22px;
  color: #000;
}

.rate {
  float: left;
  padding: 0px 0px;
  margin-left: -10px;
}

.rate:not(:checked) > input {
  position: absolute; /* top:-9999px; */
}

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 28px;
  color: #ccc;
}

.rate:not(:checked) > label:before {
  content: "★ ";
}

.rate > input:checked ~ label {
  color: #801494;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #801494;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #801494;
}

.rate > input[type=radio] + label {
  display: inline-block;
  background: none;
  line-height: 22px;
  padding-left: 10px;
  cursor: pointer;
}

.quick-menu-set {
  position: fixed;
  bottom: 150px;
  right: 0;
  z-index: 4000;
  width: 270px;
  height: 180px;
}
.quick-menu-set .quick-menu-btn .panel {
  position: absolute;
  top: 0;
  left: 0;
}
.quick-menu-set .quick-menu-btn .panel-box .tire,
.quick-menu-set .quick-menu-btn .panel-box .tire-big,
.quick-menu-set .quick-menu-btn .panel-box .tire-small,
.quick-menu-set .quick-menu-btn .panel-box .tag {
  animation: none;
  pointer-events: none;
}
.quick-menu-set .quick-menu-btn .panel-box .tire {
  width: 62px;
  aspect-ratio: 116/130;
  position: absolute;
  top: 66px;
  left: 0;
  animation: tireMove 3s ease-in-out infinite;
}
.quick-menu-set .quick-menu-btn .panel-box .tire-big {
  width: 116px;
  aspect-ratio: 116/130;
  position: absolute;
  top: 90px;
  left: 100px;
}
.quick-menu-set .quick-menu-btn .panel-box .tire-small {
  width: 71px;
  aspect-ratio: 71/77;
  position: absolute;
  top: 38px;
  left: 77px;
}
.quick-menu-set .quick-menu-btn .panel-box .tag {
  width: 70px;
  aspect-ratio: 70/65;
  position: absolute;
  top: 23px;
  left: 28px;
}
.quick-menu-set .quick-menu-btn .panel-box:first-child {
  opacity: 1;
}
.quick-menu-set .quick-menu-btn .panel-box:first-child .panel {
  animation: panelWave 3s ease-in-out infinite;
}
.quick-menu-set .quick-menu-btn .panel-box:last-child {
  opacity: 0;
}
.quick-menu-set:hover .quick-menu-btn .panel-box .tire-big {
  animation: tireBigEnter 0.2s ease-out forwards, tireBigIdle 2s ease-in-out 1s infinite;
}
.quick-menu-set:hover .quick-menu-btn .panel-box .tire-small {
  animation: tireSmallEnter 0.2s ease-out forwards, tireSmallIdle 2s ease-in-out 1s infinite;
}
.quick-menu-set:hover .quick-menu-btn .panel-box .tag {
  animation: tagEnter 0.2s ease-out forwards, tagIdle 2s ease-in-out 1s infinite;
}
.quick-menu-set:hover .quick-menu-btn .panel-box:first-child {
  opacity: 0;
}
.quick-menu-set:hover .quick-menu-btn .panel-box:last-child {
  opacity: 1;
}
@keyframes tireMove {
  0% {
    transform: translate3d(0, 0, 0);
    filter: blur(0);
    opacity: 1;
  }
  10% {
    transform: translate3d(0, 0, 0);
  }
  20% {
    transform: translate3d(300px, -50px, 0);
    filter: blur(0);
    opacity: 1;
  }
  21% {
    transform: translate3d(300px, -50px, 0);
    filter: blur(0);
    opacity: 0;
  }
  80% {
    transform: translate3d(0, 0, 0);
    filter: blur(0);
    opacity: 0;
    top: 10px;
  }
  85% {
    transform: translate3d(0, 0, 0);
    filter: blur(0);
    opacity: 1;
    top: 75px;
  }
  86% {
    transform: translate3d(0, 0, 0);
    filter: blur(0);
    opacity: 1;
    top: 66px;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes panelWave {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(3deg);
  }
  21% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  27% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(0deg);
  }
  85% {
    transform: rotate(0deg);
  }
  86% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes tireBigEnter {
  0% {
    left: 0px;
    top: 16px;
    opacity: 0;
  }
  100% {
    left: 100px;
    top: 16px;
    opacity: 1;
  }
}
@keyframes tireBigIdle {
  0% {
    top: 16px;
    opacity: 1;
  }
  15% {
    top: 20px;
    transform: scaleY(0.8);
  }
  20% {
    top: -10px;
    transform: scaleY(1.1);
  }
  30% {
    top: 18px;
    transform: scaleY(0.9);
  }
  35% {
    top: 12px;
    transform: scaleY(1);
  }
  40% {
    top: 16px;
    transform: scaleY(1);
  }
  100% {
    top: 16px;
    transform: scaleY(1);
  }
}
@keyframes tireSmallEnter {
  0% {
    top: 38px;
    left: 200px;
    opacity: 0;
  }
  100% {
    top: 38px;
    left: 77px;
  }
}
@keyframes tireSmallIdle {
  0% {
    top: 38px;
    opacity: 1;
  }
  5% {
    top: 38px;
    opacity: 1;
  }
  20% {
    top: 42px;
    transform: scaleY(0.8);
  }
  25% {
    top: 16px;
    transform: scaleY(1.1);
  }
  35% {
    top: 40px;
    transform: scaleY(0.9);
  }
  40% {
    top: 35px;
    transform: scaleY(1);
  }
  45% {
    top: 38px;
    transform: scaleY(1);
  }
  100% {
    top: 38px;
    transform: scaleY(1);
  }
}
@keyframes tagEnter {
  0% {
    transform: scale(0.9);
    top: 63px;
    left: 38px;
    opacity: 0;
  }
  50% {
    transform: scale(1);
    top: 18px;
    left: 28px;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    top: 23px;
  }
}
@keyframes tagIdle {
  0% {
    top: 23px;
    opacity: 1;
  }
  25% {
    top: 23px;
  }
  30% {
    top: -10px;
    transform: rotate(0deg);
    transform-origin: right bottom;
  }
  35% {
    top: 23px;
    transform: rotate(-10deg);
    transform-origin: right bottom;
  }
  40% {
    transform: rotate(10deg);
  }
  45% {
    transform: rotate(0deg);
  }
  100% {
    top: 23px;
    transform: rotate(0deg);
  }
}

/* allWrap */
.allWrap {
  position: relative;
}
.allWrap .subContentsWrap {
  width: 100%;
  border-bottom: 1px solid #393c44;
}
.allWrap .subContentsWrap .subContents {
  position: relative;
}
.allWrap .subContentsWrap .subContents.fluid {
  width: 100%;
}
.allWrap .subContentsWrap .subContents.type01 {
  padding-bottom: 60px;
}
.allWrap .subContentsWrap .subContents.type02 {
  padding-bottom: 150px;
}
.allWrap .subContentsWrap .subContents.type02 .memberBoxWrap.type02 {
  width: 100%;
  margin: 385px auto 0 auto;
}
.allWrap .subContentsWrap .subContents.type03 {
  width: 100%;
}
.allWrap .subContentsWrap .subContents.type03 .titleArea {
  width: 1180px;
  margin: 0 auto;
}
.allWrap .subContentsWrap .subContents.type03 .memberBoxWrap {
  width: 100%;
}
.allWrap .subContentsWrap .subContents.type03 .tabContentWrap {
  width: 100%;
  position: relative;
}
.allWrap .subContentsWrap .subContents.type03 #tab01 {
  width: 1180px;
  margin: 0 auto;
}
.allWrap .subContentsWrap .subContents.type03 #tab01::after {
  width: 100%;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 187px;
  border-top: 1px solid #ddd;
  background: #f3f3f3;
  z-index: -10px;
}
.allWrap .subContentsWrap .subContents.type03 #tab02 {
  width: 1180px;
  margin: 0 auto;
}
.allWrap .subContentsWrap.addBg01 {
  background: url("/assets/img/common/sub_bg_01.png") repeat-x 0 bottom;
}
.allWrap .subContentsWrap.addBg02 {
  background: url("/assets/img/common/sub_bg_02.png") repeat-x 0 bottom;
}
.allWrap .subContentsWrap.addBg03 {
  background: url("/assets/img/common/sub_bg_03.png") repeat-x 0 bottom;
}

.subContents,
footer .footerWrap {
  width: 1180px;
  margin: 0 auto;
}

.topAreaWrap {
  z-index: 2000;
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1180px;
  height: auto;
}
.topAreaWrap .topArea {
  width: 100%;
  transition: all 0.3s;
}
.topAreaWrap .topArea header {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 85px;
}
.topAreaWrap .topArea header h1 {
  float: left;
  padding: 25px 50px 0 50px;
}
.topAreaWrap .topArea header .rTopBtn {
  z-index: 3000;
  position: absolute;
  right: 0;
  top: 0;
}
.topAreaWrap .topArea header a.allMenu {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 85px;
  height: 85px;
  background: url("/assets/img/common/ham_btn_light.png") no-repeat center center;
  transition: all 0.3s;
}
.topAreaWrap .topArea header a.basket {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  display: block;
  width: 85px;
  height: 85px;
  background: url("/assets/img/common/basket_white.png") no-repeat center center;
  transition: none;
}
.topAreaWrap.white .topArea {
  background-color: #fff;
}
.topAreaWrap.white .topArea header a.allMenu {
  background: url("/assets/img/common/ham_btn_dark.png") no-repeat center center;
}
.topAreaWrap.white .topArea header a.basket {
  background: url("/assets/img/common/basket_dark.png") no-repeat center center;
}
.topAreaWrap.white .topArea .gnb > ul > li > a {
  color: #000;
}
.topAreaWrap.white .topArea .gnb > ul > li .logo-dark {
  display: block;
}
.topAreaWrap.white .topArea .gnb > ul > li .logo-light {
  display: none;
}

.allMenuBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3001;
  background: rgba(0, 0, 0, 0.3);
}

/* gnb menu */
.gnb > ul {
  width: 1180px;
  padding-top: 25px;
  display: table;
  table-layout: fixed;
  margin: 0 auto;
}
.gnb > ul > li {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
.gnb > ul > li.logo a {
  margin-top: 5px;
}
.gnb > ul > li .logo-dark {
  display: none;
}
.gnb > ul > li.nav-menu {
  padding-top: 15px;
}
.gnb > ul > li > a {
  color: #fff;
  height: 33px;
  font-size: 20px;
  font-weight: bold;
}

/* gnb subMenu */
.subMenuWrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 350px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  z-index: 2900;
  min-width: 1180px;
}
.subMenuWrap .subMenu {
  width: 100%;
  margin: 0 auto;
  height: 350px;
}
.subMenuWrap header {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.subMenuWrap header h1 {
  float: left;
  padding: 25px 40px 0 50px;
}
.subMenuWrap header a.allMenu {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 85px;
  height: 85px;
  background: url("/assets/img/common/ham_btn_light.png") no-repeat center center;
}
.subMenuWrap header a.basket {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 85px;
  height: 85px;
  background: url("/assets/img/common/basket_light.png") no-repeat center center;
}
.subMenuWrap .gnb > ul {
  width: 1180px;
  padding-top: 25px;
  display: table;
  table-layout: fixed;
  margin: 0 auto;
}
.subMenuWrap .gnb > ul > li {
  display: table-cell;
}
.subMenuWrap .gnb > ul > li .logo-dark {
  display: none;
}
.subMenuWrap .gnb > ul > li > a {
  position: relative;
  color: #fff;
  height: 33px;
  font-size: 20px;
  font-weight: bold;
}
.subMenuWrap .gnb > ul > li.nav-menu > a::after {
  display: inline-block;
  content: " ";
  position: absolute;
  left: 0;
  top: 30px;
  width: 0px;
  height: 2px;
  background: #fff;
  transition: width 0.3s;
}
.subMenuWrap .gnb ul li ul {
  margin-top: 20px;
}
.subMenuWrap .gnb ul li ul li a {
  display: inline-block;
  color: #9a968c;
  font-size: 16px;
  width: 135px;
  height: 39px;
  border-bottom: 1px solid #574f41;
  line-height: 39px;
  padding-left: 10px;
}
.subMenuWrap .gnb ul li ul li a:hover {
  color: #fff;
  font-size: 16px;
  height: 39px;
  line-height: 39px;
}

.section {
  width: 100%;
  position: relative;
}
.section .txtArea p {
  font-family: "Spoqa Han Sans Light", "Sans-serif";
  font-size: 55px;
  line-height: 50px;
  color: #fff;
  text-align: left;
  letter-spacing: -3px;
}
.section .txtArea p.type02 {
  font-family: "KCC-eunyoung", "Sans-serif";
  font-size: 120px;
  color: #fff;
}
.section .txtArea p.type03 {
  position: relative;
  line-height: 68px;
  font-family: "Spoqa Han Sans Bold", "Sans-serif";
  font-weight: bold;
}
.section .txtArea p.type03::after {
  display: inline-block;
  content: " ";
  width: 74px;
  height: 5px;
  background: #fff;
  position: absolute;
  right: 65px;
  bottom: 10px;
}
.section .txtArea .carNumber input[type=text]::-webkit-input-placeholder {
  color: #a2a2a2;
  font-family: "Spoqa Han Sans Thin", "Sans-serif";
  font-size: 48px;
}
.section .txtArea .carNumber a.searchBtn02 {
  position: relative;
  top: 28px;
}
.section a.orderBtn {
  position: relative;
  height: 47px;
  font-family: "Spoqa Han Sans Bold", "Sans-serif";
  font-weight: bold;
  font-size: 34px;
  color: #fff;
  padding-right: 20px;
  background: url("/assets/img/common/arrow_07.png") no-repeat right 16px;
}
.section a.orderBtn span {
  margin-right: 20px;
}
.section a.orderBtn::after {
  display: inline-block;
  content: " ";
  width: 100%;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -22px;
}
.section .carNumber {
  position: relative;
  height: 90px;
  border-bottom: 5px solid #fff;
}
.section .carNumber a.searchBtn02 {
  position: relative;
  top: 20px;
}
.section .carNumber.type01 {
  height: 30px;
  border-bottom: 0;
}
.section .carNumber.type01 a.searchBtn03 {
  position: relative;
  top: 6px;
}
.section .carNumber.type02 {
  height: auto;
  border-bottom: 0;
  position: relative;
  left: 152px;
  top: -5px;
}
.section .carNumber.type03 {
  position: relative;
  top: 6px;
  height: 30px;
  margin-top: 30px;
  text-align: right;
  border-bottom: 0;
}

h3.type05:after {
  position: relative;
  left: 10px;
}

#section0,
#section1,
#section2,
#section3,
#section4,
#section5,
#slide1,
#slide2,
#slide3 {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  perspective: 8px;
  perspective-origin: 50%;
}

#slide1 .mContent,
#slide2 .mContent,
#slide3 .mContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  width: 650px;
  display: flex;
  align-items: center;
}

#section0 #slide1 .txtArea {
  width: 460px;
  margin: 0 auto;
}

#section0 #slide2 .txtArea {
  width: 527px;
  margin: 0 auto;
}

#section0 #slide3 .txtArea {
  width: 567px;
  margin: 0 auto;
}

#section1 .txtArea {
  width: 790px;
  margin: 0 auto;
}

#section2 .txtArea {
  width: 828px;
  margin: 0 auto;
}

#section3 .txtArea {
  width: 720px;
  margin: 0 auto;
}

#section4 .txtArea {
  width: 405px;
  margin: 0 auto;
}

#section4 .txtArea p.type02 {
  line-height: 88px;
  margin-bottom: 20px;
}

#section0 .txtArea ul {
  position: relative;
}

#section0 .txtArea ul li {
  text-align: left;
}

#section0 .txtArea ul li:nth-child(2) {
  position: absolute;
  top: 138px;
  left: 206px;
}

#section0 #slide2 .txtArea ul li:nth-child(2) {
  position: absolute;
  top: 138px;
  left: 276px;
}

#section0 #slide3 .txtArea ul li:nth-child(2) {
  position: absolute;
  top: 138px;
  left: 315px;
}

#section0 .txtArea ul li:nth-child(3) {
  margin-top: 18px;
  text-align: right;
}

.txtArea {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transform: translateY(-10%);
  font-size: 0;
}

.txtArea ul li {
  transform: translateY(100%);
  will-change: transform;
  transition-property: transform;
  transition-duration: 0.7s;
}

.txtArea ul li:nth-child(1) {
  transition-delay: 0.5s;
} /* animation:fadeIn ease-in 1s; */
.txtArea ul li:nth-child(2) {
  transition-delay: 0.7s;
}

.txtArea ul li:nth-child(3) {
  transition-delay: 0.9s;
}

.txtArea ul li:nth-child(4) {
  transition-delay: 1.1s;
}

.txtArea ul li:nth-child(5) {
  transition-delay: 1.3s;
}

#section4 .txtArea {
  height: 600px;
  position: relative;
  top: 150px;
  overflow: hidden;
  display: inline-block;
  padding-top: 250px;
  transition-duration: 0.7s;
  font-size: 0;
}

/*#section4 .txtArea ul li:nth-child(1){padding:70px 0 20px}*/
.section.active:not(.not-ready) .txtArea ul li {
  transform: translateY(0);
}

#section4.active .txtArea ul li {
  transform: translateY(50%);
  padding-bottom: 20px;
}

.fp-bg {
  background-size: cover;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: -50;
}

.fp-bg .bg {
  background-size: cover;
  position: absolute;
  z-index: 0;
  animation: zoomin 10s;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#slide1 .fp-bg .maS01 {
  background: url("/assets/img/main/main_s01.jpg");
  background-position: center 80%;
}

#slide2 .fp-bg .maS02 {
  background: url("/assets/img/main/main_s02.jpg");
  background-position: center 80%;
}

#slide3 .fp-bg .maS03 {
  background: url("/assets/img/main/main_s03.jpg");
  background-position: center 80%;
}

#section1 .fp-bg .ma01 {
  background: url("/assets/img/main/main_01.jpg");
  background-position: center 80%;
}

#section2 .fp-bg .ma02 {
  background: url("/assets/img/main/main_02.jpg");
  background-position: center 80%;
}

#section3 .fp-bg .ma03 {
  background: url("/assets/img/main/main_03.jpg");
  background-position: center 80%;
}

#section4 .fp-bg .ma04 {
  background: url("/assets/img/main/main_04.jpg");
  background-position: center 80%;
}

.mTop {
  background: url("/assets/img/main/scrollTop_ico_01.png") no-repeat 0 0;
  width: 31px;
  height: 50px;
  position: relative;
  top: 70px;
  left: 3px;
}

.txtArea.list ul li:nth-child(1) {
  margin-bottom: 38px;
}

.txtArea.list ul li:nth-child(2) {
  margin-bottom: 40px;
}

.txtArea.list ul li:nth-child(2) .orderBtn {
  margin-left: -16px;
}

.txtArea.list ul li:nth-child(3) {
  margin-bottom: 33px;
  text-align: left;
}

.txtArea.list a.orderBtn {
  position: relative;
  top: -35px;
}

/* all menu sitemap */
.allMenuWrap {
  /*overflow:hidden;*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 6000; /*background: rgba(0, 0, 0, 0.7); */
  display: none;
}

.allMenuWrap .allMenuBox {
  width: 1180px;
  height: 800px;
  background: #fff url("/assets/img/common/allMenu_bg_01.jpg") no-repeat 0 top;
  margin: 0 auto;
}

.allMenuWrap .allMenuBox header {
  height: 80px;
}

.allMenuWrap .allMenuBox header .topArea {
  display: flex;
  justify-content: space-between;
}

.allMenuWrap .allMenuBox header .topArea h1 {
  padding: 15px 0 0 40px;
}

.allMenuWrap .allMenuBox header .topArea .topMenu {
  display: flex;
  height: 27px;
  padding-top: 25px;
  margin-left: 524px;
}

.allMenuWrap .allMenuBox header .topArea .topMenu li {
  margin: 0 25px;
}

.allMenuWrap .allMenuBox header .topArea .topMenu li:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 20px;
  background: #a3947f;
  position: relative;
  top: 3px;
  left: 22px;
}

.allMenuWrap .allMenuBox header .topArea .topMenu li:last-child:after {
  background: none;
}

.allMenuWrap .allMenuBox header .topArea .topMenu a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.allMenuWrap .allMenuBox header .topArea .topMenu i {
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.allMenuWrap .allMenuBox header .topArea .topMenu {
  color: #fff;
}

.allMenuWrap .allMenuBox .content {
  padding: 0 40px 40px;
}

.allMenuWrap .allMenuBox a.allMenuClose {
  background: #832082 url("/assets/img/common/icon_set.png") no-repeat 29px 29px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.siteMapWrap {
  position: relative;
  width: 100%;
}

.siteMapWrap .sMenuBox {
  clear: both;
}

.siteMapWrap .sMenuBox.type02 {
  position: absolute;
  top: 220px;
  left: 0;
}

.siteMapWrap .sMenu {
  display: flex;
  justify-content: space-between;
  float: left;
  width: 340px;
  margin-right: 40px;
  margin-top: 40px;
  border-top: 4px solid #832082;
}

.siteMapWrap .sMenu:last-child {
  margin-right: 0px;
}

.siteMapWrap .sMenu h3 {
  padding: 15px 0 0 5px;
  line-height: 40px;
}

.siteMapWrap .sMenu ul {
  width: 195px;
}

.siteMapWrap .sMenu > ul > li {
  border-bottom: 1px solid #dddddd;
  padding: 20px 0 16px;
}

.siteMapWrap .sMenu ul li a {
  color: #666;
  font-size: 16px;
}

.siteMapWrap .sMenu ul li ul li {
  border-top: 1px solid #dddddd;
  margin: 18px 0 0;
  padding: 18px 0 0;
}

.siteMapWrap .sMenu ul li ul li a {
  font-size: 14px;
  color: #a0a0a0;
  padding-left: 5px;
}

.siteMapWrap .sMenu ul li a:hover {
  color: #000;
}

/* 백그라운드 ani 없는 경우 sub*/
.subTitleArea {
  position: relative;
  height: 580px;
  background: url("/assets/img/product/sub_title_01.jpg") no-repeat 0 0;
  background-attachment: fixed;
}

/* .subTitleArea .subTitleTop{width:1180px; margin:0 auto; height:500px;} */
.subTitleArea .subTitleTop {
  width: 100%;
  margin: 0 auto;
  height: 500px;
}

.subTitleArea .selInfoBarWrap {
  display: flex;
  width: 100%;
  height: 80px;
  border-top: 1px solid #565656;
  background: rgba(0, 0, 0, 0.4);
}

.subTitleArea .selInfoBarWrap.fixed {
  position: fixed;
  top: 0;
  z-index: 5000;
  background: rgb(0, 0, 0);
}

.subTitleArea .selInfoBar {
  width: 1180px;
  margin: 0 auto;
}

.subTitleArea .selInfoBar ul li:first-child {
  border-left: 1px solid #565656;
}

.subTitleArea .selInfoBar ul li {
  float: left;
  color: #fff;
  line-height: 80px;
  padding: 0 40px;
  border-right: 1px solid #565656;
  font-weight: bold;
}

.subTitleArea.type02 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/product/sub_title_02.jpg") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type03 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/order/sub_title_01.jpg") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type04 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/order/sub_title_02.jpg") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type05 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/order/sub_title_03.jpg") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type06 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/mypage/sub_title_01.jpg") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

/* .subTitleArea.type07{margin-left:auto; margin-right:auto; width:100%; height:450px; background:url("/assets/img/mypage/sub_title_02.jpg") no-repeat 0 0; background-attachment:fixed; background-size:100% 450px;} */
.subTitleArea.type08 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/mypage/sub_title_03.jpg") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type09 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/mypage/sub_title_04.jpg") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type10 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/mypage/sub_title_05.jpg") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type11 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: url("/assets/img/mypage/sub_title_06.jpg") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 580px;
}

.subTitleArea.type12 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: url("/assets/img/mypage/sub_title_07.jpg") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 580px;
}

.subTitleArea.type13 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/mypage/sub_title_08.jpg") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type14 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/customer/sub_title_01.jpg") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

/* .subTitleArea.type15{margin-left:auto; margin-right:auto; width:100%; height:450px; background:url("/assets/img/customer/sub_title_02.jpg") no-repeat 0 0; background-attachment:fixed; background-size:100% 450px;} */
/* .subTitleArea.type16{margin-left:auto; margin-right:auto; width:100%; height:450px; background:url("/assets/img/customer/sub_title_03.jpg") no-repeat 0 0; background-attachment:fixed; background-size:100% 450px} */
/* .subTitleArea.type17{margin-left:auto; margin-right:auto; width:100%; height:450px; background:url("/assets/img/customer/sub_title_04.jpg") no-repeat 0 0; background-attachment:fixed; background-size:100% 450px} */
.subTitleArea.type19 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/service/sub_title_02.jpg") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

/* .subTitleArea.type20{margin-left:auto; margin-right:auto; width:100%; height:450px; background:url("/assets/img/news/sub_title_01.jpg") no-repeat 0 0; background-attachment:fixed; background-size:100% 450px;} */
.subTitleArea.type21 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/customer/sub_title_05.jpg") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type15 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/title/top_img_01.png") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type15 .titleArea {
  display: none;
}

.subTitleArea.type20 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/title/top_img_02.png") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type20 .titleArea {
  display: none;
}

.subTitleArea.type151 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/title/top_img_03.png") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type151 .titleArea {
  display: none;
}

.subTitleArea.type17 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/title/top_img_04.png") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type17 .titleArea {
  display: none;
}

.subTitleArea.type16 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/title/top_img_05.png") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type16 .titleArea {
  display: none;
}

.subTitleArea.type07 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/title/top_img_06.png") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type07 .titleArea {
  display: none;
}

.subTitleArea.type14 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/title/top_img_07.png") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type14 .titleArea {
  display: none;
}

.subTitleArea.type09 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/title/top_img_08.png") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type09 .titleArea {
  display: none;
}

.subTitleArea.type08 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/title/top_img_09.png") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type08 .titleArea {
  display: none;
}

.subTitleArea.type06 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/title/top_img_10.png") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type06 .titleArea {
  display: none;
}

.subTitleArea.type11 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/title/top_img_11.png") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type11 .titleArea {
  display: none;
}

.subTitleArea.type11 .desc.type11 {
  display: none;
}

.subTitleArea.type10 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/title/top_img_11.png") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type10 .titleArea {
  display: none;
}

.subTitleArea.type10 .desc.type11 {
  display: none;
}

.subTitleArea.type03 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/title/top_img_13.png") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type03 .titleArea {
  visibility: hidden;
}

.subTitleArea.type03 .desc.type11 {
  visibility: hidden;
}

.subTitleArea.type05 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/title/top_img_12.png") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type05 .titleArea {
  display: none;
}

.subTitleArea.type05 .desc.type11 {
  display: none;
}

.subTitleArea.type12 .titleArea {
  padding-top: 90px;
}

/* .subTitleArea.type18{height:450px; background:url("/assets/img/service/sub_title_01.jpg") no-repeat 0 0; background-attachment:fixed; background-size:100% 450px;} */
.subTitleArea.type09.myrecommend {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
  background: url("/assets/img/title/top_img_15.png") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% 450px;
}

.subTitleArea.type09.myrecommend .subTitleTop {
  height: 450px;
}

/*s:20241206*/
.subTitleArea.type22 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 0;
  background: none;
  background-attachment: none;
}

.subTitleArea.type22 .subTitleTop {
  height: 86px;
}

.subTitleArea.type22 .topAreaWrap .topArea {
  background: #ffffff;
}

.subTitleArea.type22 .topAreaWrap .topArea header {
  border-bottom: 1px solid #d7d7d7;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}

.subTitleArea.type22 .topAreaWrap .topArea header h1 .logo-dark {
  display: block;
}

.subTitleArea.type22 .topAreaWrap .topArea header h1 .logo-light {
  display: none;
}

.subTitleArea.type22 .topAreaWrap .topArea .gnb > ul > li > a {
  color: var(--tit-color);
}

.subTitleArea.type22 .topAreaWrap .topArea header a.basket {
  right: 0;
  left: auto;
  background: url("/assets/img/common/basket_black.png") no-repeat center center;
}

.subTitleArea.type22 .topAreaWrap .topArea header a.login {
  background: url("/assets/img/common/login_black.png") no-repeat center center;
}

.subTitleArea.type22 .titleArea {
  display: none;
}

/*e:20241206*/
.subInfo {
  height: 80px;
  line-height: 80px;
  position: relative;
  top: -135px; /*margin-top:-135px;*/
  background: url("/assets/img/mypage/tit_bg_01.png") repeat 0 0;
  border-top: 1px solid #626262;
}

.subInfo p {
  width: 1180px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
}

.subInfo p a {
  color: #fff;
  text-decoration: underline;
}

.subInfo p i.ico12 {
  position: relative;
  top: 9px;
  left: 8px;
}

.subInfo p span {
  text-decoration: underline;
}

.stateViewBox {
  display: flex;
  justify-content: space-between;
  height: 51px;
  padding-top: 29px;
}

.stateViewBox ul.filter {
  display: flex;
  color: #999;
}

.stateViewBox ul.filter li:nth-child(1) span {
  margin: 0 5px 0 5px;
  font-weight: bold;
  position: relative;
  top: -7px;
}

.stateViewBox ul.filter li:nth-child(1) span.filter {
  margin: 0 12px 0 -5px;
}

.stateViewBox ul.filter a.styleLife span {
  margin: 0 10px 0 6px;
  color: #a6a6a6;
  font-weight: bold;
  position: relative;
  top: 2px;
}

.stateViewBox ul.filter a.styleLife i.ico10 {
  position: relative;
  top: 4px;
}

.stateViewBox ul.filter a:hover.styleLife span {
  color: #333;
}

.stateViewBox ul.total {
  display: flex;
  font-size: 14px;
}

.stateViewBox ul.total li:nth-child(1) {
  position: relative;
  top: 5px;
  left: -20px;
  color: #999;
}

.stateViewBox ul.total li:nth-child(1) span {
  margin-left: 7px;
  color: #000;
  font-weight: bold;
}

.stateViewBox ul.total select {
  position: relative;
  top: -9px;
}

.priceWrap {
  display: flex;
  justify-content: center;
}

.priceWrap ul {
  display: flex;
  margin: 12px 0;
}

.priceWrap .price li {
  text-align: left;
}

.priceWrap .price li:nth-child(1) {
  width: 65px;
  font-weight: bold;
}

.priceWrap .price li:nth-child(2) {
  position: relative;
  width: 80px;
}

.priceWrap .price li:nth-child(3) {
  width: 90px;
  padding-left: 10px;
  text-align: right;
  color: #000;
}

.priceWrap .price li:nth-child(4) {
  padding-left: 5px;
  color: #a0a0a0;
}

.priceWrap .price span.arrow {
  background: #e70505;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 6px;
  left: 0;
}

.priceWrap .price span.arrow:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 7px;
  background: url("/assets/img/product/arrow_01.png") no-repeat right 0;
  position: absolute;
  right: -10px;
  top: -3px;
}

.productList {
  display: flex; /* justify-content:center;*/
  margin-bottom: 30px;
}

.productList .thumBox {
  position: relative;
  width: 380px;
  height: 355px;
  background: #fff;
  margin-right: 20px;
  clear: both;
  text-align: center;
  padding: 20px 0 0 0;
}

.productList .thumBox:hover {
  outline: 1px solid #000;
  cursor: pointer;
  transition: 0.25s;
  -webkit-box-shadow: 6px 7px 6px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 6px 7px 6px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 7px 6px -1px rgba(0, 0, 0, 0.2);
}

.productList .thumBox:last-child {
  margin-right: 0px;
}

.productList .thumBox .badge {
  position: absolute;
  top: -10px;
  left: -10px;
}

.productList .thumBox .badge i {
  display: block;
  margin-bottom: 5px;
}

.productList .thumBox h3 {
  font-size: 26px;
  color: #000;
  padding: 23px 20px 17px 20px;
  line-height: 30px;
}

.productList .thumBox .stateIcon {
  padding-top: 0px;
}

.productList .thumBox .stateIcon ul {
  display: flex;
  justify-content: center;
}

.productList .thumBox .stateIcon ul li {
  margin-right: 20px;
}

.productList .thumBox .stateIcon ul li:last-child {
  margin-right: 0px;
}

.productList .thumBox .filterInfo {
  display: flex;
  justify-content: center;
  height: 33px;
  padding-top: 14px;
  font-size: 14px;
  color: #666;
}

.productList .thumBox .filterInfo li {
  padding: 0 12px;
}

.productList .thumBox .filterInfo li:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  background: #ddd;
  position: relative;
  top: 1px;
  left: 12px;
}

.productList .thumBox .filterInfo li:last-child:after {
  display: none;
}

.productList .thumBox img {
  width: 100%;
}

.productList .thumBox p.desc {
  padding-top: 15px;
  color: #333;
  font-weight: bold;
  font-style: oblique;
  width: 350px;
  margin: 0 auto;
  line-height: 22px;
}

.productList .thumBox .proView {
  width: 190px;
  height: 120px;
  overflow: hidden;
  margin: 0 auto;
}

.productList .thumBox .hashScore {
  position: absolute;
  bottom: 0;
  width: 380px;
  height: 0px;
  padding-top: 0px;
  margin-top: 280px;
  overflow: hidden;
  background: #f3f3f3;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.thumBox:hover .hashScore {
  width: 360px;
  height: 80px;
  line-height: 22px;
  padding: 10px;
  word-wrap: keep-all;
}

.hashScore dl {
  overflow: hidden;
  width: 306px;
  margin: 0 auto;
}

.hashScore dl:first-child {
  margin-top: 8px;
}

.hashScore dl dt {
  float: left;
  width: 103px;
  font-size: 13px;
  text-align: left;
  color: #474747;
}

.hashScore dl dd {
  float: left;
  text-align: left;
  width: 50px;
}

.hashScore span.score {
  width: 37px;
  height: 10px;
}

.hashScore span.score.s00 {
  background: url("/assets/img/product/score_ico_02.png") no-repeat 0 0;
}

.hashScore span.score.s01 {
  background: url("/assets/img/product/score_ico_02.png") no-repeat 0 -10px;
}

.hashScore span.score.s02 {
  background: url("/assets/img/product/score_ico_02.png") no-repeat 0 -20px;
}

.hashScore span.score.s03 {
  background: url("/assets/img/product/score_ico_02.png") no-repeat 0 -30px;
}

.proEvent {
  margin-top: 68px;
}

.proEvent ul {
  display: flex;
}

.proEvent ul li {
  width: 380px;
  text-align: center;
}

.proEvent ul li a {
  pointer-events: none;
}

.stateIcon {
  height: 35px;
  padding-top: 15px;
}

.stateIcon ul {
  display: flex;
}

.stateIcon ul li {
  margin-right: 20px;
}

.stateIcon ul li img {
  margin-top: 17px;
}

.stateIcon ul li:last-child {
  margin-right: 0px;
}

.kpi {
  position: relative;
  margin-top: 31px;
}

.kpi > dl dt {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 26px;
  color: #353535;
  line-height: 22px;
  letter-spacing: -0.5px;
}

.kpi > dl dd {
  padding: 27px 0 0 0;
}

.kpi .mThum {
  position: absolute;
  right: 0;
  top: -225px;
}

.kpi .mThum .filterInfo {
  display: flex;
  justify-content: center;
  height: 33px;
  padding-top: 16px;
  font-size: 14px;
  color: #666;
}

.kpi .mThum .filterInfo li {
  padding: 0 12px;
}

.kpi .mThum .filterInfo li:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  background: #ddd;
  position: relative;
  top: 1px;
  left: 12px;
}

.kpi .mThum .filterInfo li:last-child:after {
  display: none;
}

.gaugeList {
  padding: 5px 0 46px 0;
  background: url("/assets/img/product/bg_gauge.png") no-repeat 90px 0;
}

.gaugeList li:after {
  content: "";
  display: block;
  clear: both;
}

.gaugeList li span {
  display: block;
  float: left;
}

.gaugeList li .tit {
  position: relative;
  top: -2px;
  width: 90px;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  color: #454545;
}

.gaugeList li .gauge {
  position: relative;
  width: 570px;
  height: 8px;
}

.gaugeList li .gauge .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  background: #832082;
}

.gaugeList li .value {
  position: relative;
  top: -1px;
  width: 50px;
  padding-right: 2px;
  text-align: right;
  font-weight: bold;
  font-size: 15px;
  color: #333;
}

.gaugeList li + li {
  margin-top: 30px;
}

.gaugeList.winter li + li {
  margin-top: 21px;
}

.gaugeList.winter {
  padding: 5px 0 46px 0;
  background: url("/assets/img/product/bg_gauge_winter.png") no-repeat 90px 0;
}

.performanceIcon {
  margin: 62px 0;
}

.performanceIcon ul {
  display: flex;
  height: 74px;
}

.performanceIcon ul li {
  margin-right: 50px; /*float:left; padding:0 44px*/
}

.proThum {
  margin: 40px 0;
  clear: both;
}

.proThum ul {
  display: flex;
  justify-content: space-between;
}

.proThum ul li {
  width: 280px;
  height: 280px;
  overflow: hidden;
  background: #fff;
}

.proThum ul li img {
  width: 100%;
  height: 100%;
}

.proThum .pattern {
  position: relative;
}

.proThum .pattern span.mask {
  position: absolute;
  background: url("/assets/img/product/product_thum_mask.png") no-repeat 0 0;
  width: 280px;
  height: 280px;
}

.proInfoContents .proInfo {
  margin: 43px 0 98px;
  overflow: hidden;
}

.proInfoContents .proInfo dl {
  width: 390px;
  text-align: center;
  float: left;
}

.proInfoContents .proInfo dt {
  margin-bottom: 20px;
}

.proInfoContents .proInfo dd p {
  font-size: 16px;
  color: #333;
  padding-bottom: 33px;
}

.proInfoContents .proInfo dd p span {
  display: block;
  font-size: 28px;
  color: #e0e2e2;
  font-weight: bold;
  font-family: "Spoqa Han Sans Bold", "Sans-serif";
  padding-bottom: 10px;
}

.proInfoContents .proInfo dd p:last-child {
  padding-bottom: 0;
}

.proInfoContents .proInfo dd:after {
  display: inline-block;
  content: "";
  background: #939393;
  width: 1px;
  height: 30px;
  margin-top: 20px;
}

.proBannerBg {
  height: 200px;
  background: url("/assets/img/product/pro_banner_bg_01.jpg") no-repeat 0 0;
}

.proBannerBg ul {
  display: flex;
  justify-content: space-around;
  padding-top: 32px;
}

.videoWrap {
  height: 400px;
  background: url("/assets/img/product/video_bg_01.png") repeat-x 0 top;
}

.videoWrap .videoPlayArea {
  width: 1180px;
  margin: 0 auto;
}

.productInfoView {
  width: 100%;
  clear: both;
  background: #fff;
}

.boLine {
  width: 100%;
  height: 2px;
  background: #f3f3f3 url("/assets/img/common/line_01.gif") repeat-x 0 top;
  margin-bottom: -2px;
}

.productInfoView .productInfo {
  width: 1180px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.productInfoView .paging {
  margin: 40px 0 130px;
}

.proViewWrap {
  position: relative;
  top: 2px;
}

.proViewWrap .proView {
  width: 150px; /* height:130px; */
  overflow: hidden;
}

.proViewWrap .proView img {
  width: 100%;
}

.proViewWrap .proView.type02 {
  width: 130px;
}

.proViewWrap.type02 {
  position: relative;
  top: 15px;
}

/*.proViewWrap.type03{position:relative; top:16px}*/ /* 기존퍼블본 */
.proViewWrap.type03 {
  position: relative;
  top: -3px;
} /* 운영되고 있는 이미지 */
.proViewInfo {
  position: relative;
}

.proViewInfo ul li:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 13px;
}

.proViewInfo ul li:nth-child(2) {
  margin-bottom: 12px;
}

.proViewInfo ul li:nth-child(3) {
  font-size: 12px;
  color: #999;
}

.proViewInfo ul li:nth-child(4) {
  font-size: 14px;
  margin-top: 20px;
}

.proViewInfo ul li:nth-child(1) span.type02 {
  font-size: 14px;
  font-weight: normal;
}

.proViewInfo ul li.abShow {
  margin-bottom: 46px;
}

.proViewInfo ul li span.beforePrice {
  color: #999;
  position: relative;
}

.proViewInfo ul li span.beforePrice:after {
  display: inline-block;
  content: " ";
  width: 100%;
  height: 1px;
  background: #e70505;
  position: absolute;
  left: 0;
  top: 5px;
}

.proViewInfo ul li span.price {
  margin: 0;
  font-weight: bold;
}

.proViewInfo ul li span.name {
  margin-right: 50px;
}

.proViewInfo ul li span:first-child {
  margin: 0 10px 0 0;
}

.proViewInfo ul li span {
  margin: 0 10px;
}

.proViewInfo ul li span:after,
.proViewInfo p span:after {
  display: inline-block;
  content: " ";
  width: 1px;
  height: 10px;
  background: #999;
  position: relative;
  top: 1px;
  left: 12px;
}

.proViewInfo ul li span.noline:after {
  display: inline-block;
  content: " ";
  background: none;
}

.proViewInfo ul li span.tit02 {
  margin: 0 20px 0 20px;
}

.proViewInfo ul li span:last-child:after,
.proViewInfo span:last-child:after {
  display: none;
}

.proViewInfo p span:after {
  left: 18px;
}

.proViewInfo p span {
  font-size: 14px;
  margin-right: 30px;
}

.proViewInfo a.deView {
  position: relative;
  top: 1px;
}

.proViewInfo a.goView {
  position: relative;
  top: 2px;
}

.proViewInfo span.serView {
  font-size: 12px;
  margin: 5px 0 0 30px;
}

.proViewInfo span.serView em {
  position: relative;
  top: -5px;
  margin: 0 5px 0 22px;
}

.proViewInfo span.serView.type02 {
  margin: 15px 0 0 30px;
}

.proViewInfo ul li {
  position: relative;
}

.proViewInfo ul li .rental span:after {
  display: none;
}

.proViewInfo ul li .rental span em {
  font-weight: bold;
  padding-left: 8px;
}

.proViewInfo ul li span.beforePrice02 {
  position: relative;
}

.proViewInfo ul li span.beforePrice02 .arrow {
  background: #e70505;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 8px;
  left: 0;
}

.proViewInfo ul li span.beforePrice02 .arrow:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 7px;
  background: url("/assets/img/product/arrow_01.png") no-repeat right 0;
  position: absolute;
  left: 95%;
  top: -3px;
}

/* .proViewInfo .quantity{float:right;margin-right:-40px;margin-top: -15px;} */
.proViewInfo .quantity {
  position: absolute;
  right: -30px;
  top: -13px;
}

.proViewInfo.type02 {
  border-bottom: 1px solid #ccc;
  padding: 55px 0 10px;
  font-weight: bold;
}

.proViewInfo.type03 ul li:nth-child(1) {
  margin-bottom: 5px;
}

.proViewInfo.type03 ul li:nth-child(2) {
  margin-bottom: 0;
}

.proViewInfo.type03 ul li:nth-child(1) span.name:after {
  display: inline-block;
  content: " ";
  width: 1px;
  height: 20px;
  background: #999;
  position: relative;
  top: 1px;
  margin-right: 27px;
}

.proViewInfo.type03 ul li p {
  display: inline-block;
}

.proViewInfo.type03 ul li p:nth-child(2) span.serView {
  position: relative;
  top: 4px;
  left: -20px;
}

.proViewInfo.type03 ul li span:after {
  display: none;
}

.proViewInfo.type03 ul li span {
  margin: 0 2px;
}

.proViewInfo.type03 ul li span.serView {
  font-weight: bold;
}

.proViewInfo.type03 ul li span.con {
  font-weight: bold;
  margin-right: 20px;
}

.proViewInfo.type03 ul li span.con em {
  font-weight: normal;
}

.proViewInfo.type04 {
  margin: 25px 0 17px;
}

.proViewInfo.type04 ul li.guNum {
  margin-bottom: 10px;
}

.proViewInfo.type04 ul li.guNum span:after {
  display: none;
}

.proViewInfo.type04 ul li.guNum span.use {
  font-weight: bold;
}

.proViewInfo.type04 ul li:last-child span:after {
  display: none;
}

.proViewInfo.type04 ul li:nth-child(4) {
  font-size: 14px;
  margin-top: 15px;
}

.proViewInfo.type04 ul li:nth-child(2) {
  font-size: 14px;
  color: #999;
}

.proViewInfo.type04 ul li:nth-child(2) span:after {
  display: inline-block;
  content: " ";
  width: 1px;
  height: 10px;
  background: #999;
}

.proViewInfo.type04 ul li span {
  margin: 0 15px 0 5px;
}

.proViewInfo.type04 ul li span:first-child {
  margin: 0 15px 0 0;
}

.proViewInfo.type04 ul li span.beforePrice02 .arrow {
  background: #e70505;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 8px;
  left: 0;
}

.proViewInfo.type04 ul li span.beforePrice02 .arrow:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 7px;
  background: url("/assets/img/product/arrow_01.png") no-repeat right 0;
  position: absolute;
  left: 95%;
  top: -3px;
}

.proViewInfo.type04 .infoGroup .info span.con {
  font-weight: bold;
  margin-right: 24px;
}

.proViewInfo.type05 {
  margin: 25px 0 17px;
}

.proViewInfo.type05 ul li.guNum {
  margin-bottom: 10px;
}

.proViewInfo.type05 ul li.guNum span:after {
  display: none;
}

.proViewInfo.type05 ul li.guNum span.use {
  font-weight: bold;
}

.proViewInfo.type05 ul li:last-child span:after {
  display: none;
}

.proViewInfo.type05 ul li:nth-child(5) {
  font-size: 14px;
  margin-top: 10px;
}

.proViewInfo.type05 ul li:nth-child(4) {
  font-size: 14px;
  margin-top: 15px;
}

.proViewInfo.type05 ul li:nth-child(2) {
  font-size: 14px;
  color: #999;
}

.proViewInfo.type05 ul li:nth-child(2) span:after {
  display: inline-block;
  content: " ";
  width: 1px;
  height: 10px;
  background: #999;
}

.proViewInfo.type05 ul li span {
  margin: 0 15px 0 5px;
}

.proViewInfo.type05 ul li span:first-child {
  margin: 0 15px 0 0;
}

.proViewInfo.type05 ul li span.beforePrice02 .arrow {
  background: #e70505;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 8px;
  left: 0;
}

.proViewInfo.type05 ul li span.beforePrice02 .arrow:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 7px;
  background: url("/assets/img/product/arrow_01.png") no-repeat right 0;
  position: absolute;
  left: 95%;
  top: -3px;
}

.proViewInfo.type05 .infoGroup .info span.con {
  font-weight: bold;
  margin-right: 24px;
}

.proViewInfo .infoGroup {
  width: 700px;
  position: absolute;
  top: 3px;
  font-size: 14px;
}

.proViewInfo .infoGroup .info {
  display: flex;
}

.proViewInfo .infoGroup .info p {
  position: relative;
}

.proViewInfo .infoGroup .info p:first-child {
  margin-right: 80px;
  font-weight: bold;
}

.proViewInfo .infoGroup .info p span:first-child {
  margin: 0;
}

.proViewInfo .infoGroup .info span.con {
  font-weight: bold;
}

.proViewInfo .infoGroup .info a.tip {
  position: absolute;
  top: -3px;
  right: -55px;
}

.proViewInfo .infoGroup .info a.tip:hover {
  display: none;
} /*임시*/
.listWrap .proViewInfo p.zInfo {
  margin: 20px 0 10px;
  font-weight: bold;
}

.listWrap .proViewInfo p.zInfo a:hover {
  color: #801494;
}

.totalSearch {
  display: flex;
  justify-content: space-between;
}

.totalSearch .carNumber {
  position: relative;
  top: 24px;
}

.memProView {
  padding: 25px 0 22px; /*position:relative; left:-10px*/
}

.introInfoView {
  position: relative;
  width: 100%;
  clear: both;
}

.introInfoView.type02 {
  height: 1200px;
}

.introInfoView .productInfo {
  width: 100%;
}

.introInfoView .tabsWrap {
  width: 1180px;
  margin: 0 auto;
  z-index: 5000;
  position: absolute;
  left: 0;
  right: 0;
}

.introInfoView .tabContent {
  width: 100%;
  padding-bottom: 100px;
}

.introInfoView .tabContent.visit {
  background: url("/assets/img/service/service_bg_01.jpg") no-repeat 0 2px;
}

.introInfoView .tabContent.pickup {
  background: url("/assets/img/service/service_bg_02.jpg") no-repeat 0 2px;
}

.introInfoView .tabContent.store {
  height: 1100px;
  padding-bottom: 50px;
  background: url("/assets/img/service/service_bg_03.jpg") no-repeat 0 2px;
}

.introInfoView .tabContent.store .serPossible {
  margin: 22px 0 0 40px;
}

.introInfoView .proInfoView {
  width: 1180px;
  margin: 0 auto;
  padding: 85px 0 0px;
  text-align: center;
}

.introInfoView .proInfoView h3 {
  margin-top: 100px;
}

.introInfoView .proInfoView .infoStep {
  margin: 65px 0 65px;
}

.totalPrice {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0px;
}

.totalPrice .price {
  width: 500px;
}

.totalPrice .price dl {
  padding: 20px 0 50px;
  text-align: right;
}

.totalPrice .price dl dt {
  float: left;
  width: 200px;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
}

.totalPrice .price dl dd {
  font-size: 45px;
  font-weight: bold;
}

.totalPrice .price button {
  float: right;
}

.totalPrice .price em.sale {
  position: relative;
  color: #999;
  margin-right: 20px;
}

.totalPrice .price span.arrow {
  background: #e70505;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 6px;
  left: 0;
}

.totalPrice .price span.arrow:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 7px;
  background: url("/assets/img/product/arrow_01.png") no-repeat right 0;
  position: absolute;
  right: -10px;
  top: -3px;
}

.totalPrice .purchased {
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
}

.totalPrice .last {
  font-weight: bold;
  text-align: right;
}

.totalPrice .last li:nth-child(1) {
  font-size: 20px;
  margin: 30px 0 20px;
}

.totalPrice .last li:nth-child(2) {
  font-size: 45px;
}

.totalPrice.borTop {
  border-top: 1px dashed #999;
}

.totalPrice.type02 {
  position: relative;
}

.totalPrice.type02 .price {
  width: 387px;
}

.totalPrice.type02 .price dl {
  padding: 0px 0 15px;
  font-weight: bold;
}

.totalPrice.type02 .price dl dt {
  font-size: 14px;
  float: left;
  width: 120px;
  text-align: left;
  padding-top: 0px;
}

.totalPrice.type02 .price dl dd {
  font-size: 14px;
  float: left;
  width: 267px;
  text-align: right;
}

.totalPrice.type02 .price dl:nth-child(1) {
  margin-bottom: 15px;
  padding-top: 10px;
}

.totalPrice.type02 .price dl:nth-child(2) {
  margin-bottom: 25px;
}

.totalPrice.type02 .price dl:nth-child(3) {
  margin-bottom: 45px;
}

.totalPrice.type02 .price dl:nth-child(3) dt {
  font-size: 20px;
  padding-top: 10px;
}

.totalPrice.type02 .price dl:nth-child(3) dd {
  font-size: 45px;
}

.totalPrice.type02 p.desc {
  position: absolute;
  left: 0;
  top: 100px;
}

.totalPrice.type03 {
  position: relative;
  padding: 30px 0 0px;
}

.totalPrice.type03 .price {
  width: 450px;
}

.totalPrice.type03 .price.center {
  margin: 0 auto;
}

.totalPrice.type03 .price dl {
  padding: 0px 0 15px;
  font-weight: bold;
}

.totalPrice.type03 .price dl dt {
  font-size: 14px;
  float: left;
  width: 170px;
  text-align: left;
  padding-top: 0px;
}

.totalPrice.type03 .price dl dd {
  font-size: 14px;
  float: left;
  width: 280px;
  text-align: right;
}

.totalPrice.type03 .price dl:nth-child(1) {
  margin-bottom: 15px;
  padding-top: 10px;
}

.totalPrice.type03 .price dl:nth-child(2) {
  margin-bottom: 0px;
}

.totalPrice.type03 .price dl:nth-child(3) {
  margin: 45px 0 78px;
}

.totalPrice.type03 .price dl:nth-child(3) dt {
  font-size: 20px;
  padding-top: 15px;
}

.totalPrice.type03 .price dl:nth-child(3) dd {
  font-size: 45px;
}

.totalPrice.type03 p.desc {
  position: absolute;
  left: 0;
  top: 100px;
}

.totalPrice.type04 .price {
  width: 100%;
}

.totalPrice.type04 .price dl {
  padding: 0px 5px 30px;
  font-weight: bold;
}

.totalPrice.type04 .price dl dt {
  font-size: 14px;
  float: left;
  width: 35%;
  text-align: left;
  padding-top: 0px;
}

.totalPrice.type04 .price dl dd {
  font-size: 14px;
  float: left;
  width: 65%;
  text-align: right;
}

.totalPrice.type04 .price dl:nth-child(2) dd {
  color: #999;
}

.totalPrice.type04 .price dl:nth-child(2) dd.type02 {
  color: #333;
}

.totalPrice.type04 .price dl:nth-child(3) dd {
  color: #999;
}

.totalPrice.type04 .price dl:nth-child(4) dd {
  color: #999;
}

.totalPrice.type05 .price dl {
  padding: 0px 5px 30px;
  font-weight: bold;
}

.totalPrice.type05 .price dl dt {
  font-size: 14px;
  float: left;
  width: 70%;
  text-align: left;
  padding-top: 0px;
}

.totalPrice.type05 .price dl dd {
  font-size: 14px;
  float: left;
  width: 30%;
  text-align: right;
}

.totalPrice.type06 .price {
  width: 100%;
  padding: 20px 0 50px;
}

.totalPrice.type06 .price dl {
  padding: 0px 5px 30px;
  font-weight: bold;
}

.totalPrice.type06 .price dl dt {
  font-size: 14px;
  float: left;
  width: 25%;
  text-align: left;
  padding-top: 0px;
}

.totalPrice.type06 .price dl dd {
  font-size: 14px;
  float: left;
  width: 75%;
  text-align: right;
}

.totalPrice.type06 .price dl:nth-child(2) dd {
  color: #999;
}

.totalPrice.type06 .price dl:last-child dt {
  font-size: 20px;
  padding-top: 15px;
}

.totalPrice.type06 .price dl:last-child dd {
  font-size: 45px;
  padding-top: 9px;
  font-weight: bold;
}

.totalPrice.type06 .price dl:last-child dd.type02 {
  color: #333;
}

/* .purchacePrice .price{} */
.purchacePrice .price dl {
  text-align: right;
}

.purchacePrice .price dl:nth-child(1) {
  color: #999;
  margin-bottom: 10px;
}

.purchacePrice .price dl:nth-child(2) {
  margin-bottom: 10px;
}

.purchacePrice .price dl dt {
  float: left;
  font-size: 14px;
  font-weight: bold;
}

.purchacePrice .price dl dd {
  font-size: 14px;
  font-weight: bold;
}

.purchacePrice .price.rental dl:nth-child(1) {
  color: #333;
}

span.beforePrice {
  position: relative;
}

span.beforePrice:after {
  display: inline-block;
  content: " ";
  width: 100%;
  height: 1px;
  background: #e70505;
  position: absolute;
  left: 0;
  top: 5px;
}

.loginWrap {
  position: absolute;
  width: 100%; /*min-height:100%;*/
}

.loginWrap .titleArea .tabsWrap {
  width: 650px;
}

.loginWrap .titleArea > * {
  visibility: hidden;
}

.loginBoxWrap {
  margin-top: 24px;
}

.loginBoxWrap .loginBox {
  margin-left: 20px;
}

.loginBoxWrap input,
.loginBoxWrap button {
  width: 400px;
}

.loginBoxWrap input {
  margin-bottom: 10px;
}

.loginBox .idpwSearch {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 400px;
}

.loginBox .idpwSearch ul {
  float: right;
}

.loginBox .idpwSearch ul li {
  float: left;
  line-height: 22px;
}

.loginBox .idpwSearch ul li:first-child {
  margin-right: 15px;
}

.loginBox .idpwSearch ul li:first-child:after {
  display: inline-block;
  content: " ";
  width: 1px;
  height: 14px;
  background: #999;
  position: relative;
  top: 3px;
  left: 15px;
}

.loginBox .idpwSearch ul li:last-child {
  margin-left: 15px;
}

.loginBox .idpwSearch ul li a {
  color: #999;
}

.loginBox .idpwSearch ul li a:hover {
  color: #333;
}

.loginPop {
  background: url("/assets/img/member/login_bg_02.jpg") no-repeat 0 0;
  padding: 30px 10px 0 99px;
}

.loginPop .titleArea {
  position: relative;
}

.loginPop .titleArea .layPopClose {
  position: absolute;
  right: 220px;
}

.sns {
  margin: 70px 0 80px;
}

.sns h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.sns .snsGo {
  display: flex;
  margin-top: 50px;
}

.sns .snsGo li {
  margin-right: 52px;
}

.sns.type02 h3,
.allWrap .sns.type02 p {
  color: #fff;
}

.sns.type02 {
  margin-bottom: 130px;
}

/* bg zoomin animation */
.bgWrap {
  position: relative;
  height: 580px;
  overflow: hidden;
  z-index: -50;
} /* 상단에만 백그라운드 있는경우 */
.allBgWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /*height:calc(100% - 200px);*/
  overflow: hidden;
  z-index: -50;
} /* 전체 백그라운드 있는경우 */
.memberWrap {
  position: relative;
  width: 100%;
  min-height: calc(100% - 200px);
  background-size: cover;
}

.memberBg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  animation: zoomin 10s;
  background-size: cover;
}

.memberBg.bg01 {
  background: url("/assets/img/member/member_bg_01.jpg") no-repeat 0 top;
} /* 회원가입 */
.memberBg.bg02 {
  background: url("/assets/img/member/member_bg_02.jpg") no-repeat 0 top;
} /* 약관동의 */
.memberBg.bg03 {
  background: url("/assets/img/member/member_bg_03.jpg") no-repeat 0 top;
} /* 회원인증 */
.memberBg.bg04 {
  background: url("/assets/img/member/member_bg_04.jpg") no-repeat 0 top;
} /* 회원입력 개인 */
.memberBg.bg05 {
  background: url("/assets/img/member/member_bg_05.jpg") no-repeat 0 top;
} /* 회원입력 사업자 */
.memberBg.bg06 {
  background: url("/assets/img/member/member_bg_06.jpg") no-repeat 0 top;
} /* 가입완료 */
.memberBg.bg07 {
  background: url("/assets/img/member/member_bg_08.jpg") no-repeat 0 top;
} /* error */
.loginBg {
  width: 100%;
  background: url("/assets/img/member/login_bg.jpg") no-repeat 0 top;
  height: 580px;
  animation: zoomin 10s;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.subBg {
  width: 100%;
  height: 580px;
  animation: zoomin 10s;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.subBg.type01 {
  background: url("/assets/img/member/member_bg_07.jpg") no-repeat 0 top;
}

.loginBg {
  width: 100%;
  background: url("/assets/img/title/top_img_14.png") no-repeat 0 top;
  height: 580px;
  animation: none;
}

.fileAttachWrap {
  display: flex;
  margin-bottom: 78px;
}

.fileAttachWrap h4 {
  font-size: 18px;
  margin: 45px 0 17px;
  color: #fff;
}

.fileAttachWrap .fileAttachBox {
  position: relative;
  margin-right: 40px;
}

.fileAttachWrap .savePreview {
  position: absolute;
  top: 78px;
  width: 300px;
  height: 420px;
  overflow: hidden;
}

.fileAttachWrap .savePreview img {
  width: 100%;
  height: 100%;
}

.fileAttachWrap .savePreview a.fDel {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #686868;
  border-radius: 100%;
}

.fileAttachWrap .savePreview a.fDel:after {
  width: 22px;
  height: 22px;
  display: inline-block;
  content: "x";
  position: absolute;
  right: -8px;
  top: 4px;
  color: #fff;
}

.fileAttachWrap .fileAttach {
  width: 300px;
  height: 420px;
  background: #c4c5c7;
}

.fileAttachWrap.type02 h4 {
  color: #333;
}

.fileAttachWrap.type02 .ff_fileupload_filename input[type=text] {
  background: #f3f3f3;
  color: #333;
}

.fileAttachWrap.type02 .ff_fileupload_filename {
  border-bottom: 1px solid #999;
}

.fileAttachWrap.type02 .ff_fileupload_remove_file {
  background-image: url("/assets/img/common/delete_03.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  z-index: 5000;
}

.fileUpWrap {
  position: relative;
  top: 28px;
}

.fileUpWrap #fileUp02 {
  display: block;
  margin-top: 10px;
}

.fileUpWrap .preview {
  /*width:250px; height:180px;*/
  overflow: hidden;
  margin-bottom: 25px;
}

.fileUpWrap .preview img {
  max-width: 100%;
}

.fileUpWrap input[type=file] {
  display: inline-block;
  width: 40px;
  height: 25px;
  opacity: 0;
  z-index: 300;
  cursor: pointer;
}

.fileUpWrap label {
  display: block;
  position: absolute;
  top: -30px;
  background: url("/assets/img/common/search_01.png") no-repeat 0 0;
  width: 300px;
  height: 24px;
  z-index: 100;
}

.fileUpWrap label span.txt {
  position: absolute;
  top: 2px;
  color: #b1b1b1;
}

.fileUpWrap.type02 label {
  position: relative;
  top: -5px;
}

.fileUpWrap.type02 input[type=file] {
  display: inline-block;
  width: 40px;
  height: 25px;
  opacity: 0;
  z-index: 300;
  cursor: pointer;
  position: relative;
  top: -18px;
}

.fileUpWrap.type02 span.txt {
  position: relative;
  top: -20px;
}

.couponList {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.couponBox {
  width: 572px;
  height: 200px;
  background: #fff;
  margin-bottom: 20px;
}

.couponBox .conView {
  float: left;
  padding: 34px 10px 10px 37px;
}

.couponBox .conView ul li {
  font-weight: bold;
}

.couponBox .conView ul li:nth-child(1) {
  font-size: 40px;
  color: #801494;
  margin-bottom: 28px;
}

.couponBox .conView ul li:nth-child(2) {
  font-size: 22px;
  margin: 28px 0 15px;
}

.couponBox .conView ul li:nth-child(3) {
  font-size: 14px;
  color: #a3a3a3;
  margin-bottom: 7px;
}

.couponBox .conView ul li:nth-child(4) {
  font-size: 14px;
  color: #a3a3a3;
}

.couponBox .conSale {
  height: 153px;
  float: right;
}

.couponBox .conSale {
  width: 180px;
  background: #801494;
  color: #fff;
  text-align: center;
  padding-top: 47px;
}

.couponBox .conSale a {
  margin-top: 55px;
}

.couponBox .conView ul li.pay {
  color: #b49858;
}

.couponBox .conSale.payment {
  background: #b49858;
}

.couponBox .conView ul li.maintenance {
  color: #55b6d6;
}

.couponBox .conSale.maintenance {
  background: #55b6d6;
}

.couponBox .conView ul li a {
  position: relative;
}

.couponBox .conView ul li a:after {
  content: "";
  display: inline-block;
  background: url("/assets/img/common/icon_set.png") no-repeat 0 0;
  background-position: -478px -296px;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -25px;
}

/* title */
h2 {
  font-family: "KCC-eunyoung";
  font-weight: normal;
  color: #fff;
}

h2 em,
h2 span {
  font-family: "KCC-eunyoung";
  font-weight: normal;
  color: #fff;
}

h2.type01 {
  font-size: 120px;
  font-weight: normal;
  padding: 30px 0 38px;
  letter-spacing: -1.5px;
}

h2.type03 {
  padding: 30px 20px 0 0;
}

h2.type04 {
  padding: 30px 20px 38px 0;
}

h3 {
  position: relative;
  font-family: "Spoqa Han Sans Bold", "Sans-serif";
  font-size: 45px;
  color: #fff;
}

h3.type01 {
  font-size: 45px;
  color: #fff;
}

h3.type02 {
  font-size: 24px;
  color: #333;
  line-height: 28px;
}

h3.type03 {
  font-family: "Spoqa Han Sans Light", "Sans-serif";
  font-size: 35px;
  color: #393c44;
  letter-spacing: -1.5px;
}

h3.type04 {
  font-family: "Spoqa Han Sans Regular", "Sans-serif";
  font-size: 24px;
  color: #fff;
}

h3.type05 {
  font-family: "Spoqa Han Sans Thin", "Sans-serif";
  font-size: 26px;
  color: #fff;
  margin: 35px 0 20px;
}

h3.type06 {
  font-size: 35px;
  color: #832082;
  letter-spacing: -1.5px;
  padding-bottom: 7px;
}

h3.type07 {
  font-size: 45px;
  color: #fff;
  margin: 15px 0 15px;
}

h3.type08 {
  font-size: 34px;
  color: #333;
}

h3.type09 {
  font-family: "Spoqa Han Sans Thin", "Sans-serif";
  font-size: 26px;
  color: #333;
  margin: 0px 0 20px;
  letter-spacing: -1px;
}

h3.type10 {
  font-family: "Spoqa Han Sans Thin", "Sans-serif";
  font-size: 26px;
  color: #333;
  margin: 10px 0 30px;
  letter-spacing: -1px;
}

h3.type11 {
  font-family: "Spoqa Han Sans Thin", "Sans-serif";
  font-size: 26px;
  color: #333;
  margin: 74px 0 20px;
  letter-spacing: -1px;
}

h3.type12 {
  font-size: 24px;
  color: #333;
  margin: 75px 0 0px;
}

h3.type13 {
  font-size: 40px;
  color: #333;
  margin: 80px 0 80px;
  font-weight: bold;
}

h3.type14 {
  font-size: 24px;
  color: #333;
  line-height: 35px;
}

h3.type15 {
  font-family: "Spoqa Han Sans Thin", "Sans-serif";
  font-size: 20px;
  color: #fff;
  margin: 35px 0 20px;
}

h3.type16 {
  font-family: "Spoqa Han Sans Thin", "Sans-serif";
  font-size: 12px;
  color: #fff;
  width: 100px;
  margin: 10px 40px;
  line-height: 1.1em;
}

h3.type08:after {
  display: inline-block;
  content: " ";
  width: 40px;
  height: 3px;
  background: #333;
  position: relative;
  top: 3px;
}

h3.type09:after {
  display: inline-block;
  content: " ";
  width: 40px;
  height: 2px;
  background: #333;
  position: relative;
  left: 10px;
}

h3.type05:after {
  display: inline-block;
  content: " ";
  width: 40px;
  height: 2px;
  background: #fff;
  position: relative;
  left: 10px;
}

h3.type10:after {
  display: inline-block;
  content: " ";
  width: 40px;
  height: 2px;
  background: #333;
  position: relative;
  left: 10px;
}

h3.type11:after {
  display: inline-block;
  content: " ";
  width: 40px;
  height: 2px;
  background: #333;
  position: relative;
  left: 10px;
}

/*h2 span {position:relative; top:1px; display:inline-block;  animation:bounce .3s ease infinite alternate; font-family:'KCC-eunyoung';  font-size:120px; color: #FFF;}

h2 span:nth-child(2) { animation-delay: .1s; }
h2 span:nth-child(3) { animation-delay: .2s; }
h2 span:nth-child(4) { animation-delay: .3s; }
h2 span:nth-child(5) { animation-delay: .4s; }
h2 span:nth-child(6) { animation-delay: .5s; }
h2 span:nth-child(7) { animation-delay: .6s; }
h2 span:nth-child(8) { animation-delay: .7s; }*/
/* top sub title */
.subTitle {
  height: 100px;
  line-height: 100px;
  background: #d5b5a1;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

/* titleArea */
/* .titleArea{width:100%; display:flex; position:relative;} */
.titleArea {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.titleArea.type02 {
  position: relative;
  justify-content: center;
}

.titleArea.type02 h2 {
  position: absolute;
  left: 48px;
}

.titleArea.type03 {
  margin-bottom: 60px;
}

.titleArea.type04 {
  display: flex;
  flex-direction: column;
}

.titleArea h2.type01 {
  margin-right: 30px;
}

.titleArea h3.type01 {
  position: relative;
  top: 45px;
}

.titleArea h3.type02 {
  position: relative;
  top: 45px;
  left: 180px;
}

.titleArea p.tireMatching {
  position: absolute;
  right: -10px;
  top: 245px;
  font-family: "KCC-eunyoung";
  font-weight: normal;
  font-size: 26px;
  color: #f3f3f3;
}

/* desc  text */
.descInfo {
  position: relative;
  font-size: 14px;
  color: #fff;
  margin: 40px 0 28px;
  z-index: 1900;
}

.descInfo ul li {
  line-height: 25px;
}

.descInfo.fColor01 {
  color: #333;
}

.descInfo.fColor02 {
  color: #999;
}

.descInfo.type02 {
  margin: 50px 0 65px;
}

.descInfo.type03 {
  margin: 50px 0 85px;
}

.descInfo.type04 {
  margin: 150px 0 0px;
}

.descInfo.type05 {
  color: #333;
  margin: 70px 0 0px;
}

.descInfo.type05 p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.descInfo.type06 {
  margin: 50px 0 44px;
}

.descInfo.type07 {
  margin: 0;
  text-align: center;
  color: #222222;
  font-size: 34px;
  font-weight: 600;
} /*20241206 상담하기*/
.desc.ico {
  position: relative;
  display: flex;
  align-items: center;
}

.desc.ico p {
  position: relative;
  padding-left: 28px;
  padding-bottom: 30px;
  line-height: 1.3;
  font-size: 14px;
  color: #333333;
}

.desc.ico p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: var(--ic-chk-arrow) no-repeat 50%/18px auto;
  border: 1px solid #333333;
  border-radius: 50%;
}

/* desc text  + select */
.descInfoState {
  display: flex;
  justify-content: space-between;
  color: #333;
  margin: 70px 0 5px;
}

.descInfoState .state {
  display: flex;
  align-items: center;
  position: relative;
  top: -7px;
}

.descInfoState p {
  font-size: 24px;
  font-weight: bold;
}

.descInfo.addBack {
  display: inline-block;
  content: "";
  position: absolute;
  width: 100%;
  background: #000;
  opacity: 0.2;
  border-top: 1px solid #fff;
  z-index: 20;
}

/*  paging */
.paging {
  width: auto;
  margin: 0 auto;
  margin: 40px 0 40px;
  text-align: center;
  clear: both;
}

.paging span a {
  display: inline-block;
  background: url("/assets/img/common/icon_set.png") no-repeat 0 0;
  width: 18px;
  height: 15px;
}

.paging > a {
  font-size: 15px;
  padding: 10px 13px;
  color: #999;
}

.paging > a:hover {
  color: #000;
}

.paging > a.on {
  font-weight: bold;
  color: #999;
  background: #fff;
  border: 1px solid #999;
  line-height: 13px;
}

.paging a.first {
  background-position: 0px -137px;
  margin-right: 21px;
}

.paging a.pre {
  background-position: -48px -137px;
  margin-right: 15px;
}

.paging a.next {
  background-position: -89px -137px;
  margin: 0 15px;
}

.paging a.end {
  background-position: -121px -137px;
  margin-left: -1px;
}

/* .paging.type02{margin:} */
.paging.type03 {
  margin: 20px 0 0px;
}

/* listType */
.listType .uInfo > ul {
  margin-top: 20px;
}

.listType .uInfo > ul > li {
  font-size: 18px;
  line-height: 25px;
  padding: 40px 0 10px;
  border-bottom: 1px solid #cfcfcf;
}

.listType .uInfo > ul > li:last-child {
  border-bottom: 0;
  padding: 40px 0 55px;
}

.listType p.desc {
  line-height: 24px;
  color: #333;
  padding: 10px 0 0;
}

.listType.type02 {
  background: url("/assets/img/common/line_04.gif") repeat-x 0 bottom;
  padding: 0 0 40px;
}

.listType.type03 {
  background: url("/assets/img/common/line_04.gif") repeat-x 0 bottom;
  padding: 0 0 0px;
}

.listType.type04 {
  background: url("/assets/img/common/line_04.gif") repeat-x 0 bottom;
  padding: 0 0 10px;
}

.listType.type05 {
  background: none;
  padding: 0 0 0px;
}

.listType .title {
  margin: 40px 0 58px;
}

.intabContent .listType p.desc {
  padding: 10px 0 70px;
}

.intabContent .benefit dl {
  display: flex;
  padding-bottom: 95px;
}

.intabContent .benefit dl:last-child {
  padding-bottom: 20px;
}

.intabContent > h3 span {
  font-family: "Spoqa Han Sans Bold", "Sans-serif";
  font-weight: bold;
  background: url("/assets/img/common/line_06.gif") repeat-x 0 bottom;
  padding: 0 7px 2px 1px;
}

.overdue {
  margin-top: 40px;
  font-size: 24px;
  line-height: 30px;
  color: #333;
}

/* search */
.searchBox {
  overflow: hidden;
  width: 650px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.searchBox select {
  float: left;
  margin-right: 10px;
}

.searchBox input {
  float: left;
  margin-right: 10px;
}

/* 공통 tabs */
.tabsWrap {
  width: 1180px; /*position:relative; top:2px; left:0;*/
}

ul.tabs {
  height: 80px;
}

ul.tabs li {
  float: left;
  cursor: pointer;
  background: #e0e2e2;
  text-align: center;
  height: 80px;
  line-height: 80px;
  margin-right: 1px;
  font-size: 16px;
  font-weight: bold;
  width: 589px;
}

ul.tabs li:last-child {
  margin-right: 0;
}

ul.tabs li.active {
  background: #393c44;
  color: #fff;
}

/*  tabs  in tab */
.inTabWrap {
  width: 100%; /*margin-top:100px*/
}

.inTabWrap ul.intabs {
  height: 50px;
  background: #e8e8e8;
}

.inTabWrap ul.intabs li {
  float: left;
  cursor: pointer;
  text-align: left;
  height: 50px;
  line-height: 50px;
  margin-right: 1px;
  font-size: 14px;
  font-weight: bold;
  width: 175px;
  padding-left: 20px;
  border-right: 1px solid #fff;
  background: #e8e8e8 url("/assets/img/common/arrow_04.png") no-repeat right 21px;
}

.inTabWrap ul.intabs li:last-child {
  margin-right: 0;
}

.inTabWrap ul.intabs li.active {
  background: #f3f3f3 url("/assets/img/common/arrow_05.png") no-repeat right 21px;
  color: #333;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
}

.inTabWrap .tabContent {
  margin-top: 0;
  border: 1px solid red;
}

/*  로그인 이미지 tabs */
.memberBoxWrap .tabContentWrap #tab01 {
  padding: 50px 0 50px;
}

.memberBoxWrap .tabContentWrap #tab02 {
  padding: 41px 0 50px;
}

.memberBoxWrap .tabContentWrap #tab02 h3 {
  padding-top: 40px;
}

.titleArea .tabsWrap {
  position: absolute;
  top: 55px;
  left: 458px;
}

.titleArea ul.tabs {
  height: 60px;
}

.titleArea ul.tabs li {
  float: left;
  cursor: pointer;
}

.titleArea ul.tabs li:nth-child(1) {
  background: url("/assets/img/member/tab01_off.png") no-repeat 0 0;
  width: 267px;
  height: 75px;
}

.titleArea ul.tabs li:nth-child(1).active {
  background: url("/assets/img/member/tab01_on.png") no-repeat 0 0;
}

.titleArea ul.tabs li:nth-child(2) {
  background: url("/assets/img/member/tab02_off.png") no-repeat 0 0;
  width: 348px;
  height: 75px;
}

.titleArea ul.tabs li:nth-child(2).active {
  background: url("/assets/img/member/tab02_on.png") no-repeat 0 0;
}

.titleArea ul.tabs li.active a {
  color: #fff;
}

/*.productInfo .tabsWrap{width:1180px; position:relative; top:2px; left:0;}
.productInfo ul.tabs {height:80px;}
.productInfo ul.tabs li{float:left; cursor:pointer; background:#e0e2e2; text-align:center; height:80px; line-height:80px; margin-right:1px; font-size:16px; font-weight:bold; width:392px;}
.productInfo ul.tabs li:last-child{margin-right:0;}
.productInfo ul.tabs li.active {background:#393c44; color:#fff}*/
/*  상단으로 -80일 경우 tabs */
.orderInfo .tabsWrap {
  width: 1180px;
  margin: 0 auto; /* position:relative; */ /* top:-80px; */ /* left:0; */
  margin: 80px 0;
}

.orderInfo .tabsWrap.type02 {
  top: 0px; /* margin: 80px 0; */
}

.orderInfo .tabsWrap.type03 {
  top: 0px;
  margin: 25px 0 60px;
}

.orderInfo .tabsWrap.type04 {
  top: 0px;
  margin: 25px 0 0px;
}

.orderInfo .tabsWrap.type05 {
  top: 0px;
  margin: 80px 0 60px;
}

.orderInfo .tabContent {
  position: relative; /* top:-80px; */
  left: 0;
  margin-bottom: 80px;
}

.orderInfo.type03 .tabContent {
  position: relative;
  top: 0px;
  left: 0;
}

.orderInfo ul.tabs {
  height: 80px;
  display: flex;
}

.orderInfo ul.tabs li {
  cursor: pointer;
  background: #e0e2e2;
  text-align: center;
  height: 80px;
  line-height: 80px;
  margin-right: 1px;
  font-size: 16px;
  font-weight: bold;
  width: auto;
  flex: 1 1 auto;
}

.orderInfo ul.tabs li:last-child {
  margin-right: 0;
}

.orderInfo ul.tabs li.active {
  background: #393c44;
  color: #fff;
}

.orderInfo.type02 .tabsWrap {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  top: 0px;
  left: 0;
  margin-top: 80px;
}

.orderInfo.type02 .tabContent {
  position: relative;
  top: 0px;
  left: 0;
  margin-top: 40px;
}

.orderInfo.type04 .tabContent {
  position: relative;
  top: 0px;
  left: 0;
  margin-top: 0px;
}

.orderInfo.type03 ul.tabs li {
  width: 235px;
}

.orderInfo.type04 ul.tabs li {
  width: 294px;
}

.proInfoView {
  clear: both;
}

.proInfoView dl {
  padding: 45px 0 25px;
  background: url("/assets/img/common/line_04.gif") repeat-x 0 0;
}

.proInfoView dt {
  position: relative;
  font-size: 26px;
  width: 215px;
  padding-bottom: 52px;
}

.proInfoView dt:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 20px;
  margin-left: 10px;
  background: #333;
  width: 40px;
  height: 2px;
}

.proInfoView dd .info {
  display: flex;
  line-height: 24px;
  position: relative;
  top: -8px;
}

.proInfoView dd .info p {
  padding-bottom: 28px;
  line-height: 20px;
}

.proInfoView dd .info:first-child p {
  padding-top: 28px;
}

.proInfoView dd .info p:nth-child(1) {
  width: 210px;
}

.proInfoView dd .info p:nth-child(2) {
  width: 970px;
}

/*.proInfoView .serMapInfo{height:450px; background:url("/assets/img/service/service_map_bg_01.png") no-repeat 0 0;}*/
.proInfoView.type02 dt:after {
  display: none;
}

.totalService h3 {
  padding: 65px 0 77px;
  text-align: center;
}

.totalService .service {
  overflow: hidden;
  background: #fff url("/assets/img/common/service_bg.png") no-repeat 0 132px;
  margin-bottom: 90px;
}

.totalService .service dl {
  padding-left: 60px;
}

.totalService .service dt {
  font-size: 18px;
  color: #801494;
  margin-bottom: 10px;
  font-family: "Spoqa Han Sans Bold", "Sans-serif";
}

.totalService .service dt span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #e0e2e2;
  margin-bottom: 10px;
  font-family: "Spoqa Han Sans Bold", "Sans-serif";
}

.totalService .service dd {
  height: 110px;
  color: #9f9f9f;
  line-height: 16px;
}

.totalService .service dl {
  float: left;
}

.totalService .service dl:nth-child(1) {
  background: url("/assets/img/product/ser_ico_01.png") no-repeat 60px bottom;
}

.totalService .service dl:nth-child(2) {
  background: url("/assets/img/product/ser_ico_02.png") no-repeat 60px bottom;
}

.totalService .service dl:nth-child(3) {
  background: url("/assets/img/product/ser_ico_03.png") no-repeat 60px bottom;
}

.totalService .service dl:nth-child(4) {
  background: url("/assets/img/product/ser_ico_04.png") no-repeat 60px bottom;
}

.totalService .service dl:nth-child(5) {
  background: url("/assets/img/product/ser_ico_05.png") no-repeat 60px bottom;
}

.totalService .service dl:nth-child(6) {
  background: url("/assets/img/product/ser_ico_06.png") no-repeat 60px bottom;
}

.totalService .service dl:nth-child(7) {
  background: url("/assets/img/product/ser_ico_07.png") no-repeat 60px bottom;
}

.totalService.type02 {
  margin-top: 50px;
}

.totalService.type02 .service {
  overflow: hidden;
  background: none;
  margin-bottom: 40px;
}

.totalService.type02 .service dl {
  padding: 0 76px 0 0;
}

.totalService.type02 .service dl:last-child {
  padding: 0 0 0 0;
}

.totalService.type02 .service dl:nth-child(1) {
  background: url("/assets/img/product/ser_ico_01.png") no-repeat 0px bottom;
}

.totalService.type02 .service dl:nth-child(2) {
  background: url("/assets/img/product/ser_ico_02.png") no-repeat 0px bottom;
}

.totalService.type02 .service dl:nth-child(3) {
  background: url("/assets/img/product/ser_ico_03.png") no-repeat 0px bottom;
}

.totalService.type02 .service dl:nth-child(4) {
  background: url("/assets/img/product/ser_ico_04.png") no-repeat 0px bottom;
}

.totalService.type02 .service dl:nth-child(5) {
  background: url("/assets/img/product/ser_ico_05.png") no-repeat 0px bottom;
}

.totalService.type02 .service dl:nth-child(6) {
  background: url("/assets/img/product/ser_ico_06.png") no-repeat 0px bottom;
}

.totalService.type02 .service dl:nth-child(7) {
  background: url("/assets/img/product/ser_ico_07.png") no-repeat 0px bottom;
}

.totalService.type03 .service {
  overflow: hidden;
  background: none;
  margin-bottom: 90px;
}

.reviewBox.open {
  height: auto;
  background: #fff;
  padding: 10px 28px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 3px 5px 17px -3px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 3px 5px 17px -3px rgba(0, 0, 0, 0.32);
  box-shadow: 3px 5px 17px -3px rgba(0, 0, 0, 0.32);
  margin-bottom: 10px;
  margin-top: -1px;
}

.reviewBox.open .header .state {
  width: 90px;
  text-align: left;
}

.reviewWrap .total {
  text-align: right;
  padding: 38px 0 20px;
  position: relative;
  background: url("/assets/img/common/line_04.gif") repeat-x 0 bottom;
}

.reviewWrap .review {
  font-size: 16px;
}

.reviewWrap .header {
  display: flex;
  position: relative;
  background: url("/assets/img/common/line_04.gif") repeat-x 0 bottom;
  padding: 30px 0 20px;
}

.reviewWrap .header .state {
  width: 119px;
  text-align: center;
}

.reviewWrap .header .list {
  width: 550px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  top: 5px;
}

.reviewWrap .header .list span {
  display: block;
}

.reviewWrap .header .list span.model {
  font-size: 22px;
  margin: 4px 0 14px;
}

.reviewWrap .header .list span.model em {
  font-size: 12px;
  color: #a0a0a0;
  padding: 0 10px;
}

.reviewWrap .header .list span.model em:after {
  display: inline-block;
  content: " ";
  background: #ddd;
  width: 1px;
  height: 10px;
  position: relative;
  left: 12px;
  top: 2px;
}

.reviewWrap .header .list span.model em:last-child:after {
  display: none;
}

.reviewWrap .header .nameScore {
  position: relative;
  top: 15px;
  left: 60px;
}

.reviewWrap .header .nameScore ul {
  display: flex;
}

.reviewWrap .header .nameScore ul li {
  font-size: 14px;
  padding: 0 13px;
  color: #7f7f7f;
}

.reviewWrap .header .nameScore ul li:first-child {
  width: 160px;
  text-align: right;
  padding-left: 0;
}

.reviewWrap .header .nameScore ul li:first-child:after {
  display: inline-block;
  content: " ";
  background: #ddd;
  width: 1px;
  height: 10px;
  position: relative;
  left: 12px;
  top: 1px;
}

.reviewWrap .header .nameScore span.score {
  width: 99px;
  height: 16px;
  margin-top: -2px;
}

.reviewWrap .header .nameScore span.score.s00 {
  background: url("/assets/img/product/score_ico_01.png") no-repeat 0 0;
}

.reviewWrap .header .nameScore span.score.s01 {
  background: url("/assets/img/product/score_ico_01.png") no-repeat 0 -16px;
}

.reviewWrap .header .nameScore span.score.s02 {
  background: url("/assets/img/product/score_ico_01.png") no-repeat 0 -32px;
}

.reviewWrap .header .nameScore span.score.s03 {
  background: url("/assets/img/product/score_ico_01.png") no-repeat 0 -48px;
}

.reviewWrap .header .nameScore span.score.s04 {
  background: url("/assets/img/product/score_ico_01.png") no-repeat 0 -64px;
}

.reviewWrap .header .nameScore span.score.s05 {
  background: url("/assets/img/product/score_ico_01.png") no-repeat 0 -80px;
}

.reviewWrap .tHeader {
  border-top: 1px solid #e0e2e2;
  padding: 22px 0 22px;
  background: url("/assets/img/common/line_04.gif") repeat-x 0 bottom;
}

.reviewWrap .tHeader ul {
  display: flex;
  font-weight: bold;
}

.reviewWrap .tHeader ul li:nth-child(1) {
  margin-left: 122px;
  width: 142px;
  padding-left: 38px;
}

.reviewWrap .reviewCon {
  font-size: 16px;
  padding: 30px 0px;
  color: #666;
  line-height: 24px;
}

.reviewWrap .reviewCon img {
  padding-top: 24px;
  max-width: 100%;
}

.reviewWrap.type02 .header {
  height: 60px;
  background: none;
}

.reviewWrap.type02 .header {
  padding: 0px;
}

.reviewWrap.type02 .header .list span.model {
  color: #333;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0px;
}

.reviewWrap.type02 .header .list span.txt {
  margin-top: -15px;
}

.reviewWrap.type02 .header .list span.model em {
  position: relative;
  top: -4px;
}

.reviewWrap.type02 .header .state {
  width: 90px;
  text-align: left;
}

.reviewWrap.type02 .header .list {
  width: 900px;
  height: 80px;
  position: relative;
  top: -11px;
}

.reviewWrap.type02 .header .nameScore {
  position: relative;
  top: 10px;
  left: 60px;
}

.reviewWrap.type03 .review {
  font-size: 16px;
}

.reviewWrap.type03 .header {
  display: flex;
  position: relative;
  background: url("/assets/img/common/line_04.gif") repeat-x 0 bottom;
  padding: 25px 0 3px;
}

.reviewWrap.type03 .header .state {
  width: 112px;
  text-align: left;
  padding-left: 15px;
  position: relative;
  top: -8px;
}

.reviewWrap.type03 .header .list {
  display: flex;
  width: 950px;
  font-size: 16px;
}

.reviewWrap.type03 .header .list span {
  display: block;
}

.reviewWrap.type03 .header .list span.service {
  width: 172px;
}

.reviewWrap.type03 .reviewBox.open {
  position: relative;
  top: -1px;
  padding: 0;
  border: 1px solid #333;
}

.reviewWrap.type03 .reviewBox.open .header {
  border-bottom: 1px solid #333;
  background: none;
}

.reviewWrap.type03 .header .nameScore {
  position: relative;
  top: 5px;
  left: 60px;
}

.reviewWrap.type03 .reviewCon {
  font-size: 16px;
  padding: 25px 20px 25px 20px;
  color: #666;
  line-height: 24px;
  word-break: keep-all;
}

.reviewWrap.type03 .reviewCon img {
  padding-top: 24px;
}

.reviewWrap.type03 .reviewCon .state {
  float: left;
  margin-right: 40px;
}

.reviewWrap.type03 .reviewCon .conView {
  padding-left: 100px;
  background: url("/assets/img/common/answer.png") no-repeat 20px 0;
}

.reviewWrap.type03 .reviewCon .conView p {
  min-height: 40px;
}

.orderSubmitWrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.orderSubmitWrap .orderSubmit {
  width: 753px;
}

.orderSubmitWrap .infoHeader {
  width: 689px;
  height: 60px;
  line-height: 60px;
  background: #e0e2e2;
  border-bottom: 1px solid #ccc;
  border-radius: 25px 25px 0 0;
  padding: 0 32px;
}

.orderSubmitWrap .infoHeader .purchased {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.orderSubmitWrap .orderList.rental {
  margin-top: -22px;
}

.orderBox {
  width: 387px;
  position: absolute;
  right: 0;
  top: -80px;
}

.orderBox .contents {
  background: #fff;
  padding: 36px 30px;
  font-weight: bold;
}

.orderBox .proInfo {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 12px 5px;
  margin-top: 20px;
}

.orderBox .proInfo dl {
  padding: 9px 0;
}

.orderBox .proInfo dt {
  float: left;
  width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 15px;
}

.orderBox .proInfo dd {
  text-align: right;
}

.orderBox.retal .contents {
  padding: 36px 30px 12px;
}

.orderBox.retal .proInfo dt {
  float: left;
  width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 15px;
}

.orderBox.retal .proInfo dd span:first-child {
  text-align: left;
}

.orderBox.retal .proInfo dd span:last-child {
  width: 100px;
}

.orderBox.detail {
  width: 387px;
  position: absolute;
  right: 0;
  top: 20px;
}

.myRentalInfo {
  background: #fff;
  padding: 0px 50px;
  margin-top: -60px;
  -webkit-box-shadow: 4px 2px 15px -3px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 4px 2px 15px -3px rgba(0, 0, 0, 0.24);
  box-shadow: 4px 2px 15px -3px rgba(0, 0, 0, 0.24);
}

.myRentalInfo ul {
  font-size: 20px;
  font-weight: bold;
}

.myRentalInfo ul > li {
  padding: 60px 10px;
}
.myRentalInfo ul > li.rental-box {
  padding: 40px 10px;
}
.myRentalInfo ul > li.rental-box .myRental {
  align-items: center;
}
.myRentalInfo ul > li.rental-box .myRental .lft-set {
  display: flex;
  align-items: center;
  gap: 28px;
}
.myRentalInfo ul > li.rental-box .myRental .lft-set > .icon {
  width: 180px;
  aspect-ratio: 180/144;
}
.myRentalInfo ul > li.rental-box .myRental .lft-set .rental-txt .client {
  display: flex;
  align-items: flex-end;
}
.myRentalInfo ul > li.rental-box .myRental .lft-set .rental-txt .client .name {
  min-width: 118px;
  height: 40px;
  margin-right: 10px;
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-image: linear-gradient(#fff, #fff), var(--gradient);
  border: 2px solid transparent;
  border-radius: 32px;
}
.myRentalInfo ul > li.rental-box .myRental .lft-set .rental-txt .client .name > p {
  padding: 0 10px;
  text-align: center;
  font-size: 28px;
  line-height: 44px;
  font-weight: var(--fw-bold);
  color: var(--text-3);
}
.myRentalInfo ul > li.rental-box .myRental .lft-set .rental-txt .client > .txt {
  font-size: 18px;
  line-height: 24px;
  font-weight: var(--fw-medium);
  color: var(--text-3);
}
.myRentalInfo ul > li.rental-box .myRental .lft-set .rental-txt > .txt {
  margin-top: 16px;
  font-size: 20px;
  line-height: 36px;
  font-weight: var(--fw-light);
  color: var(--text-3);
  letter-spacing: 0.3px;
}
.myRentalInfo ul > li.rental-box .myRental .lft-set .rental-txt > .txt > strong {
  padding-right: 1px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.myRentalInfo ul > li.rental-box .myRental .lft-set .rental-txt > .txt > strong.c-primary {
  color: var(--m-color);
}
.myRentalInfo ul > li.rental-box .myRental .rgt-set .rental-btn {
  width: 310px;
  height: 68px;
  padding: 12px 20px 12px 16px;
  background: var(--m-color);
  border-radius: 70px;
  font-size: 20px;
  font-weight: var(--fw-bold);
  color: var(--white-color);
}
.myRentalInfo ul > li.rental-box .myRental .rgt-set .rental-btn .icon {
  width: 32px;
  height: 32px;
}
.myRentalInfo ul > li.rental-box .myRental .rgt-set .rental-btn .icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.myRentalInfo ul > li + li {
  border-top: 1px solid #ccc;
}

.myRental {
  display: flex;
  justify-content: space-between;
}

.myRental div:first-child span.mTitle {
  width: 210px;
}

.myRental span.mTitle {
  margin-right: 25px;
}

.myRental span.mInfo {
  font-size: 40px;
  position: relative;
  top: 5px;
}

.myRental span.mInfo.num {
  color: #801494;
  margin-right: 10px;
}

.myRental a.goView {
  position: relative;
  top: 5px;
}

.myRental span.overdue {
  font-size: 12px;
  margin: 0 5px 0 20px;
}

.myRental em {
  margin-right: 10px;
}

.date {
  position: relative;
  float: left;
}

.date .ui-datepicker-trigger {
  position: absolute;
  left: 0;
  top: 19px;
  cursor: pointer;
}

.date input.type03 {
  padding: 0 20px 0 30px;
}

.date .hasDatepicker {
  font-size: 16px;
}

.date2 {
  position: relative;
  float: left;
}

.date2 .ui-datepicker-trigger {
  position: absolute;
  left: 0;
  top: 0px;
  cursor: pointer;
}

.date2 input.type03 {
  padding: 0 20px 0 30px;
}

.date2 .hasDatepicker {
  font-size: 16px;
}

.accordion > ul > li {
  cursor: pointer;
}

.termsAgree {
  position: relative;
  margin-bottom: 50px;
}

.termsAgree .allAgree {
  margin-bottom: 40px;
}

.termsAgree .sAgree {
  padding: 20px 20px 10px;
  border-left: 2px solid #fff;
  position: relative;
  left: 12px;
  margin-top: 20px;
}

.termsAgree .sAgree ul li {
  margin-bottom: 20px;
}

.termsAgree .sAgree input[type=checkbox].type02 + label {
  font-size: 18px;
}

.termsAgree .sAgree a.agreeBtn {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-left: 30px;
}

.termsAgree .sAgree .conWrap {
  padding: 20px 20px 42px;
  border-left: 2px solid #fff;
  position: relative;
}

.termsAgree .sAgree .conWrap ul li {
  float: left;
  margin-right: 30px;
}

.termsAgree .ssAgree {
  padding: 20px 20px 42px;
  border-left: 2px solid #fff;
  position: relative;
  left: 43px;
  margin-top: -10px;
}

.termsAgree .ssAgree ul li {
  float: left;
  margin-right: 30px;
}

.termsAgree .ssAgree input[type=checkbox].type02 + label {
  font-size: 18px;
}

.termsAgree .descInfo {
  position: absolute;
  left: 58px;
  bottom: -110px;
}

.termsAgree .marketingDescInfo {
  color: white;
  margin-bottom: 10px;
}

.cAgree label em {
  position: relative;
  top: 2px;
}

.cAgree ul {
  display: flex;
  justify-content: space-around;
}

.cAgree ul li {
  width: 393px;
  border-right: 1px solid #cdcdcd;
}

.cAgree ul li:last-child {
  border-right: 0;
}

.cAgree ul li span {
  display: block;
  text-align: center;
  line-height: 25px;
}

.cAgree ul li span:nth-child(1) {
  font-weight: bold;
}

.agreeBox {
  width: 100%;
}

.agreeBox .conView {
  padding: 14px 0 0px;
  border-top: 1px solid #999;
  font-size: 14px;
}

.agreeBox p {
  padding: 20px 0 18px;
}

.agreeBox dl {
  width: 100%;
  font-weight: bold;
  line-height: 45px;
  overflow: hidden;
}

.agreeBox dl dt {
  font-weight: bold;
  float: left;
  font-size: 28px;
  color: #e0e2e2;
  padding-right: 8px;
}

.agreeBox dl dd {
  font-weight: bold;
  color: #666;
  line-height: 45px;
  letter-spacing: -0.5px;
}

.certification {
  display: flex;
}

.certification .phone {
  margin-right: 120px;
  background: url("/assets/img/member/mem_bg_01.png") right 97px no-repeat;
}

.certification .ipin {
  background: url("/assets/img/member/mem_bg_02.png") right 97px no-repeat;
}

.certification p {
  color: #e8e3de;
  font-size: 14px;
  padding: 17px 0 54px;
  line-height: 20px;
}

.certification .business p {
  padding: 17px 0 20px;
}

.submitAreaWrap .submitLeft {
  width: 570px;
  margin-right: 40px;
}

.submitAreaWrap {
  /*width:1180px; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.submitAreaWrap.type02 {
  margin-bottom: 0px;
}

.submitAreaWrap.type02 .submitLeft {
  width: 570px;
  margin-right: 40px;
}

.submitAreaWrap.type02 .submitRight {
  width: 570px;
}

.submitAreaWrap.type02 .submitArea {
  margin-bottom: 0px;
}

.submitAreaWrap.type02 .submitArea:last-child .submit {
  margin-bottom: 0px;
}

.submitAreaWrap.type02 .submitArea .conWrap {
  width: 395px;
}

.submitAreaWrap.type04 {
  margin-bottom: 30px;
}

.submitAreaWrap.type04 .submitLeft {
  width: 600px;
  margin-right: 40px;
}

.submitAreaWrap.type04 .submitRight {
  width: 540px;
}

/* 왼쪽이 더 긴경우  */
.submitAreaWrap.type03 {
  margin-bottom: 0px;
}

.submitAreaWrap.type03 .submitLeft {
  width: 740px;
  margin-right: 40px;
}

.submitAreaWrap.type03 .submitRight {
  width: 400px;
}

.submitAreaWrap.type03 .submit {
  margin-top: 19px;
}

.submitAreaWrap.type03 .submitArea.type04 .submit {
  width: 100%;
  border-bottom: 1px solid #999;
  margin-bottom: 0px;
}

.submitArea {
  position: relative;
  margin-bottom: 50px;
}

.submitArea .submitGroup {
  margin-bottom: 40px;
}

.submitArea .submitGroup .submit:first-child {
  border-bottom: 0;
  height: 80px;
}

.submitArea .submitGroup .submit:first-child:after {
  display: inline-block;
  content: " ";
  background: #999;
  width: 605px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 60px;
}

.submitArea .submit {
  position: relative;
  width: 900px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.submitArea .submit input {
  z-index: 5000;
}

.submitArea .submit label {
  font-size: 19px;
  color: #fff;
  font-family: "Spoqa Han Sans Bold", "Sans-serif";
  letter-spacing: -1px;
}

.submitArea .submit label > span {
  width: auto;
  display: inline-block;
  background: url("/assets/img/common/divi_03.png") right 20px no-repeat;
  letter-spacing: -1px;
  position: relative;
}

.submitArea .submit input.type02 {
  position: relative;
  top: -3px;
}

.submitArea .submit i.ico06 {
  position: relative;
  top: 5px;
  margin-right: 8px;
}

.submitArea .submit .conWrap {
  display: inline-block;
  width: 570px;
  min-height: 60px;
  padding-left: 20px;
  color: #333;
  font-size: 18px;
  white-space: nowrap;
} /* 제목은 150px고정~ 컨텐츠 내용들어가는 부분 */
.submitArea .submit .conWrap input[type=radio] + label span {
  background: none;
}

.submitArea .submit .conWrap .raGroup label > span {
  background: none;
}

.submitArea .submit .conWrap a.searchBtn03,
.conWrap a.calendar,
.conWrap a.time {
  position: relative;
  top: 7px;
}

.submitArea .submit .conWrap.type02 {
  width: 1000px;
}

.submitArea .submit .conWrap.type03 {
  width: 1005px;
  height: auto;
}

.submitArea .submit .conWrap.type04 {
  width: 400px;
  height: auto;
}

.submitArea .submit .conWrap.type05 {
  width: 480px;
  height: auto;
  white-space: normal;
}

.submitArea .submit .conWrap.type06 {
  width: 406px;
  height: auto;
}

/*.submitArea .submit .conWrap.type07{width:180px; height:auto;}*/
.submitArea .submit .conWrap.type07 {
  width: 38ch;
  max-width: 100%;
  height: auto;
  white-space: normal;
  line-height: 20px;
}

.submitArea .submit input[type=radio]:checked:focus + label {
  outline: 1px dotted #71777c;
}

.submitArea .submit .timeCheck {
  margin-top: 18px;
}

.submitArea .submit .timeCheck li {
  margin: 0 0 10px 0;
}

.submitArea .submit .timeCheck li:last-child {
  margin: 0;
}

/* .submitArea .submit .timeCheck span{font-size:15px; background:#e3e3e3; padding:5px 10px; margin:0 10px 0 0; border-radius:20px; cursor:pointer} */
.submitArea .submit .timeCheck span {
  font-size: 15px;
  background: #832082;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  cursor: pointer;
  color: #fff;
}

.submitArea .submit .timeCheck span:hover,
.submitArea .submit .timeCheck span.on {
  background: #ff4444;
  color: #fff;
}

.submitArea .submit .timeCheck span.off {
  background: #e3e3e3;
  cursor: default;
  pointer-events: none;
  color: #333;
}

/* .popArea .timeCheck{margin-top:18px} */
.popArea .timeCheck li {
  margin: 0 0 10px 0;
}

.popArea .timeCheck li:last-child {
  margin: 0;
}

.popArea .timeCheck span {
  font-size: 15px;
  background: #832082;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  cursor: pointer;
  color: #fff;
}

.popArea .timeCheck span:hover,
.popArea .timeCheck span.on {
  background: #ff4444;
  color: #fff;
}

.popArea .timeCheck span.off {
  background: #e3e3e3;
  cursor: default;
  pointer-events: none;
  color: #333;
}

.conWrapAll {
  display: inline-block;
  width: 1026px;
}

.conWrapAll .conWrap {
  width: 500px;
}

.submitArea .conWrapAll .conWrap:nth-child(2n+1) {
  width: 400px;
}

.submitArea .conWrapAll .conWrap:nth-child(2n+2) {
  padding-left: 41px;
  width: 561px;
}

.submitArea .submit .conWrap span.bank {
  margin-right: 35px;
}

.submitArea .submit .conWrap span.serView {
  font-size: 12px;
  font-weight: bold;
}

.submitArea .submit .conWrap span.serView em {
  position: relative;
  top: -2px;
  margin: 0 5px 0 22px;
}

.submitArea .submit .conWrap span.serView a.goView {
  position: relative;
  top: 5px;
}

.submitArea .submit .conWrap textarea {
  margin-top: 15px;
}

.submitArea .submit.list label {
  vertical-align: top;
}

.submitArea .info {
  padding-left: 170px;
  margin-top: 10px;
}

.submitArea .info p {
  margin-bottom: 5px;
}

.submitArea .tip,
.submitArea .tip02,
.submitArea .guide {
  position: absolute;
  left: 0px;
  top: 50px;
  z-index: 1900;
}

.submitArea.type02 {
  margin-bottom: 40px;
}

.submitArea.type02 .submit {
  width: 570px;
}

.submitArea.type02 .submit label {
  display: inline-block;
  width: auto;
}

.submitArea.type02 .submit button.type03 {
  position: relative;
  top: 12px;
}

.submitArea.type02 .submit input[type=radio] + label span {
  width: auto;
  margin: 0 20px 0 0;
}

.submitArea.type02.blank {
  height: 61px;
}

/* submit width:570px */
.submitArea.type03 .submit {
  width: 570px;
  border-bottom: 1px solid #999;
}

.submitArea.type03 .submit label {
  color: #333;
}

.submitArea.type03 .submit label span {
  background: url("/assets/img/common/divi_04.png") right 20px no-repeat;
  position: relative;
}

/* width:100% / bottom:40px */
.submitArea.type04 .submitGroup .submit {
  margin-bottom: 0px;
}

.submitArea.type04 .submit {
  width: 100%;
  border-bottom: 1px solid #999;
  margin-bottom: 40px;
}
.submitArea.type04 .submit.error {
  border-color: var(--error);
}
.submitArea.type04 .submit.error .conWrap > .error-txt {
  display: flex;
}
.submitArea.type04 .submit.error p.validation {
  position: static;
  margin-top: -10px;
}
.submitArea.type04 .submit.error p.validation > span {
  display: flex;
  align-items: center;
  position: static;
  margin-left: 176px;
  line-height: 20px;
}
.submitArea.type04 .submit.error p.validation > span .ico11 {
  top: 0;
  transform: translateY(-1px);
}
.submitArea.type04 .submit .conWrap > .error-txt {
  display: none;
  align-items: center;
  gap: 4px;
  padding-top: 10px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: var(--error);
  border-top: 0;
}
.submitArea.type04 .submit .conWrap > .error-txt .icon {
  transform: translateY(-1px);
}

.submitArea.type04 .submit > label {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  height: 60px;
  vertical-align: top;
}

.submitArea.type04 .submit > label > span {
  width: 150px;
  display: inline-block;
  background: url("/assets/img/common/divi_05.png") right 20px no-repeat;
  position: relative;
}

.submitArea.type04 .submit textarea.type02 {
  margin: 15px 0 0;
}

.submitArea.type04 .submit.list .conWrap {
  height: auto;
  white-space: normal;
}

.submitArea.type04 .submit.list {
  height: auto;
  border-bottom: 0;
  margin-bottom: 40px;
}

.submitArea.type04 .submit.list {
  border-bottom: 1px solid #999;
}

.submitArea.type04 .submit.list input.type03 {
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 2px;
}

.submitArea.type04.terms-chk {
  margin-top: -40px;
}

.submitArea.type04.terms-chk .submit label .txt-set.more > * {
  font-size: 16px;
}

.submitArea.type04:last-child {
  margin-bottom: 0px;
} /*확인해보기*/
.submitArea .label-addon {
  width: 150px;
  line-height: 1;
  font-size: 0.8em;
  font-weight: 500;
}

.submitArea .label-addon .time-off {
  display: inline-block;
  background-color: #e3e3e3;
  height: 1em;
  width: 2em;
}

.submitArea .label-addon .time-on {
  display: inline-block;
  background-color: #832082;
  height: 1em;
  width: 2em;
}

#jobEndTimeMsg {
  top: 100px !important;
}

#jobEndTimeMsg span {
  top: 0px;
}

#jobEndTimeMsgSec span {
  top: 0px;
}

.submitArea.type04 .submit.list .conWrap.instime {
  height: 100px;
}

/* width:100% / bottom:30px */
.submitArea.type05 {
  margin-bottom: 0;
}

.submitArea.type05 .submit {
  width: 100%;
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
}

.submitArea.type05 .submit:last-child {
  margin-bottom: 0px;
}

.submitArea.type05 .submit > label {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.submitArea.type05 .submit > label > span {
  width: 150px;
  display: inline-block;
  background: url("/assets/img/common/divi_05.png") right 20px no-repeat;
  position: relative;
}

/* width:100% / bottom:29px */
.submitArea.type06 {
  margin: 30px 0 0;
}

.submitArea.type06 .submit {
  width: 100%;
  border-bottom: 1px solid #999;
  margin-bottom: 29px;
}

.submitArea.type06 .submit:last-child {
  margin-bottom: 0px;
}

.submitArea.type06 .submit > label {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.submitArea.type06 .submit > label > span {
  width: 150px;
  display: inline-block;
  background: url("/assets/img/common/divi_05.png") right 20px no-repeat;
  position: relative;
}

.submitArea.type06 .submit.list .conWrap {
  height: auto;
  white-space: normal;
}

.submitArea.type06 .submit.list {
  height: auto;
  border-bottom: 0;
  margin-bottom: 40px;
}

.submitArea.type06 .submit.list {
  border-bottom: 1px solid #999;
}

.submitArea.type06 .raWrap {
  margin: 18px 0 -20px;
}

.submitArea.multi .submit {
  height: auto;
  margin-bottom: 0px;
}

.submitArea.multi .submit.type02 {
  height: auto;
  margin-bottom: 30px;
}

.submitArea.multi .submit > label {
  vertical-align: top;
}

.submitArea.multi .submit .conWrap p {
  padding-top: 10px;
  line-height: 35px;
  white-space: normal;
}

.submitArea.multi .sList {
  position: relative;
  padding-left: 170px;
}

.submitArea.multi .sList:first-child .vehicle {
  margin-top: 30px;
}

.submitArea.multi .sList:last-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}

.submitArea.multi .sList .vehicle {
  position: relative;
  display: flex;
  margin-bottom: 25px;
}

.submitArea.multi .sList .vehicle p {
  font-weight: bold;
  margin-right: 20px;
}

.submitArea.multi .sList .vehicle ul {
  display: flex;
}

.submitArea.multi .sList .vehicle ul li {
  padding: 0 10px;
}

.submitArea.multi .sList .vehicle ul li:after {
  display: inline-block;
  content: " ";
  width: 1px;
  height: 10px;
  background: #999;
  position: relative;
  left: 10px;
}

.submitArea.multi .sList .vehicle a.tDel {
  position: absolute;
  right: 20px;
}

.submitArea.multi .dListWrap {
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
}

.submitArea.multi .dListWrap:last-child {
  border-bottom: 0;
}

.submitArea.multi .dList {
  display: flex;
  height: 40px;
}

.submitArea.multi .dList dt {
  width: 105px;
  font-size: 14px;
  font-weight: bold;
}

.submitArea.multi .dList dd select {
  position: absolute;
  right: 0;
  margin-top: 10px;
}

.sAgreeWrap {
  margin-top: 83px;
}

.sAgreeWrap ul li {
  border-bottom: 1px solid #999;
  padding: 17px 0;
  font-weight: bold;
}

.sAgreeWrap ul li:nth-child(2) {
  padding: 25px 0 25px 30px;
}

.sAgreeWrap ul li:nth-child(2) label {
  font-size: 14px;
  color: #666;
}

.sAgreeWrap p {
  margin-bottom: 20px;
}

.submitBox {
  margin: 40px 0;
}

.submitBox dl {
  margin-bottom: 20px;
}

.submitBox dl dt {
  font-size: 18px;
  line-height: 37px;
  float: left;
  font-weight: bold;
}

p.validation {
  position: absolute;
  left: 0;
  top: -8px;
  color: #ffff00;
  z-index: 200px;
}

p.validation span {
  width: 900px;
  text-align: right;
  position: absolute;
  top: 23px;
}

p.validation:after {
  display: inline-block;
  content: " ";
  position: absolute;
  left: 0;
  top: 68px;
  background: #ffff00;
  width: 900px;
  height: 1px;
  text-align: right;
}

p.validation.type02 {
  position: absolute;
  left: 0;
  top: 60px;
  color: #ffff00;
}

p.validation.type02 span {
  width: 570px;
  text-align: left;
  position: absolute;
  top: 3px;
  left: 170px;
  font-size: 12px;
}

p.validation.type02:after {
  display: inline-block;
  content: " ";
  position: absolute;
  left: 0;
  top: 0px;
  background: #ffff00;
  width: 570px;
  height: 1px;
  text-align: right;
}

p.validation.type02 i.ico07 {
  position: relative;
  top: 5px;
}

p.validation.type03 {
  position: absolute;
  left: 0;
  top: 60px;
  color: #ff4444;
  z-index: 100;
}

p.validation.type03 span {
  width: 570px;
  text-align: left;
  position: absolute;
  top: -11px;
  left: 173px;
  font-size: 12px;
}

p.validation.type03:after {
  display: inline-block;
  content: " ";
  position: absolute;
  left: 0;
  top: 0px;
  background: #ff4444;
  width: 570px;
  height: 1px;
  text-align: right;
}

p.validation.type03 i.ico08 {
  position: relative;
  top: 5px;
}

p.validation.type03.w754:after {
  width: 754px;
}

p.validation.type04 {
  position: absolute;
  left: 0;
  top: 60px;
  color: #a0a0a0;
}

p.validation.type04 span {
  width: 570px;
  text-align: left;
  position: absolute;
  top: -10px;
  left: 174px;
  font-size: 12px;
}

p.validation.type04 span.type02 {
  line-height: 20px;
  margin-top: 16px;
}

p.validation.type04:after {
  display: none;
}

p.validation.type04 i.ico11 {
  position: relative;
  top: 6px;
  margin-right: 6px;
}

p.validation.type05 {
  position: absolute;
  left: 0;
  top: 75px;
  color: #a0a0a0;
}

p.validation.type05 span {
  width: 570px;
  text-align: left;
  position: absolute;
  top: -10px;
  left: 174px;
  font-size: 12px;
}

p.validation.type05:after {
  display: none;
}

p.validation.type05 i.ico11 {
  position: relative;
  top: 6px;
  margin-right: 6px;
}

p.validation.type06 {
  position: absolute;
  left: 0;
  bottom: 0px;
  color: #a0a0a0;
}

p.validation.type06 span {
  width: 570px;
  text-align: left;
  position: absolute;
  top: 65px;
  left: 170px;
  font-size: 12px;
  line-height: 18px;
}

p.validation.type06:after {
  display: none;
}

p.validation.type06 i.ico11 {
  position: relative;
  top: 6px;
  margin-right: 6px;
}

p.validation.type07 {
  position: relative;
  left: 0;
  top: 0px;
  color: #a0a0a0;
}

p.validation.type07 span {
  width: 570px;
  text-align: left;
  position: absolute;
  top: 65px;
  left: 170px;
  font-size: 12px;
  line-height: 18px;
}

p.validation.type07:after {
  display: none;
}

p.validation.type07 i.ico11 {
  position: relative;
  top: 6px;
  margin-right: 6px;
}

p.validation.type08 {
  position: relative;
  left: 0;
  top: 0px;
  color: #a0a0a0;
  margin-bottom: 20px;
}

p.validation.type08 span {
  width: 570px;
  text-align: left;
  position: absolute;
  top: 5px;
  left: 170px;
  font-size: 12px;
  line-height: 18px;
}

p.validation.type08:after {
  display: none;
}

p.validation.type08 i.ico11 {
  position: relative;
  top: 6px;
  margin-right: 6px;
}

.accordion-box .accordion {
  position: relative;
  padding: 1rem 1.5rem;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #cbcbcb;
  background-color: #e0e2e2;
}

.accordion-box .accordion:after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("/assets/img/common/ico_arrow_slim.png");
  background-repeat: no-repeat;
  background-position: 0 -38px;
  background-size: cover;
}

.accordion-box .accordion.on::after {
  background-position: 0 0;
}

.footerSearchBar {
  width: 100%;
  background: url("/assets/img/product/footer_bg_01.jpg") 0 0 no-repeat;
  z-index: 3000;
}

.footerSearchBar.logBefore {
  position: fixed;
  bottom: 0px;
}

.footerSearchBar.fold {
  position: fixed;
  bottom: 0px;
  margin-top: 80px;
}

.footerSearchBar footer {
  display: none;
}

.footerSearchBar .footerSearch {
  position: relative;
  top: 0;
  width: 1180px;
  height: 80px;
  margin: 0 auto;
  z-index: 3300;
}

.footerSearchBar .footerSearch .tireMatching {
  float: right;
  font-family: "KCC-eunyoung";
  font-size: 28px;
  color: #fff;
  margin: 28px 105px 0 0;
}

.footerSearchBar .footerSearch .seBtnArea {
  position: absolute;
  right: 0px;
  top: 0px;
}

.footerSearchBar .footerSearch .seBtnArea .maintenance {
  position: absolute;
  right: 80px;
  top: 0px;
}

.footerSearchBar .footerSearch a.order {
  position: absolute;
  right: 0;
  top: -80px;
} /* 로그인후 주문서 버튼 */
.footerSearchBar .orderWrap {
  display: none;
}

.footerSearchBar .selInfoBar {
  width: 1180px;
  height: 80px;
  margin: 0 auto;
}

.footerSearchBar .selInfoBar ul li:first-child {
  border-left: 1px solid #727576;
}

.footerSearchBar .selInfoBar ul li {
  float: left;
  color: #fff;
  line-height: 80px;
  padding: 0 40px;
  border-right: 1px solid #6d7171;
  font-weight: bold;
}

.footerSearchBar.open {
  position: relative;
  top: 0;
  margin-top: -80px;
  background: #fff url("/assets/img/product/pro_line_01.png") repeat-x 0 top;
}

.footerSearchBar.open footer {
  display: block;
}

.footerSearchBar.open .footerSearch {
  border-top: 1px solid #e0e2e2;
}

.footerSearchBar.open .footerSearch a.maintenance02 {
  background: url("/assets/img/product/maintenance_btn_03.png") no-repeat 0 0;
  width: 80px;
  height: 80px;
}

.footerSearchBar.open .footerSearch a.reSearch {
  background: url("/assets/img/product/search_btn_04.png") no-repeat 0 0;
  width: 80px;
  height: 80px;
}

.footerSearchBar.open .selInfoBar ul li:first-child {
  border-left: 1px solid #e0e2e2;
}

.footerSearchBar.open .selInfoBar ul li {
  color: #666;
  border-right: 1px solid #e0e2e2;
}

.footerSearchBar.open .orderWrap {
  position: relative;
  clear: both;
  display: block;
  overflow: hidden;
  width: 1180px;
  margin: 0 auto;
}

.footerSearchBar.open .orderWrap .tabsWrap {
  position: relative;
  width: 100%;
  height: 50px;
  background: #f3f3f3;
  margin: 40px 0;
}

.footerSearchBar.open .orderWrap .tabContent {
  clear: both;
}

.footerSearchBar.open .orderWrap ul.tabs {
  height: 50px;
}

.footerSearchBar.open .orderWrap ul.tabs li {
  float: left;
  cursor: pointer;
  text-align: left;
  width: 180px;
  padding-left: 18px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  color: #999;
  background: url("/assets/img/common/arrow_04.png") no-repeat right 21px;
}

.footerSearchBar.open .orderWrap ul.tabs li.active {
  height: 49px;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  color: #333;
  background: #fff url("/assets/img/common/arrow_05.png") no-repeat right 21px;
}

.orderCheckWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.orderCheckWrap .price {
  width: 480px;
}

.orderCheckWrap .price dl dd {
  font-size: 16px;
  font-weight: bold;
}

.orderCheckWrap .price dl:nth-child(1) {
  margin-bottom: 13px;
}

.orderCheckWrap .price dl:nth-child(2) {
  margin-bottom: 49px;
}

.orderCheckWrap .price dl:nth-child(2) dd {
  color: #999;
}

.orderCheckWrap .price dl:nth-child(3) {
  font-weight: bold;
}

.orderCheckWrap .price dl:nth-child(3) dt {
  font-size: 20px;
  padding-top: 10px;
}

.orderCheckWrap .price dl:nth-child(3) dd {
  font-size: 45px;
}

.orderCheckWrap .price dt {
  float: left;
  width: 200px;
  font-weight: bold;
}

.orderCheckWrap .price dd {
  text-align: right;
}

.orderCheckWrap .price.rental {
  width: 400px;
}

.orderCheckWrap .price.rental dt {
  width: 100px;
}

.orderCheckWrap .price.rental .monthPrice {
  font-size: 14px;
  color: #a8a8a8;
  position: relative;
  left: -25px;
  top: 0px;
  width: auto;
  text-align: left;
}

.orderCheckWrap .price.rental .monthPrice span.arrow {
  background: #e70505;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 6px;
  left: 0;
}

.orderCheckWrap .price.rental .monthPrice span.arrow:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 7px;
  background: url("/assets/img/product/arrow_01.png") no-repeat right 0;
  position: absolute;
  right: -10px;
  top: -3px;
}

.orderCheckWrap .price.rental .rentalPrice {
  position: relative;
  top: 13px;
}

.orderCheckWrap span.tit {
  width: 215px;
  font-size: 14px;
  font-weight: bold;
  float: left;
}

.orderCheckWrap .orderCheck .quantity {
  float: right;
}

.orderCheckWrap .orderCheck .quantity div {
  margin-bottom: 10px;
}

.orderCheckWrap .orderCheck p {
  margin-top: 100px;
  color: #a0a0a0;
  font-size: 14px;
  position: relative;
}

.orderCheckWrap .orderCheck p a {
  padding-left: 13px;
}

.orderCheckWrap .orderCheck p.type02 {
  margin-top: 0px;
  line-height: 22px;
}

.orderCheckWrap .orderCheck p.type02 a {
  position: absolute;
  right: -84px;
  top: -3px;
}

.orderCheckWrap.type02 {
  margin-bottom: 0px;
}

.rentalCheckWrap {
  margin-top: -40px;
}

.rentalCheckWrap > ul > li {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 40px 0 40px;
}

.rentalCheckWrap > ul > li:last-child {
  border-bottom: 0;
}

.rentalCheckWrap span.tit {
  width: 215px;
  font-size: 14px;
  font-weight: bold;
}

.rentalCheckWrap span.tit a {
  margin-left: 4px;
}

.rentalCheckWrap .hashBox {
  position: absolute;
  left: 0;
  top: 100px;
}

.rentalCheckWrap .hashBox span {
  margin-right: 10px;
}

.rentalCheckWrap .hashBox span:last-child {
  margin-right: 0px;
}

.rentalCheckWrap .rentalList.type02 {
  margin: 30px 0;
}

.rentalCheckWrap .rentalList dl {
  margin-bottom: 20px;
}

.rentalCheckWrap .rentalList dl:last-child {
  margin-bottom: 0px;
}

.rentalCheckWrap .rentalList dt {
  float: left;
  width: 215px;
}

.rentalCheckWrap .rentalList input[type=radio].type06 + label {
  width: 70px;
}

.rentalCheckWrap.type02 {
  margin: 30px 0 20px;
}

.rentalCheckWrap.type02 > ul > li {
  position: relative;
  padding: 20px 0 20px;
}

.rentalCheckWrap.type02 > ul > li:last-child {
  border-bottom: 1px solid #ccc;
}

.rentalCheckWrap.type02 .serviceState {
  display: flex;
}

.rentalCheckWrap.type02 .serviceState p {
  font-size: 34px;
  font-weight: bold;
  margin-right: 80px;
}

.rentalCheckWrap.type02 .serviceState p:after {
  display: inline-block;
  content: " ";
  width: 40px;
  height: 2px;
  background: #333;
  position: relative;
  left: 10px;
  top: 5px;
}

.rentalCheckWrap.type02 .rentalList dt {
  float: left;
  width: 130px;
}

.affordRental .title {
  line-height: 43px;
}

.affordRental .title p {
  font-size: 34px;
  font-family: "Spoqa Han Sans Light", "Sans-serif";
  letter-spacing: -0.5px;
}

.rentalType {
  position: relative;
  border-bottom: 1px solid #ccc;
}

.rentalType:last-child {
  border-bottom: 0;
}

.rentalType .renTitle {
  display: flex;
  justify-content: space-between;
  padding: 0px 0 25px;
}

.rentalType .renTitle input[type=radio].type04 + label {
  width: auto;
}

.rentalType .renTitle span {
  font-size: 34px;
}

.rentalType .price {
  width: 380px;
  margin: 17px 0 8px;
}

.rentalType .price dl {
  margin-bottom: 10px;
}

.rentalType .price dl dd {
  font-size: 16px;
  font-weight: bold;
}

.rentalType .price dl:nth-child(1) {
  margin-bottom: 26px;
}

.rentalType .price dl:nth-child(1) dt {
  font-size: 20px;
}

.rentalType .price dl:nth-child(1) dd {
  font-size: 45px;
}

.rentalType .price dl:nth-child(3) dd {
  color: #999;
}

.rentalType .price dt {
  float: left;
  width: 85px;
  font-weight: bold;
}

.rentalType .price dd {
  text-align: right;
}

.rentalType.disable {
  position: relative;
}

.rentalType.disable .price dl {
  color: #999;
}

.rentalType.disable .hashBox {
  opacity: 0.5;
}

.rentalType.disable .customerRental .custInfo {
  color: #999;
}

.rentalType.disable .customerRental .custInfo a.arrow {
  pointer-events: none;
  opacity: 0.5;
}

.rentalType.disable .customerRental .custInfo > dl {
  position: relative;
  display: flex;
  width: 213px;
  height: 46px;
  padding: 0 14px 0 19px;
  line-height: 46px;
  background: #fff;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}

.rentalType.disable .customerRental .custInfo > dl:last-child {
  border-right: 1px solid #eee;
}

.rentalType.disable .customerRental .custInfo .count span.noData {
  color: #eee;
}

.rentalType.disable .customerRental .custInfo span.circle {
  margin-right: 3px;
  background: #eaeaea;
}

.rentalType.disable .renTitle span {
  color: #999;
  font-size: 34px;
}

.customerRental .custInfo {
  display: flex;
  margin-bottom: 10px;
}

.customerRental .custInfo > dl {
  position: relative;
  display: flex;
  width: 202px;
  height: 46px;
  padding: 0 14px 0 19px;
  line-height: 46px;
  background: #fff;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.customerRental .custInfo > dl:last-child {
  border-right: 1px solid #ccc;
}

.customerRental .custInfo .count {
  position: absolute;
  right: 40px;
}

.customerRental .custInfo .count.type02 {
  position: absolute;
  right: 15px;
}

.customerRental .custInfo .count span.noData {
  color: #999;
}

.customerRental .custInfo a.tip {
  position: absolute;
  left: 19px;
  top: -14px;
  z-index: 5100;
}

.customerRental .custInfo a.arrow {
  position: absolute;
  right: -37px;
  top: 13px;
}

.customerRental .custInfo span.circle {
  margin-right: 3px;
}

.customerRental .custInfo #sel1 {
  width: 234px;
}

.customerState {
  margin-top: 16px;
}

.map-detail-item .customerState {
  margin-top: 11px;
}

.customerState .custInfo {
  display: flex;
}

.customerState .custInfo > dl {
  position: relative;
  display: flex;
  width: 360px;
  height: 46px;
  padding: 0 14px 0 15px;
  line-height: 46px;
  background: #fff;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.customerState .custInfo > dl:last-child {
  border-right: 1px solid #ccc;
}

.customerState .custInfo .info {
  color: #999;
  position: absolute;
  right: 12px;
}

.customerState .custInfo .info span {
  margin: 0 8px;
}

.customerState .custInfo .info span:after {
  display: inline-block;
  content: " ";
  width: 1px;
  height: 12px;
  background: #ccc;
  position: relative;
  top: 1px;
  left: 11px;
}

.customerState .custInfo .info span:last-child {
  margin: 0 0 0 12px;
}

.customerState .custInfo .info span:last-child:after {
  display: none;
}

/* s:20241205 */
.customerState .custInfo.type02 {
  flex-direction: column;
}

.customerState .custInfo.type02 > dl:first-child {
  border-top: 1px solid #999999;
}

.customerState .custInfo.type02 > dl:last-child {
  border-bottom: 1px solid #999999;
}

.customerState .custInfo.type02 > dl {
  width: auto;
  height: auto;
  line-height: 36px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 0;
  padding: 0;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}

.customerState .custInfo.type02 > dl > dt {
  width: 100px;
  text-align: center;
  border-right: 1px solid #e1e1e1;
  background: #f3f3f3;
  color: var(--txt-color);
}

.customerState .custInfo.type02 .info {
  position: initial;
  font-weight: 500;
  color: #666666;
}

/* e:20241205 */
.tipShow {
  position: absolute;
  width: 480px;
  background: #fff;
  border: 4px solid #832082;
  padding: 32px 44px 60px;
  border-radius: 30px;
  z-index: 4800;
  text-align: left;
  pointer-events: none;
  display: none;
}

.tipShow.type02 {
  width: 550px;
  padding: 32px 30px 0 44px;
}

.tipShow.type03 {
  width: 720px;
  padding: 32px 44px 20px;
}

.tipShow header {
  position: relative;
  border-bottom: 4px solid #832082;
}

.tipShow header i.tipOver {
  position: absolute;
  right: -90px;
  top: -70px;
}

.tipShow header i.tipOver.type02 {
  position: absolute;
  left: -16px;
  top: -70px;
}

.tipShow .content {
  text-align: center;
  padding-top: 40px;
}

.tipShow .content.type02 {
  text-align: left;
  padding: 20px 0;
}

.tipShow .serviceAvail {
  width: 100%;
}

.tipShow .serviceAvail p {
  line-height: 28px;
  margin-right: 8px;
}

.tipShow .serviceAvail p:last-child {
  margin-right: 0px;
}

.tipCon {
  color: #333;
}

.tipCon h3 {
  font-family: "Spoqa Han Sans Light", "Sans-serif";
  color: #333;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 8px;
}

.tipCon h3:after {
  display: inline-block;
  content: " ";
  background: #333;
  width: 40px;
  height: 2px;
  margin-left: 10px;
}

.tipCon p {
  padding: 0;
  line-height: 20px;
  margin-bottom: 30px;
}

.serviceAvail p {
  float: left; /*width:80px;*/
  margin-bottom: 8px;
}

.tipShow.tip01 {
  top: -445px;
  left: -158px;
  width: 610px;
} /* 타이어 무상 교체 서비스 */
.tipShow.tip02 {
  top: -400px;
  left: -187px;
  width: 560px;
} /* 엔진오일 교체 서비스 */
.tipShow.tip03 {
  top: -468px;
  left: -190px;
  width: 540px;
} /* 무상 얼라인먼트 서비스 */
.tipShow.tip04 {
  top: -440px;
  left: -222px;
  width: 440px;
} /* 무상 위치교환 */
.tipShow.tip05 {
  top: -402px;
  left: -498px;
  width: 480px;
} /* 방문점검 서비스 */
.tipShow.tip06 {
  top: -425px;
  left: 43px;
  width: 630px;
} /* 제공서비스안내 */
.tipShow.tip07 {
  top: 80px;
  left: 420px;
} /* 사이즈 확인 */
.tipShow.tip08 {
  top: 80px;
  left: -45px;
} /* 이용가이드 */
.tipShow.tip04:after {
  bottom: -28px;
  left: 80px;
}

.tipShow.tip05:after {
  bottom: -28px;
  left: 356px;
}

.tipShow.tip01 .info.type01 dl {
  margin-bottom: 5px;
}

.serviceAvail {
  width: 600px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.serviceAvail span.sArea {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.serviceAvail p {
  float: left;
  width: auto;
  margin-bottom: 8px;
  margin-right: 10px;
}

.info dl {
  width: 100%;
  display: flex;
  margin-bottom: -7px;
}

.info dt {
  width: 125px;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}

.info dl dd {
  font-size: 14px;
  font-weight: normal;
}

.info.type01 dt {
  width: 40px;
  font-size: 24px;
}

.info.type01 dl {
  margin-bottom: 20px;
}

.info.type01 dl:last-child {
  margin-bottom: 0px;
}

.info.type01 dl dd {
  line-height: 20px;
  color: #484848;
}

.info.type01 dl dd.ver01 {
  padding-top: 10px;
}

.info.type02 dt {
  width: 105px;
  padding-top: 5px;
  font-size: 18px;
  color: #832082;
  font-style: normal;
}

.info.type02 dl {
  border-bottom: 1px solid #ccc;
}

.info.type02 dl:first-child {
  padding-top: 15px;
}

.info.type02 dl:last-child {
  border-bottom: 0;
}

.info.type02 dd {
  padding: 20px 0 18px;
}

.info.type02 .con {
  line-height: 24px;
}

.info.type02 .con span:first-child {
  width: 150px;
  font-weight: bold;
}

.tireRanking {
  display: flex;
  justify-content: space-around;
}

.rankingBox {
  width: 100%;
  height: 160px;
  background: #f3f3f3 url("/assets/img/product/ranking_bg_01.png") no-repeat center 50px;
  margin: 40px 0;
  padding: 10px;
  border-radius: 100px;
}

.rankingBox .ranking {
  position: relative;
  float: left;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-right: 26px;
}

.rankingBox .ranking a.del {
  position: absolute;
  right: 13px;
}

.rankingBox .ranking:last-child {
  margin-right: 0;
}

.rankingBox .ranking span {
  position: relative;
  top: 95px;
}

.rankingBox .ranking.r01 {
  background: #832082 url("/assets/img/product/ranking_icon_01.png") no-repeat center 55px;
}

.rankingBox .ranking.r02 {
  background: #7e3c9b url("/assets/img/product/ranking_icon_02.png") no-repeat center 55px;
}

.rankingBox .ranking.r03 {
  background: #795bad url("/assets/img/product/ranking_icon_03.png") no-repeat center 55px;
}

.rankingBox .ranking.r04 {
  background: #832082 url("/assets/img/product/ranking_icon_04.png") no-repeat center 55px;
}

.rankingBox .ranking.r05 {
  background: #7e3c9b url("/assets/img/product/ranking_icon_05.png") no-repeat center 55px;
}

.rankingBox .ranking.r06 {
  background: #795bad url("/assets/img/product/ranking_icon_06.png") no-repeat center 55px;
}

.selBox {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 235px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 4px 2px 15px -3px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 4px 2px 15px -3px rgba(0, 0, 0, 0.24);
  box-shadow: 4px 2px 15px -3px rgba(0, 0, 0, 0.24);
  z-index: 2900;
  display: none;
}

.selBox ul li {
  border-bottom: 1px solid #ccc;
  height: 46px;
  line-height: 46px;
  background: #fff;
  padding: 0 15px;
}

.selBox ul li:hover {
  background: #f3f3f3;
}

.selBox ul li:first-child {
  background: transparent;
}

.selBox ul li:first-child a.arrowClose {
  position: absolute;
  right: 0;
  z-index: 5000;
}

.selBox ul li:last-child {
  border-bottom: 0;
}

.selBox {
  background: #fff;
  height: 186px;
  overflow-y: scroll;
  position: absolute;
  top: 46px;
  z-index: 3000;
}

.inquiryBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.inquiryBox ul {
  display: flex;
}

.inquiryBox ul li:last-child a {
  border-right: 1px solid #999;
}

.inquiryBox ul li a {
  height: 40px;
  line-height: 40px;
  padding: 0 23px;
  color: #999;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
  font-weight: bold;
}

.inquiryBox ul li a:hover,
.inquiryBox ul li a.active {
  background: #fff;
  color: #333;
}

.calBox {
  width: 362px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #999;
  position: relative;
  left: -150px;
}

.dateWrap {
  display: flex;
  position: relative;
}

.dateWrap a.searchBtn {
  position: absolute;
  right: 0;
  top: 0px;
  width: 38px;
  height: 40px;
  border-left: 1px solid #999;
  background: url("/assets/img/common/search_01.png") no-repeat center center;
}

.calBox .date img {
  margin: -10px 0 0 10px;
}

.calBox .date input.type03 {
  height: 35px;
  line-height: 35px;
  padding: 5px 0 2px 42px;
}

.mountProcess {
  margin: 40px 0 0;
}

.mountProcess > ul > li {
  position: relative;
}

.mountProcess > ul > li:after {
  display: inline-block;
  content: " ";
  width: 10px;
  height: 100%;
  background: #fff url("/assets/img/common/dot_01.png") repeat-y 4px 0px;
  position: absolute;
  top: 3px;
  left: 20px;
  z-index: 100;
  z-index: 100;
}

.mountProcess > ul > li:nth-child(3):after {
  background: none;
}

.mountProcess > ul > li:nth-child(4):after {
  background: none;
}

/*.mountProcess > ul > li:nth-child(4){padding-bottom:30px}*/
.mountProcess > ul > li.on:nth-child(3):after {
  background: none;
}

.mountProcess > ul > li.on {
  position: relative;
}

.mountProcess > ul > li.on:after {
  display: inline-block;
  content: " ";
  width: 10px;
  height: 100%;
  background: #fff url("/assets/img/common/dot_02.png") repeat-y 4px 0px;
  position: absolute;
  top: 3px;
  left: 20px;
  z-index: 100;
  z-index: 100;
}

.mountProcess .pInfoView {
  width: 100%;
  display: flex;
}

.mountProcess .pInfoView .process {
  display: flex;
  width: 50px;
  margin-right: 18px;
}

.mountProcess .pInfoView .process span.pState {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  background: #ccc;
  text-align: center;
  font-size: 12px;
  color: #fff;
  z-index: 200;
}

.mountProcess .pInfoView .processCon ul.pTit {
  width: 220px;
}

.mountProcess .pInfoView .processCon ul.pTit li {
  height: 25px;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.mountProcess .pInfoView .processCon ul.pTit li:nth-child(1) {
  font-size: 28px;
  color: #e2e4e4;
  font-weight: bold;
}

.mountProcess .pInfoView .processCon ul.pTit li:nth-child(2) {
  font-size: 18px;
  color: #e2e4e4;
  font-weight: bold;
}

.mountProcess .pInfoView .processCon dl {
  position: relative;
  top: 12px;
}

.mountProcess ul li.on .pInfoView .process span.pState {
  background: #801494;
}

.mountProcess ul li.on .pInfoView .process span.pState {
  background: #801494;
}

.mountProcess ul li.on .pInfoView .processCon ul.pTit li:nth-child(2) {
  color: #801494;
}

.mountProcess .pInfoView .processCon {
  display: flex;
  width: 630px;
  border-bottom: 1px solid #999;
  padding: 6px 0 7px;
  margin-bottom: 10px;
}

.mountProcess .pInfoView .processCon p.mResult {
  font-size: 18px;
  margin-top: 35px;
}

.mountProcess .pInfoView .processCon p.mResult a.moShow {
  background: url("/assets/img/common/arrow_05.png") right 5px no-repeat;
  padding-right: 45px;
}

.mountProcess .pInfoView dl {
  float: left;
  width: 150px;
  margin-right: 40px;
}

.mountProcess .pInfoView dl:last-child {
  margin-right: 0px;
}

.mountProcess .pInfoView dt {
  font-weight: bold;
}

.mountProcess .pInfoView dd {
  font-size: 18px;
  padding-top: 9px;
}

.addView {
  margin: 20px 0 0 66px;
  background: #fff;
  display: none;
}

.addView.expanded {
  display: block;
}

.addView.expanded img {
  /*max-width:100%;*/
  width: 210px;
  height: 140px;
}

.addView ul.bxslider li {
  position: relative;
  width: 210px;
  height: 160px;
  text-align: center;
}

.addView ul.bxslider span {
  display: block;
  padding-top: 5px;
}

.sOpen {
  transform: rotate(45deg);
  transition: all 0.25s ease;
}

.mountProcess.pickup .pInfoView .processCon ul.pTit {
  width: 240px;
}

.mountProcess.pickup .pInfoView .processCon ul.pTit li:nth-child(2) {
  letter-spacing: -1px;
}

.mountProcess.pickup .pInfoView dl {
  margin-right: 25px;
}

.mountProcess.pickup > ul > li:nth-child(3):after {
  background: #fff url("/assets/img/common/dot_01.png") repeat-y 4px 0px;
}

.mountProcess.pickup > ul > li:nth-child(4):after {
  background: #fff url("/assets/img/common/dot_01.png") repeat-y 4px 0px;
}

.mountProcess.pickup > ul > li.on:after {
  background: #fff url("/assets/img/common/dot_02.png") repeat-y 4px 0px;
  height: 100%;
}

.mountProcess.pickup > ul > li:nth-child(6):after {
  background: none;
}

.zipCode {
  height: 500px;
}

.zipCode .total {
  color: #999;
  padding: 35px 0 10px;
}

.zipCode .total span {
  color: #333;
  font-weight: bold;
  margin-left: 9px;
}

.zipCode .address {
  margin: 17px 0;
}

.zipCode .address p:first-child {
  margin-bottom: 13px;
}

.zipCode .zipNum {
  font-size: 18px;
}

.introHeader {
  width: 100%;
  height: 195px;
  text-align: center;
  margin: 95px 0 90px;
  background: url("/assets/img/common/line_01.png") repeat-x 0 180px;
}

.introHeader.type02 {
  width: 100%;
  height: 128px;
  text-align: center;
  margin: 95px 0 90px;
  background: url("/assets/img/common/line_01.png") repeat-x 0 113px;
}

.benefit {
  margin-bottom: 60px;
}

.benefit.rental .tbl {
  width: 835px;
}

.benefit dl {
  display: flex;
  padding-bottom: 60px;
}

.benefit dl.type02 {
  padding-bottom: 40px;
}

.benefit dt {
  width: 345px;
}

.benefit p.desc {
  color: #333;
  margin-bottom: 55px;
}

.benefit p.view {
  padding-left: 96px;
}

.benefit p.view span {
  font-size: 15px;
  font-weight: bold;
  padding: 0 20px;
}

.benefit p.view span a {
  margin-left: 5px;
}

.benefit .info dd > p {
  margin-bottom: 10px;
  line-height: 22px;
}

.benefit .info dd > ul li {
  margin-bottom: 10px;
}

.benefit .info dd > ul li.multi {
  line-height: 22px;
}

.benefit .info dd > ul li.multi em {
  padding-left: 9px;
}

.benefit .info h4.first {
  margin: 0px 0 10px;
}

.benefit .info h4 {
  margin: 30px 0 10px;
}

.benefit .notice {
  display: flex;
  line-height: 25px;
}

.benefit .notice p {
  width: 127px;
  font-size: 26px;
  line-height: 28px;
  text-align: center;
  position: relative;
  top: 10px;
}

.benefit .notice ul li {
  line-height: 25px;
}

.benefit .cInfo {
  position: relative;
  top: 15px;
  font-size: 55px;
  font-weight: bold;
}

.benefit .cInfo.tel {
  font-family: "Spoqa Han Sans Bold", "Sans-serif";
}

.benefit .cInfo span.card {
  position: absolute;
  top: -15px;
  margin-left: 150px;
}

.benefit ul.cInfo {
  margin-top: -22px;
}

.benefit ul.cInfo li {
  font-size: 18px;
  font-weight: normal;
  line-height: 27px;
}

.benefit p.cusTit {
  padding-left: 100px;
  font-size: 13px;
  color: #801494;
  font-weight: bold;
}

.benefit p.cusSaleTit {
  padding-left: 100px;
  font-size: 12px;
  color: #9a9a9a;
  font-weight: bold;
}

.contractInfo {
  display: flex;
  justify-content: space-between;
}

.contractInfo ul {
  display: flex;
}

.contractInfo ul li {
  font-size: 14px;
  font-weight: bold;
}

.contractInfo .customerInfo {
  display: flex;
  position: relative;
  top: 20px;
}

.contractInfo .customerInfo h4 {
  margin-right: 40px;
  font-weight: normal;
  position: relative;
  top: 10px;
}

.contractInfo .customerInfo ul li:first-child {
  margin-right: 30px;
}

.contractInfo .customerInfo a.goView {
  position: relative;
  top: 6px;
  margin-left: 5px;
}

.contractInfo h3 {
  margin-top: 0;
}

.contractInfo p.desc {
  margin-bottom: 0;
}

.noDataArea {
  width: 100%;
  padding: 250px 0 100px;
  text-align: center;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  background: url("/assets/img/common/pop_alert_03.png") no-repeat center 100px;
}

.noDataArea p {
  font-family: "Spoqa Han Sans Thin", "serif";
  font-size: 34px;
}

.noDataArea.type02 {
  margin-bottom: 40px;
}

.noDataArea.type03 {
  width: 100%;
  padding: 250px 0 100px;
  text-align: center;
  border-top: 0;
  border-bottom: 0;
  background: url("/assets/img/common/pop_alert_03.png") no-repeat center 100px;
  pointer-events: none;
}

.itemtList1 {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 55px;
}

.itemtList1 > li {
  position: relative;
  float: left;
  width: 355px;
  border: 1px solid #c5c5c5;
}

.itemtList1 > li:hover {
  border: 1px solid #832082;
}

/* .itemtList1 > li + li {margin-left:54px;}
.itemtList1 > li:nth-child(3n + 4) {margin-left:0;}
.itemtList1 > li:nth-child(-n + 3) {margin-top:0;}*/
.itemtList1 > li > a {
  display: block;
}

.itemtList1 > li .thumb {
  height: 255px;
  overflow: hidden;
}

.itemtList1 > li .thumb1 {
  height: 255px;
  position: relative;
}

.itemtList1 > li .thumb1 img {
  max-width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.itemtList1 > li .thumb img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  transition: 0.45s;
}

.itemtList1 > li .thumb img:hover {
  transform: scale(1.06);
}

.itemtList1 > li .inner {
  position: relative;
  padding: 20px 24px 18px 24px;
  border-top: 1px solid #c5c5c5;
}

.itemtList1 > li .inner > .desc {
  height: 48px;
  font-size: 18px;
  color: #454545;
  line-height: 24px;
  overflow: hidden;
}

.itemtList1 > li .inner > .date {
  height: 24px;
  margin-top: 20px;
  padding-left: 22px;
  background: url(../images/common/icon/icon_calendar.png) no-repeat left 3px;
}

.itemtList1 > li .inner > .date > em {
  display: inline-block;
  font-size: 14px;
  color: #777;
  line-height: 22px;
}

.newsWrap {
  display: flex;
  width: 1180px;
  flex-wrap: wrap;
}

.newsWrap .newsBox {
  width: 380px;
  height: 120px;
  background: #fff;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 40px;
}

.newsWrap .newsBox:nth-child(3n) {
  margin-right: 0px;
}

.newsWrap .newsBox:hover {
  outline: 1px solid #333;
  cursor: pointer;
  transition: 0.1s;
  -webkit-box-shadow: 4px 3px 5px -1px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 4px 3px 5px -1px rgba(0, 0, 0, 0.31);
  box-shadow: 4px 3px 5px -1px rgba(0, 0, 0, 0.31);
}

.newsWrap .newsBox dl {
  display: flex;
}

.newsWrap .newsBox dt {
  position: relative;
  width: 120px;
  height: 120px;
  color: #fff;
  text-align: center;
  line-height: 120px;
}

.newsWrap .newsBox dt .title {
  position: absolute;
  top: -1px;
  width: 120px;
  height: 120px;
  color: #fff;
  text-align: center;
  line-height: 120px;
}

.newsWrap .newsBox dt img {
  max-width: 100%;
}

.newsWrap .newsBox dt p {
  width: 100px;
  font-size: 16px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-decoration: underline;
  padding: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsWrap .newsBox dd {
  width: 240px;
  height: 120px;
  padding: 0 10px;
  align-items: center;
}

.newsWrap .newsBox dd p {
  width: 240px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 120px;
}

/*.newsWrap .newsBox dd p:nth-child(1){font-size:36px; padding:28px 0 10px;}
.newsWrap .newsBox dd p:nth-child(2){font-size:18px; line-height:22px;}*/
.newsWrap .newsBox dt img {
  width: 120px;
}

.newsWrap .newsBox.type02 {
  width: 580px;
  height: 120px;
}

.newsWrap .newsBox.type02:nth-child(3n) {
  margin-right: 20px;
}

.newsWrap .newsBox.type02:nth-child(2n) {
  margin-right: 0px;
}

.newsWrap .newsBox.type02 dd {
  width: 440px;
  padding: 0 10px;
  line-height: 20px;
}

.newsWrap .newsBox.type02 dd p {
  width: 420px;
  height: 120px;
  text-align: center;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 22px;
}

.newsWrap .newsBox.type02 dd p:nth-child(1) {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.eventWrap {
  display: flex;
  width: 1180px;
  flex-wrap: wrap;
}

.eventWrap .eventBox {
  position: relative;
  width: 380px;
  height: 380px;
  background: #fff;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 40px;
}

.eventWrap .eventBox.alive:hover {
  cursor: pointer;
  outline: 1px solid #333;
  transition: 0.1s;
  -webkit-box-shadow: 4px 3px 5px -1px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 4px 3px 5px -1px rgba(0, 0, 0, 0.31);
  box-shadow: 4px 3px 5px -1px rgba(0, 0, 0, 0.31);
}

.eventWrap .eventBox.end .bannerWrap {
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}

/* .eventWrap .eventBox.end:hover{pointer-events:none;} */
.eventWrap .eventBox.end:before {
  content: " ";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}

.eventWrap .eventBox:nth-child(3n) {
  margin-right: 0px;
}

.eventWrap .eventBox i.end {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
}

.eventWrap .bannerView {
  width: 380px;
  height: 290px;
  overflow: hidden;
}

.eventWrap .bannerView img {
  max-width: 100%;
  height: 290px;
  overflow: hidden;
}

.eventWrap .eventBox .bannerCon {
  padding: 25px 25px 0px;
  font-weight: normal;
}

.eventWrap .eventBox .bannerCon p:nth-child(1) {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.eventWrap .eventBox .bannerCon p:nth-child(2) {
  font-size: 16px;
  color: #adadad;
}

.itemWrap {
  display: flex;
  width: 1180px;
  flex-wrap: wrap;
}

.itemWrap .eventBox {
  position: relative;
  width: 380px;
  height: 380px;
  background: #fff;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 40px;
}

.itemWrap .eventBox.alive:hover {
  cursor: pointer;
  outline: 1px solid #333;
  transition: 0.1s;
  -webkit-box-shadow: 4px 3px 5px -1px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 4px 3px 5px -1px rgba(0, 0, 0, 0.31);
  box-shadow: 4px 3px 5px -1px rgba(0, 0, 0, 0.31);
}

.itemWrap .eventBox.end .bannerWrap {
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}

/* .itemWrap .eventBox.end:hover{pointer-events:none;} */
.itemWrap .eventBox.end:before {
  content: " ";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}

.itemWrap .eventBox:nth-child(3n) {
  margin-right: 0px;
}

.itemWrap .eventBox i.end {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
}

.itemWrap .bannerView {
  width: 380px;
  height: 290px;
  overflow: hidden;
}

.itemWrap .bannerView img {
  max-width: 100%;
  height: 290px;
  overflow: hidden;
}

.itemWrap .eventBox .bannerCon {
  padding: 25px 25px 0px;
  font-weight: normal;
}

.itemWrap .eventBox .bannerCon p:nth-child(1) {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.itemWrap .eventBox .bannerCon p:nth-child(2) {
  font-size: 16px;
  color: #adadad;
}

.itemWrap1 {
  display: flex;
  width: 1180px;
  flex-wrap: wrap;
}

.itemWrap1 .eventBox {
  position: relative;
  width: 380px;
  height: 380px;
  background: #fff;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 40px;
}

.itemWrap1 .eventBox.alive:hover {
  cursor: pointer;
  outline: 1px solid #333;
  transition: 0.1s;
  -webkit-box-shadow: 4px 3px 5px -1px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 4px 3px 5px -1px rgba(0, 0, 0, 0.31);
  box-shadow: 4px 3px 5px -1px rgba(0, 0, 0, 0.31);
}

.itemWrap1 .eventBox.end .bannerWrap {
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}

/* .itemWrap .eventBox.end:hover{pointer-events:none;} */
.itemWrap1 .eventBox.end:before {
  content: " ";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}

.itemWrap1 .eventBox:nth-child(3n) {
  margin-right: 0px;
}

.itemWrap1 .eventBox i.end {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
}

.itemWrap1 .bannerView {
  width: 380px;
  height: 290px;
  overflow: hidden;
}

.itemWrap1 .bannerView img {
  max-width: 100%;
  height: 290px;
  overflow: hidden;
}

.itemWrap1 .eventBox .bannerCon {
  padding: 25px 25px 0px;
  font-weight: normal;
}

.itemWrap1 .eventBox .bannerCon p:nth-child(1) {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.itemWrap1 .eventBox .bannerCon p:nth-child(2) {
  font-size: 16px;
  color: #adadad;
}

.itemWrap1 > li {
  position: relative;
  float: left;
  width: 355px;
  margin-top: 50px;
  border: 1px solid #c5c5c5;
}

.itemWrap1 > li:hover {
  border: 1px solid #832082;
}

/*  button align type */
.btnArea {
  display: flex;
  position: relative;
}

.btnArea.center {
  display: flex;
  justify-content: center;
}

.btnArea button {
  margin-right: 10px;
}

.btnArea button:last-child {
  margin-right: 0px;
}

.btnArea.type01 {
  padding: 40px 0 100px;
}

.btnArea.type02 {
  padding-bottom: 20px;
}

.btnArea.type03 {
  padding: 40px 0 0;
}

.btnArea.type05 {
  padding-bottom: 50px;
}

.btnArea.type06 {
  padding: 70px 0 100px;
}

.btnArea.type07 {
  padding: 20px 0 0;
}

.btnArea.type08 {
  padding: 70px 0 0px;
}

/* footer */
footer {
  width: 100%;
  color: #e1e1e2;
  background: #393c44;
  clear: both;
}

footer .footerWrap {
  height: 180px;
}

footer a {
  color: #cdcdcf;
}

footer .footerWrap {
  position: relative;
  width: 1180px;
  padding-top: 30px;
}

footer .footerWrap .foTop {
  display: flex;
}

footer .footerWrap .foTop select {
  margin-right: 10px;
}

footer .footerWrap .foMenu {
  display: flex;
  margin-bottom: 10px;
}

footer .footerWrap .foMenu li {
  margin: 0 10px;
}

footer .footerWrap .foMenu li:after {
  display: inline-block;
  content: " ";
  width: 1px;
  height: 13px;
  background: #585a5f;
  position: relative;
  top: 3px;
  left: 10px;
}

footer .footerWrap .foMenu li:first-child {
  margin: 0 10px 0 0;
}

footer .footerWrap .foMenu li:last-child {
  margin: 0 70px 0 10px;
}

footer .footerWrap .foMenu li:last-child:after {
  display: inline-block;
  content: " ";
  width: 1px;
  height: 13px;
  background: none;
}

footer .footerWrap .foMenu li a {
  font-size: 13px;
}

footer .footerWrap address {
  font-size: 11px;
  color: #888a8f;
  line-height: 19px;
}

footer .footerWrap .foCopyright {
  position: relative;
  font-size: 12px;
  color: #88898d;
  padding-top: 35px; /*text-transform:uppercase*/
}

footer .footerWrap .foCopyright .foLogo {
  padding-right: 35px;
}

footer .footerWrap .foCopyright span {
  position: relative;
  top: 2px;
}

footer .footerWrap .foCopyright .boSnsGo {
  position: absolute;
  right: 0;
  top: 32px;
}

footer .footerWrap .foCopyright .boSnsGo li {
  float: left;
  margin-right: 27px;
}

footer .footerWrap .foCopyright .boSnsGo li:last-child {
  margin-right: 0px;
}

footer .footerWrap .customer {
  position: absolute;
  right: 0;
  top: 30px;
}

footer .footerWrap .customer ul li {
  text-align: right;
}

footer .footerWrap .customer ul li:first-child {
  font-size: 24px;
  color: #fff;
  margin-bottom: 12px;
}

footer .footerWrap .customer ul li:first-child span {
  font-size: 28px;
  font-weight: bold;
}

footer .footerWrap .customer ul li:last-child {
  font-size: 14px;
  color: #97989b;
}

/* table */
.tbl {
  width: 100%;
  clear: both;
}

.tbl thead th {
  text-align: center;
  font-size: 14px;
  height: 58px;
  line-height: 58px;
  background: transparent;
  font-weight: bold;
  border-top: 1px solid #e0e2e2;
  border-bottom: 1px solid #999;
  padding: 0 10px;
  color: #000;
}

.tbl thead th.tLeft {
  text-align: left;
}

.tbl thead th.tRight {
  text-align: right;
}

.tbl tbody td {
  position: relative;
  text-align: left;
  vertical-align: middle;
  background: transparent;
  border-bottom: 1px solid #999;
  padding: 7px 10px 7px;
}

.tbl tbody td.type02 {
  padding: 30px 10px 18px;
}

.tbl tbody td.type03 {
  padding: 30px 3px 18px 0;
}

.tbl tbody td.type03 .quantity {
  position: relative;
  top: -1px;
}

.tbl tbody td.type04 {
  padding: 30px 10px 6px;
}

.tbl tbody td.type04 .rental {
  position: relative;
}

.tbl tbody td.type04 .rental select.priceChange {
  position: absolute;
  right: -165px;
  top: -15px;
  z-index: 3500;
}

.tbl tbody td.tCenter {
  text-align: center;
}

.tbl tbody td.vTop {
  vertical-align: top;
  padding-top: 52px;
}

.tbl tbody td.tRight {
  text-align: right;
}

.tbl tbody td.noResult {
  /*border-bottom:0;*/
  text-align: center;
  padding: 50px 0;
  font-size: 18px;
  border-bottom: 1px solid #e0e2e2;
}

.tbl tbody td.noResult p {
  color: #e51937;
  text-align: center;
  padding: 128px 0 40px;
  font-size: 60px;
}

.tbl tbody td.orderPrice {
  font-size: 24px;
  font-weight: bold;
}

.tbl tbody td.installDate {
  font-size: 14px;
}

.tbl tbody td.installDate span {
  font-weight: bold;
  padding-left: 5px;
}

.tbl tbody td.option {
  position: relative;
}

.tbl tbody td.option .optionChange {
  width: 210px;
  position: absolute;
  top: 10px;
  left: -68px;
}

.tbl tbody td.option .quantity {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

.tbl tbody td .quantity span:first-child {
  font-weight: bold;
}

.tbl tbody td .raWrap {
  padding-left: 20px;
}

.tbl tbody td .btn button:first-child {
  margin-right: 20px;
}

.tbl tbody td .btn span.info {
  position: relative;
  top: 10px;
  color: #dd0505;
  font-weight: bold;
}

.tbl tbody td .btn a.info {
  position: relative;
  top: 10px;
  color: #dd0505;
  font-weight: bold;
  text-decoration: underline;
}

.tbl tbody td a.deCancel {
  position: relative;
  top: 0px;
  left: -4px;
}

.tbl.tHover tbody tr:hover {
  background: #fff;
  cursor: pointer;
  transition: 0.7s;
}

.tbl.type02 tbody tr:hover {
  outline: 1px solid #000;
  cursor: pointer;
  transition: 0.1s;
  -webkit-box-shadow: 4px 3px 5px -1px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 4px 3px 5px -1px rgba(0, 0, 0, 0.31);
  box-shadow: 4px 3px 5px -1px rgba(0, 0, 0, 0.31);
}

.tbl.type03 tbody td {
  text-align: left;
  font-size: 16px;
  vertical-align: middle;
  background: transparent;
  border-bottom: 1px solid #ccc;
  padding: 22px 10px 22px;
}

.tbl.type03 tbody tr:hover {
  outline: 1px solid #000;
  cursor: pointer;
  transition: 0.1s;
  -webkit-box-shadow: 4px 3px 5px -1px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 4px 3px 5px -1px rgba(0, 0, 0, 0.31);
  box-shadow: 4px 3px 5px -1px rgba(0, 0, 0, 0.31);
}

.tbl.type03 tbody td.tCenter {
  text-align: center;
}

.tbl.type03 tbody tr.noData:hover {
  outline: none;
  cursor: default;
  -webkit-box-shadow: none;
}

/* table contents view */
.tbl.view {
  font-size: 16px;
}

.tbl.view thead th {
  font-size: 16px;
  vertical-align: bottom;
  text-align: left;
  height: 44px;
  line-height: 44px;
  background: transparent url("/assets/img/common/line_01.gif") 0 bottom repeat-x;
  font-weight: normal;
  border-top: 1px solid #e0e2e2;
  border-bottom: 0;
  border-right: 0;
  padding: 18px 0 18px;
  color: #666;
}

.tbl.view thead th .title p {
  color: #333;
  line-height: 23px;
}

.tbl.view thead th .title p:nth-child(2) {
  font-size: 22px;
  margin-top: 7px;
  font-weight: bold;
}

.tbl.view tbody td {
  text-align: left;
  vertical-align: middle;
  color: #666;
  background: transparent;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px;
  line-height: 26px;
}

.tbl.view th.tCenter {
  text-align: center;
}

.tbl.view th.tLeft {
  text-align: left;
  padding: 20px 0 20px 10px;
}

.tbl.view tbody th {
  border-bottom: 1px solid #ccc;
}

.tbl.view tbody th.type02 {
  font-size: 14px;
  font-weight: bold;
}

.tbl.view tbody td.type02 {
  padding: 0;
}

.tbl.view tbody td p {
  margin-bottom: 15px;
}

.tbl.view tbody td img {
  width: 100%;
}

.tbl.view tbody tr:hover,
.tbl.submit tbody tr:hover {
  background: none;
  cursor: default;
}

.tbl.view tbody a:hover {
  font-weight: bold;
}

.tbl.view.preNext tbody td {
  padding: 16px 0 16px;
}

.answer .tbl.view {
  margin-top: 20px;
}

.answer .tbl.view thead th {
  border-top: 0;
}

.answer .tbl.view thead th .title p:nth-child(1) {
  font-size: 22px;
  margin-top: 8px;
  font-weight: bold;
}

.tbl.conView thead th {
  color: #333;
  text-align: center;
  height: 58px;
  line-height: 58px;
  background: transparent url("/assets/img/common/line_01.gif") 0 bottom repeat-x;
  font-weight: bold;
  border-top: 1px solid #e0e2e2;
  border-bottom: 0;
  border-right: 0;
}

.tbl.conView thead th.tLeft {
  text-align: left;
  padding: 0 0 0 18px;
}

.tbl.conView thead th.tRight {
  text-align: right;
}

.tbl.conView tbody td {
  text-align: left;
  vertical-align: middle;
  color: #666;
  background: transparent;
  border-bottom: 1px solid #ccc;
  padding: 17px 10px 10px 17px;
  line-height: 26px;
}

.tbl.conView tbody td.type02 {
  border-bottom: 0;
  padding: 20px 0 0px;
  line-height: 26px;
}

.tbl.conView tbody td.type03 {
  border-bottom: 0;
  padding: 0px 0 0px;
  line-height: 26px;
}

.tbl.conView tbody td.tCenter {
  text-align: center;
}

.tbl.conView tbody td.tLeft {
  padding: 20px 0 20px 18px;
}

.tbl.conView tbody td.tRight {
  text-align: right;
}

.tbl.conView tbody td.tCenter {
  text-align: center;
}

.tbl.conView tbody td.vTop {
  vertical-align: top;
  padding: 20px 0 0 18px;
}

.tbl.conView tbody td.type03.vTop {
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  padding: 0px 0 20px 18px;
}

.tbl.conView tbody td p.type02 {
  font-size: 18px;
  color: #801494;
  font-weight: bold;
}

.tbl.conView tbody tr:hover,
.tbl.submit tbody tr:hover {
  background: none;
}

.tbl.conView a.tip {
  position: relative;
}

.tbl.conView a.tip:hover {
  position: absolute;
  top: 15px;
  z-index: 4900;
}

.tbl.submit tbody tr:first-child th,
.tbl.submit tbody tr:first-child td {
  padding: 0px 0 20px 0;
}

.tbl.submit tbody th {
  font-size: 18px;
  text-align: left;
  vertical-align: middle;
  color: #333;
  min-height: 60px;
  padding: 40px 0 20px 0;
  font-weight: bold;
  border-bottom: 1px solid #999;
}

.tbl.submit tbody th.vTop {
  vertical-align: top;
  padding: 40px 0 0px 0;
}

.tbl.submit tbody th label {
  display: inline-block;
  position: relative;
  width: 150px;
  background: url("/assets/img/common/divi_05.png") right 0px no-repeat;
}

.tbl.submit tbody th label span.essen:after {
  position: absolute;
  right: 0;
  top: -18px;
}

.tbl.submit tbody th em {
  font-size: 12px;
  color: #999;
}

.tbl.submit tbody td {
  position: relative;
  font-size: 18px;
  text-align: left;
  padding: 40px 0 20px 20px;
  border-bottom: 1px solid #999;
  background: transparent;
}

.tbl.submit tbody td.type02 {
  padding: 30px 0 0px 20px;
}

.tbl.submit tbody td.type03 {
  padding: 30px 0 20px 20px;
}

.tbl.submit tbody td input.type03 {
  height: 35px;
  line-height: 35px;
  padding: 0 20px 0 0px;
}

.tbl.submit tbody td p {
  padding-left: 20px;
}

.tbl.submit tbody td p.type02 {
  padding-left: 0px;
}

.tbl.submit tbody td textarea {
  padding: 0 19px 19px 0;
}

.tbl.submit tbody td.file {
  position: relative;
}

.tbl.submit tbody td.file .validation {
  position: absolute;
  top: 32px;
  left: -150px;
}

.essen:after {
  content: "";
  display: inline-block;
  background: url("/assets/img/common/essen.png") right 16px no-repeat;
  position: absolute;
  right: 0;
  top: 6px;
  width: 150px;
  height: 50px;
}

.essen.black:after {
  background: url("/assets/img/common/essen_02.png") right 18px no-repeat;
}

.noRegister {
  text-align: center;
  line-height: 50px;
  margin-top: 196px;
}

.noRegister p:first-child {
  font-size: 60px;
  color: #e51937;
  height: 54px;
}

.noRegister p.sTxt {
  color: #333;
  font-size: 18px;
  margin: 45px 0 55px;
  text-transform: uppercase;
}

.errorWrap {
  text-align: center;
  line-height: 50px;
  margin-top: 196px;
}

.errorWrap p.errName {
  font-size: 60px;
  color: #e51937;
  line-height: 79px;
}

.errorWrap p.errName span {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: block;
}

.errorWrap p.sTxt {
  color: #333;
  font-size: 20px;
  margin: 30px 0 50px;
  line-height: 30px;
}

/* 전문점 찾기 - 핀 있을 경우 */
.mapInfoBox .serResult_01 .storeList ul > li.tit {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.mapInfoBox .serResult_01 .storeList ul > li.tit > b::before {
  position: absolute;
  content: "";
  left: -4px;
  width: 22px;
  height: 34px;
  top: -4px; /*transform: translateY(-60%);*/
  background: var(--ic-pin) no-repeat 100%/22px auto;
  cursor: pointer;
}

/* .mapInfoBox.type02 .serResult_01 .storeList ul > li.tit > b::before { transform: translateY(-60%); } */
/* 전문점 찾기 별도 엑스 버튼 */
.popupWrap a.layPopClose.type02 {
  right: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
  background: var(--ic-close-off) no-repeat 100%/40px auto;
}

.popupWrap a.layPopClose.type02:hover {
  background: var(--ic-close-on) no-repeat 100%/40px auto;
}

.mapInfoBox .mapInfoTop {
  background: #fff;
}

.mapInfoBox .mapInfoBottomRental {
  background: #fff;
  height: 390px;
}

/*s:20241206 */
/** 전문점 찾기 팝업 **/
.mapInfoBox {
  position: absolute;
  right: 0;
  top: 0px;
  width: 440px;
  height: 800px;
  z-index: 1900;
  background: #fff;
}

.mapInfoBox .searchArea {
  padding: 40px 30px 0 30px;
}

.mapInfoBox .searchArea .tit {
  font-size: 20px;
}

.mapInfoBox .searchArea h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
}

.mapInfoBox .searchArea h3.type08:after {
  content: none;
} /*기존 스타일 적용 x*/
.mapInfoBox .searchArea p.allView {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: 18px;
} /*??*/
/* 폼 */
.mapInfoBox .searchArea ul li {
  display: flex;
  align-items: center;
  position: relative;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #999;
}

.mapInfoBox .searchArea ul li select.type04 {
  font-size: 18px;
}

.mapInfoBox .searchArea ul li input.type08 {
  padding: 0 20px 0 0;
}

/* 버튼 */
.mapInfoBox .btn-wrap {
  display: flex;
  gap: 5px;
  margin-top: 25px;
}

.mapInfoBox .btn {
  width: 100%;
  line-height: 45px;
  font-size: 16px;
  border-radius: 3px;
}

.mapInfoBox .btn.img {
  background-color: transparent !important;
  color: transparent !important;
}

.mapInfoBox .btn.btn-view {
  max-width: 135px;
  border: 1px solid #832082;
  color: #832082;
}

.mapInfoBox .btn.btn-search {
  background-color: #832082;
  color: #ffffff;
}

.mapInfoBox .btn.btn-search.img {
  position: absolute;
  right: 10px;
  bottom: 0;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background-image: var(--ic-search);
  background-repeat: no-repeat;
  background-size: 23px;
}

/* toolbar */
.mapInfoBox .totalBar {
  display: flex;
  justify-content: space-between;
  height: 59px;
  line-height: 59px;
  padding: 0 30px;
}

.mapInfoBox .totalBar > .total {
  font-size: 14px;
}

.mapInfoBox .totalBar > .total .num {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
  font-weight: 600;
}

.mapInfoBox .totalBar > .total .num:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 10px;
  top: 49%;
  transform: translateY(-50%);
  background: #111111;
}

.mapInfoBox .totalBar > .total span {
  color: #333333;
  font-weight: 500;
}

.mapInfoBox .totalBar > .orderListBtn {
  position: relative;
  top: 25px;
  left: 0;
}

/* 페이지네이션 */
.mapInfoBox .pagingFooter {
  height: 52px;
  padding: 20px;
  background: #fff;
}

.mapInfoBox .pagingFooter .paging {
  margin: 0px;
  padding-bottom: 20px;
}

/* 하단 컨텐츠 */
.mapInfoBox .mapInfoBottom {
  background: #fff;
  height: 412px;
}

.mapInfoBox .scrollBox.type04 {
  margin-right: 0;
  padding-right: 0;
  height: 450px;
}

/* 하단 컨텐츠- 리스트 */
.mapInfoBox .serResult_01 {
  height: 1060px;
  padding: 0px 20px 0px 30px;
}

.mapInfoBox .serResult_01 ul > li.storeItem + li {
  margin-top: 13px;
}

.mapInfoBox .serResult_01 .storeList {
  /*border-bottom:1px solid #999;*/
  padding: 20px 15px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
}

.mapInfoBox .serResult_01 .icoArea.ic-recom {
  display: inline-block;
  padding: 8px 8px 8px 32px;
  font-size: 14px;
  font-weight: 500;
}

.mapInfoBox .serResult_01 .icoArea.ic-recom::before {
  width: 22px;
  height: 20px;
  top: 47%;
  left: 6px;
  background: var(--ic-recommend) no-repeat 100%/22px auto;
}

.mapInfoBox .serResult_01 .storeList ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mapInfoBox .serResult_01 .storeList ul > li + li.tit {
  margin-top: 15px;
}

.mapInfoBox .serResult_01 .storeList ul > li.tit {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  color: var(--sub-2-color);
  line-height: 1.5;
}

.mapInfoBox .serResult_01 .storeList ul > li.tit > b {
  padding-right: 10px;
}

.mapInfoBox .serResult_01 .storeList ul > li.tit .score {
  display: inline-block;
}

.mapInfoBox .serResult_01 .storeList ul > li.tit .num {
  font-size: 13px;
  font-weight: 600;
  color: var(--txt-color);
}

.mapInfoBox .serResult_01 .storeList ul > li.tit .num > img {
  margin: 0 3px 3px 0;
  width: 12px;
  height: 11px;
}

.mapInfoBox .serResult_01 .storeList ul > li.tit .num.all-num {
  padding-left: 10px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mapInfoBox .serResult_01 .storeList ul > li.txt {
  margin-top: 5px;
  padding-left: 20px;
  line-height: 1.5;
}

.mapInfoBox .serResult_01 .storeList .btn-wrap {
  margin-top: 13px;
  gap: 7px;
}

.mapInfoBox .serResult_01 .storeList .mStateIcon {
  margin-top: 13px;
}

.mapInfoBox .serResult_01 .storeList .mStateIcon > .state {
  margin: 0;
  padding-right: 0px;
}

.mapInfoBox .serResult_01 .storeList .mStateIcon > .state > img {
  width: 48px;
  height: auto;
}

.mapInfoBox .serResult_01 .storeList .btn-wrap:has(.btn-box) {
  display: flex;
  flex-direction: column;
}

.mapInfoBox .serResult_01 .storeList .btn-wrap .btn-box {
  display: flex;
  gap: 5px;
}

/** 전문점 찾기 **/
.mapInfoBox.type02 {
  position: absolute;
  right: 0;
  top: 0px;
  width: 440px;
  height: 800px;
  z-index: 1900;
}

.mapInfoBox.type02 {
  width: 440px;
  height: 800px;
  top: -86px;
  left: 0;
  margin-top: 172px;
  bottom: 0;
}

/* .mapInfoBox.type02 .searchArea .tit { font-size:20px;  } */
.mapInfoBox.type02 .searchArea {
  padding: 40px 40px 0 40px;
}

.mapInfoBox.type02 .searchArea h3 {
  margin-top: 15px;
  margin-bottom: 20px; /*font-size:30px;*/
}

.mapInfoBox.type02 .searchArea h3.type08:after {
  content: none;
} /*기존 스타일 적용 x*/
/* 폼 */
/* .mapInfoBox.type02 .searchArea ul li{display: flex;  position: relative;  align-items: center; height:60px;line-height:60px;border-bottom:1px solid #999;} */
/* .mapInfoBox.type02 .searchArea ul li select.type04 { font-size:18px; } */
.mapInfoBox.type02 .searchArea ul li input.type08 {
  padding: 0 27px 0 0;
}

/* 버튼 */
/* .mapInfoBox.type02 .btn-wrap { display:flex; gap:5px; margin-top: 25px; } */
.mapInfoBox.type02 .btn {
  width: 100%;
  line-height: 45px;
  font-size: 16px;
  border-radius: 3px;
}

.mapInfoBox.type02 .btn.img {
  background-color: transparent !important;
  color: transparent !important;
}

/* .mapInfoBox.type02 .btn.btn-view { max-width:135px; border:1px solid #832082; color:#832082; } */
/* .mapInfoBox.type02 .btn.btn-search { background-color:#832082; color:#FFFFFF; } */
/* .mapInfoBox.type02 .btn.btn-search.img { position: absolute; right:10px; bottom:0; transform: translateY(-50%); width:23px; height:23px; background-image: var(--ic-search); background-repeat: no-repeat; background-size: 23px; } */
/* toolbar */
.mapInfoBox.type02 .totalBar {
  padding: 0 40px;
}

.mapInfoBox.type02 .totalBar > .total {
  font-size: 18px;
}

/* .mapInfoBox.type02 .totalBar > .total .num { position:relative; margin-left:10px; padding-left:10px; font-weight: 600; } */
/* .mapInfoBox.type02 .totalBar > .total .num:before { content:""; position:absolute; left:0; width:1px; height:10px; top:49%; transform:translateY(-50%); background:#111111; } */
/* .mapInfoBox.type02 .totalBar > .total span { color:#333333; font-weight: 500; } */
/* 페이지네이션 */
.mapInfoBox.type02 .pagingFooter {
  height: 52px;
  background: #fff;
  padding: 20px;
}

.mapInfoBox.type02 .pagingFooter .paging {
  margin: 0;
}

/* 하단 컨텐츠 */
.mapInfoBox.type02 .mapInfoBottom {
  background: #fff;
  height: 448px;
  overflow: auto;
}

.mapInfoBox.type02 .scrollBox.type04 {
  height: 320px;
}

/* 하단 컨텐츠- 리스트 */
.mapInfoBox.type02 .serResult_01 {
  /*height:1060px;*/
  padding: 0px 40px;
}

.mapInfoBox.type02 .serResult_01 > ul {
  padding-bottom: 100px;
}

/* .mapInfoBox.type02 .serResult_01 > ul > li.storeItem + li { margin-top:13px; } */
/* .mapInfoBox.type02 .serResult_01 .storeList { padding:20px 15px; border:1px solid var(--border-color); border-radius: 5px; } */
/* .mapInfoBox.type02 .serResult_01 .icoArea.ic-recom { display:inline-block; padding:8px 8px 8px 32px; font-size:14px; font-weight: 500; } */
/* .mapInfoBox.type02 .serResult_01 .icoArea.ic-recom::before { width:22px; height:20px; top:47%; left:6px; background:var(--ic-recommend) no-repeat 100%/22px auto; } */
/* .mapInfoBox.type02 .serResult_01 .storeList ul > li + li.tit { margin-top:15px; } */
/* .mapInfoBox.type02 .serResult_01 .storeList ul > li.tit { font-size:18px; } */
/* .mapInfoBox.type02 .serResult_01 .storeList ul > li.tit > b { padding-right: 10px; } */
/* .mapInfoBox.type02 .serResult_01 .storeList ul > li.tit  .score { display: inline-block; } */
/* .mapInfoBox.type02 .serResult_01 .storeList ul > li.tit  .num { font-size: 13px; font-weight: 600; color:var(--txt-color);} */
/* .mapInfoBox.type02 .serResult_01 .storeList ul > li.tit  .num > img { margin:0 3px 3px 0; width:12px; height:11px; } */
/* .mapInfoBox.type02 .serResult_01 .storeList ul > li.tit  .num.all-num { padding-left:10px; font-weight: 500; text-decoration: underline; text-underline-offset: 4px; } */
/* .mapInfoBox.type02 .serResult_01 .storeList ul > li.txt { margin-top:5px; } */
/* .mapInfoBox.type02 .serResult_01 .storeList .btn-wrap { margin-top:13px; gap:7px; } */
/* .mapInfoBox.type02 .serResult_01 .storeList .mStateIcon { margin-top:13px; } */
/* .mapInfoBox.type02 .serResult_01 .storeList .mStateIcon > .state { margin:0; padding-right:0px; } */
.mapInfoBox.type02 .serResult_01 .storeList .mStateIcon > .state > img {
  width: 45px; /*height:auto; */
}

/*e:20241206 */
.mapView {
  position: relative;
  overflow: hidden;
  background: #efefef;
}

.mapArea {
  width: 100%;
  height: 1000px;
  overflow: hidden;
}

.mapAreaWrap {
  display: flex;
  justify-content: space-between;
  height: 352px;
}

.mapAreaWrap .mapView {
  width: 879px;
}

.mapSlider {
  overflow: hidden;
}

.mapSlider ul li {
  margin-bottom: 1px;
}

.serResult {
  height: 320px;
  padding: 0px 0 20px 25px;
}

.serResult .storeList {
  border-bottom: 1px solid #999;
  padding: 10px 0 20px 10px;
}

.conWrap .mStateIcon {
  line-height: 20px;
  height: 50px;
  position: relative;
  top: -10px;
}

.mStateIcon {
  display: flex;
}

.mStateIcon .state {
  margin: 15px 0 12px;
  padding-right: 10px;
}

.mStateIcon span {
  display: block;
  margin-top: 4px;
  text-align: center;
  font-size: 14px;
}

/* popup */
.alertBox {
  display: none;
  position: absolute;
  top: 600px;
  left: 50%;
  width: 430px;
  padding: 35px;
  background: #000;
  font-size: 20px;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  border-radius: 150px 150px;
  transform: translate(-50%, 0);
}

/* layer popup */
.popupWrap {
  width: 576px;
  padding: 34px 40px 50px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 6px 7px 16px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 7px 16px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 7px 16px -7px rgba(0, 0, 0, 0.75);
  z-index: 6000;
}

.popupWrap.noPd {
  padding: 0;
}

.popupWrap a.layPopClose {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2500;
  width: 30px;
  height: 30px;
  background-position: -69px -68px;
}

.popupWrap header {
  width: 80%;
  height: 60px;
  line-height: 60px;
  border-bottom: 4px solid #832082;
}

.popupWrap header.type02 {
  width: 50%;
  padding-bottom: 10px; /*height:75px; line-height:75px;*/
}

.popupWrap header.type03 {
  width: 50%;
  margin-bottom: 20px;
}

.popupWrap header.type03 .icoArea {
  position: relative;
  top: -2px;
  left: 10px;
}

.popupWrap header.noLine {
  border-bottom: 0;
}

/* s:20241206   */
.popupWrap header h2 {
  width: 100%;
  font-size: 35px;
  font-weight: 600;
  font-family: "Spoqa Han Sans", "NanumBarunGothic";
  color: #832082;
}

/* e:20241206   */
.popupWrap header a.layPopClose {
  position: absolute;
  right: 40px;
  top: 40px;
}

.popupWrap .popContent {
  position: relative;
}

.popupWrap .popContents.type02 {
  padding: 40px 0 0;
}

.popupWrap .popContents.type03 {
  padding: 40px 0 30px;
}

.popupWrap .popContents .alertView p.desc {
  color: #333;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding: 50px 0 44px;
  white-space: keep-all;
}

.popupWrap .popContents .alertView p.desc.type02 {
  padding: 50px 0 25px;
}

.popupWrap .popContents .alertView .resultView {
  font-size: 80px;
  text-align: center;
  padding: 0px 0 100px;
  font-family: "Helvetica Neue,Helvetica", "Arial,sans-serif";
  font-weight: bold;
  letter-spacing: -2px;
}

.popupWrap .popContents .alertView .resultView.alert {
  height: 65px;
  background: url("/assets/img/common/pop_alert_01.png") no-repeat center 0;
}

.popupWrap .popContents .alertView .resultView.alert02 {
  height: 65px;
  background: url("/assets/img/common/pop_alert_02.png") no-repeat center 0;
}

.popupWrap .popContents .descState {
  height: 120px;
  text-align: center;
  margin-top: 60px;
}

.popupWrap .popContents .searchResult {
  display: flex;
}

.popupWrap .popContents .searchResult .infoView ul {
  padding: 20px 0 0 40px;
}

.popupWrap .popContents .searchResult .productView {
  width: 504px;
  height: 228px;
  overflow: hidden;
}

.popupWrap .popContents .searchResult .productView img {
  max-width: 100%;
  height: auto;
}

.popupWrap .tbl tbody td {
  font-size: 14px;
}

.popupWrap .tbl.submit {
  margin-top: 50px;
}

.popupWrap .tbl.submit tbody td {
  font-size: 18px;
}

searchResult .popupWrap .tbl.submit tbody td .address {
  position: relative;
  top: -5px;
}

.popupWrap .tbl.submit tbody td .address span.addTit {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.popupWrap .tbl.submit tbody td .address ul li {
  line-height: 24px;
  margin-bottom: 20px;
}

.popupWrap.type02 {
  width: 1080px;
  height: 314px;
  padding: 34px 50px 50px;
}

.popupWrap.type02 header {
  width: 75%; /*width:652px;*/
}

.popupWrap.type02 header.type02 {
  width: 520px;
}

.popupWrap.type02 header a.size {
  position: absolute;
  top: 50px;
  right: 120px;
  width: 145px;
  height: 27px;
  background: url("/assets/img/product/size_btn.png") no-repeat 0 0;
  z-index: 4700;
}

.popupWrap.type02 header button {
  position: relative;
  top: 18px;
}

.popupWrap.type03 {
  width: 650px;
  height: 650px;
  padding: 34px 50px 20px;
}

.popupWrap.type04 {
  width: 1080px;
  height: auto;
  padding: 34px 40px 50px; /*height:650px;*/
}

.popupWrap.type05 {
  width: 650px;
  height: 830px;
  padding: 34px 50px 20px;
}

.popupWrap.type06 {
  width: 450px;
}

.popupWrap.type07 {
  width: 650px;
  height: auto;
}

.popupWrap.type08 {
  width: 800px;
  height: auto;
  padding: 34px 40px 20px;
}

.popupWrapGall {
  width: auto;
  height: auto;
  padding: 30px 40px 40px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 6px 7px 16px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 7px 16px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 7px 16px -7px rgba(0, 0, 0, 0.75);
  z-index: 6000;
}

.popupWrapGall header {
  position: relative;
  height: 60px;
  line-height: 60px;
  border-bottom: 4px solid #832082;
  margin-bottom: 20px;
}

.popupWrapGall header h2 {
  width: 100%;
  font-size: 35px;
  font-family: "NanumBarunGothicBold";
  color: #832082;
}

.popupWrapGall header a.gallPopClose {
  position: absolute;
  right: 0px;
  top: 5px;
  z-index: 2500;
}

.popupWrapGall .popContents {
  text-align: center;
}

.popupWrapGall .popContents .gallery {
  overflow: hidden;
  width: 1000px;
  height: 550px;
}

.popupWrapGall .popContents .gallery img {
  max-width: 100%;
}

.popupWrap.map {
  width: 1280px;
  height: 900px;
  padding: 0px;
}

.popupWrap.hAuto {
  width: 650px;
  height: auto;
  padding: 34px 50px 40px;
}

.popupWrap .popTerms {
  margin: 38px 0 25px;
}

.popupWrap .popTerms .terms {
  height: 70px;
  background: #f3f3f3;
  padding: 20px 30px;
  color: #666;
  line-height: 24px;
  margin-top: 20px;
  overflow-y: auto;
}

.popupWrap .customerRental .custInfo #sel1 {
  width: 214px;
}

.popupWrap .customerRental .custInfo #sel5 {
  width: 214px;
}

.popupWrap .customerRental .custInfo .selBox {
  width: 215px;
}

.popupWrap .selBox ul li input[type=radio].type06 + label {
  margin-right: 30px;
}

.cApply {
  width: 100%;
  margin-top: 42px;
}

.cApply ul li {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}

.cApply ul li span {
  margin: 0 10px;
}

.total {
  color: #666;
}

.total span {
  color: #333;
  font-weight: bold;
  margin-left: 5px;
}

.total.type02 {
  color: #999;
  padding: 33px 0 33px;
  font-weight: bold;
}

.total.type03 {
  padding: 33px 0 10px;
}

.total.type04 {
  padding: 0 0 10px;
}

.infoView {
  width: 480px;
}

.infoView ul li {
  height: 52px;
  line-height: 52px;
}

.infoView ul li span.tit {
  width: 150px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.infoView ul li span.tit:after {
  display: inline-block;
  content: " ";
  background: #ccc;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 16px;
}

.infoView ul li span.info:after {
  display: inline-block;
  content: " ";
  background: #ccc;
  width: 1px;
  height: 20px;
  position: relative;
  top: 5px;
  left: 12px;
}

.infoView ul li span:last-child:after {
  display: none;
}

.infoView ul li span.info {
  font-size: 16px;
  padding: 0 10px;
}

.carSelect {
  width: 900px;
  margin: 0 auto;
  padding: 55px 0 0;
}

.carSelect li {
  float: left;
  margin-right: 80px;
}

.carSelect li:last-child {
  margin-right: 0px;
}

.serviceIntro {
  display: flex;
  width: 100%;
}

.serviceIntro span.num {
  font-family: "Spoqa Han Sans Bold", "Sans-serif";
  font-weight: bold;
  color: #e0e2e2;
  font-size: 64px;
  letter-spacing: -1px;
}

.serviceIntro h3 {
  font-family: "Spoqa Han Sans Light", "Sans-serif";
  color: #333;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 10px;
}

.serviceIntro h3:after {
  display: inline-block;
  content: " ";
  background: #333;
  width: 40px;
  height: 2px;
  margin-left: 10px;
}

.serviceIntro dl {
  width: 100%;
}

.serviceIntro dt {
  float: left;
  margin-right: 20px;
}

.serviceIntro dd p {
  padding-left: 100px;
  line-height: 24px;
}

.serviceIntro.type02 {
  margin-bottom: 60px;
}

.serviceIntro.type03 {
  margin-bottom: 40px;
}

.numTitle {
  display: flex;
  width: 345px;
  margin-top: -4px;
}

.numTitle span.num {
  font-family: "Spoqa Han Sans Bold", "Sans-serif";
  font-weight: bold;
  color: #e0e2e2;
  font-size: 64px;
  letter-spacing: -1px;
  margin-right: 25px;
}

.numTitle h3 {
  font-family: "Spoqa Han Sans Light", "Sans-serif";
  color: #333;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 10px;
}

.numTitle h3:after {
  display: inline-block;
  content: " ";
  background: #333;
  width: 40px;
  height: 2px;
  margin-left: 10px;
}

.scrollBoxWrap > .os-scrollbar {
  padding: 0;
}

.scrollBoxWrap > .os-scrollbar-horizontal {
  right: 20px;
  height: 20px;
}

.scrollBoxWrap > .os-scrollbar-vertical {
  bottom: 20px;
  width: 20px;
}

.scrollBoxWrap.os-host-rtl > .os-scrollbar-horizontal {
  left: 20px;
  right: 0;
}

.scrollBoxWrap > .os-scrollbar-corner {
  height: 20px;
  width: 20px;
  background-color: transparent;
}

.scrollBoxWrap > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.scrollBoxWrap > .os-scrollbar-horizontal > .os-scrollbar-track:before,
.scrollBoxWrap > .os-scrollbar-vertical > .os-scrollbar-track:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
}

.scrollBoxWrap > .os-scrollbar-horizontal > .os-scrollbar-track:before {
  left: 2px;
  right: 3px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}

.scrollBoxWrap > .os-scrollbar-vertical > .os-scrollbar-track:before {
  top: 3px;
  bottom: 3px;
  width: 1px;
  left: 50%;
  margin-left: -1px;
}

.scrollBoxWrap > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: transparent;
}

.scrollBoxWrap > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 41px;
  background: url("/assets/img/common/scrollbar_ico.png") no-repeat 0 5px;
  top: 0px;
  bottom: -13px;
  left: 0px;
  right: 3px;
}

.scrollBoxWrap > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  height: 100%;
  min-width: 20px;
  max-width: 20px;
}

.scrollBoxWrap > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  width: 100%;
  min-height: 41px;
  max-height: 41px;
}

.scrollBox {
  height: 180px;
  padding: 38px 0 38px 25px;
  overflow-x: hidden;
  overflow-y: auto;
}

.scrollBox.type02 {
  height: 345px;
  padding: 10px 25px 38px 0px;
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.scrollBox.type03 {
  height: 500px;
  padding: 0px 25px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 0;
  border-bottom: 0;
}

.scrollBox.type04 {
  height: 540px;
  padding: 0px 20px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 0;
  border-bottom: 0;
  margin-right: 12px;
}

.scrollBox.type0401 {
  height: 340px;
  padding: 0px 20px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 0;
  border-bottom: 0;
  margin-right: 12px;
}

.scrollBox.type05 {
  height: 655px;
  padding: 0px 20px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 0;
  border-bottom: 0;
  margin-right: 12px;
}

.scrollBox.type06 {
  height: 655px;
  padding: 0px 25px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 0;
  border-bottom: 0;
}

.sBoxAll {
  display: flex;
  height: 200px;
  margin-top: 20px;
}

.sBoxAll .sLeft,
.sBoxAll .sRight {
  width: 500px;
  height: 160px;
  padding: 20px;
  border: 1px solid #eee;
  overflow-y: auto;
}

.sBoxAll .sLeft {
  margin-right: 20px;
}

.sizeSelectView {
  position: absolute;
  top: 58px;
  left: 160px;
  font-size: 18px;
  border-left: 1px solid #ccc;
}

.sizeSelectView ul {
  display: flex;
}

.sizeSelectView ul li {
  position: relative;
  padding: 0 42px 0 18px;
}

.sizeSelectView ul li:after {
  display: inline-block;
  content: " ";
  background: url("/assets/img/common/ico_04.png") no-repeat 0 0;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0px;
  top: -4px;
}

.sizeSelectView ul li:last-child:after {
  background: none;
}

.sizeSelectView span {
  font-size: 24px;
  position: relative;
  top: 3px;
}

.mSizeSelectView {
  position: absolute;
  top: 58px;
  left: 200px;
  font-size: 20px;
  border-left: 1px solid #ccc;
}

.mSizeSelectView p {
  padding-left: 20px;
}

.sizeSelect li {
  float: left;
  margin-bottom: 22px;
}

.sizeSelect:last-child {
  margin-bottom: 0px;
}

.sizeSelect.type01 {
  height: 38px;
}

.sizeSelect.type02 {
  height: 184px;
  margin-bottom: 60px;
}

.rentalServieView {
  position: absolute;
  top: 34px;
  left: 330px;
  font-size: 24px;
}

.rentalServieView:before {
  display: inline-block;
  content: " ";
  background: #ccc;
  width: 1px;
  height: 20px;
}

.rentalServieView span {
  padding-left: 10px;
}

.numberSearch {
  width: 520px;
  height: 56px;
  position: absolute;
  top: 45px;
  left: 50px;
  border-bottom: 4px solid #832082;
}

.numberSearch label {
  font-size: 35px;
  color: #832082;
  font-weight: bold;
  letter-spacing: -2px;
}

.numberSearch input {
  width: 300px;
  margin-top: -14px;
}

.numberSearch label:after {
  display: inline-block;
  content: " ";
  background: #ccc;
  width: 1px;
  height: 20px;
  margin-left: 42px;
}

.numberSearch a.searchBtn {
  position: relative;
  top: 7px;
}

.numberSearch.type02 label:after {
  display: inline-block;
  content: " ";
  background: #ccc;
  width: 1px;
  height: 20px;
  margin-left: 20px;
}

.numberSearch.type02 input {
  width: 250px;
  padding: 0 20px 0 10px;
  margin-top: -14px;
}

.numberSearch.type03 {
  width: 580px;
}

.numberSearch.type03 .raWrap {
  display: inline-block;
}

.numberSearch.type03 .raWrap label:after {
  background: none;
}

.numberSearch.type03 label:after {
  margin-left: 20px;
}

.numberSearch.type03 input {
  width: 165px;
  margin-top: -8px;
}

.numberSearch.type03 input[type=radio].type06 + label {
  margin: 0 -22px 0 15px;
}

.numberSearch.type03 input[type=radio].type06 + label span {
  position: relative;
  top: -5px;
}

.numberSearch.type04 {
  border-bottom: 0;
}

/* terms popup */
.termsPopup {
  width: 1100px;
  height: 513px;
  padding: 37px 40px 0 50px;
  background: #fff;
  position: absolute;
  top: 470px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 6px 7px 16px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 7px 16px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 7px 16px -7px rgba(0, 0, 0, 0.75);
  z-index: 6000;
}

.termsPopup header {
  height: 60px;
  line-height: 60px;
}

.termsPopup header:after {
  display: inline-block;
  content: "";
  background: #832082;
  width: 500px;
  height: 4px;
  position: absolute;
}

.termsPopup header h2 {
  position: relative;
  width: 100%;
  font-size: 35px;
  font-family: "NanumBarunGothicBold";
  color: #832082;
}

.termsPopup header h2 a.layPopClose {
  position: absolute;
  right: 0px;
  top: 10px;
}

.termsPopup header.type02:after {
  width: 650px;
}

.termsPopup .termsBox {
  height: 530px;
  background: #f3f3f3;
  margin-top: 50px;
  padding: 30px;
  overflow-y: auto;
}

.termsPopup .termsBox.type02 {
  height: 470px;
  background: #fff;
  padding: 0px;
}

.termsPopup .termsBox.type03 {
  height: 330px;
  background: #fff;
  padding: 0px;
}

.termsPopup .termsBox.type04 {
  height: 210px;
  background: #fff;
  padding: 0px;
}

.termsPopup .termsBox .tbl {
  font-size: 15px;
}

/* 약관내용 */
.agreementCont {
  word-break: keep-all;
  margin-bottom: 50px;
}

.agreementCont > h3 {
  font-weight: 500;
  font-size: 20px;
  color: #353535;
}

.agreementCont.type02 > h3 {
  margin-top: 35px;
}

.agreementCont > h3 + h4 {
  margin-top: 30px;
}

.agreementCont > h3 + p {
  margin-top: 33px;
}

.agreementCont > h4 {
  font-weight: bold;
  font-size: 16px;
  color: #454545;
}

.agreementCont > h4 + p {
  margin-top: 5px;
}

.agreementCont h4 + .cNumber {
  margin-top: 8px;
}

.agreementCont p {
  font-weight: 400;
  font-size: 15px;
  color: #666;
  line-height: 24px;
}

.agreementCont p + h3 {
  margin-top: 32px;
}

.agreementCont p + h4 {
  margin-top: 32px;
}

.agreementCont p + p {
  margin-top: 30px;
}

.agreementCont p + .cNumber {
  margin-top: 24px;
}

.agreementCont p + .number {
  padding-left: 35px;
}

.agreementCont .cNumber + h4 {
  margin-top: 32px;
}

.agreementCont .cNumber + p {
  margin-top: 24px;
}

.agreementCont .cNumber + h3 {
  margin-top: 32px;
}

.agreementCont .number + h4 {
  margin: 30px 0 0 10px;
}

.agreementCont li {
  color: #666;
  line-height: 24px;
}

.agreementCont li .number {
  margin: 20px 0 20px 20px;
}

.agreementCont.privacy > h3 {
  border-top: 1px solid #cdcdcd;
  padding-top: 20px;
  margin-top: 20px;
}

.agreementCont.privacy > h3 + p {
  margin-top: 20px;
}

.agreementCont.privacy > h4 {
  font-weight: 500;
  font-size: 22px;
  color: #353535;
}

.agreementCont.privacy > h4 + p {
  margin-top: 10px;
}

.agreementCont.privacy > h4 + .termsList {
  margin-top: 36px;
}

.agreementCont.privacy > p + .privacyLink {
  margin-top: 25px;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}

.agreementCont.privacy > p + .termsList {
  margin-top: 33px;
}

.agreementCont.privacy > p.etc {
  font-weight: 500;
  font-size: 16px;
  color: #454545;
}

.agreementCont.privacy .table {
  margin-top: 5px;
}

.agreementCont.privacy .table td * {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

.agreementCont.privacy p > * {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

.privacyLink {
  overflow: hidden;
}

.privacyLink > ol {
  float: left;
  width: 480px;
  padding: 25px 0 20px 0px;
}

.privacyLink > ol + ol {
  margin-left: 40px;
}

.privacyLink > ol > li a {
  font-weight: 400;
  font-size: 16px;
  color: #353535;
  line-height: 20px;
}

.privacyLink > ol > li + li {
  margin-top: 16px;
}

.privacyLink + h4 {
  margin-top: 62px;
}

.termsList + .termsList {
  margin-top: 26px;
}

.termsList > dt {
  font-weight: 500;
  font-size: 16px;
  color: #454545;
  line-height: 30px;
  text-indent: -24px;
  margin-left: 24px;
}

.termsList > dd {
  font-weight: 400;
  font-size: 15px;
  color: #666;
  line-height: 24px;
}

.termsList > dd > a {
  font-weight: 400;
  font-size: 15px;
  color: #666;
  line-height: 24px;
}

.termsList > dd > p {
  margin-top: 7px;
}

.termsList > dd > .numList1 {
  margin-top: 10px;
}

.termsList + h4 {
  margin-top: 26px;
}

.termsList2 {
  margin: 5px 0 0 20px;
}

.termsList2 > li {
  font-weight: 400;
  font-size: 15px;
  color: #666;
  line-height: 23px;
  text-indent: -17px;
  margin-left: 17px;
}

.termsList2 > li .cNumber {
  margin: 20px;
}

.termsList2 > li .cNumber > li {
  margin-bottom: 20px;
}

.termsList3 > li {
  position: relative;
  padding-left: 9px;
  margin: 0;
  text-indent: 0;
  font-weight: 400;
  font-size: 15px;
  color: #666;
  line-height: 24px;
}

.termsList3 > li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  border-bottom: 1px solid #666;
}

.date_list {
  margin-top: 36px;
}

.date_list > li {
  font-weight: 500;
  font-size: 16px;
  color: #454545;
  line-height: 24px;
}

.date_list > li + li {
  margin-top: 6px;
}

.num > li {
  position: relative;
  padding-left: 20px;
  line-height: 22px;
}

.num > li::after {
  position: absolute;
  left: 0;
  top: -2px;
}

.num > li:nth-child(1)::after {
  content: "①";
}

.num > li:nth-child(2)::after {
  content: "②";
}

.num > li:nth-child(3)::after {
  content: "③";
}

.num > li:nth-child(4)::after {
  content: "④";
}

.num > li:nth-child(5)::after {
  content: "⑤";
}

.num > li:nth-child(6)::after {
  content: "⑥";
}

.num > li:nth-child(7)::after {
  content: "⑦";
}

.num2 {
  padding-left: 20px;
}

.num2 > li {
  list-style: decimal;
  line-height: 22px;
}

.quantity span.circle02 {
  margin: 0 10px;
}

.quantity a.qMinus {
  position: relative;
  top: 5px;
}

/* title + search */
.titleSearch {
  display: flex;
  justify-content: space-between;
  padding: 48px 0 30px;
}

.titleSearch .carNumber {
  position: relative;
  top: 10px;
}

/* title + text */
.titleDesc {
  position: relative;
}

.titleDesc p {
  color: #e8e3de;
  font-size: 14px;
  padding: 17px 0 54px;
  line-height: 20px;
}

.titleDesc.type02 p,
.titleDesc.type03 p,
.titleDesc.type04 p,
.titleDesc.type05 p,
.titleDesc.type06 p {
  color: #333;
  font-size: 14px;
}

.titleDesc.type02 {
  margin-top: 67px;
}

.titleDesc.type02 p {
  padding: 16px 0 38px;
}

.titleDesc.type03 {
  margin-top: 57px;
}

.titleDesc.type04 p {
  margin-top: 0px;
  padding: 16px 0 34px;
}

.titleDesc.type05 {
  margin-top: 88px;
}

.titleDesc.type05 p {
  margin-top: 0px;
  padding: 20px 0 25px;
}

.titleDesc.type06 p {
  margin-top: 0px;
  padding: 0px 0 38px;
}

.titleDesc .btn {
  position: absolute;
  right: 0;
  top: 40px;
}

p.desc {
  padding: 20px 0 0;
  color: #999;
}
p.desc + .desc {
  padding-top: 8px;
}

p.desc.type01 {
  padding: 10px 0 27px;
  color: #9f9f9f;
  font-size: 14px;
  line-height: 22px;
}

p.desc.type02 {
  padding: 20px 0 0;
  color: #fff;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: -0.3px;
}

p.desc.type03 {
  padding: 30px 0 38px;
  color: #333;
  line-height: 24px;
  font-size: 26px;
  letter-spacing: -0.3px;
}

p.desc.type03 span {
  position: relative;
}

p.desc.type03 span:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: -48px;
  top: 18px;
  width: 40px;
  height: 2px;
  background: #333;
}

p.desc.type04 {
  padding: 20px 0;
  color: #999;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: -0.3px;
  text-align: center;
}

p.desc.type05 {
  padding: 0px 0 60px;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: -0.3px;
}

p.desc.type06 {
  line-height: 24px;
  font-size: 14px;
  letter-spacing: -0.3px;
  text-align: right;
  font-weight: normal;
}

p.desc.type07 {
  padding: 20px 0 26px;
  color: #9f9f9f;
  font-size: 14px;
  line-height: 22px;
}

p.desc.type08 {
  padding: 5px 0 33px;
  color: #333;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
}

p.desc.type09 {
  padding: 5px 0 18px;
  color: #333;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
}

p.desc.type10 {
  padding: 18px 0 0px;
  color: #9f9f9f;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.9px;
}

p.desc.type11 {
  padding: 85px 0 0;
  color: #fff;
  line-height: 35px;
  font-size: 16px;
  letter-spacing: -0.3px;
}

p.desc.type11 em {
  display: block;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
}

p.desc.type12 {
  padding: 10px 0 50px;
  color: #9f9f9f;
  font-size: 14px;
  line-height: 22px;
}

p.desc.type13 {
  padding: 30px 0 4px;
  color: #333;
  line-height: 35px;
  font-size: 26px;
  letter-spacing: -0.3px;
}

p.desc.type13 span {
  position: relative;
}

p.desc.type13 span:after {
  display: inline-block;
  content: "";
  position: absolute; /*right:-48px;*/
  bottom: 10px;
  width: 40px;
  height: 2px;
  background: #333;
}

p.desc.type14 {
  padding: 10px 0 36px;
  color: #333;
  font-size: 14px;
  line-height: 22px;
}

p.desc.type15 {
  padding: 10px 0 70px;
  color: #333;
  font-size: 14px;
  line-height: 22px;
}

p.desc.type16 {
  padding: 10px 0 0;
  color: #9f9f9f;
  font-size: 14px;
  line-height: 22px;
}

/* infoBox style */
.infoBox {
  padding: 22px 0 22px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
  line-height: 17px;
}

.infoBox.type02 {
  padding: 22px 0 22px;
  borlisttypeder-top: 1px solid #999;
  border-bottom: 1px solid #999;
  font-size: 14px;
  line-height: 17px;
  margin-top: 15px;
}

.infoBox ul.bank {
  padding-left: 80px;
}

.infoBox ul.bank li {
  line-height: 38px;
  font-size: 14px;
}

.infoBox ul.bank li span {
  font-size: 18px;
}

.infoBox ul.bank li span.bName {
  font-size: 14px;
  padding-right: 40px;
  font-weight: bold;
}

.infoBox ul.bank li span.num {
  width: 240px;
  display: inline-block;
}

p.desc2 {
  padding: 10px 0 0;
  color: red;
}

.sTxt {
  font-size: 13px;
  color: #f04040;
}

.noPointer {
  pointer-events: none;
}

/* box style */
.boxType {
  background: #f2f2f2;
  border: 1px solid #dbdbdb;
  padding: 17px 15px;
}

/* line box style */
.lineBoxType {
  position: relative;
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.dot:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/icon_set.png") no-repeat -343px -99px;
  width: 6px;
  height: 4px;
  position: relative;
  top: -3px;
}

/* timepicker */
.ui-timepicker-container {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
}

.ui-timepicker,
.ui-timepicker-viewport {
  box-sizing: content-box;
  height: 205px;
  display: block;
  margin: 0;
  text-align: left;
}

.ui-timepicker-viewport {
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  border: 1px solid #d2d2d2;
}

.ui-timepicker-standard {
  color: #333;
  margin: 0;
  padding: 2px;
}

.ui-timepicker-standard a {
  border: 1px solid transparent;
  color: #333;
  display: block;
  padding: 3px 10px;
}

.ui-timepicker-standard .ui-menu-item {
  font-size: 14px;
  margin: 3px 0;
  padding: 0;
}

.ui-timepicker-standard .ui-menu-item:hover {
  background: #832082;
}

.ui-timepicker-standard .ui-menu-item:hover a {
  color: #fff;
}

.ui-timepicker-hidden {
  display: none;
}

.ui-timepicker-no-scrollbar .ui-timepicker {
  border: none;
}

.dateTime {
  /*display:flex; */
  position: relative;
  top: 2px;
}

.time input.timepicker {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  height: 50px;
  border: 0;
  background: url("/assets/img/common/time.png") no-repeat 0 12px;
  padding-left: 32px;
  cursor: pointer;
}

/* datepicker */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 0;
  background: #832082;
  font-weight: normal;
  color: #fff;
}

.ui-widget.ui-widget-content {
  padding: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
  border: 0;
}

.filetype01 {
  margin: 10px 10px 20px;
}

.uploadWrap > input {
  display: none;
}

.uploadWrap img {
  width: 80px;
  cursor: pointer;
}

.loadingWrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 59005;
  background: rgba(13, 13, 13, 0.4);
}

.loadingWrap .loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 200px;
  z-index: 59005;
  opacity: 1;
}

.loadingWrap .loading .loadImg {
  position: absolute;
  z-index: 59006;
  border-radius: 100%;
}

.loadingWrap .loadingBg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 125px;
  height: 125px; /*background:#fff; */
  border-radius: 100%;
  z-index: 55000;
}

.forwardWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url("/assets/img/common/forwarding_bg.jpg") no-repeat 0 0;
}

.forwardWrap .forward {
  width: 982px;
  height: 500px;
  background: url("/assets/img/common/forwarding_01.png") no-repeat 0 5px;
  text-align: center;
}

.forwardWrap .forward .time {
  font-family: "Spoqa Han Sans Light";
  font-size: 30px;
  color: #fff;
  padding: 362px 0 40px;
}

.mbannerWrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  z-index: 6000;
}

.mbannerWrap > .item {
  height: 100px;
  overflow: hidden;
}

.mbannerWrap > .item a {
  display: block;
  text-align: center;
  height: 100px;
}

.mbannerWrap > .control {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.mbannerWrap > .control .counter {
  position: absolute;
  top: -34px;
  right: 54px;
  font-weight: 400;
  font-size: 13px;
  color: #888;
}

.mbannerWrap > .control .counter > * {
  font-weight: 400;
  font-size: 13px;
  color: #888;
}

.mbannerWrap > .control .counter .now {
  color: #252525;
}

.mbannerWrap > .control .counter .playBtn {
  position: relative;
  float: right;
  display: inline-block;
  margin: 0 0 0 10px;
  overflow: hidden;
  text-indent: -999px;
  width: 10px;
  height: 12px;
}

/* .mbannerWrap > .control .counter .playBtn:before {content:''; position:absolute; top:0; left:5px; height:12px; border-left:3px solid #353535; border-top:none; border-bottom:none;} */
/* .mbannerWrap > .control .counter .playBtn:after {content:''; position:absolute; top:0; left:0; height:0px; border-left:3px solid #353535; border-top:none; border-bottom:none;} */
/* .mbannerWrap > .control .counter .playBtn.on:before {content:none;} */
/* .mbannerWrap > .control .counter .playBtn.on:after {content:''; position:absolute; top:0; left:0; border-left:10px solid #353535; border-top:6px solid transparent; border-bottom:6px solid transparent;} */
.mbannerWrap > .control .counter .playBtn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyNC41cHgiIGhlaWdodD0iMTI0LjVweCIgdmlld0JveD0iMCAwIDEyNC41IDEyNC41IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMjQuNSAxMjQuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQoJPg0KPGc+DQoJPHBhdGggZD0iTTExNi4zNSwxMjQuNWMzLjMsMCw2LTIuNjk5LDYtNlY2YzAtMy4zLTIuNy02LTYtNmgtMzZjLTMuMywwLTYsMi43LTYsNnYxMTIuNWMwLDMuMzAxLDIuNyw2LDYsNkgxMTYuMzV6Ii8+DQoJPHBhdGggZD0iTTQ0LjE1LDEyNC41YzMuMywwLDYtMi42OTksNi02VjZjMC0zLjMtMi43LTYtNi02aC0zNmMtMy4zLDAtNiwyLjctNiw2djExMi41YzAsMy4zMDEsMi43LDYsNiw2SDQ0LjE1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
}

.mbannerWrap > .control .counter .playBtn.on:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyNC41MTJweCIgaGVpZ2h0PSIxMjQuNTEycHgiIHZpZXdCb3g9IjAgMCAxMjQuNTEyIDEyNC41MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyNC41MTIgMTI0LjUxMjsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTExMy45NTYsNTcuMDA2bC05Ny40LTU2LjJjLTQtMi4zLTksMC42LTksNS4ydjExMi41YzAsNC42LDUsNy41LDksNS4ybDk3LjQtNTYuMg0KCQlDMTE3Ljk1Niw2NS4xMDUsMTE3Ljk1Niw1OS4zMDYsMTEzLjk1Niw1Ny4wMDZ6Ii8+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==);
}

.mbannerWrap > .control .btns button {
  position: absolute;
  padding: 10px;
}

.mbannerWrap > .control .btns button span {
  display: block;
  width: 10px;
  height: 17px;
  overflow: hidden;
  text-indent: -999px;
}

.mbannerWrap > .control .btns button.left {
  left: 1px;
  top: -68px;
  padding-left: 0;
}

.mbannerWrap > .control .btns button.left span {
  background: url("/assets/img/common/btn_arrow4.png") no-repeat 0 0;
}

.mbannerWrap > .control .btns button.right {
  right: 1px;
  top: -68px;
  padding-right: 0;
}

.mbannerWrap > .control .btns button.right span {
  background: url("/assets/img/common/btn_arrow4.png") no-repeat 0 -17px;
}

.mbannerWrap > .control .tbView {
  position: absolute;
  top: -87px;
  right: 54px;
}

.mbannerWrap > .control .tbView > * {
  vertical-align: middle;
}

.mbannerWrap > .control .tbView input[type=checkbox] {
  position: relative;
  top: 1px;
}

.mbannerWrap > .control .tbView label {
  font-size: 13px;
  cursor: pointer;
}

.mbannerWrap > .control .tbView .topBclose {
  margin-left: 7px;
}

/* modal lib */
/*.md-modal-2{position:fixed; top:610px; left:50%; width:1100px; max-width:1100px; min-width:320px; height:550px; z-index:4600; visibility:hidden;
	-webkit-backface-visibility:hidden; -moz-backface-visibility: hidden; backface-visibility: hidden;-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);}*/
/* 기존 */
.md-modal-3 {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1100px;
  max-width: 1100px;
  min-width: 320px; /* height:550px */
  z-index: 4600;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%);
}

.md-modal-1 {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 1100px;
  height: 750px;
  z-index: 4600;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(calc(-50% - 0.5px));
}

.md-modal-2 {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 1180px;
  height: 750px;
  z-index: 4600;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(calc(-50% - 0.5px));
}

.md-modal-4 {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 800px;
  min-width: 700px;
  height: auto;
  z-index: 4600;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%);
}

.md-modal {
  position: fixed; /*top:50%; left:50%;*/ /*max-width:630px;*/
  min-width: 320px;
  height: auto;
  z-index: 4601;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50.2%);
}

.map.md-modal {
  transform: translateX(-50%) translateY(-50%);
}

.md-modal-gall {
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100%;
  min-width: 1000px;
  min-height: 600px;
  z-index: 4600;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%);
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 3900;
  opacity: 0;
  background: rgba(13, 13, 13, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 0.9;
  visibility: visible;
}

/* pop alert */
.popAlert {
  background: #fff;
  width: 450px;
  height: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9000;
}

.popAlert .popCtn {
  min-height: 100px;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
  border: 1px solid #393c44;
}

.popAlert .popCtn p {
  font-size: 23px;
  font-weight: bold;
  margin-top: 24px;
}

.popAlert .popBot {
  display: flex;
}

.popAlertDiv {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgba(13, 13, 13, 0.4);
}

/* Checkbox */
input[type=checkbox] {
  display: none;
}

input[type=checkbox].type01 + label {
  color: #000;
  font-size: 18px;
}

input[type=checkbox].type01 + label span {
  display: inline-block;
  width: 30px;
  height: 25px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url("/assets/img/common/check_01.png") no-repeat 0 0;
}

input[type=checkbox]:checked.type01 + label span {
  background: url("/assets/img/common/check_01.png") no-repeat 0 -26px;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox].type02 + label {
  color: #fff;
  font-size: 24px;
}

input[type=checkbox].type02 + label span {
  display: inline-block;
  width: 30px;
  height: 25px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url("/assets/img/common/check_02.png") no-repeat 0 0;
}

input[type=checkbox]:checked.type02 + label span {
  background: url("/assets/img/common/check_02.png") no-repeat 0 -26px;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox].type03 + label {
  color: #9f9f9f;
  font-size: 18px;
}

input[type=checkbox].type03 + label span {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url("/assets/img/common/check_03.png") no-repeat 0 0;
}

input[type=checkbox]:checked.type03 + label span {
  background: url("/assets/img/common/check_03.png") no-repeat 0 -36px;
  color: #333;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox].type04 + label {
  color: #9f9f9f;
  font-size: 14px;
}

input[type=checkbox].type04 + label span {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url("/assets/img/common/check_04.png") no-repeat 0 0;
}

input[type=checkbox]:checked.type04 + label span {
  background: url("/assets/img/common/check_04.png") no-repeat 0 -22px;
  color: #333;
  font-weight: bold;
}

/* radio */
input[type=radio] {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=radio] + label {
  height: 21px;
  display: inline-block;
  background: url("/assets/img/common/radio_01.png") no-repeat 0 0;
  line-height: 21px;
  padding-left: 25px;
  cursor: pointer;
}

input[type=radio]:checked + label {
  background: url("/assets/img/common/radio_01.png") no-repeat 0 -22px;
  color: #fff;
}

input[type=radio].type01 + label {
  width: 200px;
  height: 194px;
  display: inline-block;
  background: url("/assets/img/product/car_check_01.png") no-repeat 0 0;
  padding-left: 0px;
  margin-left: 55px;
}

input[type=radio].type01:checked + label {
  background: url("/assets/img/product/car_check_01.png") no-repeat -201px 0px;
}

input[type=radio].type02 + label {
  width: 248px;
  height: 194px;
  display: inline-block;
  background: url("/assets/img/product/car_check_02.png") no-repeat 0 0;
  padding-left: 0px;
}

input[type=radio].type02:checked + label {
  background: url("/assets/img/product/car_check_02.png") no-repeat -257px 0;
}

input[type=radio].type03 + label {
  width: 204px;
  height: 194px;
  display: inline-block;
  background: url("/assets/img/product/car_check_03.png") no-repeat 0 0;
  padding-left: 0px;
}

input[type=radio].type03:checked + label {
  background: url("/assets/img/product/car_check_03.png") no-repeat -201px 0px;
}

input[type=radio].type04 + label {
  font-size: 18px;
  width: 166px;
  height: 36px;
  display: inline-block;
  background: url("/assets/img/common/radio_02.png") no-repeat 0 0;
  line-height: 39px;
  padding-left: 45px;
  color: #999;
}

input[type=radio].type04:checked + label {
  background: url("/assets/img/common/radio_02.png") no-repeat 0 -36px;
  color: #000;
}

input[type=radio].type04:checked + label span.under:after {
  display: inline-block;
  content: " ";
  background: #000;
  width: 40px;
  height: 3px;
  position: relative;
  top: 4px;
  left: 5px;
}

input[type=radio].type04 + label span.under:after {
  display: inline-block;
  content: " ";
  background: #999;
  width: 40px;
  height: 3px;
  position: relative;
  top: 4px;
  left: 5px;
}

input[type=radio].type04.w300 + label {
  width: 300px;
}

input[type=radio].type04.w300 + label span {
  width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

input[type=radio].type04.w100 + label {
  width: 100px;
}

input[type=radio].type04.w140 + label {
  width: 140px;
}

input[type=radio].type05 + label {
  font-size: 18px;
  width: 120px;
  height: 60px;
  display: inline-block;
  background: url("/assets/img/common/radio_03.png") no-repeat 0 0;
  line-height: 39px;
  text-align: center;
  color: #999;
  position: relative;
}

input[type=radio].type05 + label span {
  width: 120px;
  text-align: center;
  position: absolute;
  left: -28px;
  top: 90px;
}

input[type=radio].type05:checked + label {
  background: url("/assets/img/common/radio_03.png") no-repeat 0 -60px;
  color: #000;
}

input[type=radio].type06 + label {
  font-size: 14px;
  width: auto;
  height: 22px;
  display: inline-block;
  background: url("/assets/img/common/radio_04.png") no-repeat 0 0;
  line-height: 22px;
  text-align: left;
  color: #999;
  position: relative;
  margin-right: 20px;
}

input[type=radio].type06 + label span {
  width: auto;
  text-align: left;
  padding-left: 5px;
}

input[type=radio].type06:checked + label {
  background: url("/assets/img/common/radio_04.png") no-repeat 0 -22px;
  color: #000;
}

/* input style */
input.type01 {
  height: 80px;
  line-height: 80px;
  padding: 0 20px 0 60px;
  color: #333;
  background: #fff;
  font-weight: bold;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #999;
}

input[type=password].type01 {
  height: 80px;
  line-height: 80px;
  padding: 0 20px 0 60px;
  background: #fff;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #999;
  color: #5b5a5a;
  font-size: 18px;
}

input.type02 {
  height: 56px;
  line-height: 60px;
  padding: 0 20px 0 20px;
  color: #fff;
  background: transparent;
  font-weight: bold;
  border: 0;
  font-size: 18px;
}

input.type03 {
  height: 56px;
  line-height: 60px;
  padding: 0 20px 0 20px;
  color: #333;
  background: transparent;
  font-weight: bold;
  border: 0;
  font-size: 18px;
}

input.type031 {
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 40px;
  color: #333;
  background: transparent;
  font-weight: bold;
  border: 0;
  font-size: 18px;
}

input.type04 {
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 20px;
  color: #333;
  background: transparent;
  font-weight: bold;
  border: 0;
  font-size: 16px;
}

input.type05 {
  height: 90px;
  line-height: 90px;
  padding: 0 20px 0 0px;
  color: #fff;
  background: transparent;
  font-size: 55px;
  border: 0;
}

input.type05:-ms-input-placeholder {
  font-size: 55px;
  color: #bbbbbb;
}

input.type06 {
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 20px;
  color: #333;
  background: transparent;
  border: 0;
  font-size: 16px;
}

input.type07 {
  height: 56px;
  line-height: 60px;
  padding: 0 10px 0 10px;
  color: #333;
  background: transparent;
  font-weight: bold;
  border: 0;
  font-size: 18px;
}

input.type08 {
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 0px;
  color: #333;
  background: transparent;
  border: 0;
  font-size: 16px;
  margin-top: 20px;
}

input.type09 {
  height: 56px;
  line-height: 60px;
  padding: 0 20px 0 0px;
  color: #333;
  background: transparent;
  font-weight: bold;
  border: 0;
  font-size: 18px;
}

input.id,
input.pw {
  font-size: 18px;
  height: 80px;
  line-height: 80px;
  padding: 0 20px 0 60px;
  color: #333;
  font-weight: bold;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #999;
  background: #fff url("/assets/img/common/ico_01.png") no-repeat 29px 32px;
}

input.id {
  background: #fff url("/assets/img/common/ico_01.png") no-repeat 29px 32px;
}

input.pw {
  background: #fff url("/assets/img/common/ico_02.png") no-repeat 29px 28px;
}

input.fn {
  font-weight: normal;
}

/* select style */
select.type01 {
  height: 22px;
  line-height: 22px;
  border: 1px solid #717379;
  color: #717379;
  font-weight: bold;
  background: transparent url("/assets/img/common/arrow_01.png") no-repeat right 6px;
}

select.type02 {
  height: 55px;
  line-height: 55px;
  border: 0;
  color: #fff;
  font-weight: bold;
  background: transparent url("/assets/img/common/arrow_02.png") no-repeat right 24px;
  font-size: 18px;
  padding: 0 10px 0 20px;
}

select.type03 {
  height: 55px;
  line-height: 55px;
  border: 0;
  color: #fff;
  font-weight: bold;
  background: transparent url("/assets/img/common/arrow_02.png") no-repeat right 24px;
  font-size: 18px;
  padding: 0 10px 0 0px;
}

select.type04 {
  height: 40px;
  line-height: 40px;
  border: 0;
  color: #333;
  font-weight: bold;
  background: transparent url("/assets/img/common/arrow_03.png") no-repeat right 16px;
  font-size: 16px;
  padding: 0 10px 0 0px;
}

select.type05 {
  height: 40px;
  line-height: 40px;
  border: 0;
  color: #333;
  font-weight: bold;
  background: transparent url("/assets/img/common/arrow_08.png") no-repeat right 16px;
  font-size: 16px;
  padding: 0 0px 0 16px;
}

select.type06 {
  height: 45px;
  line-height: 45px;
  border: 0;
  color: #333;
  font-weight: bold;
  background: transparent url("/assets/img/common/arrow_03.png") no-repeat right 28px;
  font-size: 18px;
  padding: 10px 10px 0 0px;
}

select.type07 {
  height: 40px;
  line-height: 40px;
  border: 0;
  color: #333;
  font-weight: bold;
  background: transparent url("/assets/img/common/arrow_03.png") no-repeat right 17px;
  font-size: 15px;
  padding: 0 5px 0 0px;
}

/* select:focus{border:1px dotted #71777c;} */
/* textarea style */
textarea {
  width: 100%;
  background: #f3f3f3;
  border: 0;
  font-weight: bold;
}

textarea.type01 {
  font-size: 18px;
  padding: 0 19px 19px;
}

textarea.type02 {
  font-size: 18px;
  padding: 0 19px 0 0;
}

/* Badge */
span.news,
span.event,
span.notice {
  font-size: 14px;
  font-weight: bold;
}

span.news {
  color: #e51937;
}

span.event {
  color: #f47726;
}

span.filter {
  background: #333333;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
}

span.circle {
  background: #832082;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
}

span.circle02 {
  background: #e0e2e2;
  color: #333;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  font-size: 22px;
}

span.circle03 {
  background: #333;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
}

span.store {
  background: #832082;
  color: #fff;
  width: auto;
  height: 22px;
  line-height: 22px;
  padding: 0 12px;
  border-radius: 25px 25px;
  text-align: center;
  font-size: 12px;
}

span.storeAv {
  background: #832082;
  color: #fff;
  width: auto;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  border-radius: 25px 25px;
  text-align: center;
  font-size: 12px;
}

span.hash {
  background: #eff0f0;
  height: 37px;
  line-height: 37px;
  padding: 0 13px;
  border-radius: 30px;
  color: #666;
  font-size: 13px;
}

/* button */
button {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.3px;
}

button.type01 {
  background: #832082;
  height: 70px;
  color: #fff;
  font-size: 18px;
  padding: 0 30px;
  text-align: left;
}

button.type02 {
  background: #393c44;
  height: 80px;
  color: #fff;
  font-size: 18px;
  padding: 0 30px;
  text-align: left;
}

button.type03 {
  background: transparent;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  padding: 0 30px;
  text-align: left;
  border: 1px solid #fff;
}

button.type04 {
  background: #a7a8ac;
  height: 80px;
  color: #fff;
  font-size: 18px;
  padding: 0 30px;
  text-align: left;
}

button.type05 {
  background: #e0e2e2;
  height: 80px;
  color: #666;
  font-size: 18px;
  padding: 0 30px;
  text-align: left;
}

button.type06 {
  background: #393c44;
  height: 50px;
  color: #fff;
  font-size: 12px;
  padding: 0 20px;
  text-align: center;
  border-radius: 60px;
}

button.type07 {
  background: #e0e2e2;
  height: 50px;
  color: #333;
  font-size: 12px;
  padding: 0 10px;
  text-align: center;
  border-radius: 60px;
  min-width: 85px;
}

button.type08 {
  background: #e0e2e2;
  height: 40px;
  color: #666;
  font-size: 14px;
  padding: 0 35px;
  text-align: center;
}

button.type09 {
  background: transparent;
  height: 40px;
  line-height: 35px;
  color: #666;
  font-size: 14px;
  text-align: center;
  border: 1px solid #999;
  min-width: 120px;
}

button.type10 {
  background: #832082;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  text-align: center;
  border-radius: 60px;
}

button.type11 {
  background: #832082;
  height: 50px;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  text-align: center;
  border-radius: 60px;
}

button.type12 {
  background: #a7a8ac;
  height: 50px;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  text-align: center;
  border-radius: 60px;
}

button.type13 {
  background: #b49858;
  height: 50px;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  text-align: center;
  border-radius: 60px;
}

button.type14 {
  background: #393c44;
  height: 40px;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
  min-width: 150px;
}

button.type15 {
  background: #e0e2e2;
  height: 35px;
  color: #333;
  font-size: 12px;
  padding: 0 10px;
  text-align: center;
  border-radius: 60px;
  min-width: 85px;
}

button.type16 {
  background: #e0e2e2;
  height: 40px;
  color: #666;
  font-size: 14px;
  padding: 0 30px;
  text-align: center;
  min-width: 85px;
}

button.type17 {
  background: #393c44;
  height: 30px;
  color: #fff;
  font-size: 11px;
  padding: 0 12px;
  text-align: left;
  min-width: 90px;
}

button.type18 {
  background: #e0e2e2;
  height: 30px;
  color: #666;
  font-size: 11px;
  padding: 0 12px;
  text-align: left;
  min-width: 90px;
  line-height: 30px;
}

button.type19 {
  background: #832082;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  text-align: center;
  border-radius: 60px;
}

/* s:20241206 */
button.type20 {
  background: #f3e9f3;
  border: 1px solid #dec3de;
  width: 100%;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  color: #832082;
  text-align: center;
  border-radius: 3px;
  transition: background 0.1s ease, color 0.1s ease;
} /*전문점 찾기 리스트 버튼*/
button.type20:hover {
  background: #832082;
  border: 1px solid #832082;
  color: #ffffff;
}

button.type21 {
  background: #832082;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
} /*매장 선택 버튼*/
/* 20250716*/
button.type22 {
  background: #832082;
  height: 80px;
  color: #fff;
  font-size: 18px;
  padding: 0 30px;
  text-align: left;
}

/* e:20241206 */
button:disabled,
button[disabled] {
  background: #a7a8ac;
  color: #fff;
  pointer-events: none;
}

button i.ico01 {
  float: right;
  position: relative;
  top: 9px;
}

/*button.type01.center,button.type02.center,button.type05.center{text-align:center}*/
button.center {
  text-align: center;
}

/* icon */
i.ico01,
i.ico02,
i.ico03,
i.ico04,
i.ico05,
i.ico06,
i.ico07,
i.ico08,
i.ico09,
i.ico10,
i.ico11,
i.ico12,
i.ico13,
i.ico14,
i.ico15,
i.ico16,
i.end,
i.purchase,
i.rental,
i.minus,
i.plus,
i.question,
i.answer,
i.tipOver {
  background: url("/assets/img/common/icon_set.png") no-repeat 0 0;
}

i.ico01 {
  background-position: -70px 0px;
  width: 13px;
  height: 21px;
}

i.ico02 {
  background-position: -120px 3px;
  width: 23px;
  height: 22px;
}

i.ico03 {
  background-position: -185px 0px;
  width: 25px;
  height: 22px;
}

i.ico04 {
  background-position: -256px 0px;
  width: 25px;
  height: 22px;
}

i.ico05 {
  background-position: -337px 0px;
  width: 24px;
  height: 17px;
}

i.ico06 {
  background-position: -425px 0px;
  width: 22px;
  height: 22px;
}

i.ico07 {
  background-position: -482px 0px;
  width: 23px;
  height: 18px;
}

i.ico08 {
  background-position: -482px -32px;
  width: 23px;
  height: 18px;
}

i.ico09 {
  background-position: -247px -64px;
  width: 26px;
  height: 23px;
}

i.ico10 {
  background-position: -321px -139px;
  width: 8px;
  height: 12px;
}

i.ico11 {
  background-position: -482px -183px;
  width: 19px;
  height: 19px;
}

i.ico12 {
  background-position: -475px -245px;
  width: 25px;
  height: 25px;
}

i.ico13 {
  background-position: -368px -246px;
  width: 25px;
  height: 21px;
}

i.ico14 {
  background-position: -288px -248px;
  width: 6px;
  height: 10px;
}

i.ico15 {
  background-position: -329px -248px;
  width: 6px;
  height: 10px;
}

i.ico16 {
  background-position: -288px -295px;
  width: 12px;
  height: 10px;
}

i.purchase {
  background-position: -321px -64px;
  width: 60px;
  height: 60px;
}

i.end {
  background-position: 0px -392px;
  width: 60px;
  height: 60px;
}

i.question {
  background-position: -203px -336px;
  width: 40px;
  height: 40px;
}

i.answer {
  background-position: -283px -336px;
  width: 40px;
  height: 40px;
}

i.rental {
  background-position: -424px -64px;
  width: 60px;
  height: 60px;
}

i.minus {
  background-position: -265px -145px;
  width: 20px;
  height: 5px;
}

i.plus {
  background-position: -191px -136px;
  width: 20px;
  height: 20px;
}

i.que {
  background-position: -321px -64px;
  width: 60px;
  height: 60px;
}

i.tipOver {
  background-position: 0px -246px;
  width: 125px;
  height: 60px;
}

a.sns01,
a.sns02,
a.sns03 {
  background: url("/assets/img/common/sns.png") no-repeat 0 0;
}

a.sns01 {
  background-position: 0 0;
  width: 11px;
  height: 20px;
}

a.sns02 {
  background-position: 0 -22px;
  width: 16px;
  height: 20px;
}

a.sns03 {
  background-position: 0 -43px;
  width: 21px;
  height: 20px;
}

a.layPopClose,
a.gallPopClose,
a.searchBtn,
a.searchBtn02,
a.searchBtn03,
a.searchBtn04,
a.del,
a.tip,
a.tip02,
a.arrow,
a.qPlus,
a.qMinus,
a.tDel,
a.cDel,
a.oDel,
a.fDel,
a.guide,
a.goView,
a.deView,
a.ingView,
a.deCancel {
  background: url("/assets/img/common/icon_set.png") no-repeat 0 0;
}

a.layPopClose {
  background-position: -65px -63px;
  width: 40px;
  height: 40px;
}

a.gallPopClose {
  background-position: -65px -63px;
  width: 40px;
  height: 40px;
}

a.searchBtn {
  background-position: -160px -63px;
  width: 40px;
  height: 40px;
}

a.searchBtn02 {
  background-position: -88px -176px;
  width: 43px;
  height: 42px;
}

a.searchBtn03 {
  background-position: -368px -183px;
  width: 22px;
  height: 21px;
}

a.searchBtn04 {
  background-position: -430px -246px;
  width: 16px;
  height: 16px;
}

a.tip {
  background-position: 0px -189px;
  width: 46px;
  height: 22px;
}

a.tip:hover {
  background-position: 0px -246px;
  width: 125px;
  height: 60px;
  margin-top: -40px;
}

a.tip02 {
  background-position: 0px -338px;
  width: 46px;
  height: 22px;
}

a.guide {
  background-position: -64px -338px;
  width: 80px;
  height: 22px;
}

a.arrow {
  background-position: -428px -136px;
  width: 30px;
  height: 20px;
}

a.qPlus {
  background-position: -192px -185px;
  width: 12px;
  height: 12px;
}

a.qMinus {
  background-position: -263px -184px;
  width: 12px;
  height: 12px;
}

a.goView {
  background-position: -478px -296px;
  width: 22px;
  height: 22px;
}

a.deView {
  background-position: -464px -346px;
  width: 37px;
  height: 11px;
}

a.ingView {
  background-position: -370px -375px;
  width: 65px;
  height: 14px;
}

a.deCancel {
  background-position: -378px -346px;
  width: 62px;
  height: 15px;
}

a.tDel {
  background-position: -320px -184px;
  width: 16px;
  height: 16px;
}

a.cDel {
  background-position: -168px -248px;
  width: 16px;
  height: 16px;
}

a.oDel {
  background-position: -223px -248px;
  width: 23px;
  height: 22px;
}

a.fDel {
  background-position: -165px -294px;
  width: 22px;
  height: 22px;
}

a.del {
  background-position: -320px -184px;
  width: 16px;
  height: 16px;
}

a.del {
  border-radius: 100%;
  width: 36px;
  height: 36px;
}

a.del.r01 {
  background: #832082 url("/assets/img/common/delete_02.png") no-repeat center 12px;
}

a.del.r02 {
  background: #7e3c9b url("/assets/img/common/delete_02.png") no-repeat center 12px;
}

a.del.r03 {
  background: #795bad url("/assets/img/common/delete_02.png") no-repeat center 12px;
}

a.arrowClose {
  background: url("/assets/img/common/arrow_06.png") no-repeat 0 0;
  width: 30px;
  height: 44px;
}

a.orderListBtn {
  background: url("/assets/img/common/toggle_btn.png") 0 -11px no-repeat;
  width: 65px;
  height: 10px;
}

a.orderListBtn.open {
  background: url("/assets/img/common/toggle_btn.png") 0 0 no-repeat;
  width: 65px;
  height: 10px;
}

a.maintenance {
  background: url("/assets/img/product/maintenance_btn_01.png") no-repeat 0 0;
  width: 80px;
  height: 80px;
}

a.maintenance02 {
  background: url("/assets/img/product/maintenance_btn_02.png") no-repeat 0 0;
  width: 80px;
  height: 80px;
}

a.reSearch {
  background: url("/assets/img/product/search_btn_01.png") no-repeat 0 0;
  width: 80px;
  height: 80px;
}

a.search {
  background: url("/assets/img/product/search_btn_02.png") no-repeat 0 0;
  width: 80px;
  height: 80px;
}

a.order {
  background: url("/assets/img/product/order_btn_01.png") no-repeat 0 0;
  width: 80px;
  height: 80px;
}

a.order.close {
  background: url("/assets/img/product/order_btn_02.png") no-repeat 0 0;
  width: 80px;
  height: 80px;
}

a.retalProView {
  font-size: 12px;
  background: #999;
  color: #fff;
  height: 22px;
  line-height: 22px;
  padding: 0 13px;
  border-radius: 12px;
}

a.circle {
  background: #e0e2e2;
  color: #333;
  width: auto;
  padding: 0 27px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px 25px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

span.divi {
  display: inline-block;
  background: #fff;
  width: 12px;
  height: 1px;
}

span.divi.type02 {
  background: #333;
  width: 12px;
  height: 1px;
  position: relative;
  top: -3px;
}

span.recommen {
  font-size: 12px;
  background: #999;
  color: #fff;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  border-radius: 12px;
}

span.roadName {
  display: block;
  width: 50px;
  font-size: 12px;
  background: #95b2ea;
  color: #fff;
  text-align: center;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
}

span.nomination {
  display: block;
  width: 50px;
  font-size: 12px;
  background: #b5bbd1;
  color: #fff;
  text-align: center;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
}

.rate {
  float: left;
  padding: 0px 0px;
  margin-left: -10px;
}

.rate:not(:checked) > input {
  position: absolute; /* top:-9999px; */
}

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 28px;
  color: #ccc;
}

.rate:not(:checked) > label:before {
  content: "★ ";
}

.rate > input:checked ~ label {
  color: #801494;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #801494;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #801494;
}

.rate > input[type=radio] + label {
  display: inline-block;
  background: none;
  line-height: 22px;
  padding-left: 10px;
  cursor: pointer;
}

.quickMenu {
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 80px;
  z-index: 4000;
}

.quickMenu .quick,
.quickMenu .top,
.quickMenu .quickClose {
  width: 80px;
  height: 80px;
}

.quickMenu .quick {
  border-radius: 50px 50px 0 0;
  background-color: rgba(128, 20, 148, 0.8);
}

.quickMenu .top {
  width: 80px;
  height: 60px;
  padding-top: 20px;
  border-radius: 0 0 50px 50px;
  background-color: rgba(51, 51, 51, 0.6);
  text-align: center;
}

.quickMenu .quickBoxWrap {
  position: relative;
  display: none;
}

.quickMenu .quickBoxWrap .quickBox .quickClose {
  position: absolute;
  bottom: -4px;
  right: -4px;
  border-radius: 50px 50px 0 0;
  background: #801494;
  z-index: 5000;
}

.quickMenu .quickBoxWrap .quickBox {
  position: absolute;
  left: -323px;
  top: -278px;
  width: 355px;
  background: #fff;
  border: 4px solid #832082;
  padding: 10px 20px 40px;
  border-radius: 30px 30px 0 30px;
  z-index: 4800;
  text-align: left;
}

.quickBox .proViewWrap {
  position: relative;
  top: 7px;
}

.quickBox .proViewWrap .proView {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.quickBox .conView {
  height: 300px;
}

.quickBox .proViewInfo {
  position: relative;
  top: 5px;
}

.quickBox .proViewInfo ul li:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 7px;
}

.quickBox .proViewInfo ul li:nth-child(2) {
  margin-bottom: 7px;
}

/*.quickBox .proViewInfo ul li:nth-child(3){font-size:12px; color:#999;}
.quickBox .proViewInfo ul li:nth-child(4){font-size:14px; margin-top:20px;}
.quickBox .proViewInfo ul li:nth-child(1) span.type02{font-size:14px; font-weight:normal;}*/
/* align */
.ml10 {
  margin-left: 10px;
}

.ml05 {
  margin-left: 5px;
}

.ml20 {
  margin-left: 20px;
}

.ml28 {
  margin-left: 28px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt80 {
  margin-top: 80px !important;
}

.alCenter {
  text-align: center;
}

.alRight {
  text-align: right;
}

.vtop {
  vertical-align: top;
}

.vmid {
  vertical-align: middle;
}

.vbottom {
  vertical-align: bottom;
}

.po_m01 {
  position: relative;
  top: -1px;
}

.po_m03 {
  position: relative;
  top: -3px;
}

.po_m50 {
  position: relative;
  top: -50px;
}

.po_ml01 {
  position: relative;
  top: 5px;
  left: 5px;
}

.po_01 {
  position: relative;
  top: 1px;
}

.po_02 {
  position: relative;
  top: 2px;
}

.po_03 {
  position: relative;
  top: 3px;
}

.po_04 {
  position: relative;
  top: 4px;
}

.po_05 {
  position: relative;
  top: 5px;
}

.po_06 {
  position: relative;
  top: 6px;
}

.po_10 {
  position: relative;
  top: 10px;
}

.po_55 {
  position: relative;
  top: 32px;
}

.po_l01 {
  position: relative;
  left: -20px;
}

.po_l02 {
  position: relative;
  left: -25px;
}

.po_ab {
  position: absolute;
}

.cb {
  clear: both;
}

/* font */
.fh {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fb {
  font-weight: bold;
}

.fn {
  font-family: "Spoqa Han Sans Light", "Sans-serif";
  font-weight: normal;
}

.funder {
  text-decoration: underline;
}

.f_ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.f_upper {
  text-transform: uppercase;
}

.ls01 {
  letter-spacing: -0.8px;
}

.ls02 {
  letter-spacing: -1.2px;
}

.lh01 {
  line-height: 1.6;
}

/* point color */
.f_point01 {
  color: #e51937;
} /* red01 */
.f_point02 {
  color: #333;
} /* 진그레이 */
.f_point03 {
  color: #999;
} /* 연그레이 */
/* size */
.w50 {
  width: 50px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
}

.w125 {
  width: 125px;
}

.w130 {
  width: 130px;
}

.w135 {
  width: 135px;
}

.w140 {
  width: 140px;
}

.w145 {
  width: 145px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w200 {
  width: 200px;
}

.w205 {
  width: 205px;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w350 {
  width: 350px;
}

.w387 {
  width: 387px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w510 {
  width: 510px;
} /*20241206*/
.w530 {
  width: 530px;
}

.w540 {
  width: 540px;
}

.w580 {
  width: 580px;
}

.w650 {
  width: 650px;
}

.w900 {
  width: 900px;
}

.w970 {
  width: 970px;
}

.w1000 {
  width: 1000px;
}

.w90per {
  width: 80%;
}

.w50per {
  width: 50%;
}

.w100per {
  width: 100%;
}

.h-auto {
  height: auto !important;
}

.h45 {
  height: 45px !important;
}

.h64 {
  height: 64px !important;
}

.h70 {
  height: 70px !important;
}

.h80 {
  height: 80px !important;
}

.h200 {
  height: 200px;
}

/* 주문서 주문확인 레이아웃 사이즈 조정 추가  */
.orderBox .proInfo2 {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 12px 5px;
  margin-top: 20px;
}

.orderBox .proInfo2 dl {
  padding: 9px 0;
}

.orderBox .proInfo2 dt {
  float: left;
  width: 230px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 15px;
}

.orderBox .proInfo2 dd {
  text-align: right;
}

/* chrome */
/* firefox */
@-moz-document url-prefix() {
  .mapInfoBox.type02 .mapInfoBottom {
    height: 709px;
  }
}
/* >= IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  br {
    font-family: "Spoqa Han Sans Light";
  }
  .submitArea.multi .submit {
    overflow: hidden;
    padding-top: 10px;
  }
  .orderInfo .tabsWrap {
    width: 1180px;
    margin: 0 auto;
    position: relative;
    top: -84px;
    left: 0;
  }
  .submit .dateTit {
    position: relative;
    top: -20px;
  }
}
@media screen and (max-device-width: 1440px) {
  #fp-nav {
    position: fixed;
    z-index: 100;
    width: 110px;
    height: 350px;
    top: 46%;
    right: 14%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    background: url("/assets/img/main/line_01.png") no-repeat 18px 325px;
  }
  .mTop {
    background: url("/assets/img/main/scrollTop_ico_01.png") no-repeat 0 0;
    width: 31px;
    height: 50px;
    position: relative;
    top: -50px;
    left: 3px;
  }
  .section .txtArea p.type03 {
    font-size: 45px;
    position: relative;
    line-height: 58px;
    font-family: "Spoqa Han Sans Bold", "Sans-serif";
    font-weight: bold;
  }
}
.addcoupon-section {
  margin: 10px 0 20px;
}

.addcoupon-section input {
  font-size: 1rem;
  height: 34px;
  border: 1px solid #ccc;
  color: #444;
  line-height: 34px;
  vertical-align: middle;
  width: 250px;
}

.addcoupon-section button {
  font-size: 1.1rem;
  vertical-align: middle;
  padding: 7px 20px;
  width: 120px;
  background-color: #249264;
  height: 34px;
  line-height: 34px;
  color: #fff;
  line-height: 1;
}

.reivew-photo {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 1px solid #ccc;
}

.reivew-photo img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.imgUpBlock {
  position: relative;
  display: inline-block;
}

.imgUpBlock .preview {
  /*width:250px; height:180px;*/
  overflow: hidden;
  margin-bottom: 25px;
}

.imgUpBlock .preview img {
  max-width: 100%;
}

.imgUpBlock input[type=file] {
  display: inline-block;
  width: 40px;
  height: 25px;
  opacity: 0;
  z-index: 300;
  cursor: pointer;
}

.imgUpBlock label {
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 1;
}

.imgUpBlock label span.txt {
  position: absolute;
  top: 2px;
  color: #b1b1b1;
}

.imgUpBlock .thumb {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border: 1px solid #ccc;
  position: relative;
}

.imgUpBlock .thumb img {
  position: relative;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.imgUpBlock .thumb .remove-btn {
  display: none;
}

.imgUpBlock.on .thumb .remove-btn {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1;
  top: 1px;
  right: 1px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAQAAABKmM6bAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBA8RMSdZDe2ZAAAAL0lEQVQI13WMQQ4AIAjDyv8fXQ8aiGaOw7ICK6RktIPgGXrr4x0uwA+YLkwvpg4XfYwV7m6djfMAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center center;
}

.imgUpBlock.on .thumb {
  cursor: pointer;
}

.imgUpBlock.on label {
  display: none;
}

.upload-desc {
  padding: 10px 0;
  font-size: 14px;
  color: #999;
}

.videoUpBlock {
  position: relative;
  display: inline-block;
}

.videoUpBlock input[type=text] {
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  margin: 0;
  font-size: 14px;
  width: 250px;
}

.videoUpBlock label {
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  background-color: #999999;
  color: #fff;
  content: "찾아보기";
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  font-size: 14px;
}

.videoUpBlock input[type=file] {
  opacity: 0;
  width: 90px;
}

#modalPhotoView {
  display: none;
  visibility: visible;
  height: auto;
  padding: 35px 50px 50px;
  width: 400px;
}

#modalPhotoView header {
  border-bottom: none;
  width: auto;
  height: 20px;
  line-height: 1;
  position: relative;
  color: #882887;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

#modalPhotoView .layPopClose {
  top: 0;
  right: 0;
  width: 19px;
  height: 19px;
  background-position: 0 0;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBA0QDDOC9NPmAAAAu0lEQVQoz33RvQ3CMBCG4de3QJiBJjsgRXLDAiiUFEgZIl1GyBJUCaKhJJEseQoaZqEJxj9xrn50uu87xYPeWDZGF5yEnruuNtFEKcZS56EumJhNK2AsNeMa/CEQAGM5p/CPFrYGfeRYDEPkMR/GCJQJ76kYaehCFGxbNjY8eYcoYbqg48YxTi0RmpjNJS1cEtQuhQfQMb3z08VQHHqF6cIXyjqKC5cccnDQFSiyyBU+cFBcKfMIQO/N5wt3GWBOxpZPLgAAAABJRU5ErkJggg==);
}

#modalPhotoView .modal-body {
  text-align: center;
}

#modalPhotoView .modal-body img {
  max-width: 400px;
  max-height: 600px;
}

/* 나의 추천인 코드 */
.subContentsWrap.myrecommend .notics-box {
  margin-top: 50px;
  text-align: center;
}

.subContentsWrap.myrecommend .user-info {
  display: flex;
  flex-wrap: wrap;
  line-height: 18px;
  align-items: center;
}

.subContentsWrap.myrecommend .user-info.type01 {
  margin-top: 50px;
}

.subContentsWrap.myrecommend .user-info.type02 {
  flex-wrap: nowrap;
}

.subContentsWrap.myrecommend .user-info.type03 {
  display: block;
}

.subContentsWrap.myrecommend .user-info .info-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px; /* border: 1px solid #FFF; */
}

.subContentsWrap.myrecommend .user-info.type03 .info-item {
  display: block;
}

.subContentsWrap.myrecommend .user-info .info-title {
  font-size: 18px;
  color: #515151;
  min-width: 150px;
  line-height: 1;
  position: relative; /* padding-left:15px; */
}

.subContentsWrap.myrecommend .user-info .info-title:before {
  vertical-align: middle;
  content: "";
  height: 20px;
  width: 15px;
  display: inline-block;
  background: url(/assets/img/mypage/myrecommend/ico_dot.png) center center no-repeat;
}

.subContentsWrap.myrecommend .user-info .info-data {
  font-size: 18px;
  color: #6a6a6a;
  min-width: 150px;
  line-height: 1;
  position: relative;
}

.subContentsWrap.myrecommend .user-info .info-data span {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  vertical-align: middle;
}

.subContentsWrap.myrecommend .user-info .info-data:before {
  content: "";
  height: 18px;
  display: inline-block;
  width: 1px;
  background-color: #515151;
  position: absolute;
  left: -20px;
}

.subContentsWrap.myrecommend .tire-cnt {
  display: inline-block;
  background-repeat: no-repeat; /* padding-left:30px; */
  font-size: 18px;
  color: #000;
}

.subContentsWrap.myrecommend .tire-cnt:before {
  content: "X";
  text-align: right;
  display: inline-block; /* height:35px; */
  vertical-align: middle;
  font-size: 18px;
  color: #999;
  margin-right: 5px;
  background: url(/assets/img/mypage/myrecommend/ico_tire.png) center left no-repeat;
  width: 45px; /* height:35px; */
  padding: 10px 0px;
}

.subContentsWrap.myrecommend .btn-copy-code {
  color: #fff;
  background-color: #7432b1;
  display: inline-block;
  line-height: 0.7;
  border-radius: 5px;
  margin-top: -2.5px;
  font-size: 15px;
  padding: 6px 7px; /* width:120px; */
  text-align: center;
  margin-left: 10px;
  vertical-align: middle;
}

.subContentsWrap.myrecommend ul.gift-list {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.subContentsWrap.myrecommend ul.gift-list .cnt {
  text-align: right;
}

.subContentsWrap.myrecommend ul.gift-list .thumb {
  text-align: center;
  margin: 10px 0;
}

.subContentsWrap.myrecommend ul.gift-list .thumb img {
  max-width: 100%;
}

.subContentsWrap.myrecommend ul.gift-list .btn-wrap {
  text-align: center;
}

.subContentsWrap.myrecommend ul.gift-list .btn-apply {
  display: inline-block;
  padding: 7px 20px;
  background-color: #b8b8b8;
  color: #fff; /* background-color: #7432b1; */
  border-radius: 15px;
  line-height: 1;
  font-size: 18px;
}

.subContentsWrap.myrecommend ul.gift-list .btn-apply.on,
ul.gift-list .btn-apply:hover,
ul.gift-list .btn-apply:active {
  background-color: #7432b1;
}

.subContentsWrap.myrecommend .gift-apply-form {
  margin-top: 50px;
  display: none;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-title {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-title:before {
  content: "";
  display: block;
  background-color: #a2a2a2;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-title span {
  color: #515151;
  font-size: 22px;
  text-align: center;
  display: inline-block;
  background-color: #f3f3f3;
  padding: 0 20px;
  font-weight: 600;
}

.subContentsWrap.myrecommend .gift-apply-form .desc {
  margin-top: 50px;
  line-height: 1.8;
  color: #6a6a6a;
  font-size: 20px;
  text-align: center;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-info {
  display: flex;
  gap: 20px;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-info .gift-image {
  width: 40%;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-info .gift-image img {
  max-width: 100%;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-info .input-group-wrap {
  width: 60%;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-info .input-group-wrap .input-group {
  display: flex;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-info .input-group-wrap .input-group label {
  color: #6a6a6a;
  font-size: 20px;
  min-width: 150px;
  height: 50px;
  line-height: 50px;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-info .input-group-wrap .input-group input {
  border: none;
  border-bottom: 1px solid #bbb;
  padding: 5px 0;
  height: 50px;
  line-height: 25px;
  background-color: transparent;
  width: 100%;
  color: #000;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-info .input-group-wrap .input-group input::placeholder {
  font-size: 20px;
  color: #b2b2b2;
  font-weight: normal;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-info .input-group-wrap .input-group .addr-input {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #bbb;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-info .input-group-wrap .input-group .addr-input a {
  margin-right: 10px;
  width: 30px;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-info .input-group-wrap .input-group .addr-input input {
  width: 100%;
  border: none;
}

.subContentsWrap.myrecommend .precautions {
  background-color: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  margin: 50px 0 50px 0;
}

.subContentsWrap.myrecommend .precautions .precautions-title {
  padding: 0 50px;
  font-size: 22px;
  color: #515151;
  font-weight: 600;
}

.subContentsWrap.myrecommend .precautions .precautions-text {
  line-height: 1.7;
  font-size: 16px;
  color: #515151;
}

.subContentsWrap.myrecommend .btn-gift-apply-wrap {
  display: none; /* padding:20px; */
  text-align: center;
}

.subContentsWrap.myrecommend .btn-gift-apply {
  display: inline-block;
  width: 230px;
  padding: 13px 0 10px 0;
  text-align: center;
  background-color: #c5c5c5;
  border-radius: 7px;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  position: relative;
  font-weight: 400;
  margin: 0 25px 50px 25px;
}

.subContentsWrap.myrecommend .btn-gift-apply:after {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #979797;
  border-radius: 7px;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: -1;
}

.subContentsWrap.myrecommend .btn-gift-apply.apply-submit {
  background-color: #7432b1;
}

.subContentsWrap.myrecommend .btn-gift-apply.apply-submit:after {
  background-color: #995bd2;
}

.subContentsWrap.myrecommend .order-wrap .order-title {
  font-size: 22px;
}

.subContentsWrap.myrecommend .order-wrap .order-title:before {
  vertical-align: top;
  content: "";
  height: 20px;
  width: 15px;
  display: inline-block;
  background: url(/assets/img/mypage/myrecommend/ico_dot.png) center center no-repeat;
}

.subContentsWrap.myrecommend .order-wrap .order-list {
  margin-top: 30px;
}

.subContentsWrap.myrecommend .order-wrap .order-list li {
  display: flex;
  align-items: center;
  margin: 7px 0;
}

.subContentsWrap.myrecommend .order-wrap .order-list .order-item {
  font-size: 22px;
  color: #6a6a6a;
  min-width: 320px;
}

.subContentsWrap.myrecommend .order-wrap .order-list .order-point {
  min-width: 140px;
}

.subContentsWrap.myrecommend .order-wrap .order-list .order-status .status {
  color: #fff;
  background-color: #b8b8b8;
  border-radius: 20px;
  font-size: 18px;
  padding: 7px 0;
  width: 120px;
  text-align: center;
}

.subContentsWrap.myrecommend .order-wrap .order-list .order-status .status.ready {
  background-color: #7432b1;
}

.subContentsWrap.myrecommend .order-wrap .order-list .order-status .status.delivery {
  background-color: #b8b8b8;
}

/* 1:1문의 */
.subContentsWrap .subContents .btnArea.type01 {
  padding: 100px 0 100px;
}

.popupWrap.myrecommend {
  padding: 0;
}

.popupWrap.myrecommend .popContents {
  padding: 30px;
}

.popupWrap.myrecommend .popContents .text-center {
  text-align: center;
}

.popupWrap.myrecommend header {
  padding: 30px 30px 0 30px;
  width: auto;
  border: none;
}

.popupWrap.myrecommend .btn-wrap {
  margin-top: 30px;
  text-align: center;
}

.popupWrap.myrecommend .btn-wrap a {
  color: #fff;
  background-color: #7432b1;
  border-radius: 14px;
  font-size: 20px;
  padding: 6px 40px; /* letter-spacing: 10px; */ /* width:120px; */
  text-align: center;
}

.popupWrap.myrecommend a.layPopClose {
  background: url(/assets/img/mypage/myrecommend/pop_close.png) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  right: 15px;
  top: 15px;
}

#copyCodeResult .popContents {
  text-align: center;
  font-size: 30px;
  color: #343434;
  line-height: 1.2;
}

#copyCodeResult header {
  border: none;
  height: 30px;
}

#copyCodeResult header {
  height: 30px;
}

#giftApplicationCompleted {
  width: 670px;
  min-width: unset;
}

#giftApplicationCompleted header h2 {
  color: #7432b1;
  font-size: 36px;
  text-align: center;
  border-bottom: 1px solid #7432b1;
}

#giftApplicationCompleted .popContents {
  /* margin-top: 30px; */
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

#giftApplicationCompleted .popContents .gift-image {
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
}

#giftApplicationCompleted .popContents .gift-info {
  display: flex;
  justify-content: space-between;
  width: 510px;
  margin: 0 auto;
  align-items: center;
  margin-top: 35px;
}

#giftApplicationCompleted .tire-cnt {
  display: inline-block;
  background-repeat: no-repeat; /* padding-left:30px; */
  font-size: 22px;
  color: #000;
}

#giftApplicationCompleted .tire-cnt:before {
  content: "X";
  text-align: right;
  display: inline-block; /* height:35px; */
  vertical-align: middle;
  font-size: 22px;
  color: #999;
  margin-right: 5px;
  background: url(/assets/img/mypage/myrecommend/ico_tire.png) center left no-repeat;
  width: 45px; /* height:35px; */
  padding: 10px 0px;
}

#checkDelivery header h2 {
  color: #7432b1;
  font-size: 36px;
  text-align: center;
  border-bottom: 1px solid #7432b1;
}

#checkDelivery .popContents {
  font-size: 20px;
  line-height: 1.4; /* text-align: center; */
}

#checkDelivery .popContents .gift-image {
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
}

#checkDelivery .popContents .gift-info {
  display: flex;
  justify-content: space-between;
  width: 510px;
  align-items: center;
  margin: 0 auto;
  align-items: center; /* margin-top:35px; */
}

#checkDelivery .popContents .user-info {
  width: 510px;
  margin: 0 auto;
}

#checkDelivery .popContents .user-info .info-data {
  max-width: 340px;
  word-break: keep-all;
}

#checkDelivery .popContents .user-info {
  display: flex;
  flex-wrap: wrap;
}

#checkDelivery .popContents .user-info.type01 {
  margin-top: 50px;
}

#checkDelivery .popContents .user-info.type02 {
  flex-wrap: nowrap;
}

#checkDelivery .popContents .user-info.type03 {
  display: block;
}

#checkDelivery .popContents .user-info .info-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px; /* border: 1px solid #FFF; */
}

#checkDelivery .popContents .user-info.type03 .info-item {
  display: block;
}

#checkDelivery .popContents .user-info .info-title {
  font-size: 18px;
  color: #515151;
  min-width: 150px;
  line-height: 1;
  position: relative; /* padding-left:15px; */
}

#checkDelivery .popContents .user-info .info-title:before {
  vertical-align: top;
  content: "";
  height: 20px;
  width: 15px;
  display: inline-block;
  background: url(/assets/img/mypage/myrecommend/ico_dot.png) center center no-repeat;
}

#checkDelivery .popContents .user-info .info-data {
  font-size: 18px;
  color: #6a6a6a;
  min-width: 150px;
  line-height: 1;
  position: relative;
}

#checkDelivery .popContents .user-info .info-data span {
  color: #000;
  font-weight: 600;
  vertical-align: middle;
  font-size: 20px;
}

#checkDelivery .popContents .user-info .info-data:before {
  content: "";
  height: 18px;
  display: inline-block;
  width: 1px;
  background-color: #515151;
  position: absolute;
  left: -20px;
}

#checkDelivery .popContents .tire-cnt {
  display: inline-block;
  background-repeat: no-repeat; /* padding-left:30px; */
  font-size: 22px;
  color: #000;
}

#checkDelivery .popContents .tire-cnt:before {
  content: "X";
  text-align: right;
  display: inline-block; /* height:35px; */
  vertical-align: middle;
  font-size: 22px;
  color: #999;
  margin-right: 5px;
  background: url(/assets/img/mypage/myrecommend/ico_tire.png) center left no-repeat;
  width: 45px; /* height:35px; */
  padding: 10px 0px;
}

/*20231215*/
span#imgFileNm {
  background: none;
}

/*s:20241210*/
/**공통 - 퀵메뉴 버튼**/
/* 퀵메뉴 버튼 */
/*e:20241210*/
/**전문점 찾기 상세보기 팝업**/
/* s: 20241206 */
/* 전문점 상세보기 팝업 */
/* 팝업 레이아웃 */
.popupWrap.type09 {
  width: 1180px;
  padding: 50px 60px 50px;
}

.popupWrap.type10 {
  width: 980px;
  z-index: 4602;
  padding: 45px 40px 0 40px;
} /* 이용후기 */
.popupWrap.type10 .scrollBox.type07 {
  height: 655px;
} /* 이용후기 */
.popupWrap.type10.md-show + .md-overlay {
  z-index: 4601;
}

.popupWrap.type10 h2 {
  font-size: 26px;
}

/* 팝업 type04 */
.popupWrap header.type04 {
  border-bottom: 0;
  line-height: initial;
  height: initial;
}

.popupWrap header.type04 em + h2 {
  margin-top: 14px;
}

.popupWrap header.type04 h2 {
  color: #000;
}

.popupWrap header.type04 h2 a.layPopClose {
  width: 30px;
  height: 30px;
  background-position: -69px -68px;
}

.popupWrap header.type04 a.layPopClose {
  top: 50px;
  right: 60px;
}

/* 팝업 스크롤 */
.scrollBox.type07 {
  height: 710px;
  margin-top: 20px;
  padding: 0px 25px 60px 0;
  overflow-x: hidden;
  overflow-y: scroll;
  border-top: 0;
}

.scrollBox.type09 {
  height: 710px;
  margin-top: 20px;
  padding: 0px 25px 60px 0;
  overflow-x: hidden;
  overflow-y: scroll;
  border-top: 0;
}

/* 팝업 라벨 */
.icoArea.ic-recom {
  position: relative;
  padding: 10px 10px 10px 42px;
  font-size: 16px;
  background: var(--m-color);
  color: #fff;
  border-radius: 2px;
}

.icoArea.ic-recom::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.icoArea.ic-recom::before {
  width: 28px;
  height: 24px;
  background: var(--ic-recommend) no-repeat 50%/24px auto;
}

/* 전문점 사진 */
.map-detail-container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.map-detail-gallery {
  display: flex;
  flex-direction: column; /*justify-content: space-between;*/
  width: 50%;
}

.map-detail-gallery > .thumb-detail {
  display: flex;
  justify-content: center;
  width: 490px;
  height: 370px;
  overflow: hidden;
}

.map-detail-gallery > .thumbs {
  display: flex;
  gap: 12px;
  margin-top: 11px;
}

.map-detail-gallery > .thumbs > a.thumb-img {
  display: flex;
  justify-content: center;
  width: 113px;
  height: 113px;
  overflow: hidden;
}

.map-detail-gallery > .thumb-detail > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* .map-detail-gallery > .thumb-detail > img,
.map-detail-gallery > .thumbs > a.thumb-img > img  { width:100%; height:100%; object-fit: contain; object-position: center; } */
/* .map-detail-gallery > .thumb-detail > img {  object-fit: contain; object-position: center;} */
.map-detail-gallery > .thumbs > a.thumb-img > img {
  object-fit: cover;
  object-position: center;
}

.map-detail-gallery > .thumbs > a.thumb-img {
  opacity: 0.8;
}

.map-detail-gallery > .thumbs > a.thumb-img.on {
  opacity: 1;
  border: 2px solid var(--m-color);
}

/* 전문점 상세 */
.map-detail-container .map-detail-item {
  width: 100%;
}

.map-detail-container .map-detail-item .submitArea.type04 .submit .conWrap,
.map-detail-container .map-detail-item .submitArea.type04 .submit > label > span,
.map-detail-container .map-detail-item .submitArea.type04 .submit {
  display: flex;
  align-items: center;
}

.map-detail-container .map-detail-item .submitArea.type04 .submit {
  margin-top: 6px; /*height:52px;*/
  height: 46px;
} /*20241224*/
.map-detail-container .map-detail-item .submitArea.type04 .submit:nth-of-type(1) {
  margin-top: 0px;
}

.map-detail-container .map-detail-item .submitArea.type04 .submit > .conWrap span {
  line-height: 1.5;
}

.map-detail-container .map-detail-item .submitArea.type04 .submit > label > span {
  width: 100px;
}

.map-detail-container .map-detail-item #agencyAddr button.type18 {
  position: absolute;
  right: 0;
  top: 44%;
  transform: translateY(-50%);
  min-width: 75px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  background: #f3f3f3;
  color: var(--sub-color);
}

.map-detail-container .map-detail-item #agencyAddr button.type18::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.map-detail-container .map-detail-item #agencyAddr button.type18::before {
  width: 10px;
  height: 14px;
  background: var(--ic-map-pointer-gray) no-repeat 50%/10px auto;
}

.map-detail-container .map-detail-item .mStateIcon .state {
  margin: 0;
  padding-right: 0;
}

.map-detail-container .map-detail-item .mStateIcon .state span {
  padding-right: 0;
  line-height: 1;
  font-size: 14px;
}

.map-detail-container .map-detail-item .conWrap .mStateIcon {
  top: 0;
  height: initial;
  line-height: initial;
}

.state img {
  width: 48px;
  height: 48px;
}

.map-detail-container .map-detail-item .serviceState {
  margin-top: 11px;
}

.map-detail-container .map-detail-item .serviceState > ul {
  display: flex;
  gap: 10px;
}

.map-detail-container .map-detail-item .serviceState > ul > li {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 12px 15px;
  background: #f3f3f3;
  color: var(--sub-color);
  border-radius: 20px;
  line-height: 0.8;
}

.map-detail-container .map-detail-item .serviceState > ul > li.on {
  position: relative;
  padding: 12px 38px 12px 15px;
  background: var(--m-color);
  color: #ffffff;
}

.map-detail-container .map-detail-item .serviceState > ul > li.on::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 47%;
  transform: translateY(-50%);
}

.map-detail-container .map-detail-item .serviceState > ul > li.on::after {
  width: 18px;
  height: 18px;
  background: var(--ic-service-chk) no-repeat 50%/18px auto;
}

.map-detail-container .map-detail-item p.desc.type07 {
  padding: 10px 0 0;
}

.map-detail-container .map-detail-item p.desc.type07 + p.desc.type07 {
  padding: 0px 0 0;
}

.map-detail-container .map-detail-item .btnArea {
  margin-top: 10px;
}

/* s:20241205 */
:root {
  --ic-recommend: url("/assets/img/common/ico_recommend.png");
  --ic-map-pointer-gray: url("/assets/img/common/ico_map_gray.png");
  --ic-map-pointer-white: url("/assets/img/common/ico_map_white.png");
  --ic-service-chk: url("/assets/img/common/ico_service_chk.png");
  --ic-star1: url("/assets/img/common/ico_star_re.png");
  --ic-star2: url("/assets/img/common/ico_star02.png");
  --ic-star3: url("/assets/img/common/ico_star03.png");
  --ic-star4: url("/assets/img/common/ico_star04.png");
  --ic-user: url("/assets/img/common/ico_user.png");
  --ic-convenient: url("/assets/img/common/ico_convenient.png");
  --ic-friendly: url("/assets/img/common/ico_friendly.png");
  --ic-satisfied: url("/assets/img/common/ico_satisfied.png");
  --ic-message: url("/assets/img/common/ico_message.png");
  --ic-loacation: url("/assets/img/common/ico_loacation.png");
  --ic-date: url("/assets/img/common/ico_date.png");
  --ic-phone: url("/assets/img/common/ico_phone.png");
  --ic-intro: url("/assets/img/common/ico_intro.png");
  --ic-search: url("/assets/img/common/btn_search.png");
  --ic-white-chk: url("/assets/img/common/ic_white_chk.png");
  --ic-pop-l-arrow: url("/assets/img/common/ic_popup_l_arrow.png");
  --ic-pop-r-arrow: url("/assets/img/common/ic_popup_r_arrow.png");
  --ic-close-off: url("/assets/img/common/ico_close_off.png");
  --ic-close-on: url("/assets/img/common/ico_close_on.png");
  --ic-pin: url("/assets/img/common/ico_pin.png");
  --ic-chk-arrow: url("/assets/img/common/ico_chk-arrow.png");
  --m-color: #832082;
  --review-msub-color: #191478;
  --tit-color: #000000;
  --txt-color: #222222;
  --sub-color: #666666;
  --sub-2-color: #333333;
  --sub-3-color: #777777;
  --white-color: #ffffff;
  --blue-color: #191478;
  --chk-txt-color: #a1a1a1;
  --border-color: #dedede;
  --border-2-color: #d3d3d3;
  --chk-border-color: #d9d9d9;
  --bg-gray-color: #dddddd;
  --bg-gray-2-color: #f4f4f4;
  --bg-sub-color: #8e608e;
  --bg-sub-2-color: #999999;
}

/* e:20241205 */
/* 이용후기 박스 */
/* .review-container { margin-top:60px; border-top:1px solid var(--border-color); } */
.review-container h3 {
  position: relative;
  padding: 60px 0 20px 36px;
  border-bottom: 2px solid var(--txt-color);
  color: var(--txt-color);
  font-size: 26px;
  font-weight: 600;
  font-family: "Spoqa Han Sans", "NanumBarunGothic";
}

.review-container h3::before {
  content: "";
  position: absolute;
  top: 67%;
  transform: translateY(-50%);
  left: 0;
  width: 26px;
  height: 25px;
  background: var(--ic-star1) no-repeat 100%/26px auto;
}

.review-container .review-box {
  display: flex;
  justify-content: space-between;
  margin: 26px 0;
  padding: 24px 59px;
  background: var(--bg-gray-2-color);
}

.review-container .review-box .review-num {
  position: relative;
}

.review-container .review-box .review-num::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 90px;
  background-color: var(--bg-sub-2-color);
  top: 50%;
  right: -75px;
  transform: translateY(-50%);
}

.review-container .review-box .review-num > ul {
  display: flex;
  gap: 60px;
}

.review-container .review-box .review-num > ul > li {
  width: 170px;
  height: 100px;
  line-height: 1;
  text-align: center;
}

.review-container .review-box .review-num > ul > li > span {
  font-size: 16px;
  color: var(--txt-color);
}

.review-container .review-box .review-num > ul > li > .num {
  margin: 10px 0;
  font-size: 40px;
  font-weight: 600;
  color: var(--tit-color);
}

.review-container .review-box .review-num > ul > li > span.txt {
  line-height: 20px;
  font-size: 14px;
}

.review-container .review-box .review-num > ul > li > span.txt b {
  font-size: 16px;
  color: var(--m-color);
}

/* 이용후기- 만족도 */
.review-container .review-box .review-satisfaction {
  width: 392px;
}

.review-container .review-box .review-satisfaction > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 8px;
}

.review-container .review-box .review-satisfaction > ul > li > span {
  font-size: 16px;
  color: var(--tit-color);
}

.review-container .review-box .review-satisfaction > ul > li > .star-item {
  width: 162px;
}

/* 솔직 이용 후기 */
/* 솔직 이용 후기 - 컨트롤 */
.review-controls .review-header {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 15px;
  border-top: 1.5px solid var(--bg-sub-2-color);
}

.review-controls .review-header .view-count {
  font-size: 16px;
  color: var(--txt-color);
}

.review-controls .review-header .view-count span {
  padding: 0 15px;
}

.review-controls .review-header .view-count span:first-child {
  position: relative;
}

.review-controls .review-header .view-count span:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 16px;
  background: var(--txt-color);
}

.review-controls .review-header .view-count span b.num {
  padding-right: 2px;
}

.review-controls .review-header .view-mode button {
  padding-right: 15px;
  font-size: 13px;
  font-weight: 500;
  color: var(--txt-color);
}

.review-controls .review-header .view-mode button.on {
  font-weight: 600;
  color: var(--m-color);
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* 솔직 이용 후기 - 리스트 */
.review-controls .review-item > ul > li {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid var(--border-color);
}

.review-controls .review-item > ul > li:last-of-type {
  border-bottom: 1px solid #ededed;
}

.review-controls .review-item > ul > li > .user {
  width: 50px;
  margin-right: 15px;
}

.review-controls .review-item > ul > li > .user > img {
  object-fit: cover;
  object-position: center;
  width: 50px;
  height: 50px;
}

.review-controls .review-item > ul > li > .review-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.review-controls .review-item > ul > li > .review-area .review-info {
  width: 620px;
}

.review-controls .review-item > ul > li > .review-area > .review-info > .name > span {
  line-height: 1.3;
  margin-right: 10px;
  font-size: 13px;
  color: var(--txt-color);
}

.review-controls .review-item > ul > li > .review-area > .review-info > .name > span > b {
  margin-right: 5px;
  font-size: 16px;
  color: var(--txt-color);
}

.review-controls .review-item > ul > li > .review-area > .review-info > .star-item {
  display: flex;
  align-items: flex-end;
  margin-top: 12px;
}

.review-controls .review-item > ul > li > .review-area > .review-info > .star-item > .num {
  display: flex;
  margin-left: 10px;
  font-size: 18px;
}

.review-controls .review-item > ul > li > .review-area > .review-info > .star-item > .num > b {
  font-size: 22px;
  color: var(--m-color);
}

.review-controls .review-item > ul > li > .review-area > .review-info > .review-cont {
  margin-top: 25px;
}

.review-controls .review-item > ul > li > .review-area > .review-info > .review-cont > b {
  display: flex;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 20px;
  color: var(--tit-color);
}

.review-controls .review-item > ul > li > .review-area > .review-info > .review-cont > p > span {
  width: 520px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /*word-break: break-word;  단어가 길 경우 줄바꿈 */
  font-size: 14px;
  color: var(--txt-color);
}

.review-controls .review-item > ul > li > .review-area > .review-info > .review-cont > p {
  position: relative;
}

.review-controls .review-item > ul > li > .review-area > .review-info > .review-cont > p > button.btn-plus {
  position: absolute;
  right: 42px;
  bottom: 0;
  font-size: 14px;
  color: var(--m-color);
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* 더보기 기능 .btnExpandTxt */
/* 초기 상태: 2줄로 제한 */
.review-controls .review-item > ul > li > .review-area > .review-info > .review-cont > p.btnExpandTxt.collapsed > span {
  -webkit-line-clamp: 2; /* 두 줄까지만 표시 */
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 확장 상태: 제한 해제 */
.review-controls .review-item > ul > li > .review-area > .review-info > .review-cont > p.btnExpandTxt.expanded > span {
  -webkit-line-clamp: unset; /* 줄 제한 해제 */
  overflow: visible;
  text-overflow: initial;
}

.review-controls .review-item > ul > li > .review-area > .review-info > .review-cont > .thumbs {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.review-controls .review-item > ul > li > .review-area > .review-info > .review-cont > .thumbs > a {
  display: block;
  width: 70px;
  height: 70px;
}

.review-controls .review-item > ul > li > .review-area > .review-info > .review-cont > .thumbs > a > img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  background: #efefef;
}

.review-controls .review-item > ul > li > .review-area > .review-info > .review-cont > .thumbs > a.on {
  border: 2px solid var(--m-color);
}

.review-controls .review-item > ul > li > .review-area > .review-info > .review-cont > ul.review-txt {
  display: flex;
  gap: 8px;
  margin-top: 15px;
}

.review-controls .review-item > ul > li > .review-area > .review-info > .review-cont > ul.review-txt > li {
  background-color: #f8f8f8;
  padding: 8px 6px 8px 31px;
  color: var(--txt-color);
  font-weight: 500;
  border: 1px solid var(--border-color);
  border-radius: 2px;
}

.review-controls .review-item > ul > li > .review-area > .review-info > .review-cont > ul.review-txt > li {
  position: relative;
}

.review-controls .review-item > ul > li > .review-area > .review-info > .review-cont > ul.review-txt > li::before {
  position: absolute;
  content: "";
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.ico-convenient::before {
  background: var(--ic-convenient);
}

.ico-friendly::before {
  background: var(--ic-friendly);
}

.ico-satisfied::before {
  background: var(--ic-satisfied);
}

.ico-message::before {
  background: var(--ic-message);
}

.review-controls .review-item > ul > li > .review-area > .order-card {
  width: 346px;
  height: auto;
  margin-right: 7px;
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.15);
}

.review-controls .review-item > ul > li > .review-area > .order-card > .tit {
  line-height: 25px;
  text-align: center;
}

.review-controls .review-item > ul > li > .review-area > .order-card > .tit > img {
  width: 74px;
  height: auto;
}

.review-controls .review-item > ul > li > .review-area > .order-card.signature > .tit {
  background-color: var(--m-color);
}

.review-controls .review-item > ul > li > .review-area > .order-card.premium > .tit {
  background-color: var(--review-msub-color);
}

.review-controls .review-item > ul > li > .review-area > .order-card > .order-cont {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 25px 18px 18px;
}

.review-controls .review-item > ul > li > .review-area > .order-card > .order-cont > img {
  object-fit: contain;
  object-position: center;
  width: 133px;
  height: auto;
  aspect-ratio: 524/480;
}

.review-controls .review-item > ul > li > .review-area > .order-card > .order-cont > .card-info > p.card-label {
  display: flex;
  gap: 5px;
}

.review-controls .review-item > ul > li > .review-area > .order-card > .order-cont > .card-info > p.card-label > em {
  line-height: 20px;
  width: 54px;
  text-align: center;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 500;
  background: rgba(131, 32, 130, 0.1);
  color: var(--m-color);
}

.review-controls .review-item > ul > li > .review-area > .order-card > .order-cont > .card-info > p.card-label > label {
  width: 130px;
  height: auto;
}

.review-controls .review-item > ul > li > .review-area > .order-card > .order-cont > .card-info > .img {
  margin-top: 10px;
  width: 150px;
  height: auto;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--tit-color);
}

.review-controls .review-item > ul > li > .review-area > .order-card > .order-cont > .card-info > .img > img {
  width: 100%;
  height: 100%;
}

.review-controls .review-item > ul > li > .review-area > .order-card > .order-cont > .card-info > span {
  margin-top: 6px;
}

.review-controls .review-item > ul > li > .review-area > .order-card > .order-cont > .card-info > .btn-order {
  display: block;
  margin-top: 10px;
  line-height: 36px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #888888;
  border-radius: 100px;
  transition: background 0.1s ease, color 0.1s ease;
}

.review-controls .review-item > ul > li > .review-area > .order-card > .order-cont > .card-info > a.btn-order:hover {
  background: var(--m-color);
  color: var(--white-color);
  border: 1px solid var(--m-color);
}

.review-controls .btn-wrap {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-controls .btn-wrap > button.btn-view {
  line-height: 37px;
  padding: 0 20px;
  font-size: 14px;
  color: var(--m-color);
  border: 1px solid var(--m-color);
  background: #ffffff;
  border-radius: 100px;
}

.review-controls .btn-wrap > button.btn-view > b {
  font-weight: 600;
}

.review-controls .btn-wrap > button.btn-view > span {
  color: var(--txt-color);
  font-weight: 400;
  padding-left: 10px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* 위치 확인하기 - 지도 */
.map-container {
  margin-top: 40px;
  display: flex;
  gap: 36px;
}

.map-container .map-box {
  width: 700px;
}

.map-container .map-box > p {
  position: relative;
  padding-left: 50px;
  line-height: 45px;
  font-size: 14px;
  color: #ffffff;
  background: var(--m-color);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.map-container .map-box > p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 20px;
  height: 20px;
  background: var(--ic-map-pointer-white) no-repeat 100%/20px auto;
}

.map-container .map-box > .map-view {
  width: 700px;
  height: 400px;
  background: #efefef;
}

.map-container > .map-info {
  margin-top: 40px;
}

.map-container > .map-info > img {
  width: 200px;
  height: auto;
}

.map-container > .map-info > h3 {
  width: 324px;
  margin-top: 22px;
  padding-left: 22px;
  font-size: 24px;
  line-height: 1.1;
  color: var(--tit-color);
}

.map-container > .map-info > h3::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 4px;
  height: 28px;
  bottom: 0;
  background: var(--m-color);
}

.map-container > .map-info > ul.cont {
  margin-top: 24px;
}

.map-container > .map-info > ul.cont > li:first-of-type {
  margin-top: 0;
}

.map-container > .map-info > ul.cont > li {
  position: relative;
  margin-top: 15px;
  padding-left: 31px;
  line-height: 1.7;
  font-size: 14px;
}

.map-container > .map-info > ul.cont > li.icon::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 16px;
}

.icon.ico-loacation::before {
  background: var(--ic-loacation);
}

.icon.ico-date::before {
  background: var(--ic-date);
}

.icon.ico-phone::before {
  background: var(--ic-phone);
}

.icon.ico-intro::before {
  background: var(--ic-intro);
}

.map-container > .map-info > .btnArea {
  margin-top: 19px;
}

/*e:20241205*/
/* 이미지 없을 경우 */
.noImage {
  position: relative;
  background: #ededed;
}

.noImage::after {
  content: "NO IMAGE";
  position: absolute;
  top: 50%;
  left: 23%;
  transform: translateY(-50%);
}

/*s:20241206*/
/* 2번째 전문점 상세보기 팝업 */
.map-detail-container.type02 {
  justify-content: initial;
  gap: 30px;
}

.map-detail-container.type02 .map-detail-gallery {
  flex: 417px 0 0;
}

.map-detail-container.type02 .map-detail-gallery > .thumb-detail {
  width: 417px;
  height: 270px;
}

.map-detail-container.type02 .map-detail-gallery > .thumb-detail > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.map-detail-container.type02 .map-detail-gallery > .thumbs {
  margin-top: 15px;
}

.review-container.type02 {
  margin-top: 0;
  border-top: 0;
}

.review-container.type02 .review-controls .review-item > ul > li > .review-area > .review-info > .review-cont {
  margin-top: 18px;
}

.review-container.type02 .review-controls .review-item > ul > li > .review-area > .review-info > .review-cont > b {
  font-size: 22px;
}

.review-container.type02 .review-controls .review-item .map-detail-gallery > .thumbs > a.thumb-img {
  flex: 70px 0 0;
  max-width: 70px;
  height: 70px;
}

.review-container.type02 .review-controls .review-item > ul > li:last-of-type {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
}

.review-container.type02 .review-controls .review-item > ul > li > .review-area .review-info {
  width: 100%;
}

.review-container.type02 .review-controls .review-item > ul > li > .review-area > .review-info > .review-cont > ul.review-txt {
  flex-wrap: wrap;
  margin-top: 13px;
}

.review-container.type02 .review-controls .review-item > ul > li > .review-area > .review-info > .star-item {
  margin-top: 6px;
}

.review-container.type02 .review-box {
  padding: 0;
  height: 85px;
  justify-content: initial;
}

.review-container.type02 .review-box .review-num {
  min-width: 219px;
  padding: 12px;
  background: var(--m-color);
}

.review-container.type02 .review-box .review-num > ul > li {
  width: 100%;
  height: 100%;
}

.review-container.type02 .review-box .review-num > ul > li > span {
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 300;
  color: var(--white-color);
  font-weight: 500;
}

.review-container.type02 .review-box .review-num > ul > li > span.tit > span {
  margin-right: 10px;
  opacity: 0.9;
  font-weight: 500;
}

.review-container.type02 .review-box .review-num > ul > li > .num {
  text-align: right;
  color: var(--white-color);
  font-weight: 400;
  font-size: 30px;
}

.review-container.type02 .review-box .review-num > ul > li > .num > b {
  font-size: 40px;
}

.review-container.type02 .review-box .review-num::after {
  content: none;
}

.review-container.type02 .review-box .review-satisfaction {
  width: 100%;
}

.review-container.type02 .review-box .review-satisfaction > ul {
  display: flex;
  height: 100%;
}

.review-container.type02 .review-box .review-satisfaction > ul > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  padding: 19px 28px;
}

.review-container.type02 .review-box .review-satisfaction .star-box {
  margin-top: 8px;
}

/* 스크롤 */
.scrollBox.type08 {
  height: initial;
  padding: 30px 48px;
  background: var(--bg-gray-2-color);
  overflow: hidden;
}

.scrollBox.type08 .review-content {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 144px;
  line-height: 1.5;
  color: var(--txt-color);
}

.scrollBox.type08 .review-content::-webkit-scrollbar {
  width: 8px; /* 스크롤바 너비 */
}

.scrollBox.type08 .review-content::-webkit-scrollbar-thumb {
  background-color: #888; /* 스크롤바 색상 */
  border-radius: 4px;
}

.scrollBox.type08 .review-content::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* 스크롤바 색상 (호버 시) */
}

.scrollBox.type08 .review-content::-webkit-scrollbar-track {
  background-color: #eee; /* 스크롤 트랙 색상 */
}

.review-btns.type02 {
  display: flex;
  margin: 0 -40px;
  line-height: 90px;
  height: 90px;
}

.review-btns.type02 .btn-prev,
.review-btns.type02 .btn-next {
  text-align: right;
  width: 100%;
  font-size: 22px;
  color: var(--white-color);
  background-repeat: no-repeat;
  background-color: var(--bg-sub-color);
  background-size: 65px auto;
}

.review-btns.type02 .btn-prev {
  background-position: left 100px center;
  background-image: var(--ic-pop-l-arrow);
  padding-right: 149px;
  text-align: right;
  border-right: 1px solid var(--white-color);
}

.review-btns.type02 .btn-next {
  background-position: right 100px center;
  background-image: var(--ic-pop-r-arrow);
  padding-left: 149px;
  text-align: left;
}

/* [공통] 별모양 스타일 */
.review-container .star-box,
.review-container .star-box .star {
  display: flex;
  overflow: hidden;
}

.review-container .star-box .star {
  line-height: 0;
  vertical-align: bottom;
  background-position: left bottom;
  background-repeat: no-repeat;
}

/* 별모양 스타일 - 전문점 상세보기 - 총 평점 */
.review-container .review-box .review-num .star-box {
  margin: 0 auto;
}

.review-container .review-box .review-num .star-box,
.review-container .review-box .review-num .star-box .star {
  width: 152px;
  height: 22px;
  background-image: var(--ic-star2);
  background-size: 152px 50px;
}

/* 별모양 스타일 - 전문점 상세보기 - 만족도 */
.review-container .review-box .review-satisfaction .star-box,
.review-container .review-box .review-satisfaction .star-box .star {
  width: 167px;
  height: 26px;
  background-image: var(--ic-star2);
  background-size: 167px;
}

/* 별모양 스타일 - 전문점 상세보기 - 리뷰 내용 */
.review-controls .review-item > ul > li > .review-area > .review-info > .star-item > .star-box,
.review-controls .review-item > ul > li > .review-area > .review-info > .star-item > .star-box > .star {
  width: 99px;
  height: 14px;
  background-image: var(--ic-star4);
  background-size: 99px 32px;
}

.review-controls .review-item > ul > li > .review-area > .review-info > .star-item > .star-box > .star {
  background-position: left bottom;
  background-repeat: no-repeat;
}

/* 별모양 스타일 - 2번째 전문점 상세보기 팝업 - 리뷰 내용  */
.review-container.type02 .review-controls .review-item > ul > li > .review-area > .review-info > .star-item > .star-box,
.review-container.type02 .review-controls .review-item > ul > li > .review-area > .review-info > .star-item > .star-box > .star {
  width: 122px;
  height: 18px;
  background-image: var(--ic-star3);
  background-size: 122px 40px;
}

/* 별모양 스타이 - 2번째 전문점 상세보기 팝업 - 만족도 */
.review-container.type02 .review-box .review-satisfaction .star-box,
.review-container.type02 .review-box .review-satisfaction .star-box .star {
  width: 132px;
  height: 19px;
  background-image: var(--ic-star3);
  background-size: 132px 44px;
}

/*e:20241206*/
/* s: 20241206 */
/* 상담신청 */
.counselRegisterWrap {
  /*max-width:1140px;*/
  margin: 150px 0px 70px;
  padding: 50px 0 60px 0;
  background-color: var(--white-color);
}

.counselRegisterWrap .inner {
  max-width: 990px;
  margin: 0 auto;
}

.counselRegisterWrap .descInfo.type07 {
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--sub-3-color);
}

.counselRegisterWrap .descInfo.type07 .proViewInfo p {
  font-size: 17px;
  font-weight: 500;
}

.counselRegisterWrap .descInfo.type07 .proViewInfo p.desc {
  padding: 0;
  margin-top: 20px;
  color: var(--txt-color);
}

.counselRegisterWrap .descInfo.type07 .proViewInfo p.info {
  margin-top: 10px;
  color: var(--blue-color);
}

.counselRegisterWrap h3 {
  margin: 40px 0 15px 0;
  font-size: 24px;
  font-weight: 600;
  color: var(--tit-color);
}

.counselRegisterWrap .submitAreaWrap.type02 .submitLeft {
  width: 510px;
}

.counselRegisterWrap .submitAreaWrap.type02 .submitRight {
  width: 510px;
}

.counselRegisterWrap .submitAreaWrap.type02 + .submitAreaWrap.type02 {
  margin-top: 20px;
}

.counselRegisterWrap .submitAreaWrap.type02 .submitArea .conWrap {
  width: 320px;
}

.counselRegisterWrap .bannerWrap {
  margin-top: 30px;
  width: 990px;
  height: auto;
  max-width: 100%;
}

.counselRegisterWrap .bannerWrap img {
  width: 100%;
  height: 100%;
}

.counselRegisterWrap .btnArea {
  padding: 25px 0 0;
}

.counselRegisterWrap .btnArea button:disabled,
button[disabled] {
  background: var(--bg-gray-color);
}

/* [공통] */
.infoBox.type03 {
  padding: 15px 0;
  border: 1px solid var(--border-color);
}

.infoBox.type03 ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  color: var(--sub-color);
  font-weight: 500;
}

.infoBox.type03 ul li span {
  display: flex;
  align-items: center;
  padding: 0 40px;
  color: var(--sub-color);
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

.infoBox.type03 ul li span em {
  width: 85px;
  font-weight: 600;
  color: var(--txt-color);
}

input.type10 {
  height: 22px;
  line-height: 22px;
  background: transparent;
  border: 0;
}

input[type=checkbox].type10 + label {
  position: relative;
}

input[type=checkbox].type10 + label::after {
  content: "";
  position: absolute;
  left: 40px;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid var(--chk-border-color);
  border-radius: 2px;
}

input[type=checkbox].type10:checked + label::after {
  background: var(--ic-white-chk) no-repeat var(--m-color) 50%/13px auto;
  border: 1px solid var(--m-color);
}

input[type=checkbox].type10 + label > span {
  padding: 0 40px 0 80px;
  color: var(--chk-txt-color);
  font-size: 16.5px;
  text-align: left;
  font-weight: 500;
}

input[type=checkbox].type10:checked + label > span {
  color: var(--m-color);
  font-weight: 600;
}

/* e: 20241206 */
.topAreaWrap .topArea header h1 .logo-dark {
  display: none;
}

.subMenuWrap header h1 .logo-dark {
  display: none;
}

#modal-consignment,
#modal-privacyPolicy,
#modal-perInfoPolicy,
#modal-termOfService {
  z-index: 500000;
}

.topAreaWrap .topArea header a.login {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  right: 85px;
  display: block;
  width: 85px;
  height: 85px;
  background: url("/assets/img/common/login_white.png") no-repeat center center;
}

.topAreaWrap .topArea header a.logout {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  right: 85px;
  display: block;
  width: 85px;
  height: 85px;
  background: url("/assets/img/common/logout_white.png") no-repeat center center;
}

.subMenuWrap header a.basket {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  display: block;
  width: 85px;
  height: 85px;
  background: url("/assets/img/common/basket_white.png") no-repeat center center;
}

.subMenuWrap header a.login {
  position: absolute;
  top: 0;
  right: 85px;
  display: block;
  width: 85px;
  height: 85px;
  background: url("/assets/img/common/login_white.png") no-repeat center center;
}

.subMenuWrap header a.logout {
  position: absolute;
  top: 0;
  right: 85px;
  display: block;
  width: 85px;
  height: 85px;
  background: url("/assets/img/common/logout_white.png") no-repeat center center;
}

.topAreaWrap .topArea header a.basket {
  right: 0;
  left: auto;
}

.subMenuWrap header a.basket {
  right: 0;
  left: auto;
}

.topAreaWrap .subMenuWrap header a.basket {
  right: 0;
  left: auto;
  border: none;
  background: url("/assets/img/common/basket_white.png") no-repeat center center;
}

/* main */
.topAreaWrap.white .topArea {
  background-color: #fff;
}

.topAreaWrap.white .topArea header {
  border-bottom: 1px solid #d7d7d7;
}

.topAreaWrap.white .topArea header a.basket {
  right: 0;
  left: auto;
  background: url("/assets/img/common/basket_black.png") no-repeat center center;
}

.topAreaWrap.white .topArea header a.login {
  background: url("/assets/img/common/login_black.png") no-repeat center center;
}

.topAreaWrap.white .topArea header a.logout {
  background: url("/assets/img/common/logout_black.png") no-repeat center center;
}

.topAreaWrap.white .topArea header h1 .logo-dark {
  display: block;
}

.topAreaWrap.white .topArea header h1 .logo-light {
  display: none;
}

.topAreaWrap.fixwhite .topArea {
  background-color: #fff;
}

.topAreaWrap.fixwhite .topArea header a.allMenu {
  background: url("/assets/img/common/ham_btn_dark.png") no-repeat center center;
}

.topAreaWrap.fixwhite .topArea header a.basket {
  background: url("/assets/img/common/basket_black.png") no-repeat center center;
}

.topAreaWrap.fixwhite .topArea .gnb > ul > li > a {
  color: #000;
}

.topAreaWrap.fixwhite .topA.gnb > ul > li > a {
  color: #000;
}

.topAreaWrap.fixwhite .topArea .gnb > ul > li .logo-dark {
  display: block;
}

.topAreaWrap.fixwhite .topArea .gnb > ul > li .logo-light {
  display: none;
}

.topAreaWrap.fixwhite .topArea {
  background-color: #fff;
}

.topAreaWrap.fixwhite .topArea header {
  border-bottom: 1px solid #d7d7d7;
}

.topAreaWrap.fixwhite .topArea header a.basket {
  right: 0;
  left: unset;
  background: url("/assets/img/common/basket_black.png") no-repeat center center;
}

.topAreaWrap.fixwhite .topArea header a.login {
  background: url("/assets/img/common/login_black.png") no-repeat center center;
}

.topAreaWrap.fixwhite .topArea header a.logout {
  background: url("/assets/img/common/logout_black.png") no-repeat center center;
}

.topAreaWrap.fixwhite .topArea header h1 .logo-dark {
  display: block;
}

.topAreaWrap.fixwhite .topArea header h1 .logo-light {
  display: none;
}

.gnb > ul,
.subMenuWrap .gnb > ul {
  margin: 0 auto;
  transform: translateX(-140px);
}

.subMenuWrap .gnb > ul {
  transform: translateX(-135px);
}

/* 혜택 서비스 */
.titleArea.type03 {
  padding-top: 160px;
}

/* 전문점 찾기 */
.subTitleArea.type14 .titleArea {
  padding-top: 160px;
}

/* 회원정보 수정 */
.subTitleArea.type11 .titleArea {
  padding-top: 160px;
}

p.desc.type11 {
  width: 1180px;
  margin: 0 auto;
}

/* 제품 상세 */
.titleArea.type04 {
  padding-top: 160px;
}

/* 제품 목록 */
.subTitleArea .selInfoBarWrap.fixed {
  position: relative;
  z-index: 0;
}

/* 로그인페이지 */
.loginWrap .subContents {
  padding-top: 160px;
}

@media (max-width: 1500px) {
  .gnb > ul {
    width: 750px;
  }
  .subMenuWrap .gnb > ul {
    width: 750px;
  }
}
#modal-nonCustOrd,
#modal-affiliatecode {
  width: 400px;
  padding: 0;
  height: auto;
  transform: translateX(-50%) translateY(-50.1%);
}

#modal-nonCustOrd .modal-inner,
#modal-affiliatecode .modal-inner {
  padding: 30px 30px 20px;
}

#modal-nonCustOrd header.noLine,
#modal-affiliatecode header.noLine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#modal-nonCustOrd header.noLine a,
#modal-affiliatecode header.noLine a {
  position: inherit;
  top: 15px;
  right: 18px;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/common/close_shape.png");
  background-position: 0 0;
}

#modal-nonCustOrd .input-item,
#modal-affiliatecode .input-item {
  padding: 10px 0;
}

#modal-nonCustOrd .input-item input,
#modal-affiliatecode .input-item input {
  line-height: 40px;
  padding: 0 10px;
  height: auto;
  width: 100%;
  color: #444;
}

#modal-nonCustOrd .input-item input::placeholder,
#modal-affiliatecode .input-item input::placeholder {
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

#modal-nonCustOrd .input-item input::-webkit-input-placeholder,
#modal-affiliatecode .input-item input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

#modal-nonCustOrd .input-item input:-ms-input-placeholder,
#modal-affiliatecode .input-item input:-ms-input-placeholder {
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

#modal-nonCustOrd .input-item input:-mos-input-placeholder,
#modal-affiliatecode .input-item input:-mos-input-placeholder {
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

#modal-nonCustOrd .numberSearch,
#modal-affiliatecode .numberSearch {
  width: 100%;
  display: inline-block;
  border: none;
  text-align: center;
  position: inherit;
  margin-top: 15px;
  height: 53px;
}

#modal-nonCustOrd .numberSearch label,
#modal-affiliatecode .numberSearch label {
  border-bottom: 3px double #812990;
  font-size: 26px;
  line-height: 25px;
  padding-bottom: 0px;
  letter-spacing: 0px;
  font-weight: normal;
}

#modal-nonCustOrd .numberSearch label:after,
#modal-affiliatecode .numberSearch label:after {
  display: none;
}

#modal-nonCustOrd .btnArea,
#modal-affiliatecode .btnArea {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

#modal-nonCustOrd .btnArea button,
#modal-affiliatecode .btnArea button {
  display: inline-block;
  background: #812990;
  height: auto;
  width: auto;
  color: #fff;
  font-size: 18px;
  padding: 7px 35px;
  text-align: left;
  margin: 0 auto;
}

#modal-nonCustOrd .btnArea button i,
#modal-affiliatecode .btnArea button i {
  display: none;
}

#modal-nonCustOrd ul,
#modal-affiliatecode ul {
  margin-top: 40px;
}

#modal-nonCustOrd ul li,
#modal-affiliatecode ul li {
  margin-left: 40px;
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 20px;
}

#modal-nonCustOrd ul li::before,
#modal-affiliatecode ul li::before {
  position: relative;
  left: -10px;
  content: " ";
  vertical-align: middle;
  margin-left: -5px;
  width: 4px;
  height: 4px;
  background-color: #812990;
  border-radius: 50%;
  display: inline-block;
}

.reviewWrap2 .review-sidebar {
  width: 260px;
}

#modal-consignment,
#modal-privacyPolicy,
#modal-perInfoPolicy,
#modal-termOfService {
  top: 450px;
  z-index: 500000;
}

#section0 {
  overflow: hidden;
}

#section0 .fp-tableCell {
  display: block;
}

#section0 .mContent {
  position: relative;
  height: 100%;
  width: 100%;
}

#section0 .bx-wrapper {
  position: absolute;
}

#section0 .main-caroucel img {
  max-width: 100%;
  display: inline-block;
}

#section0 .main-caroucel {
  height: 100%;
  overflow: hidden;
  text-align: center;
}

#section0 .main-caroucel .slick-list {
  height: 100%;
}

#section0 .main-caroucel .slick-track {
  height: 100%;
}

#section0 .find-size {
  position: absolute;
  bottom: 100px;
  height: 150px;
  width: 100%;
}

#section0 .find-size-warp {
  display: table;
  margin: 0 auto;
  border-spacing: 20px;
  background-color: #fff;
}

#section0 .find-size-warp .car-num-form {
  display: flex;
  align-content: center;
}

#section0 .find-size-warp .car-num-form .img-wrap {
  display: flex;
  align-items: center;
}

#section0 .find-size-warp .car-num-form .input-wrap {
  margin-left: 15px;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 100px;
  padding: 5px;
}

#section0 .find-size-warp .car-num-form input {
  padding: 0px 10px;
  height: 25px;
  line-height: 25px;
  width: 280px;
  font-size: 14px;
  border: none;
  background: transparent;
  color: #666;
}

#section0 .find-size-warp .car-num-form input::placeholder {
  font-size: 13px;
  color: #999;
}

#section0 .find-size-warp .car-num-form input::-webkit-input-placeholder {
  font-size: 13px;
  color: #999;
}

#section0 .find-size-warp .car-num-form input:-ms-input-placeholder {
  font-size: 13px;
  color: #999;
}

#section0 .find-size-warp .car-num-form input:-mos-input-placeholder {
  font-size: 13px;
  color: #999;
}

#section0 .find-size-warp img {
  max-width: 100%;
}

#section0 .find-size-warp > div {
  padding: 0 20px;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  min-height: 20px;
}

#section0 .find-size-warp > div::after {
  position: absolute;
  right: -10px;
  top: 0;
  content: "";
  border-left: 1px solid #ccc;
  height: 100%;
}

#section0 .find-size-warp > div:nth-child(1)::after {
  right: -20px;
}

#section0 .find-size-warp > div:nth-child(2)::after {
  right: 0;
}

#section0 .find-size-warp > div:last-child::after {
  display: none;
}

#section0 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-size: 100%;
  width: 56px;
  height: 56px;
  outline: none;
}

#section0 .slick-arrow.slick-prev {
  left: 100px;
  background-image: url(/assets/img/main/m_prev.png);
  content: " ";
  color: transparent;
}

#section0 .slick-arrow.slick-next {
  background-image: url(/assets/img/main/m_next.png);
  content: " ";
  color: transparent;
  right: 100px;
}

#section1 {
  background-color: #ededed;
  /* 	
  .review-item{
  	background-color: #FFF;
  	margin:0 35px;
  	position: relative;
  	padding:23px 20px 0 20px;
  	&::before{
  		content: "";
  		background-color: #FFF;
  		position: absolute;
  		top:50%;
  		margin-top: -10px;
  		width:50px;
  		height:50px;
  		right:-25px;
  		transform: rotate( 45deg );
  		z-index: -1;;
  	}
  	.buy-type{
  		position: absolute;
  		width: 60px;
  		height:60px;
  		background-color: green;
  		border-radius: 50%;
  		right:-30px;
  		top:17px;
  		&:after{
  			display: block;
  			font-size: 18px;;
  			content: "렌탈";
  			line-height:60px;
  			color:#FFF;
  			text-align: center;;
  		}
  		&.O{
  			background-color: #56B9D8;
  			&:after{ content: "구매"; }
  		}
  		&.R{
  			background-color: #DD5488;
  			&:after{ content: "렌탈"; }
  		}
  	}
  	.writer{
  		font-size: 18px;
  		font-family: "NanumBarunGothic";
  		color: rgb(52, 52, 52);
  		font-weight: bold;
  		margin-bottom: 10px;
  	}
  	.purchase{
  		font-size: 15px;
  		font-family: "NanumBarunGothic";
  		color: rgb(147, 149, 152);
  		margin-bottom: 10px;
  	}
  	.star{
  		margin-bottom: 17px;
  		background-image: url( /assets/img/main/review_star.png );
  		background-position: 0px 0px;
  		background-repeat: no-repeat;
  		width:70px;
  		height:13px;
  		color:transparent;
  		&.star-0{ }
  		&.star-1{ background-position: 0px -13*1px; }
  		&.star-2{ background-position: 0px -13*2px; }
  		&.star-3{ background-position: 0px -13*3px; }
  		&.star-4{ background-position: 0px -13*4px; }
  		&.star-5{ background-position: 0px -13*5px; }
  	}
  	.text{
  		border-top:1px solid #ccc;
  		padding-top: 15px;
  		word-break: keep-all;
  		font-size: 16px;
  		font-family: "NanumBarunGothic";
  		color: rgb(74, 74, 74);
  		line-height: 1.563;
  		height: 160px;;
  	}

  	.product-image{
  		// position: absolute;
  		// bottom:0;
  		height:140px;
  		img{
  			margin-left: -5%;
  			width: 100%;
  		}
  	}

  }
  */
}

#section1 .mContent {
  width: 1180px;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 70px;
}

#section1 .section-titie {
  margin: 0;
  position: relative;
  width: 100%;
  color: #474646;
}

#section1 .section-titie h3 {
  font-size: 35px;
  font-family: "NanumBarunGothic";
  color: #343434;
}

#section1 .review-caroucel {
  position: relative;
  margin-top: 35px;
  margin-bottom: 100px;
  left: -35px;
  width: 1215px;
}

#section1 .review-caroucel .slick-dots {
  position: absolute;
  bottom: unset;
  top: unset;
  top: -11%;
  text-align: right;
  width: 100%;
  left: 0;
}

#section1 .review-caroucel .slick-dots li {
  margin: 0;
  display: inline-block;
  margin: 3px;
}

#section1 .review-caroucel .slick-dots li button {
  font-size: 0px;
}

#section1 .review-caroucel .slick-dots li button:before {
  opacity: 1;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 2px solid #c2c2c2;
  background: #c2c2c2;
  display: inline-block;
}

#section1 .review-caroucel .slick-dots li.slick-active button:before {
  background: transparent;
  border: 2px solid #831f82;
}

#section1 .review-item {
  background-color: #fff;
  margin-left: 35px;
  position: relative;
  padding: 23px 20px 20px 20px;
  margin-bottom: 30px;
  min-height: 390px;
}

#section1 .review-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  right: 100px;
  width: 64px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='23px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M-0.000,-0.000 L54.000,-0.000 L64.000,23.000 L64.000,23.000 L-0.000,-0.000 Z'/%3E%3C/svg%3E");
}

#section1 .review-item .review-head {
  display: flex;
  justify-content: space-between;
}

#section1 .review-item .review-head .review-type {
  width: 60px;
}

#section1 .review-item .review-head .review-title {
  width: 100%;
  padding-top: 0px;
  padding-left: 30px;
  margin-bottom: 30px;
}

#section1 .review-item .review-head .review-title .logo {
  margin-bottom: 20px;
}

#section1 .review-item .review-head .review-title .logo img {
  max-width: 180px;
}

#section1 .review-item .review-head .review-title .title {
  font-size: 18px;
  font-family: "NanumBarunGothic";
  color: #343434;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 350px;
  overflow: hidden;
  line-height: 1.4;
}

#section1 .review-item .review-head .star-box {
  width: 100px;
  padding-top: 10px;
}

#section1 .review-item .service-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  color: #808285;
  margin-bottom: 1px;
}

#section1 .review-item .service-info .rec-box .thumb_up {
  border-radius: 5px;
  padding: 5px 10px;
  position: relative;
}

#section1 .review-item .service-info .rec-box .thumb_up:before {
  vertical-align: bottom;
  display: inline-block;
  content: "";
  width: 15px;
  height: 14px;
  margin-right: 5px;
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAMAAADHVLbdAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAVFBMVEWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoX////pWXBbAAAAGnRSTlMACsRUBbfZAaC6iIJrSefz8Lbvjf4hsUOpvYvdWdwAAAABYktHRBsCYNSkAAAAB3RJTUUH5QQJDjE45hRb/QAAAE9JREFUCNeFx0cCgCAQBMExsmbEPP9/qCgG8GKfugBXFCfwSjPmHpWQheeSZPWytmTjXkTQHu60rYc9aD792Hw8hB6n0DNOm9uL83pxU9gBG+IM5VM8m20AAAAASUVORK5CYII=");
}

#section1 .review-item .text {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  word-break: keep-all;
  font-size: 16px;
  font-family: "NanumBarunGothic";
  color: #414042;
  line-height: 25px;
  min-height: 150px;
  max-height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  word-break: break-word;
}

#section1 .review-item .review-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#section1 .review-item .review-footer .picture .picture-item {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border: 1px solid #ccc;
  position: relative;
  display: inline-block;
}

#section1 .review-item .review-footer .picture .picture-item img {
  position: relative;
  object-fit: cover;
  object-position: center;
  height: 90px;
  width: 90px;
}

#section1 .review-item .review-footer .writ-info {
  width: 90px;
}

#section1 .review-item .review-footer .writ-info .date {
  font-size: 12px;
  color: #808285;
  margin-bottom: 10px;
  text-align: right;
  width: 100%;
}

#section1 .review-item .review-footer .writ-info .writer {
  font-size: 20px;
  color: #414042;
  padding-left: 35px;
  position: relative;
  overflow: hidden;
  text-align: right;
}

#section1 .review-item .review-footer .writ-info .writer:before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "";
  width: 33px;
  height: 21px;
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAVCAMAAAD/0XfmAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAANlBMVEUAAABBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEL////EpzlxAAAAEHRSTlMAEEBwgCDA8LBQYNCgMOCQGkfVwwAAAAFiS0dEEeK1PboAAAAHdElNRQflBAkOMADXDdIiAAAA9klEQVQoz4WSWXbDMAhFEWLQZMT+V1twGienp0740Hgl4AHAZQUrVYY74yraqKPcIEO84bnq/xFMOofj7fdNfCHwB6KPEiP6AZ8N/QsAPYlS+32yNAFl/QXKeCeknddVbF+AvfkWHYARbLVSrPNDt9lexKEUeVOXuaWaLM/8aG25vpsph6xZhutqOAwqsxWjJ7ElH01nGFpAgIS8rcHenz5kz5h8BbWhOO+taBoSlF9i4Rm/j1N8Emg2QReQX0kdqTmGk5D2UAQJeHOKFE2TpV/LcoqBvc6IDtujJ+KkajrZmtodGThSf4lU5uQj92L2pWpNP1b+B30hCEGF/5iEAAAAAElFTkSuQmCC");
}

#section1 .review-item .buy-type {
  width: 65px;
  height: 65px;
  background-color: green;
  border-radius: 50%;
}

#section1 .review-item .buy-type:after {
  display: block;
  font-size: 18px;
  content: "렌탈";
  line-height: 65px;
  color: #fff;
  text-align: center;
}

#section1 .review-item .buy-type.O {
  background-color: #56b9d8;
}

#section1 .review-item .buy-type.O:after {
  content: "구매";
}

#section1 .review-item .buy-type.R {
  background-color: #dd5488;
}

#section1 .review-item .buy-type.R:after {
  content: "렌탈";
}

#section1 .review-item .star {
  margin-bottom: 17px;
  background-image: url(/assets/img/main/review_star2.png?=3);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 90px;
  height: 15px;
  color: transparent;
}

#section1 .review-item .star.star-1 {
  background-position: 0px -15px;
}

#section1 .review-item .star.star-2 {
  background-position: 0px -30px;
}

#section1 .review-item .star.star-3 {
  background-position: 0px -45px;
}

#section1 .review-item .star.star-4 {
  background-position: 0px -60px;
}

#section1 .review-item .star.star-5 {
  background-position: 0px -75px;
}

#section1 .review-item.no-pic .review-footer .picture .picture-item {
  display: none;
}

#section1 .review-item.no-pic .review-footer .writ-info {
  margin-top: 30px;
}

#section1 .review-item.no-pic .text {
  min-height: 175px;
  max-height: 175px;
  -webkit-line-clamp: 7;
}

#section1 .event-banner .banner-wrap {
  width: 1180px;
  margin: 0 auto;
  display: flex;
}

#section1 .event-banner .banner-wrap .banner-item {
  position: relative;
}

#section1 .event-banner .banner-wrap .banner-item:first-child:before {
  position: absolute;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  right: 0;
  top: 20%;
  height: 60%;
}

#section2 {
  background-color: #fff;
}

#section2 .mContent {
  width: 1180px;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 70px;
  overflow: hidden;
}

#section2 .section-titie {
  margin: 0;
  position: relative;
  width: 100%;
  color: #474646;
}

#section2 .section-titie h3 {
  font-size: 35px;
  font-family: "NanumBarunGothic";
  color: #343434;
}

#section2 .main-product-item {
  width: 220px;
  padding: 21px 10px 0px 10px;
  position: relative;
  margin: 0 15px;
  border-top: 1px solid #ccc;
}

#section2 .main-product-item .product-image img {
  width: 100%;
  margin-left: -10%;
}

#section2 .main-product-item .product-brand {
  margin-top: 10px;
  text-align: center;
}

#section2 .main-product-item .product-brand img {
  display: inline-block;
}

#section2 .main-product-item .product-size {
  margin-top: 15px;
  font-size: 18px;
  font-family: "NanumBarunGothic";
  color: #58595b;
  text-align: center;
}

#section2 .main-product-item .product-logo {
  margin-top: 5px;
}

#section2 .main-product-item .product-logo img {
  max-width: 100%;
}

#section2 .main-product-item .product-price {
  border-top: 1px solid #ccc;
  padding-top: 25px;
  margin-top: 15px;
  width: 100%;
  text-align: center;
  line-height: 30px;
}

#section2 .main-product-item .product-price .price {
  color: #23b9d6;
  font-size: 30px;
  font-weight: bold;
}

#section2 .main-product-item .product-price .org_price {
  font-size: 20px;
  float: left;
  position: relative;
  color: #999;
}

#section2 .main-product-item .product-price .org_price:after {
  content: "";
  width: 100%;
  background-color: #23b9d6;
  width: 110%;
  position: absolute;
  left: -5%;
  top: 45%;
  height: 2px;
}

#section2 .main-product-item .product-price .dc_price {
  float: right;
  color: #23b9d6;
  font-size: 26px;
  font-weight: bold;
}

#section2 .specialprice-caroucel {
  margin-top: 35px;
  margin-bottom: 100px;
}

#section2 .specialprice-caroucel .slick-dots {
  position: absolute;
  bottom: unset;
  top: unset;
  top: -11%;
  text-align: right;
  width: 100%;
  left: 0;
}

#section2 .specialprice-caroucel .slick-dots li {
  margin: 0;
  display: inline-block;
  margin: 3px;
}

#section2 .specialprice-caroucel .slick-dots li button {
  font-size: 0px;
}

#section2 .specialprice-caroucel .slick-dots li button:before {
  opacity: 1;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 2px solid #c2c2c2;
  background: #c2c2c2;
  display: inline-block;
}

#section2 .specialprice-caroucel .slick-dots li.slick-active button:before {
  background: transparent;
  border: 2px solid #831f82;
}

#section3 .mContent {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-top: 70px;
  overflow: hidden;
  padding-bottom: 100px;
}

/* #section3 .service-items .service-item {
  float: left;
  width: 50%;
} */
#section3 .service-items .service-item .service-image {
  padding: 10px;
}

#section3 .service-items .service-item .service-image img {
  max-width: 100%;
}

.event-popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 3000;
}

.event-popup .popup-wrap {
  display: grid;
  justify-content: center;
  align-content: center;
  height: 100%;
  width: 100%;
}

.event-popup .popup-box {
  background-color: #fff;
  width: 480px;
  margin: 0 auto;
}

.event-popup .popup-box .popup-body .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-size: 100%;
  width: 32px;
  height: 32px;
  outline: none;
}

.event-popup .popup-box .popup-body .slick-arrow.slick-prev {
  left: 20px;
  background-image: url(/assets/img/main/event_popup/prev.png);
  content: " ";
  color: transparent;
}

.event-popup .popup-box .popup-body .slick-arrow.slick-next {
  background-image: url(/assets/img/main/event_popup/next.png);
  content: " ";
  color: transparent;
  right: 20px;
}

.event-popup .popup-box .popup-tail {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#section4 .section-titie {
  margin: 0;
  position: relative;
  width: 100%;
  color: #474646;
}

#section4 .section-titie h3 {
  font-size: 35px;
  font-family: "NanumBarunGothic";
  color: #343434;
}

#section4 .mContent {
  width: 1180px;
  margin: 0 auto;
}

#section4 .mContent .video-row {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

#section4 .mContent .video-row .video-item {
  width: 45%;
  padding: 0px 20px 20px;
}

/* 23/07 10233006 추현욱 동영상 노출 동적 처리 개발 */
#section4 .mContent .video-row .video-item1 {
  width: 100%;
  padding: 0px 20px 20px;
}

#section4 .mContent .video-row .video-item2 {
  width: 45%;
  padding: 0px 20px 20px;
}

/* 23/07 10233006 추현욱 동영상 노출 동적 처리 개발 */
#section4 .video {
  /* margin-top: 20px; */
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

#section4 .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/*s:20241210*/
/**메인 - 퀵메뉴 버튼**/
.mainFullPage footer .action-buttons-wrap {
  display: none !important;
}

.mainFullPage .action-buttons-wrap {
  right: 50px;
  bottom: 260px;
}

/*e:20241210*/
.selectPolicy {
  padding: 0 0 0 230px;
  transform: translate(50%, -50%);
  font-weight: 500;
  font-size: 16px;
  color: #454545;
  line-height: 24px;
  height: 54px;
  width: 50%;
  font-family: "NanumBarunGothic", "Sans-serif";
  font-style: normal;
  letter-spacing: -0.1px;
  vertical-align: middle;
  background: #f2f4f5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOCAYAAAArMezNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE0M0FDN0ZFQjE0QjExRUI5N0IxRjc3OTVBQjAzNkM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE0M0FDN0ZGQjE0QjExRUI5N0IxRjc3OTVBQjAzNkM4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTQzQUM3RkNCMTRCMTFFQjk3QjFGNzc5NUFCMDM2QzgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTQzQUM3RkRCMTRCMTFFQjk3QjFGNzc5NUFCMDM2QzgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7GpK4JAAABJ0lEQVR42pyUQUsCQRiGx3FL84+VBSrYoUMHDxGEhBBCIurFIopSIyLKvIZS5q1j1zz4l1LfD96FYZpdx154Fvab73t22dndxPd0ppAk6IMv8KH+l32QBcfgN8BBg1dQAodgAcZrSovgDWzQdyTiF0oVF6ThAEw8pQVDquiai/2HdxlmEwxBzkMqPSPOhBHXVMQDcOKQv4O9GOkue2ypuPqahWdQdsg/uSF2snxUtvSULqWNhSdQcchFsGPUtiOkMvsYFgLrTh54sS5IsJaiKM/zCWtmzjirosSSe8o7Ri1tvCVbDmnPlgQRG9Ol/NaoZRx9Vfb+iY7Z9TtwHrNeY49aVyy5AXVHvQGu4wa1x0dwBZrGeQtcrhoKPD/bC/6oJG2fgaUAAwAbiTeHlIWUHgAAAABJRU5ErkJggg==) no-repeat right 20px center/11px auto;
}

.header-choice-size {
  position: fixed;
  background-color: #831f82;
  top: 86px;
  width: 100%;
  height: 80px;
  z-index: 100;
  color: #fff;
  background-image: url(/assets/img/product/choice_size_bg.png);
  background-repeat: no-repeat;
  background-position: 10% 0;
  background-size: 150px;
}

@media (max-width: 1800px) {
  .header-choice-size {
    background-image: none;
  }
}
.header-choice-size .choice-size-inner {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 1800px) {
  .header-choice-size .choice-size-inner {
    background-image: url(/assets/img/product/choice_size_bg.png);
    background-repeat: no-repeat;
    background-position: 82% 0;
    background-size: 150px;
  }
}
.header-choice-size .choice-size-inner ul {
  display: inline-block;
  overflow: hidden;
  float: left;
}

.header-choice-size .choice-size-inner ul li {
  float: left;
  display: inline;
  line-height: 80px;
  margin-right: 40px;
  position: relative;
  font-size: 20px;
}

.header-choice-size .choice-size-inner ul li:after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  width: 5px;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
}

.header-choice-size .choice-size-inner ul li.size:after {
  content: "";
  position: absolute;
  right: -25px;
  top: 47%;
  margin-top: -5px;
  height: 15px;
  width: 1px;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-top: none;
  transform: rotate(0deg);
}

.header-choice-size .choice-size-inner ul li:last-child:after {
  display: none;
}

.header-choice-size .choice-size-inner .btn-box {
  float: right;
  line-height: 80px;
}

.product-detail-top {
  background-color: white;
  padding-top: 220px;
}
.product-detail-top .step-nav {
  margin: 0;
}

div.step-nav {
  background-image: url(/assets/img/product/step_bg.png);
  background-repeat: no-repeat;
  background-position: top;
}

div.step-nav ul {
  width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

div.step-nav ul li {
  position: relative;
  top: 10px;
  font-size: 16px;
  color: #787878;
  text-align: center;
  padding-top: 20px;
}

div.step-nav ul li:after {
  content: "";
  position: absolute;
  background-image: url(/assets/img/product/step_off.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 11px;
  height: 11px;
  top: -15px;
  left: 50%;
  margin-left: -5px;
}

div.step-nav ul li.active {
  color: #922491;
}

div.step-nav ul li.active:after {
  content: "";
  position: absolute;
  background-image: url(/assets/img/product/step_on.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 27px;
  height: 27px;
  top: -24px;
  left: 50%;
  margin-left: -5px;
}

.product-detail-wrap {
  width: 1180px;
  margin: 30px auto 0 auto;
}

.stateIcon01 {
  text-align: center;
}

.stateIcon01 > div {
  display: inline-block;
}

.stateIcon01 .badge-best {
  width: 62px;
  height: 22px;
  background: url("/assets/img/product/list_sprites.png") -90px -166px;
}

.stateIcon01 .badge-best.off {
  background: url("/assets/img/product/list_sprites.png") -10px -166px;
}

.stateIcon01 .badge-hot {
  width: 62px;
  height: 22px;
  background: url("/assets/img/product/list_sprites.png") -244px -50px;
}

.stateIcon01 .badge-hot.off {
  background: url("/assets/img/product/list_sprites.png") -244px -10px;
}

.shoping-info-section {
  display: flex;
  justify-content: space-between;
}

.shoping-info-section .product-image-wrap {
  padding-top: 10px;
}

.shoping-info-section .product-image-wrap .proThum {
  width: 520px;
  margin: 0;
  margin-left: 25px;
}

.shoping-info-section .product-image-wrap .proThum ul {
  display: block;
}

.shoping-info-section .product-image-wrap .proThum ul li {
  height: auto;
  width: auto;
}

.shoping-info-section .product-image-wrap .proThum ul li img {
  height: auto;
}

.shoping-info-section .product-image-wrap .proThum .pattern span.mask {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

.shoping-info-section .product-image-wrap .proThum .slide-rang {
  margin-top: 20px;
}

.shoping-info-section .product-image-wrap .proThum .slide-rang #slideBar {
  border: none;
  height: 1px;
  background-color: #812990;
}

.shoping-info-section .product-image-wrap .proThum .slide-rang #slideBar .ui-slider-range {
  background-color: #812990;
}

.shoping-info-section .product-image-wrap .proThum .slide-rang #slideBar .ui-slider-horizontal {
  background-color: transparent;
}

.shoping-info-section .product-image-wrap .proThum .slide-rang #slideBar .ui-slider-handle {
  background-color: #fff;
  border: 2px solid #812990;
  border-radius: 50%;
  margin-top: -3px;
  height: 10px;
  width: 10px;
  padding: 0;
}

.shoping-info-section .product-image-wrap .product-type {
  display: block;
  width: 320px;
  padding: 10px 0;
  text-align: center;
  color: #831f82;
  font-weight: bold;
  border: 1px solid #ccc;
  margin: 30px auto 0;
}

.shoping-info-section .product-image-wrap .product-type .review {
  display: inline-block;
  margin-right: 40px;
}

.shoping-info-section .product-image-wrap .product-type .review .star {
  display: inline-block;
  height: 13px;
  width: 69px;
  background-image: url(/assets/img/product/score_sheet.png);
  background-repeat: no-repeat;
}

.shoping-info-section .product-image-wrap .product-type .review .star.point00 {
  background-position: 0 0px;
}

.shoping-info-section .product-image-wrap .product-type .review .star.point05 {
  background-position: 0 -13px;
}

.shoping-info-section .product-image-wrap .product-type .review .star.point10 {
  background-position: 0 -26px;
}

.shoping-info-section .product-image-wrap .product-type .review .star.point15 {
  background-position: 0 -39px;
}

.shoping-info-section .product-image-wrap .product-type .review .star.point20 {
  background-position: 0 -52px;
}

.shoping-info-section .product-image-wrap .product-type .review .star.point25 {
  background-position: 0 -65px;
}

.shoping-info-section .product-image-wrap .product-type .review .star.point30 {
  background-position: 0 -78px;
}

.shoping-info-section .product-image-wrap .product-type .review .star.point35 {
  background-position: 0 -91px;
}

.shoping-info-section .product-image-wrap .product-type .review .star.point40 {
  background-position: 0 -104px;
}

.shoping-info-section .product-image-wrap .product-type .review .star.point45 {
  background-position: 0 -117px;
}

.shoping-info-section .product-image-wrap .product-type .review .star.point50 {
  background-position: 0 -130px;
}

.shoping-info-section .product-image-wrap .product-type .review .score {
  color: #831f82;
  font-weight: bold;
}

.shoping-info-section .product-image-wrap .product-type .review .cnt {
  color: #ccc;
}

.mThum {
  position: absolute;
  right: 0;
  top: -240px;
}

.shoping-detail {
  width: 550px;
}

.shoping-detail .product-logo {
  margin-top: 20px;
}

.shoping-detail .product-slogan {
  font-size: 17px;
  margin-top: 20px;
}

.shoping-detail .product-size {
  font-size: 26px;
  margin-top: 30px;
}

.stateIcon {
  height: auto;
  display: flex;
}

.stateIcon ul.stateIcon01 {
  position: relative;
}

.stateIcon ul.stateIcon01 li {
  margin-right: 20px;
  vertical-align: middle;
  display: inline-block;
}

.stateIcon ul.stateIcon01 li img {
  margin-top: 0;
  vertical-align: middle;
}

.stateIcon ul.stateIcon01 li:last-child {
  margin-right: 0px;
}

.orderWrap_new {
  position: relative;
  clear: both;
  display: block;
  margin: 0 auto;
}

.orderWrap_new .tabsWrap {
  position: relative;
  width: 100%;
  height: 50px;
  background: transparent;
  margin: 25px auto 40px;
}

.orderWrap_new .tabsWrap ul.tabs {
  height: 50px;
  border-bottom: 1px solid #24b9d7;
}

.orderWrap_new .tabsWrap ul.tabs li {
  float: left;
  cursor: pointer;
  text-align: left;
  width: 180px;
  padding-left: 18px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  color: #989898;
  background: #fff url("/assets/img/product/arrow_04.png") no-repeat right 21px;
}

.orderWrap_new .tabsWrap ul.tabs li:last-child {
  margin-right: 0;
}

.orderWrap_new .tabsWrap ul.tabs li.active {
  background: #f3f3f3;
  color: #fff;
  height: 50px;
  border-left: 1px solid #24b9d7;
  border-top: 1px solid #24b9d7;
  border-right: 1px solid #24b9d7;
  color: #24b9d7;
  background: #fff url("/assets/img/product/arrow_04_o2o.png") no-repeat right 21px;
  position: relative;
}

.orderWrap_new.o2oSystem ul.tabs {
  border-bottom: 1px solid #24b9d7;
}

.orderWrap_new.o2oSystem ul.tabs li.active {
  background: #fff url("/assets/img/product/arrow_04_o2o.png") no-repeat right 21px;
  color: #24b9d7;
  border-left: 1px solid #24b9d7;
  border-top: 1px solid #24b9d7;
  border-right: 1px solid #24b9d7;
}

.orderWrap_new.rental ul.tabs {
  border-bottom: 1px solid #d43f77;
}

.orderWrap_new.rental ul.tabs li.active {
  background: #fff url("/assets/img/product/arrow_04_rent.png") no-repeat right 21px;
  border-left: 1px solid #d43f77;
  border-top: 1px solid #d43f77;
  border-right: 1px solid #d43f77;
  color: #d43f77;
}

.orderWrap_new .tabContent {
  clear: both;
}

.orderCheckWrap {
  flex-wrap: wrap;
  margin-bottom: 0px;
  padding-bottom: 50px;
}

.orderCheckWrap input[type=radio].type06 + label {
  font-size: 14px;
  width: auto;
  height: 22px;
  display: inline-block;
  background: url("/assets/img/common/radio_04.png") no-repeat 0 0;
  line-height: 22px;
  text-align: left;
  color: #999;
  position: relative;
  margin-right: 20px;
}

.orderCheckWrap input[type=radio].type06 + label:last-child {
  margin-right: 0;
}

.orderCheckWrap input[type=radio].type06:checked + label {
  background: url("/assets/img/product/radio_04_o2o.png") no-repeat 0 -22px;
  color: #000;
}

.orderCheckWrap .btnArea.type05 {
  padding-top: 35px;
  clear: both;
  width: 100%;
}

.orderCheckWrap .btnArea button {
  height: 50px;
  line-height: 50px;
  margin-right: 5px;
}

.orderCheckWrap button.type05 {
  width: 150px;
  padding: 0;
}

.orderCheckWrap button.type02 {
  width: 150px;
  padding: 0;
}

.orderCheckWrap button.type01 {
  width: 240px;
  padding: 0;
  background: #24b9d7;
}

.rentalCheckWrap .rentalList dl,
.rentalCheckWrap dl {
  display: flex;
  margin-bottom: 20px;
  clear: both;
}

.rentalCheckWrap .rentalList dl dt,
.rentalCheckWrap dl dt {
  width: 100px;
  font-size: 16px;
  color: #58595b;
  line-height: 1;
  float: none;
}

.rentalCheckWrap .rentalList dl dd,
.rentalCheckWrap dl dd {
  width: 440px;
  font-size: 16px;
  color: #58595b;
  line-height: 1;
  position: relative;
}

.rentalCheckWrap .tipShow {
  top: unset;
  bottom: 180px;
  left: unset;
  right: 0;
}

.rentalCheckWrap .nice-select.wide {
  width: 100%;
}

.rentalCheckWrap .nice-select.rentalstyle {
  background-color: transparent;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  border: 1px solid #d5d5d5;
}

.rentalCheckWrap ul.rental-option-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  width: 440px;
}

.rentalCheckWrap ul.rental-option-detail > li {
  width: 48%;
  padding: 10px 0;
}

.rentalCheckWrap ul.rental-option-detail > li .info-ico {
  background-image: url(/assets/img/product/ico_info.png);
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
}

.rentalCheckWrap ul.rental-option-detail > li .retn-opt,
.rentalCheckWrap ul.rental-option-detail > li .retn-opt-select {
  vertical-align: middle;
  float: right;
  padding-left: 10px;
  line-height: 25px;
}

.rentalCheckWrap ul.rental-option-detail > li .retn-opt .num,
.rentalCheckWrap ul.rental-option-detail > li .retn-opt-select .num {
  background-color: #d43f77;
  display: inline-block;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  margin-right: 5px;
  font-size: 13px;
  overflow: hidden;
  vertical-align: top;
  margin-top: 3px;
}

.rentalCheckWrap ul.rental-option-detail > li .retn-opt .noData,
.rentalCheckWrap ul.rental-option-detail > li .retn-opt-select .noData {
  font-size: 13px;
  line-height: 28px;
}

.rentalCheckWrap ul.rental-option-detail > li .retn-opt-select {
  position: relative;
  top: -3px;
}

.rentalCheckWrap ul.rental-option-detail > li .retn-opt-select .nice-select ul.list {
  width: 150%;
}

.rentalCheckWrap input[type=radio] {
  display: none;
}

.rentalCheckWrap input[type=radio] + label {
  color: #000;
  padding-left: 0;
  padding-right: 15px;
  background: none;
  width: 100px !important;
  margin-right: 0;
  margin: -10px 0 0 0;
  padding: 10px 0;
}

.rentalCheckWrap input[type=radio] + label:before {
  content: "";
  display: inline-block;
  margin: 0;
  margin-right: 5px;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url(/assets/img/product/radio_04_rent.png) no-repeat 0 0px;
}

.rentalCheckWrap input[type=radio]:checked + label {
  color: #831f82;
  background: none;
  width: auto;
}

.rentalCheckWrap input[type=radio]:checked + label:before {
  background: url(/assets/img/product/radio_04_rent.png) no-repeat 0 -22px;
}

.rentalCheckWrap .price dl {
  margin-bottom: 20px;
}

.rentalCheckWrap .price #monthFreeRentalAmt {
  font-size: 45px;
  color: #d43f77;
}

.rentalCheckWrap .price span.desc {
  display: block;
  text-align: right;
  margin-top: 15px;
  color: #812990;
  font-size: 14px;
}

.rentalCheckWrap span.card_desc {
  display: block;
  float: right;
  font-size: 14px;
  color: #812990;
  line-height: 1.4;
  margin-top: 10px;
  text-align: right;
}

.rentalCheckWrap .btnArea button {
  height: 50px;
  line-height: 50px;
  margin-right: 5px;
}

.rentalCheckWrap button.type05 {
  width: 150px;
  padding: 0;
}

.rentalCheckWrap button.type02 {
  width: 150px;
  padding: 0;
}

.rentalCheckWrap button.type01 {
  width: 240px;
  padding: 0;
  background: #d43f77;
}

.orderCheckWrap .orderCheck {
  margin-top: 20px;
}

.orderCheckWrap dl {
  display: flex;
  margin-bottom: 20px;
  clear: both;
  align-items: stretch;
}

.orderCheckWrap dl dt {
  width: 135px;
  font-size: 16px;
  color: #58595b;
  line-height: 1;
  float: none;
}

.orderCheckWrap dl dd {
  width: 400px;
  font-size: 16px;
  color: #58595b;
  line-height: 1;
}

.orderCheckWrap input[type=radio] {
  display: none;
}

.orderCheckWrap input[type=radio] + label {
  color: #000;
  padding-left: 0;
  padding-right: 15px;
  background: none;
}

.orderCheckWrap input[type=radio] + label:before {
  content: "";
  display: inline-block;
  margin: 0;
  margin-right: 5px;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url(/assets/img/product/radio_04_o2o.png) no-repeat 0 0px;
}

.orderCheckWrap input[type=radio]:checked + label {
  color: #831f82;
  background: none;
}

.orderCheckWrap input[type=radio]:checked + label:before {
  background: url(/assets/img/product/radio_04_o2o.png) no-repeat 0 -22px;
}

.orderCheckWrap hr {
  display: block;
  border: none;
  background-color: #ccc;
  height: 1px;
  width: 100%;
}

.orderCheckWrap .price dt {
  font-weight: normal;
  width: 135px;
  padding-top: 10px;
}

.orderCheckWrap .price dl dd {
  text-align: left;
  font-weight: normal;
}

.orderCheckWrap .price dl dd .org_price {
  vertical-align: middle;
  line-height: 24px;
  font-size: 25px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
  color: #7d7d7d;
}

.orderCheckWrap .price dl dd .org_price:after {
  position: absolute;
  content: "";
  height: 1px;
  top: 50%;
  left: -5%;
  width: 110%;
  background-color: #24b9d7;
}

.orderCheckWrap .price dl dd .ext_price,
.orderCheckWrap .price dl dd .only_price {
  margin-top: -20px;
  font-weight: bold;
  vertical-align: middle;
  display: block;
  text-align: right;
  line-height: 30px;
  font-size: 45px;
  color: #24b9d7;
}

.orderCheckWrap .price dl dd .only_price {
  text-align: left;
  line-height: 1;
  margin-top: 0;
}

.orderCheckWrap .price span.desc {
  display: block;
  text-align: right;
  margin-top: 15px;
  color: #812990;
  font-size: 14px;
}

.nice-select.rent-opt {
  background-color: transparent;
  border: none;
  height: 22px !important;
  line-height: 22px !important;
  font-size: 16px !important;
  padding-left: 0 !important;
  padding-right: 25px !important;
}

.nice-select.rent-opt li.option {
  font-size: 13px;
  min-height: auto;
}

.nice-select.rent-opt span.current .num2 {
  background-color: #d43f77;
  display: inline-block;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  margin-right: 2px;
  font-size: 13px;
  overflow: hidden;
  vertical-align: top;
  margin-top: 0px;
  padding: 0;
}

.nice-select.alignment-opt {
  background-color: transparent;
  border: none;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  padding-left: 0;
  padding-right: 25px;
}

.nice-select.alignment-opt li.option {
  font-size: 13px;
  min-height: auto;
}

.nice-select.alignment-opt span.current .num2 {
  background-color: #d43f77;
  display: inline-block;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  margin-right: 2px;
  font-size: 13px;
  overflow: hidden;
  vertical-align: top;
  margin-top: 3px;
  padding: 0;
}

.productInfoView .productInfo {
  margin-bottom: 0;
  padding-bottom: 60px;
}

.productInfoView .productInfo .tabsWrap {
  position: relative;
  width: 100%;
  background: transparent;
}

.productInfoView .productInfo .tabsWrap ul.tabs {
  height: 79px;
  border-bottom: 1px solid #831f82;
}

.productInfoView .productInfo .tabsWrap ul.tabs li {
  float: left;
  cursor: pointer;
  text-align: center;
  width: 33.1%;
  height: 78px;
  line-height: 80px;
  font-size: 14px;
  font-weight: bold;
  color: #989898;
  background: #fff;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.productInfoView .productInfo .tabsWrap ul.tabs li:last-child {
  margin-right: 0;
}

.productInfoView .productInfo .tabsWrap ul.tabs li.active {
  background: #f3f3f3;
  color: #fff;
  height: 80px;
  border-left: 1px solid #831f82;
  border-top: 1px solid #831f82;
  border-right: 1px solid #831f82;
  color: #831f82;
  background: #fff;
  position: relative;
}

.videoWrap {
  background: transparent;
  width: auto;
  height: auto;
  text-align: center;
  padding: 50px 0;
}

.videoWrap iframe {
  width: 840px;
  height: 472px;
  margin: 0 auto;
}

.proInfoView.detailImg {
  background: transparent;
  text-align: center;
}

#modal-nonCustContinue {
  width: 400px;
  padding: 0;
  height: auto;
  transform: translateX(-50%) translateY(-50.1%);
}

#modal-nonCustContinue .modal-inner {
  padding: 30px 30px 20px;
}

#modal-nonCustContinue header.noLine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#modal-nonCustContinue header.noLine a {
  position: inherit;
  top: 15px;
  right: 18px;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/common/close_shape.png");
  background-position: 0 0;
}

#modal-nonCustContinue .header {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  letter-spacing: 0;
  line-height: 25px;
}

#modal-nonCustContinue .header img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

#modal-nonCustContinue .agreement {
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #ededed;
  padding: 0px 15px;
}

#modal-nonCustContinue .agreement .agreement-item {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  padding: 20px 0px;
  position: relative;
  width: 100%;
}

#modal-nonCustContinue .agreement .agreement-item a {
  text-decoration: underline;
  display: inline-block;
  margin-left: 10px;
  float: right;
}

#modal-nonCustContinue .agreement .agreement-item:last-child {
  border: none;
}

#modal-nonCustContinue .agreement span.red {
  color: red;
}

#modal-nonCustContinue .btnArea {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

#modal-nonCustContinue .btnArea button {
  display: inline-block;
  background: #812990;
  height: auto;
  width: auto;
  color: #fff;
  font-size: 15px;
  padding: 7px 19px;
  text-align: left;
  margin: 0;
}

#modal-nonCustContinue .btnArea button.btn-nouser {
  background-color: #999;
}

#modal-nonCustContinue .btnArea button.btn-login {
  background: #812990;
}

.reviewWrap2 {
  clear: both;
  margin-top: 20px;
}

.reviewWrap2 .review-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.reviewWrap2 .review-sidebar {
  border: 1px solid #e6e7e8;
  width: 260px;
}

.reviewWrap2 .review-sidebar .sidebar-inner {
  padding: 20px;
}

.reviewWrap2 .review-sidebar .sidebar-inner hr {
  border: none;
  border-bottom: 1px solid #e6e7e8;
  display: block;
  margin: 28px 0;
}

.reviewWrap2 .review-sidebar .sidebar-inner .side-title-wrap {
  vertical-align: middle;
  text-align: center;
}

.reviewWrap2 .review-sidebar .sidebar-inner .side-title-wrap .side-title {
  font-size: 20px;
  color: #414042;
  text-align: center;
  line-height: 1;
  margin-right: 10px;
}

.reviewWrap2 .review-sidebar .sidebar-inner .side-title-wrap .point {
  font-size: 36px;
  color: #831f82;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.reviewWrap2 .review-sidebar .sidebar-inner .star {
  background-image: url(/assets/img/product/review_sidebar_star.png);
  height: 28px;
  width: 160px;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 20px;
}

.reviewWrap2 .review-sidebar .sidebar-inner .star .progrss-bar {
  display: block;
  height: 28px;
  width: 80px;
  background-image: url(/assets/img/product/review_sidebar_star.png);
  background-position: 0 -28px;
  z-index: -1;
}

.reviewWrap2 .review-sidebar .sidebar-inner .review-product {
  display: flex;
  justify-content: space-between;
  vertical-align: top;
}

.reviewWrap2 .review-sidebar .sidebar-inner .review-product span {
  display: block;
  font-size: 14px;
  color: #808285;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

.reviewWrap2 .review-sidebar .sidebar-inner .review-product select {
  width: 160px;
  height: 30px;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  background: url("/assets/img/common/arrow_01.png") no-repeat right 10px;
  border: 1px solid #ccc;
}

.reviewWrap2 .review-sidebar .sidebar-inner .review-filter-type {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviewWrap2 .review-sidebar .sidebar-inner .review-filter-type label {
  background-color: #bebebe;
  background-image: none;
  color: #fff;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  display: block;
  padding: 0;
  text-align: center;
  margin: 8px;
  font-size: 18px;
}

.reviewWrap2 .review-sidebar .sidebar-inner .review-filter-type #reviewFilterType01:checked + label {
  background-color: #922491;
  color: #fff;
}

.reviewWrap2 .review-sidebar .sidebar-inner .review-filter-type #reviewFilterType02:checked + label {
  background-color: #24b9d7;
  color: #fff;
}

.reviewWrap2 .review-sidebar .sidebar-inner .review-filter-type #reviewFilterType03:checked + label {
  background-color: #d43f77;
  color: #fff;
}

.reviewWrap2 .review-sidebar .sidebar-inner .review-order > div,
.reviewWrap2 .review-sidebar .sidebar-inner .review-filter-service > div {
  margin: 10px 0;
}

.reviewWrap2 .review-sidebar .sidebar-inner .review-order input[type=radio] + label,
.reviewWrap2 .review-sidebar .sidebar-inner .review-filter-service input[type=radio] + label {
  font-size: 16px;
  width: auto;
  height: 22px;
  display: inline-block;
  background: url("/assets/img/common/radio_04.png") no-repeat 0 0;
  line-height: 22px;
  text-align: left;
  color: #414042;
  position: relative;
  padding-left: 35px;
}

.reviewWrap2 .review-sidebar .sidebar-inner .review-order input[type=radio]:checked + label,
.reviewWrap2 .review-sidebar .sidebar-inner .review-filter-service input[type=radio]:checked + label {
  background: url("/assets/img/common/radio_04.png") no-repeat 0 -22px;
}

.reviewWrap2 .review-sidebar .sidebar-inner .review-filter-service input[type=checkbox] + label {
  font-size: 16px;
  width: auto;
  height: 22px;
  display: inline-block;
  background: url("/assets/img/common/radio_05.png") no-repeat 0 0;
  line-height: 22px;
  text-align: left;
  color: #414042;
  position: relative;
  padding-left: 35px;
}

.reviewWrap2 .review-sidebar .sidebar-inner .review-filter-service input[type=checkbox]:checked + label {
  background: url("/assets/img/common/radio_05.png") no-repeat 0 -22px;
}

.reviewWrap2 .review-sidebar .sidebar-inner .review-side-btn button.reset-setting {
  background-color: #e6e7e8;
  padding: 10px;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #414042;
}

.reviewWrap2 .review-container {
  width: 850px;
}

.reviewWrap2 .review-container > div.total {
  margin-bottom: 20px;
  font-size: 16px;
  color: #414042;
  border-bottom: 1px solid #e6e7e8;
  padding-bottom: 10px;
}

.reviewWrap2 .review-container > div.total span {
  color: #882887;
  margin-left: 0;
}

.reviewWrap2 .photo-gallery {
  letter-spacing: -3px;
  margin-bottom: 20px;
}

.reviewWrap2 .photo-gallery a {
  display: inline-block;
  width: 14.2%;
  margin: 0;
  padding: 0;
  position: relative;
}

.reviewWrap2 .photo-gallery a .more {
  position: absolute;
  width: 97%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  overflow: hidden;
  font-size: 18px;
}

.reviewWrap2 .photo-gallery a .more .num {
  margin-top: 20%;
  margin-bottom: 5px;
  font-size: 36px;
}

.reviewWrap2 .photo-gallery img {
  object-fit: cover;
  object-position: center;
  height: 90px;
  width: 90px;
  margin: 0;
  padding: 0;
  width: 97%;
}

.reviewWrap2 .review-item {
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
  border-top: 1px solid #e6e7e8;
  padding-top: 20px;
}

.reviewWrap2 .review-item:first-child {
  border: none;
  padding-top: 0;
}

.reviewWrap2 .review-item .review-head {
  display: flex;
}

.reviewWrap2 .review-item .review-head .review-type {
  width: 12%;
  flex-grow: 0;
}

.reviewWrap2 .review-item .review-head .star-box {
  width: 150px;
  padding-top: 10px;
}

.reviewWrap2 .review-item .review-head .star-box > span {
  padding-left: 5px;
  line-height: 15px;
  margin-top: 2px;
  vertical-align: top;
}

.reviewWrap2 .review-item .review-head .star-box .star {
  vertical-align: top;
  display: inline-block;
  background-image: url(/assets/img/main/review_star2.png?=3);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 90px;
  height: 15px;
  color: transparent;
}

.reviewWrap2 .review-item .review-head .star-box .star.star-1 {
  background-position: 0px -15px;
}

.reviewWrap2 .review-item .review-head .star-box .star.star-2 {
  background-position: 0px -30px;
}

.reviewWrap2 .review-item .review-head .star-box .star.star-3 {
  background-position: 0px -45px;
}

.reviewWrap2 .review-item .review-head .star-box .star.star-4 {
  background-position: 0px -60px;
}

.reviewWrap2 .review-item .review-head .star-box .star.star-5 {
  background-position: 0px -75px;
}

.reviewWrap2 .review-item .review-head .service-info {
  flex-grow: 1;
  padding: 10px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  color: #808285;
  margin-bottom: 1px;
  width: 83%;
}

.reviewWrap2 .review-item .review-head .service-info .review-title {
  width: 100%;
  margin-bottom: 10px;
}

.reviewWrap2 .review-item .review-head .service-info .review-title .title {
  font-size: 18px;
  font-family: "NanumBarunGothic";
  color: #343434;
  font-weight: bold;
  line-height: 1.4;
}

.reviewWrap2 .review-item .review-head .writer-info {
  flex-grow: 0;
  width: 170px;
  margin-top: 15px;
}

.reviewWrap2 .review-item .review-head .writer-info .date {
  font-size: 12px;
  color: #808285;
  margin-bottom: 10px;
  text-align: right;
  width: 100%;
}

.reviewWrap2 .review-item .review-head .writer-info .writer {
  float: right;
  max-width: 50px;
  font-size: 20px;
  color: #414042;
  padding-left: 35px;
  position: relative;
  text-align: right;
}

.reviewWrap2 .review-item .review-head .writer-info .writer:before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "";
  width: 33px;
  height: 21px;
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAVCAMAAAD/0XfmAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAANlBMVEUAAABBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEL////EpzlxAAAAEHRSTlMAEEBwgCDA8LBQYNCgMOCQGkfVwwAAAAFiS0dEEeK1PboAAAAHdElNRQflBAkOMADXDdIiAAAA9klEQVQoz4WSWXbDMAhFEWLQZMT+V1twGienp0740Hgl4AHAZQUrVYY74yraqKPcIEO84bnq/xFMOofj7fdNfCHwB6KPEiP6AZ8N/QsAPYlS+32yNAFl/QXKeCeknddVbF+AvfkWHYARbLVSrPNDt9lexKEUeVOXuaWaLM/8aG25vpsph6xZhutqOAwqsxWjJ7ElH01nGFpAgIS8rcHenz5kz5h8BbWhOO+taBoSlF9i4Rm/j1N8Emg2QReQX0kdqTmGk5D2UAQJeHOKFE2TpV/LcoqBvc6IDtujJ+KkajrZmtodGThSf4lU5uQj92L2pWpNP1b+B30hCEGF/5iEAAAAAElFTkSuQmCC");
}

.reviewWrap2 .review-item .review-content {
  margin-left: 85px;
  display: flex;
  justify-content: space-between;
}

.reviewWrap2 .review-item .review-content .content {
  max-width: 670px;
}

.reviewWrap2 .review-item .review-content .content .text {
  background-color: #f6f6f6;
  border-top: 1px solid #f6f6f6;
  border-radius: 10px;
  padding: 18px;
  padding-top: 15px;
  word-break: keep-all;
  font-size: 16px;
  font-family: "NanumBarunGothic";
  color: #414042;
  line-height: 1.563;
  width: 630px;
}

.reviewWrap2 .review-item .review-content .content .text .service-star {
  display: flex;
  margin-top: 25px;
  width: 100%;
}

.reviewWrap2 .review-item .review-content .content .text .service-star > div {
  text-align: center;
  width: 100%;
  display: inline-block;
  position: relative;
}

.reviewWrap2 .review-item .review-content .content .text .service-star > div > .span {
  display: inline-block;
}

.reviewWrap2 .review-item .review-content .content .text .service-star > div::after {
  position: absolute;
  right: 0;
  top: 5px;
  content: "";
  height: 15px;
  border-right: 1px solid #ccc;
}

.reviewWrap2 .review-item .review-content .content .text .service-star > div:last-child::after {
  display: none;
}

.reviewWrap2 .review-item .review-content .content .text .service-star .star {
  vertical-align: middle;
  display: inline-block;
  background-image: url(/assets/img/product/review-star.png?=3);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 78px;
  height: 15px;
  color: transparent;
}

.reviewWrap2 .review-item .review-content .content .text .service-star .star.star-1 {
  background-position: 0px -15px;
}

.reviewWrap2 .review-item .review-content .content .text .service-star .star.star-2 {
  background-position: 0px -30px;
}

.reviewWrap2 .review-item .review-content .content .text .service-star .star.star-3 {
  background-position: 0px -45px;
}

.reviewWrap2 .review-item .review-content .content .text .service-star .star.star-4 {
  background-position: 0px -60px;
}

.reviewWrap2 .review-item .review-content .content .text .service-star .star.star-5 {
  background-position: 0px -75px;
}

.reviewWrap2 .review-item .review-content .content .picture {
  margin-top: 10px;
}

.reviewWrap2 .review-item .review-content .content .picture a {
  display: inline-block;
  position: relative;
}

.reviewWrap2 .review-item .review-content .content .picture a.vod::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAfCAQAAAC8TH7IAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBA4QASnYjfs/AAAAtklEQVQ4y73VMQ5BQRSF4fdEqbACDZUdaEShsAXRaSTWQadgE0pKu9BZgUSjl4jEp3iViOTdCW+m/jP5J/ecmznoyqI3w8NKM47B1Vw9jsHJMAWDnU4Kxr2M6SdWmE7V4hgcDVKwwrSdgnGz0IhjcPk0LYMVpr0UjKetVhx7M41hcDaW52Txs46/djGR/90t6SeP+hVMyd0yPpNfs/7TvF3NoulO6pJ9vLlORhW08sMmvgOSNs4L3IWwFHmxlWAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center center;
}

.reviewWrap2 .review-item .review-content .rec-box {
  flex-grow: 0;
  width: 200px;
  text-align: center;
  margin-top: 50px;
}

.reviewWrap2 .review-item .review-content .rec-box .thumb_up {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 7px 15px;
  position: relative;
  line-height: 1;
}

.reviewWrap2 .review-item .review-content .rec-box .thumb_up:before {
  vertical-align: bottom;
  display: inline-block;
  content: "";
  width: 15px;
  height: 14px;
  margin-right: 5px;
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAMAAADHVLbdAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAVFBMVEWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoX////pWXBbAAAAGnRSTlMACsRUBbfZAaC6iIJrSefz8Lbvjf4hsUOpvYvdWdwAAAABYktHRBsCYNSkAAAAB3RJTUUH5QQJDjE45hRb/QAAAE9JREFUCNeFx0cCgCAQBMExsmbEPP9/qCgG8GKfugBXFCfwSjPmHpWQheeSZPWytmTjXkTQHu60rYc9aD792Hw8hB6n0DNOm9uL83pxU9gBG+IM5VM8m20AAAAASUVORK5CYII=");
}

.reviewWrap2 .review-item .review-content .rec-box .thumb_up.on {
  border: 1px solid #922491;
  color: #fff;
  background-color: #922491;
}

.reviewWrap2 .review-item .review-content .rec-box .thumb_up.on:before {
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAQAAABag45kAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBA4PNxVphPKAAAAAgUlEQVQY033PIQoCQRSA4X+ELRar3aNssnsAu7cweQrZajYIgk28g8lodINVfsOuDLsO758yw8fjMcjgTL26yu8hVp7Ue5mTjarnMu/s2pZ4469l5mQDwJonc7refPrbLSkAiZYZf00Ii7mNeR/tlkU0feRB/1d8Oa6WzIcRXkzyBZ9an+CHWjWcAAAAAElFTkSuQmCC");
}

.reviewWrap2 .review-item .picture a {
  width: 126px;
  height: 126px;
  border: 1px solid #ccc;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.reviewWrap2 .review-item .picture a img {
  object-fit: cover;
  object-position: center;
  width: 126px;
  height: 126px;
}

.reviewWrap2 .review-item .buy-type {
  width: 65px;
  height: 65px;
  background-color: green;
  border-radius: 50%;
}

.reviewWrap2 .review-item .buy-type:after {
  display: block;
  font-size: 18px;
  content: "렌탈";
  line-height: 65px;
  color: #fff;
  text-align: center;
}

.reviewWrap2 .review-item .buy-type.O {
  background-color: #56b9d8;
}

.reviewWrap2 .review-item .buy-type.O:after {
  content: "구매";
}

.reviewWrap2 .review-item .buy-type.R {
  background-color: #dd5488;
}

.reviewWrap2 .review-item .buy-type.R:after {
  content: "렌탈";
}

.reviewWrap2 .review-item .buy-type.O.after-m:before,
.reviewWrap2 .review-item .buy-type.R.after-m:before,
.reviewWrap2 .review-item .buy-type.O.after-m:after,
.reviewWrap2 .review-item .buy-type.R.after-m:after {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
}

.reviewWrap2 .review-item .buy-type.O.after-m:before,
.reviewWrap2 .review-item .buy-type.R.after-m:before {
  padding-top: 13px;
  content: "한달";
}

.reviewWrap2 .review-item .buy-type.O.after-m:after,
.reviewWrap2 .review-item .buy-type.R.after-m:after {
  content: "후기";
  line-height: 1.2;
}

.reviewWrap2 .review-item .review-reply {
  margin-left: 85px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-end;
}

.reviewWrap2 .review-item .review-reply .content {
  margin-right: 30px;
  max-width: 660px;
}

.reviewWrap2 .review-item .review-reply .content .text {
  background-color: #5a5a5a;
  border-radius: 10px;
  padding: 18px;
  font-size: 16px;
  color: #fff;
  position: relative;
  line-height: 1.74;
}

.reviewWrap2 .review-item .review-reply .content .text::after {
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -11px;
  display: block;
  content: " ";
  width: 22px;
  height: 28px;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAcCAQAAADPJofWAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBAwSHyo8SIm/AAAA+0lEQVQ4y43QMS+DURQG4KfNJ2EVtXbAYjF1sUgs0nRSsTQxGf0ANmx+ABujVSIRK0MnMZB0kCAREUKlRhKNGhpStL7zbvfmue+992QqZ2Y8CiVrwp21KCax6sZ4DENezfb3KgWTsahuKoZh0LED/TEMJQ2VKGbArhNDMQwF95ajmD4brozFMIy4sBnFZC15MhnDkFO1J4lhMma9KMdw+0A2CcGWffOaEVxXVo188MOW4Tbl/+ZrRZedc+yVdytGO2nv5lNFz783uzW/WlD4S7s1H5rz1v26n80N00q9aCdu2ZFz9N9wvp5xq6QmJVk0rcunUxLnih7SIXwC4h00mxqmSToAAAAASUVORK5CYII=);
}

.reviewWrap2 .review-item .review-reply .reply-ico {
  flex-grow: 0;
  margin-right: 10px;
}

.reviewWrap2 .review-item .review-reply .reply-ico span {
  display: block;
  width: 65px !important;
  height: 65px !important;
  color: #fff;
  line-height: 65px;
  text-align: center;
  background-color: #5a5a5a;
  border-radius: 50%;
}

#modal-review-gallery {
  display: none;
  visibility: visible;
  height: 600px;
  padding: 35px 50px 50px;
}

#modal-review-gallery header {
  border-bottom: none;
  width: auto;
  height: 20px;
  line-height: 1;
  position: relative;
  color: #882887;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

#modal-review-gallery .layPopClose {
  top: 0;
  right: 0;
  width: 19px;
  height: 19px;
  background-position: 0 0;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBA0QDDOC9NPmAAAAu0lEQVQoz33RvQ3CMBCG4de3QJiBJjsgRXLDAiiUFEgZIl1GyBJUCaKhJJEseQoaZqEJxj9xrn50uu87xYPeWDZGF5yEnruuNtFEKcZS56EumJhNK2AsNeMa/CEQAGM5p/CPFrYGfeRYDEPkMR/GCJQJ76kYaehCFGxbNjY8eYcoYbqg48YxTi0RmpjNJS1cEtQuhQfQMb3z08VQHHqF6cIXyjqKC5cccnDQFSiyyBU+cFBcKfMIQO/N5wt3GWBOxpZPLgAAAABJRU5ErkJggg==);
}

#modal-review-gallery .photo-gallery {
  height: 580px;
  letter-spacing: -3px;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 20px;
}

#modal-review-gallery .photo-gallery a {
  display: block;
  flex-grow: 0;
  display: inline-block;
  width: 145px;
  height: 145px;
  padding-right: 2px;
  padding-bottom: 5px;
  margin: 0;
  position: relative;
}

#modal-review-gallery .photo-gallery a.vod::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAfCAQAAAC8TH7IAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBA4QASnYjfs/AAAAtklEQVQ4y73VMQ5BQRSF4fdEqbACDZUdaEShsAXRaSTWQadgE0pKu9BZgUSjl4jEp3iViOTdCW+m/jP5J/ecmznoyqI3w8NKM47B1Vw9jsHJMAWDnU4Kxr2M6SdWmE7V4hgcDVKwwrSdgnGz0IhjcPk0LYMVpr0UjKetVhx7M41hcDaW52Txs46/djGR/90t6SeP+hVMyd0yPpNfs/7TvF3NoulO6pJ9vLlORhW08sMmvgOSNs4L3IWwFHmxlWAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center center;
}

#modal-review-gallery .photo-gallery img {
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  width: 145px;
  height: 145px;
}

#modal-review-detail-view {
  display: none;
  visibility: visible;
  height: 600px;
  padding: 35px 50px 50px;
}

#modal-review-detail-view header {
  border-bottom: none;
  width: auto;
  height: 20px;
  line-height: 1;
  position: relative;
  color: #882887;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

#modal-review-detail-view .layPopClose {
  top: 0;
  right: 0;
  width: 19px;
  height: 19px;
  background-position: 0 0;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBA0QDDOC9NPmAAAAu0lEQVQoz33RvQ3CMBCG4de3QJiBJjsgRXLDAiiUFEgZIl1GyBJUCaKhJJEseQoaZqEJxj9xrn50uu87xYPeWDZGF5yEnruuNtFEKcZS56EumJhNK2AsNeMa/CEQAGM5p/CPFrYGfeRYDEPkMR/GCJQJ76kYaehCFGxbNjY8eYcoYbqg48YxTi0RmpjNJS1cEtQuhQfQMb3z08VQHHqF6cIXyjqKC5cccnDQFSiyyBU+cFBcKfMIQO/N5wt3GWBOxpZPLgAAAABJRU5ErkJggg==);
}

#modal-review-detail-view .review-container {
  display: flex;
}

#modal-review-detail-view .review-container .review-gallery {
  width: 50%;
  background-color: #eee;
  margin-right: 30px;
}

#modal-review-detail-view .review-container .review-gallery .detail-image {
  text-align: center;
  padding-bottom: 65%;
  width: 100%;
  position: relative;
}

#modal-review-detail-view .review-container .review-gallery .detail-image img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
}

#modal-review-detail-view .review-container .review-gallery .thumbs {
  display: flex;
  justify-content: flex-start;
  margin: 20px 5% 0 5%;
}

#modal-review-detail-view .review-container .review-gallery .thumbs a {
  margin-right: 3px;
  max-width: 98px;
  overflow: hidden;
  position: relative;
}

#modal-review-detail-view .review-container .review-gallery .thumbs a img {
  object-fit: cover;
  object-position: center;
  width: 100px;
  height: 100px;
}

#modal-review-detail-view .review-container .review-gallery .thumbs a.thumb-vod::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAfCAQAAAC8TH7IAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBA4QASnYjfs/AAAAtklEQVQ4y73VMQ5BQRSF4fdEqbACDZUdaEShsAXRaSTWQadgE0pKu9BZgUSjl4jEp3iViOTdCW+m/jP5J/ecmznoyqI3w8NKM47B1Vw9jsHJMAWDnU4Kxr2M6SdWmE7V4hgcDVKwwrSdgnGz0IhjcPk0LYMVpr0UjKetVhx7M41hcDaW52Txs46/djGR/90t6SeP+hVMyd0yPpNfs/7TvF3NoulO6pJ9vLlORhW08sMmvgOSNs4L3IWwFHmxlWAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center center;
}

#modal-review-detail-view .review-container .review-detail {
  width: 50%;
}

#modal-review-detail-view .review-btns {
  overflow: hidden;
  clear: both;
  margin-top: 20px;
  text-align: center;
}

#modal-review-detail-view .review-btns button {
  background-color: #f6f6f6;
  padding: 15px 30px;
  color: #922491;
  display: inline-block;
}

#modal-review-detail-view .review-btns button.btn-prev::after {
  display: block;
  width: 100%;
  content: " ";
  height: 20px;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAICAMAAAAyVgQVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAUVBMVEWSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJH////TjvqCAAAAGnRSTlMAAphXA6O6CgassgcJtKkLvaEPxJcBu41N7v6V+X4AAAABYktHRBp1Z+QyAAAAB3RJTUUH5QQOEAciGQWFMQAAADlJREFUCNdjYAABRiZmBpyAhZWNHackBycXN05JHl4+DpyS/AKCLDglhYRFRHG7SEwcjySDhCQeAAC4KwQKZuzENwAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: center center;
}

#modal-review-detail-view .review-btns button.btn-next::after {
  display: block;
  width: 100%;
  content: " ";
  height: 20px;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAICAMAAAAyVgQVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAATlBMVEWSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJGSJJH////nqtmjAAAAGXRSTlMAV5kDCrqkB7KtBqm1CaG9CwGXxA+Nu+5N9YEQOgAAAAFiS0dEGexutYgAAAAHdElNRQflBA4QCAkyIWC+AAAANklEQVQI12NgwAYYmZgZcAMWVjZ80uwcnFx4pLm4eXjxSDPz8QvgkRYUEhbBJy0qxiCOB0gAAJAvA7vahsVQAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
}

#modal-review-detail-view .review-item {
  width: 60%;
  position: relative;
}

#modal-review-detail-view .review-item .review-head {
  display: flex;
}

#modal-review-detail-view .review-item .review-head .review-type {
  width: 85px;
  flex-grow: 0;
}

#modal-review-detail-view .review-item .review-head .review-title {
  margin-bottom: 10px;
}

#modal-review-detail-view .review-item .review-head .review-title .star-box {
  width: 150px;
  padding-top: 10px;
  margin-bottom: 10px;
}

#modal-review-detail-view .review-item .review-head .review-title .star-box > span {
  padding-left: 5px;
  line-height: 15px;
  margin-top: 2px;
  vertical-align: top;
}

#modal-review-detail-view .review-item .review-head .review-title .star-box .star {
  vertical-align: top;
  display: inline-block;
  background-image: url("/assets/img/main/review_star2.png?=3");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 90px;
  height: 15px;
  color: transparent;
}

#modal-review-detail-view .review-item .review-head .review-title .star-box .star.star-1 {
  background-position: 0px -15px;
}

#modal-review-detail-view .review-item .review-head .review-title .star-box .star.star-2 {
  background-position: 0px -30px;
}

#modal-review-detail-view .review-item .review-head .review-title .star-box .star.star-3 {
  background-position: 0px -45px;
}

#modal-review-detail-view .review-item .review-head .review-title .star-box .star.star-4 {
  background-position: 0px -60px;
}

#modal-review-detail-view .review-item .review-head .review-title .star-box .star.star-5 {
  background-position: 0px -75px;
}

#modal-review-detail-view .review-item .review-head .review-title .title {
  font-size: 18px;
  font-family: "NanumBarunGothic";
  color: #343434;
  font-weight: bold;
  line-height: 1.4;
}

#modal-review-detail-view .review-item .service-info {
  padding-left: 85px;
  font-size: 14px;
  color: #808285;
  margin-bottom: 1px;
  line-height: 1.74;
}

#modal-review-detail-view .review-item .service-info .rec-box {
  float: right;
  text-align: center;
}

#modal-review-detail-view .review-item .service-info .rec-box .thumb_up {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 7px 15px;
  position: relative;
  line-height: 1;
}

#modal-review-detail-view .review-item .service-info .rec-box .thumb_up:before {
  vertical-align: middle;
  display: inline-block;
  content: "";
  width: 15px;
  height: 14px;
  margin-right: 5px;
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAMAAADHVLbdAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAVFBMVEWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoX////pWXBbAAAAGnRSTlMACsRUBbfZAaC6iIJrSefz8Lbvjf4hsUOpvYvdWdwAAAABYktHRBsCYNSkAAAAB3RJTUUH5QQJDjE45hRb/QAAAE9JREFUCNeFx0cCgCAQBMExsmbEPP9/qCgG8GKfugBXFCfwSjPmHpWQheeSZPWytmTjXkTQHu60rYc9aD792Hw8hB6n0DNOm9uL83pxU9gBG+IM5VM8m20AAAAASUVORK5CYII=");
}

#modal-review-detail-view .review-item .service-info .rec-box .thumb_up.on {
  border: 1px solid #922491;
  color: #fff;
  background-color: #922491;
}

#modal-review-detail-view .review-item .service-info .rec-box .thumb_up.on:before {
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAQAAABag45kAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBA4PNxVphPKAAAAAgUlEQVQY033PIQoCQRSA4X+ELRar3aNssnsAu7cweQrZajYIgk28g8lodINVfsOuDLsO758yw8fjMcjgTL26yu8hVp7Ue5mTjarnMu/s2pZ4469l5mQDwJonc7refPrbLSkAiZYZf00Ii7mNeR/tlkU0feRB/1d8Oa6WzIcRXkzyBZ9an+CHWjWcAAAAAElFTkSuQmCC");
}

#modal-review-detail-view .review-item .writer-info {
  text-align: right;
  margin-top: 15px;
}

#modal-review-detail-view .review-item .writer-info .date {
  float: none;
  margin-right: 20px;
  font-size: 12px;
  color: #808285;
  display: inline;
  height: 21px;
  line-height: 21px;
}

#modal-review-detail-view .review-item .writer-info .writer {
  display: inline-block;
  width: 55px;
  height: 21px;
  font-size: 20px;
  color: #414042;
  padding-left: 35px;
  position: relative;
  text-align: right;
}

#modal-review-detail-view .review-item .writer-info .writer:before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "";
  width: 33px;
  height: 21px;
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAVCAMAAAD/0XfmAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAANlBMVEUAAABBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEL////EpzlxAAAAEHRSTlMAEEBwgCDA8LBQYNCgMOCQGkfVwwAAAAFiS0dEEeK1PboAAAAHdElNRQflBAkOMADXDdIiAAAA9klEQVQoz4WSWXbDMAhFEWLQZMT+V1twGienp0740Hgl4AHAZQUrVYY74yraqKPcIEO84bnq/xFMOofj7fdNfCHwB6KPEiP6AZ8N/QsAPYlS+32yNAFl/QXKeCeknddVbF+AvfkWHYARbLVSrPNDt9lexKEUeVOXuaWaLM/8aG25vpsph6xZhutqOAwqsxWjJ7ElH01nGFpAgIS8rcHenz5kz5h8BbWhOO+taBoSlF9i4Rm/j1N8Emg2QReQX0kdqTmGk5D2UAQJeHOKFE2TpV/LcoqBvc6IDtujJ+KkajrZmtodGThSf4lU5uQj92L2pWpNP1b+B30hCEGF/5iEAAAAAElFTkSuQmCC");
}

#modal-review-detail-view .review-item .review-content {
  width: 600px;
  max-height: 300px;
  padding-right: 20px;
}

#modal-review-detail-view .review-item .review-content .content .text {
  background-color: #f6f6f6;
  border-top: 1px solid #f6f6f6;
  border-radius: 10px;
  padding: 18px;
  padding-top: 15px;
  word-break: keep-all;
  font-size: 16px;
  font-family: "NanumBarunGothic";
  color: #414042;
  line-height: 1.563;
  min-height: 266px;
}

#modal-review-detail-view .review-item .review-content .content .text .service-star {
  display: flex;
  margin-top: 25px;
  width: 100%;
}

#modal-review-detail-view .review-item .review-content .content .text .service-star > div {
  text-align: left;
  width: 100%;
  margin-left: 10%;
  position: relative;
}

#modal-review-detail-view .review-item .review-content .content .text .service-star > div > span {
  display: block;
  font-size: 14px;
}

#modal-review-detail-view .review-item .review-content .content .text .service-star > div::after {
  position: absolute;
  right: 0;
  top: 5px;
  content: "";
  height: 40px;
  border-right: 1px solid #5b5b5b;
}

#modal-review-detail-view .review-item .review-content .content .text .service-star > div:last-child::after {
  display: none;
}

#modal-review-detail-view .review-item .review-content .content .text .service-star .star {
  vertical-align: middle;
  display: inline-block;
  background-image: url(/assets/img/product/review-star.png?=3);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 78px;
  height: 15px;
  color: transparent;
}

#modal-review-detail-view .review-item .review-content .content .text .service-star .star.star-1 {
  background-position: 0px -15px;
}

#modal-review-detail-view .review-item .review-content .content .text .service-star .star.star-2 {
  background-position: 0px -30px;
}

#modal-review-detail-view .review-item .review-content .content .text .service-star .star.star-3 {
  background-position: 0px -45px;
}

#modal-review-detail-view .review-item .review-content .content .text .service-star .star.star-4 {
  background-position: 0px -60px;
}

#modal-review-detail-view .review-item .review-content .content .text .service-star .star.star-5 {
  background-position: 0px -75px;
}

#modal-review-detail-view .review-item .review-content .content .picture {
  margin-top: 10px;
}

#modal-review-detail-view .review-item .buy-type {
  width: 65px;
  height: 65px;
  background-color: green;
  border-radius: 50%;
}

#modal-review-detail-view .review-item .buy-type:after {
  display: block;
  font-size: 18px;
  content: "렌탈";
  line-height: 65px;
  color: #fff;
  text-align: center;
}

#modal-review-detail-view .review-item .buy-type.O {
  background-color: #56b9d8;
}

#modal-review-detail-view .review-item .buy-type.O:after {
  content: "구매";
}

#modal-review-detail-view .review-item .buy-type.R {
  background-color: #dd5488;
}

#modal-review-detail-view .review-item .buy-type.R:after {
  content: "렌탈";
}

#modal-review-detail-view .review-item .buy-type.O.after-m:before,
#modal-review-detail-view .review-item .buy-type.R.after-m:before,
#modal-review-detail-view .review-item .buy-type.O.after-m:after,
#modal-review-detail-view .review-item .buy-type.R.after-m:after {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
}

#modal-review-detail-view .review-item .buy-type.O.after-m:before,
#modal-review-detail-view .review-item .buy-type.R.after-m:before {
  padding-top: 13px;
  content: "한달";
}

#modal-review-detail-view .review-item .buy-type.O.after-m:after,
#modal-review-detail-view .review-item .buy-type.R.after-m:after {
  content: "후기";
  line-height: 1.2;
}

#modal-review-detail-view .review-item .review-reply {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-end;
}

#modal-review-detail-view .review-item .review-reply .content {
  margin-right: 30px;
  max-width: 660px;
}

#modal-review-detail-view .review-item .review-reply .content .text {
  background-color: #5a5a5a;
  border-radius: 10px;
  padding: 18px;
  font-size: 16px;
  color: #fff;
  position: relative;
  line-height: 1.74;
  min-height: auto;
}

#modal-review-detail-view .review-item .review-reply .content .text::after {
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -11px;
  display: block;
  content: " ";
  width: 22px;
  height: 28px;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAcCAQAAADPJofWAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBAwSHyo8SIm/AAAA+0lEQVQ4y43QMS+DURQG4KfNJ2EVtXbAYjF1sUgs0nRSsTQxGf0ANmx+ABujVSIRK0MnMZB0kCAREUKlRhKNGhpStL7zbvfmue+992QqZ2Y8CiVrwp21KCax6sZ4DENezfb3KgWTsahuKoZh0LED/TEMJQ2VKGbArhNDMQwF95ajmD4brozFMIy4sBnFZC15MhnDkFO1J4lhMma9KMdw+0A2CcGWffOaEVxXVo188MOW4Tbl/+ZrRZedc+yVdytGO2nv5lNFz783uzW/WlD4S7s1H5rz1v26n80N00q9aCdu2ZFz9N9wvp5xq6QmJVk0rcunUxLnih7SIXwC4h00mxqmSToAAAAASUVORK5CYII=);
}

#modal-review-detail-view .review-item .review-reply .reply-ico {
  flex-grow: 0;
  margin-right: 10px;
}

#modal-review-detail-view .review-item .review-reply .reply-ico span {
  display: block;
  width: 65px !important;
  height: 65px !important;
  color: #fff;
  line-height: 65px;
  text-align: center;
  background-color: #5a5a5a;
  border-radius: 50%;
}

.header-choice-size {
  position: fixed;
  background-color: #831f82;
  top: 86px;
  width: 100%;
  height: 80px;
  z-index: 100;
  color: #fff;
  background-image: url(/assets/img/product/choice_size_bg.png);
  background-repeat: no-repeat;
  background-position: 10% 0;
  background-size: 150px;
}
@media (max-width: 1800px) {
  .header-choice-size {
    background-image: none;
  }
}
.header-choice-size .choice-size-inner {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1800px) {
  .header-choice-size .choice-size-inner {
    background-image: url(/assets/img/product/choice_size_bg.png);
    background-repeat: no-repeat;
    background-position: 82% 0;
    background-size: 150px;
  }
}
.header-choice-size .choice-size-inner ul {
  display: inline-block;
  overflow: hidden;
  float: left;
}
.header-choice-size .choice-size-inner ul li {
  float: left;
  display: inline;
  line-height: 80px;
  margin-right: 40px;
  position: relative;
  font-size: 20px;
}
.header-choice-size .choice-size-inner ul li:after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  width: 5px;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
}
.header-choice-size .choice-size-inner ul li.size:after {
  content: "";
  position: absolute;
  right: -25px;
  top: 47%;
  margin-top: -5px;
  height: 15px;
  width: 1px;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-top: none;
  transform: rotate(0deg);
}
.header-choice-size .choice-size-inner ul li:last-child:after {
  display: none;
}
.header-choice-size .choice-size-inner .btn-box {
  float: right;
  line-height: 80px;
}

div.step-nav {
  margin-top: 220px;
  background-image: url("/assets/img/product/step_bg.png");
  background-repeat: no-repeat;
  background-position: top;
}
div.step-nav ul {
  width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
div.step-nav ul li {
  position: relative;
  top: 10px;
  font-size: 16px;
  color: rgb(120, 120, 120);
  text-align: center;
  padding-top: 20px;
}
div.step-nav ul li:after {
  content: "";
  position: absolute;
  background-image: url("/assets/img/product/step_off.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 11px;
  height: 11px;
  top: -15px;
  left: 50%;
  margin-left: -5px;
}
div.step-nav ul li.active {
  color: #922491;
}
div.step-nav ul li.active:after {
  content: "";
  position: absolute;
  background-image: url("/assets/img/product/step_on.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 27px;
  height: 27px;
  top: -24px;
  left: 50%;
  margin-left: -5px;
}

.prdlist-wrap {
  padding-top: 30px;
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
.prdlist-wrap .sidebar {
  width: 280px;
  float: left;
}
.prdlist-wrap .sidebar .sidebar-inner {
  padding: 25px;
  background-color: #fff;
}
.prdlist-wrap .sidebar hr {
  display: block;
  border: none;
  background-color: #ccc;
  height: 1px;
}
.prdlist-wrap .sidebar .result-cnt-wrap {
  padding-top: 6px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.prdlist-wrap .sidebar .result-cnt-wrap .result_cnt {
  color: #831f82;
}
.prdlist-wrap .sidebar .orderType-wrap {
  padding: 20px 0;
  text-align: center;
}
.prdlist-wrap .sidebar .orderType-wrap .order-item {
  display: inline-block;
  padding: 0 5px;
}
.prdlist-wrap .sidebar .orderType-wrap input[type=radio] {
  display: none;
}
.prdlist-wrap .sidebar .orderType-wrap input[type=radio] + label {
  font-weight: bold;
  color: #444;
  padding-left: 0;
  padding-right: 10px;
  font-size: 15px;
  line-height: 1;
}
.prdlist-wrap .sidebar .orderType-wrap input[type=radio] + label:before {
  content: "";
  display: inline-block;
  margin: -2px 3px 0px 0;
  vertical-align: middle;
  width: 10px;
  height: 8px;
  background: url("/assets/img/product/list_sprites.png") -290px -90px;
}
.prdlist-wrap .sidebar .orderType-wrap input[type=radio]:checked + label {
  color: #831f82;
}
.prdlist-wrap .sidebar .orderType-wrap input[type=radio]:checked + label:before {
  width: 10px;
  height: 8px;
  background: url("/assets/img/product/list_sprites.png") -290px -136px;
}
.prdlist-wrap .sidebar .orderType-wrap + hr {
  border: 1px double #ccc;
  background-color: transparent;
  height: 2px;
  border-left: none;
  border-right: none;
}
.prdlist-wrap .sidebar .filter-season-wrap {
  text-align: center;
  padding: 25px 0;
}
.prdlist-wrap .sidebar .filter-season-wrap .season-item {
  display: inline-block;
  padding: 0 5px;
}
.prdlist-wrap .sidebar .filter-season-wrap input[type=checkbox] {
  display: none;
}
.prdlist-wrap .sidebar .filter-season-wrap input[type=checkbox] + label {
  color: #444;
  padding-left: 0;
  padding-right: 0px;
  text-align: center;
  font-weight: bold;
}
.prdlist-wrap .sidebar .filter-season-wrap input[type=checkbox] + label:before {
  content: "";
  display: block;
  margin-bottom: 7px;
  vertical-align: middle;
  width: 58px;
  height: 58px;
}
.prdlist-wrap .sidebar .filter-season-wrap input[type=checkbox]:checked + label:before {
  width: 58px;
  height: 58px;
  background: url("/assets/img/product/list_sprites.png") -88px -10px;
}
.prdlist-wrap .sidebar .filter-season-wrap input[type=checkbox] + label.all:before {
  background: url("/assets/img/product/list_sprites.png") -10px -10px;
}
.prdlist-wrap .sidebar .filter-season-wrap input[type=checkbox]:checked + label.all:before {
  background: url("/assets/img/product/list_sprites.png") -88px -10px;
}
.prdlist-wrap .sidebar .filter-season-wrap input[type=checkbox] + label.sun:before {
  background: url("/assets/img/product/list_sprites.png") -166px -10px;
}
.prdlist-wrap .sidebar .filter-season-wrap input[type=checkbox]:checked + label.sun:before {
  background: url("/assets/img/product/list_sprites.png") -166px -88px;
}
.prdlist-wrap .sidebar .filter-season-wrap input[type=checkbox] + label.snow:before {
  background: url("/assets/img/product/list_sprites.png") -10px -88px;
}
.prdlist-wrap .sidebar .filter-season-wrap input[type=checkbox]:checked + label.snow:before {
  background: url("/assets/img/product/list_sprites.png") -88px -88px;
}
.prdlist-wrap .sidebar .filter-priority-wrap {
  padding: 15px;
}
.prdlist-wrap .sidebar .filter-priority-wrap .priority-item {
  margin-bottom: 10px;
}
.prdlist-wrap .sidebar .filter-priority-wrap input[type=radio] {
  display: none;
}
.prdlist-wrap .sidebar .filter-priority-wrap input[type=radio] + label {
  color: #444;
  padding-left: 0;
  padding-right: 5px;
  font-weight: bold;
}
.prdlist-wrap .sidebar .filter-priority-wrap input[type=radio] + label:before {
  content: "";
  display: inline-block;
  margin: 0;
  margin-right: 5px;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background: url("/assets/img/product/list_sprites.png") -244px -90px;
}
.prdlist-wrap .sidebar .filter-priority-wrap input[type=radio]:checked + label {
  color: #831f82;
}
.prdlist-wrap .sidebar .filter-priority-wrap input[type=radio]:checked + label:before {
  width: 26px;
  height: 26px;
  background: url("/assets/img/product/list_sprites.png") -244px -136px;
}
.prdlist-wrap .sidebar input[type=checkbox] {
  display: none;
}
.prdlist-wrap .sidebar input[type=checkbox] + label {
  color: #444;
  padding-left: 0;
  padding-right: 5px;
}
.prdlist-wrap .sidebar input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  margin: 0;
  margin-right: 5px;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background: url("/assets/img/product/list_sprites.png") -244px -90px;
}
.prdlist-wrap .sidebar input[type=checkbox]:checked + label {
  color: #831f82;
}
.prdlist-wrap .sidebar input[type=checkbox]:checked + label:before {
  width: 26px;
  height: 26px;
  background: url("/assets/img/product/list_sprites.png") -244px -136px;
}
.prdlist-wrap .sidebar .price-range-wrap {
  padding: 25px 0px;
}
.prdlist-wrap .sidebar .price-range-wrap .price-label {
  display: inline-block;
  font-weight: bold;
}
.prdlist-wrap .sidebar .price-range-wrap .range-input {
  display: none;
}
.prdlist-wrap .sidebar .price-range-wrap .price-range {
  float: right;
  color: #831f82;
  font-size: 13px;
  font-weight: bold;
}
.prdlist-wrap .sidebar .price-range-wrap .price-slider {
  margin-top: 20px;
}
.prdlist-wrap .sidebar .price-range-wrap .price-slider .noUi-handle {
  border: 1px solid #831f82;
  border-radius: 100%;
  background: #fff;
}
.prdlist-wrap .sidebar .price-range-wrap .price-slider .noUi-handle::before {
  display: none;
}
.prdlist-wrap .sidebar .price-range-wrap .price-slider .noUi-handle::after {
  display: none;
}
.prdlist-wrap .sidebar .price-range-wrap .price-slider .noUi-handle {
  width: 11px;
  height: 11px;
  right: -5px;
  top: -5px;
}
.prdlist-wrap .sidebar .price-range-wrap .price-slider .noUi-connect {
  background: #831f82;
}
.prdlist-wrap .sidebar .price-range-wrap .price-slider.noUi-horizontal {
  height: 2px;
  border: none;
  background: #ccc;
}
.prdlist-wrap .sidebar #priceRangeWrap_buy .noUi-handle {
  border: 1px solid #23b9d6;
}
.prdlist-wrap .sidebar #priceRangeWrap_buy .noUi-connect {
  background: #23b9d6;
}
.prdlist-wrap .sidebar #priceRangeWrap_rent .noUi-handle {
  border: 1px solid #e84282;
}
.prdlist-wrap .sidebar #priceRangeWrap_rent .noUi-connect {
  background: #e84282;
}
.prdlist-wrap .sidebar .btn-wrap {
  text-align: center;
}
.prdlist-wrap .sidebar .btn-wrap button {
  border: 1px solid #ccc;
  padding: 12px;
  font-size: 14px;
  display: inline-block;
  width: 90%;
  line-height: 1;
}
.prdlist-wrap .sidebar .side-banner {
  padding: 50px 0;
}
.prdlist-wrap .sidebar .side-banner ul li {
  margin-bottom: 35px;
}
.prdlist-wrap .product-list {
  float: right;
  width: 900px;
  margin-left: -40px;
  position: relative;
  left: 20px;
}

.product-item {
  display: block;
  float: left;
  background-color: #fff;
  width: 410px;
  margin: 0 20px 40px 20px;
  height: 580px;
}
.product-item .item-inner {
  padding: 20px;
  position: relative;
}
.product-item .product-wheel {
  position: absolute;
  width: 61px;
  height: 40px;
  left: -10px;
}
.product-item .product-wheel.front {
  background-image: url(/assets/img/product/wheel_front.png);
}
.product-item .product-wheel.rear {
  background-image: url(/assets/img/product/wheel_rear.png);
}
.product-item .product-badge {
  text-align: center;
}
.product-item .product-badge > div {
  display: inline-block;
}
.product-item .product-badge .badge-best {
  width: 62px;
  height: 22px;
  background: url("/assets/img/product/list_sprites.png") -90px -166px;
}
.product-item .product-badge .badge-best.off {
  background: url("/assets/img/product/list_sprites.png") -10px -166px;
}
.product-item .product-badge .badge-hot {
  width: 62px;
  height: 22px;
  background: url("/assets/img/product/list_sprites.png") -244px -50px;
}
.product-item .product-badge .badge-hot.off {
  background: url("/assets/img/product/list_sprites.png") -244px -10px;
}
.product-item .product-slogan {
  margin-top: 20px;
  font-size: 18px;
  color: rgb(71, 70, 70);
  text-align: center;
  white-space: nowrap;
}
.product-item .product-logo {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  /*  */
  margin-top: 5px;
}
.product-item .product-logo img {
  max-width: 100%;
}
.product-item .product-type {
  text-align: center;
  padding: 30px 0 20px;
  text-align: center;
  color: #831f82;
  font-weight: bold;
}
.product-item .product-type .review {
  display: inline-block;
  margin-right: 80px;
}
.product-item .product-type .review .star {
  display: inline-block;
  height: 13px;
  width: 69px;
  background-image: url(/assets/img/product/score_sheet.png);
  background-repeat: no-repeat;
}
.product-item .product-type .review .star.point00 {
  background-position: 0 0px;
}
.product-item .product-type .review .star.point05 {
  background-position: 0 -13px;
}
.product-item .product-type .review .star.point10 {
  background-position: 0 -26px;
}
.product-item .product-type .review .star.point15 {
  background-position: 0 -39px;
}
.product-item .product-type .review .star.point20 {
  background-position: 0 -52px;
}
.product-item .product-type .review .star.point25 {
  background-position: 0 -65px;
}
.product-item .product-type .review .star.point30 {
  background-position: 0 -78px;
}
.product-item .product-type .review .star.point35 {
  background-position: 0 -91px;
}
.product-item .product-type .review .star.point40 {
  background-position: 0 -104px;
}
.product-item .product-type .review .star.point45 {
  background-position: 0 -117px;
}
.product-item .product-type .review .star.point50 {
  background-position: 0 -130px;
}
.product-item .product-type .review .score {
  color: #831f82;
  font-weight: bold;
}
.product-item .product-type .review .cnt {
  color: #ccc;
}
.product-item .product-spec {
  width: 80%;
  margin: 0 auto;
}
.product-item .product-spec ul li {
  overflow: hidden;
  margin-bottom: 10px;
}
.product-item .product-spec ul li label {
  float: left;
  font-size: 0.9em;
  font-weight: bold;
}
.product-item .product-spec ul li .spec-wrap {
  float: right;
  margin-top: 3px;
}
.product-item .product-spec ul li .spec-wrap .spec-value {
  float: right;
  width: 179px;
  display: table-cell;
  background-image: url(/assets/img/product/product_spec.png);
  background-repeat: no-repeat;
  height: 7px;
}
.product-item .product-spec ul li .spec-wrap .spec-value .spec-bar {
  height: 7px;
  background-image: url(/assets/img/product/product_spec.png);
  background-repeat: no-repeat;
  background-position-y: -7px;
  width: 50%;
}
.product-item .product-image {
  height: 155px;
  overflow: hidden;
  margin-bottom: 13px;
}
.product-item .product-image img {
  width: 120%;
  margin-left: -10%;
  margin-top: -5px;
}
.product-item .product-price {
  display: flex;
  justify-content: space-between;
  width: 100%;
  clear: both;
  margin-top: 28px;
  height: 55px;
}
.product-item .product-price > div .label {
  display: block;
  color: #fff;
  margin: 0px 0 5px 0px;
  font-size: 12px;
  line-height: 1;
  padding: 7px 15px;
}
.product-item .product-price > div .price {
  font-size: 17px;
  line-height: 1;
  display: block;
  margin: 7px 0 0 0;
  text-align: right;
  padding: 7px 15px;
}
.product-item .product-price .buy-price {
  display: block;
  width: 60%;
  background-color: #23b9d6;
  overflow: hidden;
  height: 55px;
  color: #fff;
}
.product-item .product-price .coupon-price {
  display: block;
  width: 60%;
  background-color: #23b9d6;
  overflow: hidden;
  color: #fff;
  height: 55px;
}
.product-item .product-price .coupon-price .org_price {
  margin-right: 20px;
  font-size: 0.9em;
  position: relative;
}
.product-item .product-price .coupon-price .org_price:after {
  background-color: rgb(255, 255, 255);
  height: 1px;
  width: 110%;
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: 0px;
}
.product-item .product-price .rantal-price {
  margin-left: 3px;
  display: block;
  width: 40%;
  background-color: #e84282;
  overflow: hidden;
  color: #fff;
  height: 55px;
}
.product-item .product-price.rantal > div .label, .product-item .product-price.buy > div .label {
  float: left;
  font-size: 13px;
  padding: 22px 0 0 15px;
  font-weight: normal;
}
.product-item .product-price.rantal > div .price, .product-item .product-price.buy > div .price {
  font-size: 20px;
  padding: 14px 15px 0 0;
}
.product-item .product-price.rantal .buy-price, .product-item .product-price.buy .buy-price {
  width: 100%;
}
.product-item .product-price.rantal .coupon-price, .product-item .product-price.buy .coupon-price {
  width: 100%;
}
.product-item .product-price.rantal .rantal-price, .product-item .product-price.buy .rantal-price {
  width: 100%;
}
.product-item .product-price.both > div .label {
  float: none;
  margin: 0px;
  padding: 8px 0 0 15px;
}
.product-item .product-price.both > div .price {
  margin: 7px 0 0 0;
  float: none;
  font-size: 20px;
  padding: 0 15px 0px 0;
}
.product-item .product-price.both .buy-price {
  width: 60%;
}
.product-item .product-price.both .coupon-price {
  width: 60%;
}
.product-item .product-price.both .rantal-price {
  width: 40%;
}

.subTitleArea .subTitleTop {
  width: 100%;
}

.subTitleArea.type21 {
  height: 475px;
  background: url("/assets/img/service/rental/keyvisual.jpg") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100%;
}

h2.type03 {
  padding: 0;
  width: 1180px;
  margin: 0 auto;
  text-align: left;
}

.rentalServiceIntroWrap {
  overflow: hidden;
  background: url("/assets/img/common/bg_signature.png") no-repeat top right;
}

.rentalServiceIntroWrap h3 {
  line-height: 1;
  font-size: 24px;
  color: #231f20;
  font-family: "NanumBarunGothicUltraLight", "Sans-serif";
}

.rentalServiceIntroWrap h3 span {
  font-weight: normal;
  font-family: "NanumBarunGothicBold", "Sans-serif";
  letter-spacing: -0.2px;
}

.rentalServiceIntroWrap .subContents .title-section {
  margin: 90px 0 0 0;
  padding-bottom: 100px;
  position: relative;
}

.rentalServiceIntroWrap .subContents .title-section p.desc {
  line-height: 1.467;
  font-size: 15px;
  padding-top: 13px;
}

.rentalServiceIntroWrap .subContents .title-section:after {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #ffffff;
}

.rentalServiceIntroWrap .subContents .title-section:before {
  position: absolute;
  content: " ";
  width: 441px;
  height: 132px;
  background: url("/assets/img/service/rental/what_is.png") no-repeat 0 0;
  top: -30px;
  right: 11%;
}

.rentalServiceIntroWrap .subContents > .benefit {
  position: relative;
  margin: 100px 0 25px 0;
  padding-bottom: 70px;
}

.rentalServiceIntroWrap .subContents > .benefit h3 {
  margin-bottom: 25px;
  letter-spacing: -0.7px;
  font-family: "NanumBarunGothic", "Sans-serif";
}

.rentalServiceIntroWrap .subContents > .benefit .benefit-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.6%;
}

.rentalServiceIntroWrap .subContents > .benefit .benefit-items .benefit-item {
  width: 30%;
  height: 220px;
  margin: 40px 1.6%;
}

.rentalServiceIntroWrap .subContents > .benefit .benefit-items .benefit-item .title {
  font-size: 18px;
  font-family: "NanumBarunGothicBold", "Sans-serif";
  margin-bottom: 0.2em;
}

.rentalServiceIntroWrap .subContents > .benefit .benefit-items .benefit-item .desc {
  font-size: 15px;
  line-height: 1.4;
}

.rentalServiceIntroWrap .subContents > .benefit .benefit-items .benefit-item.benefit-01 {
  background: url("/assets/img/service/rental/benefit_01.png") no-repeat center bottom;
}

.rentalServiceIntroWrap .subContents > .benefit .benefit-items .benefit-item.benefit-02 {
  background: url("/assets/img/service/rental/benefit_02.png") no-repeat center bottom;
}

.rentalServiceIntroWrap .subContents > .benefit .benefit-items .benefit-item.benefit-03 {
  background: url("/assets/img/service/rental/benefit_03.png") no-repeat center bottom;
}

.rentalServiceIntroWrap .subContents > .benefit .benefit-items .benefit-item.benefit-04 {
  background: url("/assets/img/service/rental/benefit_04.png") no-repeat center bottom;
}

.rentalServiceIntroWrap .subContents > .benefit .benefit-items .benefit-item.benefit-05 {
  background: url("/assets/img/service/rental/benefit_05.png") no-repeat center bottom;
}

.rentalServiceIntroWrap .subContents > .benefit:after {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #ffffff;
}

.rentalServiceIntroWrap .subContents .service-step-section {
  margin-top: 45px;
  position: relative;
  padding-bottom: 100px;
}

.rentalServiceIntroWrap .subContents .service-step-section:after {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #ffffff;
}

.rentalServiceIntroWrap .subContents .service-step-section h3 {
  margin-top: 102px;
  font-family: "NanumBarunGothic", "Sans-serif";
}

.rentalServiceIntroWrap .subContents .service-step-section .service {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rentalServiceIntroWrap .subContents .service-step-section .service dl {
  position: relative;
  width: 175px;
  background: none;
  padding-left: 0;
  padding-right: 0;
}

.rentalServiceIntroWrap .subContents .service-step-section .service dl dt {
  font-size: 22px;
  margin-bottom: 5px;
  font-family: "NanumBarunGothicBold", "Sans-serif";
  color: #231f20;
}

.rentalServiceIntroWrap .subContents .service-step-section .service dl dt span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #801494;
  line-height: 1;
  margin-bottom: 17px;
  font-family: "NanumBarunGothicLight", "Sans-serif";
}

.rentalServiceIntroWrap .subContents .service-step-section .service dl dd {
  height: 83px;
  color: #231f20;
  font-size: 15px;
  line-height: 1.74;
}

.rentalServiceIntroWrap .subContents .service-step-section .service dl:nth-child(1) {
  background: url("/assets/img/service/rental/step_01.png") no-repeat 0px bottom;
}

.rentalServiceIntroWrap .subContents .service-step-section .service dl:nth-child(2) {
  background: url("/assets/img/service/rental/step_02.png") no-repeat 0px bottom;
}

.rentalServiceIntroWrap .subContents .service-step-section .service dl:nth-child(3) {
  background: url("/assets/img/service/rental/step_03.png") no-repeat 0px bottom;
}

.rentalServiceIntroWrap .subContents .service-step-section .service dl:nth-child(4) {
  background: url("/assets/img/service/rental/step_04.png") no-repeat 0px bottom;
}

.rentalServiceIntroWrap .subContents .service-step-section .service dl:nth-child(5) {
  background: url("/assets/img/service/rental/step_05.png") no-repeat 0px bottom;
}

.rentalServiceIntroWrap .subContents .service-step-section .service dl:nth-child(6) {
  background: url("/assets/img/service/rental/step_06.png") no-repeat 0px bottom;
}

.rentalServiceIntroWrap .subContents .service-step-section .service dl:nth-child(7) {
  background: url("/assets/img/service/rental/step_07.png") no-repeat 0px bottom;
}

.rentalServiceIntroWrap .subContents .service-step-section .service dl:before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  right: -28%;
  background: url("/assets/img/service/rental/service_step_bullet.png") no-repeat center center;
}

.rentalServiceIntroWrap .subContents .service-step-section .service dl:last-child:before {
  display: none;
}

.rentalServiceIntroWrap .subContents .rental-type-section {
  margin-top: 100px;
  position: relative;
  padding-bottom: 55px;
}

.rentalServiceIntroWrap .subContents .rental-type-section:after {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #ffffff;
}

.rentalServiceIntroWrap .subContents .rental-type-section h3 {
  font-family: "NanumBarunGothic", "Sans-serif";
}

.rentalServiceIntroWrap .subContents .rental-type-section > .desc {
  font-size: 15px;
}

.rentalServiceIntroWrap .subContents .rental-type-section .spliter {
  border-bottom: 1px solid #812991;
  position: relative;
  margin: 70px auto 60px;
  width: 52%;
}

.rentalServiceIntroWrap .subContents .rental-type-section .spliter > span {
  display: inline-block;
  padding: 0 20px;
  background-color: #f3f3f3;
  color: #812991;
  font-size: 20px;
  line-height: 1;
  margin-bottom: -10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -13%;
}

.rentalServiceIntroWrap .subContents .rental-type-section .service-desc {
  margin: 40px auto;
  text-align: center;
}

.rentalServiceIntroWrap .subContents .rental-type-section .rental-type-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.rentalServiceIntroWrap .subContents .rental-type-section .rental-type-list dl.rental-item {
  position: relative;
  width: 270px;
  margin: 0 42px;
}

.rentalServiceIntroWrap .subContents .rental-type-section .rental-type-list dl.rental-item dt {
  font-size: 22px;
  font-family: "NanumBarunGothicBold", "Sans-serif";
}

.rentalServiceIntroWrap .subContents .rental-type-section .rental-type-list dl.rental-item dd {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
}

.rentalServiceIntroWrap .subContents .rental-type-section .rental-type-list dl.rental-item:nth-child(1) {
  background: url("/assets/img/service/rental/rental_type_01.png") no-repeat right center;
}

.rentalServiceIntroWrap .subContents .rental-type-section .rental-type-list dl.rental-item:nth-child(2) {
  background: url("/assets/img/service/rental/rental_type_02.png") no-repeat right center;
}

.rentalServiceIntroWrap .subContents .rental-type-section .rental-type-list dl.rental-item:nth-child(3) {
  background: url("/assets/img/service/rental/rental_type_03.png") no-repeat right center;
}

.rentalServiceIntroWrap .subContents .rental-guidance {
  overflow: hidden;
  clear: both;
  margin-top: 100px;
  position: relative;
  padding-bottom: 15px;
}

.rentalServiceIntroWrap .subContents .rental-guidance h3 {
  font-family: "NanumBarunGothic", "Sans-serif";
}

.rentalServiceIntroWrap .subContents .rental-guidance p.desc {
  font-size: 15px;
}

.rentalServiceIntroWrap .subContents .rental-guidance .serice-item {
  width: 566px;
}

.rentalServiceIntroWrap .subContents .rental-guidance .serice-item h4 {
  font-size: 34px;
  font-family: "NanumBarunGothicUltraLight", "Sans-serif";
  color: #812990;
  line-height: 1;
}

.rentalServiceIntroWrap .subContents .rental-guidance .serice-item.item-free {
  float: left;
}

.rentalServiceIntroWrap .subContents .rental-guidance .serice-item.item-free img {
  margin-top: 20px;
}

.rentalServiceIntroWrap .subContents .rental-guidance .serice-item.item-other {
  float: right;
}

.rentalServiceIntroWrap .subContents .rental-guidance .contractInfo .customerInfo {
  display: flex;
  position: relative;
  top: 32px;
}

.rentalServiceIntroWrap .subContents .rental-guidance .contractInfo .customerInfo > ul > li {
  margin-right: 15px;
}

.rentalServiceIntroWrap .subContents .rental-guidance .contractInfo .customerInfo > ul > li:last-child {
  margin-right: 0;
}

.rentalServiceIntroWrap .subContents .rental-guidance .serice-tabs {
  margin-top: 25px;
  padding-bottom: 30px;
  overflow: hidden;
}

.rentalServiceIntroWrap .subContents .rental-guidance .serice-tabs li {
  float: left;
  margin: 0 25px;
  text-align: center;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}

.rentalServiceIntroWrap .subContents .rental-guidance .serice-tabs li.active {
  color: #812990;
  font-family: "NanumBarunGothicBold", "Sans-serif";
}

.rentalServiceIntroWrap .subContents .rental-guidance .serice-tabs li.active:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 7px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAYAAADam2dgAAAAZUlEQVQYlXXNsQmDUBhF4S+PzCJkHYdIZ6n9G0BwAB0hWcFFrK3tLE3zG0R4t7n3wIH7yK/hg1o534QGW0HY0CSs6ApSizUFjJhvwowJTunAG3vwHnxcJViQY+dg8Lxd9Kii//kBcIkT0dQynmAAAAAASUVORK5CYII=);
  bottom: -15px;
  background-position: center center;
  background-repeat: no-repeat;
}

.rentalServiceIntroWrap .subContents .rental-guidance .serice-tabs li:after {
  cursor: default;
  content: "";
  border-right: 1px solid #ccc;
  position: absolute;
  left: -25px;
  top: 0;
  height: 100%;
  width: 1px;
  display: block;
}

.rentalServiceIntroWrap .subContents .rental-guidance .serice-tabs li:first-child {
  margin-left: 0;
}

.rentalServiceIntroWrap .subContents .rental-guidance .serice-tabs li:first-child:after {
  border: none;
}

.rentalServiceIntroWrap .subContents .serice-tabs-item {
  border-top: 1px solid #313131;
  border-bottom: 1px solid #313131;
}

.rentalServiceIntroWrap .subContents .listType.service-desc {
  margin-top: 70px;
}

.rentalServiceIntroWrap .subContents .listType.service-desc h3 {
  margin-bottom: 0px;
  font-family: "NanumBarunGothic", "Sans-serif";
}

.rentalServiceIntroWrap .rental-guidance-tabs {
  position: relative;
  padding-bottom: 55px;
}

.rentalServiceIntroWrap .rental-guidance-tabs .numTitle {
  display: flex;
  width: 345px;
  margin-top: -4px;
}

.rentalServiceIntroWrap .rental-guidance-tabs .numTitle span.num {
  font-family: "Spoqa Han Sans Bold", "Sans-serif";
  font-weight: bold;
  color: #e0e2e2;
  font-size: 64px;
  letter-spacing: -1px;
  margin-right: 25px;
}

.rentalServiceIntroWrap .rental-guidance-tabs .numTitle h3 {
  font-family: "NanumBarunGothic", "Sans-serif";
  color: #333;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 10px;
}

.rentalServiceIntroWrap .rental-guidance-tabs .numTitle h3:after {
  display: none;
}

.rentalServiceIntroWrap .rental-guidance-tabs:after {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #ffffff;
}

.rentalServiceIntroWrap .rental-guidance-tabs .warranty-howto {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  line-height: 1.47;
}

.rentalServiceIntroWrap .rental-guidance-tabs .warranty-howto h4 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.rentalServiceIntroWrap .rental-guidance-tabs .warranty-howto h4 small {
  font-size: 15px;
}

.rentalServiceIntroWrap .rental-guidance-tabs .warranty-howto img {
  margin-top: 20px;
}

.rentalServiceIntroWrap .rental-guidance-tabs .warranty-howto > div {
  background-color: #fff;
  padding: 35px;
  width: 500px;
}

.rentalServiceIntroWrap .rental-guidance-tabs .warranty-noti {
  margin-top: 20px;
  font-size: 15px;
}

.rentalServiceIntroWrap .rental-guidance-tabs .warranty-noti a {
  color: #0066cf;
}

.rentalServiceIntroWrap .rental-guidance-tabs .service-check {
  margin-top: 63px;
}

.rentalServiceIntroWrap .rental-guidance-tabs .service-check h3 {
  margin: 0;
  letter-spacing: 1.2px;
}

.rentalServiceIntroWrap .rental-guidance-tabs .service-check p {
  margin: 15px 0 20px;
  line-height: 1.47;
  font-size: 15px;
}

.rentalServiceIntroWrap .affiliated-card {
  margin-top: 100px;
  position: relative;
  padding-bottom: 55px;
}

.rentalServiceIntroWrap .affiliated-card h3 {
  font-family: "NanumBarunGothic", "Sans-serif";
}

.rentalServiceIntroWrap .affiliated-card p.desc {
  font-size: 15px;
}

.rentalServiceIntroWrap .affiliated-card .benefit {
  margin-top: 25px;
}

.rentalServiceIntroWrap .affiliated-card .overdue {
  font-size: 15px;
}

.popupWrap.type04.rental {
  width: 1140px;
}

.popupWrap.type04.rental h3 {
  font-family: "NanumBarunGothic", "Sans-serif";
}

.rental-service-type {
  display: flex;
  justify-content: space-between;
}

.rental-service-type .serice-item {
  width: 566px;
}

.rental-service-type .serice-item h4 {
  font-size: 34px;
  font-family: "NanumBarunGothicUltraLight", "Sans-serif";
  color: #812990;
  line-height: 1;
}

.rental-service-type .serice-item.item-free {
  width: 495px;
}

.rental-service-type .serice-item.item-free img {
  margin-top: 40px;
}

.rental-service-type .serice-item.item-other > p {
  font-size: 15px;
  margin-top: 10px;
}

.rental-service-type .serice-tabs {
  margin-top: 25px;
  padding-bottom: 30px;
  overflow: hidden;
}

.rental-service-type .serice-tabs li {
  float: left;
  margin: 0 25px;
  text-align: center;
  position: relative;
  font-size: 18px;
  cursor: pointer;
  font-family: "NanumBarunGothic", "Sans-serif";
}

.rental-service-type .serice-tabs li.active {
  color: #812990;
  font-family: "NanumBarunGothicBold", "Sans-serif";
}

.rental-service-type .serice-tabs li.active:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 7px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAYAAADam2dgAAAAZUlEQVQYlXXNsQmDUBhF4S+PzCJkHYdIZ6n9G0BwAB0hWcFFrK3tLE3zG0R4t7n3wIH7yK/hg1o534QGW0HY0CSs6ApSizUFjJhvwowJTunAG3vwHnxcJViQY+dg8Lxd9Kii//kBcIkT0dQynmAAAAAASUVORK5CYII=);
  bottom: -15px;
  background-position: center center;
  background-repeat: no-repeat;
}

.rental-service-type .serice-tabs li:after {
  cursor: default;
  content: "";
  border-right: 1px solid #ccc;
  position: absolute;
  left: -25px;
  top: 0;
  height: 100%;
  width: 1px;
  display: block;
}

.rental-service-type .serice-tabs li:first-child {
  margin-left: 0;
}

.rental-service-type .serice-tabs li:first-child:after {
  border: none;
}

.rental-service-type .serice-tabs-item {
  border-top: 1px dashed #313131;
  border-bottom: 1px dashed #313131;
}

.serviceIntro h3:after {
  display: none;
}

div.sizeFinder {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9000;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

div.sizeFinder .nice-select {
  display: inline-block;
  float: none;
  border-radius: 0;
  border: 1px solid #aaa;
}

div.sizeFinder .nice-select .list {
  max-height: 200px;
  overflow-y: auto;
}

div.sizeFinder .modal-wrap {
  background-color: #fff;
  margin: 0 auto;
  width: 1000px;
  padding: 50px;
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative;
}

div.sizeFinder .modal-wrap .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}

div.sizeFinder .type-tab {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
}

div.sizeFinder .type-tab a {
  width: 32%;
  margin-left: 2px;
  display: inline-block;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  font-family: "NanumBarunGothic";
  color: #ffffff;
  background-color: #aaaaaa;
  position: relative;
}

div.sizeFinder .type-tab a.active {
  background-color: #831f82;
}

div.sizeFinder .type-tab a.active:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background-color: #831f82;
  color: #831f82;
  transform: rotate(45deg);
}

div.sizeFinder .type-tab a:first-child {
  margin-left: 0;
}

div.sizeFinder .btn-wrap {
  text-align: center;
}

div.sizeFinder .btn-wrap a {
  padding: 15px 20px;
  margin: 0 5px;
  min-width: 90px;
  background-color: #831f82;
  border: 1px solid #831f82;
  color: #fff;
  font-size: 15px;
}

div.sizeFinder .btn-wrap a.retry {
  background-color: #474747;
  border: 1px solid #474747;
}

div.sizeFinder .btn-wrap a.submit {
  background-color: #831f82;
  border: 1px solid #831f82;
}

div.sizeFinder .btn-wrap a.addrear {
  background-color: #fff;
  border: 1px solid #831f82;
  color: #831f82;
}

div.sizeFinder .size-tab.type-num {
  padding: 0 50px;
}

div.sizeFinder .size-tab.type-num.step-01 .img-wrap {
  text-align: center;
  margin-bottom: 50px;
}

div.sizeFinder .size-tab.type-num.step-01 .form {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

div.sizeFinder .size-tab.type-num.step-01 .form .form-item {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

div.sizeFinder .size-tab.type-num.step-01 .form .form-item .label {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
}

div.sizeFinder .size-tab.type-num.step-01 .form .form-item .input-wrap {
  vertical-align: middle;
  width: 70%;
  display: inline-block;
}

div.sizeFinder .size-tab.type-num.step-01 .form .form-item .input-wrap input {
  vertical-align: middle;
  width: 100%;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: black;
}

div.sizeFinder .size-tab.type-num.step-01 .form .form-item .input-wrap input::placeholder {
  font-size: 13px;
}

div.sizeFinder .size-tab.type-num.step-01 .agreement {
  margin-bottom: 30px;
  background-color: #ededed;
  padding: 20px;
  display: flex;
  justify-content: space-around;
}

div.sizeFinder .size-tab.type-num.step-01 .agreement .agreement-item {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  width: 100%;
  text-align: center;
}

div.sizeFinder .size-tab.type-num.step-01 .agreement .agreement-item a {
  text-decoration: underline;
  display: inline-block;
  margin-left: 10px;
}

div.sizeFinder .size-tab.type-num.step-01 .agreement .agreement-item:first-child:after {
  position: absolute;
  content: "";
  border-right: 1px solid #ccc;
  height: 15px;
  right: 0;
}

div.sizeFinder .size-tab.type-num.step-01 .agreement span.red {
  color: red;
}

div.sizeFinder .size-tab.type-num.step-01 .btn-wrap {
  text-align: center;
}

div.sizeFinder .size-tab.type-num.step-01 .btn-wrap a {
  padding: 20px;
  background-color: #831f82;
  color: #fff;
  font-size: 15px;
}

div.sizeFinder .size-tab.type-num.step-02 .car-info {
  padding: 26px 96px 0;
}

div.sizeFinder .size-tab.type-num.step-02 .car-info .img-wrap {
  float: right;
  text-align: center;
}

div.sizeFinder .size-tab.type-num.step-02 .car-info .car-text {
  float: left;
  width: 50%;
  margin-top: 30px;
  margin-bottom: 10px;
}

div.sizeFinder .size-tab.type-num.step-02 .car-info .car-text .car-name {
  margin-bottom: 20px;
  line-height: 1.375;
  font-size: 30px;
  color: #831f82;
}

div.sizeFinder .size-tab.type-num.step-02 .car-info .car-text .car-year {
  margin-bottom: 10px;
  font-size: 16px;
  color: #58595b;
}

div.sizeFinder .size-tab.type-num.step-02 .car-info .car-text .car-grade {
  font-size: 16px;
  color: #58595b;
}

div.sizeFinder .size-tab.type-num.step-02 .car-info .car-text .car-grade select {
  width: 200px;
  border: 1px solid #ccc;
}

div.sizeFinder .size-tab.type-num.step-02 .car-info .car-text .car-grade .nice-select.grade {
  width: 250px;
}

div.sizeFinder .size-tab.type-num.step-02 .choice-size {
  margin: 26px 96px 0;
  clear: both;
  margin-top: 10px;
}

div.sizeFinder .size-tab.type-num.step-02 .choice-size li {
  width: 33.1%;
  float: left;
  margin-left: 1px;
  margin-top: -1px;
}

div.sizeFinder .size-tab.type-num.step-02 .choice-size li a {
  width: 100%;
  color: #58595b;
  border: 1px solid #aaaaaa;
  font-size: 14px;
  padding: 13px 0;
  text-align: center;
}

div.sizeFinder .size-tab.type-num.step-02 .choice-size li a.active {
  color: #831f82;
  border: 1px solid #831f82;
  font-weight: bold;
  z-index: 1;
  position: relative;
}

div.sizeFinder .size-tab.type-num.step-02 .desc {
  padding: 26px 0 0;
  clear: both;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 12px;
  color: #8d8d8d;
  line-height: 3.231;
}

div.sizeFinder .size-tab.type-num.step-02 .tip-wrap {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

div.sizeFinder .size-tab.type-num.step-02 .tip-wrap .tip-size {
  position: relative;
  width: 145px;
  height: 27px;
  background: url("/assets/img/product/size_btn.png") no-repeat 0 0;
  z-index: 4700;
}

div.sizeFinder .size-tab.type-num.step-02 .tip-wrap .tip-size .tipShow {
  width: 550px;
  padding: 32px 30px 0 44px;
  bottom: 40px;
}

div.sizeFinder .size-tab.type-num.step-02 .tip-wrap .tip-size:hover .tipShow {
  display: block;
}

div.sizeFinder .size-tab.type-num.step-02 .size {
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  color: #831f82;
}

div.sizeFinder .item-list {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: stretch;
  max-height: 500px;
  min-height: 200px;
  overflow-y: auto;
}

div.sizeFinder .item-list li {
  width: 25%;
  text-align: center;
}

div.sizeFinder .item-list li a {
  margin: 5px;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 1;
}

div.sizeFinder .item-list li a:after {
  position: absolute;
  content: "";
  height: 50%;
  bottom: 25%;
  left: 50%;
  width: 0%;
  background-color: rgba(131, 31, 130, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}

div.sizeFinder .item-list li a:hover {
  color: #831f82;
  font-weight: bold;
}

div.sizeFinder .item-list li a:hover:after {
  width: 100%;
  left: 0%;
}

div.sizeFinder .size-tab.type-car {
  display: none;
  padding: 0px;
}

div.sizeFinder .size-tab.type-car .select-car-step {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  align-items: center;
}

div.sizeFinder .size-tab.type-car .select-car-step .step-item {
  position: relative;
  padding: 0 15px;
  font-size: 15px;
  color: #58595b;
  text-align: center;
  width: 20%;
  line-height: 1;
  word-break: break-word;
}

div.sizeFinder .size-tab.type-car .select-car-step .step-item:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -6px;
  height: 12px;
  width: 12px;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  transform: rotate(45deg);
}

div.sizeFinder .size-tab.type-car .select-car-step .step-item:first-child:after {
  display: none;
}

div.sizeFinder .size-tab.type-car .select-car-step .step-item.active span {
  position: relative;
}

div.sizeFinder .size-tab.type-car .select-car-step .step-item.active span:before {
  display: inline-block;
  content: "";
  background-image: url("/assets/img/common/car_finder/check.png");
  height: 18px;
  width: 18px;
  margin-right: 3px;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
}

div.sizeFinder .size-tab.type-car .select-car-step .step-item.backenable span {
  cursor: pointer;
  position: relative;
}

div.sizeFinder .size-tab.type-car .select-car-step .step-item.backenable span:after {
  position: absolute;
  content: "";
  height: 50%;
  bottom: 25%;
  left: 50%;
  width: 0%;
  background-color: rgba(131, 31, 130, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}

div.sizeFinder .size-tab.type-car .select-car-step .step-item.backenable span:hover {
  color: #831f82;
  font-weight: bold;
}

div.sizeFinder .size-tab.type-car .select-car-step .step-item.backenable span:hover:after {
  width: 120%;
  left: -10%;
}

div.sizeFinder .size-tab.type-car.step-02 {
  display: none;
}

div.sizeFinder .size-tab.type-car.step-02 .car-info {
  padding: 0px 96px 0;
  clear: both;
}

div.sizeFinder .size-tab.type-car.step-02 .car-info .car-img {
  float: right;
}

div.sizeFinder .size-tab.type-car.step-02 .car-info .car-name {
  float: left;
  padding-top: 50px;
  padding-left: 50px;
  width: 50%;
  font-size: 26px;
  color: #831f82;
}

div.sizeFinder .size-tab.type-car.step-02 .car-info .car-detail {
  float: left;
  width: 50%;
  padding-left: 50px;
  padding-top: 20px;
  font-size: 16px;
  color: #58595b;
  line-height: 1.375;
  text-align: left;
}

div.sizeFinder .size-tab.type-car.step-02 .car-info .car-detail > div {
  margin-bottom: 10px;
}

div.sizeFinder .size-tab.type-car.step-02 .car-info .car-detail .nice-select.grade {
  width: 250px;
}

div.sizeFinder .size-tab.type-car.step-02 .choice-size {
  clear: both;
  margin-top: 10px;
  margin: 10px 96px 0;
  padding-top: 30px;
}

div.sizeFinder .size-tab.type-car.step-02 .choice-size li {
  width: 33.2%;
  float: left;
  margin-left: 1px;
  margin-top: -1px;
}

div.sizeFinder .size-tab.type-car.step-02 .choice-size li a {
  width: 100%;
  color: #58595b;
  border: 1px solid #aaaaaa;
  font-size: 14px;
  padding: 13px 0;
  text-align: center;
}

div.sizeFinder .size-tab.type-car.step-02 .choice-size li a.active {
  color: #831f82;
  border: 1px solid #831f82;
  font-weight: bold;
  z-index: 1;
  position: relative;
}

div.sizeFinder .size-tab.type-car.step-02 .desc {
  clear: both;
  margin: 20px 96px 10px;
  text-align: center;
  font-size: 13px;
  font-family: "NanumBarunGothic";
  color: #8d8d8d;
  line-height: 3.231;
  text-align: left;
}

div.sizeFinder .size-tab.type-car.step-02 .tip-wrap {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

div.sizeFinder .size-tab.type-car.step-02 .tip-wrap .tip-size {
  position: relative;
  width: 145px;
  height: 27px;
  background: url("/assets/img/product/size_btn.png") no-repeat 0 0;
  z-index: 4700;
}

div.sizeFinder .size-tab.type-car.step-02 .tip-wrap .tip-size .tipShow {
  width: 550px;
  padding: 32px 30px 0 44px;
  bottom: 40px;
}

div.sizeFinder .size-tab.type-car.step-02 .tip-wrap .tip-size:hover .tipShow {
  display: block;
}

div.sizeFinder .size-tab.type-car.step-02 .btn-wrap {
  text-align: center;
}

div.sizeFinder .size-tab.type-car.step-02 .btn-wrap a {
  padding: 20px;
  margin: 0 5px;
  min-width: 90px;
  background-color: #831f82;
  color: #fff;
  font-size: 15px;
}

div.sizeFinder .size-tab.type-car.step-02 .btn-wrap a.retry {
  background-color: #474747;
}

div.sizeFinder .size-tab.type-car.step-02 .btn-wrap a.submit {
  background-color: #831f82;
}

div.sizeFinder .size-tab.type-size .img-wrap {
  text-align: center;
}

div.sizeFinder .size-tab.type-size.step-01 {
  display: none;
  padding: 0px 100px;
}

div.sizeFinder .size-tab.type-size.step-01 .size-step {
  display: flex;
  justify-content: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  align-items: center;
}

div.sizeFinder .size-tab.type-size.step-01 .size-step .step-item {
  position: relative;
  padding: 8px 15px;
  font-size: 15px;
  color: #58595b;
  text-align: center;
  width: 20%;
  line-height: 1;
}

div.sizeFinder .size-tab.type-size.step-01 .size-step .step-item:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -6px;
  height: 12px;
  width: 12px;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  transform: rotate(45deg);
}

div.sizeFinder .size-tab.type-size.step-01 .size-step .step-item:last-child:after {
  display: none;
}

div.sizeFinder .size-tab.type-size.step-01 .size-step .step-item.active span {
  position: relative;
}

div.sizeFinder .size-tab.type-size.step-01 .size-step .step-item.active span:before {
  display: inline-block;
  content: "";
  background-image: url("/assets/img/common/car_finder/check.png");
  height: 18px;
  width: 18px;
  margin-right: 3px;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
}

div.sizeFinder .size-tab.type-size.step-01 .size-step .step-item.backenable span {
  cursor: pointer;
  position: relative;
}

div.sizeFinder .size-tab.type-size.step-01 .size-step .step-item.backenable span:after {
  position: absolute;
  content: "";
  height: 50%;
  bottom: 25%;
  left: 50%;
  width: 0%;
  background-color: rgba(131, 31, 130, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}

div.sizeFinder .size-tab.type-size.step-01 .size-step .step-item.backenable span:hover {
  color: #831f82;
  font-weight: bold;
}

div.sizeFinder .size-tab.type-size.step-01 .size-step .step-item.backenable span:hover:after {
  width: 120%;
  left: -10%;
}

div.sizeFinder .size-tab.type-size.step-01 .size-step .step-front-size {
  font-size: 18px;
  color: #831f82;
  width: 20%;
  text-align: left;
  text-indent: 10px;
  position: relative;
}

div.sizeFinder .size-tab.type-size.step-01 .size-step .step-front-size:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  border-right: 1px solid #bbb;
}

div.sizeFinder .size-tab.type-size.step-01 .size-step .step-ico {
  display: inline-block;
  color: #831f82;
  border: 1px solid #831f82;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
}

div.sizeFinder .size-tab.type-size.step-01 .item-list {
  height: auto;
  overflow-y: auto;
}

div.sizeFinder .size-tab.type-size.step-01 .choice-size {
  margin-top: 10px;
  display: flex;
  justify-content: stretch;
  width: 100%;
  flex-flow: wrap;
}

div.sizeFinder .size-tab.type-size.step-01 .choice-size li {
  width: 14.28571429%;
}

div.sizeFinder .size-tab.type-size.step-01 .choice-size li a {
  width: 100%;
  color: #58595b;
  border: 0.5px solid #aaaaaa;
  position: relative;
  margin-left: -1px;
  margin-top: -1px;
  font-size: 14px;
  padding: 13px 0;
  text-align: center;
}

div.sizeFinder .size-tab.type-size.step-01 .choice-size li a:hover {
  color: #831f82;
  border: 0.5px solid #831f82;
  font-weight: bold;
  z-index: 1;
  position: relative;
}

div.sizeFinder .size-tab.type-size.step-02 .result-size {
  font-size: 36px;
  font-family: "NanumBarunGothic";
  color: #831f82;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

div.sizeFinder .size-tab.type-size.step-02 .desc {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 12px;
  color: #8d8d8d;
  line-height: 3.231;
}

div.sizeFinder .size-tab.type-size.step-03 .result-size {
  font-size: 36px;
  font-family: "NanumBarunGothic";
  color: #831f82;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

div.sizeFinder .size-tab.type-size.step-03 .result-size .size-item {
  display: inline-block;
  margin: 15px;
  position: relative;
}

div.sizeFinder .size-tab.type-size.step-03 .result-size .size-item:before {
  display: inline-block;
  color: #831f82;
  border: 1px solid #831f82;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  vertical-align: baseline;
  position: relative;
  top: -5px;
  margin-right: 10px;
}

div.sizeFinder .size-tab.type-size.step-03 .result-size .size-item.front:before {
  content: "전륜";
}

div.sizeFinder .size-tab.type-size.step-03 .result-size .size-item.front:after {
  content: "";
  border-right: 1px solid #ccc;
  height: 100%;
  left: 15px;
  position: relative;
}

div.sizeFinder .size-tab.type-size.step-03 .result-size .size-item.rear:before {
  content: "후륜";
}

.tipShow {
  position: absolute;
  width: 480px;
  background: #fff;
  border: 4px solid #812990;
  padding: 32px 44px 60px;
  border-radius: 30px;
  z-index: 4800;
  text-align: left;
  pointer-events: none;
  display: none;
}

.tipShow header {
  position: relative;
  border-bottom: 4px solid #812990;
}

.tipShow header i.tipOver {
  position: absolute;
  right: -90px;
  top: -70px;
}

.tipShow header i.tipOver.type02 {
  position: absolute;
  left: -16px;
  top: -70px;
}

.tipShow .content {
  text-align: center;
  padding-top: 40px;
}

.tipShow .content.type02 {
  text-align: left;
  padding: 20px 0;
}

.tipShow .serviceAvail {
  width: 100%;
}

.tipShow .serviceAvail p {
  line-height: 28px;
  margin-right: 8px;
}

.tipShow .serviceAvail p:last-child {
  margin-right: 0px;
}

.onColor {
  background-color: #333;
}

/* 닫기btn 스타일 설정 */
.cld_close {
  position: relative;
  padding-right: 15px;
}

.cld_close:before,
.cld_close:after {
  position: absolute;
  right: calc(50% - 10px);
  top: 6px;
  height: 28px;
  width: 6px;
  background-color: #222;
  content: "";
}

.cld_close:before {
  transform: rotate(45deg);
}

.cld_close:after {
  transform: rotate(-45deg);
}

/* datepicker 포지션 변경*/
.ui-datepicker {
  width: 70% !important;
  margin: 0 auto;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  padding: 0;
  margin: 0 auto;
}

.ui-datepicker .ui-datepicker-header {
  height: 32px;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 2.2em;
  font-size: 1.2em;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 14px;
}

.ui-datepicker table {
  font-size: 1em;
}

/* datepicker 닫기버튼 디자인 */
#datepicker_acdn .close_btn,
#datepicker_acdn .close_btn:visited {
  text-decoration: none;
}

#datepicker_acdn .close_btn {
  display: block;
  position: relative;
  width: 60px;
  padding: 0;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 5px;
  transition: all 0.2s;
  margin: 0 auto;
  left: 234px;
}

#datepicker_acdn .btnPurple {
  background: #812990;
}

#datepicker_acdn .btnFade.btnPurple:hover {
  background: #6d184b;
}

#noPickUp {
  margin-bottom: 10px;
}

.proViewInfo ul li:nth-child(5) {
  font-size: 14px;
  margin-top: 20px;
}

.terms-chk input[type=checkbox] + label {
  display: inline-block;
  width: 100%;
  height: 22px !important;
  line-height: 22px;
  padding-left: 30px;
  vertical-align: middle !important;
  background: url(/assets/img/common/radio_04.png) no-repeat 0 0;
  color: #000;
  font-size: 14px;
  box-sizing: border-box;
}
.terms-chk input[type=checkbox] + label .txt {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-3);
}
.terms-chk input[type=checkbox] + label .txt > strong {
  font-size: 18px;
  color: var(--m-color);
}
.terms-chk input[type=checkbox] + label .txt > p {
  font-size: 18px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--sub-2-color);
  font-weight: bold;
}
.terms-chk input[type=checkbox] + label .txt .c-primary {
  color: var(--m-color);
  font-weight: 500;
}
.terms-chk input[type=checkbox] + label > .txt-set {
  display: flex !important;
  align-items: center;
  gap: 8px;
  width: 100% !important;
  background: none;
  font-size: 18px;
  font-weight: 400;
  color: var(--text-3);
}
.terms-chk input[type=checkbox] + label > .txt-set > strong {
  font-size: 18px;
  color: var(--m-color);
}
.terms-chk input[type=checkbox] + label > .txt-set > p {
  font-size: 18px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--sub-2-color);
  font-weight: bold;
}
.terms-chk input[type=checkbox] + label > .txt-set .c-primary {
  color: var(--m-color);
  font-weight: 500;
}
.terms-chk input[type=checkbox] + label > .txt-set > .rgt-set {
  display: flex;
  gap: 8px;
  align-items: center;
}
.terms-chk input[type=checkbox] + label > .txt-set > .rgt-set .line-txt {
  font-size: 16px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--text-3);
  text-decoration: underline;
}
.terms-chk input[type=checkbox] + label > .txt-set.between {
  box-sizing: border-box;
  justify-content: space-between;
}
.terms-chk input[type=checkbox] + label > .txt-set.more:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/assets/img/common/arrow_03.png) no-repeat 0 0;
  transform: translateY(-7px) rotate(-90deg);
}
.terms-chk input[type=checkbox]:checked + label {
  background-position: 0 -22px;
}

.modal-comm {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 4600;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%);
}

.termsPop {
  width: 960px;
  height: auto;
  background: var(--white-color);
  padding: 24px 40px 24px 32px;
  box-shadow: 6px 7px 16px -7px rgba(0, 0, 0, 0.75);
}
.termsPop > header {
  height: 36px;
}
.termsPop > header h2 {
  position: relative;
  width: 100%;
  font-size: 24px;
  color: var(--text-3);
  font-family: "NanumBarunGothicBold";
}
.termsPop > header h2 a {
  width: 20px;
  height: 20px;
}
.termsPop > header h2 a.layPopClose {
  position: absolute;
  right: 0;
  top: 0;
  background-position: -74px -73px;
}
.termsPop > header:after {
  display: none;
}
.termsPop .termsBox {
  margin-top: 40px;
}
.termsPop .termsBox .term-con {
  padding: 40px;
  background: var(--bg-f8);
  border-radius: 8px;
  box-sizing: border-box;
}
.termsPop .termsBox .term-con .terms-top {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--bg-sub-2-color);
}
.termsPop .termsBox .term-con .terms-list {
  width: 100%;
}
.termsPop .termsBox .term-con .terms-list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.termsPop .termsBox .term-con .terms-list > li .chk-set label .txt {
  font-size: 18px;
  color: #000;
}
.termsPop .termsBox .term-con .terms-list > li .more {
  width: 24px;
  height: 24px;
}
.termsPop .termsBox .term-con .terms-list > li .more > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.termsPop .termsBox .term-con .terms-list > li .txt-set {
  justify-content: space-between;
}
.termsPop .termsBox .term-con .terms-list > li .txt-set .more {
  width: 24px;
  height: 24px;
}
.termsPop .termsBox .term-con .terms-list > li .txt-set .more > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.termsPop .termsBox .term-con .terms-list > li + li {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border-c2);
}
.termsPop .btnArea {
  margin-top: 56px;
}
.termsPop .btnArea > button {
  font-size: 16px;
}

.termTblPop {
  top: 52% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  padding: 24px 40px 24px 32px;
}
.termTblPop .termsBox {
  height: auto;
  max-height: 500px;
  margin-top: 40px;
  padding: 0;
  background: var(--white-color);
}
.termTblPop .termsBox .tbl + .tbl {
  margin-top: 20px;
}
.termTblPop .desc {
  font-size: 14px;
}

.inquiry-set {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 6px 0 20px;
}
.inquiry-set > button:disabled {
  border-color: var(--bg-gray-color);
}
.inquiry-set .desc {
  font-size: 14px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--text-3);
}

.line-lft {
  padding-left: 8px;
  border-left: 1px solid var(--border-c2);
}

.error-txt {
  display: none;
}
.error .error-txt {
  display: flex;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid var(--error);
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: var(--error);
}
.error .error-txt > .icon {
  transform: translateY(-6px);
}

.visit .subTitleArea {
  position: relative;
  height: 475px;
  background: url("/assets/img/service/visit/key_visual.png") no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100%;
}
.visit .subTitleArea .titleArea {
  display: flex;
  align-items: center;
  width: 1180px;
  height: 100%;
}
.visit .subContentsWrap .visit-section {
  position: relative;
  width: 100%;
  font-family: "Spoqa Han Sans Neo";
}
.visit .subContentsWrap .visit-section .subContents {
  padding: 80px 0;
}
.visit .subContentsWrap .visit-section.sec1 {
  background: linear-gradient(90deg, #f47b2f 0%, #f5833b 100%);
}
.visit .subContentsWrap .visit-section.sec1 .tit-area {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.visit .subContentsWrap .visit-section.sec1 .tit-area .logo {
  width: 489px;
  aspect-ratio: 489/89;
}
.visit .subContentsWrap .visit-section.sec1 .tit-area .tit-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.visit .subContentsWrap .visit-section.sec1 .tit-area .tit-box .txt-box .txt {
  font-size: 48px;
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
}
.visit .subContentsWrap .visit-section.sec1 .tit-area .tit-box .txt-box .txt > strong {
  color: #802890;
}
.visit .subContentsWrap .visit-section.sec1 .tit-area .tit-box .txt-box.sub .column {
  display: flex;
  align-items: center;
  gap: 10px;
}
.visit .subContentsWrap .visit-section.sec1 .tit-area .tit-box .txt-box.sub .txt {
  font-size: 28px;
  font-weight: 300;
}
.visit .subContentsWrap .visit-section.sec1 .tit-area .tit-box .txt-box.sub .txt > strong {
  font-weight: 700;
  color: #fff;
}
.visit .subContentsWrap .visit-section.sec1 .bg-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.visit .subContentsWrap .visit-section.sec2 {
  background: #f3f3f3;
}
.visit .subContentsWrap .visit-section.sec2 .tit-set {
  display: flex;
  justify-content: center;
}
.visit .subContentsWrap .visit-section.sec2 .tit-set .tit {
  width: 500px;
  aspect-ratio: 448/72;
}
.visit .subContentsWrap .visit-section.sec2 .info-box-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  margin-top: 60px;
}
.visit .subContentsWrap .visit-section.sec2 .info-box-grid .info-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 50px 30px;
  background: #fff;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.04);
  text-align: center;
}
.visit .subContentsWrap .visit-section.sec2 .info-box-grid .info-box .icon {
  margin: 0 auto;
  height: 200px;
}
.visit .subContentsWrap .visit-section.sec2 .info-box-grid .info-box .icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visit .subContentsWrap .visit-section.sec2 .info-box-grid .info-box .txt-set .txt {
  font-size: 28px;
  color: #333;
  font-weight: 700;
  line-height: 1.4;
}
.visit .subContentsWrap .visit-section.sec2 .info-box-grid .info-box .txt-set .txt > strong.org {
  color: #f5833b;
}
.visit .subContentsWrap .visit-section.sec2 .info-box-grid .info-box .txt-set .column {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.visit .subContentsWrap .visit-section.sec2 .info-box-grid .info-box .cmt > p {
  font-size: 14px;
  color: #812990;
  line-height: 1.4;
}
.visit .subContentsWrap .visit-section.sec3 {
  background: #fff;
}
.visit .subContentsWrap .visit-section.sec3 .tit-set {
  display: flex;
  justify-content: center;
}
.visit .subContentsWrap .visit-section.sec3 .tit-set .tit {
  width: 500px;
  aspect-ratio: 448/72;
}
.visit .subContentsWrap .visit-section.sec3 .how-list {
  display: flex;
  margin: 100px 0 80px;
}
.visit .subContentsWrap .visit-section.sec3 .how-list > li {
  position: relative;
  width: 100%;
  padding: 0 0 20px 60px;
}
.visit .subContentsWrap .visit-section.sec3 .how-list > li .num {
  width: 146px;
  height: 100px;
  margin-bottom: 20px;
}
.visit .subContentsWrap .visit-section.sec3 .how-list > li .num > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visit .subContentsWrap .visit-section.sec3 .how-list > li .txt-set .txt {
  font-size: 32px;
  color: #333;
  font-weight: 700;
  line-height: 1.4;
}
.visit .subContentsWrap .visit-section.sec3 .how-list > li .txt-set .column {
  display: flex;
  align-items: center;
  gap: 10px;
}
.visit .subContentsWrap .visit-section.sec3 .how-list > li .icon {
  display: flex;
  justify-content: flex-end;
  width: 340px;
}
.visit .subContentsWrap .visit-section.sec3 .how-list > li .icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visit .subContentsWrap .visit-section.sec3 .how-list > li .icon.type2 {
  margin-top: -40px;
}
.visit .subContentsWrap .visit-section.sec3 .how-list > li + li {
  border-left: 1px solid #eaeaea;
}
.visit .subContentsWrap .visit-section.sec3 .cmt {
  text-align: center;
}
.visit .subContentsWrap .visit-section.sec3 .cmt > p {
  font-size: 14px;
  color: #812990;
  line-height: 1.4;
}
.visit .subContentsWrap .visit-section.sec3 .service-store {
  margin-top: 60px;
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-header {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 30px 100px;
  background: #f3f3f3;
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-header .tit {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 28px;
  color: #802890;
  font-weight: 700;
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-header .tit::before {
  content: "";
  width: 32px;
  aspect-ratio: 1/1;
  margin-top: -5px;
  background: url("/assets/img/service/visit/icon_store.svg") no-repeat 0/contain;
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-header .inp-srch {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #999;
  cursor: pointer;
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-header .inp-srch .icon {
  flex-shrink: 0;
  width: 30px;
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-header .inp-srch .icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-header .inp-srch .inp {
  width: 100%;
  height: 30px;
  border: 0;
  background: transparent;
  font-size: 20px;
  color: #333;
  pointer-events: none;
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-header .inp-srch .inp:focus {
  outline: none;
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-header .inp-srch .inp::placeholder {
  font-size: 20px;
  color: #bbb;
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-body {
  padding: 30px 100px;
  background: rgba(243, 243, 243, 0.5);
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-body .table-top {
  padding: 10px;
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-body .table-top .total {
  display: flex;
  align-items: center;
  gap: 5px;
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-body .table-top .total .label {
  font-size: 18px;
  color: #666;
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-body .table-top .total .num {
  font-size: 18px;
  color: #000;
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-body .list-table {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-body .list-table tbody td {
  padding: 15px 10px;
  border-bottom: 1px solid #999;
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-body .list-table tbody td .column {
  display: flex;
  align-items: center;
  gap: 10px;
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-body .list-table tbody td .column .in-logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-body .list-table tbody td .column .in-tel {
  width: 20px;
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-body .list-table tbody td .column .in-tel > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-body .list-table tbody td .column .txt {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-body .list-table tbody td .column .tel {
  font-size: 18px;
  color: #000;
}
.visit .subContentsWrap .visit-section.sec3 .service-store .box-body .list-table tbody tr.no-data td {
  text-align: center;
  font-size: 18px;
  color: #000;
  padding: 30px 0;
}

/*# sourceMappingURL=style.css.map */
