#content {
    width: 100%;
}
.img_wm {
    z-index: 2;
}
#estimate_wrapper .sidebar .menu {
    padding-left: 0 !important;   
}
#estimate_wrapper .sidebar .menu a {
    text-indent: 0px !important;
}

#estimate_guide_wrapper {
    /* display: none; */
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
#estimate_guide {
    width: 600px;
    height: 500px;
    margin: 8% auto;
}
#estimate_guide_close_btn {
    display: block;
    text-align: right;
    margin-bottom: 10px;
}
#estimate_guide_contents {
    height: 430px;
    background: white;
    padding-top: 40px;
}
#estimate_guide_background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
#estimate_guide_swiper,
#estimate_guide_swiper .swiper-slide img {
    width: 490px;
    height: 360px;
}

#estimate_guide_left_button,
#estimate_guide_right_button {
    top: 40%;
}
#estimate_guide_swiper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    opacity: 0.2 !important;
}
#estimate_guide_contents_text {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #323232;
    margin-top: 15px;
}

#estimate_user_join_wrapper {
    display: none;
    position: absolute;
    left: 0; top:0;
    width: 100%; height: 100%;
    z-index: 6;
}
#estimate_user_join {
    margin: 8% auto;
}
#estimate_user_join_background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}


#estimate_wrapper {
    width: 100%;
    position: relative;
    overflow: auto;
    background: #e6e6e6;
    padding: 10px;
}
#estimate {
    width: 1210px;
    margin: auto;
}
#estimate > section {
    position: relative;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    margin: 5px 5px;
}

#estimate > section > div {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 910px;
    background: white;
}
#estimate_left {
    width: 17%;
}
#estimate_left .sidebar {
	float: left;
}
#estimate_left .sidebar .menu {
	padding-bottom: 24px;
	margin-top: 24px;
}
#estimate_left .sidebar .title-box {
	border-right: 1px solid #e7e7e7;
}
#estimate_left .sidebar .menu li a, #estimate_left .sidebar h3 {
	padding-left: 50px;
}
#estimate_left .sidebar h3 {
	padding-top: 50px;
}
#estimate_left .sidebar .menu li.active a{
	background-color: #e7e7e7;
}
#estimate_left .sidebar .menu a {
	/* text-indent: 30px; */
	color: #231f20 !important;
	display: block;
	font-size: 16px;
    line-height: 65px;
}
#estimate_left .sidebar .menu a span {
    display: inline-block;
    width: 59px;
    text-align-last: justify;
}
#estimate_left .menu a.completed::before {
    position: absolute;
    left: 21px;
    font-size: 14px;
    color: orange;
    content: '●';
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#estimate_left .sidebar .menu a {
        line-height: 82px;	
	}

	/* IE10+ CSS styles go here */
}

#estimate_main {
    width: 80%;
    height: 0;
}

#estimate_main > div > article {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    color: #231f20;
}
#estimate_main > div > article:first-child .btn_next {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 400;
    color: white;
    background: #f5af19;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #estimate_main > div > article:first-child .btn_next {
        line-height: 48px;
    }
    /* IE10+ CSS styles go here */
}

#estimate_main .est_copyright {
    width: 80%;
    text-align: center;
    margin: 40px auto 0 auto !important;
    border: 1px solid #b7b7b7;
}
#estimate_main .est_copyright > p {
    margin: 20px 0;
}
#estimate_main .est_copyright > p:nth-child(1) {
    color: #1d1d1d;
    font-size: 24px;
    font-weight: 600;
}
#estimate_main .est_copyright > p:nth-child(2) {
    font-size: 18px;
    font-weight: 500;
}
#estimate_main .est_copyright > p:nth-child(2) > span {
    color: #121212;
    margin: 0 5px;
}
#estimate_main .est_copyright > p:nth-child(2) > span:nth-child(2) {
    color: #018459;
}
#estimate_main .est_copyright > p:nth-child(2) > span:nth-child(3) {
    color: #434343;
}
#estimate_main .est_copyright > p:nth-child(3) {
    display: inline-block;
    color: #434343;
    font-size: 14px;
    font-weight: 400;
    /* text-decoration: underline; */
    border-bottom: 1px solid #959595;
    margin-top: 0;
}

