/* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess */

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(../../font/fonts/NotoSansKR-Thin.woff2) format('woff2'),
       url(../../font/fonts/NotoSansKR-Thin.woff) format('woff'),
       url(../../font/fonts/NotoSansKR-Thin.otf) format('opentype');}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(../../font/fonts/NotoSansKR-Light.woff2) format('woff2'),
       url(../../font/fonts/NotoSansKR-Light.woff) format('woff'),
       url(../../font/fonts/NotoSansKR-Light.otf) format('opentype');}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(../../font/fonts/NotoSansKR-Regular.woff2) format('woff2'),
       url(../../font/fonts/NotoSansKR-Regular.woff) format('woff'),
       url(../../font/fonts/NotoSansKR-Regular.otf) format('opentype');}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(../../font/fonts/NotoSansKR-Medium.woff2) format('woff2'),
       url(../../font/fonts/NotoSansKR-Medium.woff) format('woff'),
       url(../../font/fonts/NotoSansKR-Medium.otf) format('opentype');}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(../../font/fonts/NotoSansKR-Bold.woff2) format('woff2'),
       url(../../font/fonts/NotoSansKR-Bold.woff) format('woff'),
       url(../../font/fonts/NotoSansKR-Bold.otf) format('opentype');}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(../../font/fonts/NotoSansKR-Black.woff2) format('woff2'),
       url(../../font/fonts/NotoSansKR-Black.woff) format('woff'),
       url(../../font/fonts/NotoSansKR-Black.otf) format('opentype');}

@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SBAggroB';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

main {
  font-family : 'Noto Sans KR';
}


button, html [type="button"] {
    -webkit-appearance: none;
}

