<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, #wrapper {
  width: 100%;
  height: 100%;
}

#header &gt; .wrap {
  position: relative;
  width: 1280px;
  height: 134px;
  margin: 0 auto;
}
#header &gt; .wrap .logo {
  position: absolute;
  left: -200px;
  top: 78px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
#header &gt; .wrap .nav {
  position: relative;
  padding-top: 46px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
#header &gt; .wrap .nav &gt; li {
  float: left;
  margin-right: 40px;
  font-weight: 600;
  font-size: 18px;
  line-height: 88px;
}
#header &gt; .wrap .nav &gt; li &gt; a {
  position: relative;
}
#header &gt; .wrap .nav &gt; li &gt; a:hover:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -5px;
  height: 5px;
  background: #e861c5;
  border-radius: 20px;
}
#header &gt; .wrap .nav &gt; li.on &gt; a:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -5px;
  height: 2px;
  background: #111;
}
#header &gt; .wrap .nav &gt; li.off &gt; a {
  color: #bbb;
}
#header &gt; .wrap .nav &gt; li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 134px;
  z-index: 11;
  height: 106px;
}
#header &gt; .wrap .nav &gt; li ul li {
  display: inline-block;
  padding-top: 40px;
  margin-right: 60px;
  font-size: 18px;
  line-height: 1em;
  vertical-align: top;
}
#header &gt; .wrap .nav &gt; li ul li.on, #header &gt; .wrap .nav &gt; li ul li a:focus {
  font-weight: 600;
}
#header &gt; .wrap .nav:after {
  content: "";
  display: block;
  clear: both;
}
#header &gt; .wrap .util {
  position: absolute;
  right: -180px;
  top: 20px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
