@charset "UTF-8";
/* inquiry 알아보기 */
.header_wrap {
    height: 73px;
}
.header_nav {
	display : none;
}
.inquiry_info_p1 {
    font-size: 28px;
	margin: 133px 0 36px 0;
}
.inquiry_tabs {
    width: 80vw;
}
.inquiry_wrap {
    width: 80vw;
}
.inquiry_menu {
    margin-top: 0;
}
.inquiry_menu p {
	margin: 0 28px 8.5px 5px;
	font-size: 18px;
}
.inquriy_contents3_p1 {
    margin-top: 80.5px;
}
.inquriy_contents4{
    margin-top: 0;
    margin-left: 31px;
}
.inquriy_contents4_p1 {
    font-size: 21px;
    line-height: 1.33;
    letter-spacing: -1.05px;
}
.inquriy_contents4_p2 {
    display: none;
}
.inquriy_contents4_p2_tablet{
    display: inline-block;
    margin-bottom: 40.5px;
}
.inquriy_contents5_p1 {
    margin-top: 93.5px;
}
.inquriy_contents6{
    margin-top: 41.5px;
    margin-left: 31px;
}
.inquriy_contents6_p1 {
    font-size: 21px;
    line-height: 1.33;
    letter-spacing: -1.05px;
}
.inquriy_contents6_p2 {
    display: none;
}
.inquriy_contents6_p2_tablet{
    display: inline-block;
    margin-bottom: 39.5px;
}
.inquriy_contents7_p1 {
    margin-top: 135.5px;
}
.inquriy_contents8{
    margin-top: 41.5px;
    margin-left: 31px;
}
.inquriy_contents8_p1 {
    font-size: 21px;
    line-height: 1.33;
    letter-spacing: -1.05px;
}
.inquriy_contents8_p2 {
    display: none;
}
.inquriy_contents8_p2_tablet{
    display: inline-block;
    margin-bottom: 76px;
}
.qna_wrap {
    margin-top : 101.5px;
}
.qna_box {
    margin-left: 0;
}
.qna_box p {
    font-family: SpoqaHanSansNeo;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: -1.4px;
}
.qna_box2 {
	text-align: center;
    margin-top: 66px;
}
.qna_input {
    width: 608px;
}
.qna_textarea {
    width: 608px;
}

.qna_personality {
    overflow: hidden;
    margin-top: 97px;
    margin-left: 0px;
}
.qna_personality_p2 {
    padding-top: 2px;
}

.detail-map-wrap {
    margin-top: 21px;
    margin-bottom: 42px;
}
.kakaomap_view {
    width: 608px;
    height: 387px;
    margin: 0 auto;
}
.total_img4 {
	display : none;
	transition-property:display;
    transition-duration:1s;
}
.sidenav{
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	height:100vh;
	width: 0;
	z-index:25;
	overflow: hidden;
	transition:0.5s ease-in-out;
}
.sidenav_menu {
	text-align: center;
	transition-property:opacity;
    transition-duration:0.5s;
}
.sidenav_menu ul li{
	list-style:none;
	margin:1rem 0;
}

  .sidenav_menu ul li a{
	font-family: SpoqaHanSans;
	font-size: 1.2rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -1.2px;
	text-align: center;
	color: #1d1d1d;
	opacity: 1;
	transition:0.2s ease;
	z-index : 20
  }
  .sidenav_menu ul li a:hover{
	color: #3185ff;
  }
  .sidenav_menu ul li a:focus {
	  outline: none;
	  outline-offset: 0ch;
  }