@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+SC:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&amp;subset=korean");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");
@import url(./font_noto/font.css);

/*** Reset ***/
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
span,
form,
fieldset,
input,
select,
label,
textarea,
table,
caption,
thead,
tfoot,
tbody,
tr,
th,
td {
  margin: 0;
  padding: 0;
  color: #000;
  font-family:
    "pretendard", "Roboto", "Noto Sans KR", "Noto Sans SC", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  letter-spacing: -0.5px;
}
b,
span,
strong,
input,
a,
button {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
hgroup,
details,
summary,
figure,
figcaption {
  display: block;
}
cite {
  display: inline;
}

html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  margin: 0px;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
}
label,
input,
textarea,
select {
  vertical-align: middle;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
fieldset {
  border: none;
}
.skip,
hr,
legend {
  position: absolute;
  left: -1000%;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  display: inline-block;
}
b {
  font-weight: 500;
}
a {
  display: inline-block;
}

/* whyCUK */
/* 공통 영역 */
body {
  overflow-x: hidden;
  font-size: 0;
}

h1,
h2,
h3 {
  word-break: keep-all;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#navBar {
  position: fixed;
  z-index: 9;
  width: 53px;
  height: 100vh;
  padding-top: 30px;
  box-sizing: border-box;
  background-color: #a70638;
}
#navBar .buttonWrapper {
  position: relative;
  width: 53px;
  text-align: center;
  display: inline-block;
}
#navBar button {
  width: 9px;
  height: 9px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
#navBar .popover {
  position: absolute;
  display: none;
  left: 43px;
  top: 5px;
  /*width: 160px;*/
      width: max-content;
    max-width: 320px;
  height: 17px;
  color: #a70638;
  font-size: 12px;
  font-weight: bold;
  background-color: #ffffff;
  box-shadow: #aeaeae 1px 1px 2px 1px;
  padding: 0 5px;
}
#navBar .popover:before {
  content: "";
  border-top: 7px solid transparent;
  border-right: 7px solid white;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: -5px;
  top: 1px;
}
#navBar button:hover,
#navBar button.active {
  background-color: #ffffff;
}
#navBar button:focus-within + .popover,
#navBar button:hover + .popover {
  display: block;
}

#contents {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100vh;
}

section {
  position: relative;
}
section .innerContents {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 30px 0 83px;
  box-sizing: border-box;
}

section.subSection {
  height: 935px;
}
section.subSection .innerContents {
  height: 935px;
}
section.subSection .titleArea .sectionTitle {
  font-size: 120px;
  font-weight: bolder;
}
section.subSection .titleArea h2 {
  font-size: 40px;
  font-weight: bold;
}
section.subSection .titleArea h3 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
}
section.subSection .titleArea h4 {
  margin: 20px 0;
  font-size: 14px;
  font-weight: normal;
  color: #d1d1d1 !important;
}
section.subSection:not(#media) .titleArea .sectionTitle,
section.subSection:not(#media) .titleArea h2,
section.subSection:not(#media) .titleArea h3,
section.subSection:not(#media) .titleArea h4,
section.subSection:not(#media) .titleArea + a,
section.subSection:not(#media) .titleArea + a + a,
section.subSection:not(#media) .slideBtn {
  opacity: 0;
}
section.subSection .rightSide {
  position: absolute;
  z-index: 2;
  right: 0;
  width: 60%;
}


.gray {
  color: #7e7e7e;
}

.dotList > li {
  position: relative;
  padding-left: 15px;
  text-align: left;
}
.dotList > li:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 9px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #a70638;
}

.dotList > li .onOff {
  display: block;
}


.groupWhiteArrow {
  background: url(../../KOR_A/img/info/why/icon_arrow_white.gif) no-repeat right
    center;
  padding-right: 25px;
}



.redArrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(../../KOR_A/img/info/why/icon_arrow_red.gif) no-repeat right
  center;
  background-size: contain;
  padding-left: 5px;
  margin-bottom: 5px;
}

.redArrow.small {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../../KOR_A/img/info/why/icon_arrow_s_red.gif) no-repeat right
    center;
  vertical-align: middle;
}
.whiteArrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../KOR_A/img/info/why/icon_arrow_white.gif) no-repeat right
    center;
  vertical-align: middle;
}

.listComponent h4 {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  /* word-break: break-all; */
  padding-right: 10px;
  line-height: 130%;
}
.listComponent h4 > sub {
  font-size: 14px;
}
.listComponent li,
.listComponent p {
  font-size: 16px;
}
.listComponent.white h4,
.listComponent.white li,
.listComponent.white p {
  color: #ffffff;
}
.listComponent.white .dotList > li:before {
  background-color: #ffffff;
}
.listComponent * {
  word-break: keep-all;
}

.slideBtn {
  display: flex;
  /* width: 83px; */
  align-items: center;
}
.slideBtn > div {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
}



.slideBtn .slide-status {
  font-size: 16px;
}
.slideBtn .control {
  width: 32px;
  height: 32px;
  margin: 0 10px;
}
.slideBtn .control.play {
  display: none;
  background: url(https://www.cuk.edu/type/common/img/kor/deptInfo/sliderStop_white.png)
    12px center no-repeat;
}
.slideBtn .control.pause {
  background: url(https://www.cuk.edu/type/common/img/kor/deptInfo/sliderplay_white.png)
    12px center no-repeat;
}
.slideBtn .arrow {
  display: inline-flex;
  align-items: center;
  background-size: 9px 15px !important;
  color: #fff;
  font-size: 16px;
}

.slideBtn .prev {
  padding: 0 10px 0 18px;
  background: url(../../KOR_A/img/main/m/ico_arrL_white.png) no-repeat left 4px;
}
.slideBtn .next {
  padding: 0 18px 0 10px;
  background: url(../../KOR_A/img/main/m/ico_arrR_white.png) no-repeat right 4px;
}

section.subSection.active:not(#media) .titleArea .sectionTitle {
  animation: moveTop both 0.8s 0.3s;
  }

section.subSection.active:not(#media) .titleArea h2 {
  animation: moveTop both 0.8s 0.6s;
}
section.subSection.active:not(#media) .titleArea h3 {
  animation: moveTop both 0.8s 0.9s;
}
section.subSection.active:not(#media) .titleArea h4 {
  animation: moveTop both 0.8s 1.2s;
}
section.subSection.active:not(#media) .titleArea + a,
section.subSection.active:not(#media) .titleArea + a + a {
  animation: moveTop both 0.8s 1.2s;
}
section.subSection.active:not(#media) .slideBtn {
  animation: beat both 0.8s 2.1s;
}

@keyframes moveTop {
  from {
    transform: translateY(60px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveLeft {
  from {
    transform: translateX(120px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes scaleRow {
  from {
    transform: scaleY(0.5);
    opacity: 0;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    transform: scale(1.4);
  }
  to {
    transform: scale(1);
  }
}

@keyframes beat {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scrollDown {
  0% {
    transform: translate3d(0, -200%, 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 200%, 0);
    opacity: 0;
  }
}

/* Home */

#home {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 935px;
  overflow: hidden;
}
#home .mainVisual {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../KOR_A/img/info/why/keyVisual_pic04.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1.4);
}
#home .mainVisual.zoomIn {
  animation: zoomIn both ease-in-out 5s;
}
#home .mainVisual .opacity {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000077;
}
#home .innerContents {
  height: 100vh;
  padding: 50px 0 30px 83px;
}
#home .linkArea {
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 50px;
}
#home .linkArea > a {
  display: inline-block;
  width: 190px;
  height: 55px;
  padding: 0 25px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 55px;
  background-repeat: no-repeat;
  background-position: right 25px center;
}
#home .linkArea > a.red {
  background-color: #a70638;
  color: #ffffff;
  background-image: url(../../KOR_A/img/info/why/icon_link_ArrWhite.png);
}
#home .linkArea > a.white {
  margin-left: 10px;
  background-color: #ffffff;
  background-image: url(../../KOR_A/img/info/why/icon_link_ArrBlack.png);
  color: #212121;
}

#home .titleArea {
  position: absolute;
  z-index: 2;
  top: 180px;
}
#home .titleArea h2 {
  font-size: 95px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -3px;
  color: #ffffff;
}
#home .titleArea p {
  font-size: 20px;
  padding-top: 15px;
  color: #ffffff;
}