#est_start {
    display: none;
    padding-top: 110px;
    text-align: center;
    font-weight: 500;
}
#est_start > div:nth-child(1) > h3 {
    font-size: 21px;
}
#est_start > div:nth-child(1) > h2 {
    font-size: 30px;
    margin-top: 10px;
}
#est_start > div:nth-child(1) > p:nth-child(3) {
    font-size: 20px;
    margin-top: 20px;
}
#est_start > div:nth-child(1) > p:nth-child(3) span {
    font-size: 24px;
    color: #f5af19;
}
#est_start > div:nth-child(2) {
    margin: 70px 0 40px 0;
}
#est_start > div:nth-child(2) > a > #est_ver {
    display: inline-block;
    text-align: right;
    font-size: 14px;
}
#est_start > div:nth-child(2) > a > h1 {
    font-size: 25.71px;
}
#est_start > div:nth-child(2) > a > p:nth-child(5) {
    font-size: 14px;
    margin-top: 10px;
}

#est_start > .btns > a {
    display: inline-block;
    width: 160px;
    line-height: 40px;
    color: white;
    font-size: 18px;
    font-weight: 400;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#est_start > .btns > a {
        line-height: 32px;
        padding-top: 8px;
	}

	/* IE10+ CSS styles go here */
}
#est_start > .btns > a:nth-child(1) {
    background: #f5af19;
}
#est_start > .btns > a:nth-child(2) {
    background: #b7b7b7;
}
#est_start > div:nth-child(4) {
    margin-top: 20px;
    font-size: 15px;
}

#estimate_main .est_page_title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #231f20;
    margin-top: 50px;
}
#estimate_main .est_page_sub_title {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #717171;
    margin: 15px 0 70px 0;
}
#estimate_main .est_page_sub_title span {
    font-weight: 600;
    color: #2b2b2b;
}
#estimate_main article[data-step=options] .est_page_sub_title {
    font-size: 17px;
    color: #4e4c4d;
    margin: 15px 0 15px 0;
    
}
#estimate_main article[data-step=options] .est_page_sub_title span {
    color: #f29a02;
}
#est_page_selected_options {
    width: 500px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    color: black;
    background: #ebebeb;
    margin: auto;
    margin-bottom: 36px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#est_page_selected_options {
        line-height: 22px;
		padding-top: 6px;
	}

	/* IE10+ CSS styles go here */
}

#estimate_main .est_page_contents {
    position: relative;
}
#estimate_main .est_page_contents > div {
    float: left;
    /* border: 1px solid #ccc; */
}
#estimate_main .est_page_contents_left {
    width: 25%;
    padding: 20px 0 20px 20px;
    /* box-shadow: 5px 5px 10px lightgrey; */
    box-shadow: 3px 3px 10px 2px lightgrey;
    /* border: 1px solid #ccc;     */
}
#estimate_main .est_page_contents_left_title {
    width: 185px;
    text-align: center;
    margin: 0 0 20px -8px;
}
#estimate_main .est_page_contents_left_title p:nth-child(1) {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 500;
}
#estimate_main .est_page_contents_left_title p:nth-child(2) {
    color: #717171;
    font-size: 12px;
    margin-top: 2px;
}
#estimate_main #est_options .est_page_contents_left_title {
    margin-left: -15px;
}

#estimate_main .est_page_contents_left li {
    margin-bottom: 10px;
}
#estimate_main .est_page_contents_left .est_page_contents_left_thumb {
    display: inline-block;
    vertical-align: middle;
}

