html,body,h1,h2,h3,h4,h5,h6,
#mainContent h4 {
    font-family: 'Nanum Square', 'score', 'Malgun Gothic', Dotum, "돋움", sans-serif;
}
a:hover {text-decoration: none;}

#visual {
    padding: 79px 0 48px;
    position: relative;
}

#visual:before {
    width: 730px;
    height: 730px;
    content: '';
    display: inline-block;
    background: url(/images/member/main/ico_Bcir.png) center no-repeat;
    position: absolute;
    left: -24rem;
    top: -20rem;
}

#visual .inner {
    display: flex;
    justify-content: space-between;
}

#visual .info {
    width: 609px;
}

#visual .bTit h4 {
    font-family: 'Nanum Square';
    font-size: 62px;
    line-height: 1.23;
    font-weight: 900;
	margin-bottom: 20px;
}

#visual .bTit h4 .purple {
    color: #4b21c3;
}

#visual .bTit p {
    font-family: 'Nanum Square';
    font-size: 24px;
    color: #41445c;
    font-weight: 700;
    padding: 16px 0 75px;
    letter-spacing: -0.85px;
}

#visual .desc {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 35px;
    /* border: 1px solid #7f77de; */
    border: 1px solid #f06095;
    box-shadow:
        0 0 8px 0 rgba(139, 132, 228, 0.10),
        /* 외부 광선 */
        0 0 10px 0 rgba(188, 187, 197, 0.31);
    /* 드롭 섀도 */
    position: relative;
    width: calc(100% - 70px);
    background: #fff url(/images/member/main/ico_flower.png) no-repeat;
    background-position: 115% 100px;
    background-size: contain;
    font-family: 'Nanum Square';
    border-radius: 30px;
}

#visual .desc .txt li {
    display: flex;
    margin-bottom: 14px;
}

#visual .desc .txt li:last-child {
    margin-bottom: 0;
}

#visual .desc .txt li .tit {
    width: 70px;
    font-size: 20px;
    font-weight: 900;
    color: #7f77de;
    text-align: left;
}

#visual .desc .txt li span {
    font-size: 20px;
    font-weight: 400;
    color: #555;
}

#visual .link_wrap li {
/*     border: 1px solid #7f77de; */
    border: 1px solid #f06095;
    overflow: hidden;
    width: 71px;
    height: 16px;
    border-radius: 21px;
    padding: 12px 16px;
    background-color: #fff;
}

#visual .link_wrap li+li {
    margin-top: 7px;
}

#visual .link_wrap li a {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    font-family: 'Nanum Square';
    font-size: 17px;
    color: #555;
    font-weight: 700;
    background: url(/images/member/main/ico_link01.png) no-repeat;
    background-position: 58px 1px;
    width: 100%;
	transition: 0.3s;
}
#visual .link_wrap li:hover a {
    background-position: 63px 1px;
}
#visual .pic {
    margin-left: 55px;
    box-shadow: 0 0 10px rgba(14, 26, 46, 0.11);
    overflow: hidden;
    width: calc(100% - 665px);
    height: 563px;
    border-radius: 220px 60px 60px 60px;
}

#visual .pic img {
    display: block;
    width: auto;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#visual .desc .txt li span span.loc {font-size: 16px; display: block; letter-spacing: -1.5px;}



@media screen and (max-width: 1400px) {
    #visual .info {
        width: 50%;
    }

    #visual .bTit h4 {
        font-size: 48px;
    }

    #visual .bTit p {
        font-size: 22px;
        padding: 16px 0 60px;
    }

    #visual .pic {
        width: calc(100% - 50% - 55px);
        height: 465px;
        border-radius: 120px 38px 38px 38px;
    }
}

@media screen and (max-width: 1280px) {
    #visual .info {
        width: 40%;
    }

    #visual .bTit h4 {
        font-size: 40px;
    }

    #visual .bTit p {
        font-size: 20px;
        padding: 16px 0 44px;
    }

    #visual .desc {
        padding: 30px;
        border-radius: 20px;
    }

    #visual .desc {
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }

    #visual .desc .txt li .tit {
        font-size: 18px;
    }

    #visual .desc .txt li span {
        font-size: 17px;
    }

    #visual .pic {
        width: 55%;
        height: 450px;
        background-color: #41445c;
        margin-left: 0px;
    }

    #visual .pic img {
        height: 100%;
    }

    #visual .link_wrap {
        margin-top: 16px;
    }

    #visual .link_wrap ul {
        display: flex;
    }

    #visual .link_wrap li {
        width: 100px;
    }

    #visual .link_wrap li+li {
        margin-top: 0;
        margin-left: 8px;
    }

    #visual .link_wrap li a {
        background-position: 87px 1px;
    }

}

