.font80 {
  --fontsize: 8.0rem;
  font-size: var(--fontsize);
}

.font70 {
  --fontsize: 7.0rem;
  font-size: var(--fontsize);
}

.font60 {
  --fontsize: 6.0rem;
  font-size: var(--fontsize);
}

.font50 {
  --fontsize: 5.0rem;
  font-size: var(--fontsize);
}

.font40 {
  --fontsize: 4.0rem;
  font-size: var(--fontsize);
}

.font36 {
  --fontsize: 3.6rem;
  font-size: var(--fontsize);
}

.font32 {
  --fontsize: 3.2rem;
  font-size: var(--fontsize);
}

.font28 {
  --fontsize: 2.8rem;
  font-size: var(--fontsize);
}

.font24 {
  --fontsize: 2.4rem;
  font-size: var(--fontsize);
}

#subWrap,
#subContents {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

#sv .font80,
#sv .font50,
#subContents .font80,
#subContents .font50 {
  font-weight: 900;
}

#sv .font60,
#sv .font40,
#sv .font36,
#sv .font32,
#subContents .font60,
#subContents .font40,
#subContents .font36,
#subContents .font32 {
  font-weight: 800;
  line-height: 1.5;
}

#sv.sv02 .productsPath,
#sv.sv02 .productsPath > li,
#sv.sv02 .productsPath > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sv.sv02 .productsPath {
  position: relative;
  z-index: 2;
}

#sv.sv02 .productsPath a {
  font-size: 1.4rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;

	/* 22.09.23 */
	/* font */
	font-size: 1.6rem;
}

#sv.sv02 .productsPath > li {
  position: relative;
}

#sv.sv02 .productsPath > li > a {
  gap: 0 10px;
  color: rgba(34, 34, 34, 0.4);
}

#sv.sv02 .productsPath > li > a .icon {
  width: 25px;
  height: 25px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sv.sv02 .productsPath > li > a .icon i {
  color: #9c9c9c;
  font-size: 12px;
}

#sv.sv02 .productsPath > li .depth {
  background: #f6f6f6;
  padding: 20px 20px 0;
  position: absolute;
  top: calc(100% + 10px);
  left: -10px;
  display: none;
}

#sv.sv02 .productsPath > li .depth li {
  margin: 0 0 20px;
}

#sv.sv02 .productsPath > li .depth li a {
  color: #aaaaaa;
  white-space: nowrap;
}

#sv.sv02 .productsPath > li .depth li:hover a {
  color: #0843b1;
}

#sv.sv02 .productsPath > li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 4px solid #a8a8a8;
  border-bottom: 3px solid transparent;
  margin: 0 20px;
}

#sv.sv02 .productsPath > li:hover > a, #sv.sv02 .productsPath > li.on > a {
  color: #222222;
  font-weight: 600;
}

#sv.sv02 .productsPath > li.on > a .icon {
  background: #0843b1;
  border: 1px solid #0843b1;
}

#sv.sv02 .productsPath > li.on > a .icon i {
  color: #ffffff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.productsTab {
	width: 100%;
	height: 74px;
	display: flex;
	border: 1px solid #a8a8a8;
	margin: 100px 0 0;
}

.productsTab li {
	width: 100%;
}

.productsTab li,
.productsTab li a {
	height: 100%;
}

.productsTab li:not(:last-child) {
	border-right: 1px solid #999999;
}

.productsTab li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	color: #999999;
	font-size: 1.8rem;
	text-align: center;
	position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.productsTab li:hover a,
.productsTab li a.on {
	color: #0843b1;
}

.productsTab li a::after {
	content: "";
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	border: 1px solid #0843b1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
	opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.productsTab li:hover a::after,
.productsTab li a.on::after {
	opacity: 1;
}

#sv:not(.sv02):not(.sv05) {
  width: 100%;
	max-width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
	display: flex;
	position: relative;
	overflow: hidden;
}

#sv:not(.sv02) :root {
  --vh: 100%;
}

@supports (-webkit-touch-callout: none) {
  #sv:not(.sv02) {
    height: -webkit-fill-available;
    min-height: -webkit-fill-available;
  }
}

#sv:not(.sv02).sv01 .subVisual .bg {
  background-image: url("/img/sub/subVisual1.jpg");
}

#sv:not(.sv02).sv02 .subVisual .bg {
  background-image: url("/img/sub/subVisual2.jpg");
}

#sv:not(.sv02).sv03 .subVisual .bg {
  background-image: url("/img/sub/subVisual3.jpg");
}

#sv:not(.sv02).sv04 .subVisual .bg {
  background-image: url("/img/sub/subVisual4.jpg");
}

#sv:not(.sv02) h2,
#sv:not(.sv02) p {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#sv:not(.sv02) h2 {
  color: #ffffff;
}

