/*모바일전용*/
@media all and (max-width:750px) {

/*셀렉터 공통*/
.cm_sele{width:100%; display:table;}
.cm_sele > .nice-select {width:100%;	border-radius:0;
border:0px;
border:1px solid #a4a4a4;
z-index:17; color:#636363; font-weight:500;  -webkit-tap-highlight-color: transparent;
  background-color: #ececec;  box-sizing: border-box;  clear: both;
    cursor: pointer;  display: block;  float: left;
  font-family: inherit;  font-size: 16px;
  font-weight: normal;  height: 50px;
  line-height: 46px;  outline: none;
  padding-left: 20px;  padding-right: 50px;
  position: relative;  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;  
  }

.cm_sele > .nice-select.open{border:1px solid #0080bc !important;}
.cm_sele > .nice-select:hover { border-color: #0080bc; }
.cm_sele > .nice-select:active, 
.cm_sele > .nice-select.open, 
.cm_sele > .nice-select:focus {border-color: #999; background:#ececec; z-indeX:60}
.cm_sele > .nice-select:after {

background:url('../../images/icon/sele_arr.png') no-repeat 0px -8px;

    border-bottom: 0px solid #999;
    border-right: 0px solid #999;
    content: '';
    display: block;
    width:15px;
	height:10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);	
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
	}

.cm_sele > .nice-select.open:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
	background:url('../../images/icon/sele_arr.png') no-repeat 0px 3px;
	
			}



.cm_sele > .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); 
			}

.cm_sele > .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; 
	}

    .nice-select.disabled:after{border-color: #cccccc;}

.cm_sele > .nice-select.wide { width: 100%; }
    .nice-select.wide .list { left: 0 !important;  right: 0 !important; }
.cm_sele > .nice-select.right { float: right; }
    .nice-select.right .list { left: auto; right: 0; }
.cm_sele > .nice-select.small {font-size: 12px; height: 36px; line-height: 34px; }
    .nice-select.small:after { height: 4px; width: 4px; }
    .nice-select.small .option { line-height: 34px;   min-height: 34px; }


.cm_sele > .nice-select .list { background-color: #fff; width:100.68%;
padding:0 5%;
    box-shadow: 0 0 0 0px rgba(68, 68, 68, 0.11);border:0px;
	border-radius:0;
    box-sizing: border-box;
    margin-top: 0px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 99%;
    left: -1px;
	text-indent:0px;
	border:1px solid #0080bc;
		border-top:0px;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; 
		max-height:250px;
	overflow-y:scroll;
	
	}
.cm_sele > .nice-select .list::-webkit-scrollbar {
    width: 2px;
}
.cm_sele > .nice-select .list::-ms-scrollbar {
    width: 2px;
}
.cm_sele > .nice-select .list::-webkit-scrollbar-track {
 background: #eee; 
 }
.cm_sele > .nice-select .list::-ms-scrollbar-track {
 background: #eee; 
 }
.cm_sele > .nice-select .list::-webkit-scrollbar-thumb {
    background: #0080bc; 
}
.cm_sele > .nice-select .list::-ms-scrollbar-thumb {
    background: #0080bc; 
}

.cm_sele >  .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
.cm_sele >	.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    line-height: 30px;
    list-style: none;
    min-height: 30px;
    outline: none;
    text-align: left;
    -webkit-transition: all 0.2s;
	padding:7px 0 ; border-bottom:1px solid #d6d6d6;
    transition: all 0.2s; 
	
	}

.cm_sele > .nice-select li.option:last-child{}

