@charset "utf-8";

/* common */
body {
  overflow-x: hidden;
}
.img_wrap img {
  width: 100%;
  height: auto;
}
.tooltip {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url('../images/ico_tooltip.png') no-repeat center center;
  background-size: contain;
  position: relative;
  top: 2px;
  left: 5px;
  z-index: 100;
}
.tooltip.head {
  background-image: url('../images/ico_tooltip_head.png');
}
.tooltip span {
  display: block;
  position: absolute;
  top: calc(-300% + 5px);
  left: -1rem;
  z-index: 1000;
  white-space: nowrap;
  font-weight: 400;
  font-size: 0.75rem;
  padding: 0 0.7rem;
  line-height: 1.6rem;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0.8rem;
  display: none;
}
.tooltip span:before {
  content: ' ';
  position: absolute;
  top: 100%;
  left: calc(1rem - 1px);
  border-style: solid;
  border-width: calc(0.5rem + 1px);
  border-color: #e4e4e4 transparent transparent transparent;
}
.tooltip span:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 1rem;
  border-style: solid;
  border-width: 0.5rem;
  border-color: #fff transparent transparent transparent;
}

.db .top_area p {
  font-weight: 300;
  font-size: 0.95rem;
  padding: 0 1rem;
}
.db > .title_wrap {
  text-align: center;
  margin-bottom: 3rem;
}
.db > .title_wrap h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.db .db_form {
  margin-bottom: 8rem;
}
.db .db_form .sub_inner {
  display: flex;
  justify-content: space-between;
  margin-top: 1.6rem;
  padding-top: 1.6rem;
}
.db_form > .sub_inner > .input_wrap {
  display: none;
  position: relative;
  width: 100%;
  margin-top: 2rem;
}
.db_form > .sub_inner > .input_wrap input {
  background: #f4f4f4 url('../images/ico_search_blue.png') no-repeat center left
    1.5rem;
  border: 1px solid #e4e4e4;
  padding: 1.1rem 0 1.1rem 3.5rem;
  border-radius: 1.8rem;
  font-size: 1rem;
  width: 100%;
}
.db_form > .sub_inner > .input_wrap input::-ms-clear,
.db_form > .sub_inner > .input_wrap input::-ms-reveal {
  display: none;
}
.db_form > .sub_inner > .input_wrap input::-webkit-search-decoration,
.db_form > .sub_inner > .input_wrap input::-webkit-search-cancel-button,
.db_form > .sub_inner > .input_wrap input::-webkit-search-results-button,
.db_form > .sub_inner > .input_wrap input::-webkit-search-results-decoration {
  display: none;
}
.db_form > .sub_inner > .input_wrap input::placeholder {
  color: #999;
  font-size: 1rem;
}
.db_form > .sub_inner > .input_wrap button {
  width: 1.4rem;
  height: 1.4rem;
  background: #3889ff url('../images/ico_arrow_search.png') no-repeat center
    center;
  background-size: 40%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  /* display: none; */
}