#header &gt; .wrap .util .nav1 {
  overflow: hidden;
  height: 20px;
  margin-bottom: 30px;
  font-size: 0;
  text-align: right;
}
#header &gt; .wrap .util .nav1 li {
  display: inline-block;
  margin-left: 16px;
  font-size: 14px;
  line-height: 20px;
}
#header &gt; .wrap .util .nav1 li a {
  color: #888;
}
#header &gt; .wrap .util .searchBox {
  position: relative;
  float: left;
  width: 258px;
}
#header &gt; .wrap .util .searchBox fieldset {
  position: relative;
  display: block;
  height: 48px;
  padding: 8px 60px 8px 18px;
  border: 2px solid #eee;
  border-radius: 10px;
  background: #eee;
}
#header &gt; .wrap .util .searchBox fieldset input[type=text] {
  width: 100%;
  height: 28px;
  line-height: 28px;
  border: 0;
  padding: 0;
  background: none;
}
#header &gt; .wrap .util .searchBox fieldset img {
  position: absolute;
  right: 18px;
  top: 10px;
}
#header &gt; .wrap .util .searchBox .message {
  display: none;
  position: absolute;
  left: 50%;
  top: 58px;
  z-index: 30;
  height: 44px;
  padding: 0 15px;
  margin-left: -135px;
  border-radius: 10px;
  border: 1px solid #ddd;
  line-height: 42px;
  white-space: nowrap; /*animation:opacity .5s cubic-bezier(0,0,1,1) 1.5s both;*/
  background: #fff;
}
#header &gt; .wrap .util .searchBox .message:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background: url(/static/images/icon/ic_balloon4.png) no-repeat 0 0;
}
#header &gt; .wrap .util .searchBox .message.on {
  z-index: 40;
}
#header &gt; .wrap .util .searchBox .searchLayer {
  display: none;
  position: absolute;
  left: 50%;
  top: 58px;
  z-index: 40;
  padding: 30px 20px 0;
  width: 350px;
  margin-left: -175px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
}
#header &gt; .wrap .util .searchBox .searchLayer h2 {
  font-weight: 600;
  line-height: 1em;
}
#header &gt; .wrap .util .searchBox .searchLayer .all {
  position: absolute;
  right: 20px;
  top: 30px;
  color: #aaa;
  line-height: 1em;
  text-decoration: underline;
}
#header &gt; .wrap .util .searchBox .searchLayer .list {
  margin: 20px 0 30px;
}
#header &gt; .wrap .util .searchBox .searchLayer .list li {
  position: relative;
  padding-right: 40px;
  font-size: 16px;
  line-height: 1em;
}
#header &gt; .wrap .util .searchBox .searchLayer .list li img {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
#header &gt; .wrap .util .searchBox .searchLayer .list li + li {
  margin-top: 15px;
}
#header &gt; .wrap .util .searchBox .searchLayer .tag {
  overflow: hidden;
  padding: 30px 20px 24px;
  margin: 0 -20px;
  border-top: 1px solid #ddd;
}
#header &gt; .wrap .util .searchBox .searchLayer .tag li {
  float: left;
  margin: 0 6px 6px 0;
}
#header &gt; .wrap .util .searchBox .searchLayer .tag li a {
  display: block;
  height: 32px;
  padding: 0 14px;
  border: 1px solid #ddd;
  border-radius: 16px;
  line-height: 30px;
}
#header &gt; .wrap .util .searchBox.on fieldset {
  border-color: #ff5a00;
}
#header &gt; .wrap .util .nav2 {
  float: left;
  margin-top: 6px;
}
#header &gt; .wrap .util .nav2 li {
  float: left;
  position: relative;
  margin-left: 24px;
  line-height: 30px;
  /*&amp;.status.ing:after {content:""; position:absolute; right:-4px; top:0; width:6px; height:6px; border-radius:6px; background:#ff5a00;}*/
}
#header &gt; .wrap .util .nav2 li img {
  vertical-align: bottom;
}
#header &gt; .wrap .util .nav2 li.cart .count {
  position: absolute;
  right: -11px;
  top: -1px;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
  background: #111;
}
#header &gt; .wrap .util .nav2 li .message {
  display: none;
  position: absolute;
  right: -70px;
  top: 52px;
  z-index: 30;
  height: 44px;
  padding: 0 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
  line-height: 42px;
  white-space: nowrap; /*animation:opacity .5s cubic-bezier(0,0,1,1) 1.5s both;*/
  background: #fff;
}
#header &gt; .wrap .util .nav2 li .message:before {
  content: "";
  position: absolute;
  right: 78px;
  top: -8px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background: url(/static/images/icon/ic_balloon4.png) no-repeat 0 0;
}
#header &gt; .wrap .util .nav2 li .message.on {
  z-index: 40;
}
#header &gt; .wrap .util:after {
  content: "";
  display: block;
  clear: both;
}
#header .subDepth {
  display: none;
  position: absolute;
  left: 0;
  top: 134px;
  right: 0;
  z-index: 40;
  border-top: 1px solid #ddd;
  background: #fff;
}
#header .subDepth .wrap {
  width: 1280px;
  min-height: 400px;
  padding: 40px 0 150px;
  margin: 0 auto;
  position: relative;
}
#header .subDepth .wrap &gt; ul {
  position: relative;
  float: left;
  width: 1000px;
  margin-left: -180px;
}
#header .subDepth .wrap &gt; ul &gt; li {
  position: relative;
  width: 255px;
  font-size: 18px;
}
#header .subDepth .wrap &gt; ul &gt; li a:before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 140px;
  top: 50%;
  width: 30px;
  height: 11px;
  margin-top: -6px;
  background: url(/static/images/icon/ic_arrow9.png) no-repeat 0 0;
  transition: left 0.2s;
}
#header .subDepth .wrap &gt; ul &gt; li a:hover {
  font-weight: 600;
}
#header .subDepth .wrap &gt; ul &gt; li.on &gt; a:before {
  opacity: 1;
  left: 180px;
}
#header .subDepth .wrap &gt; ul &gt; li + li {
  margin-top: 30px;
}
#header .subDepth .wrap &gt; ul &gt; li ul {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 255px;
  top: 0;
  width: 1000px;
}
#header .subDepth .wrap &gt; ul &gt; li ul li {
  width: 170px;
  font-size: 16px;
}
#header .subDepth .wrap &gt; ul &gt; li ul li a:hover, #header .subDepth .wrap &gt; ul &gt; li ul li.on a {
  color: #ff5a00;
}
#header .subDepth .wrap &gt; ul &gt; li ul li:nth-child(1) ~ li {
  margin-top: 30px;
}
#header .subDepth .wrap .specialArea {
  float: right;
  width: 560px;
  padding-left: 40px;
  border-left: 1px solid #bbb;
}
#header .subDepth .wrap .specialArea h2 {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
}
#header .subDepth .wrap .specialArea h2 a {
  display: block;
}
#header .subDepth .wrap .specialArea .thumb {
  width: 100%;
}
#header .subDepth .wrap .specialArea .tit {
  margin: 10px 10px 5px;
  font-size: 16px;
  font-weight: 600;
}
#header .subDepth .wrap .specialArea .date {
  margin: 0 10px;
  color: #888;
}
#header .subDepth .wrap:after {
  content: "";
  display: block;
  clear: both;
}
#header .subDepth .wrap .brand_banner_img {
  position: absolute;
  right: 50px;
  top: 70px;
}
#header .subDepth .wrap .brand_banner_img img {
  width: 600px;
  object-fit: contain;
}
#header .bgWrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 134px;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s;
}
#header .bgWrap.on {
  opacity: 1;
}
#header.on:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  top: 133px;
  height: 106px;
  border-top: 1px solid #ddd;
  background: #fff;
}
#header.subHidden .bgWrap {
  top: 0;
}

