<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
/* header 영역 구성 */
#header {
  /* width: 1420px; */
  /* margin: 0 auto; */
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}

.header_wrap {
  border-bottom: 1px solid #ccc;
  /* width: 100%; */
  background-color: #fff;
}

.header {
  width: 1420px;
  margin: 0 auto;
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  position: relative;
}

.header .lang {
  position: absolute;
  top: 8px;
  right: 10px;
  display: flex;
}

.header .lang &gt; a {
  color: #666;
  padding: 0 10px;
  font-size: 12px;
}

.header .lang &gt; a.active {
  font-weight: bold;
  color: #f84914;
}

.header .lang &gt; a:not(:last-child) {
  border-right: 1px solid #ddd;
}

.header .logo {
  width: 340px;
  display: inline-block;
  padding-right: 100px;
  box-sizing: border-box;
  background-color: #fff;
  vertical-align: top;
}

.logo img {
  display: inline-block;
  width: 164px;
}

html[lang='en'] .logo img {
  display: inline-block;
  width: 201px;
  height: 55px;
}

.search_wrap {
  display: inline-block;
  width: 640px;
}

.search_wrap #IN_SEARCH_KEYWORD {
  padding-left: 20px;
}

.search_box input {
  box-sizing: border-box;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  border: 2px solid #ff0000;
  margin: auto;
  padding-left: 5px;
}

.search_keyword_history {
  margin-top: 42px;
  line-height: 1;
  padding: 5px 0 0 0;
  display: flex;
}

.search_keyword_history &gt; div.skh_title {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 14px;
}

.icn {
  font-size: 14px;
  color: #000;
  display: inline-block;
}

.search_keyword_history .rcmd {
  font-size: 14px;
  color: #000;
  display: inline-block;
}

ul.s_keyword {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 0;
  padding-left: 0;
}

.s_keyword li {
  font-size: 13px;
  color: #6c6c6c;
  padding-right: 8px;
  white-space: nowrap;
}

.s_keyword li a {
  color: #6c6c6c;
}

.myinfo {
  box-sizing: border-box;
}

.myinfo li {
  float: left;
  color: #6e6e6e;
  padding-right: 18px;
  font-size: 14px;
  max-width: 10rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.myinfo .material-icons {
  padding-right: 4px;
}

.myinfo li a {
  color: #6e6e6e;
}

.gnb_wrap {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.gnb {
  width: 1420px;
  margin: auto;
  display: flex;
}

.gnb li {
  text-align: left;
  font-size: 22px;
  color: #000;
  font-weight: 500;
  padding-right: 80px;
}

.gnb li.en {
  font-size: 18px;
}

.gnb li &gt; a {
  height: 61px;
  display: flex;
  align-items: center;
}

.gnb li &gt; a &gt; i {
  margin-top: 5px;
}

.m_visual {
  background-color: #eb2a25;
}

/* 카테고리 */
.category_area {
  position: absolute;
  width: 240px;
  background-color: #fff;
  border: 2px solid #000;
  padding: 8px;
  z-index: 1001;
  top: -1px;
  left: 0;
}

.category_area .b_cate {
  margin-bottom: 22px;
}

.category_area .b_cate + div {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.category_area .b_cate &gt; li a.mc22 {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  width: 220px;
  /*    background-color: #fff;*/
  padding: 10px;
  /* margin-top: 5px; */
}

.category_area .b_cate &gt; li.active a.mc22 {
  color: #fff;
  background-color: #f84914;
}

.category_area .b_cate li {
  display: flex;
}

.category_area .b_cate li &gt; .m_cate_wrap {
  display: none;
}

/* .category_area .b_cate &gt; li:nth-child(1) &gt; .m_cate_wrap,
.category_area .b_cate &gt; li:nth-child(1) li:nth-child(1) &gt; .m_cate_wrap {
  display: block;
} */

.category_area .b_cate li:hover &gt; .m_cate_wrap,
.category_area .b_cate li.active &gt; .m_cate_wrap,
.m_cate li.m_ctl a.mc.active + .m_cate_wrap {
  display: block;
}

.m_cate_wrap {
  position: absolute;
  width: 240px;
  left: 236px;
  top: -2px;
  background-color: #fff;
  border: 2px solid #000;
  height: 407px;
  padding: 8px;
  padding-top: 16px;
  min-height: calc(100% + 4px);
}

html[lang='en'] .m_cate_wrap {
  width: 360px;
}

.m_cate {
  width: 100%;
  overflow: hidden;
}

.m_cate li.m_ctl a.mc {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  height: 32px;
  font-size: 15px;
  color: #6c6c6c;
  padding: 0px 8px;
}

html[lang='en'] .m_cate li.m_ctl a.mc {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.m_cate li.m_ctl a.mc:hover,
.m_cate li.m_ctl a.mc.active {
  background-color: #edecec;
  color: #000;
}

.li_more {
  margin-top: 15px;
  background-color: #fff;
  text-align: right;
  width: 100%;
}

.m_cate_wrap .li_more,
.m_cate_wrap .li_more a.lmore,
.m_cate_wrap .li_more a.lmore:hover {
  background-color: #fff !important;
  text-align: right !important;
  width: 605px !important;
  font-size: 15px !important;
  font-weight: 400;
  color: #000 !important;
}

/* 콘텐츠 영역 구성 */
#content {
  background-color: #f5f5f5;
  min-width: 1420px;
  margin: 0 auto;
  padding-top: 163px;
  min-height: calc(100vh - 127px);
}

#content.without-header {
  padding-top: 0;
}

.container {
  max-width: 1420px !important;
  margin: 0 auto;
  position: relative;
}

#content .container {
  padding-bottom: 65px;
}

#footer .container {
  padding: 30px 0;
}

