@charset "utf-8";
/* 문의하기 */
.cmn-inquiry { position: relative; display: flex; height: 550px; background: url('../images/main/inquiry_bg.jpg') left top no-repeat; background-size: cover; }
.cmn-inquiry .c-inner { display: flex; flex-direction: column; justify-content: center; width: 100%; }
.cmn-inquiry .sm-title { display: block; font-size: 24px; font-weight: 500; color: #d74042; margin-bottom: 8px; }
.cmn-inquiry .title { font-size: 45px; font-weight: 700; line-height: 1.3; color: #fff; } 
.cmn-inquiry .btn_more { display: block; width: 163px; height: 46px; line-height: 46px; font-size: 21px; margin-top: 36px; text-align: center; color: #fff; background-color: #d74042; border-radius: 46px; }

@media all and (max-width:1024px) {
	.cmn-inquiry { height: 485px; }
	.cmn-inquiry .c-inner { padding: 0 34px; }
	.cmn-inquiry .sm-title { font-size: 22px; }
	.cmn-inquiry .title { font-size: 40px; } 
}

@media all and (max-width:768px) {
	.cmn-inquiry { height: 318px; }
	.cmn-inquiry .sm-title { font-size: 18px; }
	.cmn-inquiry .title { font-size: 28px; } 
	.cmn-inquiry .btn_more { width: 163px; height: 46px; line-height: 46px; font-size: 18px; margin-top: 24px; border-radius: 46px; }
}

@media all and (max-width:480px) {
	.cmn-inquiry { height: 258px; }
	.cmn-inquiry .c-inner { padding: 0 28px; }
	.cmn-inquiry .sm-title { font-size: 15px; }
	.cmn-inquiry .title { font-size: 22px; } 
	.cmn-inquiry .btn_more { width: 106px; height: 35px; line-height: 35px; font-size: 15px; border-radius: 35px; }
}


/* 브랜드 */
.brand .c-stit { display: inline-block; position: relative; font-size: 16px; font-weight: 500; line-height: 30px; padding: 0 20px; color: #fff; margin-bottom: 12px; background-color: #86b6e6; border-radius: 30px; }
/*.brand .c-stit::after { position: absolute; left: 0; bottom: 0; content: ''; width: 100%; height: 3px; background-color: #e94243; transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 2.3s; }*/

/* 브랜드 :: 회사소개 */
.about .c-inner { display: flex; flex-wrap: wrap; justify-content: space-between; }
.about .box-l { width: calc(50% - 86px); margin-right: 86px; }
.about .box-l .image-box { border-radius: 32px; overflow: hidden; }
.about .box-l .image-box img { width: 100%; max-width: 100%; }
.about .box-r { width: 50%; }
.about .box-r .info .hdtxt1 { font-size: 36px; font-weight: 700; line-height: 1.3; color: #000; }
.about .box-r .info .hdtxt1 span { color: #1a72cb; }
.about .box-r .info .hdtxt2 { font-size: 22px; font-weight: 500; line-height: 1.5; color: #000; margin: 32px 0; }

/* 브랜드 :: 연혁 */
.history::before { position: absolute; left: 0; top: 0; content: ''; width: 100%; height: 100%; background-color: #f4f9fe; z-index: -1; }
.history .c-inner { position: relative; }
.cp-history-top { position: absolute; left: 0; top: 56px; z-index: 1; }
.cp-history-top .tit { display: block; font-size: 36px; font-weight: 700; line-height: 1.2; color: #000; margin-bottom: 32px; }
.cp-history-top .image img { width: 238px; }
.cp-history-wrap { position: relative; margin-left: 50%; padding: 52px 0; }
.cp-history-wrap:before { position: absolute; top: 0; left: 0; width: 1px; height: 100%; background-color: #ddd; content: ''; }
.cp-history .his-item + .his-item { margin-top: 76px; }
.cp-history .his-item dl { position: relative; width: 100%; }
.cp-history .his-item dl dt { position: relative; font-size: 36px; font-weight: 700; line-height: 1.1; color: #1a72cb; padding-left: 106px; margin-bottom: 16px; }
.cp-history .his-item dl dt:after { position: absolute; top: 50%; left: -15px; width: 30px; height: 30px; margin-top: -15px; content: ''; background: url('../images/brand/history_dot.png') no-repeat; background-size: cover; }
.cp-history .his-item dl dt:before { position: absolute; top: 50%; left: 0; content: ''; display: block; width: 68px; height: 1px; background: #1a72cb; }
.cp-history .his-item dl dd { position: relative; font-size: 16px; margin-bottom: 5px; padding-left: 106px; }

/* 브랜드 :: 조직 */
.organization { padding: 224px 0; background: url('../images/brand/organization_bg.jpg') center top no-repeat; background-size: cover; }
.organization .con-top { text-align: center; }
.organization .con-top .con-title { color: #fff; }
.organization .con-top .con-desc { color: #fff; }
.organ_wrap { position: relative; }
.organ_wrap::before { position: absolute; left: 50%; top: 106px; content: ''; width: 80%; height: 1px; background-color: rgba(255,255,255,0.2); transform: translateX(calc(-50% + 0.5px)); }
.organ_title { position: relative; width: 194px; height: 54px; font-size: 26px; font-weight: 700; line-height: 54px; color: #fff; text-align: center; margin: 0 auto 90px; background-color: #d74042; border-radius: 54px; }
.organ_title::after { position: absolute; left: 50%; bottom: -52px; content: ''; width: 1px; height: 52px; background-color: rgba(255,255,255,0.2); transform: translateX(calc(-50% - 0.5px)); }
.organ_list { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 26px; }
.organ_item { position: relative; width: 20%; max-width: 208px; text-align: center; background-color: rgba(255,255,255,0.2); margin: 0 auto; }
.organ_item::before { position: absolute; left: 50%; top: -4px; content: ''; width: 8px; height: 8px; border-radius: 50%; background-color: #fff; transform: translateX(-50%); z-index: 1; }
.organ_item::after { position: absolute; left: 50%; top: -37px; content: ''; width: 1px; height: 37px; background-color: rgba(255,255,255,0.2); transform: translateX(calc(-50% + 0.5px)); }
.organ_item .tit1 { display: block; font-size: 15px; font-weight: 400; color: #fff; padding-top: 24px; text-transform: uppercase; }
.organ_item .tit2 { display: block; font-size: 22px; font-weight: 700; color: #fff; padding-bottom: 20px; }

/* 브랜드 :: 센터소개 */
.accordion-list .acco-tit { display: block; position: relative; width: 100%; height: 100%; padding: 28px 95px 28px 30px; }
.accordion-list .acco-tit:after { transform: translate(0, -50%); transform: rotate(225deg); content: ''; display: block; position: absolute; right: 30px; top: 50%; width: 12px; height: 12px; margin-top: -9px; border-top: 2px solid #aaa; border-left: 2px solid #aaa; transition: all 0.3s ease-in-out; }
.accordion-list .acco-tit .tit { word-break: keep-all; word-wrap: break-word; font-size: 21px; letter-spacing: 0; line-height: 1; color: #000; font-weight: 500; }
.accordion-list > li { border-bottom: 1px solid #ddd; overflow: hidden; }
.accordion-list > li:first-child { border-top: 2px solid #000; }
.accordion-list li.active .acco-tit::after { transform: rotate(45deg); margin-top: -4px; border-top: 2px solid #ddd; border-left: 2px solid #ddd; }
.accordion-list li.active .acco-tit .tit { color: #d74042; background-color: #fff; }
.accordion-list li .acco-cont { display: none; padding: 40px 30px; background-color: #f9f9f9; border-top: 1px solid #d74042; overflow: hidden; }

.centerinfo .location-wrap { float: left; width: calc(100% - 625px); }
.centerinfo .location-info + .location-info { margin-top: 30px; padding-top: 30px; border-top: 1px solid #ddd; }
.centerinfo .location-info dl { position: relative; font-size: 16px; line-height: 1.6; }
.centerinfo .location-info dl + dl { margin-top: 16px; }
.centerinfo .location-info dl dt { position: absolute; left: 0; top: 0; display: inline-block; font-weight: 500; color: #000; }
.centerinfo .location-info dl dd { word-break: keep-all; word-wrap: break-word; display: inline-block; width: 100%; padding-left: 68px; color: #666; }
.centerinfo .map-wrap { float: right; margin-left: 30px; }
.centerinfo .map-wrap .map-area { width: 535px; height: 100%; margin-top: 55px; }
.centerinfo .map-wrap .map-area iframe { width: 100%; height: 372px; }

.centerinfo .pic-gall { position: relative; width: 100%; margin-top: 32px; }
.centerinfo .pic-gall .swiper-slide img { width: 100%; display: block; object-fit: cover; }
.centerinfo .pic-gall .thumbnails { display: flex; gap: 8px; margin-top: 8px; }
.centerinfo .pic-gall .thumbnails .thumb { cursor: pointer; border: 2px solid #f9f9f9; }
.centerinfo .pic-gall .thumbnails .thumb img { width: 100%; max-height: 84px; display: block; object-fit: cover; }
.centerinfo .pic-gall .thumbnails .thumb.active { border: 2px solid #d74042; }

@media all and (max-width:1280px) {
	/* 브랜드 :: 회사소개 */
	.about .box-l { width: calc(50% - 74px); margin-right: 74px; }
	.about .box-r .info .hdtxt1 { font-size: 32px; }
	.about .box-r .info .hdtxt2 { font-size: 20px; }

	/* 브랜드 :: 연혁 */
	.cp-history-top { left: 20px; top: 42px; }
	.cp-history-top .tit { font-size: 30px; }
	.cp-history-top .image img { width: 212px; }

	/* 브랜드 :: 조직 */
	.organization { padding: 136px 0; }
}

@media all and (max-width:1024px) {
	/* 브랜드 :: 회사소개 */
	.about .box-l { width: calc(50% - 65px); margin-right: 65px; }
	.about .box-r .info .hdtxt1 { font-size: 30px; }
	.about .box-r .info .hdtxt2 { font-size: 18px; }

	/* 브랜드 :: 연혁 */
	.cp-history-top { left: 68px; top: 0; }
	.cp-history-top .tit { font-size: 28px; }
	.cp-history-top .image img { width: 195px; }

	.cp-history-wrap { margin-left: 20px; padding-top: 265px; }

	/* 브랜드 :: 조직 */
	.organ_title { font-size: 24px; }
	.organ_item .tit1 { font-size: 14px; }
	.organ_item .tit2 { font-size: 20px; }

	/* 브랜드 :: 센터소개 */
	.centerinfo .location-wrap { width: 100%; }
	.centerinfo .location-info dl { font-size: 15px; }
	.centerinfo .map-wrap { width: 100%; margin-left: 0; margin-top: 24px; }
	.centerinfo .map-wrap .map-area { width: 100%; }
	.centerinfo .map-wrap .map-area iframe { height: 258px; }
}

@media all and (max-width:768px) {
	.brand .c-stit { font-size: 14px; line-height: 26px; padding: 0 18px; border-radius: 26px; }
	/* 브랜드 :: 회사소개 */
	.about .box-l { width: 100%; margin-right: 0; }
	.about .box-l .image-box { border-radius: 24px; }
	.about .box-l .image-box img { object-fit: cover; height: 356px; }
	.about .box-r { width: 100%; margin-top: 32px; }
	.about .box-r .info .hdtxt2 { margin: 26px 0; }

	/* 브랜드 :: 연혁 */
	.cp-history-top { left: 68px; top: 0; }
	.cp-history-top .tit { font-size: 26px; margin-bottom: 28px; }
	.cp-history-top .image img { width: 195px; }

	.cp-history-wrap { margin-left: 10px; padding: 228px 0 28px; }
	.cp-history .his-item + .his-item { margin-top: 54px; }
	.cp-history .his-item dl dt { font-size: 30px; padding-left: 82px; }
	.cp-history .his-item dl dt:before { width: 54px; }
	.cp-history .his-item dl dd { font-size: 15px; padding-left: 82px; }

	/* 브랜드 :: 조직 */
	.organization { padding: 78px 0; }
	.organization .con-top .con-desc br { display: none; }
	.organ_wrap::before { display: none; }
	.organ_title { margin-bottom: 42px; }
	.organ_title::after { display: none; }
	.organ_item { width: 100%; max-width: 100%; }
	.organ_item::after { top: -20px; height: 20px; }
	.organ_item:first-child::after { top: -42px; height: 42px; }
	.organ_item + .organ_item { margin-top: 20px; }

	/* 브랜드 :: 센터소개 */
	.accordion-list .acco-tit { padding: 20px 45px 20px 20px; }
	.accordion-list .acco-tit .tit { font-size: 15px; }

	.centerinfo .location-info dl { font-size: 13px; }
	.centerinfo .location-info dl + dl { margin-top: 8px; }
}

@media all and (max-width:480px) {
	.brand .c-stit { font-size: 13px; line-height: 23px; padding: 0 15px; border-radius: 23px; }
	/* 브랜드 :: 회사소개 */
	.about .box-l .image-box { border-radius: 18px; }
	.about .box-l .image-box img { height: 298px; }
	.about .box-r .info .hdtxt1 { font-size: 22px; }
	.about .box-r .info .hdtxt2 { font-size: 16px; margin: 20px 0; }

	/* 브랜드 :: 연혁 */
	.cp-history-top { left: 45px; }
	.cp-history-top .tit { font-size: 22px; margin-bottom: 22px; }
	.cp-history-top .image img { width: 167px; }

	.cp-history-wrap { margin-left: 6px; padding-top: 200px; }
	.cp-history .his-item + .his-item { margin-top: 45px; }
	.cp-history .his-item dl dt { font-size: 24px; padding-left: 68px; margin-bottom: 12px; }
	.cp-history .his-item dl dt:before { width: 45px; }
	.cp-history .his-item dl dd { font-size: 13px; padding-left: 68px; }

	/* 브랜드 :: 조직 */
	.organ_title { font-size: 22px; }
	.organ_item .tit1 { font-size: 12px; }
	.organ_item .tit2 { font-size: 18px; }
}


/* 물류서비스 */
.logistics .con1::before { position: absolute; left: 0; top: 31.18%; content: ''; width: 100%; height: calc(100% - 31.18%); background-color: #eff3f5; z-index: -1; }
.logistics .con1 .con-top .image-box { margin-top: 40px; border-radius: 12px; overflow: hidden; }
.logistics .con1 .con-container .box-l { position: relative; width: 25.08%; font-size: 32px; font-weight: 500; line-height: 1.3; color: #000; }
.logistics .con1 .con-container .box-l::after { position: absolute; left: 0; top: 50%; content: ''; width: 265px; height: 71px; background: url('../images/logistics/logo_b.png') left top no-repeat; }
.logistics .con1 .con-container .box-r { width: calc(100% - 25.08%); padding-left: 7.72%; }

.logistics .con2 { background: url('../images/logistics/fulfillment_bg.jpg') center top no-repeat; background-size: cover; }
.logistics .con2 .con-title { color: #fff; }
.logistics .con2 .con-desc { color: #fff; }
.logistics .con2 .logis-list > li::before { background-color: #1a72cb; }

.logistics .con3 { background: url('../images/logistics/specialty_bg.jpg') center top no-repeat; background-size: cover; }
.logistics .con3 .con-title { color: #fff; }
.logistics .con3 .con-desc { color: #fff; }
.logistics .con3 .con-container { margin-top: 0; }
.logistics .con3 .con-container .box-l { display: flex; align-items: flex-end; width: 37.62%; padding: 42px; background: url('../images/logistics/specialty_topbg.jpg') left center no-repeat; background-size: cover; border-radius: 12px; overflow: hidden; }
.logistics .con3 .con-container .box-r { width: calc(100% - 37.62%); padding-left: 30px; }
.logistics .con3 .logis-list > li::before { background-color: #173d64; }
.logistics .con3 .logis-list > li:first-child { margin-top: 0; }
.logistics .con3 .logis-list > li:last-child { margin-bottom: 0; }

.logistics .con-container { display: flex; flex-wrap: wrap; }
.logis-list { display: flex; flex-wrap: wrap; justify-content: space-between; counter-reset: list-number; }
.logis-list > li { display: flex; position: relative; width: 100%; padding: 28px 0 28px 94px; margin: 10px 0; counter-increment: list-number; background-color: #fff; border-radius: 12px; transition: all 0.3s; }
.logis-list > li::before { position: absolute; left: 38px; top: 32px; content: counter(list-number); width: 34px; height: 34px; font-size: 16px; line-height: 34px; text-align: center; color: #fff; border-radius: 50%; background-color: #4c5153; transition: all 0.3s; } 
.logis-list > li.bd-line { border: 1px solid #c6cccf; }
.logis-list > li.col2 { width: calc(50% - 10px); }
.logis-list .info { width: calc(100% - 165px); }
.logis-list .icon { position: absolute; right: 28px; top: 50%; transform: translateY(-50%); }
.logis-list .info .title { display: block; font-size: 24px; font-weight: 500; color: #000; margin-bottom: 12px; }

.logis-list > li.bd-line:hover { border: 1px solid #e94243; }
.logis-list > li.bd-line:hover::before { background-color: #e94243; }

@media all and (max-width:1024px) {
	.logistics .con-desc { padding-right: 20%; }
	.logistics .con-desc br { display: none; }
	
	.logistics .con1::before { top: 26.8%; height: calc(100% - 26.8%); }
	.logistics .con1 .con-container .box-l { width: 100%; font-size: 30px; }
	.logistics .con1 .con-container .box-l::after { display: none; }
	.logistics .con1 .con-container .box-r { width: 100%; padding-left: 0; margin-top: 24px; }

	.logistics .con3 .con-container .box-l { width: 100%; padding: 76px 38px 38px 38px; }
	.logistics .con3 .con-container .box-r { width: 100%; padding-left: 0; margin-top: 24px; }	

	.logis-list > li { padding: 28px 0 28px 68px; margin: 5px 0; }
	.logis-list > li::before { left: 20px; width: 30px; height: 30px; font-size: 15px; line-height: 30px; } 
	.logis-list > li.col2 { width: 100%; }
	.logis-list .info .title { font-size: 22px; }
}

@media all and (max-width:768px) {
	.logistics .con1 .con-container .box-l { font-size: 24px; }
	
	.logis-list .info { width: calc(100% - 122px); }
	.logis-list .info .title { font-size: 20px; }
	.logis-list .icon { top: auto; transform: translateY(0); bottom: 28px; }
	.logis-list .icon img { width: 64px; height: 64px; }

	.logistics .con3 .logis-list .info { width: 100%; padding-right: 20px; }
	.logistics .con3 .logis-list .icon { display: none; } 
}

@media all and (max-width:480px) {
	.logistics .con-desc { padding-right: 0; }

	.logistics .con1::before { top: 25.2%; height: calc(100% - 25.2%); }
	.logistics .con1 .con-top .image-box img { object-fit: cover; height: 168px; }
	.logistics .con1 .con-container .box-l { font-size: 20px; }

	.logistics .con3 .con-container .box-l { padding: 76px 58px 24px 24px; }

	.logis-list > li { padding: 20px 0 20px 56px; }
	.logis-list > li::before { left: 18px; top: 26px; width: 24px; height: 24px; font-size: 13px; line-height: 24px; } 
	.logis-list .info { width: calc(100% - 102px); }
	.logis-list .icon { right: 20px; }
	.logis-list .info .title { font-size: 18px; }
}


/* FAQ */
.faq .con1::before { position: absolute; left: 0; top: 0; content: ''; width: 100%; height: 462px; background: url('../images/faq/faq_bg.jpg') left top no-repeat; background-size: cover; z-index: -1; }
.faq .con1 .con-top .image-box { margin-top: 40px; border-radius: 12px; overflow: hidden; }
.faq .con1 .con-title { color: #fff; }
.faq .con1 .con-desc { color: #fff; }

.faq_list { border-top: 2px solid #000; }
.faq_list .faq-q { display: flex; justify-content: space-between; align-items: center; position: relative; padding: 40px 20px; border-bottom: 1px solid #d8d8d8; cursor: pointer; transition: all 0.3s; }
.faq_list .faq-q:hover { color: #1a72cb; border-bottom: 1px solid #000; }
.faq_list .faq-q.active { color: #1a72cb; border-bottom: 1px solid #d8d8d8; }
.faq_list .faq-q strong { position: relative; color: #000; font-size: 24px; font-weight: 500; padding-left: 50px; padding-right: 50px; }
.faq_list .faq-q strong::after { position: absolute; left: 0; top: 0; content: 'Q.'; font-weight: 700; color: #1a72cb; }
.faq_list .faq-q i { position: absolute; right: 32px; top: 50%; margin-top: -7px; display: inline-block; width: 13px; height: 13px; border-right: 3px solid #b2b2b2; border-bottom: 3px solid #b2b2b2; transform: rotate(45deg); transition: all .3s cubic-bezier(0.215, 0.610, 0.355, 1.000); }
.faq_list .faq-q.active strong { color: #1a72cb; }
.faq_list .faq-q.active i { border-right: 3px solid #1a72cb; border-bottom: 3px solid #1a72cb; transform: rotate(225deg); }
.faq_list .faq-q .ico_q { display: inline-block; font-size: 24px; font-weight: 700; padding-right: 10px; vertical-align: middle; color: #1a72cb; }
.faq_list .faq-a { display: none; position: relative; padding: 40px 70px; background-color: #f9f9f9; color: #595959; border-bottom: 1px solid #d8d8d8; }

@media all and (max-width:1280px) {
	.faq .con1::before { height: 386px;	}
}

@media all and (max-width:1024px) {
	.faq_list .faq-q strong { font-size: 22px; }
}

@media all and (max-width:768px) {
	.faq .con1::before { height: 322px;	}
	.faq .con1 .con-top .image-box img { object-fit: cover; height: 235px; }

	.faq_list .faq-q { padding: 32px 20px; }
	.faq_list .faq-q strong { font-size: 18px; padding-left: 42px; }
	.faq_list .faq-a { padding: 32px 32px 32px 60px; }
}

@media all and (max-width:480px) {
	.faq .con1::before { height: 262px;	}
	.faq .con1 .con-top .image-box img { height: 168px; }

	.faq_list .faq-q { padding: 26px 14px; }
	.faq_list .faq-q strong { font-size: 15px; padding-left: 28px; }
	.faq_list .faq-q i { right: 18px; width: 10px; height: 10px; border-right: 2px solid #b2b2b2; border-bottom: 2px solid #b2b2b2; }
	.faq_list .faq-q.active i { border-right: 2px solid #1a72cb; border-bottom: 2px solid #1a72cb; }
	.faq_list .faq-a { padding: 26px 26px 26px 50px; }
}


/* 유통서비스 */
.distribution .con1::before { position: absolute; left: 0; top: 0; content: ''; width: 100%; height: 396px; background-color: #f5f5f5; z-index: -1; }
.distr_wrap .item { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; width: 100%; }
.distr_wrap .item + .item { margin-top: 96px; }
.distr_wrap .item .image-box { width: 50%; border-radius: 28px; overflow: hidden; }
.distr_wrap .item .image-box img { width: 100%; }
.distr_wrap .item .txt-box { width: 50%; padding-left: 9.45%; }
.distr_wrap .item .txt-box .title { position: relative; display: inline-block; font-size: 38px; font-weight: 700; color: #000; padding-bottom: 12px; margin-bottom: 24px; }
.distr_wrap .item .txt-box .title::after { position: absolute; left: 0; bottom: 0; content: ''; width: 65px; height: 4px; background-color: #1a72cb; }
.distr_wrap .item .txt-box .desc { font-size: 22px; }

.distr_wrap .item.row-reverse { flex-direction: row-reverse; }
.distr_wrap .item.row-reverse .txt-box { padding-right: 9.45%; padding-left: 0; }

@media all and (max-width:1280px) {
	.distribution .con1::before { height: 288px; }
}

@media all and (max-width:1024px) {
	.distr_wrap .item .image-box { width: 48%; }
	.distr_wrap .item .txt-box { width: 52%; padding-left: 7.5%; }
	.distr_wrap .item .txt-box .title { font-size: 30px; }
	.distr_wrap .item .txt-box .desc { font-size: 20px; }
	.distr_wrap .item.row-reverse .txt-box { padding-right: 7.5%; }
}

@media all and (max-width:768px) {
	.distribution .con1::before { height: 262px; }
	.distr_wrap .item + .item { margin-top: 56px; }
	.distr_wrap .item .image-box { width: 100%; border-radius: 16px; }
	.distr_wrap .item .image-box img { object-fit: cover; height: 285px; }
	.distr_wrap .item .txt-box { width: 100%; padding-left: 0; margin-top: 26px; }
	.distr_wrap .item .txt-box .title { font-size: 28px; }
	.distr_wrap .item .txt-box .desc { font-size: 18px; }
	.distr_wrap .item.row-reverse .txt-box { padding-right: 0; }
}

@media all and (max-width:480px) {
	.distribution .con1::before { height: 262px; }
	.distr_wrap .item + .item { margin-top: 48px; }
	.distr_wrap .item .image-box img { height: 185px; }
	.distr_wrap .item .txt-box { margin-top: 20px; }
	.distr_wrap .item .txt-box .title { font-size: 22px; }
	.distr_wrap .item .txt-box .title::after { width: 40px; }
	.distr_wrap .item .txt-box .desc { font-size: 15px; }
}


/* 견적문의 */
.inquiry { background-color: #efefef; }
.application { width: 100%; }
.application .form-section { display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; }
.application .form-section + .form-section { margin-top: 36px; border-top: 1px dashed #ccc; padding-top: 36px; }
.application .form-section.pdT { padding-top: 50px; }
.application .form-section .item:last-child { margin-bottom: 0; }
.application .form-section .tit { position: absolute; left: 0; top: 15px; font-size: 0.85em; font-weight: 500; color: #000; }
 
.application .item { display: flex; flex-direction: column; width: calc(50% - 10px); margin-bottom: 24px; }
.application .item.wdf { width: 100%; }
.application .item label { display: block; font-weight: 500; color: #000; margin-bottom: 6px; }
.application .item label .req { display: inline-block; font-size: 12px; color: #e56262; margin-left: 12px; vertical-align: middle; }
.application input[type="text"] { display: block; width: 100%; height: 56px; border-radius: 6px; }
.application .item .multi-ip { display: flex; align-items: center; } 
.application .item .multi-ip span { font-size: 0.85em; }
.application .item .multi-ip input { margin: 0 5px 0 10px; }
.application .item .multi-ip span + span { margin-left: 20px; }

.application select { height: 56px; border-radius: 6px; }
.application textarea { display: block; width: 100%; padding: 10px 16px; background: #fff; border: 0; border-radius: 6px; outline-style: none; border: 1px solid #d2d2d2;	-webkit-appearance: none; }
.form-box input[type="submit"] { display: block; text-align: center; width: 198px; height: 53px; line-height: 53px; color: #fff; margin: 20px auto 0; font-size: 17px; font-weight: 700; background: #1a72cb; border-radius: 4px; }
.form-box .privacy-box { position: relative; font-size: 14px; margin: 12px 0 24px; }
.form-box .privacy-box label { display: none; }
.form-box .btn_pyC { display: inline-block; color: #000; margin-left: 12px; }
.form-box .pyC { margin-top: 10px; }
.form-box .pyC textarea { width: 100%; height: 168px; padding: 12px; background: #f7f7f7; border-radius: 7px; border: 1px solid #efefef; font-size: 13px; line-height: 1.5; color: #666; text-align: left; }

.white-popup { position: relative; background: #fff; padding: 28px; width: auto; max-width: 860px; margin: 20px auto; transition: all 1s all ease-out; }
.mfp-fade.mfp-bg { opacity: 0; transition: all 0.15s ease-out; }
.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; } /* overlay animate in */
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; } /* overlay animate out */
.mfp-fade.mfp-wrap .mfp-content { opacity: 0; transition: all 0.4s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }
#pyC_ly textarea { border: 1px solid #dfdfdf; width: 100%; min-height: 436px; padding: 16px; font-size: 14px; color: #666; }

@media all and (max-width:768px) {
	.application .item { width: 100%; }
}


/* Partners */
.partners .con1::before { position: absolute; left: 0; top: 0; content: ''; width: 100%; height: 100%; background: url('../images/partners/partners_bg.jpg') left top no-repeat; background-size: cover; z-index: -1; }
.partners .con1 .con-title { color: #fff; }
.partners .con1 .con-desc { color: #fff; }

.ptn_list { display: flex; flex-wrap: wrap; width: 100%; padding-top: 1px; padding-left: 1px; }
.ptn_list > li { position: relative; width: calc(20% + 1px); margin-top: -1px; margin-left: -1px; padding: 24px 12px; border: 1px solid #ddd; text-align: center; background-color: #fff; transition: all 0.3s; }
.ptn_list > li:hover { border: 1px solid #e94243; box-shadow: 0 7px 19px rgba(0, 0, 0, .2); z-index: 2; }
.ptn_list > li span { display: block; }
.ptn_list .list_logo img { width: 100%; height: auto; max-width: 156px; }

@media all and (max-width:1024px) {
	.partners .con-desc { padding-right: 20%; }
	.partners .con-desc br { display: none; }
}

@media all and (max-width:768px) {
	.ptn_list > li { width: calc(25% + 1px); }
}

@media all and (max-width:480px) {
	.ptn_list > li { width: calc(33.33333% + 1px); padding: 18px 10px; }
}