#home .campusTextArea {
  position: absolute;
  z-index: 2;
  bottom: 100px;
}
#home .campusTextArea b {
  color: #ffffff;
}
#home .campusTextArea span {
  color: #9a9a9a;
}

#home .campusArea {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 310px;
  /* bottom: 100px; */
  font-size: 0;
}
#home .campusArea button {
  position: relative;
  display: inline-block;
  width: 193px;
  height: 395px;
  background-color: #000;
  vertical-align: top;
  font-size: 15px;
  text-align: right;
}
#home .campusArea button > div {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
#home .campusArea button b {
  color: #ffffff;
}
#home .campusArea button span {
  color: #9a9a9a;
}
#home .campusArea .thumbnail {
  position: relative;
  display: inline-block;
  width: 303px;
  height: 395px;
  margin-left: 0;
  background-image: url(../../KOR_A/img/info/why/keyVisual_thumb_pic02.gif);
}

#home .iconScroll {
  position: absolute;
  bottom: 30px;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
}
.iconScroll > i {
  position: absolute;
  display: inline-block;
  left: calc(50% - 8px);
  top: 0;
  width: 16px;
  height: 30px;
  text-indent: -9999px;
  background: url(../../KOR_A/img/info/why/icon_scroll.png) no-repeat center
    center;
  animation: scrollDown 1.6s -0.8s forwards infinite linear;
}

#home .slide {
  position: absolute;
  z-index: 1;
  left: 80px;
  /* top: 525px; */
  top: calc(100vh - 320px);
  width: 70%;
  text-align: left;
}

#home .slide .unit {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 150px;
  margin: 0 2px 0 1px;
  padding: 30px 20px 0;
  background-color: #ffffffee;
  vertical-align: top;
  border-radius: 15px;
}

/* Korea */

#korea .mainVisual {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../KOR_A/img/info/why/Section1_bg1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
#korea .titleArea {
  width: calc(40% - 53px);
  padding-top: 70px;
}
#korea .subArrLink {
  margin-top: 30px;
}

#korea .rightSide {
  z-index: 1;
  top: 0;
  height: 300px;
  font-size: 0;
}
#korea .rightSide .half {
  display: inline-block;
  width: 50%;
  height: 100%;
  padding: 90px 30px 0;
  box-sizing: border-box;
  border-left: 2px solid #00000011;
  vertical-align: top;
}
#korea .rightSide.background {
  top: 300px;
  width: 60%;
  height: 519px;
  padding: 90px 30px;
  box-sizing: border-box;
  background-color: #00000011;
}
#korea .rightSide.background h4 {
  font-size: 30px;
}

#korea .listComponent * {
  opacity: 0;
}
#korea.active .listComponent:nth-child(1) * {
  animation: moveLeft both 0.8s 1.2s;
}
#korea.active .listComponent:nth-child(2) * {
  animation: moveLeft both 0.8s 1.5s;
}
#korea.active .listComponent.background * {
  animation: moveLeft both 0.8s 1.8s;
}

/* Future */

#future .mainVisual {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../KOR_A/img/info/why/Section2_bg1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#future .subVisual {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 477px;
  width: 60%;
  height: 245px;
  background-image: url(../../KOR_A/img/info/why/Section2_bg2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#future .innerContents .listComponent {
  position: absolute;
  top: 355px;
  width: 43.4%;
  height: 244px;
  background-color: #b4b7ce;
  font-size: 0;
}
#future .innerContents .listComponent .half {
  display: inline-block;
  width: 50%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  vertical-align: top;
}
#future .innerContents .listComponent .half:last-child {
  border-left: 1px solid #ffffff;
  background-color: #c1c3d4;
}