#sv:not(.sv02) .subVisual {
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
	top: 0;
	left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}

#sv:not(.sv02) .subVisual .bg {
  z-index: -2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  -webkit-transition: all 1.4s linear;
  transition: all 1.4s linear;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#sv:not(.sv02) .subBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 90px 0 50px;
  width: 100%;
  height: 100%;
}

#sv:not(.sv02) .subBox .title {
  margin: auto 0;
}

#sv:not(.sv02) .subBox .title p {
  color: #ffffff;
  font-size: 2.0rem;
  line-height: 1.4;
  margin: 30px 0 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#sv:not(.sv02) .subBox .title p br {
  display: none;
}

#sv:not(.sv02) .subBox .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sv:not(.sv02) .subBox .bottom .path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sv:not(.sv02) .subBox .bottom .path li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sv:not(.sv02) .subBox .bottom .path li:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 4px solid #ffffff;
  border-bottom: 3px solid transparent;
  margin: 0 8px;
  opacity: 0.4;
}

#sv:not(.sv02) .subBox .bottom .path li a {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  opacity: 0.4;

	/* 22.09.23 */
	/* font */
	font-size: 1.6rem;
}

#sv:not(.sv02) .subBox .bottom .path li.path3 a {
  font-weight: 400;
  letter-spacing: -0.020em;
  opacity: 1;
}

#sv:not(.sv02) .lnbBox {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #e6e6e6;
	margin: auto 0 0 ;
}

#sv:not(.sv02) .lnbBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

#sv:not(.sv02) .lnbBox ul * {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sv:not(.sv02) .lnbBox ul li {
  position: relative;
}

#sv:not(.sv02) .lnbBox ul li::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #0843b1;
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#sv:not(.sv02) .lnbBox ul li a {
  font-weight: 300;
  letter-spacing: -0.020em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#sv:not(.sv02) .lnbBox ul li:hover::after, #sv:not(.sv02) .lnbBox ul li.on::after {
  width: 100%;
}

#sv:not(.sv02) .lnbBox ul li:hover a, #sv:not(.sv02) .lnbBox ul li.on a {
  color: #0843b1;
  font-weight: 500;
}

#sv:not(.sv02).on .subVisual .bg {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

#sv:not(.sv02).on h2,
#sv:not(.sv02).on p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.subPage .box {
  padding: 130px 0 160px;
}

.subPage .box.paddingBottomX {
  padding: 130px 0 0;
}

.subPage .font50 {
  color: #222222;
  text-align: center;
  margin: 0 0 50px;
}

.flexBox.flexBox800 > div, .flexBox.flexBox900 > div {
  width: 100%;
}

.flexBox.flexBox800 > div:last-child, .flexBox.flexBox900 > div:last-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flexBox.flexBox800 > div:last-child {
  max-width: 800px;
}

.flexBox.flexBox900 > div:last-child {
  max-width: 900px;
}

.pBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
}

.marginTop12 {
  margin: 12px 0 0;
}

.marginTop20 {
  margin: 20px 0 0;
}

.marginTop60 {
  margin: 60px 0 0;
}

.marginTop80 {
  margin: 80px 0 0;
}

.overview .flexBox {
  margin: 100px 0 0;
}

.overview h3 {
  color: #222222;
}

.overview p {
  line-height: 2;
}

.overview ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2];
      grid-template-columns: repeat(2, auto);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 90px 0;
  margin: 80px 0 0;
}

