/* base.css */
.hidden {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block; }

.hidden_wrap a {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat; }

.hidden_wrap a > span {
  width: 0;
  height: 0;
  display: block;
  overflow: hidden; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

#wrap .last_margin {
  margin-right: 0;
  border-right: 0; }

/* reset.css */
html, body {
  height: 100%; }

html, body, h1, h2, h3, h4, h5, h6,
p, pre, form, fieldset, legend,
ul, ol, li, dl, dt, dd, div {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Montserrat", sans-serif "myriad pro", din, arial, nanumGothic,dotum, sans-serif;
  font-size: 100%;
  line-height: 1.2;
  color: #333;
  /*   font: italic bold 100%/1.2 "myriad pro", din, arial, sans-serif; */ }

table, th, td {
  border-spacing: 0;
  border-collapse: collapse; }

ul, ol, li {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }

textarea, input {
  border: 1px solid #333;
  box-sizing: border-box; }

input[type="submit"], input[type="button"], input[type="reset"], button {
  border: 0;
  background-color: #777;
  color: #fff; }

/*
<input type="submit">
*/
/*html5 */
header, nav, aside, article, section, footer, main, figure, hgroup {
  display: block; }

/* base.css */
.hidden {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block; }

.hidden_wrap a {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat; }

.hidden_wrap a > span {
  width: 0;
  height: 0;
  display: block;
  overflow: hidden; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

#wrap .last_margin {
  margin-right: 0;
  border-right: 0; }

/* reset.css */
html, body {
  height: 100%; }

html, body, h1, h2, h3, h4, h5, h6,
p, pre, form, fieldset, legend,
ul, ol, li, dl, dt, dd, div {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Montserrat", sans-serif "myriad pro", din, arial, nanumGothic,dotum, sans-serif;
  font-size: 100%;
  line-height: 1.2;
  color: #333;
  /*   font: italic bold 100%/1.2 "myriad pro", din, arial, sans-serif; */ }

table, th, td {
  border-spacing: 0;
  border-collapse: collapse; }

ul, ol, li {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }

textarea, input {
  border: 1px solid #333;
  box-sizing: border-box; }

input[type="submit"], input[type="button"], input[type="reset"], button {
  border: 0;
  background-color: #777;
  color: #fff; }

/*
<input type="submit">
*/
/*html5 */
header, nav, aside, article, section, footer, main, figure, hgroup {
  display: block; }

/* base.css */
.hidden {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block; }

.hidden_wrap a {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat; }

.hidden_wrap a > span {
  width: 0;
  height: 0;
  display: block;
  overflow: hidden; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

#wrap .last_margin {
  margin-right: 0;
  border-right: 0; }

/* reset.css */
html, body {
  height: 100%; }

html, body, h1, h2, h3, h4, h5, h6,
p, pre, form, fieldset, legend,
ul, ol, li, dl, dt, dd, div {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Montserrat", sans-serif "myriad pro", din, arial, nanumGothic,dotum, sans-serif;
  font-size: 100%;
  line-height: 1.2;
  color: #333;
  /*   font: italic bold 100%/1.2 "myriad pro", din, arial, sans-serif; */ }

table, th, td {
  border-spacing: 0;
  border-collapse: collapse; }

ul, ol, li {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }

textarea, input {
  border: 1px solid #333;
  box-sizing: border-box; }

input[type="submit"], input[type="button"], input[type="reset"], button {
  border: 0;
  background-color: #777;
  color: #fff; }

/*
<input type="submit">
*/
/*html5 */
header, nav, aside, article, section, footer, main, figure, hgroup {
  display: block; }

/*#headBox-------------------------------------------------------------------------------------*/
#headBox {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-sizing: border-box;
  padding: 2rem 2rem 0; }

h1 {
  width: 180px;
  height: 65px;
  position: absolute;
  z-index: 100;
  top: 0;
  left: calc(50% - 88px); }

#headBox > h1 > a {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  background-image: url("../../image/main/estee_logo_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 12px auto; }

.menu_icon {
  width: 27px;
  height: 27px;
  background-image: url("../../image/main/header/menu.png");
  background-repeat: no-repeat;
  float: left;
  position: relative; }

.menu_icon > a {
  width: 27px;
  height: 27px;
  display: block; }

.gnb {
  /*width:jquery;*/
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 0px solid #fdfdfd;
  border-top: 1px solid #fdfdfd;
  position: absolute;
  left: 0;
  top: 3rem;
  box-sizing: border-box;
  padding: 0 20rem;
  display: none; }

.gnb > li {
  width: 25%;
  height: auto;
  color: #fdfdfd;
  font-size: 1em;
  float: left;
  margin-top: 6px;
  position: relative;
  text-align: center; }

.gnb a {
  color: inherit; }

.gnb a:hover {
  color: inherit; }

.gnb > li:hover::after {
  position: absolute;
  height: 3px;
  content: '';
  width: 100%;
  background-color: #fdfdfd;
  left: 0;
  bottom: -5px; }

.gnb > li:hover {
  font-weight: bold; }

.gnb_1 > a:hover {
  color: #fdfdfd;
  text-decoration: none;
  font-weight: bold; }

.gnb_2 > a:hover {
  color: #fdfdfd;
  text-decoration: none; }

.gnb_3 > a:hover {
  color: #fdfdfd;
  text-decoration: none; }

.gnb_2_hover {
  /*width:jquery;*/
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #fdfdfd;
  position: absolute;
  padding-left: 300px;
  top: 22.5px;
  left: calc(-20rem - 100%);
  box-sizing: border-box;
  padding: 0 20rem;
  display: none; }
  .gnb_2_hover > li {
    color: #fdfdfd; }
  .gnb_2_hover > li {
    width: 25%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 6px; }

#sitemap {
  width: 150px;
  height: 80px;
  float: right; }

.unb {
  width: 100%;
  height: 100%; }

/* .unb>h3{width: 100%;height: 100%;} */
.unb ul {
  width: 171px;
  height: 60px; }

.unb ul > li {
  width: 27px;
  height: 27px; }

.unb ul > li > a {
  width: 100%;
  height: 100%;
  display: block; }

.login {
  width: 27px;
  height: 27px;
  background-image: url("../../image/main/header/login.png");
  background-repeat: no-repeat;
  float: left;
  margin-right: 1.875rem; }

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1550;
  background-color: rgba(50, 50, 50, 0.7);
  display: none; }

.modal_01 {
  width: 50vw;
  height: 33vw;
  margin: 0 auto;
  min-height: 10vw;
  max-height: 60vw;
  background-color: #fff;
  box-sizing: border-box;
  padding: 1.5em;
  box-shadow: 0.3em, 0.3em, 0.3em rgba(10, 10, 10, 0.7);
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 100;
  margin-left: -25vw;
  margin-top: 70px;
  overflow-y: auto;
  display: none; }

.login_h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.3em;
  margin-top: 10px; }

