@charset "UTF-8";
* {
  box-sizing: border-box;
  letter-spacing: -0.3px;
  color: #000;
}

h1, h2, h3, h4, h5, h6, p, ul, li, a, span, tr, th, td, button, input {
  font-family: "Pretendard", sans-serif !important;
}

input[type="password"],
input[type="text"],
select,
textarea {
  box-shadow: none !important;
  border-radius: unset !important;
}


button{
  border-radius: unset !important;
}

.cateinner button{
  border-radius: 50px !important;
}

#root {
  position: relative;
}

.bg, .productlist-ul li a .imgdivbox .heartbtn {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}

select:focus {
  border: 1px solid #e4e4e4 !important;
  outline: none !important;
  box-shadow: unset;
}

.mat0 {
  margin-top: 0 !important;
}

.disnone {
  display: none !important;
}

.w100 {
  width: 100%;
}

.flexalign, #ft .ftwrap .right .sublinkUl, #ft .ftwrap .left .kakaolink, .productlist-ul li a .imgdivbox .tagdiv span, .productlist-ul li a .imgdivbox .tagdiv, .headerwrap #hd .topMenudiv .subdiv {
  display: flex;
  align-items: center;
}

.accordion {
  --bs-accordion-active-bg: #fff;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #000;
}

.noscrollbar {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE, Edge */
}

.noscrollbar::-webkit-scrollbar {
  display: none;
}

.navdiv {
  margin-top: 0px;
}
.navdiv ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.navdiv ul li{
  margin-top: 30px;
}

.navdiv ul li a {
  display: block;
  font-size: 15px;
  color: #888888;
  font-weight: 300;
}
.navdiv ul li .arrowa {
  margin-bottom: -1px;
}
.navdiv ul li .active {
  font-weight: 500;
  color: #000;
}
.navdiv ul li .lastarrow img {
  opacity: 0.4;
}

.checkwrap .form-check .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #e4e4e4;
  box-shadow: none;
  background: url("/theme/starry/img/chkno.png") no-repeat 50% 50%;
}
.checkwrap .form-check .form-check-input:checked {
  border: none;
  background: url("/theme/starry/img/chkon.png") no-repeat 50% 50% #000;
}
.checkwrap .form-check label {
  display: inline-block;
  margin-left: 2px;
  font-size: 13px;
  color: #000;
  font-family: "Pretendard", sans-serif !important;
}

.currentnavdiv ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
.currentnavdiv ul li a {
  position: relative;
  font-size: 13px;
  color: #888888;
  font-weight: 300;
}
.currentnavdiv ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  border-radius: 50px;
  background-color: #888888;
}
.currentnavdiv ul li:last-child a:after {
  display: none;
}

.currentnavdiv ul li:last-child a{
  color: #000 !important;
}

.newradio {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: auto;
  padding-left: 0;
  margin-bottom: 0;
}
.newradio .form-check-input {
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: none;
  border-color: #e4e4e4 !important;
}
.newradio .form-check-input:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #e4e4e4;
}
.newradio .form-check-label {
  margin-bottom: -3px;
  font-size: 14px;
}
.newradio .form-check-input:checked[type=radio]:after {
  background-color: #fff !important;
}
.newradio .form-check-input:checked {
  background-color: #000 !important;
  border-color: #000 !important;
}

.custom-tooltip {
  --bs-tooltip-bg: var(--bd-violet-bg);
  --bs-tooltip-color: var(--bs-white);
}

.newcheck .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #e4e4e4;
  box-shadow: none;
  background: url("/theme/starry/img/chkno.png") no-repeat 50% 50% #fff;
}
.newcheck .form-check-input:checked {
  border: none;
  background: url("/theme/starry/img/chkon.png") no-repeat 50% 50% #000;
}
.newcheck label {
  display: inline-block;
  margin-left: 2px;
  font-size: 13px;
  color: #000;
  vertical-align: sub !important;
  font-family: "Pretendard", sans-serif !important;
}

.primarytable {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.primarytable thead tr {
  background-color: #fafafa;
  border-bottom: 1px solid #e4e4e4;
}
.primarytable thead tr th {
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0;
  text-align: center;
}
.primarytable tbody tr {
  border-bottom: 1px solid #e4e4e4;
}
.primarytable tbody tr td {
  padding: 20px 0;
  text-align: center;
}
.primarytable tbody tr td span {
  font-size: 14px;
}

.miniblackbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 60px;
  height: 30px;
  border-radius: 4px;
  background-color: #000;
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
}

.miniborderbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 30px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 12px;
  color: #000;
  padding: 0 10px;
}

#side_pd,
#side_menu,
#aside {
  display: none !important;
}

input[type=text]:focus {
  box-shadow: unset !important;
  border: none !important;
}