.cm_sele >   .nice-select .option:hover,
.cm_sele > 	.nice-select .option.focus, 
.cm_sele > 	.nice-select .option.selected.focus 
	{ background-color: #fff; color:#0080bc;}
    .nice-select .option.selected { font-weight: 300; }
    .nice-select .option.disabled {background-color: transparent;  color: #999;   cursor: default; }

.no-csspointerevents .nice-select .list {display: none; }
.no-csspointerevents .nice-select.open .list {display: block; }






/*모바일 개인정보처리방침 공통*/
.pcm_sele{width:100%; display:table;}
.pcm_sele > .nice-select {width:100%;	border-radius:0;
border:0px;
border:1px solid #a4a4a4;
z-index:17; color:#636363; font-weight:500;  -webkit-tap-highlight-color: transparent;
  background-color: #ececec;  box-sizing: border-box;  clear: both;
    cursor: pointer;  display: block;  float: left;
  font-family: inherit;  font-size: 16px;
  font-weight: normal;  height: 50px;
  line-height: 46px;  outline: none;
  padding-left: 20px;  padding-right: 50px;
  position: relative;  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;  
  }

.pcm_sele > .nice-select.open{border:1px solid #0080bc !important;}
.pcm_sele > .nice-select:hover { border-color: #0080bc; }
.pcm_sele > .nice-select:active, 
.pcm_sele > .nice-select.open, 
.pcm_sele > .nice-select:focus {border-color: #999; background:#ececec; z-indeX:60}
.pcm_sele > .nice-select:after {

background:url('../../images/icon/sele_arr.png') no-repeat 0px -8px;

    border-bottom: 0px solid #999;
    border-right: 0px solid #999;
    content: '';
    display: block;
    width:15px;
	height:10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);	
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
	}

.pcm_sele > .nice-select.open:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
	background:url('../../images/icon/sele_arr.png') no-repeat 0px 3px;
	
			}



.pcm_sele > .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); 
			}

.pcm_sele > .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; 
	}

    .nice-select.disabled:after{border-color: #cccccc;}

.pcm_sele > .nice-select.wide { width: 100%; }
    .nice-select.wide .list { left: 0 !important;  right: 0 !important; }
.pcm_sele > .nice-select.right { float: right; }
    .nice-select.right .list { left: auto; right: 0; }
.pcm_sele > .nice-select.small {font-size: 12px; height: 36px; line-height: 34px; }
    .nice-select.small:after { height: 4px; width: 4px; }
    .nice-select.small .option { line-height: 34px;   min-height: 34px; }


.pcm_sele > .nice-select .list { background-color: #fff; width:100.68%;
padding:0 5%;
    box-shadow: 0 0 0 0px rgba(68, 68, 68, 0.11);border:0px;
	border-radius:0;
    box-sizing: border-box;
    margin-top: 0px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 99%;
    left: -1px;
	text-indent:0px;
	border:1px solid #0080bc;
		border-top:0px;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; 
	
	
	}
.pcm_sele >  .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
.pcm_sele >	.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    line-height: 30px;
    list-style: none;
    min-height: 30px;
    outline: none;
    text-align: left;
    -webkit-transition: all 0.2s;
	padding:7px 0 ; border-bottom:1px solid #d6d6d6;
    transition: all 0.2s; 
	
	}

.pcm_sele > .nice-select li.option:last-child{}