#future .leftSide.listComponent {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 722px;
  padding: 100px 0 0 140px;
  box-sizing: border-box;
  background-color: #000000;
}
#future .leftSide.listComponent h4 {
  margin-bottom: 80px;
  font-size: 30px;
}

#future .rightSide:not(.talent) {
  top: 50px;
  padding-left: 18%;
  box-sizing: border-box;
}
#future .rightSide .subArrLink {
  margin-top: 30px;
}

#future .rightSide.talent {
  bottom: 0;
  height: 213px;
  padding: 40px 40px 0 0;
  box-sizing: border-box;
  font-size: 0;
}
#future .rightSide.talent .quarter {
  display: inline-block;
  width: 25%;
  padding: 10px 0 0 60px;
  box-sizing: border-box;
  vertical-align: top;
}
#future .rightSide.talent .quarter h4 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
#future .rightSide.talent .quarter:first-child h4 {
  font-size: 30px;
}
#future .rightSide.talent .quarter:nth-child(2) {
  background: url(../../KOR_A/img/info/why/icon_telent01.png) no-repeat left top;
}
#future .rightSide.talent .quarter:nth-child(3) {
  background: url(../../KOR_A/img/info/why/icon_telent02.png) no-repeat left top;
}
#future .rightSide.talent .quarter:nth-child(4) {
  background: url(../../KOR_A/img/info/why/icon_telent03.png) no-repeat left top;
}

#future .leftSide.listComponent,
#future .innerContents .listComponent,
#future .rightSide.talent {
  opacity: 0;
}
#future.active .leftSide.listComponent,
#future.active .subVisual {
  animation: fadeIn both 0.8s 1.2s;
}
#future.active .innerContents .listComponent {
  animation: moveLeft both 0.8s 1.5s;
}
#future.active .rightSide.talent {
  animation: scaleRow both 0.8s 1.8s;
}




/* The achievement */
#achievement .mainVisual {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../KOR_A/img/info/why/Section3_bg1.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
#achievement .titleArea {
  padding-top: 100px;
}
#achievement .titleArea * {
  color: #ffffff;
}

#achievement .rightSide:not(.slide) {
  top: 0;
  width: 60%;
  height: 497px;
  background-color: #a70638;
  z-index: 100;
}
#achievement .rightSide .subVisual {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  width: 60%;
  height: 417px;
  background: url(../../KOR_A/img/info/why/Section3_img1.jpg) no-repeat right
    top;
  }
#achievement .rightSide .listComponent.white {
  position: absolute;
  left: 30px;
  bottom: 70px;
  width: 33%;
}
#achievement .rightSide .listComponent.white h4 {
  font-size: 30px;
  line-height: 130%;
}

#achievement .rightSide.slide {
  bottom: 150px;
  width: 60%;
  height: 200px;
  font-size: 0;
}
#achievement .rightSide.slide .unit {
  position: relative;
  display: inline-block;
  width: 260px;
  height: 250px;
  margin-right: 30px;
  padding: 40px 25px;
  box-sizing: border-box;
  background-color: #ffffff;
  vertical-align: top;
}
#achievement .rightSide.slide .unit .redArrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#achievement .rightSide.slide .unit:nth-child(5) {
  background-color: #d2d2d2;
}
#achievement .rightSide.slide .unit:nth-child(6) {
  background-color: #a5a5a5;
}
#achievement .rightSide.slide .unit:nth-child(7) {
  background-color: #8d8d8d;
}

#achievement .slideBtn {
  position: absolute;
  z-index: 1;
  left: 40%;
  top: 800px;
}

#achievement .rightSide .listComponent.white,
#achievement .rightSide.slide {
  opacity: 0;
}
#achievement.active .rightSide .listComponent.white {
  animation: moveLeft both 0.8s 1.2s;
}
#achievement.active .rightSide.slide {
  animation: scaleRow both 0.8s 1.5s;
}

/* 차트 추가*/
.progress-container {
  padding: 30px 0;
  max-width: 500px;
  width: 100%;
  box-sizing: border-box;
  font-family: sans-serif;
  color: #ffffff;
}

.progress-container > h3 {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  padding-bottom: 5px;
}

.progress-container.hide-chart {
  display: none !important;
}

.progress-stacked-bar {
  display: flex;
  width: 100%;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  box-sizing: border-box;
}

.bar-segment {
  width: 0;
  height: 100%;
  transition: width 1.5s cubic-bezier(0.1, 0.8, 0.3, 1);
}

.segment-solid {
  background-color: #fffd40;
}

.segment-pattern {
  background-color: rgba(255, 255, 255, 0.25);
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.6) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.6) 75%,
    transparent 75%,
    transparent
  );
  background-size: 12px 12px;
}

.progress-legend {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 13px;
}

.legend-item {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 6px;
}

.dot {
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.dot-solid {
  background-color: #fffd40;
}
.dot-pattern {
  background-color: rgba(255, 255, 255, 0.25);
  background-image: linear-gradient(
    45deg,
    #fff 25%,
    transparent 25%,
    transparent 50%,
    #fff 50%,
    #fff 75%,
    transparent 75%,
    transparent
  );
  background-size: 4px 4px;
}

.value-text {
  font-weight: bold;
  color: #ffffff;
}

/* Academics */

#academics {
  text-align: center;
}

#academics .mainVisual {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../KOR_A/img/info/why/Section4_bg1.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

#academics .titleArea {
  position: relative;
  padding-top: 40px;
}
#academics .titleArea + a,
#academics .titleArea + a + a {
  position: relative;
  margin-top: 20px;
  text-align: left;
}

