/* ===== [s]검색(개인 + 기업) 공통 ===== */
/* cyber scroll */
.idtf .tab_idCont {
  padding: 30px 24px 30px 30px;
}
.scroll_box-wrap > .mCustomScrollBox {
  padding-right:6px;
}
.scroll_box-wrap > .mCSB_inside > .mCSB_container {
  margin-right:0;
}
.mCS-dark.mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)";
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(64, 71, 81, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
/*  background-color: rgba(64, 71, 81, 0.2);*/
background-color: rgba(0, 0, 0, 1);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(64, 71, 81, 0.5);
   filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}
.scroll_box-wrap > .mCustomScrollBox > .mCSB_scrollTools, .scroll_box-wrap > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

/* [s]layer popup + page body common */
.searchComm {
  margin: 60px 0 120px;
}
.searchComm.mg_0 {
  margin: 0;
}
/* common | input font style */
.searchComm .search_box .search_input {
  font-family: 'roboto', 'notokr' !important;
}
.searchComm .search_box .search_btn {
	background: url(../img/icon/bworld/ic_header_search.svg) center center/100%;
}
/* common | related search + popular search */
.searchComm .hits_top-word {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  padding-top: 30px;
  border-top: 2px solid #000000;
  justify-content: space-between;
}
.searchComm .hits_top-word_wrap {
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    overflow: hidden;
}
.searchComm .hits_top-word_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 10px;
}
.searchComm .hits_top-word_tit.type2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 125px;
  flex: 0 125px;
  padding-top:7px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.searchComm .hits_top-word_item.type2 {
  display: inline-block;
  padding: 7px 16px;
  width:auto;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #797979;
  border-radius: 20px;
  border: solid 1px #e4e4e4;
  background-color: #fff;
}
.searchComm .hits_top-word_item.fw-700 {
	font-weight:700;
}
/* common | popular search list */
.searchComm .search-content__popular {
	-webkit-box-flex: 0;
	-ms-flex: 0 276px;
	flex: 0 276px;
	position: relative;
	transition: 0.4s;
}
.searchComm .search-content__popular:hover .popular-list-open {
	width:300px;
	height: 100%;
	padding: 30px 23px;
	background: #fff;
	border: solid 1px #3617ce;
	border-radius: 12px;
	position: absolute;
	right: 0;
	top: -24px;
	min-height: 440px;
	overflow-y: auto;

}
.searchComm .search-content__popular:hover .popular-list-open .popular-list li {
	font-size: 14px;
	padding-bottom:15px;
	transition: 0.3s;
}
.searchComm .search-content__popular:hover .popular-list-open .popular-list li:last-child {
	padding-bottom:0;
}
.searchComm .search-content__popular:hover .popular-list-open .popular-list li a {
	text-decoration: none;
	font-size: 0;
}
.searchComm .search-content__popular:hover .popular-list-open .popular-list li:hover {
	transition: 0.4s;
}
.searchComm .search-content__popular .popular-number {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	margin-right: 12px;
	border-radius: 4px;
	background-color: #3617ce;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.searchComm .search-content__popular:hover .popular-list-open .popular-list li:hover .popular-number {
	background-color:#3617ce;
}
.searchComm .search-content__popular .popular-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 210px;
	font-size:18px;
	font-weight:500;
	line-height:1.3;
}
.searchComm .search-content__popular:hover .popular-list-open .popular-list li .popular-text {
	color:#797979;
	font-weight:400;
}
.searchComm .search-content__popular:hover .popular-list-open .popular-list li:hover .popular-text {
	color:#000;
	font-weight:700;
}
.searchComm .search-content__popular:hover .popular-list-open .popular-list li.active .popular-text {
	color:#000;
	font-weight:700;
}
.searchComm .search-content__popular:hover .popular-title {
	font-size: 14px;
	padding: 0 20px 10px;
	font-weight: 700;
 }
.searchComm .search-content__popular:hover .icon-popular {
	visibility: hidden;
 }
.searchComm .search-content__popular .popular-title {
	font-size: 0;
 }