.pcm_sele >   .nice-select .option:hover,
.pcm_sele > 	.nice-select .option.focus, 
.pcm_sele > 	.nice-select .option.selected.focus 
	{ background-color: #fff; color:#0080bc;}
    .nice-select .option.selected { font-weight: 300; }
    .nice-select .option.disabled {background-color: transparent;  color: #999;   cursor: default; }

.no-csspointerevents .nice-select .list {display: none; }
.no-csspointerevents .nice-select.open .list {display: block; }












/*셀렉터 prd*/
.prd_sele{width:100%; display:table;}
.prd_sele > .nice-select {width:100%;	border-radius:0;
border:0px;
border:1px solid #dcdcdc;
z-index:17; color:#636363; font-weight:500;  -webkit-tap-highlight-color: transparent;
  background-color: #ececec;  box-sizing: border-box;  clear: both;
    cursor: pointer;  display: block;  float: left;
  font-family: inherit;  font-size: 16px;
  font-weight: normal;  height: 50px;
  line-height: 46px;  outline: none;
  padding-left: 20px;  padding-right: 50px;
  position: relative;  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;  
  }

.prd_sele > .nice-select.open{border:1px solid #0080bc !important;}
.prd_sele > .nice-select:hover { border-color: #0080bc; }
.prd_sele > .nice-select:active, 
.prd_sele > .nice-select.open, 
.prd_sele > .nice-select:focus {border-color: #999; background:#ececec; z-indeX:60}
.prd_sele > .nice-select:after {

background:url('../../images/icon/sele_arr.png') no-repeat 0px -8px;

    border-bottom: 0px solid #999;
    border-right: 0px solid #999;
    content: '';
    display: block;
    width:15px;
	height:10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);	
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
	}

.prd_sele > .nice-select.open:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
	background:url('../../images/icon/sele_arr.png') no-repeat 0px 3px;
	
			}



.prd_sele > .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); 
			}

.prd_sele > .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; 
	}

    .nice-select.disabled:after{border-color: #cccccc;}

.prd_sele > .nice-select.wide { width: 100%; }
    .nice-select.wide .list { left: 0 !important;  right: 0 !important; }
.prd_sele > .nice-select.right { float: right; }
    .nice-select.right .list { left: auto; right: 0; }
.prd_sele > .nice-select.small {font-size: 12px; height: 36px; line-height: 34px; }
    .nice-select.small:after { height: 4px; width: 4px; }
    .nice-select.small .option { line-height: 34px;   min-height: 34px; }


.prd_sele > .nice-select .list { background-color: #fff; width:100.68%;
padding:0 5%;
    box-shadow: 0 0 0 0px rgba(68, 68, 68, 0.11);border:0px;
	border-radius:0;
    box-sizing: border-box;
    margin-top: 0px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 99%;
    left: -1px;
	text-indent:0px;
	border:1px solid #0080bc;
		border-top:0px;

    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; 
	max-height:200px;
	overflow:scroll;	
	
	}
.prd_sele >  .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
.prd_sele >	.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    line-height: 30px;
    list-style: none;
    min-height: 30px;
    outline: none;
    text-align: left;
    -webkit-transition: all 0.2s;
	padding:7px 0 ; border-bottom:1px solid #d6d6d6;
    transition: all 0.2s; 
	
	}

.prd_sele > .nice-select li.option:last-child{}

