/*모바일*/
/*모바일_common.css / 모바일_html내 있던 style*/

/* ================== 공통 리셋 ================== */
* {
  box-sizing: border-box;
  letter-spacing: 0;
  color: #000;
}

html { font-size: 3.33vw; }

body {
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

button,
input,
textarea,
select {
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-weight: 400;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: none;
}

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;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: none; }

table { border-collapse: collapse; border-spacing: 0; }
table caption { display: none; }

em { font-style: normal; }

/* ================== 폼 ================== */
input[type="checkbox"],
input[type="radio"] {
  display: none;
  font-size: 1.083rem;
  text-indent: 2px;
}

select {
  background: url(https://image.sisun.com/upload/web_resources/resources/w/images/common/select_arrow2.svg) 98% center no-repeat;
  background-size: calc(18 / 720 * 100vw) calc(14 / 720 * 100vw);
}
select::-ms-expand { display: none; }

/* ================== 유틸리티 ================== */
.mb-2 { margin-bottom: calc(20 / 720 * 100vw); }
.mb-7 { margin-bottom: calc(70 / 720 * 100vw); }
.fo_15 { font-size: 1.25rem !important; }
.flexSpcBtw { display: flex; justify-content: space-between; }
.disp_n { display: none !important; }

/* ================== 레이아웃 ================== */
#container {
  height: 100%;
  margin-bottom: calc(96 / 720 * 100vw);
}

.wrap { padding-top: calc(96 / 720 * 100vw); }

/* ================== 헤더 ================== */
.header_wrap {
  position: fixed;
  top: 0; left: 0;
  z-index: 99;
  width: 100%;
  height: calc(96 / 720 * 100vw);
  padding: calc(34 / 720 * 100vw) calc(32 / 720 * 100vw) calc(35 / 720 * 100vw);
  background: #fff;
}

.top_banner.show + .header_typeA .header_wrap,
.top_banner.show + .header_typeB_02 .header_wrap {
  top: calc(120 / 720 * 100vw);
}

.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo,
.head_tit {
  position: absolute;
  top: 40%; left: 50%;
  transform: translate(-50%, -50%);
  line-height: calc(34 / 720 * 100vw);
  letter-spacing: calc(-0.5 / 720 * 100vw);
  margin-top: calc(-1 / 720 * 100vw);
}

/* ================== 아이콘, 버튼 ================== */
.btn_menu a { vertical-align: baseline; }

.btn_home { margin-left: calc(27.2 / 720 * 100vw); vertical-align: middle; }
.btn_back { margin-left: calc(25.7 / 720 * 100vw); }

.btn_home img,
.btn_back img { display: inline-block; }
.btn_home img { width: calc(32 / 720 * 100vw); }
.btn_back img { width: calc(15.46 / 720 * 100vw); }

.item_more_btn {
  display: block;
  text-align: center;
  border: calc(2 / 720 * 100vw) solid #e2e2e2;
  line-height: calc(80 / 720 * 100vw);
  font-size: 1rem;
  letter-spacing: calc(-0.5 / 720 * 100vw);
}


.btnGnbView { display: none; }

/* ================== 팝업 ================== */
.popup_pdt_typeC {
  position: fixed;
  bottom: 0;
  z-index: 1000;
}

.popup_pdt_typeC .close {
  position: absolute;
  top: calc(-82 / 720 * 100vw);
  left: 50%;
  width: calc(72 / 720 * 100vw);
  height: calc(72 / 720 * 100vw);
  padding: calc(22 / 720 * 100vw);
  margin-left: calc(-36 / 720 * 100vw);
  background: #000;
}

.popup_pdt_typeC .pop_con {
  width: 100vw;
  background: #fff;
}

.popup_pdt_typeC .tlt {
  width: 100%;
  padding: calc(30 / 720 * 100vw) calc(40 / 720 * 100vw);
  font-size: 1.25rem;
  line-height: calc(34 / 720 * 100vw);
  letter-spacing: calc(-0.5 / 720 * 100vw);
  text-align: center;
}

.popup_alert {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.popup_alert .alert_inner {
  width: calc(656 / 720 * 100vw);
  padding: calc(30 / 720 * 100vw) 0;
  border-radius: calc(12 / 720 * 100vw);
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}




.popup_alert span {
  color: #fff;
  font-size: 1.167rem;
  line-height: calc(34 / 720 * 100vw);
}

#popFrameDiv {
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
}





