@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(./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:'Roboto','Noto Sans KR','Noto Sans SC',Sans-serif;font-size:16px;font-weight:400;line-height:1.5;
  font-smoothing: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;
}
#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; height: 17px;
  color: #a70638; font-size: 12px; font-weight: bold;
  background-color: #ffffff;
  box-shadow: #aeaeae 1px 1px 2px 1px;
}
#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) .slideBtn { opacity: 0; }
section.subSection .rightSide {
  position: absolute; z-index: 2;
  right: 0;
  width: 60%;
}

.subArrLink {
  display: inline-block;
  min-width: 395px; height: 80px;
  padding: 0 30px; box-sizing: border-box;
  border: 1px solid #212121;
  font-size: 18px; font-weight: 500; line-height: 80px;
  background: url(../../KOR_A/img/info/why/icon_subArrLink.png) no-repeat right 30px center;
  transition: all 0.2s;
}
.subArrLink:hover {
  background: #a70638 url(../../KOR_A/img/info/why/icon_subArrLink_White.png) no-repeat right 30px center;
  color: #fff;
  border-color: #a70638;
}

.gray { color: #7e7e7e; }

.dotList>li {
  position: relative;
  padding-left: 15px;
}
.dotList>li:before {
  content: '';
  position: absolute; display: block;
  left: 0; top: 9px;
  width: 3px; height: 3px;
  border-radius: 50%;
  background-color: #a70638;
}

.groupRedArrow{
    background: url(../../KOR_A/img/info/why/icon_arrow_red.gif) no-repeat right center;
    padding-right:25px;
}
.groupWhiteArrow{
    background: url(../../KOR_A/img/info/why/icon_arrow_white.gif) no-repeat right center;
    padding-right:25px;
}

.redArrow {
  display: inline-block;
  width: 20px; height: 20px;
  background: url(../../KOR_A/img/info/why/icon_arrow_red.gif) no-repeat right center;
  vertical-align: middle;
}
.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;
}
.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 .play {
  display: none;
  width: 5px; height: 4px;
  margin: 0 6px;
  background: url(../../KOR_A/img/info/why/play.png) no-repeat right center;
}
.slideBtn .pause {
  width: 5px; height: 4px;
  margin: 0 6px;
  background: url(../../KOR_A/img/info/why/pause.png) no-repeat right center;
} */
.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 { 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_pic01.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: 308px;
}
#home .titleArea h2 {
  font-size: 100px; font-weight: bolder; line-height: 1.2; color: #ffffff;
}
#home .titleArea p { font-size: 20px; color: #ffffff; }

#home .campusTextArea {
  position: absolute; z-index: 2;
  bottom: 150px;
}
#home .campusTextArea b { color: #ffffff; }
#home .campusTextArea span { color: #9a9a9a; }

#home .campusArea {
  position: absolute; z-index: 2;
  right: 0; top: 308px;
  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: 15px;
  background-image: url(../../KOR_A/img/info/why/keyVisual_thumb_pic02.gif);
}

#home .iconScroll {
  position: absolute;
  bottom: 50px;
  width: 35px; height: 65px;
  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;
}

/* 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 Best */

#best .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;
}
#best .titleArea { padding-top: 100px; }
#best .titleArea * { color: #ffffff; }

#best .rightSide:not(.slide) {
  top: 0;
  width: 60%; height: 497px;
  background-color: #a70638;
  z-index:100;
}
#best .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;
}
#best .rightSide .listComponent.white {
  position: absolute;
  left: 30px; bottom: 70px;
  width: 33%;
}
#best .rightSide .listComponent.white h4 { font-size: 30px; }

#best .rightSide.slide {
  top: 540px;
  width: 60%; height: 271px;
  font-size: 0;
}
#best .rightSide.slide .unit {
  position: relative; display: inline-block;
  width: 260px; height: 271px;
  margin-right: 30px; padding: 30px 20px; box-sizing: border-box;
  background-color: #ffffff;
  vertical-align: top;
}
#best .rightSide.slide .unit .redArrow {
  position: absolute;
  width: 30px; height: 30px;
  right: 20px; bottom: 20px;
}
#best .rightSide.slide .unit:nth-child(5) { background-color: #d2d2d2; }
#best .rightSide.slide .unit:nth-child(6) { background-color: #a5a5a5; }
#best .rightSide.slide .unit:nth-child(7) { background-color: #8d8d8d; }

