@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

.container {
	position: relative;
	box-sizing: inherit;
}
@media (min-width: 1199px) {	
	.container.container-m {
		max-width:1750px;
	}
}
a.a_link {
    font-size: 0em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
a {
	transition: .3s ease all;
	color:#444;
}
a:hover {
	transition: .3s ease all;
	color:#000;
}

.sec_title h2 {
	color: #000;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -0.2rem;
}
.sec_title p {
	color: #838383;
    font-weight: 400;
    letter-spacing: -0.08rem;
	font-size: 1.05rem;
	margin-top: 8px;
}
@media (max-width: 991px) {	
	.sec_title h2 {
		font-size: 2.2rem;
	}
}
@media (max-width: 500px) {	
	.sec_title h2 {
		font-size: 1.85rem;
	}
	.sec_title p {
		font-size: .95rem;

	}
}
/*=======================
 메인
=========================*/

.main_all .section01 .txt01{
	/* font-family: "MaruBuri", "NanumGothic", "dotum", "gulim", sans-serif; */
	font-size:1.6rem;
	letter-spacing:-0.15rem;
	font-weight: 600;
}
.main_all .section01 .txt01 strong{
	color: #ea7f00;
	font-size:2.2rem;
	font-weight: 800;
	margin-top:5px;
	display:inline-block;
}
.main_c_logo{
	padding-top:1rem;
}
.main_c_search .txt01{
	font-weight: 500;
	color:#7d7d7d;
	font-size:1.1rem;
}
.main_slider{
	width:631px !important;
}
.main_slider ul li{
	border-radius:20px;
	overflow:hidden;
}
.slider_innerb{
	position:relative;
}
.slider_innerb .text{
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	background:rgba(0,0,0,0.6);
	color:#fff;
	font-weight:500;
	padding:1rem; 0;
	font-size:1.05rem;
	/* font-family: "Nanum Myeongjo", "NanumGothic", "dotum", "gulim", sans-serif; */
}
.main_slider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    outline: 0;
    width: 20px;
    height: 29px;
    text-indent: -9999px;
    z-index: 9999;
	margin-top: -20px !important;
}
.main_slider .bx-wrapper .bx-next {
    right: -2rem;
    background: url(../images/main/cont_right.png) no-repeat 0 0;
}
.main_slider .bx-wrapper .bx-next:hover {
    background: url(../images/main/cont_right_on.png) no-repeat 0 0;
}
.main_slider .bx-next:hover,
.main_slider .bx-wrapper .bx-next:focus {
  background-position: 0px 0 !important;
}
.main_slider .bx-wrapper .bx-prev {
    left: -2rem;
    background: url(../images/main/cont_left.png) no-repeat 0 0;
}
.main_slider .bx-wrapper .bx-prev:hover {
    background: url(../images/main/cont_left_on.png) no-repeat 0 0;
}
.main_slider .bx-wrapper .bx-pager {
    top: -20px !important;
    left: 0;
    height: 20px;
	text-align: right;
	font-size: 0em;
}
.main_slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #c1bdbd;
    width: 9px;
    height: 9px;
}
.main_slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .main_slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ea7f00;
}
.m_btst .m_bt01 a{
	border-radius:30px;
	border:2px solid #ea7f00;
	padding:0.5rem 1rem;
	font-size:15px;
	font-weight:500;
	color:#000000;
	min-width:200px;
}
.m_btst .m_bt01 a:hover{
 background: #ea7f00;
 color:#fff;
}
.m_btst .m_bt01 a .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' -25, 'opsz' 48;
}

@media (max-width: 400px) {	
	.txt01{font-size:1.17rem;}

}

@media (max-width: 768px) {	
	.main_slider {
		max-width: 500px !important;
		width:100% !important;
	}
	.main_slider .bx-controls-direction{
		display:none;
	}
	.m_btst .m_bt01 a {
		min-width: 150px;
		padding: 0.5rem 0.2rem;
	}

}


