/* layout */
main { padding-top: 72px; }
main .wrap { max-width: 1216px; margin: 0 auto; position: relative; }

/* mobileFixedBottomBanner (1024 이하) */
.banner-mobile-fixed-bottom { display: none; line-height: 0; position: fixed; bottom: 0; left: 0; right: 0; z-index: 100; background-color: rgba(0,0,0,0.3); }

/* section title, childList */
h2 { padding: 32px 0 21px; margin-bottom: 24px; border-bottom: 3px solid var(--stroke-primary); color: var(--text-primary); font-size: 36px; font-weight: 700; line-height: 42px;}

.child-section ul { display: flex; margin-left: -2px; padding: 20px 0 15px; }
.child-section a { display: block; color: var(--text-disabled); padding: 0 2px; font-size: 18px; font-weight: 600; line-height: 24px; }
.child-section a.active { color: var(--text-primary); }
.child-section .swiper-slide { width: auto; }

/* head */
section.head {padding-top: 10px;}
section.head ul { display: flex; flex-wrap: wrap; gap: 32px; }
section.head li {width: 384px; padding: 18px 20px; border: 1px solid var(--stroke-framing); border-radius: 8px;}
section.head li > article > div {padding-bottom: 15px; border-bottom: 1px solid var(--stroke-separator); gap: 8px;}
section.head li article div a { font-size: 20px; font-weight: 700; line-height: 28px; -webkit-line-clamp: 1; }
section.head li article div a::after {display: none;}
section.head li article div .info { display: flex; gap: 12px; color: var(--text-description); font-size: 14px; font-weight: 500; line-height: 18px;}
section.head li article dl { display: flex; flex-flow: wrap; gap: 12px; padding-top: 12px;}
section.head li article dl a {display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
section.head li article dl dt { display: flex; gap: 12px; }
section.head li article dl dt a { font-size: 18px; font-weight: 600; line-height: 26px; height: 52px;}
section.head li article dl dd {display: flex; flex-direction: row-reverse; align-items: center; gap: 12px;}
section.head li article dl dd picture { width: 120px; height: 80px; border-radius: 4px;     overflow: hidden;}
section.head li article dl dd p.desc { flex: 1; font-size: 14px; font-weight: 500; line-height: 22px; color: var(--text-description); display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
/* contents */
section.contents { padding-top: 84px; }
section.contents > div {border-top: 2px solid var(--stroke-primary);}
/* content - category */
.swiper-container ul { display: flex; margin-left: -2px; padding: 14px 0 15px; }
.swiper-container a { display: block; color: var(--text-disabled); padding: 0 2px; font-size: 18px; font-weight: 600; line-height: 24px; }
.swiper-container a.active { color: var(--text-primary); }
.swiper-container .swiper-slide { width: auto; }
/* contents - info */
section.contents > div > .info {display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; border-top: 1px solid var(--stroke-separator); padding: 13px 0 14px; }
section.contents > div > .info > ul {display: flex; align-items: center; flex-flow: wrap;}
section.contents > div > .info li { position: relative; }
/* section.contents > div > .info .selectbox {position: relative; width: 150px; margin-right: 16px;}
section.contents > div > .info .selectbox:after { content: ''; display: block; position: absolute; top: 8px; right: 8px; width: 16px; height: 16px; background: var(--svg-ic-arrow-down-16) no-repeat center; pointer-events: none; transform: rotate(0deg); transition: all 0.3s; }
section.contents > div > .info .selectbox select { display: block; position: relative; width: 150px; padding: 7px 28px 7px 10px; color: var(--text-primary); font-size: 15px; font-weight: 600; line-height: 20px; border: 1px solid var(--stroke-framing); background: #fff; border-radius: 4px; appearance: none; outline: none; font-family: "Pretendard Variable", sans-serif;}  */
section.contents > div > .info li a.btn-select { display: block; position: relative; width: 150px; padding: 7px 28px 7px 10px; margin-right: 16px; color: var(--text-primary); font-size: 15px; font-weight: 600; line-height: 20px; border: 1px solid var(--stroke-framing); border-radius: 4px; cursor: pointer;}
section.contents > div > .info li a.btn-select::after { content: ''; display: block; position: absolute; top: 8px; right: 8px; width: 16px; height: 16px; background: var(--svg-ic-arrow-down-16) no-repeat center; transform: rotate(0deg); transition: all 0.3s; }
section.contents > div > .info li a.btn-select.active::after { transform: rotate(180deg); }
section.contents > div > .info li ul.select-list { display: none; padding: 4px 0; width: 150px; position: absolute; top: 42px; left: 0; background-color: var(--background-default); border: 1px solid var(--stroke-framing); border-radius: 4px; z-index: 9; }
section.contents > div > .info li ul.select-list.active {display: block;}
section.contents > div > .info li ul.select-list li { float: initial; }
section.contents > div > .info li ul.select-list li a { display: block; padding: 4px 12px; font-size: 16px; font-weight: 500; line-height: 24px; color: var(--text-disabled); }
section.contents > div > .info li ul.select-list li a.active { color: var(--text-primary); }

section.contents > div > .info li.range ul {display: flex; gap: 8px;}
section.contents > div > .info li.range input[type="radio"] { display: none; }
section.contents > div > .info li.range input[type="radio"]+label { display: block; padding: 5px 12px; font-size: 14px; font-weight: 600; line-height: 20px; color: var(--text-disabled); border-radius: 16px; border: 1px solid var(--stroke-framing); cursor: pointer; }
section.contents > div > .info li.range input[type="radio"]:checked+label { color: var(--text-impact); border-color: var(--surface-impact); }
section.contents > div > .info .search-wrap form { position: relative; margin: 0 auto; width: 280px; border-radius: 34px; padding: 6px 16px 6px 16px; background-color: var(--background-dark); }
section.contents > div > .info .search-wrap input { border: 0; margin: 0; padding: 0; width: 216px; color: var(--text-primary); font-size: 15px; font-weight: 600; line-height: 24px; background-color: transparent; outline: none; }
section.contents > div > .info .search-wrap input::placeholder { color: var(--text-disabled); font-weight: 500; }
section.contents > div > .info .search-wrap button { position: absolute; top: 0; right: 8px; border: 0; margin: 0; padding: 0; width: 36px; height: 36px; background: var(--svg-gnb-search); }
/* contents - list */
section.contents .list {padding: 10px 0 50px;}
section.contents .list ul { display: flex; flex-wrap: wrap; gap: 32px; }
section.contents .list li {width: 384px; padding: 18px 20px; border: 1px solid var(--stroke-framing); border-radius: 8px;}
section.contents .list li > article > div {padding-bottom: 15px; border-bottom: 1px solid var(--stroke-separator); gap: 8px; position: relative;}
section.contents .list li article div a { font-size: 20px; font-weight: 700; line-height: 28px; -webkit-line-clamp: 1; }
section.contents .list li article div a::after {display: none;}
section.contents .list li article div .info { display: flex; gap: 12px; color: var(--text-description); font-size: 14px; font-weight: 500; line-height: 18px;}
section.contents .list li article div .info span { position: absolute; right: 0; bottom: 10px;  display: block; padding: 3px 10px; font-size: 13px; font-weight: 600; line-height: 20px; color: var(--text-disabled); border-radius: 16px; border: 1px solid var(--stroke-framing);}
section.contents .list li article dl { display: flex; flex-flow: wrap; gap: 12px; padding-top: 12px;}
section.contents .list li article dl a {display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
section.contents .list li article dl dt { display: flex; gap: 12px; }
section.contents .list li article dl dt a { font-size: 18px; font-weight: 600; line-height: 26px;}
/* contents - list - none */
div.none { width: 100%; padding: 0 0 50px; }
div.none p { padding: 176px 0 160px; text-align: center; font-size: 16px; font-weight: 600; line-height: 24px; color: var(--text-disabled); }
div.none p span { display: block; margin: 0 auto 16px; width: 60px; height: 60px; background: url('http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Svzt.xuna.pb.xe%2Spff%2Sxuna%2S..%2Svzt%2Sfit%2Spbzzba%2Svp-rzcgl.fit') no-repeat; background-size: 60px; }
div.none p em { color: var(--text-impact);}
div.none ul { padding: 24px 0 16px; border-top: 1px solid var(--stroke-separator); }
div.none li { padding-bottom: 8px; color: var(--text-description); font-size: 14px; font-weight: 600; line-height: 22px; }
div.none button { border: 0; cursor: pointer; margin: 10px auto 0; display: block; height: 24px; font-size: 14px; font-weight: 600; line-height: 24px; color: var(--text-primary); font-family: 'Pretendard Variable';}
div.none button.btn-reset { padding: 0 24px 0 0; background: var(--svg-ic-refresh) no-repeat right; }
/* contents - pagination */
section.contents div.page { padding: 20px 0 84px; }
section.contents div.page ul { display: flex; gap : 10px; justify-content: center; }
section.contents div.page li { min-width: 30px; height: 28px; }
section.contents div.page a { display: block; text-align: center; color: var(--text-secondary); font-size: 16px; font-weight: 500; line-height: 28px; border-radius: 4px; }
section.contents div.page li.active { min-width: 28px; }
section.contents div.page li.active a { color: var(--text-inverted); background-color: var(--background-highlight); }
section.contents div.page a.btn { border: 1px solid var(--stroke-framing); }
section.contents div.page a.btn span { display: block; width: 28px; height: 28px; background-size: 16px 16px; background-position: center; background-repeat: no-repeat; }
section.contents div.page a.btn.btn-last span { background-image: var(--svg-ic-arrow-last-16); }
section.contents div.page a.btn.btn-first span { background-image: var(--svg-ic-arrow-first-16); }
section.contents div.page a.btn.btn-prev span { background-image: var(--svg-ic-arrow-prev-16); }
section.contents div.page a.btn.btn-next span { background-image: var(--svg-ic-arrow-next-16); }
section.contents div.page a.btn.disabled span { opacity: 0.3; }

@media screen and (min-width: 1024px) and (max-width: 1279px) {
	/* layout */
	main .wrap { max-width: 928px; }

	/* mobileFixedBottomBanner (1024 이하) */
	.banner-mobile-fixed-bottom { display: block; }
	footer { padding-bottom: 50px; background-color: var(--surface-soft); }

	/* section title, childList */

    /* head */
    section.head {padding-top: 0;}
    section.head ul {gap: 24px;}
    section.head li {width: 293.3333px;}

    /* contents - list */
    section.contents .list ul {gap: 24px;}
    section.contents .list li {width: 293.3333px;}
	
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	/* layout */
	main .wrap { max-width: 720px; }

	/* mobileFixedBottomBanner (1024 이하) */
	.banner-mobile-fixed-bottom { display: block; }
	footer { padding-bottom: 50px; background-color: var(--surface-soft); }

	/* section title, childList */
	h2 { padding-top: 20px; font-size: 32px; }
	.child-section ul { padding: 16px 0 13px; }
	.child-section a { font-size: 17px; line-height: 22px; }

    /* head */
    section.head {padding-top: 0;}
	section.head ul {gap: 24px;}
    section.head li {width: 100%;}
    section.head li article dl dt a {height: auto;}

    /* contents */
    section.contents { padding-top: 64px; }

    /* contents - pagination */
    section.contents div.page { padding-bottom: 64px; }
    
    /* contents - list */
    section.contents .list ul {gap: 24px;}
    section.contents .list li {width: 100%;}
    
    /* contents - list - none */
	div.none p { padding: 160px 0; }

	
}
@media screen and (max-width: 767px) {
	/* layout */
	main { padding-top: 58px; }
    main .wrap section { margin: 0 auto; overflow: hidden; padding-left: 20px; padding-right: 20px; }

	/* mobileFixedBottomBanner (1024 이하) */
	.banner-mobile-fixed-bottom { display: block; }
	footer { padding-bottom: 50px; background-color: var(--surface-soft); }

	/* section title, childList */
	h2 { margin: 0 20px; padding-top: 20px; font-size: 32px; }
	.child-section { padding: 0 20px; overflow: hidden;}
	.child-section ul { gap: 0; margin-left: 0; padding: 11px 0 8px; }
	.child-section a { padding: 5px 0; color: var(--text-disabled); font-size: 17px; font-weight: 600; line-height: 22px; }

    /* head */
    section.head {padding-top: 20px;}
	section.head ul {gap: 24px;}
    section.head li {width: 100%;}
    section.head li article dl dt a {height: auto;}
    
    /* contents */
    section.contents { padding-top: 64px; }
    /* contents - info */
    section.contents > div > .info {flex-flow: column-reverse; align-items: normal; padding: 16px 0 15px;}
    section.contents > div > .info > ul > li {padding: 15px 0 0;}
    section.contents > div > .info .search-wrap form {width: 100%; padding: 10px 20px 10px 20px;}
    section.contents > div > .info .search-wrap input {width: calc(100% - 32px); font-size: 16px;}
    section.contents > div > .info .search-wrap button {top: 4px; right: 12px;}
    /* section.contents > div > .info .selectbox {width: 130px;}
    section.contents > div > .info .selectbox select {width: 130px; font-size: 14px; letter-spacing: -0.03em;} */
    section.contents > div > .info li a.btn-select {width: 130px;padding: 7px 23px 7px 8px; margin-right: 12px; font-size: 14px;}
    section.contents > div > .info li ul.select-list {width: 130px; top: 56px;}
    section.contents > div > .info li ul.select-list li a {font-size: 14px;}
    section.contents > div > .info li.range input[type="radio"]+label {padding: 4px 10px; font-size: 13px;}
    /* contents - list */
    section.contents .list ul {gap: 24px;}
    section.contents .list li {width: 100%;}

    /* contents - list - none */
    div.none { padding-bottom: 40px; }
	div.none p { padding: 80px 0; }
    div.none p span { width: 48px; height: 48px; background-size: 48px; }
    
    /* contents - pagination */
	section.contents div.page { padding-bottom: 64px; }
    

}