<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*@font-face {*/
/*    font-family: "GmarketSans";*/
/*    src: url("/_user/common/font/GmarketSans-Light.woff") format("woff"), url("/_user/common/font/GmarketSans-Light.woff2") format("truetype");*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: "GmarketSans";*/
/*    src: url("/_user/common/font/GmarketSans-Medium.woff") format("woff"), url("/_user/common/font/GmarketSans-Medium.woff2") format("truetype");*/
/*    font-weight: 500;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: "GmarketSans";*/
/*    src: url("/_user/common/font/GmarketSans-Bold.woff") format("woff"), url("/_user/common/font/GmarketSans-Bold.woff2") format("truetype");*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/

.main-container {overflow: hidden;}

/*=== 복지 ===*/
.layout-padding {padding: 45px 20px; background: transparent linear-gradient(250deg, #FFEDE1 0%, #FFFBDC 100%) 0% 0% no-repeat padding-box;}
/*.welfare-wrapper:before {position: absolute; content: ''; width: 100%; height: 100%; z-index: -1; background: transparent linear-gradient(197deg, #FFF0E6 0%, #FFFDEE 100%) 0% 0% no-repeat padding-box;}*/
/*.welfare-wrap {padding: 52px 20px; background: transparent linear-gradient(197deg, #FFF0E6 0%, #FFFDEE 100%) 0% 0% no-repeat padding-box;}*/
.welfare-service , .welfare-information {position: relative;}
.welfare-service , .welfare-information , .welfare-etc {box-sizing: border-box;}
/*.welfare-service {padding: 0 20px 40px; border: 1px solid #FF7053; border-radius: 20px; background: #fff;}*/
.welfare-service&gt;h2 {width: 78.75%; height: 41px; position: relative; border: 2px solid #FF7053; border-radius: 50px; background: #fff; margin: -23px auto; text-indent: -9999px; box-sizing: border-box;}
.welfare-service&gt;h2:before {position: absolute; content: ''; width: 195px; height: 17px; background: url("/_user/welfare/img/main/img-welfareServicetext.svg") 0 0 no-repeat; top: 50%; left: 50%; transform: translate(-50% , -50%); background-size: contain;}
.welfare-age {background: #fff; border: 1px solid #FF7053; border-radius: 16px; padding: 30px 20px;}
.welfare-target {margin-top: 30px; background: #fff; border: 1px solid #B176F5; border-radius: 16px; padding: 30px 20px;}
/*.welfare-age &gt; h3 , .welfare-target &gt; h3 {position: relative; text-indent: -9999px; overflow: hidden;}*/

.welfare-age &gt; h2 , .welfare-target &gt; h2 {width: 17%; height: 17px; position: relative; margin-top: -3px; top: -35px; left: 5px; text-indent: -9999px; box-sizing: border-box;}
.welfare-age &gt; h2:before , .welfare-target &gt; h2:before {position: absolute; content: ''; background-repeat: no-repeat; background-size: contain; z-index: 10; top: -5px; left: 0;}
.welfare-age &gt; h2:before {width: 113px; height: 25px; background-image: url("/_user/welfare/img/main/img-welfareAgetext.svg");}
.welfare-target &gt; h2:before {width: 75px; height: 25px; background-image: url("/_user/welfare/img/main/img-welfareTargettext.svg");}
.welfare-age &gt; h2:after {position: absolute; content: ''; top: -9px; left: -4px; width: 118px; height: 34px; background: linear-gradient(to bottom, #fff4df 50%, #fff 50%);}
.welfare-target &gt; h2:after {position: absolute; content: ''; top: -9px; left: -4px; width: 77px; height: 34px; background: linear-gradient(to bottom, #fff4df 50%, #fff 50%);}

.welfare-age .swiper-container , .welfare-target .swiper-container { margin-top: -37px;}
.welfare-age .swipe-btn , .welfare-target .swipe-btn {position: relative; right: 5px; top: -60px; margin-bottom: 10px; display: flex; justify-content: flex-end; z-index: 10;}
.welfare-age .swipe-btn:before, .welfare-target .swipe-btn:before {position: absolute; content: ''; top: 0; right: -4px; width: 80px; height: 34px; background: linear-gradient(to bottom, #FFEDE1  50%, #fff 50%); z-index: -1;}
.welfare-age .swipe-btn &gt; button , .welfare-target .swipe-btn &gt; button {width: 30px; height: 30px; border-radius: 100%; background: #fff; box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08); display: flex; justify-content: center; align-items: center;}
.welfare-age .swipe-btn &gt; button:last-of-type ,
.welfare-target .swipe-btn &gt; button:last-of-type {margin-left: 10px;}
.welfare-age .swipe-btn &gt; button&gt;span {width: 12px; height: 2px; position: relative; background: rgba(255, 112, 83, 1); display: block;}
.welfare-target .swipe-btn &gt; button&gt;span {width: 12px; height: 2px; position: relative; background: #B176F5; display: block;}
.next-button&gt;span {margin-right: 1px;}
.prev-button&gt;span {margin-left: 1px;}
.welfare-age .swipe-btn &gt; .prev-button&gt;span:after {position: absolute; content: ''; width: 10px; height: 2px; background: rgba(255, 112, 83, 1); top: -3px; left: -3px; transform: rotate(135deg);}
.welfare-target  .swipe-btn &gt; .prev-button&gt;span:after {position: absolute; content: ''; width: 10px; height: 2px; background: #B176F5; top: -3px; left: -3px; transform: rotate(135deg);}
.welfare-age .swipe-btn &gt; .prev-button&gt;span:before {position: absolute; content: ''; width: 10px; height: 2px; background: rgba(255, 112, 83, 1); bottom: -3px; left: -3px; transform: rotate(225deg);}
.welfare-target .swipe-btn &gt; .prev-button&gt;span:before {position: absolute; content: ''; width: 10px; height: 2px; background: #B176F5; bottom: -3px; left: -3px; transform: rotate(225deg);}
.welfare-age .swipe-btn &gt; .next-button&gt;span:after {position: absolute; content: ''; width: 10px; height: 2px; background: rgba(255, 112, 83, 1); top: -3px; right: -3px; transform: rotate(45deg);}
.welfare-target .swipe-btn &gt; .next-button&gt;span:after {position: absolute; content: ''; width: 10px; height: 2px; background: #B176F5; top: -3px; right: -3px; transform: rotate(45deg);}
.welfare-age .swipe-btn &gt; .next-button&gt;span:before {position: absolute; content: ''; width: 10px; height: 2px; background: rgba(255, 112, 83, 1); bottom: -3px; right: -3px; transform: rotate(-45deg);}
.welfare-target .swipe-btn &gt; .next-button&gt;span:before {position: absolute; content: ''; width: 10px; height: 2px; background: #B176F5; bottom: -3px; right: -3px; transform: rotate(-45deg);}
.age-service&gt;div&gt;a {display: flex; align-items: center; flex-direction: column; padding: 26px 0; border-radius: 20px;}
.age-service&gt;div&gt;a&gt;p:first-of-type {width: 70px; border-radius: 100%; position: relative; background: #fff; }
.children&gt;a {background: #fff6cc; border: 1px solid #fff6cc;}
.youth&gt;a{background: #e6ffd8; border: 1px solid #e6ffd8;}
.old&gt;a {background: #e4edff; border: 1px solid #e4edff;}


.age-service&gt;div&gt;a&gt;p:first-of-type&gt;img {width: 100%; position: inherit; z-index: 2;}
.age-service&gt;div&gt;a&gt;p:last-of-type { margin-top: 8px; font-size: 15px; letter-spacing: -0.75px; color: #111; position: inherit; z-index: 2;}
.target-service&gt;div {position: relative; border: 1px solid #C8CDD6; box-sizing: border-box; border-radius: 20px; min-height: 152px; overflow: hidden;}
.target-service&gt;div&gt;p {padding-top: 22px; margin-bottom: 8px; color: #111; font-size: 15px; letter-spacing: -0.75px;}
.target-service&gt;div&gt;p , .target-service&gt;div&gt;ul {padding-left: 30px;}
.target-service&gt;div&gt;ul&gt;li {font-size: 12px; letter-spacing: -0.3px; line-height: 26px;}
.target-service&gt;div:after {position: absolute; content: ''; width: 200px; height: 70px; right: -20px; bottom: -30px; border-radius: 30px;}
.target-service .pregnancy:after {background: #FFEB8F;}
.target-service .birth:after {background: #FFA28E;}
.target-service .nursery:after {background: #B7F693;}
.target-service .low-income:after {background: #93F6F6;}
.target-service .disabled:after {background:  #8FB1FF;}
.target-service .women:after {background: #A88EFF;}
.target-service .worker:after {background: #EC93F6;}
.target-service .homeless:after {background: #F6C593;}
.target-service .swiper-slide:before {right: 23px; bottom: -10px;}
.target-service .pregnancy:before {position: absolute; content: ''; width: 106px; height: 105px; background: url("/_user/welfare/img/main/img-pregnancy.png") 0 0 no-repeat; background-size: 106px 105px; z-index: 2;}
.target-service .birth:before {position: absolute; content: ''; width: 67px; height: 74px; background: url("/_user/welfare/img/main/img-birth.png") 0 0 no-repeat; background-size: 67px 74px; z-index: 2;}
.target-service .nursery:before {position: absolute; content: ''; width: 58px; height: 91px; background: url("/_user/welfare/img/main/img-nursery.png") 0 0 no-repeat; background-size: 58px 91px; z-index: 2;}
.target-service .low-income:before {position: absolute; content: ''; width: 51px; height: 118px; background: url("/_user/welfare/img/main/img-lowIncome.png") 0 0 no-repeat; background-size: 51px 118px; z-index: 2;}
.target-service .disabled:before {position: absolute; content: ''; width: 72px; height: 100px; background: url("/_user/welfare/img/main/img-disabled.png") 0 0 no-repeat; background-size: 72px 100px; z-index: 2;}
.target-service .women:before {position: absolute; content: ''; width: 54px; height: 95px; background: url("/_user/welfare/img/main/img-women.png") 0 0 no-repeat; background-size: 54px 95px; z-index: 2;}
.target-service .worker:before {position: absolute; content: ''; width: 61px; height: 99px; background: url("/_user/welfare/img/main/img-worker.png") 0 0 no-repeat; background-size: 61px 99px; z-index: 2;}
.target-service .homeless:before {position: absolute; content: ''; width: 55px; height: 100px; background: url("/_user/welfare/img/main/img-homeless.png") 0 0 no-repeat; background-size: 55px 100px; z-index: 2;}

.welfare-information {padding: 0 20px 40px; border: 1px solid #47DC8D; border-radius: 20px; margin-top: 42px; background: #fff;}
.welfare-information&gt;h2 {width: 170px; height: 41px; position: relative; top: 3px; background: linear-gradient(to bottom, #fff5df  50%, #fff 50%);  margin: -23px auto; text-indent: -9999px; box-sizing: border-box;}
.welfare-information&gt;h2:before {position: absolute; content: ''; width: 160px; height: 26px; background: url("/_user/welfare/img/main/img-welfareInfotext.svg") 0 0 no-repeat; top: 50%; left: 50%; transform: translate(-50% , -50%); background-size: contain;}
.welfare-information&gt;ul {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; margin-top: 53px;}
.welfare-information&gt;ul&gt;li {width: 33.33%; margin-bottom: 20px;}
.welfare-information&gt;ul&gt;li:nth-of-type(4) , .welfare-information&gt;ul&gt;li:nth-of-type(5) , .welfare-information&gt;ul&gt;li:nth-of-type(6) {margin-bottom: 0;}
.welfare-information&gt;ul&gt;li&gt;a {display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.welfare-information&gt;ul&gt;li&gt;a&gt;p {width: 70px; height: 70px; background: #F7F7F7; border-radius: 100%; position: relative; overflow: hidden; text-indent: -9999px;}
.welfare-information&gt;ul&gt;li&gt;a&gt;p:before {position: absolute; content: ''; background-size: contain; background-repeat: no-repeat; background-position: 0 0; top: 50%; left: 50%; transform: translate(-50% , -50%); transition: all 0.3s;}
.welfare-information&gt;ul&gt;li:nth-of-type(1)&gt;a&gt;p:before {width: 36px; height: 23px; background-image: url("/_user/welfare/img/main/img-invest.png");}
.welfare-information&gt;ul&gt;li:nth-of-type(2)&gt;a&gt;p:before {width: 34px; height: 23px; background-image: url("/_user/welfare/img/main/img-funeral.png");}
.welfare-information&gt;ul&gt;li:nth-of-type(3)&gt;a&gt;p:before {width: 19px; height: 33px; background-image: url("/_user/welfare/img/main/img-nationalVeteran.png");}
.welfare-information&gt;ul&gt;li:nth-of-type(4)&gt;a&gt;p:before {width: 28px; height: 26px; background-image: url("/_user/welfare/img/main/img-hopeWelfare.png");}
.welfare-information&gt;ul&gt;li:nth-of-type(5)&gt;a&gt;p:before {width: 34px; height: 28px; background-image: url("/_user/welfare/img/main/img-care.png");}
.welfare-information&gt;ul&gt;li:nth-of-type(6)&gt;a&gt;p:before {width: 40px; height: 30px; background-image: url("/_user/welfare/img/main/img-Volunteer.png");}
.welfare-information&gt;ul&gt;li&gt;a&gt;span {letter-spacing: -0.7px; color: #111; word-break: keep-all; width: 100%; text-align: center; margin-top: 10px; line-height: 18px;}
.welfare-etc {margin-top: 22px; display: flex; justify-content: space-between;}
.welfare-etc&gt;div {border: 1px solid #FFAF48; border-radius: 20px; background: #fff; width: 100%; height: 140px;}
.welfare-etc&gt;div:last-of-type {margin-left: 20px; border: 1px solid #AEE65C;}
.welfare-etc&gt;div&gt;a {padding:20px 0 20px 30px; display: block; position: relative; overflow: hidden; box-sizing: border-box; border-radius: 19px; height: 100%;}
.welfare-etc&gt;div:first-of-type&gt;a:after {position: absolute; content: ''; width: 44px; height: 44px; right: 18px; bottom: 18px; background: url("/_user/welfare/img/main/icon-welfaresearch.svg") 0 0 no-repeat; background-size: contain;}
.welfare-etc&gt;div:first-of-type&gt;a:before {position: absolute; content: ''; width: 90px; height: 90px; border-radius: 100%; background: #FFAF48; right: -15px; bottom: -25px;}
.welfare-etc&gt;div:last-of-type&gt;a:after {position: absolute; content: ''; width: 44px; height: 34px; right: 18px; bottom: 18px; background: url("/_user/welfare/img/main/icon-welfarecenter.svg") 0 0 no-repeat; background-size: contain;}
.welfare-etc&gt;div:last-of-type&gt;a:before {position: absolute; content: ''; width: 90px; height: 90px; border-radius: 100%; background: #AEE65C; right: -15px; bottom: -25px;}
.welfare-etc&gt;div&gt;a&gt;p {font-size: 21px; letter-spacing: -1px; line-height: 24px; height: 100%; position: relative; z-index: 2; text-indent: -9999px; padding-top: 20px; padding-left: 20px;}
.welfare-etc&gt;div&gt;a&gt;p:before {position: absolute; content: ''; background-repeat: no-repeat; background-size: contain; top: 0; left: 0;}
.welfare-search&gt;a&gt;p:before {width: 80px; height: 36px; background-image: url("/_user/welfare/img/main/img-welfareSearchtext-mob.svg");}
.welfare-center&gt;a&gt;p:before {width: 121px; height: 55px; background-image: url("/_cmm/fms/getImage.do?atchFileId=FILE_000000000026406&amp;fileSn=0");}

@media screen and (min-width: 768px) {
    .welfare-wrap {display: flex; flex-wrap: wrap; justify-content: space-between;}
    .welfare-service {width: 100%;}
    .welfare-information {width: 70%; margin-right: 30px; margin-top: 53px;}
    .welfare-etc {width: calc(30% - 30px);}
    .welfare-service&gt;h2&gt;img , .welfare-information&gt;h2&gt;img {padding: 10px 36px; border: 2px solid #D44427; border-radius: 50px; background: #fff;}
    .welfare-information&gt;h2&gt;img {border: 2px solid #47DC8D;}
    .welfare-information&gt;h2&gt;span {border: 2px solid #47DC8D;}

     /*.welfare-age  {margin-top: 44px;}*/
    .welfare-target {margin-top: 42px;}
    .welfare-age .swiper-container {margin-top: 0; padding: 0; overflow: inherit;}
    .welfare-age .swipe-btn {display: none;}
    .welfare-age .swiper-container .swiper-wrapper {display: flex; justify-content: space-between;}
    .welfare-age .swiper-container .swiper-wrapper .swiper-slide {width: calc(33.33% - 13.33px); margin-right: 20px; border-radius: 20px;}
    .welfare-age .swiper-container .swiper-wrapper .swiper-slide:last-of-type {margin-right: 0;}
    .welfare-age &gt; h3, .welfare-target &gt; h3 {font-size: 19px; letter-spacing: -0.9px; line-height: 22px;}
    .welfare-age &gt; h3 {margin-bottom: 14px;}
    .welfare-target .swipe-btn &gt; button {width: 30px; height: 30px;}
    .age-service&gt;div&gt;a&gt;p:first-of-type {width: 80px;}
    .age-service&gt;div&gt;a&gt;p:last-of-type {font-size: 15px;}

    .target-service&gt;div&gt;p {font-size: 16px; line-height: 24px;}
    .target-service&gt;div&gt;ul&gt;li {font-size: 13px; line-height: 22px;}
    .target-service&gt;div:after {right: -66px; border-radius: 30px 0 0 0;}
    .target-service .swiper-slide:before {right: 20px;}
    .target-service .pregnancy:before {width: 86px; height: 86px; background-size: 86px 86px;}
    .target-service .birth:before {width: 53px; height: 61px; background-size: 53px 61px;}
    .target-service .nursery:before {width: 45px; height: 76px; background-size: 45px 76px;}
    .target-service .low-income:before {width: 45px; height: 106px; background-size: 45px 106px;}
    .target-service .disabled:before {width: 65px; height: 93px; background-size: 65px 93px;}
    .target-service .women:before {width: 50px; height: 91px; background-size: 50px 91px;}
    .target-service .worker:before {width: 50px; height: 88px;background-size: 50px 88px;}
    .target-service .homeless:before {width: 48px; height: 93px; background-size: 48px 93px;}
    .welfare-information&gt;ul&gt;li&gt;a&gt;span {font-size: 15px;}

    .welfare-etc {margin-top: 53px; display: block;}
    .welfare-etc&gt;div {height: auto;}
    .welfare-etc&gt;div:last-of-type {margin-left: 0; margin-top: 20px;}
    .welfare-search&gt;a&gt;p:before {width: 85px; height: 41px; background-image: url("/_user/welfare/img/main/img-welfareSearchtext.svg");}
    .welfare-center&gt;a&gt;p:before {width: 134px; height: 40px; background-image: url("/_cmm/fms/getImage.do?atchFileId=FILE_000000000026406&amp;fileSn=0");}
    .welfare-etc&gt;div&gt;a {padding: 20px 0 100px 20px;}
    .welfare-etc&gt;div:first-of-type&gt;a:after {position: absolute; content: ''; width: 40px; height: 40px; top: auto; bottom: 17px; right: 17px; transform: none; background: url("/_user/welfare/img/main/icon-welfaresearch.svg") 0 0 no-repeat; background-size: contain;}
    .welfare-etc&gt;div:first-of-type&gt;a:before {position: absolute; content: ''; width: 120px; height: 120px; border-radius: 100%; background: #FFAF48; right: -40px; bottom: -40px; top: auto; transform: none;}
    .welfare-etc&gt;div:last-of-type&gt;a:after {position: absolute; content: ''; width: 44px; height: 31px; top: auto; bottom: 17px; right: 17px; transform: none; background: url("/_user/welfare/img/main/icon-welfarecenter.svg") 0 0 no-repeat; background-size: contain;}
    .welfare-etc&gt;div:last-of-type&gt;a:before {position: absolute; content: ''; width: 120px; height: 120px; border-radius: 100%; background: #AEE65C; right: -40px; bottom: -40px; top: auto; transform: none;}
    .welfare-etc&gt;div&gt;a&gt;p {font-size: 19px;}
}

@media screen and (min-width: 1024px) {
    .layout-padding {padding: 89px 50px 80px; background: transparent linear-gradient(250deg, #FFEDE1 0%, #FFFBDC 100%) 0% 0% no-repeat padding-box;  height: calc(100% - 156px);}
    .welfare-wrap {display: -ms-grid; display: grid; -ms-grid-columns: minmax(500px , 902px) 30px minmax(370px , 468px); grid-template-columns: minmax(500px , 1fr) minmax(370px ,0.5fr); -ms-grid-rows: 381px 158px; grid-template-rows: 381px 158px; -webkit-column-gap: 30px; -moz-column-gap: 30px; column-gap: 30px;}
    .welfare-wrap &gt; *:nth-child(1) {-ms-grid-row: 1;-ms-grid-column: 1;}
    .welfare-wrap &gt; *:nth-child(2) {-ms-grid-row: 1;-ms-grid-column: 3;}
    .welfare-wrap &gt; *:nth-child(3) {-ms-grid-row: 2;-ms-grid-column: 3;}
    .welfare-wrap &gt; *:nth-child(4) {-ms-grid-row: 2;-ms-grid-column: 3;}
    .welfare-service&gt;h2 {width: 314px; height: 44px;}
    .welfare-service&gt;h2:before {width: 234px; height: 21px;}
    .welfare-service { max-height: 562px; -ms-grid-row: 1; -ms-grid-row-span: 2; grid-row: 1/3; -ms-grid-column: 1; -ms-grid-column-span: 1; grid-column: 1/2;}
    .welfare-information {width: 100%; margin-top: 0; margin-right: 0; max-height: 370px; -ms-grid-row: 1; -ms-grid-row-span: 1; grid-row: 1/2; -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2/3;}
    .welfare-etc {width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 20px; -ms-grid-row: 2; -ms-grid-row-span: 1; grid-row: 2/3; -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2/3;}

    .welfare-age .swiper-container .swiper-wrapper .swiper-slide {margin-right: 10px;}
    .welfare-age .swiper-container .swiper-wrapper .swiper-slide , .target-service&gt;div {width: calc(33.33% - 6.67px); height: 170px; max-height: 170px;}
    .age-service&gt;div&gt;a {max-height: 170px; overflow: hidden; box-sizing: border-box;}
    .age-service&gt;div&gt;a&gt;p:first-of-type {width: 90px; position: relative;}
    .age-service&gt;div&gt;a&gt;p:last-of-type {font-size: 18px; letter-spacing: -0.9px; margin-top: 7px;}

    .welfare-target {margin-top: 40px;}
    .welfare-information&gt;h2 { background: linear-gradient(to bottom, #fff0e0  50%, #fff 50%);}
    .welfare-target .swipe-btn &gt; button {width: 36px; height: 36px; transition: all 0.3s;}
    .welfare-target .swipe-btn &gt; button&gt;span {transition: all 0.3s;}
    .welfare-target .swipe-btn {right: 10px;}
    .welfare-target .swipe-btn:before { background: linear-gradient(to bottom, #fff4de  50%, #fff 50%); width: 100px; right: -8px;}
    .target-service&gt;div&gt;p {font-size: 18px; letter-spacing: -0.9px;}
    .target-service&gt;div&gt;p, .target-service&gt;div&gt;ul {padding-left: 20px;}
    .target-service&gt;div&gt;ul&gt;li {font-size: 14px; letter-spacing: -0.35px;}
    .target-service&gt;div&gt;ul&gt;li&gt;a {transition: all 0.3s;}
    .target-service .swiper-slide:before {right: 5px;}
    .welfare-information&gt;ul {margin-top: 59px;}
    .welfare-information&gt;ul&gt;li {margin-bottom: 24px;}
    .welfare-information&gt;ul&gt;li&gt;a&gt;p {width: 80px; height: 80px;}
    .welfare-information&gt;ul&gt;li&gt;a&gt;p&gt;img {transition: all 0.5s;}
    .welfare-information&gt;ul&gt;li&gt;a&gt;span {font-size: 16px; letter-spacing: -0.8px;}
    .target-service&gt;div:after {right: -20px; width: 220px;}
    .target-service .swiper-slide:before {right: 20px;}
    .target-service .pregnancy:before {width: 106px; height: 105px;  background-size: 106px 105px;}
    .target-service .birth:before {width: 67px; height: 74px; background-size: 67px 74px;}
    .target-service .nursery:before {width: 58px; height: 91px; background-size: 58px 91px;}
    .target-service .low-income:before {width: 51px; height: 118px; background-size: 51px 118px;}
    .target-service .disabled:before {width: 72px; height: 100px; background-size: 72px 100px;}
    .target-service .women:before {width: 54px; height: 95px; background-size: 54px 95px;}
    .target-service .worker:before {width: 61px; height: 99px; background-size: 61px 99px;}
    .target-service .homeless:before {width: 55px; height: 100px; background-size: 55px 100px;}

    .welfare-information&gt;ul&gt;li:nth-of-type(1)&gt;a&gt;p:before {width: 42px; height: 27px;}
    .welfare-information&gt;ul&gt;li:nth-of-type(2)&gt;a&gt;p:before {width: 39px; height: 27px;}
    .welfare-information&gt;ul&gt;li:nth-of-type(3)&gt;a&gt;p:before {width: 22px; height: 38px;}
    .welfare-information&gt;ul&gt;li:nth-of-type(4)&gt;a&gt;p:before {width: 32px; height: 30px;}
    .welfare-information&gt;ul&gt;li:nth-of-type(5)&gt;a&gt;p:before {width: 38px; height: 32px;}
    .welfare-information&gt;ul&gt;li:nth-of-type(6)&gt;a&gt;p:before {width: 45px; height: 34px;}

    .welfare-etc&gt;div {width: 100%; height: 138px;}
    .welfare-etc&gt;div:last-of-type {margin-top: 0; margin-left: 20px;}
    .welfare-search&gt;a&gt;p:before {width: 92px; height: 42px;}
    .welfare-center&gt;a&gt;p:before {width: 141px; height: 42px;}
    .welfare-etc&gt;div&gt;a {padding: 26px 20px 64px; height: 140px; max-height: 140px;}
    .welfare-etc&gt;div&gt;a:before {transition: all 0.3s;}

    /*호버효과*/
    /*생애주기별 호버*/
    .age-service&gt;div&gt;a&gt;p:first-of-type:after {position: absolute; content: ''; width: 100%; height: 100%; background: #fff; top: 50%; left: 50%; transform: translate(-50% , -50%) scale(1,1); transition: 0.3s; z-index: 1; border-radius: 100%;}
    .age-service&gt;div&gt;a:hover&gt;p:first-of-type:after {transform: translate(-50% , -50%) scale(0,0);}
    .children&gt;a&gt;p:first-of-type:before {position: absolute; content: ''; width: 100%; height: 100%; background: #fff6cc; top: 50%; left: 50%; transform: translate(-50% , -50%) scale(4,6); transition: 0.3s; z-index: 1; border-radius: 20px;}
    .youth&gt;a&gt;p:first-of-type:before {position: absolute; content: ''; width: 100%; height: 100%; background: #e6ffd8; top: 50%; left: 50%; transform: translate(-50% , -50%) scale(4,6); transition: 0.3s; z-index: 1; border-radius: 20px;}
    .old&gt;a&gt;p:first-of-type:before {position: absolute; content: ''; width: 100%; height: 100%; background: #e4edff; top: 50%; left: 50%; transform: translate(-50% , -50%) scale(4,6); transition: 0.3s; z-index: 1; border-radius: 20px;}
    .age-service&gt;div&gt;a:hover&gt;p:first-of-type:before {transform: translate(-50% , -50%) scale(1,1); border-radius: 100%;}
    .children&gt;a, .youth&gt;a,.old&gt;a {background: transparent;}

    /*대상자별 버튼 호버*/
    .welfare-target .swipe-btn &gt; button:hover {background: #B176F5;}
    .welfare-target .swipe-btn &gt; button:hover &gt;span ,
    .welfare-target .swipe-btn &gt; button:hover &gt;span:after ,
    .welfare-target .swipe-btn &gt; button:hover &gt;span:before {background: #fff;}
    .target-service&gt;div&gt;ul&gt;li&gt;a:hover {color: #D44427;}
    .target-service&gt;div&gt;ul&gt;li&gt;a:hover .page-link path {fill: #D44427;}
    .target-service&gt;div&gt;ul&gt;li&gt;a {position: relative;}
    .target-service&gt;div&gt;ul&gt;li&gt;a:before { position: absolute; top: 6px; right: -9px; content: ''; background: url("/_user/welfare/img/main/img-hover-arrow.svg") no-repeat; width: 5px; height: 9px; opacity: 0; transition: all .3s;}
    .target-service&gt;div&gt;ul&gt;li&gt;a:hover:before { opacity: 1;}


    /*춘천시 복지 정보 호버*/
    .welfare-information&gt;ul&gt;li&gt;a&gt;p:hover:before {transform: translate(-50% , -50%) rotateY(180deg);}

    /*검색서비스 센터운영 호버*/
    .welfare-etc&gt;div:hover&gt;a:before {transform: scale(1.1,1.1);}
}

@media screen and (min-width: 1500px) {
    .welfare-wrap {width: 1400px; margin: 0 auto;}
    .welfare-etc&gt;div&gt;a {padding: 26px 10px 64px 26px;}
    /*.welfare-service {padding: 0 60px 46px}*/
    .welfare-age .swiper-container .swiper-wrapper .swiper-slide {margin-right: 20px;}
    .welfare-age .swiper-container .swiper-wrapper .swiper-slide , .target-service&gt;div {width: calc(33.33% - 13.33px);}
}</pre></body></html>