#container {
  width: 1280px;
  min-height: calc(100% - 134px);
  padding-bottom: 140px;
  margin: 0 auto;
}
#container.wide {
  width: 100%;
}
#container.wide h1.typeA {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
#container .areaTypeA {
  background: #f5f5f5;
}
#container .areaTypeB {
  width: 1280px;
  margin: 0 auto;
}

#location {
  max-width: 1280px;
  height: 50px;
  margin: 0 auto;
  padding-top: 30px;
}
#location &gt; li {
  position: relative;
  float: left;
  line-height: 18px;
}
#location &gt; li &gt; a {
  color: #888;
  line-height: 20px;
}
#location &gt; li.home {
  padding-left: 19px;
  background: url(/static/images/icon/ic_home.png) no-repeat 0 50%;
}
#location &gt; li + li {
  padding-left: 18px;
  margin-left: 17px;
}
#location &gt; li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 8px;
  margin-top: -4px;
  background: #ddd;
}
#location &gt; li:not(.home) &gt; a:not(:last-child) {
  position: relative;
  display: inline-block;
  padding-right: 26px;
}
#location &gt; li:not(.home) &gt; a:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url(/static/images/icon/ic_arrow2.png) no-repeat 0 0;
  transition: all 0.2s;
}
#location &gt; li.on a:not(:last-child):before {
  transform: rotate(180deg);
}
#location &gt; li:last-child, #location &gt; li:last-child a {
  color: #111;
}
#location &gt; li ul {
  display: none;
  position: absolute;
  left: 50%;
  top: 28px;
  z-index: 20;
  overflow: hidden;
  min-width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
}
#location &gt; li ul li {
  white-space: nowrap;
}
#location &gt; li ul li a {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  color: #888;
}
#location &gt; li ul li a:hover {
  background: #ddd;
  color: #111;
}
#location &gt; li ul li.on a {
  font-weight: 600;
  color: #111;
}
#location:after {
  content: "";
  display: block;
  clear: both;
}

h1.typeA {
  height: 80px;
  margin-top: 75px;
  line-height: 1em;
  font-size: 34px;
  font-weight: 600;
}

h1.typeB {
  height: 80px;
  border-bottom: 1px solid #111;
  margin-top: 75px;
  text-align: center;
  line-height: 1em;
  font-size: 34px;
  font-weight: 600;
}

h1.typeC {
  height: 80px;
  font-size: 34px;
  line-height: 1em;
  font-weight: 600;
}

