@charset "utf-8";

/*
@작업자			:김유진
@작업완료일		:2024.10.21
@최종수정일		:2024.00.00
*/

/* main common */
.main{overflow-x:clip;font-family:SCDream}
.main > div{margin-bottom:120px}
.tit{width:100%;margin-bottom:12px;padding-left:8px;font-size:28px;line-height:34px;font-weight:500;color:#111}
.tit span{font-size:32px;font-weight:600;color:#0768BF}
.desc{width:100%;margin-bottom:40px;padding-left:8px;font-size:20px}

.more{position:absolute;width:24px;height:24px;background:url('../image/main/ico_more.png') no-repeat center;font-size:0;text-indent:-9999px;transition:all .25s}
.more:hover{transform:rotate(180deg)}
.btn{display:inline-flex;align-items:center;padding:8px 16px 8px 24px;border:1px solid #0768BF;border-radius:24px;background:#fff;font-size:18px;font-weight:500;color:#0768BF}
.btn:after{content:'';display:block;width:24px;height:24px;margin-left:8px;background:url('../image/main/ico_btn.png');transition:all ease-in .2s;-webkit-transition:all ease-in .2s;-moz-transition:all ease-in .2s;-ms-transition:all ease-in .2s}
.btn:hover{border:1px solid #fff;background:#0768BF;color:#fff}
.btn:hover:after{filter:brightness(0)invert(1)}
.memu_btn_color{display:block;padding:40px 32px;border-radius:20px;background:#01A1E9;font-size:20px;font-weight:500;color:#fff}
.memu_btn_color span{display:block;font-size:38px;line-height:46px}
.memu_btn li{height:110px;border:1px solid #ddd;border-radius:16px;background:#fff;transition:all ease-in .2s;-webkit-transition:all ease-in .2s;-moz-transition:all ease-in .2s;-ms-transition:all ease-in .2s}
.memu_btn li:not(:last-child){margin-bottom:12px}
.memu_btn li a{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:0 40px 0 32px;background:url('../image/main/ico_right.png') no-repeat calc(100% - 50px) center;font-size:20px;font-weight:500;color:#333;line-height:28px;transition:all ease-in .2s;-webkit-transition:all ease-in .2s;-moz-transition:all ease-in .2s;-ms-transition:all ease-in .2s}
.memu_btn li a span{margin:0 auto 0 4px;font-size:16px;color:#555;transition:all ease-in .3s;-webkit-transition:all ease-in .3s;-moz-transition:all ease-in .3s;-ms-transition:all ease-in .3s}
.memu_btn li:hover{border-color:#0768BF;background:#0768BF}
.memu_btn li:hover a{background-position:calc(100% - 32px) center;color:#000;filter:invert(1)}
.memu_btn li:hover a span{color:#000}

.bg_color_gray{padding:80px 0;background:#FAFAFA}

@media screen and (max-width:1920px){
    .btn{font-size:16px}
}
@media screen and (max-width:1500px){
    .tit{margin-bottom:4px;font-size:24px}
    .tit span{font-size:30px}
    .desc{margin-bottom:32px;font-size:18px}

    .memu_btn li{height:100px}
    .memu_btn li a{font-size:18px}
}
@media screen and (max-width:1024px){
    .main > div{margin-bottom:100px}
}
@media screen and (max-width:720px){
    .main > div{margin-bottom:80px}
    .tit{font-size:20px}
    .tit span{font-size:24px}
    .desc{margin-bottom:20px;font-size:16px}
    
    .memu_btn_color{font-size:16px}
    .memu_btn_color span{font-size:30px;line-height:36px}
    .memu_btn li a{font-size:16px}
}
@media screen and (max-width:500px){    
    .memu_btn_color{padding:32px 24px}
    .memu_btn li a{padding:0 26px 0 24px;background-position:calc(100% - 36px) center}
    .memu_btn li:hover a{background-position:calc(100% - 28px) center}
    .memu_btn li:not(:last-child){margin-bottom:8px}
}

/* 스와이퍼 */
.main .swiper-horizontal>.swiper-pagination-bullets,
.main .swiper-pagination-bullets.swiper-pagination-horizontal,
.main .swiper-button-next, .main .swiper-button-prev,
.main .swiper-pagination-custom,
.main .swiper-pagination-fraction,
.main .swiper-rtl .swiper-button-prev,.main .swiper-rtl .swiper-button-next,
.main .swiper-button-next.swiper-button-disabled, .main .swiper-button-prev.swiper-button-disabled{position:unset;margin:0}
.swiper-button-lock{display:inherit !important}
.swiper-pagination-lock{display:block !important}
.pause{position:relative;width:24px;height:24px;cursor:pointer}
.pause .stop,.pause .play{position:absolute;top:0;left:0;width:100%;height:100%}
.pause .stop{background:url('../image/main/btn_stop.svg') no-repeat center}
.pause .play{background:url('../image/main/btn_play.svg') no-repeat center;opacity:0}
.swiper_btn,.swiper_btn_w{display:flex;align-items:center;height:40px}
.swiper_btn .swiper-button-next:after, .swiper_btn .swiper-rtl .swiper-button-prev:after,
.swiper_btn .swiper-button-prev:after, .swiper_btn .swiper-rtl .swiper-button-next:after{font-size:16px;font-weight:600;color:#333}
.swiper_btn_w .swiper-button-next:after, .swiper_btn_w .swiper-rtl .swiper-button-prev:after,
.swiper_btn_w .swiper-button-prev:after, .swiper_btn_w .swiper-rtl .swiper-button-next:after{font-size:16px;font-weight:600;color:#fff}
.swiper_btn_w .pause .stop,.swiper_btn_w .pause .play{filter:invert(10)}
.main .swiper-pagination-current{font-size:20px;font-weight:500;color:#333}
.main .swiper-pagination-total{font-size:16px;color:#999}

@media screen and (max-width:900px){
    .pause{width:20px;height:20px}
    .main .swiper-pagination-current{font-size:18px}
    .main .swiper-pagination-total{font-size:14px}
}

/* visual */
.main .visual{position:relative;margin-bottom:0}
.visual_swiper{position:relative;height:573px}
/* .visual_swiper .swiper-slide:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 63%)} */
.visual_swiper .swiper-slide{background:/* #805de6 *//* linear-gradient(180deg, #6d02e2 0%, #41c3ff 100%) *//* #d8e3fd *//* linear-gradient(160deg, #0E1263 11%, #076194 26%, #0488AC 39%, #029BB8 45%, #00AFC4 50%), linear-gradient(0deg, #EEE1F9, #EEE1F9), #EEEEF8 */linear-gradient(68deg, #B78AF6 0%, #95C7F4 100%), #EEEEF8}
.visual_swiper .swiper-slide .inner{position:relative;height:100%}
.visual_swiper .swiper-slide p{padding-top:80px;font-family:'esamanru';color:#041C56;font-size:46px;line-height:60px}
.visual_swiper .swiper-slide p span{display:block;background:linear-gradient(163deg, #512DB1 0%, #0768BF 18%, #01A1E9 73%), #FFFFFF;font-size:30px;color:transparent;background-clip:text;-webkit-background-clip:text;-moz-background-clip:text}
.visual_swiper .swiper-slide img{position:absolute;right:36px;bottom:46px;z-index:-1;width:68%}
.visual_btn{position:absolute;left:calc((100% - 1480px) / 2);bottom:148px;z-index:10;justify-content:center;align-items:center;width:140px;height:140px}
.visual_btn .swiper-button-next,.visual_btn .swiper-rtl .swiper-button-prev,
.visual_btn .swiper-button-prev,.visual_btn .swiper-rtl .swiper-button-next{color:#fff}
.visual_btn .swiper-button-next:after,.visual_btn .swiper-button-prev:after{font-size:20px;font-weight:600;color:#fff}
.visual_btn .pause .stop{background-size:50%;filter:invert(1)}
.visual_btn .pause .play{background-size:50%;filter:invert(1)}
.visual_btn .autoplay-progress{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%}
.visual_btn .autoplay-progress svg{stroke-width:1.5px;stroke:#01A1E9;fill:rgba(0,0,0,.25);stroke-dashoffset:calc(125.6px * (1 - var(--progress)));stroke-dasharray:125.6;--progress:0}
.visual_btn .autoplay-progress span{display:none}

@media screen and (max-width:1500px){
    .visual_swiper .swiper-slide p{padding-top:60px;font-size:40px;line-height:52px}
    .visual_swiper .swiper-slide p span{font-size:27px}
    .visual_btn{top:unset;left:10px;width:120px;height:120px}
}
@media screen and (max-width:1280px){
	.visual_swiper .swiper-slide img{width:80%}
}
@media screen and (max-width:900px){
    .visual_swiper{height:400px}
    .visual_swiper .swiper-slide p{padding-top:40px;font-size:32px;line-height:40px}
    .visual_swiper .swiper-slide p span{margin-bottom:12px;font-size:22px}
    .visual_swiper .swiper-slide img{right:32px;bottom:10px;width:85%}
    .visual_btn{bottom:72px;width:100px;height:100px}
    .visual_btn .swiper-button-next:after, .visual_btn .swiper-button-prev:after{font-size:12px}
}
@media screen and (max-width:720px){	
    .visual_swiper .swiper-slide img{bottom:30px;width:90%}
}
@media screen and (max-width:378px){
    .visual_swiper{height:375px}
    .visual_swiper .swiper-slide p{font-size:28px;line-height:36px}
    .visual_swiper .swiper-slide p span{font-size:20px}
    .visual_btn{bottom:65px}
}

/* quick */
.quick{display:flex;align-items:flex-start;position:relative;z-index:1;width:calc((100% - 1480px) / 2 + 1480px);margin-top:-100px;padding:32px 120px 32px calc((100% - 1480px) / 2 + 20px);border-radius: 0px 115.5px 115.5px 0px;background:linear-gradient(90.81deg, #512DB1 0.01%, #0768BF 84.04%, #01A1E9 100%), #512DB1}
.quick h2{flex-shrink:0;margin-right:90px;padding-top:28px;font-size:30px;color:#fff;line-height:38px;font-weight:600}
.quick h2 span{display:block;font-size:20px;font-weight:500}
.quick ul{display:flex;flex-wrap:wrap;gap:32px;width:100%}
.quick ul li{width:calc(100% / 4 - 24px);text-align:center}
.quick ul li a{position:relative;font-size:18px;color:#fff;font-weight:500}
.quick ul li a span{display:block;overflow:hidden;position:relative;width:100px;height:100px;margin:0 auto 12px;border-radius:50%;background:linear-gradient(90.81deg, #512DB1 0.01%, #0768BF 84.04%, #01A1E9 100%), #0768BF}
.quick ul li a span:before{content:'';position:absolute;top:50%;left:50%;z-index:1;width:100%;height:100%;background:no-repeat center;transform:translate(-50%,-50%)}
.quick ul li a span:after{content:'';position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:50%;background:#fff;transform:translate(-50%,-50%);transition:all ease-in .3s;-webkit-transition:all ease-in .3s;-moz-transition:all ease-in .3s;-ms-transition:all ease-in .3s}
.quick ul li:nth-child(1) a span:before{background-image:url('../image/main/ico_quick01.png')}
.quick ul li:nth-child(2) a span:before{background-image:url('../image/main/ico_quick02.png')}
.quick ul li:nth-child(3) a span:before{background-image:url('../image/main/ico_quick03.png')}
.quick ul li:nth-child(4) a span:before{background-image:url('../image/main/ico_quick04.png')}
.quick ul li a:hover span{box-shadow: 0px 0px 16px rgba(255, 255, 255, 0.5)}
.quick ul li a:hover span:after{width:92px;height:92px}

@media screen and (max-width:1500px){
    .quick{width:calc(100% - 20px);padding:32px 80px 32px 28px}
    .quick h2{margin-right:32px;font-size:26px;line-height:34px}
    .quick h2 span{font-size:18px}
    .quick ul li a span{width:90px;height:90px}
    .quick ul li a:hover span:after{width:82px;height:82px}
}
@media screen and (max-width:1024px){
    .quick{display:block;padding:40px 32px;border-radius:0 50px 50px 0}
    .quick h2{margin-bottom:32px;padding-top:0;font-size:24px;line-height:30px}
    .quick ul{font-size:15px}
}
@media screen and (max-width:900px){
	.quick{margin-top:-40px}
}
@media screen and (max-width:720px){
    .quick{padding:32px 20px;border-radius:0 50px 50px 0}
    .quick h2 span{font-size:16px}
    /* .quick ul li{width:calc(100% / 3 - 22px)} */
    .quick ul li a{font-size:14px}
    .quick ul li a span{width:80px;height:80px}
    .quick ul li a:hover span:after{width:72px;height:72px}
}
@media screen and (max-width:500px){
	.quick ul li{width:calc(50% - 16px)}
}

/* 정보 여기로 */
.info_wrap{display:flex;gap:20px}
.info .notice{position:relative;width:calc(100% - 487px);height:416px;padding:24px;border:12px solid #E7F6FD;border-radius:24px}
.notice h3{margin-bottom:12px;font-size:28px;color:#111;font-weight:500;line-height:34px}
.notice li:not(:last-child){margin-bottom:8px}
.notice li a{display:flex;align-items:center}
.notice li a > span{margin-right:12px;padding:4px 12px;border-radius:20px;background:#0768BF;font-weight:500;font-size:16px;color:#fff;line-height:24px}
.notice li a > p:nth-child(2){overflow:hidden;width:calc(100% - 290px);height:26px;font-size:18px;color:#333;text-overflow:ellipsis;white-space:normal;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.notice li a > p:last-child{flex-basis:content;margin-left:auto;font-size:18px;color:#777}
.notice li:first-child{margin-bottom:20px;padding-bottom:24px;border-bottom:2px solid #ddd}
.notice li:first-child a{flex-direction:row}
.notice li:first-child a > span{align-self:center;margin-bottom:40px;padding:0;border:0;background:none;font-size:18px;font-weight:600;color:#0768BF}
.notice li:first-child a > p:nth-child(2){align-self:center;margin:0 0 -24px -78px;font-size:24px;font-weight:500;line-height:28px}
.notice li:first-child a > p:last-child{order:-1;margin:0 20px 0 0;padding:12px 20px;border:4px solid #01A1E9;border-radius:20px;font-size:16px;font-weight:500;text-align:center}
.notice li:first-child a > p:last-child span{display:block;margin-top:4px;font-size:32px;font-weight:600;color:#111;line-height:40px}
.notice .more{top:28px;right:24px}

.popup_new{position:relative;width:467px;height:416px}
.popup_new .popup_swiper{overflow:unset;overflow-x:clip;height:100%}
.popup_new .swiper-slide a{display:block;overflow:hidden;width:100%;height:100%;border:1px solid #ddd;border-radius:24px}
.popup_btn{position:absolute;bottom:0;left:50%;z-index:10;padding:0 24px;border-radius:20px;background:#fff;transform:translate(-50%,50%);box-shadow:0 0 12px rgba(0,0,0,.1)}
/* .popup_btn .swiper-button-next:after,.popup_btn .swiper-rtl .swiper-button-prev:after,
.popup_btn .swiper-button-prev:after,.popup_btn .swiper-rtl .swiper-button-next:after{font-size:20px} */
.popup_btn .pause{margin:0 12px}

@media screen and (max-width:1500px){
    .info .notice{height:auto}
    .notice h3{font-size:24px}
    .notice li a > span{font-size:14px}
    .notice li a > p:nth-child(2){width:calc(100% - 270px);font-size:16px}
    .notice li a > p:last-child{font-size:16px}
    .notice li:first-child a > span{margin-bottom:40px;font-size:16px}
    .notice li:first-child a > p:nth-child(2){margin:0 0 -24px -70px;font-size:20px}
    .notice li:first-child a > p:last-child{order:-1;margin:0 20px 0 0;padding:12px 20px;border:4px solid #01A1E9;border-radius:20px;font-size:16px;font-weight:500;text-align:center}
    .notice li:first-child a > p:last-child span{display:block;margin-top:4px;font-size:32px;font-weight:600;color:#111;line-height:40px}
    .notice .more{top:28px;right:24px}
}
@media screen and (max-width:1024px){
    .info_wrap{flex-direction:column}
    .info .notice{width:100%}

    .popup_new{width:100%;height:auto}
}
@media screen and (max-width:720px){
    .info .notice{padding:20px 12px 12px;border:8px solid #E7F6FD;border-radius:16px}
    .notice h3{font-size:20px}
    .notice li a > span{margin-bottom:8px}
    .notice li a > p:nth-child(2){padding-left:8px}
    .notice li:first-child a > span{margin-left:-6px;font-size:14px}
    .notice li:first-child a > p:nth-child(2){width:100%;font-size:18px}
    .notice .more{top:24px;right:20px}

    .notice li:not(:first-child) a:hover{box-shadow:0 0 8px rgba(0,0,0,.3)}
}
@media screen and (max-width:500px){
    .notice li:not(:first-child) a > span{display:none}
    .notice li a > p:nth-child(2){width:calc(100% - 110px)}
}

/* 육아휴직정보 여기로 */
.parent{position:relative;padding:60px 0}
.parent .parent_wrap{display:flex;justify-content:space-between;position:relative}
.parent .parent_wrap:after{content:'';display:block;position:absolute;bottom:-96px;left:-100px;width:727px;height:321px;background:url('../image/main/parent_family.png') no-repeat}
.parent_menu{display:flex;gap:20px}
.parent_menu .memu_btn_color{width:346px;background:#01A1E9 url('../image/main/parent_book.png') no-repeat 120% bottom}
.parent_menu .memu_btn{width:467px}
.parent_menu .memu_btn li:after{width:40px;height:40px;padding-right:32px;background:url('../image/main/ico_right.png') no-repeat center;transition:all ease-in .2s;-webkit-transition:all ease-in .2s;-moz-transition:all ease-in .2s;-ms-transition:all ease-in .2s}
.parent_menu .memu_btn li:hover:after{padding:0;filter:invert(1)}
.parent .bg{position:absolute;left:0;top:0;z-index:-1;width:0;height:100%;border-radius:0 237px 50px 0;background:#F5F5F5;transition: width 1s ease-in-out}
.parent .animated-bg{width:75%}

@media screen and (max-width:1500px){
    .parent .parent_wrap:after{bottom:-136px;left:-80px;background-size:90%}
    .parent_menu .memu_btn_color{width:320px;background-size:70%}
    .parent_menu .memu_btn{width:350px}
    .parent .animated-bg{width:90%}
}
@media screen and (max-width:1280px){
    .parent .parent_wrap{display:block}
    .parent_menu .memu_btn_color{width:40%;background-size:70%;background-position:96% bottom}
    .parent_menu .memu_btn{width:60%}
    .parent .inner:after{display:none}
}
@media screen and (max-width:720px){
    .parent_menu{flex-direction:column}
    .parent_menu .memu_btn_color{width:100%;background-size:28%}
    .parent_menu .memu_btn{width:100%}
    .parent .animated-bg{width:100%;border-radius:0}
}

/* 교육상담 여기로 */
.counsel{position:relative}
.counsel .counsel_swiper{margin:0 auto;padding:0 60px}
.counsel .counsel_swiper:before,.counsel .counsel_swiper:after{content:'';position:absolute;top:0;z-index:10;width:40px;height:100%;background:#fff}
.counsel .counsel_swiper:before{left:0}
.counsel .counsel_swiper:after{right:0}
.counsel .counsel_swiper .swiper-wrapper{height:410px;padding-top:6px}
.counsel .swiper-slide a{display:flex;align-items:center;gap:20px;padding:28px;border-radius:20px;background:#fff}
.counsel .swiper-slide figure{flex-shrink:0;overflow:hidden;position:relative;height:0;width:140px;height:140px;/* padding-top:100% */}
.counsel .swiper-slide figure img{position:absolute;top:0;left:0;width:100%;border-radius:20px;transition:all ease-in .2s;-webkit-transition:all ease-in .2s;-moz-transition:all ease-in .2s;-ms-transition:all ease-in .2s}
.counsel .swiper-slide strong{display:block;margin-bottom:8px;padding:0 8px;font-size:20px;color:#111;font-weight:500}
.counsel .swiper-slide strong:after{content:'';display:block;width:20px;height:3px;margin:12px 0;background:#0D62BD}
.counsel .swiper-slide p{overflow:hidden;max-height:80px;padding:0 8px;font-size:17px;line-height:27px;text-overflow:ellipsis;white-space: normal;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.counsel .swiper-slide a:hover{box-shadow:0 4px 12px rgba(0,0,0,.2)}
.counsel .swiper-slide a:hover img{border-radius:50%}
.counsel_btn .pause{display:none}
.counsel .swiper-button-prev, .counsel .swiper-rtl .swiper-button-next{position:absolute;top:186px;left:0;z-index:100}
.counsel .swiper-button-next, .counsel .swiper-rtl .swiper-button-prev{position:absolute;top:186px;right:0;z-index:100}
.counsel .swiper-button-prev:after, .counsel .swiper-rtl .swiper-button-next:after,
.counsel .swiper-button-next:after, .counsel .swiper-button-prev:after{font-size:28px;color:#000;font-weight:800}
.counsel .swiper-button-next.swiper-button-disabled, .counsel .swiper-button-prev.swiper-button-disabled{position:absolute;top:140px}
.counsel .bg{position:absolute;top:-3vw;right:-100%;font-family:'esamanru';font-size:8vw;line-height:200px;color:#fafafa;font-weight:700;transition:1.5s ease}
.counsel .animated-bg{right:40px}


@media screen and (max-width:1920px){
    .counsel .swiper-slide strong{font-size:18px}
}
@media screen and (max-width:1500px){
	.counsel .counsel_swiper{margin-top:-56px;padding:56px 0 0}
	.counsel .counsel_swiper:after,
	.counsel .counsel_swiper:before{display:none}
	.counsel .swiper-slide{padding:0 4px}
	.counsel_btn{position:absolute;top:0;right:4px;z-index:10}
	.counsel_btn .pause{display:block}
    .counsel .swiper-button-prev, .counsel .swiper-rtl .swiper-button-next,
    .counsel .swiper-button-next, .counsel .swiper-rtl .swiper-button-prev{position:unset}
    .counsel .swiper-button-prev:after, .counsel .swiper-rtl .swiper-button-next:after, .counsel .swiper-button-next:after, .counsel .swiper-button-prev:after{font-size:16px}
}
@media screen and (max-width:900px){
    .counsel .counsel_swiper:before, .counsel .counsel_swiper:after{width:50px}
    .counsel .swiper-slide strong{font:16px}
    .counsel .animated-bg{top:90%}
}
@media screen and (max-width:600px){
	.counsel .counsel_swiper .swiper-wrapper{height:300px}
	.counsel .swiper-slide a{flex-direction:column}
	.counsel .swiper-slide a div{display:flex;align-items:baseline;width:100%}
	.counsel .swiper-slide strong{display:flex;align-items:center;padding:0}
	.counsel .swiper-slide strong:after{width:3px;height:18px;margin:0 13px}
	.counsel .swiper-slide p{max-height:76px}
}

/* 소통 여기로 */
.main .commu{display:flex;gap:120px;position:relative;height:560px;margin-bottom:calc(794px - 560px + 120px);padding:80px 0 0 calc((100% - 1480px) / 2 + 20px);background:linear-gradient(90.81deg, #512DB1 0.01%, #0768BF 84.04%, #01A1E9 100%), #8863EA}
.commu .tit,.commu .tit span,.commu .desc{color:#fff}
.commu .title{font-size:45px;font-weight:500;color:#fff;line-height:55px;opacity:.5}
.book{width:467px}
.book .title{padding-left:8px}
.book .swiper-wrapper{margin-top:4px}
.book .swiper-slide img{width:467px;height:409px;margin-bottom:8px;border:1px solid #ddd;border-radius:16px}
.book .swiper-slide p{overflow:hidden;padding-left:12px;font-size:20px;color:#111;font-weight:500;width:96%;text-overflow:ellipsis;white-space:nowrap}
.book_btn{position:absolute;top:12px;left:380px}
.toon{width:calc(100% - 300px)}
.toon .toon-tit{display:flex;gap:32px;margin-bottom:40px;color:#fff}
.toon .toon-tit .title{display:block;margin-bottom:12px;padding-top:16px}
.toon .toon-tit > a{flex-shrink:0;overflow:hidden;width:428px;height:428px;border:1px solid #ddd;border-radius:16px}
.toon .toon-tit > a img{width:100%;height:100%}
.toon .toon-tit p{margin-bottom:40px;font-size:26px;font-weight:600;line-height:1.4}
.toon .comment{padding:40px 0 32px 32px;border-radius:20px 0 0 20px;background:#F5F5F5}
.toon .comment:after{content:'';display:block;position:absolute;top:206px;right:calc((100% - 1480px) / 2 + 40px);width:388px;height:312px;background:url('../image/main/commu_book.png') no-repeat center / 100%}
.toon .comment > strong{position:relative;z-index:10;font-size:22px;font-weight:500;color:#0768BF}
.toon .comment .toon_swiper{margin-top:-34px;padding-left:234px}
.toon .comment .toon_swiper::before{content:'';display:block;position:absolute;top:0;left:0;z-index:10;width:234px;height:100%;background-color:#f5f5f5}
.toon .comment .toon_swiper .swiper-slide{padding:24px;border-radius:12px;background:#fff}
.toon .comment .toon_swiper .swiper-slide strong{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:20px}
.toon .comment .toon_swiper .swiper-slide p{overflow:hidden;height:80px;text-overflow:ellipsis;white-space: normal;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.toon .comment .swiper_btn{position:absolute;top:40px;left:-4px;z-index:10}

@media screen and (max-width:1920px){
    .book .swiper-slide p{font-size:18px}
    .toon .comment:after{right:40px}
    .toon .comment > strong{font-size:20px}
    .toon .comment .toon_swiper .swiper-slide strong{font-size:18px}
}
@media screen and (max-width:1500px){
    .main .commu{gap:80px;padding:80px 0 0 20px}
    .toon .toon-tit p{font-size:24px}
    .toon .toon-tit > a{width:50%;height:auto}
    .toon .comment:after{top:250px;right:-26px;background-size:70%}
    .toon .comment .toon_swiper{padding-left:180px}
    .toon .comment .toon_swiper::before{width:180px}
}
@media screen and (max-width:1280px){
	.main .commu{flex-direction:column;gap:60px;height:100%;margin-bottom:150px;padding:80px 20px 0}
	.book{width:100%}
	.book_swiper .swiper-slide > a{position:relative;display:block;height:0;padding-top:100%}
	.book_swiper .swiper-slide > a img{position:absolute;top:0;left:0;width:100%;height:auto}
	.book .swiper-slide p{color:#fff}
	.book_btn{top:14px;left:200px}
	
	.toon{position:relative}
	.toon .comment:after{top:-250px;right:16px;z-index:10} 
	.toon .comment{position:absolute;top:240px;left:374px;width:100%}
}
@media screen and (max-width:1003px){
	.main .commu{margin-bottom:100px;padding:80px 20px 50px}
	.toon{width:100%}
	.toon .toon-tit{margin-bottom:24px}
	.toon .comment{position:relative;top:0;left:0;padding:32px 24px 24px;border-radius:16px}
	.toon .comment .toon_swiper{margin-top:-34px;padding:0;padding-top:46px}
	.toon .comment .toon_swiper::before{display:none}
	.toon .comment .swiper_btn{top:0;left:148px}
	.toon .comment:after{top:calc(-100% + 16px);right:-45px;}
	
}
@media screen and (max-width:720px){
	.toon .toon-tit{flex-wrap:wrap;justify-content:space-between}
	.toon .toon-tit > a{order:1;position:relative;width:100%;height:0;padding-top:100%}
	.toon .toon-tit img{position:absolute;top:0;left:0;width:100%;height:auto}
	.toon .comment:after{display:none}
}

/* 가족친화 여기로 */
.family_con{display:flex;gap:18px}
.family_con > div{flex:1}
.family_con > div h3{margin-bottom:12px;padding-left:12px;font-size:22px;font-weight:500;color:#111}
.family_con > div h3 span{font-size:16px;color:#555}
.family_con .family_box{/* overflow:hidden; */border:1px solid #ddd;border-radius:20px}

.family_con1 .memu_btn_color{height:345px;margin-bottom:28px;background:#01A1E9 url('../image/main/family_family.png') no-repeat center calc(100% + 38px)}
.family_con1 .memu_btn_color span{font-size:30px}
.family_con1 .memu_btn li a{background-position:calc(100% - 30px) center}
.family_con1 .memu_btn li:nth-child(1) a{background-image:url('../image/main/family_note.png');background-size:82px}
.family_con1 .memu_btn li:nth-child(2) a{background-image:url('../image/main/family_gift.png');background-size:90px}
.family_con1 .memu_btn li:hover a{color:#fff;filter:unset}
.family_con1 .memu_btn li:hover a span{color:#fff}

.family_con2 .family_box{position:relative;min-height:603px;padding:60px 24px 50px}
.family_con2 .family_box .map_wrap{position:relative;width:425px;margin:auto}
.family_con2 .family_box .btn{position:absolute;right:32px;bottom:50px}

.family_con2 .map_list li{position:absolute}
.family_con2 .map_list li.list01{top:70px;left:164px}
.family_con2 .map_list li.list02{top:70px;left:250px}
.family_con2 .map_list li.list03{top:264px;left:118px}
.family_con2 .map_list li.list04{top:164px;left:73px}
.family_con2 .map_list li.list05{top:135px;left:36px}
.family_con2 .map_list li.list06{top:100px;left:71px}
.family_con2 .map_list li.list07{top:165px;left:146px}
.family_con2 .map_list li.list08{top:88px;left:316px}
.family_con2 .map_list li.list09{top:216px;left:40px}
.family_con2 .map_list li.list10{top:326px;left:88px}
.family_con2 .map_list li.list11{top:392px;left:140px}

.family_con2 .map_list li a{display:block;padding:2px 8px;border-radius:14px;background-color:#1c6fbb;font-size:15px;color:#fff;text-align:center;line-height:22px}
.family_con2 .map_list li > div{display:none}
.family_con2 .map_list li:hover a{position:relative;z-index:1;border-radius:14px 14px 0 0;background:#0768BF;color:#fff}
.family_con2 .map_list li:hover > div{position:relative;display:block;min-width:300px;padding:5px 8px;background-color:#fff;z-index:10;box-shadow:1px 3px 5px rgba(0,0,0,0.2)}
.family_con2 .map_list li:hover > div h3{font-size:1em;display:none}
.family_con2 .map_list li:hover > div li{display:block;position:relative;top:auto;left:auto;font-size:0.9em;line-height:1.2em;padding:5px 0;word-break:keep-all;border-top:1px dashed rgba(0,0,0,0.3)}
.family_con2 .map_list li:hover > div li:first-child{border-top:0}
.family_con2 .btn{position:absolute;right:8px;bottom:0}

.family_con3 > div:first-child{margin-bottom:32px}
.family_con3 > div > div{overflow:hidden}
.family_con3 iframe{width:100%;height:265px}

@media screen and (max-width:1920px){
	.family_con2 .map_list li a{padding:0 8px;font-size:13px}
}
@media screen and (max-width:1500px){
	.family_con{flex-wrap:wrap}
	.family_con > div{flex:none}
	.family_con > div:last-child{width:100%}
	
	.family_con1{width:calc(100% - 485px)}
	.family_con1 .memu_btn_color{height:354px;background-position:calc(100% - 40px) calc(100% + 46px)}
    
    .family_con2 .family_box{width:467px;min-height:592px;padding:50px 24px}
    
    .family_con3{display:flex;gap:20px}
    .family_con3 > div{flex:1}
    .family_con3 iframe{height:395px}
}
@media screen and (max-width:1024px){
	.family_con > div{width:100%;margin-bottom:32px}
	
	.family_con1 .memu_btn_color{height:280px;margin-bottom:24px}
	.family_con1 .memu_btn_color span{font-size:26px}
	.family_con1 .memu_btn{display:flex;gap:16px}
	.family_con1 .memu_btn li{flex:1}
	
	.family_con2 .family_box{width:100%;min-height:auto}
	
	.family_con3 iframe{height:265px}
}
@media screen and (max-width:900px){
	.family_con1 .memu_btn{flex-direction:column;gap:4px}
	.family_con1 .memu_btn li{flex:none}
}
@media screen and (max-width:720px){
	.family_con > div h3{font-size:18px}
	
	.family_con1 .memu_btn_color{margin-bottom:16px;background-position:center calc(100% + 32px);background-size:340px}
	
	.family_con2 .family_box{padding:40px 12px}
	.family_con2 .family_box .map_wrap{width:270px}
	.family_con2 .map_list li.list01{top:42px;left:100px}
	.family_con2 .map_list li.list02{top:42px;left:155px}
	.family_con2 .map_list li.list03{top:165px;left:72px}
	.family_con2 .map_list li.list04{top:100px;left:40px}
	.family_con2 .map_list li.list05{top:80px;left:4px}
	.family_con2 .map_list li.list06{top:60px;left:42px}
	.family_con2 .map_list li.list07{top:102px;left:87px}
	.family_con2 .map_list li.list08{top:54px;left:197px}
	.family_con2 .map_list li.list09{top:136px;left:18px}
	.family_con2 .map_list li.list10{top:207px;left:46px}
	.family_con2 .map_list li.list11{top:246px;left:84px}
	.family_con2 .map_list li:hover > div{min-width:auto}
	.family_con2 .family_box .btn{right:12px;bottom:40px}
	
	.family_con3{flex-direction:column}
	.family_con3 > div:first-child{margin-bottom:12px}
	.family_con3 iframe{height:340px}
}
@media screen and (max-width:420px){
	.family_con1 .memu_btn li a{background:none !important}
	
	.family_con2 .family_box{padding:32px 12px}
}

/* 메인 팝업 */
#surveyArea{position:fixed;top:200px;left:50%;z-index:10000;margin-left:-200px;background:#fff}
#surveyArea  .in {position:relative; z-index:99999;  background-color:#fff; padding:0px; width:400px; height:100%;}
#surveyArea .bg {position:fixed; content:""; display:block; width:100%; height:100%; top:0; left:0; background-color:rgba(0,0,0,0.4); z-index:10;}

@media screen and (max-width:768px) {
	#surveyArea  {top:100px;  left: 5%; margin-left:0;  background:#fff; width:90%;  }
	#surveyArea  .in {position:relative; z-index:99999;  background-color:#fff; padding:0px; width:100%; height:100%;}
	#surveyArea .bg {position:fixed; content:""; display:block; width:100%; height:100%; top:0; left:0; background-color:rgba(0,0,0,0.4); z-index:10;}
}

.popupArea{position:absolute;z-index:9999;min-width:230px;border:1px solid #000;background:#ededeb;text-align:center}
.popupArea .popupAreaContent{margin:0 auto}
@media screen and (max-width:1003px) {
	/** popup **/
	.popupArea{max-width:90% !important;width:auto !important;height:auto !important;left:5% !important}
	.popupArea > div{max-width:100%}
}