.modal_01 > p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 0.87em;
  color: #777; }

.idpw {
  width: 500px;
  height: 150px;
  margin: 0 auto; }

.user {
  width: 100%;
  height: 100%;
  border-top: 2px solid #040A2B;
  border-bottom: 0.3px solid #040A2B;
  padding: 20px 80px;
  box-sizing: border-box; }

#userName {
  width: 200px;
  height: 30px;
  margin-bottom: 10px;
  margin-right: 40px;
  float: left; }

#userPwd {
  width: 200px;
  height: 30px;
  float: left; }

#loginBtn {
  width: 120px;
  height: 70px;
  background-color: #040A2B;
  float: right;
  position: absolute;
  font-size: 0.85em; }

.remember {
  width: 100%;
  height: 50px;
  float: left;
  margin-top: 10px;
  overflow: hidden; }

#idCheck {
  position: absolute;
  z-index: -10;
  left: -100%;
  font-size: 1.3em; }

#idCheck:checked + label > i {
  color: #f90;
  font-size: 1.3em; }

.find {
  width: 30%;
  height: 30px;
  margin: 30px auto; }

.cart {
  width: 27px;
  height: 27px;
  background-image: url("../../image/main/header/cart.png");
  background-repeat: no-repeat;
  float: left;
  margin-right: 1.875rem; }

.search {
  width: 27px;
  height: 27px;
  background-image: url("../../image/main/header/search.png");
  background-repeat: no-repeat;
  float: left; }

/*----header------------------------------*/
/* base.css */
.hidden {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block; }

.hidden_wrap a {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat; }

.hidden_wrap a > span {
  width: 0;
  height: 0;
  display: block;
  overflow: hidden; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

#wrap .last_margin {
  margin-right: 0;
  border-right: 0; }

/* reset.css */
html, body {
  height: 100%; }

html, body, h1, h2, h3, h4, h5, h6,
p, pre, form, fieldset, legend,
ul, ol, li, dl, dt, dd, div {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Montserrat", sans-serif "myriad pro", din, arial, nanumGothic,dotum, sans-serif;
  font-size: 100%;
  line-height: 1.2;
  color: #333;
  /*   font: italic bold 100%/1.2 "myriad pro", din, arial, sans-serif; */ }

table, th, td {
  border-spacing: 0;
  border-collapse: collapse; }

ul, ol, li {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }

textarea, input {
  border: 1px solid #333;
  box-sizing: border-box; }

input[type="submit"], input[type="button"], input[type="reset"], button {
  border: 0;
  background-color: #777;
  color: #fff; }

/*
<input type="submit">
*/
/*html5 */
header, nav, aside, article, section, footer, main, figure, hgroup {
  display: block; }

/*#footBox------------------------------------------------------------------------------------------------------------*/
#footBox {
  width: 100vw;
  height: 150px;
  background-color: #040A2B;
  border-top: 0.3px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  box-sizing: border-box;
  position: absolute; }