.db .db_form .snb {
  width: 23%;
  position: relative;
  background: #fff;
}
.snb .basic > div,
.snb .snb_wrap > ul > li > div {
  box-sizing: border-box;
  padding: 1.1rem 8%;
  border: 1px solid #e4e4e4;
  border-top: 0;
}
.snb h4 {
  font-weight: 500;
  font-size: 1rem;
}
.snb .basic .title_wrap {
  display: flex;
  justify-content: space-between;
  background: #3889ff;
  color: #fff;
  border-radius: 0.625rem 0.625rem 0 0;
  border: 0 none;
}
.snb .basic .title_wrap h3 {
  font-weight: 500;
  font-size: 1.1rem;
}
.snb .basic .title_wrap button {
  color: inherit;
  font-size: 0.85rem;
}
.snb .basic .title_wrap .reset_btn i {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background: url('../images/ico_reset.png') no-repeat center center;
  background-size: contain;
}
.snb .basic .title_wrap .close_btn {
  display: none;
  width: 1rem;
  height: 1rem;
  background: url('../images/ico_close_header.png') no-repeat center center;
  background-size: contain;
}
.snb .basic .search_wrap h4 {
  margin-bottom: 0.5rem;
}
.snb .basic .search_wrap .input_wrap {
  position: relative;
  width: 100%;
}
.snb .basic .search_wrap .input_wrap input {
  background: #f9f9f9 url('../images/ico_search_blue.png') no-repeat center left
    0.625rem;
  border: 1px solid #e4e4e4;
  padding: 0.5rem 2rem;
  border-radius: 1.5rem;
  font-size: 0.85rem;
  width: 100%;
}
.snb .basic .search_wrap .input_wrap input::-ms-clear,
.snb .basic .search_wrap .input_wrap input::-ms-reveal {
  display: none;
}
.snb .basic .search_wrap .input_wrap input::-webkit-search-decoration,
.snb .basic .search_wrap .input_wrap input::-webkit-search-cancel-button,
.snb .basic .search_wrap .input_wrap input::-webkit-search-results-button,
.snb .basic .search_wrap .input_wrap input::-webkit-search-results-decoration {
  display: none;
}
.snb .basic .search_wrap .input_wrap input::placeholder {
  color: #999;
  font-size: 0.85rem;
}
.snb .basic .search_wrap .input_wrap button {
  width: 1.4rem;
  height: 1.4rem;
  background: #3889ff url('../images/ico_arrow_search.png') no-repeat center
    center;
  background-size: 40%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  /* display: none; */
}
.snb .basic .filter_selected {
  padding: 0.8rem 8%;
  display: none;
}
.snb .basic .filter_selected span {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 0.9rem;
  background: #e4e4e4;
  padding: 0.4rem 0.5rem;
  border-radius: 1rem;
  margin-right: 0.2rem;
  margin-bottom: 0.4rem;
}
.snb .basic .filter_selected span button {
  width: 0.75rem;
  height: 0.75rem;
  background: url('../images/ico_close.png') no-repeat center center;
  margin-left: 0.3rem;
  position: relative;
  top: -1px;
}

.snb .snb_wrap > ul .sub {
  display: none;
  position: relative;
}
.snb .snb_wrap > ul > li > .title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.snb .snb_wrap > ul > li > .title_wrap:hover{
    color: #3889ff;
}
.snb .snb_wrap > ul > li > .title_wrap i {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #fff url('../images/ico_arrow_filter.png') no-repeat center center;
  border-radius: 50%;
  border: 1px solid #000;
}
.snb .snb_wrap > ul > li > .title_wrap.on,
.snb .snb_wrap > ul > li > .title_wrap.back {
  background: #d7e7ff;
}
.snb .snb_wrap > ul > li > .title_wrap.on i {
  background: #3889ff url('../images/ico_arrow_filter_on.png') no-repeat center
    center;
  border-color: #3889ff;
}
.snb .apply_btn {
  /* display: none; */
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 8%;
  background: #3889ff;
  color: #fff;
  border: 1px solid #3889ff;
  border-radius: 0 0 0.625rem 0.625rem;
}
.snb .basic > div.filter_btn{
    border-top:none;
    background-color: #fff;
    margin-top:-20px;
}
.snb .apply_btn.top{
    padding:0;
    height: 50px;
    border-radius: 25px;
}

/* range slider */
.snb .filter_slider .sub {
  padding: 1.1rem 6%;
  z-index: 0;
}
.middle {
  position: relative;
  width: 80%;
  height: 4rem;
  margin: 1rem auto 0;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #d7e7ff;
  border-radius: 0.8rem;
  font-size: 12px;
  padding: 0.25rem 0.5rem;
  color: #000;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  display: none;
}
.irs--round .irs-handle {
  width: 1rem;
  height: 1rem;
  top: 30px;
  box-shadow: 0px 1px 1.68px 0.32px rgba(0, 0, 0, 0.25);
  border: 1px solid #f0f0f0;
  border-radius: 50%;
}
.irs--round .irs-line {
  background-color: #e4e4e4;
  height: 2px;
  top: 38px;
}
.irs--round .irs-bar {
  background-color: #3889ff;
  height: 2px;
  top: 38px;
}
.irs--round .irs-min,
.irs--round .irs-max {
  display: none;
}

/* checkbox filter */
.filter_cb .sub {
  width: 100%;
}
.filter_cb .sub > div {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-right: 2%;
}
.filter_cb .sub > div label {
  display: inline-block;
  text-align: center;
  line-height: 1.8rem;
  padding: 0 1rem;
  border-radius: 0.9rem;
  border: 1px solid #999;
  font-size: 0.875rem;
  background: #f9f9f9;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.filter_cb .sub > div label:hover{
    color:#016fd4;
}
.filter_cb input[type='checkbox'] {
  display: none;
}
.filter_cb input[type='checkbox']:checked + label {
  background: #3889ff;
  color: #fff;
  border-color: #3889ff;
}