.searchComm .search-content__popular .icon-popular {
	position: absolute;
	top: 7px;
	right: 0;
 }
.searchComm .search-content__popular .icon-popular::before {
	display: inline-block;
	content: '';
	background: url('../img/icon/bworld/ic-arrow-normal.svg') no-repeat;
	width: 20px;
	height: 20px;
	background-size: 100%;
}
.searchComm .search-content__popular .popular-list-open {
	padding-top:7px;
	height: 31px;
	overflow: hidden;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	z-index: 1;
 }
.searchComm .search-content__popular .popular-list li {
	font-size: 17px;
	letter-spacing: -0.28px;
	font-weight: 400;
	padding: 0 0 10px;
 }
.searchComm .search-content__popular .popular-list li a {
	display: block;
	font-size: 0px;
 }
/* [e]layer popup + page body common */

/* [s]header layer popup */
.modal.active.search_pop_wrap {
  top:113px;
  height:calc(100vh - 113px);
  background: rgba(0, 0, 0, 0.6);
}
.search_pop_box {
  position:fixed;
  z-index:60;
  top:113px;
  left:0;
  right:0;
  bottom:0;
  border-top:1px solid #ccc;
  pointer-events: auto;
  -webkit-transition: visibility 0.25s ease, opacity 0.25s ease, background-color 0.5s ease;
  transition: visibility 0.25s ease, opacity 0.25s ease, background-color 0.5s ease;
}
.search_pop_box .search_pop_body {
  position: absolute;
  top:0;
  width: 100%;
  min-width: 1320px;
  padding: 60px 0 15px;
  background: #f5f5f7;
}
.search_pop_box .search_pop_body .search_pop_inner {
  position:relative;
  width:1320px;
  margin:0 auto;
}
/* layer popup | input field */
.search_box.type2 {
	position:relative;
  width:100%;
  border-bottom:2px solid #3617ce;
}
.search_box.type2 .search_input {
	display:block;
  padding:17px 100px 10px 0;
  height:72px;
  line-height:44px;
  font-size:30px;
  font-weight:700;
  background:transparent;
  border-radius:0;
  font-family: 'roboto', 'notokr' !important;
}
.search_box.type2 .search_input::-webkit-input-placeholder {
  font-weight:500 !important;
}
.search_box.type2 .search_input:-moz-placeholder {
  font-weight:500 !important;
}
.search_box.type2 .search_input::-moz-placeholder {
  font-weight:500 !important;
}
.search_box.type2 .search_input:-ms-input-placeholder {
  font-weight:500 !important;
}
.search_box.type2 .search_input::placeholder {
  font-weight:500 !important;
}
.search_box.type2 .search_btn {
	display:block;
	position:absolute;
	top:10px;
  background: url('../img/icon/bworld/ic_header_search.svg') center center/100%;
  width:48px;
  height:48px;
  right:0;
  font-size:0;
}
/* layer popup | related search + popular search */
.search_pop_box .search_pop_cont .searchComm .hits_top-word {
  padding-top:0;
  border:0;
}
.search_pop_box .search_pop_cont .searchComm .hits_top-word.txt_l {
  text-align:left;
}
.hits_top-word_item.type2:before {
	content: "#";
	display: inline-block;
	margin-right: 2px;
}
.search_pop_box .search_pop_close {
  text-align:right;
  margin-top:60px;
}
.search_pop_box .search_pop_close .btn_close {
  padding:5px 0;
}
.search_pop_box .search_pop_close .btn_close:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon/bworld/ic_header_search_close.svg) no-repeat 0 -2px;
  background-size: 100%;
  background-size: 100%;
  margin-left:4px;
  vertical-align: middle;
 }