#estimate_main .est_page_contents_left .est_page_contents_left_thumb img {
    width: 44px;
    height: 44px;
    border: 2px solid transparent;    
}
#estimate_main .est_page_contents_left li.active .est_page_contents_left_thumb img {
    width: 44px;
    height: 44px;
    border: 2px solid #f5af19;
}
#estimate_main .est_page_contents_left .est_page_contents_left_text {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
#estimate_main .est_page_contents_left .est_page_contents_left_text p {
    line-height: 24px;
    font-size: 12px;
    font-weight: 400;
}
#estimate_main .est_page_contents_left li.active .est_page_contents_left_text p {
    color: #f5af19;
}
#estimate_main .est_page_contents_left .est_page_contents_left_text p:nth-child(1) {
    font-weight: 500;
    color: #717171;
}
#estimate_main .est_page_contents_left .est_page_contents_left_text p:nth-child(2) {
    font-weight: 500;
    color: #2b2b2b;
}

#estimate_main article[data-step=interior] .est_page_contents_left_text p,
#estimate_main article[data-step=exterior] .est_page_contents_left_text p,
#estimate_main article[data-step=options] .est_page_contents_left_text p {
    line-height: 48px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#estimate_main article[data-step=interior] .est_page_contents_left_text p,
    #estimate_main article[data-step=exterior] .est_page_contents_left_text p,
    #estimate_main article[data-step=options] .est_page_contents_left_text p {
        line-height: 54px;
	}

	/* IE10+ CSS styles go here */
}

#estimate_main .est_page_contents_right {
    width: 67%;
    margin: 0 15px;
}
#estimate_main .est_page_contents_right .swiper-container {
    margin: 0 20px 20px 20px;
}
#estimate_main .est_page_contents_right .swiper-container,
#estimate_main .est_page_contents_right .swiper-container .swiper-slide img {
    width: 454px;
    /* height: 250px; */
}
#estimate_main .swiper-wrapper {
    z-index: 2;
}

#estimate_main article[data-step=style] .est_page_contents a {
    top: 36%;
    height: 244px;
    background: none;
    margin: 0 10px;
}
#style_gallery_swiper {
    float: none !important;
    width: 640px !important;
    height: 300px !important;
    margin: auto !important;
    border: none !important;
}
#style_gallery_swiper .swiper-slide a {
    display: inline-block;
    padding: 20px;
    margin: 20px 10px;
    border: 1px solid #ebebeb;
}
#style_gallery_swiper .swiper-slide a:hover {
    box-shadow: 5px 5px 10px lightgrey;
}
#style_gallery_swiper .swiper-slide a:hover p:nth-child(1) {
    color: #f5af19;
}
#style_gallery_swiper .swiper-slide a.active {
    border: 1px solid #f5af19;
}
#style_gallery_swiper .swiper-slide a.active p:nth-child(1) {
    color: #f5af19;
}
#style_gallery_swiper .swiper-slide p {
    text-align: center;
    color: #2b2b2b;
    font-weight: 400;
}
#style_gallery_swiper .swiper-slide p:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
}
#style_gallery_swiper .swiper-slide p:last-child {
    font-size: 12px;
}
#style_gallery_swiper .swiper-slide img {
    width: 100% !important;
}



#estimate_main article[data-step=floor_area] .est_page_contents a {
    top: 64%;
    height: 136px;
    background: none;
    margin: 0 10px;
}
#floor_area_contents_img {
    width: 380px;
    margin-bottom: 25px;
}
#floor_area_gallery_swiper {
    float: none !important;
    width: 640px !important;
    height: 230px !important;
    margin: auto !important;
    border: none !important;
}
#floor_area_gallery_swiper .swiper-slide a {
    display: inline-block;
    padding: 20px;
    margin: 20px 10px;
    border: 1px solid #ebebeb;
}
#floor_area_gallery_swiper .swiper-slide a:hover {
    box-shadow: 5px 5px 10px lightgrey;
}
#floor_area_gallery_swiper .swiper-slide a:hover p:not(:last-child) {
    color: #f5af19;
}
#floor_area_gallery_swiper .swiper-slide a.active {
    border: 1px solid #f5af19;
}
#floor_area_gallery_swiper .swiper-slide a.active p {
    color: #f5af19;
}
#floor_area_gallery_swiper .swiper-slide p {
    text-align: center;
    color: #2b2b2b;
    font-weight: 500;
}
#floor_area_gallery_swiper .swiper-slide p:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
}
#floor_area_gallery_swiper .swiper-slide p:nth-child(2) {
    font-size: 14px;
    margin: 5px 0 15px 0;
}
#floor_area_gallery_swiper .swiper-slide p:last-child {
    font-size: 12px;
    color: #717171;
}
#floor_area_gallery_swiper .swiper-slide a p:last-child span {
    color: #2b2b2b;
}
#estimate_main .est_page_contents_right_item_blank .est_page_contents_right_text {
    padding: 10px 5px;
}
#estimate_main .est_page_contents_right_item_blank .est_page_contents_right_text p {
    line-height: 24px;
    font-size: 12px !important;
    color: #717171 !important;
}