/* checkbox depth filter */
.filter_cb_depth .sub {
  position: relative;
  padding: 0;
}
.filter_cb_depth .sub > div {
  padding: 0 8%;
  position: relative;
}
.filter_cb_depth .sub > div label {
  padding-left: 0.5rem;
  color: #555;
  font-weight: 500;
  user-select: none;
  -webkit-user-select: none;
}
.filter_cb_depth .sub > div label span {
  display: inline-block;
  width: 86%;
  padding: 1rem 0;
}
.filter_cb_depth input[type='checkbox'] {
  min-width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #ccc;
  appearance: none;
  cursor: pointer;
  background: #fff url('../images/ico_check_gray.png') no-repeat center center;
  position: relative;
  top: -1px;
}
.filter_cb_depth input[type='checkbox']:checked {
  background: #3889ff url('../images/ico_check_white.png') no-repeat center
    center;
  background-size: 50%;
  border-color: #3889ff;
}
.filter_cb_depth ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 100;
  background: #fff;
  border: 1px solid #e4e4e4;
  font-size: 0.9rem;
  padding: 0.3rem 0;
}
.filter_cb_depth ul li {
  padding-left: 1rem;
}
.filter_cb_depth .sub > div ul li label span {
  width: 70%;
  padding: 0.5rem 0;
}
.snb .snb_wrap > ul > .filter_cb_depth .sub {
  padding: 0;
}

#company .filter6 ul {
  width: 8rem;
}

#product .filter1 ul {
  width: 11rem;
}
#product .filter1 .indi_wrap.show ul {
  display: block;
}

.db form .content {
  width: 73.5%;
  position: relative;
}
.db .db_form .content .search_filter {
  position: absolute;
  top: -2.2rem;
  left: 0;
  display: none;
  font-size: 1rem;
  padding: 0.2rem 0.5rem;
  cursor: pointer;
}
.db .db_form .content .search_filter i {
  display: inline-block;
  width: 0.85rem;
  height: 0.85rem;
  background: url('../images/ico_filter.png') no-repeat center center;
  background-size: contain;
  margin-left: 0.4rem;
}
.db .db_form .content .snb.m_ver {
  display: none;
}
.sort_menu {
  display: block;
  position: absolute;
  top: -2.2rem;
  right: 0;
  font-size: 0.75rem;
}
.sort_menu .selected_item {
  font-weight: 500;
  padding: 0.2rem 0.5rem;
  cursor: pointer;
}
.sort_menu .selected_item i {
  display: inline-block;
  width: 0.6rem;
  height: 0.4rem;
  background: url('../images/ico_arrow_location.png') no-repeat center center;
  background-size: contain;
  margin-left: 0.4rem;
}
.sort_menu ul {
  width: 120%;
  position: absolute;
  top: calc(100% + 0.4rem);
  right: 0;
  z-index: 200;
  background: #fff;
  padding: 0.2rem 0.8rem;
  border: 1px solid #d3d3d3;
  border-radius: 0.625rem;
  display: none;
}
.sort_menu ul li a {
  padding: 0.5rem 0;
}
.sort_menu ul li a.selected {
  color: #3889ff;
}
.content_header tr {
  background: #f4f4f4;
  border-radius: 0.625rem 0.625rem 0 0;
}
.content_header tr th {
  padding: 1.2rem 0;
  font-weight: 500;
  font-size: 1.1rem;
  position: relative;
}
.content_header tr th:not(:last-of-type):after {
  display: block;
  content: '';
  width: 1px;
  height: 1rem;
  background: #999;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.content_header tr th:first-of-type {
  border-top-left-radius: 0.625rem;
  width: 25%;
}
.content_header tr th:last-of-type {
  border-top-right-radius: 0.625rem;
}
.content_list tr {
  border-bottom: 1px solid #e4e4e4;
}
.content_list tr:hover td a{
    color:#016fd4;
    cursor: pointer;
}
/* .content_list tr:last-of-type {
  border-bottom: 0;
} */
.content_list td {
  padding: 1.4rem 1rem;
  position: relative;
}
.content_list td:first-of-type {
  margin-left: 5%;
  padding: 1.4rem 1rem 1.2rem 4.1rem;
}
.content_list td:first-of-type i {
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  background: #ccc;
  margin-right: 0.5rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.content_list td:first-of-type span {
  display: inline-block;
  width: 100%;
}
.content_list td:not(:first-of-type) {
  text-align: center;
  width: 100%;
}
.content_list td:last-of-type {
  margin-right: 5%;
}

#about_contact > div {
  padding: 3rem 0;
}
.about_notice .corp_info_wrap {
  margin-bottom: 0;
}
.newsletter .content_wrap {
  height: 7.5rem;
  margin-top: 1rem;
  padding: 1.5rem;
}