.prd_sele >   .nice-select .option:hover,
.prd_sele > 	.nice-select .option.focus, 
.prd_sele > 	.nice-select .option.selected.focus 
	{ background-color: #fff; color:#0080bc;}
    .nice-select .option.selected { font-weight: 300; }
    .nice-select .option.disabled {background-color: transparent;  color: #999;   cursor: default; }

.no-csspointerevents .nice-select .list {display: none; }
.no-csspointerevents .nice-select.open .list {display: block; }



/*푸터용 셀렉터*/
.sns-area_sele > .nice-select {
z-index:17;
color:#d2d2d2;
font-weight:300;
  -webkit-tap-highlight-color: transparent;
  background-color: #2d2d2d;
  border-radius: 5px;
  border: solid 1px #555555;
  box-sizing: border-box;
  clear: both;
  width:90%;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 38px;
  line-height: 36px;
  outline: none;
  padding-left: 10px;
  padding-right: 50px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
 }



.sns-area_sele > .nice-select:hover {
    border-color: #555555; }
.sns-area_sele > .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
.sns-area_sele > .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
			/*
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
			*/
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
.sns-area_sele > .nice-select.open:after {
   /* -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); */
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
            transform: rotate(45deg);
			}
.sns-area_sele > .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
.sns-area_sele > .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
.sns-area_sele > .nice-select.disabled:after {
      border-color: #cccccc; }
.sns-area_sele > .nice-select.wide {
    width: 100%; }
.sns-area_sele > .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
.sns-area_sele > .nice-select.right {
    float: right; }
.sns-area_sele > .nice-select.right .list {
      left: auto;
      right: 0; }
.sns-area_sele >   .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
.sns-area_sele > .nice-select.small:after {
      height: 4px;
      width: 4px; }
.sns-area_sele > .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
.sns-area_sele > .nice-select .list {
    background-color: #2d2d2d;
	border:1px solid #434343;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    /*top: 100%;*/
	top:-133px;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
.sns-area_sele > .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
.sns-area_sele > .nice-select .option {
    cursor: pointer;
	width:100% !important;
    font-weight: 400;
	text-indent:8px;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    text-align: left !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
.sns-area_sele > .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #2d2d2d; }
.sns-area_sele > .nice-select .option.selected {
      font-weight: 300; }
.sns-area_sele > .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.sns-area_sele > .no-csspointerevents .nice-select .list {
  display: none; }

.sns-area_sele > .no-csspointerevents .nice-select.open .list {
  display: block; }
.nice-select ul li:first-child{display:none;}






/*제품상세 뷰(영문전용) 모바일*/
.prdinfo_sele_wrap{width:101%; padding:0 0% 10px 0%; display:table;} 
.prdinfo_sele{width:100%; display:table;}
.prdinfo_sele > .nice-select {width:100%;	border-radius:0;
border:2px solid #fff;
z-index:17; color:#fff; font-weight:500;  -webkit-tap-highlight-color: transparent;
  background-color: #0080bc;  box-sizing: border-box;  clear: both;
    cursor: pointer;  display: block;  float: left;
  font-family: inherit;  font-size: 16px;
  font-weight: normal;  height: 45px;
  line-height: 42px;  outline: none;
  padding-left: 20px;  padding-right: 50px;
  position: relative;  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;  
  }

.prdinfo_sele > .nice-select.open{border:2px solid #fff !important; background:#0080bc; }
.prdinfo_sele > .nice-select:hover { border-color: #fff; }
.prdinfo_sele > .nice-select:active, 
.prdinfo_sele > .nice-select.open, 
.prdinfo_sele > .nice-select:focus {border-color: #fff; background:#0080bc; z-indeX:60}
.prdinfo_sele > .nice-select:after {

background:url('../../images/icon/sele_arr2.png') no-repeat 0px -8px;

    border-bottom: 0px solid #999;
    border-right: 0px solid #999;
    content: '';
    display: block;
    width:15px;
	height:10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);	
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
	}

.prdinfo_sele > .nice-select.open:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
	background:url('../../images/icon/sele_arr2.png') no-repeat 0px 3px;
	
			}



.prdinfo_sele > .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); 
			}

.prdinfo_sele > .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; 
	}

    .nice-select.disabled:after{border-color: #cccccc;}

.prdinfo_sele > .nice-select.wide { width: 100%; }
    .nice-select.wide .list { left: 0 !important;  right: 0 !important; }
.prdinfo_sele > .nice-select.right { float: right; }
    .nice-select.right .list { left: auto; right: 0; }
.prdinfo_sele > .nice-select.small {font-size: 12px; height: 36px; line-height: 34px; }
    .nice-select.small:after { height: 4px; width: 4px; }
    .nice-select.small .option { line-height: 34px;   min-height: 34px; }


.prdinfo_sele > .nice-select .list { background-color: #fff; width:102%;
padding:0 5%;
    box-shadow: 0 0 0 0px rgba(68, 68, 68, 0.11);border:0px;
	border-radius:0;
    box-sizing: border-box;
    margin-top: 0px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 99%;
    left: -1%;
	text-indent:0px;
	border:1px solid #0080bc;
		border-top:0px;
		color:#333;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; 
	
	
	}
.prdinfo_sele >  .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
.prdinfo_sele >	.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    line-height: 30px;
    list-style: none;
    min-height: 30px;
    outline: none;
    text-align: left;
    -webkit-transition: all 0.2s;
	padding:7px 0 ; border-bottom:1px solid #d6d6d6;
    transition: all 0.2s; 
	
	}

.prdinfo_sele > .nice-select li.option:last-child{}

.prdinfo_sele >   .nice-select .option:hover,
.prdinfo_sele > 	.nice-select .option.focus, 
.prdinfo_sele > 	.nice-select .option.selected.focus 
	{ background-color: #fff; color:#0080bc;}
    .nice-select .option.selected { font-weight: 300; }
    .nice-select .option.disabled {background-color: transparent;  color: #999;   cursor: default; }

.no-csspointerevents .nice-select .list {display: none; }
.no-csspointerevents .nice-select.open .list {display: block; }






















}




@media all and (min-width:751px) {

/*셀렉터 공통*/
.cm_sele{width:156px; float:left;}

.cm_sele > .nice-select {width:100%;	border-radius:0;
border:0px;
border:1px solid #dcdcdc;
z-index:17; color:#636363; font-weight:500;  -webkit-tap-highlight-color: transparent;
  background-color: #fff;  box-sizing: border-box;  clear: both;
    cursor: pointer;  display: block;  float: left;
  font-family: inherit;  font-size: 16px;
  font-weight: normal;  height: 50px;
  line-height: 46px;  outline: none;
  padding-left: 20px;  padding-right: 50px;
  position: relative;  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;  
  }

.cm_sele > .nice-select.open{border:1px solid #0080bc !important;}
.cm_sele > .nice-select:hover { border-color: #0080bc; }
.cm_sele > .nice-select:active, 
.cm_sele > .nice-select.open, 
.cm_sele > .nice-select:focus {border-color: #999; z-indeX:60}
.cm_sele > .nice-select:after {

background:url('../../images/icon/sele_arr.png') no-repeat 0px -8px;

    border-bottom: 0px solid #999;
    border-right: 0px solid #999;
    content: '';
    display: block;
    width:15px;
	height:10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);	
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
	}

.cm_sele > .nice-select.open:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
	background:url('../../images/icon/sele_arr.png') no-repeat 0px 3px;
	
			}



.cm_sele > .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); 
			}

.cm_sele > .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; 
	}

    .nice-select.disabled:after{border-color: #cccccc;}

.cm_sele > .nice-select.wide { width: 100%; }
    .nice-select.wide .list { left: 0 !important;  right: 0 !important; }
.cm_sele > .nice-select.right { float: right; }
    .nice-select.right .list { left: auto; right: 0; }
.cm_sele > .nice-select.small {font-size: 12px; height: 36px; line-height: 34px; }
    .nice-select.small:after { height: 4px; width: 4px; }
    .nice-select.small .option { line-height: 34px;   min-height: 34px; }


.cm_sele > .nice-select .list { background-color: #fff;
width:156px;
    box-shadow: 0 0 0 0px rgba(68, 68, 68, 0.11);border:0px;

	border-radius:0;
    box-sizing: border-box;
    margin-top: 0px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 99%;
    left: -1px;
	text-indent:20px;
	border:1px solid #0080bc;
		border-top:0px;

    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; 
	max-height:200px;
	overflow-y:scroll;
	
	
	}
.cm_sele > .nice-select .list::-webkit-scrollbar {
    width: 2px;
}
.cm_sele > .nice-select .list::-ms-scrollbar {
    width: 2px;
}
.cm_sele > .nice-select .list::-webkit-scrollbar-track {
 background: #eee; 
 }
.cm_sele > .nice-select .list::-ms-scrollbar-track {
 background: #eee; 
 }
.cm_sele > .nice-select .list::-webkit-scrollbar-thumb {
    background: #0080bc; 
}
.cm_sele > .nice-select .list::-ms-scrollbar-thumb {
    background: #0080bc; 
}
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
	.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    line-height: 30px;
    list-style: none;
    min-height: 30px;
    outline: none;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }



.cm_sele >  .nice-select .option:hover,
.cm_sele > 	.nice-select .option.focus, 
.cm_sele > 	.nice-select .option.selected.focus 
	{ background-color: #fff; color:#0080bc;}
    .nice-select .option.selected { font-weight: 300; }
    .nice-select .option.disabled {background-color: transparent;  color: #999;   cursor: default; }

.no-csspointerevents .nice-select .list {display: none; }
.no-csspointerevents .nice-select.open .list {display: block; }




/*개인정보처리방침--------------------------------*/
.pcm_sele{width:250px; float:left;}

.pcm_sele > .nice-select {width:100%;	border-radius:0;
border:0px;
border:1px solid #dcdcdc;
z-index:17; color:#636363; font-weight:500;  -webkit-tap-highlight-color: transparent;
  background-color: #fff;  box-sizing: border-box;  clear: both;
    cursor: pointer;  display: block;  float: left;
  font-family: inherit;  font-size: 16px;
  font-weight: normal;  height: 50px;
  line-height: 46px;  outline: none;
  padding-left: 20px;  padding-right: 50px;
  position: relative;  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;  
  }

.pcm_sele > .nice-select.open{border:1px solid #0080bc !important;}
.pcm_sele > .nice-select:hover { border-color: #0080bc; }
.pcm_sele > .nice-select:active, 
.pcm_sele > .nice-select.open, 
.pcm_sele > .nice-select:focus {border-color: #999; z-indeX:60}
.pcm_sele > .nice-select:after {

background:url('../../images/icon/sele_arr.png') no-repeat 0px -8px;

    border-bottom: 0px solid #999;
    border-right: 0px solid #999;
    content: '';
    display: block;
    width:15px;
	height:10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);	
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
	}

.pcm_sele > .nice-select.open:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
	background:url('../../images/icon/sele_arr.png') no-repeat 0px 3px;
	
			}



.pcm_sele > .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); 
			}

.pcm_sele > .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; 
	}

    .nice-select.disabled:after{border-color: #cccccc;}

.pcm_sele > .nice-select.wide { width: 100%; }
    .nice-select.wide .list { left: 0 !important;  right: 0 !important; }
.pcm_sele > .nice-select.right { float: right; }
    .nice-select.right .list { left: auto; right: 0; }
.pcm_sele > .nice-select.small {font-size: 12px; height: 36px; line-height: 34px; }
    .nice-select.small:after { height: 4px; width: 4px; }
    .nice-select.small .option { line-height: 34px;   min-height: 34px; }


.pcm_sele > .nice-select .list { background-color: #fff; width:250px;
    box-shadow: 0 0 0 0px rgba(68, 68, 68, 0.11);border:0px;

	border-radius:0;
    box-sizing: border-box;
    margin-top: 0px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 99%;
    left: -1px;
	text-indent:20px;
	border:1px solid #0080bc;
		border-top:0px;

    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; 
	
	
	}
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
	.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    line-height: 30px;
    list-style: none;
    min-height: 30px;
    outline: none;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }



.pcm_sele >   .nice-select .option:hover,
.pcm_sele > 	.nice-select .option.focus, 
.pcm_sele > 	.nice-select .option.selected.focus 
	{ background-color: #fff; color:#0080bc;}
    .nice-select .option.selected { font-weight: 300; }
    .nice-select .option.disabled {background-color: transparent;  color: #999;   cursor: default; }

.no-csspointerevents .nice-select .list {display: none; }
.no-csspointerevents .nice-select.open .list {display: block; }













/*셀렉터 뷰*/
.prd_sele{width:235px; float:right;}

.prd_sele > .nice-select {width:100%;	border-radius:0;
border:0px;
border:1px solid #dcdcdc;
z-index:17; color:#636363; font-weight:500;  -webkit-tap-highlight-color: transparent;
  background-color: #fff;  box-sizing: border-box;  clear: both;
    cursor: pointer;  display: block;  float: left;
  font-family: inherit;  font-size: 16px;
  font-weight: normal;  height: 50px;
  line-height: 46px;  outline: none;
  padding-left: 20px;  padding-right: 50px;
  position: relative;  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
 /* white-space: nowrap;*/  
  }

.prd_sele > .nice-select.open{border:1px solid #0080bc !important;}
.prd_sele > .nice-select:hover { border-color: #0080bc; }
.prd_sele > .nice-select:active, 
.prd_sele > .nice-select.open, 
.prd_sele > .nice-select:focus {border-color: #999; z-indeX:60}
.prd_sele > .nice-select:after {

background:url('../../images/icon/sele_arr.png') no-repeat 0px -8px;

    border-bottom: 0px solid #999;
    border-right: 0px solid #999;
    content: '';
    display: block;
    width:15px;
	height:10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);	
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
	}

.prd_sele > .nice-select.open:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
	background:url('../../images/icon/sele_arr.png') no-repeat 0px 3px;
	
			}



.prd_sele > .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); 
			}

.prd_sele > .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; 
	}

    .nice-select.disabled:after{border-color: #cccccc;}

.prd_sele > .nice-select.wide { width: 100%; }
    .nice-select.wide .list { left: 0 !important;  right: 0 !important; }
.prd_sele > .nice-select.right { float: right; }
    .nice-select.right .list { left: auto; right: 0; }
.prd_sele > .nice-select.small {font-size: 12px; height: 36px; line-height: 34px; }
    .nice-select.small:after { height: 4px; width: 4px; }
    .nice-select.small .option { line-height: 34px;   min-height: 34px; }


.prd_sele > .nice-select .list { background-color: #fff; width:235px;
    box-shadow: 0 0 0 0px rgba(68, 68, 68, 0.11);border:0px;

	border-radius:0;
    box-sizing: border-box;
    margin-top: 0px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 99%;
    left: -1px;
	border:1px solid #0080bc;
		border-top:0px;
	padding-left:20px;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; 
	overflow:scroll;
	max-height:250px;	
	overflow-x:hidden;

	}

.prd_sele > .nice-select .list::-webkit-scrollbar {
    width: 2px;
}
.prd_sele > .nice-select .list::-ms-scrollbar {
    width: 2px;
}
.prd_sele > .nice-select .list::-webkit-scrollbar-track {
 background: #eee; 
 }
.prd_sele > .nice-select .list::-ms-scrollbar-track {
 background: #eee; 
 }
.prd_sele > .nice-select .list::-webkit-scrollbar-thumb {
    background: #0080bc;
}
.prd_sele > .nice-select .list::-ms-scrollbar-thumb {
    background: #0080bc; 
}




    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
	.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    line-height: 30px;
    list-style: none;
    min-height: 30px;
    outline: none;
    text-align: left;
    -webkit-transition: all 0.2s;
	padding:10px 0;
    transition: all 0.2s; }



.prd_sele >   .nice-select .option:hover,
.prd_sele > 	.nice-select .option.focus, 
.prd_sele > 	.nice-select .option.selected.focus 
	{ background-color: #fff; color:#0080bc;}
    .nice-select .option.selected { font-weight: 300; }
    .nice-select .option.disabled {background-color: transparent;  color: #999;   cursor: default; }

.no-csspointerevents .nice-select .list {display: none; }
.no-csspointerevents .nice-select.open .list {display: block; }






/*푸터전용 셀렉터*/
.sns-area_sele > .nice-select {
z-index:17;
color:#d2d2d2;
font-weight:300;
  -webkit-tap-highlight-color: transparent;
  background-color: #2d2d2d;
  border-radius: 5px;
  border: solid 1px #555555;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 28px;
  line-height: 26px;
  outline: none;
  padding-left: 10px;
  padding-right: 50px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width:150px;}
.sns-area_sele > .nice-select:hover {
    border-color: #555555; }
.sns-area_sele >  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; z-indeX:60}
.sns-area_sele >  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
			/*
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

			*/
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
.sns-area_sele > .nice-select.open:after {
   /* -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); */
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
            transform: rotate(45deg);
			}
.sns-area_sele > .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
.sns-area_sele > .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
.sns-area_sele > .nice-select.wide {
    width: 100%; }
.sns-area_sele > .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
.sns-area_sele > .nice-select.right { float: right; }
.sns-area_sele > .nice-select.right .list { left: auto; right: 0; }
.sns-area_sele > .nice-select.small {font-size: 12px; height: 36px; line-height: 34px; }
.sns-area_sele > .nice-select.small:after { height: 4px; width: 4px; }
.sns-area_sele > .nice-select.small .option { line-height: 34px;   min-height: 34px; }
.sns-area_sele > .nice-select .list { background-color: #2d2d2d;
	border:1px solid #434343;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    /*top: 100%;*/
	top:-114px;
    left: 0;
	width:100%;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
.sns-area_sele >  .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
.sns-area_sele >  .nice-select .option {
    cursor: pointer;
	width:100% !important;
    font-weight: 400;
    line-height: 30px;
    list-style: none;
    min-height: 30px;
    outline: none;
	margin:-8px 0 !important;
	text-indent:10px;
    text-align: left !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover,
	.nice-select .option.focus, 
	.nice-select .option.selected.focus 
	{ background-color: #2d2d2d; }
.sns-area_sele > .nice-select .option.selected { font-weight: 300; }
.sns-area_sele > .nice-select .option.disabled {background-color: transparent;  color: #999;   cursor: default; }

.no-csspointerevents .nice-select .list {display: none; }
.no-csspointerevents .nice-select.open .list {display: block; }
.nice-select ul li:first-child{display:none;}








/*제품상세 뷰(영문전용)*/
.prdinfo_sele_wrap{width:90%; padding:0 5% 50px 5%; background:#0080bc; } 

.prdinfo_sele{width:130px; float:right;}

.prdinfo_sele > .nice-select {width:100%;	border-radius:0;
border:2px solid #fff;
z-index:17; color:333; font-weight:500;  -webkit-tap-highlight-color: transparent;
  background-color: #0080bc;  box-sizing: border-box;  clear: both;
    cursor: pointer;  display: block;  float: left;
  font-family: inherit;  font-size: 16px;
  font-weight: normal;  height: 44px;
  line-height: 40px;  outline: none;
  padding-left: 20px;  padding-right: 50px;
  position: relative;  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
 /* white-space: nowrap;*/  
  }

.prdinfo_sele > .nice-select.open{border:2px solid #fff !important;}
.prdinfo_sele > .nice-select:hover {background:#0080bc;  color:#fff;}
.prdinfo_sele > .nice-select:active, 
.prdinfo_sele > .nice-select.open, 
.prdinfo_sele > .nice-select:focus {border-color: #fff; z-indeX:60; color:#fff;}
.prdinfo_sele > .nice-select:after {

background:url('../../images/icon/sele_arr2.png') no-repeat 4px -5px;
    border-bottom: 0px solid #999;
    border-right: 0px solid #999;
    content: '';
    display: block;
    width:15px;
	height:11px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);	
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
	}

.prdinfo_sele > .nice-select.open:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
	background:url('../../images/icon/sele_arr2.png') no-repeat 0px 3px;
	
			}



.prdinfo_sele > .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); 
			}

.prdinfo_sele > .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; 
	}

    .nice-select.disabled:after{border-color: #cccccc;}

.prdinfo_sele > .nice-select.wide { width: 100%; }
    .nice-select.wide .list { left: 0 !important;  right: 0 !important; }
.prdinfo_sele > .nice-select.right { float: right; }
    .nice-select.right .list { left: auto; right: 0; }
.prdinfo_sele > .nice-select.small {font-size: 12px; height: 36px; line-height: 34px; }
    .nice-select.small:after { height: 4px; width: 4px; }
    .nice-select.small .option { line-height: 34px;   min-height: 34px; }


.prdinfo_sele > .nice-select .list { background-color: #fff; width:132px;
    box-shadow: 0 0 0 0px rgba(68, 68, 68, 0.11);border:2px solid #fff;
	color:#333;

	border-radius:0;
    box-sizing: border-box;
    margin-top: 0px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 99%;
    left: -3px;
	border:1px solid #0080bc;
		border-top:0px;
	padding-left:20px;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; 
	
	
	}
 .prdinfo_sele > .nice-select .list:hover .option:not(:hover) {
.prdinfo_sele  >  background-color: transparent !important; }
	.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    line-height: 30px;
    list-style: none;
    min-height: 30px;
    outline: none;
    text-align: left;
    -webkit-transition: all 0.2s;
	padding:10px 0;
    transition: all 0.2s; }



.prdinfo_sele >   .nice-select .option:hover,
.prdinfo_sele > 	.nice-select .option.focus, 
.prdinfo_sele > 	.nice-select .option.selected.focus 
	{ background-color: #fff; color:#333;}
    .nice-select .option.selected { font-weight: 300; }
    .nice-select .option.disabled {background-color: transparent;  color: #999;   cursor: default; }

.no-csspointerevents .nice-select .list {display: none; }
.no-csspointerevents .nice-select.open .list {display: block; }





















}




