body {
    -ms-overflow-style: none;
}

/* sitemap container */
.sitemap-wrapper img {
    max-width: 100%;
    display: block;
    object-fit: cover;
}
.sitemap-wrapper img.img-full {
    width: 100%;
    max-width: none;
}
.hmj-container.sitemap-wrapper {
    padding: 0;
}

/* contents-top-visual */
.sitemap-wrapper .img-centered {
    position: relative;
    height: var(--height, auto);
    overflow: hidden;
}
.sitemap-wrapper .img-centered img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1920px;
    height: 100%;
    margin-left: -960px;
    max-width: none;
}
.sitemap-wrapper .contents-top-visual {
    position: relative;
}
.sitemap-wrapper .contents-top-visual .top-visual-text {
    width: 1120px;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.sitemap-wrapper .contents-top-visual .top-visual-text h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 64px;
}
.sitemap-wrapper .contents-top-visual .top-visual-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

@media screen and (max-width: 1119px) {
    .sitemap-wrapper .contents-top-visual {
        display: none;
    }
}

/* contents-sec */
.sitemap-wrapper .contents-sec {
    padding: 56px 0;
    position: relative;
    display: block;
    font-size: 16px;
}
.sitemap-wrapper .contents-sec.sec1{
    padding: 72px 0 56px;
}
.sitemap-wrapper .contents-sec::after{
    content: "";
    display: inline-block;
    width: 1140px;
    height: 1px;
    background-color: #e9e9e9;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sitemap-wrapper .contents-sec.sec12::after{
    display: none;
}
.sitemap-wrapper .contents-sec .container {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 28px;
    position: relative;
}
.sitemap-wrapper .contents-sec .container .sub-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 56px 7px;
}
.sitemap-wrapper .contents-sec .container .cont-wrapper {
    display: flex;
    flex-direction: column;
    width: 270px;
}
.sitemap-wrapper .contents-sec .container .cont-wrapper .section-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 16px;
}
.sitemap-wrapper .contents-sec .container .cont-wrapper .contents-title{
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 8px;
}
.sitemap-wrapper .contents-sec .container .contents-list > ul > li{
    padding: 8px 0;
}
.sitemap-wrapper .contents-sec .container .contents-list > ul > li > a {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
}
.sitemap-wrapper .contents-sec .container .contents-list.title-list{
    position: absolute;
    width: 189px;
    top: 54px;
    left: 0;
}
.sitemap-wrapper .contents-sec .container .contents-list.title-list > ul > li {
    padding: 4px 0;
}
.sitemap-wrapper .contents-sec .container .contents-list.title-list > ul > li > a::after{
    content: url('../images/ic-arrow.svg');
    display: inline-block;
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 1119px) {
    .pc-only {
		display: none !important;
	}
    .sitemap-wrapper .contents-sec,
    .sitemap-wrapper .contents-sec.sec1 {
        padding: 0;
    }
    .sitemap-wrapper .contents-sec::after{
        width: 100%;
    }
    .sitemap-wrapper .contents-sec.sec12{
        margin-bottom: 80px;
    }
    .sitemap-wrapper .contents-sec .container {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }
    .sitemap-wrapper .contents-sec .container .main-container{
        width: 100%;
        border-bottom: 1px solid #e9e9e9;
    }
    .sitemap-wrapper .contents-sec .container .sub-container{
        gap: 36px;
        margin: 32px 0;
    }
    .sitemap-wrapper .contents-sec .container .cont-wrapper {
        width: 100%;
        padding: 0 20px;
    }
    .sitemap-wrapper .contents-sec .container .cont-wrapper .section-title{
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        margin-bottom: 0;
        padding: 18px 0;
        width: 100%;
        cursor: pointer;
    }
    .sitemap-wrapper .contents-sec .container .cont-wrapper.toggle-title::after{
        content: url('../images/ic-toggle.svg');
        width: 16px;
        height: 16px;
        position: absolute;
        right: 20px;
        top: 23px;
        transform: rotateX(180deg);
        transition: ease-in-out 0.3s;
    }
    .sitemap-wrapper .contents-sec .container .cont-wrapper.toggle-title.active::after{
        transform: rotateX(0deg);
    }
    .sitemap-wrapper .contents-sec .container .toggle-content{
        /* display: none; */
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out, margin 0.3s ease-out;
    }
    .sitemap-wrapper .contents-sec .container .toggle-content.active{
        /* display: flex; */
        max-height: var(--maxHeight, 0);
        margin: 32px 0;
    }
    .sitemap-wrapper .contents-sec .container .cont-wrapper .contents-title{
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 4px;
    }
    .sitemap-wrapper .contents-sec .container .contents-list > ul > li{
        padding: 4px 0;
    }
    .sitemap-wrapper .contents-sec .container .contents-list > ul > li > a {
        font-size: 14px;
        line-height: 22px;
    }
    .sitemap-wrapper .contents-sec.sec1 .container .contents-list > ul > li > a {
        font-size: 13px;
        line-height: 20px;
    }
    .sitemap-wrapper .contents-sec .container .contents-list.title-list{
        position: static;
        width: 100%;
    }
    .sitemap-wrapper .contents-sec .container .contents-list.title-list > ul > li {
        padding: 0;
        padding-bottom: 24px;
    }
    .sitemap-wrapper .contents-sec .container .contents-list.title-list > ul > li:last-child {
        padding-bottom: 0;
    }
}