@media screen and (max-width: 1100px) {
    #visual {
        padding: 20px 0 48px;
    }

    #visual .inner {
        flex-direction: column-reverse;
        align-items: center;
    }

    #visual .info {
        width: 100%;
        margin-top: 16px;
    }

    #visual .pic {
        width: 100%;
        /* height: 350px; */
        margin-left: 0px;
        border-radius: 70px 20px;
    }

    #visual .pic img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 880px) {
	#visual .pic img {width: 100%; height: auto; position: static; transform: none;}
	#visual .pic {height: auto;}
}
@media screen and (max-width: 768px) {
    /* #visual .bTit h4 {
        font-size: 30px;
    } */

    #visual .bTit p {
        padding: 12px 0 32px;
    }

    #visual .desc .txt li .tit {
        font-size: 17px;
    }

    /* #visual .pic {
        width: 75%;
    } */
}

@media screen and (max-width: 568px) {
    /* #visual {
        padding: 30px 0 38px;
    } */

    #visual .bTit h4 {
        font-size: 30px;
    }

    #visual .bTit p {
        font-size: 17px;
        padding: 12px 0 24px;
    }

    #visual .pic {
        /* width: calc(100% - 10px);
        height: 260px; */
        border-radius: 34px 16px;
    }

    #visual .desc {
        padding: 24px;
        width: auto;
    }

    #visual .link_wrap li {
        width: 130px;
        padding: 9px 12px;
    }

    #visual .link_wrap li a {
        background-position: 95% 1px;
    }
}

@media screen and (max-width: 430px) {
    #visual .desc .txt {
        width: 100%;
    }

    #visual .desc .txt li {
        flex-direction: column;
        align-items: start;
        border-bottom: 1px dashed #7f77de;
        padding-bottom: 4px;
    }

    #visual .desc .txt li+li {
        margin-top: 8px;
    }

    #visual .desc .txt li .tit {
        margin-bottom: 4px;
        font-size: 16px;
    }

    #visual .desc .txt li span {
        font-size: 15px;
    }

    #visual .link_wrap {
        width: 100%;
    }

    #visual .link_wrap ul {
        width: 100%;
    }

    #visual .link_wrap li {
        width: 50%;
    }

    #visual .link_wrap li a {
        font-size: 16px;
    }
}

#quick {
    position: relative;
    padding: 58px 0 280px;
    background-color: #efeef3;
    border-radius: 230px 0 0 0;
}

#quick .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#tit_com {
    margin-bottom: 30px;
}

#tit_com h4 {
    color: #39337c;
    font-size: 38px;
    font-family: 'sebang';
    font-weight: 700;
    text-align: center;
}

#quick .q_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 870px;
    justify-content: space-between;
}


#quick .q_wrap li {
    background-color: #fff;
    border: 1px solid #dfd7f1;
    width: 140px;
    height: 140px;
    border-radius: 18px;
    transition: .3s;
}

#quick .q_wrap li:hover {
    box-shadow: 0 0 8px rgb(74 66 178 / 34%);
}

#quick .q_wrap li a {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

#quick .q_wrap li .icon {
    margin-bottom: 18px;
}

#quick .q_wrap li:nth-child(4) .icon {
    margin-left: 14px;
}

#quick .q_wrap li p {
    font-size: 18px;
    font-weight: 700;
    color: #1c0c31;
    text-align: center;
    font-family: 'Nanum Square';
}

@media screen and (max-width: 1080px) {
    #quick {
        border-radius: 180px 0 0 0;
    }

    #tit_com {
        margin-bottom: 24px;
    }

    #tit_com h4 {
        font-size: 30px;
    }

    #quick .q_wrap {
        max-width: none;
        width: calc(100% - 40px);
    }

    #quick .q_wrap li {
        width: 110px;
        height: 110px;
    }

    #quick .q_wrap li .icon img {
        width: 45px;
    }
}

@media screen and (max-width: 615px) {
    #quick .q_wrap li {
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 568px) {
    #tit_com {
        margin-bottom: 16px;
    }

    #tit_com h4 {
        font-size: 24px;
    }

    #quick {
		border-radius: 0;
        padding: 42px 0 42px;
        margin: 0;
    }

    #quick .q_wrap {
        width: auto;
    }

    #quick .q_wrap li p {
        font-size: 17px;
    }

    #quick .q_wrap li {
        width: 47%;
    }
}