/* 비주얼 */
#main_visual{
	position:relative;
	overflow:hidden;
}
#main_visual .img_wrapper li{background-repeat:no-repeat; background-position:50% 50%; background-size: cover;}
#main_visual .img_wrapper li.vi01 {background-image: url("../images/main/main01.jpg"); background-position:center 0;}
#main_visual .img_wrapper li.vi02 {background-image: url("../images/main/main02.jpg"); background-position:center 15%;}
#main_visual .img_wrapper li.vi03 {background-image: url("../images/main/main03.jpg"); background-position:center 22%;}
#main_visual .img_wrapper li.vi04 {background-image: url("../images/main/main04.jpg");}
#main_visual .img_wrapper li.vi05 {background-image: url("../images/main/main05.jpg");}
#main_visual li .txt-bx {
	margin-top: -3rem;
}
#main_visual li .txt-bx .txt01 {
	letter-spacing: -0.15rem;
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 1.3;
	transition-delay: 300ms !important;
	word-break: keep-all;
	color: #000;
}

#main_visual li .txt-bx .txt02 {
	font-size: 2.9rem;
    line-height: 1;
    transition-delay: 300ms !important;
    font-weight: 600;
	color: #000;
	margin-bottom: 0;
	letter-spacing: -0.12rem;
}
#main_visual li .txt-bx .txt02 span.txt_org {
	color: #e98003;
}
#main_visual li .txt-bx .txt02 span.txt_st {
	font-size: 1.8rem;
}
#main_visual .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 30px;
}
#main_visual .bx-wrapper .bx-pager{
	padding: 0;
	text-align:center;
	bottom: 7%;
	position: absolute;
}

#main_visual .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #979797;
  width: 60px;
  height: 8px;
  border: 0px solid #fff;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  vertical-align: middle;
}


@media (max-width: 1199px) {
	#main_visual { padding-top: 97px;}
	#main_visual .img_wrapper li {height:600px;}
}

@media (max-width: 991px) {
	#main_visual .img_wrapper li {height: 400px;}
	#main_visual li .txt-bx .txt01 {
		font-size: 2rem;
	}
	#main_visual li .txt-bx .txt02 {
		font-size: 2.5rem;
	}
	#main_visual li .txt-bx .txt02 span.txt_st {
		font-size: 1.6rem;
	}
}

@media (max-width: 767px) {
	#main_visual {padding-top: 0; }
	#main_visual .img_wrapper li {height: 320px;}
	#main_visual li .txt-bx .txt01 {
        font-size: 1.5rem;
    }
	#main_visual li .txt-bx .txt02 {
        font-size: 2rem;
    }
	#main_visual li .txt-bx .txt02 span.txt_st {
        font-size: 1.2rem;
    }
	#main_visual .bx-wrapper .bx-pager.bx-default-pager a {width: 13px; height: 13px;}
	#main_visual .bx-wrapper .bx-pager.bx-default-pager a.active {width: 40px; height: 13px;}
}

@media (max-width: 575px) {
	#main_visual .img_wrapper li{height: 250px;}
	#main_visual li .txt-bx {
		margin-top: -13%;
	}
	#main_visual li .txt-bx .txt01 {
        font-size: 1.3rem;
    }
	#main_visual li .txt-bx .txt02 {
        font-size: 1.8rem;
    }
	#main_visual li .txt-bx .txt02 span.txt_st {
        font-size: 1.05rem;
    }
}

@media (max-width: 500px) {
	#main_visual li .txt-bx {
		padding: 0;
	}
}
@media (max-width: 425px) {
	#main_visual li .txt-bx .txt01 {
        font-size: 1.15rem;
    }
	#main_visual li .txt-bx .txt02 {
        font-size: 1.5rem;
    }
	#main_visual li .txt-bx .txt02 span.txt_st {
        font-size: 1rem;
    }

}
@media (max-width: 425px) {
	#main_visual .img_wrapper li.vi01 {
		background-image: url(../images/main/main01.jpg);
		background-position: 60% center;
	}
}
@media (max-width: 375px) {
	#main_visual li.vi01 .txt-bx .txt01 {font-size: 1.3rem; }
}


@media (min-width: 992px) {
	#main_visual li .txt-bx {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	#main_visual { padding-top: 111px;}
	#main_visual .img_wrapper li { height:520px;}
}