.side {
  width: 280px;
  /*height: 500px;*/
  background-color: #fff;
  margin: 0px 40px 20px 0;
}

.content_wrap {
  width: calc(100% - 320px);
  margin: 0px 0 20px 0;
  padding: 0;
  background-color: #fff;
}

/* 메인 컨텐츠 */
.m_tit {
  font-size: 26px;
  color: #000;
  font-weight: 500;
  padding: 25px 0 20px 0;
}

.prd_box {
  width: 1420px;
  background-color: #fff;
  margin-top: 30px;
  height: 320px;
}

.prd_tit_img {
  /* width: 340px; */
  width: 360px;
  float: left;
}

.prd_list {
  /* width: 270px; */
  width: calc(1060px / 4);
  float: left;
  padding-top: 30px;
}

.prd_list .wrap_image {
  position: relative;
  overflow: hidden;
  width: 210px;
  margin: 0px 30px;
}

.prd_list .wrap_image .layer {
  position: absolute;
  bottom: -50px;
  left: 0;
  height: 50px;
  width: 210px;
  background-color: rgba(18, 21, 23, 0.7);
  line-height: 55px;
  vertical-align: middle;
  transition: bottom 0.2s;
  text-align: center;
  z-index: 1;
}

.prd_list .wrap_image .play {
  background-image: url(../images/ico/ico_play.png);
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 30px;
  top: 0px;
  height: 30px;
  position: absolute;
  z-index: 888;
  margin-top: 90px;
  margin-left: 90px;
}

.prd_list .wrap_image:hover .layer {
  bottom: 0;
  transition: bottom 0.2s;
}

.prd_list .pn {
  padding: 0 15px;
  word-break: keep-all;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  line-height: 1.4em;
}

ul.recomd_box {
  width: 1440px;
  height: 500px;
  margin: 0;
  padding: 0;
}

ul.recomd_box li:first-child {
  float: left;
  width: 450px;
  padding: 0 0 0 0;
  margin: 0;
}

ul.recomd_box li {
  float: left;
  width: 450px;
  padding: 0 0 0 45px;
  margin: 0;
}

.con_box {
  /* width: 1440px; */
  height: 210px;
  padding-top: 30px;
  margin-bottom: 30px;
}

.contact_box {
  background-color: #fff;
  width: 640px;
  float: left;
  padding: 5px 0 30px 60px;
}

.news_box {
  background-color: #fff;
  width: 640px;
  float: right;
  padding: 5px 0 23px 60px;
}

.input a.contact {
  margin-top: 28px;
  display: inline-block;
  padding: 9px 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  background-color: #f84914;
  width: 300px;
  text-decoration: none;
  text-align: center;
}

.mail_ad {
  width: 340px;
  height: 45px;
  line-height: 44px;
  margin-bottom: 6px;
}

.input a.subscript {
  margin-top: 28px;
  display: inline-block;
  padding: 9px 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  background-color: #f84914;
  width: 180px;
  text-decoration: none;
  text-align: center;
}

.footer_wrap {
  display: flex;
  align-items: center;
}

#footer {
  width: 100%;
  background-color: #e2e0e1;
  min-width: 1420px;
  margin: 0 auto;
  color: #555;
}

#footer a {
  color: #555;
}

#footer a:hover {
  text-decoration: underline !important;
}

#footer .footer_wrap {
  /* padding: 20px 0; */
  text-align: center;
}

#footer .footer_logo {
  padding-right: 28px;
}

#footer .footer_logo img {
  display: inline-block;
  width: 188px;
  height: 61px;
}

.main_expo_slider .expo_image {
  position: relative;
  overflow: hidden;
}

.main_expo_slider .expo_image .state {
  color: white;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 138px;
  background: #f72244;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  vertical-align: middle;
}

.main_expo_slider .expo_image .layer {
  position: absolute;
  bottom: -68px;
  left: 0;
  height: 68px;
  width: 100%;
  background-color: rgba(18, 21, 23, 0.7);
  line-height: 80px;
  vertical-align: middle;
  transition: bottom 0.2s;
  text-align: center;
}

.main_expo_slider .expo_image:hover .layer {
  bottom: 0;
  transition: bottom 0.2s;
}

.main_expo_slider .expo_info {
  width: 400px;
  text-align: left;
  padding: 0px 5px;
  box-sizing: border-box;
}