.linebanner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
  font-size: 13px;
}
.linebanner .inner {
  max-width: 1500px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.linebanner .inner .closebtn {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 0;
}

.linebanner.on {
  z-index: 8;
}

.headerwrap {
  position: fixed;
  width: 100%;
  top: 40px;
  left: 0;
  /* z-index: 99; */
  z-index: 79;
  transition: all 0.2s;
}
.headerwrap #hd {
  position: relative;
  width: 100%;
  height: 99px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.headerwrap #hd .topMenudiv {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerwrap #hd .topMenudiv .logodiv {
  width: 156px;
  height: 29px;
  background-image: url("/theme/starry/img/logo.png");
}
.headerwrap #hd .topMenudiv .menudiv {
  position: absolute;
  left: 180px;
  margin-bottom: -3px;
}
.headerwrap #hd .topMenudiv .menudiv ul {
  display: flex;
  align-items: center;
}
.headerwrap #hd .topMenudiv .menudiv ul li a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.938rem;
  color: #ffffff;
  font-weight: 100;
  padding: 0 22px;
}
.headerwrap #hd .topMenudiv .menudiv .mainmenu {
  position: relative;
  height: 99px;
  line-height: 99px;
}
.headerwrap #hd .topMenudiv .menudiv .submenuUl {
  display: none;
  position: absolute;
  top: 99px;
  left: 22px;
  background: white;
  border: 1px solid #eeeeee;
  padding: 18px 16px;
  z-index: 20;
  min-width: 92px;
}
.headerwrap #hd .topMenudiv .menudiv .submenuUl li a {
  display: block;
  height: 39px;
  line-height: 39px;
  color: #000 !important;
  text-align: left;
  padding: 0;
  font-weight: 300;
}


.headerwrap #hd .topMenudiv .menudiv .mainmenu:hover .submenuUl {
  display: block;
}
.headerwrap #hd .topMenudiv .subdiv {
  gap: 15px;
}
.headerwrap #hd .topMenudiv .subdiv a {
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 100;
}
.headerwrap #hd .topMenudiv .subdiv .left a {
  padding: 0 6px;
}
.headerwrap #hd .topMenudiv .subdiv .right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.headerwrap #hd .topMenudiv .subdiv .searchlink {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("/theme/starry/img/icon/searchlink-white.png");
}
.headerwrap #hd .topMenudiv .subdiv .mypagelink {
  display: block;
  width: 23px;
  height: 23px;
  background-image: url("/theme/starry/img/icon/mypagelink-white.png");
}
.headerwrap #hd .topMenudiv .subdiv .shoplink {
  display: block;
  width: 19px;
  height: 23px;
  background-image: url("/theme/starry/img/icon/shoplink-white.png");
}
.headerwrap #hd .searchbox {
  position: absolute;
  top: 98px;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: all 0.2s;
  height: 0;
  overflow: hidden;
}
.headerwrap #hd .searchbox .searchinner {
  width: 680px;
  margin: 56px auto;
}
.headerwrap #hd .searchbox .searchinner fieldset {
  width: 0%;
  overflow: hidden;
  height: 50px;
  margin: 0 auto;
  transition: width 0.5s ease;
}
.headerwrap #hd .searchbox .searchinner form .searchinputwrap {
  position: relative;
}
.headerwrap #hd .searchbox .searchinner form .searchinputwrap .searchicon {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
}
.headerwrap #hd .searchbox .searchinner form .searchinputwrap .searchwrite {
  border: none !important;
  border-bottom: 2px solid #000 !important;
  width: 680px;
  padding-bottom: 10px;
  padding-left: 34px;
  font-size: 15px;
}
.headerwrap #hd .searchbox .searchinner form .searchinputwrap .searchwrite::-moz-placeholder {
  font-size: 15px;
  color: #888888;
}
.headerwrap #hd .searchbox .searchinner form .searchinputwrap .searchwrite::placeholder {
  font-size: 15px;
  color: #888888;
}
.headerwrap #hd .searchbox .searchinner .recommenddiv {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(-30px);
  transition: transform 0.6s ease, opacity 0.6s ease;
  will-change: transform, opacity;
}
.headerwrap #hd .searchbox .searchinner .recommenddiv .name {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  margin-right: 30px;
}
.headerwrap #hd .searchbox .searchinner .recommenddiv ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.headerwrap #hd .searchbox .searchinner .recommenddiv ul li a {
  font-size: 15px;
  font-weight: 400;
}

.headerwrap.scrollon {
  top: 0px;
}
.headerwrap.scrollon #hd {
  background-color: #fff;
  border: none;
}
.headerwrap.scrollon #hd .logodiv {
  background-image: url("/theme/starry/img/logo-black.png");
}
.headerwrap.scrollon #hd .menudiv ul li a,
.headerwrap.scrollon #hd .subdiv a {
  color: #000;
  font-weight: 400;
}
.headerwrap.scrollon #hd .searchlink {
  background-image: url("/theme/starry/img/icon/searchlink-black.png") !important;
}
.headerwrap.scrollon #hd .mypagelink {
  background-image: url("/theme/starry/img/icon/mypagelink-black.png") !important;
}
.headerwrap.scrollon #hd .shoplink {
  background-image: url("/theme/starry/img/icon/shoplink-black.png") !important;
}
.headerwrap.scrollon #hd .submenuUl {
  border-top: 2px solid #000;
  top: 96px !important;
}

.nobanner {
  top: 0 !important;
}

.headerwrap.nobanner.scrollon {
  top: 0; /* linebanner가 사라졌을 때는 top값 유지 */
}

.headerwrap.subhead #hd {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #eeeeee;
}
.headerwrap.subhead #hd .logodiv {
  background-image: url("/theme/starry/img/logo-black.png");
}
.headerwrap.subhead #hd .menudiv ul li a,
.headerwrap.subhead #hd .subdiv a {
  color: #000;
  font-weight: 400;
}
.headerwrap.subhead #hd .searchlink {
  background-image: url("/theme/starry/img/icon/searchlink-black.png") !important;
}
.headerwrap.subhead #hd .mypagelink {
  background-image: url("/theme/starry/img/icon/mypagelink-black.png") !important;
}
.headerwrap.subhead #hd .shoplink {
  background-image: url("/theme/starry/img/icon/shoplink-black.png") !important;
}
.headerwrap.subhead #hd .submenuUl {
  border-top: 2px solid #000;
  top: 96px !important;
}