#contArea {
  position: relative;
  padding-top: 30px;
  padding-left: 250px;
}
#contArea #snb {
  position: absolute;
  left: 0;
  top: 60px;
  width: 210px;
}
#contArea #snb .nav &gt; li {
  margin-bottom: 40px;
}
#contArea #snb .nav &gt; li p {
  font-size: 18px;
  line-height: 1em;
}
#contArea #snb .nav &gt; li ul {
  margin-top: 30px;
}
#contArea #snb .nav &gt; li ul li {
  margin-bottom: 30px;
  line-height: 1em;
  font-size: 16px;
}
#contArea #snb .nav &gt; li ul li a {
  color: #888;
}
#contArea #snb .nav &gt; li ul li.on a {
  color: #ff5a00;
  font-weight: 600;
}
#contArea:after {
  content: "";
  display: block;
  clear: both;
}

#myStatus {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 110;
  width: 500px;
  padding: 80px 5px 5px 0;
  background: #fff;
  transform: translate(100%);
  transition: all 0.1s ease-in-out;
}
#myStatus h2 {
  position: absolute;
  left: 30px;
  top: 40px;
  padding-left: 36px;
  font-size: 16px;
  line-height: 27px;
  background: url(/static/images/icon/ic_mypage2.png) no-repeat 0 0;
}
#myStatus h2 strong {
  text-decoration: underline;
}
#myStatus .close {
  position: absolute;
  right: 30px;
  top: 40px;
}
#myStatus #myContent {
  overflow-y: auto;
  max-height: 100%;
  padding: 0 30px 25px;
}
#myStatus #myContent h3 {
  margin: 60px 0 15px;
  font-size: 24px;
  font-weight: 600;
}
#myStatus #myContent h3 .num {
  position: relative;
  left: 5px;
  top: -12px;
  font-size: 16px;
  line-height: 1em;
  color: #ff5a00;
  font-weight: 600;
}
#myStatus #myContent .recent h3 {
  margin-top: 20px;
}
#myStatus #myContent .recent .more {
  height: 40px;
  margin-top: -40px;
  text-align: right;
}
#myStatus #myContent .recent .more a {
  color: #666;
}
#myStatus #myContent .recent .noData {
  color: #888;
  font-size: 14px;
  line-height: 1.6em;
  background: none;
}
#myStatus #myContent .recent .noData:before {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 15px;
  background: url(/static/images/icon/ic_nopill.png) no-repeat 0 0;
}
#myStatus #myContent .recent .noData p {
  margin-top: 15px;
  font-size: 16px;
}
#myStatus #myContent .recent .noData p a:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 11px;
  margin: -3px 0 0 15px;
  vertical-align: middle;
  background: url(/static/images/icon/ic_arrow9.png) no-repeat 0 0;
}
#myStatus #myContent .selfTest h3 span {
  position: relative;
}
#myStatus #myContent .selfTest h3 span:before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 0;
  z-index: -1;
  height: 16px;
  border-radius: 5px;
  background: rgba(255, 90, 0, 0.2);
}
#myStatus #myContent .selfTest .more {
  height: 40px;
  margin-top: -40px;
  text-align: right;
}
#myStatus #myContent .selfTest .more a {
  color: #666;
}
#myStatus #myContent .selfTest .list {
  padding: 10px 30px 20px 0;
  margin-right: -30px;
}
#myStatus #myContent .selfTest .list ul li {
  position: relative;
  width: 400px !important;
  padding: 30px;
  border-radius: 10px;
  background: #f5f5f5;
}
#myStatus #myContent .selfTest .list ul li .date {
  color: #666;
}
#myStatus #myContent .selfTest .list ul li .icoGo {
  position: absolute;
  right: 30px;
  top: 30px;
}
#myStatus #myContent .selfTest .list ul li .tit {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
}
#myStatus #myContent .selfTest .list ul li .subject {
  position: relative;
  padding: 15px 0 0 70px;
  margin-top: 15px;
  border-top: 1px solid #ddd;
}
#myStatus #myContent .selfTest .list ul li .subject em {
  position: absolute;
  left: 0;
  top: 15px;
  color: #666;
}
#myStatus #myContent .selfTest .list .noData {
  padding: 40px 0;
  font-size: 16px;
  font-weight: 600;
  background: #fff4ec;
}
#myStatus #myContent .selfTest .list .noData:before {
  width: 26px;
  height: 28px;
  margin-top: -4px;
  background: url(/static/images/icon/ic_solution.png) no-repeat 0 0;
}
#myStatus #myContent .selfTest .list .noData:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 11px;
  margin: -3px 0 0 15px;
  vertical-align: middle;
  background: url(/static/images/icon/ic_arrow9.png) no-repeat 0 0;
}
#myStatus #myContent .myReser {
  position: relative;
}
#myStatus #myContent .myReser .btn {
  position: absolute;
  right: 0;
  top: 10px;
  line-height: 1em;
}
#myStatus #myContent .myReser .btn a {
  color: #888;
  text-decoration: underline;
}
#myStatus #myContent .myReser ul li {
  padding: 30px 30px 20px;
  border-radius: 10px;
  background: #f5f5f5;
}
#myStatus #myContent .myReser ul li .tit a {
  padding-right: 22px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  background: url(/static/images/icon/ic_location4.png) no-repeat 100% 50%;
}
#myStatus #myContent .myReser ul li dl {
  position: relative;
  margin-top: 10px;
}
#myStatus #myContent .myReser ul li dt {
  position: absolute;
  left: 0;
  padding-top: 2px;
  color: #888;
}
#myStatus #myContent .myReser ul li dd {
  padding-left: 80px;
  margin-bottom: 10px;
  font-size: 16px;
}
#myStatus #myContent .myReser ul li + li {
  margin-top: 20px;
}
#myStatus #myContent .myReser ul .noData {
  padding: 50px 0;
  font-size: 14px;
  color: #888;
}
#myStatus #myContent .myReser ul .noData:before {
  display: block;
  width: 26px;
  height: 28px;
  margin: 0 auto 15px;
  background: url(/static/images/icon/ic_status2.png) no-repeat 0 0;
}
#myStatus.on {
  transform: translate(0);
}

