@charset "utf-8";

/*뉴스 리서치 숨김처리*/
#multipleDiv_konkuk_14 {display: none;}

/* Leader */
.wrap-leader {margin-top: 160px;}
.wrap-leader .container {position: relative; display: flex;}
.wrap-leader .container::after {content: ''; position: absolute; right: 0; top: 0; z-index: -1; width: 200%; height: 100%; background: #f1faf2; border-radius: 0 250px 0 0;}
.wrap-leader .box-thumb {display: flex; justify-content: space-between; flex-shrink: 0; gap: 0 60px; width: 53.8%; padding-bottom: 50px;}
.wrap-leader .box-thumb .line1 {margin-top: -70px;}
.wrap-leader .box-thumb .line2 {margin-top: 110px;}
.wrap-leader .box-thumb li {position: relative; top: 50px; opacity: 0; margin-bottom: 60px;}
.wrap-leader .box-thumb .thumb {position: relative; transition: .5s;}
.wrap-leader .box-thumb .thumb:hover {box-shadow: 0 0 40px rgba(0,0,0,.2);}
.wrap-leader .box-thumb .desc {position: absolute; left: 40px; bottom: 30px; font-family: 'Mont Medium'; font-size: 34px; line-height: 1.3; color: #fff;}
.wrap-leader .box-thumb .desc strong {display: block; font-family: 'Mont Bold'; font-size: 26px;}

.wrap-leader .box-info {padding-left: 12.5%; padding-right: 5%;}
.wrap-leader .box-info .title {position: relative; right: -50px; opacity: 0; margin-top: 195px;}
.wrap-leader .box-info .title strong {font-family: 'NotoCn Regular'; font-size: 90px; line-height: 1.2; color: #005128;}
.wrap-leader .box-info .title p {margin-top: 33px; margin-bottom: 100px; font-family: 'NotoCn Regular'; font-size: 20px; color: #333;}
.wrap-leader .box-info .title .sjb1 {margin-left: -100px;}
.wrap-leader .box-info .links li {position: relative; top: 50px; opacity: 0; display: flex; align-items: center; margin-bottom: 40px;}
.wrap-leader .box-info .links .ico {width: 135px; flex-shrink: 0;}
.wrap-leader .box-info .links .desc {font-family: 'NotoCn Medium'; font-size: 20px; color: #333;}
.wrap-leader .box-info .links a {position: relative;}
.wrap-leader .box-info .links a:hover {color: #016365;}
.wrap-leader .box-info .links a::after {content: ''; position: absolute; left: 0; bottom: -10px; width: 0; height: 2px; background: #016365; transition: .75s;}
.wrap-leader .box-info .links a:hover::after {width: 100%;}

@media (max-width: 1610px) {
  .wrap-leader .box-thumb .desc {font-size: 28px;}
  .wrap-leader .box-thumb .desc strong {font-size: 24px;}
  .wrap-leader .box-info .title strong {font-size: 75px;}
  .wrap-leader .box-info .title p {font-size: 18px;}
  .wrap-leader .box-info .links .desc {font-size: 18px;}
}

@media (max-width: 1330px) {
  .wrap-leader .box-info {padding-left: 6.5%; padding-right: 3%;}
  .wrap-leader .box-thumb {gap: 0 40px;}
  .wrap-leader .box-thumb li {margin-bottom: 40px;}
  .wrap-leader .box-thumb .desc {left: 20px; bottom: 15px; font-size: 19px;}
  .wrap-leader .box-thumb .desc strong {font-size: 19px;}
  .wrap-leader .box-info {padding-right: 0;}
  .wrap-leader .box-info .title {margin-top: 175px;}
  .wrap-leader .box-info .title strong {font-size: 5vw;}
  .wrap-leader .box-info .title p {margin-bottom: 40px;}
  .wrap-leader .box-info .title .sjb1 {margin-left: 0;}
  .wrap-leader .box-info .links .ico {width: 50px;}
  .wrap-leader .box-info .links .desc {padding-left: 20px; font-size: 16px;}
}

@media (max-width: 1000px) {
  .wrap-leader .box-thumb li {top: 0 !important; opacity: 1 !important;}
  .wrap-leader .box-info .title {right: 0 !important; opacity: 1 !important;}
  .wrap-leader .box-info .links li {top: 0 !important; opacity: 1 !important;}
}

@media (max-width: 840px) {
  .wrap-leader {margin-top: 50px;}
  .wrap-leader .container {flex-wrap: wrap;}
  .wrap-leader .container::after {border-radius: 0;}
  .wrap-leader .box-thumb {width: 100%; padding-bottom: 0; gap: 0 20px;}
  .wrap-leader .box-thumb li {margin-bottom: 20px;}
  .wrap-leader .box-thumb .line1 {margin-top: 50px;}
  .wrap-leader .box-thumb .line2 {margin-top: 50px;}
  .wrap-leader .box-thumb .desc {font-size: 16px;}
  .wrap-leader .box-thumb .desc strong {font-size: 16px;}
  .wrap-leader .box-info {padding-left: 0; padding-right: 0;}
  .wrap-leader .box-info .title {margin-top: 0;}
  .wrap-leader .box-info .title strong {font-size: 24px;}
  .wrap-leader .box-info .title p {margin-top: 20px; margin-bottom: 20px; font-size: 16px;}
  .wrap-leader .box-info .links li {margin-bottom: 20px;}
  .wrap-leader .box-info .links .desc {font-size: 15px;}
}

/* Guide */
.wrap-guide .container {position: relative; padding: 65px 0 75px 0;}
.wrap-guide .container::after {content: ''; position: absolute; right: calc(100% + 75px); top: 0; z-index: -1; width: 100%; height: 100%; background: #f1faf2;}
.wrap-guide .title strong {position: relative; left: -50px; opacity: 0; font-family: 'NotoCn Regular'; font-size: 60px; line-height: 1; color: #0e1813;}
.wrap-guide .list {display: flex; margin-top: 34px;}
.wrap-guide .list .left {position: relative; left: -50px; opacity: 0; width: 860px; flex-shrink: 0;}
.wrap-guide .list .right {position: relative; right: -50px; opacity: 0; width: calc(100% - 860px); padding-left: 7.5%; flex-shrink: 0;}
.wrap-guide .list .desc .subject strong {position: relative; display: block; margin-bottom: 35px; padding-bottom: 45px; font-family: 'Mont SemiBold'; font-size: 30px; line-height: 1; color: #005128;}
.wrap-guide .list .desc .subject strong::after {content: ''; position: absolute; left: 0; bottom: 0; width: 80px; height: 1px; background: #00a754;}
.wrap-guide .list .desc p {font-family: 'NotoCn Regular'; font-size: 22px; line-height: 1.4; color: #666;}
.wrap-guide .list .desc .button {margin-top: 40px; text-align: right;}
.wrap-guide .list .desc a {position: relative; display: inline-block; width: 100%; max-width: 210px; height: 60px; font-family: 'Mont SemiBold'; font-size: 16px; line-height: 60px; border: 2px solid #005128; border-radius: 100px; text-align: center; color: #005128;}
.wrap-guide .list .desc a:hover {background: #005128; color: #fff;}
.wrap-guide .list .control {display: inline-block; transform: translate(0, -100%);}
.wrap-guide .list .control button {width: 60px; height: 60px; border-radius: 100%; text-indent: -9999px;}
.wrap-guide .list .control button.prev {background: #fff url('../../images/main/ic-guide-prev.png') no-repeat center; box-shadow: 0 0 15px rgba(0,0,0,.2);}
.wrap-guide .list .control button.next {margin-left: -10px; background: #005128 url('../../images/main/ic-guide-next-on.png') no-repeat center;}

@media (max-width: 1750px) {
  .wrap-guide .container {padding: 65px 20px 32px  30px;}
}

@media (max-width: 1600px) {
  .wrap-guide .list .left {width: 50%;}
  .wrap-guide .list .right {width: 50%; padding-left: 4%;}
  .wrap-guide .list .desc p {font-size: 18px;}
  .wrap-guide .list .desc .subject strong {margin-bottom: 24px; padding-bottom: 24px;}
}

@media (max-width: 1000px) {
  .wrap-guide .container {padding: 45px 60px 0px 60px;}
  .wrap-guide .list .left {left: 0 !important; opacity: 1 !important; width: 55%;}
  .wrap-guide .list .right {right: 0 !important; opacity: 1 !important; width: 45%; padding-left: 4%;}
  .wrap-guide .title strong {left: 0 !important; opacity: 1 !important; font-size: 35px;}
  .wrap-guide .list .desc .subject strong {font-size: 23px;}
  .wrap-guide .list .desc p {font-size: 16px;}
  .wrap-guide .list .desc a {font-size: 15px;}
}

@media (max-width: 890px) {
  .wrap-guide .title strong {font-size: 24px;}
  .wrap-guide .list {flex-wrap: wrap;}
  .wrap-guide .list .left {width: 100%;}
  .wrap-guide .list .right {width: 100%; padding-left: 0%;}
  .wrap-guide .list .desc .subject strong {margin-top: 24px;}
}

@media (max-width: 840px) {
  .wrap-guide .container {padding: 45px 20px 0px 20px;}
  .wrap-guide .list .desc .subject strong {font-size: 20px;}
  .wrap-guide .list .desc a {font-size: 14px;}
  .wrap-guide .list .desc p {font-size: 16px;}
}

/* 온에어 */
#multipleDiv_konkuk_104 {max-width: 1920px; margin: 0 auto;}
.wrap-air {padding: 100px 0 0 0; background: #f8f8f8;}
.wrap-air .title {position: relative; left: -50px; opacity: 0; line-height: 1;}
.wrap-air .title::after {content: ''; position: absolute; left: 50%; top: 50%; z-index: 0; width: 100%; max-width: 1600px; height: 1px; background: #000; transform: translate(-50%, 0);}
.wrap-air .title .container {display: flex; justify-content: space-between; align-items: center;}
.wrap-air .title strong {position: relative; z-index: 1; display: inline-block; padding-right: 50px; background: #f8f8f8; font-family: 'Mont Medium'; font-style: italic; font-size: 50px; color: #2a2a2a;}
.wrap-air .title strong em {font-family: 'Mont Bold'; font-style: italic; color: #016365;}
.wrap-air .title .link {position: relative; right: -50px; opacity: 0; z-index: 1;}
.wrap-air .title .link ul {display: flex; background: #f8f8f8;}
.wrap-air .title .link li {position: relative; margin-left: 30px; padding-left: 30px;}
.wrap-air .title .link li::after {content: ''; position: absolute; left: 0; top: 8px; width: 4px; height: 4px; background: #9b9b9b;}
.wrap-air .title .link li:first-child {margin-left: 0; padding-left: 50px;}
.wrap-air .title .link li:first-child::after {display: none;}
.wrap-air .title .link a {font-family: 'Mont Medium'; font-style: italic; font-size: 20px; color: #333;}
.wrap-air .title .link a:hover {font-family: 'Mont Medium'; color: #e84855;}
.wrap-air .title .link a span {position: relative;}
.wrap-air .title .link a span::after {content: ''; position: absolute; left: 0; bottom: -14px; width: 0%; height: 5px; background: #e84855; transition: .35s;}
.wrap-air .title .link a:hover span::after {width: 100%;}

.wrap-air .list {margin-top: 42px;}
.wrap-air .list ul {display: flex; height: 320px;}
.wrap-air .list ul li {position: relative; top: 50px; opacity: 0; width: 16.666%; background-size: cover !important;}
.wrap-air .list ul li:nth-child(n+7) {display:none;}
.wrap-air .list .detail {display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 30px; background: rgba(0,0,0,.8); text-align: center; opacity: 0; transition: opacity .35s;}
.wrap-air .list li:hover .detail {opacity: 1;}
.wrap-air .list .detail .desc {overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; margin-top: 16px; font-family: 'NotoCn Regular'; font-size: 16px; color: #fff;}

.wrap-air .banner {display: flex; height: 230px;}
.wrap-air .banner .donation,
.wrap-air .banner .letter {display: flex; flex-direction: column; justify-content: center; align-items: center; width: 50%; text-align: center;}
.wrap-air .banner .donation {position: relative; left: -50px; opacity: 0; background: url('../../images/main/img-air7.jpg') no-repeat center;}
.wrap-air .banner .donation strong {font-family: 'NotoCn Bold'; font-size: 24px; color: #fff;}
.wrap-air .banner .donation a {margin-top: 22px; padding: 17px 35px; background: rgba(1,99,101,.78); border-radius: 5px; font-family: 'NotoCn Medium'; font-size: 18px; color: #fff;}
.wrap-air .banner .donation a:hover {background: rgba(1,99,101,.9);}
.wrap-air .banner .letter {position: relative; right: -50px; opacity: 0; background: url('../../images/main/img-air8.jpg') no-repeat center;}
.wrap-air .banner .letter strong {font-family: 'NotoCn Bold'; font-size: 24px; color: #fff;}
.wrap-air .banner .letter .form {display: flex; align-items: center; width: 100%; max-width: 590px; margin-top: 22px;}
.wrap-air .banner .letter .form input {width: 100%; height: 60px; line-height: 60px; border-radius: 5px; font-family: 'NotoCn Light'; font-size: 18px; text-indent: 25px; color: #666;}
.wrap-air .banner .letter .form button {display: flex; align-items: center; height: 100%; margin-left: 5px; padding: 0 25px; background:rgba(0,0,0,.5); border-radius: 5px; font-family: 'NotoCn Medium'; font-size: 18px; color: #fff;}
.wrap-air .banner .letter .form button:hover {background:rgba(0,0,0,.7);}
.wrap-air .banner .letter .form button::before {content: ''; display: inline-block; width: 20px; height: 24px; margin-right: 12px; background: url('../../images/main/ic-newsletter.png') no-repeat center;}

@media (max-width: 1660px) {
  .wrap-air .title::after {width: calc(100% - 120px);}
}

@media (max-width: 1480px) {
  .wrap-air .banner .letter strong {font-size: 22px;}
  .wrap-air .banner .letter .form button {font-size: 17px;}
  .wrap-air .banner .donation strong {font-size: 22px;}
  .wrap-air .banner .donation a {font-size: 17px;}
}

@media (max-width: 1270px) {
  .wrap-air .title .link li {margin-left: 20px; padding-left: 20px;}
  .wrap-air .title .link a {font-size: 18px;}
  .wrap-air .list ul li {width: 25%;}
  .wrap-air .list ul li.bg5,
  .wrap-air .list ul li.bg6 {display: none;}
  .wrap-air .banner .letter .form {padding: 0 40px;}
  .wrap-air .banner .letter strong {font-size: 20px;}
  .wrap-air .banner .letter .form button {font-size: 15px;}
  .wrap-air .banner .donation strong {font-size: 20px;}
  .wrap-air .banner .donation a {font-size: 15px;}
}

@media (max-width: 1000px) {
  .wrap-air {padding: 50px 0 0 0;}
  .wrap-air .title {left: 0 !important; opacity: 1 !important;}
  .wrap-air .title strong {padding-right: 30px; font-size: 30px;}
  .wrap-air .title .link {right: 0 !important; opacity: 1 !important;}
  .wrap-air .title .link li {margin-left: 15px; padding-left: 15px;}
  .wrap-air .title .link li:first-child {padding-left: 20px;}
  .wrap-air .title .link a {font-size: 16px;}
  .wrap-air .list {margin-top: 32px;}
  .wrap-air .list ul {height: 250px;}
  .wrap-air .list ul li {top: 0 !important; opacity: 1 !important;}
  .wrap-air .list .detail img {width: 48px;}
  .wrap-air .list .detail .desc {font-size: 13px;}
  .wrap-air .banner {height: 120px;}
  .wrap-air .banner .donation {left: 0 !important; opacity: 1 !important;}
  .wrap-air .banner .donation strong {font-size: 14px;}
  .wrap-air .banner .donation a {margin-top: 10px; padding: 7px 13px; font-size: 12px;}
  .wrap-air .banner .letter {right: 0 !important; opacity: 1 !important;}
  .wrap-air .banner .letter strong {font-size: 14px;}
  .wrap-air .banner .letter .form {margin-top: 10px; padding: 0 95px;}
  .wrap-air .banner .letter .form input {height: 30px; line-height: 30px; font-size: 12px; text-indent: 13px;}
  .wrap-air .banner .letter .form button {font-size: 12px;}
  .wrap-air .banner .letter .form button::before {width: 12px; height: 14px; background-size: cover;}
}

@media (max-width: 940px) {
  .wrap-air .banner .letter .form {padding: 0 30px;}
}

@media (max-width: 768px) {
  .wrap-air .title strong {font-size: 24px;}
  .wrap-air .title .link a {font-size: 12px;}
  .wrap-air .title .link li {margin-left: 7px; padding-left: 7px;}
  .wrap-air .title::after {top: 55%;}
  .wrap-air .banner {flex-wrap: wrap; height: 240px;}
  .wrap-air .banner .donation,
  .wrap-air .banner .letter {width: 100%;}
  .wrap-air .list ul li {width: 50%;}
  .wrap-air .list ul li.bg3,
  .wrap-air .list ul li.bg4,
  .wrap-air .list ul li.bg5,
  .wrap-air .list ul li.bg6 {display: none;}
}

@media (max-width: 600px) {
  .wrap-air .title::after {display: none;}
  .wrap-air .title .link li::after {display: none;}
  .wrap-air .title .link li {margin-left: 2px; padding-left: 2px;}
  .wrap-air .banner .letter .form {padding: 0 95px;}
}

/* 캠퍼스 */
.wrap-campus {padding: 115px 0 130px 0; background: url('../../images/main/bg-campus.jpg') no-repeat; background-size: cover;}
.wrap-campus .slogan {display: flex; justify-content: space-between; padding-bottom: 48px;}
.wrap-campus .slogan .eng {position: relative; left: -50px; opacity: 0; width: 100%; font-family: 'NotoCn Medium'; font-size: 30px; font-style: italic; text-align: center; line-height: 1.5; color: #fff;}
.wrap-campus .slogan .eng strong {display: block; font-size: 45px;}
.wrap-campus .slogan .eng strong em {font-family: 'NotoCn Bold'; font-style: italic;}
.wrap-campus .buttons {padding-top: 70px; border-top: 1px solid #fff; text-align: center; font-size: 0;}
.wrap-campus .buttons li {position: relative; top: 50px; opacity: 0; display: inline-block; margin: 0 5px;}
.wrap-campus .buttons a {display: inline-block; min-width: 190px; padding: 16px 0; border: 1px solid #fff; font-family: 'Mont Medium'; font-size: 17px; color: #fff;}
.wrap-campus .buttons a:hover {background: #fff; color: #005128;}

@media (max-width: 1610px) {
  .wrap-campus .slogan .eng strong {font-size: 30px;}
  .wrap-campus .buttons a {padding: 15px 0; font-size: 16px;}
}

@media (max-width: 1100px) {
  .wrap-campus .slogan .eng {font-size: 20px;}
  .wrap-campus .slogan .eng strong {font-size: 20px;}
}

@media (max-width: 1000px) {
  .wrap-campus {padding: 45px 0 60px 0;}
  .wrap-campus .slogan {padding-bottom: 24px;}
  .wrap-campus .slogan .eng {filter: blur(0px) !important; left: 0 !important; opacity: 1 !important;}
  .wrap-campus .buttons {padding-top: 39px;}
  .wrap-campus .buttons li {top: 0 !important; opacity: 1 !important;}
  .wrap-campus .buttons a {min-width: 150px; padding: 8px 0; font-size: 14px;}
}

@media (max-width: 840px) {
  .wrap-campus {padding: 35px 0 35px 0;}
  .wrap-campus .slogan {flex-wrap: wrap; padding-bottom: 21px;}
  .wrap-campus .slogan .eng {font-size: 16px;}
  .wrap-campus .slogan .eng strong {font-size: 16px;}
  .wrap-campus .buttons {padding-top: 28px;}
  .wrap-campus .buttons a {min-width: 125px; font-size: 13px;}
}

/* ie noti */
.ie .ie-noti {display:block;}
.ie-noti {background: #fff; padding:5px 0;  border-bottom:1px solid #ddd; display:none;}
.ie-noti .ie-noti-inner{max-width:1700px; margin:0 auto; width:100%;}
.ie-noti p {font-size:16px; font-family:'Noto Regular';}
.ie-noti p a.link-underline {text-decoration:underline; display:inline-block; margin-left:10px; font-family:'Noto Medium';}
.ie-noti strong {font-size:18px; display:block; font-family:'Noto Bold';}