#academics .slide {
  position: absolute;
  z-index: 1;
  right: 10%;
  left: 50%;
  top: 380px;
  width: 740px;
  text-align: left;
  margin: 0 -370px auto -370px;
}
#academics .slide .unit {
  position: relative;
  display: inline-block;
  width: 350px;
  height: 170px;
  margin: 0 2px 0 1px;
  padding: 40px 25px 0;
  background-color: #ffffffee;
  vertical-align: top;
  box-sizing: border-box;
}


#academics .unit h4 {
  margin: 0;
}

#academics .slide h3 {
  font-size: 22px;
  font-weight: 500;
}

#academics .slideBtn {
  position: absolute;
  z-index: 1;
  right: 71%;
  top: 690px;
}

#academics .brownBox {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 85px;
  width: 982px;
  height: auto;
  padding: 15px 0 30px 120px;
  box-sizing: border-box;
  font-size: 0;
  text-align: left;
  background-color: #50453f;
}
#academics .brownBox .quarter {
  display: inline-block;
  width: 24%;
  margin-left: 1%;
  padding: 10px 0 0 60px;
  box-sizing: border-box;
  vertical-align: top;
}

#academics .brownBox .quarter:first-child {
  width: 20%;
}

#academics .brownBox .quarter h4 {
  display: inline-block;
  /*height: 80px;*/
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  line-height: 130%;
}
#academics .brownBox .quarter:nth-child(1) {
  background: url(../../KOR_A/img/info/why/icon_stu01.png) no-repeat left top;
}
#academics .brownBox .quarter:nth-child(2) {
  background: url(../../KOR_A/img/info/why/icon_stu02.png) no-repeat left top;
}
#academics .brownBox .quarter:nth-child(3) {
  background: url(../../KOR_A/img/info/why/icon_stu03.png) no-repeat left top;
}
#academics .brownBox .quarter:nth-child(4) {
  background: url(../../KOR_A/img/info/why/icon_stu04.png) no-repeat left top;
}
#academics .brownBox .quarter * {
  color: #ffffff;
}

#academics .slide,
#academics .brownBox {
  opacity: 0;
}
#academics.active .slide {
  animation: scaleRow both 0.8s 1.2s;
}
#academics.active .brownBox {
  animation: scaleRow both 0.8s 1.5s;
}

/* Support */

#support .mainVisual {
  position: absolute;
  z-index: 0;
  left: 53px;
  top: 0;
  width: calc(100% - 53px);
  height: 100%;
  background: url(../../KOR_A/img/info/why/Section5_bg1.jpg);
}
#support .titleArea {
  width: 35%;
  padding-top: 100px;
}
#support .titleArea * {
  color: #ffffff;
}

#support .supportArea {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 35%;
  margin-top: 160px;
  font-size: 0;
}
#support .supportArea .blackBox {
  display: inline-block;
  width: 49.5%;
  margin: 0 0 0.5% 0.5%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000000aa;
}
#support .supportArea .blackBox .listComponent {
  padding: 8px 0 0 55px;
}
#support .supportArea .blackBox .listComponent h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
#support .supportArea .blackBox:nth-child(1) .listComponent {
  background: url(../../KOR_A/img/info/why/icon_supp01.png) no-repeat left top;
}
#support .supportArea .blackBox:nth-child(2) .listComponent {
  background: url(../../KOR_A/img/info/why/icon_supp02.png) no-repeat left top;
}
#support .supportArea .blackBox:nth-child(3) .listComponent {
  background: url(../../KOR_A/img/info/why/icon_supp03.png) no-repeat left top;
}
#support .supportArea .blackBox:nth-child(4) .listComponent {
  background: url(../../KOR_A/img/info/why/icon_supp04.png) no-repeat left top;
}

#support .rightSide:not(.support) {
  top: 0;
  height: 500px;
  background-color: #000000;
}
#support .rightSide:not(.support) .slide .unit {
  position: relative;
  height: 250px;
}
#support .rightSide:not(.support) .slide .unit .subVisual {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  background-position: right center;
  background-size: cover;
}
#support .rightSide:not(.support) .slide .unit .tag {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 105px;
  height: 25px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  background-color: #5b5b5b;
}
#support .rightSide:not(.support) .listComponent {
  position: relative;
  padding: 20px 0 0 40px;
}
#support .rightSide:not(.support) .listComponent h4 {
  margin: 30px 0;
  font-size: 30px;
}
#support .rightSide .listComponent h5 {
  margin-top: 10px;
  color: #a70638;
}

#support .rightSide.support {
  top: 544px;
  font-size: 0;
}
#support .rightSide.support .slide {
  display: inline-block;
  width: calc(45% + 25px);
}
#support .rightSide.support .slide .unit {
  background-color: #d8c57c;
}
#support .rightSide.support .unit {
  position: relative;
  display: inline-block;
  width: 45%;
  height: 274px;
  margin-right: 25px;
  padding: 40px 25px;
  box-sizing: border-box;
  background-color: #ffffff;
  vertical-align: top;
}

#support .rightSide.support .supt_unit {
  width: 22.5%;
}

#support .rightSide.support .unit .redArrow {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

#support .rightSide.support .slideBtn {
  position: absolute;
  top: 100%;
  margin: 10px 0 0 calc(48.5% + 25px);
}

#support .rightSide:not(.support),
#support .supportArea,
#support .rightSide.support {
  opacity: 0;
}
#support.active .rightSide:not(.support) {
  animation: moveLeft both 0.8s 1.2s;
}
#support.active .supportArea {
  animation: fadeIn both 0.8s 1.5s;
}
#support.active .rightSide.support {
  animation: scaleRow both 0.8s 1.8s;
  display: flex;
}
#support.active .rightSide.support a.unit {
  flex-shrink: 0;
}


/* Media */

#media.subSection,
#media.subSection .innerContents {
  height: 495px;
}

#media .mainVisual {
  position: absolute;
  z-index: 0;
  left: 53px;
  top: 0;
  width: calc(100% - 53px);
  height: 100%;
  background: url(../../KOR_A/img/info/why/Section8_bg1.jpg) no-repeat;
}