.search_pop_box .search_pop_close .btn_close .txt_close {
  display:inline-block;
  font-size:16px;
  font-weight:500;
  line-height:1.5;
}
/* layer popup | keyword list */
.searchComm .keyword-result.type1 {
  width: 100%;
  max-height: 252px;
  overflow-y: auto;
}
.searchComm .keyword-result.type1 li {
  padding: 8px 10px 8px 0;
}
.searchComm .keyword-result.type1 li:first-child {
	padding-top:0;
}
.searchComm .keyword-result.type1 li a {
	font-size: 18px;
	line-height: 1.44;
	letter-spacing: -0.45px;
	font-weight: normal;
	color: #303030;
}
.searchComm .keyword-result.type1 li strong {
  color: #3617ce;
  font-weight: 700;
}
/* [e]header layer popup */

/* [s]page body */
/* page body | search */
.searchComm .search_box {
  position: relative;
  margin: 0 auto;
  width: 600px;
}
.searchComm .hits_top {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #797979;
}

/* page body | auto complete */
.searchComm .search_box.active .auto_complete {
  display: block;
}
.searchComm .search_box.active .search_select_list {
  visibility: visible;
  opacity: 1;
}
.searchComm .search_box.active .search_input {
  border: 1px solid #3617ce;
  border-bottom: none;
  border-radius: 30px 30px 0 0;
  background: #ffffff;
  border-bottom: 0;
	color: #303030;
	font-size: 18px;
	font-weight: bold;
}
.searchComm .searchComm .search_box.active .search_input:focus {
  border: 1px solid #3617ce;
  border-bottom: 0;
}
.searchComm .auto_complete {
  display: none;
  overflow: hidden;
  position: absolute;
  width: 100%;
  max-height: 250px;
  padding: 0 24px 20px 40px;
  border: 1px solid #3617ce;
  border-top: none;
  border-radius: 0 0 30px 30px;
  background: #ffffff;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.searchComm .search_select_list {
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.searchComm .search_select_list li {
  padding: 4px 0 20px;
}
.searchComm .search_select_list li a {
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.45px;
  font-weight: normal;
  color: #303030;
}
.searchComm .search_select_list li strong {
  color: #3617ce;
  font-weight: bold;
}

/* page body | search results tab */
.searchComm .detail_tab-wrap {
	width: 100%;
}
.searchComm .detail_tab-wrap .detail_tab-header {
	padding-bottom: 13px;
	border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
}
.searchComm .detail_tab-wrap .detail-tab_link-wrap {
	background: #ffffff;
	z-index: 10;
	width: 1320px;
}
.searchComm .detail_tab-wrap .detail-tab_link {
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.searchComm .detail_tab-wrap .tab_link-btn {
	text-align: center;
	margin-right: 80px;
	line-height: 100%;
}
.searchComm .detail_tab-wrap.tabslide .tab_link-btn {
	width: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.searchComm .detail_tab-wrap .tab_link {
	font-size: 30px;
	display: inline-block;
	position: relative;
	text-align: center;
}
.searchComm .detail_tab-wrap .tab_link-txt {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.75px;
	display: inline-block;
	position: relative;
	vertical-align: baseline;
}
.searchComm .detail_tab-wrap .tab_link-btn.active .tab_link-txt {
	color: #3617ce;
}
.searchComm .detail_tab-wrap .tab_link-btn.active .tab_link:after {
	background-color: #3617ce;
	content: "";
	bottom: -13px;
	left: 0;
	position: absolute;
	height: 4px;
	width: 100%;
}
.searchComm .detail_tab-cont.page_tabs {
	padding-top: 30px;
}
.searchComm .detail_tab-wrap .detail_tab-item.active {
	display: block;
	visibility: visible;
}
.searchComm .detail_tab-wrap .page_tab-header {
	padding-bottom: 0;
}
.searchComm .detail_tab-cont.page_tabs .page-tab_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.searchComm .detail_tab-cont.page_tabs .page_tab_link-btn {
	margin-right: 20px;
	margin-bottom: 12px;
}
.searchComm .detail_tab-cont.page_tabs .page_tab_link {
	padding: 0px 18px;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	display: block;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: -0.45px;
	text-align: center;
	color: #000;
	border-radius: 18px;
}
.searchComm .detail_tab-cont.page_tabs .page_tab_link-btn .page_tab_link {
	border: 2px solid transparent;
	position: relative;
}
.searchComm .detail_tab-cont.page_tabs .page_tab_link-btn.active .page_tab_link {
	color: #3617ce !important;
	border-color: #3617ce;
}
.searchComm .detail_tab-cont.page_tabs .page_tab_link-btn.active .page_tab_link::after {
	content: unset;
	width: unset;
	position: unset;
	left: 0;
	top: 0;
	height: unset;
	border: unset;
	background-color: unset;
}

/* page body | no result */
.searchComm .search_no_result {
	padding-top: 60px;
}
.searchComm .search_no_result .none_info {
	padding-bottom: 90px;
}
.searchComm .search_no_result .none_info .txt6 {
	display: block;
	margin-top: 10px;
}
.searchComm .search_no_result .butn {
	margin-top: 40px;
}
.searchComm .search_suggestions {
	display: flex;
	padding-top: 40px;
	border-top: 1px solid #e4e4e4;
	justify-content: center;
}
.searchComm .search_suggestions .title_s2 {
	margin-right: 40px;
	white-space: nowrap;
}
.searchComm .search_suggestions .search_suggestions_items {
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
	row-gap: 10px
}
.searchComm .txt_search_return {
	display: inline-block;
	margin-top: 10px;
	border-bottom: 1px solid #797979;
	color: #797979;
	font-size: 14px;
	line-height: 20px;
}

/* page body | title common */
.searchComm .hits_section {
	padding-top: 120px;
}
.searchComm .hits_section .title_h3 {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	position: relative;
	padding-bottom: 50px;
	line-height: 1;
	font-size:48px;
	font-weight:700;
	letter-spacing:-1.2px;
}
.searchComm .hits_section .title_h3 strong {
	margin-left: 10px;
	padding: 2px 16px;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -0.6px;
	font-weight: 700;
	font-family: 'Roboto';
	color: #3617ce;
	border-radius: 22px;
	border: 2px solid #3617ce;
}
.searchComm .hits_section .title_h3 .more_link {
	position: absolute;
	top:37px;
	right: 0;
}

/* page body | more link */
.more_link {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.4px;
	color: #000;
}
.more_link:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../img/icon/bworld/ic-arrow-normal.svg') no-repeat -2px 0;
	background-size: 100%;
	transform: rotate(-90deg);
	margin-left: 2px;
}

/* page body | more btn */
.accordionbox-bottom-out {
  width: 100%;
  text-align: center;
}
.accordionbox-bottom-out .accordionbox-bottom_btn-type1 {
  display: inline-block;
  padding-right: 21px;
  margin-top: 29px;
  text-align: center;
  width: 100%;
}
.accordionbox-bottom-out .accordionbox-bottom_btn-type1 span {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -0.4px;
  color: #797979;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.accordionbox-bottom-out .accordionbox-bottom_btn-type1 span:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon/ic-arrow-normal.svg) 0 0/100%;
  margin-left: 1px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
/* ===== [e]검색(개인 + 기업) 공통 ===== */

/* ===== [s]검색(개인) ===== */
/* section | menu */
.searchComm .hits_sec2 .hits_location-list {
	margin-top: 0;
	border-top: 2px solid #000000;
}
.searchComm .hits_sec2 .hits_location-item {
	position: relative;
	display: block;
	padding: 30px 20px;
	border-bottom: 1px solid #e4e4e4;
}
.searchComm .hits_sec2 .hits_location-item a {
	display: flex;
	align-items: center;
	font-size:18px;
	line-height:26px;
	font-weight:500;
	color:#000;
}
.searchComm .hits_sec2 .hits_location-item button {
	margin-left:15px;
}
.searchComm .hits_sec2 .hits_location-item .word::after {
	content: '';
	display: inline-block;
	margin: 0 5px;
	width: 7px;
	height: 12px;
	background: url('../img/icon/bworld/ic-arr-sub.svg') no-repeat 0 -1px;
	background-size: 100%;
}

/* section | internet + Btv +  telephone + combined product + micro enterprise */
.rate_plan-item-wrap.type2 .rate_plan-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top:16px;
	padding: 41px 40px;
	width: 100%;
	height:auto;
	min-height: 160px;
	border-radius: 20px;
	border: 1px solid #e4e4e4;
	background-color: #ffffff;
	transition: 0.3s;
}
.rate_plan-item-wrap.type2 li:first-child {
	margin-top:0;
}
.rate_plan-item-wrap.type2 li:hover {
	border-color:#3617ce;
}
.rate_plan-item-wrap.type2 .rate_plan-box-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.rate_plan-item-wrap.type2 .rate_plan-txt {
	margin:0;
	font-size:16px;
	line-height:24px;
	letter-spacing: -0.4px;
	font-weight:400;
	color: #000000;
	text-align:center;
}
.rate_plan-item-wrap.type2 .rate_plan-txt2 {
	position:relative;
	font-size: 30px;
	line-height: 42px;
	letter-spacing: -0.75px;
}
.rate_plan-item-wrap.type2 .rate_plan-txt3 {
	margin-top:5px;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -0.45px;
	font-weight: 700;
	color: #000000;
	font-family: 'Roboto';
}
.rate_plan-item-wrap.type2 .rate_plan-txt4 {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -0.45px;
	font-weight: normal;
	color: #797979;
}
.rate_plan-item-wrap.type2 .rate_plan-txt2.arrow_r:after {
	background: url(../img/icon/bworld/ic-arrow-accordion.svg) -3px/cover no-repeat;
	content: "";
	display: inline-block;
	height: 32px;
	vertical-align: sub;
	width: 32px;
	transform: rotate(90deg);
}

/* section | extra service */
.sch_prod_wrap .prod_box.type2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px 24px;
}
.sch_prod_wrap .prod_box.type2 li {
	padding: 40px;
	border-radius: 12px;
	border: solid 1px #e4e4e4;
}
.sch_prod_wrap .prod_box.type2 li:hover {
	border-color: #3617ce;
	cursor: pointer;
	transition: 0.3s;
}
.sch_prod_wrap .prod_box.type2 li .prod_tit {
	display: flex;
	align-items: center;
	margin-bottom: 9px;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
}
.sch_prod_wrap .prod_box.type2 li .badge {
	margin-right: 8px;
}
.sch_prod_wrap .prod_box.type2 li .prod_txt {
	height: 48px;
	font-size: 16px;
	color: #797979;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	overflow: hidden;
}
.sch_prod_wrap .prod_box.type2 li .prod_price {
	margin-top: 12px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

/* section | settopBox */
.settopBox-wrap.type2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px 24px;
	margin-top: 16px;
}
.settopBox-wrap.type2 .settop-box {
	display: block;
	height: auto;
	padding: 30px;
	border-radius: 12px;
	border: solid 1px #e4e4e4;
}
.settopBox-wrap.type2 .settop-box .settop-box:hover {
	border-color: #3617ce;
}
.settopBox-wrap.type2 .settop-box .settop-tit {
	font-size: 30px;
	line-height: 42px;
	letter-spacing: -0.6px;
	font-weight: bold;
	text-align: center;
	display: block;
}
.settopBox-wrap.type2 .settop-box .settop-tit + .settop-txt {
	margin-top: 10px;
}
.settopBox-wrap.type2 .settop-box .settop-txt {
	font-size: 18px;
	color: #797979;
	text-align: center;
	line-height: 26px;
	letter-spacing: -0.4px;
	display: block;
	height:80px;
	overflow:hidden;
}
.settopBox-wrap.type2 .settop-box .settop-img {
	width: 160px;
	margin: 20px auto;
	overflow: hidden;
}
.settopBox-wrap.type2 .settop-box .settop-price {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: -0.35px;
	color: #797979;
	text-align: center;
	display: block;
}
.settopBox-wrap.type2 .settop-box .settop-price b {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.6px;
	font-weight: bold;
	color: #000000;
	margin-left: 2px;
	margin-right: 2px;
}

/* section | content */
.thumbnail-list.type2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px 24px;
}
.thumbnail-list.type2 li {
	position: relative;
	flex-shrink: 0;
	height: 100%;
	box-sizing: border-box;
}
.thumbnail-list.type2 li a {
	border-radius: 12px;
	display: block;
	position: relative;
	overflow: hidden;
}
.thumbnail-list.type2 li a img {
	width: 100%;
}