.foot_logo {
  width: 180px;
  height: 80px;
  background-image: url("../../image/main/estee_logo_white.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 80%;
  float: left;
  margin: 0 80px; }

.foot_nav {
  width: 50vw;
  height: 16px;
  float: left;
  color: #fff;
  font-size: 0.85em;
  font-weight: lighter; }

.foot_nav > a {
  width: 15%;
  height: 16px;
  margin: 0 auto;
  float: left; }

.foot_p {
  width: 50vw;
  height: 60px;
  float: left;
  color: #fdfdfd;
  opacity: 0.7;
  font-size: 0.8em;
  padding-top: 20px;
  box-sizing: border-box;
  line-height: 1.6; }

.dropdown {
  width: 150px;
  height: 15px;
  font-size: 0.85em;
  color: #fdfdfd;
  position: relative;
  display: inline-block;
  border: 2px solid #455065;
  padding: 10px 10px; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 15px;
  z-index: 1; }
  .dropdown-content > a {
    display: block;
    line-height: 1.6em; }

.dropdown:hover .dropdown-content {
  display: block; }

body {
  overflow-x: hidden;
  background-color: #fdfdfd; }

#esteelauderwrap {
  width: 100%;
  min-width: 960px;
  height: 100%;
  margin: 0 auto;
  position: relative; }

#add {
  width: 100%;
  min-width: 980px;
  height: 700px; }

.add_banner {
  width: 100%;
  height: 100%;
  background-image: url("../../image/sub_03_cart/addBanner/sub3_banner.jpg");
  background-position: 0 0;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .add_banner > .name {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 1.8em;
    color: #fdfdfd;
    position: absolute;
    top: 320px;
    color: #fdfdfd; }

#cart {
  width: 100vw;
  height: auto;
  background-color: #fdfdfd; }

.cart_box {
  width: 100%;
  height: 280px;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 100; }

.cart_box > h2 {
  width: 100%;
  height: auto;
  color: #040A2B;
  text-align: center;
  font-size: 2em;
  padding: 100px 50px 10px;
  box-sizing: border-box; }

.cart_box > p {
  width: 100%;
  height: auto;
  color: #040A2B;
  text-align: center;
  font-size: 0.9em;
  margin-bottom: 40px; }

.listBox {
  width: 90%;
  height: 800px;
  margin: 0 auto;
  padding: 90px 30px;
  box-sizing: border-box; }

.listdiv {
  width: 100%;
  height: 250px;
  background-color: #fff; }
  .listdiv > ul {
    width: 100%;
    height: 50px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center; }

.listdiv > ul > li {
  float: left;
  height: 100%;
  border-right: 1.3px solid #999;
  padding-top: 15px;
  box-sizing: border-box; }

.listdiv > ul > li:nth-child(1) {
  width: 4%; }

.listdiv > ul > li:nth-child(2) {
  width: 45%; }

.listdiv > ul > li:nth-child(3) {
  width: 4%; }

.listdiv > ul > li:nth-child(4) {
  width: 23.5%; }

.listdiv > ul > li:nth-child(5) {
  width: 23.5%;
  border-right: 0; }

.no {
  width: 100%;
  height: 50px;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  padding-top: 15px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  color: #888; }

.all {
  width: 100%;
  height: 150px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
  padding: 30px; }

.all > ul {
  width: 450px;
  height: 140px;
  margin: 30px auto;
  box-sizing: border-box;
  font-size: 1.1em; }

.all > ul > li:nth-child(1) {
  width: 110px;
  height: 30px;
  float: left;
  margin-right: 30px; }

.all > ul > li:nth-child(2) {
  float: left;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: -2px; }

.all > ul > li:nth-child(3) {
  width: 50px;
  height: 50px;
  background-image: url("../../image/sub_03_cart//all_img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  float: left;
  margin: -17px 0 0 25px; }

.all > ul > li:nth-child(4) {
  margin: 0 0 0 25px;
  float: left; }

.all > ul > li:nth-child(5) {
  float: right;
  font-weight: bold;
  font-size: 1.2em;
  margin: -2px 0 0 20px; }

.buttonBox {
  width: 100%;
  height: 50px;
  margin-top: 40px;
  padding: 0 400px; }

.buttonBox > div {
  width: 120px;
  height: 100%;
  float: left;
  margin: 0 10px;
  text-align: center;
  padding: 17px 0;
  box-sizing: border-box;
  border: 1px solid #ccc; }

.buttonBox > div:hover {
  background-color: #040A2B;
  color: #fdfdfd; }

.buttonBox > div:nth-child(2) {
  border: 1px solid #040A2B; }

.buttonBox > div:nth-child(3) {
  background-color: #040A2B;
  color: #fdfdfd;
  border: 1px solid #040A2B; }

.buttonBox > div:nth-child(3):hover {
  background-color: #fdfdfd;
  color: #040A2B; }

/*# sourceMappingURL=estee_lauder_sub_03.css.map */