.overview ul li {
  gap: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overview ul li:last-child {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 3/1/3/3;
}

.overview dl * {
  letter-spacing: -0.020em;
}

.overview dl dt {
  color: #222222;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 5px;
}
.affiliate * {
	font-family: 'Noto Sans KR', sans-serif;
}
.affiliate .item {
  display: flex;
	align-items: center;
	padding: 50px 0;
}
.affiliate .item:not(:last-child) {
	border-bottom: 1px solid #cccccc;
}
.affiliate .item > * {
	width: 50%;
}
.affiliate .text {
	padding: 0 0 0 6%;
}
.affiliate h3 {
	color: #0843b1;
	font-weight: 700;
	margin: 0 0 45px;
}
.affiliate .pBox,
.affiliate ul {
	display: flex;
	flex-direction: column;
}
.affiliate .pBox {
	gap: 30px 0;
}
.affiliate .pBox p {
	letter-spacing: -0.020em;
	line-height: 1.875;
}
.affiliate .item ul {
	margin: 100px 0 0;
}
.affiliate .item:first-child ul {
	margin: 35px 0 0;
}
.affiliate ul {
	gap: 10px 0;
}
.affiliate ul * {
	letter-spacing: -0.020em;
}
.affiliate ul li {
	display: flex;
	align-items: center;
	font-family: 'Noto Sans KR', sans-serif;
}
.affiliate ul li span {
	color: #222222;
}
.affiliate ul li b {
	font-weight: 500;
}
.affiliate a {
	width: 217px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 10px;
	border: 1px solid #dddddd;
	color: #222222;
	font-weight: 500;
	letter-spacing: -0.020em;
	margin: 50px 0 0;
}

.location .contents {
  position: relative;
}

.location .mapBox {
  width: 100%;
  height: 680px;
}

.location .mapBox .root_daum_roughmap,
.location .mapBox .root_daum_roughmap .wrap_map,
.location .mapBox iframe {
  width: 100%;
  height: 100%;
}

.location .infoBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.location .info {
  background: #0843b1 url("/img/sub/locationPoint.png") no-repeat center/cover;
  padding: 80px 60px 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.location .info * {
  color: #ffffff;
}

.location .info h3 {
  font-weight: 800;
}

.location .info ul,
.location .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.location .info ul {
  gap: 35px 0;
  margin: 60px 0;
}

.location .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}

.location .info dl {
  gap: 16px 0;
  padding: 5px 0 0;
}

.location .info dl dt {
  font-size: 1.8rem;
  font-weight: 500;
}

.location .info dl dd {
  opacity: 0.6;
  letter-spacing: -0.020em;
}

.location .info > a {
  width: 240px;
  height: 70px;
  gap: 0 10px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.location .info > a span {
  color: #222222;
}

.products h2,
.products h3,
.products h4,
.products h6 {
  color: #222222;
}

.products p {
  letter-spacing: -0.020em;
  line-height: 2;
}

.products sup {
  font-size: 0.2em;
  font-weight: 600;
  margin: 0 -4px;
}

.products .font60 {
  text-align: center;
  margin: 0 0 65px;
}

.products .gap60 {
  gap: 60px 0;
}

.products .gap90 {
  gap: 90px 0;
}

.products .gap140 {
  gap: 140px 0;
}

.products .box > article {
  padding: 90px 0;
}

.products .box > article.paddingBottomX {
  padding: 90px 0 0;
}

.products .box > article.paddingX {
  padding: 0;
}

.products .linkButton {
  width: 320px;
  height: 80px;
  gap: 0 10px;
  color: #ffffff;
  background: #0843b1;
  margin: 35px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products .linkButton .icon {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products .title > p {
  margin: 10px 0 0;
}

.playButton {
	display: block;
	width: 70px;
	height: 55px;
}

.playButton.small {
	width: 45px;
	height: 35px;
}

.products .videoBox {
  position: relative;
  overflow: hidden;
}

.products .videoBox button,
.products .videoBox iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.products .videoBox iframe {
  z-index: -2; 
  width: 100%;
  height: 100%;
  opacity: 0;
}

.products .videoBox.videoOn iframe {
  z-index: 0;
  opacity: 1;
}

.products .topInfo h5 {
  font-weight: 500;
  letter-spacing: -0.020em;
  line-height: 1.3;
  margin: 0 0 30px;
}

.products .topInfo h5 span {
  font-weight: 600;
}

.products .itemWrap,
.products .imgWtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products .flexBox > .itemWrap .withDot,
.products .flexBox > .itemWrap h6 {
  margin: 0 0 30px;
}

.products .flexBox > .itemWrap h6 {
  font-size: 2.0rem;
  font-weight: 500;
}

.products .withDot {
  display: -ms-grid;
  display: grid;
  gap: 20px 0;
}

.products .withDot li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.75;
}

.products .withDot li::before {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3px;
  height: 3px;
  background: #666666;
  margin: 12px 10px 0;
}

.products .withDot.grid2 {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.products .withDot.gap5 {
  gap: 5px 0;
}

.products .imgWtext .font40 {
  margin: 0 0 40px;
}

.products .imgWtext .itemBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products .imgWtext .itemBox > div {
  width: calc(50% - 20px);
}

.products .imgWtext .itemBox > div a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.products .imgWtext .itemBox > div a::before,
.products .imgWtext .itemBox > div .playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);	
}

.products .imgWtext .itemBox > div a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.products .imgWtext .itemBox > div .playButton .playButtonCls-2 {
	fill: #0843b1;
}

.products .imgWtext .itemBox .text {
  padding: 0 0 0 40px;
}

.products .imgWtext,
.products .imgBox {
  margin: 40px 0 0;
}

.products .imgBox.between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products .detailBox .border {
  position: relative;
}

.products .detailBox .detailList {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.products .detailBox .detailList .circle {
  cursor: pointer;
}

.products .detailBox ul {
  display: none;
}

.products .listBox ul {
  border-top: 1px solid #222222;
}

.products .listBox ul li {
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  cursor: pointer;
}

.products .listBox .flexBox > div {
  width: 100%;
}

.products .listBox .flexBox > div:last-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 860px;
}

.products .listBox .flexBox,
.products .listBox .infoBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products .listBox h6 {
  font-size: 2.0rem;
  font-weight: 500;
}

.products .listBox h6 span {
  font-weight: 700;
}

.products .listBox h3 {
  font-weight: 800;
}

.products .listBox .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products .listBox .info {
	width: 100%;
	max-width: 800px;
}

.products .listBox .info .img,
.products .listBox .info .video {
	width: 100%;
}

.products .listBox .video {
	padding: 28.125% 0;
	position: relative;
}

.products .listBox iframe {
	width: 100%;
	height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.products .listBox .info .pBox {
	gap: 10px 0;
}

.products .listBox .icon {
  width: 30px;
  height: 30px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products .listBox .icon i {
  color: #666666;
}

.products .listBox .icon.bg {
  background: #0843b1;
  border: 1px solid #0843b1;
}

.products .listBox .icon.bg i {
  color: #ffffff;
}

.products .listBox .offBox {
  padding: 25px 40px;
}

.products .listBox .offBox h6 {
  width: 100%;
  color: #666666;
}

.products .listBox .offBox p {
  color: #888888;
  font-weight: 300;
}

.products .listBox .cover {
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.products .listBox .cover.off {
  height: auto;
  position: relative;
  opacity: 1;
  overflow: inherit;
}

.products .listBox .onBox {
  background: rgba(8, 67, 177, 0.02);
  padding: 55px 40px;
}

.products .listBox .onBox .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products .listBox .onBox .title p {
  color: #222222;
  font-size: 1.8rem;
}

.products .listBox .onBox h6 {
  color: #222222;
  font-weight: 500;
  margin: 30px 0 20px;
}

.products .listBox .onBox h6 span {
	font-weight: 600;
}

.products .listBox .onBox p {
  line-height: 1.75;
}

.products .tableWrap h5 {
  color: #222222;
  font-weight: 700;
  margin: 0 0 -10px;
}

.products .tableWrap .tableBox {
  margin: 50px 0 20px;
}

.products .tableWrap table {
  position: relative;
}

.products .tableWrap table::before, .products .tableWrap table::after {
  content: "";
  display: block;
  position: absolute;
}

.products .tableWrap table::before {
  width: 100%;
  height: 1px;
  background: #222222;
  top: -1px;
  left: 0;
}

.products .tableWrap table::after {
  width: 1px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: -1px;
  right: -1px;
}

.products .tableWrap table th,
.products .tableWrap table td {
  height: 80px;
  font-size: 1.6rem;
  letter-spacing: -0.020em;
  line-height: 1.625;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.products .tableWrap th {
  color: #222222;
  font-weight: 400;
  background: rgba(0, 86, 184, 0.05);
}

.products .tableWrap th.bg {
  background: #fafafa;
}

.products .tableWrap th.font20 {
  font-size: 2.0rem;
}

.products .tableWrap td {
  background: #ffffff;
}

.products .tableWrap td.color2 {
  color: #222222;
}

.products .tableWrap > p {
  color: #888888;
  font-weight: 300;
}

.products .tableWrap .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products .tableWrap .text p {
	font-size: 1.5rem;
	line-height: 1.8;
}

.products .tableWrap .text span {
	font-weight: 600;
}

.option .imgBox.between {
  gap: 0 20px;
}

.detailPopup {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.detailPopup .dummy {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.detailPopup .popupBox {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  padding: 60px 60px 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.detailPopup .popupBox > button {
  position: absolute;
  top: 30px;
  right: 30px;
}

.detailPopup .popupBox > button i {
  color: #aaaaaa;
  font-size: 2.6rem;
}

.detailPopup .popupBox ul li {
  display: none;
}

.detailPopup .popupBox ul li.on {
  display: block;
}

.detailPopup .popupBox .text h4 {
  color: #222222;
  margin: 0 0 15px;
}

.detailPopup .popupBox .text p {
  font-size: 1.8rem;
  letter-spacing: -0.020em;
	line-height: 1.4;
}

.detailPopup .popupBox .img {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.searchView {
	color: #222222;
}

.searchView h2,
.searchView p {
	text-align: center;
}

.searchView .results {
	font-weight: 500;
	margin: 40px 0;
}

.searchView h4 {
	font-weight: 700;
	line-height: 1;
}

.searchView h4 span {
	display: inline-block;
	font-size: 2.0rem;
	transform: translateY(-2px);
}

.searchView .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
	gap: 100px 0;
}

.searchView .list {
	border-top: 1px solid #222222;
}

.searchView .list li {
	border-bottom: 1px solid #cccccc;
	padding: 0 20px;
}

.searchView .list li a {
	width: 100%;
	height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	gap: 0 20px;
}

.searchView h6 {
	width: 100%;
  height: 1em;
	color: #222222;
	font-size: 1.8rem;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.searchView i {
	flex-shrink: 0;
	font-size: 16px;
}