html,
body {
  margin: 0;
  padding: 0;
}

/*------------------------*/
/* 이앤사이언스 이야기  */
/*------------------------*/

.page-slider {
/* 	background-color:#a0b687; */
/* 	background-color:#efefef; */
	background-color:#fff;
}

.company-card {
    background-size: cover;
    background-repeat: no-repeat;

    /* max-width: 800px; */
    height: 300px;
    display: block;
    margin: 30px 20px;
    border-radius: 0.5em;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    transition: all 250ms ease;
}

.company-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
@media (max-width: 800px) {
    .company-card {
        width: 95%;
        max-width: 95%;
    }
}
@media (max-width: 600px) {
    .company-card {
        background-position: 50% 0%;
        background-size: cover;
        /* height: 300px; */
        height: 20.5em;
    }
}
@media (max-width: 400px) {
    .company-card {
        background-position: 50% 0%;
        background-size: cover;
        /* height: 340px; */
        height: 21.5em;
    }
}

.company-card--overlay {
    width: 100%;
    height: 100%;
    border-radius: 0.5em;
    background: linear-gradient(to right, rgba(42, 159, 255, 0.2) 0%, #212121 60%, #212121 100%);
    background-blend-mode: multiply;
}

@media (max-width: 600px) {
    .company-card--overlay {
        background: linear-gradient(to bottom, rgba(42, 159, 255, 0.2) 0%, #212121 60%, #212121 100%);
    }
}

.company-card--overlay .share {
    padding: 1em;
    display: inline-block;
    width: 15%;
}

@media (max-width: 600px) {
    .company-card--overlay .share {
        display: block;
        width: 100%;
    }
}

.company-card--overlay .share-icon {
    font-size: 1.2em;
    margin-left: 0.5em;
    color: #fff;
    mix-blend-mode: lighten;
    opacity: 0.4;
}

.company-card--overlay .share-icon:hover {
    opacity: 1;
    mix-blend-mode: lighten;
}

.company-card--content {
	margin-top: 2.2em;
    width: 40%;
    display: block;
    position: relative;
    float: right;
    padding-right: 1em;
}

@media (max-width: 1000px) {
    .company-card--content {
        width: 45%;
        max-width: 95%;
    }
}

@media (max-width: 600px) {
    .company-card--content {
        margin-top: 3.2em;
        width: 85%;
    }
}

.company-card--content .header {
    margin-bottom: 2em;
    padding-right: 0.3em;
}

.company-card--content .header .title {
	font-size: 1.2em;
    /* color: #fff; */
    /* color:#6bff73; */
    color:#31ff3c;
    margin-bottom: 0.25em;
    font-weight: 700;
    z-index : 7;
}

.company-card--content .header .info {
    font-size: 1em;
    /* color: #f6ee8e; */
    color: #f6e844;
    line-height: 1;
    margin: 0;
    font-weight: 700;
    opacity: 0.75;
    z-index : 8;
}

.company-card--content .description {
	font-size: 1em;
	font-family: '맑은 고딕', 'Malgun gothic', '돋움', dotum, Arial, Sans-serif;
    color: #fff;
    opacity: 0.85;
    margin-bottom: 2em;
    padding-right:1em;
    font-weight: 600;
    text-align:left;
    z-index : 9;
}

.btn_company {
	display: block;
	text-transform: uppercase;
	pointer-events: initial;
	font-family: '맑은 고딕', 'Malgun gothic', '돋움', dotum, Arial, Sans-serif;
	font-weight: bold;
	max-width: 100px;
	width: 100%;
	border-radius: 2px;
	color: #fff;
	font-size: 0.6em;
	line-height: 28px;
	padding: 0 15px;
	border: 0;
	text-align: center;
	float: left;
	min-width: 130px;
	min-width: 13em;
	/* cursor: pointer; */
	/*  outline: none; */
	background-color: #176db7;
	transition: background-color 500ms ease;
	pointer-events: initial;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}

.btn_company:hover {
    background-color: #1e8df4;
    transition: background-color 500ms ease;
    outline: none;
}
.btn_company:before {
    font-family: "Material Icons";
    content: "\e037";
    vertical-align: middle;
    font-size: 1.5em;
    padding-right: 0.5em;
}

.company-slider .slick-dots {
    bottom: -25px;
    width: 100%;
    margin-top: -30px;
    list-style: none;
    text-align: center;
}

.company-slider .slick-dots li.slick-active {
  background: #333333;
}

/*------------------------*/
#company-wrapper {
    margin-top: -20px;
}

.slip-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 100%;
    /* height: 100%; */
    max-height: 700px;
    margin: 10px auto;
    padding: 15px 0;
    overflow: hidden;
}

