@charset "utf-8";

.sub-visual {margin-top: 204px; margin-bottom: 160px;}
.sub-visual-box {display: flex; flex-direction: column; justify-content: center; align-items: center; height: 264px; background: #2260FC; border-radius: 10px; overflow: hidden; margin-bottom: 88px; padding: 15px;}
.sub-visual-box .title {font-size: 45px; font-weight: 800; line-height: normal; letter-spacing: -1.8px; color: #fff; text-align: center;}
.sub-visual-box .desc {font-size: 26px; font-weight: 300; line-height: normal; letter-spacing: -1.3px; color: #fff; text-align: center;}
.sub-visual .title-box {display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-bottom: 35px;}
.sub-visual .title-box h2 {font-size: 50px; font-weight: 600; line-height: 1.4em; color: #000;} 
.sub-visual .path ul {display: flex; align-items: center; margin: 0 -14px;}
.sub-visual .path ul li {position: relative; font-size: 14px; font-weight: 500; line-height: 2em; color: #222; padding: 0 14px;}
.sub-visual .path ul li:nth-child(1) {padding-right: 0;}
.sub-visual .path ul li:after {position: absolute; top: 50%; right: -9px; transform: translateY(-50%); content: ''; width: 18px; height: 18px; background: url('../img/sub/icon-path-arrow.png') no-repeat center center;}
.sub-visual .path ul li:nth-child(1):after,
.sub-visual .path ul li:last-child:after {display: none;}
.sub-visual .path ul li img {display: block;}
.lnb ul {display: flex; border-top: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6;}
.lnb ul li {flex: 1;}
.lnb ul li a {display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; font-size: 20px; font-weight: 500; line-height: 1.79em; color: #000; text-align: center; padding: 8px 5px; transition: all 0.3s;}
.lnb ul li a:hover {color: #2260FC;}
.lnb ul li.active a {background: #2260FC; color: #fff;} 

.sub-cont {padding-bottom: 300px;}

/* S101 */
.greeting .wrap {display: flex; align-items: flex-end; gap: 150px;}
.greeting .text-box {width: 1%; flex: 1 1 auto; margin-top: 8px;}
.greeting .text-box b {display: block; font-size: 30px; font-weight: 600; line-height: normal; color: #2260FC; margin-bottom: 20px;}
.greeting .text-box p {font-size: 20px; font-weight: 500; line-height: 1.79em; color: #666;}
.greeting .text-box p:not(:last-child) {margin-bottom: 37px;}
.greeting .text-box p .bold {color: #000;}
.greeting .text-box .ceo-name {display: flex; justify-content: flex-end; align-items: center; font-size: 23px; font-weight: 600; line-height: 1.82em; color: #000; margin-top: 40px;}
.greeting .text-box .ceo {margin-right: 20px;}
.greeting .text-box .name {font-family: 'KccEunyeong'; font-size: 50px; font-weight: 400;}
.greeting .img-box {max-width: 635px; width: 100%; margin-bottom: 13px;}

/* S102 */
.map-info {margin-bottom: 240px;}
.map {border-radius: 20px; overflow: hidden; margin-bottom: 40px;}
.map .root_daum_roughmap {width:100% !important; height:590px !important;}
.map .root_daum_roughmap .wrap_map {height:590px !important;}
.map .location .root_daum_roughmap .border1,
.map .location .root_daum_roughmap .border2 {border: none;}
.map .location .root_daum_roughmap .border3, 
.map .location .root_daum_roughmap .border4 {background-color: transparent;}
.map-info .info {display: flex; justify-content: space-between; align-items: flex-end; padding: 0 20px;}
.map-info .info-wrap {width: 1%; flex: 1 1 auto;}
.map-info .info dl {display: flex; font-size: 20px; font-weight: 500; line-height: 1.79em;}
.map-info .info dt {max-width: 122px; width: 100%; color: #000; border-bottom: 1px solid #000; padding: 12px 20px;}
.map-info .info dd {width: 1%; flex: 1 1 auto; color: #666; border-bottom: 1px solid #ddd; padding: 12px 20px;}
.map-info .info .btn {display: flex; justify-content: flex-end; max-width: 205px; width: 100%;}
.map-info .info .btn a {display: flex; justify-content: center; align-items: center; width: 62px; height: 62px; border: 1px solid #666; border-radius: 50%;}
.map-info .info .btn-map {margin-right: 30px;}
.map-info .info .btn img {transition: all 0.4s;}
.map-info .info .btn a:hover img {transform: rotate(-20deg);}

.store-list-title {display: flex; justify-content: center; align-items: center; margin-bottom: 140px;}
.store-list-title h3 {font-size: 30px; font-weight: 600; line-height: normal; color: #264598; margin-left: 42px;}
.store-list .wrap {display: flex; justify-content: space-between; gap: 50px; padding: 0 80px;}
.store-map {position: relative;} 
.store-map-seoul {padding-top: 60px;} 
.store-map-gyeonggi {padding-left: 88px;} 
.store-map .title {position: absolute; top: 0; left: 0; padding-left: 14px;}
.store-map .title:before {position: absolute; top: -4px; left: 0; content: ''; width: 4px; height: calc(100% + 4px); background: #2260FC;}
.store-map .title .eng {font-size: 12px; font-weight: 700; line-height: 1.4em; color: #2260FC;}
.store-map .title h4 {font-size: 20px; font-weight: 500; line-height: 1.3em; color: #666;}
.store-map .title h4 span {color: #264598;}
.store-map .map-wrap {position: relative;}
.store-map .map-wrap img {display: block;}
.store-map .map-popup {z-index: 10; display: none; position: absolute; padding: 24px 33px; border-radius: 60px; border: 1px solid #2260FC; background: #FFF; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); pointer-events: none;}
.store-map .map-popup:before {position: absolute; top: 50%; transform: translateY(-50%); left: -5px; content: ''; width: 10px; height: 10px; background: #2260FC; border-radius: 50%;}
.store-map .map-popup h5 {font-size: 18px; font-weight: 600; line-height: normal; color: #000; margin-bottom: 2px;}
.store-map .map-popup p {font-size: 14px; line-height: 1.47em; letter-spacing: -0.28px; color: #666;}
.store-map .map-popup .btn-open-map {display: none; position: relative; margin-top: 12px; pointer-events: auto;}
.store-map .map-popup .btn-open-map a {display: inline-block; pointer-events: auto;}
.store-map .map-popup .btn-open-map img {margin-bottom: 0;}

.store-map-seoul .popup01 {top: 8%; right: -15%;}
.store-map-seoul .popup02 {top: 29.5%; right: -30%;}
.store-map-seoul .popup03 {bottom: 16%; right: -44%;}
.store-map-seoul .popup04 {bottom: 8.8%; right: -31%;}
.store-map-seoul .popup05 {bottom: 19%; left: 38%;}
.store-map-seoul .popup06 {bottom: 13%; left: 26%;}
.store-map-seoul .popup07 {top: 38.5%; left: 22%;}
.store-map-seoul .popup08 {bottom: 26.5%; right: -8%;}
.store-map-seoul .popup09 {top: 32.5%; right: -0.2%;}
.store-map-seoul .popup10 {top: 28%; right: -11%;}

.store-map-gyeonggi .popup01 {top: 22.5%; left: 27%;}
.store-map-gyeonggi .popup02 {top: 31%; left: 11%;}
.store-map-gyeonggi .popup03 {top: 47%; left: 18%;}
.store-map-gyeonggi .popup04 {top: 47.5%; right: 0;}
.store-map-gyeonggi .popup05 {top: 50.5%; right: -8%;}
.store-map-gyeonggi .popup06 {bottom: 21.5%; right: 0%;}
.store-map-gyeonggi .popup07 {bottom: 26.5%; right: -32.5%;}

/* S2 */
.business .wrap {display: flex; align-items: flex-start; gap: 52px;}
.business .text-box {position: sticky; top: 150px; width: 1%; flex: 1 1 auto; margin-top: 7px;}
.business .text-box p {font-size: 20px; font-weight: 500; line-height: 1.79em; color: #666;}
.business .text-box p:not(:last-child) {margin-bottom: 37px;}
.business .text-box b {display: block; font-size: 23px; font-weight: 600; line-height: 1.82em; color: #2260FC; margin: 60px 0 88px;}
.business .text-box .btn-link {display: inline-block; font-size: 20px; font-weight: 500; line-height: 1.79em; color: #2260FC; text-align: center; padding: 13px 83px; border-radius: 32px; border: 1px solid #2260FC; transition: all 0.5s;}
.business .text-box .btn-link:hover {background: #2260FC; color: #fff;}
.business .img-box {display: flex; flex-direction: column; gap: 30px; max-width: 588px; width: 100%;}
.business .img-box figure {border-radius: 10px;}
