@charset "UTF-8";

/* ---------------------------------------------------- */
/* main */
/* ---------------------------------------------------- */
/* ----- 공통 ----- */
.content_top p {
	margin-bottom: 0;
}
#page_main {
  overflow: hidden;
}
.suport_wrap,
.content_brand {
	padding-top: 125px;
	padding-bottom: 125px;
}
.content_new {
	padding-top: 125px;
	padding-bottom: 165px;
}
.content_curation {
	padding-bottom: 125px;
}
@media screen and (max-width: 998px) {
	.suport_wrap,
	.content_brand {
		padding-top: 85px;
		padding-bottom: 85px;
	}
	.content_new {
		padding-top: 85px;
		padding-bottom: 100px;
	}
	.content_curation {
		padding-bottom: 85px;
	}
}
@media screen and (max-width: 540px) {
	.suport_wrap,
	.content_brand {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.content_new {
		padding-top: 45px;
		padding-bottom: 85px;
	}
	.content_curation {
		padding-bottom: 45px;
	}
}

/* ----- 타이틀 ----- */
.content_top {
	padding-bottom: 15px;
}
.content_tit_sub {
	margin-bottom: 5px;
}
.content_left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content_left > .content_tit_wrap {
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0%;
  -moz-flex-basis: 0%;
  -ms-flex-basis: 0%;
  flex-basis: 0%;
}
.content_left > .content_tit_wrap {
  width: 265px;
  padding-right: 15px;
}
.content_left > .content_tit_wrap > h2 {
  word-break: keep-all;
}
@media screen and (max-width: 912px) {
  .content_left > .content_tit_wrap {
    width: 100%;
    padding-bottom: 15px;
  }
}
.content_tit_more {
		display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;        
	    -webkit-box-pack: justify;
	    -moz-justify-content: space-between;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	  -webkit-box-align: center;
	  -moz-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-box-lines: multiple;
	  -moz-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
}
.content_tit_more > h2 {
	width: 100%;
	word-break: keep-all;
}
.content_tit_more > p {
	width: calc(100% - 70px);
	word-break: keep-all;
}
.content_tit_more > a {
	position: relative;
	padding-right: 20px;
	color: var(--color-midGray);
}
.content_tit_more > a:before {
    top: 6px;
    right: 10px;
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    border-top: 1px solid var(--color-midGray);
    border-right: 1px solid var(--color-midGray);
    transform: rotate(45deg) translate(0);
    -webkit-transform: rotate(45deg) translate(0);
}
.content_tit_more > a:hover {
	color: var(--color-point);
}
.content_tit_more > a:hover:before {
	border-color: var(--color-point);
}
/* 더보기 버튼 반응형 */
@media screen and (max-width: 912px) {
	.content_tit_more > h2,
	.content_tit_more > p {
		width: 100%; 
		padding-right: 35px;
	}
	.content_tit_more {
		position: relative;
	}
	.content_tit_more > a {
		text-indent: -9999px;
		position: absolute;
	    right: 0;
	}
	.content_tit_more > a:before {
		top: 0;
		width: 12px;
		height: 12px;
	}
}

/* ----- 폰트 큐레이션 ----- */

.content_curation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 912px) {
  .content_curation {
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* ----- 폰트 콘텐츠 소개 ----- */
.content_story .story_board {
	position: relative;
}
.content_story .story_board_list {
    padding-left: 0;
    margin-bottom: 0;
}
.content_story .story_board_item {
	cursor: pointer;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
	flex-direction: column;
}
.content_story .story_board_item p {
	margin-bottom: 0;
}
.content_story .story_board_item h3 {
	flex: 1;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* word-break: keep-all; */
}
.content_story .story_board_item:hover h3 {
	color: var(--color-point);
}
.content_story .story_board_item_imgbox {
	position: relative;
	overflow: hidden;
    border-radius: var(--border-radius);
    border: var(--border-width) solid var(--color-lineGray);
    isolation: isolate;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.content_story .story_board_item_imgbox .thumbnail {
	margin: 0;
    padding: 0;
    transition: transform 0.45s;
	overflow: hidden;
}
.content_story .story_board_item:hover .thumbnail {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.content_story .story_board_item_imgbox img {
	max-width: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
    object-position: center center;
}
.content_story .story_board_item_infobox {
	padding: 15px 10px 0 10px;
}
.content_story .story_board_item_imgbox .overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: linear-gradient( to bottom, transparent 5%,      
			  rgba(20, 20, 20, 0.25) 25%,      
			  rgba(20, 20, 20, 0.5) 45%,      
			  rgba(20, 20, 20, 0.75) 65%,      
			  rgba(20, 20, 20, 1) 100%);
  transition: all 0.25s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.content_story .story_board_item_imgbox .overlay .button {
  position: relative;
  top: 20px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  min-width: 160px;
  max-width: 90%;
}
@media screen and (min-width: 912px) {
	.content_story .story_board_item:hover .story_board_item_imgbox .overlay {
	  opacity: 1;
	  z-index: 1;
	}
	.content_story .story_board_item:hover .story_board_item_imgbox .overlay .button {
	  top: 0px;
	  opacity: 1;
	}
}
@media screen and (max-width: 912px) {
  .content_story .story_board_item_infobox {
  	padding-top: 15px;
  	padding-bottom: 15px;
  }
}

/* ----- 전용서체 ----- */

.content_corporate .corporate_font_list {
  padding-left: 0;
  margin: 0;
}
.content_corporate .corporate_font_item {
  cursor: pointer;
  padding: 35px 5px;
  border-bottom: 1px solid var(--color-lineGray);
  transition: 0.15s ease-in-out;
}
@media screen and (max-width: 1124px) {
  .content_corporate .corporate_font_item {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.content_corporate .corporate_font_item:first-child {
  border-top: 1px solid var(--color-lineGray);
}
.content_corporate .corporate_font_item_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.content_corporate .corporate_font_item_imgbox img {
  max-height: 6.8vw;
  vertical-align: top;
}
.content_corporate .corporate_font_item_imgbox img.img_over {
  display: none;
}
.content_corporate .corporate_font_item_titbox {
  opacity: 0;
  position: relative;
  padding-right: 100px;
  transition: 0.15s ease-in-out;
}
.content_corporate .corporate_font_item_titbox.over_black {
	color: var(--color-def);
}
.content_corporate .corporate_font_item_titbox.over_white {
	color: #fff;
} 
.content_corporate .corporate_font_item_titbox::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -2px;
  right: 0;
  height: 30px;
  width: 81px;
  background-image: url("/cloud/resources/image/utility/re/main_company_arrow_sprites.png");
  background-position: -10px -10px;
}
@media screen and (max-width: 1124px) {
  .content_corporate .corporate_font_item_titbox {
    display: none;
  }
}
.content_corporate .corporate_font_item:hover .corporate_font_item_titbox.over_white::before {
  background-position: -10px -60px;
}
.content_corporate .corporate_font_item:hover .corporate_font_item_titbox {
  opacity: 1;
  -webkit-transform: translate(15px, 0);
  -moz-transform: translate(15px, 0);
  -ms-transform: translate(15px, 0);
  transform: translate(15px, 0);
}
.content_corporate .corporate_font_item:hover .img_original {
  display: none;
}
.content_corporate .corporate_font_item:hover .img_over {
  display: block;
}

/* ----- 고객지원 ----- */
/* notice + faq */
.suport_wrap > div {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 65px 40px;
}
@media screen and (max-width: 540px) {
	.suport_wrap > div {
		row-gap: 45px;
	}
}
.content_notice, .content_faq {
	width: calc(50% - 20px);
}
.board_list {
  margin: 0;
  padding: 5px 15px;
  border-radius: var(--border-radius);
  border: 1px solid var(--color-lineGray);
}
.board_list .board_item {
  padding: 15px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board_list .board_item:not(:last-child) {
  border-bottom: 1px solid var(--color-lineGray);
}
.board_list .board_item:hover {
  color: var(--color-point);
  cursor: pointer;
}
/* faq */
.content_faq .board_list .board_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.content_faq .board_list .board_item > span {
	width: calc(100% - 100px);
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.content_faq .board_list .board_item > strong {
	color: var(--color-midGray);
	width: 100px;
	text-align: right;
}
@media screen and (max-width: 912px) {
	.suport_wrap > div {
		-webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
	}
	.content_notice, .content_faq {
		width: 100%;
	}
	.content_faq .board_list .board_item {
		-webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
	}
	.content_faq .board_list .board_item > span,
	.content_faq .board_list .board_item > strong {
		width: 100%;
		text-align: left;
	}
}
@media screen and (max-width: 540px) {
	.suport_wrap > div {
		row-gap: 45px;
	}
}

/* ----- 중간 배너 ----- */
.main_md_banner {
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.main_md_banner_pc img, .main_md_banner_mo img, .main_md_banner_tab img {
  vertical-align: top;
  max-width: 100%;
}
@media screen and (max-width: 1124px) {
  .main_md_banner_pc {
    display: none;
  }
}
.main_md_banner_tab {
  display: none;
}
@media screen and (min-width: 540px) and (max-width: 1124px) {
  .main_md_banner_tab {
    display: block;
  }
}
.main_md_banner_mo {
  display: none;
}
@media screen and (max-width: 540px) {
  .main_md_banner_mo {
    display: block;
  }
}

/* ----- 슬라이드 관련 ----- */
/* visual */
.main_visual {
  position: relative;
  width: 100%;
  height: 500px;
  /* min-height: 600px; */
  margin-top: 25px;
}
@media screen and (max-width: 998px) {
	.main_visual {
	  /* min-height: 0; */
	  height: 400px;
	}
}
@media screen and (max-width: 768px) {
	.main_visual {
	  height: 300px;
	}
}
.main_visual_slide {
  width: 100%;
  height: 100%;
}
.main_visual_slide .swiper-container {
  width: 93%;
  max-width: 1200px;
  height: 100%;
  overflow: visible !important;
}
.main_visual_slide .main_visual_slide_item {
	border-radius: var(--border-radius);
	border: var(--border-width) solid var(--color-lineGrayLight);
	overflow:hidden;
	isolation: isolate;
}
.main_visual_slide .main_visual_slide_list {
  margin: 0;
  padding: 0;
}
.main_visual_slide_item {
  cursor: pointer;
}
.main_visual_slide_item_imgbox {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.main_visual_slide_item > .container-1140 {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main_visual_slide_item > .container-1140 .category_wrap > span {
  display: inline-block;
  border-radius: 30px;
  border: 1px solid var(--color-def);
  padding: 0 15px;
  line-height: 25px;
}
.main_visual_slide_item > .container-1140 .category_wrap > strong {
  display: inline-block;
  padding-left: 5px;
  line-height: 35px;
}
.main_visual_slide_item > .container-1140 > h2 {
  font-size: 48px;
  line-height: 1.3;
  padding-top: 15px;
  padding-bottom: 10px;
}
.main_visual_slide_item > .container-1140 > p {
  margin: 0;
}
@media screen and (max-width: 912px) {
  .main_visual_slide_item > .container-1140 {
    padding-top: 65px;
    -webkit-box-pack: start;
    -moz-box-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .main_visual_slide_item > .container-1140 > h2 {
    font-size: 32px;
  }
}
.main_visual_slide_navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: 0.15s ease-in-out;
  pointer-events: none;
  opacity: 0;
}
.main_visual_slide_item_imgbox.mobile, 
.main_visual_slide_item_imgbox.tab {
	display: none;
}
@media screen and (max-width: 1199px) {
  .main_visual_slide_navigation {
    display: none;
  }
}
@media screen and (max-width: 998px) {
  .main_visual_slide_item_imgbox.pc {
  	display: none;
  }
  .main_visual_slide_item_imgbox.mobile {
  	display: block;
  }
}
.main_visual_slide_navigation > span {
position: relative;
    z-index: 10;
    display: inline-block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: 0.15s ease-in-out;
    border-radius: 50%;
    background: rgba(1, 1, 1, .15);
}
.main_visual_slide_navigation > span:hover {
    background: rgba(1, 1, 1, .35);
}
.main_visual_slide_navigation > span.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.main_visual_slide_navigation .navigation_prev {
  left: 25px;
}
.main_visual_slide_navigation .navigation_prev::before {
  content: "";
  position: absolute;
  border-top: var(--icon-width) solid #fff;
  border-right: var(--icon-width) solid #fff;
  transform: rotate(225deg) translate(0);
  -webkit-transform: rotate(225deg) translate(0);
   width: 20px;
   height: 20px;
  top: 20px;
  right: 16px;
}
.main_visual_slide_navigation .navigation_next {
  right: 25px;
}
.main_visual_slide_navigation .navigation_next::before {
   content: "";
   position: absolute;
   border-top: var(--icon-width) solid #fff;
   border-right: var(--icon-width) solid #fff;
   transform: rotate(45deg) translate(0);
   -webkit-transform: rotate(45deg) translate(0);
   width: 20px;
   height: 20px;
   top: 20px;
   left: 16px;
}
.main_visual_slide > .swiper-container:hover .main_visual_slide_navigation {
  opacity: 1;
}
.main_visual_slide > .swiper-container:hover .main_visual_slide_navigation > span:not(.swiper-button-disabled) {
  pointer-events: auto;
}
.main_visual_slide_pagination {
  bottom: 35px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
.main_visual_slide_pagination > span {
  width: 10px;
  height: 10px;
  background-color: #fff;
  transition: 0.15s ease-in-out;
  pointer-events: auto;
}
.main_visual_slide_pagination > span:hover {
	opacity: .65;
}
.main_visual_slide_pagination > span:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
	.main_visual_slide_pagination {
		bottom: 25px !important;
	}
}
/* 공통 */
.main_slide_list {
  padding: 0;
  margin: 0;
}
.main_slide_list .main_slide_item .thumbnail {
  margin: 0;
  padding: 0;
  transition: transform 0.45s;
}
.main_slide_list .main_slide_item .thumbnail img {
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: auto 1/1;
  object-position: center center;
}
.main_slide_list .main_slide_item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: linear-gradient( to bottom, transparent 5%,      
			  rgba(20, 20, 20, 0.25) 25%,      
			  rgba(20, 20, 20, 0.5) 45%,      
			  rgba(20, 20, 20, 0.75) 65%,      
			  rgba(20, 20, 20, 1) 100%);
  transition: all 0.25s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.main_slide_list .main_slide_item .overlay .button {
  position: relative;
  top: 20px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  min-width: 160px;
  max-width: 90%;
}

/* type1 */
.main_slide_type_1 .main_slide_list .main_slide_item {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
  border-radius: var(--border-radius);
  border: var(--border-width) solid var(--color-lineGrayLight);
}
.main_slide_type_1 .main_slide_list .main_slide_item .overlay {
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main_slide_type_1 .main_slide_list .main_slide_item .overlay > h3 {
  color: #fff;
  padding-bottom: 15px;
}
.main_slide_type_1 .main_slide_list .main_slide_item:hover .thumbnail {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.main_slide_type_1 .main_slide_list .main_slide_item:hover .overlay {
  opacity: 1;
  z-index: 1;
}
.main_slide_type_1 .main_slide_list .main_slide_item:hover .overlay .button {
  top: 0px;
  opacity: 1;
}
/* type2 */
.main_slide_type_2 {
  width: calc(100% - 265px);
}
@media screen and (max-width: 912px) {
  .main_slide_type_2 {
    width: 100%;
  }
}
.main_slide_type_2 .main_slide_list {
  padding-bottom: 35px;
}
.main_slide_type_2 .main_slide_list .main_slide_item {
  cursor: pointer;
}
.main_slide_type_2 .main_slide_list .main_slide_item_link {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  border: var(--border-width) solid var(--color-lineGrayLight);
  isolation: isolate;
}
.main_slide_type_2 .main_slide_list .main_slide_item_title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 10px 0px 10px;
}
.main_slide_type_2 .main_slide_list .main_slide_item_title h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_slide_type_2 .main_slide_list .main_slide_item_title .cate {
  width: 100%;
  color: var(--color-midGray);
  word-break: break-word;
}
.main_slide_type_2 .main_slide_list .main_slide_item:hover .main_slide_item_title h3 {
  color: var(--color-point);
}
.main_slide_type_2 .main_slide_list .main_slide_item:hover .thumbnail {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.main_slide_type_2 .swiper-scrollbar {
  width: 100% !important;
  left: 0 !important;
  height: 1px !important;
  background-color: var(--color-bgGrayDeep);
}
.main_slide_type_2 .swiper-scrollbar-drag {
  height: 2px;
  top: -1px;
  background-color: var(--color-point);
}

/* 슬라이드 네비게이션 */
/* type1 */
/* .main_slide_type_1 {
  position: relative;
}
.main_slide_type_1_navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 45%;
  transform: translateY(-45%);
  left: 0;
  transition: 0.15s ease-in-out;
  pointer-events: none;
  opacity: 0;
}
.main_slide_type_1_navigation > span {
  position: relative;
  z-index: 10;
  pointer-events: auto;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: 0.15s ease-in-out;
}
.main_slide_type_1_navigation > span.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.main_slide_type_1_navigation > span:hover {
  background-color: var(--color-point);
}
.main_slide_type_1_navigation .navigation_prev::before {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(225deg) translate(0);
  -webkit-transform: rotate(225deg) translate(0);
  width: 20px;
  height: 20px;
  top: 15px;
  right: 12px;
}
.main_slide_type_1_navigation .navigation_next::before {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translate(0);
  -webkit-transform: rotate(45deg) translate(0);
  width: 20px;
  height: 20px;
  top: 15px;
  left: 10px;
}
.main_slide_type_1:hover .main_slide_type_1_navigation {
  opacity: 1;
} */
/* type2 */
.main_slide_type_2_navigation {
  padding-bottom: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.main_slide_type_2_navigation > span {
  display: inline-block;
  z-index: 9;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}
.main_slide_type_2_navigation > span:not(:last-child) {
  margin-right: 10px;
}
.main_slide_type_2_navigation > span.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.main_slide_type_2_navigation .navigation_prev {
  height: 40px;
  width: 40px;
  background: url("/cloud/resources/image/utility/re/main_slide_navi_sprites.png") -10px -80px;
}
.main_slide_type_2_navigation .navigation_next {
  height: 40px;
  width: 40px;
  background: url("/cloud/resources/image/utility/re/main_slide_navi_sprites.png") -70px -80px;
}
.main_slide_type_2_pagination {
  position: relative !important;
  text-align: left !important;
  padding-bottom: 5px;
  padding-left: 10px;
  color: var(--color-lineGray) !important;
}
.main_slide_type_2_pagination span {
  font-size: var(--font-size-xSmall);
  color: var(--color-midGray);
}
@media screen and (max-width: 912px) {
  .main_slide_type_2_navigation, .main_slide_type_2_pagination {
    display: none;
  }
}
/* 슬라이드 페이지네이션 */
.main_slide_type_1_pagination,
.story_board_slide_pagination {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main_slide_type_1_pagination {
  padding-top: 25px;
}
.story_board_slide_pagination {
  padding-top: 25px;
}
.main_slide_type_1_pagination > span,
.story_board_slide_pagination > span {
  width: 10px;
  height: 10px;
  background-color: var(--color-midGray);
  transition: 0.25s ease-in-out;
}
.main_slide_type_1_pagination > span.swiper-pagination-bullet-active,
.story_board_slide_pagination > span.swiper-pagination-bullet-active {
  background-color: var(--color-point);
}
.main_slide_type_1_pagination > span:hover,
.story_board_slide_pagination > span:hover {
  background-color: var(--color-point);
}
.main_slide_type_1_pagination > span:not(:last-child),
.story_board_slide_pagination > span:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 912px) {
	.main_slide_type_1_pagination {
		padding-top: 25px;
	} 
	.story_board_slide_pagination {
		padding-top: 5px;
	}
}
/* ----- 메인 레이어팝업창 ----- */
.wrap {
	position: relative;
}
#popup_layer {
	position: absolute; 
	top: 160px; 
	left: 100px;
	z-index: 9998;
}
.popup_container {
	width: 460px;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (max-width: 998px) {
	.popup_container {
		max-width: 85%;
	}
	#popup_layer {
		display: none;
		/*position: fixed;
		z-index: 9999;
		top: 0;
		left: 0; 
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,.45);
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
        -moz-box-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        overflow-y: scroll;*/
	}
	.popup_btns > button {
		font-size: var(--font-size-xSmall);
	}
}
@media screen and (max-width: 300px) {
	.popup_btns > button {
		font-size: 10px;
	}
}
.popup_cont {
    border: 1px solid var(--color-def);
    border-bottom: 0px;
    background: #fff;
}
.popup_cont img {
	max-width: 100%;
    vertical-align: top;
}
.popup_cont > a {
	display: block;
	width: 100%;
	height: 100%;
}
.popup_btns {
	min-height: 40px;
	display: flex;
}
.popup_btns > button {
	background-color: var(--color-def);
	color: #fff;
	font-family: var(--font-bold2);
	border: 0;
	text-align: center;
	padding: 5px 10px;
	min-height: 100%;
	width: 50%;
	cursor: pointer;
}
.popup_btns > button:hover {
	background-color: var(--color-point);
}
.popup_btns > button:not(:last-child) {
	border-right: 1px solid rgba(255,255,255,.165);
}

/* 브랜드 소개 */
.brand {
  position: relative;
  width: calc(100% + 300px);
  padding-bottom: 35px;
}
@media screen and (max-width: 1520px) {
  .brand {
    width: 100%;
  }
}
.brand .swiper-scrollbar {
  position: absolute;
  width: 1200px;
  bottom: 3px;
  left: 0 !important;
  height: 1px !important;
  background-color: var(--color-bgGrayDeep);
}
.brand .swiper-scrollbar-drag {
  height: 2px;
  top: -1px;
  background-color: var(--color-point);
}
@media screen and (max-width: 1520px) {
  .brand .swiper-scrollbar {
    width: 100%;
  }
}
.brand .swiper-slide:last-of-type {
  margin-right: 100px !important;
}
.brand_slide {
  width: 100%;
}
.brand_slide_list {
  padding: 0;
  margin: 0;
}
.brand_slide_item {
  cursor: pointer;
}
.brand_slide_item img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.brand_slide_item_imgbox {
  width: 100%;
  border-radius: var(--border-radius);
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
}
.brand_slide_item_infobox {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  padding: 15px 5px 0px 0px;
}
.brand_slide_item_infobox .brand_info_logo {
	padding: 0 5px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
}
.brand_slide_item_infobox .brand_info_logo img {
  width: 100%;
}
.brand_slide_item_infobox .brand_info_name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}
.brand_slide_item_infobox .brand_info_name > a {
  padding-right: 25px;
  position: relative;
}
.brand_slide_item_infobox .brand_info_name > a::before {
  top: 7px;
  right: 10px;
  width: 7px;
  height: 7px;
  content: "";
  position: absolute;
  border-top: 1px solid var(--color-gray);
  border-right: 1px solid var(--color-gray);
  transform: rotate(45deg) translate(0);
  -webkit-transform: rotate(45deg) translate(0);
  transition: 0.15s ease-in-out;
}
.brand_slide_item_infobox .brand_info_name > a:hover::before {
  right: 5px;
}
.brand_slide_item_infobox .brand_info_txt {
  padding-left: 10px;
  word-break: break-all;
  width: 100%;
  width: calc(100% - 60px);
}
.brand_slide_item_infobox .brand_info_txt p {
  margin: 0;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}