#company .top_area,
#company_detail .top_area {
  background: url('../images/bg_top_company.png') no-repeat center center;
  background-size: cover;
}
#product .top_area,
#product_detail .top_area {
  background: url('../images/bg_top_product.png') no-repeat center center;
  background-size: cover;
}
.detail .top_area .sub_inner {
  position: relative;
}
.detail .top_area .sub_inner .info_wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.detail .top_area .sub_inner .img_wrap {
  width: 8rem;
  max-height: 6rem;
  overflow: hidden;
  border-radius: 0.3125rem 0.3125rem 1.5625rem 0.3125rem;
  margin-right: 2.5rem;
  flex-shrink: 0;
}
.detail .top_area .sub_inner .title_wrap h2 {
  margin-top: 0;
  line-height: 2.5rem;
}
.detail .top_area .sub_inner .title_wrap h2.kor {
  margin-bottom: 0.5rem;
}
.detail .top_area .sub_inner .title_wrap h2.eng {
  font-size: 1.2em;
  line-height: 1.2em;
}
.detail .top_area .sub_inner .title_wrap .corp_name {
  font-size:1.1rem;
}
.detail .top_area .sub_inner .title_wrap .corp_name h3 {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
}
.detail .top_area .sub_inner .title_wrap .corp_name h3:first-of-type {
  margin-right: 1rem;
}

.share_wrap {
  bottom: 0;
}
.share_wrap .share_btn {
  color: #fff;
}
.share_wrap .share_btn i {
  background-image: url('../images/ico_share1_white.png');
}

.detail .m_location .select_form a.disabled {
  pointer-events: none;
  background: #e4e4e4;
  color: #999;
}
.detail .m_location .select_form a.disabled > i {
  filter: grayscale(100%);
}

.detail * {
  word-break: keep-all;
}
.detail .update_info {
  display: block;
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 1rem;
}
.detail .contents > div > .sub_inner.bt {
  border-top: 1px solid #000;
  padding: 0;
  display: block;
}
.detail .contents > div > .sub_inner {
  display: flex;
  padding: 3.75rem 0;
}
.detail .contents > div > .sub_inner > h3 {
  width: 12rem;
  font-weight: 700;
  font-size: 1.3rem;
}
.detail .contents > div > .sub_inner > .content {
  width: calc(100% - 12rem);
  position: relative;
}
.detail .content li > span.tit_deco {
  display: inline-block;
  text-align: left;
  font-weight: 500;
  width: 9.3rem;
  padding: 0.35rem 0.1rem;
  background: #e4e4e4;
  text-align: center;
  border-bottom-right-radius: 0.625rem;
  margin-right: 1.875rem;
  flex-shrink: 0;
}
.detail .content li > span.tit_deco + p {
  padding: 0.35rem 0;
}
.detail .content li.not_txt > span.tit_deco + p {
  padding: 0;
}