.headerwrap.searchon #hd {
  background-color: #fff;
  border: none;
}
.headerwrap.searchon #hd .logodiv {
  background-image: url("/theme/starry/img/logo-black.png");
}
.headerwrap.searchon #hd .menudiv ul li a,
.headerwrap.searchon #hd .subdiv a {
  color: #000;
  font-weight: 400;
}
.headerwrap.searchon #hd .searchlink {
  width: 18px;
  height: 18px;
  background-image: url("/theme/starry/img/icon/closebtn.png") !important;
}
.headerwrap.searchon #hd .mypagelink {
  background-image: url("/theme/starry/img/icon/mypagelink-black.png") !important;
}
.headerwrap.searchon #hd .shoplink {
  background-image: url("/theme/starry/img/icon/shoplink-black.png") !important;
}
.headerwrap.searchon #hd .submenuUl {
  border-top: 2px solid #000;
  top: 96px !important;
}
.headerwrap.searchon .searchbox {
  height: 178px !important;
}
.headerwrap.searchon .searchbox fieldset {
  width: 100% !important;
}
.headerwrap.searchon .searchbox .recommenddiv {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.loadingWrap{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999999;
  display: none;
}

.loadingWrap .loading-iocndiv{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.prilogskindiv {
  display: flex !important;
  align-items: center !important;
  border: 1px solid #e4e4e4;
}

.productlist-ul {
  max-width: 670px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.productlist-ul li {
  margin-top: 38px;
}
.productlist-ul li a {
  display: block;
  width: 100%;
}
.productlist-ul li a .imgdivbox {
  position: relative;
}
.productlist-ul li a .imgdivbox .tagdiv {
  position: absolute;
  left: 0;
  bottom: 3px;
  gap: 2px;
}
.productlist-ul li a .imgdivbox .tagdiv span {
  justify-content: center;
  min-width: 46px;
  height: 20px;
  font-size: 12px;
  background-color: #b39c91;
  font-weight: 100;
  color: #fff;
}
.productlist-ul li a .imgdivbox .tagdiv .blackbg {
  background-color: #000;
}
.productlist-ul li a .imgdivbox .productimg {
  width: 100%;
}
.productlist-ul li a .imgdivbox .productimg img {
  width: 100%;
}
.productlist-ul li a .imgdivbox .heartbtn {
  position: absolute;
  right: 13px;
  bottom: 10px;
  width: 24px;
  height: 21px;
  background-image: url("/theme/starry/img/icon/heartbtn-off.png");
}
.productlist-ul li a .imgdivbox .heartbtn.on {
  background-image: url("/theme/starry/img/icon/heartbtn-on.png");
}
.productlist-ul li a .infodiv .name {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  margin-top: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 97%;
  overflow: hidden;
}
.productlist-ul li a .infodiv .price {
  font-size: 1rem;
  font-weight: 800;
  margin-top: 14px;
}

#ft {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ft .ftwrap {
  display: flex;
  gap: 180px;
  max-width: 1200px;
  width: 100%;
}
#ft .ftwrap .left .ftlogo {
  width: 137px;
}
#ft .ftwrap .left .kakaolink {
  gap: 6px;
  margin-top: 14px;
}
#ft .ftwrap .left .kakaolink span {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}
#ft .ftwrap .left .condiv {
  width: 212px;
  margin-top: 68px;
}
#ft .ftwrap .left .condiv .titlebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
#ft .ftwrap .left .condiv .titlebox span {
  font-size: 0.80rem;
  font-weight: 400;
  color: #c2c2c2;
}
#ft .ftwrap .left .condiv .titlebox a {
  font-size: 0.75rem;
  font-weight: 300;
  color: #fff;
  text-decoration: underline;
}
#ft .ftwrap .left .condiv ul {
  margin-top: 12px;
}
#ft .ftwrap .left .condiv ul li, #ft .ftwrap .left .condiv ul a {
  font-size: 0.80rem;
  font-weight: 400;
  color: #c2c2c2;
  margin-top: 8px;
}
#ft .ftwrap .left .customercenter .phone {
  font-size: 1rem;
  font-weight: 500;
  color: #fff !important;
  text-decoration: none !important;
}
#ft .ftwrap .left .notice ul a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
#ft .ftwrap .right {
  max-width: 780px;
}
#ft .ftwrap .right .sublinkUl {
  gap: 25px;
}
#ft .ftwrap .right .sublinkUl li a {
  font-size: 0.80rem;
  color: #fff;
  font-weight: 300;
}
#ft .ftwrap .right .companyinfo {
  margin-top: 36px;
}
#ft .ftwrap .right .companyinfo h5 {
  font-weight: 400;
  font-size: 0.75rem;
  color: #fff;
}
#ft .ftwrap .right .companyinfo p {
  font-size: 0.80rem;
  line-height: 18px;
  font-weight: 400;
  color: #c2c2c2 !important;
  text-decoration:  none !important;
  margin-top: 12px;
}
#ft .ftwrap .right .withdiv {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  margin-top: 68px;
}
#ft .ftwrap .right .withdiv img {
  width: 64px;
}

#ft.subft {
  margin-top: 10px;
}

.bottomfixBtndiv {
  position: fixed;
  right: 210px;
  bottom: 40px;
  z-index: 30;
}
.bottomfixBtndiv button {
  display: block;
  width: 50px;
  height: 50px;
}
.bottomfixBtndiv .kakaobtn {
  background-image: url("/theme/starry/img/talk.png");
}
.bottomfixBtndiv .upbtn {
  background-image: url("/theme/starry/img/top.png");
  margin-top: 5px;
}

