<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header #gnb .menu li&gt;.tit {
  position: relative;
  padding: 0 22px;
  display: block;
  line-height: 78px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  float: left;
  cursor: pointer;
  top: 0;
  z-index: 100;
}

header.on #gnb .menu li&gt;.tit {
  color: #000;
}

@keyframes reveal {
  0% {
    -webkit-mask-position: 100%;
    opacity: 0;
  }

  100% {
    -webkit-mask-position: 0;
    opacity: 1;
  }
}

header h1 a {
  filter: grayscale(1) brightness(4);
}

.sub_top_visual {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  padding-top: 90px;
}

.sub_top_visual_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center !important;
  transform: scale(1.3);
  transition: transform 10s linear;
}

.sub_top_visual_bg.active {
  transform: scale(1) rotate(0.01deg);
}

.sub_top_visual .inner {
  height: 100%;
}

.sub_top_visual h2 {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  z-index: 2;
}

.sub_top_visual h2 {
  -webkit-mask-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 47.5%, rgba(0, 0, 0, 1) 52.5%);
  -webkit-mask-size: 200% 100%;
  animation: reveal 5s cubic-bezier(0.23, 1, 0.32, 1);
}

.com_title {
  text-align: center;
  padding: 70px 0 80px;
  margin-bottom: 20px;
}

.com_title h5 {
  position: relative;
  background: #2D96FF;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  padding: 0px 25px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 15px;
}

.com_title h2 {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 48px;
  font-weight: 500;
  color: #000;
}

.com_title h2.pd_tit {
  font-size: 37px;
  margin-top: 10px;
}

.com_title h2:after {
  content: "";
  position: absolute;
  top: 55px;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #000;
}

.com_desc {
  text-align: center;
  padding-bottom: 70px;
}

.com_desc p {
  word-break: keep-all;
  font-size: 26px;
  color: #000;
  font-weight: 300;
}

.com_title_v2&gt;div {
  display: inline-block;
}

.com_title_v2 h2:after {
  display: none;
}

section.technical_inquiry.contact .co101&gt;div {
  display: block;
  width: 70%;
  margin: 0 auto;
}

section.contact_tescom .txt * {
  font-weight: 400;
  line-height: 1.3;
  word-break: keep-all;
}

section.contact_tescom .txt .figure {
  position: absolute;
  left: 75%;
  top: -35%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 450px;
  height: 450px;
  z-index: 0;
}

section.contact_tescom {
  padding-bottom: 0;
}

section.contact_tescom .txt .figure img {
  -webkit-animation: rotate_image 60s linear infinite;
  animation: rotate_image 60s linear infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@keyframes rotate_image {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

section.contact_tescom .txt {
  width: 100%;
}

section.contact_tescom .txt .heading {
  font-size: 75px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -.15rem;
  text-align: left;
}

section.contact_tescom .txt .heading.htext02 {
  text-align: right;
}

section.contact_tescom .txt .desc {
  margin-top: 40px;
  font-size: 30px;
  text-align: center;
  font-weight: 400;
}

section.contact_tescom .txt_v2 {
  position: relative;
  padding: 0 160px;
  top: -50px;
}

section.contact_tescom .col .row .inner {
  font-size: 0;
}

section.contact_tescom .col .row .inner&gt;div {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

section.contact_tescom .col&gt;div {
  padding: 50px 0;
  box-sizing: border-box;
}

section.contact_tescom .col .fl {
  width: 100%;
  position: relative;
  background: #1a4ab9;
}

section.contact_tescom .col .fl .inner {
  font-size: 0;
}

section.contact_tescom .col .fr {
  width: 100%;
  background: #f7f9fb;
}

section.contact_tescom .fr .box dt {
  border-color: rgba(0, 0, 0, .5);
}

section.contact_tescom .col .fr h3&gt;div:after {
  display: none;
}

section.contact_tescom .col_v2 {
  margin-top: 200px;
}

section.contact_tescom .col h3 {
  display: block;
  position: relative;
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: 700;
}

section.contact_tescom .col h3 span {
  font-size: 54px;
  font-weight: 200;
}

section.contact_tescom .col .fr * {
  color: #000;
}

section.contact_tescom .col .fr .box {
  margin-bottom: 50px;
}

section.contact_tescom .col .fr .inner&gt;div:last-child {
  margin-bottom: 0;
}

section.contact_tescom .col h3&gt;div {
  display: inline-block;
  position: relative;
}

section.contact_tescom .col h3&gt;div:after {
  display: inline-block;
  content: "";
  clear: both;
  position: absolute;
  width: 181px;
  height: 205px;
  background: url('../images/bullet.png') no-repeat;
  background-size: cover;
  margin: -42px 0 0 147px;
  -webkit-transform: rotate(33deg);
  transform: rotate(33deg);
  -webkit-animation: bullet_33deg 30s infinite linear;
  animation: bullet_33deg 30s infinite linear;
  right: -130px;
  top: -70px;
  z-index: -1;
  display: none;
}

section.contact_tescom .col_v2 h3:after {
  -webkit-animation: bullet_393deg 30s infinite linear;
}

section.contact_tescom .col_v2 {
  font-size: 0;
}

section.contact_tescom .col_v2 .box {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
}

section.contact_tescom .box {
  width: 100%;
}

section.contact_tescom .box * {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}

section.contact_tescom .box dl {
  font-size: 0;
  margin-bottom: 10px;
}

section.contact_tescom .box dl * {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}

section.contact_tescom .box a {
  font-size: 17px;
}

section.contact_tescom .box dt {
  width: 20%;
  margin-right: 5%;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 2px 0;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .7);
  text-align: center;
  vertical-align: top;
}

section.contact_tescom .box dd {
  width: 75%;
}

@keyframes bullet_33deg {
  from {
    transform: rotate(33deg);
  }

  to {
    transform: rotate(393deg);
  }
}

@keyframes bullet_393deg {
  from {
    transform: rotate(393deg);
  }

  to {
    transform: rotate(33deg);
  }
}

section.contact_tescom .col h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}

body.search_result_ .main-lnb&gt;li:nth-child(2),
body.search_result_ .main-lnb&gt;li:nth-child(3),
body.search_result_ .main-lnb&gt;li:nth-child(4),
body.search_result2_ .main-lnb&gt;li:nth-child(2),
body.search_result2_ .main-lnb&gt;li:nth-child(3),
body.search_result2_ .main-lnb&gt;li:nth-child(4) {
  display: none;
}

body.search_result_ .main-lnb .one&gt;ul {
  display: none !important;
}

body.search_result_ #lnb .container&gt;ul&gt;li {
  background: none;
}

body.search_result_ .sub_top_visual_bg.sub4 {
  background: url(../images/sub/sub_search_bg.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}

body.search_result_ .search .search_wrap {
  width: auto;
  width: 100%;
  max-width: 680px;
  height: auto;
  position: static;
  top: auto;
  left: auto;
  margin: 0 auto 50px;
  overflow: auto;
}

body.search_result_ .search .search_wrap .box {
  position: static;
  left: auto;
  padding: inherit;
  transform: inherit;
}

body.about_tescom_stories_ .main-lnb .three {
  display: none;
}

.form_line {
  height: 40px;
}

.form_line .form_box {
  float: right;
  text-align: right;
  width: 650px;
  font-size: 0;
  padding-bottom: 40px;
}

.form_line .form_box input,
.form_line .form_box button,
.form_line .form_box input[type="button"],
.form_line .form_box input[type="reset"],
.form_line .form_box input[type="text"],
.form_line .form_box input[type="password"],
.form_line .form_box input[type="submit"],
.form_line .form_box input[type="search"],
.form_line .form_box input[type="tel"],
.form_line .form_box input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: none;
  outline: none;
}

.form_line .form_box&gt;div {
  display: inline-block;
  vertical-align: bottom;
}

.form_line .form_box&gt;.select {
  width: 25%;
  margin-right: 5%;
  border-bottom: 1px solid #b3b3b3;
}

.form_line .form_box&gt;.select select {
  position: relative;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  font-weight: 300;
  color: #007ede;
  padding-left: 10px;
  box-sizing: border-box;
  background: url('../images/common/arrow_down.svg') 95% center no-repeat;
}

.form_line .form_box&gt;.select select option {
  width: 100%;
  color: #222;
}

.form_line .form_box&gt;.search_wrap {
  width: 63%;
  border-bottom: 1px solid #b3b3b3;
  box-sizing: border-box;
}

.form_line .search_wrap {
  position: relative;
  height: auto;
}

.form_line .search_wrap input[type="search"] {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: 300;
  padding: 0 50px 0 0px;
  box-sizing: border-box;
}

.form_line .search_wrap input[type="search"]::placeholder {
  font-size: 16px;
  font-weight: 200;
  color: #b3b3b3;
}

.form_line .select {
  cursor: pointer;
  width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.form_line .search_wrap button {
  background: none;
  outline: none;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.form_line .search_wrap img {
  position: absolute;
  top: 10px;
  right: 10px;
}

.js_select_wrap {
  display: none;
  position: relative;
  width: 100%;
  height: 50px;
}

.js_select_wrap .js_select_v2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 300;
  color: #fff;
  font-size: 20px;
  z-index: -4;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #ddd;
  left: 0;
  right: 0;
  background-color: #007ede;
  background-position: 95% center;
  background-size: 17px;
  background-image: url(../images/sub/arr01.png);
  background-repeat: no-repeat;
}

.js_select_wrap select {
  width: 100%;
  height: 57px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../images/sub/arr01.png') 95% center no-repeat #007ede;
  background-size: 17px;
}

.js_select_wrap select option {
  text-align: center;
  background: #fff;
  color: #000;
}

.tab_header {
  padding-bottom: 70px;
}

.tab_header ul {
  display: flex;
  width: 80%;
  margin: 0 auto;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  font-size: 0;
}

.tab_header label {
  display: none;
}

.tab_header ul li.act {
  background: #007ede;
}

.tab_header ul li {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: auto;
  flex-grow: 1;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  transition: background 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
}

.tab_header ul li.act p {
  color: #fff;
}

.tab_header ul li p {
  font-size: 16px;
  color: #000;
  font-weight: 200;
  text-align: center;
  padding: 12px 0;
}

.tab_body&gt;div {
  position: relative;
  z-index: 2;
}

.pagination {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
  margin: 0 auto;
  display: block;
  position: relative;
  font-size: 0px;
}

.pagination a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 3px;
  font-size: 14px;
}

.pagination span.ico a {
  background: url("../images/sub/common_board_ico.png") 0px 0px no-repeat;
}

.pagination .first {
  display: inline-block;
  width: 7px;
  height: 13px;
  background: url("../images/common/right.svg") no-repeat;
  background-size: cover;
  vertical-align: -4px;
}

.pagination .first:hover {
  width: 7px;
  height: 13px;
  background: url("../images/common/right2.png") no-repeat;
  background-size: cover;
}

.pagination .last {
  display: inline-block;
  width: 8px;
  height: 13px;
  background: url("../images/common/left.svg") no-repeat;
  background-size: cover;
  vertical-align: -4px;
}

.pagination .last:hover {
  width: 8px;
  height: 13px;
  background: url("../images/common/left2.png") no-repeat;
  background-size: cover;
}

.pagination a {
  font-size: 14px;
  line-height: 32px;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.3);
  border-bottom: 3px solid transparent;
}

.pagination a.active,
.pagination a:hover {
  color: #007ede;
}

.pagination span.active a {
  color: #007ede;
  border-bottom: 3px solid #007ede;
}

.pagination a.ico {
  font-size: 20px;
}

.chartTable {
  display: table;
  width: 100%;
}

.chartTable_img {
  position: relative;
  vertical-align: top;
  height: auto;
  width: 12%;
  display: inline-block;
}

.chartTable_img img {
  width: 100%;
  position: relative;
  max-width: 138px;
}

.chartTable_wrap {
  width: 88%;
  padding-bottom: 30px;
  display: inline-block;
}

.chartTableRow {
  display: table-row;
  background: #f0f0f0;
  transition: background .3s ease;
}

.chartTableRow:nth-of-type(2n-1) {
  background: #f9f9f9;
}

.chartTable.type2 .question .chartTableCell.a {
  text-align: left;
  padding: 22px 20px;
  padding-left: 70px;
  font-size: 14px;
  position: relative;
  color: rgba(0, 0, 0, 0.75);
  width: 28%;
}

.chartTable.type2 .answer .chartTableCell.b,
.chartTable.type2 .question .chartTableCell.b {
  padding: 22px 20px;
  position: relative;
  text-align: left;
}

.chartTable.type2 .question .chartTableCell.b {
  cursor: pointer;
}

.chartTable.type2 .question .chartTableCell.a img {
  position: absolute;
  top: 32px;
  margin-top: -12px;
  margin-left: -35px;
}

.chartTable.type2 .answer .chartTableCell.a {
  text-align: left;
  padding: 22px 20px;
  padding-left: 70px;
  position: relative;
  width: 28%;
}

.chartTable.type2 .chartTableCell.a {
  width: 250px !important;
}

.chartTable.type2 .question .chartTableCell.b&gt;i {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 40px;
  height: 40px;
  transition: transform .3s ease;
}

.chartTable.type2 .question.open .chartTableCell.b&gt;i {
  transform: rotate(180deg);
}

.chartTable.type2 .question .chartTableCell.b&gt;i:after {
  content: "";
  position: absolute;
  width: 13px;
  left: calc(50% - 6px);
  top: calc(50% - 1.5px);
  height: 3px;
  background: rgba(0, 0, 0, .5);
  transition: background .3s ease;
}

.chartTable.type2 .question.open .chartTableCell.b&gt;i:after {
  background: #007EDE;
}

.chartTable.type2 .question .chartTableCell.b&gt;i:before {
  content: "";
  position: absolute;
  width: 13px;
  left: calc(50% - 6px);
  top: calc(50% - 1.5px);
  height: 3px;
  transform: rotate(90deg);
  background: rgba(0, 0, 0, .5);
  transition: transform .3s ease, background .3s ease;
}

.chartTable.type2 .question.open .chartTableCell.b&gt;i:before {
  transform: rotate(180deg);
  background: transparent;
}

.chartTable.type2 .chartTableCell.b {
  width: calc(100% - 250px) !important;
}

.chartTable.type2 .answer {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: height .2s ease 0s, visibility 0s .2s;
  background: rgba(0, 0, 0, 0.03);
}

.chartTable.type2 .answer.open {
  transition: height .2s ease 0s, visibility 0s 0s;
  visibility: visible;
  height: 445px;
}

.chartTable.type2 .answer .chartTableCell.a img {
  position: absolute;
  top: 32px;
  margin-top: -12px;
  margin-left: -35px;
}

.chartTable.type2 .answer .chartTableCell.b {
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
}

.chartTable.type2 .answer .chartTableCell.b::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  /* or add it to the track */
}

.chartTable.type2 .answer .chartTableCell.b::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.chartTable.type2 .answer .chartTableCell.b::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #007ede;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
}

.technical_inquiry .chartTableRow {
  display: flex;
}

.chartTableRow:nth-of-type(2n-1):hover,
.chartTableRow:hover {
  background: rgb(0, 126, 222, .1);
}

.technical_inquiry .chartTableRow:nth-of-type(2n-1) {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.technical_inquiry .chartTableCell {
  border-right: 0px;
}

.chartTableHeading {
  background-color: #eee;
  display: table-header-group;
}

.chartTableCell,
.divTableHead {
  font-size: 16px;
  font-weight: 300;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: table-cell;
  padding: 3px 10px;
  word-break: keep-all;
}

.chartTableCell:last-child,
.divTableHead:last-child {
  border-right: 0px;
}

.divTableHead {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background: #414447;
  color: #fff;
  line-height: 20px;
  text-align: center;
  padding: 22px 0px;
}

.chartTableCell {
  line-height: 20px;
  text-align: center;
  padding: 22px 0px;
}

.chartTableCell.half {
  width: 50%;
}

.chartTableCell&gt;span {
  width: 80px;
  background: #5e5b5a;
  font-weight: 300;
  color: #fff;
  padding: 3px 15px;
  font-size: 13px;
  margin-right: 10px;
  display: none;
}

.chartTableHeading {
  background-color: #eee;
  display: table-header-group;
  font-weight: bold;
}

.chartTableFoot {
  background-color: #eee;
  display: table-footer-group;
  font-weight: bold;
}

.chartTableBody {
  display: table-row-group;
}

.chartTable {
  border-top: 3px solid #f6bb42;
  border-bottom: 2px solid #c6c6c6;
}

.chartTable.type2 .chartTableCell:first-child {
  vertical-align: middle;
  padding: 0px;
}

.chartTableBody {
  display: table-row-group;
}

.chartTable {
  border-top: 3px solid #007ede;
  border-bottom: 2px solid #c6c6c6;
}

.chartTable.type2 .chartTableCell:first-child {
  vertical-align: middle;
  padding: 0px;
}

.brochureTable {
  font-size: 0px;
  margin: 0 auto;
  position: relative;
  border-bottom: 2px solid rgba(0, 0, 0, 0.8);
}

.brochureCell {
  display: inline-block;
  width: 25%;
  padding-bottom: 35px;
  vertical-align: middle;
}

.brochureCell p {
  padding-top: 20px;
  padding-left: 58px;
  padding-bottom: 25px;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 24px;
}

.brochureTable.type2 .brochureCell p {
  padding-left: 10%;
  padding-right: 10%;
  color: #000;
  height: 90px;
  box-sizing: border-box;
}

.brochureCell a.btn {
  margin-left: 156px;
}

.brochureCell .brochure {
  width: 330px;
  height: 270px;
  position: relative;
}

.brochureCell .brochure .cover {
  width: 200px;
  height: 256px;
  position: absolute;
  left: 60px;
  top: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.03);
}

.brochureTable.type2 .brochureCell .brochure {
  width: 100%;
  height: 200px;
}

.brochureTable.type2 .brochureCell .brochure .cover {
  width: 80%;
  left: 10%;
  background-position: center center;
  height: 100%;
}