#best .slideBtn {
  position: absolute; z-index: 1;
  left: 40%; top: 820px;
}

#best .rightSide .listComponent.white, #best .rightSide.slide { opacity: 0; }
#best.active .rightSide .listComponent.white { animation: moveLeft both 0.8s 1.2s; }
#best.active .rightSide.slide { animation: scaleRow both 0.8s 1.5s; }

/* 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 {
  position: relative;
  margin-top: 20px;
  text-align: left;
}

#academics .slide {
  position: absolute; z-index: 1;
  right: 0; top: 480px;
  width: 70%;
  text-align: left;
}
#academics .slide .unit {
  position: relative; display: inline-block;
  width: 184px; height: 320px;
  margin: 0 2px 0 1px; padding: 30px 0 0 20px;
  background-color: #ffffffee;
  vertical-align: top;
}
#academics .slide .unit .new, #academics .slide .unit .changed {
  position: absolute;
  left: 0; top: 0;
  width: 70px; height: 22px;
  font-size: 14px; color: #ffffff; text-align: center;
  background-color: #6f5a4f;
}
#academics .slide .unit .changed { background-color: #9c7957; }
#academics .slide .unit h4 { height: 80px; }

#academics .slideBtn {
  position: absolute; z-index: 1;
  right: 71%; top: 690px;
}

#academics .brownBox {
  position: absolute; z-index: 2;
  left: 0; bottom: 0;
  width: 982px; height: 219px;
  padding: 40px 0 0 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 h4 {
  display: inline-block;
  height: 80px;
  font-size: 20px; font-weight: bold;
}
#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.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 .unit .redArrow {
  position: absolute;
  width: 30px; height: 30px;
  right: 30px; bottom: 30px;
}
#support .rightSide.support .slideBtn { position:absolute; top:100%; margin: 10px 0 0 calc(45% + 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;}

/* Society */

#society .mainVisual {
  position: absolute; z-index: 0;
  left: 53px; top: 0;
  width: calc(100% - 53px); height: 100%;
  background: url(../../KOR_A/img/info/why/Section6_bg1.jpg) no-repeat;
}
#society>.subVisual {
  position: absolute; z-index: 0;
  right: 0; top: 0;
  width: 60%; height: 100%;
  background: url(../../KOR_A/img/info/why/Section6_bg2.jpg) no-repeat;
  background-size: cover;
}

#society .titleArea {
  position: absolute;
  left: 63%; top: 90px;
}
#society .titleArea * { color: #ffffff; }

#society .slide {
  position: absolute;
  left: 0; top: 138px;
  width: 100%;
}
#society .slide .unit {
  position: relative;
  width: calc(100vw - 53px);
  margin-right: 40px;
}
#society .slide .slick-list { height: 659px !important; }
#society .slide .unit.slick-slide { position: absolute !important; }
#society .slide .subVisual {
  width: 55.8%; height: 659px;
  background: url(../../KOR_A/img/info/why/Section6_img1.jpg) no-repeat center center;
  background-size: cover;
}
#society .slide .listComponent {
  position: absolute;
  left: 64%; top: 500px;
}

#society .slideBtn {
  position: absolute;
  left: 63%; top: 774px;
}

#society ul.kmooc {margin-top:5px;}
#society ul.kmooc li{list-style:none; display:inline; padding:5px; background-color:#460c1e; margin-right:3px; font-size:14px}

#society .slide .subVisual, #society .slide .listComponent { opacity: 0; }
#society.active .slide .subVisual { animation: fadeIn both 0.8s 1.2s; }
#society.active .slide .listComponent { animation: moveLeft both 0.8s 1.5s; }

/* Awards */

#awards.subSection, #awards.subSection .innerContents { height: 585px; }

#awards .mainVisual {
  position: absolute; z-index: 0;
  left: 53px; top: 0;
  width: calc(100% - 53px); height: 100%;
  background: url(../../KOR_A/img/info/why/Section7_bg1.jpg) no-repeat;
}