/* 공유 팝업 */
.popup_share .body {
  padding: 0 calc(32 / 720 * 100vw) calc(94 / 720 * 100vw);
}

.copy_wrap {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.popup_share .url_area {
  display: inline-block;
  width: calc(486 / 720 * 100vw);
  height: calc(80 / 720 * 100vw);
  padding: 0 calc(34 / 720 * 100vw);
  background: #F8F8F8;
  color: #979797;
  line-height: calc(80 / 720 * 100vw);
  letter-spacing: -0.04em;
  vertical-align: top;
}

.popup_share .copy_wrap button {
  width: calc(170 / 720 * 100vw);
  height: calc(80 / 720 * 100vw);
  border: calc(2 / 720 * 100vw) solid #E2E2E2;
  line-height: calc(80 / 720 * 100vw);
}

.popup_share .pop_con a {
  display: inline-block;
  width: 33.33%;
  text-align: center;
}

.popup_share .pop_con .img_wrap {
  display: block;
  width: calc(114 / 720 * 100vw);
  height: calc(112 / 720 * 100vw);
  margin: 0 auto calc(22 / 720 * 100vw);
}

.popup_share .pop_con .txt_wrap {
  font-size: 1rem;
  letter-spacing: calc(-0.5 / 720 * 100vw);
}

#sauce_live{
  width: 100%; height: 92dvh;
}

#sauce_live div:first-child { height: 100%; }

/* ====== 소스라이브_외부 모듈 클래스 ====== */
.index-module__container___oPCKL {
  display: flex;
  position: relative;
  -webkit-tap-highlight-color: unset;
}

.index-module__fullscreen___gAQQj,
.index-module__mute___nKTer,
.index-module__close___UYXEL {
  position: absolute;
  top: 10px;
  width: 25px;
  height: 25px;
  z-index: 1000;
  cursor: pointer;
  outline: unset;
  -webkit-tap-highlight-color: unset;
}
.index-module__fullscreen___gAQQj { left: 11.232px; }
.index-module__mute___nKTer { right: 43.68px; }
.index-module__close___UYXEL { right: 12.48px; }

.index-module__player___msfqf {
  position: absolute;
  left: 23px;
  top: 50px;
  width: 124.8px;
  height: auto;
  aspect-ratio: 9/16;
  z-index: 1000;
  outline: unset;
}

.index-module__root___h3Hd9 {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 10;
  border: none;
}

.index-module__fixed___ZoTlS { position: fixed; }

.index-module__main___JSl9p {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.IframeApp-module__root___QnDkm {
  height: 100%;
  overflow: hidden;
  z-index: 150;
  border: none;
  box-shadow: 0 0 10px #0003;
}

.IframeApp-module__none___Y9vYg,
.IframeApp-module__scroll___1fIRo {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100dvh;
  margin: 0 auto;
  padding-top: env(safe-area-inset-top);
  border-bottom: env(safe-area-inset-bottom) solid #000;
  box-sizing: border-box;
  aspect-ratio: 9/16;
}

.IframeApp-module__none___Y9vYg.IframeApp-module__dvh-not-support___PIkFU,
.IframeApp-module__scroll___1fIRo.IframeApp-module__dvh-not-support___PIkFU {
  height: -webkit-fill-available;
}

.IframeApp-module__none___Y9vYg.IframeApp-module__aspect-ratio-not-support___UICLO,
.IframeApp-module__scroll___1fIRo.IframeApp-module__aspect-ratio-not-support___UICLO {
  height: auto !important;
}
.IframeApp-module__none___Y9vYg.IframeApp-module__aspect-ratio-not-support___UICLO:before,
.IframeApp-module__scroll___1fIRo.IframeApp-module__aspect-ratio-not-support___UICLO:before {
  content: "";
  display: block;
  padding-top: 177.7777777778%;
}
.IframeApp-module__none___Y9vYg.IframeApp-module__aspect-ratio-not-support___UICLO > *,
.IframeApp-module__scroll___1fIRo.IframeApp-module__aspect-ratio-not-support___UICLO > * {
  position: absolute;
  inset: 0;
}

.IframeApp-module__default___tqsAN {
  position: fixed;
  right: 1.3rem;
  bottom: 4.8rem;
  width: 11rem;
  height: auto;
  margin: 0;
  overflow: hidden;
  border: none;
  border-radius: 1.5rem;
  background: #000;
  aspect-ratio: 9/16;
  box-shadow: 0 0 10px #0003;
  z-index: 150;
  transition: bottom .3s ease;
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
}
.IframeApp-module__default___tqsAN:after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
}

