@charset "UTF-8";

.company_top_banner{
	height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	background-image: url("/brandRenewal/pairpace/pairpaceInfo/introduce/img/company_top_banner.jpg");
}
.ctb_wrap{
	height: 100%;
	position: relative;
}
.ctb_txt{
	top: 50%;
    left: 0;
    transform: translate(0, -50%);
    position: absolute;
}
.ctb_txt p{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 1.5px;
	color: #fff;
}
.company_section_pd{
	padding: 72px 0;
}
.company_section_pd img{
	width: 100% !important;
}
.cp_br600{
	display: none;
}
/* paragraph01 */
.company_title{
	font-size: 32px;
    margin-bottom: 40px;
    color: var(--mBlk);
}
.cp01_p{
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--mBlk);
} 
/* paragraph02 */
.cp_map_servicelist{
	display: flex;
    flex-wrap: wrap;
    gap: 72px 0;
}
.cp_map_servicelist li{
	width: 100%;
	display: flex;
	align-items: center;
    justify-content: center;
    gap: 0 144px;
}
.cp_map_img{
	width: 35%;
    display: block;
}
.cp_map_txtmo{
	display: none;
}
.cp_map_txt{
    width: 45%;
    line-height: 1.5;    
}
.cp_map_txt h3{
	font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
    color: var(--mBlk);
}
.cp_map_pre{
  	white-space: pre-line;	
	font-size: 20px;
    font-weight: 400;
    color: var(--mBlk);
}
.cp_map_pre01{
	margin-bottom: 20px;
}
/* paragraph03 */
.cp03_logolist{
	display: flex;
	justify-content: center;
    align-items: flex-start;
    gap: 0 144px;
}
.cp03_logolist li{
	color: var(--mBlk);
}
.cp03_logolist li:first-child{
	width: 35%;
}
.cp03_logolist li:last-child{
	width: 45%;
}
.cp_logo{
	width: 100%;
	display: block;
}
.pp_title{
	font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}