.brochureCell .brochure .cover_bg {
  width: 330px;
  height: 270px;
  position: relative;
  background: url("../images/sub/data_center_img1.png");
}

.brochureCell .brochure .tag {
  position: absolute;
  line-height: 30px;
  font-size: 14px;
  padding: 0px 15px;
  font-weight: 500;
  letter-spacing: -0.03em;
  z-index: 2;
  left: 42px;
  top: 18px;
  background: #f6bb42;
  color: #222;
}

.brochureCell a.btn,
.chartTableCell a.btn {
  line-height: 34px;
  font-size: 13px;
  font-weight: 400;
  padding: 0px 20px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #007ede;
  transition: color 0.3s ease, background 0.3s ease;
}

.brochureCell a.btn:hover,
.chartTableCell a.btn:hover {
  line-height: 34px;
  font-size: 13px;
  font-weight: 400;
  padding: 0px 20px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #007ede;
  color: #fff;
}

.chartTableCell div.btn {
  background: #222;
  line-height: 34px;
  font-size: 13px;
  font-weight: 400;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.75) !important;
  ;
  width: 80px;
}

.chartTableCell .btn.enable {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #007ede;
  color: #fff;
}

.chartTableRow.done {
  background: rgba(0, 0, 0, 0.1) !important;
}

.chartTableRow.done * {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* com_sub end */
.sub_top_visual_bg.sub1 {
  background: url(../images/sub/tescom_sub_bg1.png) no-repeat;
  background-size: cover;
}

.sub_top_visual_bg.sub2 {
  background: url(../images/sub/tescom_sub_bg2.png) no-repeat;
  background-size: cover;
}

.sub_top_visual_bg.sub3 {
  background: url(../images/sub/tescom_sub_bg3.png) no-repeat;
  background-size: cover;
}

.sub_top_visual_bg.sub4 {
  background: url(../images/sub/tescom_sub_bg4.png) no-repeat;
  background-size: cover;
}

.sub_top_visual_bg.sub5 {
  background: url(../images/sub/tescom_sub_bg5.png) no-repeat;
  background-size: cover;
}

.tab {
  position: relative;
}

.tab .selected {
  display: none;
}

.tab.multi ul {
  display: block;
  width: 100%;
  border: none;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.tab.multi ul li {
  height: 55px;
  vertical-align: middle;
  background: #fff;
  border-left: none;
  display: block;
  float: left;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.tab.multi ul.col-06 li {
  width: 20%;
}

.tab&gt;ul&gt;li a {
  display: block;
  height: 100%;
  line-height: 54px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  transition: all .3s ease;
}

.tab&gt;ul&gt;li:hover&gt;a,
.tab&gt;ul&gt;li.on a {
  position: relative;
  color: #fff;
  background: #007ede;
}

.btn_v2 {
  position: relative;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 0 0px 35px;
}

.btn_v2 .btn_v2_line {
  content: "";
  position: absolute;
  width: 65px;
  height: 2px;
  left: 0;
  background-color: #007ede;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.33s;
  transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.33s;
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.33s;
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.33s,
    -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.33s;
  will-change: transform;
}

.btn_v2 svg {
  height: 16px;
  width: 41px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.btn_v2 svg .st0 {
  stroke: #007ede;
  fill: none;
  stroke-width: 6px;
}

.btn_v2 polyline {
  stroke-dasharray: 55;
  stroke-dashoffset: 55;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_v2 line {
  stroke-dasharray: 140;
  stroke-dashoffset: 140;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn_v2:hover .btn_v2_line {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.btn_v2:hover polyline {
  stroke-dashoffset: 0;
  -webkit-transition: 0.3s 0.4s;
  transition: 0.3s 0.4s;
}

.btn_v2:hover line {
  stroke-dashoffset: 0;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}

.btn_v2:hover .btn_v2_text_wrapper {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0, 1) 0.5s;
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0, 1) 0.5s;
  transition: transform 1s cubic-bezier(0, 0, 0, 1) 0.5s;
  transition: transform 1s cubic-bezier(0, 0, 0, 1) 0.5s,
    -webkit-transform 1s cubic-bezier(0, 0, 0, 1) 0.5s;
}

.btn_v2_text_wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding-left: 20px;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0, 1) 0.15s;
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0, 1) 0.15s;
  transition: transform 1s cubic-bezier(0, 0, 0, 1) 0.15s;
  transition: transform 1s cubic-bezier(0, 0, 0, 1) 0.15s,
    -webkit-transform 1s cubic-bezier(0, 0, 0, 1) 0.15s;
}

.btn_v2_text {
  display: inline-block;
  line-height: 1;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: normal;
  color: #007ede;
}

section {
  padding-bottom: 100px;
}

section.organization_chart {
  text-align: center;
}

section.organization_chart h3 {
  margin-top: 80px;
  font-size: 26px;
  color: #000;
  font-weight: 200;
}

section.organization_chart .img_box {
  margin-top: 100px;
  margin-bottom: 155px;
}

section.organization_chart .img_box img {
  width: 100%;
  max-width: 1240px;
}

section.newsrooms .tab_header ul li {
  width: 100%;
}

section.newsrooms .div_tab&gt;ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 70px;
  width: 100%;
}

section.newsrooms .div_tab&gt;ul&gt;li:hover .thumb {
  border-color: #007ede;
  box-sizing: border-box;
}

section.newsrooms .div_tab&gt;ul&gt;li:hover h6 {
  color: #007ede;
}

section.newsrooms .div_tab&gt;ul li h6 {
  padding-top: 20px;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: -0.03em;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}

section.newsrooms .div_tab&gt;ul li .thumb {
  border: 1px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  overflow: hidden;
  height: 18vw;
  max-height: 250px;
  transition: border 0.5s ease;
}

section.newsrooms .div_tab&gt;ul li:hover .thumb&gt;div {
  filter: grayscale(1) brightness(0.75);
  transform: scale(1.1);
}

section.newsrooms .div_tab&gt;ul li .thumb&gt;div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  transition: transform 0.5s ease, filter 0.5s ease;
}

section.newsrooms .div_tab&gt;ul li .memo {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 300;
  color: rgba(0, 0, 0, .5);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}

section.newsrooms .div_tab&gt;ul li .date {
  padding-top: 35px;
  font-size: 14px;
  color: #222;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0em;
  opacity: .75;
}

section.newsrooms .tab_body&gt;div.act {
  position: relative;
  z-index: 2;
  visibility: visible;
  top: 0 !important;
}

section.newsrooms .tab_body&gt;div {
  position: absolute;
  top: 0;
  z-index: 1;
  visibility: hidden;
}

section.datasheet .tab_header ul {
  width: 100%;
}

section.technical_inquiry .co101 {
  font-size: 0;
  margin-top: 80px;
  margin-bottom: 100px;
}

section.technical_inquiry_v2 .co101 {
  margin-top: 0;
}

section.technical_inquiry .co101&gt;div {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

section.technical_inquiry .co101 h4 {
  font-size: 24px;
  font-weight: 400;
}

section.technical_inquiry .co101 img {
  display: inline-block;
  margin: 35px 0 40px;
}

section.technical_inquiry .co101 .img {
  margin: 0 0 40px;
}

section.technical_inquiry .co101 dl {
  font-size: 0;
  font-weight: 300;
  margin-bottom: 10px;
}

section.technical_inquiry .co101 dt {
  width: 20%;
}

section.technical_inquiry .co101 dd {
  width: 80%;
}

section.technical_inquiry .co101 dl a {
  color: #000;
}

section.technical_inquiry .co101 dl * {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

section.technical_inquiry form .inp_form {
  position: relative;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0 0 30px;
}

section.technical_inquiry form .character-counter {
  display: none;
}

section.technical_inquiry form input {
  font-weight: 300;
}

section.technical_inquiry form label {
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: 200;
  cursor: text;
  -webkit-transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  text-align: initial;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}

section.technical_inquiry form label.active {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #fff;
}

section.technical_inquiry form input[type="text"]:not(.browser-default),
section.technical_inquiry form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: border 0.3s, -webkit-box-shadow 0.3s;
  transition: border 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
}

section.technical_inquiry form input[type="text"]:not(.browser-default):disabled,
section.technical_inquiry form input[type="text"]:not(.browser-default)[readonly="readonly"],
section.technical_inquiry form textarea:disabled,
section.technical_inquiry form textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

section.technical_inquiry form input[type="text"]:not(.browser-default):disabled+label,
section.technical_inquiry form input[type="text"]:not(.browser-default)[readonly="readonly"]+label,
section.technical_inquiry form textarea:disabled+label,
section.technical_inquiry form textarea[readonly="readonly"]+label {
  color: rgba(0, 0, 0, 0.42);
}

section.technical_inquiry form input[type="text"]:not(.browser-default):focus:not([readonly]),
section.technical_inquiry form textarea:focus:not([readonly]) {
  border-bottom: 1px solid #007ede;
  -webkit-box-shadow: 0 1px 0 0 #007ede;
  box-shadow: 0 1px 0 0 #007ede;
}

section.technical_inquiry form input[type="text"]:not(.browser-default):focus:not([readonly])+label,
section.technical_inquiry form textarea:focus:not([readonly])+label {
  color: #007ede;
  font-weight: 300;
}

section.technical_inquiry form input[type="text"]:not(.browser-default)+label:after,
section.technical_inquiry form textarea+label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-out, 0.2s color ease-out;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

section.technical_inquiry form textarea {
  height: 175px;
  font-weight: 300;
  padding: 20px 0;
  box-sizing: border-box;
}

@keyframes stroke {
  0% {
    stroke: #000;
    stroke-width: 2px;
    stroke-dashoffset: 803px;
  }

  100% {
    stroke-dashoffset: 0px;
  }
}

@keyframes reveal {
  0% {
    -webkit-mask-position: 100%;
    opacity: 0;
  }

  100% {
    -webkit-mask-position: 0;
    opacity: 1;
  }
}

section.technical_inquiry .form_wrap .ck_custom {
  position: relative;
  height: 20px;
}

section.technical_inquiry .form_wrap input[type="checkbox"] {
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: -2px;
  left: -3px;
  cursor: pointer;
}

.form_area_v2 input[type="checkbox"]+label {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  color: #777;
  cursor: pointer;
}

.form_area_v2 input[type="checkbox"]+label&gt;span {
  display: inline-block;
  background: url(../images/sub/ck_icon.svg) no-repeat;
  background-size: auto;
  background-position: center;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  vertical-align: -2px;
  border: 1px solid #999;
}

.form_area_v2 input[type="checkbox"]:checked+label&gt;span {
  background: url(../images/sub/ck_icon.svg) no-repeat #007ede;
  background-size: auto;
  background-position: center;
  border: 1px solid #007ede;
}

.from_link .link {
  display: block;
  width: 100%;
  color: #2D96FF;
  font-size: 15px;
  margin-top: 20px;
}

section.technical_inquiry .form_area_v2.from_link {
  height: auto;
}

.form_area_v2.from_link .ck_custom {
  float: none;
  position: static;
  left: 0;
  display: inline-block;
  vertical-align: top;
}

section.technical_inquiry form .from_link label {
  position: static;
}

.form_area_v2 .ck_custom {
  float: left;
}

section.tescom_stories .contents1 {
  position: relative;
}

section.tescom_stories .contents1 h3 {
  position: relative;
  font-size: 36px;
  color: #000;
  line-height: 58px;
  font-weight: 200;
  letter-spacing: -0.05em;
}

section.tescom_stories .contents1 h3 span {
  color: #007ede;
  font-weight: 300;
}

section.tescom_stories .contents1 h3 b {
  font-weight: 400;
}

section.tescom_stories .contents1 .img_box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-top: 50px;
}

section.tescom_stories .contents1 .img_box_text {
  position: absolute;
  left: -100px;
  bottom: 52px;
  font-size: 18px;
  color: #a6afbe;
  font-weight: 200;
  transform: rotate(-90deg);
}

section.tescom_stories .contents1 .text_box {
  display: inline-block;
  vertical-align: top;
  width: 690px;
  margin-left: 100px;
  padding-top: 50px;
}

section.tescom_stories .contents1 .text_box p {
  margin-top: 40px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: -0.025em;
  color: #292929;
  word-break: keep-all;
}

section.tescom_stories .contents1 .text_box p:nth-child(1) {
  margin-top: 0;
}

section.tescom_stories .contents1 .text_box p:last-child {
  color: #66758D;
  font-size: 18px;
  font-weight: 400;
}

section.tescom_stories .contents1 .text_box p:last-child img {
  display: inline-block;
  margin-left: 15px;
  vertical-align: -2px;
}

section.tescom_stories .contents1 .right_img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin-top: 168px;
  padding-top: 105px;
  height: 506px;
  background: url(../images/sub/tescom_stories_shape1.png) no-repeat;
  max-width: 612px;
  background-position-y: 105px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

section.product_common_list {
  position: relative;
  vertical-align: top;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0px 20px;
  box-sizing: border-box;
  font-size: 0px;
}

section.product_common_list .category_box {
  position: relative;
  z-index: 20;
  width: 77%;
  padding: 0px 25px 0px 13px;
  box-sizing: border-box;
  margin-left: 23%;
  margin-top: 70px;
  margin-bottom: 40px;
  display: flex;
}

section.product_common_list .category_box .select_box {
  width: 300px;
  cursor: pointer;
  margin-right: 7px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

section.product_common_list .category_box .select_box:last-child {
  margin-right: 0;
}

section.product_common_list .category_box .select_box label {
  font-size: 15px;
  cursor: pointer;
  font-weight: 300;
  padding-left: 15px;
  color: #222;
  line-height: 50px;
}

section.product_common_list .category_box .select_box label svg {
  position: absolute;
  right: 13px;
  top: 20px;
  transition: transform .3s ease;
}

section.product_common_list .category_box .select_box:first-child {
  z-index: 2;
}

section.product_common_list .category_box .select_box.open label svg {
  transform: rotate(90deg);
}

section.product_common_list .category_box .select_box ul {
  position: relative;
  display: none;
  overflow: hidden;
  width: calc(100% + 1px);
  margin-left: -1px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0px 10px 15px rgb(0, 0, 0, 0.1);
}

section.product_common_list .category_box .select_box ul li {
  cursor: pointer;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: background .2s ease;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  line-height: 20px;
  font-size: 13px;
  display: block;
  transition: color .2s ease;
}

/* 2022-06-27ì¶”ê°€ css */
section.product_common_list .category_box {
  margin-bottom: 20px;
}

section.product_common_list .product_items .counter {
  font-size: 16px;
  margin-bottom: 25px;
  color: #999;
  font-weight: 300;
}

section.product_common_list .product_items .counter&gt;span {
  color: #007ede;
  font-weight: 700;
}

section.product_common_list .product_items ul {
  transition: opacity .2s ease;
}

section.product_common_list .product_items ul.blink {
  opacity: 0;
}

/* 2022-06-27ì¶”ê°€ css */
section.product_common_list .category_box .select_box ul li input[type='checkbox'] {
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
  background: #fff;
  outline: none;
}

section.product_common_list .category_box .select_box ul li input[type='checkbox']+span {
  position: relative;
  z-index: 2;
  display: block;
  padding-left: 32px;
}

section.product_common_list .category_box .select_box ul li input[type='checkbox']:checked {
  box-shadow: 0 0 0 3px #fff inset;
  border-color: #007ede;
  background: #007ede;
}

section.product_common_list .category_box .select_box ul li input[type='checkbox']:checked+span {
  color: #007ede;
}

section.product_common_list .category_box .select_box ul li:hover {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 1);
}

section.product_common_list .category {
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
  position: relative;
  vertical-align: top;
  width: 23%;
  font-size: 0px;
  display: inline-block;
  box-sizing: border-box;
  padding-right: 1%;
}

section.product_common_list .product_items {
  padding-left: 1%;
  vertical-align: top;
  width: 77%;
  display: inline-block;
  box-sizing: border-box;
}

section.product_common_list .category .wrap {
  margin-bottom: 50px;
  margin-top: -83px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin-right: 1%;
  position: relative;
}

section.product_common_list .category .wrap ul li {
  vertical-align: top;
  position: relative;
}

section.product_common_list .category .wrap ul li input[type="checkbox"] {
  width: 20px;
  cursor: pointer;
  -webkit-appearance: none;
  height: 20px;
  position: absolute;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

section.product_common_list .category .wrap ul li input[type="checkbox"]::after {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  content: "";
  display: block;
}

section.product_common_list .category .wrap ul li input[type="checkbox"]:checked::after {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 4px;
  top: 4px;
  border: 0px;
  background: #007ede;
  content: "";
  display: block;
}

section.product_common_list .category .wrap ul li input[type="checkbox"]:checked::before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid #007ede;
  content: "";
  display: block;
}

section.product_common_list .category .wrap ul li input[type="checkbox"]:checked+label {
  color: #007ede;
}

section.product_common_list .category .wrap ul li input[type="checkbox"]:disabled::after {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 4px;
  top: 4px;
  border: 0px;
  background: rgba(127, 127, 127, 0.7);
  content: "";
  display: block;
}

section.product_common_list .category .wrap ul li input[type="checkbox"]:disabled::before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid rgba(127, 127, 127, 0.9);
  content: "";
  display: block;
}

section.product_common_list .category .wrap ul li input[type="checkbox"]:disabled+label {
  color: rgba(127, 127, 127, 0.9);
  cursor: no-drop;
}

section.product_common_list .category .wrap ul li input[type="checkbox"]:disabled {
  cursor: no-drop;
}

section.product_common_list .category .wrap ul li label {
  font-size: 14px;
  font-weight: 300;
  padding-top: 2px;
  display: inline-block;
  line-height: 19px;
  vertical-align: top;
  padding-left: 40px;
  word-break: keep-all;
  padding-right: 10px;
  box-sizing: border-box;
}

section.product_common_list .category .wrap&gt;ul {
  padding: 30px 15px;
}