.main_expo_slider .expo_info .name {
  padding-top: 16px;
  font-weight: bold;
  font-size: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* ellipsis line */
  -webkit-box-orient: vertical;

  /* webkit 엔진을 사용하지 않는 브라우저를 위한 속성. */
  /* height = line-height * line = 1.2em * 3 = 3.6em  */
  line-height: 1.2em;
  margin-bottom: 0.4rem;
}

.main_expo_slider .expo_info .date {
  margin-left: 77px;
  text-indent: -77px;
}

.main_expo_slider .expo_info .date .title {
  display: inline-block;
  text-align: center;
  width: 75px;
  padding: 2px 0px;
  background: #9b9b9b;
  border-radius: 15px;
  color: white;
  text-indent: 0;
}

.main_curation_slider .curation_list {
  width: 100%;
}

.main_curation_slider .curation_list .wrap_image {
  position: relative;
  overflow: hidden;
  width: 430px;
  height: calc(430px / 1.777);
}

.main_curation_slider .curation_list .wrap_image.card_count_4 {
  width: 270px;
  height: 270px;
  margin: 0 auto;
}

.main_curation_slider .curation_list .wrap_image .layer {
  position: absolute;
  bottom: -50px;
  /* left: 45px; */
  height: 50px;
  width: 100%;
  background-color: rgba(18, 21, 23, 0.7);
  line-height: 55px;
  vertical-align: middle;
  transition: bottom 0.2s;
  text-align: center;
  z-index: 1;
}

.main_curation_slider .curation_list .wrap_image .layer2 {
  position: absolute;
  bottom: -68px;
  /* left: 105px; */
  height: 68px;
  width: 270px;
  background-color: rgba(18, 21, 23, 0.7);
  line-height: 80px;
  vertical-align: middle;
  transition: bottom 0.2s;
  text-align: center;
  z-index: 1;
}

.main_curation_slider .curation_list .wrap_image:hover .layer {
  bottom: 0;
  transition: bottom 0.2s;
}

.main_curation_slider .curation_list .wrap_image:hover .layer2 {
  bottom: 0;
  transition: bottom 0.2s;
}

.recentSearchWord_wrap {
  position: relative;
  background: #fff;
  border-left: 2px solid #ff0000;
  border-right: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  z-index: 2;
}

.recentSearchWord_wrap .title {
  padding: 10px 5px 5px 5px;
  color: #999;
  font-size: 13px;
}

.recentSearchWord_wrap .recentSearchWord li {
  display: block;
  padding: 5px;
}

.recentSearchWord_wrap .recentSearchWord li:hover {
  background: #f1f1f1;
}

.recentSearchWord_wrap .recentSearchWord .hover {
  background: #f1f1f1;
}

.recentSearchWord_wrap .remove_history {
  text-align: right;
  padding: 10px 5px 5px 5px;
  color: #999;
  font-size: 13px;
}

ul.ui-autocomplete {
  position: relative !important;
  background: #fff !important;
  border-top: none;
  border-left: 2px solid #ff0000 !important;
  border-right: 2px solid #ff0000 !important;
  border-bottom: 2px solid #ff0000 !important;
  z-index: 1000 !important;
  box-sizing: border-box;
}

ul.ui-autocomplete li.ui-menu-item {
  display: block !important;
}

.ui-widget.ui-widget-content {
  border: none;
}

ul.ui-autocomplete li.ui-menu-item:hover {
  background: #f1f1f1;
  color: #000 !important;
}

ul.ui-autocomplete li.ui-menu-item div.ui-menu-item-wrapper {
  padding: 5px;
  font-family: 'Noto Sans KR', 'Roboto', sans-serif;
}

ul.ui-autocomplete li.ui-menu-item div.ui-menu-item-wrapper.ui-state-active {
  background: #f1f1f1 !important;
  border: none;
  color: #000 !important;
}

#footer .footer_wrap .bar {
  padding: 0px 6px 1px 9px;
  background: url(https://d3txgo32ah0z6g.cloudfront.net/wp-content/uploads/sites/18/2021/02/16144958/bar-fppter.png) no-repeat 0 55%;
  font-size: 13px;
}

html[lang='en'] #footer .footer_wrap .bar {
  font-size: 12px;
}

#footer .footer_wrap .none {
  background: none;
  padding: 0 6px 1px 9px;
}

#footer .footer_wrap {
  text-align: left;
  font-size: 13px;
  line-height: 170%;
  color: #555;
}

div[data-banner-swiper] .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

div[data-banner-swiper] .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

div[data-banner-swiper] .swiper-slide img {
  height: auto;
  max-width: 1920px;
  width: 100%;
}

div[data-banner-swiper] .swiper-button-next span,
div[data-banner-swiper] .swiper-button-prev span {
  font-size: 40px;
  text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -2px #000;
}

div[data-banner-swiper] .swiper-button-next,
div[data-banner-swiper] .swiper-button-prev {
  background-image: none;
  color: white;
  font-size: 40px;
}

.category-menu-item::before {
  font-family: 'Material Icons';
  content: '\e5d2';
  color: #f84914;
  font-size: 28px;
  margin-top: 2px;
}
</pre></body></html>