#media .titleArea {
  position: relative;
  padding-top: 90px;
}
#media .titleArea * {
  color: #ffffff;
}
#media .titleArea img {
  width: 27px;
  height: 27px;
  margin-right: 10px;
}

#media .slide {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: calc(100% - 580px);
  height: 495px;
  font-size: 0;
}
#media .slide .unit {
  display: inline-block;
  width: 245px;
  height: 100%;
  padding: 70px 10px 0 15px;
  box-sizing: border-box;
  border-left: 1px solid #838383;
  vertical-align: top;
}
#media .slide .unit:last-child {
  width: 246px;
  border-right: 1px solid #838383;
}
#media .slide .unit li {
  margin-bottom: 20px;
}

#media.active .titleArea img {
  animation: beat both 0.8s 1.2s;
}
#media h4 .button {
  display: inline-block;
  border: 1px solid #646464;
  color: #181818;
  background-color: #ffffffa3;
  padding: 4px 6px 3px 6px;
  font-size: 14px;
}

#media .listComponent .dotList {
  margin-top: 15px;
}
#media .listComponent .dotList li {
  margin-bottom: 0;
}

/* Footer */

#footer,
#footer .innerContents {
  height: 200px;
  background-color: #1e1e1e;
}

#footer .innerContents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer img:not(.onOff) {
  display: block;
}
#footer img.onOff {
  display: none;
}

#footer .address * {
  color: #aeaeae;
}
#footer .address .add {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
}
#footer .address .copy {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1em;
  font-weight: 300;
}

.why_br_mo {
  display: none;
}




/* Responsive */
@media all and (max-width: 1500px) {
  #home h2.sectionTitle {
	font-size: 6vw;
  }
}

@media all and (max-width: 1350px) {
  #home .titleArea {
    top: 108px;
  }
  
  #home .titleArea h2 {
    font-size: 80px;
    font-weight: bolder;
    line-height: 1;
  }

  #home .slide {
    position: absolute;
    z-index: 1;
    left: 80px;
    top: 442px;
    width: calc(90% - 80px);
    text-align: left;
  }


  #home .campusTextArea {
    display: none;
  }

  #home .iconScroll {
    top: 350px;
    left: 83px;
    width: 20px;
    height: 30px;
  }

  #home .campusTextArea {
    left: auto;
    right: 10px;
    bottom: 200px;
  }

  #home .campusArea {
    position: absolute;
    top: calc(100vh - 150px);
  }
  
  #home .campusArea button {
    width: 35vw;
    max-width: 193px;
    height: 120px;
  }
  #home .campusArea .thumbnail {
    width: 220px;
    height: 120px;
    background-position: center;
    background-size: 100% auto;
  }

  #home .listComponent h4 {
    word-break: keep-all;
  }

  #academics .slide {
    position: absolute;
    z-index: 1;
    right: 5%;
    top: 380px;
    width: 75%;
    text-align: left;
  }
}



@media all and (min-width: 1040px) and (max-width: 1840px) {
  #media .slide .unit:first-child {
    display: none;
  }
}

@media all and (min-width: 1040px) and (max-width: 1600px) {
  #future .rightSide.talent {
    width: 86%;
  }
  #future .innerContents .listComponent {
    height: 300px;
  }

  #korea .titleArea .sectionTitle {
    font-size: 100px;
  }
  #korea .rightSide .half {
    padding-top: 60px;
  }

  #achievement .titleArea .sectionTitle {
    font-size: 80px;
  }
  #achievement .titleArea h2 {
    font-size: 32px;
  }
  #achievement .titleArea h3 {
    font-size: 16px;
  }

  #support .supportArea .blackBox {
    padding: 10px;
  }
  #support .supportArea .blackBox .listComponent h4 {
    font-size: 18px;
  }
  #support .supportArea .blackBox .listComponent p {
    font-size: 14px;
  }

  #support .titleArea .sectionTitle {
    font-size: 80px;
  }
  #support .titleArea h2 {
    font-size: 32px;
  }
  #support .titleArea h3 {
    font-size: 16px;
  }


  #media .slide {
    left: 580px;
    right: auto;
    width: 500px;
  }
  #media .slide .unit:nth-child(3) {
    width: 246px;
    border-right: 1px solid #838383;
  }
  #media .slide .unit {
    height: 50%;
    padding: 40px 10px 0 15px;
  }
}



@media all and (min-width: 1040px) and (max-width: 1280px) {
  #home .titleArea h3 {
    font-size: 16px;
  }

  #korea .innerContents a {
    min-width: 300px;
  }
  #future .innerContents .listComponent .half:last-child li {
    font-size: 14px;
  }
}



/* Mobile */

