@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 100;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 300;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

*{ padding: 0px; margin: 0px; font-family:'Noto Sans KR',monospace; word-break:keep-all; }
li{ list-style: none;}
a{ text-decoration: none; color: #666666; }
img{ border: none;vertical-align:top;}
table{ border-collapse: collapse; border-spacing: 0px; }
address{ font-style: normal; }
fieldset{ border: none; }
legend{ position: absolute; left: -999em; }
input[type=button], input[type=submit], input[type=reset], input[type=image], buttom{ cursor: pointer; }
header, section, footer, nav, aside, figure, article{ display: block; margin: 0px; padding: 0px; }
.clearfix:after {display:block;height:0;clear:both;content:''; }
h2 {font-weight:500;}
/* section.body_content {margin-left:360px; width:calc( 100% - 360px );overflow-x:hidden;}
 */
/*header css*/
header {position:fixed;left:0;top:0; height:100px; width:100%;}
header .logo {position:absolute;transform: translate(-50%, 0%);left: 50%; top:100px;}
header .gnb_wrap {position:absolute;transform: translate(-50%, 0%);left: 50%; top:200px;width:125px;}
header .gnb_wrap .gnb {}
header .gnb_wrap .gnb a { font-family: 'NanumBarunGothic'; font-size:20px;line-height: 40px;font-weight: 200;}
header.down .gnb_wrap .gnb a { color:#fff;}
header .sns_wrap {position:absolute;transform: translate(-50%, 0%);left: calc( 50% - 50px ); bottom:100px;}
header .sns_wrap .sns{}
header .sns_wrap .sns a{line-height: 40px;}


/*///////////////////*/

.scroll-link { position: absolute; bottom:3rem; left: 50%; transform: translateX(-50%); z-index:999;} 
.mouse { max-width: 2.5rem; width: 100%; height: auto; }
@keyframes scroll { 0%, 20% { transform: translateY(0) scaleY(1); } }
@keyframes scroll { ... 10% { opacity: 1; } 100% { transform: translateY(36px) scaleY(2); opacity: 0.01; } }

.scroll { animation-name: scroll; animation-duration: 1.5s; animation-timing-function: cubic-bezier(0.650, -0.550, 0.250, 1.500); animation-iteration-count: infinite; transform-origin: 50% 20.5px; will-change: transform; }
.scroll_txt {color:#fff;}




#m_head{    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    background-color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.66);
    width: 100%;
    height: 45px;
	display:none;
}
#m_head .logo{    margin: 7px 0 0 15px;    width: 60px;}
#m_head #m_gnb .logo {margin:0 auto;}
#m_head #m_gnb .logo a {height:100px;display: flex;flex-wrap: nowrap;justify-content: center;align-items: center;}
#m_head .logo img{    width: 100%;}
#m_head .three {width: 30px;}
#m_menu_btn {
    position: absolute;
    z-index: 999;
    top: 14px;
    right: 10px;
    width: 40px;
    height: 50px;
	display:none;
	}
#m_gnb {    position: fixed;
    z-index: 1000;
    background-color: #941b61;
    width: 100%;
    height: 100vh;top:0;
	display:none;
	left: 100%;
	}
#m_gnb.on {display:block;}
#m_gnb .logo {    
	text-align: center;
    margin-top: 50px;
	}
#m_close_btn {    position: absolute;    top: 15px;    right: 15px;    width: 40px;    cursor: pointer;}
#m_close_btn > img {  width:100%;}
#m_gnb .logo img{ width:70px;}
#m_gnb .m_gnb_wrap {position:absolute;transform: translate(-50%, -50%);left: 50%; top:50%;width:125px; text-align:center;}
#m_gnb .m_gnb_wrap .m_menu {}
#m_gnb .m_gnb_wrap .m_menu a { font-family: 'NanumBarunGothic'; font-size:18px;line-height: 40px;font-weight: 200; color:#fff;}
#m_gnb .m_sns_wrap {position: absolute;    transform: translate(-50%, 0%);    left: calc( 50% );    bottom: 0px;    width: 100%;    text-align: center;}
#m_gnb .m_sns_wrap .m_sns{}
#m_gnb .m_sns_wrap .m_sns li {width: 50%;    height: 50px;    float: left;    padding-top: 15px;    box-sizing: border-box;}
#m_gnb .m_sns_wrap .m_sns a{display:block; line-height: 40px; width:100%;height:100%;}
  
