

/* reset css */
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #444;
  font-family: 'Wanted Sans Variable', 'Wanted Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #000;
  outline: none;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  box-shadow: none;
  margin: 0;
  margin: 0;
  appearance: none;
  border: 0;
}

input[type="radio"], input[type="checkbox"] {
  margin: 0;
  line-height: normal;
  box-sizing: border-box;
  line-height: normal;
  vertical-align: middle;
}
input[type="radio"] + label, input[type="checkbox"] + label {
  vertical-align: middle;
}

input[type="radio"], input[type="checkbox"], input[type="radio"] + label, input[type="checkbox"] + label  {
  cursor: pointer;
}

button{
  background: inherit;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  cursor:pointer;
}

select {

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  background: url('/img/m_ico_selectarrow_b.png') no-repeat 100% 50% #fff;
  background-size: 10px auto;
  border: 0;
  padding-right: 16px;
}
.ui-datepicker select {
  background: none;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}


b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

em {
  font-style: italic;
}

/*common*/

body {
  font-family: 'Wanted Sans Variable', 'Wanted Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
  color: #000;
  letter-spacing: 0.35px;
  font-weight: 400;

  background-color: transparent;
  margin: 0;
  overflow-x: auto;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  word-break: keep-all;
  min-width: 768px;
}

/* error_msg_comm */
.error_msg_comm {
  display: none;
  margin-top: 4px;

  font-weight: 300;
  font-size: 13px;
  color: #eb3d4f;

  padding-left: 20px;
  background-image: url('/v2/img/ico_error_red.png');
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: left top 2px;
}


.visible_hidden {
  position: absolute !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: -1px !important;
}
.ko .only_en {
  display: none;
}
.en .only_ko {
  display: none;
}

.required_indi {
  color: #ff0000;
}
.error_msg {
  font-size: 12px;
  color: #EB3D4F;
}
.error_msg .error_msg_in {
  display: flex;
  align-items: center;
}

