@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");

@font-face {
  font-family: "SBAggroB";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SBAggroB";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SBAggroB";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroL.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  src: url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
  font-family: "Noto Sans KR", sans-serif;
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
  background: #ffe5e6;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
}

body {
  line-height: 1;
  font-family: "Noto Sans KR", sans-serif;
  background-image: url(/site/resource/dongju/www/intro/images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 100%;
}

li {
  list-style: none;
}

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}
/**/

.wrap {
  padding: 30px 30px;
  box-sizing: border-box;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  min-height: 1000px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.hlink_wrap {
  display: flex;
  justify-content: space-between;
}

.hlink {
  position: relative;
  width: 205px;
  height: 52px;
  padding: 0 18px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition-duration: 0.2s;
}

.hlink:hover,
.hlink:focus {
  background-color: #51468f;
}

.hlink > p {
  font-size: 18px;
  font-weight: 600;
}

.ipsi_link {
  background-color: #b593cc;
  margin-right: 10px;
}

.main_link {
  background-color: #756ab6;
}

.link_btn {
  position: absolute;
  right: 18px;
  transition-duration: 0.2s;
}

.hlink:hover .link_btn,
.hlink:focus .link_btn {
  right: 12px;
}

/* header end */

.main_wrap {
  width: 100%;
}

.slogan {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  box-sizing: border-box;
}

.sg_line {
  width: 100%;
}

.sg_txt {
  font-family: "SBAggroB";
  font-size: 36px;
  color: #756ab6;
  font-weight: 100;
  margin-top: 13px;
}

.sg_txt strong {
  font-family: "SBAggroB";
  font-size: 36px;
  color: #756ab6;
}

.a_logo {
  margin-top: 6px;
}

.container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}

.main-01 {
  position: relative;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.title-01 > p {
  position: relative;
  text-align: center;
  font-size: 53px;
  font-weight: bold;
  color: #756ab6;
  font-family: "SBAggroB";
  line-height: 116px;
  letter-spacing: -1px;
}

.title-01 > p::before {
  content: url(/site/resource/dongju/www/intro/images/medal_icon.png);
  display: block;
  position: absolute;
  left: -61px;
  top: 32px;
}

.title-01 > p::after {
  content: url(/site/resource/dongju/www/intro/images/cap_icon.png);
  display: block;
  position: absolute;
  right: -94px;
  top: -29px;
}

@keyframes shake {
  0%,
  100% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-10deg);
  }
}

@keyframes shake2 {
  0%,
  100% {
    transform: rotate(-10deg);
  }

  75% {
    transform: rotate(0deg);
  }
}

.title-01 > p > strong {
  font-size: 148px;
  font-weight: bold;
  color: #b593cc;
  font-family: "SBAggroB";
}

.m_txt {
  position: absolute;
  bottom: 180px;
  right: 0;
  color: #444444;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
}

.list-01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}

.list-01 > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.list-01 > li > p {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  text-align: center;
  line-height: 18px;
  margin-top: 10px;
  letter-spacing: -1px;
  word-break: keep-all;
}

/*main-01 end*/

.main-02 {
  width: 45%;
}

.box-02 {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #756ab6;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 54px 0;
  box-sizing: border-box;
  text-align: center;
  border-radius: 15px 60px;
  margin-bottom: 23px;
}

.logo_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.icon_book {
  margin-bottom: 15px;
}

.title-02 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 22px;
  line-height: 50px;
  letter-spacing: -2px;
}

.title-02 strong {
  font-size: 48px;
  font-weight: 800;
  color: #ffd446;
}

.txt-02,
.txt-02-d23,
.txt-02-d25 {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
.link-04 {
  position: relative;
  width: 386px;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  transition-duration: 0.2s;
}
.link-04 p {
  font-weight: 600;
  font-size: 19px;
  color: #333;
  letter-spacing: -1px;
}
.link-04 > li {
  /* border: 2px solid #ffd446; */
  margin-right: 8px;
  padding: 15px;
  width: 50%;
  transition-duration: 0.2s;
  background-color: #ffd446;
}

.link-04 > li:hover {
  background-color: #fffbed;
}
.link-04 > li:hover p {
  color: #333333;
}

.link-04 > li:nth-child(2) {
  margin-right: 0;
}

.txt-02 > li,
.txt-02-d23 > li,
.txt-02-d25 > li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: keep-all;
}