/**color**/
.em_white { color: #ffffff !important; }
.em_grey3 { color: #333333 !important; }
.em_grey6 { color: #666666 !important; }
.em_grey9 { color: #999999 !important; }
.em_disabled { color: #e6e6e6 !important; }
.em_yellow { color: #ffcb08 !important; }
.em_skyblue { color: #27aae1 !important; }
.em_red { color: #d0121d !important; }
.em_orange { color: #f49c12 !important; }
.em_c { color: #0da0e9 !important; }
.em_m { color: #e427b9 !important; }
.em_y { color: #fff105 !important; }

.embg_red { background-color: #d0121d !important; }

.fontW1 {font-weight: 100 !important;} /**Thin**/
.fontW3 {font-weight: 300 !important;} /**Light**/
.fontW4 {font-weight: 400 !important;} /**Regular**/
.fontW5 {font-weight: 500 !important;} /**Medium**/
.fontW7 {font-weight: 700 !important;} /**Bold**/
.fontW9 {font-weight: 900 !important;} /**Black**/

.copy13 { font-size: 13px !important; }
.copy14 { font-size: 14px !important; }
.copy15 { font-size: 15px !important; }
.copy16 { font-size: 16px !important; }
.copy17 { font-size: 17px !important; }
.copy18 { font-size: 18px !important; }
.copy19 { font-size: 19px !important; }
.copy20 { font-size: 20px !important; }
.copy21 { font-size: 21px !important; }

.bdr_3 { border-radius: 3px; }
.font_slide { font-size: 14px; color: #999999;  }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    min-height: 1px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 5px !important;}

.col-4 {
    -ms-flex: 0 0 31.9%;
    flex: 0 0 31.9%;
    max-width: 31.9%;
}
.col-45 {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
.col-6 {
    -ms-flex: 0 0 47.1%;
    flex: 0 0 47.1%;
    max-width: 47.1%;
}

@media (min-width: 768px){
  .col-md-4 {
    -ms-flex: 0 0 31.5%;
    flex: 0 0 31.5%;
    max-width: 31.5%;
  }
}
@media (max-width: 768px){
  .col-4 {
    -ms-flex: 0 0 30.3%;
    flex: 0 0 30.3%;
    max-width: 30.3%;
  }
}

.ml-0 {margin-left: 0px !important;}
.mr-0 {margin-right: 0px !important;}
.mt-0 {margin-top: 0px !important;}
.mb-0 {margin-bottom: 0px !important;}
.mx-0 {margin-left: 0px !important; margin-right: 0px !important;}
.my-0 {margin-top: 0px !important; margin-bottom: 0px !important;}
.w-95 {width: 95% !important;}
/**button**/


.btn {
  font-size: 15px;
  font-weight: 500 !important; 
  border: 2px solid transparent;
  padding: 0.5rem 0.5rem;
  border-radius: 0.5rem;
  outline: none !important;
}

.btn2 {
  height: 100%;
  width: 50%;
  display: inline-block;
  font-size: 15px;
  font-weight: 500 !important;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none !important;
}

.btn1 {
    font-size: 6px;
    font-weight: 300 !important;
    border: 2px solid transparent;
    padding: 0.5rem 0.5rem;
    border-radius: 0.3rem;
    outline: none !important;
}

.btn3 {
  font-size: 15px;
  font-weight: 500 !important; 
  border: 2px solid transparent;
  padding: 0.5rem 0.5rem;
  border-radius: 0.3rem;
  outline: none !important;
}

.btn4 {
  font-size: 15px;
  font-weight: 500 !important; 
  border: 2px solid transparent;
  padding: 0.5rem 0.5rem;
  border-radius: 0rem;
  outline: none !important;
  height: 100%;
}

.btn5 {
	font-size: 13px;
	font-weight: 500 !important;
	border: 2px solid transparent;
	padding: 0.2rem 0.7rem;
	border-radius: 0.3rem;
	outline: none !important;
}

.btn-outline-skyblue {
  color: #999999;
  border-color: #e6e6e6;}
.btn-outline-skyblue:hover {
  color: #27aae1;
  background-color: #ffffff;
  border-color: #27aae1;}
.btn-outline-skyblue:focus, .btn-outline-skyblue.focus {
  box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0.5);}
.btn-outline-skyblue.disabled, .btn-outline-skyblue:disabled {
  color: #27aae1;
  background-color: transparent;}
.btn-outline-skyblue:not(:disabled):not(.disabled):active, .btn-outline-skyblue:not(:disabled):not(.disabled).active,
.show > .btn-outline-skyblue.dropdown-toggle {
  color: #27aae1;
  background-color: #ffffff;
  border-color: #27aae1;}
.btn-outline-skyblue:not(:disabled):not(.disabled):active:focus, .btn-outline-skyblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-skyblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0.5);}

.btn-grey {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;}
.btn-grey:hover {
  color: #ffffff;
  background-color: #666666;
  border-color: #666666;}

.btn-greyblue {
  color: #ffffff;
  background-color: #d6d6d6;
  border-color: #d6d6d6;}
.btn-greyblue:hover {
  color: #ffffff;
  background-color: #27aae1;
  border-color: #27aae1;}

.btn-darkgrey {
  color: #ffffff;
  background-color: #666666;
  border-color: #666666;}
.btn-darkgrey:hover {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;}

.btn-skyblue {
  color: #ffffff;
  background-color: #27aae1;
  border-color: #27aae1;}
.btn-skyblue:hover {
  color: #ffffff;
  background-color: #0796d2;
  border-color: #0796d2;}


.headcopy {
  font-size: 1.3rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.7rem;
}

.input-group-text {
  border: 0px solid;
  border-bottom: 1px solid #27aae1;
  background-color: #ffffff;
  border-radius: 0px;
}


.es_search {
  cursor: pointer;
  margin-top: 50px;
}

.es_search:hover {
  mix-blend-mode: normal;
}

.select_btn {
  display: inline-block;
  margin: 10px 15px;
  cursor: pointer;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  color: #666666;
}

.select_btn img {
  margin-bottom: 10px;
  mix-blend-mode: luminosity;
}

.select_btn img:hover {
  mix-blend-mode: normal;
}


.select_btn:hover {
  color: #27aae1 !important;
}

select.form-control {
    color: black;
    font-size: 13px;
    font-weight: 400;
}


@media (max-width: 525px){
  .select_btn {
    margin: 10px 8px;
  }
}

.choice_wrap {
  width: 100%;
  text-align: center !important;
  -webkit-box-pack: center; /* Old webkit */
     -ms-flex-pack: center; /* IE 10~11 */
   justify-content: center;
}


/*search*/

.es_search {
  width: 100% !important;
}

#custom-search-input {
    width: 100%;
    margin:0;
    margin-top: 10px;
    padding: 0;
}
 
 
#custom-search-input button {
  width: 23px;
  height: 23px;
  border: 0;
  background: none;
  padding: 2px 5px;
  margin-top: 2px;
  position: absolute;
  right:2px;
  border-radius: 0px;
  cursor: unset;
  z-index: 20;
}

#custom-search-input button {
  mix-blend-mode: luminosity;
}

#custom-search-input button:hover {
  mix-blend-mode: normal;
}
 
.search-query:focus{
    z-index: 0;   
}

.es_search input.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.9rem 0.375rem 0.1rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    border-radius: 0px;
    background-color: #fff;
    border: 0px;
    border-bottom: 1px solid #27aae1;box-shadow: none !important;
    transition: none;}

.es_search input.form-control::placeholder {
  color: #b6b6b6;
  font-size: 15px;
  font-weight: 400;
}

.es_search input.form-control:hover, .es_search input.form-control:focus, .es_search input.form-control:active{
    box-shadow: none !important;
    background: transparent;
  }

*:active {
  box-shadow: none !important;
}


.estimae_tit {
  font-weight: 700; 
  font-size: 20px;
  color: #333333;
	padding-top: 10px;
}

.estimae_tit span {
	font-weight: 400;
	font-size: 20px;
	color: #333333;
	padding-top: 20px;
}

input.form-control::placeholder {
  color: #b6b6b6;
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 420px){
    input.form-control::placeholder {
        color: #b6b6b6;
        font-size: 13px;
        font-weight: 400;
    }
}

.cate_imgbox img {
    /*border: 2px solid #e6e6e6;*/
    /*border-radius: 5px;*/
    width: 100%;
    object-fit: cover;
}


input.form-control{
    color: black;
    font-size: 15px;
    font-weight: 400;
}

textarea.form-control{
    color: black;
    font-size: 13px;
    font-weight: 400;
}


/*라디오버튼*/
.wfradio div {
  clear: both;
  overflow: hidden;
}

.wfradio label {
  max-width: 100%;
  font-weight: 400;
}

.wfradio input[type="radio"]:empty {
  display: none;
}

.wfradio input[type="radio"]:empty ~ label {
  font-size: 16px;
  position: relative;
  line-height: 2em;
  text-indent: 1.55em;
  margin-top: 1em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.wfradio input[type="radio"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 10px;
  bottom: 0;
  left: 0;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background : url(../../images/common/radio_uncheck.png) center center / cover no-repeat;
}

.wfradio input[type="radio"]:hover:not(:checked) ~ label {
  color: #666;
}

.wfradio input[type="radio"]:hover:not(:checked) ~ label:before {
  background : url(../../images/common/radio_uncheck.png) center center / cover no-repeat;
}

.wfradio input[type="radio"]:checked ~ label {
  color: #27aae1;
}

.wfradio input[type="radio"]:checked ~ label:before {
  background : url(../../images/common/radio_check.png) center center / cover no-repeat;
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.wfradio input[type="radio"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.wfradio p { font-size: 13px; color: #999999; font-weight: 400; margin-bottom: 10px; }

/*체크박스버튼*/
.wfcheck div {
  clear: both;
  overflow: hidden;
}

.wfcheck label {
  max-width: 100%;
  font-weight: 400;
}

.wfcheck input[type="checkbox"]:empty {
  display: none;
}

.wfcheck input[type="checkbox"]:empty ~ label {
  font-size: 16px;
  position: relative;
  line-height: 2em;
  text-indent: 1.55em;
  margin-top: 1em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.wfcheck input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 10px;
  bottom: 0;
  left: 0;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background : url(../../images/common/radio_uncheck.png) center center / cover no-repeat;
}

.wfcheck input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #666;
}

.wfcheck input[type="checkbox"]:hover:not(:checked) ~ label:before {
  background : url(../../images/common/radio_uncheck.png) center center / cover no-repeat;
}

.wfcheck input[type="checkbox"]:checked ~ label {
  color: #27aae1;
}

.wfcheck input[type="checkbox"]:checked ~ label:before {
  background : url(../../images/common/radio_check.png) center center / cover no-repeat;
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.wfcheck input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.wfcheck p { font-size: 13px; color: #999999; font-weight: 400; }

.btn_check {
  margin-left: -5px;
  margin-right: -5px;
  width: 104%;
}

/*input*/
input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textfield;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    padding: 2px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

input[type=date]::before {
    content: attr(data-placeholder);
    width: 100%;
}

input[type=date]:focus::before,
input[type=date]:valid::before {
    display: none;
}

.form-control {
    /*margin-top: 5px;*/
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.5rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #b6b6b6;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #e6e6e6;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none !important;
}


.form-control-mm {
    margin-top: 5px;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.5rem 0.4rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #b6b6b6;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #e6e6e6;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none !important;
}

.form-control::placeholder {
  color: #b6b6b6;
  font-size: 15px;
  font-weight: 400;
}

.form-control::placeholder:after {
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

.form-control-mm::placeholder:after {
    color: #333;
    font-size: 15px;
    font-weight: 400;
}


/*modal*/

.modal-footer {
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0px;
  border-top: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.modal-footer > * {
    margin: 0rem;
}

.close2 {
  position: absolute !important;
  top: 0px !important;
  right: 10px;
  width: 45px;
  height: 45px;
  border: none;
  background : url(../../images/common/modal_close.png) center center / cover no-repeat;
  text-shadow: none;
  z-index: 1001;
  cursor: pointer !important;
  display: block;
  background-color: rgba(0, 0, 0, 0) !important;
}

.close2:focus {
  outline: none !important;
}

.modal-content {
  z-index: 1000;
  font-family: 'Noto Sans KR';
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.3rem;
  outline: 0;
  position: relative !important;
}


.modal-empty {
  content: '';
  height: 24px !important;
  background-color: rgba(0,0,0,0) !important;
}

.modaltit {
  font-size: 17px;
  font-weight: 500;
  color: #27aae1;
}

.shot_tit {
    font-size: 14px;
    font-weight: 500;
    color: #0da0e9;
    margin: 10px 10px 5px 0;
}

.modal_contit {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 10 auto;
    padding: 1rem;
}

.product_intro {
  text-align: center;
}

.product_contants {
  clear: both;
  margin-top: 12px;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
}

/*모달 이미지 1개일 때 */
.product_intro .img1 {
  position: relative;
  width: calc(100% + 32px);
  margin-left: -16px;
  max-height: 100%;
  display: flex !important;}
.img1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;}

/*모달 이미지 2개일 때 */
.product_intro .img2 {
  position: relative;
  width: calc(100% + 32px);
  margin-left: -16px;
  max-height: 100%;
  display: flex !important;}
.img2 img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;}

/*모달 이미지 4개일 때 */
.product_intro .img4 {
  position: relative;
  width: calc(100% + 32px) !important;
  margin-left: -16px !important;
  float: left !important;
  max-height: 50%;
  display: flex !important;}
.img4 img {
  width: 100% !important;
  height: 139px;
  object-fit: cover;}

.first, .second, .third, .fourth { 
  position: relative !important;
  min-width: 50% !important; 
  object-fit: cover;
  margin:0px !important; 
  padding: 0px !important}


.modal-header {
  border-bottom: 0px solid #dee2e6;
  background-color: rgba(255, 255, 255, 1);
}

.modal-body {
  background-color: rgba(255, 255, 255, 1);
  padding-bottom: 50px;
}


.modal-footer {
  border-top: 0px solid #dee2e6;
  background-color: rgba(255, 255, 255, 1);
}

.modal_bg_grey {
  margin-top: 10px;
  background-color: #f8f8f8;
  padding: 15px 10px;
  font-size: 13px;
  color: #333333;
  font-weight: 400;
}

.paper_weight ul {
  padding-left: 0px;
}

.paper_weight li {
  list-style: none;
  color: #999999;
}

.imgbox img {
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  width: 100%;
  object-fit: cover;
}

.cate_imgbox img {
    /*border: 2px solid #e6e6e6;*/
    /*border-radius: 5px;*/
    width: 100%;
    object-fit: cover;
}

.step_wizard ul { padding-left: 0px;
  color: #999999 !important;
  white-space:nowrap; 
  overflow-x: auto;
  width: 100%;
}

.step_wizard li {
  margin-right: 4px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 13px;
  display: inline-block !important;
}

.step_wizard .active {
  border-radius: 20px;
  background-color: #ffcb08;
  border: 1px solid #ffcb08;
  padding: 3px 20px;
  font-weight: 600;
  font-size: 13px;
  color: #ffffff;
}

.step_wizard .active a {
  color: #ffffff;
}

.step_wizard li a {
  color: #999999;
}

.step-footer {
  display: inline-flex;
  margin-top: 50px;
  border-top: 0px;
  background-color: rgba(255, 255, 255, 1);
}

.btn_wrap2 {
  text-align: center;
  height: 64px;
  margin: 0 auto !important;
  padding: 0px;
  max-width: 768px;
  line-height: 2.9rem;
}

.em_head_copy {
  font-weight: 400;
  font-size: 15.2px;
  line-height: 1.2rem;
  margin: 0px 0px 16px;
}

.sample_btn { 
  cursor: pointer;
  margin-top: 21px;
  text-decoration: underline;
  color:#bebebe;
  -webkit-text-underline-position: under;
  -ms-text-underline-position: below;
  text-underline-position: under; 
}

.sample_btn:hover {
  text-decoration: underline;
  color:#27aae1;
  -webkit-text-underline-position: under;
  -ms-text-underline-position: below;
  text-underline-position: under;
}

 
#pic { display: none; }    
.newbtn { 
  position: relative;
  text-align: center;
  cursor: pointer;
  margin: 5px 10px 16px 0 !important; 
  border-radius: 10px;
  border: 2px dashed #e6e6e6;
  background : url(../../images/common/addimg.png) 50% 43% / auto no-repeat;
  width: 33.333%;
  height: 235px;
  overflow: hidden;
}
.newbtn:last-child { 
  margin-right: 0px !important; 
}

#blah { 
  width:100%;
  height: 100%;
  object-fit: cover !important;
  overflow: hidden;
  outline: none !important;
  border: none!important;
}

@media (max-width: 768px){
  .newbtn { 
    background : url(../../images/common/addimg.png) 50% 50% / auto no-repeat;
    height: 100px;}
}

/**단위 고정 입력 폼**/

.mm {
  position: relative;
}

.ea {
	position: relative;
}

.won {
    position: relative;
}

.g {
    position: relative;
}

.page {
	position: relative;
}

.sheet {
    position: relative;
}

.sigan {
    position: relative;
}

.jong {
    position: relative;
}

.sigan .currency {
    right:10px;
    position:absolute;
    top:12px;
    font-weight: 200;
    font-size: 15px;
    color: #999999;
}

.currency {
  right:10px;
  position:absolute;
  top:7px;
  font-weight: 200;
  font-size: 15px;
  color: #999999;
}

.currency_ea {
    right:10px;
    position:absolute;
    top:12px;
    font-weight: 200;
    font-size: 15px;
    color: #999999;
}

.currency_width {
    right:10px;
    position:absolute;
    top:30px;
    font-weight: 200;
    font-size: 15px;
    color: #999999;
}

.ea_currency {
	right:10px;
	position:absolute;
	top:7px;
	font-weight: 200;
	font-size: 15px;
	color: #999999;
}

.won_currency {
    right:10px;
    position:absolute;
    top:7px;
    font-weight: 200;
    font-size: 15px;
    color: #999999;
}

.g_currency {
    right:10px;
    position:absolute;
    top:28px;
    font-weight: 300;
    font-size: 16px;
    color: #999999;
}

.page_currency {
	right:10px;
	position:absolute;
	top:8px;
	font-weight: 200;
	font-size: 15px;
	color: #999999;
}

.sheet_currency {
	right:10px;
	position:absolute;
	top:28px;
	font-weight: 200;
	font-size: 15px;
	color: #999999;
}

.modal_currency {
  right:10px;
  position:absolute;
  top:8px;
  font-weight: 200;
  font-size: 15px;
  color: #999999;
}

.badge {
  position: absolute;
  bottom: 10px;
  left: 10px; 
  display: inline-block;
  padding: 0.25em 0.5em 0.4em 0.5em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.product_intro .badge-dark {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

input:disabled {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(241, 241, 241, 1);
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f9f9f9;
    opacity: 1;
}

.badge_caution {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
}

.printTip {
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 15px;
}

.inputex {
  margin-left: 5px;
  padding-top: 10px;
}

#exmate_end_date_wrapper {
    position: relative;
}

#exmate_end_date {
    /* color: white; */
    color: black;
}

#exmate_end_date_label {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: 500;
    cursor: pointer;
    /* width: 100%; */
    padding: 7px 12px;
}

.loading_indicator {
    position: absolute;
    width: 100%;
    z-index: 1031;
}

#loading_indicator_background {
    background: black;
    opacity: 0.2;
}

#loading_indicator_circle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#loading_indicator_circle > .wf-dot-spinner {
    width: 3rem;
    height: 3rem;
}

/* 이미지 업로드 — 12점 원형 회전 스피너 (primary 블루) */
.wf-dot-spinner {
    position: relative;
    width: 3rem;
    height: 3rem;
    animation: wf-dot-spinner-rotate 0.9s linear infinite;
}

.wf-dot-spinner__dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--wf-dot-size, 6px);
    height: var(--wf-dot-size, 6px);
    margin-top: calc(var(--wf-dot-size, 6px) / -2);
    margin-left: calc(var(--wf-dot-size, 6px) / -2);
    border-radius: 50%;
    background-color: #007bff;
    opacity: var(--wf-dot-opacity, 1);
    transform: rotate(var(--wf-dot-angle, 0deg)) translateY(-1.35rem);
}

.wfradio div {
	overflow: visible;
}

/* 제본 본문사양 — 모바일 반응형(입력란 잘림 방지) */
.wf-main-spec-fields {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 0 15px;
	overflow-x: hidden;
}

.wf-main-spec-form {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	box-sizing: border-box;
}

.wf-main-spec-fields #main_page {
	margin-top: 10px;
}

.wf-main-spec-fields #main_print_paper {
	margin-top: 15px;
	margin-bottom: 80px;
}

.wf-main-spec-page,
.wf-main-spec-input,
.wf-main-spec-textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.wf-main-spec-input {
	padding-right: 3.5rem;
}

.wf-main-spec-textarea {
	margin-top: 10px;
	resize: vertical;
	min-height: 5rem;
}

@keyframes wf-dot-spinner-rotate {
    to {
        transform: rotate(360deg);
    }
}