#footer {
  position: relative;
}
#footer .head {
  background: #333;
  padding: 10px 0;
  height: 60px;
}
#footer .head .wrap {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#footer .head .wrap .footer_icon_area {
  position: absolute;
  right: 150px;
  top: 6px;
}
#footer .head .wrap .footer_icon_area li {
  float: left;
  margin-right: 20px;
}
#footer .head .wrap .footer_icon_area li a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
#footer .head .wrap .nav {
  float: left;
}
#footer .head .wrap .nav li {
  float: left;
  margin-right: 50px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 300;
}
#footer .head .wrap .nav li a {
  color: #fff;
}
#footer .head .wrap .nav li:not(.fb) {
  opacity: 0.6;
}
#footer .head .wrap .nav li.fb {
  font-weight: 500 !important;
}
#footer .head .wrap .familyArea {
  float: right;
}
#footer .head .wrap .familyArea .app {
  float: left;
}
#footer .head .wrap .familyArea .app h2 {
  float: left;
  opacity: 0.6;
  margin-right: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 300;
}
#footer .head .wrap .familyArea .app img {
  float: left;
  margin-left: 10px;
}
#footer .head .wrap .familyArea .family {
  float: left;
  position: relative;
  margin-left: 30px;
}
#footer .head .wrap .familyArea .family .tit {
  height: 40px;
}
#footer .head .wrap .familyArea .family .tit a {
  display: block;
  padding: 0 30px 0 20px;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 600;
  line-height: 40px;
  background: url(/static/images/icon/ic_arrow10.png) no-repeat 100% 50%;
}
#footer .head .wrap .familyArea .family ul {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border: 1px solid #333;
  border-radius: 10px;
  background: #fff;
}
#footer .head .wrap .familyArea .family ul li a {
  display: block;
  line-height: 40px;
  padding: 0 20px;
  color: #888;
}
#footer .head .wrap .familyArea .family ul li a:hover {
  color: #111;
  background: #ddd;
}
#footer .head .wrap:after {
  content: "";
  display: block;
  clear: both;
}
#footer .content {
  background: #333;
}
#footer .content .wrap {
  position: relative;
  width: 1280px;
  padding: 40px 0;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .content .wrap .company {
  float: left;
  width: 750px;
}
#footer .content .wrap .company p {
  display: inline-block;
  margin: 0 25px 15px 0;
  opacity: 0.6;
  color: #fff;
  line-height: 1em;
  font-weight: 300;
}
#footer .content .wrap .company a {
  color: #fff;
}
#footer .content .wrap .customer {
  float: right;
}
#footer .content .wrap .customer h2 {
  padding-left: 21px;
  line-height: 17px;
  color: #fff;
  font-weight: 300;
  background: url(/static/images/icon/ic_tel5.png) no-repeat 0 0;
}
#footer .content .wrap .customer p {
  opacity: 0.8;
  line-height: 1em;
  color: #fff;
  font-weight: 300;
}
#footer .content .wrap .customer p a {
  color: #fff;
}
#footer .content .wrap .customer p span + span {
  margin-left: 12px;
}
#footer .content .wrap .customer p.tel {
  opacity: 1;
  margin: 10px 0 15px;
  font-size: 24px;
  font-family: "Roboto";
  font-weight: 500;
}
#footer .content .wrap .copy {
  clear: both;
  padding-top: 20px;
  opacity: 0.3;
  color: #fff;
  line-height: 1em;
  font-weight: 300;
}
#footer #quick {
  position: fixed;
  left: initial;
  right: 76px;
  top: 200px;
  z-index: 20;
  width: 81px;
  text-align: right;
}
#footer #quick li:not(.talk) {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
#footer #quick li:not(.talk) a {
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
}
#footer #quick li:not(.talk) a em {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 56px;
  height: 56px;
  padding-left: 20px;
  border-radius: 10px;
  text-align: left;
  white-space: nowrap;
  font-weight: 600;
  background: #fff;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.2s ease-in-out;
}
#footer #quick li:not(.talk) a span {
  position: relative;
  z-index: 1;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  text-align: center;
  background: #fff;
}
#footer #quick li:not(.talk) a img {
  vertical-align: middle;
}
#footer #quick li:not(.talk) a:hover em {
  width: 156px;
}
#footer #quick.noFix {
  position: absolute;
}
#footer #quick.hidden {
  z-index: 1;
}
#footer .btnTop {
  opacity: 0;
  position: fixed;
  left: initial;
  right: 76px;
  bottom: 110px;
  z-index: 20;
  width: 56px;
  transition: all 0.2s ease-in-out;
}
#footer .btnTop.on {
  opacity: 1;
}
#footer .btnTop.noFix {
  position: absolute;
  top: -106px;
}