.slip-container.last {
	margin-bottom:20px;
}

.slip-container .title {
	font-weight: 700;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #1e3405;
	margin-left: 20px;
	margin-bottom: 5px;
	text-align:center;
}
@media screen and (max-width: 620px) {
	.slip-container .title {
		font-weight: 500;
		font-size: 1.5em;
	}
}
@media screen and (max-width: 480px) {
	.slip-container .title {
		font-weight: 500;
		font-size: 1.5em;
	}
}
@media screen and (max-width: 360px) {
	.slip-container .title {
	font-weight: 500;
		font-size: 1.5em;
	}
}

.slider {
  width: 100%;
  max-width: 991px;
  max-height: 900px;

  margin: 15px auto;
  background: #ececec;
  border-radius: 5px;
  padding: 20px 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background:linear-gradient(to right,#D3D5F6 25%,transparent);
  /*h v b s*/
}

.slider:before {
  background: -webkit-radial-gradient(50% 50%, 50% 50%, #D3D5F6 0%, rgba(196, 196, 196, 0) 100%);
  background: -moz-radial-gradient(50% 50%, 50% 50%, #D3D5F6 0%, rgba(196, 196, 196, 0) 100%);
  background: -o-radial-gradient(50% 50%, 50% 50%, #D3D5F6 0%, rgba(196, 196, 196, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #D3D5F6 0%, rgba(196, 196, 196, 0) 100%);
  -webkit-transform: translateY(-50%) translateX(34%);
  -moz-transform: translateY(-50%) translateX(34%);
  -ms-transform: translateY(-50%) translateX(34%);
  -o-transform: translateY(-50%) translateX(34%);
  transform: translateY(-50%) translateX(34%);
}

.slider:after {
  background: -webkit-radial-gradient(50% 50%, 50% 50%, #D3D5F6 0%, rgba(196, 196, 196, 0) 100%);
  background: -moz-radial-gradient(50% 50%, 50% 50%, #D3D5F6 0%, rgba(196, 196, 196, 0) 100%);
  background: -o-radial-gradient(50% 50%, 50% 50%, #D3D5F6 0%, rgba(196, 196, 196, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #D3D5F6 0%, rgba(196, 196, 196, 0) 100%);
  -webkit-transform: translateY(-50%) translateX(-34%);
  -moz-transform: translateY(-50%) translateX(-34%);
  -ms-transform: translateY(-50%) translateX(-34%);
  -o-transform: translateY(-50%) translateX(-34%);
  transform: translateY(-50%) translateX(-34%);
}

/*
.slick-slider button {
  display: none!important;
}
*/

.slick-slide {
  color: #333;
  /* padding: 40px 0; */
  padding: 10px 0;

  font-size: 1.25em;
  font-family: "Verdana";
  text-align: center;
  pointer-events: none;
}

.slick-slide .desc {
  opacity: 0;
  margin-top:15px;
}

.slick-slide .desc > * {
  transition: all 900ms ease;
}

.slick-slide .desc h2 {
  position: relative;
  left: 50px;
  line-height: 1;
}

.slick-slide .desc p {
  position: relative;
  top: 50px;
  opacity: 0;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  padding: 1px;
  background: #ccc;
  margin: 10px 5px;
  width: 40px;
  height: 5px;
}

.slick-dots li.slick-active {
  background: #18c495;
}

.slick-dots button {
  display: none;
}

.slick-slide:nth-child(odd) {
  /* background: blue;*/
}

.slick-slide {
  opacity: 0.2;
  transition: all 300ms ease;
}

.slick-current {
  opacity: 1;
  transform: scale(1.1);
}

.slick-current .desc {
  opacity: 1;
}

.slick-current .desc .prod_name {
  font-size: 20px;
  font-weight:700;
}
.slick-slide .desc .prod_name {
  font-size: 17px;
  font-weight:500;
}
.slick-current .desc .prod_cost {
  font-size: 15px;
}
.slick-slide .desc .prod_cost {
  font-size: 15px;
}
.slick-slide .desc .prod_cost {
  font-size: 15px;
}

/*
.slick-current .desc h2 {
  left: 0;
}

.slick-current .desc p {
  top: 0;
  opacity: 1;
}
*/

.slick-slide .desc .strikeout {
  font-style:oblique;
  color:graytext;
  text-decoration: line-through;
}

.btn_detail {
  border-radius: 30px;
  padding: 7px 20px;
  border: 4px solid #18c495;
  text-decoration: none;
  color: #18c495;
  font-size: .6em;
  text-transform: uppercase;
  display: block;
  margin: 10px auto 13px;
  max-width: 100px;
  width: 100%;
  font-weight: bold;
  pointer-events: initial;
}
.btn_detail:hover {
  color: inherit;
  text-decoration: none;
  border: 4px solid #18c495;
}
.company-card--content a:hover {
    color: inherit;
    text-decoration: none;
    border: 4px solid #18c495;
}
.slider-prod a:hover {
    color: inherit;
    text-decoration: none;
    border: 4px solid #18c495;
}

@media screen and (max-width: 480px) {
	.slick-dots li {
		width: 20px;
		margin: 10px 3px 15px;
	}
	.slick-current .desc .prod_name {
	  font-size: 19px;
	}
	.slick-slide .desc .prod_name {
	  font-size: 16px;
	}
	.slick-current .desc .prod_cost {
	  font-size: 15px;
	}
	.slick-slide .desc .prod_cost {
	  font-size: 15px;
	}
	.slick-slide .desc .prod_cost {
	  font-size: 15px;
	}
}
@media screen and (max-width: 360px) {
	.slick-dots li {
		width: 10px;
		margin: 10px 2px 15px;
	}
	.slick-current .desc .prod_name {
	  font-size: 15px;
	}
	.slick-slide .desc .prod_name {
	  font-size: 14px;
	}
}

.slick-dots li.slick-active {
  background: #18c495;
}

.slick-dots button {
  display: none;
}

/* Arrows */
/* Arrows */
 .slick-prev, .slick-next {
	 font-size: 0;
	 line-height: 0;
	 position: absolute;
	 top: 35%;
	 display: block;
	 width: 130px;
	 height: 130px;
	 padding: 0;
	 -webkit-transform: translate(0, -50%);
	 -ms-transform: translate(0, -50%);
	 transform: translate(0, -50%);
	 cursor: pointer;
	 color: transparent;
	 border: none;
	 outline: none;
	 background: transparent;
}
 .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	 color: transparent;
	 outline: none;
	 background: transparent;
}
 .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	 opacity: 1;
}
 .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	 opacity: 0.25;
}
 .slick-prev:before, .slick-next:before {
	 font-family: 'FontAwesome';
	 font-size: 30px;
	 font-weight: bold;
	 line-height: 1;
	 opacity: 0.75;
	 color: black;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 transition: opacity 0.25s;
}
 .slick-prev {
	 left: 0;
	 z-index: 1;
}
 [dir='rtl'] .slick-prev {
	 right: 0;
	 left: auto;
}
 .slick-prev:before {
	 content: '\f104';
}
 [dir='rtl'] .slick-prev:before {
	 content: '\f105';
}
 .slick-next {
	 right: 0;
}
 [dir='rtl'] .slick-next {
	 right: auto;
	 left: 0;
}
 .slick-next:before {
	 content: '\f105';
}
 [dir='rtl'] .slick-next:before {
	 content: '\f104';
}

/* --------- */
.img_extra {
	display: inline-block;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    z-index:10;
}
.sold_out {
width: 60px;
    height: 30px;
    background-size: 60px 30px;    background-image: url( "/static/data/icon/sold_out.svg?reload=2304221200" );
}
.prm21 {
    background-image: url( "/static/data/icon/2plus1.svg?reload=2304221200" );
}
.prm31 {
    background-image: url( "/static/data/icon/3plus1.svg?reload=2304221200" );
}
.prm51 {
    background-image: url( "/static/data/icon/5plus1.svg?reload=2304221200" );
}
.prm101 {
    background-image: url( "/static/data/icon/10plus1.svg?reload=2304221200" );
}
@media (max-width: 600px) {
	.img_extra {
	    top: 20px;
	    left: 20px;
	    width: 30px;
	    height: 30px;
	    background-size: 30px 30px;
	}
	.sold_out {
	    width: 40px;
	    height: 20px;
	    background-size: 40px 20px;
	}
}
@media (max-width: 450px) {
	.img_extra {
	    top: 30px;
	    left: 30px;
	    width: 50px;
	    height: 50px;
	    background-size: 50px 50px;
	}
	.sold_out {
	    width: 60px;
	    height: 30px;
	    background-size: 60px 30px;
	}
}

/* 배너 */
.div_banner {
    overflow: hidden;
    position: fixed;
    right: 0;
    left: 50%;
    top: -100%;
    transform: translateY(-50%) translateX(-50%);
    height: 0;
    width:100%;
    max-width:550px;
    padding-top: 275px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background: #00c400;
    z-index: 50;
    -webkit-transition-delay: 0.5s;
    -webkit-transition-timing-function: -cubic-bezier(0.6, 0, 0.4, 1);
    -webkit-transition-duration: 0.2s;
    transition-delay: 0.1s;
    transition-timing-function: -cubic-bezier(0.6, 0, 0.4, 1);
    transition-duration: 0.4s;
}
.div_banner.visible {
    top: 50%;
}
@media (max-width: 550px) {
    .div_banner {
    	top: initial !important;
    	left: initial !important;
        right: 0;
	    bottom: -100%;
	    height: 0;
	    padding-top: 47.58%;
	    border-bottom-left-radius: 0px;
	    border-bottom-right-radius: 0px;
	    transform: translateY(0) translateX(0);
    }
    .div_banner.visible {
	    bottom: 48px;
	}
}

.div_banner_inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 16px;
}
.div_banner_inner img {
    display: inline-block;
    width: 100%;
    max-width:550px;
    max-height:275px;
    vertical-align: middle;
}
.div_banner_link {
    position: absolute;
    top: 0;
    right: 48px;
    bottom: 0;
    left: 16px;
    text-decoration: none;
    color: -webkit-link;
    cursor: pointer;
}

.for-a11y {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.btn_banner_close {
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    padding: 9px 8px;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    touch-action: manipulation;
}
.btn_banner_close:before, .btn_banner_close:after {
    content: '';
    position: absolute;
    /* left: 50%; */
    top: 50%;
    right:15px;
    width: 5px;
    height: 50px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%) scale(0.5) rotate(45deg);
    transform: translate(-50%, -50%) scale(0.5) rotate(45deg);
}
.btn_banner_close:after {
    -webkit-transform: translate(-50%, -50%) scale(0.5) rotate(-45deg);
    transform: translate(-50%, -50%) scale(0.5) rotate(-45deg);
}