/* 지역검색 */
#sec_search {
	padding: 4rem 0;
}
#sec_search .region_con a {
	display: inline-block;
	background: #f9f9f9;
	padding: 5px 10px;
	margin: 3px;
	border-radius: 3px;
	color: #8b8b8b;
}
#sec_search .region_con a:hover {
	color: #fff;
	background: #ed9626;
}
@media (max-width: 991px) {
    #sec_search  {
        padding: 2rem 0;
    }
}
@media (max-width: 500px) {
    #sec_search  {
        padding: 1rem 0;
    }
	#sec_search .region_con a {
		font-size: .95rem;    
		margin: 2px 0px;
	}
}



/* 지역검색 */
#sec_intro {
	background: url(../images/main/step_bg.jpg) repeat-x 0 105%;
	padding: 0 0 4.5rem 0;
}
#sec_intro .intro_bx {
	border: 1px solid #dbdbdb;
	text-align: center;
	border-radius: 20px;
	height: 100%;
	padding: 2.5rem 1rem;

}
#sec_intro .intro_bx .text01 {
	font-weight: 700;
	font-size: 1.75rem;
	color: #000;
	line-height: 1.18;
	letter-spacing: -0.1rem;
}
#sec_intro .intro_bx .text02 {
	font-weight: 400;
    font-size: .95rem;
    color: #969696;
    line-height: 1.18;
    letter-spacing: -0.04rem;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	#sec_intro .intro_bx .text01 {
		font-size: 1.4rem;
	}
}
@media (max-width: 575px) {
	#sec_intro .intro_bx {
		padding: 2rem .5rem;
	}
	#sec_intro .intro_bx .text01 {
		font-size: 1.1rem;
	}
}


.step_cont .video_wrap {
	overflow: hidden;
	border-radius: 20px;
	position: relative;
  padding-bottom: 57%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}


.step_cont .video_wrap iframe,
.step_cont .video_wrap object,
.step_cont .video_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

.step_cont .step_pcs {
	background: #fff;
	text-align: center;
}
.step_cont .step_pcs.bk {
	background: #2f2e2e;
	color: #fff;
	box-shadow: 8px 8px 15px rgba(0, 0, 0, .1);
}

.step_cont .step_pcs.bk span, .step_cont .step_pcs.bk p{
	color: #fff;
}

.step_cont .step_pcs span {
	color: #898989;
    font-size: .9rem;
    font-family: "play";
    font-weight: 500;
    letter-spacing: -0.01rem;
}
.step_cont .step_pcs p {
	color: #202020;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: -0.18rem;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	#sec_intro {
		background: url(../images/main/step_bg.jpg) repeat-x 0 100%;
	}
	#sec_intro .intro_bx .text01 {
		margin-top: 0;
	}

}
@media (max-width: 575px) {
	.step_cont .step_pcs {
		width: 100%;
		border-radius: 15px;
		padding: 10px 0;
	}
	#sec_intro .intro_bx .text01 {
		margin-bottom: 0;
	}
}
@media (max-width: 500px) {
	#sec_intro {
		background: url(../images/main/step_bg.jpg) repeat-x 0 110%;
		background-size: auto 37rem;
		padding: 0 0 2rem 0;
	}
	
	.step_cont .step_pcs p {
		font-size: 1.5rem;
	}
}
@media (max-width: 425px) {
	.step_cont .step_pcs p {
		font-size: 1.38rem;
	}
}
@media (min-width: 576px) {
	.step_cont .step_pcs {
		border-radius: 50%;
		width: 9.5rem;
		height: 9.5rem;
		display: flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
}
@media (min-width: 768px) {
	.step_cont .step_pcs {
		width: 10.2rem;
		height: 10.2rem;
	}
}


/* 엔딩즈 서비스 */
#sec_service {
	padding: 4rem 0 2rem 0;
}

#sec_service .service_bx {
	text-align: center;
	border-radius: 20px;
	height: 100%;
	padding: 2.5rem 1rem;
	background: #624b3a;

}
#sec_service .service_bx .text01 {
	font-weight: 600;
	font-size: 1.95rem;
	color: #fff;
	line-height: 1.18;
	letter-spacing: -0.2rem;
}
#sec_service .service_bx .text02 {
	font-weight: 400;
    font-size: 1.03rem;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -0.04rem;
	margin-bottom: 0;
}
#sec_service .service_bx .btn_view  {
    color: #fff;
	display: block;
	margin-top: 2.3rem;
	font-size: 1.05rem;
}
#sec_service .service_bx .btn_view .material-symbols-outlined {
    font-weight: 400;
}