#gallery {
    background: #fff;
    border-radius: 0 230px 0 0;
    margin-top: -213px;
    position: relative;
    padding: 56px 0 85px;
}

#gallery #tit_com{
    margin-bottom: 20px;
}

#gallery .sld_control {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 100%;
    display: flex;
    max-width: 1620px;
    justify-content: space-between;
}


#gallery .sld_control button {
    width: 60px;
    height: 60px;
    border: 1px solid #d3c5f5;
    border-radius: 60px;
    background: url(/images/member/main/ico_arrowP.png) no-repeat;
    background-position: 19px 15px;
    transition: .3s;
}

#gallery .sld_control button:hover{
    box-shadow: 0 0 10px rgba(133, 127, 160, 0.4);
}

#gallery .sld_control button.next {
    background-position: -98px 15px;
}

#gallery .slider_wrap {
    position: relative;
    min-height: 420px;
}

#gallery .gallery_item {
    padding: 10px;
}

#gallery .gallery_inner {
    display: flex;
    outline: 3px solid transparent;
    width: 100%;
    max-width: 450px;
    height: 100%;
    transition: 0.2s;
    cursor: pointer;
    border-radius: 8px;
    flex-direction: column;
}

#gallery .gallery_inner:focus {
    outline: 2px solid #000
}

#gallery .gallery_inner:hover {
    outline: 3px solid #39337c;
    box-shadow: 0 0 12px rgba(51, 51, 51, 0.4);
}

#gallery .gallery_thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 288px;
    background: #c8d0da;
    border-radius: 12px;
}

#gallery .gallery_thumb img {
    display: block;
    width: 100%;
    height: 300px;
    transition: .3s;
    object-fit: cover;
	
}

#gallery .gallery_info {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 5px 18px 15px;
    min-height: 55px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    margin-top: 5px;
}

#gallery .gallery_tit {
    display: -webkit-box;
    margin-bottom: 10px;
    overflow: hidden;
    max-height: 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    color: #1a161f;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: 'Nanum Square';
}

#gallery .gallery_date {
    position: relative;
    font-size: 16px;
    color: #41445c;
    font-family: 'Nanum Square';
    font-weight: 400;
}

#gallery .gallery_date::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 15px;
    background: url(/images/kr/main/ico_calG.png) 0px 0px no-repeat;
    content: '';
    transform: translateY(-50%);
    display: none;
}

#gallery .gallery_date.date_new::before {
    background-position: -26px 0px;
}

#gallery .btn_more {
    width: 192px;
    height: 58px;
    background-color: #fff;
    border: 1px solid #4b3293;
    display: block;
    margin: 0px auto 0;
    border-radius: 30px;
    transition: .3s;
    display: block;
}

#gallery .btn_more:hover {
    background-color: #f7f4ff;
    color: #4b3293;
}

#gallery .btn_more span {
    width: 100%;
    height: 100%;
    line-height: 58px;
    text-align: center;
    display: inline-block;
    margin-right: 16px;
	font-size: 18px;
    color: #4b3293;
}

@media screen and (max-width: 1540px) {
    #gallery .gallery_inner {
        max-width: 360px;
        margin: 0 auto;
    }

    #gallery .gallery_thumb {
        min-height: 240px;
    }

    #gallery .sld_control {
        width: 335px;
        bottom: -90px;
        top: auto;
    }
	#gallery .btn_more {z-index: 10; position: relative;}
}

@media screen and (max-width: 800px) {
    #gallery {
        border-radius: 0 130px 0 0;

    }

    #gallery .slider_wrap {
        min-height: 370px;
    }

    #gallery .gallery_inner {
        max-width: 300px;
    }

    #gallery .sld_control button {
        width: 48px;
        height: 48px;
        background-position: 14px 10px;
    }

    #gallery .sld_control button.next {
        background-position: -103px 10px;
    }

    #gallery .gallery_thumb {
        min-height: 190px;
    }

    #gallery .gallery_info {
        padding: 5px 9px 15px;
    }

    #gallery .gallery_tit {
        font-size: 18px;
    }

    #gallery .btn_more {
        width: 190px;
        height: 50px;
    }

    #gallery .btn_more span{
        line-height: 50px;
    }
	#gallery .sld_control {width: 310px; bottom: -74px;}
}