img {
  max-width: 100%;
}
video {
    outline: none;
    border: 0;
    -webkit-mask-image: -webkit-radial-gradient(#FFFFFF, #000000);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.wrap {
  position: relative;
  min-height: 100%;
  padding-top: 148px;
}
.clear::after {
  display: block;
  clear: both;
  content: " ";
}
.notice_comm {
  color: #838383;
  padding-left: 12px;
  position: relative;
  margin-top: 4px;
  font-size: 14px;
}
.notice_comm:first-child {
  margin-top: 0;
}
.notice_comm::before {
  content: " ";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #838383;
  position: absolute;
  left: 0;
  top: 8px;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  box-shadow: none;
  margin: 0;
  margin: 0;
  appearance: none;
  border: 0;
}
input:focus {
  outline:none;
}
input[type=text],
input[type=password],
input[type=date] {
  -webkit-border-radius:0;
  -webkit-appearance:none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ui-datepicker select {
  background: none;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}


.inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.wsnr {
  white-space: nowrap;
}

.w100 {
  width: 100%;
}

.s40 {
  padding: 0 40px;
}

.prefix-ico {
  margin-right: 4px;
}
.postfix-ico {
  margin-left: 4px;
}


.ct-1 {
  color: #9fda02;
}

.container {
  min-height: calc(100vh - 152px - 324px);
}

.page-cont {
  position: relative;
  padding-bottom: 70px;
}

.sec > .inner {
  max-width: 1720px;
  padding: 0 40px;
  margin: 0 auto;
}

/*button 공통(현재 login페이지 기준)*/
.btn-common::after {
  display: block;
  content: ' ';
  clear: both;
}
.btn-common a {
  width: 100%;
  padding: 12px;
  display: block;
  text-align: center;
  font-size: 18px;
  border-radius: 30px;
  float: left;

  border: 1px solid #37474f;
  background-color: #37474f;
  color: #ffffff;

  text-transform: uppercase;
}

.btn-common a:hover {
  opacity: 0.82;
}
.btn-common.btn1 a {
  width: 100%;
  float: none;
  margin: 0;
}
.btn-common.btn2 a {
  width: 48%;
  margin-right: 2%;
}
.btn-common.btn2 a:last-child {
  margin-right: 0;
}
.btn-common.btn3 a {
  width: 32%;
  margin-right: 2%;
}
.btn-common.btn3 a:last-child {
  margin-right: 0;
}

.btn-common a.type2 {
  color: #fff;
  background-color: #181818;
  border-color: #181818;
}

.btn-common a.type3 {
  color: #181818;
  background-color: #fff;
  border-color: #181818;
}

.btn-common a.type4 {
  background-color: #d7fa4b;
  border-color: #d7fa4b;
  color: #000;
}

.btn-common a.type5 {
  background-color: #8c8c32;
  border-color: #8c8c32;
}

.btn-common a.type6 {
  background-color: #dedede;
  border-color: #dedede;
  color: #000;
}

.btn-common a.type7 {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-common a.type8 {
    background-color: #fff;
    border-color: #000;
    color: #000;
}
.btn-common a.use-ico {
  display: flex;
  align-items: center;
  padding: 11px 20px 12px 20px;
}

.btn-common.new-btn {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.btn-common.new-btn a:hover {
    opacity: unset;
}
.btn-common a.type9 {
    background-color: #000;
    border-color: #000;
    color: #fff;
    display: inline-block;

    border-radius: unset;
    width: unset;
    text-transform: uppercase;
}
.btn-common a.type9:not(:first-child) {
    margin-left: 8px;
}
.btn-common a.type9.use-ico {
    display: flex;
    padding: 11px 24px;
}
.btn-common a.use-ico .btn-ico {
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
    margin-top: 2px;
}

/*text 공통*/
.error-msg {
  color: red;
  font-size: 12px;
  /* display: none; */
}



/*form*/
.form-common .form-row {
  margin-top: 15px;
  position: relative;
}
.form-common .form-row:first-child {
  margin-top: 0;
}
.form-common .form-row::after {
  content: " ";
  display: block;
  clear: both;
}
.form-common .form-row .form-label {
  display: inline-block;
  padding-top: 5px;
  padding-right: 12px;
  font-weight: 700;
  font-size: 16px;
}
.form-common .form-row .form-label .required-indi::before {
  color: #da5939;
  content: '\0a0*';
  font-size: 17px;
}
.form-input input,
.form-input select {
  display: block;
  width: 100%;
  height: 34px;

  padding: 0 12px;
  font-size: 13px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  border-radius: 20px;
}
.form-input input:focus {
  border-color: #66afe9 !important;
  /* outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%); */
}

.form-common.input-type1 .form-input input,
.form-common.input-type1 .form-input select {
  border-radius: 30px;
}
.form-common.input-type2 .form-input input,
.form-common.input-type2 .form-input select {
  border-radius: 30px;
  height: 45px;
}

.form-input select {
  cursor: pointer;
  background-position: right 10px center;
}
.form-input.input2 input,
.form-input.input2 select {
  width: 49%;
  float: left;
}
.form-input.input2 input:first-child,
.form-input.input2 select:first-child {
  margin-right: 2%;
}
.form-input .input-view {
  padding: 10px 0;
  position: relative;
  min-height: 34px;
}
.form-input .input-view.w-img {
  display: flex;
  align-items: center;
}
.form-input .input-view.w-img img {
  width: 42px;
  margin-right: 10px;
}

.form-file .file-upload {
  display: none;
}
.form-file .file-btn {
  display: inline-block;
  padding: 5px 30px;
  background-color: #181818;
  border-color: #181818;
  font-size: 15px;
  color: #ffffff;
  border-radius: 30px;
  width: auto;
  margin-right: 10px;
}
.form-file .file-notice {
  display: inline-block;
  font-size: 12px;
}
.form-file .file-list {
  padding-top: 15px;
}
.form-file .file-list li {
  padding-top: 10px;
}
.form-file .file-list li:first-child {
  padding-top: 0;
}

.input-notice {
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
  color: #838383;
}

.form-textarea {
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #909497;
}
.form-textarea textarea {
  padding: 0;
  border: 0;;
  box-shadow: none;
  width: 100%;
  height: 100px;
  overflow-y: auto;
  resize: none;
  font-size: 13px;
  color: #555;
}
.form-textarea textarea::-webkit-scrollbar {
  width: 5px;
}
.form-textarea textarea::-webkit-scrollbar-thumb {
  background: #888;
}
.form-textarea textarea::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}


.form-common .form-row.label-left {
  padding-left: 33.33333%;
}
.form-common .form-row.label-left .form-label {

  width: 33.333333%;
  position: absolute;
  left: 0;
  top: 0;
}
.form-common .form-row.label100 {
  padding: 0;
}
.form-common .form-row.label100 .form-label {
  position: static;
  width: 100%;
}

.form-common .form-row.use-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/*checkbox*/
.form-check {
  margin-top: -6px;
  margin-bottom: -6px;
}
.form-check .check-item {
  display: inline-block;
  margin: 6px 15px 6px 0;
}
.form-check .check-item input[type="checkbox"] {
  display: none;
}
.form-check .check-item input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 24px;
}
.form-check .check-item input[type="checkbox"] + label::before {
  content: ' ';
  display: block;
  background: #fff;
  border: 1px solid #838383;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 1px;
}
.form-check .check-item input[type="checkbox"]:checked + label::before {
  background: #fff url('/img/ico_cliplist_checked.png') no-repeat 0 0;
  background-size: 100%;
}

.form-check .check-item.only-box input[type="checkbox"] + label {
  display: block;
  width: 18px;
  height: 18px;
  padding-left: 18px;
}
.form-check .check-item.type-rec input[type="checkbox"]:checked + label::after {
  top: 4px;
}

.form-check.chk1 {
  margin: 0;
}
.form-check.chk1 .check-item {
  margin: 0;
}

/*radio 공통*/
.form-radio {
  margin-top: -5px;
  margin-bottom: -5px;
}
.form-radio .radio-item {
  display: inline-block;
  margin: 5px 15px 5px 0;
}
.form-radio .radio-item input[type="radio"] {
  display: none;
}
.form-radio .radio-item input[type="radio"] + label {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
}
.form-radio .radio-item input[type="radio"] + label .radio-ico {
  display: block;
  background: #fff;
  border: 1px solid #838383;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  position: relative;
  margin-right: 6px;
  flex-shrink: 0;
}
.form-radio.only-ico {
  width: 18px;
  height: 18px;
}
.form-radio.only-ico .radio-item input[type="radio"] + label .radio-ico {
  margin: 0;
}
.form-radio .radio-item input[type="radio"]:checked + label .radio-ico {
  background-color: #fff;
}
.form-radio .radio-item input[type="radio"]:checked + label .radio-ico::after {
  content: ' ';
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #37474f;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
}

.form-radio.type2 .radio-item input[type="radio"]:checked + label .radio-ico {
  border-color: #90BE0C;
}
.form-radio.type2 .radio-item input[type="radio"]:checked + label .radio-ico::after {
  background-color: #90BE0C;
}

.form-radio.type3 .radio-item input[type="radio"]:checked + label .radio-ico {
  border-color: #90BE0C;
}
.form-radio.type3 .radio-item input[type="radio"]:checked + label .radio-ico::after {
  background-color: #90BE0C;
}

.form-radio.type3 .radio-item label {
  font-size: 18px;

  font-weight: 500;
}
.form-radio.type3 .radio-item input[type="radio"]:checked + label {
  color: #90BE0C;
}


.form-radio .radio-item.middle input[type="radio"] + label::before {
  top: 50%;
  margin-top: -9px;
}
.form-radio .radio-item.middle input[type="radio"]:checked + label::after {
  top: 50%;
  margin-top: -4px;
}

.form-radio.rd1 {
  margin: 0;
}
.form-radio.rd1 .radio-item {
  margin: 0;
}

.form-common .form-row .w-btn {
  display: flex;
  align-items: center;
}
.form-common .form-row .w-btn > div {
  flex-grow: 1;
  margin-right: 5px;
}

.form-common .form-row a.form-btn {
  display: block;
  color: #000;
  background-color: #dedede;
  padding: 7px 25px;
  border-radius: 30px;
  font-weight: 500;
}

.form-common .form-row.address {
  padding-right: 135px;
}

.form-common .form-row.phone .form-input{
  display: flex;
  align-items: center;
}
.form-common .form-row.phone .form-input .tel-code {
  margin-right: 10px;
}
.form-common .form-row.phone .form-input input {
  width: 50%;
}

/*파일 업로드 공통*/
.file-w .file-up {
  display: flex;
  align-items: center;
}
.file-w .file-up input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.file-w .file-up .upload-file {
  display: block;
  font-size: 13px;

  padding: 9px 12px;
  border: 1px solid #dddddd;
  color: #999999;
  border-radius: 30px;
  flex-grow: 1;
  margin-right: 10px;
  background-color: #fff;
}

.file-w .file-up label {
  display: block;
  padding: 7px 25px;
  font-size: 13px;
  color: #000;
  font-weight: 300;
  border: 1px solid #000;
  border-radius: 30px;

  background-color: #fff;
}
.file-w .file-list {
  margin-top: 18px;
}
.file-w .file-list li {

  font-weight: 500;
  color: #838383;
  margin-top: 6px;
}
.file-w .file-list li:first-child {
  margin-top: 0;
}


/*popup*/
.popup-common {
  min-width: 1200px;

  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  overflow: hidden;
  display: none;

  z-index: 110;
  font-size: 15px;

  background-color: rgba(0,0,0,0.5);
  overflow-y: auto;

}

.popup-dimmed {
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  display: none;

}
.popup-common .popup-wrap {
  position: relative;
  width: 550px; /*sign 기준*/
  background: #fff;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 30px;
  padding: 45px 50px;
  -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  margin: 8% auto 30px auto;

}
.popup-common .popup-wrap > .inner {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup-common .popup-wrap > .inner::-webkit-scrollbar {
  width: 5px;
}
.popup-common .popup-wrap > .inner::-webkit-scrollbar-thumb {
  background: #888;
}
.popup-common .popup-wrap > .inner::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}


.popup-common .popup-wrap .popup-close {
  font-size: 30px;
  line-height: 1;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  overflow: hidden;
  color: #181818;
}
.popup-common .popup-wrap .popup-txt {
  text-align: center;
  margin-bottom: 40px;
}
.popup-common .popup-wrap .popup-txt .popup-title {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.popup-common .popup-wrap .popup-txt .popup-desc {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
}


.popup-common .popup-wrap .popup-btn {
  margin-top: 40px;
}
.popup-common .popup-wrap .popup-btn > a {
  margin-top: 20px;
}
.popup-common .popup-wrap .popup-btn > a:first-child {
  margin-top: 0;
}
.popup-common .popup-wrap .popup-btn.btn2 > a {
  margin-top: 0;
}
.popup-common .popup-wrap .popup-btn.btn3 > a {
  margin-top: 0;
}

.popup-common .popup-wrap .popup-cont .cont-part {
  margin-top: 30px;
}
.popup-common .popup-wrap .popup-cont .cont-part:first-child {
  margin-top: 0;
}


.popup-common.text-only .popup-wrap .popup-txt .popup-desc {
  margin-top: 80px;
  margin-bottom: 80px;
}

.popup-common.text-only .popup-wrap .popup-txt .popup-desc p {
  margin-bottom: 10px;
}
.popup-common.text-only .popup-wrap .popup-txt .popup-desc p:last-child {
  margin-bottom: 0;
}

.popup-common.alert-popup .popup-wrap {
  padding-top: 60px;
}
.popup-common.alert-popup .popup-wrap .popup-txt .popup-title {
  font-size: 22px;
}

.popup-common.video-popup {
  background: none;
}
.popup-common.video-popup .popup-dimmed {
  display: block;
}
.popup-common.video-popup .video-popup-wrap {
  max-width: 900px;
  margin: 8% auto 0 auto;
  position: relative;
  z-index: 12;
}

.popup-common.main-img-popup .img-popup-in {
  margin: 8% auto 0 auto;
  max-width: 650px;
}
.popup-common.main-img-popup .popup-img-w img {
  display: block;
  width: 100%;
}
.popup-common.main-img-popup .popup-btn-w {
  display: flex;
}
.popup-common.main-img-popup .popup-btn-w a {
  display: block;
  width: 50%;
  background-color: #fff;
  text-align: center;
  padding: 16px 0;
}
.popup-common.main-img-popup .popup-btn-w a:first-child {
  border-right: 1px solid #ddd;
}



/*expand area*/
.expand-common > .expand-btn {
  position: relative;
}
.expand-common > .expand-btn::after{
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  background: url('/v2/img/ico_down_b.png') no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  transition: all 0.3s;
}
.expand-common.expanded > .expand-btn::after {
  transform: rotate(-180deg);
}

.expand-common .expand-area {
  display: none;
}



.invaild_border {
  border-color: #EB3D4F !important;
}

/* header */
.header {
  background-color: #fff;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header .tnb_gnb_w.main .tnb_w .c_menu {
  width: 400px;
}
.header .tnb_gnb_w.main .tnb_w .c_menu .q_input {
  padding: 0 0 8px 0;
  border-bottom: 1px solid #000;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.header .tnb_gnb_w.main .tnb_w .c_menu .q_input input {
  font-size: 14px;
  flex-grow: 1;
  border: 0;
  color: #444;
  padding: 0 8px;
}
.header .tnb_gnb_w.main .tnb_w .c_menu .q_input button {
  display: block;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  padding-right: 8px;
}
.header .tnb_gnb_w.main .gnb_w {
  background: #000;
}
.header .tnb_gnb_w.main .gnb_w > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1784px;
  padding: 0 92px;
  margin: 0 auto;
}
.header .tnb_gnb_w.main .gnb_w li {
  font-size: 14px;

  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
.header .tnb_gnb_w.main .gnb_w li a {
  color: #fff;
  padding: 15px 40px 15px 0px;
}
.header .tnb_gnb_w.main .gnb_w li a p {
  padding-bottom: 0;
  display: inline-block;
}

.header .tnb_w {
  position: relative;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #e1e1e1;
}
.header .tnb_w > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1784px;
  padding: 0 92px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .header .tnb_w > .inner {
    padding: 0 60px;
  }
  .header .tnb_gnb_w.main .gnb_w > .inner {
    padding: 0 60px;
  }
}
@media (max-width: 1350px) {
  .sticky .header .gnb_w li a {
    padding: 0 16px 0 8px;
  }
  .sticky .header .tnb_w.ipad_landing_sticky .gnb_w li a p {
    padding-bottom: 0;
  }
  .sticky .main_sticky .l_menu .tnb_logo,
  .sticky .header .tnb_w.main_sticky .lang_menu,
  .sticky .header .tnb_w.main_sticky .btn_menu_w {
    display: none;
  }
  .header .tnb_w.main_sticky .gnb_w {
    margin-left: 0;
  }
}
.header .tnb_w .l_menu {
  display: flex;
  align-items: center;
}

.header .tnb_w .tnb_logo {
  width: 260px;
  margin-right: 0;
}

.header .gnb_w ul {
  display: flex;
  align-items: center;
}
.header .gnb_w li {
  /*margin-right: 24px;*/
  font-size: 18px;

  font-weight: 600;
  color: #121619;
  text-transform: uppercase;
}
.header .gnb_w li a {
  display: block;
  padding: 35px 12px 33px 12px;
}
.header .gnb_w li:first-child a {
  padding-left: 40px;
}
.header .gnb_w li a:has(.new_dot) {
    display: flex;
}
.header .gnb_w li a p + .new_dot {
    /*display: block;*/
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #F3521F;
    margin: 2px 0 0 2px;
}
.header .gnb_w li a p {
  position: relative;
  padding-bottom: 6px;
  white-space: nowrap;
}
.header .gnb_w li a p::after {
  display: block;
  content: " ";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.header .gnb_w li a.depth1_link:hover p::after,
.header .gnb_w ul li.depth1 a.depth1_link.hover p::after {
  background-color: #000;
}

.header .tnb_w .tnb_dd_w {
  position: relative;
  display: flex;
  align-items: center;
}

.header .tnb_w .btn_menu_w {
  margin-left: 16px;
}
.header .tnb_w .btn_menu_w a {
  display: inline-block;
  padding: 7px 16px;
  border: 1px solid #121619;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 14px;

  font-weight: 600;
  text-align: center;
  margin-right: 8px;
  white-space: nowrap;
}
.header .tnb_w .btn_menu_w a.black {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.header .tnb_w .btn_menu_w a:last-child {
  margin-right: 0;
}

.header .tnb_w .r_menu {
  display: flex;
  justify-content: center;
}
.header .tnb_w .r_menu .user_menu {
  display: flex;
}
.header .tnb_w .r_menu .user_menu li.depth1 {
  margin-right: 16px;
  margin-top: auto;
  margin-bottom: auto;
}
.header .tnb_w .r_menu .user_menu li.depth1:last-child {
  margin-right: 0;
}

.header .tnb_w .tnb_dd_menu {
  position: absolute;
  top: 100%;
  left: 50%;
  padding-top: 8px;
  margin-left: -39px;
  z-index: 10000;

  display: none;
}
.header .tnb_w .lang_menu .tnb_dd_menu,
.header .tnb_w .about_menu .tnb_dd_menu {
  padding-top: 0;
}
.header .tnb_w .tnb_dd_menu .inner {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  background-color: #fff;
  padding: 4px 0;
}
.header .tnb_w .tnb_dd_menu.lang_dd {
  margin-left: -39px;
}

.header .tnb_w .open .tnb_dd_menu {
  display: block;
}


.header .tnb_w .tnb_dd_menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;

  font-size: 16px;

  text-align: center;
  color: #838383;

  white-space: nowrap;
  padding: 4px 24px;
}
.header .tnb_w .tnb_dd_menu.lang_dd a.active,
.header .tnb_w .tnb_dd_menu.user_dd a:hover {
  color: #181818;
}
.header .tnb_w .tnb_dd_menu.lang_dd a.active .line_parent,
.header .tnb_w .tnb_dd_menu.user_dd a:hover .line_parent {
  background-image: url('/v2/img/ico_line_parent_b.png');
}

.header .tnb_w .lang_menu {
  margin-left: 16px;
}
.header .tnb_w .lang_menu .active_lang {
  text-transform: uppercase;
  font-size: 16px;

  padding-right: 12px;
  position: relative;

  cursor: pointer;
}
.header .tnb_w .lang_menu .active_lang::after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border: 4px solid transparent;
  border-bottom-width: 0;
  border-top-color: #000;

  right: 0;
  top: 50%;
  margin-top: -2px;
}

.header .tnb_w .about_menu {
  margin-left: 16px;
}
.header .tnb_w .about_menu .active_about {
  text-transform: uppercase;
  font-size: 16px;

  padding-right: 12px;
  position: relative;
  cursor: pointer;
}
.header .tnb_w .tnb_dd_menu.about_dd {
  top: 100%;
  left: 0%;
}
.header .tnb_w .about_menu .active_about::after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border: 4px solid transparent;
  border-bottom-width: 0;
  border-top-color: #000;

  right: 0;
  top: 50%;
  margin-top: -2px;
}
.header .tnb_w .about_dd a {
  text-align: left;
  text-transform: none;
}
.header .tnb_w .about_dd a:hover {
  color: #000;
}

.header .gnb_dd_w .gnb_dd_item {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  display: none;
}
.header .gnb_dd_w .gnb_dd_item > .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1784px;
  margin: 0 auto;
  padding: 40px 92px;
}
.header .gnb_dd_w .gnb_dd_item.resource_menu > .inner {
  justify-content: center;
}
@media (max-width: 1400px) {
  .header .gnb_dd_w .gnb_dd_item > .inner {
    padding: 40px 60px;
  }
}
.header .gnb_dd_w .gnb_dd_item .gnb_list {
  padding-right: 40px;
  display: flex;
  min-width: 644px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list:has(li.service_txt) {
    display: block;
}
/**/
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2 {
  width: 200px;
  margin-right: 32px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt {
  width: 250px;
  margin-bottom: 8px;
}
/*.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:first-child {*/
/*  margin-bottom: 16px;*/
/*}*/
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:last-child {
  margin-bottom: 0;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2:last-child {
  margin-right: 0;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2 .depth2_link {
  display: block;
  font-weight: 600;
  letter-spacing: 0.35px;
  font-size: 14px;

  margin-bottom: 8px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link {
  margin-bottom: 4px;
  font-size: 14px;

  letter-spacing: 0.35px;

  font-weight: 300;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:first-child .gnb_item.depth2_link + .gnb_item.depth3_link {
    margin-top: -4px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link:first-child {
  margin-top: 0;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link.bold {
  font-weight: 600;
  margin: 16px 0;
}

.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link + .depth2_link {
  margin-top: 16px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item a {
  display: flex;
  align-items: center;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item a i.new_ico {
  display: block;
  width: 31px;
  margin-left: 4px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w {
  padding-left: 40px;
  width: 330px;
  text-align: center;
}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_tit {
  font-size: 24px;
  line-height: var(--fs_tit);
  font-weight: 600;
}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_img img {
  width: 100%;
}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt {
  margin-top: 8px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .img_tit {
  font-weight: 600;
  font-size: 16px;

}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .pd_name {
  margin-top: 4px;
  font-weight: 300;
  font-size: 14px;

}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn {
  margin-top: 16px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn a,
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn span {
  display: inline-flex;
  font-size: 14px;

}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu {
  width: 370px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .img_tit {
  color: #121619;
  padding-top: 8px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .pd_name {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4000;
  color: #555555;
}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .btn span {
  color: #121619;
}
.header .gnb_dd_w .gnb_dd_item .swiper-pagination {
  bottom: 100px;
}
.header .gnb_dd_w .gnb_dd_item .swiper-pagination-bullet {
  width: 32px;
  height: 2px;
  border-radius: 0;
  background-color: #ddd;
  margin: 0 4px 0 0;
  opacity: 1;
}
.header .gnb_dd_w .gnb_dd_item .swiper-pagination-bullet:last-child {
  margin: 0;
}
.header .gnb_dd_w .gnb_dd_item .swiper-pagination-bullet-active {
  background-color: #000;
  width: 40px;
}

/* RESOURCES : Inspiration, Blog, Spotlight On ************************************************************************/
.header .gnb_dd_w .gnb_dd_item .gnb_list.resources_w {
  padding-right: 0;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources {
  width: 320px;
  margin-right: 40px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources:last-child {
  margin-right: 0;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link {
  text-align: center;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link .data_depth2_link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #121619;
  font-weight: 400;

}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link .data_depth2_link div {
  width: 100%;
  height: 206px;
  background: #F6F7FB;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link .data_depth2_link .ico_comm {
  margin-left: 4px;
  margin-bottom: 3px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link p.res_tit {
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 17px;

}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link p.res_desc {

  color: #555555;
  font-weight: 400;
  margin: 4px 0 16px;
}
/************************************************************************ RESOURCES : Inspiration, Blog, Spotlight On */

/***************************************** V2 *****************************************/
/****** Header 2 ******/
.header2 {
  background-color: #fff;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0 0 0;
  border-bottom: 1px solid #000;
}
.header2 > .inner {
  max-width: 1680px;
  padding: 0 20px;
  margin: 0 auto;
}
.header2 .sticky_block {
  display: none;
}

.header2 .tnb_w > .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.header2 .tnb_w .logo {
  width: 160px;
  margin-top: 4px;
  height: 37px;
  overflow: hidden;
}
.header2 .tnb_w .logo .img {
  position: relative;
  bottom: 0;
  transition: bottom .2s ease-in-out;
}
.header2 .tnb_w .logo:hover .img {
  bottom: 37px;
}
.header2 .tnb_w .logo .img .h_img {
  width: auto;
  height: 37px;
}

.header2 .tnb_w .q_input {
  width: 480px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  margin-left: -240px;
  padding: 8px 0;
}
.header2 .tnb_w .q_input::after {
  display: block;
  content: ' ';
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 100%;
  left: 0;
}
.header2 .tnb_w .q_input:focus-within::after {
  background: var(--gradient2);
}
.header2 .tnb_w .q_input input {
  font-size: 14px;
  line-height: var(--fs14_lh);
  flex-grow: 1;
  border: 0;
  padding: 0;
  color: #000;
  margin-right: 8px;
}
.header2 .tnb_w .q_input button {
  display: block;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.header2 .tnb_w .r_menu {
  display: flex;
  align-items: center;
  padding: 4px 0;
}
.header2 .tnb_w .r_menu .user_menu {
  display: flex;
  align-items: center;
}
.header2 .tnb_w .r_menu .user_menu li.depth1 + li.depth1 {
  margin-left: 24px;
}
.header2 .tnb_w .tnb_dd_w {
  position: relative;
  display: flex;
  align-items: center;
}
.header2 .tnb_w .tnb_dd_menu {
  position: absolute;
  top: 100%;
  left: 50%;
  padding-top: 8px;
  margin-left: -39px;
  z-index: 104;

  display: none;
}
.header2 .tnb_w .tnb_dd_menu .inner {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  background-color: #fff;
  padding: 4px 0;
}
.header2 .tnb_w .tnb_dd_menu.lang_dd {
  margin-left: -39px;
}

.header2 .tnb_w .open .tnb_dd_menu {
  display: block;
}
.header2 .tnb_w .tnb_dd_menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;

  font-size: 16px;
  line-height: var(--fs16_lh);
  text-align: center;
  color: #838383;

  white-space: nowrap;
  padding: 4px 24px;
}
.header2 .tnb_w .tnb_dd_menu.lang_dd a.active,
.header2 .tnb_w .tnb_dd_menu.user_dd a:hover {
  color: #181818;
}
.header2 .tnb_w .tnb_dd_menu.lang_dd a.active .line_parent,
.header2 .tnb_w .tnb_dd_menu.user_dd a:hover .line_parent {
  background-image: url('/v2/img/ico_line_parent_b.png');
}

.header2 .tnb_w .lang_menu {
  margin-left: 16px;
}
.header2 .tnb_w .lang_menu .active_lang {
  text-transform: uppercase;
  font-size: 16px;
  padding-right: 12px;
  position: relative;

  cursor: pointer;
}
.header2 .tnb_w .lang_menu .active_lang::after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border: 4px solid transparent;
  border-bottom-width: 0;
  border-top-color: #000;

  right: 0;
  top: 50%;
  margin-top: -2px;
}

.header2 .tnb_w .btn_menu {
  margin-left: 16px;
}
.header2 .tnb_w .btn_menu a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 14px;

  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
.header2 .tnb_w .btn_menu a.color {
  background: var(--gradient2);
  color: #fff;
}
.header2 .tnb_w .btn_menu a.color:hover {
  background: var(--gradient1);
}
.header2 .gnb_w {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header2 .gnb_w ul {
  display: flex;
  align-items: center;
  position: relative;
}
.header2 .gnb_w ul > li .depth1_link {
  padding: 8px 8px 0 8px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  height: 46px;
  display: flex;
  align-items: center;
  font-size: 15px;

  letter-spacing: 0.049px;
}
.header2 .gnb_w ul > li .depth1_link .depth1_link_in {
  height: 100%;
  padding-bottom: 14px;
  border-bottom: 2px solid transparent;
}
.header2 .gnb_w ul > li .depth1_link:hover .depth1_link_in,
.header2 .gnb_w ul > li .depth1_link.hover .depth1_link_in {
  border-color: #000;
}
.header2 .gnb_w .l_menu {
  display: flex;
  align-items: center;
}
.header2 .gnb_w ul > li .depth1_link .depth1_link_in.use_ico {
  align-items: flex-start;
}
.header2 .gnb_w .l_menu > ul.type1 > li:first-child .depth1_link {
  padding-left: 0;
}
.header2 .gnb_w .l_menu > ul.type1 > li:last-child .depth1_link {
  padding-right: 16px;
}
.header2 .gnb_w .l_menu > ul.type2 > li:first-child::before {
  display: block;
  content: ' ';
  width: 1px;
  height: 16px;
  background: #444;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.header2 .gnb_w .l_menu > ul.type2 > li:first-child .depth1_link {
  padding-left: 16px;
}
.header2 .gnb_w .l_menu > ul.type3 > li .depth1_link {
  color: #764CD8;
}
.header2 .gnb_w ul.type3 > li .depth1_link:hover .depth1_link_in,
.header2 .gnb_w ul.type3 > li .depth1_link.hover .depth1_link_in {
  border-color: #764CD8;
}
.header2 .gnb_w .l_menu .all_cate_btn {
  display: flex;
  align-items: center;
}
.header2 .gnb_w .l_menu .all_cate_btn .all_cate_ico {
  padding: 0 8px 0 4px;
  position: relative;
  margin-top: -3px;
}
.header2 .gnb_w .l_menu .all_cate_btn .all_cate_txt {
  margin-top: -2px;
}
.header2 .gnb_w ul > li.all_cate_btn .depth1_link:hover .depth1_link_in,
.header2 .gnb_w ul > li.all_cate_btn .depth1_link.hover .depth1_link_in {
  border-color: transparent;
}
.header2 .gnb_w .l_menu .all_cate_btn .depth1_link:hover .all_cate_ico i,
.header2 .gnb_w .l_menu .all_cate_btn .depth1_link.hover .all_cate_ico i {
  position: relative;
  background-image: url('/v2/img/ico_menu_v2_w.png');
}
.header2 .gnb_w .l_menu .all_cate_btn .depth1_link:hover .all_cate_ico i::before,
.header2 .gnb_w .l_menu .all_cate_btn .depth1_link.hover .all_cate_ico i::before {
  content: ' ';
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #000;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 1400px) {
  .header2 .gnb_w .l_menu .all_cate_btn .all_cate_txt {
    display: none;
  }
}

.header2 .gnb_w .r_menu > ul > li + li {
  margin-left: 8px;
}
.header2 .gnb_w .r_menu > ul > li:last-child .depth1_link {
  padding-right: 0;
}

.header2 .gnb_dd_w .gnb_dd_item {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  border-top: 1px solid #000;
  display: none;
}
.header2 .gnb_dd_w .gnb_dd_item > .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 20px;
  max-height: 660px;
  overflow-y: auto;
}
.header2 .gnb_dd_w .gnb_dd_item > .inner::-webkit-scrollbar {
  width: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item > .inner::-webkit-scrollbar-thumb {
  background: rgba(131,131,131,0.8);
  border-radius: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item > .inner::-webkit-scrollbar-track {
  background: #eaeaea;
}
.header2 .gnb_dd_w .gnb_dd_item .dd_align.left {
  margin-right: 24px;
  flex-grow: 1;
}
.header2 .gnb_dd_w .gnb_dd_item .dd_align.right,
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list {
  padding-top: 24px;
  padding-bottom: 56px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list {
  display: flex;
}
.header2 .gnb_dd_w .gnb_dd_item .dd_align.left .gnb_list {
  padding: 24px 20px 56px 20px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list:has(li.service_txt) {
  display: block;
}

.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2 {
  min-width: 200px;
  margin-right: 24px;
}
.header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item.depth2 {
  margin-right: 32px;
}
@media (max-width:1500px) {
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2 {
    min-width: 150px;
  }
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt {
  width: 250px;
  margin-bottom: 16px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2:last-child {
  margin-right: 0;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:last-child {
  margin-bottom: 0;
}

.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .depth2_link {
  display: block;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .depth2_link > a,
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .depth2_link > p {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_depth3_list {
  margin-right: -24px;
  margin-bottom: -16px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link {
  margin-right: 24px;
  margin-bottom: 16px;
  min-width: 200px;
}
@media (max-width:1500px) {
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link {
    min-width: 160px;
  }
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link > a {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.35px;
  font-weight: 700;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth4_link + .gnb_item.depth4_link {
  margin-top: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth4_link > a {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.35px;
  font-weight: 300;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .gnb_depth3_list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  /*max-height: 600px;*/
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .gnb_depth3_list::before,
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .gnb_depth3_list::after {
  content: normal;
  display: none;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .gnb_depth4_list {
  margin-top: 8px;
}

.header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item .gnb_depth3_list {
  margin-top: 12px;
}
.header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_depth3_list {
  margin-bottom: 0;
  margin-right: 0;
}
.header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item.depth3_link {
  margin-bottom: 0;
  margin-right: 0;
}
.header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item.depth3_link + .gnb_item.depth3_link {
  margin-top: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item.depth3_link > a {
  font-weight: 400;
}

.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item a {
  display: flex;
  align-items: center;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item a i.new_ico {
  display: block;
  width: 31px;
  margin-left: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w {
  width: 320px;
  text-align: center;
  margin-top: 24px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_tit {
  font-size: 24px;
  font-weight: 600;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_img img {
  width: 100%;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt {
  margin-top: 8px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .img_tit {
  font-weight: 600;
  text-transform: none;
  font-size: 16px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .pd_name {
  margin-top: 4px;
  font-weight: 300;
  font-size: 14px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn {
  margin-top: 16px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn a,
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn span {
  display: inline-flex;
  font-size: 14px;
}

.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu {
  width: 370px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .img_tit {
  color: #121619;
  padding-top: 8px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .pd_name {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .btn span {
  color: #121619;
}

.header2 .gnb_dd_w .gnb_dd_item[data-num='2'] .gnb_list .gnb_item.depth2 {
  min-width: 1px;
}
.header2 .gnb_dd_w .gnb_dd_item[data-num='2'] .dd_align.left .gnb_list .gnb_item.depth2 {
  width: 20%;
}
.header2 .gnb_dd_w .gnb_dd_item[data-num='2'] .gnb_list .gnb_item.depth3_link {
  min-width: 1px;
}
.header2 .gnb_dd_w .gnb_dd_item[data-num='3'] .gnb_list .gnb_item .gnb_depth3_list {
  flex-wrap: wrap;
  max-height: 660px;
}

.header2 .gnb_dd_w .gnb_dd_item.accessory .gnb_list {
  flex-direction: column;
}
.header2 .gnb_dd_w .gnb_dd_item.accessory .gnb_list .gnb_item.depth2 + .gnb_item.depth2 {
  margin-top: 16px;
}

/*** all_menu ***/
.header2 .gnb_dd_w .gnb_dd_item.all_menu > .inner {
  padding-top: 0;
  padding-bottom: 0;
  justify-content: flex-start;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu {
  padding: 24px 16px 56px 0;
  border-right: 1px solid #000;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li + li {
  margin-top: 16px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li a {
  padding-right: 24px;
  background-image: url('/v2/img/ico_arrow_right.png');
  background-position: right center;
  background-size: 12px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li a p {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li.active a p {
  font-weight: 700;
  background: var(--gradient2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li.active a p::after {
  display: block;
  content: ' ';
  width: 100%;
  height: 1px;
  background: var(--gradient2);
  left: 0;
  bottom: 0;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont {
  flex-grow: 1;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w {
  display: none;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.active {
  display: block;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .scroll_area {
  max-height: 630px;
  overflow-y: auto;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .scroll_area::-webkit-scrollbar {
  width: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .scroll_area::-webkit-scrollbar-thumb {
  background: rgba(131,131,131,0.8);
  border-radius: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .scroll_area::-webkit-scrollbar-track {
  background: #eaeaea;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_w_in {
  display: flex;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont {
  /*padding: 24px 0 56px 16px;*/
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.left {
  flex-grow: 1;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont .tab_cont_in {
  display: flex;
  padding: 24px 16px 56px 16px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_in {
  display: block;
  padding-right: 0;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item .depth2_tit {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item .depth2_tit {
  font-size: 15px;
  font-weight: 600;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul {
  display: flex;
  flex-direction: column;
  /*max-height: 540px;*/
}
@media (max-width:1500px) {
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul {
    /*max-height: 560px;*/
  }
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li {
  min-width: 200px;
  margin-top: 16px;
  margin-right: 32px;
}
@media (max-width:1500px) {
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li {
    min-width: 150px;
    margin-right: 24px;
  }
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li .depth3_tit {
  font-size: 15px;
  font-weight: 600;
  display: block;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul {
  margin-top: 8px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li:not(:first-child) {
  margin-top: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li a {
  font-size: 14px;
  color: #121619;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li a i.new_ico {
  display: block;
  width: 31px;
  margin-left: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item .depth2_tit:hover,
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item .depth2_tit.hover,
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li .depth3_tit:hover,
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li .depth3_tit.hover,
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li a:hover,
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li a.hover {
  text-decoration: underline;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right {
  border-left: 1px solid #e1e1e1;
  width: 27%;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item + .tab_cont_item {
  margin-top: 16px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item > ul {
  display: block;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item > ul > li {
  width: 100%;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item > ul > li:nth-child(odd) {
  margin-right: 0;
}

/* RESOURCES : Inspiration, Blog, Spotlight On ************************************************************************/
.header2 .gnb_dd_w .gnb_dd_item.resource_menu > .inner {
  justify-content: center;
}
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list {
  padding-right: 0;
  justify-content: center;
  flex-direction: row;
}
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item {
  width: 320px;
  margin-right: 40px;
}
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item:last-child {
  margin-right: 0;
}
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link {
  text-align: center;
}
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link .data_depth2_link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #121619;
  font-weight: 400;
  text-transform: none;
}
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link a .link_img {
  width: 100%;
  height: 206px;
  background: #F6F7FB;
}
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link a i {
  margin-left: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link p.res_tit {
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 17px;
}
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link p.res_desc {
  color: #555555;
  font-weight: 400;
  text-transform: none;
  margin: 4px 0 16px;
}
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .gnb_depth3_list {
  margin-top: 0;
}

/************************************************************************ RESOURCES : Inspiration, Blog, Spotlight On */

.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='2'] .tab_cont.left .tab_cont_item {
  width: 20%;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='2'] .tab_cont_item > ul > li {
  min-width: 1px;
}

.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='3'] .tab_cont_item > ul {
  max-height: 660px;
  flex-wrap: wrap;
}


.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_in {
  min-height: 514px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item + .tab_cont_item {
  margin-top: 16px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item .depth2_tit {
  font-size: 14px;
  line-height: 1.64;
  font-weight: 700;
  text-transform: none;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item > ul > li {
  margin-top: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item > ul > li:first-child {
  margin-top: 8px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item > ul > li .depth3_tit {
  font-size: 14px;
  line-height: 1.57;
  font-weight: 300;
  color: #121619;
}

/*** Sticky ***/
.sticky .header2 {
  padding: 0;
  border-color: #e1e1e1;
}
.sticky .header2 .sticky_block {
  display: block;
}
.sticky .header2 .sticky_none {
  display: none;
}
.sticky .header2 .gnb_w {
  margin-top: 0;
}
.sticky .header2 .gnb_w ul > li .depth1_link {
  padding: 0 8px;
  height: 55px;
}
.sticky .header2 .gnb_w ul > li .depth1_link .depth1_link_in {
  padding: 0;
  display: flex;
  align-items: center;
}
.sticky .header2 .gnb_w .l_menu > ul.type1 > li:first-child .depth1_link {
  padding-right: 0;
}
.sticky .header2 .gnb_w .all_cate_btn .logo {
  width: 106px;
  margin-right: 24px;
  height: 24px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .sticky .header2 .gnb_w .all_cate_btn .logo {
    display: none;
  }
}
.sticky .header2 .gnb_w .all_cate_btn .logo .img {
  position: relative;
  bottom: 0;
  transition: bottom .2s ease-in-out;
}
.sticky .header2 .gnb_w .all_cate_btn .logo:hover .img {
  bottom: 24px;
}
.sticky .header2 .gnb_w .all_cate_btn .logo .img img {
  height: 24px;
  width: auto;
}
.sticky .header2 .gnb_w .l_menu .all_cate_btn .all_cate_ico {
  padding: 4px;
  margin: 0 16px 0 0;
}


.q_search_w {
  padding: 40px 0;
  background-color: #fff;
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 103;

  display: none;
}
.q_search_w > .inner {
  max-width: 1784px;
  padding: 0 92px;
  margin: 0 auto;
}
.q_search_w .cls_btn {
  display: block;
  position: absolute;
  right: 32px;
  top: -8px;
  width: 24px;
  height: 24px;
}
.q_search_w .q_input {
  padding: 0 0 8px 0;
  border-bottom: 1px solid #000;
  max-width: 900px;
  margin: 0 auto;

  display: flex;
  align-items: center;
}
.q_search_w .q_input input {
  flex-grow: 1;
  border: 0;

  font-weight: 300;
  font-size: 22px;

  color: #444;
  padding: 0 8px 0 2px;
}
.q_search_w .q_input button {
  display: block;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.q_search_w .q_result {
  display: flex;
  margin-top: 48px;
}
.q_search_w .q_result .result_tit {
  font-weight: 600;
  font-size: 20px;
  line-height: var(--fs_tit);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.q_search_w .q_result .result_pd_list {
  flex-grow: 1;
  padding-right: 32px;
  width: calc(100% - 265px);
}
.q_search_w .q_result .result_pd_list .pd_list {
  margin-left: -12px;
  margin-right: -12px;
}
.q_search_w .q_result .result_pd_list .pd_list .pd_item {
  padding: 0 12px;
  width: 16.6666%;
}
.q_search_w .q_result .result_pd_list .pd_list .pd_item .pd_txt {
  min-height: 50px;
}
.q_search_w .q_result .result_pd_list .pd_list .pd_item .pd_txt .pd_tit {
  font-size: 15px;
  line-height: var(--fs_tit);
}
.q_search_w .q_result .result_sg_list {
  padding-left: 32px;
  border-left: 1px solid #e1e1e1;
  width: 265px;
  flex-shrink: 0;
}
.q_search_w .q_result .result_sg_list .sg_list li {
  font-size: 15px;

  margin-top: 16px;

  text-transform: uppercase;
}
.q_search_w .q_result .result_sg_list .sg_list li:first-child {
  margin-top: 0;
}

.q_search_w .q_result .no_search_w {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;

  display: none;
}
.q_search_w .q_result .no_search_w .no_search_txt {
  font-size: 15px;

  color: #444;
}
.q_search_w .q_result .no_search_w .no_search_txt .search_kw {
  font-weight: 600;
}
.q_search_w .q_result .no_search_w .kw_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -8px;
  margin-top: 12px;

  /* row 5개 임시적용 */
  max-width: 1300px;
}
.q_search_w .q_result .no_search_w .kw_list li {
  margin-right: 8px;
  background-color: #f6f7fb;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 8px;
  /* border: 1px solid #000; */
}
.q_search_w .q_result .no_search_w .kw_list li a {
  display: block;
  padding: 7px 16px;
  font-size: 16px;

}
.q_search_w .q_result .no_search_w .no_search_note {
  font-size: 14px;

  color: #838383;
  margin-top: 24px;
}
.q_search_w .q_result .no_search_w .inquiry_btn {
  display: inline-block;
  margin-top: 24px;
}
.q_search_w .q_result .no_search_w .no_kw {
  margin-top: 20px;
}
.q_search_w .q_result .no_search_w > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/*sticky*/
.wrap.sticky {
  padding-top: 150px;
}
.sticky .header {
  position: fixed;
}
.sticky .header .tnb_w {
  height: 55px;
}
.sticky .header .tnb_w .tnb_logo {
  width: 200px;
}
.sticky .header .gnb_w li {
  font-size: 14px;

  font-weight: 400;
}
.sticky .header .gnb_w li a {
  padding: 17px 12px 14px 12px;
}
.sticky .header .gnb_w li:first-child a {
    padding-left: 40px;
}
.sticky .header .gnb_w li a p {
  padding-bottom: 4px;
}
.sticky .q_search_w {
  top: 55px;
}
.header .tnb_w.main_sticky {
  height: 55px;
  display: none;
}
.header .tnb_w.main_sticky .tnb_logo {
  width: 200px;
}
.header .tnb_w.main_sticky .gnb_w {
  background: #fff;
  margin-left: 32px;
}
.header .tnb_w.main_sticky .gnb_w li {
  font-size: 14px;

  font-weight: 400;
}
.header .tnb_w.main_sticky .gnb_w li a {
  color: #000;
  padding: 15px 24px 15px 0px;
}
.sticky .header .tnb_gnb_w.main {
  display: none;
}
.sticky .header .tnb_w.main_sticky {
  display: block;
}
.q_search_w .q_search > form {
  display: none;
}
.q_search_w .q_result {
  margin-top: 0;
}
.sticky .q_search_w .q_search > form {
  display: block;
}
.sticky .q_search_w .q_result {
  margin-top: 48px;
}

/* header samplebag */
.tnb_sample_btn_w {
  position: relative;
}
.tnb_sample_btn_w .sample_count {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -10px;

  font-size: 12px;

  color: #fff;

  padding: 0 4px;
  background-color: #000;
  border-radius: 12px;
}
.header2 .tnb_sample_btn_w .sample_count {
  background: var(--gradient2);
  width: 26px;
  padding: 0;
  text-align: center;
}
.tnb_sample_btn_w .samplebag_list_w {
  position: absolute;
  z-index: 10000;
  top: 100%;
  left: 50%;
  width: 340px;
  margin-left: -170px;
  padding-top: 16px;

  display: none;
}
.tnb_sample_btn_w.open .samplebag_list_w {
  display: block;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list_in {
  padding: 24px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  background-color: #fff;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list_tit {
  font-size: 20px;
  line-height: var(--fs_tit);
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list_tit .list_count {
  display: block;
  margin-left: 4px;
  font-size: 17px;

}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list {
  margin-top: 8px;
  padding: 16px 0 24px 0;
  max-height: 352px;
  overflow-y: auto;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list::-webkit-scrollbar {
  width: 4px;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list::-webkit-scrollbar-thumb {
  background: rgba(131,131,131,0.8);
  border-radius: 4px;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list::-webkit-scrollbar-track {
  background: transparent;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item {
  margin-top: 24px;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item:first-child {
  margin-top: 0;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .samplebag_item_in {
  display: flex;
  align-items: center;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_img {
  overflow: hidden;
  width: 88px;
  height: 88px;
  flex-shrink: 0;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_info {
  flex-grow: 1;
  padding-left: 16px;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_info .pd_tit {
  font-size: 15px;
  line-height: var(--fs_tit);
  font-weight: 300;
  color: #000;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_info .pd_bot {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;

  font-size: 14px;

  font-weight: 300;
  color: #838383;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list_btn a {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  font-size: 17px;

  font-weight: 600;
  text-transform: uppercase;
}

/* footer */
.footer {
  background-color: #000;
  color: #fff;

  padding: 60px 0;
}
.footer > .inner {
  max-width: 1784px;
  padding: 0 92px;
  margin: 0 auto;

  display: flex;
}
.footer .copy {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
.footer .copy .logo {
  width: 240px;
}
.footer .copy .sns_link {
  display: flex;
  margin-top: 18px;
}
.footer .copy .sns_link a {
  display: block;
  margin-right: 8px;
}
.footer .copy .sns_link a:hover i {
  border-color: #fff;
}
.footer .copy .cr {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  font-size: 14px;

  font-weight: 300;
  color: #fff;
}

.footer .tit {
  font-size: 18px;

  font-weight: 600;
}
.footer .desc {
  margin-top: 8px;
}

.footer .link {
  display: flex;
  margin-right: 68px;

  text-transform: uppercase;
}
.footer .link .col {
  min-width: 180px;
  display: flex;
  flex-direction: column;
}
.footer .link .col:first-child {
  margin-right: 48px;
}

.footer .link .col .desc a {
  display: block;
  margin-top: 8px;

  font-size: 14px;

  color: #838383;
}
.footer .link .col .desc a:first-child {
  margin-top: 0;
}

.footer .link .col .bot_cont {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}
.footer .link .col .bot_cont .ask_btn {
  font-size: 16px;

  color: #fff;
  font-weight: 600;
}
.footer .link .col .ask_btn {
  display: flex;
  align-items: center;
}
.footer .info {
  padding-right: 40px;
}
.footer .info .tit {
  font-size: 20px;
}
.footer .info .row {
  margin-top: 4px;
  display: flex;
  align-items: center;
}
.footer .info .row:first-child {
  margin-top: 0;
}
.footer .info .row p {
  display: flex;
  align-items: center;
  margin-right: 16px;

  font-size: 16px;

  font-weight: 300;
  color: #838383;
}
.footer .info .row p:last-child {
  margin-right: 0;
}
.footer .info .row p span {
  margin-right: 8px;
  color: #c4c4c4;
}
.footer .info .row p a {
  color: #838383;
}
.footer .info .row p a.b_num {
  color: #838383;
  display: flex;
  align-items: center;
}

/*footer2*/
.footer2 {
  background-color: #000;
  color: #fff;

  padding: 60px 0;
}
.footer2 > .inner {
  max-width: 1784px;
  padding: 0 92px;
  margin: 0 auto;

  display: flex;
}
.footer2 .copy {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin-right: 24px;
}
.footer2 .copy .logo {
  width: 240px;
}
.footer2 .copy .sns_link {
  display: flex;
  margin-top: 18px;
}
.footer2 .copy .sns_link a {
  display: block;
  margin-right: 8px;
}
.footer2 .copy .sns_link a:hover i {
  border-color: #fff;
}
.footer2 .cr {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  font-size: 14px;

  font-weight: 300;
  color: #e1e1e1;

  margin-top: 32px;
}

.footer2 .tit {
  font-size: 18px;
  line-height: var(--fs_tit);
  font-weight: 600;
}
.footer2 .desc {
  margin-top: 8px;
}

.footer2 .right_w {
  display: flex;
  flex-direction: row-reverse;
}


.footer2 .link_info {
  margin-right: 48px;
}
.footer2 .link_info_in {
  display: flex;
}
.footer2 .link {
  margin-right: 40px;

  text-transform: uppercase;
}
.footer2 .link_in {
  display: flex;
}
.footer2 .link .col {
  min-width: 160px;
  display: flex;
  flex-direction: column;
}
.footer2 .link .col:first-child {
  margin-right: 40px;
}

.footer2 .link .col .desc a {
  display: block;
  margin-top: 8px;

  font-size: 14px;

  color: #838383;
}
.footer2 .link .col .desc a:first-child {
  margin-top: 0;
}
.footer2 .link .col .desc a.use_ico {
  display: flex;
}
.footer2 .link .col .desc a.bold {
  font-weight: 600;
}

.footer2 .link .col .bot_cont {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}
.footer2 .link .col .bot_cont .ask_btn {
  font-size: 16px;

  color: #fff;
  font-weight: 600;
}
.footer2 .link .col .ask_btn {
  display: flex;
  align-items: center;
}
.footer2 .info .row {
  margin-top: 4px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer2 .info .row:first-child {
  margin-top: 0;
}
.footer2 .info .row p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 16px;

  font-size: 16px;

  font-weight: 300;
  color: #838383;
}
.footer2 .info .row p:last-child {
  margin-right: 0;
}
.footer2 .info .row p span {
  margin-right: 8px;
  color: #c4c4c4;
}
.footer2 .info .row p a {
  color: #838383;
}
.footer2 .info .row p a.b_num {
  color: #838383;
  display: flex;
  align-items: center;
}

.footer2 .subscript_w {
  width: 328px;
}
.footer2 .subscript_w .subs_tit {
  font-size: 16px;
  line-height: var(--fs_tit);
  font-weight: 600;
  color: #fff;
}
.footer2 .subscript_w .subs_tit .tit_name {
  color: #a8a8a8;
}
.footer2 .subscript_w .subs_desc {
  margin-top: 4px;
  font-size: 14px;

  font-weight: 300;
  color: #ddd;
}
.footer2 .subscript_w .subs_input {
  margin-top: 16px;
  position: relative;
}
.footer2 .subscript_w .subs_input input {
  width: 100%;
  padding: 12px 20px 12px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;

  color: #fff;

  background-color: transparent;
  background-image: url("/v2/img/ico_line_arrow_b.png");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right center;
}
.footer2 .subscript_w .subs_input a {
  background: none;
  border: 0;
  width: 20px;
  height: 100%;
  cursor: pointer;

  position: absolute;
  right: 0;
  top: 0;
}
.footer2 .only_tab {
  display: none;
}

@media (max-width: 1500px) {
  .footer2 {
    padding: 40px 0;
  }
  .footer2 .only_pc {
    display: none !important;
  }
  .footer2 .only_tab {
    display: block;
  }
  .footer2 > .inner {
    display: block;
  }
  .footer2 .right_w {
    display: block;
    margin-top: 32px;
  }
  .footer2 .subscript_w {
    width: 100%;
  }

  .footer2 .subscript_w .subs_input {
    width: 328px;
  }
  .footer2 .link_info {
    margin: 32px 0 0 0;
  }
  .footer2 .cr {
    margin-top: 24px;
  }
  .footer2 .copy .sns_link {
    margin-top: 32px;
  }

  .footer2 .link {
    flex-grow: 1;
  }
  .footer2 .link .col {
    min-width: 1px;
    width: calc(50% - 20px);
  }

}

.totop {
  display: none;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  background: #fff url("/v2/img/ico_totop.png") no-repeat center center;
  background-size: 24px 24px;

  position: fixed;
  right: 10px;
  bottom: 90px;
  z-index: 998;
}

.fix_inquiry_btn {
    display: flex;
    width: 125px;
    height: 48px;
    background: rgba(18, 22, 25, 0.8);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    padding: 8px 12px;
    position: fixed;
    right: 20px;
    bottom: 16px;
    z-index: 998;
    transition: all 0.6s;
}
.fix_inquiry_btn .inquiry_icon {
    display: flex;
    width: 32px;
    height: 32px;
    background: url('/v2/img/ico_askus.png') no-repeat;
    background-size: 32px 32px;
}
.fix_inquiry_btn p {
    display: flex;
    white-space: nowrap;
    align-items: center;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0;
    font-weight: 600;
    font-size: 17px;

}

.fix_inquiry_btn.active p {
    opacity: 1;
}
.fix_inquiry_btn.inactive {
    width: 48px;
    padding: 8px;
}
.fix_inquiry_btn.active .inquiry_icon {
    background-size: 32px 32px;
    margin-right: 4px;
}

.fix_inquiry_btn.inactive p {
    display: none;
}

/*.fix_inquiry_btn {*/
/*  display: block;*/
/*  width: 54px;*/
/*  height: 54px;*/
/*  border-radius: 50%;*/
/*  background-color: #000;*/

/*  position: fixed;*/
/*  right: 10px;*/
/*  bottom: 20px;*/
/*  z-index: 998;*/
/*}*/
/*.fix_inquiry_btn svg {*/
/*  width: 28px;*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  top: 50%;*/
/*  transform: translate(-50%,-50%);*/
/*}*/
/*.fix_inquiry_btn svg path {*/
/*  fill: #fff;*/
/*}*/

/***************************************** V2 *****************************************/
/****** fix_inquiry_btn_w ******/
.fix_inquiry_btn_w {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 3;
}
.fix_inquiry_btn_w a {
  display: block;
  position: relative;
  width: 80px;
}
.fix_inquiry_btn_w a img.effect {
  position: absolute;
  left: 0;
  top: 0;
  animation: rotate 1s infinite linear;
  transform-origin: center;
}
.fix_inquiry_btn_w .inquiry_msg {
  width: 230px;
  padding: 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 8px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  display: none;
}
.fix_inquiry_btn_w .inquiry_msg .otc_in {
  display: none;
}
.fix_inquiry_btn_w .inquiry_msg > .inner div:nth-child(1),
.fix_inquiry_btn_w .inquiry_msg > .inner div:nth-child(2) {
  margin-bottom: 8px;
}
.fix_inquiry_btn_w .inquiry_msg .msg_tit {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.fix_inquiry_btn_w .inquiry_msg .msg_desc {
  font-size: 14px;
  color: #000;
}
.fix_inquiry_btn_w .inquiry_msg .msg_desc.name .color {
  background: var(--gradient2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/****** footer3 ******/
.footer3 {
  background: #000;
}
.footer3 > .inner {
  max-width: 1680px;
  padding: 60px 20px 68px 20px;
  margin: 0 auto;
}
.footer3 .footer_menu {
  display: flex;
}
.footer3 .footer_menu .f_txt {
  width: 20%;
  margin-right: 60px;
}
.footer3 .footer_menu .f_txt .f_tit {
  font-size: 24px;
  color: #fff;
  line-height: var(--fs_tit);
  font-weight: 700;
  max-width: 180px;
}
.footer3 .footer_menu .f_txt .f_link {
  display: flex;
  margin-top: 24px;
}
.footer3 .footer_menu .f_txt .f_link li + li {
  margin-left: 8px;
}
.footer3 .footer_menu .f_menu {
  flex-grow: 1;
  display: flex;
}
.footer3 .footer_menu .f_menu .menu_item {
  min-width: 160px;
}
.footer3 .footer_menu .f_menu .menu_item + .menu_item {
  margin-left: 40px;
}
.footer3 .footer_menu .f_menu .menu_item .menu_item_tit,
.footer3 .footer_menu .f_menu .menu_item .menu_item_tit a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.footer3 .footer_menu .f_menu .menu_item ul {
  margin-top: 8px;
}
.footer3 .footer_menu .f_menu .menu_item li + li {
  margin-top: 8px;
}
.footer3 .footer_menu .f_menu .menu_item li,
.footer3 .footer_menu .f_menu .menu_item li a {
  color: #838383;
  font-size: 16px;
  text-transform: uppercase;
}
.footer3 .f_subscript .subscript_w {
  width: 360px;
  letter-spacing: 0.35px;
}
.footer3 .f_subscript .subscript_w .subs_tit {
  font-size: 24px;
  line-height: var(--fs_tit);
  font-weight: 500;
  color: #fff;
}
.footer3 .f_subscript .subscript_w .subs_input {
  margin-top: 8px;
  position: relative;
}
.footer3 .f_subscript .subscript_w .subs_input input {
  width: 100%;
  padding: 12px 20px 12px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #fff;

  background-color: transparent;
  background-image: url("/v2/img/ico_line_arrow_b.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right center;
}
.footer3 .f_subscript .subscript_w .subs_input a {
  background: none;
  border: 0;
  width: 20px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.footer3 .f_subscript .subscript_w .subs_desc {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 300;
  color: #a8a8a8;
  max-width: 292px;
}
.footer3 .footer_img {
  margin-top: 40px;
}
.footer3 .copyright {
  margin-top: 40px;
  display: flex;

  font-size: 14px;
  letter-spacing: 0.35px;
}
.footer3 .copyright .cr_txt {
  margin-right: 52px;
  color: #c4c4c4;
  font-weight: 300;
  flex-shrink: 0;
}
.footer3 .copyright .cr_menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
}
.footer3 .copyright .cr_menu li + li {
  margin-left: 24px;
}
.footer3 .copyright .cr_menu li a {
  color: #838383;
  text-transform: uppercase;
}
.footer3 .bi_ex_btn i {
  opacity: 0.8;
}
.footer3 .bi_ex_btn.open .plus_ico {
  background-image: url('/v2/img/ico_minus.png');
}
.footer3 .info_ex {
  display: none;
  padding-top: 16px;
}
.footer3 .info_ex .tit {
  font-size: 12px;
  color: #c4c4c4;
  font-weight: 700;
}
.footer3 .info_ex .desc {
  display: flex;
  flex-wrap: wrap;
}
.footer3 .info_ex .desc li {
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.footer3 .info_ex .desc li:last-child {
  margin-right: 0;
}
.footer3 .info_ex .desc li p {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #838383;
}
.footer3 .info_ex .desc li p span {
  display: block;
  margin-right: 4px;
  color: #c4c4c4;
  font-weight: 700;
}
.footer3 .info_ex .desc li a.b_num {
  color: #838383;
  text-decoration: underline;
}

@media(max-width:1400px) {
  .footer3 .footer_menu .f_txt {
    width: 14%;
  }
}

/*gnb*/
.gnb-wrap .gnb-list {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 2;




}

.gnb-wrap .gnb-list .gnb-item {
  width: 170px;
}

.gnb-wrap .gnb-list .gnb-item > a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: 'Wanted Sans Variable', 'Wanted Sans', sans-serif;
  padding: 12px 0;
  /* 작은화면고려 */
  /* padding: 12px 10px; */
  text-transform: uppercase;
  white-space: nowrap;
  color: #000;
}
.gnb-wrap.open .gnb-list .gnb-item > a{
  opacity: 0.3;
}
.gnb-wrap .gnb-list .gnb-item.open > a{
  /* font-weight: 600;
  border-bottom: 3px solid #000;
  border-style: inset; */
  opacity: 1;
}
.gnb-wrap .gnb-list .gnb-item > a.ct-1 {
  color: #9fda02;
}

.gnb-wrap .gnb-dropdown {
  box-shadow: 2px 2px 10px #999999;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  padding: 20px;

  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;

  display: none;
}
.gnb-wrap .gnb-item.open .gnb-dropdown {
  display: block;
}
.gnb-wrap .gnb-item.open .gnb-dropdown > .inner {
  overflow: hidden;
}
.gnb-wrap .gnb-item .gnb-dropdown .sub-menu {
  /* display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20%, auto));
  grid-template-rows: repeat(6, minmax(10px, auto));
  grid-auto-flow: column; */

  display: flex;
}
/* .gnb-wrap .gnb-item .gnb-dropdown .sub-menu.ml8 {
  grid-template-rows: repeat(8, minmax(10px, auto));
} */

.gnb-wrap .gnb-item .gnb-dropdown .sub-menu ul {
  border-right: 1px solid #cacaca;
}
.gnb-wrap .gnb-item .gnb-dropdown .sub-menu ul:last-child {
  border: 0;
}
.gnb-wrap .gnb-item .gnb-dropdown .sub-menu ul li {
  font-size: 15px;
  font-weight: 500;
}
.gnb-wrap .gnb-item .gnb-dropdown .sub-menu ul li a {
  display: block;
  padding: 8px 0 8px 40px;
}
.gnb-wrap .gnb-item .gnb-dropdown .sub-menu ul li.color-hl a {
  font-weight: 700;
  color: #ff971e;
}
.gnb-wrap .gnb-item .gnb-dropdown .sub-menu ul li a:hover {
  text-decoration: underline;
}

.gnb-wrap .gnb-item .gnb-dropdown .sub-menu ul li.menu-bold {
  font-weight: 700;
}

.gnb-wrap .gnb-item .gnb-dropdown .sub-menu ul li.depth2 {
  margin-top: 20px;
}
.gnb-wrap .gnb-item .gnb-dropdown .sub-menu ul li:first-child.depth2 {
  margin-top: 0;
}


/* .gnb-wrap .gnb-item .gnb-dropdown.use-banner .sub-menu {
  grid-template-columns: repeat(auto-fill, minmax(33%, auto));
} */

.gnb-wrap .gnb-item .gnb-dropdown.use-banner .menu-banner {
  float: right;
}
.gnb-wrap .gnb-item .gnb-dropdown.use-banner .menu-banner::after {
  clear: both;
  display: block;
  content: ' ';
}

.gnb-wrap .gnb-item .gnb-dropdown.use-banner .menu-banner img {
  width: auto;
  height: 220px;
  margin-left: 45px;
  float: left;
  display: block;
}
.gnb-wrap .gnb-item .gnb-dropdown.use-banner .menu-banner img:first-child {
  margin-left: 0;
}

/*top search*/
.search-wrap {
  margin: 4px 0 14px 0;
}
.search-wrap .search-form {
  position: relative;
  border: 1px solid #3d454c;
  border-radius: 46px;
  padding: 5px 54px 5px 16px;
  height: 46px;
  width: 100%;
  /* max-width: 920px; */
}
.search-wrap .search-form .search-input-wrap {
  height: 100%;
}

.search-wrap .search-form .search-input-wrap ul {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-wrap .search-form .search-category {
  padding-right: 5px;
}
.search-wrap .search-form .search-category span {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #818e96;
  border: 1px solid #818e96;
  border-radius: 20px;
  padding: 4px 35px 4px 18px;
}
.search-wrap .search-form .search-category a {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right: 8px;
  top: 4px;
}
.search-wrap .search-form .search-input {
  height: 100%;
  flex-grow: 1;
  padding-left: 10px;
}
.search-wrap .search-form .search-input input {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
}

.search-wrap .search-form .search-fn-btn button {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  display: block;
}
.search-wrap .search-form .search-fn-btn button.clear-btn { display: none; }

.search-wrap .search-form.active .search-fn-btn button.search-btn {
  display: none;
}
.search-wrap .search-form.active .search-fn-btn button.clear-btn {
  display: block;
}

.search-wrap .search-form .search-result-wrap {
  display: none;
  position: absolute;
  border: 1px solid #d4d4d4;
  border-top: none;
  z-index: 10;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  max-height: 400px;
  overflow-y: scroll;
  margin: 5px 20px;
  box-shadow: 0px 0px 14px 1px rgb(220 220 220 / 47%);
}
.search-wrap .search-form .search-result-wrap li a {
  display: block;
  font-size: 17px;
  padding: 10px 20px;
}
.search-wrap .search-form .search-result-wrap li a:hover {
  background-color: #dcdcdc;
}
.search-wrap .search-form .search-result-wrap li a b {
  font-weight: 700;
}

.search-wrap .search-form .search-result-wrap .result-cate {
  font-size: 15px;
  padding: 5px;
}
.search-wrap .search-form .search-result-wrap .img-result img {
  display: inline-block;
  width: 24px;
  vertical-align: middle;
}

.search-result-wrap::-webkit-scrollbar {
  width: 5px;
}
.search-result-wrap::-webkit-scrollbar-thumb {
  background: #888;
}
.search-result-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}



/*floating menu*/
.floating-menu-wrap {
  position: fixed;
  bottom: 45px;
  right: 25px;
  z-index: 10;
}
.floating-menu-wrap .floating-btn {
  display: block;
  width: 91px;
  margin-bottom: 10px;
}
.floating-menu-wrap .floating-btn img {
  display: block;
  width: 100%;
}

.floating-menu-wrap .rec-wrap {
  width: 100px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 9px rgb(0 0 0 / 20%);
  box-shadow: 0 1px 9px rgb(0 0 0 / 20%);
  position: absolute;
  right: 100%;
  bottom: 0;
  margin-right: 22px;
  display: none;

}

.floating-menu-wrap .rec-wrap .rec-close-btn {
  color: #181818;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.floating-menu-wrap .rec-wrap .rec-title {
  padding-top: 30px;
  text-align: center;
  font-size: 12px;
  margin-bottom: 8px;
}
.floating-menu-wrap .rec-wrap .rec-scroll {
  display: block;
  padding: 5px 0;
  text-align: center;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.floating-menu-wrap .rec-wrap .rec-scroll.scroll-bt {
  border-bottom: 0;
}

.floating-menu-wrap .rec-wrap .rec-list-wrap {
  margin: 15px;
  max-height: 350px;
  overflow: scroll;
  overflow-y: hidden;
  overflow-x: hidden;
}
.floating-menu-wrap .rec-wrap .rec-list .rec-item {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 5px;
}
.floating-menu-wrap .rec-wrap .rec-list .rec-item:last-child {
  margin-bottom: 0;
}
.floating-menu-wrap .rec-wrap .rec-list .rec-item img {
  display: block;
  max-width: 100%;
}


.askus-popup .popup-wrap {
  width: 900px;
}

.askus-popup .ask-progress {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  height: 30px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
  margin-bottom: 18px;
}
.askus-popup .progress-line {
  border: 1px solid #444;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.askus-popup .ask-progress .progress-bar {
  width: 20%;
  height: 100%;
  background-color: #292929;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding-top: 6px;
}
.askus-popup .ask-progress .progress-txt {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 12px;
  padding-top: 6px;
}

.askus-popup .ask-popup-txt {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 40px;
}
.askus-popup .ask-popup-notice {
  font-size: 13px;
  margin-top: 35px;
}

.askus-popup .form-common .form-row .form-radio {
  margin-bottom: -10px;
  margin-right: -10px;
  text-align: center;
}
.askus-popup .form-common .form-row .form-radio .radio-item {
  margin: 0 10px 10px 0;
}
.askus-popup .form-common .form-row .form-radio .radio-item input[type="radio"] {
  display: none;
}
.askus-popup .form-common .form-row .form-radio .radio-item input[type="radio"] + label {
  padding-left: 0;

  width: 165px;
  border-radius: 30px;
  padding: 20px 0;
  letter-spacing: -1px;
  background-color: #fff;
  color: #181818;
  border: 1px solid #909497;
  font-size: 18px;

  justify-content: center;
}
.askus-popup .form-common .form-row .form-radio .radio-item input[type="radio"] + label::before {
  display: none;
}
.askus-popup .form-common .form-row .form-radio .radio-item input[type="radio"]:checked + label::before {
  display: none;
}
.askus-popup .form-common .form-row .form-radio .radio-item input[type="radio"]:checked + label {
  background-color: #d7fa4b;
  color: #000;
  border-color: #d7fa4b;
}
.askus-popup .form-common .form-row .form-radio .radio-item input[type="radio"]:checked + label::after {
  display: none;
}

.askus-popup .form-common .form-row .form-check {
  margin-bottom: -10px;
  margin-right: -10px;
  text-align: center;
}
.askus-popup .form-common .form-row .form-check .check-item {
  margin: 0 10px 10px 0;
}
.askus-popup .form-common .form-row .form-check .check-item input[type="checkbox"] {
  display: none;
}
.askus-popup .form-common .form-row .form-check .check-item input[type="checkbox"] + label {
  padding-left: 0;

  width: 165px;
  border-radius: 30px;
  padding: 20px 0;
  letter-spacing: -1px;
  background-color: #fff;
  color: #181818;
  border: 1px solid #909497;
  font-size: 18px;
}
.askus-popup .form-common .form-row .form-check .check-item input[type="checkbox"] + label::before {
  display: none;
}
.askus-popup .form-common .form-row .form-check .check-item input[type="checkbox"]:checked + label::before {
  display: none;
}
.askus-popup .form-common .form-row .form-check .check-item input[type="checkbox"]:checked + label {
  background-color: #d7fa4b;
  color: #000;
  border-color: #d7fa4b;
}
.askus-popup .form-common .form-row .form-check .check-item input[type="checkbox"]:checked + label::after {
  display: none;
}

.askus-popup .step-wrap {
  display: none;
}
.askus-popup .step1 {
  display: block;
}
.askus-popup .other-option {
  display: none;
}

.askus-popup .step5 .form-row .form-check .check-item {
  width: 32.3%;
  margin-right: 0;
}
.askus-popup .step5 .form-row .form-check .check-item input[type="checkbox"] + label {
  height: 37px;

  padding: 0;
  font-size: 15px;
}


.askus-popup.product .pd-list-w {
  max-height: 130px;
  overflow-y: auto;
}
.askus-popup.product .pd-list-w .input-view {
  margin-top: 10px;
}
.askus-popup.product .pd-list-w .input-view:first-child {
  margin-top: 0;
}

.askus-popup.product .form-textarea {
  border-color: #ddd;
}


.askus-sel-popup .ask-popup-txt {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 40px;
}
.askus-sel-popup .ask-select-btn {
  text-align: center;
}
.askus-sel-popup .ask-select-btn a {
  display: inline-block;
  width: 165px;
  border-radius: 30px;
  padding: 20px 0;
  margin-right: 10px;
  letter-spacing: -1px;
  background-color: #fff;
  color: #181818;
  border: 1px solid #909497;
}
.askus-sel-popup .ask-select-btn a:last-child {
  margin-right: 0;
}


/*partnership popup*/

.partnership-popup .form-common .form-row .form-label {
  font-size: 13px;
}
.partnership-popup .form-common .business-type .etc {
  margin-top: 15px;
  display: none;
}
.partnership-popup .form-textarea {
  border-color: #ddd;
}



/*slide common*/
.slider-wrap {
  position: relative;
}

.slick-slide {
  height: auto;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-prev, .slick-next {
  top: 0;
  width: 70px;
  height: 100%;
  z-index: 1;
  transform: none;

  background-repeat: no-repeat;
  background-size: 19px 35px;
}
.slick-prev:hover, .slick-next:hover,
.slick-prev:focus, .slick-next:focus {
  color: inherit;
}

.slick-prev {
  left: 0;
  background-image: url('/img/slider_left.png');
  background-position: center left 40px;
}
.slick-prev:focus,
.slick-prev:hover {
  background-image: url('/img/slider_left.png');
  background-position: center left 40px;
  background-repeat: no-repeat;
  background-size: 19px 35px;

}
.slick-prev:before {
  display: none;
}
.slick-next {
  right: 0;
  background-image: url('/img/slider_right.png');
  background-position: center right 40px;
}
.slick-next:hover,
.slick-next:focus {
  background-image: url('/img/slider_right.png');
  background-position: center right 40px;
  background-repeat: no-repeat;
  background-size: 19px 35px;
}
.slick-next:before {
  display: none;
}
.slick-dots {
  bottom: 20px;
}
.slick-dots li {
  text-align: center;
  width: 8px;
  height: 8px;
  margin: 0px 6px;
  border: 0;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.35);
}
.slick-dots li.slick-active {
  background-color: #000;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
}
.slick-dots li button:before {
  display: none;
}


.slider-item img {
  width: 100%;

}

/*plp common*/
.pd-list {
  margin-left: -15px;
  margin-right: -15px;
}
.pd-list::after {
  display: block;
  clear: both;
  content: ' ';
}
.pd-list .pd-item {
  width: 20%;
  padding: 0 15px;
  float: left;
  margin-bottom: 40px;
}
/* .pd-list .pd-item:nth-child(-n+5) {
  margin-top: 0;
} */
.pd-list .pd-item:nth-child(5n+1) {
  clear: left;
}
.pd-list .pd-item img {
  width: 100%;
  display: block;
}
.pd-list .pd-img-w {
  position: relative;
}
.pd-list .pd-img {
  overflow: hidden;
}

/* 임시 이미지 처리 */
.pd-list .pd-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.pd-list .pd-item .pd-clip {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.77);

  display: none !important;
}
.pd-list .pd-item .pd-clip .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.pd-list .pd-item .pd-clip .clip-btn {

  background: #000;
  font-size: 18px;
  height: 36px;

  border-radius: 36px;
  color: #fff;
  padding: 0 18px 0 20px;
  text-transform: uppercase;
}

.pd-list .pd-item .clipped-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #181818;
  border-radius: 50%;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  padding-top: 8px;

  display: none;
}

.pd-list .pd-item.clipped .clipped-btn {
  display: block;
}

.pd-list .pd-item .pd-txt {
  margin-top: 18px;
}
.pd-list .pd-item .pd-txt .pd-name {
  font-size: 18px;

  min-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
  color: #000;
}
.pd-list .pd-item .pd-txt .pd-type {
  font-weight: 700;
  font-size: 16px;
  color: #cdfb52;
  margin-bottom: 6px;
}
.pd-list .pd-item .pd-txt .pd-type .pd-tag {
  color: #000;
}

.pd-more-btn {
  margin-top: 30px;
}
.pd-more-btn > a {
  display: block;
  background-color: #f5f6f7;
  color: #181818;
  width: 100%;
  font-size: 16px;
  text-align: center;
  border-radius: 30px;
  padding: 10px 0;

  text-transform: uppercase;

}

/*pd list category tag*/
.list-category-area {
  padding-top: 25px;
  margin: -5px;
}

.list-category-area .category-item {
  display: inline-block;
  margin: 5px;

  color: #fff;
  padding: 7px 35px;
  font-size: 15px;
  border-radius: 30px;
  background-color: #181818;
}

.list-category-area .category-item.active {
  background-color: #d7fa4b;
  color: #000;
}


/*page common*/
.sub-page {
  padding-top: 24px;
}


.sec-txt {
  padding-bottom: 60px;
  text-align: center;
  position: relative;
}
.sec-txt .sec-title {
  font-size: 32px;
  line-height: var(--fs_tit);
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.sec-txt .sec-desc {
  font-weight: 700;
  color: #000;
  font-size: 16px;
  padding-top: 24px;
}
.page-section {
  margin-top: 40px;
  padding: 0 92px;
  max-width: 1784px;
  margin-left: auto;
  margin-right: auto;
}
.page-section:first-child {
  margin-top: 0;
}



/*form page*/
.form-page {
  max-width: 1100px;
  margin: 0 auto;
}

.form-page .form-title {
  font-size: 24px;
  line-height: var(--fs_tit);
  font-weight: 600;
  color: #000;
  padding-bottom: 18px;
  border-bottom: 2px solid #181818;
}

.form-page .form-common {
  padding: 25px 0;
  border-bottom: 1px solid #000;
}
.form-page .form-common .form-row.label-left {
  padding-left: 250px;
}
.form-page .form-common .form-row.label-left .form-label {
  width: 250px;
}


/*breadcrumb*/
.breadcrumb {
  font-size: 18px;
  letter-spacing: -0.5px;
  text-align: left;
  text-transform: uppercase;

  margin-bottom: 10px;
}

/* breadcrumb */
.breadcrumb2 {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  /*padding-top: 24px;*/
}
.breadcrumb2 .txt {
  display: block;
  font-size: 15px;

  color: #444;
  font-weight: 300;
}
.breadcrumb2 .arrow {
  display: block;
  margin: 0 4px;
}


/*sort*/
.sort_w {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sort_w .sort_btn {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 14px;
  font-size: 15px;
  font-weight: 600;
}
.sort_w .sort_btn i {
  font-size: 19px;
  line-height: 1;
  position: absolute;
  top: 3px;
  right: 0;
}

.sort_w .sort_expand {
  position: absolute;
  left: 50%;
  top: 100%;
  background-color: #fff;
  width: 140px;
  margin-left: -70px;
  padding: 6px 12px;
  box-shadow: 0px 0px 8px rgb(4 0 0 / 29%);
  margin-top: 4px;
  display: none;
  z-index: 1;
  text-align: left;
}
.sort_w .sort_expand li a {


}


/*pagination common*/
.pagination-common {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}
.pagination-common a {
  font-size: 18px;
}
.pagination-common .paging-arrow {
  font-weight: 700;
}
.pagination-common .paging-prev {
  margin-right: 15px;
}
.pagination-common .paging-next {
  margin-left: 15px;
}
.pagination-common ul {
  display: flex;
}
.pagination-common li {
  margin-right: 10px;
}
.pagination-common li:last-child {
  margin-right: 0;
}
.pagination-common li.active {
  font-weight: 700;
}
.pagination-common li.active a {
  text-decoration: underline;
}

/*video*/
.video-w .video-in {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.video-w .video-in iframe {

  width: 100%;
  height: 100%;

  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;

}






/* moq status common */
/*status 공통*/
.moq-status-w {
  padding-top: 15px;
  margin-bottom: 122px;
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
}
.moq-status-w ul {
  position: relative;
  width: calc(100% - 250px);
  height: 2px;
  background-color: #e1e1e1;
  margin: 0 125px;
}
.moq-status-w .status-item {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;

}
.moq-status-w .status-item:nth-child(1) {
  left: 0;
}
.moq-status-w .status-item:nth-child(2) {
  left: 25%;
}
.moq-status-w .status-item:nth-child(3) {
  left: 50%;
}
.moq-status-w .status-item:nth-child(4) {
  left: 75%;
}
.moq-status-w .status-item:nth-child(5) {
  margin-left: 0;
  margin-right: -10px;
  right: 0;
}


.moq-status-w .status-item .dot {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ddd;
}
.moq-status-w .status-item .status-txt {
  font-size: 16px;

  font-weight: 400;
  color: #c4c4c4;

  width: 166px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 14px;
  text-align: center;
  text-transform: uppercase;
}
.ko .moq-status-w .status-item .status-txt {
  width: 92px;
}

/*progress step 별 스타일*/
.moq-status-w ul::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}
.moq-status-w .status-item .dot {
  display: flex;
  align-items: center;
  justify-content: center;
}

.moq-status-w .status-item .dot .ani_ico {
  width: 20px;
  height: 20px;
}
.moq-status-w .status-item.ready {
  margin-top: -15px;
  margin-left: -15px;
}
.moq-status-w .status-item.ready .dot {
  width: 30px;
  height: 30px;
}

.moq-status-w.step1 ul::before {
  width: 0;
}
.moq-status-w.step1 .status-item:nth-child(1) {
  margin-top: -15px;
  margin-left: -15px;
}
.moq-status-w.step1 .status-item:nth-child(1) .dot {
  background-color: #000;
  width: 30px;
  height: 30px;
}
.moq-status-w.track.step1 .status-item:nth-child(1) .dot {
  background-image: url('/img/ico_status_check.png');
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center;
}
.moq-status-w.step1 .status-item:nth-child(1) .status-txt {
  color: #000;
  font-weight: 600;
}

.moq-status-w.step2 ul::before {
  width: 25%;
}
.moq-status-w.step2 .status-item:nth-child(2) {
  margin-top: -15px;
  margin-left: -15px;
}
.moq-status-w.step2 .status-item:nth-child(2) .dot {
  width: 30px;
  height: 30px;
}
.moq-status-w.track.step2 .status-item:nth-child(2) .dot {
  background-image: url('/img/ico_status_check.png');
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center;
}
.moq-status-w.step2 .status-item:nth-child(-n+2) .dot {
  background-color: #000;
}
.moq-status-w.step2 .status-item:nth-child(-n+2) .status-txt {
  color: #000;
}
.moq-status-w.step2 .status-item:nth-child(2) .status-txt {
  font-weight: 600;
}

.moq-status-w.step3 ul::before {
  width: 50%;
}
.moq-status-w.step3 .status-item:nth-child(3) {
  margin-top: -15px;
  margin-left: -15px;
}
.moq-status-w.step3 .status-item:nth-child(3) .dot {
  width: 30px;
  height: 30px;
}
.moq-status-w.track.step3 .status-item:nth-child(3) .dot {
  background-image: url('/img/ico_status_check.png');
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center;
}
.moq-status-w.step3 .status-item:nth-child(-n+3) .dot {
  background-color: #000;
}
.moq-status-w.step3 .status-item:nth-child(-n+3) .status-txt {
  color: #000;
}
.moq-status-w.step3 .status-item:nth-child(3) .status-txt {
  font-weight: 600;
}

.moq-status-w.step4 ul::before {
  width: 75%;
}
.moq-status-w.step4 .status-item:nth-child(4) {
  margin-top: -15px;
  margin-left: -15px;
}
.moq-status-w.step4 .status-item:nth-child(4) .dot {
  width: 30px;
  height: 30px;
}
.moq-status-w.track.step4 .status-item:nth-child(4) .dot {
  background-image: url('/img/ico_status_check.png');
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center;
}
.moq-status-w.step4 .status-item:nth-child(-n+4) .dot {
  background-color: #000;
}
.moq-status-w.step4 .status-item:nth-child(-n+4) .status-txt {
  color: #000;
}
.moq-status-w.step4 .status-item:nth-child(4) .status-txt {
  font-weight: 600;
}


.moq-status-w.step5 ul::before {
  width: 100%;
}
.moq-status-w.step5 .status-item:nth-child(5) {
  margin-top: -15px;
  margin-left: -15px;
}
.moq-status-w.step5 .status-item:nth-child(5) .dot {
  width: 30px;
  height: 30px;
}
.moq-status-w.track.step5 .status-item:nth-child(5) .dot {
  background-image: url('/img/ico_status_check.png');
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center;
}
.moq-status-w.step5 .status-item:nth-child(-n+5) .dot {
  background-color: #000;
}
.moq-status-w.step5 .status-item:nth-child(-n+5) .status-txt {
  color: #000;
}
.moq-status-w.step5 .status-item:nth-child(5) .status-txt {
  font-weight: 600;
}




.moq-status-w.order ul {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}


.moq-status-w.order .status-item:nth-child(1) {
  left: 0;
}
.moq-status-w.order .status-item:nth-child(2) {
  left: 50%;
}
.moq-status-w.order .status-item:nth-child(3) {
  margin-left: 0;
  margin-right: -10px;
  left: auto;
  right: 0;
}
.moq-status-w.order.step2 ul::before {
  width: 50%;
}
.moq-status-w.order.step3 ul::before {
  width: 100%;
}
.moq-status-w.order .status-item .status-txt {
  width: 120px;
}


/* Sub Step (8단계) */
.moq-status-w.sub_step .status-item:nth-child(1) {
    left: 0;
}
.moq-status-w.sub_step .status-item:nth-child(2) {
    left: 14.3%;
}
.moq-status-w.sub_step .status-item:nth-child(3) {
    left: 28.6%;
}
.moq-status-w.sub_step .status-item:nth-child(4) {
    left: 42.9%;
}
.moq-status-w.sub_step .status-item:nth-child(5) {
    left: 57.2%;
    margin-left: -10px;
    right: unset;
}
.moq-status-w.sub_step .status-item:nth-child(6) {
    left: 71.5%;
}
.moq-status-w.sub_step .status-item:nth-child(7) {
    left: 85.8%;
}
.moq-status-w.sub_step .status-item:nth-child(8) {
    margin-left: 0;
    margin-right: -10px;
    left: 100%;
    right: 0;
}

.moq-status-w.sub_step.step1 ul::before {
    width: 0;
}
/*.moq-status-w.sub_step.step1 .status-item:nth-child(1) {*/
/*    margin-top: -15px;*/
/*    margin-left: -15px;*/
/*}*/
/*.moq-status-w.sub_step.step1 .status-item:nth-child(1) .dot {*/
/*    background-color: #000;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*}*/
/*.moq-status-w.track.sub_step.step1 .status-item:nth-child(1) .dot {*/
/*    background-image: url('/img/ico_status_check.png');*/
/*    background-repeat: no-repeat;*/
/*    background-size: 16px auto;*/
/*    background-position: center;*/
/*}*/
/*.moq-status-w.sub_step.step1 .status-item:nth-child(1) .status-txt {*/
/*    color: #000;*/
/*    font-weight: 600;*/
/*}*/

.moq-status-w.sub_step.step2 ul::before {
    width: 14.3%;
}
/*.moq-status-w.sub_step.step2 .status-item:nth-child(2) {*/
/*    margin-top: -15px;*/
/*    margin-left: -15px;*/
/*}*/
/*.moq-status-w.sub_step.step2 .status-item:nth-child(2) .dot {*/
/*    width: 30px;*/
/*    height: 30px;*/
/*}*/
/*.moq-status-w.sub_step.track.step2 .status-item:nth-child(2) .dot {*/
/*    background-image: url('/img/ico_status_check.png');*/
/*    background-repeat: no-repeat;*/
/*    background-size: 16px auto;*/
/*    background-position: center;*/
/*}*/
/*.moq-status-w.sub_step.step2 .status-item:nth-child(-n+2) .dot {*/
/*    background-color: #000;*/
/*}*/
/*.moq-status-w.sub_step.step2 .status-item:nth-child(-n+2) .status-txt {*/
/*    color: #000;*/
/*}*/
/*.moq-status-w.sub_step.step2 .status-item:nth-child(2) .status-txt {*/
/*    font-weight: 600;*/
/*}*/

.moq-status-w.sub_step.step3 ul::before {
    width: 28.6%;
}
/*.moq-status-w.sub_step.step3 .status-item:nth-child(3) {*/
/*    margin-top: -15px;*/
/*    margin-left: -15px;*/
/*}*/
/*.moq-status-w.sub_step.step3 .status-item:nth-child(3) .dot {*/
/*    width: 30px;*/
/*    height: 30px;*/
/*}*/
/*.moq-status-w.sub_step.track.step3 .status-item:nth-child(3) .dot {*/
/*    background-image: url('/img/ico_status_check.png');*/
/*    background-repeat: no-repeat;*/
/*    background-size: 16px auto;*/
/*    background-position: center;*/
/*}*/
/*.moq-status-w.sub_step.step3 .status-item:nth-child(-n+3) .dot {*/
/*    background-color: #000;*/
/*}*/
/*.moq-status-w.sub_step.step3 .status-item:nth-child(-n+3) .status-txt {*/
/*    color: #000;*/
/*}*/
/*.moq-status-w.sub_step.step3 .status-item:nth-child(3) .status-txt {*/
/*    font-weight: 600;*/
/*}*/

.moq-status-w.sub_step.step4 ul::before {
    width: 42.9%;
}
/*.moq-status-w.sub_step.step4 .status-item:nth-child(4) {*/
/*    margin-top: -15px;*/
/*    margin-left: -15px;*/
/*}*/
/*.moq-status-w.sub_step.step4 .status-item:nth-child(4) .dot {*/
/*    width: 30px;*/
/*    height: 30px;*/
/*}*/
/*.moq-status-w.track.sub_step.step4 .status-item:nth-child(4) .dot {*/
/*    background-image: url('/img/ico_status_check.png');*/
/*    background-repeat: no-repeat;*/
/*    background-size: 16px auto;*/
/*    background-position: center;*/
/*}*/
/*.moq-status-w.sub_step.step4 .status-item:nth-child(-n+4) .dot {*/
/*    background-color: #000;*/
/*}*/
/*.moq-status-w.sub_step.step4 .status-item:nth-child(-n+4) .status-txt {*/
/*    color: #000;*/
/*}*/
/*.moq-status-w.sub_step.step4 .status-item:nth-child(4) .status-txt {*/
/*    font-weight: 600;*/
/*}*/


.moq-status-w.sub_step.step5 ul::before {
    width: 57.2%;
}
/*.moq-status-w.sub_step.step5 .status-item:nth-child(5) {*/
/*    margin-top: -15px;*/
/*    margin-left: -15px;*/
/*}*/
/*.moq-status-w.sub_step.step5 .status-item:nth-child(5) .dot {*/
/*    width: 30px;*/
/*    height: 30px;*/
/*}*/
/*.moq-status-w.sub_step.track.step5 .status-item:nth-child(5) .dot {*/
/*    background-image: url('/img/ico_status_check.png');*/
/*    background-repeat: no-repeat;*/
/*    background-size: 16px auto;*/
/*    background-position: center;*/
/*}*/
/*.moq-status-w.sub_step.step5 .status-item:nth-child(-n+5) .dot {*/
/*    background-color: #000;*/
/*}*/
/*.moq-status-w.sub_step.step5 .status-item:nth-child(-n+5) .status-txt {*/
/*    color: #000;*/
/*}*/
/*.moq-status-w.sub_step.step5 .status-item:nth-child(5) .status-txt {*/
/*    font-weight: 600;*/
/*}*/


.moq-status-w.step6 ul::before {
    width: 71.5%;
}
.moq-status-w.sub_step.step6 .status-item:nth-child(6) {
    margin-top: -15px;
    margin-left: -15px;
}
.moq-status-w.sub_step.step6 .status-item:nth-child(6) .dot {
    width: 30px;
    height: 30px;
}
.moq-status-w.sub_step.track.step6 .status-item:nth-child(6) .dot {
    background-image: url('/img/ico_status_check.png');
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: center;
}
.moq-status-w.sub_step.step6 .status-item:nth-child(-n+6) .dot {
    background-color: #000;
}
.moq-status-w.sub_step.step6 .status-item:nth-child(-n+6) .status-txt {
    color: #000;
}
.moq-status-w.sub_step.step6 .status-item:nth-child(6) .status-txt {
    font-weight: 600;
}


.moq-status-w.step7 ul::before {
    width: 85.8%;
}
.moq-status-w.sub_step.step7 .status-item:nth-child(7) {
    margin-top: -15px;
    margin-left: -15px;
}
.moq-status-w.sub_step.step7 .status-item:nth-child(7) .dot {
    width: 30px;
    height: 30px;
}
.moq-status-w.sub_step.track.step7 .status-item:nth-child(7) .dot {
    background-image: url('/img/ico_status_check.png');
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: center;
}
.moq-status-w.sub_step.step7 .status-item:nth-child(-n+7) .dot {
    background-color: #000;
}
.moq-status-w.sub_step.step7 .status-item:nth-child(-n+7) .status-txt {
    color: #000;
}
.moq-status-w.sub_step.step7 .status-item:nth-child(7) .status-txt {
    font-weight: 600;
}

.moq-status-w.step8 ul::before {
    width: 100%;
}
.moq-status-w.sub_step.step8 .status-item:nth-child(8) {
    margin-top: -15px;
    margin-left: -15px;
}
.moq-status-w.sub_step.step8 .status-item:nth-child(8) .dot {
    width: 30px;
    height: 30px;
}
.moq-status-w.sub_step.track.step8 .status-item:nth-child(8) .dot {
    background-image: url('/img/ico_status_check.png');
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: center;
}
.moq-status-w.sub_step.step8 .status-item:nth-child(-n+8) .dot {
    background-color: #000;
}
.moq-status-w.sub_step.step8 .status-item:nth-child(-n+8) .status-txt {
    color: #000;
}
.moq-status-w.sub_step.step8 .status-item:nth-child(8) .status-txt {
    font-weight: 600;
}




/* Sub Step (4단계) */
.moq-status-w.exw_step .status-item:nth-child(1) {
    left: 0;
}
.moq-status-w.exw_step .status-item:nth-child(2) {
    left: 33.3%;
}
.moq-status-w.exw_step .status-item:nth-child(3) {
    left: 66.6%;
}
.moq-status-w.exw_step .status-item:nth-child(4) {
    margin-left: 0;
    margin-right: -10px;
    left: 100%;
    right: 0;
}
.moq-status-w.exw_step.step1 ul::before {
    width: 0;
}
.moq-status-w.exw_step.step2 ul::before {
    width: 33.3%;
}
.moq-status-w.exw_step.step3 ul::before {
    width: 66.6%;
}
.moq-status-w.exw_step.step4 ul::before {
    width: 100%;
}

/* 6단계 */
.moq-status-w.count6 .status-item:nth-child(1) {
  left: 0;
}
.moq-status-w.count6 .status-item:nth-child(2) {
  left: 20%;
}
.moq-status-w.count6 .status-item:nth-child(3) {
  left: 40%;
}
.moq-status-w.count6 .status-item:nth-child(4) {
  left: 60%;
}
.moq-status-w.count6 .status-item:nth-child(5) {
  left: 80%;
  right: auto;
  margin-left: -10px;
  margin-right: 0;
}
.moq-status-w.count6 .status-item:nth-child(6) {
  margin-left: 0;
  margin-right: -10px;
  left: 100%;
  right: 0;
}
.moq-status-w.count6.step1 ul::before {
  width: 0;
}
.moq-status-w.count6.step2 ul::before {
  width: 20%;
}
.moq-status-w.count6.step3 ul::before {
  width: 40%;
}
.moq-status-w.count6.step4 ul::before {
  width: 60%;
}
.moq-status-w.count6.step5 ul::before {
  width: 80%;
}
.moq-status-w.count6.step6 ul::before {
  width: 100%;
}

.moq-status-w.count6.step5 .status-item:nth-child(-n+5) .dot {
  background-color: #000;
}
.moq-status-w.count6.step5 .status-item:nth-child(-n+5) .status-txt {
  color: #000;
}
.moq-status-w.count6.step5 .status-item:nth-child(5) .status-txt {
  font-weight: 600;
}
.moq-status-w.count6.step6 .status-item:nth-child(-n+6) .dot {
  background-color: #000;
}
.moq-status-w.count6.step6 .status-item:nth-child(-n+6) .status-txt {
  color: #000;
}
.moq-status-w.count6.step6 .status-item:nth-child(6) .status-txt {
  font-weight: 600;
}
.moq-status-w.count6.step6 .status-item:nth-child(6) {
  margin-top: -15px;
  margin-left: -15px;
}
.moq-status-w.count6.step6 .status-item:nth-child(6) .dot {
  width: 30px;
  height: 30px;
}



/*summary 공통*/
.use-summary-w {
  display: flex;
}
.summary-left-w {
  width: calc(100% - 380px);
  padding-right: 30px;
}


.summary-w .summary {
  width: 380px;
  position: -webkit-sticky;
  position: sticky;
  top: 62px;
}

.summary-w .summary .summary-box .box-top {
  padding: 32px 32px 24px 32px;
  background-color: #f7fafb;
  /*border-top-left-radius: 20px;*/
  /*border-top-right-radius: 20px;*/
}

.summary-w .summary .summary-box .box-top .box-cont {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;

}
.summary-w .summary .summary-box .box-top .box-cont:first-child {
  margin-top: 0;
}
.summary-w .summary .summary-box .box-top .box-cont:last-child {
  padding-bottom: 0;
  border: 0;
}

.summary-w .summary .summary-box .box-top .box-cont .cont-row {
  position: relative;
  margin-top: 20px;
  display: flex;
}
.summary-w .summary .summary-box .box-top .box-cont .cont-row:first-child {
  margin-top: 0;
}
.summary-w .summary .summary-box .box-top .box-cont .cont-row.notice {
  margin-top: 8px;
}
.summary-w .summary .summary-box .box-top .box-cont .cont-row.notice p {
  font-size: 13px;
  color: #838383;
}
.summary-w .summary .summary-box .box-top .box-cont .cont-row .cont-label {
  width: 120px;
  font-size: 14px;

  color: #121619;
  flex-shrink: 0;
  padding-right: 10px;
}
.summary-w .summary .summary-box .box-top .box-cont .cont-row .cont-txt {
  flex-grow: 1;
}
.summary-w .summary .summary-box .box-top .box-cont .cont-row .cont-txt p {

  font-weight: 300;
  margin-top: 8px;
}
.summary-w .summary .summary-box .box-top .box-cont .cont-row .cont-txt p:first-child {
  margin-top: 0;
}

.summary-w .summary .summary-box .box-top .box-cont.cont-notice {
  margin-top: 10px;
  border-bottom: 0;
  padding-bottom: 0;
}

.summary-w .summary .summary-box .box-top .box-cont.cont-notice .cont-row {
  padding: 0;
}
.summary-w .summary .summary-box .box-top .box-cont.cont-notice .cont-row p {

  font-weight: 300;
  color: #838383;
}

.summary-w .summary .summary-box .box-top .box-cont.package .cont-row .cont-txt p {
  margin-top: 20px;
}
.summary-w .summary .summary-box .box-top .box-cont.package .cont-row .cont-txt p:first-child {
  margin-top: 0;
}
.summary-w .summary .summary-box .box-top .box-cont.package .cont-row .cont-txt p b {
  display: block;
  font-weight: 700;
}
.summary-w .summary .summary-box .box-top .box-cont.package .cont-row .cont-txt p span {
  display: block;
  margin-top: 8px;
}

.summary-w .summary .summary-box .box-top .box-cont.count {
  padding-bottom: 0;
  border-bottom: 0;
}
.summary-w .summary .summary-box .box-top .box-cont.count .cont-row {
  justify-content: end;
}
.summary-w .summary .summary-box .box-top .box-cont.count .cont-row .cont-txt p {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.summary-w .summary .summary-box .box-bot {
  background-color: #f0f3f4;
  padding: 30px 40px;
}
.summary-w .summary .summary-box .box-bot .cont-row {
  margin-top: 20px;
  display: flex;
}
.summary-w .summary .summary-box .box-bot .cont-row:first-child {
  margin-top: 0;
}
.summary-w .summary .summary-box .box-bot .cont-row .cont-label {
  font-size: 16px;

  font-weight: 700;
  color: #000
}
.summary-w .summary .summary-box .box-bot .cont-row .cont-label .label-notice {
  font-size: 13px;
  font-weight: 300;
  color: #444;
}
.summary-w .summary .summary-box .box-bot .cont-row .cont-txt {
  font-size: 16px;

  text-align: right;
  font-weight: 700;
  color: #000;
  flex-grow: 1;
}
.summary-w .summary .summary-box .box-btn {
  background-color: #000;
  /*border-bottom-left-radius: 20px;*/
  /*border-bottom-right-radius: 20px;*/
}
.summary-w .summary .summary-box .box-btn a {
  display: block;
  color: #fff;
  font-size: 16px;

  font-weight: 600;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
}

.summary-w .summary .summary-box .box-btn.type2 {
  background-color: #d7fa4b;
}
.summary-w .summary .summary-box .box-btn.type2 a {
  color: #000;
}

.summary-w .summary .summary-notice {
  margin-top: 16px;
}
.summary-w .summary .summary-notice p {
  color: #838383;
  font-weight: 500;
  font-size: 14px;

}



/* order link */
.order-link-w {
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  margin-bottom: 42px;
}
.order-link-w a {
  display: block;
  font-size: 24px;

  font-weight: 400;
  color: #ddd;

  margin-bottom: -1px;
  border-bottom: 4px solid transparent;
  padding: 16px 24px;
}
.order-link-w a.active {
  color: #121619;
  border-color: #121619;
  font-weight: 600;
}

/*table list comm*/

.list-wrap.table-list-comm .list table {
  width: 100%;
}

.list-wrap.table-list-comm .list table th {
  padding: 15px 8px;
  font-weight: 500;
  font-size: 14px;

  color: #000;
}
.list-wrap.table-list-comm .list table td {
  vertical-align: middle;
  padding: 15px 8px;
  font-size: 14px;

}

.list-wrap.table-list-comm .list table th {
  border-top: 2px solid #000;
  border-bottom: 1px solid #838383;
  text-align: center;
  font-weight: 700;
}

.list-wrap.table-list-comm .list table td {
  border-bottom: 1px solid #eaeaea;
  text-align: center;
}

.list-wrap.table-list-comm .list table td .list-btn {
  display: inline-block;

  color: #fff;
  background: #000;
  border-radius: 20px;
  margin-top: 10px;
  font-weight: 300;
}


/* moq popup */
/* moq popup common */
.popup-common.type-moq .popup-wrap .popup-btn {
  display: flex;
  justify-content: center;

  margin-top: 20px;
}
.popup-common.type-moq .popup-wrap .popup-btn > a {
  margin-top: 0;
  min-width: 145px;
}
.popup-common.type-moq .popup-wrap .popup-txt {
  margin-bottom: 0;
}
.popup-common.type-moq .popup-wrap .popup-txt .popup-title {
  font-size: 18px;

  font-weight: 700;
  color: #181818;
  margin-bottom: 20px;
}
.popup-common.type-moq .popup-wrap .popup-txt .popup-desc {
  font-size: 14px;

  font-weight: 500;
  color: #181818;
  margin-top: 0;
}
.popup-common.type-moq .popup-wrap .popup-cont {
  margin-top: 20px;
}
.popup-common.type-moq .popup-wrap .popup-btn > a {
  width: auto;
  min-width: 100px;
  padding: 9px 22px;
  margin: 0 5px;
  font-weight: 700;
  text-transform: none;
}

.moq-alert-popup .popup-wrap {
  width: 400px;
}


/*postal code popup*/
.postal-list-w {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
}
.postal-list tr th:nth-child(1) {
  width: 150px;
}
.postal-list tr th:nth-child(2) {
  width: 100px;
}
.postal-list tbody tr {
  cursor: pointer;
}
.postal-list tbody tr:hover {
  background-color: #dedede;
}
.postal-list.list-wrap.table-list-comm .list table td {
  text-align: left;
}
.postal-list.list-wrap.table-list-comm .list table  th:nth-child(3),
.postal-list.list-wrap.table-list-comm .list table  td:nth-child(3) {
  text-align: center;
}


/* tab menu*/

.tab-cont-w .tab-cont {
  display: none;
}
.tab-cont-w .tab-cont.active {
  display: block;
}












/* report popup */
.report-popup .popup-wrap {
  width: 900px;
}

.report-popup .form-textarea {
  border-color: #ddd;
}

.report-popup .file-w .file-up .upload-file {
  padding: 6px 12px;
}
.report-popup .file-w .file-up label {
  padding: 6px 25px;
}



.report-popup .cont-part.form-common {
  border-top: 1px solid #000;
  padding-top: 30px;
}

.report-popup .cont-part .part-box {
  padding: 20px;
  border: 1px solid #ddd;
}

.report-popup .cont-part .part-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.report-popup .cont-part .part-notice {
  margin-bottom: 10px;
}

.report-popup .cont-part .part-notice .indi-st {
  color: #da5939;
  font-weight: 700;
  font-size: 17px;
}

.report-popup .cont-part .part-form .form-check {
  margin: 0;
}




.cancel-line {
  text-decoration: line-through;
}



/* button */
.btn_comm a,
.btn_comm label,
.btn_comm span {
  display: inline-flex;
  padding: 6px 16px;
  font-size: 14px;

  background-color: #fff;
  color: #000;
  border: 1px solid transparent;
}
.btn_comm a.big,
.btn_comm label.big,
.btn_comm span.big {
  padding: 11px 16px;
  font-size: 20px;

  justify-content: center;
}
.btn_comm a.middle,
.btn_comm label.middle,
.btn_comm span.middle {
  padding: 10px 20px;
  font-size: 17px;

  font-weight: 600;
}
.btn_comm a.use_ico,
.btn_comm label.use_ico,
.btn_comm span.use_ico {
  padding: 4px 16px;
}
.btn_comm.black a,
.btn_comm.black label,
.btn_comm.black span,
.btn_comm a.black,
.btn_comm label.black,
.btn_comm span.black {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn_comm.border a,
.btn_comm.border label,
.btn_comm.border span,
.btn_comm a.border,
.btn_comm a.label,
.btn_comm span.border {
  border-color: #000;
}
.btn_comm.text a,
.btn_comm.text label,
.btn_comm.text span,
.btn_comm a.text,
.btn_comm label.text,
.btn_comm span.text {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.btn_comm.gray a,
.btn_comm.gray label,
.btn_comm.gray span,
.btn_comm a.gray,
.btn_comm label.gray,
.btn_comm span.gray {
  background-color: #dedede;
  border-color: #dedede;
}

.btn_comm.color a,
.btn_comm.color label,
.btn_comm.color span,
.btn_comm a.color,
.btn_comm label.color,
.btn_comm span.color {
  background: linear-gradient(90deg, #FF4B91 0%, #0080FF 100%);
  border: 0;
  color: #fff;
}
.btn_comm.color a:hover,
.btn_comm.color label:hover,
.btn_comm.color span:hover,
.btn_comm a.color:hover,
.btn_comm label.color:hover,
.btn_comm span.color:hover {
  background: linear-gradient(90deg, #FD9 0%, #FF4B91 24.5%, #0080FF 100%);
}


/* form */
.chk_w input[type="checkbox"] {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  opacity: 0;
}
.chk_w .chk_item {
  margin-top: 8px;
}
.chk_w .chk_item:first-child {
  margin-top: 0;
}
.chk_w .chk_item input[type="checkbox"] + label {
  font-size: 15px;

  font-weight: 300;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.chk_w .chk_item input[type="checkbox"] + label i.chk_ico {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
  margin-right: 8px;
  flex-shrink: 0;
}
.chk_w .chk_item.only_box input[type="checkbox"] + label i.chk_ico {
  margin: 0;
}
.chk_w .chk_item input[type="checkbox"]:checked + label i.chk_ico {
  border-color: #000;
  background-color: #000;

  background-image: url("/v2/img/ico_checkbox.png");
  background-position: center;
  background-size: 10px auto;
  background-repeat: no-repeat;
}
.chk_w .chk_item input[type="checkbox"]:disabled + label i.chk_ico {
  background-color: #f6f7fb;
}
.chk_w .chk_item input[type="checkbox"]:disabled:checked + label i.chk_ico {
  border-color: #c4c4c4;
  background-color: #c4c4c4;
}

.radio_w input[type="radio"] {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
.radio_w .radio_item {
  margin-top: 8px;
}
.radio_w .radio_item:first-child {
  margin-top: 0;
}
.radio_w .radio_item input[type="radio"] + label {
  font-size: 15px;

  font-weight: 300;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.radio_w .radio_item input[type="radio"] + label i.radio_ico {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  flex-shrink: 0;
}
.radio_w .radio_item input[type="radio"]:checked + label i.radio_ico {
  border-color: #000;
  background-color: #000;
}
.radio_w .radio_item input[type="radio"]:checked + label i.radio_ico::after {
  display: block;
  content: " ";

  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
  background-color: #fff;
}

/* pd list */
.pd_list_comm {
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
}
.pd_list_comm .pd_item {
  width: 20%;
  padding: 0 16px;
}
.pd_list_comm .pd_item .pd_img_w {
  overflow: hidden;
}
.pd_list_comm .pd_item .pd_img {
  width: 100%;
  overflow: hidden;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
/*.pd_list_comm .pd_item .pd_img_w .pd_img:hover {*/
/*  transform: scale(1.06);*/
/*  transition: transform 0.4s ease-in-out;*/
/*}*/

.pd_list_comm .pd_item .pd_img img {
  width: 100%;
  /*opacity: 0;*/
    aspect-ratio: 1;
}
.pd_list_comm .pd_item .pd_img .img_link {
  position: relative;
  display: block;
}
.pd_list_comm .pd_item .pd_img .img_link::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  z-index: 1;
}
.pd_list_comm .pd_item .pd_img .thumb_hover {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  background-color: #fff;
  z-index: 1;
}
.pd_list_comm .pd_item .pd_img .img_link:hover .thumb_hover {
  opacity: 1;
  transition: opacity 0.4s;
}

.badge_w {
  display: flex;
  margin-top: 8px;
}
.badge_w .item {
  display: block;
  padding: 2px 6px;
  margin-right: 4px;

  font-size: 12px;

  color: #fff;
  border: 1px solid #000;
}
.badge_w .item.border {
  background-color: #fff;
  color: #000
}
.badge_w .item.black {
  background-color: #000;
  color: #fff;
}
.badge_w .badge_item {
  display: block;
  height: 22px;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  text-indent: -9999px;
  overflow: hidden;
}
.badge_w .badge_item:last-child {
  margin-right: 0;
}
.badge_w .badge_item.stm {
  width: 124px;
  background-image: url("/v2/img/pd_label/pd_label_stm_n_en_pc2.png");
}
.ko .badge_w .badge_item.stm {
  width: 57px;
  background-image: url("/v2/img/pd_label/pd_label_stm_n_ko_pc.png");
}
.badge_w .badge_item.ptd {
  width: 70px;
  background-image: url("/v2/img/pd_label/pd_label_ptd_n_en_pc.png");
}
.ko .badge_w .badge_item.ptd {
  width: 35px;
  background-image: url("/v2/img/pd_label/pd_label_ptd_n_ko_pc.png");
}
.badge_w .badge_item.moq {
  width: 67px;
  background-image: url("/v2/img/pd_label/pd_label_moq_n_en_pc_v2.png");
}
/*.ko .badge_w .badge_item.moq {*/
/*  width: 57px;*/
/*  background-image: url("/v2/img/pd_label/pd_label_moq_n_ko_pc.png");*/
/*}*/
.badge_w .badge_item.otc {
  width: 36px;
  background-image: url("/v2/img/pd_label/pd_label_otc_n_pc.png");
}
.badge_w .badge_item.ct {
  display: none !important; /*임시 히든 처리*/
  width: 125px;
  background-image: url("/v2/img/pd_label/pd_label_ct_n_en_pc.png");
}
.ko .badge_w .badge_item.ct {
  width: 80px;
  background-image: url("/v2/img/pd_label/pd_label_ct_n_ko_pc.png");
}
.badge_w.v2 {
  position: absolute;
  padding: 8px;
  margin-top: 0;
  top: 0;
  right: 0;
}
.badge_w.v2 .badge_item.moq {
  width: 67px;
  background-image: url("/v2/img/pd_label/pd_label_moq_n_en_pc_v2.svg");
}

.pd_list_comm .pd_item .badge_w.mini .badge_item {
  height: 18px;
}
.pd_list_comm .pd_item .badge_w.mini .badge_item.stm {
  width: 98px;
  background-image: url("/v2/img/pd_label/pd_label_stm_s_en_pc2.png");
}
.ko .pd_list_comm .pd_item .badge_w.mini .badge_item.stm {
  width: 52px;
  background-image: url("/v2/img/pd_label/pd_label_stm_s_ko_pc2.png");
}
.pd_list_comm .pd_item .badge_w.mini .badge_item.ptd {
  width: 56px;
  background-image: url("/v2/img/pd_label/pd_label_ptd_s_en_pc.png");
}
.ko .pd_list_comm .pd_item .badge_w.mini .badge_item.ptd {
  width: 29px;
  background-image: url("/v2/img/pd_label/pd_label_ptd_s_ko_pc.png");
}
.pd_list_comm .pd_item .badge_w.mini .badge_item.moq {
  width: 53px;
  background-image: url("/v2/img/pd_label/pd_label_moq_s_en_pc_v2.png");
}
/*.ko .pd_list_comm .pd_item .badge_w .badge_item.moq {*/
/*    width: 46px;*/
/*    background-image: url("/v2/img/pd_label/pd_label_moq_s_ko_pc.png");*/
/*}*/
.pd_list_comm .pd_item .badge_w.mini .badge_item.otc {
  width: 30px;
  background-image: url("/v2/img/pd_label/pd_label_otc_s_pc.png");
}
.pd_list_comm .pd_item .badge_w.mini .badge_item.ct {
  width: 94px;
  background-image: url("/v2/img/pd_label/pd_label_ct_s_en_pc.png");
}
.ko .pd_list_comm .pd_item .badge_w.mini .badge_item.ct {
  width: 59px;
  background-image: url("/v2/img/pd_label/pd_label_ct_s_ko_pc.png");
}

.pd_list_comm .pd_item .pd_txt {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
}
.pd_list_comm .pd_item .pd_txt .pd_tit {
  display: block;
  flex-grow: 1;

  font-weight: 300;
  font-size: 14px;
  line-height: 1.4285;
}
.pd_list_comm .pd_item .pd_txt .pd_tit p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
}
.pd_list_comm .pd_item .pd_txt .pd_tit .pd_volume {
  color: #838383;
  margin-top: 4px;
  text-transform: uppercase;
}
.pd_list_comm .pd_item .clip_btn {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;

  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(109, 109, 109, 0.24);
  border: 1px solid #fff;

  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 3;
}
.pd_list_comm .pd_item .clip_btn.clipped {
  background-color: #121619;
  border-color: #121619;
}
.pd_list_comm .pd_item .clip_btn .ico_comm.clip_ico {
  background-image: url('/v2/img/ico_clip_v2_w.svg');
}

/* pagination */
.pagination_w {
  margin-top: 40px;
}
.pagination_w .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination_w .pagination .page_item a {
  display: block;
}
.pagination_w .pagination .page_item:not(.arrow) a {
  min-width: 22px;
  text-align: center;
  padding: 0 5px;

  font-size: 17px;

  color: #838383;
}
.pagination_w .pagination .page_item.active a {
  color: #444;
  font-weight: 600;
}
.pagination_w .pagination .page_item.arrow a {
  margin: 0 4px;
}

.header_dimmed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.2);
  z-index: 99;

  display: none;
}

/* popup */
.dimmed,
.dimmed2 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 10000;

  display: none;
}
.dimmed2 {
  z-index: 10002;
}
.popup_comm {
  position: fixed;
  left: 0;
  right: 0;
  margin: 8vh auto 0 auto;
  top: 0;
  background-color: #fff;
  max-width: 446px;
  z-index: 10001;


  display: none;
}

.popup_comm > .inner {
  padding: 24px 20px 32px 20px;
}
.popup_comm .cont::-webkit-scrollbar {
   width: 4px;
 }
.popup_comm .cont::-webkit-scrollbar-thumb {
  background: rgba(131,131,131,0.8);
  border-radius: 4px;
}
.popup_comm .cont::-webkit-scrollbar-track {
  background: #eaeaea;
}


.popup_comm .cls_btn {
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
}

.popup_comm .txt .tit {
  padding-right: 94px;
  font-size: 22px;
  line-height: var(--fs_tit);
  font-weight: 600;
}
.popup_comm .txt .desc {
  margin-top: 24px;
  font-size: 18px;

  color: #181818;
}

.popup_comm .cont {
  margin-top: 32px;
  max-height: calc(70vh - 100px);
  overflow-y: auto;

  /*스크롤 방지*/
  padding-bottom: 2px;
}

.popup_comm .btn {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.popup_comm .btn a {
  display: inline-flex;
  min-width: 100px;
  padding: 8px 20px;
  font-size: 16px;

  justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  margin-left: 8px;
}
.popup_comm .btn a:first-child {
  margin-left: 0;
}
.popup_comm .btn a.type2 {
  border-color: #dedede;
  background-color: #dedede;
  color: #000
}
.popup_comm .btn a.border {
  background-color: #fff;
  color: #000;
  border-color: #000;
}

.popup_comm.moq_type {
  max-width: 600px;
}
.popup_comm.moq_type .cont {
  margin-top: 48px;
}
.popup_comm.moq_type .cont_txt {
  text-align: center;
  overflow: hidden;
}
.popup_comm.moq_type .cont_txt .tit {
  font-size: 18px;
  line-height: var(--fs_tit);
  font-weight: 600;
  color: #121619;
}
.popup_comm.moq_type .cont_txt .desc {
  margin-top: 8px;
  font-size: 14px;

  color: #838383;
}

/* alert 형태 일괄 수정 */
.popup_comm.alert_confirm {
  max-width: 480px;
  top: 50%;
  margin-top: -100px;
}
.popup_comm.alert_confirm .txt {
  margin-top: 48px;
}
.popup_comm.alert_confirm .txt {
  text-align: center;
  overflow: hidden;
}
.popup_comm.alert_confirm .txt .tit {
  font-size: 18px;
  line-height: var(--fs_tit);
  font-weight: 600;
  color: #121619;
  padding-right: 0;
}
.popup_comm.alert_confirm .txt .desc {
  margin-top: 4px;
  font-size: 14px;

  color: #838383;
}


.form_comm .form_title {
  font-size: 24px;
  line-height: var(--fs24_lh);
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.form_comm .form_row {
  margin-top: 16px;
  display: flex;
}
.form_comm .form_row:first-child {
  margin-top: 0;
}

.form_comm .form_row .form_label {
  width: 190px;
  flex-shrink: 0;
  padding: 8px 0;

  font-weight: 600;
  font-size: 16px;

  color: #181818;
}
.form_comm .form_row .form_label:has(> .asterisk) {
  display: flex;
  align-items: center;
}
.form_comm .form_row .form_label i.asterisk {
  display: block;
  background: url("/v2/img/ico_asterisk2.svg") no-repeat 0 0;
  background-size: 100% auto;
  width: 9px;
  height: 22px;
}
.form_comm .form_row.label100 {
  display: block;
}
.form_comm .form_row.label100 .form_label {
  padding: 0;
  width: auto;
  margin-bottom: 8px;
}
.form_comm .form_row .form_row_in {
  display: flex;
}
.form_comm .form_row .form_col {
  width: calc(50% - 16px);
}
.form_comm .form_row .form_col + .form_col {
  margin-left: 32px;
}
.form_comm .form_row .form_item {
  flex-grow: 1;
  min-height: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form_comm .form_row .form_item .form_item_in {
  position: relative;
  width: 100%;
}
.form_comm .form_row .form_item.item2 {
  justify-content: space-between;
}
.form_comm .form_row .form_item.item2 input,
.form_comm .form_row .form_item.item2 select {
  width: calc(50% - 4px);
}

.form_comm .form_row .form_item input,
.form_comm .form_row .form_item select {
  border-radius: 0;
  border: 1px solid #ddd;
  padding: 9px 12px;
  font-size: 14px;

  font-weight: 300;
  color: #181818;
  display: block;
  width: 100%;
  position: relative;
}
.form_comm .form_row .form_item input.invaild,
.form_comm .form_row .form_item select.invaild,
.form_comm .form_row .form_item input.invalid,
.form_comm .form_row .form_item select.invalid {
  border-color: #eb3d4f;
}

.form_comm .form_row .form_item input[type=checkbox] {
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.form_comm .form_row .form_item select {
  padding-right: 24px;
  background: url("/v2/img/ico_select2.png") no-repeat right 8px center;
  background-size: 16px;

  background-color: #fff;
}
.form_comm .form_row .form_item select option[value=""][disabled] {
  display: none !important;
}
.form_comm .form_row .form_item .textarea_w {
  width: 100%;
  border: 1px solid #ddd;
  padding: 9px 12px;
  overflow-y: auto;
}
.form_comm .form_row .form_item .textarea_w.invaild,
.form_comm .form_row .form_item .textarea_w.invalid {
  border-color: #eb3d4f;
}
.form_comm .form_row .form_item textarea {
  width: 100%;
  height: 198px;
  resize: none;
  padding: 0;
  font-size: 14px;

  font-weight: 300;
  color: #181818;
}
.form_comm .form_row .form_item textarea::-webkit-scrollbar {
  width: 4px;
}
.form_comm .form_row .form_item textarea::-webkit-scrollbar-thumb {
  background: rgba(131,131,131,0.8);
  border-radius: 4px;
}
.form_comm .form_row .form_item textarea::-webkit-scrollbar-track {
  background: #eaeaea;
}
.form_comm .form_row .form_item input[type=date],
.form_comm .form_row .form_item input.datepicker {
  padding: 8px 7px 8px 12px;
}
.form_comm .form_row .form_item input[type=date]::after {
  z-index: -1;
  content:' ';
  display: block;
  background: none;
  background: url('/v2/img/ico_date.png') no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top:50%;
  margin-top: -8px;
  right:8px;
}
.form_comm .form_row .form_item input.datepicker {
  background-image: url('/v2/img/ico_date.png');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 8px center;
}

.form_comm .form_row.file .form_item input[type=file] {
  display: none;
}
.form_comm .form_row.file .form_item input[type=file] + label {
  display: inline-block;
  border: 1px solid #000;
  padding: 6px 16px;
  font-size: 14px;

  font-weight: 600;
}
.form_comm .form_row.file .form_item .file_notice {
  margin-top: 8px;
  font-size: 14px;

  color: #838383;
}
.form_comm .form_row.file .form_item .file_list {
  margin-top: 8px;
  font-size: 14px;

}
.form_comm .form_row.file .form_item .file_list li p {
  display: flex;
  align-items: center;
}
.form_comm .form_row .form_item input.invaild,
.form_comm .form_row .form_item select.invaild {
  border-color: #EB3D4F;
}
.form_comm .form_row .form_item.tel_type {
  display: flex;
  align-items: center;
}
.form_comm .form_row .form_item.tel_type select {
  width: 90px;
  margin-right: 8px;
}
.form_comm .form_row .form_item.tel_type input {
  flex-grow: 1;
}
.form_comm .form_row .form_item.name_type {
  display: flex;
  justify-content: space-between;
}
.form_comm .form_row .form_item.name_type input {
  width: calc(50% - 4px);
}
.form_comm .form_notice {
  margin-top: 8px;
}

.q_search_inquiry_popup {
  max-width: 680px;
}


.askus_popup {
  max-width: 680px;
}
.askus_popup .progress_w {
  width: 100%;
  background: #fff;
  border-radius: 18px;
  height: 24px;
  overflow: hidden;
  position: relative;
  background-color: #f6f7fb;
}
.askus_popup .progress_w .bar {
  width: 20%;
  height: 100%;
  background-color: #000;
  font-size: 16px;

  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
}
.askus_popup .progress_w .txt {
  position: absolute;
  right: 16px;
  top: 0px;
  font-size: 16px;

  color: #181818;
}
.askus_popup .step_w {
  margin-top: 40px;
}
.askus_popup .step_w .step {
  display: none;
}
.askus_popup .step_w .step .step_tit {
  font-size: 18px;
  line-height: var(--fs_tit);
  font-weight: 600;
  color: #181818;
}
.askus_popup .step_w .step .step_cont {
  margin-top: 16px;
}
.askus_popup .step_w .radio_item,
.askus_popup .step_w .chk_item {
  margin-right: 8px;
  margin-top: 16px;
}
.askus_popup .step_w .radio_item input[type=radio],
.askus_popup .step_w .chk_item input[type=checkbox] {
  opacity: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.askus_popup .step_w .radio_item input[type=radio] + label,
.askus_popup .step_w .chk_item input[type=checkbox] + label {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #000;
  color: #000;
  border-radius: 30px;
  font-size: 16px;

}
.askus_popup .step_w .radio_item input[type=radio]:checked + label,
.askus_popup .step_w .chk_item input[type=checkbox]:checked + label {
  background-color: #181818;
  color: #fff;
  font-weight: 600;
  /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16); */
}
.askus_popup .step_w .dis_f {
  display: flex;
  margin-top: -16px;
}
.askus_popup .step_w .btn {
  margin-top: 48px;
}

.askus_popup .step_w .form_comm .form_row.other_op {
  margin-top: 16px;
  display: none;
}
.askus_popup .notice {
  font-size: 16px;

  color: #555;
  padding-left: 12px;
  margin-top: 16px;
  position: relative;
}
.askus_popup .notice::before {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #555;
  border-radius: 50%;

}

.askus_popup .form_row.age {
  width: 78%;
  align-items: center;
}


.select_addr_popup {}


.report_popup {
  max-width: 680px;
}

.report_popup .box_w .box {
  margin-top: 24px;
}
.report_popup .box_w .box:first-child {
  margin-top: 0;
}
.report_popup .box_w .box .box_tit {
  font-size: 17px;
  line-height: var(--fs_tit);
  font-weight: 600;
  margin-bottom: 8px;
}
.report_popup .box_w .box .box_desc {
  font-size: 15px;

  margin-bottom: 8px;
}
.report_popup .box_w .box .box_cont {
  border: 1px solid #e1e1e1;
  padding: 20px;
}
.report_popup .box_w .box .box_cont p {
  font-size: 15px;

}
.report_popup .box_w .box .agree_w {
  margin-top: 8px;
}
.report_popup .form_w {
  margin-top: 24px;
}
.report_popup .form_w .chk_w {
  width: 100%;
}
.report_popup .form_w .file_w {
  width: 100%;
}
.report_popup .form_w .file_w .file_in {
  display: flex;
}
.report_popup .form_w .file_w .file_in .upload_file {
  flex-grow: 1;
}
.report_popup .form_w .file_w .file_in .file_btn {
  display: block;
  margin-left: 8px;
  border: 1px solid #000;
  font-size: 15px;

  padding: 8px 20px;
  white-space: nowrap;
}
.agree_fail_popup .txt .tit {
  font-size: 20px;
  line-height: var(--fs_tit);
  padding-right: 50px;
}
.agree_fail_popup .txt .desc {
  font-size: 16px;

  padding-right: 80px;
}
.alert_exist .txt .tit {
  font-size: 18px;
  line-height: var(--fs_tit);
  padding-right: 74px;
}

.main_img_popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  overflow: hidden;
  display: none;

  z-index: 10001;
  font-size: 15px;

  background-color: rgba(0,0,0,0.8);
}
.main_img_popup .img_popup_in {
  margin: 8% auto 0 auto;
  max-width: 650px;
}
.main_img_popup .popup_img_w img {
  display: block;
  width: 100%;
}
.main_img_popup .popup_btn_w {
  display: flex;
}
.main_img_popup .popup_btn_w a {
  display: block;
  width: 50%;
  background-color: #fff;
  text-align: center;
  padding: 16px 0;
}
.main_img_popup .popup_btn_w a:first-child {
  border-right: 1px solid #ddd;
}

.terms_comm .terms_box + .terms_box {
  margin-top: 24px;
}
.terms_comm .terms_tit {
  font-weight: 600;
  font-size: 20px;
  line-height: var(--fs_tit);
  margin-bottom: 8px;
}
.terms_comm .terms_article:not(:first-child) {
  margin-top: 16px;
}
.terms_comm .terms_article .article_tit {
  text-align: center;
  font-size: 18px;
  line-height: var(--fs_tit);
  font-weight: 600;
}
.terms_comm .terms_article .sub_tit {
  font-size: 18px;
  line-height: var(--fs_tit);
  font-weight: 600;
}
.terms_comm .terms_article .sub_tit.bylaw {
  text-align: center;
  font-weight: 400;
}
.terms_comm .terms_article p:not(:last-child),
.terms_comm .terms_article table:not(:last-child) {
  margin-bottom: 8px;
}
.terms_comm .terms_article p {
  font-size: 14px;

}
.terms_comm .terms_article p b {
  font-weight: 600;
}
.terms_comm .terms_article table th,
.terms_comm .terms_article table td {
  font-size: 14px;

  padding: 4px;
  vertical-align: middle;
  border: 1px solid #000;
}
.terms_comm .terms_article table th {
  background-color: #e1e1e1;
}

@media (max-width: 1600px) {
  .main_top {
    padding-bottom: 460px;
  }
}


@media (max-width: 1440px) {
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2  {
    width: 160px;
  }
  .footer .info {
    padding-right: 0;
  }
  .footer .link {
    margin-right: 34px;
  }
  .footer .link .col:first-child {
    margin-right: 24px;
  }
}



/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */

.change_pw_popup {
    max-width: 556px;
}

.payment_cancel_popup {
    max-width: 556px;
}

.adr_list_popup {
    max-width: 548px;
}

.adr_list_popup .cont .cont_tit {
  font-size: 18px;
  line-height: var(--fs_tit);
  font-weight: 600;
}

.adr_list_popup .cont .adr_list {
  margin-top: 16px;
}
.adr_list_popup .cont .adr_list li > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-top: 1px solid #e1e1e1;
}
.adr_list_popup .cont .adr_list li:first-child > .inner {
  border-top: 0;
  padding-top: 0;
}
.adr_list_popup .cont .adr_list li .adr-cont {
  font-size: 16px;

}
.adr_list_popup .cont .adr_list li .adr-btn a {
  display: block;
  width: 160px;
  text-align: center;
  border: 1px solid #000;
  font-size: 14px;

  font-weight: 600;
  padding: 6px 0;
  margin-top: 8px;
}
.adr_list_popup .cont .adr_list li .adr-btn a:first-child {
  margin-top: 0;
}

.adr_list_popup .cont .notice {
  font-size: 18px;

  color: #181818;
}

/* sample_guide_w */
.sample_guide_w .guide_tit {
  font-size: 16px;
  line-height: var(--fs_tit);
  color: #121619;
  font-weight: 600;
  text-transform: uppercase;
}
.sample_guide_w .guide_cont {
  padding: 20px;
  border: 1px solid #e1e1e1;
  margin-top: 8px;
}
.sample_guide_w .guide_cont .top_img {
  overflow: hidden;
  position: relative;
}
.sample_guide_w .guide_cont .top_img_in {
  overflow: hidden;
  position: relative;
  background-color: #F1ECEC;
}
.sample_guide_w .guide_cont .top_img img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}
.sample_guide_w .guide_cont .part_w {
  margin-top: 16px;
}
.sample_guide_w .guide_cont .part_item {
  margin-top: 16px;
}
.sample_guide_w .guide_cont .part_item:first-child {
  margin-top: 0;
}
.sample_guide_w .guide_cont .part_item .part_tit {
  font-size: 16px;
  line-height: var(--fs_tit);
  font-weight: 600;
  color: #121619;
  align-items: flex-start;
}
.sample_guide_w .guide_cont .part_item .part_tit span {
  margin-top: 1px;
}
.sample_guide_w .guide_cont .part_item .part_cont {
  margin-top: 8px;
}
.sample_guide_w .guide_cont .part_item .part_cont .part_desc_item {
  margin-top: 8px;
  display: flex;
  font-size: 14px;

  color: #555;
}
.sample_guide_w .guide_cont .part_item .part_cont .part_desc_item:first-child {
  margin-top: 0;
}
.sample_guide_w .guide_cont .part_item .part_cont .part_desc_item .desc_label {
  display: block;
  margin-right: 16px;
  min-width: 60px;
  color: #838383;
}
.sample_guide_w .guide_cont .part_item .part_cont .part_notice {
  margin-top: 8px;
  font-size: 13px;

  color: #838383;
}
.sample_guide_w .guide_cont .part_item .part_cont .part_desc_item .part_notice {
  margin-top: 0;
}

@media (max-width: 1300px) {
  .container {
    min-height: calc(100vh - 11.69vw - 24.92vw);
  }

  body {
    letter-spacing: 0.02vw;
  }

  .page-section {
    margin-top: 3.07vw;
    padding: 0 7.07vw;
    max-width: 137.23vw;
  }
  .page-section:first-child {
    margin-top: 0;
  }


  .content {
    min-height: calc(100vh - 36.61vw);
    padding-bottom: 7.69vw;
  }

  .error_msg_comm {
    margin-top: 0.3vw;

    font-size: 1vw;


    padding-left: 1.53vw;
    background-size: 1.23vw auto;
    background-position: left top 0.15vw;
  }

  .error_msg {
    font-size: 0.92vw;

  }
  .wrap {
    padding-top: 11.38vw;
  }
  .notice_comm {
    padding-left: 0.92vw;
    margin-top: 0.3vw;
    font-size: 1.07vw;

  }
  .notice_comm:first-child {
    margin-top: 0;
  }
  .notice_comm::before {
    width: 0.3vw;
    height: 0.3vw;
    top: 0.61vw;
  }

  .sec .sec_cont {
    margin-top: 3.07vw;
  }

  .sec > .inner {
    padding: 0 3.08vw;
  }

  .sub_title {
    font-size: 2.46vw;

    margin-top: 3.07vw;
  }

  /* header */
  .header .tnb_gnb_w.main .tnb_w .c_menu {
    width: 30.77vw;
  }
  .header .tnb_gnb_w.main .tnb_w .c_menu .q_input {
    padding: 0 0 0.62vw 0;
    max-width: 69.23vw;
  }
  .header .tnb_gnb_w.main .tnb_w .c_menu .q_input input {
    font-size: 1.08vw;

    padding: 0 0.62vw;
  }
  .header .tnb_gnb_w.main .tnb_w .c_menu .q_input button {
    padding-right: 0.62vw;
  }
  .header .tnb_gnb_w.main .gnb_w > .inner {
    max-width: 137.23vw;
    padding: 0 4.62vw;
  }
  .header .tnb_gnb_w.main .gnb_w li {
    font-size: 1.08vw;

  }
  .header .tnb_gnb_w.main .gnb_w li a {
    padding: 1.15vw 3.08vw 1.15vw 0;
  }
  .header .tnb_w {
    height: 7.69vw;
  }
  .header .tnb_w > .inner {
    max-width: 137.23vw;
    padding: 0 3.91vw;
  }

  .header .tnb_w .tnb_logo {
    width: 20vw;
    margin-right: 0;
  }
  .header .gnb_w li {
    /*margin-right: 1.85vw;*/
    font-size: 1.38vw;

  }
  .header .gnb_w li a {
    padding: 2.69vw 0.92vw 2.54vw 0.92vw;
  }
  .header .gnb_w li:first-child a {
    padding-left: 3.08vw;
  }
  .header .gnb_w li a p {
    padding-bottom: 0.46vw;
  }
  .header .gnb_w li a p::after {
    height: 0.15vw;
  }
  .header .gnb_w li a p + .new_dot {
    width: 0.46vw;
    height: 0.46vw;
    border-radius: 0.23vw;
    margin: 0.15vw 0 0 0.15vw;
  }
  .header .tnb_w .r_menu .user_menu li.depth1 {
    margin-right: 1.23vw;
  }
  .header .tnb_w .r_menu .user_menu li.depth1:last-child {
    margin-right: 0;
  }

  .header .tnb_w .tnb_dd_menu {

    padding-top: 0.61vw;
    margin-left: -3vw;
  }
  .header .tnb_w .lang_menu .tnb_dd_menu,
  .header .tnb_w .about_menu .tnb_dd_menu {
    padding-top: 0;
  }
  .header .tnb_w .tnb_dd_menu .inner {
    border-radius: 0.61vw;
    padding: 0.3vw 0;
  }
  .header .tnb_w .tnb_dd_menu.lang_dd {
    margin-left: -3vw;
  }

  .header .tnb_w .btn_menu_w {
    margin-left: 1.23vw;
  }
  .header .tnb_w .btn_menu_w a {
    padding: 0.54vw 1.23vw;
    border-radius: 3.85vw;
    font-size: 1.08vw;

    margin-right: 0.62vw;
  }
  .header .tnb_w .btn_menu_w a:last-child {
    margin-right: 0;
  }

  .header .tnb_w .tnb_dd_menu a {

    font-size: 1.23vw;

    padding: 0.3vw 1.84vw;
  }


  .header .tnb_w .lang_menu {
    margin-left: 1.23vw;
  }
  .header .tnb_w .lang_menu .active_lang {
    font-size: 1.23vw;

    padding-right: 0.92vw;

  }
  .header .tnb_w .lang_menu .active_lang::after {
    border: 0.3vw solid transparent;
    border-bottom-width: 0;
    border-top-color: #000;

    margin-top: -0.15vw;
  }

  .header .tnb_w .about_menu {
    margin-left: 1.23vw;
  }
  .header .tnb_w .about_menu .active_about {
    font-size: 1.23vw;

    padding-right: 0.92vw;
  }
  .header .tnb_w .about_menu .active_about::after {
    border: 0.3vw solid transparent;
    border-bottom-width: 0;
    border-top-color: #000;
    margin-top: -0.15vw;
  }

  .header .gnb_dd_w .gnb_dd_item > .inner {
    max-width: 137.23vw;
    padding: 3.08vw 4.62vw;
  }

  .header .gnb_dd_w .gnb_dd_item .gnb_list {
    padding-right: 3.07vw;
    min-width: 49.53vw;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2 {
    width: 15.38vw;
    margin-right: 2.46vw;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt {
    width: 19.23vw;
    margin-bottom: 0.62vw;
  }
  /*.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:first-child {*/
  /*  margin-bottom: 1.23vw;*/
  /*}*/
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:last-child {
    margin-bottom: 0;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2:last-child {
    margin-right: 0;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2 .depth2_link {
    letter-spacing: 0.02vw;
    font-size: 1.07vw;

    margin-bottom: 0.61vw;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link {
    margin-bottom: 0.3vw;
    font-size: 1.07vw;

    letter-spacing: 0.02vw;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:first-child .gnb_item.depth2_link + .gnb_item.depth3_link {
    margin-top: -0.3vw;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link:first-child {
    margin-top: 0;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link.bold {
    margin: 1.23vw 0;
  }

  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link + .depth2_link {
    margin-top: 1.23vw;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item a i.new_ico {
    width: 2.38vw;
    margin-left: 0.3vw;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w {
    padding-left: 3.07vw;

    width: 25.38vw;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_tit {
    font-size: 1.84vw;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt {
    margin-top: 0.61vw;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .img_tit {
    font-size: 1.23vw;

  }
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .pd_name {
    margin-top: 0.3vw;
    font-size: 1.07vw;


  }
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn {
    margin-top: 1.23vw;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn a,
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn span{
    font-size: 1.07vw;

  }
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu {
    width: 28.46vw;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .img_tit {
    padding-top: 0.62vw;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .pd_name {
    font-size: 1.15vw;
  }
  .header .gnb_dd_w .gnb_dd_item .swiper-pagination {
    bottom: 7.69vw;
  }
  .header .gnb_dd_w .gnb_dd_item .swiper-pagination-bullet {
    width: 2.46vw;
    height: 0.15vw;
    margin: 0 0.3vw 0 0;
  }
  .header .gnb_dd_w .gnb_dd_item .swiper-pagination-bullet:last-child {
    margin: 0;
  }
  .header .gnb_dd_w .gnb_dd_item .swiper-pagination-bullet-active {
    width: 3.07vw;
  }

  /* RESOURCES : Inspiration, Blog, Spotlight On ********************************************************************/
  .header .gnb_dd_w .gnb_dd_item .gnb_list.resources_w {
    padding-right: 0;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources {
    width: 24.62vw;
    margin-right: 3.08vw;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources:last-child {
    margin-right: 0;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link .data_depth2_link {

  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link .data_depth2_link div {
    height: 15.85vw;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link .data_depth2_link .ico_comm {
    margin-left: 0.31vw;
    margin-bottom: 0.23vw;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link p.res_tit {
    margin-top: 1.23vw;
    font-size: 1.31vw;

  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link p.res_desc {

    margin: 0.31vw 0 1.23vw;
  }
  /******************************************************************** RESOURCES : Inspiration, Blog, Spotlight On */

  /***************************************** V2 *****************************************/
  /****** Header 2 ******/
  .header2 {
    padding: 3.08vw 0 0 0;
  }
  .header2 > .inner {
    padding: 0 1.54vw;
  }

  .header2 .tnb_w .logo {
    width: 12.31vw;
    margin-top: 0.31vw;
    height: 2.85vw;
  }
  .header2 .tnb_w .logo:hover .img {
    bottom: calc(2.85vw + 2px);
  }
  .header2 .tnb_w .logo .img .h_img {
    margin-top: 2px;
    height: 2.85vw;
  }

  .header2 .tnb_w .q_input {
    width: 36.92vw;
    margin-left: -18.46vw;
    padding: 0.62vw 0;
  }
  .header2 .tnb_w .q_input input {
    font-size: 1.08vw;
    margin-right: 0.62vw;
  }

  .header2 .tnb_w .r_menu {
    padding: 0.31vw 0;
  }
  .header2 .tnb_w .r_menu .user_menu li.depth1 + li.depth1 {
    margin-left: 1.85vw;
  }
  .header2 .tnb_w .tnb_dd_menu {
    padding-top: 0.62vw;
    margin-left: -3vw;
  }
  .header2 .tnb_w .tnb_dd_menu .inner {
    border-radius: 0.62vw;
    padding: 0.31vw 0;
  }
  .header2 .tnb_w .tnb_dd_menu.lang_dd {
    margin-left: -3vw;
  }

  .header2 .tnb_w .tnb_dd_menu a {
    font-size: 1.23vw;
    padding: 0.31vw 1.85vw;
  }

  .header2 .tnb_w .lang_menu {
    margin-left: 1.23vw;
  }
  .header2 .tnb_w .lang_menu .active_lang {
    font-size: 1.23vw;
    padding-right: 0.92vw;
  }
  .header2 .tnb_w .lang_menu .active_lang::after {
    border: 0.31vw solid transparent;
    margin-top: -0.15vw;
  }

  .header2 .tnb_w .btn_menu {
    margin-left: 1.23vw;
  }
  .header2 .tnb_w .btn_menu a {
    padding: 0.62vw 1.23vw;
    border-radius: 3.85vw;
    font-size: 1.08vw;

  }
  .header2 .gnb_w {
    margin-top: 1.54vw;
  }
  .header2 .gnb_w ul > li .depth1_link {
    padding: 0.62vw 0.62vw 0 0.62vw;
    height: 3.54vw;
    font-size: 1.15vw;

  }
  .header2 .gnb_w ul > li .depth1_link .depth1_link_in {
    padding-bottom: 1.08vw;
    border-bottom: 0.15vw solid transparent;
  }
  .header2 .gnb_w .l_menu > ul.type1 > li:first-child .depth1_link {
    padding-left: 0;
  }
  .header2 .gnb_w .l_menu > ul.type1 > li:last-child .depth1_link {
    padding-right: 1.23vw;
  }
  .header2 .gnb_w .l_menu > ul.type2 > li:first-child::before {
    height: 1.23vw;
    margin-top: -0.77vw;
  }
  .header2 .gnb_w .l_menu > ul.type2 > li:first-child .depth1_link {
    padding-left: 1.23vw;
  }
  .header2 .gnb_w .l_menu .all_cate_btn .all_cate_ico {
    padding: 0 0.62vw 0 0.31vw;
    margin-top: -0.23vw;
  }
  .header2 .gnb_w .l_menu .all_cate_btn .all_cate_txt {
    margin-top: -0.15vw;
  }
  .header2 .gnb_w .l_menu .all_cate_btn .depth1_link:hover .all_cate_ico i::before,
  .header2 .gnb_w .l_menu .all_cate_btn .depth1_link.hover .all_cate_ico i::before {
    width: 2.46vw;
    height: 2.46vw;
  }
  .header2 .gnb_w .r_menu > ul > li + li {
    margin-left: 0.62vw;
  }
  .header2 .gnb_w .r_menu > ul > li:last-child .depth1_link {
    padding-right: 0;
  }

  .header2 .gnb_dd_w .gnb_dd_item > .inner {
    padding: 0 1.54vw;
    max-height: 50.77vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item > .inner::-webkit-scrollbar {
    width: 0.31vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item > .inner::-webkit-scrollbar-thumb {
    border-radius: 0.31vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item .dd_align.left {
    margin-right: 1.85vw;
  }

  .header2 .gnb_dd_w .gnb_dd_item .dd_align.right,
  .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list {
    padding-top: 1.85vw;
    padding-bottom: 4.31vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item .dd_align.left .gnb_list {
    padding: 1.85vw 1.54vw 4.31vw 1.54vw;
  }

  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2 {
    min-width: 11.54vw;
    margin-right: 1.85vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item.depth2 {
    margin-right: 2.46vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt {
    width: 19.23vw;
    margin-bottom: 1.23vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2:last-child {
    margin-right: 0;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:last-child {
    margin-bottom: 0;
  }

  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .depth2_link > a,
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .depth2_link > p {
    font-size: 1.08vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_depth3_list {
    margin-right: -1.85vw;
    margin-bottom: -1.23vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link {
    margin-right: 1.85vw;
    margin-bottom: 1.23vw;
    min-width: 12.31vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link > a {
    font-size: 1.08vw;
    letter-spacing: 0.03vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth4_link + .gnb_item.depth4_link {
    margin-top: 0.31vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth4_link > a {
    font-size: 1.08vw;
    letter-spacing: 0.03vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .gnb_depth3_list {
    margin-top: 1.23vw;
    /*max-height: 46.15vw;*/
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .gnb_depth4_list {
    margin-top: 0.62vw;
  }

  .header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item .gnb_depth3_list {
    margin-top: 0.92vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_depth3_list {
    margin-bottom: 0;
    margin-right: 0;
  }
  .header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item.depth3_link {
    margin-bottom: 0;
    margin-right: 0;
  }
  .header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item.depth3_link + .gnb_item.depth3_link {
    margin-top: 0.31vw;
  }

  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item a i.new_ico {
    width: 2.38vw;
    margin-left: 0.31vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w {
    width: 19.62vw;
    margin-top: 1.85vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_tit {
    font-size: 1.85vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt {
    margin-top: 0.62vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .img_tit {
    font-size: 1.23vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .pd_name {
    margin-top: 0.31vw;
    font-size: 1.08vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn {
    margin-top: 1.23vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn a,
  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn span {
    font-size: 1.08vw;
  }

  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu {
    width: 28.46vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .img_tit {
    padding-top: 0.62vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .pd_name {
    font-size: 1.15vw;
  }

  .header2 .gnb_dd_w .gnb_dd_item[data-num='2'] .gnb_list .gnb_item.depth2 {
    min-width: 1px;
  }
  .header2 .gnb_dd_w .gnb_dd_item[data-num='2'] .gnb_list .gnb_item.depth3_link {
    min-width: 1px;
  }
  .header2 .gnb_dd_w .gnb_dd_item[data-num='3'] .gnb_list .gnb_item .gnb_depth3_list {
    max-height: 50.77vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.accessory .gnb_list .gnb_item.depth2 + .gnb_item.depth2 {
    margin-top: 1.23vw;
  }

  /*** all_menu ***/
  .header2 .gnb_dd_w .gnb_dd_item.all_menu > .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu {
    padding: 1.85vw 1.23vw 4.31vw 0;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li + li {
    margin-top: 1.23vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li a {
    padding-right: 1.85vw;
    background-size: 0.92vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li a p {
    font-size: 1.15vw;
  }

  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .scroll_area {
    max-height: 48.46vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .scroll_area::-webkit-scrollbar {
    width: 0.31vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .scroll_area::-webkit-scrollbar-thumb {
    border-radius: 0.31vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item .depth2_tit {
    font-size: 1.23vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item .depth2_tit {
    font-size: 1.15vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont {
    /*padding: 1.85vw 0 4.31vw 1.23vw;*/
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont .tab_cont_in {
    padding: 1.85vw 1.23vw 4.31vw 1.23vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_in {
    padding-right: 0;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul {
    /*max-height: 42.08vw;*/
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li {
    min-width: 11.54vw;
    margin-top: 1.23vw;
    margin-right: 1.85vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li .depth3_tit {
    font-size: 1.15vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul {
    margin-top: 0.62vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li:not(:first-child) {
    margin-top: 0.31vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li a {
    font-size: 1.08vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li a i.new_ico {
    width: 2.38vw;
    margin-left: 0.31vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item + .tab_cont_item {
    margin-top: 1.23vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item > ul > li:nth-child(odd) {
    margin-right: 0;
  }

  /* RESOURCES : Inspiration, Blog, Spotlight On ************************************************************************/
  .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list {
    padding-right: 0;
  }
  .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item {
    width: 24.62vw;
    margin-right: 3.08vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item:last-child {
    margin-right: 0;
  }
  .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link a .link_img {
    height: 15.85vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link a i {
    margin-left: 0.31vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link p.res_tit {
    margin-top: 1.23vw;
    font-size: 1.31vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link p.res_desc {
    margin: 0.31vw 0 1.23vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .gnb_depth3_list {
    margin-top: 0;
  }

  /************************************************************************ RESOURCES : Inspiration, Blog, Spotlight On */
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='2'] .tab_cont_item > ul > li {
    min-width: 1px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='3'] .tab_cont_item > ul {
    max-height: 50.77vw;
  }

  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_in {
    min-height: 39.54vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item + .tab_cont_item {
    margin-top: 1.23vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item .depth2_tit {
    font-size: 1.08vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item > ul > li {
    margin-top: 0.31vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item > ul > li:first-child {
    margin-top: 0.62vw;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item > ul > li .depth3_tit {
    font-size: 1.08vw;
  }

  /*** Sticky ***/
  .sticky .header2 {
    padding: 0;
  }
  .sticky .header2 .gnb_w {
    margin-top: 0;
  }
  .sticky .header2 .gnb_w ul > li .depth1_link {
    padding: 0 0.62vw;
    height: 4.23vw;
  }
  .sticky .header2 .gnb_w ul > li .depth1_link .depth1_link_in {
    padding: 0;
  }
  .sticky .header2 .gnb_w .l_menu > ul.type1 > li:first-child .depth1_link {
    padding-right: 0;
  }
  .sticky .header2 .gnb_w .all_cate_btn .logo {
    width: 8.15vw;
    margin-right: 1.85vw;
    height: 1.85vw;
  }
  .sticky .header2 .gnb_w .all_cate_btn .logo:hover .img {
    bottom: 1.85vw;
  }
  .sticky .header2 .gnb_w .all_cate_btn .logo .img img {
    height: 1.85vw;
  }
  .sticky .header2 .gnb_w .l_menu .all_cate_btn .all_cate_ico {
    padding: 0.31vw;
    margin: 0 1.23vw 0 0;
  }

  .q_search_w {
    padding: 3.07vw 0;
    top: 7.69vw;

  }
  .q_search_w > .inner {
    max-width: 137.23vw;
    padding: 0 7.07vw;
  }
  .q_search_w .cls_btn {
    right: 2.46vw;
    top: -0.61vw;
    width: 1.84vw;
    height: 1.84vw;
  }
  .q_search_w .q_input {
    padding: 0 0 0.61vw 0;
    max-width: 69.23vw;
  }
  .q_search_w .q_input input {

    font-size: 1.69vw;

    padding: 0 0.61vw 0 0.15vw;
  }
  .q_search_w .q_result {
    margin-top: 3.69vw;
  }
  .q_search_w .q_result .result_tit {
    font-size: 1.53vw;

    margin-bottom: 1.53vw;
  }
  .q_search_w .q_result .result_pd_list {
    padding-right: 2.46vw;
    width: calc(100% - 20.38vw);
  }
  .q_search_w .q_result .result_pd_list .pd_list {
    margin-left: -0.92vw;
    margin-right: -0.92vw;
  }
  .q_search_w .q_result .result_pd_list .pd_list .pd_item {
    padding: 0 0.92vw;
  }
  .q_search_w .q_result .result_pd_list .pd_list .pd_item .pd_txt {
    min-height: 3.84vw;
  }
  .q_search_w .q_result .result_pd_list .pd_list .pd_item .pd_txt .pd_tit {
    font-size: 1.15vw;

  }
  .q_search_w .q_result .result_sg_list {
    padding-left: 2.46vw;
    width: 20.38vw;
  }
  .q_search_w .q_result .result_sg_list .sg_list li {
    font-size: 1.15vw;

    margin-top: 1.23vw;

  }

  .q_search_w .q_result .no_search_w {
    min-height: 23.07vw;

  }
  .q_search_w .q_result .no_search_w .no_search_txt {
    font-size: 1.15vw;

  }
  .q_search_w .q_result .no_search_w .kw_list {
    margin-bottom: -0.61vw;
    margin-top: 0.92vw;

    /* row 5개 임시적용 */
    max-width: 100vw;
  }
  .q_search_w .q_result .no_search_w .kw_list li {
    margin-right: 0.61vw;
    border-radius: 2.3vw;
    margin-bottom: 0.61vw;
  }
  .q_search_w .q_result .no_search_w .kw_list li a {
    padding: 0.53vw 1.23vw;
    font-size: 1.23vw;

  }
  .q_search_w .q_result .no_search_w .no_search_note {
    font-size: 1.07vw;

    margin-top: 1.84vw;
  }
  .q_search_w .q_result .no_search_w .inquiry_btn {
    margin-top: 1.84vw;
  }
  .q_search_w .q_result .no_search_w .no_kw {
    margin-top: 1.53vw;
  }

  /*sticky*/
  .wrap.sticky {
    padding-top: 11.5vw;
  }
  .sticky .header .tnb_w {
    height: 4.23vw;
  }
  .sticky .header .tnb_w .tnb_logo {
    width: 15.38vw;
  }
  .sticky .header .gnb_w li {
    font-size: 1.08vw;

  }
  .sticky .header .gnb_w li a {
    padding: 1.31vw 0.92vw 1.08vw 0.92vw;
  }
  .sticky .header .gnb_w li:first-child a {
    padding-left: 3.08vw;
  }
  .sticky .header .gnb_w li a p {
    padding-bottom: 0.31vw;
  }
  .sticky .q_search_w {
    top: 4.23vw;
  }
  .header .tnb_w.main_sticky {
    height: 4.23vw;
  }
  .header .tnb_w.main_sticky .tnb_logo {
    width: 15.38vw;
  }
  .header .tnb_w.main_sticky .gnb_w {
    margin-left: 2.46vw;
  }
  .header .tnb_w.main_sticky .gnb_w li {
    font-size: 1.08vw;

  }
  .header .tnb_w.main_sticky .gnb_w li a {
    padding: 1.15vw 1.85vw 1.15vw 0;
  }
  .sticky .q_search_w .q_result {
    margin-top: 3.69vw;
  }

  /* header samplebag */
  .tnb_sample_btn_w .sample_count {
    margin-left: -0.76vw;

    font-size: 0.92vw;


    padding: 0 0.3vw;
    border-radius: 0.92vw;
  }
  .header2 .tnb_sample_btn_w .sample_count {
    width: 2vw;
  }
  .tnb_sample_btn_w .samplebag_list_w {
    width: 26.15vw;
    margin-left: -13.07vw;
    padding-top: 1.23vw;
  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list_in {
    padding: 1.84vw;
    border-radius: 0.61vw;
  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list_tit {
    font-size: 1.53vw;

  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list_tit .list_count {
    margin-left: 0.3vw;
    font-size: 1.3vw;

  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list {
    margin-top: 0.61vw;
    padding: 1.23vw 0 1.84vw 0;
    max-height: 27.07vw;
  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list::-webkit-scrollbar {
    width: 0.3vw;
  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list::-webkit-scrollbar-thumb {
    border-radius: 0.3vw;
  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item {
    margin-top: 1.84vw;
  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item:first-child {
    margin-top: 0;
  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_img {
    width: 6.76vw;
    height: 6.76vw;
  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_info {
    padding-left: 1.23vw;
  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_info .pd_tit {
    font-size: 1.15vw;

  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_info .pd_bot {
    margin-top: 0.92vw;

    font-size: 1.07vw;

  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list_btn a {
    padding: 0.76vw 0;
    font-size: 1.3vw;

  }

  /* footer */
  .footer {
    padding: 4.61vw 0;
  }
  .footer > .inner {
    max-width: 137.23vw;
    padding: 0 7.07vw;
  }
  .footer .copy .logo {
    width: 18.46vw;
  }
  .footer .copy .sns_link {
    margin-top: 1.38vw;
  }
  .footer .copy .sns_link a {
    margin-right: 0.61vw;
  }
  .footer .copy .cr {
    font-size: 1.07vw;

  }

  .footer .tit {
    font-size: 1.38vw;

  }
  .footer .desc {
    margin-top: 0.61vw;
  }

  .footer .link {
    margin-right: 1.69vw;
  }
  .footer .link .col {
    min-width: 13.84vw;
  }
  .footer .link .col:first-child {
    margin-right: 1.69vw;
  }

  .footer .link .col .desc a {
    margin-top: 0.61vw;

    font-size: 1.07vw;

  }

  .footer .link .col .bot_cont .ask_btn {
    font-size: 1.23vw;

  }
  .footer .info {
    padding-right: 0;
  }
  .footer .info .tit {
    font-size: 1.53vw;
  }
  .footer .info .row {
    margin-top: 0.3vw;
  }
  .footer .info .row:first-child {
    margin-top: 0;
  }
  .footer .info .row p {
    margin-right: 1.23vw;

    font-size: 1.23vw;

  }
  .footer .info .row p:last-child {
    margin-right: 0;
  }
  .footer .info .row p span {
    margin-right: 0.61vw;
  }

  /*footer2*/
  .footer2 {
    padding: 3.07vw 0;
  }
  .footer2 > .inner {
    max-width: 137.23vw;
    padding: 0 7.07vw;
  }
  .footer2 .copy {
    margin-right: 1.84vw;
  }
  .footer2 .copy .logo {
    width: 18.46vw;
  }
  .footer2 .copy .sns_link {
    margin-top: 2.46vw;
  }
  .footer2 .copy .sns_link a {
    margin-right: 0.61vw;
  }
  .footer2 .cr {

    font-size: 1.07vw;


    margin-top: 1.84vw;
  }

  .footer2 .tit {
    font-size: 1.38vw;

  }
  .footer2 .desc {
    margin-top: 0.61vw;
  }


  .footer2 .link_info {
    margin: 2.46vw 0 0 0;
  }
  .footer2 .link {
    margin-right: 3.07vw;

  }
  .footer2 .link .col {
    width: calc(50% - 1.53vw);
  }
  .footer2 .link .col:first-child {
    margin-right: 3.07vw;
  }

  .footer2 .link .col .desc a {
    margin-top: 0.61vw;

    font-size: 1.07vw;

  }
  .footer2 .link .col .desc a:first-child {
    margin-top: 0;
  }

  .footer2 .link .col .bot_cont .ask_btn {
    font-size: 1.23vw;

  }
  .footer2 .info .row {
    margin-top: 0.3vw;
  }
  .footer2 .info .row:first-child {
    margin-top: 0;
  }
  .footer2 .info .row p {
    margin-right: 1.23vw;

    font-size: 1.23vw;

  }
  .footer2 .info .row p:last-child {
    margin-right: 0;
  }
  .footer2 .info .row p span {
    margin-right: 0.61vw;
  }

  .footer2 .subscript_w .subs_tit {
    font-size: 1.23vw;

  }
  .footer2 .subscript_w .subs_desc {
    margin-top: 0.3vw;
    font-size: 1.07vw;

  }
  .footer2 .subscript_w .subs_input {
    margin-top: 1.23vw;
    width: 25.23vw;
  }
  .footer2 .subscript_w .subs_input input {
    padding: 0.92vw 1.53vw 0.92vw 0;
    font-size: 1.07vw;


    background-size: 0.92vw;
  }
  .footer2 .subscript_w .subs_input a {
    width: 1.53vw;
  }

  .footer2 .right_w {
    margin-top: 2.46vw;
  }

  .totop {
    width: 4.15vw;
    height: 4.15vw;
    background: #fff url("/v2/img/ico_totop.png") no-repeat center center;
    background-size: 1.84vw 1.84vw;

    right: 0.76vw;
    bottom: 6.92vw;
  }

  /*.fix_inquiry_btn {*/
  /*  width: 4.15vw;*/
  /*  height: 4.15vw;*/

  /*  right: 0.76vw;*/
  /*  bottom: 1.53vw;*/
  /*}*/
  /*.fix_inquiry_btn svg {*/
  /*  width: 2.15vw;*/
  /*}*/

    .fix_inquiry_btn {
        width: 9.62vw;
        height: 3.69vw;
        box-shadow: 0 0.15vw 2.36vw;
        border-radius: 2.31vw;
        padding: 0.62vw 0.92vw;
        right: 1.54vw;
        bottom: 1.23vw;
    }
    .fix_inquiry_btn .inquiry_icon {
        width: 2.46vw;
        height: 2.46vw;
        background-size: 2.46vw 2.46vw;
    }
    .fix_inquiry_btn p {
        font-size: 1.31vw;

    }

    .fix_inquiry_btn.inactive {
        width: 3.69vw;
        padding: 0.62vw;
    }
    .fix_inquiry_btn.active .inquiry_icon {
        background-size: 2.46vw 2.46vw;
        margin-right: 0.31vw;
    }

  /***************************************** V2 *****************************************/
  /****** fix_inquiry_btn_w ******/
  .fix_inquiry_btn_w {
    right: 2.46vw;
    bottom: 2.46vw;
  }
  .fix_inquiry_btn_w a {
    width: 6.15vw;
  }
  .fix_inquiry_btn_w .inquiry_msg {
    width: 17.69vw;
    padding: 0.92vw;
    margin-bottom: 0.62vw;
    border-radius: 0.62vw;
  }
  .fix_inquiry_btn_w .inquiry_msg > .inner div:nth-child(1),
  .fix_inquiry_btn_w .inquiry_msg > .inner div:nth-child(2) {
    margin-bottom: 0.62vw;
  }
  .fix_inquiry_btn_w .inquiry_msg .msg_tit {
    font-size: 1.08vw;
  }
  .fix_inquiry_btn_w .inquiry_msg .msg_desc {
    font-size: 1.08vw;
  }

  /****** footer3 ******/
  .footer3 > .inner {
    padding: 4.62vw 1.54vw 5.23vw 1.54vw;
  }
  .footer3 .footer_menu .f_txt {
    margin-right: 4.62vw;
  }
  .footer3 .footer_menu .f_txt .f_tit {
    font-size: 1.85vw;
    max-width: 13.85vw;
  }
  .footer3 .footer_menu .f_txt .f_link {
    margin-top: 1.85vw;
  }
  .footer3 .footer_menu .f_txt .f_link li + li {
    margin-left: 0.62vw;
  }
  .footer3 .footer_menu .f_menu .menu_item {
    min-width: 12.31vw;
  }
  .footer3 .footer_menu .f_menu .menu_item + .menu_item {
    margin-left: 3.08vw;
  }
  .footer3 .footer_menu .f_menu .menu_item .menu_item_tit,
  .footer3 .footer_menu .f_menu .menu_item .menu_item_tit a {
    font-size: 1.23vw;
  }
  .footer3 .footer_menu .f_menu .menu_item ul {
    margin-top: 0.62vw;
  }
  .footer3 .footer_menu .f_menu .menu_item li + li {
    margin-top: 0.62vw;
  }
  .footer3 .footer_menu .f_menu .menu_item li,
  .footer3 .footer_menu .f_menu .menu_item li a {
    font-size: 1.23vw;
  }
  .footer3 .f_subscript .subscript_w {
    width: 27.69vw;
    letter-spacing: 0.03vw;
  }
  .footer3 .f_subscript .subscript_w .subs_tit {
    font-size: 1.85vw;
  }
  .footer3 .f_subscript .subscript_w .subs_input {
    margin-top: 0.62vw;
  }
  .footer3 .f_subscript .subscript_w .subs_input input {
    padding: 0.92vw 1.54vw 0.92vw 0;
    font-size: 1.08vw;

    background-size: 1.23vw;
  }
  .footer3 .f_subscript .subscript_w .subs_input a {
    border: 0;
    width: 1.54vw;
  }
  .footer3 .f_subscript .subscript_w .subs_desc {
    margin-top: 1.85vw;
    font-size: 1.08vw;
    max-width: 22.46vw;
  }
  .footer3 .footer_img {
    margin-top: 3.08vw;
  }
  .footer3 .copyright {
    margin-top: 3.08vw;

    font-size: 1.08vw;
    letter-spacing: 0.03vw;
  }
  .footer3 .copyright .cr_txt {
    margin-right: 4vw;
  }
  .footer3 .copyright .cr_menu li + li {
    margin-left: 1.85vw;
  }
  .footer3 .info_ex {
    padding-top: 1.23vw;
  }
  .footer3 .info_ex .tit {
    font-size: 0.92vw;
  }
  .footer3 .info_ex .desc li {
    margin-right: 0.62vw;
  }
  .footer3 .info_ex .desc li:last-child {
    margin-right: 0;
  }
  .footer3 .info_ex .desc li p {
    font-size: 0.92vw;
  }
  .footer3 .info_ex .desc li p span {
    margin-right: 0.31vw;
  }

  /* main_top */
  .main_top {
    padding: 4.61vw 0 4.61vw 0;
  }
  .main_top .tit {
    font-size: 2.3vw;

    letter-spacing: 0.15vw;
  }
  .main_top .desc {
    margin-top: 1.23vw;
    font-size: 1.38vw;
  }
  .main_top .search_w {
    max-width: 28.00vw;
    /*max-width: 26.46vw;*/
    margin: 3.23vw auto 0 auto;
  }
  .main_top .search_w .search_input {
    padding: 0.76vw 0 0.76vw 1.84vw;
    border-radius: 3.07vw;
  }
  .main_top .search_w .search_input input {

    font-size: 1.23vw;

  }

  .main_top .search_w .search_btn {
    padding: 0.76vw 1.53vw;
    border-radius: 3.07vw;

    height: 3.69vw;

  }
  .main_top .search_w .search_btn span {

    font-size: 1.3vw;


    padding-top: 0.15vw;
  }

  /* swiper */
  .swiper_w .swiper-custom-next,
  .swiper_w .swiper-custom-prev {
    width: 4.61vw;
    height: 4.61vw;
    margin-top: -2.3vw;
    background-size: 2.46vw auto;
  }
  .swiper_w .swiper-custom-next {
    margin-left: 3.06vw;
  }
  .swiper_w .swiper-custom-prev {
    margin-right: 3.06vw;
  }
  .mini_arrow {
    padding: 0 3.69vw;
  }
  .mini_arrow .swiper-custom-next,
  .mini_arrow .swiper-custom-prev {
    width: 2.46vw;
    height: 2.46vw;
    margin-top: -1.23vw;
  }


  /* button */
  .btn_comm a,
  .btn_comm label,
  .btn_comm span {
    padding: 0.46vw 1.23vw;
    font-size: 1.07vw;

  }
  .btn_comm a.big,
  .btn_comm label.big,
  .btn_comm span.big {
    padding: 0.84vw 1.23vw;
    font-size: 1.53vw;

  }
  .btn_comm a.middle,
  .btn_comm label.middle,
  .btn_comm span.middle {
    padding: 0.76vw 1.53vw;
    font-size: 1.3vw;

  }
  .btn_comm a.use_ico,
  .btn_comm label.use_ico,
  .btn_comm span.use_ico {
    padding: 0.3vw 1.23vw;
  }

    .btn-common.new-btn {
        margin-top: 1.85vw;
        font-size: 1.38vw;
    }
    .btn-common a.type9 {

        font-size: 1.38vw;
    }
    .btn-common a.type9:not(:first-child) {
        margin-left: 0.62vw;
    }
    .btn-common a.type9.use-ico {
        padding: 0.85vw 1.85vw;
    }
    .btn-common a.use-ico .btn-ico {
        width: 1.85vw;
        height: 1.85vw;
        background-position: 0 0;
        margin-top: 0.15vw;
    }

  /* pd list */
  .pd_list_comm {
    margin-left: -1.23vw;
    margin-right: -1.23vw;
  }
  .pd_list_comm .pd_item {
    padding: 0 1.23vw;
  }
  .pd_list_comm .pd_item .badge_w {
    margin-top: 0.62vw;
  }
  .pd_list_comm .pd_item .badge_w .item {
    padding: 0.15vw 0.46vw;
    margin-right: 0.3vw;

    font-size: 0.92vw;

  }
  .pd_list_comm .pd_item .badge_w .badge_item {
    height: 1.69vw;
    margin-right: 0.3vw;
  }
  .pd_list_comm .pd_item .badge_w .badge_item.stm {
    width: 9.53vw;
  }
  .ko .pd_list_comm .pd_item .badge_w .badge_item.stm {
    width: 4.38vw;
  }
  .pd_list_comm .pd_item .badge_w .badge_item.ptd {
    width: 5.38vw;
  }
  .ko .pd_list_comm .pd_item .badge_w .badge_item.ptd {
    width: 2.69vw;
  }
  .pd_list_comm .pd_item .badge_w .badge_item.moq {
    width: 4vw;
  }
  /*.ko .pd_list_comm .pd_item .badge_w .badge_item.moq {*/
  /*  width: 4.38vw;*/
  /*}*/
  .pd_list_comm .pd_item .badge_w .badge_item.otc {
    width: 2.76vw;
  }
  .pd_list_comm .pd_item .badge_w .badge_item.ct {
    width: 9.61vw;
  }
  .ko .pd_list_comm .pd_item .badge_w .badge_item.ct {
    width: 6.15vw;
  }

  .pd_list_comm .pd_item .badge_w.mini .badge_item {
    height: 1.38vw;
  }
  .pd_list_comm .pd_item .badge_w.mini .badge_item.stm {
    width: 7.53vw;
  }
  .ko .pd_list_comm .pd_item .badge_w.mini .badge_item.stm {
    width: 4vw;
  }
  .pd_list_comm .pd_item .badge_w.mini .badge_item.ptd {
    width: 4.3vw;
  }
  .ko .pd_list_comm .pd_item .badge_w.mini .badge_item.ptd {
    width: 2.23vw;
  }
  .pd_list_comm .pd_item .badge_w.mini .badge_item.moq {
    width: 3.23vw;
  }
  /*.ko .pd_list_comm .pd_item .badge_w.mini .badge_item.moq {*/
  /*    width: 3.53vw;*/
  /*}*/
  .pd_list_comm .pd_item .badge_w.mini .badge_item.otc {
    width: 2.3vw;
  }
  .pd_list_comm .pd_item .badge_w.mini .badge_item.ct {
    width: 7.23vw;
  }
  .ko .pd_list_comm .pd_item .badge_w.mini .badge_item.ct {
    width: 4.53vw;
  }


  .pd_list_comm .pd_item .pd_txt {
    margin-top: 1vw;
  }
  .pd_list_comm .pd_item .pd_txt .pd_tit {
    font-size: 1.08vw;
  }
  .pd_list_comm .pd_item .pd_txt .pd_tit .pd_volume {
    margin-top: 0.31vw;
  }
  .pd_list_comm .pd_item .clip_btn {
    width: 2.46vw;
    height: 2.46vw;

    bottom: 0.62vw;
    right: 0.62vw;
  }
  /* pagination */
  .pagination_w {
    margin-top: 3.07vw;
  }
  .pagination_w .pagination .page_item:not(.arrow) a {
    min-width: 1.69vw;
    padding: 0 0.38vw;

    font-size: 1.3vw;

  }
  .pagination_w .pagination .page_item.arrow a {
    margin: 0 0.3vw;
  }

  /* breadcrumb */
  .breadcrumb2 {
    /*padding-top: 1.84vw;*/
    margin-bottom: 3.07vw;
  }
  .breadcrumb2 .txt {
    font-size: 1.15vw;

  }
  .breadcrumb2 .arrow {
    margin: 0 0.3vw;
  }

  /* form */
  .chk_w .chk_item {
    margin-top: 0.61vw;
  }
  .chk_w .chk_item:first-child {
    margin-top: 0;
  }
  .chk_w .chk_item input[type="checkbox"] + label {
    font-size: 1.15vw;

  }
  .chk_w .chk_item input[type="checkbox"] + label i.chk_ico {
    width: 1.53vw;
    height: 1.53vw;
    border-radius: 0.3vw;
    margin-right: 0.61vw;
  }
  .chk_w .chk_item.only_box input[type="checkbox"] + label i.chk_ico {
    margin: 0;
  }
  .chk_w .chk_item input[type="checkbox"]:checked + label i.chk_ico {
    background-size: 0.76vw auto;
  }

  .radio_w .radio_item {
    margin-top: 0.61vw;
  }
  .radio_w .radio_item:first-child {
    margin-top: 0;
  }
  .radio_w .radio_item input[type="radio"] + label {
    font-size: 1.15vw;

  }
  .radio_w .radio_item input[type="radio"] + label i.radio_ico {
    width: 1.53vw;
    height: 1.53vw;
    margin-right: 0.61vw;
  }
  .radio_w .radio_item input[type="radio"]:checked + label i.radio_ico::after {

    width: 0.61vw;
    height: 0.61vw;
    margin-left: -0.3vw;
    margin-top: -0.3vw;
  }

  /* popup */
  .popup_comm {
    max-width: 34.3vw;
  }

  .popup_comm > .inner {
    padding: 1.84vw 1.53vw 2.46vw 1.53vw;
  }
  .popup_comm > .inner::-webkit-scrollbar {
    width: 0.3vw;
  }
  .popup_comm > .inner::-webkit-scrollbar-thumb {
    border-radius: 0.3vw;
  }

  .popup_comm .cls_btn {
    top: 1.84vw;
    right: 1.84vw;
  }

  .popup_comm .txt .tit {
    padding-right: 7.23vw;
    font-size: 1.69vw;

  }
  .popup_comm .txt .desc {
    margin-top: 1.84vw;
    font-size: 1.38vw;

  }

  .popup_comm .cont {
    margin-top: 2.46vw;
    max-height: calc(70vh - 7.69vw);
  }

  .popup_comm .btn {
    margin-top: 2.46vw;
  }

  .popup_comm .btn a {
    min-width: 7.69vw;
    padding: 0.62vw 1.53vw;
    font-size: 1.23vw;

    margin-left: 0.61vw;
  }
  .popup_comm .btn a:first-child {
    margin-left: 0;
  }

  .popup_comm.moq_type {
    max-width: 46.15vw;
  }
  .popup_comm.moq_type .cont {
    margin-top: 3.69vw;
  }
  .popup_comm.moq_type .cont_txt .tit {
    font-size: 1.38vw;

  }
  .popup_comm.moq_type .cont_txt .desc {
    margin-top: 0.62vw;
    font-size: 1.07vw;

  }

  /* alert 형태 일괄 수정 */
  .popup_comm.alert_confirm {
    max-width: 36.92vw;
    margin-top: -7.69vw;
  }
  .popup_comm.alert_confirm .txt {
    margin-top: 3.69vw;
  }
  .popup_comm.alert_confirm .txt .tit {
    font-size: 1.38vw;

  }
  .popup_comm.alert_confirm .txt .desc {
    margin-top: 0.3vw;
    font-size: 1.07vw;

  }


  .form_comm .form_title {
    font-size: 1.85vw;
  }
  .form_comm .form_row {
    margin-top: 1.23vw;
  }
  .form_comm .form_row:first-child {
    margin-top: 0;
  }
  .form_comm .form_row .form_col {
    width: calc(50% - 1.23vw);
  }
  .form_comm .form_row .form_col + .form_col {
    margin-left: 2.46vw;
  }
  .form_comm .form_row .form_label {
    width: 14.61vw;
    padding: 0.61vw 0;

    font-size: 1.23vw;

  }
  .form_comm .form_row .form_label i.asterisk {
    width: 0.69vw;
    height: 1.69vw;
  }
  .form_comm .form_row.label100 .form_label {
    margin-bottom: 0.61vw;
  }
  .form_comm .form_row .form_item {
    min-height: 3.07vw;
  }
  .form_comm .form_row .form_item.item2 input,
  .form_comm .form_row .form_item.item2 select {
    width: calc(50% - 0.3vw);
  }

  .form_comm .form_row .form_item input,
  .form_comm .form_row .form_item select {
    padding: 0.69vw 0.92vw;
    font-size: 1.07vw;

  }
  .form_comm .form_row .form_item select {
    padding-right: 1.84vw;
    background: url("/v2/img/ico_select2.png") no-repeat right 0.61vw center;
    background-size: 1.23vw;
    background-color: #fff;
  }
  .form_comm .form_row .form_item .textarea_w {
    padding: 0.69vw 0.92vw;
  }
  .form_comm .form_row .form_item textarea {
    height: 15.23vw;
    font-size: 1.07vw;

  }
  .form_comm .form_row .form_item textarea::-webkit-scrollbar {
    width: 0.3vw;
  }
  .form_comm .form_row .form_item textarea::-webkit-scrollbar-thumb {
    border-radius: 0.3vw;
  }
  .form_comm .form_row .form_item input[type=date],
  .form_comm .form_row .form_item input.datepicker {
    padding: 0.61vw 0.53vw 0.61vw 0.92vw;
  }
  .form_comm .form_row .form_item input[type=date]::after {
    background: none;
    background: url('/v2/img/ico_date.png') no-repeat;
    background-size: 1.23vw;
    width: 1.23vw;
    height: 1.23vw;
    margin-top: -0.61vw;
    right:0.61vw;
  }
  .form_comm .form_row .form_item input.datepicker {
    background-size: 1.23vw;
    background-position: right 0.61vw center;
  }

  .form_comm .form_row.file .form_item input[type=file] + label {
    padding: 0.46vw 1.23vw;
    font-size: 1.07vw;

  }
  .form_comm .form_row.file .form_item .file_notice {
    margin-top: 0.61vw;
    font-size: 1.07vw;

  }
  .form_comm .form_row.file .form_item .file_list {
    margin-top: 0.61vw;
    font-size: 1.07vw;

  }
  .form_comm .form_row .form_item.tel_type select {
    width: 6.92vw;
    margin-right: 0.61vw;
  }
  .form_comm .form_row .form_item.name_type input {
    width: calc(50% - 0.3vw);
  }
  .form_comm .form_notice {
    margin-top: 0.62vw;
  }

  .q_search_inquiry_popup {
    max-width: 52.3vw;
  }

  .askus_popup {
    max-width: 52.3vw;
  }
  .askus_popup .progress_w {
    border-radius: 1.38vw;
    height: 1.84vw;
  }
  .askus_popup .progress_w .bar {
    font-size: 1.23vw;

    border-radius: 1.38vw;
  }
  .askus_popup .progress_w .txt {
    right: 1.23vw;
    font-size: 1.23vw;

  }
  .askus_popup .step_w {
    margin-top: 3.07vw;
  }
  .askus_popup .step_w .step .step_tit {
    font-size: 1.38vw;
  }
  .askus_popup .step_w .step .step_cont {
    margin-top: 1.23vw;
  }
  .askus_popup .step_w .radio_item,
  .askus_popup .step_w .chk_item {
    margin-right: 0.61vw;
    margin-top: 1.23vw;
  }
  .askus_popup .step_w .radio_item input[type=radio] + label,
  .askus_popup .step_w .chk_item input[type=checkbox] + label {
    padding: 0.46vw 1.23vw;
    border-radius: 2.3vw;
    font-size: 1.23vw;

  }
  .askus_popup .step_w .dis_f {
    margin-top: -1.23vw;
  }
  .askus_popup .step_w .btn {
    margin-top: 3.69vw;
  }

  .askus_popup .step_w .form_comm .form_row.other_op {
    margin-top: 1.23vw;
  }
  .askus_popup .notice {
    font-size: 1.23vw;

    padding-left: 0.92vw;
    margin-top: 1.23vw;
  }
  .askus_popup .notice::before {
    top: 0.61vw;
    width: 0.3vw;
    height: 0.3vw;

  }


  .report_popup {
    max-width: 52.3vw;
  }

  .report_popup .box_w .box {
    margin-top: 1.84vw;
  }
  .report_popup .box_w .box:first-child {
    margin-top: 0;
  }
  .report_popup .box_w .box .box_tit {
    font-size: 1.3vw;

    margin-bottom: 0.61vw;
  }
  .report_popup .box_w .box .box_desc {
    font-size: 1.15vw;

    margin-bottom: 0.61vw;
  }
  .report_popup .box_w .box .box_cont {
    padding: 1.53vw;
  }
  .report_popup .box_w .box .box_cont p {
    font-size: 1.15vw;

  }
  .report_popup .box_w .box .agree_w {
    margin-top: 0.61vw;
  }
  .report_popup .form_w {
    margin-top: 1.84vw;
  }
  .report_popup .form_w .file_w .file_in .file_btn {
    margin-left: 0.61vw;
    font-size: 1.15vw;

    padding: 0.61vw 1.53vw;
  }
  .agree_fail_popup .txt .tit {
    font-size: 1.53vw;

    padding-right: 3.84vw;
  }
  .agree_fail_popup .txt .desc {
    font-size: 1.23vw;

    padding-right: 6.15vw;
  }
  .alert_exist .txt .tit {
    font-size: 1.38vw;

    padding-right: 5.69vw;
  }

  .change_pw_popup {
    max-width: 42.76vw;
  }

  .payment_cancel_popup {
    max-width: 42.76vw;
  }

  .adr_list_popup {
    max-width: 42.15vw;
  }

  .adr_list_popup .cont .cont_tit {
    font-size: 1.38vw;
  }

  .adr_list_popup .cont .adr_list {
    margin-top: 1.23vw;
  }
  .adr_list_popup .cont .adr_list li > .inner {
    padding: 1.23vw 0;
  }
  .adr_list_popup .cont .adr_list li .adr-cont {
    font-size: 1.23vw;

  }
  .adr_list_popup .cont .adr_list li .adr-btn a {
    width: 12.3vw;
    font-size: 1.07vw;

    padding: 0.46vw 0;
    margin-top: 0.61vw;
  }
  .adr_list_popup .cont .adr_list li .adr-btn a:first-child {
    margin-top: 0;
  }

  .adr_list_popup .cont .notice {
    font-size: 1.38vw;

  }

  /* sample_guide_w */
  .sample_guide_w .guide_tit {
    font-size: 1.23vw;

  }
  .sample_guide_w .guide_cont {
    padding: 1.54vw;
    margin-top: 0.62vw;
  }
  .sample_guide_w .guide_cont .part_w {
    margin-top: 1.23vw;
  }
  .sample_guide_w .guide_cont .part_item {
    margin-top: 1.23vw;
  }
  .sample_guide_w .guide_cont .part_item:first-child {
    margin-top: 0;
  }
  .sample_guide_w .guide_cont .part_item .part_tit {
    font-size: 1.23vw;

  }
  .sample_guide_w .guide_cont .part_item .part_cont {
    margin-top: 0.62vw;
  }
  .sample_guide_w .guide_cont .part_item .part_cont .part_desc_item {
    margin-top: 0.62vw;
    font-size: 1.08vw;

  }
  .sample_guide_w .guide_cont .part_item .part_cont .part_desc_item:first-child {
    margin-top: 0;
  }
  .sample_guide_w .guide_cont .part_item .part_cont .part_desc_item .desc_label {
    margin-right: 1.23vw;
    min-width: 4.62vw;
  }
  .sample_guide_w .guide_cont .part_item .part_cont .part_notice {
    margin-top: 0.62vw;
    font-size: 1vw;

  }
  .sample_guide_w .guide_cont .part_item .part_cont .part_desc_item .part_notice {
    margin-top: 0;
  }

  .main_img_popup {
    font-size: 1.15vw;
  }
  .main_img_popup .img_popup_in {
    max-width: 50vw;
  }
  .main_img_popup .popup_btn_w a {
    padding: 1.23vw 0;
  }
/* Sub Step (7단계) 1300px */
    .moq-status-w.sub_step .status-item:nth-child(5) {
        margin-left: -0.77vw;
    }
    .moq-status-w.sub_step .status-item:nth-child(8) {
        margin-left: 0;
        margin-right: -0.77vw;
        right: 0;
    }

    .moq-status-w.sub_step.step6 .status-item:nth-child(6) {
        margin-top: -1.15vw;
        margin-left: -1.15vw;
    }
    .moq-status-w.sub_step.step6 .status-item:nth-child(6) .dot {
        width: 2.31vw;
        height: 2.31vw;
    }
    .moq-status-w.sub_step.track.step6 .status-item:nth-child(6) .dot {
        background-image: url('/img/ico_status_check.png');
        background-repeat: no-repeat;
        background-size: 1.23vw auto;
        background-position: center;
    }

    .moq-status-w.sub_step.step7 .status-item:nth-child(7) {
        margin-top: -1.15vw;
        margin-left: -1.15vw;
    }
    .moq-status-w.sub_step.step7 .status-item:nth-child(7) .dot {
        width: 2.31vw;
        height: 2.31vw;
    }
    .moq-status-w.sub_step.track.step7 .status-item:nth-child(7) .dot {
        background-image: url('/img/ico_status_check.png');
        background-repeat: no-repeat;
        background-size: 1.23vw auto;
        background-position: center;
    }

    .moq-status-w.sub_step.step8 .status-item:nth-child(8) {
        margin-top: -1.15vw;
        margin-left: -1.15vw;
    }
    .moq-status-w.sub_step.step8 .status-item:nth-child(8) .dot {
        width: 2.31vw;
        height: 2.31vw;
    }
    .moq-status-w.sub_step.track.step8 .status-item:nth-child(8) .dot {
        background-image: url('/img/ico_status_check.png');
        background-repeat: no-repeat;
        background-size: 1.23vw auto;
        background-position: center;
    }

    .moq-status-w.exw_step .status-item:nth-child(4) {
        margin-left: 0;
        margin-right: -0.77vw;
        right: 0;
    }

    .moq-status-w.count6 .status-item:nth-child(5) {
        margin-left: -0.77vw;
        margin-right: 0;
    }
    .moq-status-w.count6 .status-item:nth-child(6) {
        margin-left: 0;
        margin-right: -0.77vw;
        right: 0;
    }
    .moq-status-w.count6.step6 .status-item:nth-child(6) {
        margin-top: -1.15vw;
        margin-left: -1.15vw;
    }
    .moq-status-w.count6.step6 .status-item:nth-child(6) .dot {
        width: 2.3vw;
        height: 2.3vw;
    }


  .terms_comm .terms_box + .terms_box {
    margin-top: 1.85vw;
  }
  .terms_comm .terms_tit {
    font-size: 1.54vw;

    margin-bottom: 0.62vw;
  }
  .terms_comm .terms_article:not(:first-child) {
    margin-top: 1.23vw;
  }
  .terms_comm .terms_article .article_tit {
    font-size: 1.38vw;

  }
  .terms_comm .terms_article .sub_tit {
    font-size: 1.38vw;

  }
  .terms_comm .terms_article p:not(:last-child),
  .terms_comm .terms_article table:not(:last-child) {
    margin-bottom: 0.62vw;
  }
  .terms_comm .terms_article p {
    font-size: 1.08vw;

  }
  .terms_comm .terms_article table th,
  .terms_comm .terms_article table td {
    font-size: 1.08vw;

    padding: 0.31vw;
  }
}
@media (max-width: 930px) {
  .header .tnb_w .tnb_logo {
    width: 18vw;
  }
}
@media (max-width: 800px) {
    .header .tnb_w > .inner {
      max-width: none;
      padding: 0 32px;
    }
    .header .gnb_w > .inner {
      max-width: none;
      padding: 0 32px;
    }
}

@media (max-width: 768px) {
  .container {
    min-height: calc(100vh - 90px - 191px);
  }

  body {
    letter-spacing: 0.15px;
  }

  .page-section {
    margin-top: 24px;
    padding: 0 54px;
    max-width: 1054px;
  }
  .page-section:first-child {
    margin-top: 0;
  }

  .content {
    min-height: calc(100vh - 281px);
    padding-bottom: 59px;
  }

  .error_msg_comm {
    margin-top: 2px;

    font-size: 8px;


    padding-left: 12px;
    background-size: 9px auto;
    background-position: left top 1px;
  }

  .error_msg {
    font-size: 7px;

  }
  .wrap {
    padding-top: 87px;
  }
  .notice_comm {
    padding-left: 7px;
    margin-top: 2px;
    font-size: 8px;

  }
  .notice_comm:first-child {
    margin-top: 0;
  }
  .notice_comm::before {
    width: 2px;
    height: 2px;
    top: 5px;
  }

  .sec .sec_cont {
    margin-top: 24px;
  }

  .sec > .inner {
    padding: 0 24px;
  }

  .sub_title {
    font-size: 19px;
    line-height: var(--fs_tit);
    margin-top: 24px;
  }


  /* header */
  .header .tnb_gnb_w.main .tnb_w .c_menu {
    width: 236px;
  }
  .header .tnb_gnb_w.main .tnb_w .c_menu .q_input {
    padding: 0 0 5px 0;
    max-width: 532px;
  }
  .header .tnb_gnb_w.main .tnb_w .c_menu .q_input input {
    font-size: 8px;

    padding: 0 5px;
  }
  .header .tnb_gnb_w.main .tnb_w .c_menu .q_input button {
    padding-right: 5px;
  }
  .header .tnb_gnb_w.main .gnb_w > .inner {
    max-width: 1054px;
    padding: 0 35px;
  }
  .header .tnb_gnb_w.main .gnb_w li {
    font-size: 8px;

  }
  .header .tnb_gnb_w.main .gnb_w li a {
    padding: 9px 24px 9px 0;
  }
  .header .tnb_w {
    height: 59px;
  }
  /*.header .tnb_w > .inner {*/
  /*    max-width: 1054px;*/
  /*    padding: 0 54px;*/
  /*}*/

  .header .tnb_w .l_menu li {
    /*margin-right: 14px;*/
    padding: 23px 0;
  }
  .header .tnb_w .l_menu li:last-child {
    margin-right: 0;
  }
  .header .tnb_w .l_menu li a {
    font-size: 12px;

  }
  .header .tnb_w .l_menu li a:hover::after {
    margin-top: 2px;
    height: 2px;
  }
  .header .tnb_w .l_menu li .tnb_tooltip {
    margin-bottom: -2px;
    border-radius: 4px;
    font-size: 7px;

  }
  .header .tnb_w .l_menu li .tnb_tooltip > .inner {
    padding: 2px 7px;
  }

  .header .tnb_w .tnb_logo {
    width: 138px;
    margin-right: 0;
  }
  .header .gnb_w li {
    /*margin-right: 14px;*/
    font-size: 11px;

  }
  .header .gnb_w li a {
    padding: 21px 7px 20px 7px;
  }
  .header .gnb_w li:first-child a {
    padding-left: 24px;
  }
  .header .gnb_w li a p {
    padding-bottom: 4px;
  }
  .header .gnb_w li a p + .new_dot {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    margin: 1px 0 0 1px;
  }
  .header .gnb_w li a p::after {
    height: 1px;
  }

  .header .tnb_w .r_menu .user_menu li.depth1 {
    margin-right: 9px;
  }
  .header .tnb_w .r_menu .user_menu li.depth1:last-child {
    margin-right: 0;
  }

  .header .tnb_w .tnb_dd_menu {

    padding-top: 5px;
    margin-left: -23px;
  }
  .header .tnb_w .lang_menu .tnb_dd_menu,
  .header .tnb_w .about_menu .tnb_dd_menu {
    padding-top: 0;
  }
  .header .tnb_w .tnb_dd_menu .inner {
    border-radius: 5px;
    padding: 2px 0;
  }
  .header .tnb_w .tnb_dd_menu.lang_dd {
    margin-left: -23px;
  }

  .header .tnb_w .btn_menu_w {
    margin-left: 6px;
  }
  .header .tnb_w .btn_menu_w a {
    padding: 4px 9px;
    border-radius: 30px;
    font-size: 8px;

    margin-right: 5px;
  }

  .header .tnb_w .tnb_dd_menu a {

    font-size: 9px;

    padding: 2px 14px;
  }


  .header .tnb_w .lang_menu {
    margin-left: 9px;
  }
  .header .tnb_w .lang_menu .active_lang {
    font-size: 9px;

    padding-right: 7px;

  }
  .header .tnb_w .lang_menu .active_lang::after {
    border: 2px solid transparent;
    border-bottom-width: 0;
    border-top-color: #000;

    margin-top: -1px;
  }

  .header .tnb_w .about_menu {
    margin-left: 9px;
  }
  .header .tnb_w .about_menu .active_about {
    font-size: 9px;

    padding-right: 7px;
  }
  .header .tnb_w .about_menu .active_about::after {
    border: 2px solid transparent;
    border-bottom-width: 0;
    border-top-color: #000;
    margin-top: -1px;
  }

  /*.header .gnb_w > .inner {*/
  /*    max-width: 1054px;*/
  /*    padding: 0 54px;*/
  /*}*/
  .header .gnb_w ul li {
    /*margin-right: 14px;*/
  }

  .header .gnb_w ul li.depth1 a.depth1_link {
    font-size: 8px;

    letter-spacing: 0.7px;
    flex-wrap: nowrap;
  }

  .header .gnb_dd_w .gnb_dd_item > .inner {
    max-width: 1054px;
    padding: 24px 35px;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list {
    padding-right: 24px;
    min-width: 380px;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2 {
    width: 118px;
    margin-right: 19px;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt {
    width: 148px;
    margin-bottom: 5px;
  }
  /*.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:first-child {*/
  /*  margin-bottom: 9px;*/
  /*}*/
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:last-child {
    margin-bottom: 0;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2:last-child {
    margin-right: 0;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2 .depth2_link {
    letter-spacing: 0.15px;
    font-size: 8px;

    margin-bottom: 5px;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link {
    margin-bottom: 2px;
    font-size: 8px;

    letter-spacing: 0.15px;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:first-child .gnb_item.depth2_link + .gnb_item.depth3_link {
    margin-top: -2px;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link:first-child {
    margin-top: 0;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link.bold {
    margin: 9px 0;
  }

  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link + .depth2_link {
    margin-top: 9px;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item a i.new_ico {
    width: 18px;
    margin-left: 2px;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w {
    padding-left: 24px;

    width: 195px;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_tit {
    font-size: 14px;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt {
    margin-top: 5px;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .img_tit {
    font-size: 9px;

  }
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .pd_name {
    margin-top: 2px;
    font-size: 8px;


  }
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn {
    margin-top: 9px;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn a,
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn span {
    font-size: 8px;

  }
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu {
    width: 219px;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .img_tit {
    padding-top: 5px;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .pd_name {
    font-size: 9px;
  }
  .header .gnb_dd_w .gnb_dd_item .swiper-pagination {
    bottom: 59px;
  }
  .header .gnb_dd_w .gnb_dd_item .swiper-pagination-bullet {
    width: 19px;
    height: 1px;
    margin: 0 2px 0 0;
  }
  .header .gnb_dd_w .gnb_dd_item .swiper-pagination-bullet:last-child {
    margin: 0;
  }
  .header .gnb_dd_w .gnb_dd_item .swiper-pagination-bullet-active {
    width: 24px;
  }

  /* RESOURCES : Inspiration, Blog, Spotlight On ********************************************************************/
  .header .gnb_dd_w .gnb_dd_item .gnb_list.resources_w {
    padding-right: 0;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources {
    width: 189px;
    margin-right: 24px;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources:last-child {
    margin-right: 0;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link .data_depth2_link div {
    height: 122px;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link .data_depth2_link .ico_comm {
    margin-left: 2px;
    margin-bottom: 2px;
  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link p.res_tit {
    margin-top: 9px;
    font-size: 10px;

  }
  .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link p.res_desc {

    margin: 2px 0 9px;
  }
  /******************************************************************** RESOURCES : Inspiration, Blog, Spotlight On */


  /***************************************** V2 *****************************************/
  /****** Header 2 ******/
  .header2 {
    padding: 24px 0 0 0;
  }
  .header2 > .inner {
    padding: 0 12px;
  }

  .header2 .tnb_w .logo {
    width: 95px;
    margin-top: 2px;
    height: 22px;
  }
  .header2 .tnb_w .logo:hover .img {
    bottom: 22px;
  }
  .header2 .tnb_w .logo .img .h_img {
    margin-top: 0;
    height: 22px;
  }

  .header2 .tnb_w .q_input {
    width: 284px;
    margin-left: -142px;
    padding: 5px 0;
  }
  .header2 .tnb_w .q_input input {
    font-size: 8px;
    margin-right: 5px;
  }

  .header2 .tnb_w .r_menu {
    padding: 2px 0;
  }
  .header2 .tnb_w .r_menu .user_menu li.depth1 + li.depth1 {
    margin-left: 14px;
  }
  .header2 .tnb_w .tnb_dd_menu {
    padding-top: 5px;
    margin-left: -23px;
  }
  .header2 .tnb_w .tnb_dd_menu .inner {
    border-radius: 5px;
    padding: 2px 0;
  }
  .header2 .tnb_w .tnb_dd_menu.lang_dd {
    margin-left: -23px;
  }

  .header2 .tnb_w .tnb_dd_menu a {
    font-size: 9px;
    padding: 2px 14px;
  }

  .header2 .tnb_w .lang_menu {
    margin-left: 9px;
  }
  .header2 .tnb_w .lang_menu .active_lang {
    font-size: 9px;
    padding-right: 7px;
  }
  .header2 .tnb_w .lang_menu .active_lang::after {
    border: 2px solid transparent;
    margin-top: -1px;
  }

  .header2 .tnb_w .btn_menu {
    margin-left: 9px;
  }
  .header2 .tnb_w .btn_menu a {
    padding: 5px 9px;
    border-radius: 30px;
    font-size: 8px;

  }
  .header2 .gnb_w {
    margin-top: 12px;
  }
  .header2 .gnb_w ul > li .depth1_link {
    padding: 5px 5px 0 5px;
    height: 27px;
    font-size: 9px;

    white-space: nowrap;
  }
  .header2 .gnb_w ul > li .depth1_link .depth1_link_in {
    padding-bottom: 8px;
    border-bottom: 1px solid transparent;
  }
  .header2 .gnb_w .l_menu > ul.type1 > li:first-child .depth1_link {
    padding-left: 0;
  }
  .header2 .gnb_w .l_menu > ul.type1 > li:last-child .depth1_link {
    padding-right: 9px;
  }
  .header2 .gnb_w .l_menu > ul.type2 > li:first-child::before {
    height: 9px;
    margin-top: -6px;
  }
  .header2 .gnb_w .l_menu > ul.type2 > li:first-child .depth1_link {
    padding-left: 9px;
  }
  .header2 .gnb_w .l_menu .all_cate_btn .all_cate_ico {
    padding: 0 5px 0 2px;
    margin-top: -2px;
  }
  .header2 .gnb_w .l_menu .all_cate_btn .all_cate_txt {
    margin-top: -1px;
  }
  .header2 .gnb_w .l_menu .all_cate_btn .depth1_link:hover .all_cate_ico i::before,
  .header2 .gnb_w .l_menu .all_cate_btn .depth1_link.hover .all_cate_ico i::before {
    width: 19px;
    height: 19px;
  }
  .header2 .gnb_w .r_menu > ul > li + li {
    margin-left: 5px;
  }
  .header2 .gnb_w .r_menu > ul > li:last-child .depth1_link {
    padding-right: 0;
  }

  .header2 .gnb_dd_w .gnb_dd_item > .inner {
    padding: 0 12px;
    max-height: 390px;
  }
  .header2 .gnb_dd_w .gnb_dd_item > .inner::-webkit-scrollbar {
    width: 2px;
  }
  .header2 .gnb_dd_w .gnb_dd_item > .inner::-webkit-scrollbar-thumb {
    border-radius: 2px;
  }
  .header2 .gnb_dd_w .gnb_dd_item .dd_align.left {
    margin-right: 14px;
  }


  .header2 .gnb_dd_w .gnb_dd_item .dd_align.right,
  .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list {
    padding-top: 14px;
    padding-bottom: 33px;
  }
  .header2 .gnb_dd_w .gnb_dd_item .dd_align.left .gnb_list {
    padding: 14px 12px 33px 12px;
  }

  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2 {
    min-width: 1px;
    margin-right: 14px;
  }
  .header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item.depth2 {
    margin-right: 19px;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt {
    width: 148px;
    margin-bottom: 9px;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2:last-child {
    margin-right: 0;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:last-child {
    margin-bottom: 0;
  }

  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .depth2_link > a,
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .depth2_link > p {
    font-size: 8px;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_depth3_list {
    margin-right: -14px;
    margin-bottom: -9px;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link {
    margin-right: 14px;
    margin-bottom: 9px;
    min-width: 95px;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link > a {
    font-size: 8px;
    letter-spacing: 0.01px;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth4_link + .gnb_item.depth4_link {
    margin-top: 2px;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth4_link > a {
    font-size: 8px;
    letter-spacing: 0.01px;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .gnb_depth3_list {
    margin-top: 9px;
    /*max-height: 354px;*/
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .gnb_depth4_list {
    margin-top: 5px;
  }

  .header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item .gnb_depth3_list {
    margin-top: 7px;
  }
  .header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_depth3_list {
    margin-bottom: 0;
    margin-right: 0;
  }
  .header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item.depth3_link {
    margin-bottom: 0;
    margin-right: 0;
  }
  .header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item.depth3_link + .gnb_item.depth3_link {
    margin-top: 2px;
  }

  .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item a i.new_ico {
    width: 18px;
    margin-left: 2px;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w {
    width: 189px;
    margin-top: 14px;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_tit {
    font-size: 14px;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt {
    margin-top: 5px;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .img_tit {
    font-size: 9px;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .pd_name {
    margin-top: 2px;
    font-size: 8px;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn {
    margin-top: 9px;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn a,
  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn span {
    font-size: 8px;
  }

  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu {
    width: 219px;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .img_tit {
    padding-top: 5px;
  }
  .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .pd_name {
    font-size: 9px;
  }

  .header2 .gnb_dd_w .gnb_dd_item[data-num='2'] .gnb_list .gnb_item.depth2 {
    min-width: 1px;
  }
  .header2 .gnb_dd_w .gnb_dd_item[data-num='2'] .gnb_list .gnb_item.depth3_link {
    min-width: 1px;
  }
  .header2 .gnb_dd_w .gnb_dd_item[data-num='3'] .gnb_list .gnb_item .gnb_depth3_list {
    max-height: 390px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.accessory .gnb_list .gnb_item.depth2 + .gnb_item.depth2 {
    margin-top: 9px;
  }

  /*** all_menu ***/
  .header2 .gnb_dd_w .gnb_dd_item.all_menu > .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu {
    padding: 14px 9px 33px 0;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li + li {
    margin-top: 9px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li a {
    padding-right: 14px;
    background-size: 7px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li a p {
    font-size: 9px;
  }

  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .scroll_area {
    max-height: 372px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .scroll_area::-webkit-scrollbar {
    width: 2px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .scroll_area::-webkit-scrollbar-thumb {
    border-radius: 2px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont {
    /*padding: 14px 0 33px 9px;*/
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont .tab_cont_in {
    padding: 14px 9px 33px 9px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_in {
    padding-right: 0;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item .depth2_tit {
    font-size: 9px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item .depth2_tit {
    font-size: 9px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul {
    /*max-height: 331px;*/
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li {
    min-width: 1px;
    margin-top: 9px;
    margin-right: 19px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li .depth3_tit {
    font-size: 9px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul {
    margin-top: 5px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li:not(:first-child) {
    margin-top: 2px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li a {
    font-size: 8px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li a i.new_ico {
    width: 18px;
    margin-left: 2px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item + .tab_cont_item {
    margin-top: 9px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item > ul > li:nth-child(odd) {
    margin-right: 0;
  }

  /* RESOURCES : Inspiration, Blog, Spotlight On ************************************************************************/
  .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list {
    padding-right: 0;
  }
  .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item {
    width: 189px;
    margin-right: 24px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item:last-child {
    margin-right: 0;
  }
  .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link a .link_img {
    height: 122px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link a i {
    margin-left: 2px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link p.res_tit {
    margin-top: 9px;
    font-size: 10px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link p.res_desc {
    margin: 2px 0 9px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .gnb_depth3_list {
    margin-top: 0;
  }

  /************************************************************************ RESOURCES : Inspiration, Blog, Spotlight On */

  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='3'] .tab_cont_item > ul {
    max-height: 390px;
  }

  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_in {
    min-height: 304px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item + .tab_cont_item {
    margin-top: 9px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item .depth2_tit {
    font-size: 8px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item > ul > li {
    margin-top: 2px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item > ul > li:first-child {
    margin-top: 5px;
  }
  .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item > ul > li .depth3_tit {
    font-size: 8px;
  }

  /*** Sticky ***/
  .sticky .header2 {
    padding: 0;
  }
  .sticky .header2 .gnb_w {
    margin-top: 0;
  }
  .sticky .header2 .gnb_w ul > li .depth1_link {
    padding: 0 5px;
    height: 32px;
  }
  .sticky .header2 .gnb_w ul > li .depth1_link .depth1_link_in {
    padding: 0;
  }
  .sticky .header2 .gnb_w .l_menu > ul.type1 > li:first-child .depth1_link {
    padding-right: 0;
  }
  .sticky .header2 .gnb_w .all_cate_btn .logo {
    width: 63px;
    margin-right: 14px;
    height: 14px;
  }
  .sticky .header2 .gnb_w .all_cate_btn .logo:hover .img {
    bottom: 14px;
  }
  .sticky .header2 .gnb_w .all_cate_btn .logo .img img {
    height: 14px;
  }
  .sticky .header2 .gnb_w .l_menu .all_cate_btn .all_cate_ico {
    padding: 2px;
    margin: 0 9px 0 0;
  }


  .q_search_w {
    padding: 24px 0;
    top: 59px;

  }
  .q_search_w > .inner {
    max-width: 1054px;
    padding: 0 54px;
  }
  .q_search_w .cls_btn {
    right: 19px;
    top: -5px;
    width: 14px;
    height: 14px;
  }
  .q_search_w .q_input {
    padding: 0 0 5px 0;
    max-width: 532px;
  }
  .q_search_w .q_input input {

    font-size: 13px;

    padding: 0 5px 0 1px;
  }
  .q_search_w .q_result {
    margin-top: 28px;
  }
  .q_search_w .q_result .result_tit {
    font-size: 12px;

    margin-bottom: 12px;
  }
  .q_search_w .q_result .result_pd_list {
    padding-right: 19px;
    width: calc(100% - 157px);
  }
  .q_search_w .q_result .result_pd_list .pd_list {
    margin-left: -7px;
    margin-right: -7px;
  }
  .q_search_w .q_result .result_pd_list .pd_list .pd_item {
    padding: 0 7px;
  }
  .q_search_w .q_result .result_pd_list .pd_list .pd_item .pd_txt {
    min-height: 30px;
  }
  .q_search_w .q_result .result_pd_list .pd_list .pd_item .pd_txt .pd_tit {
    font-size: 9px;

  }
  .q_search_w .q_result .result_sg_list {
    padding-left: 19px;
    width: 157px;
  }
  .q_search_w .q_result .result_sg_list .sg_list li {
    font-size: 9px;

    margin-top: 9px;

  }

  .q_search_w .q_result .no_search_w {
    min-height: 177px;

  }
  .q_search_w .q_result .no_search_w .no_search_txt {
    font-size: 9px;

  }
  .q_search_w .q_result .no_search_w .kw_list {
    margin-bottom: -5px;
    margin-top: 7px;

    /* row 5개 임시적용 */
    max-width: 768px;
  }
  .q_search_w .q_result .no_search_w .kw_list li {
    margin-right: 5px;
    border-radius: 18px;
    margin-bottom: 5px;
  }
  .q_search_w .q_result .no_search_w .kw_list li a {
    padding: 4px 9px;
    font-size: 9px;

  }
  .q_search_w .q_result .no_search_w .no_search_note {
    font-size: 8px;

    margin-top: 14px;
  }
  .q_search_w .q_result .no_search_w .inquiry_btn {
    margin-top: 14px;
  }
  .q_search_w .q_result .no_search_w .no_kw {
    margin-top: 12px;
  }

  /*sticky*/
  .wrap.sticky {
    padding-top: 89px;
  }
  .sticky .header .tnb_w {
    height: 32px;
  }
  .sticky .header .tnb_w .tnb_logo {
    width: 118px;
  }
  .sticky .header .gnb_w li {
    font-size: 8px;

  }
  .sticky .header .gnb_w li a {
    padding: 10px 7px 8px 7px;
  }
  .sticky .header .gnb_w li:first-child a {
    padding-left: 24px;
  }
  .sticky .header .gnb_w li a p {
    padding-bottom: 2px;
  }
  .sticky .q_search_w {
    top: 32px;
  }
  .header .tnb_w.main_sticky {
    height: 32px;
  }
  .header .tnb_w.main_sticky .tnb_logo {
    width: 118px;
  }
  .header .tnb_w.main_sticky .gnb_w {
    margin-left: 19px;
  }
  .header .tnb_w.main_sticky .gnb_w li {
    font-size: 8px;

    padding: 0;
  }
  .header .tnb_w.main_sticky .gnb_w li a {
    padding: 9px 14px 9px 0;
  }
  .sticky .q_search_w .q_result {
    margin-top: 28px;
  }

  /* header samplebag */
  .tnb_sample_btn_w .sample_count {
    margin-left: -6px;

    font-size: 7px;


    padding: 0 2px;
    border-radius: 7px;
  }
  .header2 .tnb_sample_btn_w .sample_count {
    width: 15px;
  }
  .tnb_sample_btn_w .samplebag_list_w {
    width: 201px;
    margin-left: -100px;
    padding-top: 9px;
  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list_in {
    padding: 14px;
    border-radius: 5px;
  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list_tit {
    font-size: 12px;

  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list_tit .list_count {
    margin-left: 2px;
    font-size: 10px;

  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list {
    margin-top: 5px;
    padding: 9px 0 14px 0;
    max-height: 208px;
  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list::-webkit-scrollbar {
    width: 2px;
  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list::-webkit-scrollbar-thumb {
    border-radius: 2px;
  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item {
    margin-top: 14px;
  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item:first-child {
    margin-top: 0;
  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_img {
    width: 52px;
    height: 52px;
  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_info {
    padding-left: 9px;
  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_info .pd_tit {
    font-size: 9px;

  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_info .pd_bot {
    margin-top: 7px;

    font-size: 8px;

  }
  .tnb_sample_btn_w .samplebag_list_w .samplebag_list_btn a {
    padding: 6px 0;
    font-size: 10px;

  }

  /* footer */
  .footer {
    padding: 35px 0;
  }
  .footer > .inner {
    max-width: 1054px;
    padding: 0 54px;
  }
  .footer .copy .logo {
    width: 142px;
  }
  .footer .copy .sns_link {
    margin-top: 11px;
  }
  .footer .copy .sns_link a {
    margin-right: 5px;
  }
  .footer .copy .cr {
    font-size: 8px;

  }

  .footer .tit {
    font-size: 11px;

  }
  .footer .desc {
    margin-top: 5px;
  }

  .footer .link {
    margin-right: 13px;
  }
  .footer .link .col {
    min-width: 106px;
  }
  .footer .link .col:first-child {
    margin-right: 13px;
  }

  .footer .link .col .desc a {
    margin-top: 5px;

    font-size: 8px;

  }

  .footer .link .col .bot_cont .ask_btn {
    font-size: 9px;

  }
  .footer .info {
    padding-right: 0;
  }
  .footer .info .tit {
    font-size: 12px;
  }
  .footer .info .row {
    margin-top: 2px;
  }
  .footer .info .row:first-child {
    margin-top: 0;
  }
  .footer .info .row p {
    margin-right: 9px;

    font-size: 9px;

  }
  .footer .info .row p:last-child {
    margin-right: 0;
  }
  .footer .info .row p span {
    margin-right: 5px;
  }

  /*footer2*/
  .footer2 {
    padding: 24px 0;
  }
  .footer2 > .inner {
    max-width: 1054px;
    padding: 0 54px;
  }
  .footer2 .copy {
    margin-right: 14px;
  }
  .footer2 .copy .logo {
    width: 142px;
  }
  .footer2 .copy .sns_link {
    margin-top: 19px;
  }
  .footer2 .copy .sns_link a {
    margin-right: 5px;
  }
  .footer2 .cr {

    font-size: 8px;


    margin-top: 14px;
  }

  .footer2 .tit {
    font-size: 11px;

  }
  .footer2 .desc {
    margin-top: 5px;
  }


  .footer2 .link_info {
    margin: 19px 0 0 0;
  }
  .footer2 .link {
    margin-right: 24px;

  }
  .footer2 .link .col {
    width: calc(50% - 12px);
  }
  .footer2 .link .col:first-child {
    margin-right: 24px;
  }

  .footer2 .link .col .desc a {
    margin-top: 5px;

    font-size: 8px;

  }
  .footer2 .link .col .desc a:first-child {
    margin-top: 0;
  }

  .footer2 .link .col .bot_cont .ask_btn {
    font-size: 9px;

  }
  .footer2 .info .row {
    margin-top: 2px;
  }
  .footer2 .info .row:first-child {
    margin-top: 0;
  }
  .footer2 .info .row p {
    margin-right: 9px;

    font-size: 9px;

  }
  .footer2 .info .row p:last-child {
    margin-right: 0;
  }
  .footer2 .info .row p span {
    margin-right: 5px;
  }

  .footer2 .subscript_w .subs_tit {
    font-size: 9px;

  }
  .footer2 .subscript_w .subs_desc {
    margin-top: 2px;
    font-size: 8px;

  }
  .footer2 .subscript_w .subs_input {
    width: 194px;
    margin-top: 9px;
  }
  .footer2 .subscript_w .subs_input input {
    padding: 7px 12px 7px 0;
    font-size: 8px;


    background-size: 7px;
  }
  .footer2 .subscript_w .subs_input a {
    width: 12px;
  }

  .footer2 .right_w {
    margin-top: 19px;
  }

  .totop {
    width: 32px;
    height: 32px;
    background: #fff url("/v2/img/ico_totop.png") no-repeat center center;
    background-size: 14px 14px;

    right: 6px;
    bottom: 53px;
  }

    .fix_inquiry_btn {
        width: 74px;
        height: 28px;
        box-shadow: 0 1px 18px;
        border-radius: 18px;
        padding: 5px 7px;
        right: 12px;
        bottom: 9px;
    }
    .fix_inquiry_btn .inquiry_icon {
        width: 19px;
        height: 19px;
        background-size: 19px 19px;
    }
    .fix_inquiry_btn p {
        font-size: 10px;

    }

    .fix_inquiry_btn.inactive {
        width: 28px;
        padding: 4px;
    }
    .fix_inquiry_btn.active .inquiry_icon {
        background-size: 19px 19px;
        margin-right: 2px;
    }

  /*.fix_inquiry_btn {*/
  /*  width: 32px;*/
  /*  height: 32px;*/

  /*  right: 6px;*/
  /*  bottom: 12px;*/
  /*}*/
  /*.fix_inquiry_btn svg {*/
  /*  width: 14px;*/
  /*}*/

  /***************************************** V2 *****************************************/
  /****** fix_inquiry_btn_w ******/
  .fix_inquiry_btn_w {
    right: 19px;
    bottom: 19px;
  }
  .fix_inquiry_btn_w a {
    width: 47px;
  }
  .fix_inquiry_btn_w .inquiry_msg {
    width: 136px;
    padding: 7px;
    margin-bottom: 5px;
    border-radius: 5px;
  }
  .fix_inquiry_btn_w .inquiry_msg > .inner div:nth-child(1),
  .fix_inquiry_btn_w .inquiry_msg > .inner div:nth-child(2) {
    margin-bottom: 5px;
  }
  .fix_inquiry_btn_w .inquiry_msg .msg_tit {
    font-size: 8px;
  }
  .fix_inquiry_btn_w .inquiry_msg .msg_desc {
    font-size: 8px;
  }

  /****** footer3 ******/
  .footer3 > .inner {
    padding: 35px 12px 40px 12px;
  }
  .footer3 .footer_menu .f_txt {
    margin-right: 35px;
  }
  .footer3 .footer_menu .f_txt .f_tit {
    font-size: 14px;
    max-width: 106px;
  }
  .footer3 .footer_menu .f_txt .f_link {
    margin-top: 14px;
  }
  .footer3 .footer_menu .f_txt .f_link li + li {
    margin-left: 5px;
  }
  .footer3 .footer_menu .f_menu .menu_item {
    min-width: 95px;
  }
  .footer3 .footer_menu .f_menu .menu_item + .menu_item {
    margin-left: 24px;
  }
  .footer3 .footer_menu .f_menu .menu_item .menu_item_tit,
  .footer3 .footer_menu .f_menu .menu_item .menu_item_tit a {
    font-size: 9px;
  }
  .footer3 .footer_menu .f_menu .menu_item ul {
    margin-top: 5px;
  }
  .footer3 .footer_menu .f_menu .menu_item li + li {
    margin-top: 5px;
  }
  .footer3 .footer_menu .f_menu .menu_item li,
  .footer3 .footer_menu .f_menu .menu_item li a {
    font-size: 9px;
  }
  .footer3 .f_subscript .subscript_w {
    width: 213px;
    letter-spacing: 0.01px;
  }
  .footer3 .f_subscript .subscript_w .subs_tit {
    font-size: 14px;
  }
  .footer3 .f_subscript .subscript_w .subs_input {
    margin-top: 5px;
  }
  .footer3 .f_subscript .subscript_w .subs_input input {
    padding: 7px 12px 7px 0;
    font-size: 8px;

    background-size: 9px;
  }
  .footer3 .f_subscript .subscript_w .subs_input a {
    border: 0;
    width: 12px;
  }
  .footer3 .f_subscript .subscript_w .subs_desc {
    margin-top: 14px;
    font-size: 8px;
    max-width: 172px;
  }
  .footer3 .footer_img {
    margin-top: 24px;
  }
  .footer3 .copyright {
    margin-top: 24px;

    font-size: 8px;
    letter-spacing: 0.01px;
  }
  .footer3 .copyright .cr_txt {
    margin-right: 31px;
  }
  .footer3 .copyright .cr_menu li + li {
    margin-left: 14px;
  }
  .footer3 .info_ex {
    padding-top: 9px;
  }
  .footer3 .info_ex .tit {
    font-size: 7px;
  }
  .footer3 .info_ex .desc li {
    margin-right: 5px;
  }
  .footer3 .info_ex .desc li:last-child {
    margin-right: 0;
  }
  .footer3 .info_ex .desc li p {
    font-size: 7px;
  }
  .footer3 .info_ex .desc li p span {
    margin-right: 2px;
  }

  /* main_top */
  .main_top {
    padding: 35px 0 35px 0;
  }
  .main_top .tit {
    font-size: 18px;

    letter-spacing: 1px;
  }
  .main_top .desc {
    margin-top: 9px;
    font-size: 11px;

  }
  .main_top .search_w {
    /*max-width: 206px;*/
    max-width: 240px;
    margin: 25px auto 0 auto;
  }
  .main_top .search_w .search_input {
    padding: 6px 0 6px 14px;
    border-radius: 24px;
  }
  .main_top .search_w .search_input input {

    font-size: 9px;

  }

  .main_top .search_w .search_btn {
    padding: 6px 12px;
    border-radius: 24px;

    height: 28px;

  }
  .main_top .search_w .search_btn span {

    font-size: 10px;


    padding-top: 1px;
  }

  /* swiper */
  .swiper_w .swiper-custom-next,
  .swiper_w .swiper-custom-prev {
    width: 35px;
    height: 35px;
    margin-top: -18px;
    background-size: 19px auto;
  }
  .swiper_w .swiper-custom-next {
    margin-left: 24px;
  }
  .swiper_w .swiper-custom-prev {
    margin-right: 24px;
  }
  .mini_arrow {
    padding: 0 28px;
  }
  .mini_arrow .swiper-custom-next,
  .mini_arrow .swiper-custom-prev {
    width: 19px;
    height: 19px;
    margin-top: -9px;
  }


  /* button */
  .btn_comm a,
  .btn_comm label,
  .btn_comm span {
    padding: 4px 9px;
    font-size: 8px;

  }
  .btn_comm a.big,
  .btn_comm label.big,
  .btn_comm span.big {
    padding: 6px 9px;
    font-size: 12px;

  }
  .btn_comm a.middle,
  .btn_comm label.middle,
  .btn_comm span.middle {
    padding: 6px 12px;
    font-size: 10px;

  }
  .btn
  .btn_comm a.use_ico,
  .btn_comm label.use_ico,
  .btn_comm span.use_ico {
    padding: 2px 9px;
  }

    .btn-common.new-btn {
        margin-top: 14px;
    }
    .btn-common a.type9 {

        font-size: 11px;
    }
    .btn-common a.type9:not(:first-child) {
        margin-left: 5px;
    }
    .btn-common a.type9.use-ico {
        padding: 6px 14px;
    }
    .btn-common a.use-ico .btn-ico {
        width: 14px;
        height: 14px;
        background-position: 0 0;
        margin-top: 1px;
    }

  /* pd list */
  .pd_list_comm {
    margin-left: -9px;
    margin-right: -9px;
  }
  .pd_list_comm .pd_item {
    padding: 0 9px;
  }
  .pd_list_comm .pd_item .badge_w {
    margin-top: 5px;
  }
  .pd_list_comm .pd_item .badge_w .item {
    padding: 1px 4px;
    margin-right: 2px;

    font-size: 7px;

  }
  .pd_list_comm .pd_item .badge_w .badge_item {
    height: 13px;
    margin-right: 2px;
  }
  .pd_list_comm .pd_item .badge_w .badge_item.stm {
    width: 73px;
  }
  .ko .pd_list_comm .pd_item .badge_w .badge_item.stm {
    width: 34px;
  }
  .pd_list_comm .pd_item .badge_w .badge_item.ptd {
    width: 41px;
  }
  .ko .pd_list_comm .pd_item .badge_w .badge_item.ptd {
    width: 21px;
  }
  .pd_list_comm .pd_item .badge_w .badge_item.moq {
    width: 31px;
  }
  /*.ko .pd_list_comm .pd_item .badge_w .badge_item.moq {*/
  /*  width: 34px;*/
  /*}*/
  .pd_list_comm .pd_item .badge_w .badge_item.otc {
    width: 21px;
  }
  .pd_list_comm .pd_item .badge_w .badge_item.ct {
    width: 74px;
  }
  .ko .pd_list_comm .pd_item .badge_w .badge_item.ct {
    width: 47px;
  }

  .pd_list_comm .pd_item .badge_w.mini .badge_item {
    height: 11px;
  }
  .pd_list_comm .pd_item .badge_w.mini .badge_item.stm {
    width: 58px;
  }
  .ko .pd_list_comm .pd_item .badge_w.mini .badge_item.stm {
    width: 31px;
  }
  .pd_list_comm .pd_item .badge_w.mini .badge_item.ptd {
    width: 33px;
  }
  .ko .pd_list_comm .pd_item .badge_w.mini .badge_item.ptd {
    width: 17px;
  }
  .pd_list_comm .pd_item .badge_w.mini .badge_item.moq {
    width: 25px;
  }
  /*.ko .pd_list_comm .pd_item .badge_w.mini .badge_item.moq {*/
  /*    width: 27px;*/
  /*}*/
  .pd_list_comm .pd_item .badge_w.mini .badge_item.otc {
    width: 18px;
  }
  .pd_list_comm .pd_item .badge_w.mini .badge_item.ct {
    width: 55px;
  }
  .ko .pd_list_comm .pd_item .badge_w.mini .badge_item.ct {
    width: 35px;
  }

  .pd_list_comm .pd_item .pd_txt {
    margin-top: 8px;
  }
  .pd_list_comm .pd_item .pd_txt .pd_tit {
    font-size: 8px;

  }
  .pd_list_comm .pd_item .pd_txt .pd_tit .pd_volume {
    margin-top: 2px;
  }
  .pd_list_comm .pd_item .clip_btn {
    width: 19px;
    height: 19px;

    bottom: 5px;
    right: 5px;
  }
  /* pagination */
  .pagination_w {
    margin-top: 24px;
  }
  .pagination_w .pagination .page_item:not(.arrow) a {
    min-width: 13px;
    padding: 0 3px;

    font-size: 10px;

  }
  .pagination_w .pagination .page_item.arrow a {
    margin: 0 2px;
  }

  /* breadcrumb */
  .breadcrumb2 {
    /*padding-top: 14px;*/
    margin-bottom: 24px;
  }
  .breadcrumb2 .txt {
    font-size: 9px;

  }
  .breadcrumb2 .arrow {
    margin: 0 2px;
  }

  /* form */
  .chk_w .chk_item {
    margin-top: 5px;
  }
  .chk_w .chk_item:first-child {
    margin-top: 0;
  }
  .chk_w .chk_item input[type="checkbox"] + label {
    font-size: 9px;

  }
  .chk_w .chk_item input[type="checkbox"] + label i.chk_ico {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    margin-right: 5px;
  }
  .chk_w .chk_item.only_box input[type="checkbox"] + label i.chk_ico {
    margin: 0;
  }
  .chk_w .chk_item input[type="checkbox"]:checked + label i.chk_ico {
    background-size: 6px auto;
  }

  .radio_w .radio_item {
    margin-top: 5px;
  }
  .radio_w .radio_item:first-child {
    margin-top: 0;
  }
  .radio_w .radio_item input[type="radio"] + label {
    font-size: 9px;

  }
  .radio_w .radio_item input[type="radio"] + label i.radio_ico {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
  .radio_w .radio_item input[type="radio"]:checked + label i.radio_ico::after {

    width: 5px;
    height: 5px;
    margin-left: -2px;
    margin-top: -2px;
  }

  /* popup */
  .popup_comm {
    max-width: 263px;
  }

  .popup_comm > .inner {
    padding: 14px 12px 19px 12px;
  }
  .popup_comm > .inner::-webkit-scrollbar {
    width: 2px;
  }
  .popup_comm > .inner::-webkit-scrollbar-thumb {
    border-radius: 2px;
  }

  .popup_comm .cls_btn {
    top: 14px;
    right: 14px;
  }

  .popup_comm .txt .tit {
    padding-right: 56px;
    font-size: 13px;

  }
  .popup_comm .txt .desc {
    margin-top: 14px;
    font-size: 11px;

  }

  .popup_comm .cont {
    margin-top: 19px;
    max-height: calc(70vh - 59px);
  }

  .popup_comm .btn {
    margin-top: 19px;
  }

  .popup_comm .btn a {
    min-width: 59px;
    padding: 5px 12px;
    font-size: 9px;

    margin-left: 5px;
  }
  .popup_comm .btn a:first-child {
    margin-left: 0;
  }

  .popup_comm.moq_type {
    max-width: 354px;
  }
  .popup_comm.moq_type .cont {
    margin-top: 28px;
  }
  .popup_comm.moq_type .cont_txt .tit {
    font-size: 11px;

  }
  .popup_comm.moq_type .cont_txt .desc {
    margin-top: 5px;
    font-size: 8px;

  }

  /* alert 형태 일괄 수정 */
  .popup_comm.alert_confirm {
    max-width: 284px;
    margin-top: -59px;
  }
  .popup_comm.alert_confirm .txt {
    margin-top: 28px;
  }
  .popup_comm.alert_confirm .txt .tit {
    font-size: 11px;

  }
  .popup_comm.alert_confirm .txt .desc {
    margin-top: 2px;
    font-size: 8px;

  }

  .form_comm .form_title {
    font-size: 14px;
  }
  .form_comm .form_row {
    margin-top: 9px;
  }
  .form_comm .form_row:first-child {
    margin-top: 0;
  }
  .form_comm .form_row .form_col {
    width: calc(50% - 9px);
  }
  .form_comm .form_row .form_col + .form_col {
    margin-left: 19px;
  }
  .form_comm .form_row .form_label {
    width: 112px;
    padding: 5px 0;

    font-size: 9px;

  }
  .form_comm .form_row .form_label i.asterisk {
    width: 5px;
    height: 13px;
  }
  .form_comm .form_row.label100 .form_label {
    margin-bottom: 5px;
  }
  .form_comm .form_row .form_item {
    min-height: 24px;
  }
  .form_comm .form_row .form_item.item2 input,
  .form_comm .form_row .form_item.item2 select {
    width: calc(50% - 2px);
  }

  .form_comm .form_row .form_item input,
  .form_comm .form_row .form_item select {
    padding: 5px 7px;
    font-size: 8px;

  }
  .form_comm .form_row .form_item select {
    padding-right: 14px;
    background: url("/v2/img/ico_select2.png") no-repeat right 5px center;
    background-size: 9px;
    background-color: #fff;
  }
  .form_comm .form_row .form_item .textarea_w {
    padding: 5px 7px;
  }
  .form_comm .form_row .form_item textarea {
    height: 117px;
    font-size: 8px;

  }
  .form_comm .form_row .form_item textarea::-webkit-scrollbar {
    width: 2px;
  }
  .form_comm .form_row .form_item textarea::-webkit-scrollbar-thumb {
    border-radius: 2px;
  }
  .form_comm .form_row .form_item input[type=date],
  .form_comm .form_row .form_item input.datepicker {
    padding: 5px 4px 5px 7px;
  }
  .form_comm .form_row .form_item input[type=date]::after {
    background: none;
    background: url('/v2/img/ico_date.png') no-repeat;
    background-size: 9px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    right:5px;
  }
  .form_comm .form_row .form_item input.datepicker {
    background-size: 9px;
    background-position: right 5px center;
  }

  .form_comm .form_row.file .form_item input[type=file] + label {
    padding: 4px 9px;
    font-size: 8px;

  }
  .form_comm .form_row.file .form_item .file_notice {
    margin-top: 5px;
    font-size: 8px;

  }
  .form_comm .form_row.file .form_item .file_list {
    margin-top: 5px;
    font-size: 8px;

  }
  .form_comm .form_row .form_item.tel_type select {
    width: 53px;
    margin-right: 5px;
  }
  .form_comm .form_row .form_item.name_type input {
    width: calc(50% - 2px);
  }
  .form_comm .form_notice {
    margin-top: 5px;
  }

  .q_search_inquiry_popup {
    max-width: 402px;
  }

  .askus_popup {
    max-width: 402px;
  }
  .askus_popup .progress_w {
    border-radius: 11px;
    height: 14px;
  }
  .askus_popup .progress_w .bar {
    font-size: 9px;

    border-radius: 11px;
  }
  .askus_popup .progress_w .txt {
    right: 9px;
    font-size: 9px;

  }
  .askus_popup .step_w {
    margin-top: 24px;
  }
  .askus_popup .step_w .step .step_tit {
    font-size: 11px;

  }
  .askus_popup .step_w .step .step_cont {
    margin-top: 9px;
  }
  .askus_popup .step_w .radio_item,
  .askus_popup .step_w .chk_item {
    margin-right: 5px;
    margin-top: 9px;
  }
  .askus_popup .step_w .radio_item input[type=radio] + label,
  .askus_popup .step_w .chk_item input[type=checkbox] + label {
    padding: 4px 9px;
    border-radius: 18px;
    font-size: 9px;

  }
  .askus_popup .step_w .dis_f {
    margin-top: -9px;
  }
  .askus_popup .step_w .btn {
    margin-top: 28px;
  }

  .askus_popup .step_w .form_comm .form_row.other_op {
    margin-top: 9px;
  }
  .askus_popup .notice {
    font-size: 9px;

    padding-left: 7px;
    margin-top: 9px;
  }
  .askus_popup .notice::before {
    top: 5px;
    width: 2px;
    height: 2px;

  }


  .report_popup {
    max-width: 402px;
  }

  .report_popup .box_w .box {
    margin-top: 14px;
  }
  .report_popup .box_w .box:first-child {
    margin-top: 0;
  }
  .report_popup .box_w .box .box_tit {
    font-size: 10px;

    margin-bottom: 5px;
  }
  .report_popup .box_w .box .box_desc {
    font-size: 9px;

    margin-bottom: 5px;
  }
  .report_popup .box_w .box .box_cont {
    padding: 12px;
  }
  .report_popup .box_w .box .box_cont p {
    font-size: 9px;

  }
  .report_popup .box_w .box .agree_w {
    margin-top: 5px;
  }
  .report_popup .form_w {
    margin-top: 14px;
  }
  .report_popup .form_w .file_w .file_in .file_btn {
    margin-left: 5px;
    font-size: 9px;

    padding: 5px 12px;
  }

  .agree_fail_popup .txt .tit {
    font-size: 12px;

    padding-right: 29px;
  }
  .agree_fail_popup .txt .desc {
    font-size: 9px;

    padding-right: 47px;
  }

  .alert_exist .txt .tit {
    font-size: 11px;

    padding-right: 44px;
  }

  .main_img_popup {
    font-size: 9px;
  }
  .main_img_popup .img_popup_in {
    max-width: 384px;
  }
  .main_img_popup .popup_btn_w a {
    padding: 9px 0;
  }

  /* Sub Step (7단계) 768px */
    .moq-status-w.sub_step .status-item:nth-child(5) {
        margin-left: 6px;
    }
    .moq-status-w.sub_step .status-item:nth-child(8) {
        margin-left: 0;
        margin-right: 6px;
        right: 0;
    }

    .moq-status-w.sub_step.step6 .status-item:nth-child(6) {
        margin-top: -9px;
        margin-left: -9px;
    }
    .moq-status-w.sub_step.step6 .status-item:nth-child(6) .dot {
        width: 18px;
        height: 18px;
    }
    .moq-status-w.sub_step.track.step6 .status-item:nth-child(6) .dot {
        background-image: url('/img/ico_status_check.png');
        background-repeat: no-repeat;
        background-size: 9px auto;
        background-position: center;
    }

    .moq-status-w.sub_step.step7 .status-item:nth-child(7) {
        margin-top: -9px;
        margin-left: -9px;
    }
    .moq-status-w.sub_step.step7 .status-item:nth-child(7) .dot {
        width: 18px;
        height: 18px;
    }
    .moq-status-w.sub_step.track.step7 .status-item:nth-child(7) .dot {
        background-image: url('/img/ico_status_check.png');
        background-repeat: no-repeat;
        background-size: 9px auto;
        background-position: center;
    }


    .moq-status-w.sub_step.step8 .status-item:nth-child(8) {
        margin-top: -9px;
        margin-left: -9px;
    }
    .moq-status-w.sub_step.step8 .status-item:nth-child(8) .dot {
        width: 18px;
        height: 18px;
    }
    .moq-status-w.sub_step.track.step8 .status-item:nth-child(8) .dot {
        background-image: url('/img/ico_status_check.png');
        background-repeat: no-repeat;
        background-size: 9px auto;
        background-position: center;
    }


    .moq-status-w.exw_step .status-item:nth-child(4) {
        margin-left: 0;
        margin-right: 6px;
        right: 0;
    }

    .moq-status-w.count6 .status-item:nth-child(5) {
        margin-left: 6px;
        margin-right: 0;
    }
    .moq-status-w.count6 .status-item:nth-child(6) {
        margin-left: 0;
        margin-right: 6px;
        right: 0;
    }
    .moq-status-w.count6.step6 .status-item:nth-child(6) {
        margin-top: -9px;
        margin-left: -9px;
    }
    .moq-status-w.count6.step6 .status-item:nth-child(6) .dot {
        width: 18px;
        height: 18px;
    }

  .terms_comm .terms_box + .terms_box {
    margin-top: 14px;
  }
  .terms_comm .terms_tit {
    font-size: 12px;

    margin-bottom: 5px;
  }
  .terms_comm .terms_article:not(:first-child) {
    margin-top: 9px;
  }
  .terms_comm .terms_article .article_tit {
    font-size: 11px;

  }
  .terms_comm .terms_article .sub_tit {
    font-size: 11px;

  }
  .terms_comm .terms_article p:not(:last-child),
  .terms_comm .terms_article table:not(:last-child) {
    margin-bottom: 5px;
  }
  .terms_comm .terms_article p {
    font-size: 8px;

  }
  .terms_comm .terms_article table th,
  .terms_comm .terms_article table td {
    font-size: 8px;

    padding: 2px;
  }

  /* sample_guide_w */
  .sample_guide_w .guide_tit {
    font-size: 9px;

  }
  .sample_guide_w .guide_cont {
    padding: 12px;
    margin-top: 5px;
  }
  .sample_guide_w .guide_cont .part_w {
    margin-top: 9px;
  }
  .sample_guide_w .guide_cont .part_item {
    margin-top: 9px;
  }
  .sample_guide_w .guide_cont .part_item:first-child {
    margin-top: 0;
  }
  .sample_guide_w .guide_cont .part_item .part_tit {
    font-size: 9px;

  }
  .sample_guide_w .guide_cont .part_item .part_cont {
    margin-top: 5px;
  }
  .sample_guide_w .guide_cont .part_item .part_cont .part_desc_item {
    margin-top: 5px;
    font-size: 8px;

  }
  .sample_guide_w .guide_cont .part_item .part_cont .part_desc_item:first-child {
    margin-top: 0;
  }
  .sample_guide_w .guide_cont .part_item .part_cont .part_desc_item .desc_label {
    margin-right: 9px;
    min-width: 35px;
  }
  .sample_guide_w .guide_cont .part_item .part_cont .part_notice {
    margin-top: 5px;
    font-size: 8px;

  }
  .sample_guide_w .guide_cont .part_item .part_cont .part_desc_item .part_notice {
    margin-top: 0;
  }
}

/* skeleton_w */
@keyframes loading {
  0% {
    left: -30px;
  }
  50%,
  100% {
    left: 100%;
  }
}

.skeleton_area {
  display: none;
}
.skeleton_w .skeleton_area {
  display: block;
  position: absolute;
  z-index: 98;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background: #F0F0F0;
}
.skeleton_w .skeleton_area::before {
  display: block;
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(90deg, rgba(240, 240, 240, 0) 0%, #F6F7FB 51.04%, rgba(240, 240, 240, 0) 100%);
  animation: loading 2s infinite linear;
}
.skeleton_w .skeleton_area.no_lean::before {
  display: none;
}
/* pd list 공통 스켈레톤 */
.pd_list_comm .pd_item.skeleton_w .badge_w {
  display: none;
}
.pd_list_comm .pd_item.skeleton_w .pd_img,
.pd_list_comm .pd_item.skeleton_w .pd_txt {
  position: relative;
}
.pd_list_comm .pd_item.skeleton_w .pd_tit {
  visibility: hidden;
}
.pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area {
  display: flex;
  background: none;
}
.pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.tit {
  flex-grow: 1;
  padding: 4px 0;
  margin-right: 8px;
}
.pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.tit .skeleton_item_row {
  display: block;
  height: 18px;
  background: #F0F0F0;
}
.pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.tit .skeleton_item_row:nth-child(2) {
  max-width: 160px;
  margin-top: 8px;
}
.pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.ico {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #F0F0F0;
}
.main .main_banner .main_slider .slider_item.skeleton_w .slider_img {
  visibility: hidden;
}
.main .rtc .theme_pd_list .pd_item.skeleton_w .pd_txt {
  min-height: 54px;
}
.q_search_w .q_result .result_pd_list .pd_list .pd_item.skeleton_w .pd_txt {
  min-height: 54px;
}
/****************/


/****************** .use_tooltip_comm  ******************/
.use_tooltip_comm {
  display: inline-block;
  padding-right: 24px;
  background-image: url('/v2/img/ico_tooltip.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px auto;
  position: relative;
}
.use_tooltip_comm.type_l {
  background-image: url('/v2/img/ico_tooltip_line.png');
}
.use_tooltip_comm.type_none {
  padding: 0;
  background-image: none;
}
.use_tooltip_comm.type_btn {
  padding: 0;
  background-image: none;
}
.use_tooltip_comm.type_btn .label_txt {
  display: flex;
  align-items: center;
}
.use_tooltip_comm .tooltip_box {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  padding-bottom: 12px;
  width: 247px;
  z-index: 10;
}
.use_tooltip_comm .tooltip_box.right {
  left: auto;
  right: 0;
}

.use_tooltip_comm.open .tooltip_box {
  display: block;
}

.use_tooltip_comm .tooltip_box .tooltip_in {
  position: relative;
  background-color: #fff;
  border: 1px solid #444;
  padding: 6px 32px 6px 8px;
}
.use_tooltip_comm .tooltip_box .tooltip_in .after {
  display: block;
  content: " ";
  width: 12px;
  height: 9px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  margin-top: -1px;
  background: url('/v2/img/tooltip_pointer.svg') no-repeat 0 0;
  background-size: 100% auto;
}
.use_tooltip_comm .tooltip_box .tooltip_close {
  position: absolute;
  top: 6px;
  right: 8px;
  padding: 0;
  border: 0;
}
.use_tooltip_comm .tooltip_box .tooltip_title {
  font-size: 18px;
  line-height: var(--fs_tit);
  font-weight: 600;
  margin-bottom: 16px;
}
.use_tooltip_comm .tooltip_box .tooltip_desc img {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.use_tooltip_comm .tooltip_box .tooltip_desc,
.use_tooltip_comm .tooltip_box .tooltip_desc p {
  font-weight: 400;
  color: #444;
  font-size: 13px;

}
.use_tooltip_comm .tooltip_box .tooltip_desc b {
  font-weight: 600;
}
.use_tooltip_comm.center .tooltip_box {
  left: 50%;
  margin-left: -123px;
}

/****************** order_pay_comm ******************/
.order_pay_comm .part + .part {
  margin-top: 40px;
}
.order_pay_comm .part_cont {
  border-top: 2px solid #000;
  margin-top: 16px;
  padding-top: 16px;
}
.order_pay_comm .order_row {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
/****************** addr_list_comm ******************/
.addr_list_comm .order_addr_list_w .addr_row input[type=radio] {
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
}
.addr_list_comm .order_addr_list_w .addr_row input[type="radio"] + label {
  display: block;
  padding-left: 36px;
  position: relative;
}
.addr_list_comm .order_addr_list_w .addr_row input[type="radio"] + label i.radio_ico {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.addr_list_comm .order_addr_list_w .addr_row input[type="radio"]:checked + label {
  border-color: #000;
}
.addr_list_comm .order_addr_list_w .addr_row input[type="radio"]:checked + label i.radio_ico {
  border-color: #000;
  background-color: #000;
}
.addr_list_comm .order_addr_list_w .addr_row input[type="radio"]:checked + label i.radio_ico span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.addr_list_comm .order_addr_list_w .addr_row input[type="radio"]:checked + label i.radio_ico span::after {
  display: block;
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.addr_list_comm .order_addr_list_w .addr_row .form_label {
  display: none;
}
.addr_list_comm .order_addr_list_w .addr_row:first-child .form_label {
  display: block;
}

.addr_list_comm .order_addr_list_w .addr_row .change_link {
  margin-top: 10px;
}
.addr_list_comm .order_addr_list_w .addr_row .change_link a {
  margin-right: 8px;
}
.addr_list_comm .order_addr_list_w .addr_add_link_w {
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 8px;
  border-bottom: 1px solid #e1e1e1;
}
.addr_list_comm .order_addr_list_w .addr_add_link_w .addr_add_link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: var(--fs16_lh);
  font-weight: 600;
}
.addr_list_comm .order_form_btn {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.addr_list_comm .order_form_btn a {
  display: block;
  padding: 10px 20px;
  margin: 0 4px;
  font-size: 17px;
  line-height: var(--fs17_lh);
  font-weight: 600;
  text-transform: uppercase;
}

.addr_list_comm .order_row .form_view {
  font-size: 16px;
  line-height: var(--fs16_lh);
  font-weight: 300;
  color: #000;
}
.addr_list_comm .order_row .change_link {
  display: inline-block;
  font-size: 16px;
  line-height: var(--fs16_lh);
  margin-top: 24px;
}
.addr_list_comm .order_row .change_link a {
  display: inline-block;
  color: #121619;
  font-weight: 400;
  border-bottom: 1px solid #838383;
}

.addr_list_comm .order_form_w .has_col {
  display: flex;
}
.addr_list_comm .order_form_w .order_row .order_col {
  width: 200px;
  margin-right: 24px;
}
.addr_list_comm .order_form_w .order_row .form_item {
  max-width: 424px;
}
.addr_list_comm .order_form_w .order_row.country .form_item {
  max-width: 300px;
}
.addr_list_comm .order_form_w .order_row.adr .addr_row {
  margin-top: 16px;
}
.addr_list_comm .order_form_w .order_row.adr .addr_row:first-child {
  margin-top: 0;
}
.addr_list_comm .order_form_w .order_row.adr .form_item_w {
  display: flex;
}
.addr_list_comm .order_form_w .order_row.adr .form_item_w .form_item_btn {
  margin-left: 8px;
}
.addr_list_comm .order_form_w .order_row.adr .form_item_w .form_item_btn a {
  padding-top: 9px;
  padding-bottom: 9px;
}
.addr_list_comm .order_row.vcid_w {
  display: none;
}

/****************** pay_comm ******************/
.pay_comm .pay_w {
  display: block;
}
.pay_comm .pay_w .form_notice {
  margin-top: 20px;
}
.pay_comm .pay_w .pay_item_w {
  display: flex;
}
.pay_comm .pay_w .pay_item {
  margin-right: 16px;
}
.pay_comm .pay_w .pay_item input[type="radio"] {
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
}
.pay_comm .pay_w .pay_item input[type="radio"] + label {
  display: block;
  padding: 20px;
  border: 1px solid #ddd;
  width: 220px;
  height: 100%;
}
.pay_comm .pay_w .pay_item input[type="radio"] + label p {
  font-size: 16px;
  line-height: var(--fs16_lh);
  color: #555;
  display: flex;
  align-items: center;
}
.pay_comm .pay_w .pay_item input[type="radio"] + label p i.radio_ico {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  flex-shrink: 0;
}
.pay_comm .pay_w .pay_item input[type="radio"]:checked + label {
  border-color: #000;
}
.pay_comm .pay_w .pay_item input[type="radio"]:checked + label p i.radio_ico {
  border-color: #000;
  background-color: #000;
}
.pay_comm .pay_w .pay_item input[type="radio"]:checked + label p i.radio_ico::after {
  display: block;
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.pay_comm .pay_w .pay_item .pay_img {
  display: flex;
  padding-left: 24px;
  margin-top: 20px;
}
.pay_comm .pay_w .pay_item .pay_img .img_item {
  margin-right: 12px;
  display: flex;
  align-items: center;
}
.pay_comm .pay_w .pay_item .pay_img .img_item:last-child {
  margin-right: 0;
}
.pay_comm .pay_w .pay_item .pay_img .img_item.visa {
  width: 52px;
}
.pay_comm .pay_w .pay_item .pay_img .img_item.master {
  width: 40px;
}
.pay_comm .pay_w .pay_item .pay_img .img_item.jcb {
  width: 40px;
}
.pay_comm .pay_w .pay_item .pay_img .img_item.paypal {
  width: 79px;
}
.pay_comm .pay_w .pay_item.eximbay .pay_img {
  padding-left: 0;
}
.paypal_btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.5);
  transform-origin: top;
  opacity: 0;
  display: none;
}

/* SELECT BOX 검색 *****************************************************************************************************/
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  color: #555;
  font-size: 14px;

  font-weight: 300;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 34px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
  width: 100%;
}
.select2-selection__placeholder {
  line-height: 2.46;
  font-size: 13px;
  color: #555;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ddd;
  width: 100%;
  color: #555;
  font-weight: 300;
  padding-left: 5px;
}
.select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  background-color: white;
  border: 1px solid #ddd;
  cursor: text;
  height: 40px;

  padding-right: 24px;
  background: url('/v2/img/ico_select2.png') no-repeat right 8px center;
  background-size: 16px;
}
.select2-container--default.select2-container--focus .select2-selection--single {
  border: solid #ddd 1px;
  outline: 0;
}
.select2-container--default .select2-selection--single.invalid,
.select2-container--default.select2-container--focus .select2-selection--single.invalid {
  border-color: #eb3d4f;
}
.select2-container--default .select2-selection--single .select2-search--inline {
  width: 100%;
  margin-left: -295px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
  width: 100%;
  margin-left: 10px;
  font-size: 13px;
  line-height: 2.46;
}
.select2-container--default .select2-selection--single .select2-selection__choice {
  /* background-color: #e4e4e4; */
  /* border: 1px solid #ddd; */
  /* border-radius: 4px; */
  display: inline-block;
  margin-left: 10px;
  /* margin-top: 5px; */
  /* padding: 0; */
}
.select2-container--default .select2-selection--single .select2-selection__choice__remove {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__choice__display {
  cursor: default;
  font-size: 14px;

  font-weight: 300;
  padding-right: 5px;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
}
.select2-container--default .select2-search--inline .select2-search__field {
  display: flex;
  overflow-y: clip;
  height: 20px;
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
  padding-left: 8px;
  margin-top: 0;
  padding-bottom: 3px;
  resize: none;
}
.signup .form_comm .form_row .form_item textarea {
  height: 20px;
}
.select2-results {
  display: block;
}
.select2-results__options {
  font-size: 14px;

  font-weight: 300;
  padding-left: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
  padding-left: 10px;
  font-size: 14px;

  font-weight: 300;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/*.select2-container .select2-search--inline textarea {*/
/*    box-sizing: border-box;*/
/*    border: none;*/
/*    margin-top: 8px;*/
/*    margin-left: 10px;*/
/*    padding: 0;*/
/*    font-size: 13px;*/
/*    color: #ddd;*/
/*}*/
/*.select2-container--open .select2-dropdown--below {*/
/*    !* border-top: none; *!*/
/*    border-top-left-radius: 0;*/
/*    border-top-right-radius: 0;*/
/*}*/
/**********************************************************************************************************************/

/****************** comp_comm ******************/
.comp_comm .comp_w .comp_txt {
  text-align: center;
}
.comp_comm .comp_w .comp_txt .tit {
  font-size: 32px;
  line-height: var(--fs32_lh);
  color: #121619;
  font-weight: 600;
}
.comp_comm .comp_w .comp_txt .desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: var(--fs14_lh);
  color: #555;
}
.comp_comm .comp_w .comp_txt .desc b {
  color: #121619;
}
.comp_comm .comp_w .comp_cont {
  margin-top: 64px;
  max-width: none;
}
.comp_comm .comp_w .comp_cont .cont .cont_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comp_comm .comp_w .comp_cont .cont .cont_box .box_item {
  width: 190px;
}
.comp_comm .comp_w .comp_cont .cont .cont_box .box_item img,
.comp_comm .comp_w .comp_cont .cont .cont_box .box_item .img {
  width: 100px;
  margin: 0 auto;
}
.comp_comm .comp_w .comp_cont .cont .cont_box .box_item .img svg {
  width: 100%;
}
.comp_comm .comp_w .comp_cont .cont .cont_box .box_item p {
  margin-top: 8px;
  font-size: 14px;
  line-height: var(--fs14_lh);
  color: #555;
  min-height: 40px;
  text-align: center;
  text-transform: uppercase;
}
.comp_comm .comp_w .comp_cont .cont .cont_box .box_item.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  padding-bottom: 40px;
}
.comp_comm .comp_w .comp_cont .cont .cont_box .box_item.arrow img {
  width: 100%;
}
.comp_comm .comp_w .btn_w {
  margin-top: 20px;
  text-align: center;
}
.comp_comm .comp_w .btn_w a {
  padding: 6px 20px;
  font-size: 17px;
  line-height: var(--fs17_lh);
  font-weight: 600;
  margin: 0 4px;
  text-transform: uppercase;
}


@media (max-width: 1300px) {
  .skeleton_w .skeleton_area::before {
    width: 15.38vw;
  }
  .pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.tit {
    padding: 0.3vw 0;
    margin-right: 0.61vw;
  }
  .pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.tit .skeleton_item_row {
    height: 1.38vw;
  }
  .pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.tit .skeleton_item_row:nth-child(2) {
    max-width: 12.3vw;
    margin-top: 0.61vw;
  }
  .pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.ico {
    width: 2.46vw;
    height: 2.46vw;
  }
  .main .rtc .theme_pd_list .pd_item.skeleton_w .pd_txt {
    min-height: 4.15vw;
  }
  .q_search_w .q_result .result_pd_list .pd_list .pd_item.skeleton_w .pd_txt {
    min-height: 4.15vw;
  }

  /****************** comp_comm ******************/
  .comp_comm .comp_w .comp_txt .tit {
    font-size: 2.46vw;
  }
  .comp_comm .comp_w .comp_txt .desc {
    margin-top: 0.62vw;
    font-size: 1.08vw;
  }
  .comp_comm .comp_w .comp_cont {
    margin-top: 4.92vw;
  }
  .comp_comm .comp_w .comp_cont .cont .cont_box .box_item {
    width: 14.62vw;
  }
  .comp_comm .comp_w .comp_cont .cont .cont_box .box_item img,
  .comp_comm .comp_w .comp_cont .cont .cont_box .box_item .img {
    width: 7.69vw;
  }
  .comp_comm .comp_w .comp_cont .cont .cont_box .box_item p {
    margin-top: 0.62vw;
    font-size: 1.08vw;
    min-height: 3.08vw;
  }
  .comp_comm .comp_w .comp_cont .cont .cont_box .box_item.arrow {
    width: 1.85vw;
    padding-bottom: 3.08vw;
  }
  .comp_comm .comp_w .btn_w {
    margin-top: 1.54vw;
  }
  .comp_comm .comp_w .btn_w a {
    padding: 0.46vw 1.54vw;
    font-size: 1.31vw;
    margin: 0 0.31vw;
  }
}

@media (max-width: 768px) {
  .skeleton_w .skeleton_area::before {
    width: 118px;
  }
  .pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.tit {
    padding: 2px 0;
    margin-right: 5px;
  }
  .pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.tit .skeleton_item_row {
    height: 11px;
  }
  .pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.tit .skeleton_item_row:nth-child(2) {
    max-width: 95px;
    margin-top: 5px;
  }
  .pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.ico {
    width: 19px;
    height: 19px;
  }
  .main .rtc .theme_pd_list .pd_item.skeleton_w .pd_txt {
    min-height: 32px;
  }
  .q_search_w .q_result .result_pd_list .pd_list .pd_item.skeleton_w .pd_txt {
    min-height: 32px;
  }

  /****************** comp_comm ******************/
  .comp_comm .comp_w .comp_txt .tit {
    font-size: 19px;
  }
  .comp_comm .comp_w .comp_txt .desc {
    margin-top: 5px;
    font-size: 8px;
  }
  .comp_comm .comp_w .comp_cont {
    margin-top: 38px;
  }
  .comp_comm .comp_w .comp_cont .cont .cont_box .box_item {
    width: 112px;
  }
  .comp_comm .comp_w .comp_cont .cont .cont_box .box_item img,
  .comp_comm .comp_w .comp_cont .cont .cont_box .box_item .img {
    width: 59px;
  }
  .comp_comm .comp_w .comp_cont .cont .cont_box .box_item p {
    margin-top: 5px;
    font-size: 8px;
    min-height: 24px;
  }
  .comp_comm .comp_w .comp_cont .cont .cont_box .box_item.arrow {
    width: 14px;
    padding-bottom: 24px;
  }
  .comp_comm .comp_w .btn_w {
    margin-top: 12px;
  }
  .comp_comm .comp_w .btn_w a {
    padding: 4px 12px;
    font-size: 10px;
    margin: 0 2px;
  }

}



/*
 *
 *    Safari 이슈 우선 임시 처리
 *
 */
.header2 .gnb_dd_w .gnb_dd_item[data-num='2'] .dd_align.left .gnb_list .gnb_item.depth2:nth-child(2) .gnb_depth3_list,
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='2'] .tab_cont.left .tab_cont_item:nth-child(2) > ul {
    width: 448px;
}
.header2 .gnb_dd_w .gnb_dd_item[data-num='2'] .dd_align.left .gnb_list .gnb_item.depth2:nth-child(2) .gnb_depth3_list .gnb_item.depth3_link,
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='2'] .tab_cont.left .tab_cont_item:nth-child(2) > ul > li {
    width: 50%;
}
.header2 .gnb_dd_w .gnb_dd_item[data-num='3'] .dd_align.left .gnb_list .gnb_item.depth2:first-child .gnb_depth3_list,
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='3'] .tab_cont.left .tab_cont_item:first-child > ul {
    width: 672px;
}

@media (max-width:1500px) {
    .header2 .gnb_dd_w .gnb_dd_item[data-num='2'] .dd_align.left .gnb_list .gnb_item.depth2:nth-child(2) .gnb_depth3_list,
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='2'] .tab_cont.left .tab_cont_item:nth-child(2) > ul {
        width: 364px;
    }
    .header2 .gnb_dd_w .gnb_dd_item[data-num='3'] .dd_align.left .gnb_list .gnb_item.depth2:first-child .gnb_depth3_list,
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='3'] .tab_cont.left .tab_cont_item:first-child > ul {
        width: 552px;
    }
}

@media (max-width:1300px) {
    .header2 .gnb_dd_w .gnb_dd_item[data-num='2'] .dd_align.left .gnb_list .gnb_item.depth2:nth-child(2) .gnb_depth3_list,
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='2'] .tab_cont.left .tab_cont_item:nth-child(2) > ul {
        width: 27.92vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item[data-num='3'] .dd_align.left .gnb_list .gnb_item.depth2:first-child .gnb_depth3_list,
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='3'] .tab_cont.left .tab_cont_item:first-child > ul {
        width: 42.46vw;
    }
}

@media (max-width:768px) {
    .header2 .gnb_dd_w .gnb_dd_item[data-num='2'] .dd_align.left .gnb_list .gnb_item.depth2:nth-child(2) .gnb_depth3_list,
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='2'] .tab_cont.left .tab_cont_item:nth-child(2) > ul {
        width: 191px;
    }
    .header2 .gnb_dd_w .gnb_dd_item[data-num='3'] .dd_align.left .gnb_list .gnb_item.depth2:first-child .gnb_depth3_list,
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='3'] .tab_cont.left .tab_cont_item:first-child > ul {
        width: 326px;
    }
}