/*@media (max-width: 767px) {
	#sec_service .col:nth-child(1) .service_bx,#sec_service .col:nth-child(4) .service_bx {
		background: #624b3a;
	}
	#sec_service .col:nth-child(2) .service_bx,#sec_service .col:nth-child(3) .service_bx {
		background: #fc851c;
	}
}*/
@media (max-width: 575px) {
	#sec_service .service_bx .text02, #sec_service .service_bx .btn_view {
		display: none;
	}
	#sec_service .service_bx .text01 {
		font-size: 1.6rem;
        margin-bottom: 0;
        font-weight: 500;
	}

}

@media (max-width: 500px) {
	#sec_service {
		padding: 3rem 0 0 0;
	}
	#sec_service .service_bx {
		padding: 2.5rem 1rem;
	}
	
	#sec_service .service_bx .btn_view {
		margin-top: 2rem;

	}

}
@media (max-width: 425px) {
	#sec_service .service_bx {
        padding: 2rem 1rem;
    }
	#sec_service .service_bx .text01 {
		font-size: 1.65rem;
	}
	#sec_service .service_bx .text02 {
		font-size: .95rem;
	}


}



/*최근 고객후기 */
#review {
	padding: 2em 0 4rem 0;
}
.review_bx {
	border: 1px solid #efefef;
	border-radius: 20px;
}
/*.review_bx .review_top {
	border-bottom: 1px solid #efefef;
}*/
.review_bx .review_top .s_tit {
	font-size: .82rem;
    margin-bottom: 5px;
    color: #eb522d;
    font-weight: 500;
    letter-spacing: -0.05rem;
}
.review_bx .review_top .s_tit span {
	padding-right: 10px;
	display: inline-block;
	position: relative;
}
.review_bx .review_top .s_tit span:last-child {
	padding-right: 0;
}
.review_bx .review_top .s_tit span:after {
	content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #e7846d;
    right: 3px;
    top: 50%;
    transform: translate(0, -50%);
}
.review_bx .review_top .s_tit span:last-child:after {
	display: none;
}
.review_bx .review_top .title {
	color: #000;
	font-weight: 600;
	font-size: 1.35rem;
	margin-bottom: 0;
}
.review_bx .review_top .material-symbols-outlined {
	color: #b2b2b2;
  font-variation-settings:
  'FILL' 0,
  'wght' 700,
  'GRAD' 0,
  'opsz' 24
}
.review_bx .review_con .review_r {
        max-width: 70%;
}
.review_bx .review_con .grade_star img {
    display: inline-block;
    width: 16px;
}
.review_bx .review_con .rating {
    margin-left: 10px;
	font-size: .88rem;
	color: #333;
	margin-top: -1px;
}
.review_bx .review_con .name {
    color: #000;
	font-weight: 600;
	font-size: .9rem;
	margin-bottom: 0;
	margin-top: 5px;

}
.review_bx .review_con .date {
        color: #b7b7b7;
    font-weight: 300;
    font-size: .75rem;
    letter-spacing: -0.02rem;
    margin-bottom: 0;
}
.review_bx .review_con .cont_txt {
        font-size: .85rem;
    color: #9a9a9a;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: -0.04rem;
}
.review_bx .review_con .store_img {
    border-radius: 10px;
    overflow: hidden;
    height: 90px;
    max-width: 100px;
}
.review_bx .review_con .intro_txt {
    margin-bottom: 10px;
    font-size: .86rem;
    letter-spacing: -0.05rem;
    color: #555;
	 display: -webkit-box;   
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
#review .bx-wrapper img {
    height: 100%;
}
#review .bx-wrapper .bx-controls-direction a {
    height: 64px;
    width: 64px;
    margin-top: -25px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    z-index: 999;
    bottom: -60px;
}
#review .bx-wrapper .bx-next {
  background: rgba(0, 0, 0, 0) url("../images/main/control_next.png") no-repeat center center !important;
}
#review .bx-wrapper .bx-prev {
  background: rgba(0, 0, 0, 0) url("../images/main/control_prev.png") no-repeat center center !important;
}