#awards .titleArea {
  position: relative;
  padding-top: 90px;
}
#awards .titleArea * { color: #ffffff; }

#awards .slideBtn { margin-top: 30px; }

#awards .slide {
  position: absolute; z-index: 1;
  right: 0; top: 0;
  width: calc(100% - 580px); height: 585px;
}
#awards .slide .unit {
  display: inline-block;
  width: 245px; height: 585px;
  padding: 130px 10px 0 15px; box-sizing: border-box;
  border-left: 1px solid #838383;
  vertical-align: top;
}
#awards .slide .unit:last-child { border-right: 1px solid #838383; }
#awards .slide .unit li {
  margin-bottom: 20px;
}

/* 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}

/* 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;
}

/* Responsive */

@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; }
  
  #best .titleArea .sectionTitle { font-size: 80px; }
  #best .titleArea h2 { font-size: 32px; }
  #best .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; }

  #society .titleArea .sectionTitle { font-size: 80px; }
  #society .titleArea h2 { font-size: 32px; }
  #society .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%; }
}

@media all and (min-width:1040px) and (max-width:1280px) {
  #home .titleArea .sectionTitle { font-size: 80px; }
  #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 { height: 100vh; min-height: 725px; }
  
  #home .innerContents {
    padding: 30px;
    height: 100vh; min-height: 725px;
  }
  #home .innerContents>img { width: 160px; }
  #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;
  }
  #home .linkArea>a.white { margin-left: 0; }

  #home .titleArea {
    display: flex; flex-flow: column-reverse;
    left: 30px; top: auto; bottom: 240px;
  }
  #home .titleArea .sectionTitle { font-size: 44px; line-height: 1.4; }
  #home .titleArea h3 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  #home .iconScroll { left: 30px; top: auto; bottom: 60px; }

  #home .campusTextArea { left: auto; right: 10px; bottom: 200px; }

  #home .campusArea { top: auto; bottom: 60px; }
  #home .campusArea button {
    width: 35vw; max-width: 193px;
    height: 120px;
  }
  #home .campusArea .thumbnail {
    width: 220px; height: 120px;
    background-position: center;
    background-size: 100% auto;
  }

  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; }

  section#best.subSection { height: 1150px; }
  section#best.subSection .innerContents { height: 1150px; }

  #best .mainVisual { background-image: url(../../KOR_A/img/info/why/Section3_bg2.jpg); }

  #best .titleArea { padding-top: 50px; }
  #best .titleArea br.onOff { display: none; }

  #best .rightSide:not(.slide) {
    left: 0; top: 380px;
    width: 100%; height: 390px;
  }
  #best .rightSide .listComponent.white {
    width: 270px;
    bottom: 60px;
  }
  #best .rightSide .subVisual {
    width: 350px; height: 290px;
    left: calc(100vw - 350px); top: -30px;
  }

  #best .rightSide.slide {
    width: 100%;
    top: 800px; height: 290px;
    padding-left: 30px;
  }
  #best .rightSide.slide .unit {
    width: 250px; height: 290px;
    margin-right: 20px;
  }
  #best .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 {
    width: calc(100% - 60px); min-width: auto;
    margin: 20px 30px;
    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 { background: #a70638 url(../../KOR_A/img/info/why/icon_subArrLink_White.png) no-repeat right 30px center; }

  #academics .slide {
    position: relative;
    left: 30px; top: 0;
    width: calc(100% - 30px);
    margin-top: 10px;
  }
  #academics .slide .unit {
    width: 250px; height: 290px;
    margin-right: 20px;
  }
  #academics .slideBtn {
    position: relative;
    left: 30px; top: 20px;
  }
  #academics .brownBox {
    position: relative;
    top: 0;
    width: 100%; height: 320px;
    margin-top: 40px; padding: 30px;
  }
  #academics .brownBox .quarter { width: 49%; height: 140px; }
  #academics .brownBox .quarter br.onOff { display: none; }
  #academics .brownBox .quarter h4 { height: 50px; }

  section#support.subSection { height: 1665px; }
  section#support.subSection .innerContents { height: 1665px; }

  #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 .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#society.subSection { height: 960px; }
  section#society.subSection .innerContents { height: 960px; }

  #society .mainVisual { display: none; }
  #society .subVisual {
    width: 100%; height: 330px;
  }
  #society .titleArea {
    left: 30px; top: 40px;
  }
  #society .slide {
    top: 330px;
  }
  #society .slide .subVisual {
    width: 100%; height: 420px;
  }
  #society .slide .unit {
    width: 100vw; height: 630px;
    margin-right: 0;
  }
  #society .slide .listComponent {
    left: 0; top: 420px;
    width: 100vw; height: 210px;
    padding: 50px 30px; box-sizing: border-box;
    background-color: #000000;
  }
  #society br.onOff { display: none; }
  #society .slideBtn {
    left: auto; right: 30px; top: 760px;
  }
  #society ul.kmooc li {background-color: #4b4b4b;}

  section#awards.subSection { height: 780px; }
  section#awards.subSection .innerContents { height: 780px; }

  #awards .mainVisual {
    left: 0;
    width: 100%;
    background: url(../../KOR_A/img/info/why/Section7_bg2.jpg) no-repeat;
    background-size: cover;
  }

  #awards .titleArea {
    padding-top: 40px;
    text-align: center;
  }
  #awards .slide {
    left: 30px; top: 290px;
    width: calc(100% - 30px); height: 390px;
  }
  #awards .slide .unit {
    width: 250px; height: 390px;
    margin-right: 20px; padding: 30px 15px;
    border: 1px solid #838383;
  }
  #awards .slideBtn {
    position: absolute;
    bottom: 70px;
  }

  section#media.subSection { height: 680px; }
  section#media.subSection .innerContents { height: 680px; }

  #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;
  }

  section#footer { height: 400px; }
  section#footer .innerContents {
    display: block;
    height: 400px;
    padding: 40px 30px; box-sizing: border-box;
    background-color: #ffffff;
  }
  #footer .address { margin-top: 20px; }
  #footer .address * { color: #000000; }
  #footer .address .add {
    font-size: 24px; line-height: 48px;
    margin-bottom: 30px;
  }
  #footer .address .copy { font-size: 20px; }
  #footer img:not(.onOff) { display: none; }
  #footer img.onOff { display: block; }

}