#estimate_main .est_page_contents_right_text {
    padding: 0 20px 20px 20px;
    font-size: 14px;
}
#estimate_main .est_page_contents_right_text p:nth-child(1) {
    font-size: 14px;
    font-weight: 600;
    color: #2b2b2b;
}
#estimate_main .est_page_contents_right_text p:nth-child(2) {
    font-size: 12px;
    font-weight: 500;
    color: #717171;
    margin-top: 5px;
}

#estimate_main div.br + div {
    text-align: center;
}

#estimate_main .btn_next {
    display: inline-block;
    width: 150px;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    text-align: center;
    color: white;
    background: #636363;
    margin-top: 40px;
    /* border: 1px solid #f5af19; */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #estimate_main .btn_next {
        line-height: 39px;
    }
    /* IE10+ CSS styles go here */
}
#estimate_main .btn_next:hover {
    background: #f5af19;
}

#price_result {
    font-size: 12px;
    font-weight: 500 !important;
}
#price_result > span {
    font-size: 14px;
}
#estimate_main article[data-step=result] table {
    width: 80%;
    font-size: 14px;
    margin: 65px auto 20px auto;
}
#estimate_main article[data-step=result] table th {
    width: 70px;
    font-weight: 600;
    color: #2b2b2b;
    text-align-last: justify;
    padding: 10px 30px;
}
#estimate_main article[data-step=result] table td {
    text-align: left;
    font-weight: 400;
    color: #2b2b2b;
    padding: 10px 0 10px 50px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#estimate_main article[data-step=result] table th {
        padding: 14px 30px 6px 30px !important;
    }
    #estimate_main article[data-step=result] table td {
        padding: 14px 0 6px 50px !important;
    }

	/* IE10+ CSS styles go here */
}
#estimate_main article[data-step=result] table tr:not(:first-child):not(:last-child) > * {
    border-top: 1px solid #e7e7e7;
}
#estimate_main article[data-step=result] table tr:first-child > * {
    border-top: 3px solid #f7941d;
}
#estimate_main article[data-step=result] table tr:last-child > * {
    border-top: 1px solid #464646;
    padding-top: 15px;
}
#estimate_main article[data-step=result] table tr:last-child td {
    padding: 10px 0 10px 30px;
}
#result_attention {
    float: none !important;
    width: 75%;
    font-size: 12px;
    font-weight: 500;
    color: #2b2b2b;
    margin: auto;
    padding: 10px 35px;
    background: #ebebeb;
    border: 0 !important;
}
#result_attention p {
    line-height: 18px;
}
#result_attention p:first-child {
    font-weight: 600;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#result_attention {
        padding: 14px 35px 6px 35px !important;
	}

	/* IE10+ CSS styles go here */
}

#estimate_right {
    width: 0;
}