@media (max-width: 1399px) {
   #review .bx-wrapper .bx-controls-direction a {
    height: 44px;
    width: 44px;
  }
   #review .bx-wrapper .bx-next {
    left: 50.5%;
  }
   #review .bx-wrapper .bx-prev {
    right: 50.5%;
  }
}
@media (max-width: 1199px) {
   #review .bx-wrapper .bx-controls-direction  {
		display: none;
	}
}
@media (max-width: 500px) {
   #review {
		padding: 3rem 0 ;
	}
   #review .bx-wrapper .bx-controls-direction a {
		display: none;
  }
}
@media (max-width: 425px) {
   .review_bx .review_top .title {
		font-size: 1.25rem;
	}
}
@media (max-width: 500px) {
   #review {
		padding: 3rem 0 ;
	}
   #review .bx-wrapper .bx-controls-direction a {
		display: none;
  }
}

@media (min-width: 1400px) {
   #review .bx-wrapper .bx-controls-direction a {
    top: 50%;
  }
   #review .bx-wrapper .bx-next {
    right: -100px !important;
  }
   #review .bx-wrapper .bx-prev {
    left: -100px !important;
  }
}

/* 커뮤니티 */
#community {
	background: #f5f5f5;
	padding: 4.5rem 0;
}

#community .bxarrow .bx-wrapper .bx-controls-direction a {
  height: 58px;
  width: 58px;
  margin-top: -25px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  z-index: 999;
  bottom: -60px;
}

#community .perf_A_box {position: relative;}
#community .perf_A_st {
	border-radius: 20px;
	overflow: hidden;
}
#community .perf_A_st .pro_cont {
	background: #fff;
	padding: 1.5rem 2rem;
}
#community .perf_A_st .pro_cont .pro_t1 {
	color: #9a9a9a;
    font-weight: 500;
    font-size: .88rem;
    letter-spacing: 0;
}
#community .perf_A_st .pro_cont .pro_ts {
	color: #373737;
    margin-top: 5px;
    font-weight: 600;
    font-size: 1.16rem;
    line-height: 1.2;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#community .bx-wrapper .bx-controls-direction a {
	height: 48px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	width: 34px;
	z-index: 999;
	top: 95%;
	margin-top: -2rem;
}
#community .bx-wrapper {
	position: inherit !important;
}
#community .bx-wrapper .bx-next {
	background: url("../images/main/control_next.png") no-repeat center center !important;
	left: 3rem !important;
}
#community .bx-wrapper .bx-prev {
	background: url("../images/main/control_prev.png") no-repeat center center !important;
	left: 0rem !important;
}
@media (max-width: 1199px) {
	#community .bx-wrapper .bx-next {
		display: none;
	}
	#community .bx-wrapper .bx-prev {
		display: none;
	}
}
@media (max-width: 991px) {
	#community .bx-wrapper .bx-controls-direction a {
		width: 48px;
		height: 48px;
		bottom: 40%;
	}
	#community .bx-wrapper .bx-next {
		right: 0% !important;
	}
	#community .bx-wrapper .bx-prev {
		left: 0% !important;
	}
}
@media (max-width: 500px) {
	#community {
		padding: 3rem 0;
	}
}
@media (min-width: 1200px) {
	#community .perf_A_left {min-height: 365px;}
}


/* 고객센터 */
#customer {
	padding: 4.5rem 0;
}
#customer .cs_inner_bx {
	border: 1px solid #f4f4f4;
	border-radius: 20px;
}
#customer .cs_inner_bx .line-r {
	border-right: 1px solid #f2f2f2;
}
#customer .cs_inner_bx .cs_info {
	text-align: center;
	height: 100%;
}
#customer .cs_inner_bx .cs_info .call-num {
	color: #f1901d;
	font-weight: 700;
	font-size: 2.3rem;
}
#customer .cs_inner_bx .cs_info .cs_btn a {
	background: #3a3a3a;
    color: #fff;
    border-radius: 10px;
    font-size: .95rem;
    display: block;
    box-sizing: border-box;
	font-weight: 500;
	    padding: 13px 0;
}
#customer .cs_inner_bx .cs_s_btn a {
	background: #f8f8f8;
	border-radius: 15px;
	text-align: center;
	display: block;
	padding: 1.6rem 0;
	color: #2a2a2a;
	font-weight: 600;
	font-size: 1.05rem;
	border: 1px solid #f4f4f4;
}

@media (max-width: 991px) {
	#customer .cs_inner_bx .line-r:nth-child(2) {
		border-right: none;
	}
}
@media (max-width: 500px) {
	#customer {
		padding: 3rem 0;
	}
}