/* section | channel */
.hits_location.type2 {
	padding: 10px 40px;
	border-radius: 32px;
	border: solid 1px #e4e4e4;
}
.hits_location.type2 .hits_location-list {
	margin-top: 0;
	border-top: 0;
}
.hits_location.type2 .hits_location-item {
	position: relative;
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid #e4e4e4;
}
.hits_location.type2 .hits_location-item:last-child {
	border-bottom: 0;
}
.hits_location.type2 .hits_location-item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hits_location.type2 .hits_location-date {
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
	letter-spacing: -0.4px;
	color: #797979;
}
.hits_location.type2 .hits_location-txt {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: -0.4px;
	color: #222;
}
.hits_location.type2 .hits_location-txt2 {
	padding-left:4px;
	max-width:800px;
	word-wrap: break-word;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.hits_location.type2 .ch {
	min-width: 72px;
	height: 30px;
	display: inline-block;
	text-align: center;
	padding: 7px 16px;
	border-radius: 15px;
	border: solid 1px #3617ce;
	font-size: 14px;
	color: #3617ce;
	margin-right: 15px;
}

/* section | event */
.event-box-list.type2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 24px;
  margin-bottom: 0;
}
.event-box-list.type2 .event-box-list-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	position: relative;
}
.event-box-list.type2 .event-box-list-item a {
	display: block;
	border-radius: 12px;
	overflow: hidden;
}
.event-box-list.type2 .event-box-list-item img {
	width: 100%;
}