section.product_common_list .category .wrap .filter_reset_btn {
  position: absolute;
  right: 0px;
  top: 26px;
  text-decoration: underline;
  cursor: pointer;
  background-color: transparent;
  outline: 0 none;
  border: 0 none;
  font-size: 14px;
  font-family: "Montserrat", "NotoSansKR";
  z-index: 1;
  font-weight: 400;
}

section.product_common_list .category .wrap ul li ul {
  padding-left: 31px;
  margin-left: 12px;
  margin-top: 17px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

section.product_common_list .category .wrap ul li,
section.product_common_list .category .wrap ul li ul li {
  padding-bottom: 17px;
}

section.product_common_list .category .wrap ul li:last-child,
section.product_common_list .category .wrap ul li ul li:last-child {
  padding-bottom: 0px;
}

section.product_common_list .product_items ul {
  font-size: 0px;
}

section.product_common_list .product_items&gt;ul {
  padding-bottom: 100px;
}

section.product_common_list .product_items&gt;ul&gt;li {
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  visibility: visible;
  cursor: pointer;
  width: 300px !important;
  height: auto !important;
  margin: 0 1% 1% 0 !important;
  box-sizing: border-box;
  min-height: 300px;
  background: #f5f5f5;
  transition: background 0.3s ease;
}

section.product_common_list .product_items ul li.hide {
  display: none;
}

section.product_common_list .product_items ul li:hover {
  background: #007ede;
}

section.product_common_list .product_items ul li .product_img {
  padding: 40px 25px;
  box-sizing: border-box;
  width: 100%;
  min-height: 300px;
  height: 70%;
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 80% auto;
}

section.product_common_list .product_items ul li .product_img .imgs {
  width: 100%;
  height: 200px;
  top: 120px;
  position: absolute;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% auto;
}

section.product_common_list .product_items ul li .product_img::after {
  width: calc(100% - 50px);
  content: "";
  left: 25px;
  position: absolute;
  bottom: -20px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}

section.product_common_list .product_items ul li .product_img::after {
  background: #cfdee9;
}

section.product_common_list .product_items ul li .tag {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-block;
  padding: 0px 15px;
  line-height: 28px;
  font-size: 13px;
  font-weight: 300;
  transition: background 0.3s ease;
}

section.product_common_list .product_items ul li .brand {
  padding-top: 15px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  font-family: "Barlow";
  font-weight: 600;
  transition: color 0.3s ease;
}

section.product_common_list .product_items ul li:hover .brand {
  color: #fff;
}

section.product_common_list .product_items ul li .spec {
  box-sizing: border-box;
  width: 100%;
  padding: 40px 25px;
  padding-bottom: 30px;
}

section.product_common_list .product_items ul li .spec&gt;ul {
  height: 84px;
  overflow: hidden;
}

section.product_common_list .product_items ul li .spec ul li {
  width: 100%;
  height: auto;
  min-height: auto;
  background: transparent;
  line-height: 18px;
  position: relative;
}

section.product_common_list .product_items ul li .spec&gt;ul&gt;li {
  height: 40px;
  overflow: hidden;
}

section.product_common_list .product_items ul li .spec ul li span {
  font-size: 14px;
  color: #222;
  transition: color 0.3s ease;
}

section.product_common_list .product_items ul li:hover .spec ul li span {
  color: #fff;
}

section.product_common_list .product_items ul li .spec ul li span:first-child {
  font-weight: 400;
  position: absolute;
  display: inline-block;
}

section.product_common_list .product_items ul li .spec ul li span:last-child {
  padding-left: 35%;
  display: inline-block;
  font-weight: 300;
  word-break: break-word;
}

section.product_common_list .product_items ul li .spec .detail {
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  display: block;
  border: 0px;
  width: 100%;
  line-height: 40px;
  font-size: 15px;
  font-family: "NotoSansKR";
  font-weight: 300;
  transition: background 0.3s ease;
}

section.product_common_list .product_items ul li:hover .tag,
section.product_common_list .product_items ul li:hover .spec .detail {
  background: rgb(0 54 105 / 60%);
}

section.product_common_list .product_items ul li .spec .detail p {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 0.3em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

section.product_common_view {
  text-align: center;
  padding: 0;
}

section.product_common_view .slick-arrow {
  width: 18px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  font-size: 0;
  z-index: 9;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.product_common_view .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../images/sub/product_prev.svg);
}

section.product_common_view .slick-arrow.slick-next {
  right: 0;
  background-image: url(../images/sub/product_next.svg);
}

section.product_common_view .product_items_detail {
  max-width: 1100px;
  padding: 0px 30px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: inline-flex;
}

section.product_common_view .product_items_detail .thumb {
  position: relative;
  width: 50%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

section.product_common_view .product_items_detail .thumb .items {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  /*    background-size: contain;*/
  background-size: 80% auto;
}

section.product_common_view .product_items_detail .thumb .slick-dots {
  width: 100%;
  font-size: 0;
  bottom: 15%;
  position: absolute;
  z-index: 2;
}

section.product_common_view .product_items_detail .thumb .slick-dots li {
  display: inline-block;
  font-size: 0;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  margin: 0px 8px;
  transition: background .3s ease;
  cursor: pointer;
}

section.product_common_view .product_items_detail .thumb .slick-dots li.slick-active {
  background: #007EDE;
  cursor: default;
}

section.product_common_view .product_items_detail .thumb .slick-dots li * {
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}

section.product_common_view .product_items_detail .description {
  position: relative;
  width: 45%;
  text-align: left;
  min-height: 500px;
  padding-left: 5%;
}

section.product_common_view .product_items_detail .description p {
  padding-top: 100px;
  line-height: 30px;
  font-size: 15px;
  word-break: keep-all;
  font-weight: 300;
  letter-spacing: -0.03em;
}

section.product_common_view .tab_header {
  text-align: center;
  margin: 0 auto;
}

section.product_common_view .tab_header ul {
  display: flex;
  justify-content: center;
  border: 0;
}

section.product_common_view .tab_header ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 44px;
  background: #F2F3F5;
  border-top: 2px solid #fff;
  border-right: 0;
}

section.product_common_view .tab_header ul li:first-child a {
  border-left: 0px;
}

section.product_common_view .tab_header ul li a {
  color: rgba(0, 0, 0, 0.7);
  width: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 44px;
  display: block;
  transition: color .3s ease, background .3s ease;
}

section.product_common_view .tab_header ul li:hover a {
  background: #222;
  color: #fff;
}

section.product_common_view .tab_header ul li.active {
  border-top: 2px solid #007EDE;
  border-bottom-color: #fff;
}

section.product_common_view .tab_header ul li.active:hover a,
section.product_common_view .tab_header ul li.active a {
  cursor: default;
  background: #fff;
  color: #007EDE;
}

.btn p::after,
.btn p::before {
  width: 100%;
  height: 1px;
  transform: scaleX(0);
}

.btn p::before {
  bottom: 0;
  right: 0;
  transition-delay: 0s;
  transform-origin: top right;
}

.btn p::after,
.btn p::before {
  width: 100%;
  height: 1px;
  transform: scaleX(0);
}

.btn p::after,
.btn p::before,
.btn span::after,
.btn span::before {
  content: "";
  position: absolute;
  background: #ffffff;
  transition: all .3s ease-out;
}

.btn span::after,
.btn span::before {
  width: 1px;
  height: 100%;
  transform: scaleY(0);
}

.btn span::after {
  top: 0;
  left: 0;
  transition-delay: .1s;
  transform-origin: top left;
}

.btn span::before {
  top: 0;
  right: 0;
  transition-delay: .1s;
  transform-origin: bottom left;
}

.btn p::after,
.btn p::before,
.btn span::after,
.btn span::before {
  content: "";
  position: absolute;
  background: #ffffff;
  transition: all .3s ease-out;
}

.btn p::after {
  top: 0;
  left: 0;
  transition-delay: 0s;
  transform-origin: top left;
}

.btn span::before {
  top: 0;
  right: 0;
  transition-delay: .1s;
  transform-origin: bottom left;
}

.btn p::before {
  bottom: 0;
  right: 0;
  transition-delay: 0s;
  transform-origin: top right;
}

.btn span::after {
  top: 0;
  left: 0;
  transition-delay: .1s;
  transform-origin: top left;
}

.item:hover p::after {
  transition-delay: 0s;
}

.item:hover span::before {
  transition-delay: .1s;
}

.item:hover p::before {
  transition-delay: .0s;
}

.item:hover span::after {
  transition-delay: .1s;
}

.item:hover p::after,
.item:hover p::before {
  transform: scaleX(1);
}

.item:hover span::after,
.item:hover span::before {
  transform: scaleY(1);
}

section.search_all .search_wrap .box {
  padding: 0;
}

section.search .search_wrap .box {
  padding: 50px 0;
}

.result_box {
  margin-top: 50px;
}

.result_box&gt;p {
  font-size: 20px;
  font-weight: 300;
  word-break: keep-all;
}

.result_box&gt;p&gt;span {
  font-size: 33px;
  font-weight: 300;
  color: #007EDE;
}

.result_box.none {
  text-align: center;
}

.result_box .tab_header {
  padding-bottom: 0;
}

.result_box.none .tab_header {
  display: none;
}

.result_box .tab_header&gt;ul {
  display: block;
  width: auto;
  font-size: 0;
  border-top: none;
  border-left: none;
  margin: 50px 0 0;
}

.result_box .tab_header&gt;ul&gt;li {
  display: inline-block;
  width: auto;
  margin-right: 60px;
  border-right: none;
  border-bottom: none;
}

.result_box .tab_header&gt;ul&gt;li:last-child {
  margin-right: 0;
}

.result_box .tab_header&gt;ul&gt;li.act {
  background: #fff;
}

.result_box .tab_header&gt;ul&gt;li&gt;a {
  font-size: 18px;
  display: block;
  color: #000;
  font-weight: 300;
  border-bottom: 3px solid transparent;
  padding: 0 0 25px 0;
  box-sizing: border-box;
}

.result_box .tab_header&gt;ul&gt;li.act&gt;a {
  border-bottom: 4px solid #007EDE;
}

.result_box .tab_header&gt;ul&gt;li.num0&gt;a {
  cursor: default;
  color: rgba(0, 0, 0, .5);
}

.result_box .tab_header&gt;ul&gt;li.num0&gt;a&gt;span {
  cursor: default;
  color: rgba(0, 0, 0, .5);
}

.result_box .tab_header&gt;ul&gt;li&gt;a&gt;span {
  color: #007EDE;
}

.result_box_v2 {
  padding-top: 80px;
  border-top: 1px solid rgba(0, 0, 0, .5);
  box-sizing: border-box;
}

.result_box_v2.none {
  display: none;
}

.result_box_v2 .inner&gt;div:not(:last-child) {
  margin-bottom: 75px;
}

.result_box_v2 .box:after {
  clear: both;
  display: block;
  content: "";
}

.result_box_v2 .box h3 {
  display: inline-block;
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 20px;
}

.result_box_v2 .box h3&gt;span {
  color: #007EDE;
}

.down_btn p,
.result_box_v2 .box a {
  float: right;
  font-size: 13px;
  font-weight: 500;
  color: #007EDE;
  border: 1px solid #007EDE;
  border-radius: 3px;
  padding: 7px 33px;
  box-sizing: border-box;
  transition: all .3s ease;
}

.result_box_v2 .box a {
  float: none;
  margin-left: 30px;
}

.down_btn p {
  display: inline-block;
  float: none;
  background: #F0F2F4;
  color: rgba(0, 0, 0, .8);
  border: none;
}

.down_btn p img,
.result_box_v2 .box a img {
  margin-left: 10px;
  vertical-align: -1px;
}

.down_btn p img {
  filter: brightness(0);
}

.basic_table {
  text-align: center;
  border-top: 2px solid #4bb3fb;
  border-bottom: 1px solid #80a2b9;
  box-sizing: border-box;
  background: #fff;
}

.basic_table .contents&gt;li:nth-child(even) {
  background: #F5F8FA;
}

.basic_table .big_tit {
  height: 60px;
  border-bottom: 2px solid rgba(0, 0, 0, .2);
  box-sizing: border-box;
  font-size: 0;
}

.basic_table .big_tit&gt;li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  line-height: 58px;
  font-size: 16px;
  font-weight: 300;
}