.txt-02 > li::before,
.txt-02-d23 > li::before,
.txt-02-d25 > li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 6px;
  display: none;
}

.txt-02 > li:last-child,
.txt-02-d23 > li:last-child,
.txt-02-d25 > li:last-child {
  margin-bottom: 0;
}

.txt-02 p,
.txt-02-d23 p,
.txt-02-d25 p {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -1px;
}

/* .txt-02 > li:nth-child(2):before,
.txt-02 > li:nth-child(3):before {
  display: none;
} */

.pass_box2 {
  transition-duration: 0.2s;
}
.pass_box2:hover {
  background-color: #fffbed;
}
.pass_box,
.pass_box2 {
  width: 386px;
  /* height: 55px; */
  height: 50px;
  background-color: #ffd446;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 7px;
}
.pass_box a,
.pass_box2 a {
  width: 100%;
  height: 100%;
}
.pass_box p,
.pass_box2 p {
  font-size: 20px;
  font-weight: 650;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/**/
.pass_wrap {
  display: flex;
  justify-content: space-between;
  width: 386px;
}
.pass_box.pass_box_n {
  width: 49%;
}
.pass_box.pass_box_n p {
  font-size: 20px;
  letter-spacing: -1px;
}
/**/

.call_box {
  width: 386px;
  height: 55px;
  background-color: unset;
  border: 2px solid #ffd446;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 8px; */
}

.call_box p {
  font-size: 22px;
  font-weight: bold;
  color: #ffd446;
}

.quick_link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.quick_link > li {
  position: relative;
  width: 49%;
  height: 60px;
  background-color: #756ab6;
  margin-bottom: 10px;
  overflow: hidden;
  transition-duration: 0.2s;
}

.quick_link > li:hover,
.quick_link > li:focus {
  background-color: #51468f;
}

.quick_link > li p {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -1px;
  margin: 0;
  word-break: keep-all;
  line-height: 20px;
  z-index: 1;
}

.quick_link > li img {
  z-index: 1;
}

.quick_link > li:hover img,
.quick_link > li:focus img {
  display: inline-block;
  transform-origin: bottom center;
  animation: shake 0.4s ease-in-out;
}

@keyframes shake {
  0% {
    transform: rotate(-10deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.quick_link > li > a {
  position: absolute;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*main end*/

.footer {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 30px;
}

.copy {
  font-size: 16px;
  color: #242424;
  opacity: 70%;
  text-align: center;
  line-height: 22px;
  word-break: keep-all;
}

.addr {
  position: relative;
  display: flex;
  justify-content: center;
}

.addr > li {
  margin: 0 10px;
  display: flex;
  align-items: center;
}

.addr > li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #24242486;
  margin-right: 20px;
}

.addr p {
  font-size: 16px;
  color: #242424;
  opacity: 70%;
  text-align: center;
  line-height: 22px;
  word-break: keep-all;
}

.addr > li:first-child::before {
  display: none;
}

/*footer end*/

/*----------------------------------------------------------------------*/
@media all and (max-width: 1570px) {
  .sg_txt,
  .sg_txt strong {
    font-size: 30px;
  }

  .sg_txt {
    margin-right: 16px;
  }
  .a_logo {
    width: 260px;
  }
  .title-01 > p {
    font-size: 43px;
    line-height: 94px;
  }
  .title-01 > p > strong {
    font-size: 115px;
  }
  .box-02 {
    padding: 46px 0;
  }
  .title-02 {
    font-size: 28px;
    line-height: 40px;
  }
  .title-02 strong {
    font-size: 40px;
  }
  .txt-02 p,
  .txt-02-d23 p,
  .txt-02-d25 p {
    font-size: 23px;
  }
  .link-04,
  .call_box,
  .pass_box,
  .pass_box2 {
    width: 354px;
  }
  .call_box > p,
  .pass_box p,
  .pass_box2 p {
    font-size: 20px;
  }
  .quick_link > li p {
    font-size: 17px;
  }

  /**/
  .pass_wrap {
    width: 354px;
  }
  .pass_box.pass_box_n p {
    font-size: 18px;
  }
  /**/
}

@media all and (max-width: 1280px) {
  .main-01,
  .main-02 {
    width: 47%;
  }
  .hlink {
    width: 190px;
    height: 45px;
  }
  .hlink > p {
    font-size: 16px;
  }
  .title-01 > p {
    font-size: 40px;
    line-height: 80px;
  }
  .title-01 > p > strong {
    font-size: 102px;
  }
  .icon-award {
    width: 56%;
  }
  .box-02 {
    padding: 36px 0;
  }
  .title-02 {
    font-size: 24px;
    line-height: 34px;
  }
  .title-02 strong {
    font-size: 34px;
  }
  .txt-02 p,
  .txt-02-d23 p,
  .txt-02-d25 p {
    font-size: 21px;
  }

  .txt-02 > li,
  .txt-02-d23 > li,
  .txt-02-d25 > li {
    margin-bottom: 18px;
  }
  .call_box,
  .pass_box,
  .pass_box2 {
    /* height: 55px; */
  }
  .quick_link > li p {
    font-size: 16px;
  }
  .title-01 > p::after {
    transform: scale(0.9);
    top: -40px;
  }
  .title-01 > p::before {
    transform: scale(0.9);
    left: -83px;
    top: -18px;
  }
}

@media all and (max-width: 1200px) {
  body {
    background-image: none;
    background-color: #ffe5e6;
  }
  .m_txt {
    right: -15px;
  }
}

@media all and (max-width: 1024px) {
  .main-01,
  .main-02 {
    width: 80%;
  }
  .logo {
    width: 190px;
  }
  .hlink {
    width: 180px;
    height: 44px;
  }
  .hlink > p {
    font-size: 14px;
  }
  .container {
    flex-direction: column;
  }

  .sg_txt,
  .sg_txt strong {
    font-size: 24px;
  }

  .sg_txt {
    margin-right: 10px;
  }
  .a_logo {
    width: 225px;
  }

  .main-01 {
    margin-bottom: 25px;
  }
  .icon-award,
  .m_txt {
    display: none;
  }
  .title-01 > p::before {
    display: block;
    transform: scale(0.6);
    left: -73px;
  }
  .title-01 > p::after {
    display: block;
    transform: scale(0.6);
    right: -84px;
  }
  .title-01 > p {
    font-size: 48px;
    line-height: 80px;
  }
  .title-01 > p > strong {
    font-size: 98px;
  }
  .title-02 {
    font-size: 28px;
    line-height: 40px;
  }
  .title-02 strong {
    font-size: 40px;
  }
  .box-02 {
    padding: 46px 0;
  }
  .txt-02 p,
  .txt-02-d23 p,
  .txt-02-d25 p {
    font-size: 22px;
  }
  .txt-02 > li,
  .txt-02-d23 > li,
  .txt-02-d25 > li {
    margin-bottom: 20px;
  }
  .icon_book {
    margin-bottom: 8px;
  }
  .call_box > p,
  .pass_box p,
  .pass_box2 p {
    font-size: 18px;
  }
  .quick_link > li > a {
    justify-content: space-between;
  }
  .quick_link img {
    display: block;
  }
  .quick_link > li {
    width: 49%;
    height: 50px;
  }
  .copy,
  .addr p {
    font-size: 15px;
    letter-spacing: -1px;
  }
  .addr {
    flex-wrap: wrap;
  }
  .footer {
    margin-top: 50px;
  }
}

@media all and (max-width: 835px) {
  .slogan {
    flex-direction: column;
  }
}

@media all and (max-width: 768px) {
  .main-01,
  .main-02 {
    width: 95%;
  }
  .header {
    flex-direction: column;
  }
  .logo {
    margin-bottom: 6px;
  }
  .hlink {
    width: 168px;
    height: 40px;
  }
  .box-02 {
    padding: 38px 0%;
  }
  .title-02 {
    font-size: 26px;
    line-height: 36px;
  }
  .title-02 strong {
    font-size: 36px;
  }

  .link_btn {
    width: 15px;
  }

  .addr > li::before {
    display: none;
  }
}

@media all and (max-width: 600px) {
  .sg_txt {
    margin-right: 0;
  }
  .sg_txt,
  .sg_txt strong {
    font-size: 21px;
  }
  .a_logo {
    width: 190px;
  }
  .title-01 > p {
    font-size: 32px;
    line-height: 59px;
  }
  .title-01 > p > strong {
    font-size: 80px;
  }
  .box-02 {
    border-radius: 10px 50px;
  }
  .title-02 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .title-02 strong {
    font-size: 32px;
  }
  .txt-02,
  .txt-02-d23,
  .txt-02-d25 {
    margin-bottom: 30px;
  }
  .txt-02 p,
  .txt-02-d23 p,
  .txt-02-d25 p {
    font-size: 18px;
    letter-spacing: -1px;
  }
  .icon_book {
    width: 30px;
  }
  .quick_link > li {
    width: 100%;
  }
  .copy {
    font-size: 14px;
  }
}
@media all and (max-width: 500px) {
  .wrap {
    padding: 30px 10px;
    min-height: auto;
    height: auto;
  }
  .header {
    margin-bottom: 30px;
  }
  .slogan,
  .sg_line {
    display: none;
  }
  .title-01 > p > strong {
    font-size: 66px;
  }
  .list-01 {
    display: none;
  }
  .box-02 {
    padding: 30px 0%;
  }
  .logo_bg {
    width: 75%;
  }
  .logo {
    margin-bottom: 10px;
  }
  .title-01 > p::after {
    transform: scale(0.7);
    top: -42px;
    right: -86px;
  }
  .title-01 > p::before {
    transform: scale(0.7);
    left: -75px;
  }
  .link-04 li {
    padding: 12px;
  }
  .link-04 p {
    font-size: 16px;
  }

  .link-04,
  .call_box,
  .pass_box,
  .pass_box2 {
    width: 270px;
  }
  .footer {
    margin-top: 30px;
  }

  /**/
  .pass_wrap {
    width: 287px;
  }
  .pass_box.pass_box_n p {
    font-size: 16px;
  }
  /**/
}

@media all and (max-width: 398px) {
  .header {
    margin-bottom: 20px;
  }
  .hlink {
    width: 154px;
  }
  .ipsi_link {
    margin-right: 5px;
  }
  .main-01 {
    margin-bottom: 20px;
  }
  .title-01 > p::after {
    transform: scale(0.5);
    right: -82px;
    top: -48px;
  }
  .title-01 > p::before {
    transform: scale(0.5);
    top: -30px;
    left: -66px;
  }
  .title-01 > p {
    font-size: 29px;
    line-height: 56px;
  }
  .title-01 > p > strong {
    font-size: 68px;
  }
  .box-02 {
    border-radius: 8px 40px;
  }
  .title-02 {
    line-height: 28px;
  }
  .title-02 strong {
    font-size: 28px;
  }
  .txt-02,
  .txt-02-d23,
  .txt-02-d25 {
    margin-bottom: 20px;
  }
  .txt-02 p,
  .txt-02-d23 p,
  .txt-02-d25 p {
    font-size: 15px;
  }
  .txt-02 > li,
  .txt-02-d23 > li,
  .txt-02-d25 > li {
    margin-bottom: 18px;
  }
  .call_box > p,
  .pass_box p,
  .pass_box2 p {
    font-size: 16px;
  }
  .call_box,
  .pass_box,
  .pass_box2 {
    height: 48px;
  }
  .quick_link > li p {
    font-size: 14px;
  }
  .quick_link p {
    font-size: 15px;
  }
  .link-04 > li {
    padding: 9px;
  }
}