.sponsor_list .wrap {
	background:#fff;
	width:1200px; margin:0 auto;
}
.sponsor_list .wrap > ul {
	padding:20px 0 60px 0;
}
.sponsor_list .wrap > ul > li {
	padding-top:55px;
	margin-top:35px;
	border-top:1px solid #ddd;
}
.sponsor_list .wrap > ul > li:first-of-type {
	margin:0;
	padding-top:22px;
	border:none;
}
.sponsor_list .wrap > ul > li a {
	display:block
}

.sl_title {
	font-size:18px;
	font-weight:500;
	color:#222;
	line-height:28px;
}
.sl_cont {
	margin-top:20px;
}
.logo_list {	display:flex;
	flex-wrap:wrap;
}
.logo_list li {
	width:16.6%;
	padding:10px 27px;
	box-sizing:border-box;
}
.logo_list li img {
	width:100%;
}


#sub_footer .wrap {width:1200px; margin:0 auto;}
#sub_footer .category {width:1200px; margin:0 auto;}
#sub_footer input{display: inline-block; vertical-align: middle; padding:0; padding-left: 10px; width: 100%; height: 32px; border: 1px solid #ddd; line-height: 38px;}
#sub_footer .adapply_box {padding:60px 0; border-top:2px solid #941b61;}
#sub_footer .adapply_box .category li {display:flex;}
#sub_footer .form_list{width:25%; padding: 12px 30px; border-bottom: 1px solid #e1e1e1; display:flex; align-items:center;}
#sub_footer .form_write{width:75%;padding: 12px 30px; border-bottom: 1px solid #e1e1e1;}
#sub_footer .txt_red {color:#e6202b;}
#sub_footer .form_write textarea {width: 100% !important;
    height: 180px;
    padding: 10px 0 0 10px;
    border: 1px solid #ddd;}

#sub_footer .form_write .kcaptcha {width:350px; height:35px;}
#sub_footer .adapply_top {text-align:center; color:#333;}
#sub_footer .adapply_top h1 {font-size:40px; font-weight:300;}
#sub_footer .adapply_top p {font-size:17px; font-weight:100;}
#sub_footer .category {padding-bottom:7px; margin-top:37px;}
#sub_footer .adapply01_btn input {display:block; width:320px; height:46px; margin:0 auto; border:none; margin-top:7px; padding:0; background:#941b61; color:#fff;}
#sub_footer .wrap_controllers {display:none;}
#sub_footer .map_text {background:#333; padding:80px 0; border-bottom:1px solid rgba(255,255,255,0.4);}
#sub_footer .map_text h2 {font-size:32px; color:#fff; margin-bottom:30px;}
#sub_footer .map_text p {font-size:16px; color:#fff;}


.main-portfolio-section { padding: 80px 0;margin-top:70px}
    
.portfolio-title { text-align: center; margin-bottom: 50px; }
.portfolio-title h2 { font-size: 50px; font-weight: 900; color: #222; letter-spacing: -1px; }

.portfolio-controls { width:100%; margin: 0 auto; }

.search-box { position: relative; margin-bottom: 15px;display:flex;flex-wrap:nowrap;}
#pf-search-input { 
    flex: 1; padding: 18px 30px;  border: 2px solid #941b61; 
    font-size: 16px; outline: none; transition: 0.3s; background: #fff;
    width:calc(100% - 60px);height:60px;
}
#pf-search-input:focus { border-color: #941b61; }