#estimate_right_progress > div > div {
    display: none;
}
#estimate_right_progress img {
    width: 100%;
    box-sizing: border-box;
}
#est_right_title,
#est_stat_top {
    display: none;
}
#est_right_title p {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin: 10px 0 0 0;
}
#est_stat_top > img {
    width: 100%;
    padding: 5px 20px 5px 20px;
}
#est_stat_top > p {
    display: none;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 20px 0;
}
#est_stat_top + div {
    background: #ededed;
    margin: 0 25px;
}
#est_stat_top + div > div {
    margin: 0px 20px;
}
#est_stat_top + div > div > div {
    display: inline-block;
}
#estimate_right_progress .est_stat_thumb,
#estimate_right_progress .est_stat_thumb img {
    display: none;
    width: 42px; height: 42px;
    vertical-align: top;
}
#estimate_right_progress .est_stat_thumb + div p {
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    color: #1d1d1d;
    margin-left: 5px;
}
#estimate_right_progress .est_stat_thumb + div p:first-child {
    color: #747474;
}
#estimate_right_progress #est_stat_price,
#estimate_right_result #est_right_price_container {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 25px;
    background: #464646;
    /* border: 1px solid #b7b7b7; */
    margin-bottom: 20px;
}
#estimate_right_progress #est_stat_price p:nth-child(1),
#estimate_right_result #est_right_price_container p:nth-child(1) {
    color: white;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
#estimate_right_result #est_right_price_container p:nth-child(1) span {
    color: #969696;
    font-size: 10px;
}
#estimate_right_progress #est_stat_price p:nth-child(2),
#estimate_right_result #est_right_price_container p:nth-child(2) {
    color: #f5af19;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
}
#estimate_right_progress #est_stat_price #est_stat_price_text,
#estimate_right_result #est_right_price_container #est_right_price {
    font-size: 20px;
    font-weight: 500;
}
#estimate_right_progress div.br {
    background: #ededed;
    padding: 10px;
    margin: 0 20px;
}
#estimate_right_progress div.br:not(:first-child) {
    border-top: 1px solid white;
}

#estimate_right_result {
    position: absolute !important;
    top: 0;
    left: 0;
    text-align: center;
    z-index: -1;
}
/* #est_right_price_container {
    font-size: 12px;
    color: #2b2b2b;
}
#est_right_price_container p:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0 5px 0;
}
#est_right_price_container p:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
}
#est_right_price_container p:nth-child(2) span {
    font-size: 18px;
    font-weight: 600;
} */

#btn_est_consult a,
#btn_est_scrap a {
    display: inline-block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    background: #f5af19;
    margin: 15px 0 -7px 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #btn_est_consult a,
    #btn_est_scrap a {
        line-height: 50px;
    }
    /* IE10+ CSS styles go here */
}
#btn_est_scrap a {
    background: #636363;
}


#est_monthly_event {
    padding: 15px 30px;
}
#est_monthly_event > p:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
}

#est_monthly_event > p:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    margin: 12px 0 28px 0;
}

#est_monthly_event .est_monthly_event_title {
    font-size: 16px;
    font-weight: 600;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
    padding: 12px 0;
    margin: 20px 0 20px 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #est_monthly_event .est_monthly_event_title {
        padding: 13px 0 5px 0;
    }
    /* IE10+ CSS styles go here */
}
#est_monthly_event .est_monthly_event_title.orange  {
    color: #f5af19;
    border-top: 1px solid #f5af19;
    border-bottom: 1px solid #f5af19;
}
#est_monthly_event li, #est_monthly_event_2 p:not(.est_monthly_event_title) {
    text-align: left;
}

#est_monthly_event_1 ul li {
    font-size: 12px;
    color: #2b2b2b;
    font-weight: 500;
}
#est_monthly_event_1 ul li::before {
    content: '· ';
}

#est_monthly_event_2 > p:not(.est_monthly_event_title) {
    font-size: 14px;
    font-weight: 500;
    color: #0c0c0c;
    margin-bottom: 10px;
    text-align: center;
}
#est_monthly_event_2 ul li {
    font-size: 12px;
    color: #2b2b2b;    
    font-weight: 500;
}
#est_monthly_event_2 ul li:not(est_right_small) {
    margin-bottom: 2px;
}
#est_monthly_event_2 ul li.est_right_small {
    font-weight: 400;
}