@media screen and (max-width: 767px) {
	#gallery .gallery_thumb img {
		height: 210px;
	}
}
@media screen and (max-width: 568px) {
    #gallery {
        margin: 20px 10px 20px 0;
        padding: 50px 0;
    }

    #gallery .slider_wrap{
        min-height: 325px;
    }

    #gallery .gallery_inner{
        max-width: 220px;
        margin: 0 auto;
    }

    #gallery .gallery_thumb{
        min-height: 150px;
    }

    #gallery .gallery_tit{
        font-size: 15px;
    }

    #gallery .btn_more{
        height: 44px;
    }
    
    #gallery .btn_more span {
        line-height: 44px;
    }
}

@media screen and (max-width: 440px){
    #gallery .slider_wrap {
        min-height: 250px;
    }
    
    #gallery .sld_control {
        width: calc(100% - 40px);
        top: 50%;
		bottom: auto;
    }

    #gallery .sld_control button {
        width: 40px;
        height: 40px;
        background-size: auto 20px;
        background-position: 12px 9px;
    }
    
    #gallery .sld_control button.next {
        background-position: -78px 9px;
    }
    
    #gallery .btn_more {
        width: 160px;
        height: 40px;
        font-size: 15px;
        margin: 10px auto 0;
    }
    
    #gallery .btn_more span {
        line-height: 40px;
        margin: 0;
    }
}

/* 배너모음 */
#banner {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 116px;
    background: #fff;
    border-top: 1px solid #ddd;
}

#banner .list_wrap {
    padding: 27px 90px 27px 120px;
    position: relative;
    width: 100%;
    float: left;
    box-sizing: border-box;
}

#banner .list {
    float: left;
}

#banner .list img {
    transition: 0.2s ease-in-out;
}

#banner .list a {
    display: block;
    margin: 0 20px 0 0;
    padding: 0;
    transition: 0.2s ease-in-out;
    border: 1px solid #ddd;
    height: 62px;
}

#banner .list a img{
    height:100%;
}

#banner .list a:hover,
#banner .list a:focus,
#banner .list a:active {
    padding: 0;
}

#banner .list a:hover img {
    box-shadow: 4px 4px 0 #ddd;
}

#banner .sld_control {
    top: 48px;
    left: 0;
    width: 100%;
    position: absolute;
    width: auto;
    z-index: 4;
}

#banner .sld_control .sld_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    width: 31px;
    height: 31px;
    background: #fff url(/images/kr/main/ico_controlB2.png) no-repeat;
    cursor: pointer;
    border-radius: 8px;
    font-size:0;
}

#banner .sld_control .sld_btn:hover {
    background-color: #ececec;
}

#banner .sld_control .sld_btn.prev {
    background-position: 6px 4px;
}

#banner .sld_control .sld_btn.next {
    background-position: -86px 4px;
}

#banner .sld_control .sld_btn.stop {
    margin-right: 0px;
    background-position: -39px 4px;
}

#banner .sld_control .sld_btn.stop.on {
    background-position: -127px 4px;
}

@media all and (max-width:1230px) {
    #banner .list_wrap {
        padding: 27px 0px 27px 96px;
    }
    
    #banner .list a {
        margin: 0 20px 0 0;
    }

    #banner .btn_prev {
        left: 15px;
    }

    #banner .btn_next {
        right: 55px;
    }

    #banner .btn_stop {
        right: 15px;
    }
}

@media all and (max-width:1024px) {
    #banner {
        height: auto;
    }

    #banner .list_wrap {
        padding: 25px 0px 25px 95px;
    }

    #banner .list a {
        margin: 0 25px 0 0;
        padding: 0;
    }

    #banner .list a:hover img {
        box-shadow: none;
    }

    #banner .control {
        top: 35px;
    }
}

@media all and (max-width: 800px) {
    #banner .list_wrap {
        padding: 48px 0px 23px 0px;
    }

    #banner .list a{
        height: 44px;
    }

    #banner .sld_control{
        left: auto;
        top: 10px;
        right: 4px;
    }
    #banner .sld_control .sld_btn{border: 1px solid rgba(51,51,51,0.45);background-size: auto 16px;}
    #banner .sld_control .sld_btn.prev {
        background-position: 9px 7px;
    }

    #banner .sld_control .sld_btn.next {
        background-position: -52px 6px;
    }

    #banner .sld_control .sld_btn.stop {
        margin-right: 0px;
        background-position: -21px 6px;
    }

    #banner .sld_control .sld_btn.stop.on {
        background-position: -79px 6px;
    }
}