@import url("https://cdn.jsdelivr.net/gh/sun-typeface/SUITE@2/fonts/static/woff2/SUITE.css");

* {
  font-family: "SUITE", sans-serif;
}
.dd {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  object-fit: contain;
  z-index: 1000;
  border: solid 1px red;
  opacity: 1;
}

a {
  color: #0c3388;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap {
  position: relative;
  max-width: 800px;
  width: 100%;
  padding: 60px 0px;
  box-sizing: border-box;
}
.main .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .top img {
  object-fit: contain;
  height: 65px;
}
.main .top .vol {
  color: #646464;
  font-size: 20px;
  text-align: right;
  font-weight: 400;
  line-height: 1.4;
}
.main-visual {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 45px;
}
.main-visual-01 {
  background: url(./images/main-visual-01.jpg);
}

.main-visual-02 {
  background: url(./images/main-visual-02.jpg);
}

.main-visual-box {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}
.main-visual-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(9, 66, 172, 0.596) 11%,
    rgba(0, 212, 255, 0) 83%
  );
}

.main-visual-box .visual-text {
  position: relative;
  z-index: 2;
  color: #fff;
}

.main-visual-box .visual-text p {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 표시할 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-visual-box .visual-text span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}
.gray-bar {
  background: #9c9c9c;
  text-align: center;
  padding: 10px;
  margin-top: 5px;
}
.gray-bar span {
  color: #fff;
  font-size: 14px;
}

.recent {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
.title-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.title-box .icon-box {
  background: #1e4eb6;
  color: #fff;
  font-size: 14px;
  padding: 12px 20px;
  padding-left: 70px;
  border-radius: 100px;
  position: relative;
  transform: translate(0px, -10px);
}
.title-box .icon-box img {
  width: 40px;
  position: absolute;
  left: 18px;
  top: 0;
  transform: translate(0px, -5px);
}
.content-title {
  position: relative;
  font-size: 18px;
  font-weight: 800;
  color: #0c3388;
}
.content-title::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -28%;
  width: 130%;
  height: 15px;
  border-top: 1.5px solid #0c3388;
  border-right: 1.5px solid #0c3388;
  transform: skewX(-30deg);
}
.content-list {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.recent .content-list .item {
  display: flex;
  background: #f2f3f3;
  padding: 15px 7px;
  gap: 10px;
}
.recent .content-list .item:first-of-type {
  width: 48%;
}
.recent .content-list .item:last-of-type {
  width: 52%;
}
.recent .content-list .item img {
  width: 118px;
  object-fit: contain;
  transform: translate(0px, -30px);
}
.recent .content-list .item-text {
  width: calc(100% - 118px - 10px);
  transform: translate(0px, 5px);
}
.recent .item .item-title {
  font-size: 16px;
  color: #0c3388;
  font-weight: 800;
}
.recent .item .item-title span {
  font-size: 12px;
}
.recent .item .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.recent .item .list li {
  font-size: 12.5px;
  padding-left: 15px;
  text-indent: -10px;
  line-height: 1.4;
  font-weight: 700;
}

.event {
  margin-top: 40px;
}
.event .content-list {
  display: flex;
  margin-top: 20px;
}
.event .item {
  display: flex;
  width: 60%;
  background: #ebf6fb;
  gap: 10px;
  padding: 7px;
  box-sizing: border-box;
}
.event .item img {
  width: 220px;
  object-fit: cover;
}
.event .item .item-text {
  width: calc(100% - 230px);
  padding: 5px 0;
}
.event .item .item-text p {
  font-size: 14px;
  color: #0c3388;
  font-weight: 800;
  line-height: 1.4;
}
.event .item .item-text span {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  color: #333;
  font-weight: 700;
}
.event .nars-events {
  width: 40%;
  display: flex;
  gap: 10px;
}
.nars-events > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 1 1 0;
}
.nars-events > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #1952ce88;
}

.nars-events > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
}

.nars-events > a span {
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  color: #0c3388;
  font-weight: 700;
  text-shadow: -0.8px -0.8px 0 #fff, 0.8px -0.8px 0 #fff, -0.8px 0.8px 0 #fff,
    0.8px 0.8px 0 #fff;
  z-index: 10;
}

.blue-bar {
  background: #0c3388;
  text-align: center;
  padding: 10px;
  margin-top: 40px;
  color: #fff;
  font-size: 14px;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  gap: 20px;
}

.footer img {
  width: 145px;
  object-fit: contain;
}

.footer-text-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer .footer-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #838383;
  font-size: 13.5px;
}
.footer .footer-text span {
  font-size: 10px;
  display: inline-block;
  margin: 0 8px;
}

.sub {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub .wrap {
  padding-top: 0;
}
.sub .top {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 0;
  border-top: solid 30px #253f8e;
  width: 100%;
  height: 90px;
}

.sub .top .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 300px;
  width: 100%;
  height: 60px;
  object-fit: contain;
}
.sub .top .right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  width: 145px;
  object-fit: contain;
}
.sub .tab-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #a8a9ad;
  border-bottom: solid 1px #a8a9ad;
}
.sub .tab-bar a {
  color: #333;
  padding: 13.5px 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  min-width: 100px;
  text-align: center;
}
.sub .tab-bar a:hover {
  color: #0c3388;
  text-decoration: none;
}
.sub .tab-bar a.on {
  box-shadow: 0 -3px 0 #0c3388, 0 3px 0 #0c3388;
  color: #0c3388;
}
.sub .tab-bar .left {
  display: flex;
}
.sub .tab-bar .right {
  padding: 5px 0;
}
.sub .tab-bar .print {
  border: none;
  background: #a8a9ad;
  color: #fff;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: all 0.2s;
}
.sub .tab-bar .print:hover {
  background: #0c3388;
}
.sub .tab-bar .print i {
  font-size: 13px;
}
.sub .list {
  display: flex;
  margin-top: 45px;
  gap: 20px;
}

.sub .list .box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 25px;
  box-sizing: border-box;
}

.sub .list .title {
  position: absolute;
  background: #0c3388;
  top: 0;
  left: 0;
  transform: translate(10px, -50%);
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
}
.sub .list .news {
  width: 60%;
  border: solid 2px #0c3388;
}

.sub .list .news p {
  font-size: 18px;
  line-height: 1.4;
  color: #0c3388;
  font-weight: 700;
}
.sub .list .next {
  width: 40%;
  border: solid 2px #a8a9ad;
}

.sub .list .next p {
  font-size: 18px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* 표시할 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sub .list .next p a {
  color: #333;
}
.sub .imb-box {
  width: 100%;
  margin-top: 30px;
}

.sub .list .news.evnet {
  width: 100%;
}

.sub .imb-box img {
  width: 100%;
  height: 413px;
  border-bottom: solid 10px #0c3388;
  object-fit: cover;
}

.info {
  padding: 20px 0;
}

.info p {
  font-size: 16.5px;
  padding: 2px 0;
  padding-left: -15px;
  text-indent: 10px;
  text-align: justify;
  line-height: 1.6;
}
.info p ~ p {
  padding-top: 15px;
}
.sub .footer {
  border-top: solid 1px #9c9c9c;
}