#request_est_consult_panel_wrapper {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 10000;
}
#request_est_consult_panel {
    position: relative;
    width: 450px; 
    /* height: 680px; */
    margin: 5% auto;
    text-align: center;
}
#request_est_consult_panel section > div {
    height: 70px;
    /* background: #5bba98; */
}
#request_est_consult_panel section > div p:first-child {
    font-size: 18px;
    padding: 14px 0 5px 0;
}
#request_est_consult_panel section > div p:nth-child(2) {
    font-size: 12px;
    margin: 0;
} 
#request_est_consult_panel section > div p {
    text-align: center;
    color: white;
}
#request_est_consult_panel section > div a {
    position: absolute;
    display: block;
    top:20px; right:15px;
}
#request_est_consult_panel article p.title {
    font-size: 28px;
    color: #018459;
    text-align: center;
    margin: 15px 0 0 0;
}
#request_est_consult_panel article p.title + p {
    font-size: 14px;
    color: #3b3b3b;
    text-align: center;
    margin: 10px 0 30px 0;
}

#request_est_consult_panel form {
    padding: 20px 45px;
    text-align: left;
    background: #f5f6f8;
}

#request_est_consult_panel form input:not(:first-child),
#request_est_consult_panel form select {
    width: 344px;
    font-size: 14px;
    color: #8b8b8b;
    border: 2px solid #d7d7d7;
    margin-bottom: 10px;
}

#request_est_consult_panel form p:not(:first-child) {
    font-size: 1rem;
    margin: 5px 0 10px 0;
}

#query_form_privacy_policy_agree {
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 60px;
}
#query_form_privacy_policy_agree th {
	height: auto;
	text-align: left;
}
#query_form_privacy_policy_agree th:nth-child(1) {
	width: auto;
}
#query_form_privacy_policy_agree th:nth-child(2) {
	width: 110px;
}
#query_form_privacy_policy_agree th:nth-child(3) {
	width: 80px;
}
#btn_privacy_policy_agree {
	width: 20px; height: 20px;
}
#btn_privacy_policy_agree + label {
    font-size: 16px;
}

#privacy_policy_text_row td div {
	max-height: 250px;
	overflow-y: scroll;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #ccc;
}


#request_est_consult_panel #est_consult_spec {
    font-size: 15px;
    text-align: left;
    color: #3b3b3b;
    background: white;
    border: 2px solid #d7d7d7;
    padding: 20px 0;
    margin: 10px 0;
}
#request_est_consult_panel #est_consult_spec table th {
    text-align-last: justify;
    padding: 8px 30px 8px 20px;
}
#request_est_consult_panel #est_consult_spec table tr:last-child th {
    /* padding: 13px 30px 13px 20px; */
}
#request_est_consult_panel #est_consult_spec table td {
    display: inline-block;
    width: 235px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    padding: 8px 0;
}
#request_est_consult_panel #est_consult_spec table tr:last-child td {
    /* font-size: 12px;
    padding: 13px 0 13px; */
}
#est_consult_spec_price {
    font-size: 15px;
    font-weight: 500;
}

    

#request_est_consult_panel .rcp_checkbox {
    float: left;
    position: relative;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}
#request_est_consult_panel .rcp_checkbox input[type="checkbox"] {	/* 실제 체크박스는 화면에서 숨김 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}
#request_est_consult_panel .rcp_checkbox input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
#request_est_consult_panel .rcp_checkbox input[type="checkbox"] + label:before {	/* 가짜 체크박스 */
    /* font-family: FontAwesome; */
    /* content: '\f05d';	체크표시 유니코드 사용 */
    content: ' ';
    background: url('/images/pc/login_panel/btn_check.png') no-repeat center;
	display: inline-block;
	width: 21px;	/* 체크박스의 너비를 지정 */
	height: 21px;	/* 체크박스의 높이를 지정 */
	line-height: 21px; /* 세로정렬을 위해 높이값과 일치 */
	margin: -2px 8px 0 0;
	text-align: center; 
    vertical-align: middle;
    color: #979797;
}
#request_est_consult_panel .rcp_checkbox input[type="checkbox"]:checked + label:before {	/* 체크박스를 체크했을때 */ 
	/* font-family: FontAwesome; */
    /* content: '\f05d';	체크표시 유니코드 사용 */
    content: ' ';
    background: url('/images/pc/login_panel/btn_checked.png') no-repeat center;
	color: #07855b;
}