.basic_table .big_tit&gt;li:after {
  display: block;
  content: "";
  clear: both;
  background: rgba(0, 0, 0, .2);
  width: 2px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.basic_table .big_tit&gt;li:last-child:after {
  display: none;
}

.basic_table .big_tit&gt;li:nth-child(1) {
  width: 10%;
}

.basic_table .big_tit&gt;li:nth-child(2) {
  width: 20%;
}

.basic_table .big_tit&gt;li:nth-child(3) {
  width: 20%;
}

.basic_table .big_tit&gt;li:nth-child(4) {
  width: 50%;
}

.down_box .basic_table .big_tit&gt;li:nth-child(1) {
  width: 10%;
}

.down_box .basic_table .big_tit&gt;li:nth-child(2) {
  width: 50%;
}

.down_box .basic_table .big_tit&gt;li:nth-child(3) {
  width: 20%;
}

.down_box .basic_table .big_tit&gt;li:nth-child(4) {
  width: 20%;
}

.result_box_v2 .box a:hover {
  background: #007EDE;
  color: #fff;
}

.down_box .basic_table .contents&gt;li:hover .down_btn p {
  color: #fff;
  background: rgba(0, 0, 0, .65);
}

.result_box_v2 .box a:hover img,
.down_box .basic_table .contents&gt;li:hover .down_btn p img {
  filter: grayscale(1) brightness(4);
}

.basic_table .contents&gt;li {
  height: 215px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  box-sizing: border-box;
  transition: background .3s ease;
}

.result_box_v2 .col.product .basic_table .contents&gt;li,
.result_box_v2 .col.solution .basic_table .contents&gt;li {
  height: auto;
  min-height: 215px;
  padding: 20px 0;
}

.result_box_v2 .col.product .basic_table .contents&gt;li&gt;a,
.result_box_v2 .col.solution .basic_table .contents&gt;li&gt;a {
  display: inline-table;
  min-height: 168px;
}

.basic_table .contents&gt;li&gt;a {
  display: table;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.basic_table .contents&gt;li&gt;a&gt;div {
  mix-blend-mode: multiply;
  display: table-cell;
  vertical-align: middle;
}

.basic_table .contents&gt;li&gt;a&gt;div.num {
  width: 10%;
}

.basic_table .contents&gt;li&gt;a&gt;div.num span {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, .8);
  background: #F0F2F4;
  padding: 0 14px;
  box-sizing: border-box;
  transition: color .3s ease, background .3s ease;
}

.basic_table .contents&gt;li:hover {
  background: rgb(0, 126, 222, .1);
}

.basic_table .contents&gt;li:hover&gt;a&gt;div.num span {
  color: #fff;
  background: rgba(0, 0, 0, .65);
}

.basic_table .contents&gt;li&gt;a&gt;div.img {
  width: 20%;
}

.basic_table .contents&gt;li&gt;a&gt;div.img&gt;div {
  width: 178px;
  height: 125px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}

.down_box .basic_table .contents li&gt;a&gt;div.tit {
  width: 50%;
}

.down_box .basic_table .contents li&gt;a&gt;div.tit span {
  height: 48px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.6;
  word-break: break-word;
  padding: 0 30px;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.down_box .basic_table .contents li&gt;a&gt;div.desc,
.down_box .basic_table .contents li&gt;a&gt;div.down_btn {
  width: 20%;
}

.down_box .basic_table .contents li&gt;a&gt;div.desc p {
  text-align: center;
}

.basic_table .contents&gt;li&gt;a&gt;div.tit {}

.basic_table .contents&gt;li&gt;a&gt;div.tit span {
  height: 24px;
  font-size: 16px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.basic_table .contents&gt;li&gt;a&gt;div.desc {
  width: 50%;
  padding: 0 30px;
  text-align: left;
  box-sizing: border-box;
}

.basic_table .contents&gt;li&gt;a&gt;div.desc .tag_wrapper .tag {
  background: #999;
  padding: 0px 12px;
  display: inline-block;
  font-size: 12px;
  line-height: 26px;
  font-weight: 300;
  margin-right: 3px;
  margin-bottom: 3px;
  color: #fff;
}

.basic_table .contents&gt;li&gt;a&gt;div.desc .tag_wrapper {
  padding-bottom: 20px;
}

.basic_table .contents&gt;li&gt;a&gt;div.desc p {
  height: 127px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.6;
  word-break: break-word;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.down_box .basic_table .contents li&gt;a&gt;div.desc p {
  display: block;
  height: auto;
}

.basic_table .contents&gt;li.product div.num span {
  font-weight: 400;
  color: #007EDE;
}

.basic_table .contents&gt;li.company div.num span {
  font-weight: 400;
}

.basic_table .contents&gt;li.product:hover div.num span {
  background: #007EDE;
  color: #fff;
}

section.search .row02 {
  text-align: center;
}

section.search .row02&gt;p {
  font-size: 32px;
  font-weight: 400;
}

section.search .row02&gt;p&gt;span {
  color: #007ede;
  font-weight: 500;
}

section.comp-intro-wrap5 {
  padding: 0;
}

section.branches .row01 {
  background: #eff0f1;
  margin: 0px auto 100px;
  padding: 100px 0;
}

.comp-intro-wrap5 .scroll-motion {
  position: relative;
  top: 150px;
  transition: all .6s ease;
}

.comp-intro-wrap5 .scroll-motion.active {
  top: 0;
  opacity: 1;
}

.comp-intro-wrap5 .typo-large-medium {
  top: 0;
  color: #007ede;
  font-size: 18px;
  font-weight: 400;
  transition: all .8s ease;
}

.comp-intro-wrap5 .typo-medium-light {
  font-size: 18px;
  font-weight: 400;
  word-break: keep-all;
}

.comp-intro-wrap5 .desc1 {
  margin: 28px 0 30px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

.comp-intro-wrap5 .typo-medium {
  color: #222;
}

.global-area {
  width: 100%;
  max-width: 1920px;
  position: relative;
  padding-top: 100px;
  margin: 100px auto 0;
}

.global-area:after {
  content: "";
  display: block;
  clear: both;
}

.global-area .global-bg {
  width: 1422px;
  height: 711px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.global-area .global-bg.t1 {
  position: relative;
  background-image: url('../images/sub/map_img.png');
  background-repeat: no-repeat;
}

.global-area .global-bg.t1 .pin {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0%;
  margin-left: -0%;
  width: 0px;
  background: red;
  height: 0px;
  transform: translate(12px, 32px);
}

.global-area .global-bg.t1 .pin&gt;.real_pin {
  width: 24px;
  height: 32px;
  bottom: 0px;
  left: -12px;
  position: absolute;
  z-index: 1;
  background-image: url('../images/sub/map_pin.png');
  cursor: pointer;
}

.global-area .global-bg.t1 .pin.loc1&gt;.real_pin {
  background-image: url('../images/sub/map_pin_loc1.png');
}

.global-area .global-bg.t1 .pin&gt;i {
  position: absolute;
  display: block;
  width: 15px;
  bottom: 0;
  margin-bottom: 12px;
  height: 15px;
  background: #fff !important;
  left: -7px;
}

.global-area .global-bg.t1 .pin&gt;em {
  display: none;
}

.global-area .global-bg.t1 .pin.loc2&gt;.real_pin {
  background-image: url('../images/sub/map_pin_loc2.png');
}

.global-area .global-bg.t1 .pin.loc1.act,
.global-area .global-bg.t1 .pin.loc2.act,
.global-area .global-bg.t1 .pin.act {
  z-index: 1;
}

.global-area .global-bg.t1 .pin.loc1.act&gt;i,
.global-area .global-bg.t1 .pin.loc2.act&gt;i,
.global-area .global-bg.t1 .pin.act&gt;i {
  animation: _pongpong 1.5s infinite;
}

.global-area .global-bg.t1 .pin.loc1.act&gt;.real_pin,
.global-area .global-bg.t1 .pin.loc2.act&gt;.real_pin,
.global-area .global-bg.t1 .pin.act&gt;.real_pin {
  animation: _pongpong 1.5s infinite;
  background-image: url('../images/sub/map_pin_act.svg');
}

@keyframes _pongpong {
  0% {
    bottom: 10px;
  }

  50% {
    bottom: 0px;
  }

  100% {
    bottom: 10px;
  }
}

.global-area .global-roll {
  position: absolute;
  width: 575px;
  height: 610px;
  top: 50%;
  right: 0;
  padding: 60px 60px 0 60px;
  box-sizing: border-box;
  background: url(../images/sub/slide_bg.png) no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.global-area .global-roll&gt;p.typo-medium-medium {
  position: relative;
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  z-index: 1;
}

.global-area .swiper-slide .img-area {
  position: absolute;
  top: 33px;
  left: 500px;
  width: 40%;
  max-width: 420px;
  overflow: hidden;
}

.global-area .swiper-slide .img-area img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.global-area .swiper-slide .txt-area {
  width: 410px;
  color: #fff;
  font-weight: 300;
  font-size: 17px;
}

.global-area .swiper-slide .txt-area .txt1 {
  font-size: 38px;
  font-weight: 500;
  line-height: 54px;
  text-transform: capitalize;
  text-transform: uppercase;
}

.global-area .swiper-slide .txt-area .txt2 {
  margin: 16px 0 50px;
  color: #fff;
  opacity: .7;
}

.global-area .swiper-slide .txt-area .txt3 {
  max-height: 196px;
  font-size: 17px;
  line-height: 1.7;
  padding-right: 30px;
  box-sizing: border-box;
  overflow-y: auto;
  word-break: break-all;
}

.global-area .swiper-slide .txt-area .txt3 span {
  display: block;
  margin-bottom: 16px;
  font-weight: 300;
  word-break: keep-all;
}

.global-area .swiper-slide .txt-area .txt3 span:last-child {
  margin-bottom: 0;
}

.global-area .swiper-slide .txt-area .txt3::-webkit-scrollbar {
  width: 6px;
}

.global-area .swiper-slide .txt-area .txt3::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  border-radius: 50px;
}

.global-area .swiper-slide .txt-area .txt3::-webkit-scrollbar-track {
  background-color: transparent;
}

.global-roll .indi-area {
  width: 100%;
  position: absolute;
  bottom: 80px;
  left: 0px;
  padding: 0 60px;
  box-sizing: border-box;
  z-index: 1;
}

.global-roll .swiper-button-prev {
  top: auto;
  bottom: 0;
  left: auto;
  right: 115px;
  width: 40px;
  height: 40px;
  background: url(../images/swiper_arrow_left.png) no-repeat center / cover;
}

.global-roll .swiper-button-next {
  top: auto;
  bottom: 0;
  left: auto;
  right: 60px;
  width: 40px;
  height: 40px;
  background: url(../images/swiper_arrow_right.png) no-repeat center / cover;
}

.global-roll .swiper-scrollbar {
  width: 220px;
  height: 2px;
  background: rgba(255, 255, 255, .4);
  z-index: 1;
}

.global-roll .swiper-scrollbar-drag {
  position: relative;
  top: -2px;
  height: 6px;
  background: #fff;
  cursor: pointer;
}

.global-area .nation-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.global-area .nation-area .nation-btn {
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/sub/icon-nation-btn.svg) no-repeat 0 0;
  background-size: cover;
}

.global-area .nation-area .nation-close-btn {
  display: none;
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-image: url(../images/sub/icon-close-btn.svg);
  background-size: 20px;
}

.global-area .nation-area .location-div {
  width: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  display: none;
  height: 530px;
  color: #fff;
  font-size: 0;
  padding: 50px 60px;
  background: url(../images/sub/slide_bg.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.global-area .nation-area .location-div:after {
  content: "";
  display: block;
  clear: both;
}

.global-area .nation-area .location-div a {
  position: relative;
  display: inline-block;
  width: 50%;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  margin-top: 50px;
  text-transform: capitalize;
}

.global-area .nation-area .location-div a:nth-child(-n+2) {
  margin-top: 0;
}

.global-area .nation-area .location-div a:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 16px;
  height: 100%;
  background: url(../images/sub/icon-location.svg) no-repeat left center / contain;
}

.global-area .nation-area .location-div a.on {
  font-weight: 500;
}

.global-area .nation-area .location-div a span {
  margin-left: 30px;
  text-transform: uppercase;
}

.global-area .nation-area .location-div a.on span {
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.global-area .nation-area .location-div a.on:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 16px;
  height: 100%;
  background: url(../images/sub/icon-location2.svg) no-repeat left center / contain;
}

.global_type {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.global_type li {
  display: inline-block;
  margin-right: 20px;
}

.global_type img {
  vertical-align: -2px;
}

.global_type span {
  font-size: 18px;
  font-weight: 300;
  margin-left: 10px;
}

section.branches .row02 h2 {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 70px;
}

section.branches .row02 .cont01 {
  margin-bottom: 96px;
}

section.branches .accordion&gt;li {
  border-left: 3px solid #007ede;
  box-sizing: border-box;
  margin-bottom: 40px;
}

section.branches .accordion&gt;li.active img {
  transform: rotate(90deg);
}

section.branches .accordion&gt;li.active .a {
  box-shadow: none;
}

section.branches .accordion&gt;li.active {
  box-shadow: 0px 10px 30px 0px rgba(127, 127, 127, 0.25);
}

section.branches .accordion&gt;li:last-child {
  margin-bottom: 0;
}

section.branches .accordion&gt;li.active .b {
  opacity: 1;
  height: auto;
  padding: 50px 35px;
  box-sizing: border-box;
}

section.branches .accordion .a {
  display: table;
  width: 100%;
  min-height: 55px;
  position: relative;
  font-size: 0;
  padding: 0 30px;
  box-shadow: 0px 10px 30px 0px rgba(127, 127, 127, 0.25);
  box-sizing: border-box;
  cursor: pointer;
}

section.branches .accordion .a * {
  display: table-cell;
  vertical-align: middle;
}

section.branches .accordion .a .badge {
  width: 5%;
}

section.branches .accordion .a .badge i {
  width: 27px;
  height: 27px;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #007ede;
  /* border-radius: 50%; */
  box-sizing: border-box;
}

section.branches .accordion .a .tit {
  font-size: 18px;
  word-break: keep-all;
}

section.branches .accordion .a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform .3s ease;
}

section.branches .accordion .b {
  height: 0;
  font-size: 0;
  background: rgb(235 236 238 / 60%);
  padding: 0 35px;
  box-sizing: border-box;
  transition: height 0.6s cubic-bezier(0.42, 0.2, 0.08, 1);
  overflow: hidden;
  opacity: 0;
}

section.branches .accordion .b dl {
  display: inline-block;
  width: 50%;
  font-weight: 300;
  font-size: 0;
  margin-top: 10px;
}

section.branches .accordion .b dl:nth-child(-n+2) {
  margin-top: 0;
}

section.branches .accordion .b_v2 dl {
  margin-top: 15px;
}

section.branches .accordion .b_v2 dl:nth-child(-n+2) {
  margin-top: 0;
}

section.branches .accordion .b dl * {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}

section.branches .accordion .b dt {
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
}

section.branches .accordion .b dt:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid #1085df;
  border-radius: 50%;
  box-sizing: border-box;
}

section.branches .accordion .b dt:after {
  clear: both;
  display: block;
  content: ":";
  position: absolute;
  top: -2px;
  right: -7px;
}

section.branches .accordion .b dd {
  width: 85%;
  min-height: 48px;
  line-height: 1.5;
  padding-left: 10px;
  box-sizing: border-box;
  word-break: keep-all;
}

section.history {
  width: 100%;
  background: url('../images/sub/history_img.png') no-repeat;
  background-size: cover;
  margin-top: 150px;
  padding: 90px 0 150px;
}

section.history .title {
  line-height: 1.3;
  letter-spacing: -0.05em;
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  padding-bottom: 50px;
  box-sizing: border-box;
}

section.history .histoty_wrap {
  position: relative;
}

section.history .history_tab {
  position: absolute;
  top: 5rem;
  left: 0;
}

section.history .history_tab&gt;a {
  display: block;
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}

section.history .history_tab&gt;a span {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, .5);
  transition: color .3s ease;
}

section.history .history_tab&gt;a.on span {
  color: #fff;
  text-decoration: underline;
}

section.history .history_img_wrap {
  width: 430px;
  height: 270px;
  position: absolute;
  top: 16.5rem;
  left: 0;
}

section.history .history_img_wrap .history_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .3s ease;
  opacity: 0;
}

section.history .history_img_wrap .history_img.on {
  opacity: 1;
}

section.history .history_img_wrap span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

section.history .history_content {
  position: relative;
  padding-left: 528px;
}

section.history .fixed_load {
  position: absolute;
  top: 70px;
  left: 345px;
  font-size: 150px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}

section.history .scroll_wrap {
  height: 34rem;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

section.history .scroll_wrap::-webkit-scrollbar {
  display: none;
}

section.history .history_divide {
  display: table;
  width: 100%;
  position: relative;
  padding: 100px 0 100px 17.5rem;
  border-top: 1px solid rgba(255, 255, 255, .3);
  box-sizing: border-box;
}

section.history .history_divide.first {
  border-top: 0;
  padding: 100px 0 255px 17.5rem;
}

section.history .history_divide.last {
  padding: 100px 0 233px 17.5rem;
}

section.history .history_divide.last strong {
  top: 40px;
}

section.history .history_divide.first .divide_cont {
  position: relative;
  top: 30px;
}

section.history .history_divide strong {
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
  font-size: 150px;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, .5);
  transition: color .3s ease;
}

section.history .history_divide.on strong {
  color: #fff;
}

section.history .history_divide strong span {
  display: none;
}

section.history .divide_cont {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

section.history .divide_cont&gt;div {
  margin-bottom: 30px;
}

section.history .divide_cont&gt;div:last-child {
  margin-bottom: 0;
}

section.history .divide_cont h5 {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  background: #000;
  margin-bottom: 10px;
  padding: 5px 15px 4px;
  box-sizing: border-box;
}

section.history .divide_cont .his_t {
  position: relative;
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  color: #fff;
  word-break: keep-all;
  padding-left: 15px;
  box-sizing: border-box;
}

section.history .divide_cont .his_t:after {
  position: absolute;
  content: "";
  clear: both;
  display: inline-block;
  width: 3px;
  height: 3px;
  border: 1px solid #fff;
  box-sizing: border-box;
  top: 13px;
  left: 0;
}

section.history .tit {
  text-align: center;
}

section.history .tit em {
  font-size: 14px;
  font-style: normal;
  position: relative;
}

section.history .tit em span {
  display: inline-block;
  width: 70px;
  height: 1px;
  position: relative;
  margin-left: 10px;
  top: -4px;
  background: #000;
}

section.history .tit p {
  font-size: 41px;
  font-weight: 400;
  margin: 15px 0 80px;
}

section.history .tit img {
  margin-bottom: 100px;
}

section #manual_popup {
  width: 0%;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 99;
  visibility: hidden;
  height: 100%;
  transition: width 0s .4s, visibility 0s .4s;
}

section #manual_popup.active {
  visibility: visible;
  width: 100%;
  transition: width 0s 0s, visibility 0s 0s;
}

section #manual_popup .manual_bg {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  transition: background .2s ease .2s;
}

section #manual_popup.active .manual_bg {
  background: rgba(0, 0, 0, 0.5);
  transition: background .2s ease 0s;
}

section #manual_popup .manual_box {
  z-index: 2;
  width: 650px;
  left: 50%;
  top: 50%;
  position: absolute;
  background: #fff;
  padding: 40px;
  padding-top: 60px;
  padding-bottom: 50px;
  transform: translate(-50%, -50%);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  font-size: 0px;
  opacity: 0;
  transition: opacity .2s ease 0s;
}

section #manual_popup.active .manual_box {
  transition: opacity .2s ease .2s;
  opacity: 1;
}

section #manual_popup .manual_box .item {
  width: 46%;
  display: inline-block;
  margin-right: 8%;
  padding-bottom: 20px;
}

section #manual_popup .manual_box .item:nth-child(2n+1) {
  margin-right: 0;
}

section #manual_popup .manual_box .item label {
  font-size: 16px;
  padding-bottom: 5px;
  display: block;
  font-weight: 300;
}

section #manual_popup .manual_box .item input::placeholder {
  font-size: 14px;
  font-weight: 300;
}

section #manual_popup .manual_box .item input {
  font-size: 14px;
  width: 100%;
  line-height: 40px;
  padding: 0px 15px;
  display: block;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

section #manual_popup .manual_box .center {
  text-align: center;
}

section #manual_popup .manual_box button {
  padding: 0px 50px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
  /* text-transform: uppercase; */
  background: #007ede;
  font-weight: 300;
  box-sizing: border-box;
}

section #manual_popup span.i {
  position: relative;
  top: -2px;
  left: 4px;
  font-size: 15px;
  color: #007EDE;
  font-weight: 500;
}

section #manual_popup .clearfix {
  border-bottom: 3px solid #007EDE;
  margin-bottom: 40px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

section #manual_popup .fl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

section #manual_popup .fr {
  font-size: 13px;
  font-weight: 300;
}

section #manual_popup .fr span.i {
  position: relative;
  top: -3px;
  left: -3px;
}

section #manual_popup .desc {
  background: rgba(104, 120, 145, .1);
  padding: 29px 0;
  margin: 15px 0 25px;
  box-sizing: border-box;
}

section #manual_popup .desc p {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #687891;
}

section.board_view .inner&gt;div {
  border-top: 1px solid #222;
  border-bottom: 2px solid #222;
  display: flex;
}

section.board_view .inner .category {
  width: 25%;
  padding-top: 30px;
}

section.board_view .inner .content {
  width: 75%;
  padding-top: 25px;
  padding-bottom: 50px;
  vertical-align: top;
}

section.board_view .inner .category p {
  background: #007EDE;
  display: inline-block;
  padding: 0px 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
}

section.board_view .inner .content h3 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 500;
}

section.board_view .inner .content img {
  width: 100%;
  max-width: 100%;
}

section.board_view .inner .content .date {
  padding-top: 20px;
  font-size: 14px;
  line-height: 44px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 200;
  padding-bottom: 50px;
}

section.board_view .inner .content .date span {
  font-weight: 500;
  color: #000;
}

section.board_view .inner .right {
  text-align: right;
  padding-top: 30px;
  display: block;
}

section.board_view .inner .list {
  padding: 5px 70px;
  line-height: 40px;
  background: #007EDE;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  font-weight: 300;
}

section.board_view .inner .download {
  font-size: 13px;
  padding-top: 30px;
}

section.board_view .inner .download a {
  margin-left: 10px;
  line-height: 30px;
  display: inline-block;
  border-bottom: 2px solid rgba(0, 126, 222, 0.5);
  transition: color .2s ease, border .2s ease;
}

section.board_view .inner .download a:hover {
  color: rgba(0, 126, 222, 1);
  border-bottom: 2px solid rgba(0, 126, 222, 1);
}

section.careers .chartTableRow .divTableHead:nth-of-type(1) {
  width: 10%;
}

section.careers .chartTableRow .divTableHead:nth-of-type(2) {
  width: 45%;
}

section.careers .chartTableRow .divTableHead:nth-of-type(3) {
  width: 30%;
}

section.careers .chartTableRow .divTableHead:nth-of-type(4) {
  width: 15%;
}

section.service_policy h3 {
  font-size: 26px;
  text-align: center;
  font-weight: 300;
  line-height: 1.4;
  word-break: keep-all;
  margin-bottom: 100px;
}

.col_box {
  margin-bottom: 100px;
}