/* section | video guide */
.searchComm .sb_bd_box {
	border-top: 0;
	padding-top: 0;
}
.sb_bd_box .board_list-wrap.type2 {
	display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px 24px;
}
.sb_bd_box .board_list-wrap.type2 .board_list.guide {
	margin: 0;
	border: 1px solid #e4e4e4;
	border-radius: 6px;
	overflow: hidden;
}
.sb_bd_box .board_list-wrap.type2 .board_list.guide .guide_btn-wrap {
	border-radius: 0;
}
.sb_bd_box .board_list-wrap.type2 .board_list.guide .guide_btn-wrap .guide_btn {
	-webkit-box-flex: 1;
			-ms-flex: 1;
					flex: 1;
}
.sb_bd_box .board_list-wrap.type2 .board_list.guide .guide_btn-wrap .guide_btn:first-child {
	border-right: none;
}
.sb_bd_box .board_list-wrap.type2 .board_list.guide .guide_btn-wrap .guide_btn + .guide_btn {
	border-left: 1px solid #d9d9d9;
}
.sb_bd_box .board_list-wrap.type2 .board_list.guide .guide_btn-wrap .guide_btn .btn-txt:after {
	background: url('../img/icon/bworld/ic_arrow_right.svg') center/cover no-repeat;
	content: "";
	display: inline-block;
	height: 20px;
	vertical-align: sub;
	width: 20px;
}
.sb_bd_box .board_list-wrap.type2 .board_list.guide .search_word {
	color: #3617ce;
}
.sb_bd_box .board_list-wrap.type2 .board_list.guide .other_type {
	height: 304px;
}
.sb_bd_box .board_list-wrap.type2 .board_list.guide .other_type .other_type-txt {
	margin-bottom: 4px;
}
.sb_bd_box .board_list-wrap.type2 .board_list.guide .other_type .other_type-tit {
	margin-bottom: 20px;
}
.sb_bd_box .board_list-wrap.type2 .board_list-cont {
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	overflow: hidden;
	white-space: normal;
	min-height: 60px;
}
.sb_bd_box .none_wrap {
	border-bottom: none;
	border-top: none;
	padding: 20px 0 120px;
}
.sb_bd_box + .pagination_list-wrap {
	margin: 20px auto 0;
}