/* 메인팝업 */
.main_popup_back{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0, 0.7);
  z-index: 80;
}

.main_popup_div{
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.main_popup_div .modalbtnbox{
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.main_popup_div .modalbtnbox button{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

@media(max-width:768px){
  .main_popup_div{
    width: 90%;
    top: 20px;
  }
  .main_popup_div img{
    width: 100%;
  }
}


/* 푸터 링크별 */
.footsubPageWrap{
  width: 100%;
  padding-top: 170px;
  padding-bottom: 200px;
}
.footsubPageWrap .innerbox{
  max-width: 1412px;
  width: 100%;
  margin: 0 auto;
}

.footsubPageWrap .titlediv h2{
  font-size: 42px;
  font-weight: 500;
  border-bottom: 2px solid #000;
  padding-bottom: 40px;
}

.footsubPageWrap .contentDiv{
  padding-top: 40px;
}

.footsubPageWrap .contentDiv p{
  font-size: 16px;
  word-break: keep-all;
  line-height: 26px;
}

.companyIntroWrap{
  
}

.companyIntroWrap .introdiv{
  width: 100%;
  background-image: url("/theme/starry/img/companyintro-bg.png");
  padding: 270px 0;
}

.companyIntroWrap .introdiv h3{
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  color: #fff;
}

.companyIntroWrap .introdiv p{
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}

.companyIntroWrap .introdiv p span{
  font-weight: 600;
  color: #fff;
}

.companyIntroWrap .profilediv{
  display: flex;
  justify-content: center;
}

.companyIntroWrap .profilediv .innerdiv{
  width: 690px;
  padding: 100px 0;
}

.companyIntroWrap .profilediv .innerdiv .name{
  font-size: 16px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.companyIntroWrap .profilediv .innerdiv dl{
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fafafa;
}

.companyIntroWrap .profilediv .innerdiv dl dt{
  width: 190px;
  font-size: 14px;
  color: #080808;
  line-height: 60px;
  font-family: "Pretendard", sans-serif !important;
  font-weight: 400;
}

.companyIntroWrap .profilediv .innerdiv .innbox{
  display: flex;
  align-items: flex-start;
  background-color: #fafafa;
  border-bottom: 1px solid #e4e4e4;
}

.companyIntroWrap .profilediv .innerdiv .innbox > div{
  padding: 22px 30px;
}

.companyIntroWrap .profilediv .innerdiv .innbox > div span{
  font-size: 15px;
}
.companyIntroWrap .profilediv .innerdiv .innbox > div ul li{
  font-size: 15px;
  margin-top: 10px;
  position: relative;
  padding-left: 15px;
}
.companyIntroWrap .profilediv .innerdiv .innbox > div ul li:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  background-color: #000;
}

.companyIntroWrap .profilediv .innerdiv .innbox > div ul li:nth-child(1){
  margin-top: 0;
}

.companyIntroWrap .profilediv .innerdiv .innbox > div:nth-child(1){
  width: 180px;
}
.companyIntroWrap .profilediv .innerdiv .innbox > div:nth-child(2){
  width: calc(100% - 180px);
  background-color: #fff;
}

.companyIntroWrap .bgcon01{
  background-image: url("/theme/starry/img/company-bgcon01.png");
}
.companyIntroWrap .bgcon02{
  background-image: url("/theme/starry/img/company-bgcon02.png");
}

.companyIntroWrap .bgcon01 .inner,
.companyIntroWrap .bgcon02 .inner{
  max-width: 1412px;
  width: 100%;
  margin: 0 auto;
  padding: 164px 0;
}

.companyIntroWrap .bgcon02 .inner{
  display: flex;
  justify-content: flex-end;

}

.companyIntroWrap .bgcon01 .inner .p02,
.companyIntroWrap .bgcon02 .inner .p02{
  font-weight: 700;
  font-size: 30px;
  margin-top: 15px;
}

.companyIntroWrap .bgcon01 .inner .p03,
.companyIntroWrap .bgcon02 .inner .p03{
  margin-top: 40px;
  line-height: 26px;
}

.companyIntroWrap .bgcon01 .inner .p03 span,
.companyIntroWrap .bgcon02 .inner .p03 span{
  font-weight: 600;
}

.companyIntroWrap .yeardiv{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
}

.companyIntroWrap .yeardiv img{
  width: 100%;
}

.companyIntroWrap .lasthello{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 200px 0;
}

.companyIntroWrap .lasthello p{
  text-align: center;
  line-height: 26px;
  margin-top: 30px;
}

#ft {background:#000000 !important;margin:0 auto;}

.goldeventWrap{
  position: relative;
}

.goldeventWrap .innerbox{
  max-width: 1412px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 95px;
  margin-top: 200px;
}

.goldeventWrap .innerbox:nth-child(1){
  margin-top: 0;
}

.goldeventWrap .section01{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-top: 68.43%;
  background-image: url("/theme/starry/img/goldevent-01.jpg");
  z-index: -1;
}

.goldeventWrap .titlebox{
  display: flex;
  align-items: center;  
  gap: 34px;
  margin-bottom: 65px;
}

.goldeventWrap .titlebox .bar{
  width: 3px;
  height: 52px;
  background-color: #b4b4b4;
}

.goldeventWrap .titlebox p{
  font-size: 55px;
  font-weight: 600;
  color: #fff;
}


.goldeventWrap .sec02{
  padding-top: 1088px;
}

.goldeventWrap .eventplaybox{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 70px;
}

.goldeventWrap .eventplaybox:nth-child(1){
  margin-top: 0;
}

.goldeventWrap .eventplaybox .left{
  margin-top: -20px;
}

.goldeventWrap .eventplaybox .left h3{
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-top: 30px;
  color: #fff;
}

.goldeventWrap .eventplaybox .left ul{
  margin-top: 34px;
}

.goldeventWrap .eventplaybox .left ul li{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 24px;
}

.goldeventWrap .eventplaybox .left ul li:nth-child(1){
  margin-top: 0;
}

.goldeventWrap .eventplaybox .left ul li span{
  display: inline-block;
  font-size: 18px;
  color: #b3b3b3;
  font-weight: 300;
}
.goldeventWrap .eventplaybox .left ul li .sp01{
  padding-top: 4px;
}
.goldeventWrap .eventplaybox .left ul li .sp02{
  line-height: 26px;
}

.goldeventWrap .eventplaybox .left ul li span .impo{
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: under;
}


.goldeventWrap .eventplaybox .right .eventplaybox01-ul{
  display: flex;
  align-items: center;
  gap: 12px;
}

.goldeventWrap .eventplaybox .right .eventplaybox01-ul li{
  width: 277px;
  height: 372px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #333333;
}

.goldeventWrap .eventplaybox .right .eventplaybox01-ul li .p01{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
  text-align: center;
}
.goldeventWrap .eventplaybox .right .eventplaybox01-ul li .p02{
  font-weight: 300;
  font-size: 17px;
  color: #fff;
  text-align: center;
  margin-top: 6px;
}
.goldeventWrap .eventplaybox .right .eventplaybox01-ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 38px;
  background-color: #1f1f1f;
  border-radius: 1px;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 500;
}

.goldeventWrap .sec04{
  padding: 100px 0;
  background-color: #1f1f1f;
}

.goldeventWrap .sec04 .div01{
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.goldeventWrap .sec04 .div01 .left .p01{
  font-size: 40px;
  color: #fff;
}
.goldeventWrap .sec04 .div01 .left .p02{
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}

.goldeventWrap .sec04 .div01 .bar{
  width: 2px;
  height: 238px;
  background-color: #b3b3b3;
}

.goldeventWrap .sec04 .div01 ul li{
  margin-top: 20px;
}


.goldeventWrap .sec04 .div01 ul li p{
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.goldeventWrap .sec04 .div01 ul li .dv{
  margin-top: 10px;
}

.goldeventWrap .sec04 .div01 ul li .dv p{
  font-weight: 300;
  font-size: 18px;
}

.goldeventWrap .sec04 .titlebox{
    display: flex;
    align-items: center;  
    gap: 26px;
    margin-bottom: 48px;
}

.goldeventWrap .sec04 .titlebox .bar{
  width: 2px;
  height: 40px;
  background-color: #b4b4b4;
}

.goldeventWrap .sec04 .div02{
  margin-top: 100px;
}

.goldeventWrap .sec04 .titlebox p{
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

.goldeventWrap .sec04 .div02 .subp{
  font-size: 18px;
  color: #b3b3b3;
  line-height: 28px;
}

.goldeventWrap .sec04 .div02 .subp span{
  text-decoration: underline;
  font-size: 18px;
  color: #b3b3b3;
  font-weight: 600;
  text-underline-position: under;
}

.goldeventWrap .sec04 .div02 .sub02{
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.goldeventWrap .sec04 .div02 .sub02 p{
  font-size: 15px;
  line-height: 24px;
  margin-top: 25px;
  color: #b3b3b3;
}

.gold3-step{
  margin-top: 40px;
}

.goldeventWrap .sec05{
  padding: 160px 0;
  display: flex;
  justify-content: center;
}

.goldeventWrap .currentnavdiv{
  position: absolute;
  top: 180px;
  right: 10%;
}

.subhead.searchon .blackbg{
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: -1;
}

@media (max-width:768px){
  .moTaheaderwrap.subdison .blackbg{
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: -1;
  }
}

#fwrite{
  max-width: 1412px;
  margin: 0 auto;
}

#bo_w .bo_w_tit #btn_autosave{
  top: 8px;
  right: 8px;
  border-color: #000;
  font-size: 14px !important;
}

#bo_w .bo_w_tit .frm_input,
#bo_w .bo_w_link .frm_input{
  border: 1px solid #d0d3db !important;
}

#bo_w .write_div.btn_confirm{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 60px;
}

#bo_w .write_div.btn_confirm a,
#bo_w .write_div.btn_confirm button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 58px;
    font-size: 16px;
    background-color: #000;
    color: #fff;
    font-family: "Pretendard", sans-serif !important;
    border-radius: 0 !important;
    font-weight: 300;
}

#bo_w .write_div.btn_confirm a{
  background-color: #fff;
  border: 1px solid #e4e4e4;
  color: #000;
}

