@charset "utf-8";
@media (max-width: 1600px) {
	/* layout — main */
	.main-visual { padding: 0 40px; }
	.main-visual .caption .txt,
	.main-visual .vs-pagination { max-width: 90%; }
	/* sec2 */
	.sec2-inner { padding-top: 100px; padding-bottom: 64px; }
	.sec2-title { width: min(520px, 30%); max-width: 34%; }
	.sec2-list { max-width: 66%; gap: clamp(40px, 6%, 100px); }
	.sec2-col { max-width: none; gap: clamp(64px, 8vw, 140px); }
	.sec2-col--offset { padding-top: clamp(64px, 8vw, 140px); }
	.sec2-body { padding: 28px; }
	.sec2-meta dt { flex-basis: 90px; min-width: 90px; }
	.sub-visual { width: calc(100% - 80px); }
}
@media (max-width: 1400px) {
    body, input, textarea, select, button, table {font-size:14px; font-weight: 400; }	

    :root{
		--font-size56 : 34px;
		--font-size48 : 31px;
		--font-size40 : 28px;
		--font-size36 : 24px;
		--font-size34 : 23px;
		--font-size32 : 22px;
		--font-size30 : 21px;
		--font-size28 : 20px;
		--font-size26 : 19px;
		--font-size24 : 18px;
		--font-size22 : 17px;
		--font-size20 : 16px;
		--font-size18 : 15px;
	}

    /* header */
    .sitelogo { width: 220px; height: 28px; }
    .sitelogo img { height: 28px; }
	#gnb { margin-right: 24px; }
	#gnb>ul>li { padding: 0 24px; }
    #gnb>ul>li>a { font-size: 16px; height: 80px; }
    #gnb .submenu { width: 180px; padding: 12px; }
    #gnb .submenu>ul>li>a { font-size: 14px; padding: 10px 14px; }

    /* main visual */
	.main-visual { height: 78vh; padding: 0 32px; margin-top: 24px; }
	.main-visual .slick-slide { height: 78vh; border-radius: 32px; }
	.main-visual .caption h2 { font-size: 48px; margin: 0 0 24px; }
	.main-visual .vs-pagination { bottom: 40px; gap: 16px; }
	.main-visual .slick-arrow { flex: 0 0 40px; width: 40px; height: 40px; background-size: 20px; }

	/* main 공통 */
	.main-pd { padding: 80px 0; }
	.main-titbox { margin-bottom: 48px; }
	.main-tit { margin-bottom: 20px; }

	/* sec1 */
	.sec1 { padding: 48px 0; }
	.sec1-wrap .item > a { min-height: 220px; padding: 28px; border-radius: 20px; }
	.sec1-wrap .icon { left: 28px; bottom: 24px; width: 56px; height: 56px; }

	/* sec2 */
	.sec2-inner { gap: 20px; padding-top: 80px; padding-bottom: 56px; }
	.sec2-title { width: min(400px, 28%); max-width: 32%; }
	.sec2-list { max-width: 68%; gap: clamp(24px, 4%, 64px); padding-bottom: 80px; }
	.sec2-col { gap: clamp(48px, 6vw, 100px); }
	.sec2-col--offset { padding-top: clamp(48px, 6vw, 100px); }
	.sec2-body { padding: 24px; }
	.sec2-card-tit { margin-bottom: 16px; }
	.sec2-meta { margin-bottom: 16px; }
	.sec2-meta dt { flex-basis: 80px; min-width: 80px; }
	.sec2 .main-view { flex: 0 0 36px; width: 36px; height: 36px; background-size: 16px; }

	/* sec3 */
	.sec3-body { padding: 32px; }
	.sec3-price { gap: 10px; }
	.sec3-price .label { margin-bottom: 0; }
	.sec3-price strong { display: block; width: 100%; }
	.sec3 .main-view { display: none; }
	.sec3-btm { margin-top: 56px; }

	/* sec4 */
	.sec4 .main-titbox { margin-bottom: 48px; }
	.sec4-list { gap: 28px; }
	.sec4-card { height: 320px; }
	.sec4-card-inner { padding: 36px; }

	/* sub */
	.sub-visual { height: 36vh; width: calc(100% - 64px); margin-top: 24px; border-radius: 32px; }
	.sub-visual h2 { font-size: 48px; }
	.path-wrap .part { min-width: 200px; }
	.path-wrap .part > a,
	.path-wrap .part.active > a { height: 52px; padding: 0 22px; padding-right: 48px; font-size: 15px; }
	.path-wrap .part > a:after { right: 22px; }
	.path-wrap .part ul { padding: 60px 22px 20px; }
	.sub-title { padding: 80px 0 48px; }
	.sub-title.pd { padding: 0 0 32px; }
	.real-cont { padding-bottom: 100px; }
	.real-cont2 { padding-bottom: 0; }

	/* footer */
	#footer { padding-bottom: 24px; }
	.footer-wrap { border-radius: 20px; }
	.ft-top { padding: 36px; }
	.ft-logo img { height: 28px; }
	.ft-top h3 { margin: 24px 0 6px; }
	.ft-text span { padding-right: 24px; }
	.ft-btm { padding: 20px 36px; flex-wrap: wrap; gap: 12px; }
	.policy a { padding-right: 24px; }
	.policy a::after { right: 10px; }
	.scroll-top { top: -64px; width: 44px; height: 44px; border-radius: 12px; background-size: 14px; }
}

@media (max-width: 1200px) {
	/* header */
	#gnb>ul>li { padding: 0 16px; }
	#gnb>ul>li>a { height: 72px; font-size: 15px; }

	/* main visual */
	.main-visual { padding: 0 24px; margin-top: 20px; }
	.main-visual .slick-slide { border-radius: 28px; }
	.main-visual .caption .txt { padding-left: 16px; padding-right: 16px; }
	.main-visual .vs-pagination { padding: 0 16px; bottom: 32px; }

	/* main sec1 */
	.sec1-wrap { gap: 16px; }
	.sec1-wrap .item > a { min-height: 200px; padding: 24px; }
	.sec1-wrap .icon { width: 48px; height: 48px; left: 24px; bottom: 20px; }

	/* main sec3 */
	.sec3-swiper .swiper-slide { width: 360px; }
	.sec3-body { padding: 28px; }
	.sec3-tab li a { padding: 10px 24px; }
	.sec3 .main-view { display: none; }

	/* main sec4 */
	.sec4-list { gap: 20px; }
	.sec4-card { height: 300px; }
	.sec4-card-inner { padding: 32px; }
	.sec4-card-label .en { font-size: var(--font-size36); }

	/* sub */
	.sub-visual { width: calc(100% - 48px); height: 32vh; border-radius: 28px; }
	.sub-visual .contain { max-width: 92%; }
	.sub-visual h2 { font-size: 40px; }
	.path-wrap .inner { gap: 12px; }
	.path-wrap .part { min-width: 180px; }
	.org-chart {--org-gap:56px; --org-team-gap:56px;}
}