/* section | notice */
.searchComm .search_result-table table tbody td.type {
	padding-left: 20px;
}

/* section | self banner */
.self_banner.type1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	gap: 24px;
}
.self_banner.type1 .self-item {
	display: block;
	flex: 1 648px;
}

/* section | current exhibitions */
.schSwipe_Plan {
	width: 100%;
	height: 386px;
	position: relative;
}
.schSwipe_Plan .swiper-slide {
	padding-bottom: 55px;
	overflow: hidden;
}
.schSwipe_Plan .swiper-slide img {
  display: none;
  opacity: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 32px;
}
.schSwipe_Plan .swiper-slide-active img {
  display:block;
  opacity: 1;
}
.searchComm .swiper-pagination {
	position: relative;
	top: 0;
	bottom: 0;
	font-size: 0;
	width: auto;
}
.searchComm .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px) !important;
	width:10px;
	height:10px;
	border-radius:10px;
	background-color:#e4e4e4;
	opacity: 1;
}
.searchComm .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width:26px;
	background-color: #3617ce;
}
.searchComm .swiper-button {
	margin-top: -30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items:
	center;
	justify-content: center;
}
.searchComm .swiper-control {
	width: 22px;
	height: 22px;
	margin: 0 6px;
	background: url('../img/icon/bworld/ic_pause.png') 0 0/100%;
	z-index: 1;
	background-size: 22px 22px;
}
.searchComm .swiper-control.stop {
	background: url('../img/icon/bworld/ic_play.png') 0 0/100%;
	background-size: 22px 22px;
}

