/* campas */
.campas {overflow: hidden;}
.campas .inner {padding: 95px 0 110px;}

/* tab-menu */
.campas .tab-menu {position: relative; margin-bottom: 60px;}
.campas .tab-menu::after {content: ''; display: block; clear: both;}
.campas .tab-menu a {float: left; width: calc(16.6% - 16.6px); background: #eaeaea; padding: 21px 0; text-align: center; font-family: 'NanumSquare', sans-serif; font-size: 20px; color: #171c60; transition: .3s;}
.campas .tab-menu a.selected {background: linear-gradient(to left, #5369f0, #2595be); color: #fff;}
.campas .tab-menu a + a {margin-left:20px;}

/* contents */
.campas .contents-group {opacity: 1; transition: .3s;}
.campas .contents-group.anim-out {opacity: 0; transform: translateY(40px);}
.campas .contents {display: none;}
.campas .contents.visible {display: block;}
.campas .title-area {position: relative;}
.campas .sns-links {display: flex; justify-content: flex-end; position: absolute; right: 0; top: 50%;}
.campas .sns-links li {}
.campas .sns-links li + li {margin-left: 20px;}
.campas .sns-links li a {display: flex; align-items: center; }
.campas .sns-links img {vertical-align: middle; margin-right: 10px;}
.campas .sns-links span {vertical-align: middle; font-size: 15px; font-weight: 300; color: #666; transition: 250ms;}
.campas .sns-links span b {font-weight: 500; display: block; }
.campas .sns-links li:hover span {color: #000;}
.campas__title {text-align: center; font-family: 'InkLipquid'; font-size: 72px; font-weight: 600; color: #000; margin-bottom: 25px;}
.campas__title span {color: #0090ff;}

/* campas-list */
.campas-list {border-top: 1px solid #000; display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 60px;}
.campas-list li {flex-basis: 50%; border-bottom: 1px solid #ddd; padding: 24px 0; display: flex; align-items: center; justify-content: space-between;}
.campas-list .num {display: inline-block; margin-right: 15px; font-size: 17px; font-weight: 900; letter-spacing: -0.17px; color: #fff; width: 40px; line-height: 40px; background: #0090ff; text-align: center; border-radius: 50%;}
.campas-list li:nth-child(2n) .num {background: #4c6fe9;}
.campas-list p {font-size: 16px; font-weight: 400; color: #000; width: calc(100% - 55px); line-height: 1.33em; letter-spacing: -0.04px;}

/* image-group */
.campas .image-group {display: flex; justify-content: space-between; margin-bottom: 105px;}
.campas .image {position: relative; width: calc(25% - 20.25px); overflow: hidden;}
.campas .image a {position: relative; display: block;}
.campas .image a::before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 5px solid #0090ff; opacity: 0; transition: .3s; z-index: 1;}
.campas .image:hover a::before {opacity: 1;}
.campas .image a img {transition: .3s; z-index: -1;}
.campas .image:hover a img {transform: scale(1.1);}

/* campas-info */
.campas-info {}
.campas-info__text {background: #f7f7f7; padding: 20px 65px; overflow: hidden; display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px;}
.campas-info__text .left {}
.campas-info__text .left strong {display: inline-block; width: 99px; border-radius: 17.5px; line-height: 35px; text-align: center; background: #197cfa; font-family: 'NanumSquare', sans-serif; font-size: 17px; font-weight: 400; color: #fff; margin-right: 25px; vertical-align: middle;}
.campas-info__text .title {font-family: 'InkLipquid'; font-size: 26px; color: #000; font-weight: 600; text-transform: uppercase; vertical-align: middle;}
.campas-info__text .title span {color: #197cfa;}
.campas-info__text .right {overflow: hidden;}
.campas-info__text .right p {float: left;}
.campas-info__text .right p + p {margin-left: 60px;}
.campas-info__text .right i {color: #197cfa; font-size: 23px;  vertical-align: middle;}
.campas-info__text .right span {font-size: 15px; font-weight: 300; color: #666; margin-left: 7px; vertical-align: middle;}
.campas-info .map {width: 100%; height: 500px;}
.campas-info .root_daum_roughmap .wrap_map {height: inherit;}