@media all and (max-width: 1040px) {
  #navBar {
    width: 30px;
    background-color: transparent;
  }
  #navBar .buttonWrapper {
    width: 30px;
  }
  #navBar button {
    border: 1px solid #a70638;
  }
  #navBar button:hover,
  #navBar button.active {
    background-color: #a70638;
  }

  section .innerContents {
    max-width: none;
  }

  section.subSection {
    height: 1275px;
  }
  section.subSection .innerContents {
    padding: 0 30px;
    height: 1275px;
  }
  section.subSection .titleArea .sectionTitle {
    font-size: 100px;
  }
  section.subSection .titleArea h3 {
    font-size: 24px;
  }

  .subArrLink {
    min-width: 100%;
  }

  #home .slide {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: auto;
    bottom: 180px;
    width: calc(90% - 20px);
    text-align: left;
  }

  #home .slide .unit {
    position: relative;
    display: block;
    width: calc(100% - 60px);
    height: auto;
    left: 30px;
    right: 30px;
    margin: 2px 2px 0 1px;
    padding: 20px 20px 20px 20px;
    background-color: #ffffffee;
  }

  #home {
    height: 100vh;
    min-height: 725px;
  }

  #home .innerContents {
    padding: 30px;
    height: 100vh;
    min-height: 725px;
  }
  #home .innerContents > img {
    width: 160px;
    margin-left: 20px; /* 26-06-18 추가 */
  }
  #home .linkArea {
    display: flex;
    flex-flow: column;
    right: 0;
    top: 0;
  }
  #home .linkArea > a {
    width: 90px;
    height: 90px;
    padding: 15px 12px;
    font-size: 15px;
    line-height: 21px;
    background-position: left 12px bottom 15px;
    background-size: 17px auto;
    word-break: keep-all;
  }
  #home .linkArea > a.white {
    margin-left: 0;
  }

  #home .titleArea {
    display: flex;
    flex-flow: column-reverse;
    left: 30px;
    top: 80px;
    margin-left: 20px;
  }

  #home .titleArea .sectionTitle {
	font-size: clamp(50px, 9vw, 65px);
    line-height: 1.1;
  }

  #home .titleArea h3 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  #home .iconScroll {
    left: 40px;
    top: auto;
    bottom: 60px;
  }

  section#korea.subSection {
    height: auto;
    padding-bottom: 240px;
  }
  section#korea.subSection .innerContents {
    height: auto;
  }

  #korea .mainVisual {
    background-size: auto;
  }

  #korea .titleArea {
    width: 100%;
    padding-top: 50px;
  }

  #korea .rightSide.background {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    padding: 30px;
    background-color: transparent;
  }

  #korea .rightSide {
    position: relative;
    width: 100%;
    height: auto;
  }
  #korea .rightSide .half {
    height: auto;
    padding: 30px;
    background-color: #00000011;
    border-left: 2px solid #ffffff;
  }
  #korea .rightSide:not(.background) {
    display: flex;
  }

  #korea.active .listComponent:nth-child(1) * {
    animation: moveTop both 0.8s 1.5s;
  }
  #korea.active .listComponent:nth-child(2) * {
    animation: moveTop both 0.8s 1.8s;
  }
  #korea.active .listComponent.background * {
    animation: moveTop both 0.8s 1.2s;
  }

  section#future.subSection {
    height: auto;
  }
  section#future.subSection .innerContents {
    height: auto;
    padding: 0;
  }

  #future .rightSide {
    position: relative;
    top: 0;
  }
  #future .rightSide:not(.talent) {
    position: relative;
    width: 100%;
    top: 0;
    padding: 30px;
  }

  #future .subVisual {
    position: relative;
    width: 100%;
    top: 0;
  }
  #future .leftSide.listComponent {
    position: relative;
    width: 100%;
    height: 240px;
    top: 0;
    padding: 40px 30px;
  }
  #future .leftSide.listComponent h4 {
    margin-bottom: 30px;
  }

  #future .innerContents .listComponent {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    background-color: transparent;
  }
  #future .innerContents .listComponent .half {
    height: auto;
  }
  #future .innerContents .listComponent .half:first-child {
    background-color: #b4b7ce;
  }

  #future .rightSide.talent {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 320px;
    left: 0;
    top: 0;
    padding: 30px;
  }
  #future .rightSide.talent .quarter {
    width: 100%;
    padding: 0;
  }
  #future .rightSide.talent .quarter:not(:nth-child(1)) {
    align-content: center;
    margin-top: 15px;
    padding-left: 60px;
    height: 50px;
  }
  #future .rightSide.talent .quarter:not(:nth-child(1)) h4 {
    display: none;
  }
  #future .rightSide.talent .quarter br.onOff {
    display: none;
  }
  #future .rightSide.talent .quarter span.onOff {
    font-weight: bold;
  }


  /* archievement */
  
  section#achievement.subSection {
    height: auto;
	min-height: 100vh;

  }
  section#achievement.subSection .innerContents {
	height: auto;
    min-height: 725px;
  }

  #achievement .mainVisual {
    background-image: url(../../KOR_A/img/info/why/Section3_bg2.jpg);
  }

  #achievement .titleArea {
    padding-top: 50px;
  }
  #achievement .titleArea br.onOff {
    display: none;
  }

  #achievement .rightSide:not(.slide) {
    left: 0;
    top: 380px;
    width: 100%;
    height: 390px;
  }
  #achievement .rightSide .listComponent.white {
    width: 270px;
    bottom: 60px;
  }
  #achievement .rightSide .subVisual {
    width: 350px;
    height: 290px;
    left: calc(100vw - 350px);
    top: -30px;
  }

  #achievement .rightSide.slide {
    width: 100%;
    bottom: 80px;
    /* top: 800px; */
    /* height: 290px; */
    height: 200px;
    padding-left: 30px;
  }
  #achievement .rightSide.slide .unit {
    width: 250px;
    height: 230px;

    margin-right: 20px;
  }
  #achievement .slideBtn {
    left: 30px;
    top: 1100px;
  }

  section#academics.subSection {
    height: auto;
  }

  #academics .mainVisual {
    background-image: url(../../KOR_A/img/info/why/Section4_bg2.jpg);
  }

  #academics .titleArea {
    padding: 50px 30px 0 30px;
    word-break: keep-all;
  }
  #academics .titleArea * {
    color: #ffffff;
  }

  #academics .titleArea + a,
  #academics .titleArea + a + a {
    width: calc(100% - 60px);
    min-width: auto;
    margin: 20px 30px;
    line-height: 130%;
    color: #ffffff;
    border: 1px solid #ffffff;
    background: url(../../KOR_A/img/info/why/icon_subArrLink_White.png)
      no-repeat right 30px center;
  }
  #academics .titleArea + a:hover,
  #academics .titleArea + a + a:hover {
    background: #a70638 url(../../KOR_A/img/info/why/icon_subArrLink_White.png)
      no-repeat right 30px center;
  }

  #academics .slide {
    position: relative;
    left: 7%;
    top: 0;
    width: 100% !important;
    display: inline-block;
    margin-top: 10px;
  }



  #academics .slide {
    width: 100% !important;
    left: 0 !important;
    margin: 0 !important;
  }

  #academics .slide .slick-track {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;

    transform: none !important;
    left: 0 !important;

    margin-top: 70px;
  }

  #academics .slide .unit {
    margin: 0 1px !important;
    float: none !important;
    padding: 30px;
  }


  #academics .slideBtn {
    position: relative;
    left: 30px;
    top: 20px;
  }

  #academics .brownBox {
    position: relative;
    top: 0;
    width: 100%;
	height: 280px;
    margin-top: 40px;
    padding: 30px;
  }
  #academics .brownBox .quarter:first-child {
    width: 49%;
  }
  #academics .brownBox .quarter {
    width: 49%;
    height: 110px;
  }
  #academics .brownBox .quarter br.onOff {
    display: none;
  }
  #academics .brownBox .quarter h4 {
    height: 40px;
  }

  section#support.subSection {
    height: 1130px;

  }
  section#support.subSection .innerContents {
    height: 1130px;

  }

  #support .mainVisual {
    left: 0;
    width: 100%;
    height: 330px;
    background-image: url(../../KOR_A/img/info/why/Section5_bg2.jpg);
    background-size: cover;
  }
  #support .titleArea {
    width: 100%;
    padding-top: 40px;
  }
  #support .titleArea h3 {
    font-size: 20px;
  }

  #support .rightSide:not(.support) {
    width: 100%;
    left: 0;
    top: 330px;
  }
  #support .rightSide:not(.support) .slide .unit .tag {
    left: auto;
    right: 0;
  }
  #support .rightSide:not(.support) .listComponent {
    padding: 20px 30px;
  }
  #support .rightSide:not(.support) .slideBtn {
    justify-content: end;
  }

  #support .rightSide.support {
    width: 100%;
    top: 830px;
  }

  #support .rightSide.support .unit {
    width: 50vw;
    height: 300px;
    margin-right: 0;
  }

  #support .rightSide.support .supt_unit {
    width: 25vw;
  }

  #support .rightSide.support .slide {
    display: inline-block;
    width: 50%;
  }
  #support .rightSide.support .slideBtn {
    position: absolute;
    top: 255px;
    margin: 10px 0 0 54%;
  }

  #support .supportArea {
    position: absolute;
    width: 100%;
    height: 535px;
    left: 0;
    top: 1130px;
    margin-top: 0;
    padding-top: 253px;
    box-sizing: border-box;
    background: url(../../KOR_A/img/info/why/Section5_bg3.jpg) no-repeat top
      center;
    background-size: cover;
  }
  #support .supportArea .blackBox {
    margin: 0.25%;
  }
  
  
  section#media.subSection {
    height: 750px;
  }
  section#media.subSection .innerContents {
    height: 750px;
  }

  #media .mainVisual {
    left: 0;
    width: 100%;
    background: url(../../KOR_A/img/info/why/Section8_bg2.jpg) no-repeat right
      center;
    background-size: cover;
  }

  #media .titleArea {
    padding-top: 40px;
    text-align: center;
  }

  #media .slide {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    left: 0;
    right: auto;
    top: 360px;
    width: 100%;
    height: 302px;
  }
  #media .slide .unit {
    width: calc(50% - 1px);
    height: 150px;
    margin: 0;
    padding: 30px 15px 30px 30px;
    border: none;
    background-color: #000000aa;
  }
  #media .slide .unit:first-child {
    display: none;
  }
  #media .slide .unit:last-child {
    width: calc(50% - 1px);
    border-right: none;
  }
  #media .slide .unit:nth-child(4),
  #media .slide .unit:nth-child(5) {
    height: 240px;
  }

  /* footer */
  section#footer {
    height: 300px;
  }
  section#footer .innerContents {
    display: block;
    height: 300px;
    padding: 40px 30px;
    box-sizing: border-box;
    background-color: #ffffff;
  }
  #footer .address {
    margin-top: 20px;
  }
  #footer .address * {
    color: #000000;
  }


  .why_br_mo {
    display: block;
  }

  
  #support .rightSide.support .unit:nth-child(1) {
    background-color:#F0F0F0;
  }


}