.search-submit { 
    width: 60px; height: 60px; background: #941b61; border: none; 
    color: #fff; cursor: pointer; transition: 0.3s; display: flex; align-items: center; justify-content: center;
}

.recommend-keywords { text-align: center; margin-bottom: 35px;border-top:2px solid #333;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;;border-bottom:1px solid #e9e9e9;padding:10px;margin-top:20px;display:flex;gap:10px;flex-wrap: wrap;}
.key-tag { 
    display: inline-block; font-size: 13px;padding: 3px 0px;margin: 3px; cursor: pointer; transition: 0.2s;color:#666;
}

.filter-group { display: flex; flex-wrap: wrap; justify-content: start; gap: 12px; margin-top: 20px;}
.filter-btn { padding: 12px 24px; border: 1px solid #eee; background: #fff; cursor: pointer; transition: 0.3s; font-size: 14px; color: #777;width:calc((100% / 6) - 10px);}
.filter-btn.active { background: #941b61; color: #fff; border-color: #941b61; }

.loading-overlay { display: none; text-align: center; padding: 50px 0; grid-column: 1 / -1; }
.spinner { width: 50px; height: 50px; border: 5px solid #f3f3f3; border-top: 5px solid #941b61; border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto 20px; }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

.portfolio-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));margin: 0 auto;gap: 10px;}
.pf-card.hidden { display: none; opacity: 0;}
.pf-img { width: 100%; height: 240px; background-size: cover; background-position: top center;border: 1px solid #e3e3e3;margin-bottom:15px; }
.pf-img a {display: block;width: 100%;height: 100%;}
.pf-info {display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}
.pf-info .tit * {line-height:1}
.pf-info .view_btn {display:flex;flex-wrap:nowrap;align-items:center;gap:5px;}
.pf-item-tags {width:100%;display:flex;flex-wrap:Wrap;gap: 10px 5px;margin-top:15px}
.pf-item-tags span {padding:3px 10px;font-size:12px;border:1px solid #e3e3e3;border-radius:20px;}
.cat-display { color: #941b61; font-weight: 800; font-size: 10px; margin-bottom: 5px; display: block; }
#no-results { text-align: center; padding: 100px 0; color: #bbb; font-size: 18px; display: none; grid-column: 1 / -1; }
.btn-estimate, .btn-view-sample { 
    display: inline-block; padding: 12px 28px;border:1px solid #222;
    text-decoration: none; font-size: 13px; font-weight: 500;color:#333;
    cursor: pointer;transition:background 0.25s ease;background-color:#fff;line-height:1;
}
.btn-estimate:hover, .btn-view-sample:hover { background: #222;color:#fff }
#estimate-layer { 
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; 
    background: rgba(0,0,0,0.7); z-index: 9999; align-items: center; justify-content: center; 
}
.estimate-box { 
    background: #fff; width: 90%; max-width: 500px; padding: 40px; border-radius: 20px; 
    position: relative; animation: slideUp 0.3s ease;
}
@keyframes slideUp { from { transform: translateY(30px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

.estimate-box h2 { font-size: 24px; margin-bottom: 25px; text-align: center; }
.estimate-form input, .estimate-form textarea { 
    width: 100%; padding: 12px; margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; font-size: 14px;
}
.estimate-form textarea { height: 120px; resize: none; }
.btn-submit-estimate { 
    width: 100%; padding: 15px; background: #941b61; color: #fff; border: none; 
    border-radius: 8px; font-size: 16px; font-weight: 600; cursor: pointer;
}
.close-layer { position: absolute; top: 20px; right: 20px; font-size: 24px; cursor: pointer; color: #999; }


/* @media all and (max-width:995px) {
	header {
    width: 260px;
	}
	section.body_content {
    margin-left: 260px;
    width: calc( 100% - 260px );
	}
	#m_gnb .m_sns_wrap .m_sns li:nth-child(2n-1){
		    border-right: 1px solid #c1c1c1;
	}
	#m_gnb .m_sns_wrap .m_sns li:nth-child(-n + 2){
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	}

}
 */
@media screen and (max-width: 1199px){
	.sponsor_list .wrap {width:90%;}
	#sub_footer .category {width:90%;}
	#sub_footer footer > div.footer_wrap {width:90%;}
	#sub_footer .wrap {width:90%;}
	#m_head{ 	display:flex;align-items: center;justify-content: space-between;padding:0 15px;box-sizing: border-box;}
    .pc_header {display: none !important;}
    .ham {display:block;position: relative !important;top:initial !important;transform: initial !important;right:initial !important}    
    #m_head .logo {margin:0 0 0 0;padding:0 0;}
    #m_head .logo a {display: block;}
    #hd_pop, #hd_wrapper, #tnb .inner, #gnb .gnb_wrap, #container_wr, #ft_wr, #contact .wrap,div.adapply_01 > div.adapply_box > div.adapply01_bottom, #footer .map_text .wrap, footer > div.footer_wrap {width: 100% !important;}
}


@media screen and (max-width:800px){    
    .main-portfolio-section {padding:80px 50px;}
    .portfolio-grid {grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));gap: 20px;}

    .main-portfolio-section {padding: 40px 20px !important;}
    .pf-info {justify-content: center;}
    .pf-info > * {width:100%}
    .pf-info .view_btn{margin-top:15px;}
    .btn-estimate, .btn-view-sample {width: calc(50% - 5px);text-align: center;}
    .pf-info .view_btn {gap:10px;}
    #contact {background-size: 220% !important;}
}

@media all and (max-width:767px) {
	header {display:none;}
	section.body_content {margin-left:0px; width:100%;overflow-x:hidden;}
	div.main01 > div {  padding-left: 0px;}
	div.main01 {padding:0;}
	

	#m_menu_btn {display: block;}
	#m_menu_btn img{width:100%; cursor: pointer;}
		
	 #sub_footer .wrap {width:90%;}
	.logo_list li { width:20%; padding:3px 11px;}

	#sub_footer .adapply_box {padding:30px 0;}
	#sub_footer .adapply_top h1 {font-size:22px;}
	#sub_footer .adapply_top p {font-size:13px;}
	#sub_footer .map_text {padding:21px 0;}
	#sub_footer .map_text h2 {font-size:18px; margin-bottom:14px;}
	#sub_footer .map_text p {font-size:14px;}
	#sub_footer .footer_wrap li {padding-left:0;}

	#sub_footer .adapply_box .category li {flex-wrap:wrap;}
	#sub_footer .form_list{width:100%; padding-bottom:0; padding-left:0; border:none;}
	#sub_footer .form_write{width:100%; padding-left:0; padding-right:0}
	#sub_footer .form_write input {box-sizing:border-box;}
	#sub_footer .form_write textarea {height:100px; box-sizing:border-box;}
	#sub_footer .adapply01_btn input {width:90%;}
	#sub_footer .category {margin-top:13px;}

}


div.header_wrap > div.menu_box{ font-family: 'Nanum Barun Gothic'; position: fixed; right: -300px; top: 0px; background-color: #000; width: 300px; height: 100%; box-sizing: border-box; padding: 20px;  z-index: 9999; overflow: hidden;}
div.header_wrap > div.menu_box > a.menu_close_btn{ 
	float: right; 
	cursor: pointer; 
	display: block; 
	width: 30px; 
	height: 30px;  
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;  
}
div.header_wrap > div.menu_box > a.menu_close_btn:hover{
	-webkit-transform: rotate(180deg); 
	-moz-transform: rotate(180deg); 
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
} 
div.header_wrap > div.menu_box > ul.menu01{ margin-top: 70px; text-align: left; }
div.header_wrap > div.menu_box > ul.menu01 > li > a{ font-size: 40px; font-weight: 900; color: #ffffff; font-family: 'Nanum Barun Gothic'; }
div.header_wrap > div.menu_box > ul.menu02{ margin-top: 30px; }
div.header_wrap > div.menu_box > ul.menu02 > li.border{ margin-bottom: 20px; border: 1px solid #333333; width: 20px; height: 0px; }
div.header_wrap > div.menu_box > ul.menu02 > li{ line-height: 30px; }
div.header_wrap > div.menu_box > ul.menu02 > li > a{ font-size: 25px;font-family: 'Nanum Barun Gothic'; }
div.header_wrap > div.menu_box > ul.menu02 > li > a:hover{ color: #ccc; }
div.header_wrap > div.menu_box > ul.menu03{ margin-top: 50px; }
div.header_wrap > div.menu_box > ul.menu03 > li > a{ font-size: 25px;font-family: 'Nanum Barun Gothic'; }
div.header_wrap > div.menu_box > ul.menu03 > li.border{ margin-bottom: 20px; border: 1px solid #333333; width: 20px; height: 0px; }
div.header_wrap > div.menu_box > ul.menu03 > li > a:hover{ color: #ccc; }
div.header_wrap > div.menu_box > div.menu_customer{ margin-top: 50px; }
div.header_wrap > div.menu_box > div.menu_customer > a{ display: block; font-family: 'Nanum Barun Gothic'; width: 220px; height: 50px; border: 1px solid #FFF; box-sizing: border-box; color: #FFF; background-color: #000; font-size: 25px; font-weight: bold; text-align: center; line-height: 50px; }
div.header_wrap > div.menu_box > div.menu_customer > a:hover{ background-color: #ffd200; border: 1px solid #ffd200; }
div.header_wrap > div.menu_box > div.menu_customer > p{ width: 220px; font-size: 25px; color: #ffd200; font-weight: bold; text-align: center; margin-top: 20px; }
div.header_wrap > div.menu_box > div.menu_logo{ text-align: center; width: 100%; margin-top: 50px; }
div.header_wrap > div.menu_box > div.menu_logo >img{ opacity: 0.3; }
div.header_wrap > div.menu_box > div.menu_logo > p{ color: #666; font-size: 12px; margin-top: 20px; font-family: 'Nanum Barun Gothic'; }


/*footer css*/
footer{ width: 100%; box-sizing: border-box; padding: 30px 0 60px 0; background-color: #333; }
footer > div.footer_wrap{width:1200px; margin: 0px auto; position: relative; }
footer > div.footer_wrap > div.footer_logo{ position: relative; height: 60px; width: 100%;  }
footer > div.footer_wrap > div.footer_logo > img{ float: left; } 
footer > div.footer_wrap > div.footer_logo > p{ width: 84%; position: absolute; right: 0px; top: 50%;  float: right; border: 1px solid #d2d2d2; box-sizing: border-box; }
footer > div.footer_wrap > ul{ width: 100%; margin-top: 20px; overflow: hidden; box-sizing:border-box;}
footer > div.footer_wrap > ul > li{ color: #fff; float: left; width: 33.3%; font-size: 14px; margin-bottom: 15px;}
footer > div.footer_wrap > ul > li > a{ color: #fff; font-size: 14px; }
footer > div.footer_wrap > a{ position: absolute; right: 0px; top: 50%; }
div.footer_wrap > p{
	color: #858585;
	font-weight: 900;
	font-size:15px;
	padding-top: 40px;
}

div.footer_wrap > p.family_site_btn{
	color: #858585;
	font-weight: 900;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 30px;
}
div.footer_wrap > p.family_site_btn > a{
	margin-right: 5px;
}
div.footer_wrap > p.family_site_btn > a > img{
	vertical-align: middle;
}


/************************privacy css*****************************/
div.qna_layer_popup03{display:none; position:fixed; _position:absolute; top:0; left:0; width:100%; height:100%; z-index:99999;}
div.qna_layer_popup03 > div.bg {position:absolute; top:0; left:0; width:100%; height:100%; background-color: rgba(0,0,0,0.5);}
div.qna_layer_popup03 > div.pop-layer {display: flex;flex-wrap: nowrap;justify-content: center;align-items: center;}

div.pop-layer {display:none; position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); width: 100%; height: 100%; overflow-y: scroll; background-color: rgba(0,0,0,0.5); z-index: 10; box-sizing: border-box;}	
div.qna_layer_popup03 div.qna_popup_content > div.btn-r > a.cbtn { position: absolute; display: block; width: 30px; height: 30px; top: 30px; right: 30px;}	
div.qna_layer_popup03 div.qna_popup_content > div.btn-r > a.cbtn >img{ width: 100%; height: 100%; }
div.qna_layer_popup03 div.qna_popup_content > div{ width: calc(100% - 100px); box-sizing: border-box; margin: 0px auto;max-width: 600px;}
div.qna_layer_popup03 div.qna_popup_content > div i {font-size: 40px;color:#fff;}

div.privacy_01{width:600px;margin:0 auto; background-color: #ffffff; }
div.privacy_01 > div.privacy_box{width:100%;padding:30px;margin:0 auto;height:100%;}
div.privacy_01 > div.privacy_box .privacy_top {height:100%;}
div.privacy_01 > div.privacy_box > div.privacy_top > h1{font-size:30px;font-weight: bold;margin-bottom:10px;}
div.privacy_01 > div.privacy_box > div.privacy_top > ul.privacy_info{width:100%; height: calc(100vh - 500px) !important;padding: 10px;border:1px solid #111;background-color:#f9f9f9;box-sizing:border-box;overflow-y: scroll;line-height: 20px;}
div.privacy_01 > div.privacy_box > div.privacy_top > ul.privacy_info > li{ line-height: 20px; font-size: 14px; }

div.privacy_01 > div.privacy_box > p.adapply01_btn > a{ display: block; text-align: center; line-height: 50px; font-size:15px;font-weight:bold;width: 100%; height:50px;background-color:#000000;color:#fefefe;background-image:url(../images/adapply01_right_arrow.png);background-repeat:no-repeat;background-position:62% 50%;border:none;margin-top: 20px;}


.qna_popup_content * {box-sizing: border-box;}















/*************************************************************/
.pc_header {position: absolute;z-index: 100;display: block;width: 100%;height: 85px;border-bottom: 1px solid rgba(255,255,255,0.4);background: rgba(0, 0, 0, 0.3);}
.pc_header .wrap{display: flex;position: relative;	margin: 0 auto;width: 1200px;height: 100%;justify-content: space-between;align-items: center;}
.pc_header .wrap h1 a {display: block;}
.pc_header .wrap .gnb {height: 100%; display:flex; justify-content:space-around; align-items:center;gap: 70px;}
.pc_header .wrap .gnb > li {height:100%; display:flex; justify-content:center; align-items:center; box-sizing:border-box;}
.pc_header .wrap .gnb > li > a{font-size:16px;color: #fff; letter-spacing: -1px;}
@media screen and (max-width:550px) {
    .portfolio-title h2 {font-size: 30px;;}
    .main-portfolio-section {margin-top: 30px;}
    .portfolio-title {margin-bottom: 20px;;}
    #pf-search-input {padding: 10px 20px;height: 45px;width: calc(100% - 45px);}
    .search-submit {width: 45px;height:45px;;}
    .filter-btn {width: 50%;}
    .filter-group{gap: 0;justify-content: start;}
    #contact div.adapply_box .form_list label {color:#333 !important;}
}
@media screen and (max-width:375px) {
    .main-portfolio-section {padding: 40px 10px !important;}
}
@media screen and (max-width:320px) {
    .filter-btn {width: 100%;}
    #contact {background-size: 310% !important;}
    .recommend-keywords {padding: 5px;gap:5px;}
}