/* section | Gift */
.gt_ls_area.type2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px 24px;
}
.gt_ls_area.type2 .gt_box	{
	position:relative;
	padding:0 30px 30px 30px;
	width:100%;
	height: 304px;
	border: solid 1px #e4e4e4;
	border-radius:12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:
	center;
	-ms-flex-align: center;
	align-items: center;

 }
.gt_ls_area.type2 .gt_box:hover	{
	border-color: #3617ce;
}
.gt_ls_area.type2 .gt_box a {
	display:block;
	width: 100%;
}
.gt_ls_area.type2 .gt_box .gt_ls	{
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items:center;
	}
.gt_ls_area.type2 .gt_box .gt_ls .gt_ls_img 	{
	display: inline-block;
	width: 160px;
	height:auto;
	vertical-align: top;
	margin-top: 27px;
	flex-shrink: 0;
}
.gt_ls_area.type2 .gt_box .gt_ls .gt_ls_infor {
	display:inline-block;
	margin:30px 0 0 42px;
	text-align:left;
	box-sizing: border-box;
}
.gt_ls_area.type2 .gt_box .gt_ls .gt_ls_infor .flag {
	margin-top:12px;
	text-align: left;
	padding: 0;
	background: transparent;
}
.gt_ls_area.type2 .gt_box .gt_ls .gt_ls_infor .flag span	{
	display:inline-block;
	height:22px;
	margin:0 5px 7px 0;
}
.gt_ls_area.type2 .gt_box .gt_ls .gt_ls_infor .flag span img {
	height:22px;
}
.gt_ls_area.type2 .gt_box .gt_ls .gt_ls_infor .tit {
	font-size:30px;
	line-height:1.4;
	font-weight: 700;
	letter-spacing: -0.75px;
}
.gt_ls_area.type2 .gt_box .gt_ls .gt_ls_infor a > .tit {
	font-size:26px;
	line-height:30px;
	font-weight: 700;
	margin-bottom:6px;
}
.gt_ls_area.type2 .gt_box .gt_ls .gt_ls_infor .txt {
 font-size:18px;
  line-height:25px;
  margin-top:4px;
  color:#797979;
}
.gt_ls_area.type2 .gt_box .gt_ls .gt_ls_infor .des {
	font-size:1.0rem;
	color:#999999;
	line-height: 3rem;
}
.gt_ls_tag-wrap {
	position: absolute;
	top: 0;
	left: 32px;
}
.gt_ls_tag {
	display:inline-block;
	width:60px;
	height:56px;
	text-align:center;
	background-color:#ff404e;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gt_ls_tag .data-item {
	font-size:13px;
	line-height:20px;
	font-weight:500;
	color:#fff;
}
.gt_ls_tag .data-item .wbr {
	display:block;
}
.gt_ls_tag img {
	width:60px;
	height:57px;
}
.goods-noti {
	margin-top:12px;
}
.data-list .data-item {
	position:relative;
	padding-left:24px;
}