@media all and (max-width:768px){
  #footer .address .add {font-size: 20px;}
  #footer .address .copy {font-size: 18px;}
}
@media all and (max-width:640px) {
  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; }

  #best .rightSide .subVisual {
    width: 50vw;
    left: 50vw;
  }
  
  #best .rightSide .listComponent.white { width: 210px; }
  #best .rightSide .listComponent.white h4 { font-size: 24px; }
  #best .rightSide .listComponent.white li { font-size: 14px; }

  #society ul.kmooc li{display:inline-block; margin-top:2px;}
}

@media all and (max-width:550px) {
  #home .campusArea {
    transform: scale(0.8);
    transform-origin: right bottom;
  }

  #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;}

  #best .rightSide .subVisual { height: 220px; }
  #best .rightSide .listComponent.white { bottom: 30px; }
  
  #support .rightSide:not(.support) .listComponent h4 {
    margin: 10px 0;
    font-size: 24px;
  }

  #support .supportArea {
    display: flex; flex-wrap: wrap; gap: 2px;
    padding-top: 0;
  }
  #support .supportArea .blackBox {
    width: 100%;
    margin: 0; padding: 18px;
  }

  #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%; }

  #footer img { width: 240px; }
  #footer .address .add { font-size: 20px; } 

}

@media all and (max-width:440px) {
  section.subSection .titleArea .sectionTitle{font-size: 50px;}
  section.subSection .titleArea h2{font-size: 24px;}
  section.subSection .titleArea h3{font-size: 18px;}

  #academics .brownBox { height: auto; }
  #academics .brownBox .quarter {
    width: 100%; height: auto;
    padding: 10px 0 20px 60px;
  }

  #support.active .rightSide.support .listComponent h4 { font-size: 16px; }
  #support.active .rightSide.support .listComponent p { font-size: 12px; }

  #footer .address .add { font-size: 16px; }
}