.col_box h4 {
  font-size: 30px;
  font-weight: 500;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.col_box li {
  width: 100%;
  font-size: 0;
  margin-bottom: 96px;
}

.col_box li&gt;div {
  display: inline-block;
  vertical-align: top;
}

.col_box li .thumb {
  width: 60%;
}

.col_box li .thumb img {
  height: 460px;
}

.col_box li .desc {
  width: 40%;
  height: 460px;
  position: relative;
}

.col_box li .desc&gt;div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.col_box li.left .desc {
  position: relative;
  padding-right: 100px;
  text-align: right;
  box-sizing: border-box;
}

.col_box li.left .desc&gt;div {
  right: 100px;
}

.col_box li.right .desc {
  padding-left: 100px;
  text-align: left;
  box-sizing: border-box;
}

.col_box i {
  font-weight: 500;
  color: #007EDE;
  font-style: normal;
  border-bottom: 2px solid #007EDE;
  font-size: 22px;
  line-height: 22px;
  padding: 3px 0;
  text-transform: capitalize;
  box-sizing: border-box;
}

.col_box p {
  padding-top: 30px;
  font-size: 46px;
  line-height: 54px;
  letter-spacing: -0.02em;
}

.col_box span {
  display: block;
  font-size: 18px;
  font-weight: 300;
  margin: 15px 0 50px;
  word-break: keep-all;
}

.col_box .product_btn {
  height: 45px;
  position: relative;
  left: auto;
  bottom: auto;
}

.col_box .product_btn:before {
  bottom: 0;
}

.col_box .product_btn span {
  height: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 45px;
  padding: 0 30px;
}

section.technical_inquiry .form_area_v2 {
  height: 50px;
  position: relative;
}

.product_btn_v2 {
  position: relative;
  float: right;
  left: auto;
  bottom: 60px;
}

section.contact form:after {
  clear: both;
  content: "";
  display: block;
}

.product_btn_v2 img {
  margin: 0 !important;
}

section.business_policies {
  padding-bottom: 0;
  overflow: hidden;
}

section.business_policies h3 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 100px;
  letter-spacing: -0.05em;
}

section.business_policies .col {
  font-size: 0;
}

section.business_policies .col .row {
  width: 45%;
}

section.business_policies .col .row_v2 {
  width: 45%;
  height: 447px;
  position: relative;
}

section.business_policies .col .row_v2 img {
  position: absolute;
  left: -87px;
  z-index: -1;
  top: 30px;
}

section.business_policies .col .row_v2 h3 {
  position: absolute;
  bottom: 225px;
  font-size: 29px;
  font-weight: 400;
  margin-bottom: 0;
  word-break: keep-all;
}

section.business_policies .col .row_v2 p {
  position: absolute;
  bottom: 160px;
  font-size: 18px;
  font-weight: 200;
  word-break: keep-all;
}

section.business_policies .col_ {
  margin-top: 150px;
  padding-bottom: 150px;
}

section.business_policies .col_ .row_v2 {
  box-sizing: border-box;
}

section.business_policies .col_ .row_v2 img {
  left: 0;
}

section.business_policies .col02 {
  margin: 120px 0 150px;
}

section.business_policies .col02 h3 {
  margin-bottom: 100px;
}

section.business_policies .col02 ul {
  font-size: 0;
}

section.business_policies .col02 li {
  display: inline-block;
  width: 16.66%;
  position: relative;
  vertical-align: top;
  text-align: center;
}

section.business_policies .col02 li:last-child {
  margin-right: 0;
}

section.business_policies .col02 i {
  position: absolute;
  top: 0;
  left: 15px;
  font-style: normal;
  font-size: 24px;
  color: #007EDE;
  font-weight: 600;
}