.detail .with_info .content li {
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
}
.detail .with_info .content > h4 {
  font-weight: 700;
  font-size: 1.175rem;
  margin-bottom: 1.2rem;
}
.detail .with_info .content a {
  display: inline-block;
}
.detail .with_info .content .plus_text {
  display: block;
  font-size: 0.9rem;
  color: #999;
  margin-top: 0.2rem;
}
.detail .with_info .wrap img {
  width: 100%;
  height: auto;
}
.detail .with_info a.download {
  display: inline-block;
  padding: 0.2rem 0.7rem;
  border-radius: 5px;
  border: 1px solid #000;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: -0.15px;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
.detail .with_info a i {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.detail .with_info a.apple i {
  background: url('../images/ico_download1.png') no-repeat center center;
  background-size: contain;
}
.detail .with_info a.google i {
  background: url('../images/ico_download2.png') no-repeat center center;
  background-size: contain;
}
.detail .with_info a.window i {
  background: url('../images/ico_download3.png') no-repeat center center;
  background-size: contain;
}

.detail .with_box .content ul:first-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detail .with_box .content ul:first-child li {
  width: 31%;
  height: 9rem;
  box-sizing: border-box;
  padding: 2rem 1rem 0;
  margin-bottom: 1.25rem;
  background: #f4f4f4;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.detail .with_box .content ul:first-child li > span {
  font-size: 0.875rem;
  position: relative;
}
.detail .with_box .content ul:first-child li > span:after {
  display: block;
  content: '';
  height: 1px;
  width: 0.8rem;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: -0.7rem;
  transform: translateX(-50%);
}
.detail .with_box .content ul:first-child li > p {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1.5rem;
  word-break: break-all;
}
.detail .with_box .content ul:first-child li > p .plus_text {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.detail .with_box .content ul:nth-child(2) li {
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
}

.detail .with_list .content {
  width: 100%;
  overflow-x: auto;
}
.detail .with_list .content ul {
  display: inline-flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  padding: 2.2rem 1.5rem;
  border-radius: 0.625rem;
  background: #f4f4f4;
  position: relative;
}
.detail .with_list .content ul > li {
  padding: 0 1rem;
}
.detail .with_list .content ul > li .img_wrap {
  width: 10rem;
  height: 10rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}
.detail .with_list .content ul > li h4 {
  width: 10rem;
  text-align: center;
  font-weight: 500;
  margin: 0 0.5rem;
}
.detail .contents > .with_news > .sub_inner {
  padding-bottom: 4rem;
}
.detail .with_news .content .swiper {
  overflow: hidden;
}
.detail .with_news .content .news_list li a {
  padding: 1.5rem 0;
}
.detail
  .with_news
  .content
  .swiper
  > div
  > div:first-of-type
  ul
  li:first-child
  a {
  padding-top: 0.5rem;
}
.detail .swiper-pagination {
  width: 100%;
  display: none;
}
.detail .swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0 0.3rem;
}
.detail .swiper-pagination-bullet-active {
  background: #3889ff;
}
.detail .overflow .content::-webkit-scrollbar {
  height: 29px;
}
.detail .overflow .content::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: rgba(153, 153, 153, 0.5);
  border-radius: 20px;
  border: 12px solid #fff;
}
.detail .overflow .content::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.detail .pipeline li {
  line-height: 5rem;
}
.detail .pipeline ul {
  display: flex;
}
.detail .pipeline ul > li {
  width: 14.285714%;
  position: relative;
  text-align: center;
}
.detail .pipeline .title_list {
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.detail .pipeline .title_list > li {
  background: #e4e4e4;
  font-weight: 500;
}
.detail .pipeline .title_list > li:not(:last-child):after,
.detail .pipeline li:first-child:after {
  content: '';
  display: block;
  width: 1px;
  height: 0.95rem;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.detail .pipeline .title_list li:nth-child(1),
.detail .pipeline .title_list li:nth-child(2) {
  box-sizing: border-box;
  padding: 0 0.5rem;
}
.detail .pipeline ul:not(.title_list) li:nth-child(1),
.detail .pipeline ul:not(.title_list) li:nth-child(2) {
  box-sizing: border-box;
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
  background: #f4f4f4;
}
.detail .pipeline ul:not(.title_list) li:nth-child(1) {
  border-radius: 0.625rem 0 0 0.625rem;
}
.detail .pipeline ul:not(.title_list) li:nth-child(2) {
  border-radius: 0 0.625rem 0.625rem 0;
}
.detail .pipeline li[class^='stage'] {
  display: flex;
  align-items: center;
}
.detail .pipeline li > span {
  display: block;
  width: 100%;
  height: 1.8rem;
  background: #d6dbeb;
  position: relative;
}
.detail .pipeline li > span.complete {
  background: #45c380 url('../images/ico_pipeline_check.png') no-repeat center
    center;
}
.detail
  .pipeline
  li[class^='stage']:not(:nth-of-type(3))
  > span.complete:before {
  content: '';
  display: block;
  width: 1.15rem;
  height: 100%;
  background: url('../images/ico_pipeline_complete_before.png') no-repeat center
    center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: -0.5rem;
}
.detail .pipeline li > span.next {
  background-color: #016fd4;
}
.detail .pipeline li[class^='stage'] > span.next:before {
  content: '';
  display: block;
  width: 1.15rem;
  height: 100%;
  background: url('../images/ico_pipeline_next_before.png') no-repeat center
    center;
  background-size: 100% 100%;
  position: absolute;
  top: -0.02rem;
  left: -0.5rem;
}
.detail .pipeline li[class^='stage']:nth-of-type(3) > span.next:before {
  display: none;
}
.detail .pipeline li[class^='stage'] > span.next:after {
  content: '';
  display: block;
  width: 1.15rem;
  height: 100%;
  background: url('../images/ico_pipeline_next_after.png') no-repeat center
    center;
  background-size: 100% 100%;
  position: absolute;
  top: -0.02rem;
  right: -0.9rem;
  z-index: 100;
}
.detail .pipeline li:last-of-type > span {
  border-radius: 0 0.9rem 0.9rem 0;
}
.detail .pipeline .no_stage .stage3:after {
  content: '미확인';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #999;
}

.detail .url {
  color: #3889ff;
  text-decoration: underline;
  text-underline-position: under;
  word-break: break-all;
}

/* ======================================================== */

/* mediaquery */
@media screen and (max-width: 1575px) {
  .detail .with_list .content ul {
    padding: 2rem 1.3rem;
  }
  .detail .with_list .content ul > li {
    padding: 0.8rem;
  }
  .detail .with_list .content ul > li .img_wrap {
    width: 9.5rem;
    height: 9.5rem;
  }
  .detail .with_list .content ul > li h4 {
    width: 9.5rem;
  }
  .detail .pipeline li[class^='stage'] > span.next:before {
    top: 0rem;
  }
  .detail .pipeline li[class^='stage'] > span.next:after {
    top: 0rem;
  }
}
@media screen and (max-width: 1360px) {
  .filter_cb_depth .sub > div label span {
    width: 87%;
  }

  .detail .with_list .content ul > li {
    padding: 0.75rem;
  }
  .detail .with_list .content ul > li .img_wrap {
    width: 8.8rem;
    height: 8.8rem;
  }
  .detail .with_list .content ul > li h4 {
    width: 8.8rem;
  }
}
@media screen and (max-width: 1280px) {
  .filter_cb_depth .sub > div label span {
    width: 84%;
  }

  .detail .contents > div > .sub_inner > h3 {
    width: 10.5rem;
  }
  .detail .contents > div > .sub_inner > .content {
    width: calc(100% - 10.5rem);
  }
  .detail .with_list .content ul {
    padding: 1.5rem 0.9rem;
  }
  .detail .with_list .content ul > li .img_wrap {
    width: 7.8rem;
    height: 7.8rem;
  }
  .detail .with_list .content ul > li h4 {
    width: 7.8rem;
  }
}
@media screen and (max-width: 1152px) {
  .detail .with_list .content ul {
    padding: 1.2rem 0.7rem;
  }
  .detail .with_list .content ul > li {
    padding: 0.5rem;
  }
  .detail .with_list .content ul > li .img_wrap {
    width: 6.9rem;
    height: 6.9rem;
  }
  .detail .with_list .content ul > li h4 {
    width: 6.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .tooltip.head span {
    /* top: calc(-200% + 5px); */
    left: auto;
    right: -1rem;
  }
  .tooltip.head span:before {
    left: auto;
    right: calc(1rem - 1px);
  }
  .tooltip.head span:after {
    left: auto;
    right: 1rem;
  }

  .top_area{
    height:90px;
  }
  .detail .top_area .sub_inner .img_wrap{
    width: 6rem;
    max-height: 5rem;;
  }
  .detail .top_area .sub_inner .title_wrap h2{
    font-size:1.8rem;
    line-height: 1.8rem;
  }
  .db .db_form .sub_inner {
    display: block;
    padding-top: 0;
  }
  .db_form > .sub_inner > .input_wrap {
    display: block;
    margin-bottom: 2rem;
  }
  .db .db_form .snb {
    background: #f9f9f9;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 300px;
    height: 100%;
    z-index: 1000;
    overflow-y: scroll;
    display: none;
  }
  .db .db_form .snb.m {
    display: block;
  }
  .snb .basic .title_wrap {
    border-radius: 0;
    background: #fff;
    border-bottom: 1px solid #c3c3c3;
    align-items: center;
  }
  .snb .basic .title_wrap h3 {
    display: none;
  }
  .snb .basic .title_wrap .reset_btn {
    background: #3889ff;
    padding: 0.4rem 1rem;
    border-radius: 1rem;
  }
  .snb .basic .title_wrap .close_btn {
    display: inline-block;
  }
  .snb .basic .search_wrap {
    display: none;
  }
  .snb .snb_wrap > ul {
    padding: 1rem 0;
  }
  .snb .snb_wrap > ul > li {
    padding: 0.3rem 1.6rem;
  }
  .snb .snb_wrap > ul > li > div {
    padding: 1.1rem 5%;
  }
  .snb .basic > div.filter_btn{
    display:none;
  }
  .snb .basic > div,
  .snb .snb_wrap > ul > li > div {
    border: 0 none;
  }
  .snb .snb_wrap > ul > li > .title_wrap {
    background: #fff;
    border: 0 none;
  }
  .snb .apply_btn {
    display: block;
    /* position: fixed; */
    width: 90%;
    box-sizing: content-box;
    border: 0;
    margin: 2rem auto;
    background: #333;
    font-weight: 700;
    padding: 1rem 0;
    border-radius: 0;
  }

  .snb .snb_wrap > ul > .filter_cb_depth .sub {
    margin-top: 1rem;
    padding-bottom: 8rem;
  }
  #product .snb .snb_wrap > ul > .filter_cb_depth .sub {
    padding-bottom: 0;
  }
  .filter_cb_depth .sub > div {
    background: transparent !important;
  }
  .filter_cb_depth .sub > div label span {
    padding: 0.5rem 0;
  }
  .filter_cb_depth input[type='checkbox']:checked + label {
    color: #3889ff;
  }
  .filter_cb_depth ul {
    left: auto;
    right: 0;
    top: -100%;
    padding-right: 3rem;
  }
  .filter_cb_depth ul:before {
    content: ' ';
    position: absolute;
    left: calc(-1.2rem - 1px);
    border-style: solid;
    border-width: calc(0.6rem + 1px);
    border-color: transparent #e4e4e4 transparent transparent;
  }
  .filter_cb_depth ul:after {
    content: ' ';
    position: absolute;
    left: calc(-1.2rem + 1px);
    border-style: solid;
    border-width: 0.6rem;
    border-color: transparent #fff transparent transparent;
  }
  #company .filter6 .public_wrap:nth-of-type(2) {
    background: none;
  }
  #company .filter6 ul:before {
    top: calc(20% - 1px);
  }
  #company .filter6 ul:after {
    top: 20%;
  }
  #product .filter1 .public_wrap:nth-of-type(2) {
    background: none;
  }
  #product .filter1 .indi_wrap:nth-child(2) ul:before {
    top: calc(6.5% - 1px);
  }
  #product .filter1 .indi_wrap:nth-child(3) ul:before {
    top: calc(17.5% - 1px);
  }
  #product .filter1 .indi_wrap:nth-child(2) ul:after {
    top: 6.5%;
  }
  #product .filter1 .indi_wrap:nth-child(3) ul:after {
    top: 17.5%;
  }

  .db form .content {
    width: 100%;
  }
  .db .db_form .content .search_filter {
    display: block;
    top: -1.2rem;
  }
  .sort_menu {
    font-size: 1rem;
    top: -1.2rem;
  }
  .sort_menu .selected_item {
    font-weight: 400;
  }
  .db .db_form .content .content_wrap {
    overflow-x: scroll;
    overflow-y: auto;
    padding-top: 1rem;
  }
  .db .db_form .content .content_wrap table {
    width: 921px;
  }

  .detail .top_area .sub_inner .title_wrap h2.kor {
    margin-bottom: 0.7rem;
  }

  .detail .contents > div > .sub_inner {
    padding: 2rem 0;
  }
  .detail .intro2 .content li:last-child {
    display: block;
  }
  .detail .intro2 .content li:last-child .wrap {
    margin-top: 1.6rem;
  }
  .detail .with_box .content ul:first-child li > p {
    font-size: 1.125rem;
  }
  .detail .with_list .content ul > li .img_wrap {
    width: 5.25rem;
    height: 5.25rem;
  }
  .detail .with_list .content ul > li h4 {
    width: 5.25rem;
    font-size: 0.9rem;
  }

  .db_form .content_wrap.overflow {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .share_wrap {
    right: auto;
    left: 0;
  }

  .detail .top_area {
    height: 160px;
  }
  .detail .top_area .sub_inner {
    padding-bottom: 3rem;
  }
  .detail .top_area .sub_inner .img_wrap {
    width: 7rem;
    max-height: 7rem;
  }
  .detail .top_area .sub_inner .title_wrap {
    margin-top: 0.8rem;
  }
  .detail .top_area .sub_inner .title_wrap h2.kor {
    margin-right: 0.6rem;
    margin-bottom: 0.5rem;
  }
  .detail .contents > div > .sub_inner {
    display: block;
  }
  .detail .contents > div > .sub_inner > h3 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  .detail .contents > div > .sub_inner > .content {
    width: 100%;
  }
  .detail .content li > span.tit_deco {
    margin-right: 1rem;
  }
  .detail .with_info .content li {
    margin-bottom: 1.5rem;
  }
  .detail .with_box .content ul:first-child li {
    width: 48%;
  }
  .detail .with_box .content ul:first-child li > p {
    font-size: 1.25rem;
  }
  .detail .contents .with_list > .sub_inner:not(.bt),
  .detail .contents .pipeline > .sub_inner:not(.bt) {
    width: 95%;
    margin: 0;
    margin-left: auto;
  }
  .detail .contents > .with_list > .sub_inner > .content {
    overflow-x: auto;
  }
  .detail .with_list .content ul {
    padding: 1.6rem 1.3rem;
  }
  .detail .with_list .content ul > li {
    padding: 0.8rem;
  }
  .detail .with_list .content ul > li .img_wrap {
    width: 8rem;
    height: 8rem;
  }
  .detail .with_list .content ul > li h4 {
    width: 8rem;
  }
  .detail .with_list .content {
    display: inline-block;
    white-space: nowrap;
    max-width: 100%;
  }
  .detail .with_list .content ul {
    width: auto;
    display: inline-flex;
    white-space: normal;
  }
  .detail .pipeline .content {
    overflow-x: auto;
  }
  .detail .pipeline .content ul {
    min-width: 710px;
  }
  .detail .swiper-pagination {
    display: block;
  }
  .detail .contents > .with_news > .sub_inner > h3 {
    margin-bottom: 1rem;
  }
  .detail
    .with_news
    .content
    .swiper
    > div
    > div:first-of-type
    ul
    li:first-child
    a {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  #product .filter1 ul {
    width: 8.2rem;
  }
  #product .filter1 .indi_wrap:nth-child(2) ul:before {
    top: calc(5.5% - 1px);
  }
  #product .filter1 .indi_wrap:nth-child(3) ul:before {
    top: calc(12.5% - 1px);
  }
  #product .filter1 .indi_wrap:nth-child(2) ul:after {
    top: 5.5%;
  }
  #product .filter1 .indi_wrap:nth-child(3) ul:after {
    top: 12.5%;
  }
  .list_list li .wrap {
    width: 70%;
  }

  .newsletter .content_wrap {
    height: 11rem;
    margin-top: 1rem;
    padding: 1.5rem;
  }
  .newsletter .content_wrap .subscription {
    margin-top: 0;
  }

  .detail .top_area .sub_inner .title_wrap h2.eng {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .detail .with_box .content ul:first-child li {
    width: 100%;
  }
  .detail .with_list .content ul {
    padding: 1.5rem 0.8rem;
  }
}
@media screen and (max-width: 360px) {
  .share_wrap {
    position: absolute;
    gap: 0.5rem;
  }
  .filter_cb_depth ul {
    padding-right: 1rem;
  }
  #product .filter1 ul {
    width: 6.8rem;
  }

  .detail .top_area .sub_inner .img_wrap {
    width: 5.5rem;
    max-height: 5.5rem;
  }
  .detail .top_area .sub_inner .title_wrap h2 {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .detail .top_area .sub_inner .title_wrap h2.eng {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}