#bo_w .bo_w_tit #btn_autosave #autosave_count{
  color: #fff;
}

.searchresultdivNew{
  width: 100%;
  max-width: 1412px;
  margin: 0 auto;
}

.searchresultBigContent .itemlisttopWrap{
  border-bottom: 2px solid #000;
}

.searchresultBigContent .leftcategory{
  border-top: none !important;
}

.searchresultBigContent h2{
  font-size: 28px !important;
  font-weight: 500 !important;
}

.searchresultBigContent .ssch_scharea {
  position: relative;
  width: 400px;
  height: 48px;
  margin-top: 40px;
}

.searchresultBigContent .ssch_scharea input{
  width: 400px;
  height: 48px;
  border: 1px solid #e4e4e4 !important;
  padding: 0 15px;
}

.searchresultBigContent .ssch_scharea .sebtn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.searchresultBigContent .resultsearchtag{
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}

.searchresultBigContent .resultsearchtag .name{
  font-size: 15px;
  font-weight: 700;
}

.searchresultBigContent .resultsearchtag ul{
  display: flex;
  align-items: center;
  gap: 15px;
}

.searchresultBigContent .resultsearchtag ul li a{
  font-size: 15px;
}

.searchresultBigContent #ssch_sort_all{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.searchresultBigContent #ssch_sort_all li a{
  font-size: 15px;
  color: #888888;
  font-weight: 400;
}