@media all and (max-width: 1640px) {
  #header &gt; .wrap .logo {
    left: 0;
    top: 78px;
  }
  #header &gt; .wrap .nav {
    margin-left: 200px;
  }
  #header &gt; .wrap .util {
    right: 0;
  }
  #header .subDepth .wrap &gt; ul {
    width: 560px;
    margin-left: 0;
  }
}
@media all and (max-width: 1580px) {
  #footer #quick {
    left: 50%;
    right: initial;
    margin-left: 625px;
  }
  #footer .btnTop {
    left: 50%;
    right: initial;
    margin-left: 660px;
  }
}
.bshop_top {
  position: relative;
}

.bshop_btn {
  font-size: 18px;
  line-height: 1em;
  width: 120px;
  height: 40px;
  text-align: center;
  border-radius: 6px 6px 0 0;
  margin: 0 7px;
}
.bshop_btn.on {
  font-weight: bold;
  color: #ffffff;
}
.bshop_btn:hover {
  font-weight: bold;
}
.bshop_btn.pnt.on {
  background-color: #ffb28f;
}
.bshop_btn.clare.on {
  background-color: #93ccf0;
}
.bshop_btn.pack.on {
  background-color: #99c79b;
  position: absolute;
  top: 0;
  left: 136px;
}