#request_est_consult_panel form > input[type="text"],
#request_est_consult_panel form > input[type="password"] {
    margin-top: -1px;
}
#request_est_consult_panel #fixed_qna_name {
    margin-top: 25px;
}
#request_est_consult_panel #fixed_qna_contents {
    margin-top: 15px;    
}

#request_est_consult_panel form > div:nth-child(2) {
    margin: 0 0 5px 0;
    float: right;
}
#request_est_consult_panel form > div:nth-child(3) {
    clear: both;
    height: 88px;
    border: 1px solid #ccc;
    background: #ebebeb;
    overflow-x: hidden;
    overflow-y: scroll;
}
#request_est_consult_panel form textarea {
    width: 344px; height: 184px;
    font-size: 15px;
    padding: 7px;
    border: 2px solid #d7d7d7;
}
#request_est_consult_panel form #btn_est_consult_submit {
    width: 360px; height: 50px;
    text-align: center;
    background: #484848;
    margin: 15px auto 0 auto;
}
#request_est_consult_panel form button {
    width: 360px; height: 50px;
    font-size: 19px;
    color: white;
    background: none;
    border: none;
}

#request_est_consult_complete_panel_wrapper {
    display: none;
    position: absolute;
    left: 0; top: 70px;
    width:100%; height:100%;
    background: rgba(0, 0, 0, 0.7);
}
#request_est_consult_complete_panel {
    position: relative;
    left: 0; top: 0;
    width: 100%; height: 730px;
    text-align: center;
    background: #f5f6f8;
    margin: auto;
    padding: 20px 0;
}
#request_est_consult_complete_panel p.title {
    font-size: 24px;
    color: #018459;
    text-align: center;
    margin: 15px 0 30px 0;
}
#request_est_consult_complete_panel p:nth-child(2) {
    font-size: 18px;
    color: #2c2c2c;
}
#request_est_consult_complete_panel p:nth-child(2) span {
    color: #f5af19;
}
#request_est_consult_complete_panel p.bottom {
    font-size: 14px;
    color: #282727;
}
#request_est_consult_complete_panel p.bottom span {
    color: #1a1a1a;
}
#request_est_consult_complete_panel span {
    font-weight: bold;
}
#request_est_consult_complete_panel a {
    display: block;
    width: 200px; line-height: 50px;
    font-size: 18px;
    color: white;
    background: #f5af19;
    margin: 30px auto 0 auto;
}
#request_est_consult_complete_contents {
    width: 355px; height: 410px;
    background: white;
    border: 2px solid #d7d7d7;
    margin: 20px auto;
}
#request_est_consult_complete_contents > p {
    width: 310px;
    font-size: 18px;
    color: #181818;
    padding: 30px 0 15px 0;
    border-bottom: 1px solid #c2c2c2;
    margin: auto;
}
#request_est_consult_complete_contents > table {
    width: 260px;
    margin: 30px auto;
}
#request_est_consult_complete_contents > table th {
    width: 80px; height: 27px;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #757575;
}
#request_est_consult_complete_contents > table td {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #2d2d2d;
}

/*  */