/* badge */
.bullet-reference .data-item::before {
	content:'';
	position: absolute;
	top: 1px;
	left: 0;
	width:24px;
	height:24px;
	background: url('../img/icon/bworld/ic-reference.svg') no-repeat;
	background-size:100%;
}

.badge.type_ml {
	display:inline-block;
	padding:2px 6px;
  height: fit-content;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius:4px;
  color:#fff;
  vertical-align: top;
}
.badge-wrap .badge19 {
	width: 32px;
	height: 32px;
	background: url('../img/image/bworld/badge-19.svg') no-repeat;
	background-size: 100%;
	position: absolute;
	top: 12px;
	right: 12px;
}

/* mark */
.goods-data {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap:8px;
}
.mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  gap:2px;
  padding:0 12px 0 8px;
  height:24px;
  border:1px solid #ff9710;
  border-radius:12px;
  text-align:center;
}
.mark .mark-text {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  font-size:13px;
  line-height:16px;
  font-weight:500;
  letter-spacing: -0.25px;
}
.accent-01.type-line {
	color:#3617ce;
	border-color:#3617ce;
	background-color:#fff;
}
.accent-02.type-line {
	color:#ff404e;
	border-color:#ff404e;
	background-color:#fff;
}

.accent-03.type-line {
	color:#ff9710;
	border-color:#ff9710;
	background-color:#fff;
}
.accent-04.type-line {
	color:#92c579;
	border-color:#92c579;
	background-color:#fff;
}
.accent-05.type-line {
	color:#019cdc;
	border-color:#019cdc;
	background-color:#fff;
}
.mark[class*=icon-]::before {
	content: "";
	display:inline-block;
	width:16px;
	height:16px;
}
.mark.icon-thunder::before {
	background:url('../img/icon/bworld/ic-thunder.svg') center center/100%;
}
.mark.icon-earth::before {
	background:url('../img/icon/bworld/ic-earth.svg') center center/100%;
}
.mark.icon-logo::before {
	background:url('../img/icon/bworld/ic-logo.svg') center center/100%;
}
.mark.icon-tv::before {
	background:url('../img/icon/bworld/ic-tv.svg') center center/100%;
}
.mark.icon-wifi::before {
	background:url('../img/icon/bworld/ic-wifi.svg') center center/100%;
}
/* ===== [e]검색(개인) ===== */

strong {
	font-weight: 700;
}

.fw_400 {
	font-weight: 400;
}

.fs18 {
	font-size:18px;
}

.point {
	color: #3617ce;
}

.txt-gary1 {
	color:#797979;
}

.txt-price-itm {
  color: #ff404e;
}

.num {
	font-family: 'Roboto';
}

.bg-blue {
	background-color:#3617ce;
}

.gray-bor {
 border: solid 1px #e4e4e4;
}

.hidden {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}

.dis-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.box-cell {
	position:relative;
	text-align:center;
}

.txt-l {
	text-align:left;
}

.txt-r {
	text-align:right;
}

.w-250 {
	width:250px;
}

.w-390 {
	width:390px;
}

.min_w250 {
	min-width: 250px;
}

.mt-5 {
	margin-top:5px;
}

.mt-12 {
	margin-top:12px;
}

.mt-16 {
	margin-top:16px;
}

.mt-20 {
	margin-top: 20px;
}

.ml-20 {
	margin-left:20px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-8 {
	padding-top:8px;
}