.searchresultBigContent #ssch_sort_all li a.active{
  color: #000;
  font-weight: 500;
}

.searchresultBigContent .conright{
  padding-top: 40px;
}

.searchresultBigContent .caiteinnerver02{
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 30px;
}

.searchresultBigContent .caiteinnerver02 .catename{
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-bottom: 20px;
}

.searchresultBigContent .caiteinnerver02 ul li{
  margin-top: 12px;
}

.searchresultBigContent .caiteinnerver02 ul li a{
  font-size: 15px;
  font-weight: 300;
  color: #888888;
}

.searchresultBigContent .caiteinnerver02 ul li a.active{
  color: #000;
  font-weight: 500;
}

.item-listformWrap .leftcategory .cateinner.catieprice{
  margin-top: 30px !important;
}



/* ------------------- */
.search-con-list{
  margin-top: 40px;
}
.search-con-list .sct_img {
  position: relative;
  height: auto !important;
}

.search-con-list .sct_img  a{
  width: 100% !important;
  height: auto !important;
}

.search-con-list > ul{
  display: flex;
  flex-wrap: wrap;
  gap: 30px !important;
  margin: 0 !important;
}
.search-con-list .sct_li{
  width: calc(100%/4 - 23px) !important;
}

.item-listformWrap .sct_img,
.search-con-list >  li .sct_img a{
  width: 100% !important;
  height: auto!important;
}



@media all and (max-width: 1279px) {
  #container .shop-content {
    padding-top: 120px;
  }
  .moTaheaderwrap.subhead {
    border-bottom: 1px solid #eee;
  }
  .moTaheaderwrap.subhead #hd .logodiv {
    background-image: url("/theme/starry/img/logo-black.png");
  }
  .moTaheaderwrap.subhead #hd .topMenudiv .momenu {
    background-image: url("/theme/starry/img/icon/momenu-black.png");
  }
  .moTaheaderwrap.subhead #hd .searchlink {
    background-image: url("/theme/starry/img/icon/searchlink-black.png") !important;
  }
  .moTaheaderwrap.subhead #hd .mypagelink {
    background-image: url("/theme/starry/img/icon/mypagelink-black.png") !important;
  }
  .moTaheaderwrap.subhead #hd .shoplink {
    background-image: url("/theme/starry/img/icon/shoplink-black.png") !important;
  }
  .logentireWrap {
    padding-bottom: 50px;
  }
  .registerContent {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 90px;
  }


  .moTaheaderwrap #hd .searchbox {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    transition: all 0.2s;
    height: 0;
    overflow: hidden;
  }
  .moTaheaderwrap #hd .searchbox .searchinner {
    width: 680px;
    margin: 56px auto;
  }
  .moTaheaderwrap #hd .searchbox .searchinner fieldset {
    width: 0%;
    overflow: hidden;
    height: 50px;
    margin: 0 auto;
    transition: width 0.5s ease;
  }
  .moTaheaderwrap #hd .searchbox .searchinner form .searchinputwrap {
    position: relative;
  }
  .moTaheaderwrap #hd .searchbox .searchinner form .searchinputwrap .searchicon {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
  }
  .moTaheaderwrap #hd .searchbox .searchinner form .searchinputwrap .searchwrite {
    border: none !important;
    border-bottom: 2px solid #000 !important;
    width: 680px;
    padding-bottom: 10px;
    padding-left: 34px;
    font-size: 15px;
  }
  .moTaheaderwrap #hd .searchbox .searchinner form .searchinputwrap .searchwrite::-moz-placeholder {
    font-size: 15px;
    color: #888888;
  }
  .moTaheaderwrap #hd .searchbox .searchinner form .searchinputwrap .searchwrite::placeholder {
    font-size: 15px;
    color: #888888;
  }
  .moTaheaderwrap #hd .searchbox .searchinner .recommenddiv {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(-30px);
    transition: transform 0.6s ease, opacity 0.6s ease;
    will-change: transform, opacity;
  }
  .moTaheaderwrap #hd .searchbox .searchinner .recommenddiv .name {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-right: 30px;
  }
  .moTaheaderwrap #hd .searchbox .searchinner .recommenddiv ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
  }
  .moTaheaderwrap #hd .searchbox .searchinner .recommenddiv ul li a {
    font-size: 15px;
    font-weight: 300;
  }

  .moTaheaderwrap.searchon .searchbox fieldset {
    width: 100% !important;
  }
  .moTaheaderwrap.searchon .searchbox .recommenddiv {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }

  /* .tablet-close{
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("/theme/starry/img/icon/closebtn.png") !important;
  } */
  .moTaheaderwrap.searchon #hd {
    background-color: #fff;
    border: none;
  }
  .moTaheaderwrap.searchon #hd .logodiv {
    background-image: url("/theme/starry/img/logo-black.png");
  }
  .moTaheaderwrap.searchon #hd .menudiv ul li a,
  .moTaheaderwrap.searchon #hd .subdiv a {
    color: #000;
    font-weight: 400;
  }
  .moTaheaderwrap.searchon #hd .topMenudiv .momenu{
    background-image: url("/theme/starry/img/icon/momenu-black.png") !important;
  }
  .moTaheaderwrap.searchon #hd .searchlink {
    width: 18px;
    height: 18px;
    background-image: url("/theme/starry/img/icon/closebtn.png") !important;
  }
  .moTaheaderwrap.searchon #hd .mypagelink {
    background-image: url("/theme/starry/img/icon/mypagelink-black.png") !important;
  }
  .moTaheaderwrap.searchon #hd .shoplink {
    background-image: url("/theme/starry/img/icon/shoplink-black.png") !important;
  }
}