#estimate_user_join_panel {
    position: relative;
    width: 450px;
    padding-bottom: 40px;
    margin: 5% auto;
    background: #f5f6f8;
}
#estimate_user_join_panel_title {
    /* margin-bottom: 20px; */
}
#estimate_user_join_panel_title p {
    text-align: center;
}
#estimate_user_join_panel_title p:nth-child(1) {
    font-size: 32px;
    color: #018459;
    padding: 40px 0 15px 0;
}
#estimate_user_join_panel_title p:nth-child(2) {
    font-size: 15px;
    color: #8b8b8b;
    padding-bottom: 40px;
}
#estimate_user_join_panel form > input:not(#estimate_join_button):not(#estimate_join_password) {
    display: block;
    width: 355px !important; height: 34px !important;
    font-size: 15px;
    margin: 5px auto;
}
#estimate_user_join_panel form input#estimate_join_button {
    display: block;
    clear: both;
    width: 170px;
    height: 50px;
    font-size: 17px;
    color: white;
    background: #018459;
    margin: 95px auto 0 auto;
}
#estimate_user_join_panel #estimate_join_password {
    width: 355px !important;
    height: 34px !important;
    margin-left: 39px;
    background: url('/images/pc/login_panel/ico_lock.png') no-repeat 95%;
    background-color: white;
}

#estimate_user_join_panel #estimate_join_email_check_msg_1 {
    display: none;
    position: absolute;
    top: 186px;
    right: 60px;
    width: 180px;
    color: #028358;
    font-size: 12px;
    text-align: left;
}
#estimate_user_join_panel #estimate_join_email_check_msg_2 {
    display: none;
    position: absolute;
    top: 186px;
    right: 40px;
    width: 200px;
    color: #eb9822;
    font-size: 12px;
    text-align: left;
    border: 0;
}

#estimate_join_certif_send_button {
    position: absolute;
    top: 351px;
    left: 328px;
    width: 70px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: white;
    background: #f5af19;
    border: 0;
}
#estimate_join_certif_confirm_button {
    position: absolute;
    top: 408px;
    left: 328px;
    width: 70px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: white;
    background: #959595;
    border: 0;
}
#estimate_join_certif_success_message {
    color: #028358;
    position: absolute;
    top: 414px;
    left: 124px;
}

#estimate_user_join_panel #estimate_policy_section {
    width: 355px;
    /* height: 268px; */
    /* background: white; */
    /* border: 1px solid #8b8b8b; */
    margin: 8px 0 0 0;
    padding: 15px 38px;
}
#estimate_user_join_panel #estimate_policy_usage_agreement, #estimate_user_join_panel #estimate_policy_privacy_agreement {
    margin-top:35px;
    height: 88px;
    text-align: left;
    overflow: auto;
    background: #ebebeb;
    border: 1px solid #c2c2c2;
}

#estimate_user_join_panel .jp_checkbox {
    float: left;
    position: relative;
    font-size: 14px;
    color: #2c2c2c;
    line-height: 25px;
    text-align: left;
}
#estimate_user_join_panel .jp_checkbox input[type="checkbox"] {	/* 실제 체크박스는 화면에서 숨김 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}
#estimate_user_join_panel .jp_checkbox input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
#estimate_user_join_panel .jp_checkbox input[type="checkbox"] + label:before {	/* 가짜 체크박스 */
    /* font-family: FontAwesome; */
    /* content: '\f05d';	체크표시 유니코드 사용 */
    content: ' ';
    background: url('/images/pc/login_panel/btn_check.png') no-repeat center;
	display: inline-block;
	width: 21px;	/* 체크박스의 너비를 지정 */
	height: 21px;	/* 체크박스의 높이를 지정 */
	line-height: 21px; /* 세로정렬을 위해 높이값과 일치 */
	margin: -2px 8px 0 0;
	text-align: center; 
    vertical-align: middle;
    color: #979797;
}
#estimate_user_join_panel .jp_checkbox input[type="checkbox"]:checked + label:before {	/* 체크박스를 체크했을때 */ 
	/* font-family: FontAwesome; */
    /* content: '\f05d';	체크표시 유니코드 사용 */
    content: ' ';
    background: url('/images/pc/login_panel/btn_checked.png') no-repeat center;
	color: #07855b;
}
#estimate_user_join_panel .jp_checkbox span {
    font-size: 12px;
    color: #07855b;
}