@charset "utf-8";

body{font-family: 'Pretendard', Apple SD Gothic Neo, 돋움, dotum, sans-serif; font-weight: 400; font-size: 16px; line-height: 1.4; color: #222; word-break: break-all; word-wrap: break-word; white-space: normal; width: auto; height: auto;}
html.noscroll, body.noscroll{width: 100%; height: 100vh; overflow: hidden; touch-action: none;}
/* =======================================================
  bxSlide
========================================================*/
.bx-wrapper {margin-bottom: 0 !important; background: none; border: 0; box-shadow: none; }
.bx-wrapper .bx-loading {background: none; }
.bx-wrapper img {width: 100%; }
.bx-controls {width: 100%; display: block; }
.bx-controls .bx-pager {left: 50%; bottom: 10px; display: block; width: auto; min-width: 50px; padding-top: 0; transform: translateX(-50%);border-radius: 999px; background: rgba(34, 34, 34, .6); text-align: center; font-size: 12px; color: #fff; line-height: 24px; font-weight: 400; }


/* =======================================================
  text
========================================================*/
.symbol {font-style: normal; padding-right: 3px; }



/* text-ellipsis */
.text-ellipsis01 {display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.text-ellipsis02 {display: block; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.5; height: 3em; }
.text-ellipsis03 {display: block; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; line-height: 1.5; height: 4.5em; }

.text-left {text-align: left !important; }
.text-right {text-align: right !important; }
.text-center {text-align: center !important; }

.text-guide {font-size: 12px; font-weight: 400; font-style: normal; color: #888; }

.text-small {font-size: 0.8em; }

.color-red {color: #fa3131 !important; } /* 필수컬러 */
.point-color{color:#6ab5d5;}
.subClr{color:#2a6496;}
.gray-color{color:#999;}
.blue-color{color:#3ca6ff !important;}

hr {display: block; height: 1px; border: 0; background: #f2f2f2; margin: 0; padding: 0; }


.prebox {
  width: 100%;
  display: block;
  padding: 0; margin: 0;
  border: none;
  box-sizing: border-box;
  border-radius: 0;
  background-color: transparent;
  text-align: left;
  word-break: normal; word-wrap: break-word;
  white-space: pre-line;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -ms-overflow-style: none;
}
.prebox::-webkit-scrollbar,
.prebox::-ms-scrollbar {appearance: none; }


.editor-container {}
.editor-container img {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 100% !important;
  height: auto !important;
}


.title {}

.box {width: 100%; border: 1px solid #ececec; border-radius: 5px; box-sizing: border-box; }
.box:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.over-scroll {position: relative; height: 200px; overflow: hidden; overflow-y: auto; }

/* =======================================================
  section
========================================================*/
.mc--section {
  position: relative;
  width: 100%;
/*   border-bottom: 1px solid #dadbdf; */
  box-sizing: border-box;
  background-color: #fff;
}
.mc--list .mc--section{border-bottom: none;}

.mc--section:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.mc--section + .mc--section {
  margin-top: 10px;
}
.section-header {
  position: relative;
  margin: 0;
  padding: 15px 20px;
  border-bottom: 1px solid #e9eaee;
  background-color: #fff;
  box-sizing: border-box;
}
.section-header .title {
  font-size: 16px;
  color: #222;
  font-weight: 500;
}


/* section-bottom
---------------------------------------------------*/
.section-bottom {
  width: 100%;
  padding: 20px 0px;
  box-sizing: border-box;
}
.section-bottom:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.section-bottom .btn,
.section-bottom .btn-big {
  float: left;
  width: calc(50% - 5px);
}
.section-bottom .btn + .btn,
.section-bottom .btn-big + .btn-big {
  margin-left: 10px;
}
.section-bottom .btn.btn-full,
.section-bottom .btn-big.btn-full {
  float: none; clear: both;
}




/* page-header
---------------------------------------------------*/
.page-header {position: relative; width: 100%; padding: 20px 0px; box-sizing: border-box; }
.page-header:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }
.page-header .title {font-size: 34px; font-weight: 600; text-align: center;}
/* .page-header .title-group {padding-right: 125px; } */ /* subtitle + button일 때*/
/* .page-header .btn-group {margin-top: 10px; } */

.page-header .checkbox {float: left; margin-top: 5px; }
.page-header .checkbox label {font-size: 13px; color: #444; }
.page-header .checkbox + .btn-group {float: right; margin-top: 0; }

.page-header .title-group{margin-top: 20px;}
.page-header .title-group::after{content: ''; display: block; clear: both;}
.page-header .btn-group.absolute {position: absolute; right: 0px; top: 20px; }

/* page-bottom
---------------------------------------------------*/
.page-bottom {
  width: 100%;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
.page-bottom:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.page-bottom .btn,
.page-bottom .btn-big {
  float: left;
  width: calc(50% - 5px);
}
.page-bottom .btn + .btn,
.page-bottom .btn-big + .btn-big {
  margin-left: 10px;
}
.page-bottom .btn.btn-full,
.page-bottom .btn-big.btn-full {
  float: none; clear: both;
  max-width: 30%;
  margin: 0 auto;
}




/* =======================================================
  sticker
========================================================*/
.item-sticker {position: absolute; top: 0; right: 0; z-index: 45; max-width: 90px; max-height: 90px; width: 50px; height: 50px; background-color: transparent; background-repeat: no-repeat; background-size: contain; background-position: center center; }





/* =======================================================
  marking
========================================================*/
/* .marking-area {min-height: 21px; margin-top: 8px; } */
.marking-area:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

/* =======================================================
	꼬리표
========================================================*/
.marking-area:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }
.marking {text-align:left; font-size: 14px; margin-bottom: 5px; } 
.marking:last-child { margin-right:0; margin-bottom: 0; }
.marking span { display: inline-block; padding: 0 4px; height:22px; line-height:22px; border-radius: 2px; box-sizing: border-box; }
.marking-coupon{background-color: #eda12e; color: #fff;}
.marking-agent{ background-color:#de4a92; color:#fff;}
.marking-subscribe{background-color: #1baedb; color: #fff;}
.marking-order{background-color: #3cb257; color: #fff;}
.marking span.marking-order { white-space: initial;  height: auto; }

.marking-save-area {display: block; white-space: initial; width: 100%; margin-bottom: 5px; }
.marking-save-area .marking-slash { float: left; font-size: 9px; margin: 0 6px; line-height: 22px; color: #999; }
.marking-save-area .marking { padding: 0;  }
.marking-save-area .marking span { display: inline-block;  margin-right: 3px; padding: 0 4px; height: 22px; color: #fff; border-radius: 2px; }
.marking-earn { color:#a327cc; border-radius: 0; margin-right: 0; }
.marking-earn span {  background-color: #a327cc;  }
.marking-earn em{font-style:normal;}
.marking-buy { color:#fd852d; }
.marking-buy span { background-color:#fd852d; }
.marking-buy em{font-style:normal; }

.marking-complete {border-color: #666; background-color: #666; color: #fff; }
.marking-waiting,
.marking-ongoing {border-color: #6ab5d5; background-color: #6ab5d5; color: #fff; }
.marking-black {background-color: #222; border-color: #222; color: #fff; }

.marking-round {display: inline-block; padding: 2px 8px; font-size: 11px;border: 1px solid #6ab5d5; border-radius: 999px; line-height: 1.2; }

.label-mark {
	font-weight: 400;
	display: inline-block;
	background-color: #6ab5d5;
	margin-right: 3px;
	color: #fff;
	padding: 0 4px;
	height: 22px;
	line-height: 22px;
	border-radius: 2px;
	box-sizing: border-box;
	font-size: 14px;
}



/* =======================================================
  icon
========================================================*/
.icon {
  display: block;
  width: 18px; height: 18px;
/*  background-color: #cccccc;*/
}
.header-util .icon-lang { width: 30px; height: 30px; background-repeat: no-repeat; background-position: center; background-size: 26px auto; }

.icon-video {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%; top: 50%;
  z-index: 50;
  width: 40px; height: 40px;
  margin-top: -20px; margin-left: -20px;
  background-image: url("/AppData/images/mediacommerce/white/icon/icon_video.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.icon-video02 {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%; top: 50%;
  z-index: 30;
  width: 40px; height: 40px;
  margin-top: -20px; margin-left: -20px;
  background-image: url("/AppData/images/mediacommerce/white/icon/icon_video01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.icon-lock {
  width: 10px; height: 15px;
  background-image: url("/AppData/images/mediacommerce/white/icon/icon_lock.svg");
  background-size: 10px 15px;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-upload {
  background-image: url("/AppData/images/mediacommerce/white/icon/file_upload.svg");
  background-size: 34px 27px;
  background-repeat: no-repeat;
  background-position: center;
}

/* .icon-search {
  background-image: url("/AppData/images/mediacommerce/white/icon/icon_search.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px 18px;
} */

.icon-heart {
  background-image: url("/AppData/images/mediacommerce/white/icon/icon_heart.svg");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center center;
}


.icon-share {
  background-image: url("/AppData/images/mediacommerce/white/icon/icon_share.svg");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center center;
}


.icon-download {
  background-image: url("/AppData/images/mediacommerce/white/icon/icon_download.svg");
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: center center;
}


.icon-trash {
  background-image: url("/AppData/images/mediacommerce/white/icon/icon_trash.svg");
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: center center;
}



.icon-close {
  width: 15px; height: 15px;
  background-image: url("/AppData/images/mediacommerce/white/icon/icon_close.svg");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: right center;
}



/* icon-sns
---------------------------------------------------*/
.icon-Tictok02 {background-image: url(/AppData/images/mediacommerce/sns/tictok_line.png); }
.icon-Instagram02 {background-image: url(/AppData/images/mediacommerce/sns/instagram_line.png); }
.icon-Youtube02 {background-image: url(/AppData/images/mediacommerce/sns/youtube_line.png); }
.icon-Twitter02 {background-image: url(/AppData/images/mediacommerce/sns/twitter_line.png); }
.icon-Facebook02 {background-image: url(/AppData/images/mediacommerce/sns/facebook_line.png); }
.icon-Weibo02 {background-image: url(/AppData/images/mediacommerce/sns/weibo_line.png); }
.icon-AfreecaTV02 {background-image: url(/AppData/images/mediacommerce/sns/afreecatv_line.png);}
.icon-Blog02 {background-image: url(/AppData/images/mediacommerce/sns/blog_line.png);}



/* =======================================================
  list
========================================================*/
.list-dash {}
.list-dash > li {line-height: 1.6;}
.list-dash > li:before {
  content: "-";
  padding-right: 5px;
}

.list-dot {}
.list-dot > li {
  padding-left: 12px;
  background-image: url("/AppData/images/mediacommerce/white/etc/bul_dot.png");
  background-repeat: no-repeat;
  background-size: 2px 2px;
  background-position: left 9px;
}

.list-number {counter-reset: period; }
.list-number > li {counter-increment: period; }
.list-number > li:before {content: counter(period)"."; margin-right: 5px; }

.list-number.circle > li:before {content: counter(period); display: inline-block; width: 16px; height: 16px; margin: 0 4px 3px 0; border: 1px solid #777; border-radius: 100%; box-sizing: border-box; background-color: transparent; text-align: center; color: #777; font-size: 10px; line-height: 13px; vertical-align: middle; }




/* dl
---------------------------------------------------*/
dl {}
dl > dt {font-weight: 500; }
dl > dd { }

/* dl-info 위아래 */
.dl-info {}
.dl-info > dt {display: block; font-size: 14px; color: #999; }
.dl-info > dd {display: block; font-size: 14px; color: #444; }

.dl-info + .dl-info {margin-top: 20px; }


/* dl-info 옆으로  */
.dl-info02 {}
.dl-info02:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.dl-info02 > dt {float: left; width: 20%; font-size: 14px; color: #666; }
.dl-info02 > dd {float: left; width: 80%; font-size: 14px; color: #444; }

.dl-info02 + .dl-info02  {margin-top: 20px; }



.list-depth {padding-left: 16px; }





/* =======================================================
  table
========================================================*/
table {
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  word-break: break-all;
  background-image: none;
}

table th,
table td {padding: 10px 10px; text-align: center; }
table th {font-size: 14px; color: #888; font-weight: 400; }
table td {font-size: 13px; color: #444; }


.table-line table {}
.table-line table th,
.table-line table td {border: 1px solid #777; }
.table-line table th {font-size: 14px; font-weight: 500; }
.table-line table td {text-align: left; }






/* =======================================================
  button
========================================================*/
a {text-decoration: none; color: inherit; cursor: pointer; outline: none; }
button {background-color: transparent; border: none; cursor: pointer; outline: none; }

.btn {
  display: inline-block;
  height: 50px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #222;
  box-sizing: border-box;
  background-color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0;
}

/* 기본버튼 inverse ver. */
.btn02 {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  color: #666;
  white-space: nowrap;
  vertical-align: middle;
}
.btn03 {
  display: inline-block;
  min-width: 44px; height: 30px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #888;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
  color: #666;
  background-color: #fff;
}

.btn03.inverse {
  border: 1px solid #222;
  background-color: #222;
  color: #fff;
}
.btn03.open-review {
  border: 1px solid #222;
  background-color: #222;
  color: #fff;
}
/* button size */
.btn-big {
  display: block;
  width: 100%; height: 50px;
  line-height: 48px;
  border-radius: 0;
}

.btn-full {
  display: block;
  width: 100% !important;
}
.btn-small {height: 24px !important; font-size: 12px; line-height: 22px !important; }

/* button size 반응형*/
@media (min-width: 690px){
  .btn-half{width: 30% !important; margin: 0 auto;}
}

/* button color */
.btn.positive {
  background-color: #000;
  color: #fff;
}
.btn.negative {
  background-color: #fff;
  color: #666;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
}



/* button type */
.btn-goto {display: inline-block; }
.btn-goto span {
  padding-right: 11px;
  background-image: url("/AppData/images/mediacommerce/white/button/btn_goto.png");
  background-repeat: no-repeat;
  background-position: right 5.5px;
  font-size: 14px;
  color: #888;
}
.btn-text {
  display: inline-block;
  font-size: 12px;
  color: #aaa;
  text-decoration: underline;
}


.btn-round.btn-goto {
  height: 20px;
  line-height: 18px;
  background-color: #fff;
  border-color: #cfcfcf;
  border-radius: 999px;
}
.btn-round.btn-goto span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  background-position: right 5px;
}

/* button group */
.btn-group {
  box-sizing: border-box;
}
.btn-group:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.more-group {
  padding: 50px 20px 0;
  box-sizing: border-box;
  text-align:center;
}
.btn-more {
  width: 100%; height: 50px;
  border-color: #e2e2e2;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  line-height: 48px;
}

/* button color */
.btn-black {background-color: #222; border-color: #222; color: #fff; }
.btn-black:hover {background-color: #000; border-color: #000; color: #fff; }
.btn-blue{background-color: #6ab5d5; border-color: #6ab5d5; color: #fff;}
.btn-blue:hover{background-color: #6ab5d5; border-color: #6ab5d5; color: #fff;}


/* button group */ 
.button-group { margin-top: 50px; }
.button-group .btn { max-width: 700px; margin: 0 auto; }



/* =======================================================
  form
========================================================*/
/* input 초기화
---------------------------------------------------*/
input::-ms-clear {display: none; width : 0; height: 0;}
input::-ms-reveal {display: none; width : 0; height: 0;}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {display: none; }


/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

/* input type="number" 일경우 숫자 중앙정렬
---------------------------------------------------*/
input[type=number]::-webkit-outer-spin-button{
  -webkit-appearance: none;margin: 0;
}
input[type=number]::-webkit-inner-spin-button{
  -webkit-appearance: none;margin: 0;
}


/* input autofill reset */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {background-color: #fff !important; color: #444 !important; }



input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #444 !important;
}
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #444 !important;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #444 !important;
}
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #444 !important;
}




/* input
---------------------------------------------------*/
.input-text {
  display: inline-block;
  width: 100%; height: 40px;
  margin: 0;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
  color: #444;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.input-text:focus {border-color: #222; }


.input-text:-webkit-input-placeholder {color: #888 !important; }
.input-text:-moz-placeholder {color: #888 !important; }
.input-text:-ms-input-placeholder {color: #888 !important; }
.input-text::-ms-input-placeholder {color: #888 !important; }
.input-text::-moz-placeholder {color: #888 !important; }
.input-text::placeholder {color: #888 !important; }
.input-text:placeholder {color: #888 !important; }

.input-text:read-only {background-color: #f5f5f5; color: #888; }
.input-text.readonly {background-color: #f5f5f5; color: #888; }
.input-text:disabled {background-color: #f5f5f5; color: #888; }
.input-text.disabled {background-color: #ececec; color: #888; }

.input-text:read-only:focus {border-color: #bbb; }
.input-text.readonly:focus {border-color: #bbb; }
.input-text:disabled:focus {border-color: #bbb; }
.input-text.disabled:focus {border-color: #bbb; }


/* checkbox
  2020-07-17 //yuran css로만 컨트롤 하다가
  content에 들어가는 내용이 디바이스별로 다르게 표현되서
  백그라운드로 체크 표현함
---------------------------------------------------
.checkbox { position: relative; }
.checkbox input[type=checkbox] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.checkbox input[type=checkbox] + label { position: relative; display: inline-block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; line-height: 20px; }
input[type=checkbox] + label:before { content: "\2714"; display: inline-block; width: 20px; height: 20px; margin-right: 10px; border: 2px solid #888; border-radius: 5px; box-sizing: border-box; vertical-align: bottom; text-align: center; color: transparent; line-height: 16px; transition: .2s; }
input[type=checkbox]:checked + label:before {content: "\2714"; color: #fff; background-color: #222; border-color: #222; font-size: 12px; }
input[type=checkbox].readonly + label:before, input[type=checkbox].disabled + label:before { content: ''; border: 2px solid #eee; background-color: #eee; }
input[type=checkbox]:read-only + label:before{ content: ''; border: 2px solid #eee; background-color: #eee; }
input[type=checkbox]:readonly + label:before{ content: ''; border: 2px solid #eee; background-color: #eee; }
input[type=checkbox]::readonly + label:before{ content: ''; border: 2px solid #eee; background-color: #eee; }
input[type=checkbox]:disabled + label:before{ content: ''; border: 2px solid #eee; background-color: #eee; }
input[type=checkbox]:checked.readonly + label:before,
input[type=checkbox]:checked.disabled + label:before { content: "\2714"; border: 2px solid #eee; background-color: #eee; color: #ccc; }
input[type=checkbox]:checked:read-only + label:before{ content: "\2714"; border: 2px solid #eee; background-color: #eee; color: #ccc; }
input[type=checkbox]:checked:readonly + label:before{ content: "\2714"; border: 2px solid #eee; background-color: #eee; color: #ccc; }
input[type=checkbox]:checked:disabled + label:before{ content: "\2714"; border: 2px solid #eee; background-color: #eee; color: #ccc; }
*/

.checkbox {position: relative; }

input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: 20px;
  vertical-align: middle;
}

input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 20px; height: 20px;
  margin-right: 8px;
  margin-top: -4px;
  border: 2px solid #888;
  border-radius: 5px;
  background: transparent;
  background-image: none;
  box-sizing: border-box;
  vertical-align: middle;
}

input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  width: 20px; height: 20px;
  margin-right: 8px;
  border: 2px solid #888;
  border-radius: 5px;
  background: transparent;
  background-image: none;
  box-sizing: border-box;
  vertical-align: middle;
}


/* check */
input[type="checkbox"]:checked + label:before {
  content: "";
  background-color: #222;
  background-image: url("/AppData/images/mediacommerce/white/form/check_checked.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 9px;
  border: none;
}


/* readonly & disabled */
input[type="checkbox"].readonly + label:before,
input[type="checkbox"].disabled + label:before {
  content: "";
  border-color: #eee;
  background-color: #eee;
}
input[type="checkbox"]:disabled + label:before {
  content: "";
  border-color: #eee;
  background-color: #eee;
}

/*
  ios에서 readonly를 css로 컨트롤하면
  :readonly를 인식을 못하고 input[checkbox]에 바로 css가 적용됨

input[type="checkbox"]:read-only + label::before {
  content: "";
  border-color: #eee;
  background-color: #eee;
}
input[type="checkbox"]:readonly + label::before {
  content: "";
  border-color: #eee;
  background-color: #eee;
}
*/


/* check + readonly & disabled */
input[type=checkbox]:checked.readonly + label:before,
input[type=checkbox]:checked.disabled + label:before {
  content: "";
  border: 2px solid #eee;
  background-color: #eee;
  background-image: url("/AppData/images/mediacommerce/white/form/check_readonly.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 9px;
}
input[type=checkbox]:checked:disabled + label:before{
  content: "";
  border: 2px solid #eee;
  background-color: #eee;
  background-image: url("/AppData/images/mediacommerce/white/form/check_readonly.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 9px;
}

/*
  ios에서 readonly를 css로 컨트롤하면
  :readonly를 인식을 못하고 input[checkbox]에 바로 css가 적용됨

input[type=checkbox]:checked:read-only + label:before{
  content: "";
  border: 2px solid #eee;
  background-color: #eee;
  background-image: url("/AppData/images/mediacommerce/icon/check_readonly.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 9px;
}
input[type=checkbox]:checked:readonly + label:before{
  content: "";
  border: 2px solid #eee;
  background-color: #eee;
  background-image: url("/AppData/images/mediacommerce/icon/check_readonly.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 9px;
}
*/

/* radiobox
---------------------------------------------------*/
.radiobox {
  position: relative;
}
.radiobox::after{content: ''; display: block; clear: both;}
.radiobox + input{margin-top: 15px;}
.radiobox input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.radiobox input[type="radio"] + label {
  position: relative;
  display: block;
  float: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 16px;
  line-height: 18px;
  margin-right: 15px;
}
.radiobox input[type="radio"] + label:last-child{margin-right: 0;}
input[type="radio"] + label:before {
  content: "";
  display: block;
  width: 20px; height: 20px;
  margin-right: 10px;
  border: 2px solid #888;
  border-radius: 100%;
  box-sizing: border-box;
  vertical-align: bottom;
  text-align: center;
  color: transparent;
  float: left;
  transition: .2s;
}


/* check */
input[type="radio"]:checked + label:before {
  content: "";
  border-color: #6ab5d5;
  background-color: #fff;
}
input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 5px; left: 5px;
  width: 10px; height: 10px;
  border-radius: 100%;
  background-color: #6ab5d5;
}


/* readonly & disabled */
input[type="radio"].readonly + label:before,
input[type="radio"].disabled + label:before {
  content: '';
  border: 2px solid #eee;
  background-color: #eee;
}
input[type=radio]:disabled + label:before{
  content: '';
  border: 2px solid #eee;
  background-color: #eee;
}
/*
input[type=radio]:read-only + label:before{
  content: '';
  border: 2px solid #eee;
  background-color: #eee;
}
input[type=radio]:readonly + label:before{
  content: '';
  border: 2px solid #eee;
  background-color: #eee;
}
*/


/* check + readonly & disabled */
input[type=radio]:checked.readonly + label:before,
input[type=radio]:checked.disabled + label:before {
  content: '';
  border: 2px solid #eee;
  background-color: #eee;
}
input[type=radio]:checked.readonly + label:after,
input[type=radio]:checked.disabled + label:after {
  content: "";
  background-color: #ccc;
}
input[type=radio]:checked:disabled + label:before{
  content: '';
  border: 2px solid #eee;
  background-color: #eee;
}
input[type=radio]:checked:disabled + label:after {
  content: "";
  background-color: #ccc;
}
/*
input[type=radio]:checked:read-only + label:before {
  content: '';
  border: 2px solid #eee;
  background-color: #eee;
}
input[type=radio]:checked:read-only + label:after {
  content: "";
  background-color: #ccc;
}
input[type=radio]:checked:readonly + label:before {
  content: '';
  border: 2px solid #eee;
  background-color: #eee;
}
input[type=radio]:checked:readonly + label:after {
  content: "";
  background-color: #ccc;
}

*/



/* radio-group */
.radio-group {}
.radio-group:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.radio-group .radiobox {float: left; }
.radio-group .radiobox + .radiobox {margin-left: 40px;}


.radio-group.vertical {}
.radio-group.vertical .radiobox {float: none; }
.radio-group.vertical .radiobox + .radiobox {margin-left: 0; margin-top: 10px; }

/* mc--select
---------------------------------------------------*/
.select {
  display: inline-block; width: 100%; height: 40px; margin: 0; padding: 0 32px 0 10px; background-color: #fff; background-image: url("/AppData/images/mediacommerce/white/form/select.png"); background-repeat: no-repeat; background-position: right 10px top 15px; background-size: 12px 7px; border: 1px solid #bbb; box-sizing: border-box; font-size: 14px; color: #444; line-height: 38px; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; }
.select::-ms-expand {display: none; }
.select:focus {border-color: #222; }
.select-type{width: 400px; max-width: 100%; float: right;}


/* textarea
---------------------------------------------------*/
.textarea {
  display: block;
  width: 100%; height: 200px;
  margin: 0;
  padding: 10px 10px;
  border: 1px solid #bbb;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  resize: none;
}
.textarea:focus {
  border-color: #222;
}

.terms-wrapper {width: 100%; box-sizing: border-box; font-size: 12px; color: #444; line-height: 1.35; }



/* =======================================================
  quantity-wrapper
========================================================*/
.quantity-wrapper {position: relative; }
.quantity-wrapper:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.quantity-count {}
.quantity-count:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }


.btn-quantity {float: left; width: 26px; height: 26px; border: 0; border-radius: 999px;
  overflow: hidden; box-sizing: border-box; -ms-touch-action: manipulation; touch-action: manipulation;
  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; outline: none; }
.btn-quantity .icon {display: block; width: 26px; height: 26px; background-repeat: no-repeat;
  background-position: center; background-size: 10px 10px; background-color: #ddd; }

.quantity-minus {background-image: url("/AppData/images/mediacommerce/white/button/quantity_minus.svg"); }
.quantity-plus {background-image: url("/AppData/images/mediacommerce/white/button/quantity_plus.svg"); }

.btn-disabled .quantity-minus {background-image: url("/AppData/images/mediacommerce/white/button/quantity_minus_disable.svg"); }
.btn-disabled .quantity-plus {background-image: url("/AppData/images/mediacommerce/white/button/quantity_plus_disable.svg"); }

.input-quantity {float: left; width: 50px; height: 28px; margin: 0 5px; padding: 0 5px; background-color: #fff; border: 1px solid #ececec; border-radius: 5px; box-sizing: border-box; font-size: 14px; color: #444; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; text-align: center; }
.input-quantity:focus {border-color: #222; }


/* round type */
.quantity-wrapper.type-round {position: relative; height: 40px; border: 1px solid #ececec; border-radius: 999px; box-sizing: border-box; }
.quantity-wrapper.type-round :after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.quantity-wrapper.type-round .btn-quantity {width: 38px; height: 38px; background: transparent; }
.quantity-wrapper.type-round .btn-quantity .icon {width: 38px; height: 38px; background-color: transparent; }
.quantity-wrapper.type-round .input-quantity {width: 50px; height: 38px; margin: 0; padding: 0; background: none; border: none }
.quantity-wrapper.type-round .input-quantity:focus {border: none; }

/*square type*/
.quantity-wrapper.type-square {position: relative; height: 40px; border: 1px solid #ececec; box-sizing: border-box; }
.quantity-wrapper.type-square :after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.quantity-wrapper.type-square .btn-quantity {width: 30px; height: 38px; background: transparent; }
.quantity-wrapper.type-square .btn-quantity .icon {width: 30px; height: 38px; background-color: transparent; }
.quantity-wrapper.type-square .input-quantity {width: 38px; height: 38px; margin: 0; padding: 0; background: none; border: none }
.quantity-wrapper.type-square .input-quantity:focus {border: none; }



/* =======================================================
  item-list
========================================================*/
.swiper-container .swiper-scrollbar {height: 3px; }
.swiper-container .swiper-scrollbar-drag {background-color: rgba(0,0,0,0.3); }


/* =======================================================
  categoryitem
========================================================*/
.categoryitem-container {width: 100%; background-color: #fff; border-bottom: 1px solid #e9eaee; }
.categoryitem-list {display: flex; width: 100%; flex-direction: row; flex-wrap: wrap; }
.categoryitem-list li {width: 25%; padding: 12px 0; box-sizing: border-box; text-align: center; letter-spacing: -1px; }
.categoryitem-list li.hide {display: none; }

.categoryitem-all {width: 36px; height: 36px; margin: 0 auto; font-size: 20px; line-height: 36px; font-weight: 500; }
.categoryitem-link {display: block; width: 100%; height: 100%; }
.categoryitem-icon {display: block; width: 36px; height: 36px; margin: 0 auto; }
.categoryitem-name {display: block; font-size: 12px; color: #444; line-height: 1.5; max-height: 3em; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-break: keep-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.categoryitem-more {display: block; width: 100%; height: 100%; }
.categoryitem-more .categorymore-icon {display: block; width: 36px; height: 36px; margin: 0 auto; background-image: url("/AppData/images/mediacommerce/white/button/btn_categoryitem_more.png"); background-repeat: no-repeat; background-size: contain; background-position: center center; }
.categoryitem-more.on .categorymore-icon {background-image: url("/AppData/images/mediacommerce/white/button/btn_categoryitem_more_on.png"); }

/* =======================================================
  progress-wrapper
========================================================*/
.progress-wrapper {
  display: block;
  position: fixed;
  top: 0; left: 0; z-index: 9999;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.progress-inner {
  position: absolute;
  top: 50%; left: 50%; z-index: 9998;
  transform: translate(-50%, -50%);
}
.progress-wrapper span {
  display: inline-block;
  width: 10px; height: 10px;
  margin-right: 7px;
  animation: popWave 1.4s linear infinite;

}


@keyframes popWave {
  0%, 60%, 100% {
    transform: initial;
  }

  30% {
    transform: translateY(-15px);
  }
}


/* =======================================================
  datepicker
========================================================*/

.ui-datepicker {width: 230px; height: auto; margin: 5px auto 0; padding: 10px; border: 1px solid #eaeaea; font-size: 11px; }
.ui-datepicker.ui-widget.ui-widget-content {border: 1px solid #eaeaea; }

/* datepicker header  */
.ui-datepicker .ui-widget-header {border: 0; background-color: #fff; }

.ui-datepicker .ui-datepicker-title {background-color: #fff; }
.ui-datepicker .ui-datepicker-title select {margin: 1px 2px; padding: 0 4px; font-size: 12px; height: 30px; display: inline-block;}


/* datepicker 화살표 */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {top: 7px; background-repeat: no-repeat; background-position: center center; background-size: 70% auto; }

.ui-datepicker .ui-datepicker-prev {background-image: url("../images/common/datepicker_arrow_prev.png"); }
.ui-datepicker .ui-datepicker-next {background-image: url("../images/common/datepicker_arrow_next.png");  }

.ui-datepicker-calendar tr:hover {background-color: transparent; }

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {padding: 1px; height: 32px; }

.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {padding: 6px; text-align: center; }


/* default */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {border: 0; border-radius: 100%; background-color: #fff; color: #444; text-align: center; }


/* hover */
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover,
.ui-button, .ui-button.ui-state-disabled:hover,
.ui-button.ui-state-disabled:active {border-radius: 100%; background-color: #f1f1f1; color: #444; }


/* highlight */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {background-color: rgb(106 181 213 / 20%); color: #555; }


/* active */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {background-color: #6ab5d5; color: #fff; font-weight: bold; }


/* active + hover */
.ui-state-active:hover,
.ui-widget-content .ui-state-active:hover,
.ui-widget-header .ui-state-active:hover,
a.ui-button:active:hover,
.ui-button:active:hover,
.ui-button.ui-state-active:hover {background-color: #6ab5d5; color: #fff; }




/* =======================================================
* Device = 아이폰 320px 이하
* Screen = 320px 사이
========================================================*/
@media all and (max-width: 768px) {
  .label-mark,
  .marking{font-size: 13px !important;}

/* radio-group */
  .radio-group .radiobox + .radiobox {
    margin-left: 10px;
  }

  .dl-info02 > dt{width: 42%;}
  .dl-info02 > dd{width: 58%;}

  .page-bottom .btn.btn-full,
  .page-bottom .btn-big.btn-full{max-width: 100%;}

} /* 반응형  끝 */


/* =======================================================
  search-floating
========================================================*/
.search-floating-wrap { display: none; position: fixed; right: 5%; bottom: 130px; z-index: 80; transition: all .5s ease-in-out  }
.search-floating-contents{ position: relative; height: 50px; overflow: hidden; background-color: #fff; border-radius: 50px; transition: all .5s ease-in-out;box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.1); }
.search-floating { transition: all .3s ease-in-out; box-shadow: none; }
.search-floating,.search-floating-show{ width: 47px; height: 50px; background-color: #fff; background-image: url("/AppData/images/mediacommerce/floating/search_b.png"); background-repeat: no-repeat; background-size: 18px 18px; background-position: 13px center; border-radius: 999px;    }
.search-floating-close { position: absolute; width: 0px; height: 50px; background-image: url("/AppData/images/mediacommerce/floating/close_red.png"); background-repeat: no-repeat; background-size: 18px 18px; background-position: center center; border-radius: 999px;  transition: all .5s }
.search-floating-show { right: 0; position: absolute; opacity: 1; z-index: 999999; transition-delay: .2s;}
.search-floating-show.active { opacity: 0;  transition: all .2s ease-in-out; z-index: -1;   }

.search-floating-wrap input{ width: 0; border: none; height: 30px; margin-top: 10px; box-sizing: border-box; vertical-align: top; transition: all 0.5s ease-in-out;  }
.search-floating-wrap input:focus { outline: none; background-color: #fff; box-sizing: border-box; }

.search-floating-wrap.active { right: calc(5% + 50px); transition: all .5s ease-in-out  }
.search-floating-contents.active { width: auto; padding-left: 30px;  transition: all .5s ease-in-out; overflow: visible; background-color: #fff;  box-shadow: 0 3px 14px -1px rgb(0 0 0 /10%); box-sizing: border-box;}

.search-floating-contents.active .search-floating {  width: 40px; height: 40px; margin-left:10px; margin-top:5px; margin-right: 15px;  background-color: #fd3d4b; background-image: url("/AppData/images/mediacommerce/floating/search_w.png"); background-position: center center; transition: all .3s ease-in-out;  }
.search-floating-contents.active .search-floating-close {width: 50px;}
.search-floating-wrap input.active { width:200px; transition: all .5s ease-in-out;}


/* =======================================================
  개인정보처리방침 - [정보보기] 팝업
========================================================*/
.policy-popup-area{position:fixed; top:50%; left:50%; transform:translate(-50%, -50%); width:90%; max-width:400px; max-height:600px; height:auto; background-color:#fff; box-shadow:0 0 20px rgba(0,0,0,.1); z-index:1002; box-sizing:border-box;}
.policy-pop{position:relative;}
.policy-pop-close{position:absolute; top:-50px; right:0; width:50px; height:50px; text-indent:-99999px; background-image:url(/AppData/images/site/button/btn_close_w.png); background-repeat:no-repeat; background-position:right center; background-size:25px auto;}

.policy-pop-cont{width:100%; padding:20px; box-sizing:border-box;}
.pop-tit-area{text-align:center; padding:20px 0 30px;}
.pop-tit{display:inline-block; font-size:22px; font-weight:700;}
.pop-cont-list{width:100%; height:auto; max-height:400px; padding:20px; background-color:#f7f7f7; box-sizing:border-box; overflow-y:auto;}
.pop-cont-list ul li{padding:10px 0;}
.pop-cont-list ul li::before{content:"·"; display:inline-block; margin-right:2px;}

.dim-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  overflow: hidden;
}


@media(max-width:960px){
  .page-header .title-group{margin-top: 0;}

}

@media(max-width:768px){
  body{font-size: 14px !important; }
  .search-floating-wrap { display: block; }
  .radiobox input[type="radio"] + label{font-size:14px;}
  input[type="radio"]:checked + label:after { top: 5px; }


  .page-header{padding: 20px 0;}
  .page-header .title{font-size: 20px;}
  
}

@media(max-width:425px){
  .search-floating-wrap {bottom:115px; }
  .search-floating-contents{height: 40px; }
  .search-floating,.search-floating-show{ width: 37px; height: 40px; background-position: 8px center;  }
  .search-floating-close {  width: 0px; height: 40px; }
  .search-floating-wrap input{  height: 25px; margin-top: 7.5px; }

  .search-floating-wrap.active { right: calc(5% + 40px); }
  .search-floating-contents.active .search-floating { width: 30px; height: 30px; margin-left:10px; margin-top:5px; margin-right: 15px; background-position: center center; background-size: 14px; transition: all .3s ease-in-out;  }
  .search-floating-contents.active .search-floating-close {width: 40px;}
  .search-floating-wrap input.active {  width:150px;  transition: all .5s ease-in-out;}

  .page-header .btn-group.absolute{position: relative; text-align: right; margin-bottom: 10px; margin-top: 0;}
}