@media all and (min-width: 768px) {
  .pcnone,
  .mobr {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .mobilenone {
    display: none !important;
  }
  #container .shop-content {
    padding-top: 45px;
  }
  .moTaheaderwrap.subhead #hd {
    position: relative;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #eeeeee;
  }
  .moTaheaderwrap.subhead #hd .logodiv {
    background-image: url("/theme/starry/img/logo-black.png");
  }

  .cidelete{
    top: 0 !important;
  }

  .logentireWrap {
    padding-bottom: 0;
  }
  .logContentwrap .logindiv {
    width: 100%;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .logContentwrap #mb_login {
    display: block;
    border: none;
  }
  .logContentwrap #mb_login .pc_log_eventwrap {
    display: none;
  }
  .logContentwrap #mb_login .mbskin_box {
    width: 100%;
  }
  .logContentwrap #mb_login .mbskin_box input[type=text],
  .logContentwrap #mb_login .mbskin_box input[type=password] {
    width: 100%;
  }
  #mb_login_od_wr {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
    background-color: #f5f5f5;
    padding: 60px 15px;
  }
  #mb_login_od_wr #mb_login_od form {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #mb_login_od_wr #mb_login_od form input[type=text],
  #mb_login_od_wr #mb_login_od form input[type=password] {
    width: 100%;
  }
  #mb_login_od_wr #mb_login_od form input[type=password] {
    margin-top: 12px;
  }
  #mb_login_od_wr .btn_submit {
    width: 100%;
    margin-top: 30px;
  }
  #mb_login_od_wr #mb_login_odinfo ul {
    margin-top: 10px;
    padding-left: 15px;
    width: 100%;
  }
  .mobilelogEventbanner {
    margin-top: 30px;
    margin-bottom: -2px;
    padding-top: 27.77%;
    background-image: url("/theme/starry/img/mobile/mobilelogEventbanner.png");
  }
  .prilogskindiv {
    border: none;
  }
  #mb_login_notmb {
    width: 100%;
    padding: 10px 15px;
    padding-bottom: 20px;
    border: none;
    margin-bottom: 0;
  }
  #mb_login_notmb h2 {
    border-top: 1px solid #e4e4e4;
    padding-top: 30px !important;
  }
  #mb_login_notmb .btn_submit {
    width: 100%;
  }
  .findpsidWrap {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .findpsidWrap h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
  }
  .findpsidWrap .txcop {
    display: none;
  }
  .findpsidWrap #captcha {
    justify-content: space-between;
  }
  .findpsidWrap #captcha #captcha_key {
    width: calc(100% - 186px);
  }
  .findpsidWrap #mb_email {
    width: 100%;
    height: 48px;
    margin-top: 30px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #888888;
    background-color: #fafafa !important;
    border: 1px solid #e4e4e4 !important;
    padding: 0 17px;
    border-radius: 0;
    box-shadow: none !important;
  }
  .findpsidWrap #mb_email::-moz-placeholder {
    font-size: 15px;
    color: #888888;
  }
  .findpsidWrap #mb_email::placeholder {
    font-size: 15px;
    color: #888888;
  }
  .findpsidWrap #mb_email:focus {
    background-color: #fafafa !important;
    border: 1px solid #e4e4e4 !important;
  }
  .findpsidWrap .warnd {
    text-align: center;
    font-size: 15px;
    color: #888888;
    margin-top: 20px;
  }
  .findpsidWrap .btn_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 58px;
    margin: 0 auto;
    margin-top: 26px;
    background-color: #000;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
  }

  .companyIntroWrap .introdiv{
    padding: 60px 0;
  }
  
  .companyIntroWrap .introdiv h3{
    font-size: 24px;
    line-height: 32px;
  }

  .companyIntroWrap .introdiv p{
    font-weight: 300;
  }

  .companyIntroWrap .mobile-History{
    width: 100%;
  }

  .companyIntroWrap .profilediv{
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .companyIntroWrap .profilediv .innerdiv{
    padding: 50px 0;
    width: 100%;
  }

  .companyIntroWrap .profilediv .innerdiv .innbox > div span,
  .companyIntroWrap .profilediv .innerdiv .innbox > div ul li{
    font-size: 12px;
    line-height: 17px;
  }

  .companyIntroWrap .profilediv .innerdiv .innbox > div ul li{
    margin-top: 1px;
  }
  

  .companyIntroWrap .profilediv .innerdiv .innbox > div:nth-child(1){
    width: 90px;
    padding-left: 0;
    padding-right: 0;
    padding-left: 15px;
  }

  .companyIntroWrap .profilediv .innerdiv .innbox > div:nth-child(2){
    width: calc(100% - 90px);
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
  }

  .companyIntroWrap .bgcon01 .inner .p01,
  .companyIntroWrap .bgcon02 .inner .p01{
    font-size: 12px;
  }

  .companyIntroWrap .bgcon01 .inner, .companyIntroWrap .bgcon02 .inner{
    padding-top: 50px !important;
    padding-bottom: 190px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .companyIntroWrap .bgcon01 .inner .p02,
  .companyIntroWrap .bgcon02 .inner .p02{
    font-size: 20px;
    line-height: 28px;
  }

  .companyIntroWrap .bgcon01 .inner .p03,
  .companyIntroWrap .bgcon02 .inner .p03{
    font-size: 12px;
    line-height: 20px;
  }

  .companyIntroWrap .bgcon01{
    background-image: url("/theme/starry/img/company-bgcon01-mobile.png");
  }

  .companyIntroWrap .bgcon02 .inner{
    justify-content: flex-start;
    padding-bottom: 270px !important;
  }

  .companyIntroWrap .bgcon02{
    background-image: url("/theme/starry/img/company-bgcon02-mobile.png");
  }

  .companyIntroWrap .yeardiv{
    padding: 50px 50px 50px 15px !important;
  }

  .companyIntroWrap .lasthello{
    padding: 80px 0;
  }

  .companyIntroWrap .lasthello > div{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .companyIntroWrap .lasthello img{
    width: 80%;
  }

  .companyIntroWrap .lasthello .comapany-logobox{
    display: flex;
    justify-content: center;
  }

  .companyIntroWrap .lasthello p{
    font-size: 14px;
    line-height: 22px;
  }

  .footsubPageWrap{
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footsubPageWrap .titlediv h2{
    font-size: 21px;
  }


  .moTaheaderwrap #hd .searchbox {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    transition: all 0.2s;
    height: 0;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .moTaheaderwrap #hd .searchbox .searchinner {
    width: 100%;
    margin: 56px auto;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .moTaheaderwrap #hd .searchbox .searchinner fieldset {
    width: 0%;
    overflow: hidden;
    height: 50px;
    margin: 0 auto;
    transition: width 0.5s ease;
  }
  .moTaheaderwrap #hd .searchbox .searchinner form .searchinputwrap {
    position: relative;
  }
  .moTaheaderwrap #hd .searchbox .searchinner form .searchinputwrap .searchicon {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
  }
  .moTaheaderwrap #hd .searchbox .searchinner form .searchinputwrap .searchwrite {
    border: none !important;
    border-bottom: 2px solid #000 !important;
    width: 680px;
    padding-bottom: 10px;
    padding-left: 34px;
    font-size: 15px;
    border-radius: 0;
    -webkit-appearance: none; /* iOS 기본 스타일 제거 */
    appearance: none;
  }
  .moTaheaderwrap #hd .searchbox .searchinner form .searchinputwrap .searchwrite::-moz-placeholder {
    font-size: 15px;
    color: #888888;
  }
  .moTaheaderwrap #hd .searchbox .searchinner form .searchinputwrap .searchwrite::placeholder {
    font-size: 15px;
    color: #888888;
  }
  .moTaheaderwrap #hd .searchbox .searchinner .recommenddiv {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    opacity: 0;
    transform: translateY(-30px);
    transition: transform 0.6s ease, opacity 0.6s ease;
    will-change: transform, opacity;
  }
  .moTaheaderwrap #hd .searchbox .searchinner .recommenddiv .name {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-right: 30px;
  }
  .moTaheaderwrap #hd .searchbox .searchinner .recommenddiv ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .moTaheaderwrap #hd .searchbox .searchinner .recommenddiv ul li a {
    font-size: 14px;
    font-weight: 300;
  }

  .moTaheaderwrap.searchon .searchbox fieldset {
    width: 100% !important;
  }
  .moTaheaderwrap.searchon .searchbox .recommenddiv {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }

  .moTaheaderwrap.searchon #hd .topMenudiv .momenu{
    background-image: url("/theme/starry/img/icon/momenu-close.png") !important;
  }

  #fwrite{
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 80px;
  }

  #bo_w .write_div.btn_confirm a, #bo_w .write_div.btn_confirm button{
    width: 100%;
  }

  #bo_w .write_div:after{
    display: none;
  }

  #wr_subject{
    margin-top: 15px;
  }

  #bo_w .bo_w_tit #btn_autosave{
    position: unset;
    width: 100%;
    margin-top: 8px;
    height: 42px;
  }

  #bo_w .write_div.btn_confirm{
    margin-top: 20px;
  }

  .searchresultBigContent #ssch_sort_all{
    display: none;
  }

  .item-listformWrap .right ul{
    gap: 10px !important;
  }

  .search-con-list{
    margin-top: 0;
  }
  .search-con-list .sct_li{
    width: calc(100%/2 - 6px) !important;
  }

  .oneandlistdiv .oneandone_wri_table{
    display: flex;
  }

  .mypageWrapdiv .tablewrap table tbody tr td{
    display: block;
    width: 100%;
  }
  .mypage_oneand_Wrap .oneandone_wri_table tbody tr td:nth-child(1){
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left;
    padding-bottom: 0 !important;
  }

  .mypage_oneand_Wrap .oneandone_wri_table tbody tr td:nth-child(2){
    padding-top: 10px !important;
  }

  .mypage_oneand_Wrap .oneandone_wri_table .div01{
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px !important;
  }

  .mypage_oneand_Wrap .oneandone_wri_table tbody tr:nth-child(1) td:nth-child(1){
    padding-top: 0 !important;
  }
  .mypage_oneand_Wrap .wri_btndiv{
    gap: 8px !important;
    padding: 0 15px;
    margin-top: 10px !important;
  }

}/*# sourceMappingURL=style.css.map */