.bshop_bottom {
  display: none;
  position: relative;
}
.bshop_bottom.on {
  display: block;
}
.bshop_bottom.pnt.on ul {
  background-color: #ffb28f;
}
.bshop_bottom.pack ul {
  position: absolute;
  top: 0;
  left: 143px;
}
.bshop_bottom.pack.on ul {
  background-color: #99c79b;
}
.bshop_bottom ul {
  border-radius: 0 6px 6px 6px;
  box-shadow: 5px 25px 20px 1px lightgrey;
  padding-top: 20px;
  display: inline-block;
  width: 300px;
}
.bshop_bottom ul li {
  float: left;
  margin: 15px 20px;
  width: 100px;
}
.bshop_bottom ul li:hover {
  font-weight: bold;
}
.bshop_bottom ul li a {
  font-size: 16px;
  color: #ffffff;
}

.snsBanner {
  width: 100%;
  height: 2600px;
  box-sizing: border-box;
}
.snsBanner #youtube_area {
  width: 100%;
  height: 1000px;
  background-color: #f5f5f5;
}
.snsBanner #youtube_area .snsBannerInner {
  margin: 0 auto;
  width: 1280px;
}
.snsBanner #insta_area {
  width: 100%;
  height: 1600px;
  background-color: #ffffff;
}
.snsBanner #insta_area .insta_area_inner {
  width: 1280px;
  margin: 0 auto;
}
.snsBanner #insta_area .insta_area_inner .insta_area_top {
  padding-top: 100px;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
}
.snsBanner #insta_area .insta_area_inner .insta_area_top .insta_logo {
  width: 200px;
  object-fit: contain;
  float: left;
}
.snsBanner #insta_area .insta_area_inner .insta_area_top .insta_plus_btn {
  float: right;
  margin-top: 20px;
  width: 48px;
  height: 18px;
  background: url("/static/images/common/plus_button.png") no-repeat center;
  background-size: contain;
}
.snsBanner #insta_area .insta_area_inner ul {
  width: 100%;
}
.snsBanner #insta_area .insta_area_inner ul li {
  float: left;
  width: calc(33.33% - 4px);
  margin-right: 4px;
  margin-bottom: 6px;
}
.snsBanner #insta_area .insta_area_inner ul li img {
  width: 100%;
  object-fit: contain;
}
.snsBanner #insta_area .insta_area_inner ul li:nth-child(3n-1) {
  margin: 0 2px 6px;
}
.snsBanner #insta_area .insta_area_inner ul li:nth-child(3n) {
  margin-right: 0;
  margin-left: 4px;
}

.top_rebon_cont {
  display: block;
  width: 100%;
  height: 40px;
}
.top_rebon_cont .swiper-slide {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: center;
}
.top_rebon_cont .swiper-slide p {
  color: #ffffff;
  font-size: 16px;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.main_popup {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  /*background: url("/static/images/popup/popup_bg.jpg") no-repeat center;*/
  min-height: 100%; /* 부모의 높이가 변해도 배경이 유지되도록 설정 */
  background-color: #ffffff; /* 흰색 배경 추가 */
  background-size: cover;
}
.main_popup img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.main_popup .pop_p1 {
  position: absolute;
  left: 62px;
  bottom: 20px;
  color: #cacaca;
  font-size: 20px;
}
.main_popup .pop_close_btn {
  position: absolute;
  right: 30px;
  bottom: 20px;
  color: #20cf6e;
  font-size: 20px;
}
.main_popup .pop_not_today_btn {
  position: absolute;
  left: 20px;
  bottom: 22px;
  width: 28px;
  height: 28px;
  background: url("/static/images/popup/popup_check.jpg") no-repeat center;
  background-size: contain;
}
.main_popup .pop_not_today_btn.on {
  background: url("/static/images/popup/popup_check_on.jpg") no-repeat center;
  background-size: contain;
}

/*# sourceMappingURL=layout.css.map */
</pre></body></html>