@media all and (max-width: 768px) {

  #home .titleArea p {
    font-size: 16px;
  }
  #support .listComponent h4 {
    word-break: keep-all;
  }

  #footer .address .add {
    font-size: 16px;
  }
  #footer .address .copy {
    font-size: 14px;
  }
}






@media all and (max-width: 640px) {

  #home .campusArea {
    transform: scale(0.6);
    transform-origin: right bottom;
  }
  
  #home .linkArea > a {
    width: 75px;
    height: 75px;
    padding: 12px;
    font-size: 13px;
    line-height: 120%;
  }


  section.subSection .titleArea .sectionTitle {
    font-size: 80px;
  }
  section.subSection .titleArea h2 {
    font-size: 32px;
  }
  section.subSection .titleArea h3 {
    font-size: 20px;
  }

  #korea .rightSide.background h4 {
    font-size: 25px;
  }

  #future .leftSide.listComponent h4 {
    font-size: 24px;
  }

  #future .innerContents .listComponent .half:last-child li {
    font-size: 14px;
  }

  #future .rightSide.talent .quarter p {
    font-size: 14px;
  }

  #achievement .rightSide .subVisual {
    width: 50vw;
    left: 50vw;
  }

  #achievement .rightSide .listComponent.white {
    width: 210px;
  }
  #achievement .rightSide .listComponent.white h4 {
    font-size: 24px;
  }
  #achievement .rightSide .listComponent.white li {
    font-size: 14px;
  }

  #society ul.kmooc li {
    display: inline-block;
    margin-top: 2px;
  }
}