/* share-section */
.sitemap-wrapper .share-section {
    padding: 104px 0 160px;
}
.sitemap-wrapper .share-section .container {
    display: flex;
    flex-direction: column;
    gap: 104px;
}
.sitemap-wrapper .share-section .card-cont {
    display: flex;
    gap: 33px;
}
.sitemap-wrapper .share-section .card-cont li {
    width: 33.33%;
    height: 160px;
    cursor: pointer;
    overflow: hidden;
}
.sitemap-wrapper .share-section .card-cont a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}
.sitemap-wrapper .share-section .card-cont a h5 {
    position: absolute;
    top: 24px;
    left: 24px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.96px;
}
.sitemap-wrapper .share-section .card-cont a::before {
    position: absolute;
    content: "";
    bottom: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    background: url("../images/card-btn.png") center center / contain no-repeat;
}
.sitemap-wrapper .share-cont {
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.sitemap-wrapper .share-cont p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.sitemap-wrapper .share-cont .link-sns {
    display: flex;
    align-items: center;
    gap: 32px;
}
.sitemap-wrapper .share-cont .link-sns li {
    width: 30px;
    height: 30px;
}

/* popup */
.layer-popup-wrap.popup-example .layer-popup-body .layer-cont {
    display: flex;
    flex-direction: column;
}
.layer-popup-wrap.popup-example .layer-scroll {
    flex: 1 0 calc(100% - 128px);
    height: calc(100% - 128px);
    overflow-y: auto;
}
.layer-popup-wrap.popup-example .layer-btn-area {
    margin-top: 32px;
}

@media screen and (max-width: 1119px) {
    /* share-section */
    .sitemap-wrapper .share-section {
        padding: 80px 0;
    }
    .sitemap-wrapper .share-section .container {
        gap: 80px;
    }
    .sitemap-wrapper .share-section .card-cont {
        flex-direction: column;
        gap: 18px;
    }
    .sitemap-wrapper .share-section .card-cont li {
        width: 100%;
        height: auto;
    }
    .sitemap-wrapper .share-section .card-cont a h5 {
        font-size: 18px;
        line-height: normal;
        letter-spacing: -0.72px;
    }
    .sitemap-wrapper .share-section .card-cont a::before {
        top: 50%;
        transform: translateY(-50%);
        width: 45px;
        height: 45px;
        background: url("../images/card-btn-mo.png") center center / contain no-repeat;
    }
    .sitemap-wrapper .share-cont {
        gap: 10px;
    }

    
}