@charset "utf-8";

body.pop_body {background: none;}

/* 팝업 레이아웃 */
/* 일반 페이지 팝업 */
.lypop.normal_pop {display: none;}

/* 고정형 */
.lypop {position: absolute;top: 0;left: 0;z-index: 1200;}
.pop_ifrm_wrap {position: relative;}

/* 팝업 닫기 */
.btn_lypop_close {display: block;text-indent: -9999px;position: absolute;top: -35px;right: 0px;z-index: 510;width: 25px;height: 25px;background: url(../images/pop-x.png) no-repeat 0 0;background-size: 100% auto;}

/* 팝업 컨텐츠 */
.pop_wrap {position: relative;}
.pop_wrap > .inner {position: relative;}

.pop_btn_area {position: relative;margin: 20px 0;text-align: center;}
.pop_btn_area:after {display:block; clear:both; content:"."; visibility:hidden; height:0;}

.popup-style1 {}
.popup-style1 .pop_wrap {background-color: #fff;border-radius: 5px;overflow: hidden;}
.popup-style1 h3 {font-size: 4.7vw;text-align: center;font-weight: 600;padding: 15px;border-bottom: 2px solid #ddd;}


/* 회원사 소개 상세 community/2.do 문의 form */
.pop-form .fmbox {padding: 2em;}
.pop-form .input-title {font-size: 1.6rem;margin-bottom: 1rem;margin-top: 2rem;}