.pp_discription{
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.pp_discription:last-child{
	margin-bottom: 0;
}
.cp_logo_p{
    word-break: keep-all;	
}
/* paragraph04 */
.cp_bi{
	display: flex;
	justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    gap: 0 144px;
}
.cp_bi img{
	width: 35%;
	display: inline-block;
}
.cp_bi_txt{
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	word-break: keep-all;
	color: var(--mBlk);
}
/* paragraph05 */
.pp_color_list{
	display: flex;
    flex-wrap: wrap;
}
.pp_color_list li{
	position: relative;
}
.pp_color_list01{
	gap: 0 30px;
}
.pp_color_list01 li{
	width: calc(33.33% - 20px);
}
.pp_color_list li:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.pp_color_list02{
	gap: 30px;
	margin-top: 30px;
}
.pp_color_list02 li{
	width: calc(25% - 22.5px);
}
.color_title,
.color_code{
	font-size: 20px;
	left: 20px;
	line-height: 1.5;
	position: absolute;
}
.color_title{
	top: 20px;
}
.color_code{
	bottom: 20px;
}
.ctp_w{
	color: #fff;
}
.ctp_b{
	color: var(--mBlk);
}
.color_title p{
	font-weight: 600;
}
.cp_color_mobile{
	display: none;
}
/* paragraph06 */
.cp_videolist{
	display: flex;
    gap: 0 24px;
}
.cp_videolist li{
	width: calc(50% - 12px);
}
.cp_video_txt{
    font-size: 24px;
    line-height: 1.7;
	width: fit-content;
    margin: 0 auto 40px;
    color: var(--mBlk);
}
.cp_video_thumnail{
	width: 100%;
	cursor: pointer;
	position: relative;
}
.cp_video_thumnail img{
	width: 100%;
	display: block;
}
.cp_youtube_icon{
	display: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}
.cp_youtube_icon button{
	width: 60px;
	border: none;
    background-color: transparent;	
}
.cp_video_dark{
	display: none;
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10;    
}
.cp_video_dark.cp_pop_show {
    display: block;
}
.cp_videobox {
    width: 900px;
    padding: 10px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -38%);
}
.cp_video_close {
	height: 28px;
    top: 0;
    right: -36px;
    cursor: pointer;
    position: absolute;
}
.cp_video{
	width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.cp_video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
/* paragraph07 */
.cp_historylist{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.cp_h_pre{
	font-size: 28px;
	line-height: 1.5;
	white-space: pre-line;
	color: var(--mBlk);
}
.cp_h_year{
	gap: 0 60px;
	display: flex;
	flex-wrap: wrap;
}
.cp_hy li{
	margin-bottom: 30px;
}
.cp_hy li:last-child{
	margin-bottom: 0;
}
.cp_hy_title{
	margin-bottom: 16px;
	font-size: 22px;
	font-weight: 600;
	color: var(--mBlue);
	display: inline-block;
}
.cp_hy p{
	font-size: 22px;
	line-height: 1.5;
	color: var(--mBlk);
}
/* paragraph08 */
.news_slick.slick-initialized {
    visibility: visible;
    opacity: 1;
}
.news_slick {
	opacity: 0;
	visibility: hidden;
}
.slick-initialized .slick-slide {
    overflow: hidden !important;
}
.newsbox{
	cursor: pointer;
}
.news_slick .slick-prev, 
.news_slick .slick-next{
	top: 28%;
}
.news_slick .slick-prev:before, 
.news_slick .slick-next:before {
    content: '';
    width: 20px;
    height: 20px;
    border-top: solid 2px var(--mBlue);
    display: block;
}
.news_slick .slick-prev:before{
    border-left: solid 2px var(--mBlue);	
	transform: rotate(-45deg);
}
.news_slick .slick-next:before{
	border-right: solid 2px var(--mBlue);
	transform: rotate(45deg);
}
.news_name{
	padding: 16px;
	visibility: hidden;
}
.news_company, .news_date{
	font-size: 18px;
	color: var(--sDg03);
}
.news_title{
	font-size: 18px;
	margin-top: 20px;
	line-height: 1.3;
	word-break: keep-all;
	color: var(--mBlk);
}
.company_paragraph08 .slick-slide img {
    padding: 0 5px;
    width: 100%;
}
/* 반응형  */
@media screen and (max-width: 1200px){
	.company_top_banner{
	background-position-x: 60%;
	}
	.company_paragraph01,.company_paragraph02,
	.company_paragraph03,.company_paragraph04,
	.company_paragraph05,.company_paragraph06,
	.company_paragraph07,.company_paragraph08 {
	width: 90% !important;
	}   
	.ctb_txt{
	left: 5%;
	}
	.cp_map_pre {
    font-size: 20px;
	}
	.news_slick .slick-prev, 
	.news_slick .slick-next {
    top: 28%;
	}
	.cp01_p, .cp_bi_txt, 
	.cp_video_txt{
    font-size: 22px;
	}
	.cp_h_pre {
    font-size: 24px;
	}
	.color_title, .color_code {
    font-size: 1.4vw;
	}
}
@media screen and (max-width: 1138px){
	.cp_map_txt {
    width: 48%;
	}
	.cp03_logolist li:last-child {
    width: 48%;
	}
}
@media screen and (max-width: 1080px){
    .cp_hy_title, .cp_hy p{
    font-size: 20px;
    }
}
@media screen and (max-width: 980px){
	.company_section_pd {
    padding: 60px 0;
	}
	.company_top_banner {
    background-position-x: 66%;
	}
	.company_title {
    font-size: 24px;
    margin-bottom: 30px;
	}
	.cp01_p, .cp_bi_txt, .cp_video_txt {
    font-size: 20px;
	}
	.ctb_txt p {
    font-size: 28px;
	}
	.cp_historylist {
    display: block;
	}
	.cp_h_pre {
    font-size: 22px;
    margin-bottom: 30px;
    word-break: keep-all;
	}
	.cp_h_year {
    gap: 0 120px;
	}
	.cp_videobox {
    width: 85%;
	}
	.cp_map_pre {
    white-space: inherit;
    word-break: keep-all;
	}
	.color_title, .color_code {
    font-size: 1.6vw;
	}
	.cp_logo_pre {
    white-space: inherit;
    word-break: keep-all;
	}
	.cp_map_txt h3 {
    font-size: 22px;
	}
	.cp_map_pre {
    font-size: 20px;
	}	
	.pp_title {
    font-size: 22px;
    margin-bottom: 8px;
	}
	.pp_discription {
    font-size: 16px;
    margin-bottom: 16px;
	}
	.cp_map_servicelist li {
    gap: 0 100px;
	}
	.cp03_logolist {
    gap: 0 100px;
	}
}
@media screen and (max-width: 834px){
	.color_title, .color_code {
    left: 10px;
	}
	.color_title {
    top: 10px;
	}
	.color_code {
    bottom: 10px;
	}
	.cp_map_pre {
    font-size: 18px;
	}
	.cp_map_img {
    width: 40%;
	}
	.cp03_logolist li:first-child {
    width: 37%;
	}
	.cp03_logolist {
    gap: 0 100px;
	}
	.cp_bi {
    gap: 0 100px;
	}
}
@media screen and (max-width: 768px){
	.cp_map_servicelist li {
    gap: 0 60px;
	}
	.cp03_logolist {
    gap: 0 60px;
	}
	.cp_h_year {
    gap: 0;
    justify-content: space-between;
	}
}
@media screen and (max-width: 600px){
	.br_pc{
	display: none;
	}
	.company_section_pd {
    padding: 40px 0;
	}
	.company_top_banner {
    background-position-x: 67%;   
	}
	.cp_br600{
	display: block;
	}
	.ctb_txt {
	top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
	}
	.ctb_txt p{
	text-align: center;
	}
	.company_title {
    font-size: 4vw;
    margin-bottom: 20px;
	}
	.cp01_p, .cp_bi_txt{
    font-size: 3vw;
	}
	.cp_map_txt h3 {
    font-size: 3.5vw;
    margin-bottom: 20px;
	}
	.cp_map_servicelist li {
    display: block;
	}
	.cp_map_img {
    width: 70%;
    margin: 0 auto;
	}
	.cp_map_pre {
    font-size: 3vw;
	}
	.cp_map_pre01 {
    margin-bottom: 40px;
	}
	.cp_map_txt {
    width: 100%;
	}
	.pp_color_list01 {
    gap: 0 10px;
	}
	.pp_color_list01 li {
    width: calc(33.33% - 6.7px);
	}
	.pp_color_list02 li {
    width: calc(25% - 7.5px);
	}
	.pp_color_list02 {
    gap: 10px;
    margin-top: 10px;
	}
	.cp03_logolist {
    display: block;
	}
	.cp03_logolist li:first-child{
    width: 40%;
    margin: 80px auto;
	}
	.cp03_logolist li:last-child{
    width: 100%;
    margin-top: 20px;
	}
	.pp_title {
    font-size: 3.5vw;
	}
	.pp_discription {
    font-size: 2.5vw;
    margin-bottom: 20px;
	}
	.cp_video_txt{
	display: none;
	}
	.cp_videolist {
    display: block;
	}
	.cp_videolist li {
    width: 100%;
	}
	.cp_videolist li:first-child{
	margin-bottom: 20px;
	}
	.cp_h_pre {
    font-size: 3vw;
    margin-bottom: 20px;
	}
	.cp_h_year {
    gap: 0;
    justify-content: space-between;
	}
	.cp_h_year >li {
    width: calc(50% - 5px);
	}
	.cp_hy_title, .cp_hy p {
    font-size: 3vw;
	}
	.cp_youtube_icon {
    display: block;
	}
	.news_company, .news_date {
    font-size: 3vw;
	}
	.cp_video_close{
	height: 24px;
    top: -36px;
    right: 0;
	}
	.pp_color_list{
	display: none;
	}
	.cp_color_mobile{
	display: block;
	}
	.cp_color_mobile img{
	width: 100%;
	}
	.news_title {
    font-size: 3vw;
	}
	.cp_hy li {
    margin-bottom: 20px;
	}
	.cp_map_txtmo{
	display: block;
	}
	.cp_map_txtpc{
	display: none;
	}
	.cp_h_pre {
    font-size: 3.5vw;
	}
	.cp_map_pre {
    white-space: pre-line;
	}
	.cp_logo_pre {
    white-space: pre-line;
	}
}
@media screen and (max-width: 476px){
	.company_title {
    font-size: 4.5vw;
	}
	.cp01_p, .cp_bi_txt {
    font-size: 3.5vw;
	}
	.cp_map_txt h3, .pp_title {
    font-size: 4vw;
	}
	.cp_map_pre, .pp_discription {
    font-size: 3.5vw;
	}
	.cp_youtube_icon button {
    width: 54px;
	}
	.cp03_logolist li:first-child {
    width: 45%;
    margin: 60px auto;
	}
	.cp_bi {
    gap: 0;
    justify-content: space-between;
	}
	.cp_bi img {
    width: 42%;
	}		
}
@media screen and (max-width: 390px){
	.company_section_pd {
    padding: 20px 0;
	}
	.ctb_txt {
    width: 100%;
	}
	.ctb_txt p {
    font-size: 6.5vw;
	}
	.company_title {
    font-size: 5vw;
	}
	.cp01_p, .cp_bi_txt,
	.cp_map_pre, .pp_discription, .cp_h_pre {
    font-size: 3.8vw;
	}
	.cp01_p{
	word-break: keep-all;
	}
	.cp_map_txt h3, .pp_title {
    font-size: 4.5vw;
	}	
	.cp_hy_title, .cp_hy p,
	.news_company, .news_date, .news_title {
	font-size: 3.5vw;
	}
	.cp_h_year >li {
    width: fit-content;
	}
	.cp_hy_title {
    margin-bottom: 8px;
	}
	.company_paragraph01 .company_title{
	line-height: 1.4;
	}
}