@charset "UTF-8";
:root {
  --dot-size: 14px;
}

.paging,
.paging .arr,
.paging ul,
.paging a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.paging a {
  width: 45px;
  height: 45px;
  background: transparent;
  border: none;
  color: #999;
  font-size: 2rem;
  font-weight: 500;
  transition: all 0.4s ease-out;
}
.paging ul li {
  width: 45px;
  height: 45px;
  padding: 5px;
}
.paging ul li a {
  width: 100%;
  height: 100%;
}
.paging ul li:hover a, .paging ul li.on a {
  background: var(--color-primary);
  color: var(--color-white);
}

.sub-visual {
  width: 100%;
  height: 600px;
  position: relative;
}
.sub-visual.sv01 .bg {
  background-image: url("/img/sub/sub-visual01.png");
}
.sub-visual.sv02 .bg {
  background-image: url("/img/sub/sub-visual02.png");
}
.sub-visual.sv03 .bg {
  background-image: url("/img/sub/sub-visual03.png");
}
.sub-visual.sv04 .bg {
  background-image: url("/img/sub/sub-visual04.png");
}
.sub-visual.sv05 .bg {
  background-image: url("/img/sub/sub-visual05.png");
}
.sub-visual.sv06 .bg {
  background-image: url("/img/sub/sub-visual06.png");
}
.sub-visual .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1.1) translate(-50%, -50%);
  transition: all 1.2s linear;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sub-visual h2 {
  color: var(--color-white);
  font-size: calc(var(--font60) * 2);
  font-weight: 700;
  position: absolute;
  left: 100px;
  bottom: 60px;
}
.sub-visual .depth1 li a {
  color: var(--color-secondary);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
}
.sub-visual.on .bg {
  transform: translate(-50%, -50%);
}
.sub-visual.on .text h2,
.sub-visual.on .path-box {
  opacity: 1;
  transform: translateY(0);
}
.sub-visual.on .path-box {
  transition-delay: 0.2s;
}
.sub-visual.on .text h2 {
  transition-delay: 0.3s;
}