/* Landscape tablet */
@media (max-width: 1024px) {
	/* header */
	#header { width: 100%; top: 0; height: 80px; }
	#gnb { display: none; }
	#header .contain:after { content: none; }
	.sitelogo { width: 200px; height: 26px; }
	.list-icon { display: inline-block; }

    /* footer */
	#footer { padding-bottom: 20px; }
	.footer-wrap { border-radius: 16px; }
	.ft-top { padding: 32px 28px; flex-direction: column; align-items: flex-start; gap: 28px; }
	.ft-btm { padding: 20px 28px; flex-direction: column; align-items: flex-start; gap: 16px; }
	.ft-text { display: flex; flex-wrap: wrap; gap: 8px 0; }
	.ft-text span { padding-right: 20px; }
	.familysite { width: 100%; max-width: 200px; }
	.policy { display: flex; flex-wrap: wrap; gap: 8px 0; }
	.policy a { padding-right: 20px; }
	.scroll-top { top: -56px; width: 40px; height: 40px; border-radius: 12px; background-size: 14px; }
    
    /* visual */
	.main-visual { height: 56.25vw; padding: 0 15px; margin-top: 15px; }
	.main-visual .slick-slide { height: 56.25vw; border-radius: 24px; }
	.main-visual .caption h2 { font-size: 36px; line-height: 1.3em; margin: 0 0 16px; }
	.main-visual .caption .txt { max-width: 100%; padding-left: 45px; padding-right: 45px; }
	.main-visual .vs-pagination { max-width: 100%; bottom: 28px; gap: 16px; padding: 0 45px; }
	.main-visual .slick-arrow { flex: 0 0 36px; width: 36px; height: 36px; background-size: 18px; }
	.main-visual .vs-pagination .flex > img { width: 24px; height: 30px; }

	/* main */
	.main-pd { padding: 64px 0; }
	.main-titbox { margin-bottom: 40px; }
	.sec1 { padding: 40px 0; }
	.sec1-wrap { flex-wrap: wrap; }
	.sec1-wrap .item { flex: 1 1 calc(50% - 8px); }

	/* sub */
	.sub-visual { width: calc(100% - 40px); height: 28vh; min-height: 220px; margin-top: 16px; border-radius: 24px; }
	.sub-visual .contain { max-width: 100%;}
	.sub-visual h2 { font-size: 36px; }
	.sub-visual p { margin-top: 12px; }
	.path-wrap { margin-top: 16px; }
	.path-wrap .inner { flex-wrap: wrap; justify-content: flex-start; gap: 10px; }
	.path-wrap .part { min-width: 0; flex: 1 1 calc(50% - 5px); }
	.path-wrap .part > a,
	.path-wrap .part.active > a { height: 48px; padding: 0 18px; padding-right: 44px; font-size: 14px; }
	.path-wrap .part > a:after { right: 18px; width: 14px; height: 14px; margin-top: -7px; }
	.path-wrap .part ul { padding: 56px 18px 20px; border-radius: 20px; }
	.sub-title { padding: 64px 0 40px; }
	.sub-title.pd { padding: 0 0 28px; }
	.real-cont { padding-bottom: 80px; }

    /* 찾아오시는 길 */
    .root_daum_roughmap .wrap_map {height:300px !important;}

	/* 회사소개 서브 */
	.biz-list {gap:48px; margin-top:56px;}
	.biz-item {gap:40px;}
	.biz-item .thumb {border-radius:28px;}
	.biz-item .txt {gap:18px;}
	.his-item {padding:40px 24px; gap:20px;}
	.his-item .date {flex:0 0 140px;}
	.val-top {gap:24px;}
	.val-card {padding:36px;}
	.val-core-list .item {padding:20px;}
	.ceo-wrap {gap:40px;}
	.ceo-photo {border-radius:28px;}
	.loc-map {min-height:480px;}
	.loc-info {padding:40px;}
	.org-chart {--org-ceo-w:260px; --org-side-w:180px; --org-gap:48px; --org-row-gap:48px; --org-team-gap:48px;}
	.org-teams {padding-top:32px;}
	.org-team-col::before {top:-32px; height:32px;}

	/* sub6 공통 (이용약관 ~ 개인정보처리방침) */
	.sub6-flex { margin-top: 0; display: block; }
	.sub6-flex .contents { width: 100%; padding-left: 0; margin-top: 50px; }
	.sub6-tab { width: calc(100% + 60px); flex: none; background: #fff; top: 0; margin-left: -30px; z-index: 50; }
	body:has(#header.sticky) .sub6-tab { top: 80px; animation: fadeInDown .5s ease-in-out 0s 1 normal none running; }
	.sub6-tab ul { display: flex; }
	.sub6-tab ul li { flex: 1; }
	.sub6-tab li a { justify-content: center; padding: 12px 10px; font-size: 16px; text-align: center; }
	.sub6-tab li.active a { font-size: 15px; }
	.sub6-tab li.active a::before { display: none; }

	/* board */
	.input {padding:5px 14px; height:40px;}
	textarea.input {padding:12px 14px;}
    .status-search .info dl dd.fx .item .ui-datepicker-trigger { height: 40px; width: 40px; }

	/* 검색 */
	.board-search .cate select.input {min-width:100px; height:44px;}
	.board-search .search input.input {width:200px; height:44px;}
	.board-search .search .btn {width:72px; height:44px;}

    .board-list colgroup col {width:auto !important;}
    .board-list table thead th {font-size:15px;}
	.board-list table tbody td {font-size:15px;}
    .board-list table tbody td.subject { padding-left: 10px;}
    .board-list .label { font-size: 12px; line-height: 1em; padding: 5px 8px;}
    .board-list .down { width: 14px; height: 18px; background-size: contain;}

    .form-agree { margin: 30px 0 0 0;}
	.form-agree h3 {font-size:16px; margin-bottom: 12px;}
	.form-agree .scroll-box {font-size:12px; max-height:110px; overflow:auto;}
	.form-agree .check {margin-top:12px; font-size:14px;}

    .board-form table th { font-size: 14px; }
    .board-form table td { font-size: 14px; padding: 15px }
	.board-form .item-fx .item.fx { gap: 10px 15px;}
	.board-form .item-fx .item.fx .input { max-width:70px;}
    .board-form .input { height: 40px; }
    .captcha-wrap { height: 40px; }

	.board-white table {font-size:15px;}

	.board-form table {font-size:15px !important;}

	.files-upload-text .upfiles-alt {font-size:14px;}

	.board-view-tit {padding:14px 6px;}
	.board-view-tit h3 {font-size:18px;}
	.board-view-info {padding:13px 6px; font-size:13px;}
	.board-view-cnt {padding:15px 6px 40px;}

    .gallery-list ul { gap: 35px 12px; }
    .gallery-list ul li { width: calc(100%/3 - 8px); }
	.gallery-list ul li .tit { font-size: 16px; margin-top: 10px;}
	.gallery-list ul li .txt { font-size: 14px; }

    .faq .tit {font-size:15px;}
	.faq .tit a {padding:9px 60px 9px 12px;}
	.faq .tit a:after {top:14px;}
	.faq .q {flex:0 0 32px; width:32px; height:32px; font-size:16px; line-height:32px;}
	.faq .cnt {padding:18px 25px 18px 60px; font-size: 14px; }

    .calendar-head { border-radius: 0; padding: 15px 0;}
    .calendar-head h3 {font-size:20px; margin:0 30px;}
	.calendar table th {font-size:15px;}
	.calendar table td {height:110px; font-size:14px;}
	.calendar ul li:before {top:7px;}

	.board-prev-next {font-size:14px;}

	.btn-pack.medium {height:40px; padding:0 16px; font-size:15px; line-height:38px;}
	.btn-pack.large {min-width:140px; height:50px; font-size:18px; line-height:48px;}
    .btn-pack.zip-bt { height: 44px; font-size: 14px; line-height: 42px; min-width: 100px ;}

	.store-search {padding:22px 5%;}
	.store-search .map-area {width:280px;}
	.store-search .map-img .local {padding:0 10px; font-size:13px; line-height:22px;}
    
    .news-list .thumb {width:200px;}
	.news-list .tit {font-size:17px;}
	.news-list .txt {font-size:14px;}
	.news-list .date {font-size:13px;}
} 

/* portrait tablet */
@media (max-width: 900px) {	
	.only-desktop {display:none;}
	.only-tablet {display:block;}

	/* main visual */
	.main-visual { padding: 0 16px; margin-top: 12px; }
	.main-visual .slick-slide { border-radius: 20px; }
	.main-visual .caption h2 { font-size: 32px; margin: 0 0 12px; }
	.main-visual .vs-pagination { bottom: 24px; }

	/* main */
	.main-pd { padding: 56px 0; }
	.main-titbox { flex-direction: column; align-items: flex-start; gap: 24px; margin-bottom: 40px; }
	.main-tit { margin-bottom: 12px; }
	.sec1 { padding: 32px 0; }
	.sec1-wrap { flex-direction: column; gap: 12px; }
	.sec1-wrap .item { flex: 1 1 auto; width: 100%; }
	.sec1-wrap .item > a { min-height: 180px; padding: 24px; border-radius: 16px; }
	.sec1-wrap .icon { width: 48px; height: 48px; }

	.sec2-pin { height: auto; overflow: visible; }
	.sec2 { overflow: hidden;}
	.sec2-inner { flex-direction: column; height: auto; padding-top: 64px; padding-bottom: 42px; gap: 32px; }
	.sec2-title { width: 100%; max-width: 100%; }
	.sec2-tit { margin-bottom: 16px; }
	.sec2-desc br { display: none; }
	.sec2-list { width: 100%; max-width: 100%; flex-direction: row; gap: 0; transform: none !important; padding-bottom: 0; overflow: visible; }
	.sec2-list.sec2-swiper { box-sizing: border-box; }
	.sec2-list.sec2-swiper .swiper-wrapper { align-items: stretch; }
	.sec2-list.sec2-swiper .swiper-slide { height: auto; }
	.sec2-list.sec2-swiper .sec2-card { height: 100%; }
	.sec2-list.sec2-swiper .sec2-card-link { height: 100%; }
	.sec2-list.sec2-swiper .sec2-body { padding: 24px; }
	.sec2-list.sec2-swiper .sec2-meta dt { flex-basis: 84px; min-width: 84px; }
	.sec2-col,
	.sec2-col--offset { width: 100%; max-width: 100%; flex: none; padding-top: 0; gap: 24px; }

	.sec3-tab { width: 100%; overflow-x: auto; }
	.sec3-tab ul { width: max-content; }
	.sec3-swiper .swiper-slide { width: 300px; }
	.sec3-body { padding: 24px; }
	.sec3 .main-view { display: none; }
	.sec3-btm { margin-top: 48px; }
	.sec3-more { padding: 14px 28px; }

	/* main sec4 */
	.sec4-list { flex-direction: column; gap: 20px; }
	.sec4-card { height: auto; min-height: 280px; }
	.sec4-card-inner { padding: 32px; }
	.sec4-card-label .en { font-size: var(--font-size32); }
	.sec4-deco { width: 70%; opacity: 0.35; }

	/* sub */
	.sub-visual { width: calc(100% - 32px); height: 26vh; min-height: 200px; margin-top: 12px; border-radius: 20px; }
	.sub-visual h2 { font-size: 32px; }
	.path-wrap .part > a,
	.path-wrap .part.active > a { height: 46px; }
	.sub-title { padding: 48px 0 32px; text-align: left; }
	.sub-title.pd { padding: 0 0 24px; }
	.real-cont { padding-bottom: 64px; }

	/* footer */
	.ft-top { padding: 28px 20px; gap: 24px; }
	.ft-top h3 { margin: 20px 0 6px; }
	.ft-btm { padding: 16px 20px; }
	.policy a { padding-right: 18px; font-size: 14px; }
	.policy a::after { top: 8px; right: 7px; }
	.cpr span { display: block; padding-right: 0; padding-bottom: 4px; }
	.cpr span::after { display: none; }
	.scroll-top { top: -48px; right: 8px; width: 40px; height: 40px; }

	/* 회사소개 서브 */
	.biz-intro {padding:24px 20px;}
	.biz-intro br {display:none;}
	.biz-list {gap:40px; margin-top:40px;}
	.biz-item,
	.biz-item.reverse {flex-direction:column; gap:24px; align-items: flex-start;}
	.biz-item .thumb {flex:none; max-width:100%; width:100%; border-radius:24px;}
	.biz-item .thumb img {aspect-ratio:16 / 10;}
	.biz-item .desc br {display:none;}
	.his-wrap {flex-direction:column; gap:40px;}
	.his-tit {flex:none; max-width:100%; width:100%; padding-right:0;}
	.his-symbol {width:280px; opacity:.5;}
	.his-list {flex:none; max-width:100%; width:100%;}
	.his-item {flex-wrap:wrap; padding:28px 16px; gap:12px 16px;}
	.his-item .date {flex:0 0 auto; min-width:120px;}
	.his-item .txt {flex:1 1 100%;}
	.val-top {flex-direction:column; gap:16px;}
	.val-card {flex:none; width:100%; padding:28px 24px; gap:20px; border-radius:20px; box-sizing:border-box;}
	.val-card .head {gap:16px;}
	.val-card .icon {flex:0 0 48px; width:48px; height:48px;}
	.val-card .icon img {width:24px;}
	.val-card.vision .icon img {width:28px;}
	.val-card .lab {flex-wrap:wrap; gap:8px 12px;}
	.val-card .lab strong {font-size:var(--font-size20);}
	.val-card .lab span {font-size:15px;}
	.val-card .desc {font-size:var(--font-size18); line-height:1.6em;}
	/* .val-card .desc br {display:none;} */
	.val-core {margin-top:48px;}
	.val-core-tit {gap:10px; padding-bottom:16px;}
	.val-core-tit strong {font-size:var(--font-size20);}
	.val-core-tit .en {font-size:15px;}
	.val-core-list {flex-wrap:wrap;}
	.val-core-list .item {flex:1 1 calc(50% - 1px); gap:20px; padding:24px 16px; border-right:0; border-bottom:1px dashed #ddd; box-sizing:border-box;}
	.val-core-list .item:nth-child(odd) {border-right:1px dashed #ddd;}
	.val-core-list .item:nth-last-child(-n+2) {border-bottom:0;}
	.val-core-list .icon {width:56px; height:56px;}
	.val-core-list .icon img {width:28px;}
	.val-core-list .no {font-size:var(--font-size40);}
	.val-core-list .tit {font-size:var(--font-size18);}
	.val-core-list .desc {font-size:15px; line-height:1.55em;}
	/* .val-core-list .desc br {display:none;} */
	.ceo-wrap {flex-direction:column; gap:32px;}
	.ceo-photo {flex:none; max-width:100%; width:100%; border-radius:24px;}
	.ceo-txt {gap:28px;}
	.ceo-body p br {display:none;}
	.loc-wrap {flex-direction:column; border-radius:16px;}
	.loc-map {flex:none; max-width:100%; width:100%; min-height:280px; border-radius:16px 16px 0 0;}
	.loc-map img,
	.loc-map .root_daum_roughmap {min-height:280px;}
	.loc-info {padding:32px 24px; border-radius:0 0 16px 16px;}
	.loc-symbol {width:220px;}
	.loc-dl > div {flex-direction:column; align-items:flex-start; gap:8px;}
	.loc-dl dt {flex:none;}
	.loc-btns {flex-wrap:wrap;}
	.org-chart {--org-ceo-w:200px; --org-side-w:140px; --org-gap:24px; --org-row-gap:40px; --org-box-h:56px; --org-team-gap:24px;}
	.org-ceo, .org-dept, .org-outline {padding:0 12px;}
	.org-team {height:52px; padding:0 12px;}
	.org-desc {min-height:80px; margin-top:12px; padding:16px 12px; font-size:14px; line-height:1.5em;}
	.org-teams {padding-top:24px;}
	.org-team-col::before {top:-24px; height:24px;}

	/* 인재상 */
	.talent-list {flex-wrap:wrap;}
	.talent-item {flex:1 1 50%; border-right:none; border-bottom:none;}
	.talent-item:nth-child(even) {border-right:1px solid #ddd;}
	.talent-item:nth-last-child(-n+2) {border-bottom:1px solid #ddd;}
	.talent-item .num {padding:28px 28px 0;}
	.talent-item .icon {margin:20px 28px 0;}
	.talent-item .txt {padding:28px;}
	.talent-item .desc br {display:none;}

	/* 채용공고 */
	.recruit-wrap {gap:40px;}
	.recruit-search {flex-direction:column; align-items:stretch; gap:16px;}
	.recruit-search-right {width:100%;}
	.recruit-search-right .input {flex:1 1 auto; min-width:0; width:1%;}
	.recruit-item-link {flex-direction:column; align-items:flex-start; padding:24px 20px; gap:20px;}
	.recruit-item .info {padding:0;}
	.recruit-item .status {align-self:flex-end;}
	.recruit-item .meta li {flex-wrap:wrap;}
	.recruit-view-box {padding:24px 16px;}
	.recruit-view-head .tit-row {flex-wrap:wrap; gap:12px;}
	.recruit-table colgroup {display:none;}
	.recruit-table,
	.recruit-table tbody,
	.recruit-table tr,
	.recruit-table th,
	.recruit-table td {display:block; width:100%; height:auto;}
	.recruit-table th {padding:12px 16px; text-align:left; border-bottom:0;}
	.recruit-table td {padding:14px 16px 14px; border-top:0;}
	.recruit-table td.multi {padding:14px 16px 14px;}
	.recruit-table td.files { padding: 0; }
	.recruit-view-btns {flex-wrap:wrap; gap:12px; width: 100%; }
	.recruit-view-btns a {min-width:calc(50% - 6px); height:52px;}
	.recruit-table .file-item + .file-item { margin-top: 0; }
	.recruit-view { gap: 30px; }

	/* 입사지원 */
	.apply-wrap {gap:30px;}
	.apply-steps {flex-wrap:nowrap; justify-content:space-between; align-items:flex-start; gap:4px; padding:0 0 8px;}
	.apply-steps::before {display:block; top:7px; left:6%; width:88%; transform:none;}
	.apply-steps .step {flex:1 1 0; width:auto; min-width:0; gap:8px;}
	.apply-steps .step.active {flex:1.6 1 0;}
	.apply-steps .dot {width:14px; height:14px; border-width:2px;}
	.apply-steps .step.active .dot,
	.apply-steps .step.done .dot {border-width:3px;}
	.apply-steps .txt {gap:2px;}
	.apply-steps .txt em {font-size:11px; line-height:1.3em;}
	.apply-steps .txt strong {font-size:13px; line-height:1.35em; word-break:keep-all;}
	.apply-steps .step:not(.active) .txt strong {display:none;}
	.apply-notice { margin-top: 20px; padding: 15px; }
	.apply-sec {padding:24px 16px;}
	.apply-agree-row {flex-direction:column; align-items:flex-start; gap:16px;}
	.apply-agree-row .radios {gap:20px; flex-wrap:wrap;}
	.apply-fields .field-row {flex-direction:column; gap:24px;}
	.apply-fields .field-inline {flex-direction:column; align-items:stretch; gap:8px;}
	.apply-fields .field-inline .input {width:100%; flex:1 1 auto;}
	.apply-fields .photo-box {flex-direction:column; align-items:flex-start;}
	.apply-fields .addr-row {flex-wrap:wrap;}
	.apply-fields .w-zip {width:100%; flex:1 1 100%;}
	.apply-fields .period,
	.apply-fields .period-2,
	.apply-fields .grade {flex-wrap:wrap;}
	.apply-sec-head {flex-wrap:wrap; padding-bottom: 13px; }
	.apply-sec-head .repeat-btns {gap:16px;}
	.apply-info-box { margin-top: 20px; padding: 15px; }
	.apply-info-box .tit::before { width: 18px; height: 18px; margin-right: 5px; vertical-align: -4px;}
	.apply-agree-row { margin-top: 25px; }
	.apply-confirm { padding: 12px; }
	.apply-confirm .confirm-row {flex-direction:column; align-items:stretch;}
	.apply-confirm .writer,
	.apply-confirm .write-date {flex-wrap:wrap;}
	.apply-confirm .writer .input,
	.apply-confirm .write-date .input {width:100%;}
	.apply-fields .essay-tit {flex-direction:column; gap:8px;}
	.apply-btns {flex-wrap:wrap; gap:12px;}
	.apply-btns a, 
	.apply-btns button {min-width:calc(50% - 6px); height:52px;}
	.apply-complete {padding:40px 20px; gap:28px;}
	.apply-btns { width: 100%; }

	/* 전자민원 */
	.counsel-agree-list > li.multi .sub { padding-left: 0; }
	.counsel-chk-list { gap: 16px 24px; }
	.counsel-privacy-acc .acc-head { padding: 16px; min-height: 0; }
	.counsel-privacy-acc.open { padding: 16px; }
	.counsel-privacy-acc.open .acc-head { padding: 0 0 16px; }
	.counsel-privacy-acc .acc-head .counsel-chk { font-size: var(--font-size18); }
	.counsel-privacy-acc .acc-body { padding: 0 16px 16px; }
	.counsel-privacy-acc.open .acc-body { padding: 0; }
	.counsel-privacy-acc .acc-box { padding: 16px; font-size: 14px; line-height: 1.6em; }
	.counsel-privacy-acc .acc-box p:first-child { margin-bottom: 16px; }
	.counsel-privacy-acc .acc-head .counsel-chk input { width: 18px; height: 18px; }

	/* 전자민원 조회 */
	.counsel-history-wrap { gap: 48px; }
	.counsel-history-item { flex-direction: column; align-items: stretch; padding: 20px 16px; gap: 16px; }
	.counsel-history-item .item-info { padding: 0; }
	.counsel-history-item .subject { font-size: var(--font-size20); padding: 10px 0; }
	.counsel-history-item .item-btns { width: 100%; }
	.counsel-history-item .btn-detail,
	.counsel-history-item .btn-cancel { flex: 1 1 0; }
	.counsel-view-box { padding: 24px 16px; }
	.counsel-view-table,
	.counsel-view-table tbody,
	.counsel-view-table tr,
	.counsel-view-table th,
	.counsel-view-table td { display: block; width: 100%; height: auto; }
	.counsel-view-table th { padding: 12px 16px; text-align: left; border-bottom: 0; }
	.counsel-view-table td { padding: 14px 16px 14px; border-top: 0; }

	/* 부채증명원 발급 */
	.request-wrap { gap: 48px; }
	.request-txt,
	.request-txt-group { padding: 0; }
	.request-method,
	.request-docs { flex-direction: column; gap: 16px; }
	.request-method .method-card,
	.request-docs .doc-card { padding: 20px 16px; }
	.request-docs .doc-card li { padding: 16px; font-size: 16px; }
	.request-wrap .btn-download { min-width: 100%; }

	/* 지원 내역 조회 */
	.history-wrap {gap:48px;}
	.history-box,
	.history-result {padding:24px 16px;}
	.history-result .receipt {padding:20px 16px; flex-wrap:wrap;}
	.history-result .receipt .num {font-size:var(--font-size32);}
	.history-result .result-table {padding:0;}
	.history-result .result-table .row {flex-direction:column; align-items:flex-start; gap:8px;}
	.history-empty {padding:48px 20px;}

	/* 채용FAQ */
	.recruit-faq .faq-q {padding:20px 16px; align-items:flex-start; }
	.recruit-faq .faq-q .q-left {align-items:center; flex-wrap:wrap; gap:10px 12px;}
	.recruit-faq .faq-q .arrow { display: none; }
	.recruit-faq .faq-q .subject {font-size:var(--font-size18); width: 100%; }
	.recruit-faq .faq-a {padding:0 16px 20px;}
	.recruit-faq + .paginate {margin-top:40px;}

	/* 보유자산현황 */
	.asset-wrap {gap:48px;}
	.asset-search {padding:28px 20px;}
	.asset-search-body .row {flex-direction:column; gap:20px;}
	.asset-filter-head {padding:28px 20px;}
	.asset-filter[open] .asset-filter-head {margin:0 20px; padding-top:28px;}
	.asset-filter-body {padding:24px 20px 28px;}
	.asset-filter .type-row {flex-direction:column; gap:28px;}
	.asset-filter .type-col {flex:none; max-width:100%;}
	.asset-filter .etc-list {grid-template-columns:repeat(2, minmax(0, 1fr)); max-height:280px;}
	.asset-item-link {flex-direction:column; align-items:stretch; gap:0; padding:0;}
	.asset-item .thumb {flex:none; max-width:100%; width:100%; border-radius:16px 16px 0 0;}
	.asset-item .info {padding:24px 20px 16px;}
	.asset-item .btn-more {display:flex; width:calc(100% - 40px); margin:0 20px 20px; box-sizing:border-box;}
	.asset-item .meta li {flex-wrap:wrap;}
	.asset-summary {flex-wrap:wrap; gap:0;}
	.asset-summary li {flex:1 1 50%; padding:16px 8px; border-right:0; border-bottom:1px dashed #ddd;}
	.asset-summary li:nth-child(odd) {border-right:1px dashed #ddd;}
	.asset-summary li:nth-last-child(-n+2) {border-bottom:0;}
	.asset-table colgroup {display:none;}
	.asset-table,
	.asset-table tbody,
	.asset-table tr,
	.asset-table th,
	.asset-table td {display:block; width:100%; height:auto;}
	.asset-table th {padding:12px 16px; text-align:left; border-bottom:0; background:#f5f8fc; color:#242424; font-weight:600;}
	.asset-table td {padding:14px 16px; border-top:0;}
	.asset-table-list thead {display:none;}
	.asset-table-list tbody td {padding:14px 16px; text-align:left;}
	.asset-table-list tbody td::before {display:block; margin:-14px -16px 14px; padding:12px 16px; border-bottom:1px solid #ddd; background:#f5f8fc; color:#242424; font-weight:600; letter-spacing:-.02em; content:attr(data-label);}
	.asset-map {min-height:auto; overflow: unset !important ; }
	.asset-map .map-card {position:relative; left:auto; top:auto; width:auto; margin-top: 20px; }
	.asset-map .map-btns {position:relative; right:auto; bottom:auto; flex-direction:column; margin-top: 20px;}
	.asset-note .note-body p br {display:none;}

	/* sub5 공통 */
	.sub5-tab { margin-bottom: 30px; }
	.sub5-tab li a { height: 40px; }
}

/* Landscape phone */
@media (max-width: 640px) {
	body, input, textarea, select, button, table {font-size:14px;}
	.only-desktop-tablet {display:none;}
	.only-tablet {display:none;}
	.only-mobile {display:block;}

	:root{
		--font-size56 : 26px;
		--font-size48 : 24px;
		--font-size40 : 23px;
		--font-size36 : 22px;
		--font-size34 : 20px;
		--font-size32 : 20px;
		--font-size30 : 20px;
		--font-size28 : 19px;
		--font-size26 : 18px;
		--font-size24 : 17px;
		--font-size22 : 16px;
		--font-size20 : 15px;
		--font-size18 : 14px;
	}

    /* header */
	#header { height: 50px;}
    #header .contain { padding-left: 15px; padding-right: 15px; }
    .sitelogo { width: 180px; height: 24px; position: relative; top: 2px; }
    .sitelogo img { height: 24px; }
	/* .list-icon { width: 18px; height: 16px; } */
	.mobile-navigation { width: 280px; }

	#contArea { padding-left: 15px; padding-right: 15px; }
	.contain { padding-left: 15px; padding-right: 15px; }
    .contain2 { padding-left: 15px; padding-right: 15px; }

	/* footer */
	#footer { padding-bottom: 16px; }
	.footer-wrap { border-radius: 12px; }
	.ft-top { padding: 24px 16px; gap: 20px; }
	.ft-logo img { height: 24px; }
	.ft-top h3 { margin: 16px 0 8px; font-size: 14px; }
	.ft-text span { font-size: 13px; line-height: 1.6em; }
	.ft-btm { padding: 14px 16px; gap: 12px; }
	.familysite { max-width: 100%; width: 100%; }
	.policy a { padding-right: 16px; font-size: 13px; }
	.policy a::after { display: none; }
	.cpr { font-size: 12px; }
	.cpr a { font-size: 12px; }
	.scroll-top { top: auto; width: 36px; height: 36px; border-radius: 10px; background-size: 12px; position: fixed; right: 15px; bottom: 15px; z-index: 999; text-indent: -9999em;}

    /* visual */
	.main-visual { padding: 0 15px; margin-top: 15px; height: 65vw; }
	.main-visual .slick-slide { border-radius: 10px; height: 65vw; }
	.main-visual .caption .txt { padding-left: 30px; }
	.main-visual .caption h2 { font-size: 24px; margin: 0 0 10px; }
	.main-visual .caption p { font-size: 13px; }
	.main-visual .vs-pagination { bottom: 15px; gap: 12px; padding: 0 30px;}
	.main-visual .slick-arrow { flex: 0 0 32px; width: 32px; height: 32px; background-size: 16px; }
	.main-visual .vs-pagination .flex > img { width: 20px; height: 26px; display: none; }

	/* main */
	.main-pd { padding: 40px 0; }
	.main-titbox { margin-bottom: 28px; gap: 16px; }
	.sec1 { padding: 24px 0; }
	.sec1-wrap .item > a { min-height: 160px; padding: 20px; border-radius: 14px; }
	.sec1-wrap .icon { left: 20px; bottom: 16px; width: 40px; height: 40px; }
	.sec2-inner { padding-top: 48px; padding-bottom: 24px; gap: 24px; }
	.sec2-list.sec2-swiper .sec2-body { padding: 20px; }
	.sec2-list.sec2-swiper .sec2-card-tit { margin-bottom: 16px; }
	.sec2-list.sec2-swiper .sec2-meta { margin-bottom: 16px; }
	.sec2-list.sec2-swiper .sec2-meta dt { flex-basis: 72px; min-width: 72px; }
	.sec2 .main-view { flex: 0 0 32px; width: 32px; height: 32px; background-size: 14px; }
	.sec3-tab { width: 100%; }
	.sec3-tab ul { gap: 6px; width: 100%; }
	.sec3-tab ul li { flex: 1;}
	.sec3-body { padding: 20px; }
	.sec3-card-tit { margin-bottom: 12px; padding-right: 0; }
	.sec3-price strong { display: block; width: 100%; }
	.sec3 .main-view { display: none; }
	.sec3-btm { margin-top: 32px; }
	.sec3-more { width: 100%; box-sizing: border-box; padding: 14px 20px; }
	.sec4-card { min-height: 240px; }
	.sec4-card-inner { padding: 24px; }
	.sec4-card-label .en { font-size: var(--font-size28); }
	.sec4-deco { display: none; }

	/* sub */
	.sub-visual { width: calc(100% - 24px); height: 22vh; min-height: 180px; margin-top: 10px; border-radius: 16px; }
	.sub-visual .contain { max-width: 100%; }
	.sub-visual h2 { font-size: 26px; }
	.sub-visual p { margin-top: 10px; font-size: 13px; }
	.path-wrap { margin-top: 12px; }
	.path-wrap .inner { gap: 8px; }
	.path-wrap .part > a,
	.path-wrap .part.active > a { height: 44px; padding: 0 16px; padding-right: 40px; font-size: 13px; }
	.path-wrap .part > a:after { right: 14px; }
	.path-wrap .part ul { padding: 52px 16px 16px; border-radius: 16px; }
	.path-wrap .part ul li { margin-bottom: 12px; }
	.path-wrap .part ul li a { font-size: 14px; }
	.sub-title { padding: 36px 0 24px; }
	.sub-title.pd { padding: 0 0 20px; }
	.real-cont { min-height: 200px; padding-bottom: 48px; }
	.real-cont2 { padding-bottom: 0; }

    /* 찾아오시는 길 */
	.root_daum_roughmap .wrap_map {height:250px !important;}

	/* 회사소개 서브 */
	.biz-intro {padding:20px 16px; border-radius:10px;}
	.biz-list {gap:32px; margin-top:32px;}
	.biz-item .thumb {border-radius:16px;}
	.biz-item .num {min-width:48px; height:26px; padding:0 12px;}
	.biz-item .txt {gap:14px;}
	.his-item {padding:24px 12px;}
	.his-symbol {display:none;}
	.val-top {gap:12px;}
	.val-card {padding:24px 20px; border-radius:16px; gap:16px;}
	.val-card .head {gap:12px;}
	.val-card .icon {flex:0 0 44px; width:44px; height:44px;}
	.val-card .icon img {width:22px;}
	.val-card.vision .icon img {width:24px;}
	.val-card .lab {gap:6px 10px;}
	.val-card .lab strong {font-size:var(--font-size18);}
	.val-card .lab span {font-size:13px;}
	.val-card .desc {font-size:15px; line-height:1.55em;}
	.val-core {margin-top:36px;}
	.val-core-tit {flex-wrap:wrap; gap:8px; padding-bottom:14px;}
	.val-core-list .item {flex:1 1 100%; border-right:0 !important; border-bottom:1px dashed #ddd; padding:20px 4px; gap:16px;}
	.val-core-list .item:last-child {border-bottom:0;}
	.val-core-list .icon {width:48px; height:48px;}
	.val-core-list .icon img {width:24px;}
	.val-core-list .no {font-size:var(--font-size36);}
	.val-core-list .tit {font-size:var(--font-size18);}
	.val-core-list .desc {font-size:14px;}
	.ceo-txt {gap:24px;}
	.ceo-sign {flex-wrap:wrap;}
	.loc-head{ gap: 8px; }
	.loc-info {padding:24px 16px; gap:28px;}
	.loc-btns a {min-width:0; width:100%;}
	.loc-symbol {opacity:.4; width:180px;}
	.org-chart {display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:16px; grid-template-columns:none; grid-template-rows:none;}
	.org-ceo {order:1; grid-column:auto; grid-row:auto; flex:0 0 100%; width:100%; max-width:340px; height:56px;}
	.org-board, .org-audit {order:2; grid-column:auto; grid-row:auto; justify-self:auto; margin:0; width:calc(50% - 8px); max-width:160px;}
	.org-dept {order:3; grid-column:auto; grid-row:auto; flex:0 0 100%; width:100%; max-width:340px; height:56px;}
	.org-chart::before, .org-board::after, .org-audit::before, .org-teams::before, .org-team-col::before {display:none;}
	.org-teams {order:4; grid-column:auto; grid-row:auto; flex:1 1 100%; flex-direction:column; align-items:center; gap:16px; padding-top:8px;}
	.org-team-col {flex:none; width:100%; max-width:340px;}
	.org-desc {min-height:0;}

	/* 보유자산관리 */
	.asset-filter .chip-list { gap: 6px; }

	/* 인재상 */
	.talent-item {flex:1 1 100%; border-right:1px solid #ddd; border-bottom:none; }
	.talent-item:nth-last-child(-n+2) {border-bottom:none;}
	.talent-item:last-child {border-bottom:1px solid #ddd;}
	.talent-item .num {padding:24px 20px 0;}
	.talent-item .icon {margin:16px 20px 0; width:64px; height:64px;}
	.talent-item .txt {padding:24px 20px;}

	/* 채용공고 */
	.recruit-search-left .filters {width:100%;}
	.recruit-search-left .input {flex:1 1 auto; min-width:0; width:100%;}
	.recruit-search-right {flex-wrap:wrap;}
	.recruit-search-right .btn-history {width:100%;}
	.recruit-item .subject {font-size:var(--font-size20);}
	.recruit-view-btns a {min-width:100%;}

	/* 입사지원 */
	.apply-steps {gap:2px; padding-bottom:4px;}
	.apply-steps::before {top:6px; left:4%; width:92%;}
	.apply-steps .dot {width:12px; height:12px;}
	.apply-steps .txt em {font-size:10px;}
	.apply-steps .txt strong {font-size:12px;}
	.apply-btns a,
	.apply-btns button {min-width:100%;}
	.apply-all-agree {justify-content:flex-start;}

	/* 지원 내역 조회 */
	.history-wrap {gap:32px;}
	.history-box .btn-search {height:52px;}

	/* board */
	.input {font-size:14px; padding:0 10px; height:38px;}
	select.input {padding-right:26px; background-image:url("/images/bbs/select_x2.png"); background-position:right 8px center; background-size:12px auto;}
	textarea.input {padding:7px 10px;}

	.board-search {flex-direction:column; align-items:stretch; gap:12px; margin-bottom:16px;}
	.board-search-left {justify-content:space-between; flex-direction: row-reverse;}
	.board-search .cate {width:auto;}
	.board-search .cate select.input {width:auto; min-width:100px;}
	.board-search .search {width:100%;}
	.board-search .search input.input {flex:1 1 auto; min-width:0; width:1%;}
	.board-search .search .btn {flex:0 0 auto;}

	.radiobox input:checked + label:before {background-image:url("/images/bbs/radiobox_x2.png"); background-size:8px auto;}
	.checkbox input:checked + label:before {background-image:url("/images/bbs/checkbox_x2.png"); background-size:11px auto;}

	.board-list {display:none;}
	.board-list-m {display:block;}

	.board-white table {display:block; border-top:0; border-bottom:0; font-size:14px;}
	
	.board-white table tbody {display:block;}
	.board-white table tr {display:block; padding:12px 0;}
	.board-white table th {display:block; border:0; text-align:left; padding:0; margin-bottom:7px; font-size:16px; background:none;}
	.board-white table td {display:block; border:0; padding:0;}
	.board-white .editor {padding:0; margin-top:-12px;}
	.board-white .item {margin:3px 12px 3px 0;}
	.board-white #user_name {max-width:100% !important;}
	.board-white + .buttons {margin-top:30px;}

	.board-form table { border-bottom: none; }
	.board-form table tbody {display:block;}
    .board-form table colgroup col {width: 100% !important; margin-bottom: 10px;}
	.board-form table tr {display:block; }
	.board-form table th {display:block; border:0; text-align:left; padding:0; font-size:15px; background:none; height: auto; margin-top: 24px; margin-bottom: 5px; }
    .board-form table th.pd { padding-top: 24px;}

	.file-fx { display: block; }
	.files-upload { width: 100%; }
	.file-fx .resume-btn { margin-top: 10px; }

	.board-form table td {display:block; border:0; padding:0;}
	.board-form + .buttons {margin-top:30px;}
    .board-form input#past_8, input#technic_9, input#sample_type_5, input#cell_type_5, input#blood_1 { width: 200px !important;}
    .clr-txt { font-size: 13px;}
    .clr-span { padding-left: 0;}
    .board-form tr th.bg { background: transparent;}
    .board-form tr td.fw { text-align: left; margin-bottom: 10px; font-size: 14px; color: #00316d;}
    .board-form .sel-fx select { width: 100%; }
    .board-form .input { font-size: 14px; }
    .board-form .item-pd { padding: 0; }

	.form-agree { margin-bottom: 30px; }
	.form-agree h3 {font-size:16px;}
	.form-agree .scroll-box {font-size:12px; max-height:110px; overflow:auto;}
	.form-agree .check {margin-top:12px; font-size:14px;}

	.board-view-tit h3 {font-size:17px;}
	.board-view-info {font-size:12px;}

	.board-prev-next dl {padding:10px 6px;}
	.board-prev-next dt {width:70px}

	.calendar-head h3 {font-size:18px; margin:0 17px;}
	.calendar-head .cal-btn {width:34px; height:34px; background-size:9px auto;}
	.calendar-head .cal-prev {background-image:url("/images/bbs/cal_prev_x2.png");}
	.calendar-head .cal-next {background-image:url("/images/bbs/cal_next_x2.png");}
	.calendar table th {padding:6px 4px; font-size:14px;}
	.calendar table td {height:60px; padding:5px 4px; font-size:12px;}
	.calendar ul li {padding-left:0; margin-bottom:6px;}
	.calendar ul li:before {display:none;}
	.calendar .cal-date {font-size:10px; margin-bottom:8px;}

	.buttons {margin:15px 0;}

	.btn-pack.small {height:26px; padding:0 8px; font-size:11px; line-height:24px;}
	.btn-pack.medium {height:38px; padding:0 14px; font-size:14px; line-height:36px;}
	.btn-pack.large {min-width:120px; height:42px; padding:0 18px; font-size:15px; line-height:40px;}
	.btn-pack.xlarge {min-width:120px; height:50px; padding:0 12px; font-size:14px; line-height:48px;}
	.btn-pack.comment {width:80px; height:32px; font-size:14px;}

    .btn-pack.ctbt { min-width: 120px; height: 42px; font-size: 15px; line-height: 40px;}

	.paginate {margin-top:20px;}
	.paginate a,  
	.paginate strong{margin:0 1px;width:30px;height:30px;font-size:14px;line-height:30px;}  
	.paginate a.direction {margin:0; background-size:11px;}
	.paginate a.direction.first {background-image:url("/images/bbs/btn_first_x2.png");}
	.paginate a.direction.prev {background-image:url("/images/bbs/btn_prev_x2.png"); margin-right:14px;}
	.paginate a.direction.next {background-image:url("/images/bbs/btn_next_x2.png"); margin-left:14px;}
	.paginate a.direction.last {background-image:url("/images/bbs/btn_last_x2.png");}

	.comment-area {margin-top:37px;}
	.comment-total {font-size:14px; margin-bottom:12px;}
	.comment-write {position:relative; padding:10px;}
	.comment-write .byte {position:absolute; bottom:15px; left:12px; font-size:12px;}
	.comment-write .write {display:block;}
	.comment-write .write textarea {display:block; width:100%; height:65px; margin-right:0;}
	.comment-write .write .btn {text-align:right; margin-top:6px;}
	.comment-item {padding:17px 4px;}
	.comment-item.comment-reply {padding-left:25px; background-image:url("/images/bbs/icon_reply_x2.png"); background-position:3px 18px; background-size:auto 13px;}
	.comment-info {font-size:14px;}
	.comment-info .name {margin-right:5px;}

	.faq .tit a {padding:7px 0 7px 5px;}
	.faq .tit a:after {display:none;}
	.faq .q {flex:0 0 26px; width:26px; height:26px; font-size:15px; line-height:26px; margin-right:10px;}
	.faq .cnt {padding:12px 12px 12px 15px;}
    
	.comment-info .date {font-size:11px;}
	.comment-ctr {font-size:12px;}
	.comment-ctr .bar {vertical-align:middle; margin:-.2em 4px 0;}
	.comment-txt {font-size:14px;}
	.comment-link {font-size:13px;}
	.comment-input {padding:10px;}
	.comment-input textarea {height:48px;}

	.board-password {padding:30px 20px;} 

    .form-agree .scroll-box { padding: 15px;}

	.gallery-list { padding: 20px 0 40px;}
    .gallery-list ul { gap: 35px 10px;}
    .gallery-list ul li { width: calc(100%/2 - 5px);}
    .gallery-list ul li .tit { font-size: 15px; }

    .product-list ul li { width: 50%;}

	.store-search {padding:0; border-radius: 0; }
	.store-search .search-area h3 {font-size:16px; padding:15px 25px; margin-bottom:20px; background:#f4f4f4;}
	.store-search .search-area dl {display:block; padding:0 15px; margin:20px 0;}
	.store-search .search-area dl dt {width:auto; margin-bottom:6px; font-size:15px;}
	.store-search .search-area dl dd {width:auto;}
	.store-search .search-area input.input {width:calc(100% - 74px); margin-right:4px;}
	.store-search .search-area select.input {width:calc(50% - 39px); margin-right:4px;}
	.store-search .search-area .btn-pack.medium {width:70px;}

    .news-list ul li {padding:17px 0;}
	.news-list .thumb {width:38%; margin-right:14px;}
	.news-list .tit {font-size:15px; max-height:2.8em; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
	.news-list .txt {font-size:13px; margin-top:3px; max-height:3em; -webkit-line-clamp:2;}
	.news-list .date {display:none;}

	/* sub6 */
	.sub6-flex { flex-direction: column; gap: 32px; }
	.sub6-flex .real-cont,
	.sub6-flex .contents { width: 100%; padding-left: 0; }
	.sub6-tab { flex: none; width: 100%; width: calc(100% + 30px); margin-left: -15px;}
	body:has(#header.sticky) .sub6-tab { top: 50px; animation: fadeInDown .5s ease-in-out 0s 1 normal none running; }
	.sub6-tab ul { display: flex; flex-wrap: wrap; }
	.sub6-tab li { flex: 1 1 50%; }
	.sub6-tab li a { justify-content: center; padding: 0 10px; font-size: 14px; text-align: center; height: 50px; }
	.sub6-tab li.active a { font-size: 13px; }
	.sub6-tab li.active a::before { display: none; }

	/* 정책 문서 */
	.policy-doc { gap: 40px; }
	.policy-doc .sec-tit { font-size: var(--font-size18); padding-bottom: 16px; }
	.policy-doc .sec-body,
	.policy-doc .sec-list > li { font-size: 15px; }
	.policy-doc .policy-table th,
	.policy-doc .policy-table td { padding: 14px 12px; font-size: 14px; }
}
@media (max-width: 420px) {
	.main-visual .caption h2 { font-size: 22px; }
	.sub-visual h2 { font-size: 22px; }
	.sec1-wrap .item > a { min-height: 148px; padding: 16px; }
	.ft-text span strong { display: block; padding-right: 0; padding-bottom: 2px; }
	/* .policy { flex-direction: column; gap: 8px; }
	.policy a { padding-right: 0; } */
}