@charset "UTF-8";
@import url(./reset.css);
@import url(./fonts.css);

/* 공통 */
.wrap > .inner {background-color: #3fa1eb;}
.scroll-motion {position: relative; top: 80px; opacity: 0; transition: top 1s ease, opacity 1s ease;}
.scroll-motion.active {top: 0; opacity: 1;}
.scroll-3col .scroll-motion.active:nth-child(3n) {transition-delay: 0.3s;}
.scroll-3col .scroll-motion.active:nth-child(3n-1) {transition-delay: 0.15s;}
.scroll-3col .scroll-motion.active:nth-child(3n-2) {transition-delay: 0s;}

/* header */
header {position: fixed; top: 0; left: 0; width: 100%; height: 120px; z-index: 100; background: #fff; transition: top 0.5s ease;}
header.hide {top: -120px;}
header .inner {display: flex; align-items:  center; justify-content:  center; position: relative; margin: 0 auto; width: 1531px; height: 100%;}
header .inner img {width: 100%;}
header .inner a {position: absolute; top: 24px; left: 0; width: 160px; height: 72px;}

/* content */
.sub-wrap {width: 1520px; margin: 0 auto; padding: 180px 0 120px;}

.sub-wrap .tab-area {display: flex; justify-content: center; align-items: center; margin-bottom: 60px;}
.sub-wrap .tab-area a {opacity: 0.4;}
.sub-wrap .tab-area a.on {opacity: 1;}
.sub-wrap .tab-area a + a {margin-left: 30px;}
.sub-wrap .tab-area a img {display: block; width: 354px;}

.sub-wrap .con-area .con {display: none; box-shadow: 4px 24px 50px rgba(41, 36, 69, 0.2); border-radius: 36px;}
.sub-wrap .con-area .con.on {display: flex;}
.sub-wrap .con-area .con .left {position: relative; width: 247px; padding: 60px 0; background-color: #f5f5f5; border-radius: 36px 0 0 36px; border-right: 1px solid #e0e0e0;}
.sub-wrap .con-area .con .left img {display: block; position: sticky; top: 180px; padding-left: 60px; transition: .5s; box-sizing: content-box;}
header.hide + .inner .sub-wrap .con-area .con .left img {top: 60px;}
.sub-wrap .con-area .con:first-child .left img {width: 116px;}
.sub-wrap .con-area .con:nth-child(2) .left img {width: 89px;}
.sub-wrap .con-area .con .right {width: 1272px; padding: 60px 82px; background-color: #fff; border-radius: 0 36px 36px 0;}

.sub-wrap .list-wrap .title-wrap {display: flex; justify-content: space-between;}
.sub-wrap .list-wrap .title {font-family: "Pretendard-Bold"; font-size: 38px; color: #000; line-height: 140%;}
.sub-wrap .list-wrap .desc {margin: 12px 0 20px; font-family: "Pretendard-Regular"; font-size: 14px; color: #63666A; line-height: 160%;}
.sub-wrap .list-wrap .count {margin-top: 13px; font-family: "Pretendard-Bold"; font-size: 20px; color: #000; line-height: 140%;}
.sub-wrap .list-wrap .list-div {display: flex; gap: 29px; flex-wrap: wrap; margin-top: 30px;}
.sub-wrap .list-wrap .list-item {position: relative; width: 350px; height: 350px; cursor: pointer;}
.sub-wrap .list-wrap .list-item .list-shape {position: relative; padding: 40px; width: 350px; height: 350px; border-radius: 26px; background: #f3f4f7; transition: background 0.8s ease;}
.sub-wrap .list-wrap .list-item .list-shape .bg {overflow: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 26px; opacity: 0; transition: opacity 0.8s ease;}
.sub-wrap .list-wrap .list-item .list-shape .bg img {width: 100%; height: 100%; object-fit: cover;}
.sub-wrap .list-wrap .list-item .list-shape .icon-wrap {display: inline-flex; align-items: center; gap: 6px; margin-bottom: 20px; padding: 7px 16px; background: #fff; border-radius: 100px;}
.sub-wrap .list-wrap .list-item .list-shape .icon-wrap img {display: block; width: 32px;}
.sub-wrap .list-wrap .list-item .list-shape .icon-wrap .icon-txt {color: #000; font-family: "Pretendard-Bold"; font-size: 16px; line-height: 140%;}
.sub-wrap .list-wrap .list-item .list-shape .txt-wrap {display: flex; flex-direction: column; justify-content: space-between; position: relative; height: 100%; z-index: 1;}
.sub-wrap .list-wrap .list-item .list-shape .tit {font-family: "Pretendard-Bold"; font-size: 30px; color: #000; line-height: 140%; transition: color 0.5s ease;}
.sub-wrap .list-wrap .list-item .list-shape .txt {margin-top: 16px; font-family: "Pretendard-Medium"; font-size: 16px; color: #63666A; line-height: 140%; transition: color 0.5s ease;}
.sub-wrap .list-wrap .list-item .arrow {overflow: hidden; position: absolute; right: 12px; bottom: 12px; width: 56px; height: 56px; opacity: 0; transform: scale(0); transform-origin: right bottom; transition: all 0.45s ease;}
.sub-wrap .list-wrap .list-item .arrow img {display: block; width: 100%;}

.sub-wrap .list-wrap .list-item:hover .list-shape:has(.bg) {background: #f3f4f7;}
.sub-wrap .list-wrap .list-item:hover .list-shape .bg {opacity: 1;}

.sub-wrap .con-area .con:first-child .list-wrap .list-item:nth-child(1):hover .arrow,
.sub-wrap .con-area .con:first-child .list-wrap .list-item:nth-child(2):hover .arrow,
.sub-wrap .con-area .con:first-child .list-wrap .list-item:nth-child(5):hover .arrow,
.sub-wrap .con-area .con:last-child .list-wrap .list-item:nth-child(1):hover .arrow {opacity: 1; transform: scale(1);}

.sub-wrap .con-area .con:first-child .list-wrap .list-item:nth-child(2):hover .list-shape {background: #506ffb;}
.sub-wrap .con-area .con:first-child .list-wrap .list-item:nth-child(5):hover .list-shape,
.sub-wrap .con-area .con:last-child .list-wrap .list-item:nth-child(1):hover .list-shape {background: #ffb200;}

.sub-wrap .con-area .con:first-child .list-wrap .list-item:nth-child(1):hover .list-shape .tit,
.sub-wrap .con-area .con:first-child .list-wrap .list-item:nth-child(2):hover .list-shape .tit,
.sub-wrap .con-area .con:first-child .list-wrap .list-item:nth-child(5):hover .list-shape .tit,
.sub-wrap .con-area .con:last-child .list-wrap .list-item:nth-child(1):hover .list-shape .tit {color: #fff;}
.sub-wrap .con-area .con:first-child .list-wrap .list-item:nth-child(1):hover .list-shape .txt,
.sub-wrap .con-area .con:first-child .list-wrap .list-item:nth-child(2):hover .list-shape .txt,
.sub-wrap .con-area .con:first-child .list-wrap .list-item:nth-child(5):hover .list-shape .txt,
.sub-wrap .con-area .con:last-child .list-wrap .list-item:nth-child(1):hover .list-shape .txt {color: #fff;}


/* footer */
footer {width: 100%; border-top: 1px solid #E0E0E0;}
footer a {display: block; padding: 40px 0;}
footer a .inner {width: 1520px; margin:0 auto;}
footer a .inner img {width: 100%;}