.sub-contents .lnb {
  column-gap: 10px;
  background: #f5f5f5;
  margin: 10px;
  position: sticky;
  top: 10px;
  z-index: 2;
}
.sub-contents .lnb li a {
  color: #666;
  font-size: 2.2rem;
  font-weight: 500;
}
.sub-contents .basic-button {
  min-width: 240px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  background: var(--color-primary);
  padding: 0 40px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-out;
}
.sub-contents .basic-button * {
  color: var(--color-white);
  font-size: 2.4rem;
  font-weight: 600;
  font-family: var(--font-outfit);
}
.sub-contents .basic-button .arrow {
  width: 40px;
  height: 40px;
  background: var(--color-white);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sub-contents .basic-button .arrow img {
  width: 11px;
  height: 11px;
}
.sub-contents .basic-button:hover {
  background: #222;
}
.sub-contents .sub-page {
  padding: var(--gap100) 0 var(--gap140);
}
.sub-contents .sub-page .page-title {
  color: #111;
  font-weight: 700;
}
.sub-contents .sub-page .info-box {
  display: flex;
  column-gap: 20px;
}
.sub-contents .sub-page .info-box .info,
.sub-contents .sub-page .info-box .info dl,
.sub-contents .sub-page .info-box .info dl dd {
  display: flex;
}
.sub-contents .sub-page .info-box .info {
  width: 100%;
}
.sub-contents .sub-page .info-box .info .icon {
  width: 56px;
  height: 56px;
  background: #ED1B23;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sub-contents .sub-page .info-box .info dl dt {
  width: 100%;
  color: #111;
  font-weight: 700;
}
.sub-contents .sub-page .info-box .info dl dd * {
  color: #333;
  font-size: 2rem;
}
.sub-contents .sub-page .info-box .info dl dd b {
  font-weight: 500;
}
.sub-contents .sub-page .info-box .info dl dd p {
  font-weight: 300;
}
.sub-contents .overview .item {
  display: flex;
  align-items: center;
}
.sub-contents .overview .img,
.sub-contents .overview .text {
  width: 100%;
}
.sub-contents .overview .text {
  padding: 0 var(--gap100);
}
.sub-contents .overview .text p {
  color: #333;
  font-size: 2.2rem;
  line-height: 1.6;
  margin-top: 30px;
}
.sub-contents .leadership .img,
.sub-contents .leadership-view .img {
  position: relative;
  overflow: hidden;
}
.sub-contents .leadership .img img,
.sub-contents .leadership-view .img img {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .leadership .item-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 80px;
  column-gap: 60px;
}
.sub-contents .leadership .item .img {
  padding: 59.742% 0;
}
.sub-contents .leadership .item .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.sub-contents .leadership .item .text p {
  color: #111;
  font-size: 2rem;
  font-weight: 700;
}
.sub-contents .leadership .item .text p span {
  display: block;
  color: #666;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.sub-contents .leadership .item .text .arrow {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: #000;
  transition: all 0.4s;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sub-contents .leadership .item .text .arrow img {
  filter: brightness(0) invert(1);
}
.sub-contents .leadership .item .text .arrow:hover {
  background: var(--color-primary);
}
.sub-contents .leadership-view .item-box {
  margin-top: calc(var(--gap200) * -1);
}
.sub-contents .leadership-view .item,
.sub-contents .leadership-view .career {
  padding: 0 var(--gap100);
}
.sub-contents .leadership-view .item {
  display: flex;
  align-items: flex-end;
  column-gap: 50px;
}
.sub-contents .leadership-view .img {
  width: 26.974%;
  flex-shrink: 0;
  aspect-ratio: 1/1.2927;
}
.sub-contents .leadership-view .text span {
  display: block;
  color: #333;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.sub-contents .leadership-view .text b {
  color: #111;
  font-size: calc(var(--font44) + 0.6rem);
  font-weight: 800;
}
.sub-contents .leadership-view hr {
  width: 100%;
  height: 1px;
  background: #111;
  margin: calc(var(--gap80) - 10px) 0;
}
.sub-contents .leadership-view .career p {
  color: #333;
  font-size: 2rem;
  line-height: 1.6;
}
.sub-contents .leadership-view .basic-button {
  margin-top: calc(var(--gap100) * 2);
}
.sub-contents .history .item-box {
  padding-top: calc(var(--gap140) + 10px);
  position: relative;
}
.sub-contents .history .bar,
.sub-contents .history .active {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sub-contents .history .bar {
  width: 2px;
  height: 100%;
  background: var(--color-gray);
}
.sub-contents .history .active {
  width: 4px;
  height: 0;
  background: #094FA3;
  transition: all 0.4s;
}
.sub-contents .history .active::before,
.sub-contents .history .active span {
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sub-contents .history .active::before {
  content: "";
  width: 30px;
  height: 30px;
  background: rgba(0, 50, 117, 0.1);
  bottom: -15px;
}
.sub-contents .history .active span {
  width: 14px;
  height: 14px;
  background: var(--color-primary);
  border: 2px solid var(--color-white);
  box-shadow: 0 0 20px rgba(9, 79, 163, 0.5);
  bottom: -7px;
}
.sub-contents .history .list-box {
  display: grid;
}
.sub-contents .history .list {
  width: calc(50% - var(--gap80));
}
.sub-contents .history .list dl {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.sub-contents .history .list dl dt {
  color: #111;
  font-size: 5rem;
  font-weight: 700;
  font-family: var(--font-outfit);
}
.sub-contents .history .list dl dd {
  width: 100%;
  max-width: 600px;
  display: flex;
  align-items: center;
}
.sub-contents .history .list dl dd em {
  display: inline-block;
  flex-shrink: 0;
  width: 90px;
  color: var(--color-primary);
  font-size: var(--font26);
  font-weight: 700;
}
.sub-contents .history .list dl dd p {
  color: #111;
  font-size: 2rem;
  font-weight: 300;
}
.sub-contents .history .list .img {
  margin-top: 40px;
}
.sub-contents .history .list.r {
  text-align: left;
  margin-left: auto;
}
.sub-contents .history .list.r dd {
  flex-direction: row;
}
.sub-contents .history .list.l {
  text-align: right;
}
.sub-contents .history .list.l dd {
  flex-direction: row-reverse;
  margin-left: auto;
}
.sub-contents .history .list:nth-child(2) {
  margin-top: -190px;
}
.sub-contents .history .list:nth-child(3), .sub-contents .history .list:nth-child(4) {
  margin-top: var(--gap100);
}
.sub-contents .contact .map {
  width: 100%;
  height: 520px;
}
.sub-contents .contact .map iframe,
.sub-contents .contact .map .root_daum_roughmap,
.sub-contents .contact .map .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
.sub-contents .contact .map .root_daum_roughmap .wrap_btn_zoom {
  z-index: 1;
}
.sub-contents .contact .info-box .info {
  flex-direction: column;
  row-gap: 30px;
  border: 1px solid var(--color-gray);
  padding: 30px 60px;
}
.sub-contents .contact .info-box .info dl {
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 100px;
}
.sub-contents .contact .info-box .info dl dt {
  font-size: 2.2rem;
}
.sub-contents .contact .info-box .info dl dd {
  column-gap: 20px;
}
.sub-contents .platform .img,
.sub-contents .platform .img-box {
  flex-shrink: 0;
}
.sub-contents .platform p {
  color: #333;
  font-size: 2.2rem;
  line-height: 1.6;
}
.sub-contents .platform p > b {
  font-weight: 700;
}
.sub-contents .platform .info,
.sub-contents .platform .item-box {
  display: flex;
}
.sub-contents .platform .info {
  align-items: center;
  justify-content: space-between;
  column-gap: var(--gap80);
}
.sub-contents .platform .info:has(.img-box p) .img-box p {
  color: #666;
  text-align: center;
  margin-top: 30px;
}
.sub-contents .platform .info:has(.img-box p) .text {
  padding-bottom: calc(30px + 2.2rem);
}
.sub-contents .platform hr {
  width: 100%;
  height: 1px;
  background: #111;
}
.sub-contents .technology .core .item-box {
  column-gap: var(--gap80);
}
.sub-contents .technology .core .list-box {
  width: 100%;
  border-top: 2px solid #222;
}
.sub-contents .technology .core .list {
  border-bottom: 1px solid var(--color-border);
}
.sub-contents .technology .core .list button {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 30px;
  text-align: left;
  padding: 30px 40px;
}
.sub-contents .technology .core .list button * {
  font-size: 2.2rem;
}
.sub-contents .technology .core .list button em {
  width: 30px;
  display: inline-block;
  color: var(--color-primary);
  font-weight: 700;
}
.sub-contents .technology .core .list button p {
  color: #222;
  font-weight: 500;
}
.sub-contents .technology .core .list button .plus,
.sub-contents .technology .core .list button .plus * {
  transition: all 0.4s;
}
.sub-contents .technology .core .list button .plus {
  width: 30px;
  height: 30px;
  background: #222;
  flex-shrink: 0;
  margin-left: auto;
  position: relative;
}
.sub-contents .technology .core .list button .plus span {
  background: var(--color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .technology .core .list button .plus span:first-child {
  width: 18px;
  height: 2px;
}
.sub-contents .technology .core .list button .plus span:last-child {
  width: 2px;
  height: 18px;
}
.sub-contents .technology .core .list > div {
  display: none;
}
.sub-contents .technology .core .list > div p {
  color: #666;
  font-size: 2rem;
  padding: 26px 100px;
  background: var(--color-white);
}
.sub-contents .technology .core .list.on button .plus {
  background: var(--color-primary);
}
.sub-contents .technology .core .list.on button .plus span:last-child {
  height: 0;
}
.sub-contents .technology .chart .item-box {
  column-gap: 20px;
}
.sub-contents .technology .chart .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-primary);
  padding: 30px;
}
.sub-contents .technology .chart .item h5,
.sub-contents .technology .chart .item img {
  flex-shrink: 0;
}
.sub-contents .technology .chart .item h5 b {
  color: var(--color-primary);
}
.sub-contents .technology .chart .item .img {
  margin: 10px 0 40px;
}
.sub-contents .technology .chart .text-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sub-contents .technology .chart .text-box .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F0F7FF;
  border: 1px solid #003275;
  padding: 20px 40px;
}
.sub-contents .technology .chart .text-box h6 {
  font-size: 2.2rem;
}
.sub-contents .technology .chart .text-box h6.m-20 {
  margin-bottom: 20px;
}
.sub-contents .technology .chart .text-box h6.m-12 {
  margin-bottom: 12px;
}
.sub-contents .technology .chart .text-box h6.m-10 {
  margin-bottom: 10px;
}
.sub-contents .technology .chart .text-box h6 b {
  color: var(--color-primary);
}
.sub-contents .technology .chart .text-box ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.sub-contents .technology .chart .text-box ul li {
  display: flex;
  column-gap: 6px;
  color: #222;
  font-size: 2rem;
}
.sub-contents .technology .chart .text-box ul li::before {
  content: "·";
  flex-shrink: 0;
}
.sub-contents .technology .chart .text-box span {
  display: block;
  /* color: #ED1B23; */ /* 색상 변경 */
  color: #222;
  font-size: 1.8rem;
  margin-top: 6px;
}
.sub-contents .technology .chart .text-box p {
  flex-shrink: 0;
  background: #F4FFF5;
  border: 1px solid #4BAF4F;
  color: #222;
  font-size: 2rem;
  padding: 20px 40px;
  margin-top: 10px;
}
.sub-contents .technology .landscape .item-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 20px;
}
.sub-contents .technology .landscape .icon {
  flex-shrink: 0;
}
.sub-contents .technology .landscape .item {
  height: 170px;
  display: flex;
  align-items: center;
  column-gap: 30px;
  border: 1px solid var(--color-border);
  padding: 20px 50px;
  position: relative;
}
.sub-contents .technology .landscape .item::before {
  content: "";
  display: block;
  width: 6px;
  height: calc(100% - 2px);
  background: #005EDB;
  position: absolute;
  top: 1px;
  left: 1px;
}
.sub-contents .technology .landscape .item dl dt {
  color: #000;
  font-size: var(--font26);
  font-weight: 500;
  margin-bottom: 10px;
}
.sub-contents .technology .benefits ul,
.sub-contents .technology .benefits ul li {
  display: flex;
}
.sub-contents .technology .benefits ul {
  flex-direction: column;
  row-gap: 16px;
}
.sub-contents .technology .benefits ul li {
  column-gap: 10px;
}
.sub-contents .technology .benefits ul li::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 8px;
  height: 8px;
  background: #005EDB;
  border-radius: 50%;
  transform: translateY(0.9em);
}
.sub-contents .technology .data .contents {
  padding: 0;
}
.sub-contents .technology .collaborate {
  margin: calc(var(--gap100) * -1) 0 calc(var(--gap140) * -1);
  position: relative;
}
.sub-contents .technology .collaborate::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: url("/img/sub/bg-technology09.png") no-repeat center/cover;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .technology .collaborate * {
  color: var(--color-white);
}
.sub-contents .technology .collaborate p {
  line-height: 1.3;
}
.sub-contents .nucleoside .chart .img-wrap {
  background: var(--color-white);
  border: 1px solid #888;
  padding: 70px 50px;
}
.sub-contents .modification .chart .item-box {
  column-gap: 20px;
}
.sub-contents .modification .chart .img {
  flex-shrink: inherit;
  border: 1px solid var(--color-primary);
  padding: 40px;
}
.sub-contents .cap .item-box {
  display: flex;
  column-gap: 70px;
}
.sub-contents .cap .item-box .flex-col {
  width: calc(50% - 70px);
}
.sub-contents .cap .img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #ddd;
  padding: var(--gap80) var(--gap60);
}
.sub-contents .cap .text-box {
  width: 100%;
}
.sub-contents .cap .text-box > h5 {
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding: 20px 0;
}
.sub-contents .cap .text-box > h5 * {
  color: var(--color-white);
}
.sub-contents .cap .text-box > h5.primary {
  background: var(--color-primary);
}
.sub-contents .cap .text-box > h5.black {
  background: #222;
}
.sub-contents .cap .text-box > h5 span {
  font-size: 0.7333em;
  font-weight: 300;
}
.sub-contents .cap .text-box div:not(.flex-row) {
  row-gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sub-contents .cap .text {
  height: 130px;
  border: 1px solid var(--color-border);
  border-top: none;
  text-align: center;
}
.sub-contents .cap .text > div {
  width: 100%;
}
.sub-contents .cap .text > div:not(:last-child) {
  position: relative;
}
.sub-contents .cap .text > div:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 50%;
  background: url(/img/sub/line-dashed.png) repeat-y;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.sub-contents .cap .text em,
.sub-contents .cap .text p {
  color: #888;
  font-size: 1.8rem;
  font-weight: 500;
}
.sub-contents .cap .text span {
  color: #333;
  font-size: calc(var(--font30) + 0.2rem);
  font-weight: 700;
}
.sub-contents .cap .text h5 {
  color: #222;
}
.sub-contents .pipeline .contents {
  display: flex;
  column-gap: var(--gap80);
}
.sub-contents .pipeline .contents > * {
  width: 100%;
}
.sub-contents .pipeline .text p {
  color: #333;
  font-size: 2.2rem;
  line-height: 1.6;
}
.sub-contents .pipeline .item-box {
  flex-shrink: 0;
  max-width: 950px;
}
.sub-contents .pipeline .item-box h6 {
  text-align: center;
  margin-bottom: 30px;
}
.sub-contents .pipeline .item-box h6 b {
  color: #777;
  font-size: var(--font26);
}
.sub-contents .pipeline .chart table th,
.sub-contents .pipeline .chart table td {
  border-bottom: 1px solid var(--color-border);
}
.sub-contents .pipeline .chart table th {
  color: #222;
  font-size: 1.8rem;
  padding-bottom: 20px;
  vertical-align: bottom;
}
.sub-contents .pipeline .chart table td {
  height: 100px;
  position: relative;
}
.sub-contents .pipeline .chart table td::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: url(/img/sub/line-dashed.png) repeat-y;
  position: absolute;
  top: 0;
  right: 0;
}
.sub-contents .pipeline .chart table td:first-child::after, .sub-contents .pipeline .chart table td:last-child::after {
  display: none;
}
.sub-contents .pipeline .chart table td:first-child {
  background: #003275;
  color: var(--color-white);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.sub-contents .pipeline .chart table td:has(.bar) > div {
  width: 600%;
  display: flex;
  align-items: center;
  column-gap: 28px;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.sub-contents .pipeline .chart table td .bar {
  width: var(--w);
  height: 60px;
  background-image: linear-gradient(to right, #006DFF, #004199);
}
.sub-contents .pipeline .chart table td .tooltip {
  background: #212121;
  border-radius: 4px;
  color: #efefef;
  font-size: 2rem;
  font-weight: 500;
  padding: 10px 20px;
  position: relative;
}
.sub-contents .pipeline .chart table td .tooltip::before {
  content: "";
  width: 8px;
  height: 11px;
  background: url(/img/sub/arrow-pipeline.png) no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
}
.sub-contents .inquiry .info-box .info {
  height: 150px;
  display: flex;
  align-items: center;
  column-gap: 30px;
  padding: 0 70px;
}
.sub-contents .inquiry .info-box .info dl {
  flex-direction: column;
  row-gap: 10px;
}
.sub-contents .inquiry .info-box .info dl dt {
  font-size: 3rem;
}
.sub-contents .inquiry .info-box .info dl dd {
  column-gap: 15px;
}
.sub-contents .inquiry hr {
  width: 100%;
  height: 2px;
  background: #111;
}
.sub-contents .inquiry dl:not(.policy dl) dt {
  align-items: center;
  column-gap: 4px;
  color: #222;
  font-size: 2rem;
  font-weight: 500;
}
.sub-contents .inquiry dl:not(.policy dl) dt em {
  color: #FF0000;
}
.sub-contents .inquiry .form-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: calc(var(--gap120) - 4px);
}
.sub-contents .inquiry .form-box *::placeholder {
  color: #999;
  font-weight: 300;
}
.sub-contents .inquiry .form-box select {
  background: url(/img/sub/arrow-select.png) no-repeat calc(100% - 30px) center/9px;
}
.sub-contents .inquiry .form-box .border {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 0 30px;
  width: 100%;
  height: 100%;
}
.sub-contents .inquiry .form-box textarea.border {
  padding: 30px;
}
.sub-contents .inquiry .form-box dl,
.sub-contents .inquiry .form-box dl dt {
  display: flex;
}
.sub-contents .inquiry .form-box dl {
  width: calc(50% - 58px);
}
.sub-contents .inquiry .form-box dl dt,
.sub-contents .inquiry .form-box dl dd {
  height: 65px;
}
.sub-contents .inquiry .form-box dl dt {
  width: 200px;
  flex-shrink: 0;
}
.sub-contents .inquiry .form-box dl dd {
  width: 100%;
  max-width: 600px;
}
.sub-contents .inquiry .form-box dl:has(select), .sub-contents .inquiry .form-box dl:has(textarea) {
  width: 100%;
}
.sub-contents .inquiry .form-box dl:has(textarea) dd {
  max-width: 100%;
  height: 250px;
}
.sub-contents .inquiry .form-box .file-box .flex-row {
  align-items: center;
  column-gap: 20px;
  width: 100%;
  height: 100%;
}
.sub-contents .inquiry .form-box .file-box .flex-row > div {
  width: 250px;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}
.sub-contents .inquiry .form-box .file-box .flex-row p {
  color: #666;
  font-size: 1.6rem;
  font-weight: 300;
}
.sub-contents .inquiry .form-box .file-box label {
  background: #999;
  color: var(--color-white);
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sub-contents .inquiry .form-box .file-box label input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .inquiry .form-box .file-box label:hover {
  background: #222;
}
.sub-contents .inquiry .form-box .file-box .file-name {
  width: 100%;
  column-gap: 15px;
  position: absolute;
  top: calc(100% + 12px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sub-contents .inquiry .form-box .file-box .file-name > * {
  display: inline-flex;
}
.sub-contents .inquiry .form-box .file-box .file-name span {
  max-width: 100%;
  height: 1.3em;
  color: #666;
  font-weight: 300;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.sub-contents .inquiry .form-box .file-box .file-name button {
  width: 10px;
  height: 10px;
}
.sub-contents .inquiry .form-box .spam-box .flex-row {
  height: 100%;
  column-gap: 20px;
}
.sub-contents .inquiry .form-box .spam-box .img {
  width: 150px;
  height: 100%;
  flex-shrink: 0;
}
.sub-contents .inquiry .form-box .spam-box .img img {
  width: 100%;
  height: 100%;
}
.sub-contents .inquiry .form-box .spam-box .border {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.sub-contents .inquiry .form-box .spam-box .border input {
  width: 100%;
}
.sub-contents .inquiry .form-box .spam-box .border button {
  flex-shrink: 0;
}
.sub-contents .inquiry .policy-box {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin: calc(var(--gap80) + 30px) 0;
}
.sub-contents .inquiry .policy-box > dl > dd {
  height: 200px;
  padding: 10px;
  margin-top: 30px;
}
.sub-contents .inquiry .policy-box > dl .scroll-y {
  height: 100%;
  padding: 30px;
  overflow-y: scroll;
}
.sub-contents .inquiry .policy-box > dl .scroll-y::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
}
.sub-contents .inquiry .policy-box > dl .scroll-y::-webkit-scrollbar-track {
  background: #eee;
}
.sub-contents .inquiry .policy-box > dl .scroll-y::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.sub-contents .inquiry .policy-box label {
  column-gap: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.sub-contents .inquiry .policy-box label input[type=checkbox] {
  width: 25px;
  height: 25px;
  background: #fff url(/img/sub/icon-check.png) no-repeat center/12px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.sub-contents .inquiry .policy-box label input[type=checkbox]:checked {
  background: var(--color-primary) url(/img/sub/icon-checked.png) no-repeat center/12px;
  border-color: var(--color-primary);
}
.sub-contents .faq .item-box {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.sub-contents .faq .item {
  width: 100%;
}
.sub-contents .faq .item em {
  display: inline-block;
  flex-shrink: 0;
  color: var(--color-primary);
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
.sub-contents .faq .q,
.sub-contents .faq .a {
  width: 100%;
  min-height: 160px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding: 20px calc(var(--gap60) + 10px);
}
.sub-contents .faq .q p,
.sub-contents .faq .a p {
  text-align: left;
}
.sub-contents .faq .q {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.sub-contents .faq .q em {
  width: 42px;
}
.sub-contents .faq .q p {
  color: #222;
  font-size: var(--font26);
  font-weight: 500;
}
.sub-contents .faq .q span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: var(--color-black);
  margin-left: auto;
  transition: all 0.4s;
}
.sub-contents .faq .a-box {
  display: none;
}
.sub-contents .faq .a {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-top: none;
}
.sub-contents .faq .a em {
  width: 48px;
}
.sub-contents .faq .a p {
  color: #666;
  font-size: 2.2rem;
}
.sub-contents .faq .item:hover .q span {
  background: var(--color-primary);
}
.sub-contents .newsroom .top {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.sub-contents .newsroom .search-box {
  display: inline-flex;
  column-gap: 30px;
  background: #f8f8f8;
  padding: 30px;
  margin-left: auto;
}
.sub-contents .newsroom .search-box form {
  display: inline-flex;
  column-gap: 30px
}
.sub-contents .newsroom .search-box > * {
  height: 30px;
}
.sub-contents .newsroom .search-box * {
  color: #999;
  font-size: 1.8rem;
  background: transparent;
}
.sub-contents .newsroom .search-box select {
  min-width: 120px;
  background: url(/img/sub/arrow-board.png) no-repeat center right/24px;
  font-weight: 500;
}
.sub-contents .newsroom .search-box select + div {
  width: 310px;
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.sub-contents .newsroom .search-box select + div input {
  width: 100%;
}
.sub-contents .newsroom .search-box select + div input::placeholder {
  font-weight: 300;
}
.sub-contents .newsroom .search-box select + div button {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
}
.sub-contents .newsroom .new {
  display: inline-block;
  background: #ED1B23;
  color: var(--color-white) !important;
  font-size: 1.4rem !important;
  font-weight: 700;
  padding: 4px 10px;
}
.sub-contents .newsroom .board-box table * {
  font-size: 2rem;
  font-weight: 500;
}
.sub-contents .newsroom .board-box table *.light {
  font-weight: 300;
}
.sub-contents .newsroom .board-box table th, .sub-contents .newsroom .board-box table td {
  height: 94px;
  text-align: center;
}
.sub-contents .newsroom .board-box table th.left, .sub-contents .newsroom .board-box table td.left {
  text-align: left;
}
.sub-contents .newsroom .board-box table th {
  background: #f8f8f8;
  color: #222;
}
.sub-contents .newsroom .board-box table td, .sub-contents .newsroom .board-box table td * {
  color: #333;
}
.sub-contents .newsroom .board-box table td {
  border-bottom: 1px solid var(--color-border);
}
.sub-contents .newsroom .board-box table td:has(a) {
  padding: 0 40px;
}
.sub-contents .newsroom .board-box table td a {
  height: 1.3em;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.sub-contents .newsroom .list-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 70px;
  column-gap: 50px;
}
.sub-contents .newsroom .list-box .item {
  width: 100%;
}
.sub-contents .newsroom .list-box .img {
  padding: 28.1485% 0;
  position: relative;
  overflow: hidden;
}
.sub-contents .newsroom .list-box .img img {
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .newsroom .list-box .text {
  margin-top: 30px;
}
.sub-contents .newsroom .list-box .text p {
  height: 2.6em;
  color: #333;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 16px;
  line-clamp: 2;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.sub-contents .newsroom .list-box .text span {
  color: #666;
  font-size: 1.8rem;
}
.sub-contents .newsroom .view-box .top-title {
  padding: 0 20px;
}
.sub-contents .newsroom .view-box .top-title h4 {
  font-size: calc(var(--font44) + 1rem);
  line-height: 1;
  margin: 16px 0 20px;
}
.sub-contents .newsroom .view-box .top-title .flex-row,
.sub-contents .newsroom .view-box .top-title .flex-row > div {
  display: flex;
  align-items: center;
}
.sub-contents .newsroom .view-box .top-title .flex-row {
  column-gap: 40px;
}
.sub-contents .newsroom .view-box .top-title .flex-row * {
  color: #666;
  font-weight: 300;
}
.sub-contents .newsroom .view-box .top-title .flex-row > div {
  column-gap: 6px;
}
.sub-contents .newsroom .view-box .top-title .flex-row span {
  width: 3px;
  height: 3px;
  display: block;
  flex-shrink: 0;
  background: #666;
  border-radius: 50%;
}
.sub-contents .newsroom .view-box .top-title .flex-row b {
  font-weight: 500;
}
.sub-contents .newsroom .view-box .content {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  padding: var(--gap80) 0;
  margin-top: var(--gap80);
}
.sub-contents .newsroom .view-box .content .inner {
  width: 100%;
  max-width: 980px;
  row-gap: 40px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sub-contents .newsroom .view-box .content .inner p {
  color: #333;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.6;
}
.sub-contents .newsroom .view-box .file-box {
  background: #f8f8f8;
  padding: 40px 50px;
  margin-top: var(--gap80);
}
.sub-contents .newsroom .view-box .file-box * {
  font-size: 2rem;
}
.sub-contents .newsroom .view-box .file-box dt {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  color: #222;
  font-weight: 500;
  margin-bottom: 5px;
}
.sub-contents .newsroom .view-box .file-box dd,
.sub-contents .newsroom .view-box .file-box dd a {
  color: #333;
}
.sub-contents .newsroom .view-box .file-box dd {
  margin-top: 15px;
}
.sub-contents .newsroom .view-box .preview a {
  display: flex;
  align-items: center;
  column-gap: 40px;
  border-bottom: 1px solid var(--color-border);
  padding: 20px;
}
.sub-contents .newsroom .view-box .preview p {
  color: var(--color-primary);
  font-size: 2rem;
  font-weight: 500;
}
.sub-contents .newsroom .view-box .preview p.subject {
  color: #222;
}
.sub-contents .newsroom .view-box .preview .disabled .angle {
  filter: grayscale(1) brightness(3.5);
}
.sub-contents .newsroom .view-box .preview .disabled p {
  color: #aaa;
}
.sub-contents .newsroom .view-box .preview .disabled p.subject {
  height: 1.3em;
  flex: 1;
  color: #999;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.sub-contents .newsroom .view-box .basic-button {
  margin-top: var(--gap80);
}
.sub-contents .newsroom .paging {
  margin-top: 40px;
}
.sub-contents .policy *:not(h3) {
  color: #333;
  font-size: 2.2rem;
  line-height: 1.6;
}
.sub-contents .policy .text-box {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.sub-contents .policy .text-box:has(dl) {
  row-gap: 20px;
}
.sub-contents .policy .text-box ul li {
  display: flex;
}
.sub-contents .policy .text-box ul li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
  margin: 0.7em 12px 0;
}