.IframeApp-module__floating___TeUdB {
  position: fixed;
  right: 1rem;
  bottom: 4.8rem;
  width: 10.6rem;
  height: auto;
  margin: 0;
  overflow: hidden;
  border: none;
  border-radius: 1.5rem;
  background: none;
  aspect-ratio: 9/16;
  box-shadow: 0 0 10px #0003;
  z-index: 150;
  transition: all .2s ease-out;
}

.IframeApp-module__hidden___4y0HF { visibility: hidden; }



.pc_resp { display: none; }
.mo_resp { display: block; }


/* ======================= PC 버전 ==================================== */
@media screen and (min-width: 981px) {

.pc_resp { display: block; }
.mo_resp { display: none; }


/* ================== 공통 리셋 ================== */
* {
  box-sizing: border-box;
  letter-spacing: -0.06em;
  color: #000;
}
html { font-size: 16px; }
body {
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 16px;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
button {
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-weight: 400;
  background: none; /*add*/
  border: 0; /*add*/
  font-size: 1rem; /*add*/
  padding: 0;
}
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;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: none; }
table { border-collapse: collapse; border-spacing: 0; }
table caption { display: none; }
em { font-style: normal; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

/* ================== 폼 ================== */
select {
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-weight: 400;
}
input {
  border: none;
  background: none;
}
input,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input,
textarea,
button,
select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
select {
  appearance: none; /* 기본 스타일 없애기 */
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: none;
  /*
  background: url(../images/common/select_arrow2.svg) 98% center no-repeat;
  background-size: calc(18 / 720 * 100vw) calc(14 / 720 * 100vw);
  */
}
select::-ms-expand { display: none; }
option { font-size: 1.083rem; }

/* default */
a:focus,
button:focus { outline: none; }

/* ================== 유틸리티 ================== */
.pl-0 { padding-left: 0 !important; }
.pr-0 { padding-right: 0 !important; }

/* font-size */
.fo_12 { font-size: 0.75rem; }
.fo_14 { font-size: 0.875rem !important; }
.fo_22 { font-size: 1.375rem; }

/* display */
.disp_ib { display: inline-block; }
.disp_n { display: none; }
.disp_f_bt { display: flex; justify-content: space-between; align-items: flex-start; }
.disp_f_st { display: flex; justify-content: flex-start; align-items: center; }

::placeholder {
  color: rgb(151, 151, 151);
  font-size: 1.25rem;
}

/* 버튼 */
.btn_wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.btn:hover {
  color: #909090;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* 기타 상태 */
.no_data {
  display: none;
  font-size: 1rem;
  font-weight: 300;
  color: #979797;
  text-align: center;
}

/* ================== 레이아웃 ================== */
/* common */
/*241113_레이아웃1920*/
/*241204_해상도추가수정*/
#container {
  min-width: 1280px;
  height: 100%;
  /*padding: 0 60px;*/
  margin-bottom: 120px;
  width: 100%;
  margin: 0 auto 120px auto;
  max-width: 1920px;
  min-height: 100vh; /* 210726 추가 start 병합 */
}

/* ================== 헤더,네비, 메뉴 ================== */
/*241113_레이아웃1920*/
.header_wrap {
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  width: 100%;
  padding: 0px 0px!important;
}

/* 210722 수정 start*/
.logo {
  width: 164px;
  height: 38px;
  /* height: 27px; */
}
.logo a{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
/* 210722 수정 end*/

.header_brand {
  margin-top: 5px;
  margin-left: 40px;
}
.header_brand li a {
  display: block;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 2.4em;
  letter-spacing: 0.04em;
  position: relative;
  padding-right: 20.5px;
  margin-right: 16.5px;
  color: #979797;
}
.header_brand li.on a { color: #000000; }
.header_brand li a::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background: #e2e2e2;
}
.header_brand li:last-child a::after { display: none; }
.header_top_r { margin-top: 1px; }

.header_bottom li {
  /* margin-left: 10px; */
}
.header_bottom .gnb > li:first-child { margin-left: 0; }
.header_bottom a {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7rem;
  letter-spacing: -0.06em;
  /*   color: #979797; */
  transition: color 0.3s;
}
.gnb > li {
  position: relative;
  padding-right: 50px;
}
/* .upcate1106 { margin-right: 50px; } */

.sisun_home_header {
  background: #fff;
  width: 100%;
  max-width: 1920px;
  min-width: 1630px;
  padding: 0 0px 0 0px;
  margin: 0 auto;
}
.sisun_home_header .header_bottom li a {
  font-family: noto-sans-cjk-kr, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
}
.header_brand li.on a { font-weight: bold; }
.header_brand li.on span {
  color: #000000 !important;
  font-weight: bold !important;
}
.recently_popup { z-index: 100; }
.header_top_fixed {
  position: relative;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 9;
  background: #fff;
}


.sisun_depth2 li span { font-weight: 400 !important; }
.select_typeA li.on .b_size { color: #000; }
.select_typeA li:hover .b_size { color: #000; }
.select_typeA li span {
  font-size: 13px !important;
  color: #979797;
}
.search_box .select_typeA div .b_size {
  font-size: 13px !important;
  color: #000;
}

.gnb > li:hover a,
.side_menu > li:hover a,
.gnb > li:hover  #cate_EBM { color: #000; }
.side_menu li{ padding-right: 50px; }
.side_menu li:last-child{ padding-right: 55px; }
.cate_inner div:last-child{ margin-right: 0px; }

.gnb ul.depth2 {
  display: none;
  position: absolute;
  left: 0;
  top: 54px;
  z-index: 10;
  width: 90px;
}
.gnb ul.depth2 li { margin-left: 0; }
.gnb ul.depth2 li a {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  line-height: 2.5;
}

.sisun_menu_bg {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  background: #fff;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  text-align: center;
  padding: 24px 0 46px;
}
.sisun_menu > li > a {
  position: relative;
  padding-left: 30px;
}
.sisun_menu > li:hover > a { color: #000; }
.sisun_menu a::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  background: #e2e2e2;
  margin-top: -9px;
}
.sisun_depth2 {
  display: inline-block;
  width: 1920px;
  text-align: center;
}
.sisun_depth2 li {
  display: inline-block;
  margin: 7px 5px;
}
.sisun_depth2 li:hover a {
  color: #000;
  border-color: #000;
}
.sisun_depth2 li:first-child { margin-left: 5px; }
.sisun_depth2 a {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 36px;
  height: 36px;
  border-radius: 30px;
  border: 1px solid #e2e2e2;
  font-weight: 400;
  padding: 0 15px;
  font-weight: 500!important;
}

/* 210610 gnb 하위메뉴 영역 분리 */
/*241113_레이아웃1920*/
.menu_box_wrap{
  position: absolute;
  top: 145px;
  z-index: 99;
  width: 100%;
  left:0;
}
.menu_box {
  display: none;
  background: #fff;
  padding-bottom: 24px;
}
/*241113_레이아웃1920*/
.menu_box .inner {
  width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  min-width:1500px;
  padding:0 66px 0 50px;
}
/*241113_레이아웃1920*/
@media screen and (min-width: 1920px) {
  .menu_box .inner { padding:0px; }
}
.menu_box .depth2 {
  width: 70px;
  vertical-align: top;
  float:left;
}
.menu_box .depth2_sidemenu{ float:right; }
.menu_box .depth2 li a {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  line-height: 2.5;
  white-space: nowrap;
}
/* end */

/* ================== 푸터 ================== */
.footer {
  min-width: 1280px;
  background: #f8f8f8;
  padding: 60px 0px 60px 0px;
}
/*241113_레이아웃1920*/
.footer_wrap {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 1920px;
}
.fo_cus { margin-bottom: 50px; }
.fo_cus h6 {
  line-height: 34px;
  color: #979797;
  font-weight: 400;
}
.fo_cus p {
  line-height: 40px;
  font-weight: 400;
  color: #979797;
}
.fo_cus a { color: #979797; }
.fo_menu { margin-bottom: 42px; overflow: hidden; }
.fo_menu ul { float: left; margin-right: 120px; }
.fo_menu li:first-child a {
  font-size: 1.125rem;
  letter-spacing: -0.05em;
}
.fo_menu a {
  line-height: 30px;
  letter-spacing: -0.05em;
  font-weight: 400;
  color: #979797;
}
.fo_sns {
  position: absolute;
  right: 0;
  top: 0;
}
.fo_sns a {
  display: inline-block;
  width: 45px;
  margin-left: 24px;
  font-weight: 400;
}
.fo_info_list li {
  display: inline-block;
  position: relative;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 22px;
  padding-right: 10px;
  margin-right: 9px;
  color: #979797;
}
.fo_info_list li::after {
  display: block;
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: 1px;
  height: 11px;
  margin-top: -5.5px;
  background: #e2e2e2;
}
.fo_info_list li:last-child::after { display: none; }
.fo_copyright {
  line-height: 24px;
  font-weight: 400;
  color: #979797;
}

/* ================== 오버레이 BG ================== */
.bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

/* ================== 검색창 ================== */
.search_wrap {
  padding: 39px 60px 79px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  display: none;
}
.search_wrap .close {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.search_box {
  width: 800px;
  border-bottom: 1px solid #000000;
  padding-bottom: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.search_box .select_typeA div {
  width: 170px;
  padding-left: 15px;
  margin-right: 14px;
  border: none;
  font-size: 1.125rem; /* 앞선 선언 제거하고 마지막 값 유지 → 내용동일 */
}
.search_box .select_typeA div::after {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background: #e2e2e2;
  right: 0px;
  top: 50%;
  margin-top: -8px;
}
.search_box .select_typeA.on div::after {
  position: absolute;
  display: block;
  content: "";
  left: -1px;
  top: -5px;
  width: 168px;
  height: 46.5px;
  border: 1px solid #e2e2e2;
  background: none;
}
.search_box .select_typeA ul {
  width: 170px;
  padding: 13px 0 18px;
  transition: -0.3s;
  left: -1px;
}
/* .search_box .select_typeA.on ul::before{
    position:absolute;
    display:none;
    content: '';
    left: -1px;
    top: -48px;
    width: 168px;
    height: 46.5px;
    border: 1px solid #E2E2E2;
}
.search_box .select_typeA.on ul::before{
    display:block;
} */
.search_box .select_typeA li {
  text-align: left;
  padding-left: 15px;
  font-size: 1.125rem;
}
.search_input input {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.6px;
  width: 592px;
}
.search_input input::placeholder { font-size: 1.125rem; }
#search_btn {
  float: right;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.search_result {
  width: 800px;
  margin: 60px auto 0;
  align-items: baseline;
}
.search_result > div { width: 50%; }
.search_result h6 {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 16px;
}
.search_result li a,
.search_latest_none {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.2;
  color: #979797;
}

/* ================== 커스텀 셀렉트 ================== */
.select_typeA {
  position: relative;
  cursor: pointer;
}
.select_typeA div {
  position: relative;
  width: 100%;
  padding-right: 49px;
  border: 1px solid #e2e2e2;
  font-size: 0.875rem;
}
.select_typeA div::before {
  display: block;
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 7px;
  background: url(https://image.sisun.com/upload/web_resources/resources/w/images/common/select_arrow_typeA.svg) no-repeat center;
  background-size: 10px 7px;
  margin-top: -3.5px;
  transition: 0.3s;
}
.select_typeA.on div::before { transform: rotate(-180deg); }
.select_typeA ul {
  display: none;
  overflow: auto;
  position: absolute;
  left: 0px;
  top: 35px;
  width: 100%;
  max-height: 200px;
  background: #fff;
  z-index: 3;
  border: 1px solid #e2e2e2;
  border-top: none;
}
.select_typeA li {
  font-size: 0.875rem;
  line-height: 32px;
  color: #979797;
  transition: 0.3s;
}
.detail_top_utils .select_typeA li { padding-left: 14px; }
.detail_top_utils .select_typeA li:last-child { margin-bottom: 8px; }
.select_typeA li.on { color: #000; }
.select_typeA li:hover { color: #000; }

input[disabled],
select[disabled],
textarea[disabled],
.disabled {
  background-color: #fafafa;
  color: #979797;
  opacity: 1;
}
.select_typeA .disabled::before{
  background: url(https://image.sisun.com/upload/web_resources/resources/w/images/common/select_arrow_typeA_disabled.svg) no-repeat center;
  background-size: 10px 7px;
}
.select_typeA.on div.disabled::before{ transform: rotate(0deg); }

/* ================== 팝업/모달 ================== */
/* 기본팝업 */
.popup_typeA {
  background-color: #fff;
  width: 420px;
  position: relative;
  display: none;
}
.popup_typeA .inner { padding: 0px 32px 24px; }
.popup_typeA .popup_txt {
  padding: 50px 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.popup_typeA .btn_wrap {
  line-height: 60px;
  height: 60px;
  overflow: hidden;
}
.popup_typeA .btn_wrap.btn2 a {
  float: left;
  display: block;
  width: 50%;
  position: relative;
  /* 210720 수정 */
  cursor: pointer;
  /* 210720 수정 */
}
.popup_typeA .btn_wrap.btn2 a::after {
  display: block;
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 2px;
  height: 20px;
  background: #e2e2e2;
  margin-top: -10px;
}
.popup_typeA .btn_wrap.btn2 a:last-child::after { display: none; }
.popup_typeA .btn_wrap.btn2 img,
.popup_typeA .btn_wrap.btn3 img {
  width: 36px;
  margin-right: 12px;
  vertical-align: middle;
}
.popup_typeA .btn_wrap.btn3 a {
  float: left;
  display: block;
  width: 33.33%;
  position: relative;
  text-align: left;
}
.popup_typeA .btn_wrap.btn3 img { margin-right: 10px; }

.modal_head .b-close {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  background: url(https://image.sisun.com/upload/web_resources/resources/w/images/common/close.svg) no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  background-size: 16px 16px;
}
.close { cursor: pointer; }


#sauce_live{
  width: auto; height: 890px;
}

/* 알럿/공유 모달 (pc html에 있던거) */
#sauce_live div:first-child { height: 88vh; }
.modal_head {
  position: relative;
  text-align: center;
  height: 60px;
}
.share_url { overflow: hidden; padding: 10px 0 20px; }
.modal_head h4 {
  line-height: 60px;
  font-size: 1rem;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.share_url input {
  display: block;
  float: left;
  width: 272px;
  height: 50px;
  background: #F8F8F8;
  padding: 0 20px;
  font-size: 0.875rem;
  letter-spacing: 0.4px;
  color: #979797;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}
.share_url span {
  display: block;
  float: right;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.4px;
  height: 50px;
  border: 1px solid #E2E2E2;
  line-height: 48px;
  width: calc(100% - 272px);
}
.share_url span button{ padding-top:14px; }

.popup_alert {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
 z-index: 10050;
}
.popup_alert .alert_inner {
  width: 656px;
  padding: 30px 0;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.popup_alert span {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
}

/* ================== 이동 버튼 / 스크롤 ================== */
.movement_btn { position: fixed; bottom: 110px; right: 25px; z-index: 9; }
.movement_btn .top_btn {
  margin-bottom: 8px;
  border-radius: 2rem;
  box-shadow: 0px 4px 20px 0px #00000033;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.movement_btn .top_btn.movetop_show { opacity: 1; visibility: visible; }
.movement_btn .bottom_btn {
  border-radius: 2rem;
  box-shadow: 0px 4px 20px 0px #00000033;
  cursor: pointer;
  opacity: 1;
}
.movement_btn .bottom_btn.bottom_removeClass { opacity: 0; }
html, body { scroll-behavior: smooth; }
.movement_btn img { display: block; }





/*상단 우측 고객정보*/
/*20240801 수정 : main_2024에서 이동*/
.main_top_r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  margin-top: 10px;
}
.main-top-search img { width: 21px; }
.main-top-cart {
  background-image: url('https://sisun.com/resources/w/images/common/gnb/icon_cart.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 25px;
  line-height: 26px;
}
.main-top-cart p {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0px;
}
.main_top_lang { margin-left: -5px; }
.main_top_icon {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
.main_top_icon img { width: 21px; }
.main_top_icon ul {
  position: absolute;
  top: 28px;
  background: rgba(0, 0, 0, 0.9);
  padding: 10px 0;
  border-radius: 0.5rem;
  z-index: 150;
  display: none;
}
.main_top_icon ul li {
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 25px;
  text-align: center;
  font-weight: 400;
}
.main_top_icon ul:after {
  content: '';
  position: absolute;
  top: 0;
  left: 49%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.8);
  border-top: 5px;
  margin-top: -5px;
}
.tooltip_my { left: -36px; width: 90px; }
.tooltip_log { right: -15px; width: 70px; padding: 2px 0 !important; }
.tooltip_lang { right: -25px; width: 80px; padding: 2px 0 !important; }

/* 241113_레이아웃1920*/
.sisun_home_header .header_bottom li a {
  font-family: 'Pretendard', "Noto Sans KR", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px !important;
  letter-spacing: 0;
  width:100%;
}

/*241113_레이아웃1920*/
.header_wrap_2024{
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1280px;
}

/*241129_PC해상도_추가수정*/
.recently_brand{ top:0px; }

/*250820_반응형라이브 : main_text.css에 있는 필요한거만 옮김*/
.sisun_depth2 li a{ color:#000; }
.sisun_depth2 li span {
  font-size: 0.875rem;
  vertical-align: bottom;
}
.header_bottom a { color: #7f7f7f; }

/*250820_반응형라이브 : ad_banner.css에 있는 필요한거만 옮김*/
.header_top_2023 {
  /* position: sticky; */
  width: 100%;
  height: 82px;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  padding: 20px 50px 0 40px !important;
}
.main_header { padding-top: 0 !important; }
.header_bottom { padding-bottom: 17px !important; }
.menu_box_wrap { top: 44px !important; }



/* ====== 소스라이브_외부 모듈 클래스 ====== */
.index-module__container___oPCKL {
  display: flex;
  position: relative;
  -webkit-tap-highlight-color: unset
}
.index-module__fullscreen___gAQQj {
  position: absolute;
  left: 11.232px;
  top: 10px;
  width: 25px;
  height: 25px;
  z-index: 1000;
  cursor: pointer;
  outline: unset;
  -webkit-tap-highlight-color: unset
}
.index-module__mute___nKTer {
  position: absolute;
  right: 43.68px;
  top: 10px;
  width: 25px;
  height: 25px;
  z-index: 1000;
  cursor: pointer;
  outline: unset;
  -webkit-tap-highlight-color: unset
}
.index-module__close___UYXEL {
  position: absolute;
  right: 12.48px;
  top: 10px;
  width: 25px;
  height: 25px;
  z-index: 1000;
  cursor: pointer;
  outline: unset;
  -webkit-tap-highlight-color: unset
}
.index-module__player___msfqf {
  position: absolute;
  left: 23px;
  top: 50px;
  width: 124.8px;
  height: auto;
  aspect-ratio: 9/16;
  z-index: 1000;
  outline: unset
}
.index-module__root___h3Hd9 {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 10;
  border: none
}
.index-module__fixed___ZoTlS { position: fixed }
.index-module__main___JSl9p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none
}
.IframeApp-module__root___QnDkm {
  box-shadow: 0 0 10px #0003;
  z-index: 150;
  overflow: hidden;
  border: none;
  height: 100%
}
.IframeApp-module__none___Y9vYg,
.IframeApp-module__scroll___1fIRo {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100dvh;
  padding-top: env(safe-area-inset-top);
  border-bottom: env(safe-area-inset-bottom) solid #000;
  box-sizing: border-box;
  aspect-ratio: 9/16;
  margin: 0 auto
}
.IframeApp-module__none___Y9vYg.IframeApp-module__dvh-not-support___PIkFU,
.IframeApp-module__scroll___1fIRo.IframeApp-module__dvh-not-support___PIkFU { height: -webkit-fill-available }
.IframeApp-module__none___Y9vYg.IframeApp-module__aspect-ratio-not-support___UICLO,
.IframeApp-module__scroll___1fIRo.IframeApp-module__aspect-ratio-not-support___UICLO { height: auto !important }
.IframeApp-module__none___Y9vYg.IframeApp-module__aspect-ratio-not-support___UICLO:before,
.IframeApp-module__scroll___1fIRo.IframeApp-module__aspect-ratio-not-support___UICLO:before {
  content: "";
  display: block;
  padding-top: 177.7777777778%
}
.IframeApp-module__none___Y9vYg.IframeApp-module__aspect-ratio-not-support___UICLO>*,
.IframeApp-module__scroll___1fIRo.IframeApp-module__aspect-ratio-not-support___UICLO>* {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
.IframeApp-module__default___tqsAN {
  position: fixed;
  bottom: 4.8rem;
  right: 1.3rem;
  margin: 0;
  width: 11rem;
  height: auto;
  border-radius: 1.5rem;
  box-shadow: 0 0 10px #0003;
  z-index: 150;
  background: none;
  aspect-ratio: 9/16;
  overflow: hidden;
  border: none;
  background: #000;
  transition: bottom .3s ease;
  -webkit-user-select: none;
  user-select: none;
  touch-action: none
}
.IframeApp-module__default___tqsAN:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-user-select: none;
  user-select: none;
  touch-action: none
}
.IframeApp-module__floating___TeUdB {
  position: fixed;
  bottom: 4.8rem;
  right: 1rem;
  margin: 0;
  width: 10.6rem;
  height: auto;
  border-radius: 1.5rem;
  box-shadow: 0 0 10px #0003;
  z-index: 150;
  background: none;
  aspect-ratio: 9/16;
  overflow: hidden;
  border: none;
  transition: all .2s ease-out
}
.IframeApp-module__hidden___4y0HF { visibility: hidden }



.wrap { padding-top:0px;}
.header_wrap{height: auto;}
.side_menu {    
  position: absolute;
    right: 55px;
  }
.gnb li:first-child {
    padding-left: 55px;
}
.cate_collabo_hover li{
padding-left: 0px !important;
}

/*피씨 비팝업부분*/
.b-modal { z-index: 10000; }  
#share_modal_pc { z-index: 10002; }
#share_modal_pc .inner { display:block; } 


}/*980끝*/




/*241113_레이아웃1920*/
@media all and (max-width: 2040px) {
  .menu_box .inner{
    width:100%;
    margin:0 auto;
    padding:0px 00px;
  }
}
/*241113_레이아웃1920*/
@media all and (max-width: 1800px) {
  /*.header,*/
  .menu_box .inner{
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    max-width: 1800px;
    min-width:1680px;
  }
  .container  {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 1600px){
  .gnb>li,
  .menu_box .depth2{
  }
  .header_bottom a{ font-size: 1rem; }
}
@media all and (max-width: 1440px) {
  /* .gnb>li, .menu_box .depth2{ width: 89px; } */
  .sisun_menu > li > a{
    /* padding-left: 10px; */
    font-size: 0.9rem;
  }
  .header_bottom a{ font-size: 0.9rem; }
  #container { padding-left: 30px; padding-right: 30px; }
}
@media screen and (max-width: 1315px) {
  .menu_box_wrap{ top: 141px; }
  .gnb>li{
    /* width: 87px; */
  }
}


.cate_collabo_hover {
  margin-right: 50px;
}

/*241113_레이아웃1920*/
.collabo_menu_box {
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%;
  height: 490px !important;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #fff;
  z-index: 9999;
  transition: 3s;
  display: none;
  border-bottom: 1px solid #000;
}

/*250904 콜라보추가*/
.collabo_menu_box b {
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 600;
  width: 15%;
  word-break: break-word;
  white-space: normal;
}

.collabo_menu_box ul {
  position: absolute;
  top: 70px;
  left: 50px;
}

.collabo_menu_box ul li {
  margin-bottom: 20px;
}

.collabo_menu_box ul li a {
  font-size: 18px !important;
  letter-spacing: 1px !important;
  font-weight: 200 !important;
  border-bottom: 1px solid #000 !important;
  display: inline-block !important;
}

/*250904 콜라보추가*/
.collabo_flex_wrap {
  display: flex;
  width: auto;
  justify-content: flex-start;
  gap: 2%;
}

.collabo_flex a {
  display: block;
}

.collabo_flex a p {
  color: #9fa0a0;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  font-size: 0.875em;
  height: 30px;
}

.cate_collabo_hover>li>a:hover {
  color: #000;
}

/*250904 콜라보추가*/
.collabo_wrap {
  width: 94.5%;
  margin: 0 auto;
  display: flex;
  gap: 2%;
  max-width: 1920px;
  min-width: 1280px;
}

/*241113_레이아웃1920 */
.sisun_home_header { background: #fff; width:100%; max-width: 1920px; min-width:1630px; padding: 0 0px 0 0px; margin:0 auto; }
.sisun_home_header .header_bottom li a { font-family: noto-sans-cjk-kr, sans-serif; font-style: normal; font-weight: 600; font-size: 18px; letter-spacing: 0; }
.header_brand li.on a { font-weight: bold; }
.header_brand li.on span { color: #000000 !important; font-weight: bold !important; }
.recently_popup { z-index: 100; }
.header_top_fixed { position: relative; width: 100%; height: 100px; top: 0; left: 0; z-index: 9; background: #fff; }
.sisun_depth2 li span { font-weight: 500!important; }
.select_typeA li.on .b_size { color: #000; }
.select_typeA li:hover .b_size { color: #000; }
.select_typeA li span { font-size: 13px !important; color: #979797; }
.search_box .select_typeA div .b_size { font-size: 13px !important; color: #000; }
/* //241113_레이아웃1920*/