section.business_policies .col02 p {
  width: 100%;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 300;
  color: rgb(0, 0, 0, 0.7);
  word-break: keep-all;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.business_policies .col03 {
  padding: 100px 0;
  box-sizing: border-box;
}

section.business_policies .col03 {
  background: url(../images/sub/history_img.png) no-repeat;
  background-size: cover;
}

section.business_policies .col03 .inner {
  font-size: 0;
}

section.business_policies .col03 .inner&gt;div {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

section.business_policies .col03 .inner&gt;.fl {
  width: 60%;
}

section.business_policies .col03 .inner&gt;.fr {
  width: 40%;
  text-align: right;
}

section.business_policies .col03 h2 {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  padding: 1px 30px;
  border: 3px solid #fff;
  box-sizing: border-box;
  font-weight: 400;
  text-transform: uppercase;
}

section.business_policies .col03 h3 {
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.05em;
  margin: 22px 0 40px;
  font-weight: 400;
}

section.business_policies .col03 .list&gt;li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

section.business_policies .col03 .list&gt;li:after {
  display: block;
  clear: both;
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 13px;
  margin-top: -3px;
  border: 1px solid #fff;
  box-sizing: border-box;
}

section.business_policies .col03 .list&gt;li&gt;p {
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  word-break: keep-all;
  line-height: 1.8;
}

section.business_policies .col03 .thumb {
  height: 680px;
  position: relative;
  background: linear-gradient(134deg, #007EDE 20%, #0F3563 80%);
}

section.business_policies .col03 .thumb:after {
  content: "TESCOM WIRELESS";
  font-weight: 300;
  right: -90px;
  top: 55px;
  clear: both;
  display: block;
  position: absolute;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

section.business_policies .col03 .thumb img {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.business_policies .col04 {
  background: #EFF0F1;
  padding: 100px 0;
  box-sizing: border-box;
}

section.business_policies .col04 .thumb {
  display: inline-block;
  vertical-align: bottom;
  width: 30%;
}

section.business_policies .col04 .thumb img {
  width: 80%;
}

section.business_policies .col04 ul {
  display: inline-block;
  vertical-align: bottom;
  width: 70%;
  font-size: 0;
}

section.business_policies .col04 li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 0;
  margin-bottom: 60px;
}

section.business_policies .col04 li:last-child {
  margin-bottom: 0;
}

section.business_policies .col04 li&gt;* {
  display: inline-block;
  vertical-align: top;
}

section.business_policies .col04 i {
  width: 3%;
  position: relative;
  top: -12px;
  left: 2px;
  font-style: normal;
  color: #007EDE;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

section.business_policies .col04 div {
  width: 97%;
  font-size: 0;
}

section.business_policies .col04 h4 {
  display: inline-block;
  width: 17%;
  position: relative;
  left: 10px;
  vertical-align: top;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
}

section.business_policies .col04 p {
  display: inline-block;
  width: 83%;
  vertical-align: top;
  word-break: keep-all;
  font-size: 18px;
  font-weight: 200;
}

.chartTable.type2 .answer .chartTableCell p {
  line-height: 1.6;
  word-break: keep-all;
}

section.head_office {
  padding-bottom: 0;
}

section.head_office h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 100px;
}

section.head_office .row01 {
  font-size: 0;
}

section.head_office .row01&gt;div {
  display: inline-block;
  vertical-align: top;
}

section.head_office .row01 .tit {
  width: 20%;
  font-size: 26px;
  font-weight: 300;
}

section.head_office .row01 .content {
  width: 80%;
}

section.head_office .row01 .content h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 50px;
}

section.head_office .row02 {
  font-size: 0;
}

section.head_office .col01 {
  background: #EFF0F1;
  padding: 100px 0 0;
  box-sizing: border-box;
}

section.head_office .col01 .box {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  font-size: 0;
}

section.head_office .col01 .box&gt;div {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}

section.head_office .col01 .box_v2 h4,
section.head_office .col01 .box h4 {
  font-size: 18px;
  color: rgba(104, 120, 145, .7);
  font-weight: 300;
  margin-bottom: 15px;
}

section.head_office .col01 .box_v2 p,
section.head_office .col01 .box a {
  font-weight: 400;
  font-size: 22px;
}

section.head_office .col01 .box_v2 .ad,
section.head_office .col01 .box_v2 .port div {
  margin-bottom: 30px;
}

section.head_office .col01 .box p {
  font-size: 22px;
}

section.head_office .col01 .box_v2 {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}

section.head_office .port {
  font-size: 0;
}

section.head_office .port div {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 0;
}

section.head_office .port span {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  font-size: 15px;
  color: #687891;
}

section.head_office .port span i {
  font-style: normal;
  color: #007EDE;
  border: 1px solid #007EDE;
  box-sizing: border-box;
  font-weight: 400;
  min-width: 80px;
  width: 80px;
  display: inline-block;
  text-align: center;
}

section.head_office .port p {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  font-size: 22px;
}

section.head_office .root_daum_roughmap {
  width: 100%;
  height: 400px;
  margin-top: 50px;
}

section.head_office .root_daum_roughmap .wrap_map {
  height: 100% !important;
}

section.head_office .root_daum_roughmap .wrap_controllers {
  display: none;
}

section.head_office .col02 {
  margin-top: 100px;
}

section.careers h3 {
  font-size: 26px;
  /*    text-align: center;*/
  font-weight: 300;
  line-height: 1.4;
  word-break: keep-all;
  /*    margin-bottom: 150px;*/
}

section.careers.info&gt;.inner {
  max-width: inherit;
  padding: 0;
}

section.careers.info .tab_header {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

section.careers .col {
  background: #EBECEE;
  margin: 100px 0;
  padding: 100px 0 0;
  box-sizing: border-box;
}

section.careers .inner_v2 {
  max-width: 100%;
  padding: 0;
}

section.careers .inner_v2 .tab_header {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.item_list {
  width: 100%;
  font-size: 0;
}

.item_list li {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  text-align: center;
}

.item_list li p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 20px;
}

.info_wrap .col03 {
  margin-top: 150px;
}

.com_tit {
  font-size: 0;
  margin-bottom: 70px;
}

.com_tit&gt;* {
  display: inline-block;
  vertical-align: top;
}

.com_tit h2 {
  width: 20%;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

.com_tit p {
  width: 80%;
  font-size: 18px;
  color: rgba(0, 0, 0, .8);
  word-break: keep-all;
}

.box_wrap {
  width: 1058px;
  height: 680px;
  position: relative;
  margin: 0 auto;
}

.box_wrap .box {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 41%;
  left: 42px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box_wrap .box span {
  display: inline-block;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
}

.box_wrap .box span i {
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
  color: #007EDE;
  margin-right: 5px;
}

.box_wrap .box p {
  font-size: 15px;
  font-weight: 300;
  color: rgba(0, 0, 0, .8);
}

.box_wrap .box_v2 {
  right: 49px;
  left: auto;
}

.item_box {
  font-size: .0em;
}

.item_box li {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-right: 3.5%;
}

.item_box li:last-child {
  margin-right: 0;
}

.item_box li&gt;div {
  position: relative;
}

.item_box .box {
  margin-bottom: 20px;
  z-index: 10;
}

.item_box h4 {
  display: block;
  margin-bottom: 25px;
  line-height: 1;
}

.item_box h4 i {
  font-style: normal;
  color: #007EDE;
  border: 2px solid #007EDE;
  padding: 3px 15px;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.item_box .desc {
  margin-top: 35px;
}

.item_box .desc i {
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
}

.item_box .desc span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0 15px;
}

.item_box .desc p {
  position: relative;
  font-size: 15px;
  font-weight: 200;
  padding-left: 15px;
  word-break: keep-all;
}

.item_box .desc p:after {
  clear: both;
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 5px;
  top: 7px;
  left: 0;
  background: #007EDE;
}

.guide_wrap .col01 {
  margin: 100px 0;
}

.guide_wrap .col02 {
  background: url(../images/sub/guide_img4.png) #687891 no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.guide_wrap .col02 .com_tit {
  color: #fff;
}

.guide_wrap .col02 .com_tit:after {
  clear: both;
  content: "";
  display: block;
}

.guide_wrap .col02 .com_tit p {
  color: #fff;
}

.guide_wrap .col02 .desc {
  width: 80%;
  float: right;
  margin-top: 20px;
}

.guide_wrap .col02 .desc li {
  position: relative;
  font-size: 15px;
  color: rgba(255, 255, 255, .5);
  font-weight: 300;
  padding-left: 15px;
}

.guide_wrap .col02 .desc li:after {
  position: absolute;
  clear: both;
  content: "*";
  display: block;
  left: 0;
  top: 2px;
}

.guide_wrap .item_list li {
  width: 16.666%;
}

.guide_wrap .col03 {
  padding: 100px 0;
  box-sizing: border-box;
  background: #EBECEE;
}

.guide_wrap .box_wrap .box {
  left: 70px;
}

.guide_wrap .box_wrap .box_v2 {
  left: auto;
  right: 65px;
}

section.information .com h3 {
  font-size: 28px;
  font-weight: 600;
}

section.information .com p {
  font-size: 18px;
  margin: 30px 0 50px;
  font-weight: 300;
}

.impo_box {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 0 0 50px;
  box-sizing: border-box;
}

.impo_box .box {
  font-size: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  padding: 50px 0;
  box-sizing: border-box;
}

.impo_box&gt;div:last-child {
  border: none;
}

.impo_box .box&gt;div {
  display: inline-block;
  vertical-align: top;
}

.impo_box .left {
  width: 30%;
}

.impo_box .left p {
  position: relative;
  font-size: 20px;
  color: #007EDE;
  font-weight: 500;
  padding-left: 15px;
  word-break: keep-all;
}

.impo_box .left p:after {
  position: absolute;
  content: "";
  display: block;
  clear: both;
  background: #007EDE;
  width: 5px;
  height: 5px;
  top: 0;
  left: 0;
}

.impo_box .right {
  width: 70%;
  padding-left: 50px;
  box-sizing: border-box;
}

.impo_box .right p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
  word-break: keep-all;
}

.impo_box .right&gt;p:last-child {
  margin-bottom: 0;
}

.impo_box .right p span {
  display: block;
  margin-bottom: 5px;
}

.impo_box .right p span:last-child {
  margin-bottom: 0;
}

.impo_box .right&gt;div&gt;p:last-child {
  margin-bottom: 0;
}

.tab_header&gt;.select_wrapper&gt;select {
  display: none;
}

sectionn.search_all .tab_header&gt;.select_wrapper&gt;select {
  display: none;
}

section. @media all and (max-width:1920px) {
  .global-area .global-bg.t1 {
    width: 70%;
    margin-left: 50px;
  }
}

@media all and (max-width:1680px) {
  .global_type {
    display: none;
  }

  .global-area .nation-area .nation-btn,
  .global-area .nation-area .nation-close-btn {
    top: 50px;
    right: 30px;
  }

  .global-area .global-bg.t1 .pin.loc1.act&gt;em,
  .global-area .global-bg.t1 .pin.loc2.act&gt;em,
  .global-area .global-bg.t1 .pin.act&gt;em {
    font-weight: 500;
    padding-top: 5px;
    font-style: normal;
    font-size: 16px;
    margin-left: -5rem;
    position: relative;
    text-align: center;
    width: 10rem;
    display: block;
  }

  .global-area .global-bg.t1 .pin {
    display: none;
  }

  .global-area .global-bg.t1 .pin.act {
    display: block;
  }

  .global-area {
    margin: 0 auto;
  }

  .global-area .global-bg {
    height: 43vw;
    padding-top: 0;
  }

  .global-area .global-roll {
    width: 450px;
    height: 530px;
    padding: 50px 30px 0 30px;
  }

  .global-roll .indi-area {
    bottom: 60px;
    padding: 0 30px;
  }

  .global-roll .swiper-scrollbar {
    width: 240px;
  }

  .global-roll .swiper-button-prev {
    right: 80px;
    bottom: -20px;
  }

  .global-roll .swiper-button-next {
    right: 30px;
    bottom: -20px;
  }

  .global-area .swiper-slide .txt-area {
    width: 100%;
  }

  .global-area .swiper-slide .txt-area .txt2 {
    margin: 15px 0 30px;
  }

  .global-area .swiper-slide .txt-area .txt3 {
    height: 188px;
    font-size: 16px;
  }

  section.branches .row01 {
    padding: 100px 0 50px;
  }

  .global-area .nation-area .location-div {
    height: 450px;
    padding: 45px 0 0 35px;
  }

  .global-area .nation-area .location-div a {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1600px) {
  section.tescom_stories .contents1 .right_img {
    width: 30%;
  }

  section.tescom_stories .contents1 h3 {
    text-align: center;
    margin-top: 50px;
    left: 0;
  }
}

@media screen and (max-width: 1344px) {
  section.business_policies .col03 .thumb:after {
    top: 80px;
    right: -30px;
  }
}

@media screen and (max-width: 1300px) {
  section.tescom_stories .contents1 .img_box {
    display: block;
    margin-left: 0;
    padding-top: 50px;
    text-align: center;
  }

  section.tescom_stories .contents1 .right_img {
    display: none;
  }

  section.tescom_stories .contents1 .text_box {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
  }
}

@media screen and (max-width: 1280px) {
  section.contact_tescom .txt {
    top: 70%;
  }

  section.contact_tescom .box dt {
    width: 125px;
    margin-right: 0;
  }

  section.contact_tescom .box dd {
    width: calc(100% - 125px);
    padding-left: 20px;
    box-sizing: border-box;
  }

  section.contact_tescom .col .row .inner&gt;div {
    width: 100%;
  }

  section.contact_tescom .txt_v2 {
    padding: 0;
  }

  section.contact_tescom .txt .heading {
    font-size: 60px;
  }

  section.contact_tescom .txt .figure {
    width: 300px;
    height: 300px;
    left: 74%;
    top: -45%;
  }

  section.contact_tescom .txt .heading,
  section.contact_tescom .txt .heading.htext02 {
    text-align: center;
  }

  section.product_common_list .product_items&gt;ul&gt;li {
    width: 24% !important;
  }

  section.service_policy {
    overflow: hidden;
  }

  .col_box h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .col_box i {
    font-size: 16px;
  }

  .col_box p {
    padding-top: 25px;
    font-size: 26px;
    line-height: 1;
  }

  .col_box span {
    margin: 10px 0 15px;
  }

  .col_box li {
    margin-bottom: 50px;
  }

  .col_box li&gt;div {
    float: none;
    width: 100% !important;
  }

  .col_box li .thumb img {
    display: block;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .col_box li .desc {
    height: auto;
  }

  .col_box li.left .desc {
    text-align: center;
    padding-right: 0;
  }

  .col_box li .desc&gt;div {
    position: static;
    top: auto;
    transform: inherit;
    right: auto !important;
    margin-top: 20px;
  }

  .col_box li.right .desc {
    padding-left: 0;
    text-align: center;
  }

  .col_box span {
    font-size: 16px;
    margin: 15px 0 20px;
    word-break: keep-all;
  }

  .col_box .product_btn {
    height: 40px;
  }

  .col_box .product_btn span {
    font-size: 12px;
    line-height: 40px;
    font-weight: 400;
  }

  header.on .nav-menu-button-line {
    stroke: rgba(0, 0, 0, .5) !important;
  }

  body.scroll_ header.on .nav-menu-button-line {
    stroke: #fff !important;
  }

  body.scroll_ header.scrolled .nav-menu-button-line {
    stroke: #fff !important;
  }

  section.history .inner {
    max-width: 1024px;
  }

  section.history .title {
    font-size: 40px;
  }

  section.history .fixed_load {
    font-size: 100px;
    top: 108px;
  }

  section.history .history_divide {
    padding: 6rem 0 6rem 12rem;
  }

  section.history .history_divide strong {
    font-size: 100px;
    top: 108px
  }

  section.history .history_divide.last {
    padding: 6rem 0 12rem 12rem;
  }

  section.history .history_content {
    padding-left: 29.5rem;
  }

  section.history .divide_cont .his_t {
    font-size: 14px;
  }

  section.history .divide_cont h5 {
    font-size: 15px;
    padding: 10px 20px;
    line-height: 1.4;
    word-break: keep-all;
  }

  section.branches .accordion .b dt {
    width: 18%;
    color: #0972c2;
    font-weight: 500;
    padding-left: 0;
    box-sizing: border-box;
  }

  section.branches .accordion .b dd {
    width: 80%;
    padding-left: 15px;
  }

  section.branches .accordion .b dt:before,
  section.branches .accordion .b dt:after {
    display: none;
  }

  section.branches .row01 {
    padding: 70px 0 0;
    margin: 0px auto 100px;
  }

  section.branches .row01 .comp-intro-wrap5 {
    padding: 0;
  }

  .comp-intro-wrap5 .desc1 {
    margin: 15px 0 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .global-area .global-bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }

  .global-area .global-bg.t1 {
    width: 98%;
    height: 55vw;
    margin: 0 auto;
  }

  .global-area .global-roll {
    width: 100%;
    height: 450px;
    position: relative;
    float: none;
    top: auto;
    bottom: 0;
    padding: 50px 60px 0 60px;
    transform: inherit;
  }

  .global-area .global-roll:after {
    top: 0;
    width: 100%;
    height: 100%;
  }

  .global-area .swiper-container {
    overflow: visible;
  }

  .global-area .swiper-slide .img-area {
    top: -100px;
    left: auto;
    right: 0;
    width: 15%;
  }

  .global-area .swiper-slide .img-area img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .global-area .global-roll&gt;p.typo-medium-medium {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .global-area .swiper-slide .txt-area {
    width: 100%;
    font-size: 20px;
    padding-right: 0;
  }

  .global-area .swiper-slide .txt-area .txt1 {
    font-size: 30px;
    line-height: 1;
  }

  .global-area .swiper-slide .txt-area .txt2 {
    width: auto;
    margin: 20px 0;
    font-size: 18px;
  }

  .global-area .swiper-slide .txt-area .txt3 {
    max-height: 155px;
    font-size: 18px;
    line-height: 1.7;
    padding-right: 80px;
    overflow-y: auto;
  }

  .global-roll .swiper-scrollbar {
    width: 100%;
  }

  .global-roll .swiper-scrollbar-drag {
    top: -1px;
    height: 4px;
  }

  .global-area .nation-area {
    width: 100%;
  }

  .global-area .nation-area .location-div {
    height: 270px;
    padding: 0 0 0 60px;
  }

  .global-roll .indi-area {
    padding: 0 60px;
  }

  .global-area .nation-area .nation-btn {
    top: 50px;
    right: 60px;
  }

  .global-roll .swiper-button-prev {
    right: 180px;
    bottom: 310px;
  }

  .global-roll .swiper-button-next {
    right: 130px;
    bottom: 310px;
  }

  .global-area .nation-area .location-div a {
    width: 33.33%;
    margin-top: 35px;
  }

  section.product_common_list .category {
    width: 100%;
    padding: 0 40px;
    overflow: hidden;
    height: 50px;
    position: relative;
    box-sizing: border-box;
    min-height: 100%;
    z-index: 2;
  }

  section.product_common_list .category.open {
    height: 100%;
  }

  section.product_common_list .category .mobile_btn {
    z-index: 10;
    position: absolute;
    left: 40px;
    top: 0px;
    width: calc(100% - 80px);
    height: 50px;
    background: #007ede;
    color: #fff;
    line-height: 50px;
    text-transform: capitalize;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
  }

  section.product_common_list .category .mobile_btn i {
    position: absolute;
    right: 15px;
    top: 15px;
  }

  section.product_common_list .category.open .mobile_btn i svg {
    transform: rotate(90deg);
  }

  section.product_common_list .category .mobile_btn i svg {
    transition: transform .3s ease;
  }

  section.product_common_list .category .wrap {
    padding: 0px;
    padding-top: 40px;
    margin-top: auto;
  }

  section.product_common_list .category_box {
    width: 100%;
    padding: 0px 40px;
    margin-left: 0%;
    margin-top: 70px;
    margin-bottom: 10px;
  }

  section.product_common_list .category_box .select_box {
    width: 50%;
  }

  section.product_common_list .category_box.solutions .select_box {
    width: 100%;
  }

  section.product_common_list .category .wrap&gt;ul&gt;li {
    display: block !important;
  }

  section.product_common_list .category .wrap ul li ul {
    position: relative;
    top: 0px;
    width: 100%;
    display: block;
    padding: 10px 20px 8px 20px;
    margin: 0px;
    margin-top: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }

  section.product_common_list .category .wrap ul li ul li {
    padding: 0px;
    width: 20%;
    padding-right: 0px;
    display: inline-block;
  }

  section.product_common_list .category .wrap ul li,
  section.product_common_list .category .wrap ul li ul li {
    display: inline-block;
    padding-bottom: 5px;
  }

  section.product_common_list .product_items ul li {
    width: calc(33.33% - 40px);
  }

  section.product_common_list .product_items {
    width: 100%;
    padding: 0px 40px;
    margin-top: 30px;
  }

  section.head_office .row01 .tit {
    width: 100%;
  }

  section.head_office .row01 .content {
    width: 100%;
  }

  section.head_office .col01 .box&gt;div {
    display: block;
  }

  section.head_office .col01 .box {
    width: 100%;
  }

  section.head_office .col01 .box_v2 {
    width: 100%;
  }
}

@media screen and (max-width: 1240px) {
  section.business_policies .col .row&gt;img {
    display: block;
    width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .guide_wrap .item_list li&gt;img {
    transform: scale(0.8);
  }

  section.business_policies .col .row_v2 img {
    position: absolute;
    left: -93px;
    z-index: -1;
    top: -142px;
  }

  section.business_policies .col .row {
    width: 100%;
    float: none;
  }

  section.business_policies .col .row&gt;imb {
    width: 100%;
  }

  section.business_policies .col .row_v2 {
    width: 87%;
    height: auto;
    margin: 150px 0 30px;
    padding: 0;
  }

  section.business_policies .col_ .row_v2 {
    width: 100%;
    float: right;
    text-align: right;
    box-sizing: border-box;
    transform:translateX(-20px);
  }

  section.business_policies .col_ .row_v2 img {
    left: auto;
    right: 0;
    transform: scaleX(-1);
  }

  section.business_policies .col_ {
    margin-top: 70px;
    padding-bottom: 70px;
  }

  section.business_policies .col .row_v2 h3,
  section.business_policies .col .row_v2 p {
    position: static;
    bottom: auto;
  }

  section.business_policies .col .row_v2 p br {
    display: none;
  }
}

@media screen and (max-width: 1058px) {
  section.careers .box_wrap {
    width: auto;
    height: auto;
  }

  section.careers .box_wrap&gt;img {
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  section.careers .box_wrap .box {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  section.technical_inquiry.contact .co101&gt;div:last-child {
    margin-top: 0;
    width: 100%;
  }

  .chartTableRow {
    background: #fff;
  }

  .impo_box .box {
    padding: 30px 0;
  }

  .impo_box .left {
    width: 100%;
  }

  .impo_box .left p {
    margin-bottom: 20px;
  }

  .impo_box .right {
    width: 100%;
    padding-left: 0;
  }

  .impo_box .right p {
    margin-bottom: 15px;
  }

  .chartTable.type3 .chartTableRow.data {
    border-top: 1px solid rgba(0, 0, 0, .1);
    box-sizing: border-box;
  }

  .chartTable.type3 .chartTableCell div.btn {
    line-height: 24px;
    text-align: center;
  }

  .guide_wrap .item_list li {
    width: 50%;
  }

  .guide_wrap .item_list li&gt;img {
    transform: scale(1);
  }

  .item_list li {
    width: 50%;
    margin-bottom: 50px;
  }

  section.business_policies .col04 .thumb {
    display: none;
  }

  section.business_policies .col04 ul {
    width: 100%;
  }

  section.business_policies .col03 .inner&gt;.fl {
    margin-bottom: 50px;
  }

  section.product_common_list .product_items&gt;ul&gt;li {
    width: 32.3% !important;
  }

  section.business_policies .col02 li&gt;div {
    display: inline-block;
    position: relative;
  }

  section.business_policies .col02 i {
    left: -25px;
  }

  section.business_policies .col02 li {
    width: 50%;
    margin-bottom: 40px;
  }

  section.business_policies .col03 .inner&gt;.fl,
  section.business_policies .col03 .inner&gt;.fr {
    width: 100%;
    float: none;
  }

  section.business_policies .col03 .list&gt;li&gt;p br {
    display: none;
  }

  .chartTable.type2 .chartTableCell&gt;p {
    display: inline-block;
    width: calc(100% - 120px);
    vertical-align: top;
  }

  section.board_view .inner .content {
    width: 100%;
  }

  section.board_view .inner&gt;div {
    display: block;
  }

  section.board_view .inner .category {
    width: 100%;
  }

  section.board_view .inner .content {
    width: 100%;
  }

  section.board_view .inner .content p {
    font-size: 16px;
    line-height: 1.5;
    word-break: break-word;
  }

  section.board_view .inner .category p {
    font-size: 14px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  section.board_view .inner .content h3 {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    word-break: keep-all;
  }

  section.board_view .inner .content .date {
    padding-top: 0;
    padding-bottom: 20px;
  }

  section.board_view .inner .content img {
    margin-bottom: 30px;
  }

  .question_wrap .chartTable.type2 .chartTableCell&gt;span {
    display: none;
  }

  .inner {
    width: inherit;
    padding: 0 30px;
    box-sizing: border-box;
  }

  .tab&gt;ul&gt;li.on a:after {
    display: none;
  }

  .tab.multi ul li {
    width: 100%;
  }

  .tab {
    margin-top: 10px;
    position: relative;
  }

  .tab.mg-on {
    margin-top: 30px;
  }

  .tab .selected {
    display: block;
    line-height: 40px;
    cursor: pointer;
    background: url(../images/tab_arrow.png) no-repeat right top #005890;
    background-size: 40px;
    font-size: 13px;
    color: #fff;
    text-indent: 15px;
  }

  .tab .selected.on {
    background-position: right bottom;
  }

  .tab&gt;ul {
    display: none;
    border: 1px solid #d9d9d9;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .tab&gt;ul&gt;li {
    display: block;
    width: 100%;
    border-right: none;
    border: 0;
  }

  .tab&gt;ul&gt;li:last-child {
    border-bottom: none;
  }

  .tab&gt;ul&gt;li a {
    display: block;
    padding: 14px 0;
    text-align: left;
    font-size: 13px;
    text-indent: 15px;
    background: #fff;
    line-height: inherit;
  }

  .tab&gt;ul&gt;li a br {
    display: none;
  }

  .tab&gt;ul&gt;li a.lh44 {
    line-height: 22px;
  }

  .tab&gt;ul&gt;li.on {
    border: 0;
  }

  .tab&gt;ul&gt;li.on a {
    background: #f1f1f1;
    color: #005890;
    font-weight: 700;
  }

  .tab.multi ul {
    display: none;
    border: none;
    border: 1px solid #d9d9d9;
  }

  .tab.multi ul:after {
    content: "";
    display: block;
    clear: both;
  }

  .tab.multi ul li:nth-child(6),
  .tab.multi ul li:nth-child(7),
  .tab.multi ul li:nth-child(8),
  .tab.multi ul li:nth-child(9),
  .tab.multi ul li:nth-child(10) {
    border-top: none;
  }

  .tab.multi ul li {
    width: 100%;
    height: auto;
    border: none;
  }

  .tab.multi ul li:first-child {
    border-left: none;
  }

  .tab.multi ul.col-03 li {
    width: 100% !important;
  }

  .tab.multi ul.col-03 li:nth-child(3n + 1) {
    border-left: none;
  }

  .tab.multi ul.col-04 li {
    width: 100%;
  }

  .tab.multi ul.col-04 li:nth-child(4n + 1) {
    border-left: none;
  }

  .tab.multi ul.col-05 li {
    width: 100%;
  }

  .tab.multi ul.col-05 li:nth-child(5n + 1) {
    border-left: none;
  }

  .tab.multi ul.col-06 li {
    width: 100%;
  }

  .tab.multi ul.col-06 li:nth-child(6n + 1) {
    border-left: none;
  }

  .tab.history {
    height: auto;
  }

  .tab.history li {
    height: auto;
  }

  .tab2 {
    margin-top: 30px;
    height: 40px;
  }

  .tab2 li a {
    line-height: 36px;
    font-size: 13px;
  }

  .accordian .tit {
    padding-top: 20px;
    font-size: 15px;
  }

  .accordian dt {
    height: 40px;
    line-height: 40px;
  }

  .accordian dt.on a:after {
    width: 10px;
    right: 15px;
    margin-top: -3px;
    background-size: 10px;
  }

  .accordian dt a {
    font-size: 13px;
  }

  .accordian dt a:after {
    width: 10px;
    right: 15px;
    margin-top: -5px;
    background-size: 10px;
  }

  .accordian dd {
    padding-bottom: 20px;
  }

  .accordian .tbl-txt {
    font-size: 11px;
  }

  .accordian .tbl-txt .ico img {
    width: 10px !important;
  }

  .accordian .graph {
    width: 100%;
  }

  .accordian .graph img {
    width: 100%;
  }

  .chartTableBody,
  .chartTableRow {
    display: block;
    font-size: 0px;
  }

  .chartTableRow.head {
    display: none;
  }

  .chartTable,
  .divTableHead,
  .chartTableCell&gt;span,
  .chartTableCell {
    display: inline-block;
    text-align: center;
    border-right: 0px;
  }

  .chartTableCell:last-child,
  .divTableHead:last-child {
    border-right: 0px;
  }

  .chartTableRow.data {
    text-align: left;
    padding: 10px 20px;
  }

  .chartTable.type2 .chartTableCell:first-child {
    padding: 5px 0px;
    vertical-align: top;
  }

  .chartTableCell a.btn {
    color: #007EDE;
    border: 1px solid #007EDE;
    border-radius: 3px;
    display: inline-block;
    font-weight: 500;
  }

  .chartTableRow:nth-of-type(2n-1) {
    background: #Fff;
  }

  .chartTableRow:nth-of-type(2n+1) {
    background: #F5F8FA;
  }

  .chartTableCell.half {
    width: 50%;
  }

  .chartTableCell {
    width: 50%;
    box-sizing: border-box;
    text-align: left;
    padding: 5px 0px;
    padding-right: 0px;
    font-size: 14px;
  }

  .chartTable.type2 .chartTableCell&gt;span {
    vertical-align: top;
  }

  .chartTableCell&gt;span {
    text-align: center;
    background: #e5e5e5;
    font-size: 13px;
    color: #222;
    font-weight: 400;
    border-radius: 3px;
  }

  .brochureCell a.btn,
  .chartTableCell a.btn,
  .brochureCell a.btn:hover,
  .chartTableCell a.btn:hover {
    line-height: 24px;
  }

  section.technical_inquiry .co101&gt;div {
    width: 100%;
  }

  section.technical_inquiry .co101&gt;div:last-child {
    margin-top: 100px;
  }

  section.product_common_list .category .wrap ul li ul li {
    padding: 0px;
    width: 50%;
    padding-bottom: 7px;
    display: inline-block;
  }

  section.product_common_list .category .wrap&gt;ul:first-child&gt;li:nth-of-type(2),
  section.product_common_list .category .wrap&gt;ul:first-child&gt;li:nth-of-type(3) {
    width: 100%;
  }

  section.branches .accordion .b dl {
    width: 100%;
  }

  section.branches .accordion .b dl:nth-child(-n+2) {
    margin-top: 10px;
  }

  section.branches .accordion .b dl:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 960px) {
  section.newsrooms .div_tab ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tab_header ul {
    width: 100%;
  }

  .form_line {
    text-align: center;
    margin-bottom: 75px;
  }

  .form_line .form_box {
    float: inherit;
    text-align: center;
    display: inline-block;
    width: 100%;
  }

  section.history .tit img {
    margin-bottom: 50px;
  }

  section.history .title {
    font-size: 30px;
    word-break: keep-all;
  }

  section.history {
    padding: 90px 0 0;
  }

  section.history .history_tab {
    position: relative;
    top: auto;
    left: auto;
    line-height: 2;
  }

  section.history .history_tab&gt;a {
    display: inline-block;
    margin: 0 2rem 0 0;
  }

  section.history .history_img_wrap {
    width: 100%;
    height: 56vw;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 2rem;
  }

  section.history .history_content {
    padding-left: 0;
  }
  section.history .history_divide.first,
  section.history .history_divide.last,
  section.history .history_divide {
    padding: 3rem 0 3rem 20rem;
  }

  section.history .history_divide.first .divide_cont {
    top: auto;
  }

  section.history .history_divide strong {
    font-size: 80px;
    top: 30px;
  }

  section.history .history_divide.last strong {
    top: 30px;
  }

  section.history .history_divide strong span {
    display: inline-block;
  }

  section.history .fixed_load {
    display: none;
  }

  section.history .history_img_wrap .history_img {
    display: none;
  }

  section.history .history_img_wrap .history_img.on {
    display: block;
  }

  section.history .divide_wrap {
    display: none;
  }

  section.history .divide_wrap.on {
    display: block;
    height: auto !important;
  }

  section.history {
    padding: 50px 0;
  }

  section.history .scroll_wrap {
    height: auto;
  }

  section.history .history_divide strong {
    color: rgba(255, 255, 255, 255);
  }
}

@media screen and (max-width: 768px) {
  section.product_common_view .slick-arrow {
    top: 50%;
  }

  .basic_table .contents&gt;li&gt;a {
    display: block;
  }

  section #manual_popup .manual_box {
    width: 80%;
  }

  section.careers .com_desc {
    padding: 0 20px 30px;
    word-break: keep-all;
  }

  section.business_policies .col04 i {
    width: 100%;
  }

  .guide_wrap .col02 .desc {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }

  section.careers .col {
    margin: 50px 0;
    padding: 50px 0;
  }

  .com_tit h2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .com_tit p {
    width: 100%;
  }

  section.product_common_list .product_items {
    padding: 0;
  }

  section.product_common_list .product_items&gt;ul&gt;li {
    width: 49% !important;
  }

  .item_box li {
    width: 48%;
    margin: 0 1% 50px;
  }

  section.technical_inquiry .co101 {
    margin: 50px 0;
  }

  .pagination {
    padding: 30px 0;
  }

  .technical_inquiry .question_wrap .chartTableRow {
    display: block;
  }

  .chartTable.type2 .question .chartTableCell.a img {
    position: static;
    margin: inherit;
    opacity: inherit;
    top: inherit;
    display: inline-block;
    vertical-align: -5px;
    margin-right: 7px;
  }

  .question_wrap .chartTable.type2 .chartTableCell.a {
    width: 100% !important;
    padding: 20px 10px;
  }

  .question_wrap .chartTable.type2 .answer .chartTableCell.b {
    width: 100% !important;
    height: 400px;
    padding: 0 10px 50px;
  }

  .chartTable.type2 .question .chartTableCell.b&gt;i:after,
  .chartTable.type2 .question .chartTableCell.b&gt;i:before {
    height: 2px;
  }

  .chartTable.type2 .answer.open {
    height: 450px;
  }

  .question_wrap .chartTable.type2 .question .chartTableCell.a {
    width: 100% !important;
    padding: 20px 10px 0;
    font-weight: 400;
  }

  .chartTable.type2 .answer .chartTableCell.a img {
    position: static;
    top: inherit;
    margin: inherit;
  }

  .question_wrap .chartTableRow.data {
    padding: 0;
  }

  .question_wrap .chartTable.type2 .question .chartTableCell.b {
    width: 100% !important;
    padding: 5px 30px 15px 40px;
    word-break: keep-all;
  }

  .question_wrap .chartTable.type2 .chartTableCell&gt;p {
    width: 100%;
    word-break: keep-all;
  }

  .chartTable.type2 .question .chartTableCell.b&gt;i {
    right: -10px;
    top: -20px;
  }

  section.search_all .tab_header&gt;.select_wrapper&gt;select {
    display: block;
  }

  .result_box_v2 .inner&gt;div:not(:last-child) {
    margin-bottom: 50px;
  }

  section.ajax_reload .tab_header {
    position: relative;
    padding-bottom: 30px;
  }

  .result_box .tab_header&gt;ul,
  .tab_header&gt;ul {
    display: none !important;
  }

  .tab_header label {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #007ede;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/gnb_arrow2.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    background-size: 15px;
  }

  .tab_header&gt;.select_wrapper {
    position: relative;
    width: 100%;
  }

  .tab_header&gt;.select_wrapper&gt;select {
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .tab_header&gt;.select_wrapper&gt;select&gt;option {
    background: #fff;
    color: #000;
    text-align: center;
  }

  section.product_common_view .product_items_detail {
    display: block;
  }

  section.product_common_view .product_items_detail .thumb {
    width: 100%;
    /*        height: calc(100vw - 60px);*/
    height: auto;
  }

  section.product_common_view .product_items_detail .thumb .slick-dots {
    bottom: -15px;
  }

  section.product_common_view .product_items_detail .description {
    min-height: auto;
    height: auto;
    padding: 0;
    width: 100%;
    padding-bottom: 30px;
    margin-top: 50px;
  }

  .product_btn_v3 {
    margin-top: 0;
  }

  .product_btn_v3,
  .product_btn_v3 span {
    margin: 0;
    text-align: center;
    display: block;
    width: 100%;
  }

  section.product_common_view .product_items_detail .thumb .items {
    height: 60vw;
  }

  section.product_common_view .product_items_detail .description p {
    padding-top: 0px;
    font-size: 15px;
    line-height: 1.8;
    padding-bottom: 50px;
  }

  .com_desc {
    padding-bottom: 50px;
  }

  .result_box {
    margin-top: 0;
  }

  .result_box&gt;p {
    text-align: center;
    margin-bottom: 30px;
  }

  .basic_table .big_tit {
    display: none;
  }

  .result_box_v2 .col.product .basic_table .contents&gt;li,
  .result_box_v2 .col.solution .basic_table .contents&gt;li,
  .basic_table .contents&gt;li {
    padding: 20px;
    box-sizing: border-box;
  }

  .basic_table .contents&gt;li&gt;a&gt;div.num {
    display: none;
  }

  .basic_table .contents&gt;li&gt;a&gt;div.img,
  .basic_table .contents&gt;li&gt;a&gt;div.tit {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
  }

  .basic_table .contents&gt;li&gt;a&gt;div.desc {
    display: block;
    width: 100%;
  }

  .basic_table .contents&gt;li&gt;a&gt;div.desc p {
    margin-top: 15px;
    height: auto;
    word-break: keep-all;
  }

  .basic_table .contents&gt;li {
    height: auto;
  }

  .result_box_v2 .col.product .basic_table .contents&gt;li,
  .result_box_v2 .col.solution .basic_table .contents&gt;li,
  .result_box_v2 .col.product .basic_table .contents&gt;li&gt;a,
  .result_box_v2 .col.solution .basic_table .contents&gt;li&gt;a {
    min-height: auto;
  }

  .down_box .basic_table .contents li&gt;a&gt;div.tit {
    display: inline-block;
    width: 70%;
    padding: 0;
    vertical-align: middle;
    text-align: left;
  }

  .down_box .basic_table .contents li&gt;a&gt;div.down_btn {
    display: inline-block;
    width: 30%;
    padding: 0;
    vertical-align: middle;
    text-align: right;
  }

  .down_box .basic_table .contents li&gt;a&gt;div.desc {
    display: none;
  }

  .down_box .basic_table .contents li&gt;a&gt;div.tit span {
    height: auto;
    padding: 0;
    font-weight: 400;
  }

  .down_box .basic_table .contents li&gt;a&gt;div.desc p {
    margin-top: 0;
  }

  .basic_table .contents&gt;li&gt;a&gt;div.img&gt;div {
    width: 100%;
    height: 29vw;
  }

  .basic_table .contents&gt;li&gt;a&gt;div.desc {
    padding: 0;
    word-break: keep-all;
  }

  .form_line {
    display: none;
  }

  .sub_top_visual {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 300px;
  }

  .sub_top_visual h2 {
    font-size: 30px;
    line-height: 43px;
  }

  .com_title h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .js_select_wrap {
    display: block;
    margin-top: 75px;
  }

  .result_box_v2 {
    border-top: none;
    padding-top: 30px;
  }

  section.product_common_list .category_box {
    width: 100%;
    padding: 0px;
    margin-left: 0%;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  section.tescom_stories .contents1 .text_box {
    width: 100%;
  }

  section.product_common_list .category {
    padding: 0px;
  }

  section.product_common_list .category .mobile_btn {
    left: 0px;
    width: 100%;
    height: 50px;
    text-align: left;
    text-indent: 17px;
  }

  section.product_common_list .product_items ul li {
    display: inline-block;
    cursor: pointer;
    width: calc(44% - 10px);
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .com_title h2.pd_tit {
    font-size: 30px;
  }

  section.business_policies .col_ {
    margin-top: 50px;
    padding-bottom: 50px;
  }

  section.business_policies .col .row_v2 {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }

  section.business_policies .col .row_v2 img {
    display: none;
  }

  section.product_common_view .product_items_detail {
    padding: 0 20px;
  }

  .basic_table .contents&gt;li&gt;a&gt;div.tit_ span {
    padding-left: 10px;
    box-sizing: border-box;
  }

  .inner {
    padding: 0 20px;
  }

  section.contact_tescom .col h3 {
    font-size: 35px;
    margin-bottom: 20px;
  }

  section.contact_tescom .col h3 br {
    line-height: 1;
  }

  section.contact_tescom .txt .desc {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 70px;
  }

  section.contact_tescom .txt .figure {
    width: 47vw;
    height: 47vw;
  }

  section.contact_tescom .txt .heading {
    font-size: 8vw;
  }

  section.business_policies .col04 li {
    margin-bottom: 35px;
  }

  section #manual_popup .manual_box {
    padding: 30px 20px;
  }

  section #manual_popup .fl {
    font-size: 14px;
  }

  .item_box .desc {
    margin-top: 20px;
  }

  .item_box .desc i {
    font-size: 12px;
  }

  .item_box .desc span {
    margin: 2px 0 7px;
    font-size: 22px;
  }

  .item_box .desc p {
    font-size: 16px;
  }

  .item_box .desc p:after {
    width: 3px;
    height: 3px;
  }

  section.technical_inquiry .co101 {
    margin: 0;
  }

  section.technical_inquiry .co101 dl {
    margin-bottom: 15px;
  }

  section.technical_inquiry .co101 dt {
    width: 80px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 3px;
    box-sizing: border-box;
    color: #007EDE;
    border: 1px solid #007EDE;
    border-radius: 3px;
    padding: 1px 0;
  }

  section.technical_inquiry .co101&gt;div:last-child {
    margin-top: 20px;
  }

  section.technical_inquiry .co101 dd {
    width: calc(100% - 80px);
    padding-left: 15px;
    box-sizing: border-box;
  }

  .chartTableRow.data {
    padding: 10px;
  }

  section.business_policies .col03 .list&gt;li&gt;p {
    font-size: 15px;
    line-height: 1.5;
  }

  section.business_policies .col03 .list&gt;li:after {
    width: 3px;
    height: 3px;
    top: 11px;
  }

  section.technical_inquiry form label {
    font-size: 16px;
  }

  section.technical_inquiry .co101 img {
    margin: 25px 0 30px;
  }

  section.product_common_list .product_items ul li .spec ul li span {
    color: #000;
  }

  section.product_common_list .product_items ul li .spec .detail p {
    height: 45px;
    line-height: 45px;
    font-weight: 400;
    font-size: 15px;
  }

  section.product_common_list .product_items ul li .tag {
    font-weight: 400;
    line-height: 1.5;
    padding: 5px 15px;
    box-sizing: border-box;
    word-break: keep-all;
  }

  .search_wrap .row02 h3 {
    font-weight: 400;
  }

  .search_wrap .row02 li a {
    color: #000;
  }

  section.board_view .inner .category p {
    font-weight: 400;
  }

  section.board_view .inner .list {
    font-weight: 400;
    padding: 10px 41px;
    line-height: 30px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .chartTableCell.hidden {
    display: none;
  }

  .guide_wrap .col03 {
    padding: 50px 0;
  }

  .guide_wrap .item_list li&gt;img {
    transform: scale(0.8);
  }

  .guide_wrap .col01 {
    margin: 50px 0;
  }

  .guide_wrap .col02 {
    padding: 50px 0;
  }

  .com_tit h2 {
    font-size: 20px;
  }

  .com_tit p {
    font-size: 15px;
  }

  .info_wrap .col03 {
    margin-top: 70px;
  }

  .com_tit {
    margin-bottom: 30px;
  }

  .item_list li {
    margin-bottom: 0;
  }

  .item_list li img {
    transform: scale(0.7);
  }

  .item_list li p {
    font-size: 12px;
    margin-top: -20px;
    word-break: keep-all;
  }

  section.business_policies .col03 .thumb {
    height: 70vw;
  }

  section.business_policies .col03 .list&gt;li {
    margin-bottom: 15px;
    padding-left: 15px;
  }

  section.business_policies .col03 h2 {
    font-size: 12px;
    padding: 2px 25px;
    border: 1px solid #fff;
  }

  section.business_policies .col03 h3 {
    margin: 10px 0 20px;
    font-size: 20px;
  }

  section.business_policies .col03 {
    padding: 50px 0;
  }

  section.business_policies .col04 {
    padding: 50px 0;
  }

  section.business_policies .col04 i {
    width: 100%;
    font-size: 11px;
    top: -7px;
  }

  section.business_policies h3 {
    margin-bottom: 30px;
    font-size: 20px;
  }

  section.business_policies .col .row_v2 h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  section.business_policies .col .row_v2 {
    width: 100%;
    padding: 0;
  }

  section.business_policies .col .row_v2 p {
    font-weight: 300;
    font-size: 15px;
  }

  section.business_policies .col02 h3 {
    margin-bottom: 30px;
  }

  section.business_policies .col02 {
    margin: 50px 0;
  }

  section.business_policies .col .row&gt;img {
    width: 100%;
  }

  section.business_policies .col .row_v2 {
    margin: 20px 0 30px;
    transform:unset;
  }

  section.business_policies .col_ .row_v2 {
    width: 100%;
    margin: 0 0 30px;
  }

  section.business_policies .col .row_v2 img {
    transform: scale(0.5);
    left: -90px;
    top: -100px;
  }

  section.business_policies .col_ .row_v2 img {
    left: auto;
    right: -40px;
    transform: scale(0.5) scaleX(-1);
  }

  section.business_policies .col03 .thumb img {
    width: 40%;
    top: 50%;
  }

  section.business_policies .col04 div {
    width: 100%;
  }

  section.business_policies .col04 h4 {
    width: 100%;
    left: 0;
    margin-bottom: 10px;
    font-size: 20px;
  }

  section.business_policies .col04 p {
    width: 100%;
    font-size: 15px;
  }

  section.business_policies .col04 p br {
    display: none;
  }

  section.product_common_list .category .wrap ul li ul li {
    width: 100%;
  }

  .form_area_v2 .ck_custom {
    float: none;
  }

  section.technical_inquiry .co101 h4 {
    font-size: 18px;
    word-break: keep-all;
  }

  section.service_policy h3 {
    margin-bottom: 50px;
    font-size: 15px;
    letter-spacing: -0.03em;
    word-break: keep-all;
  }

  section.service_policy h3 br {
    display: none;
  }

  .form_area_v2.from_link .ck_custom {
    display: block;
  }

  .product_btn_v2 {
    margin-top: 30px;
    float: none;
    bottom: auto;
  }

  section.technical_inquiry .form_area_v2 {
    height: auto;
    position: static;
  }

  section.technical_inquiry .form_area_v2 label {
    position: static;
    transform: inherit;
  }

  section {
    padding-bottom: 50px;
  }

  .rd_custom label {
    display: inline-flex;
  }

  .down_btn p,
  .result_box_v2 .box a {
    padding: 3px 20px;
    font-weight: 500;
    transition: color.2s ease, background .2s ease;
  }

  .result_box_v2 .box a {
    float: right;
    margin-left: 0;
  }

  .basic_table .contents&gt;li&gt;a&gt;div.desc .tag_wrapper .tag {
    border-radius: 3px;
    padding: 0px 10px;
    background: #e5e5e5;
    font-size: 13px;
    color: #222;
    font-weight: 400;
  }

  .down_btn p img,
  .result_box_v2 .box a img {
    display: none;
  }

  .result_box_v2 .box h3&gt;span {
    font-weight: 400;
  }

  section.tescom_stories .contents1 h3 {
    font-size: 22px;
    line-height: 1.1;
  }

  section.head_office .port span {
    display: block;
    margin: 5px 0;
    font-size: 14px;
  }

  section.head_office .port p {
    display: block;
    width: 100%;
  }

  section.head_office .col01 {
    padding: 50px 0 0;
  }

  section.head_office h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  section.tescom_stories .contents1 .img_box {
    padding-top: 20px;
  }

  section.head_office .row01 .tit {
    font-size: 20px;
    font-weight: 400;
  }

  section.head_office .row01 .content h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  section.tescom_stories .contents1 .text_box p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 20px;
  }

  section.head_office .col01 .box_v2 h4,
  section.head_office .col01 .box h4 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 400;
  }

  section.head_office .col01 .box_v2 p,
  section.head_office .col01 .box a {
    font-size: 15px;
  }

  section.head_office .col01 .box p {
    font-size: 16px;
  }

  section.head_office .col02 {
    margin-top: 50px;
  }

  section.head_office .port span i {
    font-weight: 400;
    min-width: auto;
    width: 70px;
    display: inline-block;
    transition: color.2s ease, background .2s ease;
    font-size: 12px;
    box-sizing: border-box;
  }

  section.history .history_tab&gt;a {
    margin: 0;
  }

  section.head_office .root_daum_roughmap {
    height: 350px;
    margin-top: 20px;
  }

  section.history {
    margin-top: 0;
  }

  section.history .tit p {
    font-size: 30px;
  }

  section.history .title {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
  }

  section.history .title br {
    display: none;
  }

  section.history .title strong {
    display: block;
    word-break: keep-all;
  }

  section.history .history_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  section.history .history_img_wrap {
    margin: 20px 0;
  }

  .sub_top_visual {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 250px;
  }

  .sub_top_visual h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .com_title {
    padding: 30px 0 30px;
  }

  .com_title h2:after {
    top: 35px;
    height: 30px;
  }

  .com_title h2.pd_tit:after {
    top: 45px;
  }

  .com_title h2 {
    font-size: 18px;
    line-height: 30px;
  }

  .com_desc p {
    margin-top: 0px;
    font-size: 15px;
    letter-spacing: -0.03em;
  }

  .com_desc p br {
    display: none;
  }

  section.history .history_divide.last {
    padding: inherit;
  }

  section.history .title br {
    display: none;
  }

  section.history .tit p {
    margin: 15px 0 30px;
  }

  section.history .history_divide {
    display: block;
    position: relative;
    padding: 0 0 30px;
    border: none;
  }

  section.history .history_divide.first {
    padding: 0 0 30px;
  }

  section.history .history_divide strong {
    position: static;
    transform: inherit;
    top: auto;
    margin-bottom: 10px;
  }

  section.history .history_divide.last strong {
    top: auto;
  }

  section.history .history_tab&gt;a span {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 3px;
    box-sizing: border-box;
  }

  section.history .history_tab&gt;a span:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all .5s ease;
  }

  section.history .history_tab&gt;a.on span:after {
    width: 100%;
    opacity: 1;
  }

  .global-area {
    padding-top: 50px;
  }

  .global-area .global-roll,
  .global-area .nation-area .location-div {
    background: #026cbd;
  }

  .global-roll .indi-area {
    padding: 0 30px;
  }

  .global-roll .swiper-button-next,
  .global-roll .swiper-button-prev {
    display: none;
  }

  .global-area .global-roll {
    padding: 50px 30px 0 30px;
  }

  .global-area .swiper-slide .txt-area .txt3 {
    word-break: keep-all;
    padding-right: 30px;
  }

  .global-area .nation-area .location-div {
    padding: 0 0 0 30px;
  }

  .global-area .nation-area .nation-btn,
  .global-area .nation-area .nation-close-btn {
    right: 40px;
  }

  section.branches .accordion .b dl,
  section.branches .accordion .b dl:nth-child(-n+2) {
    margin-top: 20px;
  }

  section.branches .accordion .b {
    padding: 0 20px;
  }

  section.branches .accordion .b.active {
    padding: 20px 20px 30px;
  }

  section.branches .accordion .b dd {
    min-height: auto;
    padding-left: 0;
    display: inline-block;
    width: calc(100% - 80px);
    padding-left: 10px;
    box-sizing: border-box;
    line-height: 1;
    font-size: 14px;
    line-height: 1.3;
  }

  section.branches .accordion .a {
    min-height: 55px;
    padding: 5px 30px 5px 20px;
  }

  section.branches .accordion .a .tit {
    font-size: 13px;
    line-height: 1.2;
    padding-right: 15px;
    box-sizing: border-box;
  }

  section.branches .accordion .a .badge {
    width: 45px;
  }

  section.branches .accordion .b dt {
    width: auto;
    width: 80px;
    text-align: center;
    line-height: 1;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: 400;
    color: #007EDE;
    border: 1px solid #007EDE;
    box-sizing: border-box;
    background: transparent;
  }

  section.newsrooms .div_tab ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  section.newsrooms .div_tab ul li .thumb {
    height: 44vw;
  }

  .tab_body {
    margin-top: 0 !important;
  }

  .form_line .form_box&gt;.select {
    width: 100%;
    margin-right: 0%;
    text-align: left;
  }

  .form_line .form_box&gt;.search_wrap {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    padding-left: 15px;
  }

  .form_line .search_wrap input[type="search"] {
    padding: 0;
  }

  .div_tab .form_box {
    width: 100%;
  }

  section.organization_chart h3 {
    margin-top: 50px;
    font-size: 24px;
    word-break: keep-all;
  }

  .chartTableCell,
  .chartTableCell.half {
    width: 100%;
  }

  section.technical_inquiry .co101&gt;div:last-child {
    margin-top: 50px;
  }

  .btn_v2 {
    width: 100%;
    padding: 0;
  }

  .btn_v2 .btn_v2_line,
  .btn_v2 svg {
    display: none;
  }

  .btn_v2_text_wrapper {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    transition: none;
    background: #007ede;
  }

  .btn_v2_text {
    color: #fff;
  }

  section.product_common_list .category_box {
    display: block;
  }

  section.product_common_list .category_box .select_box {
    width: auto;
    margin-right: 0;
  }

  section.product_common_list .category_box .select_box:last-child {
    margin-top: 10px;
    z-index: 0;
  }

  section.product_common_list .product_items ul li {
    width: 100%;
    margin: 0px;
  }

  section.product_common_list .product_items&gt;ul&gt;li {
    margin-bottom: 30px;
    left: 0 !important;
  }
}

@media screen and (max-width: 414px) {
  section.product_common_view .slick-arrow {
    width: 13px;
    height: 25px;
  }

  .result_box_v2 .col.solution .basic_table .contents&gt;li {
    padding: 20px 10px;
    box-sizing: border-box;
  }

  section.contact_tescom .col h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  section.contact_tescom .col h3 span {
    line-height: 1;
    font-size: 34px;
  }

  section.contact_tescom .col h4 {
    font-size: 16px;
    line-height: 1.2;
  }

  section.contact_tescom .box dd {
    width: calc(100% - 80px);
  }

  section.contact_tescom .box dl * {
    font-size: 16px;
  }

  section.contact_tescom .box dt {
    width: 80px;
    font-size: 12px;
  }

  section.contact_tescom .txt_v2 {
    top: 0;
  }

  section.contact_tescom .txt .figure {
    left: 70%;
    top: -20%;
  }

  section.contact_tescom .txt .desc {
    font-size: 20px;
    margin: 0 0 50px;
  }

  .chartTable.type2 .question .chartTableCell.b&gt;i {
    width: 30px;
    height: 30px;
  }

  .chartTable.type2 .question .chartTableCell.b&gt;i {
    right: 0;
    top: -15px;
  }

  .chartTable.type2 .question .chartTableCell.b&gt;i:after,
  .chartTable.type2 .question .chartTableCell.b&gt;i:before {
    width: 10px;
  }

  section #manual_popup .manual_box {
    padding: 20px;
  }

  section #manual_popup .clearfix {
    margin-bottom: 15px;
    border-bottom: 2px solid #007EDE;
    padding-bottom: 2px;
  }

  section #manual_popup .manual_box .item label {
    font-size: 12px;
  }

  section #manual_popup .fl {
    position: relative;
    top: 7px;
  }

  section #manual_popup .fl,
  section #manual_popup .fr {
    font-weight: 300;
    font-size: 12px;
  }

  section #manual_popup .manual_box .item input {
    line-height: 30px;
  }

  section #manual_popup .manual_box .item input[type="text"] {
    padding-left: 5px;
    font-size: 12px;
    border: 1px solid #ddd;
    box-sizing: border-box;
  }

  section #manual_popup .manual_box .item input[type="text"]::placeholder {
    font-size: 11px;
    padding: 0;
    display: none;
  }

  section #manual_popup .manual_box .item label {
    padding-bottom: 0;
  }

  section #manual_popup .desc {
    padding: 10px 0;
    margin: 0 0 20px;
  }

  section #manual_popup .manual_box button {
    line-height: 34px;
    font-size: 12px;
    padding: 0 50px;
    font-weight: 400;
  }

  section #manual_popup .desc p {
    word-break: keep-all;
    font-size: 12px;
    padding: 0 15px;
    box-sizing: border-box;
  }

  section #manual_popup .desc p br {
    display: none;
  }

  .chartTable.type2 .question .chartTableCell.a img {
    height: 18px;
  }

  .chartTable.type2 .answer .chartTableCell.a img {
    height: 18px;
  }

  .com_tit {
    margin-bottom: 0;
  }

  .info_wrap .com_tit {
    margin-bottom: 30px;
  }

  section.technical_inquiry .co101&gt;div:last-child {
    margin-top: 30px;
  }

  section.branches .accordion .b {
    /* background: #F5F8FA; */
    background: #f7f7f7;
  }

  section.branches .accordion&gt;li.active .b {
    padding: 0 10px 30px;
  }

  section.branches .row02 .cont01 {
    margin-bottom: 50px;
  }

  section.branches .row01 {
    margin: 0 0 50px;
  }

  section.branches .row02 h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  section.branches .accordion&gt;li {
    margin-bottom: 20px;
    border-left: 1px solid #007ede;
  }

  .comp-intro-wrap5 .typo-medium-light {
    font-size: 15px;
  }

  section.information .com h3 {
    display: none;
  }

  .impo_box .box {
    padding: 20px 0;
  }

  .impo_box .left p {
    font-size: 16px;
    padding-left: 0;
  }

  .impo_box .right p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .impo_box .left p:after {
    display: none;
  }

  .impo_box .right p span {
    margin-bottom: 0;
    line-height: 1.5;
  }

  section.information .com p {
    font-size: 15px;
    margin: 0 0 20px;
  }

  .result_box_v2 .col.product .basic_table .contents&gt;li {
    padding: 20px 10px;
  }

  .result_box_v2 .box h3 {
    margin-bottom: 10px;
  }

  .result_box_v2 .box h3 {
    font-size: 18px;
  }

  .col_box h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  section.newsrooms .div_tab&gt;ul li h6 {
    font-size: 20px;
    height: 51px;
  }

  section.newsrooms .div_tab&gt;ul li .memo {
    font-size: 15px;
    height: 65px;
  }

  section.newsrooms .div_tab&gt;ul li .date {
    padding-top: 10px;
    font-size: 11px;
    opacity: 1;
    color: #000;
  }

  section.board_view .inner .content {
    padding: 15px 0 20px;
  }

  section.board_view .inner .category {
    padding-top: 20px;
  }

  section.board_view .inner .category p {
    font-size: 12px;
    padding: 3px 13px;
    line-height: inherit;
  }

  section.board_view .inner .content h3 {
    font-size: 22px;
  }

  section.board_view .inner .content .date {
    line-height: 1;
    padding-top: 10px;
  }

  section.board_view .inner .content img {
    margin-bottom: 20px;
  }

  section.board_view .inner .content p {
    font-size: 15px;
  }

  section.history .divide_cont&gt;div {
    margin-bottom: 10px;
  }

  section.history .tit p {
    margin: 5px 0 20px;
    font-size: 22px;
  }

  .item_box li {
    width: 100%;
    margin: 0 0 30px;
  }

  .item_box h4 i {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, .5);
    border-radius: 3px;
    font-size: 10px;
    display: none;
  }

  section.product_common_list .product_items ul li .spec {
    padding: 40px 20px 20px;
  }

  section.product_common_list .product_items&gt;ul&gt;li {
    width: 100% !important;
  }

  section.business_policies .col02 li {
    margin-bottom: 0;
  }

  section.business_policies .col02 li img {
    transform: scale(0.8);
  }

  section.business_policies .col02 i {
    left: 15px;
    top: 10px;
    font-size: 11px;
  }

  section.business_policies .col02 p {
    font-size: 14px;
  }

  section.business_policies .col03 .thumb:after {
    font-size: 11px;
    top: 70px;
  }

  section.product_common_list .product_items&gt;ul&gt;li {
    width: 100% !important;
    min-height: auto;
    margin: 0 0 15px 0 !important;
  }

  section.product_common_list .category,
  section.product_common_list .product_items {
    padding: 0;
  }

  section.product_common_list .product_items ul li .product_img {
    min-height: auto;
    padding: 20px;
  }

  section.product_common_list .product_items ul li .product_img .imgs {
    position: static;
    height: 59vw;
    background-size: cover;
  }

  section.technical_inquiry .co101 h4 br {
    display: none;
  }

  section.technical_inquiry .co101 h4 {
    font-size: 15px;
  }

  .col_box i {
    font-size: 12px;
    color: rgba(0, 0, 0, .8);
    border-bottom: 1px solid rgba(0, 0, 0, .8);
  }

  .col_box li .desc&gt;div {
    margin-top: 15px;
  }

  .col_box .product_btn {
    height: 35px;
  }

  .col_box .product_btn span {
    padding: 0 20px;
    font-size: 11px;
    line-height: 34px;
  }

  .col_box p {
    font-size: 22px;
    padding: 20px 0 5px;
  }

  .col_box p br {
    display: none;
  }

  .col_box span {
    font-size: 15px;
    margin: 0 0 20px;
  }

  .down_btn p {
    font-size: 13px;
  }

  .result_box_v2 .box a {
    font-size: 12px;
  }

  section.history .title {
    font-size: 18px;
  }

  .result_box&gt;p {
    font-size: 16px;
  }

  .result_box&gt;p&gt;span {
    font-size: 22px;
    font-weight: 300;
  }

  .basic_table .contents&gt;li {
    padding: 20px 10px;
  }

  .down_box .basic_table .contents li&gt;a&gt;* {
    text-align: left;
  }

  .basic_table .contents&gt;li&gt;a&gt;div.desc p {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    color: #000;
  }

  .basic_table .contents&gt;li&gt;a&gt;div.tit span {
    font-weight: 400;
  }

  .down_box .basic_table .contents li&gt;a&gt;div.tit,
  .down_box .basic_table .contents li&gt;a&gt;div.down_btn {
    display: block;
    width: 100%;
  }

  .down_box .basic_table .contents li&gt;a&gt;div.down_btn {
    margin-top: 10px;
    text-align: left;
  }

  .sub_top_visual {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px;
    padding-top: 60px;
  }

  .sub_top_visual h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .form_box&gt;.select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .form_box&gt;.search_wrap {
    width: 100%;
    padding: 0;
  }

  .form_line .select-styled {
    text-align: left;
  }

  .form_line .form_box&gt;.select {
    width: 100%;
    margin-right: 0;
  }

  .form_line .form_box&gt;.search_wrap {
    width: 100%;
  }

  .form_line .search_wrap input[type="search"] {
    padding: 0;
  }

  section.newsrooms .select {
    text-align: left;
  }

  section.tescom_stories .contents1 h3 {
    font-size: 20px;
    line-height: 1.1;
    word-break: keep-all;
    margin-top: 30px;
  }

  section.tescom_stories .contents1 h3 br {
    display: block;
    line-height: 1;
  }

  section.history .divide_cont .his_t {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 10px;
  }

  section.history .divide_cont .his_t:after {
    width: 2px;
    height: 2px;
    top: 9px;
    margin-top: 0;
    border-color: rgba(255, 255, 255, .5);
  }

  .divide_cont h5 {
    font-size: 17px;
    padding: 7px 17px;
  }

  section.history .history_divide strong {
    font-size: 22px;
    margin-bottom: 0;
  }

  section.history .divide_cont h5 {
    font-size: 10px;
    margin-bottom: 5px;
    padding: 2px 10px 1px;
    font-weight: 400;
    background: rgba(0, 0, 0, .7);
  }

  section.history .title {
    font-size: 18px;
    line-height: 1.3;
    padding-bottom: 30px;
    word-break: keep-all;
  }

  section.history .title br {
    display: none;
  }

  .search_wrap .box {
    padding: 100px 0;
  }

  .search_wrap.on {
    height: 400px;
  }

  .search_wrap .row01 img {
    right: 0;
  }

  .search_wrap .row02 li a {
    font-size: 13px;
  }

  .global-area .global-roll {
    padding: 20px 20px 0 20px;
    height: 300px;
  }

  .global-roll .indi-area {
    padding: 0 20px;
  }

  .global-area .nation-area .location-div {
    height: 220px;
    padding: 0 0 0 20px;
  }

  .global-area .nation-area .location-div a {
    font-size: 13px;
    margin-top: 26px;
  }

  .global-area .nation-area .location-div a span {
    margin-left: 26px;
  }

  .global-area .global-roll&gt;p.typo-medium-medium {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .global-area .swiper-slide .txt-area .txt1 {
    font-size: 28px;
  }

  .global-area .swiper-slide .txt-area .txt2 {
    font-size: 13px;
    margin: 5px auto 20px;
    opacity: 1;
    font-weight: 400;
  }

  .global-area .swiper-slide .txt-area .txt3 {
    max-height: 92px;
    font-size: 15px;
  }

  .global-area .swiper-slide .txt-area .txt3 span {
    margin-bottom: 5px;
  }

  .global-roll .indi-area {
    bottom: 40px;
  }

  .global-area .nation-area .nation-btn,
  .global-area .nation-area .nation-close-btn {
    top: 30px;
    right: 40px;
  }

  .product_btn span {
    padding: 9px 25px 8px;
  }

  .product_btn span img {
    height: 10px;
    vertical-align: 0;
    padding-left: 10px;
  }

  .basic_table .contents&gt;li&gt;a&gt;div.desc .tag_wrapper {
    padding: 0;
    box-sizing: border-box;
  }
}

@media screen and (max-width:320px) {

  .item_list li p {
    font-size: 12px;
  }

  section.business_policies .col02 p {
    font-size: 12px;
  }

  .comp-intro-wrap5 .typo-medium-light {
    font-size: 16px;
  }

  section.history .title {
    font-size: 14px;
  }

  section.history .history_tab&gt;a span {
    font-size: 12px;
  }

  section #manual_popup .desc p {
    font-size: 10px;
  }

  section #manual_popup .manual_box .item label {
    font-size: 11px;
  }

  section #manual_popup .manual_box .item input[type="text"]::placeholder {
    font-size: 9px;
  }

  section #manual_popup .manual_box .item input {
    line-height: 24px;
  }

  section #manual_popup .manual_box button {
    line-height: 26px;
  }
}
</pre></body></html>