@media all and (max-width: 550px) {

  #home .slide .unit:nth-child(2) {
    margin-top: 5px;
  }

  #home .slide .unit {
    padding: 15px;
  }

  #home .innerContents > img {
    margin-left: 10px;
  }

  #home .titleArea {
    margin-left: 10px;
    top: 100px;
  }

  #home .titleArea p {
    font-size: 12px;
    /* 추가 */
    padding-top: 0;

  }

  #home .titleArea .sectionTitle {
    font-size: 45px;
    padding-top: 10px;
  }

  #home .slide {
    left: 10px;
    /*  bottom: 180px; */
    bottom: 220px;
  }

  #home .listComponent h4 {
    margin-bottom: 8px;
    font-size: 18px;
  }

  #home .listComponent p {
    font-size: 13px;
  }

  #home .listComponent h4 .redArrow {
    width: 10px;
    height: 10px;
  }

  #home .linkArea {
    transform: scale(0.8);
    transform-origin: right top;
  }

  #academics .slick-track a .redArrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }

  #academics .slide .unit {
    padding: 20px;
  }

  #korea .rightSide {
    flex-wrap: wrap;
    gap: 2px;
  }
  #korea .rightSide .half {
    width: 100%;
  }

  #future .innerContents .listComponent .half {
    width: 100%;
  }
  #future .innerContents .listComponent .half:last-child {
    border-left: none;
  }

  #achievement .rightSide .subVisual {
    height: 220px;
  }
  #achievement .rightSide .listComponent.white {
    bottom: 30px;
  }

  #achievement .rightSide.slide .unit {
    padding: 20px;
  }

  #support .rightSide:not(.support) .listComponent h4 {
    margin: 10px 0;
    font-size: 24px;
  }
/* 




*/
  #society .slide .listComponent {
    padding: 40px 30px;
  }
  #society ul.kmooc {
    margin-top: 0;
  }
  #society ul.kmooc li {
    font-size: 12px;
  }

  section#media.subSection {
    height: auto;
  }
  section#media.subSection .innerContents {
    height: auto;
  }

  #media .slide {
    position: relative;
    gap: 2px;
    height: auto;
    top: 0;
    margin-top: 30px;
  }
  #media .slide .unit {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 30px;
  }
  #media .slide .unit:last-child {
    width: 100%;
  }
  #media .slide .unit:nth-child(4),
  #media .slide .unit:nth-child(5) {
    height: auto;
  }


  #footer img {
    width: 240px;
  }

  #footer .address .add {
    font-size: 14px;
    line-height: 1.5;
  }

  #footer .address .copy {
    font-size: 12px;
  }


  section.subSection .titleArea h2 {
    font-size: 28px;
  }

  #support .titleArea h3 {
    font-size: 15px;
    margin-top: 3px;
  }

  
  #support .supportArea {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    padding-top: 0;
  }
  #support .supportArea .blackBox {
    width: 100%;
    margin: 0;
    padding: 18px;
  }

  #support .rightSide.support .unit {
    padding: 20px 30px;
  }

  









}

@media only screen and (max-width: 440px) {


  #academics .slide .unit {
    height: 130px;

  }

  #home .listComponent h4{
    font-size: 16px;
  }

  #home .listComponent li, .listComponent p{
  font-size: 14px;
  }

  #home .iconScroll {
    bottom: 90px;
  }

  section.subSection .titleArea .sectionTitle {
    font-size: 40px;
  }
  section.subSection .titleArea h2 {
    /* font-size: 24px; */
    font-size: 18px;
  }
  section.subSection .titleArea h3 {
    font-size: 18px;
  }

  #academics .brownBox {
    height: auto;
  }
  #academics .brownBox .quarter {
    width: 100%;
    height: auto;
    padding: 10px 0 20px 60px;
  }

  #academics .brownBox .quarter:first-child {
    width: 100%;
  }

  #achievement .rightSide.slide .unit {
    padding: 20px;
  }

  #achievement h3.chart-title {
    font-size: 16px;
  }
  #academics .slide h3 {
    font-size: 18px;
  }

  .listComponent h4 {
    font-size: 18px;
    word-break: keep-all;
  }

  #academics .brownBox .quarter h4 {
    height: 18px;
    font-size: 18px;
  }

  #academics .brownBox .quarter:nth-child(3) {
    background-position: left center;
  }

  #academics .brownBox .quarter:nth-child(4) {
    background-position: left center;
  }

  #academics .brownBox {
    padding-top: 20px;
    margin-top: 0;
    top: auto;
    bottom: 0;
  }


  #academics .slide .slick-track {
    margin-top: 50px;
}

 section.subSection .titleArea .sectionTitle {
    font-size: 53px;
  }


  

  #support.active .rightSide.support .listComponent h4 {
    font-size: 18px;
  }
  #support.active .rightSide.support .listComponent p {
    font-size: 14px;
  }
  

  #support .rightSide.support .unit .redArrow {
    top: 20px;
    right: 15px;
  }

  #support .mainVisual {
    height: 250px;
  }
  
  #support .rightSide:not(.support) {
    top: 250px;
    height: 450px;
  }


  #support .rightSide:not(.support) .listComponent {
    padding: 10px 30px;
  }


  #support .rightSide.support {
    flex-wrap: wrap;
    width: 100%;
    top: 700px;
  }

  
  #support .rightSide.support .unit {
    width: 50vw;
    height: 150px;
  }
  

  section#support.subSection {
    height: 1010px;
  }

  section#support.subSection .innerContents {
    height: 1010px;
  }

 
    #support .rightSide.support .slide {
        width: 100vw;
    }


    #support .rightSide.support .slide .unit {
       height: 160px;
       width: 100vw;
    }

    #support .rightSide.support .slideBtn {
      top: 242px;
      margin: 25px 0 0 35%;
    }
  

        





}


@media screen and (max-width: 1160px) and (max-height: 770px) {
    #home .campusArea {
        transform: scale(0.7);
        transform-origin: right bottom;
		margin-top: 40px;
    }

  }




@media all and (max-width: 1880px) and (max-height: 750px){
	    #home .titleArea {
        display: flex;
        flex-flow: column-reverse;
        top: 100px;
    }
	
	    #home .campusArea {
        position: absolute;
        top: calc(100vh - 210px);
    }
}
	
	