@charset "UTF-8";
@import "./OverlayScrollbars.min.css";
@import "./os-theme-thin-dark.css";
@import "../../common/css/font.css";
[class^=ee_] {
  font-family: "NanumBarunGothic", sans-serif;
  color: #222222;
  outline: none;
}
[class^=ee_] div,
[class^=ee_] dl,
[class^=ee_] dt,
[class^=ee_] dd,
[class^=ee_] ul,
[class^=ee_] ol,
[class^=ee_] li,
[class^=ee_] h1,
[class^=ee_] h2,
[class^=ee_] h3,
[class^=ee_] h4,
[class^=ee_] h5,
[class^=ee_] h6,
[class^=ee_] pre,
[class^=ee_] form,
[class^=ee_] fieldset,
[class^=ee_] input,
[class^=ee_] textarea,
[class^=ee_] p,
[class^=ee_] blockquote,
[class^=ee_] th,
[class^=ee_] td,
[class^=ee_] legend,
[class^=ee_] img,
[class^=ee_] button {
  font-family: "NanumBarunGothic", sans-serif;
  color: #222222;
}
[class^=ee_] a,
[class^=ee_] a:hover {
  color: inherit;
  text-decoration: none;
}
[class^=ee_] table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
}
[class^=ee_] th,
[class^=ee_] td {
  vertical-align: middle;
}
[class^=ee_] select::-ms-expand {
  display: none;
}
[class^=ee_] span {
  vertical-align: top;
}
[class^=ee_] i {
  font-style: normal;
}
[class^=ee_] ::-webkit-input-placeholder {
  color: #999999;
}
[class^=ee_] ::-moz-placeholder {
  color: #999999;
}
[class^=ee_] :-ms-input-placeholder {
  color: #999999;
}
[class^=ee_] :-moz-placeholder {
  color: #999999;
}

.ee_input,
input[type=text].ee_input,
input[type=password].ee_input,
input[type=search].ee_input,
input[type=tel].ee_input,
input[type=number].ee_input {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  border: none;
  border-bottom: 1px solid #dddddd;
  padding: 8px 0 6px;
  background: #ffffff;
  /*-webkit-box-shadow: 0 0 0 1000px white inset;*/
  font-size: 12px;
  line-height: 21px;
  color: #222222;
  outline: none;
}
.ee_input.ty2,
input[type=text].ee_input.ty2,
input[type=password].ee_input.ty2,
input[type=search].ee_input.ty2,
input[type=tel].ee_input.ty2,
input[type=number].ee_input.ty2 {
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 7px 14px;
  font-size: 13px;
  line-height: 20px;
}
.ee_input.ty2:read-only,
input[type=text].ee_input.ty2:read-only,
input[type=password].ee_input.ty2:read-only,
input[type=search].ee_input.ty2:read-only,
input[type=tel].ee_input.ty2:read-only,
input[type=number].ee_input.ty2:read-only {
  color: #222222;
}
.ee_input:read-only,
input[type=text].ee_input:read-only,
input[type=password].ee_input:read-only,
input[type=search].ee_input:read-only,
input[type=tel].ee_input:read-only,
input[type=number].ee_input:read-only {
  color: #777777;
}

.ee_input[type=tel], .ee_input[type=number] {
  font-family: "Roboto";
}

.ee_select {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 7px 40px 7px 15px;
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  background: #ffffff url(../../../assets/common/image/icons/30x30/ico-common-30-arrow-down-555.svg) right 5px center no-repeat;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
.ee_select.ty2 {
  border: none;
  border-bottom: 1px solid #dddddd;
  padding: 8px 0 6px;
  background-position: right 0 center;
  border-radius: 0;
}
.ee_select.on {
  color: #222222;
}
.ee_select:disabled {
  background-color: #f4f4f4;
  background-image: url(../../../assets/common/image/icons/30x30/ico-common-30-arrow-down-ccc.svg);
}

.ee_textarea textarea {
  display: block;
  width: 100%;
  height: 100% !important;
  border: none;
  padding: 0;
  font-size: 13px;
  line-height: 21px;
  color: #222222;
  resize: none;
}

button,
input[type=file],
input[type=image],
input[type=reset],
input[type=button],
input[type=submit] {
  border: none;
  background: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.ee_checkbox input[type=checkbox] {
  cursor: pointer;
}

.ee_radio input[type=radio] {
  cursor: pointer;
}

label[class^=ee_] {
  position: relative;
  cursor: pointer;
}

[class^=ee_] strong {
  font-weight: 700;
  font-style: normal;
}
[class^=ee_] em {
  font-weight: 400;
  font-style: normal;
}

.ee_strong {
  font-weight: 700;
  font-style: normal;
}

.ee_font10 {
  font-size: 10px;
}

.ee_font11 {
  font-size: 11px;
}

.ee_font12 {
  font-size: 12px;
}

.ee_font13 {
  font-size: 13px;
}

.ee_font14 {
  font-size: 14px;
}

.ee_font15 {
  font-size: 15px;
}

.ee_font16 {
  font-size: 16px;
}

.ee_font17 {
  font-size: 17px;
}

.ee_font18 {
  font-size: 18px;
}

.ee_font19 {
  font-size: 19px;
}

.ee_font20 {
  font-size: 20px;
}

.ee_font21 {
  font-size: 21px;
}

.ee_font22 {
  font-size: 22px;
}

.ee_font23 {
  font-size: 23px;
}

.ee_font24 {
  font-size: 24px;
}

.ee_font25 {
  font-size: 25px;
}

.ee_font26 {
  font-size: 26px;
}

.ee_font27 {
  font-size: 27px;
}

.ee_font28 {
  font-size: 28px;
}

.ee_font29 {
  font-size: 29px;
}

.ee_font30 {
  font-size: 30px;
}

.ee_font31 {
  font-size: 31px;
}

.ee_font32 {
  font-size: 32px;
}

.ee_font33 {
  font-size: 33px;
}

.ee_font34 {
  font-size: 34px;
}

.ee_font35 {
  font-size: 35px;
}

.ee_mt0 {
  margin-top: 0px;
}

.ee_mr0 {
  margin-right: 0px;
}

.ee_mb0 {
  margin-bottom: 0px;
}

.ee_ml0 {
  margin-left: 0px;
}

.ee_mt1 {
  margin-top: 1px;
}

.ee_mr1 {
  margin-right: 1px;
}

.ee_mb1 {
  margin-bottom: 1px;
}

.ee_ml1 {
  margin-left: 1px;
}

.ee_mt2 {
  margin-top: 2px;
}

.ee_mr2 {
  margin-right: 2px;
}

.ee_mb2 {
  margin-bottom: 2px;
}

.ee_ml2 {
  margin-left: 2px;
}

.ee_mt3 {
  margin-top: 3px;
}

.ee_mr3 {
  margin-right: 3px;
}

.ee_mb3 {
  margin-bottom: 3px;
}

.ee_ml3 {
  margin-left: 3px;
}

.ee_mt4 {
  margin-top: 4px;
}

.ee_mr4 {
  margin-right: 4px;
}

.ee_mb4 {
  margin-bottom: 4px;
}

.ee_ml4 {
  margin-left: 4px;
}

.ee_mt5 {
  margin-top: 5px;
}

.ee_mr5 {
  margin-right: 5px;
}

.ee_mb5 {
  margin-bottom: 5px;
}

.ee_ml5 {
  margin-left: 5px;
}

.ee_mt6 {
  margin-top: 6px;
}

.ee_mr6 {
  margin-right: 6px;
}

.ee_mb6 {
  margin-bottom: 6px;
}

.ee_ml6 {
  margin-left: 6px;
}

.ee_mt7 {
  margin-top: 7px;
}

.ee_mr7 {
  margin-right: 7px;
}

.ee_mb7 {
  margin-bottom: 7px;
}

.ee_ml7 {
  margin-left: 7px;
}

.ee_mt8 {
  margin-top: 8px;
}

.ee_mr8 {
  margin-right: 8px;
}

.ee_mb8 {
  margin-bottom: 8px;
}

.ee_ml8 {
  margin-left: 8px;
}

.ee_mt9 {
  margin-top: 9px;
}

.ee_mr9 {
  margin-right: 9px;
}

.ee_mb9 {
  margin-bottom: 9px;
}

.ee_ml9 {
  margin-left: 9px;
}

.ee_mt10 {
  margin-top: 10px;
}

.ee_mr10 {
  margin-right: 10px;
}

.ee_mb10 {
  margin-bottom: 10px;
}

.ee_ml10 {
  margin-left: 10px;
}

.ee_mt11 {
  margin-top: 11px;
}

.ee_mr11 {
  margin-right: 11px;
}

.ee_mb11 {
  margin-bottom: 11px;
}

.ee_ml11 {
  margin-left: 11px;
}

.ee_mt12 {
  margin-top: 12px;
}

.ee_mr12 {
  margin-right: 12px;
}

.ee_mb12 {
  margin-bottom: 12px;
}

.ee_ml12 {
  margin-left: 12px;
}

.ee_mt13 {
  margin-top: 13px;
}

.ee_mr13 {
  margin-right: 13px;
}

.ee_mb13 {
  margin-bottom: 13px;
}

.ee_ml13 {
  margin-left: 13px;
}

.ee_mt14 {
  margin-top: 14px;
}

.ee_mr14 {
  margin-right: 14px;
}

.ee_mb14 {
  margin-bottom: 14px;
}

.ee_ml14 {
  margin-left: 14px;
}

.ee_mt15 {
  margin-top: 15px;
}

.ee_mr15 {
  margin-right: 15px;
}

.ee_mb15 {
  margin-bottom: 15px;
}

.ee_ml15 {
  margin-left: 15px;
}

.ee_mt16 {
  margin-top: 16px;
}

.ee_mr16 {
  margin-right: 16px;
}

.ee_mb16 {
  margin-bottom: 16px;
}

.ee_ml16 {
  margin-left: 16px;
}

.ee_mt17 {
  margin-top: 17px;
}

.ee_mr17 {
  margin-right: 17px;
}

.ee_mb17 {
  margin-bottom: 17px;
}

.ee_ml17 {
  margin-left: 17px;
}

.ee_mt18 {
  margin-top: 18px;
}

.ee_mr18 {
  margin-right: 18px;
}

.ee_mb18 {
  margin-bottom: 18px;
}

.ee_ml18 {
  margin-left: 18px;
}

.ee_mt19 {
  margin-top: 19px;
}

.ee_mr19 {
  margin-right: 19px;
}

.ee_mb19 {
  margin-bottom: 19px;
}

.ee_ml19 {
  margin-left: 19px;
}

.ee_mt20 {
  margin-top: 20px;
}

.ee_mr20 {
  margin-right: 20px;
}

.ee_mb20 {
  margin-bottom: 20px;
}

.ee_ml20 {
  margin-left: 20px;
}

.ee_mt21 {
  margin-top: 21px;
}

.ee_mr21 {
  margin-right: 21px;
}

.ee_mb21 {
  margin-bottom: 21px;
}

.ee_ml21 {
  margin-left: 21px;
}

.ee_mt22 {
  margin-top: 22px;
}

.ee_mr22 {
  margin-right: 22px;
}

.ee_mb22 {
  margin-bottom: 22px;
}

.ee_ml22 {
  margin-left: 22px;
}

.ee_mt23 {
  margin-top: 23px;
}

.ee_mr23 {
  margin-right: 23px;
}

.ee_mb23 {
  margin-bottom: 23px;
}

.ee_ml23 {
  margin-left: 23px;
}

.ee_mt24 {
  margin-top: 24px;
}

.ee_mr24 {
  margin-right: 24px;
}

.ee_mb24 {
  margin-bottom: 24px;
}

.ee_ml24 {
  margin-left: 24px;
}

.ee_mt25 {
  margin-top: 25px;
}

.ee_mr25 {
  margin-right: 25px;
}

.ee_mb25 {
  margin-bottom: 25px;
}

.ee_ml25 {
  margin-left: 25px;
}

.ee_mt26 {
  margin-top: 26px;
}

.ee_mr26 {
  margin-right: 26px;
}

.ee_mb26 {
  margin-bottom: 26px;
}

.ee_ml26 {
  margin-left: 26px;
}

.ee_mt27 {
  margin-top: 27px;
}

.ee_mr27 {
  margin-right: 27px;
}

.ee_mb27 {
  margin-bottom: 27px;
}

.ee_ml27 {
  margin-left: 27px;
}

.ee_mt28 {
  margin-top: 28px;
}

.ee_mr28 {
  margin-right: 28px;
}

.ee_mb28 {
  margin-bottom: 28px;
}

.ee_ml28 {
  margin-left: 28px;
}

.ee_mt29 {
  margin-top: 29px;
}

.ee_mr29 {
  margin-right: 29px;
}

.ee_mb29 {
  margin-bottom: 29px;
}

.ee_ml29 {
  margin-left: 29px;
}

.ee_mt30 {
  margin-top: 30px;
}

.ee_mr30 {
  margin-right: 30px;
}

.ee_mb30 {
  margin-bottom: 30px;
}

.ee_ml30 {
  margin-left: 30px;
}

.ee_mt31 {
  margin-top: 31px;
}

.ee_mr31 {
  margin-right: 31px;
}

.ee_mb31 {
  margin-bottom: 31px;
}

.ee_ml31 {
  margin-left: 31px;
}

.ee_mt32 {
  margin-top: 32px;
}

.ee_mr32 {
  margin-right: 32px;
}

.ee_mb32 {
  margin-bottom: 32px;
}

.ee_ml32 {
  margin-left: 32px;
}

.ee_mt33 {
  margin-top: 33px;
}

.ee_mr33 {
  margin-right: 33px;
}

.ee_mb33 {
  margin-bottom: 33px;
}

.ee_ml33 {
  margin-left: 33px;
}

.ee_mt34 {
  margin-top: 34px;
}

.ee_mr34 {
  margin-right: 34px;
}

.ee_mb34 {
  margin-bottom: 34px;
}

.ee_ml34 {
  margin-left: 34px;
}

.ee_mt35 {
  margin-top: 35px;
}

.ee_mr35 {
  margin-right: 35px;
}

.ee_mb35 {
  margin-bottom: 35px;
}

.ee_ml35 {
  margin-left: 35px;
}

.ee_mt36 {
  margin-top: 36px;
}

.ee_mr36 {
  margin-right: 36px;
}

.ee_mb36 {
  margin-bottom: 36px;
}

.ee_ml36 {
  margin-left: 36px;
}

.ee_mt37 {
  margin-top: 37px;
}

.ee_mr37 {
  margin-right: 37px;
}

.ee_mb37 {
  margin-bottom: 37px;
}

.ee_ml37 {
  margin-left: 37px;
}

.ee_mt38 {
  margin-top: 38px;
}

.ee_mr38 {
  margin-right: 38px;
}

.ee_mb38 {
  margin-bottom: 38px;
}

.ee_ml38 {
  margin-left: 38px;
}

.ee_mt39 {
  margin-top: 39px;
}

.ee_mr39 {
  margin-right: 39px;
}

.ee_mb39 {
  margin-bottom: 39px;
}

.ee_ml39 {
  margin-left: 39px;
}

.ee_mt40 {
  margin-top: 40px;
}

.ee_mr40 {
  margin-right: 40px;
}

.ee_mb40 {
  margin-bottom: 40px;
}

.ee_ml40 {
  margin-left: 40px;
}

.ee_mt41 {
  margin-top: 41px;
}

.ee_mr41 {
  margin-right: 41px;
}

.ee_mb41 {
  margin-bottom: 41px;
}

.ee_ml41 {
  margin-left: 41px;
}

.ee_mt42 {
  margin-top: 42px;
}

.ee_mr42 {
  margin-right: 42px;
}

.ee_mb42 {
  margin-bottom: 42px;
}

.ee_ml42 {
  margin-left: 42px;
}

.ee_mt43 {
  margin-top: 43px;
}

.ee_mr43 {
  margin-right: 43px;
}

.ee_mb43 {
  margin-bottom: 43px;
}

.ee_ml43 {
  margin-left: 43px;
}

.ee_mt44 {
  margin-top: 44px;
}

.ee_mr44 {
  margin-right: 44px;
}

.ee_mb44 {
  margin-bottom: 44px;
}

.ee_ml44 {
  margin-left: 44px;
}

.ee_mt45 {
  margin-top: 45px;
}

.ee_mr45 {
  margin-right: 45px;
}

.ee_mb45 {
  margin-bottom: 45px;
}

.ee_ml45 {
  margin-left: 45px;
}

.ee_mt46 {
  margin-top: 46px;
}

.ee_mr46 {
  margin-right: 46px;
}

.ee_mb46 {
  margin-bottom: 46px;
}

.ee_ml46 {
  margin-left: 46px;
}

.ee_mt47 {
  margin-top: 47px;
}

.ee_mr47 {
  margin-right: 47px;
}

.ee_mb47 {
  margin-bottom: 47px;
}

.ee_ml47 {
  margin-left: 47px;
}

.ee_mt48 {
  margin-top: 48px;
}

.ee_mr48 {
  margin-right: 48px;
}

.ee_mb48 {
  margin-bottom: 48px;
}

.ee_ml48 {
  margin-left: 48px;
}

.ee_mt49 {
  margin-top: 49px;
}

.ee_mr49 {
  margin-right: 49px;
}

.ee_mb49 {
  margin-bottom: 49px;
}

.ee_ml49 {
  margin-left: 49px;
}

.ee_mt50 {
  margin-top: 50px;
}

.ee_mr50 {
  margin-right: 50px;
}

.ee_mb50 {
  margin-bottom: 50px;
}

.ee_ml50 {
  margin-left: 50px;
}

.ee_mt51 {
  margin-top: 51px;
}

.ee_mr51 {
  margin-right: 51px;
}

.ee_mb51 {
  margin-bottom: 51px;
}

.ee_ml51 {
  margin-left: 51px;
}

.ee_mt52 {
  margin-top: 52px;
}

.ee_mr52 {
  margin-right: 52px;
}

.ee_mb52 {
  margin-bottom: 52px;
}

.ee_ml52 {
  margin-left: 52px;
}

.ee_mt53 {
  margin-top: 53px;
}

.ee_mr53 {
  margin-right: 53px;
}

.ee_mb53 {
  margin-bottom: 53px;
}

.ee_ml53 {
  margin-left: 53px;
}

.ee_mt54 {
  margin-top: 54px;
}

.ee_mr54 {
  margin-right: 54px;
}

.ee_mb54 {
  margin-bottom: 54px;
}

.ee_ml54 {
  margin-left: 54px;
}

.ee_mt55 {
  margin-top: 55px;
}

.ee_mr55 {
  margin-right: 55px;
}

.ee_mb55 {
  margin-bottom: 55px;
}

.ee_ml55 {
  margin-left: 55px;
}

.ee_mt56 {
  margin-top: 56px;
}

.ee_mr56 {
  margin-right: 56px;
}

.ee_mb56 {
  margin-bottom: 56px;
}

.ee_ml56 {
  margin-left: 56px;
}

.ee_mt57 {
  margin-top: 57px;
}

.ee_mr57 {
  margin-right: 57px;
}

.ee_mb57 {
  margin-bottom: 57px;
}

.ee_ml57 {
  margin-left: 57px;
}

.ee_mt58 {
  margin-top: 58px;
}

.ee_mr58 {
  margin-right: 58px;
}

.ee_mb58 {
  margin-bottom: 58px;
}

.ee_ml58 {
  margin-left: 58px;
}

.ee_mt59 {
  margin-top: 59px;
}

.ee_mr59 {
  margin-right: 59px;
}

.ee_mb59 {
  margin-bottom: 59px;
}

.ee_ml59 {
  margin-left: 59px;
}

.ee_mt60 {
  margin-top: 60px;
}

.ee_mr60 {
  margin-right: 60px;
}

.ee_mb60 {
  margin-bottom: 60px;
}

.ee_ml60 {
  margin-left: 60px;
}

.ee_mt61 {
  margin-top: 61px;
}

.ee_mr61 {
  margin-right: 61px;
}

.ee_mb61 {
  margin-bottom: 61px;
}

.ee_ml61 {
  margin-left: 61px;
}

.ee_mt62 {
  margin-top: 62px;
}

.ee_mr62 {
  margin-right: 62px;
}

.ee_mb62 {
  margin-bottom: 62px;
}

.ee_ml62 {
  margin-left: 62px;
}

.ee_mt63 {
  margin-top: 63px;
}

.ee_mr63 {
  margin-right: 63px;
}

.ee_mb63 {
  margin-bottom: 63px;
}

.ee_ml63 {
  margin-left: 63px;
}

.ee_mt64 {
  margin-top: 64px;
}

.ee_mr64 {
  margin-right: 64px;
}

.ee_mb64 {
  margin-bottom: 64px;
}

.ee_ml64 {
  margin-left: 64px;
}

.ee_mt65 {
  margin-top: 65px;
}

.ee_mr65 {
  margin-right: 65px;
}

.ee_mb65 {
  margin-bottom: 65px;
}

.ee_ml65 {
  margin-left: 65px;
}

.ee_mt66 {
  margin-top: 66px;
}

.ee_mr66 {
  margin-right: 66px;
}

.ee_mb66 {
  margin-bottom: 66px;
}

.ee_ml66 {
  margin-left: 66px;
}

.ee_mt67 {
  margin-top: 67px;
}

.ee_mr67 {
  margin-right: 67px;
}

.ee_mb67 {
  margin-bottom: 67px;
}

.ee_ml67 {
  margin-left: 67px;
}

.ee_mt68 {
  margin-top: 68px;
}

.ee_mr68 {
  margin-right: 68px;
}

.ee_mb68 {
  margin-bottom: 68px;
}

.ee_ml68 {
  margin-left: 68px;
}

.ee_mt69 {
  margin-top: 69px;
}

.ee_mr69 {
  margin-right: 69px;
}

.ee_mb69 {
  margin-bottom: 69px;
}

.ee_ml69 {
  margin-left: 69px;
}

.ee_mt70 {
  margin-top: 70px;
}

.ee_mr70 {
  margin-right: 70px;
}

.ee_mb70 {
  margin-bottom: 70px;
}

.ee_ml70 {
  margin-left: 70px;
}

.ee_mt71 {
  margin-top: 71px;
}

.ee_mr71 {
  margin-right: 71px;
}

.ee_mb71 {
  margin-bottom: 71px;
}

.ee_ml71 {
  margin-left: 71px;
}

.ee_mt72 {
  margin-top: 72px;
}

.ee_mr72 {
  margin-right: 72px;
}

.ee_mb72 {
  margin-bottom: 72px;
}

.ee_ml72 {
  margin-left: 72px;
}

.ee_mt73 {
  margin-top: 73px;
}

.ee_mr73 {
  margin-right: 73px;
}

.ee_mb73 {
  margin-bottom: 73px;
}

.ee_ml73 {
  margin-left: 73px;
}

.ee_mt74 {
  margin-top: 74px;
}

.ee_mr74 {
  margin-right: 74px;
}

.ee_mb74 {
  margin-bottom: 74px;
}

.ee_ml74 {
  margin-left: 74px;
}

.ee_mt75 {
  margin-top: 75px;
}

.ee_mr75 {
  margin-right: 75px;
}

.ee_mb75 {
  margin-bottom: 75px;
}

.ee_ml75 {
  margin-left: 75px;
}

.ee_mt76 {
  margin-top: 76px;
}

.ee_mr76 {
  margin-right: 76px;
}

.ee_mb76 {
  margin-bottom: 76px;
}

.ee_ml76 {
  margin-left: 76px;
}

.ee_mt77 {
  margin-top: 77px;
}

.ee_mr77 {
  margin-right: 77px;
}

.ee_mb77 {
  margin-bottom: 77px;
}

.ee_ml77 {
  margin-left: 77px;
}

.ee_mt78 {
  margin-top: 78px;
}

.ee_mr78 {
  margin-right: 78px;
}

.ee_mb78 {
  margin-bottom: 78px;
}

.ee_ml78 {
  margin-left: 78px;
}

.ee_mt79 {
  margin-top: 79px;
}

.ee_mr79 {
  margin-right: 79px;
}

.ee_mb79 {
  margin-bottom: 79px;
}

.ee_ml79 {
  margin-left: 79px;
}

.ee_mt80 {
  margin-top: 80px;
}

.ee_mr80 {
  margin-right: 80px;
}

.ee_mb80 {
  margin-bottom: 80px;
}

.ee_ml80 {
  margin-left: 80px;
}

.ee_mt81 {
  margin-top: 81px;
}

.ee_mr81 {
  margin-right: 81px;
}

.ee_mb81 {
  margin-bottom: 81px;
}

.ee_ml81 {
  margin-left: 81px;
}

.ee_mt82 {
  margin-top: 82px;
}

.ee_mr82 {
  margin-right: 82px;
}

.ee_mb82 {
  margin-bottom: 82px;
}

.ee_ml82 {
  margin-left: 82px;
}

.ee_mt83 {
  margin-top: 83px;
}

.ee_mr83 {
  margin-right: 83px;
}

.ee_mb83 {
  margin-bottom: 83px;
}

.ee_ml83 {
  margin-left: 83px;
}

.ee_mt84 {
  margin-top: 84px;
}

.ee_mr84 {
  margin-right: 84px;
}

.ee_mb84 {
  margin-bottom: 84px;
}

.ee_ml84 {
  margin-left: 84px;
}

.ee_mt85 {
  margin-top: 85px;
}

.ee_mr85 {
  margin-right: 85px;
}

.ee_mb85 {
  margin-bottom: 85px;
}

.ee_ml85 {
  margin-left: 85px;
}

.ee_mt86 {
  margin-top: 86px;
}

.ee_mr86 {
  margin-right: 86px;
}

.ee_mb86 {
  margin-bottom: 86px;
}

.ee_ml86 {
  margin-left: 86px;
}

.ee_mt87 {
  margin-top: 87px;
}

.ee_mr87 {
  margin-right: 87px;
}

.ee_mb87 {
  margin-bottom: 87px;
}

.ee_ml87 {
  margin-left: 87px;
}

.ee_mt88 {
  margin-top: 88px;
}

.ee_mr88 {
  margin-right: 88px;
}

.ee_mb88 {
  margin-bottom: 88px;
}

.ee_ml88 {
  margin-left: 88px;
}

.ee_mt89 {
  margin-top: 89px;
}

.ee_mr89 {
  margin-right: 89px;
}

.ee_mb89 {
  margin-bottom: 89px;
}

.ee_ml89 {
  margin-left: 89px;
}

.ee_mt90 {
  margin-top: 90px;
}

.ee_mr90 {
  margin-right: 90px;
}

.ee_mb90 {
  margin-bottom: 90px;
}

.ee_ml90 {
  margin-left: 90px;
}

.ee_mt91 {
  margin-top: 91px;
}

.ee_mr91 {
  margin-right: 91px;
}

.ee_mb91 {
  margin-bottom: 91px;
}

.ee_ml91 {
  margin-left: 91px;
}

.ee_mt92 {
  margin-top: 92px;
}

.ee_mr92 {
  margin-right: 92px;
}

.ee_mb92 {
  margin-bottom: 92px;
}

.ee_ml92 {
  margin-left: 92px;
}

.ee_mt93 {
  margin-top: 93px;
}

.ee_mr93 {
  margin-right: 93px;
}

.ee_mb93 {
  margin-bottom: 93px;
}

.ee_ml93 {
  margin-left: 93px;
}

.ee_mt94 {
  margin-top: 94px;
}

.ee_mr94 {
  margin-right: 94px;
}

.ee_mb94 {
  margin-bottom: 94px;
}

.ee_ml94 {
  margin-left: 94px;
}

.ee_mt95 {
  margin-top: 95px;
}

.ee_mr95 {
  margin-right: 95px;
}

.ee_mb95 {
  margin-bottom: 95px;
}

.ee_ml95 {
  margin-left: 95px;
}

.ee_mt96 {
  margin-top: 96px;
}

.ee_mr96 {
  margin-right: 96px;
}

.ee_mb96 {
  margin-bottom: 96px;
}

.ee_ml96 {
  margin-left: 96px;
}

.ee_mt97 {
  margin-top: 97px;
}

.ee_mr97 {
  margin-right: 97px;
}

.ee_mb97 {
  margin-bottom: 97px;
}

.ee_ml97 {
  margin-left: 97px;
}

.ee_mt98 {
  margin-top: 98px;
}

.ee_mr98 {
  margin-right: 98px;
}

.ee_mb98 {
  margin-bottom: 98px;
}

.ee_ml98 {
  margin-left: 98px;
}

.ee_mt99 {
  margin-top: 99px;
}

.ee_mr99 {
  margin-right: 99px;
}

.ee_mb99 {
  margin-bottom: 99px;
}

.ee_ml99 {
  margin-left: 99px;
}

.ee_mt100 {
  margin-top: 100px;
}

.ee_mr100 {
  margin-right: 100px;
}

.ee_mb100 {
  margin-bottom: 100px;
}

.ee_ml100 {
  margin-left: 100px;
}

.ee_pt0 {
  padding-top: 0px;
}

.ee_pr0 {
  padding-right: 0px;
}

.ee_pb0 {
  padding-bottom: 0px;
}

.ee_pl0 {
  padding-left: 0px;
}

.ee_pt1 {
  padding-top: 1px;
}

.ee_pr1 {
  padding-right: 1px;
}

.ee_pb1 {
  padding-bottom: 1px;
}

.ee_pl1 {
  padding-left: 1px;
}

.ee_pt2 {
  padding-top: 2px;
}

.ee_pr2 {
  padding-right: 2px;
}

.ee_pb2 {
  padding-bottom: 2px;
}

.ee_pl2 {
  padding-left: 2px;
}

.ee_pt3 {
  padding-top: 3px;
}

.ee_pr3 {
  padding-right: 3px;
}

.ee_pb3 {
  padding-bottom: 3px;
}

.ee_pl3 {
  padding-left: 3px;
}

.ee_pt4 {
  padding-top: 4px;
}

.ee_pr4 {
  padding-right: 4px;
}

.ee_pb4 {
  padding-bottom: 4px;
}

.ee_pl4 {
  padding-left: 4px;
}

.ee_pt5 {
  padding-top: 5px;
}

.ee_pr5 {
  padding-right: 5px;
}

.ee_pb5 {
  padding-bottom: 5px;
}

.ee_pl5 {
  padding-left: 5px;
}

.ee_pt6 {
  padding-top: 6px;
}

.ee_pr6 {
  padding-right: 6px;
}

.ee_pb6 {
  padding-bottom: 6px;
}

.ee_pl6 {
  padding-left: 6px;
}

.ee_pt7 {
  padding-top: 7px;
}

.ee_pr7 {
  padding-right: 7px;
}

.ee_pb7 {
  padding-bottom: 7px;
}

.ee_pl7 {
  padding-left: 7px;
}

.ee_pt8 {
  padding-top: 8px;
}

.ee_pr8 {
  padding-right: 8px;
}

.ee_pb8 {
  padding-bottom: 8px;
}

.ee_pl8 {
  padding-left: 8px;
}

.ee_pt9 {
  padding-top: 9px;
}

.ee_pr9 {
  padding-right: 9px;
}

.ee_pb9 {
  padding-bottom: 9px;
}

.ee_pl9 {
  padding-left: 9px;
}

.ee_pt10 {
  padding-top: 10px;
}

.ee_pr10 {
  padding-right: 10px;
}

.ee_pb10 {
  padding-bottom: 10px;
}

.ee_pl10 {
  padding-left: 10px;
}

.ee_pt11 {
  padding-top: 11px;
}

.ee_pr11 {
  padding-right: 11px;
}

.ee_pb11 {
  padding-bottom: 11px;
}

.ee_pl11 {
  padding-left: 11px;
}

.ee_pt12 {
  padding-top: 12px;
}

.ee_pr12 {
  padding-right: 12px;
}

.ee_pb12 {
  padding-bottom: 12px;
}

.ee_pl12 {
  padding-left: 12px;
}

.ee_pt13 {
  padding-top: 13px;
}

.ee_pr13 {
  padding-right: 13px;
}

.ee_pb13 {
  padding-bottom: 13px;
}

.ee_pl13 {
  padding-left: 13px;
}

.ee_pt14 {
  padding-top: 14px;
}

.ee_pr14 {
  padding-right: 14px;
}

.ee_pb14 {
  padding-bottom: 14px;
}

.ee_pl14 {
  padding-left: 14px;
}

.ee_pt15 {
  padding-top: 15px;
}

.ee_pr15 {
  padding-right: 15px;
}

.ee_pb15 {
  padding-bottom: 15px;
}

.ee_pl15 {
  padding-left: 15px;
}

.ee_pt16 {
  padding-top: 16px;
}

.ee_pr16 {
  padding-right: 16px;
}

.ee_pb16 {
  padding-bottom: 16px;
}

.ee_pl16 {
  padding-left: 16px;
}

.ee_pt17 {
  padding-top: 17px;
}

.ee_pr17 {
  padding-right: 17px;
}

.ee_pb17 {
  padding-bottom: 17px;
}

.ee_pl17 {
  padding-left: 17px;
}

.ee_pt18 {
  padding-top: 18px;
}

.ee_pr18 {
  padding-right: 18px;
}

.ee_pb18 {
  padding-bottom: 18px;
}

.ee_pl18 {
  padding-left: 18px;
}

.ee_pt19 {
  padding-top: 19px;
}

.ee_pr19 {
  padding-right: 19px;
}

.ee_pb19 {
  padding-bottom: 19px;
}

.ee_pl19 {
  padding-left: 19px;
}

.ee_pt20 {
  padding-top: 20px;
}

.ee_pr20 {
  padding-right: 20px;
}

.ee_pb20 {
  padding-bottom: 20px;
}

.ee_pl20 {
  padding-left: 20px;
}

.ee_pt21 {
  padding-top: 21px;
}

.ee_pr21 {
  padding-right: 21px;
}

.ee_pb21 {
  padding-bottom: 21px;
}

.ee_pl21 {
  padding-left: 21px;
}

.ee_pt22 {
  padding-top: 22px;
}

.ee_pr22 {
  padding-right: 22px;
}

.ee_pb22 {
  padding-bottom: 22px;
}

.ee_pl22 {
  padding-left: 22px;
}

.ee_pt23 {
  padding-top: 23px;
}

.ee_pr23 {
  padding-right: 23px;
}

.ee_pb23 {
  padding-bottom: 23px;
}

.ee_pl23 {
  padding-left: 23px;
}

.ee_pt24 {
  padding-top: 24px;
}

.ee_pr24 {
  padding-right: 24px;
}

.ee_pb24 {
  padding-bottom: 24px;
}

.ee_pl24 {
  padding-left: 24px;
}

.ee_pt25 {
  padding-top: 25px;
}

.ee_pr25 {
  padding-right: 25px;
}

.ee_pb25 {
  padding-bottom: 25px;
}

.ee_pl25 {
  padding-left: 25px;
}

.ee_pt26 {
  padding-top: 26px;
}

.ee_pr26 {
  padding-right: 26px;
}

.ee_pb26 {
  padding-bottom: 26px;
}

.ee_pl26 {
  padding-left: 26px;
}

.ee_pt27 {
  padding-top: 27px;
}

.ee_pr27 {
  padding-right: 27px;
}

.ee_pb27 {
  padding-bottom: 27px;
}

.ee_pl27 {
  padding-left: 27px;
}

.ee_pt28 {
  padding-top: 28px;
}

.ee_pr28 {
  padding-right: 28px;
}

.ee_pb28 {
  padding-bottom: 28px;
}

.ee_pl28 {
  padding-left: 28px;
}

.ee_pt29 {
  padding-top: 29px;
}

.ee_pr29 {
  padding-right: 29px;
}

.ee_pb29 {
  padding-bottom: 29px;
}

.ee_pl29 {
  padding-left: 29px;
}

.ee_pt30 {
  padding-top: 30px;
}

.ee_pr30 {
  padding-right: 30px;
}

.ee_pb30 {
  padding-bottom: 30px;
}

.ee_pl30 {
  padding-left: 30px;
}

.ee_pt31 {
  padding-top: 31px;
}

.ee_pr31 {
  padding-right: 31px;
}

.ee_pb31 {
  padding-bottom: 31px;
}

.ee_pl31 {
  padding-left: 31px;
}

.ee_pt32 {
  padding-top: 32px;
}

.ee_pr32 {
  padding-right: 32px;
}

.ee_pb32 {
  padding-bottom: 32px;
}

.ee_pl32 {
  padding-left: 32px;
}

.ee_pt33 {
  padding-top: 33px;
}

.ee_pr33 {
  padding-right: 33px;
}

.ee_pb33 {
  padding-bottom: 33px;
}

.ee_pl33 {
  padding-left: 33px;
}

.ee_pt34 {
  padding-top: 34px;
}

.ee_pr34 {
  padding-right: 34px;
}

.ee_pb34 {
  padding-bottom: 34px;
}

.ee_pl34 {
  padding-left: 34px;
}

.ee_pt35 {
  padding-top: 35px;
}

.ee_pr35 {
  padding-right: 35px;
}

.ee_pb35 {
  padding-bottom: 35px;
}

.ee_pl35 {
  padding-left: 35px;
}

.ee_pt36 {
  padding-top: 36px;
}

.ee_pr36 {
  padding-right: 36px;
}

.ee_pb36 {
  padding-bottom: 36px;
}

.ee_pl36 {
  padding-left: 36px;
}

.ee_pt37 {
  padding-top: 37px;
}

.ee_pr37 {
  padding-right: 37px;
}

.ee_pb37 {
  padding-bottom: 37px;
}

.ee_pl37 {
  padding-left: 37px;
}

.ee_pt38 {
  padding-top: 38px;
}

.ee_pr38 {
  padding-right: 38px;
}

.ee_pb38 {
  padding-bottom: 38px;
}

.ee_pl38 {
  padding-left: 38px;
}

.ee_pt39 {
  padding-top: 39px;
}

.ee_pr39 {
  padding-right: 39px;
}

.ee_pb39 {
  padding-bottom: 39px;
}

.ee_pl39 {
  padding-left: 39px;
}

.ee_pt40 {
  padding-top: 40px;
}

.ee_pr40 {
  padding-right: 40px;
}

.ee_pb40 {
  padding-bottom: 40px;
}

.ee_pl40 {
  padding-left: 40px;
}

.ee_pt41 {
  padding-top: 41px;
}

.ee_pr41 {
  padding-right: 41px;
}

.ee_pb41 {
  padding-bottom: 41px;
}

.ee_pl41 {
  padding-left: 41px;
}

.ee_pt42 {
  padding-top: 42px;
}

.ee_pr42 {
  padding-right: 42px;
}

.ee_pb42 {
  padding-bottom: 42px;
}

.ee_pl42 {
  padding-left: 42px;
}

.ee_pt43 {
  padding-top: 43px;
}

.ee_pr43 {
  padding-right: 43px;
}

.ee_pb43 {
  padding-bottom: 43px;
}

.ee_pl43 {
  padding-left: 43px;
}

.ee_pt44 {
  padding-top: 44px;
}

.ee_pr44 {
  padding-right: 44px;
}

.ee_pb44 {
  padding-bottom: 44px;
}

.ee_pl44 {
  padding-left: 44px;
}

.ee_pt45 {
  padding-top: 45px;
}

.ee_pr45 {
  padding-right: 45px;
}

.ee_pb45 {
  padding-bottom: 45px;
}

.ee_pl45 {
  padding-left: 45px;
}

.ee_pt46 {
  padding-top: 46px;
}

.ee_pr46 {
  padding-right: 46px;
}

.ee_pb46 {
  padding-bottom: 46px;
}

.ee_pl46 {
  padding-left: 46px;
}

.ee_pt47 {
  padding-top: 47px;
}

.ee_pr47 {
  padding-right: 47px;
}

.ee_pb47 {
  padding-bottom: 47px;
}

.ee_pl47 {
  padding-left: 47px;
}

.ee_pt48 {
  padding-top: 48px;
}

.ee_pr48 {
  padding-right: 48px;
}

.ee_pb48 {
  padding-bottom: 48px;
}

.ee_pl48 {
  padding-left: 48px;
}

.ee_pt49 {
  padding-top: 49px;
}

.ee_pr49 {
  padding-right: 49px;
}

.ee_pb49 {
  padding-bottom: 49px;
}

.ee_pl49 {
  padding-left: 49px;
}

.ee_pt50 {
  padding-top: 50px;
}

.ee_pr50 {
  padding-right: 50px;
}

.ee_pb50 {
  padding-bottom: 50px;
}

.ee_pl50 {
  padding-left: 50px;
}

.ee_pt51 {
  padding-top: 51px;
}

.ee_pr51 {
  padding-right: 51px;
}

.ee_pb51 {
  padding-bottom: 51px;
}

.ee_pl51 {
  padding-left: 51px;
}

.ee_pt52 {
  padding-top: 52px;
}

.ee_pr52 {
  padding-right: 52px;
}

.ee_pb52 {
  padding-bottom: 52px;
}

.ee_pl52 {
  padding-left: 52px;
}

.ee_pt53 {
  padding-top: 53px;
}

.ee_pr53 {
  padding-right: 53px;
}

.ee_pb53 {
  padding-bottom: 53px;
}

.ee_pl53 {
  padding-left: 53px;
}

.ee_pt54 {
  padding-top: 54px;
}

.ee_pr54 {
  padding-right: 54px;
}

.ee_pb54 {
  padding-bottom: 54px;
}

.ee_pl54 {
  padding-left: 54px;
}

.ee_pt55 {
  padding-top: 55px;
}

.ee_pr55 {
  padding-right: 55px;
}

.ee_pb55 {
  padding-bottom: 55px;
}

.ee_pl55 {
  padding-left: 55px;
}

.ee_pt56 {
  padding-top: 56px;
}

.ee_pr56 {
  padding-right: 56px;
}

.ee_pb56 {
  padding-bottom: 56px;
}

.ee_pl56 {
  padding-left: 56px;
}

.ee_pt57 {
  padding-top: 57px;
}

.ee_pr57 {
  padding-right: 57px;
}

.ee_pb57 {
  padding-bottom: 57px;
}

.ee_pl57 {
  padding-left: 57px;
}

.ee_pt58 {
  padding-top: 58px;
}

.ee_pr58 {
  padding-right: 58px;
}

.ee_pb58 {
  padding-bottom: 58px;
}

.ee_pl58 {
  padding-left: 58px;
}

.ee_pt59 {
  padding-top: 59px;
}

.ee_pr59 {
  padding-right: 59px;
}

.ee_pb59 {
  padding-bottom: 59px;
}

.ee_pl59 {
  padding-left: 59px;
}

.ee_pt60 {
  padding-top: 60px;
}

.ee_pr60 {
  padding-right: 60px;
}

.ee_pb60 {
  padding-bottom: 60px;
}

.ee_pl60 {
  padding-left: 60px;
}

.ee_pt61 {
  padding-top: 61px;
}

.ee_pr61 {
  padding-right: 61px;
}

.ee_pb61 {
  padding-bottom: 61px;
}

.ee_pl61 {
  padding-left: 61px;
}

.ee_pt62 {
  padding-top: 62px;
}

.ee_pr62 {
  padding-right: 62px;
}

.ee_pb62 {
  padding-bottom: 62px;
}

.ee_pl62 {
  padding-left: 62px;
}

.ee_pt63 {
  padding-top: 63px;
}

.ee_pr63 {
  padding-right: 63px;
}

.ee_pb63 {
  padding-bottom: 63px;
}

.ee_pl63 {
  padding-left: 63px;
}

.ee_pt64 {
  padding-top: 64px;
}

.ee_pr64 {
  padding-right: 64px;
}

.ee_pb64 {
  padding-bottom: 64px;
}

.ee_pl64 {
  padding-left: 64px;
}

.ee_pt65 {
  padding-top: 65px;
}

.ee_pr65 {
  padding-right: 65px;
}

.ee_pb65 {
  padding-bottom: 65px;
}

.ee_pl65 {
  padding-left: 65px;
}

.ee_pt66 {
  padding-top: 66px;
}

.ee_pr66 {
  padding-right: 66px;
}

.ee_pb66 {
  padding-bottom: 66px;
}

.ee_pl66 {
  padding-left: 66px;
}

.ee_pt67 {
  padding-top: 67px;
}

.ee_pr67 {
  padding-right: 67px;
}

.ee_pb67 {
  padding-bottom: 67px;
}

.ee_pl67 {
  padding-left: 67px;
}

.ee_pt68 {
  padding-top: 68px;
}

.ee_pr68 {
  padding-right: 68px;
}

.ee_pb68 {
  padding-bottom: 68px;
}

.ee_pl68 {
  padding-left: 68px;
}

.ee_pt69 {
  padding-top: 69px;
}

.ee_pr69 {
  padding-right: 69px;
}

.ee_pb69 {
  padding-bottom: 69px;
}

.ee_pl69 {
  padding-left: 69px;
}

.ee_pt70 {
  padding-top: 70px;
}

.ee_pr70 {
  padding-right: 70px;
}

.ee_pb70 {
  padding-bottom: 70px;
}

.ee_pl70 {
  padding-left: 70px;
}

.ee_pt71 {
  padding-top: 71px;
}

.ee_pr71 {
  padding-right: 71px;
}

.ee_pb71 {
  padding-bottom: 71px;
}

.ee_pl71 {
  padding-left: 71px;
}

.ee_pt72 {
  padding-top: 72px;
}

.ee_pr72 {
  padding-right: 72px;
}

.ee_pb72 {
  padding-bottom: 72px;
}

.ee_pl72 {
  padding-left: 72px;
}

.ee_pt73 {
  padding-top: 73px;
}

.ee_pr73 {
  padding-right: 73px;
}

.ee_pb73 {
  padding-bottom: 73px;
}

.ee_pl73 {
  padding-left: 73px;
}

.ee_pt74 {
  padding-top: 74px;
}

.ee_pr74 {
  padding-right: 74px;
}

.ee_pb74 {
  padding-bottom: 74px;
}

.ee_pl74 {
  padding-left: 74px;
}

.ee_pt75 {
  padding-top: 75px;
}

.ee_pr75 {
  padding-right: 75px;
}

.ee_pb75 {
  padding-bottom: 75px;
}

.ee_pl75 {
  padding-left: 75px;
}

.ee_pt76 {
  padding-top: 76px;
}

.ee_pr76 {
  padding-right: 76px;
}

.ee_pb76 {
  padding-bottom: 76px;
}

.ee_pl76 {
  padding-left: 76px;
}

.ee_pt77 {
  padding-top: 77px;
}

.ee_pr77 {
  padding-right: 77px;
}

.ee_pb77 {
  padding-bottom: 77px;
}

.ee_pl77 {
  padding-left: 77px;
}

.ee_pt78 {
  padding-top: 78px;
}

.ee_pr78 {
  padding-right: 78px;
}

.ee_pb78 {
  padding-bottom: 78px;
}

.ee_pl78 {
  padding-left: 78px;
}

.ee_pt79 {
  padding-top: 79px;
}

.ee_pr79 {
  padding-right: 79px;
}

.ee_pb79 {
  padding-bottom: 79px;
}

.ee_pl79 {
  padding-left: 79px;
}

.ee_pt80 {
  padding-top: 80px;
}

.ee_pr80 {
  padding-right: 80px;
}

.ee_pb80 {
  padding-bottom: 80px;
}

.ee_pl80 {
  padding-left: 80px;
}

.ee_pt81 {
  padding-top: 81px;
}

.ee_pr81 {
  padding-right: 81px;
}

.ee_pb81 {
  padding-bottom: 81px;
}

.ee_pl81 {
  padding-left: 81px;
}

.ee_pt82 {
  padding-top: 82px;
}

.ee_pr82 {
  padding-right: 82px;
}

.ee_pb82 {
  padding-bottom: 82px;
}

.ee_pl82 {
  padding-left: 82px;
}

.ee_pt83 {
  padding-top: 83px;
}

.ee_pr83 {
  padding-right: 83px;
}

.ee_pb83 {
  padding-bottom: 83px;
}

.ee_pl83 {
  padding-left: 83px;
}

.ee_pt84 {
  padding-top: 84px;
}

.ee_pr84 {
  padding-right: 84px;
}

.ee_pb84 {
  padding-bottom: 84px;
}

.ee_pl84 {
  padding-left: 84px;
}

.ee_pt85 {
  padding-top: 85px;
}

.ee_pr85 {
  padding-right: 85px;
}

.ee_pb85 {
  padding-bottom: 85px;
}

.ee_pl85 {
  padding-left: 85px;
}

.ee_pt86 {
  padding-top: 86px;
}

.ee_pr86 {
  padding-right: 86px;
}

.ee_pb86 {
  padding-bottom: 86px;
}

.ee_pl86 {
  padding-left: 86px;
}

.ee_pt87 {
  padding-top: 87px;
}

.ee_pr87 {
  padding-right: 87px;
}

.ee_pb87 {
  padding-bottom: 87px;
}

.ee_pl87 {
  padding-left: 87px;
}

.ee_pt88 {
  padding-top: 88px;
}

.ee_pr88 {
  padding-right: 88px;
}

.ee_pb88 {
  padding-bottom: 88px;
}

.ee_pl88 {
  padding-left: 88px;
}

.ee_pt89 {
  padding-top: 89px;
}

.ee_pr89 {
  padding-right: 89px;
}

.ee_pb89 {
  padding-bottom: 89px;
}

.ee_pl89 {
  padding-left: 89px;
}

.ee_pt90 {
  padding-top: 90px;
}

.ee_pr90 {
  padding-right: 90px;
}

.ee_pb90 {
  padding-bottom: 90px;
}

.ee_pl90 {
  padding-left: 90px;
}

.ee_pt91 {
  padding-top: 91px;
}

.ee_pr91 {
  padding-right: 91px;
}

.ee_pb91 {
  padding-bottom: 91px;
}

.ee_pl91 {
  padding-left: 91px;
}

.ee_pt92 {
  padding-top: 92px;
}

.ee_pr92 {
  padding-right: 92px;
}

.ee_pb92 {
  padding-bottom: 92px;
}

.ee_pl92 {
  padding-left: 92px;
}

.ee_pt93 {
  padding-top: 93px;
}

.ee_pr93 {
  padding-right: 93px;
}

.ee_pb93 {
  padding-bottom: 93px;
}

.ee_pl93 {
  padding-left: 93px;
}

.ee_pt94 {
  padding-top: 94px;
}

.ee_pr94 {
  padding-right: 94px;
}

.ee_pb94 {
  padding-bottom: 94px;
}

.ee_pl94 {
  padding-left: 94px;
}

.ee_pt95 {
  padding-top: 95px;
}

.ee_pr95 {
  padding-right: 95px;
}

.ee_pb95 {
  padding-bottom: 95px;
}

.ee_pl95 {
  padding-left: 95px;
}

.ee_pt96 {
  padding-top: 96px;
}

.ee_pr96 {
  padding-right: 96px;
}

.ee_pb96 {
  padding-bottom: 96px;
}

.ee_pl96 {
  padding-left: 96px;
}

.ee_pt97 {
  padding-top: 97px;
}

.ee_pr97 {
  padding-right: 97px;
}

.ee_pb97 {
  padding-bottom: 97px;
}

.ee_pl97 {
  padding-left: 97px;
}

.ee_pt98 {
  padding-top: 98px;
}

.ee_pr98 {
  padding-right: 98px;
}

.ee_pb98 {
  padding-bottom: 98px;
}

.ee_pl98 {
  padding-left: 98px;
}

.ee_pt99 {
  padding-top: 99px;
}

.ee_pr99 {
  padding-right: 99px;
}

.ee_pb99 {
  padding-bottom: 99px;
}

.ee_pl99 {
  padding-left: 99px;
}

.ee_pt100 {
  padding-top: 100px;
}

.ee_pr100 {
  padding-right: 100px;
}

.ee_pb100 {
  padding-bottom: 100px;
}

.ee_pl100 {
  padding-left: 100px;
}

.ee_pt101 {
  padding-top: 101px;
}

.ee_pr101 {
  padding-right: 101px;
}

.ee_pb101 {
  padding-bottom: 101px;
}

.ee_pl101 {
  padding-left: 101px;
}

.ee_pt102 {
  padding-top: 102px;
}

.ee_pr102 {
  padding-right: 102px;
}

.ee_pb102 {
  padding-bottom: 102px;
}

.ee_pl102 {
  padding-left: 102px;
}

.ee_pt103 {
  padding-top: 103px;
}

.ee_pr103 {
  padding-right: 103px;
}

.ee_pb103 {
  padding-bottom: 103px;
}

.ee_pl103 {
  padding-left: 103px;
}

.ee_pt104 {
  padding-top: 104px;
}

.ee_pr104 {
  padding-right: 104px;
}

.ee_pb104 {
  padding-bottom: 104px;
}

.ee_pl104 {
  padding-left: 104px;
}

.ee_pt105 {
  padding-top: 105px;
}

.ee_pr105 {
  padding-right: 105px;
}

.ee_pb105 {
  padding-bottom: 105px;
}

.ee_pl105 {
  padding-left: 105px;
}

.ee_pt106 {
  padding-top: 106px;
}

.ee_pr106 {
  padding-right: 106px;
}

.ee_pb106 {
  padding-bottom: 106px;
}

.ee_pl106 {
  padding-left: 106px;
}

.ee_pt107 {
  padding-top: 107px;
}

.ee_pr107 {
  padding-right: 107px;
}

.ee_pb107 {
  padding-bottom: 107px;
}

.ee_pl107 {
  padding-left: 107px;
}

.ee_pt108 {
  padding-top: 108px;
}

.ee_pr108 {
  padding-right: 108px;
}

.ee_pb108 {
  padding-bottom: 108px;
}

.ee_pl108 {
  padding-left: 108px;
}

.ee_pt109 {
  padding-top: 109px;
}

.ee_pr109 {
  padding-right: 109px;
}

.ee_pb109 {
  padding-bottom: 109px;
}

.ee_pl109 {
  padding-left: 109px;
}

.ee_pt110 {
  padding-top: 110px;
}

.ee_pr110 {
  padding-right: 110px;
}

.ee_pb110 {
  padding-bottom: 110px;
}

.ee_pl110 {
  padding-left: 110px;
}

.ee_pt111 {
  padding-top: 111px;
}

.ee_pr111 {
  padding-right: 111px;
}

.ee_pb111 {
  padding-bottom: 111px;
}

.ee_pl111 {
  padding-left: 111px;
}

.ee_pt112 {
  padding-top: 112px;
}

.ee_pr112 {
  padding-right: 112px;
}

.ee_pb112 {
  padding-bottom: 112px;
}

.ee_pl112 {
  padding-left: 112px;
}

.ee_pt113 {
  padding-top: 113px;
}

.ee_pr113 {
  padding-right: 113px;
}

.ee_pb113 {
  padding-bottom: 113px;
}

.ee_pl113 {
  padding-left: 113px;
}

.ee_pt114 {
  padding-top: 114px;
}

.ee_pr114 {
  padding-right: 114px;
}

.ee_pb114 {
  padding-bottom: 114px;
}

.ee_pl114 {
  padding-left: 114px;
}

.ee_pt115 {
  padding-top: 115px;
}

.ee_pr115 {
  padding-right: 115px;
}

.ee_pb115 {
  padding-bottom: 115px;
}

.ee_pl115 {
  padding-left: 115px;
}

.ee_pt116 {
  padding-top: 116px;
}

.ee_pr116 {
  padding-right: 116px;
}

.ee_pb116 {
  padding-bottom: 116px;
}

.ee_pl116 {
  padding-left: 116px;
}

.ee_pt117 {
  padding-top: 117px;
}

.ee_pr117 {
  padding-right: 117px;
}

.ee_pb117 {
  padding-bottom: 117px;
}

.ee_pl117 {
  padding-left: 117px;
}

.ee_pt118 {
  padding-top: 118px;
}

.ee_pr118 {
  padding-right: 118px;
}

.ee_pb118 {
  padding-bottom: 118px;
}

.ee_pl118 {
  padding-left: 118px;
}

.ee_pt119 {
  padding-top: 119px;
}

.ee_pr119 {
  padding-right: 119px;
}

.ee_pb119 {
  padding-bottom: 119px;
}

.ee_pl119 {
  padding-left: 119px;
}

.ee_pt120 {
  padding-top: 120px;
}

.ee_pr120 {
  padding-right: 120px;
}

.ee_pb120 {
  padding-bottom: 120px;
}

.ee_pl120 {
  padding-left: 120px;
}

.ee_pt121 {
  padding-top: 121px;
}

.ee_pr121 {
  padding-right: 121px;
}

.ee_pb121 {
  padding-bottom: 121px;
}

.ee_pl121 {
  padding-left: 121px;
}

.ee_pt122 {
  padding-top: 122px;
}

.ee_pr122 {
  padding-right: 122px;
}

.ee_pb122 {
  padding-bottom: 122px;
}

.ee_pl122 {
  padding-left: 122px;
}

.ee_pt123 {
  padding-top: 123px;
}

.ee_pr123 {
  padding-right: 123px;
}

.ee_pb123 {
  padding-bottom: 123px;
}

.ee_pl123 {
  padding-left: 123px;
}

.ee_pt124 {
  padding-top: 124px;
}

.ee_pr124 {
  padding-right: 124px;
}

.ee_pb124 {
  padding-bottom: 124px;
}

.ee_pl124 {
  padding-left: 124px;
}

.ee_pt125 {
  padding-top: 125px;
}

.ee_pr125 {
  padding-right: 125px;
}

.ee_pb125 {
  padding-bottom: 125px;
}

.ee_pl125 {
  padding-left: 125px;
}

.ee_pt126 {
  padding-top: 126px;
}

.ee_pr126 {
  padding-right: 126px;
}

.ee_pb126 {
  padding-bottom: 126px;
}

.ee_pl126 {
  padding-left: 126px;
}

.ee_pt127 {
  padding-top: 127px;
}

.ee_pr127 {
  padding-right: 127px;
}

.ee_pb127 {
  padding-bottom: 127px;
}

.ee_pl127 {
  padding-left: 127px;
}

.ee_pt128 {
  padding-top: 128px;
}

.ee_pr128 {
  padding-right: 128px;
}

.ee_pb128 {
  padding-bottom: 128px;
}

.ee_pl128 {
  padding-left: 128px;
}

.ee_pt129 {
  padding-top: 129px;
}

.ee_pr129 {
  padding-right: 129px;
}

.ee_pb129 {
  padding-bottom: 129px;
}

.ee_pl129 {
  padding-left: 129px;
}

.ee_pt130 {
  padding-top: 130px;
}

.ee_pr130 {
  padding-right: 130px;
}

.ee_pb130 {
  padding-bottom: 130px;
}

.ee_pl130 {
  padding-left: 130px;
}

.ee_pt131 {
  padding-top: 131px;
}

.ee_pr131 {
  padding-right: 131px;
}

.ee_pb131 {
  padding-bottom: 131px;
}

.ee_pl131 {
  padding-left: 131px;
}

.ee_pt132 {
  padding-top: 132px;
}

.ee_pr132 {
  padding-right: 132px;
}

.ee_pb132 {
  padding-bottom: 132px;
}

.ee_pl132 {
  padding-left: 132px;
}

.ee_pt133 {
  padding-top: 133px;
}

.ee_pr133 {
  padding-right: 133px;
}

.ee_pb133 {
  padding-bottom: 133px;
}

.ee_pl133 {
  padding-left: 133px;
}

.ee_pt134 {
  padding-top: 134px;
}

.ee_pr134 {
  padding-right: 134px;
}

.ee_pb134 {
  padding-bottom: 134px;
}

.ee_pl134 {
  padding-left: 134px;
}

.ee_pt135 {
  padding-top: 135px;
}

.ee_pr135 {
  padding-right: 135px;
}

.ee_pb135 {
  padding-bottom: 135px;
}

.ee_pl135 {
  padding-left: 135px;
}

.ee_pt136 {
  padding-top: 136px;
}

.ee_pr136 {
  padding-right: 136px;
}

.ee_pb136 {
  padding-bottom: 136px;
}

.ee_pl136 {
  padding-left: 136px;
}

.ee_pt137 {
  padding-top: 137px;
}

.ee_pr137 {
  padding-right: 137px;
}

.ee_pb137 {
  padding-bottom: 137px;
}

.ee_pl137 {
  padding-left: 137px;
}

.ee_pt138 {
  padding-top: 138px;
}

.ee_pr138 {
  padding-right: 138px;
}

.ee_pb138 {
  padding-bottom: 138px;
}

.ee_pl138 {
  padding-left: 138px;
}

.ee_pt139 {
  padding-top: 139px;
}

.ee_pr139 {
  padding-right: 139px;
}

.ee_pb139 {
  padding-bottom: 139px;
}

.ee_pl139 {
  padding-left: 139px;
}

.ee_pt140 {
  padding-top: 140px;
}

.ee_pr140 {
  padding-right: 140px;
}

.ee_pb140 {
  padding-bottom: 140px;
}

.ee_pl140 {
  padding-left: 140px;
}

[class*=ee_area10] {
  width: 10px;
  height: 10px;
}

[class*=ee_area12] {
  width: 12px;
  height: 12px;
}

[class*=ee_area14] {
  width: 14px;
  height: 14px;
}

[class*=ee_area15] {
  width: 15px;
  height: 15px;
}

[class*=ee_area16] {
  width: 16px;
  height: 16px;
}

[class*=ee_area20] {
  width: 20px;
  height: 20px;
}

[class*=ee_area24] {
  width: 24px;
  height: 24px;
}

[class*=ee_area30] {
  width: 30px;
  height: 30px;
}

[class*=ee_area32] {
  width: 32px;
  height: 32px;
}

[class*=ee_area44] {
  width: 44px;
  height: 44px;
}

@keyframes clickAction {
  40% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.ee_container {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  min-height: calc(100% - 330px);
  margin: 0 auto;
  padding: 150px 0 100px;
}
.ee_container .ee_full {
  width: 100%;
  background: #f7f7f7;
}
.ee_container .ee_contents {
  box-sizing: border-box;
  width: 1242px;
  min-height: 100%;
  margin: 0 auto;
}
.ee_container .ee_contents.ee_1200 {
  width: 1200px;
}
.ee_container.ee_pb0 {
  padding-bottom: 0;
}

.ee_modal {
  z-index: 2000;
}

.ee_number {
  font-family: "Roboto";
}

.ee_block {
  display: block;
}

.ee_flex {
  display: flex;
  align-items: center;
}

.ee_hidden {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  font-size: 0;
  text-indent: -9999px;
  opacity: 0;
}

.ee_banner a {
  display: block;
}
.ee_banner img {
  width: 100%;
  vertical-align: top;
}

/* 스크롤바 */
.ee_scrollbar {
  overflow: visible !important;
}
.ee_scrollbar .os-scrollbar-vertical {
  padding: 0;
}

.isWeb.gecko .ee_scrollbar {
  overflow-y: auto !important;
}
.isWeb.gecko .ee_select-custom .ee_scrollbar {
  overflow-y: scroll !important;
  opacity: 1;
}

/* /스크롤바 */
.al-s {
  align-items: flex-start;
}

.al-c {
  align-items: center;
}

.al-e {
  align-items: flex-end;
}

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.va-m {
  vertical-align: middle;
}

.fw-b {
  font-weight: 700;
}

.fw-m {
  font-weight: 500;
}

.fw-n {
  font-weight: 400;
}

.fw-l {
  font-weight: 300;
}

.ff-nm {
  font-family: "NanumMyeongjo" !important;
}

.ff-nbg {
  font-family: "NanumBarunGothic" !important;
}

.ff-rbt {
  font-family: "Roboto" !important;
}

.ee_tit36 {
  font-size: 36px;
  line-height: 47px;
  color: #222;
}

.ee_tit32 {
  font-size: 32px;
  line-height: 37px;
  color: #222;
}

.ee_tit28 {
  font-size: 28px;
  line-height: 36px;
  color: #222;
}

.ee_tit24 {
  font-size: 24px;
  line-height: 32px;
  color: #222;
}

.ee_tit15 {
  font-size: 15px;
  line-height: 24px;
  color: #222;
}

.ee_tit30 {
  font-size: 30px;
  line-height: 39px;
  color: #222;
  font-weight: 700;
}

.ee_tit20 {
  font-size: 20px;
  line-height: 28px;
  color: #222;
  font-weight: 700;
}

.ee_tit18 {
  font-size: 18px;
  color: #222;
  line-height: 28px;
  font-weight: 700;
}

[class^=ee_tab] + .ee_title-wrap {
  margin-top: 40px;
}

.ee_color {
  color: #222;
}

.ee_color-d10011 {
  color: #d10011;
}

/* 플래그 */
[class*=ee_flag] {
  display: inline-block;
  box-sizing: border-box;
  min-width: 52px;
  width: auto;
  height: 20px;
  letter-spacing: normal;
  border: 1px solid;
  border-radius: 2px;
  margin: 2px 2px 0 0;
  padding: 0 5px;
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}
[class*=ee_flag][class*=wrap] {
  display: block;
  min-width: auto;
  height: auto;
  margin: -2px 0 0;
  border: none;
  padding: 0;
  font-size: 0;
  text-align: left;
}
[class*=ee_flag][class*=size16] {
  display: inline-block;
  min-width: 40px;
  height: 16px;
  padding: 0 5px;
  font-size: 10px;
  line-height: 14px;
}
[class*=ee_flag][class*=size18] {
  display: inline-block;
  min-width: 40px;
  height: 18px;
  padding: 0 5px;
  font-size: 10px;
  line-height: 17px;
}

[class*=ee_flag-hot] {
  border-color: #ff5432;
  background: #ff5432;
  color: #ffffff;
}

[class*=ee_flag-new] {
  border-color: #ff5432;
  background: #ffffff;
  color: #ff5432;
}

[class*=ee_flag1] {
  border-color: #333;
  background: #333;
  color: #ffffff;
}

[class*=ee_flag2] {
  border-color: #777;
  background: #777;
  color: #ffffff;
}

[class*=ee_flag3] {
  border-color: #999;
  background: #999;
  color: #ffffff;
}

[class*=ee_flag4] {
  border-color: #eee;
  background: #eee;
  color: rgba(34, 34, 34, 0.5);
}

[class*=ee_flag5] {
  border-color: #ccc;
  background: #ffffff;
  color: #999;
}

[class*=ee_flag6] {
  border-color: #555;
  background: #555;
  color: #ffffff;
}

[class*=ee_flag7] {
  border-color: #999;
  background: #ffffff;
  color: #777;
}

[class*=ee_flag8] {
  border-color: #222;
  background: #ffffff;
  color: #222;
}

[class*=ee_flag9] {
  border-color: #ddd;
  background: #ffffff;
  color: #777;
}

/* 사이즈 선택 버튼 */
.ee_btn-size {
  position: relative;
  display: block;
  box-sizing: border-box;
  min-width: 26px;
  width: auto;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 0 4px;
  background: #ffffff;
}
.ee_btn-size span {
  display: block;
  font-family: "Roboto";
  font-size: 11px;
  line-height: 24px;
  color: #555;
  text-align: center;
}
.ee_btn-size.on {
  border-color: #222;
}
.ee_btn-size.on span {
  font-weight: 500;
  color: #222;
}
.ee_btn-size.ee_fake-disabled, .ee_btn-size.disabled {
  border: 1px solid #ddd;
  background: #f4f4f4;
}
.ee_btn-size.ee_fake-disabled span, .ee_btn-size.disabled span {
  position: relative;
  color: rgba(85, 85, 85, 0.3);
}
.ee_btn-size.ee_fake-disabled span::before, .ee_btn-size.disabled span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 34px;
  background: #ddd;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ee_btn-size.ee_fake-disabled.on, .ee_btn-size.disabled.on {
  border-color: #222;
}
.ee_btn-size.ee_fake-disabled.on span, .ee_btn-size.disabled.on span {
  font-weight: 500;
  color: #222;
}
.ee_btn-size .ee_add-price {
  display: none;
  position: absolute;
  top: -35px;
  padding: 3px 10px;
  border: 1px solid #cccccc;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  color: #555;
  line-height: 20px;
  background-color: white;
  border-radius: 3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.ee_btn-size .ee_add-price::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-bottom: 3px solid transparent;
  border-top: 4px solid #cccccc;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  transform: translateX(-50%);
}
.ee_btn-size .ee_detail-restock {
  display: none;
  position: absolute;
  top: -35px;
  padding: 3px 10px 3px 30px;
  border: 1px solid #cccccc;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  color: #555;
  line-height: 20px;
  border-radius: 3px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: underline;
  text-underline-position: under;
  z-index: 9;
}
.ee_btn-size .ee_detail-restock::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  background: url(../../../assets/common/image/icons/20x20/ico-common-20-alarm-555.svg) center center no-repeat;
  transform: translateY(-50%);
}
.ee_btn-size .ee_detail-restock::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-bottom: 3px solid transparent;
  border-top: 4px solid #cccccc;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  transform: translateX(-50%);
}
.ee_btn-size:hover {
  border-color: #222;
}
.ee_btn-size:hover .ee_add-price {
  display: block;
}
.ee_btn-size:hover .ee_detail-restock {
  display: block;
}

/* 컬러 선택 버튼 */
.ee_btn-color {
  display: block;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  min-width: auto;
  width: 26px;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 0;
  background: none;
}
.ee_btn-color:hover {
  border: 1px solid #222;
}
.ee_btn-color:hover::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: auto;
  height: auto;
  border: 2px solid #ffffff;
  background: none;
  transform: translate(0, 0);
}
.ee_btn-color img {
  width: 100%;
  height: 100%;
}
.ee_btn-color.on {
  border: 1px solid #222;
}
.ee_btn-color.on::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: auto;
  height: auto;
  border: 2px solid #ffffff;
  background: none;
  transform: translate(0, 0);
}
.ee_btn-color.disabled {
  border: 1px solid #ddd;
}
.ee_btn-color.disabled.on {
  border-color: #222;
}
.ee_btn-color.disabled::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 34px;
  background: #ddd;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ee_btn-color i {
  display: block;
  position: absolute;
  top: -35px;
  padding: 3px 10px;
  border: 1px solid #cccccc;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  color: #555;
  line-height: 20px;
  background-color: white;
  border-radius: 3px;
  left: 50%;
  transform: translateX(-50%);
}
.ee_btn-color i::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-bottom: 3px solid transparent;
  border-top: 4px solid #cccccc;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  transform: translateX(-50%);
}

.ee_option-list {
  font-size: 0;
  margin: -5px 0 0 -5px;
}
.ee_option-list li {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 5px;
}

button.on [class*=ee_icon-like],
a.on [class*=ee_icon-like] {
  animation: clickAction 0.3s;
  background-image: url(../../../assets/common/image/icons/16x16/ico-common-16-like-small-on.svg);
}
button.on [class*=ee_icon-wishlist],
a.on [class*=ee_icon-wishlist] {
  animation: clickAction 0.3s;
  background-image: url(../../../assets/common/image/icons/20x20/ico-common-like-on-small.svg);
}
button.on [class*=ee_icon-dropdown],
a.on [class*=ee_icon-dropdown] {
  transform: rotate(180deg);
}

.ee_tooltip-wrap.on .ee_icon-question {
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-question-grey-over.svg) center center no-repeat;
}

[class^=ee_icon] {
  display: inline-block;
  font-size: 0;
  background-color: red;
  vertical-align: middle;
}
[class^=ee_icon][class*=share] {
  background: url(../../../assets/common/image/icons/30x30/ico-common-30-share-sns.svg) center center no-repeat;
}
[class^=ee_icon][class*=question] {
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-question-grey.svg) center center no-repeat;
  transition: all 0.3s;
}
[class^=ee_icon][class*=question2] {
  background: url(../../../assets/common/image/icons/20x20/ico-common-20-question-small.svg) center center no-repeat;
}
[class^=ee_icon][class*=alarm] {
  background: url(../../../assets/common/image/icons/20x20/ico-common-20-alarm-555.svg) center center no-repeat;
}
[class^=ee_icon][class*=download] {
  background: url(../../../assets/common/image/icons/20x20/ico-common-20-download-555.svg) center center no-repeat;
}
[class^=ee_icon][class*=view] {
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-search-grey.svg) center center no-repeat;
}
[class^=ee_icon][class*=viewLarger] {
  background: url(../../../assets/common/image/icons/24x24/ico-common-24-view-larger.svg) center center no-repeat;
}
[class^=ee_icon][class*=up] {
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-arrow-up-white.svg) center center no-repeat;
}
[class^=ee_icon][class*=delete] {
  background: url(../../../assets/common/image/icons/30x30/ico-common-30-close.svg) center center no-repeat;
}
[class^=ee_icon][class*=delete].ee_area20 {
  background: url(../../../assets/common/image/icons/20x20/ico-common-20-close-555.svg) center center/cover no-repeat;
}
[class^=ee_icon][class*=delete].ee_area60 {
  width: 60px;
  height: 60px;
  background: url(../../../assets/common/image/icons/60x60/ico-common-60-close.svg) center center/cover no-repeat;
}
[class^=ee_icon][class*=set] {
  background: url(../../../assets/common/image/icons/20x20/ico-common-20-set-555.svg) center center no-repeat;
}
[class^=ee_icon][class*=gift] {
  background: url(../../../assets/common/image/icons/24x24/ico-common-24-gift.svg) center center no-repeat;
}
[class^=ee_icon][class*=recommend] {
  background: url(../../../assets/common/image/icons/20x20/ico-common-20-recommend-555.svg) center center no-repeat;
}
[class^=ee_icon][class*=refresh] {
  background: url(../../../assets/common/image/icons/20x20/ico-common-20-refresh-555.svg) center center no-repeat;
}
[class^=ee_icon][class*=like] {
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-like-small-off.svg) center center no-repeat;
  transition: all 0.3s;
}
[class^=ee_icon][class*=lock] {
  background: url(../../../assets/common/image/icons/20x20/ico-common-20-lock-small.svg) center center no-repeat;
  transition: all 0.3s;
}
[class^=ee_icon][class*=camera] {
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-camera.svg) center center no-repeat;
}
[class^=ee_icon][class*=camera2] {
  background: url(../../../assets/common/image/icons/24x24/ico_camera_bic.svg) center center no-repeat;
}
[class^=ee_icon][class*=expand] {
  background: url(../../../assets/common/image/icons/20x20/ico-common-20-expand.svg) center center no-repeat;
}
[class^=ee_icon][class*=more] {
  background: url(../../../assets/common/image/icons/20x20/ico-common-20-plus-777.svg) center center no-repeat;
}
[class^=ee_icon][class*=wishlist] {
  background: url(../../../assets/common/image/icons/20x20/ico-common-like-off-small.svg) center center no-repeat;
}
[class^=ee_icon][class*=closedim] {
  background: url(../../../assets/common/image/icons/24x24/ico-common-24-close-dim.svg) center center no-repeat;
}
[class^=ee_icon][class*=modify] {
  background: url(../../../assets/common/image/icons/16x16/ico-common-view-more.svg) center center no-repeat;
}
[class^=ee_icon][class*=inputdel] {
  background: url(../../../assets/common/image/icons/20x20/ico-input-delete.svg) center center no-repeat;
}
[class^=ee_icon][class*=dropdown] {
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-arrow-down-small.svg) center center no-repeat;
}
[class^=ee_icon][class*=dropdown-999] {
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-arrow-down-999.svg) center center no-repeat;
}
[class^=ee_icon][class*=refresh].ee_area40 {
  width: 40px;
  height: 40px;
  background: url(../../../assets/common/image/icons/40x40/ico-common-40-image-reset.svg) center center no-repeat;
}
[class^=ee_icon][class*=plus].ee_area40 {
  width: 40px;
  height: 40px;
  background: url(../../../assets/common/image/icons/40x40/ico-common-40-image-plus.svg) center center no-repeat;
}
[class^=ee_icon][class*=minus].ee_area40 {
  width: 40px;
  height: 40px;
  background: url(../../../assets/common/image/icons/40x40/ico-common-40-image-minus.svg) center center no-repeat;
}
[class^=ee_icon][class*=thumbs].ee_area40 {
  width: 40px;
  height: 40px;
  background: url(../../../assets/common/image/icons/40x40/ico-common-40-image-view-on.svg) center center no-repeat;
}
[class^=ee_icon][class*=search] {
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-search-grey.svg) center center no-repeat;
}
[class^=ee_icon][class*=arrow] {
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-arrow-right-999.svg) center center no-repeat;
  margin: -1px 0 0 -2px;
}
[class^=ee_icon][class*=arrowright] {
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-arrow-right-a-555.svg) center center no-repeat;
}
[class^=ee_icon][class*=arrowdown] {
  background: url(../../../assets/common/image/icons/30x30/ico-common-30-arrow-down-555.svg) center center no-repeat;
}
[class^=ee_icon][class*=level-vvip] {
  width: 30px;
  height: 16px;
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-grade-vvip.svg) center center/cover no-repeat;
  vertical-align: middle;
}
[class^=ee_icon][class*=level-vip] {
  width: 24px;
  height: 16px;
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-grade-vip.svg) center center/cover no-repeat;
  vertical-align: middle;
}
[class^=ee_icon][class*=level-prestige] {
  width: 21px;
  height: 16px;
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-grade-pr.svg) center center/cover no-repeat;
  vertical-align: middle;
}
[class^=ee_icon][class*=level-premium] {
  width: 23px;
  height: 16px;
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-grade-pm.svg) center center/cover no-repeat;
  vertical-align: middle;
}
[class^=ee_icon][class*=level-welcome] {
  width: 16px;
  height: 16px;
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-grade-w.svg) center center/cover no-repeat;
  vertical-align: middle;
}
[class^=ee_icon][class*=level-all] {
  width: 16px;
  height: 16px;
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-grade-a-gray.svg) center center/cover no-repeat;
  vertical-align: middle;
}
[class^=ee_icon][class*=level-jajubest] {
  width: 32px;
  height: 16px;
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-grade-best.svg) center center/cover no-repeat;
  vertical-align: middle;
}
[class^=ee_icon][class*=level-jajugreat] {
  width: 40px;
  height: 16px;
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-grade-great.svg) center center/cover no-repeat;
  vertical-align: middle;
}
[class^=ee_icon][class*=level-jajugood] {
  width: 37px;
  height: 16px;
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-grade-good.svg) center center/cover no-repeat;
  vertical-align: middle;
}
[class^=ee_icon][class*=level-jajuwelcome] {
  width: 57px;
  height: 16px;
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-grade-welcome.svg) center center/cover no-repeat;
  vertical-align: middle;
}
[class^=ee_icon][class*=level-diamond] {
  width: 16px;
  height: 16px;
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-grade-d.svg) center center/cover no-repeat;
  vertical-align: middle;
}
[class^=ee_icon][class*=level-platinum] {
  width: 16px;
  height: 16px;
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-grade-p.svg) center center/cover no-repeat;
  vertical-align: middle;
}
[class^=ee_icon][class*=level-gold] {
  width: 16px;
  height: 16px;
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-grade-g.svg) center center/cover no-repeat;
  vertical-align: middle;
}
[class^=ee_icon][class*=level-silver] {
  width: 16px;
  height: 16px;
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-grade-s.svg) center center/cover no-repeat;
  vertical-align: middle;
}
[class^=ee_icon][class*=level-bronze] {
  width: 16px;
  height: 16px;
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-grade-b.svg) center center/cover no-repeat;
  vertical-align: middle;
}
[class^=ee_icon][class*=point-si] {
  width: 52px;
  background: url(../../../assets/common/image/icons/etc/ico-common-point-si.svg) center center/cover no-repeat;
}
.ee_goods-comp [class^=ee_icon][class*=point-si], .ee_prd-detail [class^=ee_icon][class*=point-si], .ee_modal .ee_info-details [class^=ee_icon][class*=point-si] {
  width: 16px;
  background-image: url(../../../assets/common/image/icons/16x16/ico-common-16-point-si.svg);
}
[class^=ee_icon][class*=point-si-dark] {
  width: 52px;
  background: url(../../../assets/common/image/icons/etc/ico-common-point-si-dark.svg) center center/cover no-repeat;
}
.ee_goods-comp [class^=ee_icon][class*=point-si-dark], .ee_prd-detail [class^=ee_icon][class*=point-si-dark], .ee_modal .ee_info-details [class^=ee_icon][class*=point-si-dark] {
  width: 16px;
  background-image: url(../../../assets/common/image/icons/16x16/ico-common-16-point-si.svg);
}
[class^=ee_icon][class*=point-e] {
  width: 52px;
  background: url(../../../assets/common/image/icons/etc/ico-common-point-e.svg) center center/cover no-repeat;
}
.ee_goods-comp [class^=ee_icon][class*=point-e], .ee_prd-detail [class^=ee_icon][class*=point-e], .ee_modal .ee_info-details [class^=ee_icon][class*=point-e] {
  width: 16px;
  background-image: url(../../../assets/common/image/icons/16x16/ico-common-16-point-e.svg);
}
[class^=ee_icon][class*=point-e-dark] {
  width: 52px;
  background: url(../../../assets/common/image/icons/etc/ico-common-point-e-dark.svg) center center/cover no-repeat;
}
.ee_goods-comp [class^=ee_icon][class*=point-e-dark], .ee_prd-detail [class^=ee_icon][class*=point-e-dark], .ee_modal .ee_info-details [class^=ee_icon][class*=point-e-dark] {
  width: 16px;
  background-image: url(../../../assets/common/image/icons/16x16/ico-common-16-point-e.svg);
}
[class^=ee_icon][class*=point-shinsegae] {
  width: 52px;
  background: url(../../../assets/common/image/icons/etc/ico-common-point-shinsegae.svg) center center/cover no-repeat;
}
[class^=ee_icon][class*=point-shinsegae-dark] {
  width: 52px;
  background: url(../../../assets/common/image/icons/etc/ico-common-point-shinsegae-dark.svg) center center/cover no-repeat;
}
[class^=ee_icon][class*=play] {
  width: 100%;
  height: 100%;
  background: url(../../../assets/common/image/icons/24x24/ico-common-24-play-on.svg) center center/cover no-repeat;
}

[class*=ee_price-box] {
  display: flex;
  align-items: center;
}
[class*=ee_price-box] .ee_price {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 24px;
  color: #222;
}
[class*=ee_price-box] .ee_price .ee_number {
  margin: -2px 1px 0 0;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
[class*=ee_price-box] .ee_del {
  display: flex;
  align-items: center;
  margin: 0 0 0 15px;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
[class*=ee_price-box] .ee_del .ee_number {
  margin: -1px 1px 0 0;
  font-family: "Roboto";
  font-size: 15px;
  line-height: 24px;
  color: #999;
}
[class*=ee_price-box] .ee_thenumber {
  display: inline-block;
  position: relative;
  margin: 0 0 0 10px;
  padding: 0 0 0 11px;
  font-size: 11px;
  line-height: 20px;
  color: #222;
}
[class*=ee_price-box] .ee_thenumber::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 8px;
  background: #ddd;
  transform: translateY(-50%);
}
[class*=ee_price-box] .ee_thenumber .ee_number {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  vertical-align: middle;
}
[class*=ee_price-box][class*=size16] .ee_price {
  font-size: 12px;
  line-height: 20px;
  color: #555;
}
[class*=ee_price-box][class*=size16] .ee_price .ee_number {
  font-size: 16px;
  line-height: 20px;
}
[class*=ee_price-box][class*=size16] .ee_price ~ button, [class*=ee_price-box][class*=size16] .ee_price ~ a {
  margin: 0 0 0 3px;
}
[class*=ee_price-box][class*=size14] .ee_price {
  font-size: 11px;
  line-height: 20px;
  color: #222;
}
[class*=ee_price-box][class*=size14] .ee_price .ee_number {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
[class*=ee_price-box][class*=size14] .ee_del {
  margin: 0 0 0 5px;
  font-size: 10px;
  line-height: 18px;
}
[class*=ee_price-box][class*=size14] .ee_del .ee_number {
  font-size: 12px;
  line-height: 20px;
}

.ee_btn-icon {
  display: block;
  padding: 5px;
  margin: -5px;
}
.ee_btn-icon .ee_icon-heart {
  background: url("../../../assets/common/image/icons/24x24/ico-common-24-like-off.svg") no-repeat 50% 50%/100%;
}
.ee_btn-icon.on {
  animation: clickAction 0.3s;
}
.ee_btn-icon.on .ee_icon-heart {
  background: url("../../../assets/common/image/icons/24x24/ico-common-24-like-on.svg") no-repeat 50% 50%/100%;
}
.ee_btn-icon span {
  display: inline-block;
  margin: 0;
  font-size: 11px;
  line-height: 19px;
  color: #555;
  vertical-align: middle;
}

[class*=ee_btn] > * {
  position: relative;
}
[class*=ee_btn][class*=wrap] {
  font-size: 0;
}
[class*=ee_btn][class*=wrap].ee_fit {
  display: flex;
  justify-content: center;
}
[class*=ee_btn][class*=wrap].ee_fit [class*=ee_btn-base] + [class*=ee_btn-base] {
  margin-left: 5px;
}
[class*=ee_btn][class*=wrap].ee_flex {
  justify-content: center;
}
[class*=ee_btn][class*=wrap].ee_flex > * + * {
  margin-top: 0;
  margin-left: 5px;
}
[class*=ee_btn][class*=wrap] [class*=ee_btn] {
  flex: 0 1 auto;
}
[class*=ee_btn]:disabled {
  cursor: default;
}
[class*=ee_btn] > span + i {
  margin: 0 0 0 5px;
  vertical-align: middle;
}
[class*=ee_btn] > i + span {
  margin: 0 0 0 2px;
  vertical-align: middle;
  font-size: 0;
}

/* 네모버튼 */
[class*=ee_btn-base] {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  background: #ffffff;
  text-align: center;
}
[class*=ee_btn-base] span {
  display: inline-block;
  vertical-align: middle;
}
[class*=ee_btn-base] i {
  display: inline-block;
  vertical-align: middle;
}
[class*=ee_btn-base][class*=size30] {
  height: 30px;
}
[class*=ee_btn-base][class*=size30] span {
  font-size: 12px;
  line-height: 28px;
}
[class*=ee_btn-base][class*=size34] {
  height: 34px;
}
[class*=ee_btn-base][class*=size34] span {
  font-size: 12px;
  line-height: 20px;
}
[class*=ee_btn-base][class*=size36] {
  height: 36px;
}
[class*=ee_btn-base][class*=size36] span {
  font-size: 13px;
  line-height: 21px;
}
[class*=ee_btn-base][class*=size40] {
  height: 40px;
}
[class*=ee_btn-base][class*=size40] span {
  font-size: 15px;
  line-height: 38px;
}
[class*=ee_btn-base][class*=size45] {
  height: 45px;
}
[class*=ee_btn-base][class*=size45] span {
  font-weight: 700;
  font-size: 14px;
  line-height: 43px;
}
[class*=ee_btn-base][class*=size50] {
  height: 50px;
}
[class*=ee_btn-base][class*=size50] span {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}

[class*=ee_btn-round] {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #ffffff;
  text-align: center;
}
[class*=ee_btn-round] input[type=checkbox],
[class*=ee_btn-round] input[type=radio] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  opacity: 0;
}
[class*=ee_btn-round] span {
  display: inline-block;
  box-sizing: border-box;
  color: #777;
  vertical-align: middle;
}
[class*=ee_btn-round] i {
  display: inline-block;
  vertical-align: middle;
}
[class*=ee_btn-round][class*=size26] {
  height: 26px;
  border-radius: 13px;
  padding: 2px 9px;
}
[class*=ee_btn-round][class*=size26] span {
  border-radius: 12px;
  font-size: 11px;
  line-height: 20px;
}
[class*=ee_btn-round][class*=size26].ee_btn-like span {
  color: #222;
}
[class*=ee_btn-round][class*=size40] {
  height: 40px;
  border-radius: 20px;
  padding: 9px 20px;
}
[class*=ee_btn-round][class*=size40] span {
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #555;
  line-height: 22px;
  letter-spacing: 0;
}
[class*=ee_btn-round][class*=size40] span::after {
  display: none;
}

[class*=ee_btn-flat] {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border: none;
  background: #ffffff;
  text-align: center;
}
[class*=ee_btn-flat] span {
  display: inline-block;
  vertical-align: middle;
}
[class*=ee_btn-flat] i {
  display: inline-block;
  vertical-align: middle;
}
[class*=ee_btn-flat][class*=size34] {
  height: 34px;
  border: 1px solid;
}
[class*=ee_btn-flat][class*=size34] span {
  font-size: 13px;
  line-height: 21px;
}
[class*=ee_btn-flat][class*=size40] {
  height: 40px;
  border: 1px solid;
}
[class*=ee_btn-flat][class*=size40] span {
  font-size: 15px;
  line-height: 38px;
}
[class*=ee_btn-flat][class*=size45] {
  height: 45px;
  border: 1px solid;
}
[class*=ee_btn-flat][class*=size45] span {
  font-size: 14px;
  line-height: 18px;
}
[class*=ee_btn-flat][class*=size50] {
  height: 50px;
  border: 1px solid;
}
[class*=ee_btn-flat][class*=size50] span {
  font-size: 16px;
  line-height: 48px;
}

/* 라인 버튼 */
[class*=ee_btn-line] {
  display: inline-flex;
  align-items: center;
  min-width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  padding: 0;
  background: none;
  text-align: left;
}
[class*=ee_btn-line] span {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  color: #555;
  line-height: 20px;
  text-decoration: underline;
  text-underline-position: under;
  background-color: transparent;
}
[class*=ee_btn-line] strong {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  color: #555;
  line-height: 20px;
  text-decoration: underline;
  text-underline-position: under;
  background-color: transparent;
}
[class*=ee_btn-line][class*=size11] span {
  font-size: 11px;
  line-height: 19px;
}
[class*=ee_btn-line][class*="222"] span {
  color: #222;
}
[class*=ee_btn-line] span + i {
  margin-left: 2px;
}

/* 링크 버튼 */
[class*=ee_btn-link] {
  display: inline-block;
  font-size: 0;
}
[class*=ee_btn-link]::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-arrow-right-555.svg) center center no-repeat;
  vertical-align: middle;
}
[class*=ee_btn-link] span {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #222;
  vertical-align: middle;
}
[class*=ee_btn-link].ty2 {
  padding: 5px;
  margin: -5px;
}
[class*=ee_btn-link].ty2 span {
  line-height: 21px;
  text-decoration: underline;
  text-underline-position: under;
}

/*텍스트 버튼*/
[class*=ee_btn-txt] {
  position: relative;
}
[class*=ee_btn-txt] span {
  font-size: 13px;
  color: #777;
}
[class*=ee_btn-txt] + button {
  margin-left: 15px;
  padding-left: 15px;
}
[class*=ee_btn-txt] + button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  background: #ccc;
  transform: translateY(-50%);
}

/*삭제 버튼 */
[class*=ee_btn-del] {
  border: none;
  padding: 0;
  min-width: auto;
  height: auto;
  background-color: transparent;
  font-size: 0;
}

.ee_btn-wrap.ee_fit .ee_btn-more {
  width: 100%;
  display: block;
  height: 52px;
  border-radius: 5px;
  border: 1px solid #ddd;
  text-align: center;
}
.ee_btn-wrap.ee_fit .ee_btn-more span {
  font-size: 16px;
  line-height: 52px;
}
.ee_btn-wrap [class*=ee_btn-icon] {
  margin: -5px 0;
}

[class^=ee_btn][class*=ty0] {
  border-color: #555;
  background: #ffffff;
}
[class^=ee_btn][class*=ty0] span {
  color: #555;
}
[class^=ee_btn][class*=ty1] {
  border-color: #555;
  background: #555;
}
[class^=ee_btn][class*=ty1] span {
  color: #ffffff;
}
[class^=ee_btn][class*=ty2] {
  border-color: #ccc;
  background: #ffffff;
}
[class^=ee_btn][class*=ty2] span {
  color: #555;
}
[class^=ee_btn][class*=ty2]:disabled {
  background: #f4f4f4;
}
[class^=ee_btn][class*=ty2]:disabled span {
  color: rgba(85, 85, 85, 0.3);
}
[class^=ee_btn][class*=ty2]:disabled i {
  opacity: 0.3;
}
[class^=ee_btn][class*=ty3] {
  border-color: #999;
  background: #ffffff;
}
[class^=ee_btn][class*=ty3] span {
  color: #222;
}
[class^=ee_btn][class*=ty4] {
  border-color: #ddd;
  background: #ffffff;
}
[class^=ee_btn][class*=ty4] span {
  color: #555;
}
[class^=ee_btn][class*=ty5] {
  border-color: #ffffff;
  background: #ffffff;
}
[class^=ee_btn][class*=ty5] span {
  color: #555;
}
[class^=ee_btn][class*=ty6] {
  border-color: #777;
  background: #777;
}
[class^=ee_btn][class*=ty6] span {
  color: #ffffff;
}
[class^=ee_btn][class*=ty7] {
  border-color: #ccc;
  background: #ccc;
}
[class^=ee_btn][class*=ty7] span {
  color: #ffffff;
}
[class^=ee_btn][class*=ty8] {
  border-color: #333;
  background: #333;
}
[class^=ee_btn][class*=ty8] span {
  color: #ffffff;
}
[class^=ee_btn][class*=ty9] {
  border-color: #666;
  background: #666;
}
[class^=ee_btn][class*=ty9] span {
  color: #ffffff;
}
[class^=ee_btn][class*=ty10] {
  border-color: #ddd;
  background: #f4f4f4;
}
[class^=ee_btn][class*=ty10] span {
  color: #222;
}

/* 수량 */
.ee_quantity {
  display: flex;
  position: relative;
  box-sizing: border-box;
  height: 32px;
  font-size: 0;
}
.ee_quantity .ee_minus {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  font-size: 0;
  vertical-align: middle;
}
.ee_quantity .ee_minus:disabled {
  cursor: default;
}
.ee_quantity .ee_plus {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  font-size: 0;
  vertical-align: middle;
}
.ee_quantity .ee_plus:disabled {
  cursor: default;
}
.ee_quantity .ee_input,
.ee_quantity input[type=text],
.ee_quantity input[type=tel] {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 36px;
  text-align: center;
  vertical-align: middle;
}
.ee_quantity.ty3 {
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.ee_quantity.ty3 .ee_minus {
  width: 36px;
  height: 100%;
  border-right: 1px solid #ddd;
  background: url(../../../assets/common/image/icons/30x30/ico-common-30-muinus-555.svg) center center no-repeat;
}
.ee_quantity.ty3 .ee_plus {
  width: 36px;
  height: 100%;
  border-left: 1px solid #ddd;
  background: url(../../../assets/common/image/icons/30x30/ico-common-30-plus-555.svg) center center no-repeat;
}
.ee_quantity.ty3 .ee_input,
.ee_quantity.ty3 input[type=text],
.ee_quantity.ty3 input[type=tel] {
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
}

.ee_common-btn-wrap {
  display: flex;
}
.ee_common-btn-wrap * + * {
  margin-left: 2px;
}

.ee_slot {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  font-size: 0;
}
.ee_slot .ee_btn-heart {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #999;
}
@keyframes heartMove1 {
  0% {
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) scale(0.8);
    opacity: 0;
  }
}
@keyframes heartMove2 {
  0% {
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-100%, -200%) scale(0.8);
    opacity: 0;
  }
}
@keyframes heartMove3 {
  0% {
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}
.ee_slot .ee_btn-heart::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background: url(../../../assets/common/image/icons/30x30/ico-common-30-like-on.svg) center center/contain no-repeat;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.ee_slot .ee_btn-heart::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: url(../../../assets/common/image/icons/30x30/ico-common-30-like-on.svg) center center/contain no-repeat;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.ee_slot .ee_btn-heart .ee_icon-wishlist {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../../../assets/common/image/icons/30x30/ico-common-30-like-off.svg) center center no-repeat;
  transition: all 0.3s;
}
.ee_slot .ee_btn-heart .ee_icon-wishlist::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background: url(../../../assets/common/image/icons/30x30/ico-common-30-like-on.svg) center center/contain no-repeat;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.ee_slot .ee_btn-heart.on::before {
  animation: heartMove1 0.5s;
}
.ee_slot .ee_btn-heart.on::after {
  animation: heartMove2 0.5s;
}
.ee_slot .ee_btn-heart.on .ee_icon-wishlist {
  animation: clickAction 0.3s;
  background-image: url(../../../assets/common/image/icons/30x30/ico-common-30-like-on.svg);
}
.ee_slot .ee_btn-heart.on .ee_icon-wishlist::after {
  animation: heartMove3 0.5s;
}
.ee_slot button[class*=ee_btn] {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #999;
}

[class^=ee_star-wrap] {
  font-size: 0;
}
[class^=ee_star-wrap] .ee_star-point {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 16px;
  background: url(../../../assets/common/image/etc/ico-common-16-star-grey-all.svg) 0 0 no-repeat;
  vertical-align: middle;
}
[class^=ee_star-wrap] .ee_star-point .ee_star {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: url(../../../assets/common/image/etc/ico-common-16-star-yellow-all.svg) 0 0 no-repeat;
}
[class^=ee_star-wrap] .ee_star-info {
  display: inline-block;
  margin: 0 0 0 3px;
  font-size: 12px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
}
[class^=ee_star-wrap] .ee_star-info .ee_point {
  display: inline-block;
  margin: 0 0 0 2px;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #555;
  vertical-align: middle;
}
[class^=ee_star-wrap][class*=size30] .ee_star-point {
  width: 158px;
  height: 30px;
  background: url(../../../assets/common/image/etc/ico-common-30-star-grey-all.svg) 0 0 no-repeat;
}
[class^=ee_star-wrap][class*=size30] .ee_star-point .ee_star {
  background: url(../../../assets/common/image/etc/ico-common-30-star-yellow.svg) 0 0 no-repeat;
}
[class^=ee_star-wrap][class*=size30] .ee_star-info {
  margin: 0 0 0 20px;
}
[class^=ee_star-wrap][class*=size30] .ee_star-info .ee_point {
  margin: 0;
  font-size: 28px;
  line-height: 36px;
  color: #222;
  vertical-align: sub;
}
[class^=ee_star-wrap][class*=size30] .ee_star-info .ee_total {
  display: inline-block;
  margin: 0 0 0 5px;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #999;
  vertical-align: middle;
}

[class^=ee_note] > li {
  position: relative;
  padding: 0 0 0 8px;
  font-size: 12px;
  line-height: 20px;
  color: #222;
  word-break: keep-all;
}
[class^=ee_note] > li ~ li {
  margin: 6px 0 0;
}
[class^=ee_note] > li::before {
  display: block;
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #555;
}
[class^=ee_note] > li.ee_caution {
  color: #d10011;
}
[class^=ee_note] > li.ee_caution::before {
  background: #d10011;
}
[class^=ee_note] > li b {
  font-weight: 400;
  color: #d10011;
}
[class^=ee_note][class*="-555"] > li {
  color: #555;
}
[class^=ee_note][class*="-555"] > li::before {
  background: #555;
}
[class^=ee_note][class*="-555"] > li.ee_caution {
  color: #d10011;
}
[class^=ee_note][class*="-555"] > li.ee_caution::before {
  background: #d10011;
}
[class^=ee_note][class*="-777"] > li {
  color: #777;
}
[class^=ee_note][class*="-777"] > li::before {
  background: #555;
}
[class^=ee_note][class*="-777"] > li.ee_caution {
  color: #d10011;
}
[class^=ee_note][class*="-777"] > li.ee_caution::before {
  background: #d10011;
}
[class^=ee_note][class*="-999"] > li {
  color: #999;
}
[class^=ee_note][class*="-999"] > li::before {
  background: #999;
}
[class^=ee_note][class*="-999"] > li.ee_caution {
  color: #d10011;
}
[class^=ee_note][class*="-999"] > li.ee_caution::before {
  background: #d10011;
}
[class^=ee_note][class*=-size11] > li {
  font-size: 11px;
  line-height: 19px;
}
[class^=ee_note][class*=-size13] > li {
  font-size: 13px;
  line-height: 21px;
}
[class^=ee_note][class*=-size13] > li ~ li {
  margin: 8px 0 0;
}
[class^=ee_note] .key-point {
  color: #b4000e;
  line-height: 20px;
  text-decoration: underline;
}

[class^=ee_dash] > li {
  position: relative;
  padding: 0 0 0 8px;
  font-size: 11px;
  line-height: 19px;
  color: #555;
}
[class^=ee_dash] > li ~ li {
  margin: 4px 0 0;
}
[class^=ee_dash] > li::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #555;
}

[class^=ee_radio] {
  display: inline-block;
  position: relative;
}
[class^=ee_radio] input[type=radio] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  opacity: 0;
  cursor: pointer;
}
[class^=ee_radio] input[type=radio]:checked ~ .ee_txt {
  color: #222;
}
[class^=ee_radio] input[type=radio]:checked ~ .ee_txt::before {
  animation: clickAction 0.3s;
  background-image: url(../../../assets/common/image/icons/24x24/ico-common-24-radio-on.svg);
}
[class^=ee_radio] input[type=radio]:disabled ~ .ee_txt::before {
  background-image: url(../../../assets/common/image/icons/24x24/ico-common-24-radio-disabled.svg);
}
[class^=ee_radio] .ee_txt {
  display: block;
  padding: 2px 0 2px 28px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  transition: all 0.3s;
}
[class^=ee_radio] .ee_txt::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 24px;
  height: 24px;
  background: url(../../../assets/common/image/icons/24x24/ico-common-24-radio-off.svg) center center no-repeat;
  transition: all 0.3s;
}
[class^=ee_radio].ty2 input[type=radio]:checked ~ .ee_txt::before {
  background-image: url(../../../assets/common/image/icons/24x24/ico-common-24-radio-b-on.svg);
}
[class^=ee_radio].ty2 .ee_txt::before {
  background-image: url(../../../assets/common/image/icons/24x24/ico-common-24-radio-b-off.svg);
}
[class^=ee_radio][class*=size13] .ee_txt {
  padding: 2px 0 2px 29px;
  font-size: 13px;
  line-height: 20px;
  transition: all 0.3s;
}
[class^=ee_radio][class*=size13] input:checked ~ .ee_txt {
  font-weight: 700;
  color: #222;
}
[class^=ee_radio][class*=-box] .ee_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0;
  font-size: 13px;
  line-height: 21px;
  color: #999;
  transition: all 0.3s;
}
[class^=ee_radio][class*=-box] .ee_txt::before {
  display: none;
}
[class^=ee_radio][class*=-box] .ee_txt img {
  width: 90px;
  height: auto;
  position: relative;
  opacity: 1;
  transition: all 0.3s;
}
[class^=ee_radio][class*=-box] .ee_txt img.on {
  position: absolute;
  opacity: 0;
}
[class^=ee_radio][class*=-box] input[type=radio]:checked + .ee_txt {
  border-color: #222;
  font-weight: 700;
  color: #222;
}
[class^=ee_radio][class*=-box] input[type=radio]:checked + .ee_txt img.off {
  position: absolute;
  opacity: 0;
}
[class^=ee_radio][class*=-box] input[type=radio]:checked + .ee_txt img.on {
  position: relative;
  opacity: 1;
}
[class^=ee_radio][class*=-box].ee_discount .ee_txt {
  position: relative;
}
[class^=ee_radio][class*=-box].ee_discount .ee_txt::before {
  display: block;
  content: "";
  position: absolute;
  top: 9px;
  left: 69px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d10011;
}
[class^=ee_radio].ee_boxwrap .ee_btn-del {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
  width: 20px;
  height: 20px;
  background: url(../../../assets/common/image/icons/20x20/ico-common-20-shipping-address-close.svg) center center no-repeat;
}
[class^=ee_radio].ee_boxwrap .ee_txt {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 15px 45px 15px 60px;
  transition: all 0.3s;
}
[class^=ee_radio].ee_boxwrap .ee_txt::before {
  top: 50%;
  left: 20px;
  margin-top: -12px;
}
[class^=ee_radio].ee_boxwrap .ee_txt .ee_tit {
  display: block;
  font-size: 13px;
  line-height: 21px;
  color: #222;
}
[class^=ee_radio].ee_boxwrap .ee_txt .ee_desc {
  margin: 3px 0 0;
  font-size: 13px;
  line-height: 21px;
  color: #777;
}
[class^=ee_radio].ee_boxwrap .ee_txt .ee_info {
  margin: 3px 0 0;
  font-size: 0;
}
[class^=ee_radio].ee_boxwrap .ee_txt .ee_info li {
  display: inline-block;
  font-size: 13px;
  line-height: 21px;
  color: #777;
  vertical-align: middle;
}
[class^=ee_radio].ee_boxwrap .ee_txt .ee_info li + li {
  position: relative;
  margin: 0 0 0 10px;
  padding: 0 0 0 11px;
}
[class^=ee_radio].ee_boxwrap .ee_txt .ee_info li + li::before {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: 8px;
  background: #ddd;
}
[class^=ee_radio].ee_boxwrap input[type=radio]:checked + .ee_txt {
  border-color: #222;
}

[class^=ee_checkbox] {
  display: inline-block;
  position: relative;
}
[class^=ee_checkbox] input[type=checkbox] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  opacity: 0;
  cursor: pointer;
}
[class^=ee_checkbox] input[type=checkbox]:checked ~ span[class*=ee_] {
  color: #222;
}
[class^=ee_checkbox] input[type=checkbox]:checked ~ span[class*=ee_]::before {
  animation: clickAction 0.3s;
  background-image: url(../../../assets/common/image/icons/24x24/ico-common-24-check-a-on.svg);
}
[class^=ee_checkbox] input[type=checkbox]:disabled ~ span[class*=ee_]::before {
  background-image: url(../../../assets/common/image/icons/24x24/ico-common-24-check-a-disabled.svg);
}
[class^=ee_checkbox] .ee_txt {
  display: block;
  padding: 2px 0 2px 28px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  transition: all 0.3s;
}
[class^=ee_checkbox] .ee_txt::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 24px;
  height: 24px;
  background: url(../../../assets/common/image/icons/24x24/ico-common-24-check-a-off.svg) center center no-repeat;
  transition: all 0.3s;
}
[class^=ee_checkbox] .ee_single {
  font-size: 0;
}
[class^=ee_checkbox] .ee_single::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 24px;
  height: 24px;
  background: url(../../../assets/common/image/icons/24x24/ico-common-24-check-a-off.svg) center center no-repeat;
  transition: all 0.3s;
}
[class^=ee_checkbox].ty2 input[type=checkbox]:checked ~ .ee_txt::before {
  animation: clickAction 0.3s;
  background-image: url(../../../assets/common/image/icons/24x24/ico-common-24-check-b-on.svg);
}
[class^=ee_checkbox].ty2 .ee_txt::before {
  background-image: url(../../../assets/common/image/icons/24x24/ico-common-24-check-b-off.svg);
}
[class^=ee_checkbox].ty3 input[type=checkbox]:checked ~ .ee_txt::before {
  animation: clickAction 0.3s;
  background-image: url(../../../assets/common/image/icons/24x24/ico-common-24-check-b-on.svg);
}
[class^=ee_checkbox].ty3 .ee_txt::before {
  background-image: url(../../../assets/common/image/icons/24x24/ico-common-24-check-b-off.svg);
}
[class^=ee_checkbox].ty3 .ee_txt .ee_sub {
  display: block;
  margin: 1px 0 0;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
[class^=ee_checkbox].ty4 input[type=checkbox]:checked ~ .ee_txt {
  font-weight: 700;
  color: #222;
}
[class^=ee_checkbox].ty4 input[type=checkbox]:checked ~ .ee_txt::before {
  animation: clickAction 0.3s;
  background-image: url(../../../assets/common/image/icons/24x24/ico-common-24-check-b-on.svg);
}
[class^=ee_checkbox].ty4 .ee_txt {
  display: inline-block;
  padding-left: 26px;
  vertical-align: middle;
}
[class^=ee_checkbox].ty4 .ee_txt::before {
  background-image: url(../../../assets/common/image/icons/24x24/ico-common-24-check-b-off.svg);
}
[class^=ee_checkbox][class*=size13] .ee_txt {
  padding: 2px 0 2px 29px;
  font-size: 13px;
  line-height: 20px;
  transition: all 0.3s;
}
[class^=ee_checkbox][class*=size13] input:checked ~ .ee_txt {
  font-weight: 700;
  color: #222;
}

.ee_tab-nm {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ee_tab-nm button + button, .ee_tab-nm button + a,
.ee_tab-nm a + button,
.ee_tab-nm a + a {
  margin-left: 30px;
}
.ee_tab-nm button span,
.ee_tab-nm a span {
  display: block;
  position: relative;
  font-family: "NanumMyeongjo";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #999;
  transition: all 0.3s;
}
.ee_tab-nm button span::after,
.ee_tab-nm a span::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #222;
  transition: all 0.3s;
  transform: translateX(-50%) scaleX(0);
}
.ee_tab-nm button.on span,
.ee_tab-nm a.on span {
  color: #222;
}
.ee_tab-nm button.on span::after,
.ee_tab-nm a.on span::after {
  transform: translateX(-50%) scaleX(1);
}

.ee_tab {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.ee_tab button,
.ee_tab a {
  flex: 1;
}
.ee_tab button > span,
.ee_tab a > span {
  display: block;
  position: relative;
  padding: 12px 0 11px;
  font-size: 15px;
  line-height: 24px;
  color: #999;
  text-align: center;
}
.ee_tab button > span::after,
.ee_tab a > span::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #222;
  transition: all 0.3s;
  transform: translateX(-50%) scaleX(0);
}
.ee_tab button.on > span,
.ee_tab a.on > span {
  font-weight: 700;
  color: #222;
}
.ee_tab button.on > span::after,
.ee_tab a.on > span::after {
  transform: translateX(-50%) scaleX(1);
}
.ee_tab[class*=ty2] {
  margin: 0;
  border: none;
  padding: 0;
}
.ee_tab[class*=ty2] button,
.ee_tab[class*=ty2] a {
  margin: 0 0 0 -1px;
  border: 1px solid #ddd;
}
.ee_tab[class*=ty2] button:first-child,
.ee_tab[class*=ty2] a:first-child {
  margin: 0;
  border-radius: 3px 0 0 3px;
}
.ee_tab[class*=ty2] button:last-child,
.ee_tab[class*=ty2] a:last-child {
  border-radius: 0 3px 3px 0;
}
.ee_tab[class*=ty2] button > span,
.ee_tab[class*=ty2] a > span {
  padding: 16px 0;
  font-size: 12px;
  line-height: 16px;
  color: #777;
}
.ee_tab[class*=ty2] button > span::after,
.ee_tab[class*=ty2] a > span::after {
  display: none;
}
.ee_tab[class*=ty2] .on {
  z-index: 1;
  border-color: #222;
}
.ee_tab[class*=ty2] .on > span {
  font-weight: 700;
  color: #222;
}
.ee_tab[class*=ty2][class*=size40] button > span,
.ee_tab[class*=ty2][class*=size40] a > span {
  padding: 9px 0;
  font-size: 13px;
  line-height: 20px;
}
.ee_tab[class*=ty2][class*=size36] button > span,
.ee_tab[class*=ty2][class*=size36] a > span {
  padding: 7px 0;
  font-size: 13px;
  line-height: 20px;
  color: #999;
}
.ee_tab[class*=ty2][class*=size36] .on > span {
  color: #222;
}
.ee_tab[class*=ty3] {
  height: auto;
  border-bottom: none;
}
.ee_tab[class*=ty3].on span::after {
  display: none;
}
.ee_tab[class*=ty3] ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.ee_tab[class*=ty3] ul li {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 25%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f4f4f4;
}
.ee_tab[class*=ty3] ul li:nth-child(4n) {
  border-right: none;
}
.ee_tab[class*=ty3] ul li:nth-last-child(1), .ee_tab[class*=ty3] ul li:nth-last-child(2), .ee_tab[class*=ty3] ul li:nth-last-child(3), .ee_tab[class*=ty3] ul li:nth-last-child(4) {
  border-bottom: none;
}
.ee_tab[class*=ty3] ul li:nth-child(1) {
  border-top-left-radius: 3px;
}
.ee_tab[class*=ty3] ul li:nth-child(1) button.on span::after,
.ee_tab[class*=ty3] ul li:nth-child(1) a.on span::after {
  border-top-left-radius: 3px;
}
.ee_tab[class*=ty3] ul li:nth-child(4) {
  border-top-right-radius: 3px;
}
.ee_tab[class*=ty3] ul li:nth-child(4) button.on span::after,
.ee_tab[class*=ty3] ul li:nth-child(4) a.on span::after {
  border-top-right-radius: 3px;
}
.ee_tab[class*=ty3] ul li:nth-last-child(1) {
  border-bottom-right-radius: 3px;
}
.ee_tab[class*=ty3] ul li:nth-last-child(1) button.on span::after,
.ee_tab[class*=ty3] ul li:nth-last-child(1) a.on span::after {
  border-bottom-right-radius: 3px;
}
.ee_tab[class*=ty3] ul li:nth-last-child(4) {
  border-bottom-left-radius: 3px;
}
.ee_tab[class*=ty3] ul li:nth-last-child(4) button.on span::after,
.ee_tab[class*=ty3] ul li:nth-last-child(4) a.on span::after {
  border-bottom-left-radius: 3px;
}
.ee_tab[class*=ty3] ul li button,
.ee_tab[class*=ty3] ul li a {
  position: relative;
  box-sizing: border-box;
  height: 50px;
  padding: 0 5px;
  background: #ffffff;
}
.ee_tab[class*=ty3] ul li button span,
.ee_tab[class*=ty3] ul li a span {
  position: static;
  padding: 0;
}
.ee_tab[class*=ty3] ul li button span::after,
.ee_tab[class*=ty3] ul li a span::after {
  display: none;
}
.ee_tab[class*=ty3] ul li button span .ee_txt,
.ee_tab[class*=ty3] ul li a span .ee_txt {
  overflow: hidden;
  display: block;
  max-width: 100%;
  max-height: 32px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  color: #777;
}
.ee_tab[class*=ty3] ul li button span .ee_subtxt,
.ee_tab[class*=ty3] ul li a span .ee_subtxt {
  display: block;
  margin: 1px 0 0;
  padding: 0;
  font-size: 11px;
  line-height: 14px;
  color: #777;
}
.ee_tab[class*=ty3] ul li button.on > span .ee_txt,
.ee_tab[class*=ty3] ul li a.on > span .ee_txt {
  font-weight: 700;
  color: #222;
}
.ee_tab[class*=ty3] ul li button.on > span .ee_subtxt,
.ee_tab[class*=ty3] ul li a.on > span .ee_subtxt {
  font-weight: 700;
  color: #222;
}
.ee_tab[class*=ty3] ul li button.on > span::after,
.ee_tab[class*=ty3] ul li a.on > span::after {
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  width: auto;
  height: auto;
  background: none;
  border: 1px solid #222;
  transform: none;
}
.ee_tab[class*=ty4] {
  display: block;
  border: none;
  font-size: 0;
  text-align: center;
}
.ee_tab[class*=ty4] button,
.ee_tab[class*=ty4] a {
  display: inline-block;
  margin-left: 8px;
}
.ee_tab[class*=ty4] button:first-child,
.ee_tab[class*=ty4] a:first-child {
  margin-left: 0;
}
.ee_tab[class*=ty4] button.on,
.ee_tab[class*=ty4] a.on {
  background: #222;
  border-color: #222;
}
.ee_tab[class*=ty4] button.on span,
.ee_tab[class*=ty4] a.on span {
  color: #ffffff;
}

.ee_textarea {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 14px 14px 35px 14px;
  background: #ffffff;
}
.ee_textarea .ee_check-length {
  position: absolute;
  right: 14px;
  bottom: 14px;
  font-size: 13px;
  line-height: 21px;
  color: #999;
}
.ee_textarea .ee_check-length em {
  color: #222;
}

.ee_select-custom {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
}
.ee_select-custom .ee_scrollbar {
  opacity: 0;
}
.ee_select-custom .ee_scrollbar.os-host {
  opacity: 1;
}
.ee_select-custom .ee_selected {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  display: block;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 7px 40px 7px 15px;
  background: #ffffff;
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  transition: all 0.3s;
}
.ee_select-custom .ee_selected::after {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  right: 4px;
  z-index: -1;
  width: 30px;
  height: 30px;
  background: url(../../../assets/common/image/icons/30x30/ico-common-30-arrow-down-555.svg) center center no-repeat;
  transition: all 0.3s;
}
.ee_select-custom .ee_selected.on {
  color: #222;
}
.ee_select-custom ul {
  overflow: hidden;
  position: absolute;
  top: 36px;
  right: 0;
  left: 0;
  z-index: 5;
  max-height: 0;
  height: 0;
  border: 1px solid transparent;
  border-radius: 0 0 3px 3px;
  border-top: none;
  margin: -10px 0 0;
  padding: 10px 0 0;
  background: #ffffff;
  transition: all 0.1s;
}
.ee_select-custom ul.ee_scrollbar-custom li {
  padding-right: 0;
}
.ee_select-custom ul li {
  display: flex;
  align-items: flex-start;
  padding: 7px 15px 8px;
}
.ee_select-custom ul li.ee_disabled .ee_txt, .ee_select-custom ul li.ee_no-select .ee_txt {
  color: #ccc;
}
.ee_select-custom ul li .ee_txt {
  display: inline-block;
  margin-right: 5px;
  font-size: 13px;
  line-height: 21px;
  color: #555;
  vertical-align: top;
}
.ee_select-custom ul li .ee_soldout {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #d10011;
  vertical-align: middle;
}
.ee_select-custom ul li [class*=ee_btn] {
  flex: 0 0 auto;
  margin-left: auto;
}
.ee_select-custom .os-scrollbar {
  overflow: hidden;
  top: 10px;
  right: 0;
  height: 0;
  padding: 0;
}
.ee_select-custom.is-open {
  z-index: 60;
}
.ee_select-custom.is-open .ee_selected {
  border-color: #222;
  border-radius: 3px 3px 0 0;
  border-bottom-color: #ddd;
}
.ee_select-custom.is-open .ee_selected::after {
  transform: rotate(180deg);
}
.ee_select-custom.is-open ul {
  overflow-y: auto;
  max-height: 180px;
  border-color: #222;
}
.ee_select-custom.is-open .os-scrollbar {
  top: 10px;
  right: 0;
  height: auto;
  padding: 6px 0;
}
.ee_select-custom.ty2 .ee_selected {
  border: none;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
}
.ee_select-custom.ty2.is-open .ee_selected {
  border-bottom-color: #222;
}
.ee_select-custom.ty2 ul li .ee_txt {
  color: #777;
}

.ee_scrollbar-custom::-webkit-scrollbar {
  width: 19px;
}

.ee_scrollbar-custom::-webkit-scrollbar-track {
  background: none;
}

.ee_scrollbar-custom::-webkit-scrollbar-thumb {
  border: solid #fff;
  border-width: 10px 7px 10px 8px;
  border-radius: 2px;
  background: #ccc;
}

.ee_tbl-row table {
  border: solid #ddd;
  border-width: 1px 0;
}
.ee_tbl-row table tr:first-child th,
.ee_tbl-row table tr:first-child td {
  border-top: none;
}
.ee_tbl-row table tr th {
  border-top: 1px solid #eee;
  padding: 10px 20px;
  background: #f7f7f7;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  text-align: left;
  word-break: keep-all;
}
.ee_tbl-row table tr td {
  border-top: 1px solid #eee;
  padding: 10px 20px;
  background: #ffffff;
  font-size: 12px;
  line-height: 20px;
  color: #555;
}

html.open-modal {
  overflow-x: hidden;
}

span[data-modaldim] {
  display: block;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}

[class^=ee_modal] {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -100;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
  opacity: 0;
}
[class^=ee_modal] .ee_wrap {
  position: relative;
  box-sizing: border-box;
  width: 400px;
  min-height: 194px;
  padding: 40px 40px 50px;
  background: #ffffff;
}
[class^=ee_modal] .ee_wrap .ee_close {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 100;
  font-size: 0;
}
[class^=ee_modal] .ee_wrap .ee_head {
  position: relative;
  padding: 0 0 20px;
}
[class^=ee_modal] .ee_wrap .ee_head .ee_tit {
  font-size: 20px;
  line-height: 28px;
  color: #222;
}
[class^=ee_modal] .ee_wrap .ee_inner {
  overflow-y: auto;
  max-height: calc(100vh - 460px);
}
[class^=ee_modal] .ee_wrap .ee_inner.ee_scrollbar {
  margin-right: -40px;
  padding-right: 40px;
}
[class^=ee_modal] .ee_wrap .ee_inner > .ee_nodata {
  margin: 0;
  border: none;
  padding: 60px 0 0;
}
[class^=ee_modal] .ee_wrap .ee_inner > .ee_nodata::before {
  top: 0;
}
[class^=ee_modal] .ee_wrap .ee_inner .ee_freebie-img {
  min-width: 100%;
}
[class^=ee_modal].on {
  z-index: 2000;
  position: absolute;
}
[class^=ee_modal].ee_full {
  padding: 0;
}
[class^=ee_modal].ee_full .ee_wrap {
  width: 100%;
  min-height: 100%;
  height: 100%;
  padding: 0;
}
[class^=ee_modal].ee_full .ee_wrap .ee_close {
  top: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
}
[class^=ee_modal].ee_full .ee_wrap .ee_inner {
  width: 100%;
  max-height: none;
  height: 100%;
}
[class^=ee_modal].ee_alert > .ee_wrap {
  min-height: initial;
  padding: 40px;
}
[class^=ee_modal].ee_alert > .ee_wrap .ee_close {
  top: 20px;
  right: 20px;
}
[class^=ee_modal].ee_alert > .ee_wrap .ee_inner {
  overflow: visible;
  max-height: none;
  padding: 0;
}
[class^=ee_modal].ee_alert > .ee_wrap .ee_inner .ee_txt {
  box-sizing: content-box;
  margin: 0 -20px;
  font-size: 14px;
  line-height: 22px;
  color: #555;
  text-align: center;
}
[class^=ee_modal].ee_alert > .ee_wrap .ee_inner .ee_txt strong {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}
[class^=ee_modal].ee_alert > .ee_wrap .ee_foot {
  padding: 30px 0 0;
}
[class^=ee_modal].ee_alert > .ee_wrap .ee_foot .ee_btn-wrap {
  display: block;
  font-size: 0;
  text-align: center;
}
[class^=ee_modal].ee_alert > .ee_wrap .ee_foot .ee_btn-wrap [class*=ee_btn] {
  display: inline-block;
  flex: none;
  min-width: 100px;
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  vertical-align: middle;
}
[class^=ee_modal].ee_480 > .ee_wrap {
  width: 480px;
}
[class^=ee_modal].ee_480.ee_has-btn .ee_wrap {
  padding-bottom: 60px;
}
[class^=ee_modal].ee_480.ee_has-btn .ee_wrap .ee_inner {
  max-height: calc(100vh - 350px);
}
[class^=ee_modal].ee_480.ee_has-btn .ee_wrap .ee_inner.ee_scrollbar {
  padding-right: 40px;
}
[class^=ee_modal].ee_480.ee_has-btn .ee_wrap .ee_foot {
  padding: 20px 0 0;
}
[class^=ee_modal].ee_480.ee_has-btn .ee_wrap .ee_foot .ee_btn-wrap [class*=ee_btn] {
  width: 200px;
}
[class^=ee_modal].ee_580 > .ee_wrap {
  width: 594px;
}
[class^=ee_modal].ee_580 > .ee_wrap .ee_inner {
  max-height: calc(100vh - 340px);
}
[class^=ee_modal].ee_580 > .ee_wrap .ee_inner.ee_scrollbar {
  padding-right: 40px;
}
[class^=ee_modal].ee_650 > .ee_wrap {
  width: 650px;
  max-height: 100%;
  padding: 40px 40px 60px;
}
[class^=ee_modal].ee_650 > .ee_wrap .ee_close {
  top: 40px;
  right: 40px;
}
[class^=ee_modal].ee_650 > .ee_wrap .ee_inner {
  padding: 0 0 20px;
}
[class^=ee_modal].ee_650 > .ee_wrap .ee_inner.ee_scrollbar {
  padding-right: 40px;
}
[class^=ee_modal].ee_650 > .ee_wrap .ee_foot {
  padding: 30px 0 0;
}
[class^=ee_modal].ee_650 > .ee_wrap .ee_foot .ee_btn-wrap [class*=ee_btn] {
  width: 200px;
}
[class^=ee_modal].ee_650.ee_no-btn .ee_wrap {
  padding: 40px 40px 50px;
}
[class^=ee_modal].ee_650.ee_no-btn .ee_wrap .ee_inner {
  max-height: calc(100vh - 440px);
  padding: 0;
}
[class^=ee_modal].ee_700 > .ee_wrap {
  width: 700px;
  max-height: 100%;
  padding: 40px 40px 60px;
}
[class^=ee_modal].ee_700 > .ee_wrap .ee_close {
  top: 40px;
  right: 40px;
}
[class^=ee_modal].ee_700 > .ee_wrap .ee_inner {
  padding: 0 0 20px;
}
[class^=ee_modal].ee_700 > .ee_wrap .ee_inner.ee_scrollbar {
  padding-right: 40px;
}
[class^=ee_modal].ee_700 > .ee_wrap .ee_foot {
  padding: 20px 0 0;
}
[class^=ee_modal].ee_700 > .ee_wrap .ee_foot .ee_btn-wrap [class*=ee_btn] {
  width: 200px;
}
[class^=ee_modal].ee_700x800 > .ee_wrap {
  width: 715px;
  max-height: 800px;
  height: 800px;
  padding: 40px 40px 60px;
}
[class^=ee_modal].ee_700x800 > .ee_wrap .ee_close {
  top: 40px;
  right: 40px;
}
[class^=ee_modal].ee_700x800 > .ee_wrap .ee_inner {
  max-height: 100%;
  height: calc(800px - 208px);
}
[class^=ee_modal].ee_700x800 > .ee_wrap .ee_foot {
  padding: 20px 0 0;
}
[class^=ee_modal].ee_700x800 > .ee_wrap .ee_foot .ee_btn-wrap [class*=ee_btn] {
  width: 200px;
}
[class^=ee_modal].ee_930 > .ee_wrap {
  width: 930px;
  max-height: 100%;
  padding: 40px 40px 50px;
}
[class^=ee_modal].ee_930 > .ee_wrap .ee_close {
  top: 40px;
  right: 40px;
}
[class^=ee_modal].ee_930 > .ee_wrap .ee_inner {
  max-height: calc(100vh - 350px);
}
[class^=ee_modal].ee_930 > .ee_wrap .ee_foot {
  padding: 20px 0 0;
}
[class^=ee_modal].ee_930 > .ee_wrap .ee_foot .ee_btn-wrap [class*=ee_btn] {
  width: 200px;
}
[class^=ee_modal].ee_1200 {
  padding: 60px 30px;
  align-items: flex-start;
}
[class^=ee_modal].ee_1200 > .ee_wrap {
  width: 1200px;
  padding: 70px 40px 40px 57px;
}
[class^=ee_modal].ee_1200 > .ee_wrap .ee_close {
  top: 40px;
  right: 40px;
}
[class^=ee_modal].ee_1200 > .ee_wrap .ee_inner {
  max-height: 100%;
}
[class^=ee_modal].ee_1200 .ee_modal.ee_full .ee_wrap {
  width: 100%;
}
[class^=ee_modal].ee_1200 .ee_modal[data-modalid=modal-set-product] > .ee_wrap,
[class^=ee_modal].ee_1200 .ee_modal[data-modalid=modal-card-benefit] > .ee_wrap,
[class^=ee_modal].ee_1200 .ee_modal[data-modalid=modal-restock-alarm-set] > .ee_wrap {
  width: 700px;
  padding: 40px 40px 60px;
}
[class^=ee_modal].ee_1200 .ee_modal[data-modalid=modal-set-product] > .ee_wrap .ee_inner,
[class^=ee_modal].ee_1200 .ee_modal[data-modalid=modal-card-benefit] > .ee_wrap .ee_inner,
[class^=ee_modal].ee_1200 .ee_modal[data-modalid=modal-restock-alarm-set] > .ee_wrap .ee_inner {
  max-height: calc(100vh - 460px);
}
[class^=ee_modal].ee_1200 .ee_modal[data-modalid=modal-jajuclub] > .ee_wrap {
  width: 930px;
  padding: 40px 40px 50px;
}
[class^=ee_modal].ee_1200 .ee_modal[data-modalid=modal-jajuclub] > .ee_wrap .ee_inner {
  max-height: calc(100vh - 350px);
}
[class^=ee_modal].ee_1200.open-child-modal:not(.modal-card-benefit) > .ee_wrap {
  transform: none !important;
}
[class^=ee_modal].ee_innerfoot .ee_wrap .ee_inner {
  overflow: visible;
  max-height: calc(100vh - 348px);
  padding: 0 0 60px;
}
[class^=ee_modal].ee_innerfoot .ee_wrap .ee_inner .ee_inner-cont {
  max-height: calc(100vh - 408px);
  margin-right: -40px;
  padding-right: 40px;
}
[class^=ee_modal].ee_innerfoot .ee_wrap .ee_inner .ee_foot {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
}
[class^=ee_modal].open-child-modal > .ee_wrap > .ee_close {
  display: none;
}
[class^=ee_modal].open-child-modal .ee_modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
}
[class^=ee_modal].open-child-modal[data-modalid=modal-goods-preview] > .ee_wrap > .ee_inner .os-scrollbar {
  display: none;
}
[class^=ee_modal].open-child-modal[data-modalid=modal-goods-preview] .ee_modal[data-modalid=modal-image-detail] {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
[class^=ee_modal][data-modalid=modal-photo-review-detail] .ee_wrap .ee_inner {
  overflow: visible;
  height: 530px;
}
[class^=ee_modal][data-modalid=couponLayer] .ee_wrap .ee_inner, [class^=ee_modal][data-modalid=deliCouponLayer] .ee_wrap .ee_inner {
  min-height: calc(100vh - 440px);
}

.ee_input-wrap .ee_input-box ~ .ee_input-box {
  margin: 20px 0 0;
}
.ee_input-wrap .ee_input-box .ee_input-tit {
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 21px;
  color: #555;
}
.ee_input-wrap .ee_input-box .ee_input-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.ee_input-wrap .ee_input-box .ee_input-row > * {
  flex: 1;
}
.ee_input-wrap .ee_input-box .ee_input-row [class^=ee_select] + [class^=ee_select] {
  margin-left: 10px;
}
.ee_input-wrap .ee_input-box .ee_input-row .ee_dash {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 1px;
  margin: 0 10px;
  background: #ccc;
  font-size: 0;
  text-indent: -9999px;
}
.ee_input-wrap .ee_input-box .ee_input-row .ee_input-delete {
  position: absolute;
  top: 50%;
  right: 14px;
  z-index: 10;
  transform: translateY(-50%);
}
.ee_input-wrap.ty2 .ee_input-box ~ .ee_input-box {
  margin: 25px 0 0;
}
.ee_input-wrap.ty2 .ee_input-box .ee_input-tit {
  font-size: 15px;
  line-height: 24px;
  color: #222;
}
.ee_input-wrap.ty2 .ee_input-box .ee_input-row ~ .ee_input-row {
  margin: 20px 0 0;
}
.ee_input-wrap.ty3 + .ee_input-wrap {
  margin: 15px 0 0;
}
.ee_input-wrap.ty3 .ee_input-box {
  display: flex;
  align-items: flex-start;
}
.ee_input-wrap.ty3 .ee_input-box ~ .ee_input-box {
  margin: 15px 0 0;
}
.ee_input-wrap.ty3 .ee_input-box ~ .ee_input-box.ee_mt10 {
  margin: 10px 0 0;
}
.ee_input-wrap.ty3 .ee_input-box.ee_txt-wrap .ee_input-tit {
  padding: 0;
}
.ee_input-wrap.ty3 .ee_input-box .ee_input-tit {
  flex: 0 0 120px;
  margin: 0;
  padding: 8px 0;
  font-size: 13px;
  line-height: 20px;
  color: #555;
}
.ee_input-wrap.ty3 .ee_input-box .ee_input-cont {
  flex: 1;
  position: relative;
}
.ee_input-wrap.ty3 .ee_input-box .ee_input-cont [class^=ee_note] li a {
  color: inherit;
}
.ee_input-wrap.ty3 .ee_input-box .ee_only-cont {
  width: 100%;
  margin-left: 120px;
}
.ee_input-wrap.ty3 .ee_input-box .ee_only-cont .ee_radio-box-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0 0 -5px;
}
.ee_input-wrap.ty3 .ee_input-box .ee_only-cont .ee_radio-box-wrap .ee_radio-box {
  flex: 0 0 220px;
  width: 220px;
  margin: 5px 0 0 5px;
}
.ee_input-wrap.ty3 .ee_input-box .ee_input-row.ee_block {
  display: block;
}
.ee_input-wrap.ty3 .ee_input-box .ee_input-row ~ .ee_input-row {
  margin: 10px 0 0;
}
.ee_input-wrap.ty3 .ee_input-box .ee_input-row.ee_w400 {
  display: inline-flex;
  width: 400px;
  position: static;
}
.ee_input-wrap.ty3 .ee_input-box .ee_input-row.ee_has-limit {
  display: block;
  position: relative;
  margin: 0;
}
.ee_input-wrap.ty3 .ee_input-box .ee_input-row.ee_has-limit.on {
  margin: 10px 0 0;
}
.ee_input-wrap.ty3 .ee_input-box .ee_input-row.ee_has-limit .ee_input {
  padding-right: 50px;
}
.ee_input-wrap.ty3 .ee_input-box .ee_input-row.ee_has-limit .ee_check-length {
  position: absolute;
  right: 0;
  z-index: 10;
  font-family: "Roboto";
  font-size: 13px;
  line-height: 21px;
  color: #999;
}
.ee_input-wrap.ty3 .ee_input-box .ee_input-row.ee_has-limit .ee_check-length em {
  color: #222;
}
.ee_input-wrap.ty3 .ee_input-box .ee_input-row .ee_input,
.ee_input-wrap.ty3 .ee_input-box .ee_input-row input[type=text].ee_input,
.ee_input-wrap.ty3 .ee_input-box .ee_input-row input[type=password].ee_input,
.ee_input-wrap.ty3 .ee_input-box .ee_input-row input[type=search].ee_input,
.ee_input-wrap.ty3 .ee_input-box .ee_input-row input[type=number].ee_input {
  font-size: 13px;
}
.ee_input-wrap.ty3 .ee_input-box .ee_input-row .ee_btn-wrap {
  flex: 0 0 auto;
  margin: 0 0 0 5px;
}
.ee_input-wrap.ty3 .ee_input-box .ee_input-row .ee_btn-wrap [class^=ee_btn-base] {
  width: 80px;
}
.ee_input-wrap.ty3 .ee_input-box .ee_input-row .ee_btn-wrap [class^=ee_btn-base]:only-child {
  width: 90px;
}
.ee_input-wrap.ty3 .ee_input-box .ee_input-row .ee_btn-wrap [class^=ee_btn-base] + [class^=ee_btn-base] {
  margin-left: 5px;
}
.ee_input-wrap.ty3 .ee_input-box .ee_input-row [class^=ee_btn-line] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.ee_input-wrap.ty3 .ee_input-box .ee_input-row .ee_checkbox.ty4 {
  margin: 0 0 0 10px;
}

.ee_attach-area {
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 95px;
  padding-left: calc(((100% - 40px) / 5) + 10px);
}
.ee_attach-area .ee_btn-attach {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: calc((100% - 40px) / 5);
  border: 1px dashed #999;
  background: #ffffff;
}
.ee_attach-area .ee_btn-attach input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-indent: -9999px;
  opacity: 0;
}
.ee_attach-area .ee_btn-attach i {
  display: block;
  margin: 0 auto;
}
.ee_attach-area .ee_btn-attach span {
  display: block;
  margin: 5px auto 0;
  font-size: 13px;
  line-height: 21px;
  color: #555;
}
.ee_attach-area .ee_swiper-container {
  max-width: 100%;
}
.ee_attach-area .ee_swiper-container .swiper-button-prev,
.ee_attach-area .ee_swiper-container .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}
.ee_attach-area .ee_swiper-container .swiper-slide {
  position: relative;
  height: 116px;
  background: url(../../../assets/common/image/etc/img-no-image.svg) center center/cover no-repeat;
}
.ee_attach-area .ee_swiper-container .swiper-slide .ee_img {
  position: relative;
  width: 100%;
  height: 100%;
}
.ee_attach-area .ee_swiper-container .swiper-slide .ee_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.ee_attach-area .ee_swiper-container .swiper-slide .ee_img::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
}
.ee_attach-area .ee_swiper-container .swiper-slide .ee_btn-delete {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

[data-tabcont] > [data-tabid] {
  display: none;
}
[data-tabcont] > [data-tabid].on {
  display: block;
}

[data-radiocont] > [data-value] {
  display: none;
}
[data-radiocont] > [data-value].on {
  display: block;
}

.ee_swiper-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  opacity: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  /* 한페이지에 보여질 슬라이더 개수가 세팅값 보다 적을 경우 */
  /* Scrollbar */
}
.ee_swiper-container ~ .swiper-button-next, .ee_swiper-container ~ .swiper-button-prev {
  display: none;
}
.ee_swiper-container .swiper-pagination,
.ee_swiper-container .swiper-button-next,
.ee_swiper-container .swiper-button-prev {
  display: none;
}
.ee_swiper-container.applied-swiper {
  opacity: 1;
}
.ee_swiper-container.applied-swiper ~ .swiper-button-next, .ee_swiper-container.applied-swiper ~ .swiper-button-prev {
  display: inline-block;
}
.ee_swiper-container.applied-swiper .swiper-pagination {
  display: block;
}
.ee_swiper-container.applied-swiper .swiper-page-wrapper .swiper-pagination {
  display: inline-block;
  transform: none;
  vertical-align: middle;
}
.ee_swiper-container.applied-swiper .swiper-button-next,
.ee_swiper-container.applied-swiper .swiper-button-prev {
  display: flex;
  top: 50%;
  transform: translateY(-66px);
}
.ee_swiper-container.ee_less-per-view ~ .swiper-button-prev, .ee_swiper-container.ee_less-per-view ~ .swiper-button-next {
  display: none;
}
.ee_swiper-container.ee_less-per-view > .swiper-button-prev,
.ee_swiper-container.ee_less-per-view > .swiper-button-next {
  display: none;
}
.ee_swiper-container.ee_less-per-view .swiper-wrapper {
  justify-content: center;
}
.ee_swiper-container.ee_less-per-view .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}
.ee_swiper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  overflow: visible;
  column-gap: 0 !important;
}
.ee_swiper-container .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.ee_swiper-container .swiper-slide.ee_video-btn {
  position: relative;
}
.ee_swiper-container .swiper-slide.ee_video-btn::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.ee_swiper-container .swiper-slide.ee_video-btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: url(../../../assets/common/image/icons/20x20/ico-common-20-play-white.svg) center center no-repeat;
  transform: translate(-50%, -50%);
}
.ee_swiper-container .swiper-slide.ee_video-btn.on::before {
  border: 2px solid #222;
}
.ee_swiper-container .swiper-slide img {
  width: 100%;
  vertical-align: top;
}
.ee_swiper-container .swiper-slide-invisible-blank {
  visibility: hidden;
}
.ee_swiper-container .swiper-button-lock {
  display: none;
}
.ee_swiper-container .swiper-pagination {
  position: relative;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  font-size: 0;
  margin-top: 20px;
}
.ee_swiper-container .swiper-pagination-custom {
  position: absolute;
  bottom: 20px;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 10;
  margin: 0;
}
.ee_swiper-container .swiper-pagination-custom .ee_paging {
  display: inline-block;
  box-sizing: border-box;
  height: 24px;
  margin: 0;
  border-radius: 12px;
  padding: 3px 15px;
  background: rgba(0, 0, 0, 0.3);
  font-family: "Roboto";
}
.ee_swiper-container .swiper-pagination-custom .ee_paging .ee_current {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
}
.ee_swiper-container .swiper-pagination-custom .ee_paging .ee_total {
  display: inline-block;
  position: relative;
  margin: 0 0 0 7px;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
}
.ee_swiper-container .swiper-pagination-custom .ee_paging .ee_total::before {
  display: block;
  content: "/";
  position: absolute;
  top: 0;
  left: -7px;
  width: 3px;
  height: 18px;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
}
.ee_swiper-container .swiper-pagination.swiper-pagination-bullets {
  padding-bottom: 30px;
}
.ee_swiper-container .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.ee_swiper-container .swiper-pagination-fraction,
.ee_swiper-container .swiper-pagination-custom,
.ee_swiper-container .swiper-container-horizontal > .swiper-pagination-bullets {
  left: 0;
  width: 100%;
}
.ee_swiper-container .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.ee_swiper-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.ee_swiper-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.ee_swiper-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.ee_swiper-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.ee_swiper-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.ee_swiper-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.ee_swiper-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.ee_swiper-container .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  background: #ccc;
}
.ee_swiper-container .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 5px;
}
.ee_swiper-container button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ee_swiper-container .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.ee_swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #222;
}
.ee_swiper-container .swiper-pagination-progressbar {
  margin-top: 0;
  width: 100%;
  height: 1px;
  left: 0;
  position: relative;
  background: #eee;
}
.ee_swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #555;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.ee_swiper-container .swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
  background: #eee;
}
.ee_swiper-container.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 0;
  z-index: 50;
  height: 1px;
  width: 98%;
}
.ee_swiper-container.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.ee_swiper-container .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #555;
  left: 0;
  top: 0;
}
.ee_swiper-container .swiper-page-wrapper {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 1;
  font-size: 0;
}
.ee_swiper-container .swiper-page-wrapper .swiper-pagination {
  display: inline-block;
  width: auto;
  position: static;
}
.ee_swiper-container .swiper-page-wrapper .ee_goods-play {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-left: 5px;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

[class*=ee_modal] .ee_swiper-container {
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 20;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: auto;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "";
  background: url(../../../assets/common/image/icons/30x30/ico-common-30-arrow-left-777.svg) center center/cover no-repeat;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "";
  background: url(../../../assets/common/image/icons/30x30/ico-common-30-arrow-right-777.svg) center center/cover no-repeat;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-prev.ee_thumb-button:after,
.swiper-container-rtl .swiper-button-next.ee_thumb-button:after {
  content: "";
  background: url(../../../assets/common/image/icons/30x30/ico-common-30-arrow-left-555.svg) center center/cover no-repeat;
}

.swiper-button-next.ee_thumb-button:after,
.swiper-container-rtl .swiper-button-prev.ee_thumb-button:after {
  content: "";
  background: url(../../../assets/common/image/icons/30x30/ico-common-30-arrow-right-555.svg) center center/cover no-repeat;
}

[class*=ee_goods-grid] {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-left: -20px;
}
[class*=ee_goods-grid] .ee_goods .ee_thum {
  position: relative;
}
[class*=ee_goods-grid] .ee_goods .ee_thum .ee_payback {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  z-index: 5;
}
[class*=ee_goods-grid] .ee_goods .ee_thum .ee_payback img {
  max-width: 100%;
}
[class*=ee_goods-grid] .ee_goods .ee_thum .ee_goods-soldout {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgba(196, 196, 196, 0.8);
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  transition: bottom 0.2s ease-in-out;
  z-index: 5;
}
[class*=ee_goods-grid] .ee_goods .ee_thum a {
  display: block;
  position: relative;
  height: 0;
  padding-top: 100%;
}
[class*=ee_goods-grid] .ee_goods .ee_thum a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  z-index: 1;
}
[class*=ee_goods-grid] .ee_goods .ee_thum a img {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  max-height: 100%;
  transform: translateY(-50%);
}
[class*=ee_goods-grid] .ee_goods .ee_thum .ee_ranking {
  z-index: 3;
  position: absolute;
  top: 2px;
  left: 2px;
  padding: 3px 8px;
}
[class*=ee_goods-grid] .ee_goods .ee_thum .ee_btn-icon,
[class*=ee_goods-grid] .ee_goods .ee_thum .ee_btn-wishlist {
  z-index: 3;
  position: absolute;
  top: 8px;
  right: 10px;
}
[class*=ee_goods-grid] .ee_goods .ee_goods-data {
  padding-top: 12px;
  font-size: 0;
}
[class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_brand,
[class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_tit-brand {
  display: block;
  font-size: 13px;
  color: #999;
  line-height: 15px;
}
[class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_brand + .ee_tit,
[class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_tit-brand + .ee_tit {
  margin-top: 6px;
}
[class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_tit {
  overflow: hidden;
  display: block;
  max-width: 100%;
  max-height: 38px;
  line-height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  font-size: 13px;
  color: #222;
}
[class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_tit em {
  color: #d10011;
}
[class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_tit:hover {
  text-decoration: underline;
  text-underline-position: under;
}
[class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_star-wrap {
  padding-top: 6px;
}
[class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_star-wrap .ee_goods-star {
  display: inline-block;
  width: 12px;
  height: 16px;
  vertical-align: middle;
  background: url("../../../assets/common/image/icons/16x16/ico-common-16-star-darkgrey-small.svg") no-repeat center;
}
[class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_star-wrap .ee_star-info {
  margin: 2px 0 0 0;
  font-size: 10px;
  color: #aaa;
  line-height: 19px;
  font-family: "Roboto";
}
[class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_star-wrap .ee_star-info .ee_point {
  margin: -1px 0 0 2px;
  font-size: 11px;
  color: #555;
  line-height: 19px;
}
[class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_price-box {
  padding-top: 10px;
}
[class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_price-box .ee_price {
  font-size: 10px;
  color: #222;
  line-height: 18px;
}
[class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_price-box .ee_price .ee_number {
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}
[class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_price-box .ee_del {
  margin-left: 8px;
  font-size: 10px;
  color: #999;
  line-height: 18px;
}
[class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_price-box .ee_del .ee_number {
  letter-spacing: -0.5px;
  font-family: "Roboto";
  font-size: 13px;
  line-height: 18px;
}
[class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_price-box + .ee_flag-wrap {
  margin-top: 10px;
}
[class*=ee_goods-grid][class*=ee_col6] .ee_goods {
  position: relative;
  width: calc((100% - 20px * 6) / 6);
  height: auto;
  margin-top: 30px;
  margin-left: 20px;
}
[class*=ee_goods-grid][class*=ee_col6] .ee_goods:nth-child(-n+6) {
  margin-top: 0;
}
[class*=ee_goods-grid][class*=ee_col5] .ee_goods {
  position: relative;
  width: calc((100% - 20px * 5) / 5);
  height: auto;
  margin-top: 30px;
  margin-left: 20px;
}
[class*=ee_goods-grid][class*=ee_col5] .ee_goods:nth-child(-n+5) {
  margin-top: 0;
}
[class*=ee_goods-grid][class*=ee_col4] .ee_goods {
  position: relative;
  width: calc((100% - 20px * 4) / 4);
  height: auto;
  margin-top: 30px;
  margin-left: 20px;
}
[class*=ee_goods-grid][class*=ee_col4] .ee_goods:nth-child(-n+4) {
  margin-top: 0;
}
[class*=ee_goods-grid][class*=ee_col3] .ee_goods {
  position: relative;
  width: calc((100% - 20px * 3) / 3);
  height: auto;
  margin-top: 30px;
  margin-left: 20px;
}
[class*=ee_goods-grid][class*=ee_col3] .ee_goods:nth-child(-n+3) {
  margin-top: 0;
}

/*스와이퍼 속 제품 리스트*/
.ee_swiper-container [class*=ee_goods-grid] {
  flex-wrap: nowrap;
  margin: 0;
}
.ee_swiper-container [class*=ee_goods-grid] .ee_goods {
  margin-top: 0;
}

.ee_ranking {
  display: flex;
  align-items: center;
  min-width: 66px;
  background: #ffffff;
  letter-spacing: 0;
}
.ee_ranking .ee_rank {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #222;
  vertical-align: middle;
}
.ee_ranking .ee_rank .ee_number {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
}
.ee_ranking .ee_rank-status {
  display: flex;
  margin-left: 4px;
  font-family: "Roboto";
  font-size: 14px;
  color: #ff5432;
}
.ee_ranking .ee_rank-status::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: auto;
  background: url("../../../assets/common/image/icons/10x10/ico-common-arrow-b-up.svg") center center/100% no-repeat;
}
.ee_ranking .ee_rank-status.down {
  color: #777;
}
.ee_ranking .ee_rank-status.down::before {
  background: url("../../../assets/common/image/icons/10x10/ico-common-arrow-b-down.svg") center center/100% no-repeat;
}
.ee_ranking .ee_rank-status.new {
  font-weight: 700;
  color: #222;
}
.ee_ranking .ee_rank-status.new:before {
  display: none;
}
.ee_ranking .ee_rank-status.freeze {
  font-size: 0;
  margin-left: 8px;
}
.ee_ranking .ee_rank-status.freeze::before {
  width: 10px;
  height: 10px;
  background: url("../../../assets/common/image/icons/10x10/ico-common-keep-small.svg") center center/100% no-repeat;
}

label + .ee_sorting {
  position: relative;
  margin: 0 0 0 15px;
  padding: 0 0 0 16px;
}
label + .ee_sorting::before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #ddd;
}

.ee_sorting {
  font-size: 0;
}
.ee_sorting button,
.ee_sorting a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.ee_sorting button + button, .ee_sorting button + a,
.ee_sorting a + button,
.ee_sorting a + a {
  margin: 0 0 0 10px;
  padding: 0 0 0 11px;
}
.ee_sorting button + button::before, .ee_sorting button + a::before,
.ee_sorting a + button::before,
.ee_sorting a + a::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 1px;
  height: 1px;
  background: #999;
}
.ee_sorting button span,
.ee_sorting a span {
  display: block;
  font-size: 13px;
  line-height: 21px;
  color: #999;
}
.ee_sorting button.on span,
.ee_sorting a.on span {
  font-weight: 700;
  color: #222;
}

.ee_sorting-wrap {
  display: flex;
  align-items: center;
  height: 36px;
}
.ee_sorting-wrap .ee_sorting-area {
  display: flex;
  align-items: center;
  width: 50%;
}
.ee_sorting-wrap .ee_search-area {
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 50%;
}
.ee_sorting-wrap .ee_search-area .ee_select {
  margin-right: calc(((100% - 25px) / 5) + 10px);
}
.ee_sorting-wrap .ee_search-area .ee_btn-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc((100% - 25px) / 5);
  transform: translateY(-50%);
}

.gecko [class^=ee_icon][class*=question] {
  font-size: 0;
}

.ee_tooltip-wrap {
  display: inline-block;
  position: relative;
  margin: 0 0 0 5px;
  font-size: 0;
  vertical-align: middle;
  z-index: 50;
}
.ee_tooltip-wrap .ee_tooltip-box {
  position: absolute;
  top: 26px;
  left: 50%;
  box-sizing: border-box;
  width: 260px;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 14px 19px;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 10px);
  transition: all 0.3s;
}
.ee_tooltip-wrap .ee_tooltip-box::before {
  display: block;
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 14px;
  height: 7px;
  background: url(../../../assets/common/image/etc/ico-common-7-tooltip-triangle-999.svg) center center no-repeat;
  transform: translateX(-50%);
}
.ee_tooltip-wrap .ee_tooltip-box .ee_tooltip-tit {
  padding: 0 0 10px;
  font-size: 16px;
  line-height: 25px;
  color: #222;
}
.ee_tooltip-wrap .ee_tooltip-box .ee_tooltip-cont .ee_tab[class*=ty2] button span,
.ee_tooltip-wrap .ee_tooltip-box .ee_tooltip-cont .ee_tab[class*=ty2] a span {
  font-size: 12px;
}
.ee_tooltip-wrap.on {
  z-index: 60;
}
.ee_tooltip-wrap.on .ee_tooltip-box {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}
.ee_tooltip-wrap.on .ee_tooltip-box::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20px;
  background-color: red;
  opacity: 0;
  position: absolute;
  top: -13px;
  left: 0;
}

/*쇼핑백 주문서, 상품 리스트*/
.ee_product-list > li .ee_goods-comp {
  position: relative;
  display: flex;
  width: 100%;
}
.ee_product-list > li .ee_goods-comp .ee_btn-del {
  position: absolute;
  top: 0;
  right: 0;
  margin: -5px;
  padding: 5px;
  z-index: 99;
}
.ee_product-list > li .ee_goods-comp .ee_thum {
  position: relative;
  flex: 0 0 120px;
}
.ee_product-list > li .ee_goods-comp .ee_thum a {
  display: block;
  position: relative;
  height: 0;
  padding-top: 100%;
}
.ee_product-list > li .ee_goods-comp .ee_thum a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  z-index: 1;
}
.ee_product-list > li .ee_goods-comp .ee_thum a img {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  max-height: 100%;
  transform: translateY(-50%);
  z-index: 2;
}
.ee_product-list > li .ee_goods-comp .ee_thum .ee_checkbox {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 3;
}
.ee_product-list > li .ee_goods-comp .ee_thum .ee_btn-wishlist {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 3;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data {
  width: 100%;
  flex: 1 1 auto;
  padding-left: 25px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top {
  position: relative;
  min-height: 120px;
  padding: 0;
  box-sizing: border-box;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_product-info {
  align-self: flex-start;
  flex: 1 1 360px;
  max-width: 360px;
  min-height: 110px;
  box-sizing: border-box;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_product-info .ee_tit {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #222;
  overflow: hidden;
  display: block;
  max-width: 100%;
  max-height: 44px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_product-info .ee_tit a {
  display: block;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_product-info .ee_tit .ee_brand {
  font-weight: 700;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_product-info .ee_option {
  margin-top: 8px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_product-info .ee_option .ee_txt {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #777;
  line-height: 20px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_product-info .ee_option .ee_txt + .ee_btn-link {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_product-info .ee_option .ee_txt + .ee_btn-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  background: #eee;
  transform: translateY(-50%);
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_product-info .ee_option .ee_txt + .ee_btn-link + .ee_btn-link {
  margin-left: 5px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_product-info .ee_option .ee_txt + .ee_txt {
  display: block;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_product-info .ee_option + .ee_ent {
  margin: 8px 0 17px 0;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 38px;
  right: 0;
  flex: 0 0 auto;
  min-width: 272px;
  margin-left: 20px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_quantity.ty2 {
  height: 30px;
  padding-right: 27px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_quantity.ty2 .ee_minus {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url(../../../assets/common/image/icons/30x30/ico-common-30-stepper-minus.svg);
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_quantity.ty2 .ee_minus:disabled {
  background-image: url(../../../assets/common/image/icons/30x30/ico-common-30-stepper-minus-disabled.svg);
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_quantity.ty2 .ee_minus:disabled + .ee_input {
  color: #eee;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_quantity.ty2 .ee_input[type=tel] {
  width: 40px;
  height: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #222;
  line-height: 24px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_quantity.ty2 .ee_plus {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url(../../../assets/common/image/icons/30x30/ico-common-30-stepper-plus.svg);
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_quantity.ty2 .ee_plus:disabled {
  background-image: url(../../../assets/common/image/icons/30x30/ico-common-30-stepper-plus-disabled.svg);
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_quantity.ty2 .ee_plus:disabled + .ee_input {
  color: #eee;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_price-box {
  display: block;
  min-width: 125px;
  margin-left: auto;
  padding-right: 20px;
  text-align: right;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_price-box .ee_price {
  display: block;
  padding-right: 20px;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_price-box .ee_price .ee_number {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.5px;
  vertical-align: middle;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_price-box .ee_del {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_price-box .ee_del .ee_number {
  font-size: 12px;
  color: #999;
  line-height: 20px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_price-box .ee_tooltip-box {
  text-align: left;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_price-box .ee_tooltip-box .ee_discount-list .ee_price-box {
  padding: 0;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_price-box .ee_tooltip-box .ee_discount-list .ee_price-box .ee_price {
  padding: 0;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_price-box .ee_tooltip-box .ee_discount-list .ee_price-box .ee_price .ee_number {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #555;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_price-box .ee_tooltip-box .ee_discount-list .ee_discounted .ee_price-box .ee_price,
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_price-box .ee_tooltip-box .ee_discount-list .ee_discounted .ee_price-box .ee_number {
  color: #d10011;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_price-box .ee_tooltip-box .ee_discount-list .ee_result .ee_price .ee_number {
  font-size: 20px;
  line-height: 28px;
  color: #222;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc {
  padding-top: 15px;
  border-top: 1px dashed #ddd;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_points {
  font-size: 0;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_points .ee_point {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  margin-right: 30px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_points .ee_point i {
  margin-right: 5px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_btn-wrap {
  justify-content: flex-start;
  margin-top: 10px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_btn-wrap .ee_coupons-box {
  width: 480px;
  display: inline-flex;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_btn-wrap .ee_coupons-box [class*=ee_btn-base] + [class*=ee_btn-base] {
  margin-left: 5px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_btn-wrap [class*=ee_btn-line] {
  align-items: center;
  margin-left: auto;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_bundle {
  margin-top: 10px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_bundle .ee_desc {
  position: relative;
  padding-left: 8px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #555;
  line-height: 20px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_bundle .ee_desc::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #777;
  transform: translateY(-50%);
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_info-guide {
  margin-top: 10px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_info-guide [class*=ee_txt] {
  position: relative;
  padding-left: 8px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #555;
  line-height: 20px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_info-guide [class*=ee_txt]::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #777;
  transform: translateY(-50%);
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_info-guide [class*=ee_txt] + [class*=ee_txt] {
  margin-left: 10px;
  padding-left: 10px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_info-guide [class*=ee_txt] + [class*=ee_txt]::before {
  width: 1px;
  height: 10px;
  border-radius: 0;
  background: #ddd;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_info-guide [class*=ee_txt][class*="-000"] {
  color: #000;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_info-guide [class*=ee_txt][class*=-d10011] {
  color: #d10011;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_info-guide [class*=ee_txt][class*=-d10011]::before {
  background: #d10011;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_free-gift {
  margin-top: 10px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_free-gift [class*=ee_txt] {
  position: relative;
  padding-left: 8px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #555;
  line-height: 20px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_free-gift [class*=ee_txt]::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #777;
  transform: translateY(-50%);
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_free-gift .ee_gift-list {
  margin-top: 8px;
  padding: 10px 20px;
  border-radius: 3px;
  background: #f7f7f7;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_free-gift .ee_gift-list li {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #777;
  line-height: 20px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_free-gift .ee_gift-list li .ee_view-btn {
  display: inline-block;
  margin: -5px;
  padding: 5px;
  margin-left: 5px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_free-gift .ee_gift-list li .ee_view-btn span {
  font-size: 0;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_free-gift .ee_gift-list li + li {
  margin-top: 6px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_free-gift .ee_gift-list .ee_sub {
  font-size: 12px;
  color: #777;
  line-height: 20px;
}
.ee_product-list > li .ee_goods-comp .ee_comp-data .ee_etc .ee_free-gift .ee_gift-list button[class*=ee_btn] {
  margin-left: 10px;
  background: transparent;
}
.ee_product-list > li .ee_goods-comp.ee_soldout .ee_thum a::after {
  display: block;
  content: "품절";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: rgba(34, 34, 34, 0.5);
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  z-index: 3;
}
.ee_product-list > li .ee_goods-comp.ee_end-sale .ee_thum a::after {
  display: block;
  content: "판매종료";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: rgba(34, 34, 34, 0.5);
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  z-index: 3;
}
.ee_product-list > li .ee_goods-comp .ee_layer-wrap .ee_btn-del {
  top: 15px;
  right: 20px;
}
.ee_product-list > li + li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.ee_product-list.ty2 > li {
  margin: 0;
  padding: 30px 0;
}
.ee_product-list.ty2 > li:first-child {
  padding-top: 20px;
}
.ee_product-list.ty2 > li + li {
  border-top: 1px solid #eee;
}
.ee_product-list.ty2 > li .ee_goods-comp .ee_thum {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
}
.ee_product-list.ty2 > li .ee_goods-comp .ee_thum img {
  width: 100%;
  height: 100%;
}
.ee_product-list.ty2 > li .ee_goods-comp .ee_comp-data .ee_top {
  min-height: 80px;
}
.ee_product-list.ty2 > li .ee_goods-comp .ee_comp-data .ee_top .ee_product-info {
  min-height: 80px;
}
.ee_product-list.ty2 > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 265px;
  height: 100px;
}
.ee_product-list.ty2 > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_order-number {
  display: block;
  flex: 1 0 100px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 13px;
  color: #222;
  text-align: center;
}
.ee_product-list.ty2 > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_order-number .ee_number {
  display: inline-block;
  margin-right: 2px;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  vertical-align: middle;
}
.ee_product-list.ty2 > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp [class^=ee_price-box] {
  flex: 1 0 125px;
  justify-content: flex-end;
  box-sizing: border-box;
  text-align: right;
}
.ee_product-list.ty2 > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp [class^=ee_price-box] .ee_price {
  line-height: 24px;
}
.ee_product-list.ty2 > li .ee_goods-comp .ee_comp-data .ee_etc {
  margin: 20px 0 0;
  padding-top: 10px;
}
.ee_product-list.ty2 > li .ee_goods-comp .ee_comp-data .ee_etc .ee_info-guide:first-child {
  margin: 0;
}
.ee_product-list.ty2 > li .ee_goods-comp .ee_comp-data .ee_etc .ee_info-guide button {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.ee_product-list.ty2 > li .ee_goods-comp .ee_comp-data .ee_etc .ee_info-guide button i {
  margin: 0;
}
.ee_product-list.ty2 > li .ee_goods-comp .ee_comp-data .ee_etc .ee_info-guide [class*=ee_txt] {
  display: inline-block;
  vertical-align: middle;
}
.ee_product-list.ty2 > li .ee_goods-comp .ee_comp-data .ee_etc .ee_choose-wrapping {
  margin: 8px 0 0;
}
.ee_product-list.ty2 > li .ee_goods-comp .ee_comp-data .ee_etc .ee_choose-wrapping + .ee_free-gift {
  margin-top: 20px;
}

.ee_desc-list dt {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 13px;
  line-height: 21px;
  color: #555;
}
.ee_desc-list dd {
  position: relative;
  margin: 6px 0 0;
  padding: 0 0 0 8px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
.ee_desc-list dd::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #999;
}
.ee_desc-list dd + dt {
  margin-top: 15px;
}

.ee_radio-box-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0 0 -5px;
}
.ee_radio-box-wrap .ee_radio-box {
  flex: 0 0 220px;
  width: 220px;
  margin: 5px 0 0 5px;
}

.ee_input-calendar {
  position: relative;
}
.ee_input-calendar input.ee_calendar {
  background: url(../../../assets/common/image/icons/30x30/ico-common-30-calendar.svg) right 0 center no-repeat;
}
.ee_input-calendar input.ee_calendar:read-only {
  color: #222;
}
.ee_input-calendar button.ee_hidden {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 1;
  visibility: visible;
}

.ee_right-price {
  position: absolute;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.02);
  top: 70px;
  right: 0;
  width: 320px;
  height: auto;
  padding: 20px 25px 25px;
  background: #ffffff;
  border: 1px solid #eee;
  border-bottom: none;
  box-sizing: border-box;
}
.ee_right-price::after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  bottom: -10px;
  width: 100%;
  height: 10px;
  background-image: url("../../../assets/common/image/etc/icon-common-320-punching-shopping.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.ee_right-price [class*=ee_price] {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.ee_right-price [class*=ee_price] .ee_tit {
  flex: 0 0 auto;
  width: 40%;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #555;
  line-height: 24px;
  letter-spacing: 0;
  box-sizing: border-box;
}
.ee_right-price [class*=ee_price] .ee_tit.ee_strong {
  color: #222;
  font-weight: 700;
}
.ee_right-price [class*=ee_price] .ee_price {
  flex: 1 1 auto;
  width: 60%;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 0 7px;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  color: #555;
  line-height: 20px;
  letter-spacing: 0;
}
.ee_right-price [class*=ee_price] .ee_price span {
  display: inline-block;
  margin-right: 3px;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.5px;
  vertical-align: middle;
}
.ee_right-price [class*=ee_price] .ee_price.ee_strong {
  padding: 6px 0;
  color: #222;
}
.ee_right-price [class*=ee_price] .ee_price.ee_strong span {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.ee_right-price [class*=ee_price][class*=small] .ee_tit {
  padding: 7px 0;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #777;
  line-height: 20px;
}
.ee_right-price [class*=ee_price][class*=small] .ee_tit.ee_strong {
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #222;
}
.ee_right-price [class*=ee_price][class*=small] .ee_price {
  padding: 6px 0;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  color: #777;
  line-height: 20px;
}
.ee_right-price [class*=ee_price][class*=small] .ee_price span {
  margin-right: 3px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.5px;
  vertical-align: middle;
}
.ee_right-price [class*=ee_price][class*=small] .ee_price.ee_strong {
  color: #222;
}
.ee_right-price [class*=ee_price][class*=small] .ee_price.ee_strong span {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.ee_right-price .ee_price-total {
  margin-top: 10px;
  border-top: 1px solid #222;
}
.ee_right-price .ee_price-total .ee_tit {
  padding: 1px 0;
  font-size: 12px;
  line-height: 20px;
}
.ee_right-price .ee_price-total .ee_tit.ee_strong {
  padding: 13px 0;
  font-size: 15px;
  line-height: 24px;
}
.ee_right-price .ee_price-total .ee_price {
  padding: 0;
}
.ee_right-price .ee_price-total .ee_price span {
  font-size: 14px;
  line-height: 22px;
}
.ee_right-price .ee_price-total .ee_price.ee_strong {
  padding: 11px 0;
}
.ee_right-price .ee_price-total .ee_price.ee_strong span {
  font-size: 20px;
  line-height: 28px;
}
.ee_right-price .ee_price-total + .ee_common-btn-wrap {
  margin-top: 10px;
}
.ee_right-price .ee_saved-points {
  margin: 15px 0 0;
  border-radius: 3px;
  padding: 10px 15px;
  background: #f7f7f7;
}
.ee_right-price .ee_saved-points .ee_points-sort {
  display: flex;
  flex-wrap: wrap;
  margin: 6px 0 0;
  border-top: 1px solid #eee;
  padding: 10px 0 0;
}
.ee_right-price .ee_saved-points .ee_points-sort dt {
  flex: 1 0 35%;
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
.ee_right-price .ee_saved-points .ee_points-sort dt ~ dt {
  margin: 5px 0 0;
}
.ee_right-price .ee_saved-points .ee_points-sort dd {
  flex: 1 0 65%;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  text-align: right;
}
.ee_right-price .ee_saved-points .ee_points-sort dd ~ dd {
  margin: 5px 0 0;
}
.ee_right-price .ee_saved-points .ee_points-sort dd .ee_number {
  display: inline-block;
  margin: 0 2px 0 0;
  vertical-align: middle;
}
.ee_right-price .ee_agree-wrap {
  display: flex;
  align-items: center;
  margin: 20px -25px 0;
  border-top: 1px solid #eee;
  padding: 17px 25px 0;
}
.ee_right-price .ee_agree-wrap ~ .ee_common-btn-wrap {
  margin-top: 20px;
}
.ee_right-price .ee_agree-wrap .ee_txt {
  font-size: 13px;
  line-height: 21px;
  color: #555;
}
.ee_right-price .ee_agree-wrap .ee_icon-arrowright {
  display: inline-block;
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  margin: -5px;
  margin-left: auto;
  padding: 5px;
  vertical-align: middle;
}

.ee_accordion > li .ee_acc-tit {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.ee_accordion > li .ee_acc-tit::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: url(../../../assets/common/image/icons/30x30/ico-common-30-arrow-down-555.svg) center center no-repeat;
  transition: all 0.3s;
}
.ee_accordion > li .ee_acc-expand {
  overflow: hidden;
  height: 0;
}
.ee_accordion > li.on .ee_acc-tit::after {
  transform: translateY(-50%) rotate(180deg);
}
.ee_accordion > li.on .ee_acc-expand {
  height: auto;
}
.ee_accordion.ee_basic-list > li {
  border-top: 1px solid #eee;
}
.ee_accordion.ee_basic-list > li .ee_acc-tit {
  padding: 13px 0;
  font-size: 15px;
  line-height: 24px;
  color: #222;
}
.ee_accordion.ee_basic-list > li .ee_acc-expand .ee_policy-cont {
  padding: 0 0 25px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
}

.ee_share-product ul {
  display: flex;
}
.ee_share-product ul li {
  flex: 1;
}
.ee_share-product ul li button {
  display: block;
  width: 100%;
}
.ee_share-product ul li button:hover .ee_img img, .ee_share-product ul li button:focus .ee_img img {
  transform: scale(1.15);
}
.ee_share-product ul li .ee_img {
  display: flex;
  align-self: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  background: #f7da00;
}
.ee_share-product ul li .ee_img img {
  width: 30px;
  height: 100%;
  transition: all 0.3s;
}
.ee_share-product ul li .ee_txt {
  display: block;
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 21px;
  color: #555;
  text-align: center;
}
.ee_share-product ul li.ee_facebook .ee_img {
  background: #2369cb;
}
.ee_share-product ul li.ee_url .ee_img {
  background: #555555;
}

.ee_input-row[data-selftarget] {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.ee_input-row[data-selftarget].on {
  max-height: 36px;
}

[class^=ee_goods-row] .ee_goods {
  position: relative;
}
[class^=ee_goods-row] .ee_goods .ee_checkbox {
  position: relative;
  z-index: 10;
}
[class^=ee_goods-row] .ee_goods .ee_checkbox ~ .ee_goods-data-wrap .ee_select-area {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s;
}
[class^=ee_goods-row] .ee_goods ~ .ee_goods {
  margin: 15px 0 0;
}
[class^=ee_goods-row] .ee_goods a {
  display: flex;
  align-items: flex-start;
}
[class^=ee_goods-row] .ee_goods .ee_goods-box {
  display: flex;
  align-items: flex-start;
}
[class^=ee_goods-row] .ee_goods .ee_goods-box .ee_thum {
  position: relative;
  width: 40px;
  flex: 0 0 40px;
  font-size: 0;
}
[class^=ee_goods-row] .ee_goods .ee_goods-box .ee_thum img {
  width: 100%;
  height: 100%;
}
[class^=ee_goods-row] .ee_goods .ee_goods-box .ee_goods-data {
  margin: 0 0 0 10px;
  padding: 2px 0;
}
[class^=ee_goods-row] .ee_goods .ee_goods-box .ee_goods-data .ee_tit {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #222;
  word-break: break-all;
}
[class^=ee_goods-row] .ee_goods .ee_goods-box .ee_goods-data .ee_tit [class*=ee_flag] {
  margin: 0;
  height: 18px;
}
[class^=ee_goods-row] .ee_goods .ee_goods-box .ee_goods-data .ee_desc {
  display: block;
  margin: 2px 0 0;
  font-size: 11px;
  line-height: 16px;
  color: #777;
}
[class^=ee_goods-row] .ee_goods .ee_goods-box .ee_btn-wishlist {
  margin-left: auto;
}
[class^=ee_goods-row] .ee_goods .ee_goods-box .ee_btn-wishlist.on {
  animation: clickAction 0.3s;
}
[class^=ee_goods-row] .ee_goods .ee_select-area:first-child {
  margin: 0;
}
[class^=ee_goods-row] .ee_goods .ee_select-area .ee_row {
  display: flex;
  align-items: center;
}
[class^=ee_goods-row] .ee_goods .ee_select-area .ee_row ~ .ee_row {
  margin: 5px 0 0;
}
[class^=ee_goods-row] .ee_goods .ee_select-area .ee_row [class^=ee_select],
[class^=ee_goods-row] .ee_goods .ee_select-area .ee_row .ee_quantity {
  flex: 1;
}
[class^=ee_goods-row] .ee_goods .ee_select-area .ee_row .ee_btn-wrap {
  flex: 0 0 145px;
  align-self: center;
  text-align: right;
}
[class^=ee_goods-row] .ee_goods.on .ee_goods-data-wrap .ee_select-area {
  overflow: visible;
  margin: 5px 0 0;
  max-height: 1000px;
}
[class^=ee_goods-row] .ee_goods.ee_soldout .ee_goods-box .ee_thum::after {
  display: block;
  content: "품절";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 20px;
  background: rgba(34, 34, 34, 0.5);
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}
[class^=ee_goods-row] .ee_goods.ee_end-sale .ee_goods-box .ee_thum::after {
  display: block;
  content: "판매종료";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 20px;
  background: rgba(34, 34, 34, 0.5);
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}
[class^=ee_goods-row][class*=size65] .ee_goods {
  margin: 0;
  padding: 15px 0;
}
[class^=ee_goods-row][class*=size65] .ee_goods ~ .ee_goods {
  border-top: 1px solid #eee;
}
[class^=ee_goods-row][class*=size65] .ee_goods .ee_goods-box .ee_sort-box {
  width: 65px;
  flex: 0 0 65px;
  padding: 8px 0;
  font-size: 13px;
  line-height: 20px;
  color: #222;
}
[class^=ee_goods-row][class*=size65] .ee_goods .ee_goods-box .ee_checkbox {
  margin: 20px 10px 0 0;
}
[class^=ee_goods-row][class*=size65] .ee_goods .ee_goods-box .ee_thum {
  width: 65px;
  flex: 0 0 65px;
}
[class^=ee_goods-row][class*=size65] .ee_goods .ee_goods-box .ee_goods-data-wrap {
  flex: 1;
  align-self: flex-start;
  margin: 0 0 0 15px;
  max-width: calc(100% - 80px);
}
[class^=ee_goods-row][class*=size65] .ee_goods .ee_goods-box .ee_goods-data-wrap .ee_goods-data {
  box-sizing: border-box;
  min-height: 65px;
  margin: 0;
}
[class^=ee_goods-row][class*=size65] .ee_goods .ee_goods-box .ee_goods-data-wrap .ee_quantity {
  flex: 0 0 361px;
  width: 361px;
}
[class^=ee_goods-row][class*=size65] .ee_goods .ee_goods-box .ee_goods-data {
  align-self: flex-start;
  margin: 0 0 0 15px;
  padding: 4px 0;
}
[class^=ee_goods-row][class*=size65] .ee_goods .ee_goods-box .ee_goods-data [class*=ee_price-box] {
  margin: 2px 0 0;
}
[class^=ee_goods-row][class*=size65] .ee_goods .ee_goods-box .ee_points-area {
  margin: 5px 0 0;
  border-top: 1px dashed #ddd;
  padding: 10px 0 0;
}
[class^=ee_goods-row][class*=size65] .ee_goods .ee_goods-box .ee_points-area .ee_level-wrap {
  padding: 0;
}
[class^=ee_goods-row][class*=size91] .ee_goods {
  margin: 0;
  padding: 20px 0;
}
[class^=ee_goods-row][class*=size91] .ee_goods ~ .ee_goods {
  border-top: 1px solid #eee;
}
[class^=ee_goods-row][class*=size91] .ee_goods .ee_goods-box {
  align-items: center;
}
[class^=ee_goods-row][class*=size91] .ee_goods .ee_goods-box .ee_thum {
  width: 91px;
  flex: 0 0 91px;
}
[class^=ee_goods-row][class*=size91] .ee_goods .ee_goods-box .ee_goods-data {
  margin: 0 0 0 15px;
}
[class^=ee_goods-row][class*=size91] .ee_goods .ee_goods-box .ee_goods-data [class*=ee_price-box] {
  margin: 5px 0 0;
}
[class^=ee_goods-row][class*=size100] .ee_shipment-price {
  border-radius: 3px;
  padding: 10px 30px;
  background: rgba(34, 34, 34, 0.04);
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #222;
  text-align: right;
}
[class^=ee_goods-row][class*=size100] .ee_shipment-price .ee_number {
  display: inline-block;
  margin: 0 0 0 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
[class^=ee_goods-row][class*=size100] .ee_goods {
  margin: 0;
  padding: 30px 0 20px;
}
[class^=ee_goods-row][class*=size100] .ee_goods:first-child {
  padding-top: 20px;
}
[class^=ee_goods-row][class*=size100] .ee_goods + .ee_goods {
  border-top: 1px solid #eee;
}
[class^=ee_goods-row][class*=size100] .ee_goods .ee_goods-box {
  align-items: center;
  flex: 1;
  position: relative;
  padding-right: 20px;
}
[class^=ee_goods-row][class*=size100] .ee_goods .ee_goods-box .ee_thum {
  flex: 0 0 100px;
  align-self: flex-start;
  width: 100px;
  height: 100px;
}
[class^=ee_goods-row][class*=size100] .ee_goods .ee_goods-box .ee_goods-data {
  flex: 1 1 auto;
  align-self: flex-start;
  margin: 0 0 0 25px;
  padding: 0 305px 0 0;
}
[class^=ee_goods-row][class*=size100] .ee_goods .ee_goods-box .ee_goods-data .ee_flag-wrap {
  margin-bottom: 10px;
}
[class^=ee_goods-row][class*=size100] .ee_goods .ee_goods-box .ee_goods-data .ee_tit {
  font-size: 14px;
  line-height: 22px;
}
[class^=ee_goods-row][class*=size100] .ee_goods .ee_goods-box .ee_goods-data .ee_tit:first-child {
  padding: 10px 0 0;
}
[class^=ee_goods-row][class*=size100] .ee_goods .ee_goods-box .ee_goods-data .ee_desc {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 20px;
}
[class^=ee_goods-row][class*=size100] .ee_goods .ee_goods-box .ee_goods-info {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 20px;
  width: 265px;
  height: 100px;
}
[class^=ee_goods-row][class*=size100] .ee_goods .ee_goods-box .ee_goods-info .ee_order-number {
  display: block;
  flex: 1 0 100px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 13px;
  color: #222;
  text-align: center;
}
[class^=ee_goods-row][class*=size100] .ee_goods .ee_goods-box .ee_goods-info .ee_order-number .ee_number {
  display: inline-block;
  margin-right: 2px;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  vertical-align: middle;
}
[class^=ee_goods-row][class*=size100] .ee_goods .ee_goods-box .ee_goods-info [class^=ee_price-box] {
  flex: 1 0 125px;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-right: 20px;
  text-align: right;
}
[class^=ee_goods-row][class*=size100] .ee_goods .ee_goods-box .ee_goods-info [class^=ee_price-box] .ee_price {
  line-height: 24px;
}
[class^=ee_goods-row][class*=size100] .ee_goods .ee_etc-info {
  margin: 20px 0 0 125px;
  border-top: 1px dashed #ddd;
  padding: 10px 0 0;
}
[class^=ee_goods-row][class*=size100] .ee_goods .ee_etc-info [class^=ee_note] li + li {
  margin: 10px 0 0;
}
[class^=ee_goods-row][class*=size100] .ee_goods .ee_etc-info [class^=ee_note] button {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
[class^=ee_goods-row][class*=size100] .ee_goods .ee_etc-info .ee_radio-wrap {
  margin: 8px 0 0;
  padding: 0 0 10px;
}
[class^=ee_goods-row][class*=size100] .ee_goods .ee_etc-info .ee_radio-wrap .ee_radio {
  margin-top: 0;
  margin-bottom: 0;
}

.ee_nodata {
  position: relative;
  margin: 18px 0 0;
  padding: 130px 0 70px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.ee_nodata::before {
  display: block;
  content: "";
  position: absolute;
  top: 70px;
  left: 50%;
  width: 60px;
  height: 60px;
  background: url(../../../assets/common/image/icons/60x60/ico-common-60-none.svg) no-repeat center;
  transform: translateX(-50%);
}
.ee_nodata p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #777;
  line-height: 22px;
}

.ee_attach-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-left: 105px;
}
.ee_attach-area .ee_btn-attach {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 95px;
  height: 95px;
  border: 1px solid #999;
  border-radius: 3px;
  background: #ffffff;
}
.ee_attach-area .ee_btn-attach input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-indent: -9999px;
  opacity: 0;
}
.ee_attach-area .ee_btn-attach i {
  display: block;
  margin: 0 auto;
}
.ee_attach-area .ee_btn-attach span {
  display: block;
  margin: 3px auto 0;
  font-size: 13px;
  line-height: 21px;
  color: #555;
}
.ee_attach-area .ee_attached-files {
  margin: -10px 0 0 -10px;
  font-size: 0;
}
.ee_attach-area .ee_attached-files li {
  display: inline-block;
  position: relative;
  width: 95px;
  height: 95px;
  margin: 10px 0 0 9px;
  background: url(../../../assets/jaju/image/etc/img-no-image.svg) center center/cover no-repeat;
  vertical-align: top;
}
.ee_attach-area .ee_attached-files li .ee_img {
  position: relative;
  width: 100%;
  height: 100%;
}
.ee_attach-area .ee_attached-files li .ee_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.ee_attach-area .ee_attached-files li .ee_img::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
}
.ee_attach-area .ee_attached-files li img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.ee_attach-area .ee_attached-files li .ee_btn-delete {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.ee_footer .footer .ft_link {
  background: #ffffff;
}
.ee_footer .footer .ft_link .drt .about {
  margin-left: 0;
}
.ee_footer .footer .ft_info ul {
  margin: 0 auto;
}
.ee_footer .footer .app a {
  position: relative;
  background: #f9f9f9;
  font-size: 11px;
  line-height: 16px;
  color: #222;
}
.ee_footer .footer .app a::before {
  display: block;
  content: "";
  position: absolute;
  top: 27px;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
  border-radius: 50%;
  background: #ffffff url(../../../assets/jaju/image/etc/ico-common-logo-symbol.svg) center center no-repeat;
  transform: translateX(-50%);
}
.ee_footer .footer .inn {
  display: flex;
}
.ee_footer .footer .ft_addr .inn {
  display: block;
}
.ee_footer .footer .ft_addr .inn dl {
  padding: 0;
}
.ee_footer .footer .ft_addr .inn .copy {
  width: 100%;
}

.ee_app-download .ee_section-qr {
  position: relative;
}
.ee_app-download .ee_section-qr .ee_tit {
  background: url(../../../assets/common/image/icons/20x20/ico-common-20-qr-code.svg) 0 center no-repeat;
}
.ee_app-download .ee_section-qr .ee_img-qr {
  display: flex;
  align-items: center;
  margin: 15px 0 0;
}
.ee_app-download .ee_section-qr .ee_img-qr li {
  box-sizing: border-box;
  width: 190px;
  height: 170px;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 34px 49px 14px;
  vertical-align: middle;
  font-size: 0;
  text-align: center;
}
.ee_app-download .ee_section-qr .ee_img-qr li + li {
  margin-left: 20px;
}
.ee_app-download .ee_section-qr .ee_img-qr li img {
  width: 90px;
}
.ee_app-download .ee_section-qr .ee_img-qr li .ee_txt {
  margin: 15px 0 0;
  font-size: 0;
}
.ee_app-download .ee_section-qr .ee_img-qr li .ee_txt img {
  width: auto;
}
.ee_app-download .ee_section-url .ee_tit {
  background: url(../../../assets/common/image/icons/20x20/ico-common-20-text-message.svg) 0 center no-repeat;
}
.ee_app-download [class^=ee_section] + [class^=ee_section] {
  margin: 30px 0 0;
}
.ee_app-download .ee_tit {
  padding: 0 0 0 25px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #222;
}
.ee_app-download [class^=ee_note] {
  margin: 10px 0 0;
}
.ee_app-download .ee_input-wrap {
  margin: 20px 0 0;
}
.ee_app-download .ee_input-wrap .ee_input-box .ee_input-row [class^=ee_btn-base] {
  flex: 0 0 130px;
  margin-left: 10px;
}
.ee_app-download .ee_input-wrap .ee_input-box .ee_input-row .ee_select {
  flex: 0 0 70px;
  padding-right: 30px;
  padding-left: 9px;
  background-position: right 0 center;
}
.ee_app-download .ee_input-wrap .ee_input-box .ee_input-row .ee_dash {
  margin: 0 5px;
}

/*에러 페이지*/
.ee_error-container {
  box-sizing: border-box;
  min-width: fit-content;
  height: 100%;
  overflow: hidden;
}
.ee_error-container .ee_error-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.ee_error-container .ee_error-wrap .ee_error-img {
  display: flex;
  width: 104px;
  height: 104px;
}
.ee_error-container .ee_error-wrap .ee_error-img img {
  width: 100%;
}
.ee_error-container .ee_error-wrap .ee_error-tit {
  display: flex;
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  color: #222222;
}
.ee_error-container .ee_error-wrap .ee_error-desc {
  display: flex;
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  color: #777777;
}
.ee_error-container .ee_error-wrap button {
  display: block;
  margin-top: 30px;
  width: 150px;
}
.ee_error-container .ee_error-wrap .ee_error-line {
  display: block;
  width: 500px;
  height: 1px;
  margin: 35px auto 0;
  background: #eeeeee;
  border: 0;
}
.ee_error-container .ee_error-wrap .ee_error-red {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  color: #d10011;
}

/*탑버튼 z-index 조정*/
.ee_container ~ .btn_top {
  z-index: 999;
}

.ee_btn-top.btn_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  width: 45px;
  height: 45px;
  background: url(../../common/image/etc/ico-common-30-top-button.svg) no-repeat 50% 50% #fff;
  cursor: pointer;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-radius: 50%;
  border: 1px solid #ddd;
  overflow: hidden;
}

.inPrm ~ .ee_container {
  padding-top: 250px;
}

/* ee_container 속 swiper button style */
.ee_container .eventCont .swiper-button-next:after,
.ee_container .eventCont .swiper-container-rtl .swiper-button-prev:after {
  display: none;
}
.ee_container .eventCont .swiper-button-prev:after,
.ee_container .eventCont .swiper-container-rtl .swiper-button-next:after {
  display: none;
}

/* SIVD-7125 :: 디지털 보증서 아이콘 */
.icon--digital-warranty {
  display: inline-block;
  background-color: #d99c63;
  width: 88px;
  font-size: 12px;
  line-height: 24px;
  box-sizing: border-box;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-style: normal;
}

.icon--digital-warranty.is--vip-jaju {
  width: 75px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  border-radius: 2px;
  margin: 2px 2px 0 0;
}

.icon--digital-warranty.is--vip-siv {
  width: 75px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  border-radius: 0;
  margin: 0 5px 5px 0;
}

.icon--digital-warranty.is--cart-siv {
  width: 65px;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: -0.6px;
  border-radius: 0;
  margin-left: 3px;
}

.icon--warranty-completed {
  display: inline-block;
  background-color: #fff;
  width: 90px;
  font-size: 12px;
  line-height: 24px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  letter-spacing: -0.03em;
  white-space: nowrap;
  font-style: normal;
}

.ee_product-detail-wrap {
  padding: 50px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-head {
  display: flex;
  align-items: flex-start;
}
.ee_product-detail-wrap .ee_product-detail-head::after {
  display: block;
  content: "";
  clear: both;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap {
  flex: 1;
  padding-right: 60px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_product-img {
  position: relative;
  width: 570px;
  margin: 0 auto;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_product-img img {
  width: 100%;
  vertical-align: top;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_product-img .ee_thum {
  cursor: url(../../../assets/common/image/icons/etc/zoom_cursor.png), url(../../../assets/common/image/icons/etc/zoom_cursor.cur), pointer;
  margin: 0 auto;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_product-img .ee_img-top {
  display: flex;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_product-img .ee_payback {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  width: 100px;
  height: 100px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_product-img .ee_payback .ee_close {
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 20;
  width: 20px;
  height: 20px;
  font-size: 0;
  background: url(../../../assets/common/image/icons/20x20/ico-common-20-close-555.svg) center center no-repeat;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_product-img .ee_mov-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 100%;
  z-index: 15;
  background-color: #fff;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_product-img .ee_mov-wrap .ee_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_product-img .swiper-page-wrapper {
  left: 50%;
  width: 50%;
  transform: translateX(-50%);
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap {
  width: 570px;
  margin: 20px auto 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .ee_review-box {
  display: flex;
  position: relative;
  padding: 13px 0 12px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .ee_review-box .ee_star-wrap {
  flex: 1 0 140px;
  width: 140px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .ee_review-box .ee_review-txt {
  overflow: hidden;
  display: block;
  max-width: 100%;
  max-height: 20px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
  width: 100%;
  padding: 0 110px 0 0;
  font-size: 12px;
  line-height: 20px;
  color: #222;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .ee_review-box .ee_btn-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translateY(-50%);
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .gd_plan {
  margin: 0;
  border: none;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .gd_plan .g_plan {
  display: flex;
  position: relative;
  border-top: 1px solid #eee;
  border-bottom: none;
  padding: 0 40px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .gd_plan .g_plan.on button::before {
  transform: translateY(-50%);
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .gd_plan .g_plan.on button::after {
  transform: translateY(-50%);
  opacity: 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .gd_plan .g_plan.on dl {
  max-height: 300px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .gd_plan .g_plan.on dl dd ul li {
  display: block;
  padding: 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .gd_plan .g_plan.on dl dd ul li::after {
  display: none;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .gd_plan .g_plan button {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .gd_plan .g_plan button::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 1px;
  background: #555;
  transform: translateY(-50%) rotate(-180deg);
  transition: all 0.3s;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .gd_plan .g_plan button::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 1px;
  background: #555;
  transform: translateY(-50%) rotate(-90deg);
  transition: all 0.3s;
  opacity: 1;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .gd_plan .g_plan button span {
  display: none;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .gd_plan .g_plan dl {
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  max-height: 40px;
  align-items: flex-start;
  padding: 10px 0;
  transition: all 0.3s;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .gd_plan .g_plan dl dt {
  flex: 0 0 140px;
  position: relative;
  top: 0;
  width: 140px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .gd_plan .g_plan dl dd {
  flex: 1;
  font-size: 12px;
  line-height: 20px;
  color: #555;
  transition: all 0.3s;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .gd_plan .g_plan dl dd ul li {
  display: none;
  padding: 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .gd_plan .g_plan dl dd ul li:first-child {
  display: block;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .gd_plan .g_plan dl dd ul li + li {
  margin: 6px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .gd_plan .g_plan dl dd ul li a {
  overflow: hidden;
  display: block;
  max-width: 100%;
  max-height: 20px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 20px;
  color: #555;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .gd_plan .g_plan dl dd ul li::after {
  display: none;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .ee_hashtags {
  display: flex;
  border-top: 1px solid #eee;
  padding: 10px 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .ee_hashtags .ee_tit {
  flex: 0 0 140px;
  width: 140px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .ee_hashtags .ee_cont .ee_hashtags-wrap {
  margin: -4px 0 0 -4px;
  font-size: 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .ee_hashtags .ee_cont .ee_hashtags-wrap li {
  display: inline-block;
  margin: 4px 0 0 4px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .ee_hashtags .ee_cont .ee_hashtags-wrap li a {
  display: block;
  border-radius: 3px;
  padding: 2px 15px;
  background: #f4f4f4;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_review-wrap .ee_hashtags .ee_cont .ee_hashtags-wrap li a span {
  font-size: 11px;
  line-height: 20px;
  color: #777;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info {
  flex: 1;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_flag-wrap {
  margin: 0 0 15px;
  /* SIVD-7125 :: 디지털 보증서 아이콘 */
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_flag-wrap .icon--digital-warranty {
  margin: 2px 2px 0 0;
  height: 20px;
  line-height: 20px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_cate-area {
  overflow: hidden;
  margin: 0 0 10px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_cate-area .ee_product-code {
  float: right;
  padding: 5px 0;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_cate-area .ee_brand {
  float: left;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_cate-area .ee_brand a {
  display: block;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_cate-area .ee_brand img {
  max-width: 420px;
  width: auto;
  height: auto;
  padding: 7px 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_tit-area {
  padding: 0 0 20px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_tit-area .ee_tit-head::after {
  display: block;
  content: "";
  clear: both;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_tit-area .ee_tit-head .ee_tit {
  float: left;
  width: 500px;
  font-size: 24px;
  line-height: 32px;
  color: #222;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_tit-area .ee_tit-head .ee_btn-share {
  float: right;
  width: 30px;
  height: 30px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_tit-area .ee_desc {
  width: 500px;
  margin: 8px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_tit-area .ee_desc .ee_txt {
  font-size: 13px;
  line-height: 21px;
  color: #777;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_tit-area .ee_desc .ee_txt + .ee_txt {
  margin: 4px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_tit-area [class*=ee_price-box] {
  margin: 8px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_tit-area .ee_discount-list [class*=ee_price-box] {
  margin: 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_tit-area .ee_discount-list .ee_member-info .ee_desc {
  width: 100%;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li {
  width: 100%;
  padding: 20px 0 15px;
  border-top: 1px solid #eee;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-icon {
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 15px 20px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-icon > ul {
  display: flex;
  justify-content: flex-start;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-icon > ul li {
  min-width: 80px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-icon > ul li img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-icon > ul li .ee_txt {
  font-size: 12px;
  line-height: 20px;
  color: #222;
  text-align: center;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-icon > ul li + li {
  margin: 0 0 0 10px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-icon + li {
  border-top: none;
  padding-top: 20px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_reserve-area {
  border-top: none;
  padding: 10px 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_reserve-area .ee_reserve-tit {
  overflow: hidden;
  margin: -2px 0 10px;
  border-bottom: 1px solid #222;
  padding: 0 0 7px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_reserve-area .ee_reserve-tit .ee_tit {
  float: left;
  font-size: 15px;
  line-height: 24px;
  color: #222;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_reserve-area .ee_reserve-tit .ee_desc {
  float: right;
  font-size: 12px;
  line-height: 24px;
  color: #d10011;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_reserve-area .ee_reserve-tit + .ee_info-details {
  border-color: #222;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-coupons dl ~ dl {
  margin: 10px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-coupons dl dd {
  padding: 0 124px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-coupons dl dd [class*=ee_icon] {
  flex: 0 0 16px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-coupons ~ .ee_info-details, .ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-coupons ~ .ee_info-cards {
  border-top: 1px dashed #eee;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-cards {
  padding: 10px 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-cards dl dd {
  padding: 0 124px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-cards dl dd .ee_txt {
  /* width: 100%;*/
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-cards dl dd .ee_tooltip-wrap {
  /*margin-left: auto;*/
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-cards dl dd.ee_full-area {
  padding: 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-details {
  padding: 10px 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-delivery {
  padding: 10px 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-delivery dl dd {
  padding: 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-set {
  padding: 20px 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-set .ee_set-guide {
  margin: 6px 0 0;
  font-size: 11px;
  line-height: 19px;
  color: #999;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-product {
  padding: 20px 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-product dl dd {
  padding-right: 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-options dl ~ dl {
  margin: 15px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-options dl dd {
  display: block;
  min-height: auto;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-options dl dd .ee_option-list {
  padding: 2px 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-options dl dd .ee_recommend {
  margin: 5px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li.ee_info-options dl dd .ee_recommend .ee_recommend-txt {
  margin: 0 0 0 5px;
  font-size: 12px;
  line-height: 20px;
  color: #222;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li .ee_guide-txt {
  border-radius: 3px;
  padding: 5px;
  background: #f7f7f7;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  text-align: center;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li .ee_guide-txt + dl {
  margin: 15px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li dl {
  display: flex;
  align-items: flex-start;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li dl ~ dl {
  margin: 5px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li dl.al-c dd .ee_btn-wrap {
  top: 50%;
  transform: translateY(-50%);
  line-height: initial;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li dl.al-c dd [class*=ee_price-box] {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translateY(-50%);
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li dl dt {
  display: flex;
  flex: 0 0 120px;
  align-items: center;
  box-sizing: border-box;
  width: 120px;
  min-height: 30px;
  padding: 5px 0;
  font-size: 12px;
  line-height: 20px;
  color: #555;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li dl dd {
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: content-box;
  padding: 0 145px 0 0;
  flex: 1 1 auto;
  min-height: 30px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li dl dd .ee_btn-wrap {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 10;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li dl dd .ee_btn-wrap .ee_btn-icon {
  padding-right: 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li dl dd .ee_btn-wrap > * {
  position: relative;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li dl dd .ee_btn-wrap > * ~ * {
  margin: 0 0 0 5px;
  padding: 0 0 0 6px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li dl dd .ee_btn-wrap > * ~ *::before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #eee;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li dl dd > .ee_txt {
  padding: 5px 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li dl dd .ee_radio.ty2 .ee_txt,
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li dl dd .ee_checkbox.ty2 .ee_txt {
  box-sizing: border-box;
  padding: 2px 0 2px 28px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li dl dd .ee_set-size {
  width: 100%;
  padding: 5px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li dl dd .ee_set-size > li {
  position: relative;
  margin-right: -145px;
  padding-right: 145px;
  padding-bottom: 10px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li dl dd .ee_set-size > li ~ li {
  border-top: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li dl dd .ee_set-size > li ~ li .ee_btn-wrap {
  top: 10px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li dl dd .ee_set-size > li .ee_set-option {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 20px;
  color: #222;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li dl dd .ee_set-size > li .ee_btn-wrap {
  top: 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-area > li dl dd [class^=ee_checkbox].ty3 .ee_txt {
  padding: 2px 0 2px 28px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_total-price {
  overflow: hidden;
  position: relative;
  margin: 30px 0 0;
  border-top: 1px solid #222;
  padding: 13px 0 14px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_total-price .ee_sort {
  float: left;
  padding: 4px 0 3px;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #222;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_total-price .ee_price {
  float: right;
  font-size: 16px;
  line-height: 25px;
  color: #222;
  text-align: right;
  vertical-align: middle;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_total-price .ee_price .ee_number {
  display: inline-block;
  margin-right: 2px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5px;
  vertical-align: middle;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_price-guide {
  font-size: 11px;
  line-height: 19px;
  color: #d10011;
  text-align: right;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_price-guide + .ee_common-btn-wrap {
  margin: 23px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_common-btn-wrap {
  margin: 20px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_common-btn-wrap.gds_btns {
  display: flex;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info {
  margin: 30px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .ee_select,
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info select {
  margin: 0 0 5px;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl {
  border-bottom: none;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl:first-child > dd {
  display: block;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl {
  padding: 5px 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl + dl {
  border-top: 1px solid #eee;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dt {
  border: none;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dt button {
  display: block;
  position: relative;
  width: 100%;
  padding: 8px 0 7px;
  font-size: 16px;
  line-height: 25px;
  color: #222;
  text-align: left;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dt button::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 1px;
  background: #555;
  transform: translateY(-50%) rotate(-180deg);
  transition: all 0.3s;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dt button::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 1px;
  background: #555;
  transform: translateY(-50%) rotate(-90deg);
  transition: all 0.3s;
  opacity: 1;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dt button em {
  font-family: "NanumBarunGothic";
  font-size: 16px;
  line-height: 25px;
  color: #222;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dt button.on::before {
  transform: translateY(-50%);
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dt button.on::after {
  transform: translateY(-50%);
  opacity: 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd {
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0 20px;
  color: #555;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li {
  display: block;
  position: relative;
  margin: 6px 0 0;
  padding: 0 0 0 8px;
  font-size: 12px;
  line-height: 20px;
  color: #555;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li + li {
  margin: 6px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #555;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li::after {
  display: none;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li .link {
  display: block;
  margin: 10px 0 0 -8px;
  border: 1px solid #ccc;
  border-radius: 15px;
  background: #ffffff;
  text-decoration: none;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li .link em,
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li .link span {
  display: block;
  padding: 6px 14px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  text-decoration: none;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li .img {
  display: block;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li ul {
  margin: 2px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li ul li {
  font-size: 12px;
  line-height: 20px;
  color: #555;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li ul li + li {
  margin: 2px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li .tbl {
  margin: 15px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li .tbl table tbody tr th {
  box-sizing: border-box;
  width: 140px;
  border: 1px solid #eee;
  border-left: none;
  padding: 10px 20px;
  background-color: #f7f7f7;
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li .tbl table tbody tr td {
  border: 1px solid #eee;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  vertical-align: middle;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li .tbl table tbody tr td:last-child {
  border-right: none;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li .tbl table tbody tr td span {
  display: inline-block;
  position: relative;
  padding-left: 21px;
  letter-spacing: normal;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li .tbl table tbody tr td span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-check-white.svg) center center/cover no-repeat;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li .tbl table tbody tr td.on {
  color: #222;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li .tbl table tbody tr td.on span::before {
  background-image: url(../../../assets/common/image/icons/16x16/ico-common-16-check-555.svg);
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li .tbl table tbody tr:first-child th,
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li .tbl table tbody tr:first-child td {
  border-top-color: #ddd;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li .tbl table tbody tr:last-child th,
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .gds_dtl > dl > dd > ul > li .tbl table tbody tr:last-child td {
  border-bottom-color: #ddd;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_etc-info .pxb-rounded button .pixibo-text-container {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  text-decoration: none;
  letter-spacing: -1px;
}
.ee_product-detail-wrap .ee_product-detail-mid {
  margin: 60px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-mid .ee_banner-area .ee_banner ~ .ee_banner {
  margin: 15px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-mid .ee_recommend-area {
  margin: 57px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-mid .ee_recommend-area .ee_cont-wrap {
  margin: 30px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-mid .ee_recommend-area .ee_swiper-container .swiper-button-prev,
.ee_product-detail-wrap .ee_product-detail-mid .ee_recommend-area .ee_swiper-container .swiper-button-next {
  width: 30px;
  height: 30px;
  transform: translateY(-60px);
}
.ee_product-detail-wrap .ee_product-detail-body {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin: 60px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner {
  position: relative;
  box-sizing: border-box;
  min-width: 850px;
  width: 100%;
  padding-right: 350px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_sticky-tab.fixed {
  position: fixed;
  top: 0;
  z-index: 200;
  background: #ffffff;
  transition: transform 0.2s;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_sticky-tab.hide {
  transform: translateY(-100%);
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont {
  min-height: 830px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area {
  padding: 30px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-product {
  /*상세페이지 이미지 노출*/
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-product .goods-detail {
  width: auto;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-product .goods-detail .goods-detail-inner {
  margin-top: 93px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-product .goods-detail .goods-detail-inner .goods-detail-image {
  display: block;
  text-align: center;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-product .goods-detail.goods-detail--A .goods-detail-inner .goods-detail-image img {
  display: block;
  margin: 0 auto;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-product .goods-detail.goods-detail--A .goods-detail-inner .goods-detail-image img + img {
  margin-top: 60px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-product .goods-detail.goods-detail--B .goods-detail-inner .goods-detail-image, .ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-product .goods-detail.goods-detail--C .goods-detail-inner .goods-detail-image {
  display: flex;
  flex-flow: row wrap;
  width: auto;
  max-width: 1000px;
  justify-content: space-between;
  margin: -100px auto 0;
  padding-bottom: 260px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-product .goods-detail.goods-detail--B .goods-detail-inner .goods-detail-image .goods-detail-item, .ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-product .goods-detail.goods-detail--C .goods-detail-inner .goods-detail-image .goods-detail-item {
  width: 45%;
  margin-top: 100px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-product .goods-detail.goods-detail--B .goods-detail-inner .goods-detail-image .goods-detail-item:nth-child(even), .ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-product .goods-detail.goods-detail--C .goods-detail-inner .goods-detail-image .goods-detail-item:nth-child(even) {
  position: relative;
  top: 260px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-product .goods-detail.goods-detail--D .goods-detail-inner .goods-detail-image {
  display: flex;
  flex-flow: row wrap;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-product .goods-detail.goods-detail--D .goods-detail-inner .goods-detail-image .goods-detail-item {
  width: 33%;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-product .goods-detail.goods-detail--D .goods-detail-inner .goods-detail-image .goods-detail-item:nth-child(1n+4) {
  margin-top: 60px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head {
  display: flex;
  align-items: flex-start;
  min-width: 850px;
  max-width: 1110px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_tit18 {
  padding: 11px 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-summ {
  width: 50%;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-summ .ee_guide {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}

.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-summ .ee_review-benefit {
  margin: 14px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-summ .ee_review-benefit .ee_benefit-guide,
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-summ .ee_review-benefit .ee_benefit-item {
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-summ .ee_review-benefit .ee_benefit-guide.emphasis,
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-summ .ee_review-benefit .ee_benefit-item.emphasis {
  margin-top: 3px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-summ .ee_review-benefit .ee_benefit-guide.emphasis a,
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-summ .ee_review-benefit .ee_benefit-item.emphasis a {
  font-weight: bold;
  color: #222;
  text-decoration: underline;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-summ .ee_review-benefit .ee_benefit-guide.emphasis a:after,
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-summ .ee_review-benefit .ee_benefit-item.emphasis a:after {
  display: inline-block;
  content: ">";
  padding-left: 4px;
  font-family: sans-serif;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-summ .ee_review-benefit .ee_benefit-list li {
  position: relative;
  padding: 0 0 0 8px;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}

.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-summ .ee_review-benefit .ee_benefit-list li:before {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 2px;
  background: #999;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-summ .ee_guide .ee_guide-item {
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-summ .ee_guide .ee_guide-list li {
  position: relative;
  padding: 0 0 0 8px;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-summ .ee_guide .ee_guide-list li:before {
  color: #222;
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 2px;
  background: #999;
}

.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-summ:only-child {
  width: 100%;
  text-align: center;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-photo {
  width: 50%;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-photo .ee_review-photo-wrap {
  display: flex;
  position: relative;
  padding-right: calc(((100% - 25px) / 5) + 10px);
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-photo .ee_review-photo-wrap .ee_btn-more {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: calc((100% - 25px) / 5);
  margin: 0 0 0 10px;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #ffffff;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-photo .ee_review-photo-wrap .ee_btn-more i {
  display: block;
  margin: 0 auto;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-photo .ee_review-photo-wrap .ee_btn-more span {
  display: block;
  margin: 2px auto 0;
  font-size: 13px;
  line-height: 21px;
  color: #777;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-photo .ee_review-photo-wrap .ee_swiper-container {
  justify-content: flex-start;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-photo .ee_review-photo-wrap .ee_swiper-container.ee_less-per-view .swiper-button-prev,
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-photo .ee_review-photo-wrap .ee_swiper-container.ee_less-per-view .swiper-button-next {
  display: none;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-photo .ee_review-photo-wrap .ee_swiper-container .swiper-wrapper {
  justify-content: flex-start;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-photo .ee_review-photo-wrap .ee_swiper-container .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-photo .ee_review-photo-wrap .ee_swiper-container .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-photo .ee_review-photo-wrap .ee_swiper-container .swiper-slide {
  min-width: 80px;
  max-width: 106px;
  min-height: 80px;
  max-height: 106px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-photo .ee_review-photo-wrap .ee_swiper-container .swiper-slide button {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 100%;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-photo .ee_review-photo-wrap .ee_swiper-container .swiper-slide button .ee_num {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.3);
  font-family: "Roboto";
  font-weight: 500;
  font-size: 11px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-head .ee_review-photo .ee_review-photo-wrap .ee_swiper-container .swiper-slide button img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-area {
  margin: 20px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-review .ee_review-area .ee_review-list-wrap {
  margin: 10px 0 0;
  border-top: 1px solid #222;
  padding: 10px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap {
  margin: 10px 0 0;
  border-top: 1px solid #222;
  padding: 10px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li {
  padding: 0 20px 0 30px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li + li {
  margin: 25px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li.ee_nodata {
  margin-top: 0;
  border-top: none;
  padding: 140px 0 150px;
  font-size: 16px;
  line-height: 25px;
  color: #555;
  text-align: center;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li.ee_nodata::before {
  display: none;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li.ee_answered .ee_tit-area .ee_status {
  flex: 0 0 auto;
  font-weight: 700;
  color: #222;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li.ee_answered .ee_cont-area {
  color: #555;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li .ee_tit-area {
  display: flex;
  align-items: flex-start;
  margin-left: -10px;
  padding: 15px 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li .ee_tit-area i {
  flex: 0 0 auto;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li .ee_tit-area .ee_tit-box {
  margin: 0 40px 0 5px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li .ee_tit-area .ee_tit-box .ee_tit {
  font-size: 13px;
  line-height: 21px;
  color: #222;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li .ee_tit-area .ee_tit-box .ee_tit i {
  vertical-align: middle;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li .ee_tit-area .ee_tit-box .ee_option {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li .ee_tit-area .ee_status {
  margin-left: auto;
  font-size: 13px;
  line-height: 21px;
  color: #999;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li .ee_cont-area {
  position: relative;
  padding: 25px 30px;
  background: #f7f7f7;
  font-size: 13px;
  line-height: 21px;
  color: #999;
  border-radius: 0 5px 5px 5px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li .ee_cont-area p + p {
  margin: 10px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li .ee_cont-area::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  border-left: 10px solid transparent;
  border-top: 10px solid #f7f7f7;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li .ee_flex {
  display: flex;
  align-items: center;
  margin: 10px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li .ee_flex .ee_user-info {
  font-size: 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li .ee_flex .ee_user-info span {
  display: inline-block;
  position: relative;
  font-family: "Roboto";
  font-size: 12px;
  line-height: 20px;
  color: #999;
  vertical-align: middle;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li .ee_flex .ee_user-info span + span {
  margin: 0 0 0 10px;
  padding: 0 0 0 11px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li .ee_flex .ee_user-info span + span::before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #ddd;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li .ee_flex .ee_btn-wrap {
  margin-left: auto;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li .ee_flex .ee_btn-wrap button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li .ee_flex .ee_btn-wrap button span {
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li .ee_flex .ee_btn-wrap button + button {
  margin: 0 0 0 10px;
  padding: 0 0 0 11px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-qna .ee_qna-list-wrap .ee_qna-list > li .ee_flex .ee_btn-wrap button + button::before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #ddd;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-shipment {
  padding: 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-shipment .gd_info_txt {
  border-bottom: none;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-shipment .gd_info_txt dl {
  border-top: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-shipment .gd_info_txt dl ~ dl {
  padding-top: 10px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-shipment .gd_info_txt dl dt {
  padding: 11px 0;
  font-family: "NanumBarunGothic";
  font-size: 18px;
  line-height: 28px;
  color: #222;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-shipment .gd_info_txt dl dd {
  position: relative;
  padding: 0 0 0 8px;
  font-size: 12px;
  line-height: 20px;
  color: #555;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-shipment .gd_info_txt dl dd::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #555;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-shipment .gd_info_txt dl dd::after {
  display: none;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-shipment .gd_info_txt dl dd + dd {
  margin: 6px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont img {
  max-width: 100%;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order {
  flex: 0 0 320px;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 320px;
  margin: 0 0 0 30px;
  border: 1px solid #222;
  padding: 19px 0 120px 0;
  background: #ffffff;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order.fixed {
  position: fixed;
  top: 0;
  z-index: 200;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .os-viewport {
  overflow-x: visible;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-right: 19px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail .os-scrollbar-vertical {
  right: 5px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail .ee_wrapper {
  padding: 0 0 30px 19px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl {
  padding: 15px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl + dl {
  border-top: none;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl + .ee_set-make {
  margin: 15px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl dt {
  display: flex;
  align-items: center;
  font-size: 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl dt .ee_sort {
  font-size: 13px;
  line-height: 21px;
  color: #555;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl dt .ee_detail {
  overflow: hidden;
  display: block;
  max-width: 100%;
  max-height: 21px;
  line-height: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
  position: relative;
  max-width: 140px;
  margin: 0 0 0 10px;
  padding: 0 0 0 11px;
  font-size: 13px;
  line-height: 21px;
  color: #555;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl dt .ee_detail::before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #eee;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl dt .ee_btn-wrap {
  flex: 0 0 auto;
  margin-left: auto;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl dd {
  margin: 5px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl dd ~ dt {
  margin: 15px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl dd .ee_coupon-wrap li {
  display: flex;
  align-items: center;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl dd .ee_coupon-wrap li + li {
  margin: 5px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl dd .ee_recommend {
  margin: 5px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl dd .ee_recommend .ee_recommend-txt {
  margin: 0 0 0 5px;
  font-size: 12px;
  line-height: 20px;
  color: #222;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl dd .ee_option-list {
  padding: 2px 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl dd .ee_set-size {
  width: 100%;
  padding: 5px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl dd .ee_set-size > li {
  position: relative;
  padding-bottom: 10px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl dd .ee_set-size > li ~ li {
  border-top: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl dd .ee_set-size > li ~ li .ee_btn-wrap {
  top: 10px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl dd .ee_set-size > li .ee_set-option {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 20px;
  color: #222;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl dd .ee_set-size > li .ee_btn-wrap {
  top: 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl.ee_info-guide {
  display: flex;
  border: solid #eee;
  border-width: 1px 0;
  padding: 15px 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl.ee_info-guide dt {
  flex: 0 0 80px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl.ee_info-guide dd {
  display: inline-flex;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #555;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl.ee_reserve-product {
  border: solid #eee;
  border-width: 1px 0;
  padding: 15px 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl.ee_reserve-product:empty {
  border-bottom: none;
  padding: 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl.ee_reserve-product dt {
  display: flex;
  align-items: center;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl.ee_reserve-product dt .ee_soldout {
  margin-left: auto;
  font-size: 12px;
  line-height: 20px;
  color: #d10011;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl.ee_reserve-product dd {
  margin: 10px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl.ee_reserve-product dd ul li {
  display: flex;
  align-items: flex-start;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl.ee_reserve-product dd ul li + li {
  margin: 6px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl.ee_reserve-product dd ul li .ee_sort {
  flex: 0 0 80px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl.ee_reserve-product dd ul li .ee_cont {
  font-size: 12px;
  line-height: 20px;
  color: #555;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl + dl.ee_info-guide, .ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail dl + dl.ee_reserve-product {
  border-top: none;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail .ee_set-make [class*=ee_note] {
  margin: 10px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail .ee_set-make [class*=ee_note] ~ [class*=ee_goods-row] {
  margin: 10px 0 0;
  border-top: 1px solid #eee;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail .ee_set-make [class*=ee_goods-row] {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail .ee_set-make ~ .ee_btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin: 6px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-detail .ee_set-make ~ .ee_btn-wrap + dl {
  padding-top: 0;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-bottom .ee_total-price {
  overflow: hidden;
  position: relative;
  margin: 0 19px 20px;
  border-top: 1px solid #222;
  padding: 8px 0 10px;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-bottom .ee_total-price .ee_sort {
  float: left;
  padding: 4px 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #222;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-bottom .ee_total-price .ee_price {
  float: right;
  font-size: 15px;
  line-height: 24px;
  color: #222;
  text-align: right;
  vertical-align: middle;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-bottom .ee_total-price .ee_price .ee_number {
  display: inline-block;
  margin: 0 1px 0 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5px;
  vertical-align: middle;
}
.ee_product-detail-wrap .ee_product-detail-body .ee_sticky-order .ee_option-bottom .ee_common-btn-wrap * + * {
  margin-left: 0;
}
.ee_product-detail-wrap .ee_product-detail-banner {
  margin: 100px 0 0;
}
.ee_product-detail-wrap .ee_product-detail-banner a {
  display: block;
}
.ee_product-detail-wrap .ee_product-detail-banner img {
  width: 100%;
  height: auto;
}

.ee_level-wrap {
  margin: -5px 0 0 -25px;
  padding: 5px 0;
}
.ee_level-wrap .ee_level {
  display: inline-block;
  margin: 5px 0 0 25px;
}
.ee_level-wrap .ee_level .ee_level-txt {
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 11px;
  line-height: 16px;
  color: #555;
  vertical-align: middle;
}

.ee_free-gift-wrap {
  width: 100%;
}
.ee_free-gift-wrap ul {
  border-radius: 3px;
  padding: 20px 15px 10px;
  background: #f7f7f7;
}
.ee_free-gift-wrap ul.ee_note {
  padding: 20px 20px 10px;
}
.ee_free-gift-wrap ul.ee_note .ee_freegift-tit {
  margin-left: 0;
}
.ee_free-gift-wrap ul ~ ul {
  margin: 5px 0 0;
}
.ee_free-gift-wrap ul li {
  display: flex;
  align-items: center;
  word-break: break-all;
}
.ee_free-gift-wrap ul li + li {
  margin: 6px 0 0;
}
.ee_free-gift-wrap ul li button {
  flex: 0 0 16px;
  align-self: flex-start;
  box-sizing: content-box;
  margin: 0 0 0 1px;
  padding: 4px;
}
.ee_free-gift-wrap ul li.ee_freegift-tit {
  margin: 0 0 10px 5px;
  padding: 0;
  font-size: 13px;
  line-height: 15px;
  color: #222;
}
.ee_free-gift-wrap ul li.ee_freegift-tit::before {
  display: none;
}
.ee_free-gift-wrap ul li.ee_freegift-tit + li {
  margin: 0;
}
.ee_free-gift-wrap .ee_info-guide {
  margin: 6px 0 0;
  font-size: 11px;
  line-height: 19px;
  color: #999;
}

.ee_image-top .swiper-wrapper {
  display: flex;
}

.ee_image-thumb-wrap {
  position: relative;
  box-sizing: border-box;
  width: 570px;
  margin: 20px auto 0;
  padding: 0 50px;
}
.ee_image-thumb-wrap .ee_image-thumb {
  margin: 0 auto;
}

.ee_image-thumb {
  box-sizing: content-box;
}
.ee_image-thumb .ee_inner {
  margin: 0 50px;
}
.ee_image-thumb .swiper-slide {
  position: relative;
  cursor: pointer;
  padding-top: 14.9%;
  height: 0;
  width: 70px;
  margin-right: 10px;
}
.ee_image-thumb .swiper-slide::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  border: 2px solid #222;
  opacity: 0;
}
.ee_image-thumb .swiper-slide.on::before {
  opacity: 1;
}
.ee_image-thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  object-fit: cover;
}
.ee_image-thumb .swiper-button-prev {
  left: -50px;
}
.ee_image-thumb .swiper-button-next {
  right: -50px;
}

.ee_restock-size {
  margin: 30px 0 0;
  border-radius: 3px;
  padding: 30px 20px;
  background: #f4f4f4;
}
.ee_restock-size > li + li {
  margin: 20px 0 0;
}
.ee_restock-size > li .ee_tit-area {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}
.ee_restock-size > li .ee_tit-area .ee_tit .ee_sort {
  display: inline-block;
  font-size: 13px;
  line-height: 21px;
  color: #555;
  vertical-align: middle;
}
.ee_restock-size > li .ee_tit-area .ee_tit .ee_option {
  display: inline-block;
  position: relative;
  margin: 0 0 0 10px;
  padding: 0 0 0 11px;
  font-size: 13px;
  line-height: 21px;
  color: #555;
  vertical-align: middle;
}
.ee_restock-size > li .ee_tit-area .ee_tit .ee_option::before {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #ccc;
}
.ee_restock-size > li .ee_tit-area [class*=ee_btn-line] {
  margin-left: auto;
}

.ee_tab ~ .ee_set-product {
  margin: 30px 0 0;
}

.ee_set-product .ee_tit15 {
  margin: 0 0 5px;
}

.ee_slt-set {
  border-top: 1px solid #222;
  border-bottom: 1px solid #ddd;
}
.ee_slt-set [class^=ee_goods-row] .ee_goods .ee_select-area .ee_row [class^=ee_select] {
  flex: 0 0 361px;
  width: 361px;
}

.ee_bundle-wrap {
  border-top: 1px solid #222;
  border-bottom: 1px solid #ddd;
  padding: 5px 0 0;
}

.ee_container.ee_prd-detail .ee_contents {
  min-width: 1200px;
  max-width: 1460px;
  width: auto;
}

.gds_dtl .measuring_inner {
  position: relative;
  margin: 10px 0 0;
}
.gds_dtl .measuring_inner + .measuring_inner {
  margin: 20px 0 0;
}
.gds_dtl .measuring_inner img {
  width: 100%;
}
.gds_dtl .measuring_inner ~ ul {
  margin: 20px 0 0;
}
.gds_dtl .measuring_inner .measuringImg {
  float: none;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
}
.gds_dtl .measuring_inner .measuringImg img {
  display: block;
  width: auto;
  margin: 0 auto;
}
.gds_dtl .measuring_inner .measuringinfo {
  float: none;
  margin: 20px 0 0;
}
.gds_dtl .measuring_inner .measuringinfo li {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.gds_dtl .measuring_inner .measuringinfo li + li {
  margin: 6px 0 0;
}
.gds_dtl .measuring_inner .measuringinfo li .typeA {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #555;
  font-weight: 700;
  font-size: 10px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}
.gds_dtl .measuring_inner .measuringinfo li .miCont {
  display: flex;
  align-items: flex-start;
  float: none;
  width: 100%;
  margin: 0 0 0 14px;
  padding: 0;
  font-size: 0;
}
.gds_dtl .measuring_inner .measuringinfo li .miCont dt {
  flex: 0 0 73px;
  width: 73px;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #555;
}
.gds_dtl .measuring_inner .measuringinfo li .miCont dd {
  font-size: 12px;
  line-height: 20px;
  color: #555;
}
.gds_dtl .measuring_inner .measuringinfo .layer_measure {
  display: inline-block;
  position: absolute;
  z-index: 10;
  border: 1px solid #ccc;
  padding: 1px 2px 0;
  background: #ffffff;
  font-weight: 500;
  font-size: 10px;
  line-height: 11px;
  color: #555;
}
.gds_dtl .measuring_inner .measuringinfo .layer_measure::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 4px;
  height: 2px;
  margin: 0 0 0 -2px;
  background: url(../../../assets/common/image/icons/etc/ico-common-10-arrow-up-white.svg) center center no-repeat;
}
.gds_dtl .measuring_inner .measuringinfo .layer_measure .size {
  margin: 0;
}
.gds_dtl .measuring_inner .measuringinfo.m--top li:nth-child(1) .layer_measure {
  top: 27px;
  left: 50%;
  transform: translateX(-21px);
}
.gds_dtl .measuring_inner .measuringinfo.m--top li:nth-child(2) .layer_measure {
  top: 137px;
  left: 50%;
  transform: translateX(-21px);
}
.gds_dtl .measuring_inner .measuringinfo.m--top li:nth-child(3) .layer_measure {
  top: 160px;
  left: 50%;
  transform: translateX(88px);
}
.gds_dtl .measuring_inner .measuringinfo.m--top li:nth-child(4) .layer_measure {
  top: 151px;
  left: 50%;
  transform: translateX(-123px);
}
.gds_dtl .measuring_inner .measuringinfo.m--bottom li:nth-child(1) .layer_measure {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.gds_dtl .measuring_inner .measuringinfo.m--bottom li:nth-child(2) .layer_measure {
  top: 73px;
  left: 50%;
  transform: translateX(-50%);
}
.gds_dtl .measuring_inner .measuringinfo.m--bottom li:nth-child(3) .layer_measure {
  top: 128px;
  left: 50%;
  transform: translateX(-3px);
}
.gds_dtl .measuring_inner .measuringinfo.m--bottom li:nth-child(4) .layer_measure {
  top: 149px;
  left: 50%;
  transform: translateX(-65px);
}
.gds_dtl .measuring_inner .measuringinfo.m--underwear li:nth-child(1) .layer_measure {
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
}
.gds_dtl .measuring_inner .measuringinfo.m--underwear li:nth-child(2) .layer_measure {
  top: 153px;
  left: 50%;
  transform: translateX(-50%);
}
.gds_dtl .measuring_inner .measuringinfo.m--underwear li:nth-child(3) .layer_measure {
  top: 137px;
  left: 50%;
  transform: translateX(70px);
}
.gds_dtl .measuring_inner .measuringinfo.w--top li:nth-child(1) .layer_measure {
  top: 21px;
  left: 50%;
  transform: translateX(-53%);
}
.gds_dtl .measuring_inner .measuringinfo.w--top li:nth-child(2) .layer_measure {
  top: 145px;
  left: 50%;
  transform: translateX(-50%);
}
.gds_dtl .measuring_inner .measuringinfo.w--top li:nth-child(3) .layer_measure {
  top: 168px;
  left: 50%;
  transform: translateX(71px);
}
.gds_dtl .measuring_inner .measuringinfo.w--top li:nth-child(4) .layer_measure {
  top: 156px;
  left: 50%;
  transform: translateX(-110px);
}
.gds_dtl .measuring_inner .measuringinfo.w--dress li:nth-child(1) .layer_measure {
  top: 18px;
  left: 50%;
  transform: translateX(-41%);
}
.gds_dtl .measuring_inner .measuringinfo.w--dress li:nth-child(2) .layer_measure {
  top: 89px;
  left: 50%;
  transform: translateX(-41%);
}
.gds_dtl .measuring_inner .measuringinfo.w--dress li:nth-child(3) .layer_measure {
  top: 37px;
  left: 50%;
  transform: translateX(50px);
}
.gds_dtl .measuring_inner .measuringinfo.w--dress li:nth-child(4) .layer_measure {
  top: 137px;
  left: 50%;
  transform: translateX(-42%);
}
.gds_dtl .measuring_inner .measuringinfo.w--dress li:nth-child(5) .layer_measure {
  top: 184px;
  left: 50%;
  transform: translateX(-22px);
}
.gds_dtl .measuring_inner .measuringinfo.w--dress li:nth-child(6) .layer_measure {
  top: 151px;
  left: 50%;
  transform: translateX(-88px);
}
.gds_dtl .measuring_inner .measuringinfo.w--bottom li:nth-child(1) .layer_measure {
  top: 26px;
  left: 50%;
  transform: translateX(-41%);
}
.gds_dtl .measuring_inner .measuringinfo.w--bottom li:nth-child(2) .layer_measure {
  top: 120px;
  left: 50%;
  transform: translateX(-43%);
}
.gds_dtl .measuring_inner .measuringinfo.w--bottom li:nth-child(3) .layer_measure {
  top: 157px;
  left: 50%;
  transform: translateX(-86px);
}
.gds_dtl .measuring_inner .measuringinfo.w--bottom02 li:nth-child(1) .layer_measure {
  top: 11px;
  left: 50%;
  transform: translateX(-43%);
}
.gds_dtl .measuring_inner .measuringinfo.w--bottom02 li:nth-child(2) .layer_measure {
  top: 73px;
  left: 50%;
  transform: translateX(-47%);
}
.gds_dtl .measuring_inner .measuringinfo.w--bottom02 li:nth-child(3) .layer_measure {
  top: 127px;
  left: 50%;
  transform: translateX(-3px);
}
.gds_dtl .measuring_inner .measuringinfo.w--bottom02 li:nth-child(4) .layer_measure {
  top: 149px;
  left: 50%;
  transform: translateX(-68px);
}
.gds_dtl .measuring_inner .measuringinfo.w--underT li:nth-child(1) .layer_measure {
  top: 170px;
  left: 50%;
  transform: translateX(-51%);
}
.gds_dtl .measuring_inner .measuringinfo.w--underT li:nth-child(2) .layer_measure {
  top: 195px;
  left: 50%;
  transform: translateX(-27px);
}
.gds_dtl .measuring_inner .measuringinfo.w--under li:nth-child(1) .layer_measure {
  top: 96px;
  left: 50%;
  transform: translateX(-50%);
}
.gds_dtl .measuring_inner .measuringinfo.w--under li:nth-child(2) .layer_measure {
  top: 155px;
  left: 50%;
  transform: translateX(80px);
}
.gds_dtl .measuring_inner .measuringinfo.a--bag li:nth-child(1) .layer_measure {
  top: 217px;
  left: 50%;
  transform: translateX(0px);
}
.gds_dtl .measuring_inner .measuringinfo.a--bag li:nth-child(2) .layer_measure {
  top: 145px;
  left: 50%;
  transform: translateX(78px);
}
.gds_dtl .measuring_inner .measuringinfo.a--bag li:nth-child(3) .layer_measure {
  top: 211px;
  left: 50%;
  transform: translateX(-85px);
}
.gds_dtl .measuring_inner .measuringinfo.a--hat li:nth-child(1) .layer_measure {
  top: 141px;
  left: 50%;
  transform: translateX(-9px);
}
.gds_dtl .measuring_inner .measuringinfo.a--hat li:nth-child(2) .layer_measure {
  top: 147px;
  left: 50%;
  transform: translateX(-102px);
}
.gds_dtl .measuring_inner .measuringinfo.a--hat li:nth-child(3) .layer_measure {
  top: 125px;
  left: 50%;
  transform: translateX(80px);
}
.gds_dtl .measuring_inner .measuringinfo.a--belt li:nth-child(1) .layer_measure {
  top: 147px;
  left: 50%;
  transform: translateX(126px);
}
.gds_dtl .measuring_inner .measuringinfo.a--belt li:nth-child(2) .layer_measure {
  top: 123px;
  left: 50%;
  transform: translateX(-22px);
}
.gds_dtl .measuring_inner .measuringinfo.a--wallet li:nth-child(1) .layer_measure {
  top: 177px;
  left: 50%;
  transform: translateX(-7px);
}
.gds_dtl .measuring_inner .measuringinfo.a--wallet li:nth-child(2) .layer_measure {
  top: 112px;
  left: 50%;
  transform: translateX(56px);
}
.gds_dtl .measuring_inner .measuringinfo.blind {
  position: absolute;
  left: -999999px;
  display: block;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  color: transparent;
  opacity: 0;
  overflow: hidden;
}

.ee_review-list > li {
  padding: 18px 20px 20px;
}
.ee_review-list > li.ee_nodata {
  margin-top: 0;
  border-top: none;
  padding: 140px 0 150px;
  font-size: 16px;
  line-height: 25px;
  color: #555;
  text-align: center;
}
.ee_review-list > li.ee_nodata::before {
  display: none;
}
.ee_review-list > li .ee_tit-area {
  display: flex;
  align-items: center;
}
.ee_review-list > li .ee_tit-area .ee_info .ee_option {
  margin: 9px 0 0;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
.ee_review-list > li .ee_tit-area .ee_btn-wrap {
  margin-left: auto;
}
.ee_review-list > li .ee_tit-area .ee_btn-wrap .ee_btn-like {
  min-width: 62px;
}
.ee_review-list > li .ee_tit-area .ee_btn-wrap .ee_btn-like span {
  margin: 0 0 0 2px;
  font-family: "Roboto";
  color: #222;
}
.ee_review-list > li .ee_tit-area .ee_btn-wrap .ee_btn-like.on span {
  font-weight: 500;
}
.ee_review-list > li .ee_cont-area {
  margin: 15px 0 0;
  padding: 25px 30px 30px;
  background: #f7f7f7;
  border-radius: 5px;
}
.ee_review-list > li .ee_cont-area .ee_txt {
  font-size: 13px;
  line-height: 21px;
  color: #555;
}
.ee_review-list > li .ee_cont-area .ee_txt i {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
.ee_review-list > li .ee_cont-area .ee_img-area {
  margin: 20px 0 0;
}
.ee_review-list > li .ee_cont-area .ee_img-area ul {
  display: flex;
}
.ee_review-list > li .ee_cont-area .ee_img-area ul li {
  width: calc((100% - 40px) / 5);
}
.ee_review-list > li .ee_cont-area .ee_img-area ul li + li {
  margin-left: 10px;
}
.ee_review-list > li .ee_cont-area .ee_img-area ul li .ee_img {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 100%;
  font-size: 0;
}
.ee_review-list > li .ee_cont-area .ee_img-area ul li .ee_img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ee_review-list > li .ee_cont-area .ee_img-area ul li .ee_img i {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ee_review-list > li .ee_flex {
  display: flex;
  align-items: center;
  margin: 10px 0 0;
}
.ee_review-list > li .ee_flex .ee_user-info {
  font-size: 0;
}
.ee_review-list > li .ee_flex .ee_user-info span {
  display: inline-block;
  position: relative;
  font-family: "Roboto";
  font-size: 12px;
  line-height: 20px;
  color: #999;
  vertical-align: middle;
}
.ee_review-list > li .ee_flex .ee_user-info span + span {
  margin: 0 0 0 10px;
  padding: 0 0 0 11px;
}
.ee_review-list > li .ee_flex .ee_user-info span + span::before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #ddd;
}
.ee_review-list > li .ee_flex .ee_btn-wrap {
  margin-left: auto;
}
.ee_review-list > li .ee_flex .ee_btn-wrap button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.ee_review-list > li .ee_flex .ee_btn-wrap button span {
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
.ee_review-list > li .ee_flex .ee_btn-wrap button + button {
  margin: 0 0 0 10px;
  padding: 0 0 0 11px;
}
.ee_review-list > li .ee_flex .ee_btn-wrap button + button::before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #ddd;
}

.gds_cd_lst dl {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #eee;
  padding: 20px 0;
}
.gds_cd_lst dl:last-child {
  border-bottom: 1px solid #eee;
}
.gds_cd_lst dl dt {
  flex: 0 0 140px;
  box-sizing: border-box;
  margin: -20px 0;
  padding: 20px 10px;
  background: #f7f7f7;
  text-align: center;
}
.gds_cd_lst dl dt img {
  width: 100%;
}
.gds_cd_lst dl dd {
  margin: 0 0 0 20px;
}
.gds_cd_lst dl dd > ul > li {
  font-size: 13px;
  line-height: 21px;
  color: #222;
}
.gds_cd_lst dl dd > ul > li > ul > li {
  position: relative;
  margin: 2px 0 0;
  padding: 0 0 0 8px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
.gds_cd_lst dl dd > ul > li > ul > li::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #555;
}
.gds_cd_lst dl dd > ul > li ~ li {
  margin: 10px 0 0;
}

.ee_photo-review-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
  padding: 20px 0 0;
}
.ee_photo-review-list > li {
  width: calc((100% - 20px) / 5);
  margin: 5px 0 0 5px;
}
.ee_photo-review-list > li:nth-child(-n+5) {
  margin-top: 0;
}
.ee_photo-review-list > li:nth-child(5n+1) {
  margin-left: 0;
}
.ee_photo-review-list > li button {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 100%;
}
.ee_photo-review-list > li button img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.ee_photo-review-list > li button .ee_num {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.3);
  font-family: "Roboto";
  font-weight: 500;
  font-size: 11px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}

.ee_write-modal [class*=ee_goods-row] {
  border-bottom: 1px solid #eee;
}
.ee_write-modal [class*=ee_goods-row] .ee_goods {
  padding-top: 0;
}
.ee_write-modal [class*=ee_note] {
  margin: 20px 0 0;
}

.ee_write-modal .ee_review-benefit {
  margin: 20px 0 0;
}
.ee_write-modal .ee_review-benefit .ee_benefit-guide {
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
.ee_write-modal .ee_review-benefit .ee_benefit-item {
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
.ee_write-modal .ee_review-benefit .ee_benefit-item.emphasis {
  margin-top: 3px;
}
.ee_write-modal .ee_review-benefit .ee_benefit-item.emphasis a {
  font-weight: bold;
  color: #222;
  text-decoration: underline;
}
.ee_write-modal .ee_review-benefit .ee_benefit-item.emphasis a:after {
  display: inline-block;
  content: ">";
  padding-left: 4px;
  font-family: sans-serif;
}
.ee_write-modal .ee_review-benefit .ee_benefit-list {
  margin-top: 6px;
}
.ee_write-modal .ee_review-benefit .ee_benefit-list li {
  position: relative;
  padding: 0 0 0 8px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
.ee_write-modal .ee_review-benefit .ee_benefit-list li + li {
  margin-top: 6px;
}
.ee_write-modal .ee_review-benefit .ee_benefit-list li:before {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #777;
}

.ee_write-modal .ee_input-wrap {
  margin: 25px 0 0;
}

.ee_give-star {
  display: flex;
}
.ee_give-star .ee_star {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../../../assets/common/image/icons/32x32/ico-common-star-medium-grey.svg) center center no-repeat;
}
.ee_give-star .ee_star + .ee_star {
  margin: 0 0 0 5px;
}
.ee_give-star .ee_star.on {
  animation: clickAction 0.3s;
  background-image: url(../../../assets/common/image/icons/32x32/ico-common-star-yellow-medium.svg);
}
.ee_give-star .ee_star span {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  text-indent: -9999px;
  opacity: 0;
}

.ee_modal-swiper-button {
  box-sizing: content-box;
  padding: 40px;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
}
.ee_modal-swiper-button.swiper-button-prev {
  opacity: 1;
  left: -115px;
}
.ee_modal-swiper-button.swiper-button-prev::after {
  background: url("../../../assets/common/image/icons/35x35/ico-common-35-left-white.svg") no-repeat 0 0/100%;
}
.ee_modal-swiper-button.swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}
.ee_modal-swiper-button.swiper-button-next {
  opacity: 1;
  right: -115px;
}
.ee_modal-swiper-button.swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.ee_modal-swiper-button.swiper-button-next[class*=-next]::after {
  background: url("../../../assets/common/image/icons/35x35/ico-common-35-right-white.svg") no-repeat 0 0/100%;
}

.ee_photo-review-detail {
  position: relative;
  height: 100%;
}
.ee_photo-review-detail .os-scrollbar-vertical {
  right: 0;
}
.ee_photo-review-detail .ee_photo-review-img {
  height: 100%;
  margin-left: 0;
}
.ee_photo-review-detail .ee_photo-review-img .swiper-slide {
  position: relative;
  transition: opacity 0.3s;
  z-index: -1;
}
.ee_photo-review-detail .ee_photo-review-img .swiper-slide.swiper-slide-active {
  z-index: 1;
}
.ee_photo-review-detail .ee_photo-review-img .swiper-slide .ee_img {
  position: relative;
  width: 510px;
  height: 100%;
  background: #f7f7f7;
}
.ee_photo-review-detail .ee_photo-review-img .swiper-slide .ee_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.ee_photo-review-detail .ee_photo-review-cont {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 530px;
  max-height: calc(100vh - 350px);
  background: #ffffff;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .os-viewport {
  padding-right: 10px;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-head {
  padding: 0 0 20px;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-head .ee_tit-area {
  display: flex;
  align-items: flex-start;
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 0 0 15px;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-head .ee_tit-area .ee_info .ee_option {
  margin: 7px 0 0;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-head .ee_tit-area .ee_info .ee_user-info span {
  display: inline-block;
  position: relative;
  font-family: "Roboto";
  font-size: 12px;
  line-height: 20px;
  color: #999;
  vertical-align: middle;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-head .ee_tit-area .ee_info .ee_user-info span + span {
  margin: 0 0 0 10px;
  padding: 0 0 0 11px;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-head .ee_tit-area .ee_info .ee_user-info span + span::before {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: 8px;
  background: #ddd;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-head .ee_tit-area .ee_modify {
  margin-left: auto;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-head .ee_tit-area .ee_modify .ee_user-modify {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-head .ee_tit-area .ee_modify .ee_user-modify .ee_modify-btns {
  overflow: hidden;
  position: absolute;
  top: 21px;
  right: 0;
  z-index: 100;
  box-sizing: border-box;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
  width: 115px;
  max-height: 0;
  border: solid #eee;
  border-width: 0 1px;
  border-radius: 5px;
  background: #ffffff;
  transition: all 0.3s;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-head .ee_tit-area .ee_modify .ee_user-modify .ee_modify-btns li button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 15px;
  font-size: 11px;
  line-height: 20px;
  color: #555;
  text-align: left;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-head .ee_tit-area .ee_modify .ee_user-modify.on .ee_modify-btns {
  max-height: 67px;
  border-width: 1px;
  padding: 2px 0;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-head .ee_thumb-area {
  margin: 20px 0 0;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-head .ee_thumb-area ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-head .ee_thumb-area ul li {
  width: calc((100% - 20px) / 5);
  margin: 5px 0 0 5px;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-head .ee_thumb-area ul li:nth-child(5n+1) {
  margin-left: 0;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-head .ee_thumb-area ul li:nth-child(-n+5) {
  margin-top: 0;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-head .ee_thumb-area ul li button {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 100%;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-head .ee_thumb-area ul li button img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-head .ee_thumb-area ul li button::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-head .ee_thumb-area ul li button.on::before {
  border-color: #222;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-body {
  overflow-y: auto;
  flex: 1;
  height: 100%;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-body [class^=ee_flag] {
  margin: 0 0 5px;
}
.ee_photo-review-detail .ee_photo-review-cont .ee_review-detail .ee_review-body .ee_txt {
  font-size: 13px;
  line-height: 21px;
  color: #555;
}
.ee_photo-review-detail .ee_photo-review-cont .swiper-slide {
  position: relative;
  z-index: -1;
  transition: opacity 0.3s;
  opacity: 0 !important;
}
.ee_photo-review-detail .ee_photo-review-cont .swiper-slide.swiper-slide-active {
  z-index: 1;
  opacity: 1 !important;
}

.ee_discount-list {
  padding: 10px 0 0;
}
.ee_discount-list ul li {
  overflow: hidden;
}
.ee_discount-list ul li + li {
  margin: 5px 0 0;
}
.ee_discount-list ul li.ee_discounted .ee_price-box .ee_price {
  color: #d10011;
}
.ee_discount-list ul ~ .ee_result {
  margin: 10px 0 0;
  border-top: 1px solid #222;
  padding: 10px 0 0;
}
.ee_discount-list .ee_tit {
  float: left;
  padding: 5px 0;
  font-size: 13px;
  line-height: 20px;
  color: #555;
}
.ee_discount-list .ee_price-box {
  float: right;
  margin: 0;
  padding: 5px 0;
}
.ee_discount-list .ee_price-box .ee_price {
  font-size: 12px;
  line-height: 20px;
  color: #555;
}
.ee_discount-list .ee_price-box .ee_price .ee_number {
  margin: 0 2px 0 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: inherit;
}
.ee_discount-list .ee_coupon {
  clear: both;
  margin: 7px 0 0;
  padding: 0 0 0 15px;
  background: url(../../../assets/common/image/icons/10x10/ico-common-10-sale-arrow.svg) 0 5px no-repeat;
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
.ee_discount-list .ee_result {
  overflow: hidden;
}
.ee_discount-list .ee_result .ee_tit {
  float: left;
  padding: 3px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #222;
}
.ee_discount-list .ee_result .ee_price-box {
  float: right;
  padding: 0;
}
.ee_discount-list .ee_result .ee_price-box .ee_price {
  font-size: 12px;
  line-height: 20px;
  color: #222;
}
.ee_discount-list .ee_result .ee_price-box .ee_price .ee_number {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.ee_discount-list ~ [class^=ee_note] {
  margin: 10px 0 0;
}
.ee_discount-list .ee_member-info .ee_desc {
  width: 100%;
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 20px;
  color: #555;
  word-break: keep-all;
}
.ee_discount-list .ee_member-info .ee_btn-wrap {
  margin: 2px 0 0;
  font-size: 0;
}
.ee_discount-list .ee_member-info .ee_btn-wrap .ee_btn-toggle {
  vertical-align: top;
}
.ee_discount-list .ee_member-info .ee_btn-wrap .ee_btn-toggle.on ~ ul {
  height: auto;
  max-height: none;
  margin: 10px 0 0;
  border-top: 1px dashed #ddd;
  padding: 9px 0 0;
}
.ee_discount-list .ee_member-info .ee_btn-wrap ul {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s;
}
.ee_discount-list .ee_member-info .ee_btn-wrap ul li + li {
  margin: 5px 0 0;
}

/* 상세보기 큰 이미지*/
.ee_image-area {
  position: relative;
  width: 860px;
  height: 100%;
  margin: 0 auto;
}
.ee_image-area .ee_zoom_img {
  position: relative;
  width: 860px;
  height: 860px;
  text-align: center;
}
.ee_image-area .ee_zoom_img img {
  width: 860px;
  height: auto;
  margin: 0 auto;
  cursor: move;
}
.ee_image-area .ee_zoom_img.zoom-1x img {
  position: absolute;
  top: -270px;
  left: -270px;
  width: 1400px;
}
.ee_image-area .ee_zoom_img.zoom-2x img {
  top: -570px;
  left: -570px;
  width: 2000px;
}
.ee_image-area .ee_ctrl {
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 1;
  text-align: center;
}
.ee_image-area .ee_ctrl .cont {
  display: none;
}
.ee_image-area .ee_ctrl .ee_thumb-button {
  position: fixed;
  top: auto;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: red;
}
.ee_image-area .ee_ctrl .ee_thumb-button.disabled {
  opacity: 0.3;
  cursor: default;
}
.ee_image-area .ee_ctrl .ee_thumb-button.ee_prev {
  left: 50%;
  transform: translateX(-290px);
  background: url(../../../assets/common/image/icons/50x50/ico-common-50-arrow-left-image.svg) center center no-repeat;
}
.ee_image-area .ee_ctrl .ee_thumb-button.ee_next {
  right: 50%;
  transform: translateX(290px);
  background: url(../../../assets/common/image/icons/50x50/ico-common-50-arrow-right-image.svg) center center no-repeat;
}
.ee_image-area .ee_ctrl .ee_pagination {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  padding: 0;
  background: none;
  font-family: "Roboto";
  font-size: 20px;
}
.ee_image-area .ee_ctrl .ee_pagination .ee_current {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 50px;
  color: #555;
}
.ee_image-area .ee_ctrl .ee_pagination .ee_total {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 20px;
  line-height: 50px;
  color: #999;
  position: relative;
}
.ee_image-area .ee_ctrl .ee_pagination .ee_total::before {
  display: block;
  content: "/";
  position: absolute;
  top: 0;
  width: 3px;
  left: 5px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  color: #999;
}

/* /상세보기 큰 이미지*/
[class^=ee_modal] .ee_wrap .ee_inner.ee_modal-full-image {
  overflow: hidden;
}

.ee_modal-full-image .ee_image-area .ee_image-swiper {
  text-align: center;
}
.ee_modal-full-image .ee_image-area .ee_image-swiper .swiper-slide {
  transition-property: all;
}
.ee_modal-full-image .ee_image-area .ee_image-swiper .swiper-slide img {
  display: block;
  width: 860px;
  height: auto;
  margin: 0 auto;
}
.ee_modal-full-image .ee_image-area .ee_image-swiper .ee_thumb-button {
  position: fixed;
  top: auto;
  bottom: 60px;
  width: 50px;
  height: 50px;
}
.ee_modal-full-image .ee_image-area .ee_image-swiper .ee_thumb-button.swiper-button-prev {
  left: 50%;
  transform: translateX(-290px);
}
.ee_modal-full-image .ee_image-area .ee_image-swiper .ee_thumb-button.swiper-button-prev::before {
  background: url(../../../assets/common/image/icons/50x50/ico-common-50-arrow-left-image.svg) center center no-repeat;
}
.ee_modal-full-image .ee_image-area .ee_image-swiper .ee_thumb-button.swiper-button-next {
  right: 50%;
  transform: translateX(290px);
}
.ee_modal-full-image .ee_image-area .ee_image-swiper .ee_thumb-button.swiper-button-next::before {
  background: url(../../../assets/common/image/icons/50x50/ico-common-50-arrow-right-image.svg) center center no-repeat;
}
.ee_modal-full-image .ee_image-area .ee_image-swiper .swiper-pagination {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.ee_modal-full-image .ee_image-area .ee_image-swiper .swiper-pagination .ee_paging {
  height: auto;
  padding: 0;
  background: none;
  font-family: "Roboto";
}
.ee_modal-full-image .ee_image-area .ee_image-swiper .swiper-pagination .ee_paging .ee_current {
  font-weight: 700;
  font-size: 20px;
  line-height: 50px;
  color: #555;
}
.ee_modal-full-image .ee_image-area .ee_image-swiper .swiper-pagination .ee_paging .ee_total {
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 20px;
  line-height: 50px;
  color: #999;
}
.ee_modal-full-image .ee_image-area .ee_image-swiper .swiper-pagination .ee_paging .ee_total::before {
  left: 5px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  color: #999;
}
.ee_modal-full-image .ee_thumb-area {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  box-sizing: border-box;
  width: 140px;
  border-left: 1px solid #ddd;
  background: #f4f4f4;
  transform: translateX(140px);
  transition: all 0.3s;
}
.ee_modal-full-image .ee_thumb-area.on {
  transform: translateX(0);
}
.ee_modal-full-image .ee_thumb-area .ee_close {
  position: absolute;
  left: -140px;
}
.ee_modal-full-image .ee_thumb-area .ee_full-thumb-wrap {
  position: relative;
  width: 100px;
  margin: 0 auto;
  padding: 40px 0;
}
.ee_modal-full-image .ee_thumb-area .ee_full-thumb-wrap .ee_pagination {
  margin: 10px 0 0;
  text-align: center;
}
.ee_modal-full-image .ee_thumb-area .ee_full-thumb-wrap .ee_pagination span {
  display: inline-block;
  font-family: "Roboto";
  font-size: 15px;
  line-height: 24px;
  color: #555;
  vertical-align: middle;
}
.ee_modal-full-image .ee_thumb-area .ee_full-thumb-wrap .ee_pagination span.ee_current {
  font-weight: 700;
}
.ee_modal-full-image .ee_thumb-area .ee_full-thumb-wrap .ee_pagination span.ee_total {
  position: relative;
  padding: 0 0 0 15px;
}
.ee_modal-full-image .ee_thumb-area .ee_full-thumb-wrap .ee_pagination span.ee_total::before {
  display: block;
  content: "/";
  position: absolute;
  top: 0;
  left: 4px;
  font-family: "Roboto";
  font-size: 15px;
  line-height: 24px;
  color: #555;
}
.ee_modal-full-image .ee_thumb-area .ee_full-thumb-wrap .ee_thumb-button {
  position: absolute;
  left: 50%;
  z-index: 10;
  width: 30px;
  height: 30px;
  transform: translateX(-50%);
}
.ee_modal-full-image .ee_thumb-area .ee_full-thumb-wrap .ee_thumb-button.swiper-button-prev {
  top: 0;
}
.ee_modal-full-image .ee_thumb-area .ee_full-thumb-wrap .ee_thumb-button.swiper-button-prev::after {
  background: url(../../../assets/common/image/icons/30x30/ico-common-30-arrow-up-999.svg) center center no-repeat;
}
.ee_modal-full-image .ee_thumb-area .ee_full-thumb-wrap .ee_thumb-button.swiper-button-next {
  top: auto;
  bottom: 0;
}
.ee_modal-full-image .ee_thumb-area .ee_full-thumb-wrap .ee_thumb-button.swiper-button-next::after {
  background: url(../../../assets/common/image/icons/30x30/ico-common-30-arrow-down-555.svg) center center no-repeat;
}
.ee_modal-full-image .ee_thumb-area .ee_full-thumb-wrap .ee_full-thumb {
  width: 100%;
  max-height: 760px;
}
.ee_modal-full-image .ee_thumb-area .ee_full-thumb-wrap .ee_full-thumb .swiper-wrapper {
  flex-direction: column;
}
.ee_modal-full-image .ee_thumb-area .ee_full-thumb-wrap .ee_full-thumb .swiper-wrapper .swiper-slide {
  flex-flow: column nowrap;
  position: relative;
  width: 100px;
  height: 100px !important;
  cursor: pointer;
}
.ee_modal-full-image .ee_thumb-area .ee_full-thumb-wrap .ee_full-thumb .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.ee_modal-full-image .ee_thumb-area .ee_full-thumb-wrap .ee_full-thumb .swiper-wrapper .swiper-slide::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 2px solid #222;
  opacity: 0;
  transition: opacity 0.3s;
}
.ee_modal-full-image .ee_thumb-area .ee_full-thumb-wrap .ee_full-thumb .swiper-wrapper .swiper-slide.on::after, .ee_modal-full-image .ee_thumb-area .ee_full-thumb-wrap .ee_full-thumb .swiper-wrapper .swiper-slide:hover::after, .ee_modal-full-image .ee_thumb-area .ee_full-thumb-wrap .ee_full-thumb .swiper-wrapper .swiper-slide:focus::after {
  opacity: 1;
}
.ee_modal-full-image .ee_thumb-area .ee_thumb-btns {
  position: absolute;
  top: 50%;
  left: -50px;
  z-index: 10;
  transform: translateY(-50%);
}
.ee_modal-full-image .ee_thumb-area .ee_thumb-btns ul li button {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 50px;
  height: 50px;
  margin: -1px 0 0;
  border: 1px solid #eee;
  background: #ffffff;
  transition: all 0.3s;
}
.ee_modal-full-image .ee_thumb-area .ee_thumb-btns ul li button::after {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 1;
  width: 1px;
  background: #ddd;
  opacity: 1;
  transition: all 0.3s;
}
.ee_modal-full-image .ee_thumb-area .ee_thumb-btns ul li button.on, .ee_modal-full-image .ee_thumb-area .ee_thumb-btns ul li button:hover, .ee_modal-full-image .ee_thumb-area .ee_thumb-btns ul li button:focus {
  border-color: #ddd;
  border-right-color: transparent;
  background: #f4f4f4;
}
.ee_modal-full-image .ee_thumb-area .ee_thumb-btns ul li button.on::after, .ee_modal-full-image .ee_thumb-area .ee_thumb-btns ul li button:hover::after, .ee_modal-full-image .ee_thumb-area .ee_thumb-btns ul li button:focus::after {
  opacity: 0;
}

.ee_size-info .ee_restock-size {
  margin: 0;
}
.ee_size-info .ee_nodata {
  margin: 0;
  border: none;
}
.ee_size-info [class^=ee_note] {
  margin: 20px 0 0;
}
.ee_size-info .ee_tab {
  margin: 20px 0 0;
}
.ee_size-info [data-tabcont] {
  margin: 20px 0 0;
}
.ee_size-info .sizeNotice .js_tab_con {
  display: none;
  clear: both;
}
.ee_size-info .sizeNotice .tbl {
  margin-top: 20px;
}
.ee_size-info .sizeNotice .tbl table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.ee_size-info .sizeNotice .tbl tbody th,
.ee_size-info .sizeNotice .tbl tbody td {
  padding: 12px 30px;
  text-align: center;
  border-top: 1px solid #f0f0f0;
}
.ee_size-info .sizeNotice .tbl .head02 thead th {
  color: #222222;
  background: #e5e5e5;
}
.ee_size-info .sizeNotice .tbl .head02 th:first-child,
.ee_size-info .sizeNotice .tbl .head02 th.first,
.ee_size-info .sizeNotice .tbl .head02 tbody .theadType th {
  border-left: none;
  padding: 6px 0 6px 30px;
  font-weight: 400;
  text-align: left;
}
.ee_size-info .sizeNotice .tbl .head02 tbody .theadType td {
  border-left: none;
  padding: 6px 0 6px 0;
  font-weight: 400;
  text-align: center;
}
.ee_size-info .sizeNotice .tbl .head02 thead th {
  color: #212121;
  background: #e5e5e5;
}
.ee_size-info .sizeNotice .tbl .head02 th,
.ee_size-info .sizeNotice .tbl .head02 td {
  padding: 6px 0;
  border-left: 1px solid #f0f0f0;
  color: #555555;
}
.ee_size-info .sizeNotice .tbl .head02 .theadType th,
.ee_size-info .sizeNotice .tbl .head02 .theadType td,
.ee_size-info .sizeNotice .tbl .head02 .theadType td.activeCol,
.ee_size-info .sizeNotice .tbl .head02 .theadType td.hover {
  color: #212121;
  background: #e5e5e5;
}
.ee_size-info .sizeNotice .tableHover th[scope=row] {
  position: relative;
}
.ee_size-info .sizeNotice .tableHover .activeRow td,
.ee_size-info .sizeNotice .tableHover td.activeCol {
  background: #f7f7f7;
}
.ee_size-info .sizeNotice .tableHover td.hover {
  color: #fff !important;
  background: #666;
}
.ee_size-info .sizeNotice .tableHover .division {
  position: absolute;
  top: 0;
  right: 0;
  width: 61px;
  padding: 6px 0 6px 10px;
  border-left: 1px solid #f0f0f0;
  font-size: 11px;
}
.ee_size-info .sizeNotice .tb_top {
  position: relative;
  margin: 20px 0 0;
}
.ee_size-info .sizeNotice .tb_top:first-child h3 {
  padding-top: 0;
}
.ee_size-info .sizeNotice .tb_top + .tbl {
  margin-top: 10px;
}
.ee_size-info .sizeNotice .tb_top h3 {
  font-weight: 400;
  font-size: 13px;
  color: #777;
}
.ee_size-info .sizeNotice .tab02Area {
  margin: 20px 0 0;
}
.ee_size-info .sizeNotice .tab02Area .tab {
  display: flex;
}
.ee_size-info .sizeNotice .tab02Area .tab li {
  flex: 1;
  margin: 0 0 0 -1px;
}
.ee_size-info .sizeNotice .tab02Area .tab li:first-child {
  margin: 0;
}
.ee_size-info .sizeNotice .tab02Area .tab li:first-child a {
  border-radius: 3px 0 0 3px;
}
.ee_size-info .sizeNotice .tab02Area .tab li:last-child a {
  border-radius: 0 3px 3px 0;
}
.ee_size-info .sizeNotice .tab02Area .tab li a {
  display: block;
  position: relative;
  border: 1px solid #ddd;
  padding: 16px 0;
  font-size: 12px;
  line-height: 16px;
  color: #777;
  text-align: center;
}
.ee_size-info .sizeNotice .tab02Area .tab li a::after {
  display: none;
}
.ee_size-info .sizeNotice .tab02Area .tab li a.active {
  z-index: 1;
  border-color: #222;
  font-weight: 700;
  color: #222;
}

.ee_full .ee_order-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 0;
}
.ee_full .ee_order-wrap .ee_left {
  position: relative;
  box-sizing: border-box;
  min-width: 850px;
  width: 100%;
  padding-right: 350px;
}
.ee_full .ee_order-wrap .ee_right-price {
  position: absolute;
  flex: 0 0 320px;
  top: auto;
  right: 0;
  width: 320px;
  height: auto;
  padding: 20px 0 45px;
  margin: 0 0 0 30px;
}
.ee_full .ee_order-wrap .ee_right-price .ee_agree-wrap {
  margin-right: 0;
  margin-left: 0;
  padding: 17px 25px;
}
.ee_full .ee_order-wrap .ee_right-price .ee_agree-wrap .ee_txt {
  display: flex;
  width: 100%;
  font-size: 13px;
  line-height: 21px;
  color: #555;
}
.ee_full .ee_order-wrap .ee_right-price .ee_agree-wrap .ee_txt i {
  margin-left: auto;
}
.ee_full .ee_order-wrap .ee_right-price .ee_scrollbar {
  box-sizing: border-box;
  height: calc(100% - 100px);
  max-height: 100%;
  padding: 0 25px;
}
.ee_full .ee_order-wrap .ee_right-price .ee_scrollbar .os-scrollbar-vertical {
  right: 8px;
}
.ee_full .ee_order-wrap .ee_right-price .ee_common-btn-wrap {
  margin-top: 0;
  margin-right: 25px;
  margin-left: 25px;
}

.ee_order-sheet > ul > li {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.02);
  border: 1px solid #eee;
  padding: 20px 29px 29px;
  background: #ffffff;
}
.ee_order-sheet > ul > li + li {
  margin: 10px 0 0;
}
.ee_order-sheet > ul > li.ee_section-acc {
  overflow: hidden;
  max-height: 28px;
  padding: 20px 29px;
  transition: all 0.3s;
  /* SIVD-7125 */
}
.ee_order-sheet > ul > li.ee_section-acc.ee_section-acc--dw {
  max-height: 70px;
}
.ee_order-sheet > ul > li.ee_section-acc.ee_section-acc--dw .ee_section-tit {
  position: relative;
  padding-bottom: 43px;
}
.ee_order-sheet > ul > li.ee_section-acc.ee_section-acc--dw .ee_desc {
  position: absolute;
  top: 60px;
  left: 0;
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
.ee_order-sheet > ul > li.ee_section-acc.on {
  overflow: visible;
  max-height: 100%;
}
.ee_order-sheet > ul > li.ee_section-acc.on button.ee_section-tit .ee_summ-wrap .ee_summ {
  visibility: hidden;
  opacity: 0;
  transform: translateY(100px);
}
.ee_order-sheet > ul > li.ee_section-acc.on button.ee_section-tit .ee_summ-wrap .ee_icon-arrowdown {
  transform: rotate(180deg);
}
.ee_order-sheet > ul > li.ee_section-acc.on .ee_section-cont {
  margin-bottom: 10px;
}
.ee_order-sheet > ul > li.ee_section-acc .ee_section-cont {
  display: none;
}
.ee_order-sheet > ul > li button.ee_section-tit {
  width: 100%;
  margin: -20px 0 0;
  padding-top: 20px;
  text-align: left;
}
.ee_order-sheet > ul > li button.ee_section-tit .ee_summ-wrap {
  overflow: hidden;
  margin-left: auto;
  font-size: 13px;
  line-height: 21px;
}
.ee_order-sheet > ul > li button.ee_section-tit .ee_summ-wrap .ee_summ {
  display: inline-block;
  visibility: visible;
  opacity: 1;
  font-weight: 400;
  color: #777;
  vertical-align: middle;
  transform: translateY(0);
  transition: all 0.3s;
}
.ee_order-sheet > ul > li button.ee_section-tit .ee_summ-wrap .ee_summ em {
  color: #d10011;
}
.ee_order-sheet > ul > li button.ee_section-tit .ee_summ-wrap .ee_icon-arrowdown {
  margin: 0 0 0 10px;
  transition: all 0.3s;
}
.ee_order-sheet > ul > li .ee_section-tit {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #222;
  padding: 0 0 20px;
}
.ee_order-sheet > ul > li .ee_section-tit .ee_tit {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #222;
}
.ee_order-sheet > ul > li .ee_section-tit label {
  margin-left: auto;
}
.ee_order-sheet > ul > li .ee_section-tit [class^=ee_btn-line] {
  margin-left: auto;
}
.ee_order-sheet > ul > li .ee_section-cont {
  margin: 15px 0 0;
}
.ee_order-sheet > ul > li .ee_section-cont.ee_mt0 {
  margin-top: 0;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_input-wrap + [class^=ee_note] {
  margin: 30px 0 0;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_input-wrap .ee_gray-area {
  background: #f9f9f9;
  padding: 15px 20px;
  margin-top: 15px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_input-wrap .ee_gray-area .ee_note li {
  padding: 0;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_input-wrap .ee_gray-area .ee_note li::before {
  display: none;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_input-wrap .ee_gray-area .ee_flex {
  margin-top: 10px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_input-wrap .ee_gray-area .ee_flex li + li {
  margin-left: 40px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_radio-wrap {
  display: block;
  padding: 6px 0;
}
.ee_order-sheet > ul > li .ee_section-cont [class^=ee_radio] + [class^=ee_radio] {
  margin-left: 40px;
}
.ee_order-sheet > ul > li .ee_section-cont [class^=ee_radio] .ee_txt {
  color: #999;
}
.ee_order-sheet > ul > li .ee_section-cont [class^=ee_radio] .ee_txt img {
  transition: none;
}
.ee_order-sheet > ul > li .ee_section-cont [class^=ee_radio] input[type=radio]:checked + .ee_txt {
  color: #222;
}
.ee_order-sheet > ul > li .ee_section-cont [class^=ee_checkbox] + [class^=ee_checkbox] {
  margin-left: 40px;
}
.ee_order-sheet > ul > li .ee_section-cont [class^=ee_checkbox][style*="display: none"] + [class^=ee_checkbox] {
  margin-left: 0;
}
.ee_order-sheet > ul > li .ee_section-cont [class^=ee_checkbox] .ee_txt {
  color: #999;
}
.ee_order-sheet > ul > li .ee_section-cont [class^=ee_checkbox] input[type=checkbox]:checked + .ee_txt {
  color: #222;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_input-row .ee_textarea {
  height: 150px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_shipping-address .ee_input-row {
  align-items: flex-start;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_shipping-address .ee_input-row .ee_btn-wrap {
  margin-left: auto;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_shipping-address .ee_info-wrap {
  flex: 0 0 544px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_shipping-address .ee_info-wrap .ee_name {
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #222;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_shipping-address .ee_info-wrap .ee_address {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 21px;
  color: #555;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_shipping-address .ee_info-wrap .ee_call-wrap {
  margin: 7px 0 0;
  font-size: 0;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_shipping-address .ee_info-wrap .ee_call-wrap > * {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_shipping-address .ee_info-wrap .ee_call-wrap > * + *, .ee_order-sheet > ul > li .ee_section-cont .ee_shipping-address .ee_info-wrap .ee_call-wrap > * + label.ee_checkbox.ty4 {
  margin: 0 0 0 21px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_shipping-address .ee_info-wrap .ee_call-wrap > * + *::before, .ee_order-sheet > ul > li .ee_section-cont .ee_shipping-address .ee_info-wrap .ee_call-wrap > * + label.ee_checkbox.ty4::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  width: 1px;
  height: 10px;
  background: #ddd;
  transform: translateY(-50%);
}
.ee_order-sheet > ul > li .ee_section-cont .ee_shipping-address .ee_info-wrap .ee_call-wrap > span {
  font-size: 13px;
  line-height: 21px;
  color: #555;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_shipping-address .ee_info-wrap [class^=ee_note] {
  margin: 10px 0 0;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_shipping-address .ee_info-nodata {
  flex: 0 0 544px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_shipping-address .ee_info-nodata .ee_tit {
  font-weight: 700;
  font-size: 13px;
  line-height: 21px;
  color: #222;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_shipping-address .ee_info-nodata .ee_desc {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 20px;
  color: #555;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_shipping-address .ee_btn-wrap {
  margin-left: 25px;
  text-align: right;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_shipping-address .ee_btn-wrap [class^=ee_btn-base] {
  width: 100px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_shipment-price {
  margin-top: -10px;
  border-radius: 3px;
  padding: 10px 30px;
  background: rgba(34, 34, 34, 0.04);
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #222;
  text-align: right;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_shipment-price .ee_number {
  display: inline-block;
  margin: 0 0 0 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-limit {
  overflow: hidden;
  max-height: 0;
  margin-top: -1px;
  border: solid #222;
  border-width: 1px 0 0;
  padding: 0 17px;
  text-align: center;
  transition: all 0.3s;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-limit.on {
  max-height: 200px;
  border-width: 1px;
  padding: 17px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-limit dl {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-limit dl dt {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-limit dl dd {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-limit dl dd [class^=ee_price-box] .ee_price {
  color: #222;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-limit dl dd [class^=ee_price-box] .ee_price .ee_number {
  margin-right: 2px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-limit dl + dl {
  position: relative;
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-limit dl + dl::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 15px;
  background: #ddd;
  transform: translateY(-50%);
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-guide {
  display: flex;
  align-items: center;
  margin: 10px 0 20px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-guide + .ee_discount-wrap {
  border-top: 1px solid #eee;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-guide [class^=ee_checkbox] {
  margin-left: auto;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-wrap {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-wrap .ee_sort {
  flex: 0 0 120px;
  font-size: 13px;
  line-height: 21px;
  color: #555;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-wrap .ee_cont {
  flex: 0 0 400px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-wrap .ee_cont > li {
  display: flex;
  align-items: center;
  padding: 4px 0;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-wrap .ee_cont > li + li {
  margin: 10px 0 0;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-wrap .ee_cont > li .ee_tit-box {
  flex: 0 0 120px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-wrap .ee_cont > li .ee_tit-box .ee_tit {
  display: block;
  font-size: 13px;
  line-height: 21px;
  color: #555;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-wrap .ee_cont > li .ee_tit-box .ee_desc {
  display: block;
  margin: 2px 0 0;
  font-size: 11px;
  line-height: 19px;
  color: #777;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-wrap .ee_cont > li .ee_value {
  flex: 0 0 186px;
  box-sizing: content-box;
  padding: 0 9px 0 0;
  font-size: 13px;
  line-height: 21px;
  color: #777;
  text-align: right;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-wrap .ee_cont > li .ee_input-area {
  position: relative;
  flex: 0 0 195px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-wrap .ee_cont > li .ee_input-area .ee_won {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 13px;
  line-height: 21px;
  color: #222;
  transform: translateY(-50%);
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-wrap .ee_cont > li .ee_input-area .ee_input.ty2 {
  padding-right: 25px;
  text-align: right;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-wrap .ee_cont > li .ee_input-area .ee_input.ty2::placeholder {
  color: #222 !important;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_discount-wrap .ee_cont > li [class^=ee_btn-base] {
  flex: 0 0 80px;
  margin: 0 0 0 5px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_freebie-wrap dt {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 21px;
  color: #555;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_freebie-wrap dd {
  border-radius: 3px;
  padding: 15px 20px;
  background: #f9f9f9;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_freebie-wrap dd + dt {
  margin-top: 25px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_freebie-wrap dd ul li + li {
  margin: 8px 0 0;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_freebie-wrap .ee_view-btn {
  display: inline-block;
  margin: -5px;
  margin-left: -3px;
  padding: 5px;
  font-size: 0;
  vertical-align: middle;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_use-later {
  margin: 15px 0 0;
  border-top: 1px solid #eee;
  padding: 10px 0 0;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_samsung-card {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 10px 0 0;
  border-radius: 3px;
  padding: 20px 30px;
  background: #f9f9f9;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_samsung-card .ee_img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_samsung-card .ee_info {
  margin: 0 0 0 30px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_samsung-card .ee_info .ee_tit {
  margin-right: -10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #222;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_samsung-card .ee_info [class^=ee_note] {
  margin: 10px 0 0;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_samsung-card .ee_info [class^=ee_note] li + li {
  margin: 2px 0 0;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_samsung-card .ee_info .ee_btn-wrap {
  margin: 10px 0 0;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_card-voucher {
  box-sizing: border-box;
  margin: 10px 0 0;
  border-radius: 3px;
  padding: 20px;
  background: #f9f9f9;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_card-voucher dl {
  margin: 0 0 15px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_card-voucher dl dt {
  font-size: 12px;
  line-height: 20px;
  color: #222;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_card-voucher dl dd {
  position: relative;
  margin: 5px 0 0;
  padding: 0 0 0 8px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_card-voucher dl dd::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #999;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_card-voucher ul {
  border-top: 1px solid #eee;
  padding: 15px 0 0;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment {
  padding: 15px 0 0;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box {
  position: relative;
  box-sizing: border-box;
  width: 300px;
  height: 190px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 20px 30px 30px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box.ee_samsung {
  background-color: #346fa7;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box.ee_lotte {
  background-color: #a86666;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box.ee_kb {
  background-color: #a88966;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box.ee_shinhan {
  background-color: #159fe6;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box.ee_bc {
  background-color: #a86666;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box.ee_hyundai {
  background-color: #000;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box.ee_etc {
  background-color: #000;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box.ee_add-card {
  border: 1px solid #ddd;
  padding: 0;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box.ee_add-card::after {
  display: none;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box.ee_add-card .ee_icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url(../../../assets/common/image/icons/40x40/ico-common-40-registration.svg) center center no-repeat;
  transition: all 0.3s;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box.ee_add-card .ee_desc {
  display: block;
  margin: 15px 0 0;
  font-size: 12px;
  line-height: 20px;
  color: #555;
  text-align: center;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box.ee_add-card [class^=ee_btn-line] {
  margin: 10px 0 0;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box.ee_add-card:hover .ee_icon, .ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box.ee_add-card:focus .ee_icon {
  transform: rotate(90deg);
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box .ee_card-logo {
  height: 30px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box .ee_card-logo img {
  width: auto;
  height: 100%;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box .ee_card-info {
  margin: 55px 0 0;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box .ee_card-info .ee_card-name {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box .ee_card-info .ee_card-number {
  margin: 10px 0 0;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box .ee_card-info .ee_card-number > * + * {
  margin-left: 10px;
}
.ee_order-sheet > ul > li .ee_section-cont .ee_add-payment .ee_card-box .ee_card-info .ee_card-number .ee_number {
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
}
.ee_order-sheet > ul > li .ee_accordion li {
  border-top: 0 none;
}
.ee_order-sheet > ul > li .ee_accordion .ee_accumulate-points {
  margin-top: 15px;
  padding-top: 9px;
  width: 522px;
  border-top: 1px solid #eee;
}
.ee_order-sheet > ul > li .ee_accordion .ee_accumulate-points .ee_points-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  border-bottom: 1px solid #eee;
}
.ee_order-sheet > ul > li .ee_accordion .ee_accumulate-points .ee_points-inner .ee_acc-tit {
  opacity: 0.5;
  transition: transform 0.3s;
}
.ee_order-sheet > ul > li .ee_accordion .ee_accumulate-points .ee_points-detail {
  display: flex;
  flex-wrap: wrap;
  max-height: 0;
  transition: all 0.3s;
  overflow: hidden;
}
.ee_order-sheet > ul > li .ee_accordion .ee_accumulate-points .ee_points-detail .ee_input-area {
  margin-top: 17px;
  width: 350px;
}
.ee_order-sheet > ul > li .ee_accordion .ee_accumulate-points .ee_points-detail input[type=text]:disabled {
  background: #f4f4f4;
}
.ee_order-sheet > ul > li .ee_accordion .ee_accumulate-points .ee_points-detail [class^=ee_btn-base] {
  margin: 17px 0 0 auto;
  flex: 0 0 80px;
}
.ee_order-sheet > ul > li .ee_accordion .on .ee_points-detail {
  max-height: 88px;
}

.ee_coupon-apply {
  margin: 10px 0 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #ddd;
}
.ee_coupon-apply .ee_shipping-coupon {
  padding: 0 0 20px;
}
.ee_coupon-apply .ee_shipping-coupon > li {
  margin-top: 20px;
}
.ee_coupon-apply .ee_shipping-coupon > li .ee_tit {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #222;
}
.ee_coupon-apply .ee_shipping-coupon > li .ee_option {
  margin: 2px 0 0;
  font-size: 11px;
  line-height: 16px;
  color: #777;
}
.ee_coupon-apply .ee_shipping-coupon > li [class^=ee_price-box] {
  margin: 2px 0 0;
}
.ee_coupon-apply .ee_shipping-coupon > li .ee_select-custom {
  margin: 5px 0 0;
}

.ee_lyr_calendar {
  outline: none;
}
.ee_lyr_calendar .calendar_wrap {
  outline: none;
}
.ee_lyr_calendar .calendar_wrap .set_cal {
  position: relative;
  padding: 10px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #222;
  text-align: center;
}
.ee_lyr_calendar .calendar_wrap .set_cal b {
  display: block;
}
.ee_lyr_calendar .calendar_wrap .set_cal .bt_prev {
  position: absolute;
  top: 50%;
  left: 108px;
  width: 30px;
  height: 30px;
  border: none;
  background: url(../../../assets/common/image/icons/30x30/ico-common-30-arrow-left-555.svg) center center no-repeat;
  transform: translateY(-50%);
}
.ee_lyr_calendar .calendar_wrap .set_cal .bt_prev:disabled {
  opacity: 0.2;
  cursor: default;
}
.ee_lyr_calendar .calendar_wrap .set_cal .bt_next {
  position: absolute;
  top: 50%;
  right: 108px;
  width: 30px;
  height: 30px;
  border: none;
  background: url(../../../assets/common/image/icons/30x30/ico-common-30-arrow-right-555.svg) center center no-repeat;
  transform: translateY(-50%);
}
.ee_lyr_calendar .calendar_wrap .set_cal .bt_next:disabled {
  opacity: 0.3;
  cursor: default;
}
.ee_lyr_calendar .calendar_wrap .cal {
  margin: 10px 0 0;
}
.ee_lyr_calendar .calendar_wrap .cal table {
  outline: none;
}
.ee_lyr_calendar .calendar_wrap .cal table thead tr {
  display: flex;
}
.ee_lyr_calendar .calendar_wrap .cal table thead tr th {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 52px;
  height: 52px;
  padding: 0 3px;
  font-size: 13px;
  line-height: 19px;
  color: #222;
}
.ee_lyr_calendar .calendar_wrap .cal table thead tr th:first-child {
  padding-left: 0;
}
.ee_lyr_calendar .calendar_wrap .cal table thead tr th:last-child {
  padding-right: 0;
}
.ee_lyr_calendar .calendar_wrap .cal table tbody {
  padding: 6px 0 0;
}
.ee_lyr_calendar .calendar_wrap .cal table tbody tr {
  display: flex;
}
.ee_lyr_calendar .calendar_wrap .cal table tbody tr:first-child td {
  padding-top: 0;
}
.ee_lyr_calendar .calendar_wrap .cal table tbody tr:last-child td {
  padding-bottom: 0;
}
.ee_lyr_calendar .calendar_wrap .cal table tbody tr td {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 52px;
  height: 52px;
  padding: 3px;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 20px;
  color: #ccc;
  text-align: center;
}
.ee_lyr_calendar .calendar_wrap .cal table tbody tr td:first-child {
  padding-left: 0;
}
.ee_lyr_calendar .calendar_wrap .cal table tbody tr td:first-child a {
  color: #d10011;
}
.ee_lyr_calendar .calendar_wrap .cal table tbody tr td:last-child {
  padding-right: 0;
}
.ee_lyr_calendar .calendar_wrap .cal table tbody tr td:last-child a {
  color: #52adcc;
}
.ee_lyr_calendar .calendar_wrap .cal table tbody tr td a {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  line-height: 46px;
  color: #555;
  transition: all 0.3s;
}
.ee_lyr_calendar .calendar_wrap .cal table tbody tr td a.chk {
  float: none;
}
.ee_lyr_calendar .calendar_wrap .cal table tbody tr td.today a {
  border: 1px solid #222;
  font-weight: 700;
  color: #222;
}
.ee_lyr_calendar .calendar_wrap .cal table tbody tr td:hover a, .ee_lyr_calendar .calendar_wrap .cal table tbody tr td.active a {
  border: 1px solid #222;
  background: #222;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}

.ee_wrapping-gift {
  display: flex;
  margin: 30px 0 0;
}
.ee_wrapping-gift li {
  flex: 1;
  border: 1px solid #eee;
  padding: 29px 29px 10px;
}
.ee_wrapping-gift li + li {
  margin-left: 10px;
}
.ee_wrapping-gift li .ee_img img {
  width: 100%;
}
.ee_wrapping-gift li .ee_txt {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 24px;
  color: #777;
  text-align: center;
}

.ee_address-list li {
  font-size: 0;
}
.ee_address-list li + li {
  margin: 10px 0 0;
}
.ee_address-list li label {
  width: 100%;
}

.ee_saving-points [class^=ee_goods-row] .ee_goods {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 19px;
}
.ee_saving-points [class^=ee_goods-row] .ee_goods + .ee_goods {
  margin: 10px 0 0;
}
.ee_saving-points [class^=ee_goods-row] + .ee_level-wrap {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #eee;
}
.ee_saving-points [class^=ee_goods-row] + .ee_level-wrap .ee_level {
  margin: 0;
}

@keyframes orderComp {
  0% {
    transform: translateY(-200%);
  }
  70% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes lazyShowing {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ee_order-comp-wrap {
  position: relative;
  box-sizing: border-box;
  padding: 60px 0 220px;
}
.ee_order-comp-wrap .ee_comp-inner {
  position: relative;
  overflow: hidden;
}
.ee_order-comp-wrap .ee_comp-inner::before {
  display: block;
  content: "";
  position: relative;
  z-index: 0;
  width: 900px;
  height: 10px;
  margin: 0 auto;
  border-radius: 5px;
  background: #222;
}
.ee_order-comp-wrap .ee_comp-inner::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  width: 900px;
  height: 5px;
  border-radius: 5px 5px 0 0;
  background: #222;
  transform: translateX(-50%);
}
.ee_order-comp-wrap .ee_reciept-bar {
  display: block;
  position: relative;
  z-index: 1;
  width: 850px;
  height: 5px;
  margin: -5px auto 0;
  background: #e9e9e9;
}
.ee_order-comp-wrap .ee_order-comp {
  position: relative;
  box-sizing: border-box;
  width: 850px;
  min-height: 810px;
  margin: 0 auto;
  border: solid #eee;
  border-width: 0 1px;
  padding: 70px 65px 50px;
  background: #ffffff;
  animation: orderComp 1s forwards;
}
.ee_order-comp-wrap .ee_order-comp::after {
  display: block;
  content: "";
  position: absolute;
  right: -1px;
  bottom: -10px;
  left: -1px;
  height: 10px;
  background: url(../../../assets/common/image/etc/img-common-punching-a.svg) center bottom/100% auto no-repeat;
}
.ee_order-comp-wrap .ee_order-comp-head .ee_tit {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #222;
  text-align: center;
}
.ee_order-comp-wrap .ee_order-comp-head .ee_desc {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 22px;
  color: #777;
  text-align: center;
}
.ee_order-comp-wrap .ee_order-comp-head .ee_subdesc {
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 21px;
  color: #777;
  text-align: center;
}
.ee_order-comp-wrap .ee_order-comp-body {
  margin: 40px 0 0;
  border-top: 1px solid #222;
}
.ee_order-comp-wrap .ee_order-comp-body .ee_info-list > li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 14px 0;
}
.ee_order-comp-wrap .ee_order-comp-body .ee_info-list > li .ee_sort {
  flex: 0 0 120px;
  width: 120px;
  font-size: 13px;
  line-height: 21px;
  color: #222;
  text-align: center;
}
.ee_order-comp-wrap .ee_order-comp-body .ee_info-list > li .ee_cont {
  margin: 0 0 0 30px;
  font-size: 13px;
  line-height: 21px;
  color: #222;
}
.ee_order-comp-wrap .ee_order-comp-body .ee_info-list > li .ee_cont .ee_info li {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 21px;
  color: #222;
}
.ee_order-comp-wrap .ee_order-comp-body .ee_info-list > li .ee_cont .ee_info li + li {
  position: relative;
  margin: 0 0 0 10px;
  padding: 0 0 0 11px;
}
.ee_order-comp-wrap .ee_order-comp-body .ee_info-list > li .ee_cont .ee_info li + li::before {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #ddd;
}
.ee_order-comp-wrap .ee_order-comp-body .ee_info-list > li .ee_cont .ee_level-wrap {
  padding: 0;
}
.ee_order-comp-wrap .ee_order-comp-body .ee_info-list > li .ee_cont .ee_level-wrap .ee_level .ee_level-txt {
  font-size: 13px;
  line-height: 21px;
  color: #222;
}
.ee_order-comp-wrap .ee_order-comp-body .ee_info-list > li .ee_cont .ee_level-wrap .ee_level .ee_level-txt .ee_number {
  display: inline-block;
  vertical-align: middle;
}
.ee_order-comp-wrap .ee_order-comp-body .ee_total-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 15px 0 0;
}
.ee_order-comp-wrap .ee_order-comp-body .ee_total-price .ee_sort {
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #222;
}
.ee_order-comp-wrap .ee_order-comp-body .ee_total-price .ee_price {
  margin: 0 0 0 10px;
  font-size: 15px;
  line-height: 24px;
  color: #222;
}
.ee_order-comp-wrap .ee_order-comp-body .ee_total-price .ee_price .ee_number {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  vertical-align: middle;
}
.ee_order-comp-wrap .ee_order-comp-foot {
  margin: 20px 0 0;
}
.ee_order-comp-wrap .ee_order-comp-foot .ee_btn-wrap {
  animation: lazyShowing 0.6s 0.8s forwards;
  opacity: 0;
}
.ee_order-comp-wrap .ee_order-comp-foot .ee_btn-wrap [class^=ee_btn] {
  width: 150px;
}

.ee_policy-wrap {
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
.ee_policy-wrap.ee_pt15 {
  padding: 0;
}
.ee_policy-wrap .ee_policy-head .ee_tit {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #555;
}
.ee_policy-wrap .ee_policy-head .ee_desc {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
.ee_policy-wrap .ee_line-area {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 15px;
}
.ee_policy-wrap .ee_line-area .ee_note li {
  color: #999;
}

.gd_dt_imgs {
  overflow: hidden;
  position: relative;
}

.gd_dt_imgs img {
  display: block;
  max-width: 1460px;
  height: auto;
  margin: 20px auto 0 auto;
}

.gd_dt_imgs h5 {
  position: absolute;
  font-size: 17px;
  color: #444;
  letter-spacing: -1px !important;
}

.gd_dt_imgs .pointer {
  padding-left: 230px;
}

.gd_dt_imgs .pointer li {
  font-size: 14px;
}

.ee_loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 20000;
}
.ee_loading .ee_loading-icon {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  overflow: visible;
  animation: loader-rotation 1s infinite linear;
}
.ee_loading .ee_loading-icon circle {
  stroke: #222;
  stroke-dasharray: 44px;
  stroke-dashoffset: 11px;
  transform-origin: center;
  transform: rotatey(180deg) rotate(90deg);
  animation: loader-spinner 2.5s infinite ease;
}
@keyframes loader-spinner {
  0% {
    stroke-dashoffset: 33px;
    transform: rotatey(0deg) rotate(0deg);
  }
  25% {
    stroke-dashoffset: 11px;
    transform: rotatey(0deg) rotate(0deg);
  }
  25.0001% {
    stroke-dashoffset: 11px;
    transform: rotatey(180deg) rotate(270deg);
  }
  50% {
    stroke-dashoffset: 33px;
    transform: rotatey(180deg) rotate(270deg);
  }
  50.0001% {
    stroke-dashoffset: 33px;
    transform: rotatey(0deg) rotate(180deg);
  }
  75% {
    stroke-dashoffset: 11px;
    transform: rotatey(0deg) rotate(180deg);
  }
  75.0001% {
    stroke-dashoffset: 11px;
    transform: rotatey(180deg) rotate(90deg);
  }
  100% {
    stroke-dashoffset: 33px;
    transform: rotatey(180deg) rotate(90deg);
  }
}
@keyframes loader-rotation {
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1700px) {
  .ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-product {
    /*상세페이지 이미지 노출*/
  }
  .ee_product-detail-wrap .ee_product-detail-body .ee_product-detail-inner .ee_detail-cont .ee_detail-area.ee_section-product .goods-detail .goods-detail-inner .goods-detail-image .goods-detail-item {
    width: auto;
  }
}
/*상품 상세 카드 혜택 안내 모달*/
.ee_modal[data-modalid=modal-card-benefit] .ee_wrap .ee_head {
  padding: 0 0 20px;
  margin-bottom: 20px;
}
.ee_modal[data-modalid=modal-card-benefit] .ee_wrap .ee_inner {
  margin-top: -20px;
}

.ee_write-modal [class*=ee_goods-row] .ee_goods .ee_goods-box {
  align-items: center;
}

/* 상세 자주클럽 혜택 모달 */
.ee_modal .ee_wrap .ee_inner .ee_jajuclub table tr td {
  border-right: 1px solid #eee;
  text-align: center;
}
.ee_modal .ee_wrap .ee_inner .ee_jajuclub table tr td:last-child {
  border-right: none;
}

.ee_paging {
  text-align: center;
  font-size: 0;
  z-index: 1;
}
.ee_paging a {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
.ee_paging a.ee_prev {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background: url(../../../assets/common/image/icons/20x20/ico-common-16-arrow-left-gray.svg) no-repeat center;
  font-size: 0;
}
.ee_paging a.ee_next {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  background: url(../../../assets/common/image/icons/20x20/ico-common-20-arrow-right-gray.svg) no-repeat center;
  font-size: 0;
}
.ee_paging a.ee_first {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(../../../assets/common/image/icons/20x20/ico-common-16-arrow-left-gray-double.svg) no-repeat center;
  font-size: 0;
}
.ee_paging a.ee_last {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url(../../../assets/common/image/icons/20x20/ico-common-16-arrow-right-gray-double.svg) no-repeat center;
  font-size: 0;
}
.ee_paging a.ee_current span {
  color: #222;
  font-weight: 700;
}
.ee_paging a span {
  font-family: "Roboto";
  font-size: 15px;
  color: #999;
  display: inline-block;
}
.ee_paging a.disabled {
  opacity: 0.2;
}

/*쇼핑백*/
.ee_header-sub {
  padding: 40px 0 20px;
}
.ee_header-sub .ee_title-big {
  flex: 0 0 auto;
  display: block;
  font-family: "NanumMyeongjo";
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #222;
  line-height: 47px;
}
.ee_header-sub.ee_pb40 {
  padding-bottom: 40px;
}

.ee_benefit-wrap {
  display: flex;
  overflow: hidden;
  padding: 14px 30px;
  font-size: 0;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
}
.ee_benefit-wrap .ee_user {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #222;
  line-height: 25px;
  letter-spacing: 0;
}
.ee_benefit-wrap .ee_user span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
  background: #f7f7f7;
}
.ee_benefit-wrap .ee_user span.ee_bronze {
  background: url(../../../assets/common/image/icons/siv/ico_SI_BS.png) center center/cover no-repeat;
}
.ee_benefit-wrap .ee_user span.ee_silver {
  background: url(../../../assets/common/image/icons/siv/ico_SI_SS.png) center center/cover no-repeat;
}
.ee_benefit-wrap .ee_user span.ee_platinum {
  background: url(../../../assets/common/image/icons/siv/ico_SI_PS.png) center center/cover no-repeat;
}
.ee_benefit-wrap .ee_user span.ee_diamond {
  background: url(../../../assets/common/image/icons/siv/ico_SI_DS.png) center center/cover no-repeat;
}
.ee_benefit-wrap .ee_user span.ee_gold {
  background: url(../../../assets/common/image/icons/siv/ico_SI_GS.png) center center/cover no-repeat;
}
.ee_benefit-wrap .ee_user strong {
  vertical-align: middle;
}
.ee_benefit-wrap .ee_benefit-list {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.ee_benefit-wrap .ee_benefit-list dt {
  display: inline-block;
  font-size: 12px;
  color: #555;
  line-height: 20px;
  letter-spacing: 0;
}
.ee_benefit-wrap .ee_benefit-list dd {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 12px;
  color: #222;
  line-height: 20px;
  letter-spacing: -0.5px;
}
.ee_benefit-wrap .ee_benefit-list dd strong {
  display: inline-block;
  font-size: 18px;
  margin: -2px 2px 0 0;
  vertical-align: middle;
}
.ee_benefit-wrap .ee_benefit-list dd + dt {
  position: relative;
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
}
.ee_benefit-wrap .ee_benefit-list dd + dt::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 15px;
  margin: -1px 0 0;
  background: #ddd;
  transform: translateY(-50%);
}

.ee_membership {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 12px 30px;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
}
.ee_membership .ee_txt {
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #555;
}
.ee_membership .ee_btn-wrap {
  margin-left: auto;
}
.ee_membership .ee_btn-wrap [class*=ee_btn] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
}

.ee_self-id {
  margin-top: 10px;
}
.ee_self-id .ee_txt {
  position: relative;
  margin-right: 10px;
  padding: 0 0 0 8px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
.ee_self-id .ee_txt::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #555;
  transform: translateY(-50%);
}

.ee_full .ee_tab-wrap {
  margin-top: 15px;
  background: #ffffff;
  border-bottom: 1px solid #eee;
}
.ee_full .ee_tab-wrap .ee_tab {
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  border-bottom: none;
}
.ee_full .ee_cart-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 0;
  min-height: 520px;
}
.ee_full .ee_cart-wrap .ee_left {
  position: relative;
  box-sizing: border-box;
  min-width: 850px;
  width: 100%;
  padding-right: 350px;
}
.ee_full .ee_cart-wrap .ee_left .ee_flex {
  padding: 13px 0;
}
.ee_full .ee_cart-wrap .ee_left .ee_flex .ee_allChk {
  flex: 1 1 auto;
}
.ee_full .ee_cart-wrap .ee_left .ee_flex .ee_allChk .ee_txt {
  font-size: 14px;
  color: #222;
}
.ee_full .ee_cart-wrap .ee_left .ee_flex .ee_btn-wrap {
  flex: 0 0 auto;
}
.ee_full .ee_cart-wrap .ee_left .ee_flex.fixed {
  position: fixed;
  top: 0;
  z-index: 119;
  background: #f7f7f7;
  transition: transform 0.2s;
  opacity: 0.9;
}
.ee_full .ee_cart-wrap .ee_left .ee_flex.hide {
  transform: translateY(-100%);
  z-index: 0;
}
.ee_full .ee_cart-wrap .ee_left .ee_product-wrap {
  width: 100%;
  padding: 30px 30px 0;
  background: #ffffff;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.ee_full .ee_cart-wrap .ee_left .ee_product-wrap .ee_product-list > li .ee_goods-comp .ee_comp-data .ee_top .ee_pay-comp .ee_price-box .ee_price .ee_number {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.ee_full .ee_cart-wrap .ee_left .ee_product-wrap .ee_total-amount {
  width: calc(100% + 60px);
  margin: 20px -30px 0;
  padding: 20px;
  border-top: 1px solid #eee;
  text-align: center;
  box-sizing: border-box;
}
.ee_full .ee_cart-wrap .ee_left .ee_product-wrap .ee_total-amount .ee_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #222;
  line-height: 16px;
  letter-spacing: 0;
}
.ee_full .ee_cart-wrap .ee_left .ee_product-wrap .ee_total-amount .ee_txt .ee_goods-price,
.ee_full .ee_cart-wrap .ee_left .ee_product-wrap .ee_total-amount .ee_txt .ee_shipping-price {
  margin: -2px 2px 0 5px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.5px;
}
.ee_full .ee_cart-wrap .ee_left .ee_product-wrap .ee_total-amount .ee_txt .ee_total-price {
  margin: -2px 2px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.ee_full .ee_cart-wrap .ee_left .ee_product-wrap .ee_total-amount .ee_txt em {
  display: inline-block;
  padding: 0 10px;
}
.ee_full .ee_cart-wrap .ee_left .ee_product-wrap .ee_total-amount .ee_desc {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #999;
  line-height: 20px;
}
.ee_full .ee_cart-wrap .ee_left .ee_product-wrap + [class^=ee_note] {
  margin-top: 20px;
}
.ee_full .ee_cart-wrap .ee_left .ee_product-wrap + .ee_product-wrap {
  margin-top: 10px;
}
.ee_full .ee_cart-wrap .ee_nodata-cart {
  position: relative;
  margin: 96px auto 57px;
  padding: 140px 0 0;
}
.ee_full .ee_cart-wrap .ee_nodata-cart::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 140px;
  height: 140px;
  background: url(../../../assets/common/image/icons/etc/img-common-60-shopping-none.svg) no-repeat center;
  transform: translateX(-50%);
}
.ee_full .ee_cart-wrap .ee_nodata-cart p {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #555;
  line-height: 25px;
  letter-spacing: 0;
}
.ee_full .ee_cart-wrap .ee_nodata-cart p + button {
  margin-top: 30px;
}
.ee_full .ee_cart-wrap .ee_nodata-cart + [class^=ee_note] {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.ee_also-tit {
  display: block;
  position: relative;
  padding: 30px 0;
  font-weight: 700;
  text-align: center;
}

/*모달*/
.ee_modal {
  /*상품목록*/
}
.ee_modal .ee_goods-option {
  align-items: flex-start;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.ee_modal .ee_goods-option .ee_comp-data {
  margin-left: 10px;
  padding-top: 2px;
}
.ee_modal .ee_goods-option .ee_comp-data .ee_tit {
  font-size: 12px;
  line-height: 18px;
  color: #222;
}
.ee_modal .ee_goods-option .ee_comp-data .ee_tit .ee_brand {
  font-weight: 700;
}
.ee_modal .ee_goods-option .ee_comp-data .ee_option .ee_txt {
  display: block;
  font-size: 11px;
  line-height: 16px;
  color: #777;
}
.ee_modal .ee_product-info {
  margin-top: 20px;
}
.ee_modal .ee_product-info dl {
  display: flex;
  align-items: flex-start;
}
.ee_modal .ee_product-info dl dt {
  display: flex;
  flex: 0 0 120px;
  box-sizing: border-box;
  width: 120px;
  min-height: 30px;
  padding: 5px 0;
  font-size: 12px;
  line-height: 20px;
  color: #555;
}
.ee_modal .ee_product-info dl dd {
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0 145px 0 0;
  flex: 1 1 auto;
  min-height: 30px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
.ee_modal .ee_product-info dl dd .ee_btn-wrap {
  position: absolute;
  top: 5px;
  right: 0;
}
.ee_modal .ee_product-info dl dd.ee_multi-product {
  padding: 0;
}
.ee_modal .ee_product-info dl dd.ee_multi-product .ee_set-size {
  width: 100%;
}
.ee_modal .ee_product-info dl dd.ee_multi-product .ee_set-size > li {
  position: relative;
}
.ee_modal .ee_product-info dl dd.ee_multi-product .ee_set-size > li .ee_set-option + .ee_option-list {
  margin-top: 3px;
}
.ee_modal .ee_product-info dl dd.ee_multi-product .ee_set-size > li .ee_set-option + .ee_option-list + .ee_btn-wrap {
  right: 0;
  top: 1px;
}
.ee_modal .ee_product-info dl dd.ee_multi-product .ee_set-size > li .ee_set-option + .ee_select-custom {
  max-width: 450px;
  margin-top: 8px;
  padding: 0 145px 0 0;
}
.ee_modal .ee_product-info dl dd.ee_multi-product .ee_set-size > li .ee_set-option + .ee_select-custom .ee_scrollbar-custom {
  max-width: 450px;
  margin: -10px 145px 0 0;
}
.ee_modal .ee_product-info dl dd.ee_multi-product .ee_set-size > li + li {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.ee_modal .ee_product-info dl dd.ee_multi-product .ee_set-size > li + li .ee_set-option + .ee_option-list + .ee_btn-wrap {
  top: 10px;
}
.ee_modal .ee_product-info dl + dl {
  margin-top: 17px;
}
.ee_modal .ee_total-price {
  overflow: hidden;
  position: relative;
  margin: 30px 0 0;
  border-top: 1px solid #222;
  padding: 13px 0 14px;
}
.ee_modal .ee_total-price .ee_sort {
  float: left;
  padding: 4px 0 3px;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #222;
}
.ee_modal .ee_total-price .ee_price {
  float: right;
  font-size: 16px;
  line-height: 25px;
  color: #222;
  text-align: right;
  vertical-align: middle;
}
.ee_modal .ee_total-price .ee_price .ee_number {
  display: inline-block;
  margin: 0 1px 0 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  vertical-align: middle;
}
.ee_modal .ee_foot.ee_cart .ee_btn-wrap {
  display: none;
  text-align: center;
}
.ee_modal .ee_foot.ee_cart .ee_btn-wrap button + button {
  margin-left: 5px;
}
.ee_modal .ee_foot.ee_cart .ee_btn-wrap.ee_default {
  display: block;
}
.ee_modal .ee_tab-wrap .ee_tab-content [class*=ee_note] {
  margin-top: 20px;
}
.ee_modal.ee_1200 .ee_product-detail-wrap {
  padding: 0;
  overflow: hidden;
}
.ee_modal.ee_1200 .ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap {
  flex: 0 0 470px;
  width: 470px;
  margin-right: 40px;
  padding: 0;
  box-sizing: border-box;
}
.ee_modal.ee_1200 .ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_product-img {
  width: 100%;
}
.ee_modal.ee_1200 .ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_image-thumb-wrap {
  width: 470px;
  padding: 0 40px;
}
.ee_modal.ee_1200 .ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_image-thumb-wrap .swiper-button-prev,
.ee_modal.ee_1200 .ee_product-detail-wrap .ee_product-detail-head .ee_product-img-wrap .ee_image-thumb-wrap .swiper-button-next {
  display: block;
}
.ee_modal.ee_1200 .ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-coupons dl dd {
  display: flex;
  padding: 0 141px 0 0;
}
.ee_modal.ee_1200 .ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-coupons dl dd [class*=ee_btn-base] {
  width: 284px;
}
.ee_modal.ee_1200 .ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-coupons dl dd .ee_tooltip-wrap {
  margin-left: auto;
}
.ee_modal.ee_1200 .ee_product-detail-wrap .ee_product-detail-head .ee_product-info .ee_info-cards dl dd {
  padding: 0 141px 0 0;
}
.ee_modal.ee_1200 .ee_product-detail-wrap .ee_btn-txt {
  margin-top: 20px;
  float: right;
}
.ee_modal.ee_1200 .ee_product-detail-wrap .ee_btn-txt span {
  color: #222;
}
.ee_modal.ee_1200 .ee_product-detail-wrap .ee_btn-txt::before {
  content: "";
  display: block;
  clear: both;
}
.ee_modal .ee_inner .ee_coupon-list {
  margin-top: 30px;
}
.ee_modal .ee_inner .ee_coupon-list li {
  position: relative;
}
.ee_modal .ee_inner .ee_coupon-list li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 52px;
  z-index: 1;
  width: 16px;
  height: 8px;
  border: solid #ccc;
  border-width: 0 1px 1px;
  border-radius: 0 0 8px 8px;
  background: #ffffff;
}
.ee_modal .ee_inner .ee_coupon-list li::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 52px;
  z-index: 1;
  width: 16px;
  height: 8px;
  border: solid #ccc;
  border-width: 1px 1px 0;
  border-radius: 8px 8px 0 0;
  background: #ffffff;
}
.ee_modal .ee_inner .ee_coupon-list li.ee_nodata {
  margin: 0 auto;
  padding: 50px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.ee_modal .ee_inner .ee_coupon-list li.ee_nodata span {
  display: block;
  text-align: center;
  color: #999;
  font-size: 13px;
  line-height: 21px;
}
.ee_modal .ee_inner .ee_coupon-list li.ee_nodata::before, .ee_modal .ee_inner .ee_coupon-list li.ee_nodata::after {
  display: none;
}
.ee_modal .ee_inner .ee_coupon-list li .ee_coupon {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 160px;
  padding: 10px 90px 10px 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: left;
}
.ee_modal .ee_inner .ee_coupon-list li .ee_coupon .ee_benefit {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: #222;
  display: block;
  box-sizing: border-box;
  line-height: 28px;
}
.ee_modal .ee_inner .ee_coupon-list li .ee_coupon .ee_benefit .ee_strong {
  display: inline-block;
  margin-right: 3px;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  vertical-align: middle;
}
.ee_modal .ee_inner .ee_coupon-list li .ee_coupon .ee_info {
  display: block;
  margin: 10px 0 0;
}
.ee_modal .ee_inner .ee_coupon-list li .ee_coupon .ee_info span {
  display: block;
  text-align: left;
}
.ee_modal .ee_inner .ee_coupon-list li .ee_coupon .ee_info span.ee_tit14 {
  line-height: 21px;
}
.ee_modal .ee_inner .ee_coupon-list li .ee_coupon .ee_info span.ee_tit14 + .ee_txt {
  margin: 5px 0 0;
}
.ee_modal .ee_inner .ee_coupon-list li .ee_coupon .ee_info span.ee_txt {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #777;
  margin: 2px 0 0;
  line-height: 20px;
}
.ee_modal .ee_inner .ee_coupon-list li .ee_coupon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 60px;
  height: 100%;
  border-left: 1px dashed #ddd;
  border-radius: 0 3px 3px 0;
  background-color: #f9f9f9;
  background-image: url(../../../assets/common/image/icons/30x30/ico-common-30-download.svg);
  background-position: center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.ee_modal .ee_inner .ee_coupon-list li .ee_coupon:disabled {
  cursor: default;
}
.ee_modal .ee_inner .ee_coupon-list li .ee_coupon:disabled::after {
  background-image: url(../../../assets/common/image/icons/30x30/ico-common-30-check.svg);
}
.ee_modal .ee_inner .ee_coupon-list li + li {
  margin-top: 15px;
}

.ee_layer-wrap {
  display: inline-block;
  position: relative;
  font-size: 0;
  cursor: pointer;
}
.ee_layer-wrap .ee_tooltip-box {
  position: absolute;
  top: 26px;
  right: -32px;
  box-sizing: border-box;
  width: 260px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 14px 19px;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  transition: all 0.3s;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.02);
}
.ee_layer-wrap .ee_tooltip-box::before {
  display: none;
}
.ee_layer-wrap .ee_tooltip-box .ee_tooltip-tit {
  padding: 0 0 10px;
  font-size: 16px;
  line-height: 25px;
  color: #222;
}
.ee_layer-wrap .ee_tooltip-box .ee_btn-del {
  position: absolute;
}
.ee_layer-wrap.on .ee_tooltip-box {
  visibility: visible;
  opacity: 1;
  z-index: 200;
}

.ee_tab[class*=ty5] {
  border-bottom: 1px solid #333;
}
.ee_tab[class*=ty5] ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.ee_tab[class*=ty5] ul li {
  width: 33.33%;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  background: #ffffff;
  box-sizing: border-box;
}
.ee_tab[class*=ty5] ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 50px;
}
.ee_tab[class*=ty5] ul li a span {
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #999;
  line-height: 24px;
  text-decoration: none;
}
.ee_tab[class*=ty5] ul li a span .ee_num {
  color: #999;
}
.ee_tab[class*=ty5] ul li:first-child {
  border-left: 1px solid #eeeeee;
}
.ee_tab[class*=ty5] ul li.on {
  background: #333;
  border-color: #333;
}
.ee_tab[class*=ty5] ul li.on span {
  color: #ffffff;
}
.ee_tab[class*=ty5] ul li.disabled a {
  cursor: default;
}
.ee_tab[class*=ty5] ul li.disabled a span,
.ee_tab[class*=ty5] ul li.disabled a .ee_num {
  color: #ddd;
}

.ee_badge-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0;
  z-index: 5;
}
.ee_badge-wrap [class*=ee_badge] {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  height: 20px;
  line-height: 20px;
  letter-spacing: 0;
  border: 1px solid;
  padding: 0 16px;
  font-size: 10px;
  text-align: center;
}
.ee_badge-wrap [class*=ee_badge1] {
  border-color: #333;
  background: #333;
  color: #ffffff;
}
.ee_badge-wrap [class*=ee_badge2] {
  border-color: #777;
  background: #777;
  color: #ffffff;
}

/*상품목록*/
.ee_prd-list {
  /*상품목록 필터 조건*/
}
.ee_prd-list .ee_contents {
  position: relative;
  min-width: 1230px;
  max-width: 1920px;
  width: 100%;
  margin: 50px auto 0;
  box-sizing: border-box;
}
.ee_prd-list .ee_contents::after {
  content: "";
  display: block;
  clear: both;
}
.ee_prd-list .ee_contents .ee_goods-cate-wrap {
  float: left;
  width: 190px;
  padding: 0 50px 0 40px;
}
.ee_prd-list .ee_contents .ee_goods-cate-wrap > h2 img {
  max-width: 100%;
}
.ee_prd-list .ee_contents .ee_goods-cate-wrap .ee_title-big {
  padding: 17px 0 16px;
  font-size: 26px;
  color: #222;
  text-align: center;
  line-height: 34px;
  font-family: "NanumMyeongjo";
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.ee_prd-list .ee_contents .ee_goods-cate-wrap .ee_goods-cate-list {
  margin-top: 40px;
}
.ee_prd-list .ee_contents .ee_goods-cate-wrap .ee_goods-cate-list a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.ee_prd-list .ee_contents .ee_goods-cate-wrap .ee_goods-cate-list li.on > a span {
  text-decoration: underline;
  text-underline-position: under;
}
.ee_prd-list .ee_contents .ee_goods-cate-wrap .ee_goods-cate-list > li {
  display: block;
  align-items: center;
  width: 100%;
  padding: 7px 0 6px;
}
.ee_prd-list .ee_contents .ee_goods-cate-wrap .ee_goods-cate-list > li a {
  display: block;
  width: 100%;
}
.ee_prd-list .ee_contents .ee_goods-cate-wrap .ee_goods-cate-list > li a span {
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  color: #222;
  line-height: 21px;
}
.ee_prd-list .ee_contents .ee_goods-cate-wrap .ee_goods-cate-list > li .ee_depth {
  display: none;
  margin-top: 10px;
  padding-left: 10px;
}
.ee_prd-list .ee_contents .ee_goods-cate-wrap .ee_goods-cate-list > li .ee_depth > li span {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #777;
  line-height: 20px;
}
.ee_prd-list .ee_contents .ee_goods-cate-wrap .ee_goods-cate-list > li .ee_depth > li + li {
  margin-top: 4px;
}
.ee_prd-list .ee_contents .ee_goods-cate-wrap .ee_goods-cate-list > li .ee_depth > li .ee_lyr {
  margin-top: 10px;
  padding-left: 10px;
}
.ee_prd-list .ee_contents .ee_goods-cate-wrap .ee_goods-cate-list > li .ee_depth > li .ee_lyr > li + li {
  margin-top: 4px;
}
.ee_prd-list .ee_contents .ee_goods-cate-wrap .ee_goods-cate-list > li.active .ee_depth {
  display: block;
}
.ee_prd-list .ee_contents .ee_goods-con {
  float: left;
  width: calc(100% - 320px);
  max-width: 1460px;
  box-sizing: border-box;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_bread-crumb > ul {
  display: flex;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_bread-crumb > ul > li {
  position: relative;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_bread-crumb > ul > li a {
  display: block;
  font-size: 13px;
  color: #777;
  line-height: 21px;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_bread-crumb > ul > li + li {
  margin: 0 0 0 26px;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_bread-crumb > ul > li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -21px;
  width: 16px;
  height: 16px;
  background: url(../../../assets/common/image/icons/16x16/ico-common-16-arrow-right-999.svg) center center no-repeat;
  transform: translateY(-50%);
}
.ee_prd-list .ee_contents .ee_goods-con .ee_bread-crumb > ul > li.ee_current {
  padding: 0 11px 0 0;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_bread-crumb > ul > li.ee_current a {
  color: #222;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_bread-crumb > ul > li.ee_current a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_bread-crumb > ul > li.ee_current::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(../../../assets/common/image/icons/10x10/ico-common-10-arrow-dropdown-copy-10.svg) center center no-repeat;
  transform: translateY(-50%);
}
.ee_prd-list .ee_contents .ee_goods-con .ee_bread-crumb > ul > li.ee_current .ee_depth {
  width: 160px;
  border-radius: 0;
  border: 1px solid #555;
  padding: 19px 15px;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_bread-crumb > ul > li.ee_current .ee_depth > li a {
  display: block;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_bread-crumb > ul > li.ee_current .ee_depth > li a span {
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  color: #999;
  line-height: 19px;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_bread-crumb > ul > li.ee_current .ee_depth > li a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_bread-crumb > ul > li.ee_current .ee_depth > li + li {
  margin-top: 5px;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_bread-crumb > ul > li.ee_current .ee_depth > li.on span {
  color: #222;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_bread-crumb > ul > li.ee_current.on::after {
  transform: translateY(-50%) rotate(-180deg);
}
.ee_prd-list .ee_contents .ee_goods-con .ee_goods-swiper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_goods-swiper .ee_swiper-container {
  position: relative;
  width: calc((100% - 10px * 2) / 2);
  height: auto;
  margin-left: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_goods-swiper .ee_swiper-container .swiper-slide a {
  display: block;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_goods-swiper .ee_swiper-container .swiper-slide a .ee_thum {
  display: block;
  position: relative;
  height: 0;
  padding-top: 93%;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_goods-swiper .ee_swiper-container .swiper-slide a .ee_thum img {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  max-height: 100%;
  transform: translateY(-50%);
}
.ee_prd-list .ee_contents .ee_goods-con .ee_goods-swiper .ee_swiper-container .swiper-slide a .ee_thum::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  z-index: 1;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_goods-swiper .ee_swiper-container .swiper-slide a .ee_goods-text {
  max-height: 122px;
  background: #fff;
  padding: 20px 0 46px;
  font-size: 0;
  box-sizing: border-box;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_goods-swiper .ee_swiper-container .swiper-slide a .ee_goods-text .ee_tit {
  display: block;
  font-size: 26px;
  color: #222;
  text-align: center;
  font-family: "NanumMyeongjo";
  overflow: hidden;
  display: block;
  max-width: 100%;
  max-height: 34px;
  line-height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_goods-swiper .ee_swiper-container .swiper-slide a .ee_goods-text .ee_sub {
  display: block;
  font-size: 14px;
  color: #555;
  text-align: center;
  overflow: hidden;
  display: block;
  max-width: 100%;
  max-height: 22px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_goods-swiper .ee_swiper-container .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 23px;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
}
.ee_prd-list .ee_contents .ee_goods-con .ee_goods-swiper .ee_swiper-container .swiper-button-prev {
  opacity: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  background: url(../../../assets/common/image/icons/40x40/ico-common-40-arrow-left.svg) no-repeat left center;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_goods-swiper .ee_swiper-container .swiper-button-prev::after {
  display: none;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_goods-swiper .ee_swiper-container .swiper-button-next {
  opacity: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  background: url(../../../assets/common/image/icons/40x40/ico-common-40-arrow-right.svg) no-repeat left center;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_goods-swiper .ee_swiper-container .swiper-button-next::after {
  display: none;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_goods-swiper .ee_swiper-container:first-child {
  margin-left: 0;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_goods-swiper .ee_swiper-container:hover {
  border-color: #222;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_goods-swiper .ee_swiper-container:hover .swiper-button-prev,
.ee_prd-list .ee_contents .ee_goods-con .ee_goods-swiper .ee_swiper-container:hover .swiper-button-next {
  opacity: 1;
  transition: all 0.3s;
}
.ee_prd-list .ee_contents .ee_goods-con .ee_also-tit {
  padding: 0 0 25px;
}
.ee_prd-list .ee_contents .ee_tooltip-wrap .ee_tooltip-box::before {
  background: url(../../../assets/common/image/etc/ico-common-7-tooltip-triangle-555.svg) center center no-repeat;
}
.ee_prd-list .ee_goods-filter {
  margin-top: 35px;
  /* SORTING */
}
.ee_prd-list .ee_goods-filter .ir {
  font-size: 0;
  color: #fff;
  opacity: 0;
}
.ee_prd-list .ee_goods-filter .ee_lstSorting {
  width: 100%;
  display: flex;
}
.ee_prd-list .ee_goods-filter .ee_lstSorting::after {
  content: "";
  display: block;
  clear: both;
}
.ee_prd-list .ee_goods-filter .ee_lstSorting .ee_goods-total {
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  color: #777;
  line-height: 21px;
}
.ee_prd-list .ee_goods-filter .ee_lstSorting .ee_goods-total span {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  color: #222;
  line-height: 22px;
}
.ee_prd-list .ee_goods-filter .ee_lstSorting .ee_goods-sort {
  margin-left: auto;
}
.ee_prd-list .ee_goods-filter .ee_lstSorting .ee_goods-sort .ee_tooltip-wrap .ee_btn-tooltip {
  color: #777;
}
.ee_prd-list .ee_goods-filter .ee_lstSorting .ee_goods-sort .ee_tooltip-wrap .ee_tooltip-box {
  width: auto;
  min-width: 100px;
  padding: 18px 15px;
  border-radius: 0;
  border-color: #555;
}
.ee_prd-list .ee_goods-filter .ee_lstSorting .ee_goods-sort .ee_tooltip-wrap .ee_tooltip-box ul li {
  display: block;
}
.ee_prd-list .ee_goods-filter .ee_lstSorting .ee_goods-sort .ee_tooltip-wrap .ee_tooltip-box ul li button {
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  color: #999;
  line-height: 19px;
}
.ee_prd-list .ee_goods-filter .ee_lstSorting .ee_goods-sort .ee_tooltip-wrap .ee_tooltip-box ul li button:hover {
  text-decoration: underline;
  text-underline-position: under;
  color: #222;
}
.ee_prd-list .ee_goods-filter .ee_lstSorting .ee_goods-sort .ee_tooltip-wrap .ee_tooltip-box ul li + li {
  margin-top: 5px;
}
.ee_prd-list .ee_goods-filter .ee_lstSorting .ee_goods-sort .ee_tooltip-wrap.num .ee_tooltip-box {
  min-width: 60px;
}
.ee_prd-list .ee_goods-filter .ee_lstSorting .ee_goods-sort .ee_tooltip-wrap.btn .ee_tooltip-box {
  min-width: 85px;
  transform: translate(-65%, 0);
}
.ee_prd-list .ee_goods-filter .ee_lstSorting .ee_goods-sort .ee_tooltip-wrap.on .ee_btn-tooltip i {
  transform: rotate(180deg);
}
.ee_prd-list .ee_swiper-container.ee_goods-also .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: url(../../../assets/common/image/icons/40x40/ico-common-40-arrow-left.svg) no-repeat left center;
}
.ee_prd-list .ee_swiper-container.ee_goods-also .swiper-button-prev::after {
  display: none;
}
.ee_prd-list .ee_swiper-container.ee_goods-also .swiper-button-next {
  width: 40px;
  height: 40px;
  background: url(../../../assets/common/image/icons/40x40/ico-common-40-arrow-right.svg) no-repeat left center;
}
.ee_prd-list .ee_swiper-container.ee_goods-also .swiper-button-next::after {
  display: none;
}
.ee_prd-list .ee_swiper-container.ee_goods-also + .ee_goods-filter {
  margin-top: 95px;
}
.ee_prd-list [class*=ee_goods-grid] .ee_goods .ee_thum {
  position: relative;
  overflow: hidden;
}
.ee_prd-list [class*=ee_goods-grid] .ee_goods .ee_thum .ee_payback {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  z-index: 5;
}
.ee_prd-list [class*=ee_goods-grid] .ee_goods .ee_thum .ee_payback img {
  max-width: 100%;
}
.ee_prd-list [class*=ee_goods-grid] .ee_goods .ee_thum .ee_goods-soldout {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgba(196, 196, 196, 0.8);
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  transition: bottom 0.2s ease-in-out;
  z-index: 5;
}
.ee_prd-list [class*=ee_goods-grid] .ee_goods .ee_thum .ee_badge-wrap {
  transition: bottom 0.2s ease-in-out;
}
.ee_prd-list [class*=ee_goods-grid] .ee_goods .ee_thum .ee_over {
  position: absolute;
  left: 0;
  bottom: -95px;
  width: 100%;
  height: auto;
  min-height: 60px;
  padding: 9px 5px 6px;
  background: rgba(255, 255, 255, 0.6);
  transition: bottom 0.3s ease-out;
  box-sizing: border-box;
  z-index: 99;
}
.ee_prd-list [class*=ee_goods-grid] .ee_goods .ee_thum .ee_over .ee_size {
  text-align: center;
  max-height: 48px;
  overflow: hidden;
}
.ee_prd-list [class*=ee_goods-grid] .ee_goods .ee_thum .ee_over .ee_size span {
  padding: 0 5px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #555;
  line-height: 24px;
  display: inline-block;
}
.ee_prd-list [class*=ee_goods-grid] .ee_goods .ee_thum .ee_over .ee_btn {
  display: flex;
  justify-content: center;
  margin-top: 7px;
}
.ee_prd-list [class*=ee_goods-grid] .ee_goods .ee_thum .ee_over .ee_btn button {
  position: relative;
  display: inline-block;
  top: auto;
  right: auto;
}
.ee_prd-list [class*=ee_goods-grid] .ee_goods .ee_thum .ee_over .ee_btn button + button {
  margin-left: 5px;
}
.ee_prd-list [class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_option-list {
  margin: -5px 0 0 -2px;
  padding: 5px 0 0 0;
}
.ee_prd-list [class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_option-list li {
  width: auto;
  margin: 5px 0 0 2px;
}
.ee_prd-list [class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_option-list li .ee_btn-color {
  width: 17px;
  height: 17px;
}
.ee_prd-list [class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_option-list li .ee_btn-color.disabled::after {
  height: 16px;
}
.ee_prd-list [class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_option-list li .ee_btn-color:hover::before, .ee_prd-list [class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_option-list li .ee_btn-color.on::before {
  border: 1px solid #ffffff;
}
.ee_prd-list [class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_option-list + .ee_flag-wrap {
  margin-top: 10px;
}
.ee_prd-list [class*=ee_goods-grid] .ee_goods .ee_goods-data .ee_star-wrap + .ee_flag-wrap {
  margin-top: 5px;
}
.ee_prd-list [class*=ee_goods-grid] .ee_goods:hover .ee_goods-soldout {
  bottom: -40px;
}
.ee_prd-list [class*=ee_goods-grid] .ee_goods:hover .ee_badge-wrap {
  bottom: -20px;
}
.ee_prd-list [class*=ee_goods-grid] .ee_goods:hover .ee_over {
  bottom: 0;
}
.ee_prd-list .ee_nodata {
  margin-top: 9px;
  padding: 120px 0;
  border-color: #eee;
  border-bottom: none;
}
.ee_prd-list .ee_nodata::before {
  display: none;
}
.ee_prd-list .ee_nodata p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #555;
  line-height: 25px;
}
.ee_prd-list .ee_nodata .ee_btn-base-size50 {
  display: block;
  width: 150px;
  margin: 30px auto 0;
}
.ee_prd-list .ee_nodata.ee_filter-no {
  margin: 0;
  border-top: none;
}
.ee_prd-list .ee_paging {
  margin-top: 60px;
}

/* FILTER */
.ee_lstFilter {
  margin-top: 8px;
  box-sizing: border-box;
}
.ee_lstFilter .ee_filterHd {
  position: relative;
  border: 1px solid #eee;
  border-radius: 3px;
}
.ee_lstFilter .ee_filterHd .lst {
  padding: 0 140px 0 20px;
}
.ee_lstFilter .ee_filterHd .lst > li {
  position: relative;
  display: inline-block;
  margin-right: 50px;
}
.ee_lstFilter .ee_filterHd .lst > li > button,
.ee_lstFilter .ee_filterHd .lst > li > a {
  position: relative;
  display: inline-block;
  padding: 15px 0;
  font-size: 13px;
  line-height: 21px;
  color: #555;
  text-align: left;
  white-space: nowrap;
}
.ee_lstFilter .ee_filterHd .lst > li > button::after,
.ee_lstFilter .ee_filterHd .lst > li > a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../../assets/common/image/icons/20x20/ico-common-20-arrow-dropdown-down.svg) center center no-repeat;
  vertical-align: top;
}
.ee_lstFilter .ee_filterHd .lst > li > button:hover,
.ee_lstFilter .ee_filterHd .lst > li > a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.ee_lstFilter .ee_filterHd .lst > li.on button {
  font-weight: 700;
}
.ee_lstFilter .ee_filterHd .lst > li.on button::after {
  transform: rotate(-180deg);
}
.ee_lstFilter .ee_filterHd .dep {
  display: none;
  position: absolute;
  top: 100%;
  left: -21px;
  min-width: 182px;
  margin-top: -7px;
  box-sizing: border-box;
  z-index: 20;
}
.ee_lstFilter .ee_filterHd .dep ul {
  margin-top: 7px;
  padding: 15px 15px;
  border: 1px solid #555;
  background: #fff;
}
.ee_lstFilter .ee_filterHd .dep ul::before {
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  left: 20px;
  width: 14px;
  height: 7px;
  background: url(../../../assets/common/image/etc/ico-common-7-tooltip-triangle-555.svg) center center no-repeat;
}
.ee_lstFilter .ee_filterHd .dep ul li {
  padding: 4px 0;
}
.ee_lstFilter .ee_filterHd .dep ul li .ee_txt {
  white-space: nowrap;
}
.ee_lstFilter .ee_filterHd .dep.color ul li {
  float: left;
  width: 18px;
  height: 18px;
  margin: 6px 0 0 6px;
  padding: 0;
  box-sizing: border-box;
}
.ee_lstFilter .ee_filterHd .dep.color ul li .ee_checkbox {
  padding: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.ee_lstFilter .ee_filterHd .dep.color ul li .ee_checkbox input {
  cursor: pointer;
}
.ee_lstFilter .ee_filterHd .dep.color ul li .ee_checkbox input:checked ~ span[class*=ee_]::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #222;
  background: none;
  animation: none;
  box-shadow: 0 0 0 2px #fff inset;
}
.ee_lstFilter .ee_filterHd .dep.color ul li .ee_checkbox .ee_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ee_lstFilter .ee_filterHd .dep.color ul li .ee_checkbox .ee_image img {
  display: block;
  width: 100%;
}
.ee_lstFilter .ee_filterHd .dep.color ul li .ee_checkbox .ee_image i {
  display: block;
  position: absolute;
  top: -35px;
  padding: 3px 10px;
  border: 1px solid #cccccc;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  color: #555;
  line-height: 20px;
  background-color: white;
  border-radius: 3px;
  left: 50%;
  transform: translateX(-50%);
}
.ee_lstFilter .ee_filterHd .dep.color ul li .ee_checkbox .ee_image i::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-bottom: 3px solid transparent;
  border-top: 4px solid #cccccc;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  transform: translateX(-50%);
}
.ee_lstFilter .ee_filterHd .dep.color ul::after {
  content: "";
  display: block;
  clear: both;
}
.ee_lstFilter .ee_filterHd .dep .ee_brand-search .ee_input-row {
  position: relative;
}
.ee_lstFilter .ee_filterHd .dep .ee_brand-search .ee_input-row .ee_input {
  padding: 7px 30px 7px 14px;
  background: #f7f7f7;
  border: none;
}
.ee_lstFilter .ee_filterHd .dep .ee_brand-search .ee_input-row .ee_btn-search {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.ee_lstFilter .ee_filterHd .btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.ee_lstFilter .ee_filterHd .btn li {
  position: relative;
  float: left;
}
.ee_lstFilter .ee_filterHd .btn li + li {
  padding-left: 10px;
  margin-left: 10px;
}
.ee_lstFilter .ee_filterHd .btn li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  background: #ddd;
  transform: translateY(-50%);
}
.ee_lstFilter .ee_filterHd .btn button {
  display: block;
  font-size: 13px;
  line-height: 24px;
}
.ee_lstFilter .ee_filterHd .btn button::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.ee_lstFilter .ee_filterHd .btn .re {
  color: #999;
}
.ee_lstFilter .ee_filterHd .btn .re::before {
  width: 20px;
  height: 20px;
  background: url(../../../assets/common/image/icons/20x20/ico-common-20-refresh-555.svg) center center no-repeat;
  opacity: 0.5;
}
.ee_lstFilter .ee_filterHd .btn .ok {
  color: #222;
}
.ee_lstFilter .ee_filterHd .btn .ok::before {
  width: 24px;
  height: 24px;
  background: url(../../../assets/common/image/icons/24x24/ico-common-24-check-b-on.svg) center center no-repeat;
}
.ee_lstFilter .ee_filterHd .ee_filter-brand {
  position: relative;
  margin-top: 7px;
  padding: 15px 15px;
  border: 1px solid #555;
  background: #fff;
}
.ee_lstFilter .ee_filterHd .ee_filter-brand::before {
  display: block;
  content: "";
  position: absolute;
  top: -7px;
  left: 20px;
  width: 14px;
  height: 7px;
  background: url(../../../assets/common/image/etc/ico-common-7-tooltip-triangle-555.svg) center center no-repeat;
}
.ee_lstFilter .ee_filterHd .ee_filter-brand ul {
  max-height: 313px;
  margin: 13px 0 0;
  padding: 0;
  border: none;
}
.ee_lstFilter .ee_filterHd .ee_filter-brand ul::before {
  display: none;
}
.ee_lstFilter .ee_filterHd .ee_filter-brand ul .os-scrollbar.os-scrollbar-vertical {
  right: -6px;
}
.ee_lstFilter .ee_filterHd .ee_filter-brand .ee_nodata {
  position: relative;
  margin-top: 12px;
  padding: 35px 0 0 0;
  border: none;
}
.ee_lstFilter .ee_filterHd .ee_filter-brand .ee_nodata::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  background: url(../../../assets/common/image/icons/30x30/ico-common-30-notice.svg) center center no-repeat;
  transform: translateX(-50%);
}
.ee_lstFilter .ee_filterHd .ee_filter-brand .ee_nodata p {
  font-size: 11px;
  color: #222;
  line-height: 19px;
}
.ee_lstFilter .ee_filterBd {
  overflow: hidden;
  padding: 10px 10px 0 10px;
}
.ee_lstFilter .ee_filterBd li {
  float: left;
  position: relative;
  margin-top: 5px;
  margin-left: 10px;
  padding-right: 22px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
.ee_lstFilter .ee_filterBd li::marker {
  display: none;
}
.ee_lstFilter .ee_filterBd li button {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -1px;
}
.ee_lstFilter .ee_filterBd li button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../../assets/common/image/icons/20x20/ico-common-20-close-555.svg) center center no-repeat;
}

/* S : 상품목록에서만 사용*/
.ee_responsive[class*=ee_goods-grid] {
  margin-top: 30px;
}
.ee_responsive[class*=ee_goods-grid] .ee_goods {
  width: calc((100% - 20px * 5) / 5);
  height: auto;
  margin-top: 40px;
  margin-left: 20px;
}
.ee_responsive[class*=ee_goods-grid] .ee_goods .ee_thum a {
  padding-top: 155%;
}
.ee_responsive[class*=ee_goods-grid] .ee_goods .ee_thum a .ee_fade {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ee_responsive[class*=ee_goods-grid] .ee_goods .ee_thum:hover .ee_fade {
  opacity: 1;
  background: #fff;
}
.ee_responsive[class*=ee_goods-grid] .ee_goods:nth-child(-n+5) {
  margin-top: 0;
}
.ee_responsive[class*=ee_goods-grid] .ee_goods .ee_goods-data {
  text-align: left;
}
.ee_responsive[class*=ee_goods-grid].ee_square .ee_goods .ee_thum a {
  padding-top: 100%;
}
.ee_responsive[class*=ee_goods-grid].ee_square .ee_goods .ee_thum a .ee_fade {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*검색시 상품모듈 노출 재정의*/
.ee_prd-list .goods_list .ee_responsive.ee_goods-grid.ee_prd-search {
  margin: 0;
}
.ee_prd-list .goods_list .ee_responsive.ee_goods-grid.ee_prd-search > li {
  width: calc((100% - 20px * 5) / 5);
  height: auto;
  margin: 40px 0 0 20px;
  float: initial;
}
.ee_prd-list .goods_list .ee_responsive.ee_goods-grid.ee_prd-search > li .ee_goods {
  width: 100%;
  height: auto;
  margin: 0;
}
.ee_prd-list .goods_list .ee_responsive.ee_goods-grid.ee_prd-search > li:nth-child(-n+5) {
  margin-top: 0;
}

@media screen and (max-width: 1700px) {
  .ee_responsive[class*=ee_goods-grid] .ee_goods {
    width: calc((100% - 20px * 4) / 4);
  }
  .ee_responsive[class*=ee_goods-grid] .ee_goods:nth-child(5) {
    margin-top: 40px;
  }
  .ee_responsive[class*=ee_goods-grid] .ee_goods:nth-child(-n+4) {
    margin-top: 0;
  }

  /*검색시 상품모듈 노출 재정의*/
  .ee_prd-list .goods_list .ee_responsive.ee_goods-grid.ee_prd-search {
    margin: 0;
  }
  .ee_prd-list .goods_list .ee_responsive.ee_goods-grid.ee_prd-search > li {
    width: calc((100% - 20px * 4) / 4);
    height: auto;
    margin: 40px 0 0 20px;
    float: initial;
  }
  .ee_prd-list .goods_list .ee_responsive.ee_goods-grid.ee_prd-search > li .ee_goods {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .ee_prd-list .goods_list .ee_responsive.ee_goods-grid.ee_prd-search > li:nth-child(-n+5) {
    margin-top: 40px;
  }
  .ee_prd-list .goods_list .ee_responsive.ee_goods-grid.ee_prd-search > li:nth-child(-n+4) {
    margin-top: 0;
  }
}
/* E 상품목록에서만 사용*/
.ee_swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
}
.ee_swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #222;
}
.ee_swiper-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 8px;
}

.ee_cart-area .ee_full {
  padding-bottom: 60px;
}
.ee_cart-area .ee_right-price {
  position: absolute;
  right: 0;
  box-sizing: border-box;
  min-height: 290px;
  margin: 0 0 0 30px;
  padding: 19px 25px 75px;
}
.ee_cart-area .ee_right-price .ee_common-btn-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  width: calc(100% - 50px);
  margin: 0 auto;
  z-index: 20;
}

/* 검색결과 페이지 상단 기존 테이블 영역 */
.tblFilter .panel.multi {
  height: 76px;
}

/*개발 붙었을 경우의 간격 재조정*/
.ee_prd-list .ee_rel-box_recobell:empty + .ee_goods-filter {
  margin-top: 35px;
}
.ee_prd-list .ee_rel-box_recobell + .ee_goods-filter {
  margin-top: 95px;
}
.ee_prd-list .ee_goods-con .ee_bread-crumb + .ee_also-tit {
  margin-top: 30px;
}

/*자주클럽혜택 모달 작은 해상도에서의 max-height 이슈 처리*/
.ee_modal[data-modalid=modal-jajuclub] > .ee_wrap {
  max-height: none;
}

/*브랜드 GAP 왼쪽 카테고리 바 간격 조정*/
.ee_prd-list .ee_contents.brandsGap .ee_goods-cate-wrap {
  margin-top: 130px;
}

/*상품상세 삼성카드 노출영역 스타일 추가*/
.ee_product-detail-wrap .ee_product-detail-head .ee_info-area .ee_info-cards dl dd .ee_txt .ee_flex {
  position: relative;
  background-color: #f9f3e7;
  display: inline-block;
  vertical-align: middle;
  max-width: 400px;
  margin-right: 5px;
  padding: 9px 15px 10px 15px;
  box-sizing: border-box;
  white-space: nowrap;
}
.ee_product-detail-wrap .ee_product-detail-head .ee_info-area .ee_info-cards dl dd .ee_txt .ee_flex .ee_tooltip-wrap {
  margin-top: 5px;
}

/*# sourceMappingURL=ee_style.css.map */