/* 모달 팝업 */

.modal-content {
	border-radius: 25px;
    border: none;
    overflow: hidden;
	width: 95%;
	max-width: 1000px !important;
	margin: 0 auto;
}
.modal-content .modal-header {
	background: #ea7f00;
	color: #fff;
	margin-bottom: 0;
}
.modal-content .modal-header .header-left .title{
	color: #fff;
	font-weight: 600;
	font-size: 1.4rem;
}
.modal-content .modal-header .close {
    color: #fff;
} 
.modal-content .modal-header .close .material-symbols-outlined {
    color: #fff;
    font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' -25, 'opsz' 48;
    font-size: 30px;
} 

.modal-content .modal-body label {
	margin-bottom: 0;
	font-weight: 500;
	color: #222;
	position: relative;
}
.modal-content .modal-body input::placeholder {
  color: rgba(0,0,0,.35);
  font-weight: 400;
  font-size: .92rem;
  vertical-align: middle;
  letter-spacing: -0.03rem;
}
.est-write > div {
    padding: 0.6rem 0;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0;
}

/* 구글폰트 fallback */
.material-symbols-outlined {
  font-size: 3rem;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 700,
  'GRAD' -25,
  'opsz' 48
}

.close {
	opacity: 1;
}
.portfolio-contents .popup_tit {
	background: #ea7f00;
	padding: 1rem 1.5rem;
	display: flex;
	justify-content: space-between;
}
.portfolio-contents .popup_tit h3 {
	color: #fff;
	font-weight: 600;
	font-size: 1.3rem;
	margin-bottom: 0;
}
.portfolio-contents .scroll_bx_wrap {
	overflow-y: auto;
	height: 500px;
	padding: 1rem;

}
.portfolio-contents .popup_intro .text01 {
	color: #663333;
	font-weight: 600;
	font-size: 1.1rem;
}
.portfolio-contents .popup_intro .text02 {
	color: #292929;
	font-weight: 600;
	font-size: 1.5rem;
	letter-spacing: -0.14rem;
}
.portfolio-contents .popup_intro .text03 {
	color: #999;
	font-weight: 400;
	font-size: .95rem;
	line-height: 1.5;
	margin-bottom: 0;
}
.portfolio-contents .popup_intro .text03 span {
	color: #292929;
}
.portfolio-contents h4 {
	color: #292929;
	font-weight: 600;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}
.portfolio-contents .popup_pic img {
	width: 100%;
}
.portfolio-contents span.material-symbols-outlined {
	font-size: 20px;
	margin-top: -4px;
}
.portfolio-contents .service_need div {
	color: #292929;
	font-weight: 400;
	font-size: .95rem;
	margin: 9px 0;
	position: relative;
	padding-left: 2rem;
}
.portfolio-contents .service_need div span {
	display: inline-block;
	width: 21px;
	height: 21px;
	line-height: 21px;
	background: #eee;
	text-align: center;
	border-radius: 50%;
	color: #292929;
	font-family: "play";
	font-size: 11px;
	font-weight: 600;
	letter-spacing: -0.02rem;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
}
.portfolio-contents .service_pcs {
	border: 1px solid #efefef;
	border-radius: 10px;
	padding: 1rem 1.3rem;
	height: 100%;
}
.portfolio-contents .service_pcs span {
	color: #898989;
	font-family: "play";
	font-size: .95rem;
	font-weight: 500;
	letter-spacing: -0.03rem;
}
.portfolio-contents .service_pcs .pcs_tit {
	color: #292929;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: .6rem;
	letter-spacing: -0.08rem;
	margin-top: .95rem;
	    line-height: 1.1;
}
.portfolio-contents .material-symbols-outlined {
	  font-variation-settings:
	  'FILL' 0,
	  'wght' 600,
	  'GRAD' 0,
	  'opsz' 22
}
.fancybox-close-small:after {
color: #fff !important;
}
.fancybox-close-small:hover:after {
	background: none !important;
}

@media (max-width: 500px) {
    .portfolio-contents .popup_intro .text02 {
		font-size: 1.3rem;
	}

}

@media (min-width: 576px) {
    .modal-dialog {
		max-width: 100% !important;
		margin: 0 auto;
	}

}