/*
메인
*/
#content.main{
	width:auto;
}
#main_contents_wrapper {
    position: relative;
}

/*  #main_visual_contents
    mv_*
    메인 비주얼 롤링 배너
*/

#main_visual_contents {
    position: relative;
}

#main_visual_contents article {
    position: absolute;
    width:100%; height:100%;
    overflow: hidden;
}
#main_visual_contents article:not(:first-child) {
    display: none;
}


#main_visual_contents article img { /* 임시배경 */
    width:100%; height:100%;
    /* background: url('/images/pc/pub/visual_tmp.png') 50% center / cover no-repeat; */
    /* background: url('/images/pc/pub/visual_1.png') 50% center / cover no-repeat; */
}
#main_visual_contents article img {
    transition: all 5s ease;
    -moz-transition: all 5s ease;
    -ms-transition: all 5s ease;
    -webkit-transition: all 5s ease;
    -o-transition: all 5s ease;
}
#main_visual_contents article:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2); /* IE 9 */
}

#main_visual_contents > article > a > div {
    position: absolute;
    left: 0; top: 35%;
    width: 100%;
    z-index: 2;
}
#main_visual_contents > article > a > div > div {
    width: 1200px;
    max-width: 80%;
    /* width: 800px; */
    margin: 0 auto;
}
#main_visual_contents p {
    color: white;
    text-shadow: 1px 1px rgba(0,0,0, 0.6);
    margin-top: 0;
    /* margin-left: -25%; */
}

.mv_sub_title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}
.mv_title {
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 20px;
}
.mv_comment {
    font-size: 18px;
    font-weight: 400;
	line-height:1.6;
}
.mv_btn_more {
    display: inline-block;
    width: 250px; line-height:40px;
    border: 1px solid white;
    font-size: 1.1rem;
    text-align: center;
    color: white;
    margin-top: 24px !important;
}
.mv_btn_more:hover {
    background: #f5af19;
    border: 1px solid transparent;
    text-shadow: none !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.mv_btn_more {
        line-height: 32px;
        padding-top: 8px;
	}

	/* IE10+ CSS styles go here */
}

#main_visual_contents > div {
    position: absolute;
    left:0; top:0;
    width: 100%; height: 100%;
}
#mv_btns {
    position: relative;
    max-width: 1390px;
    height: 100%;
    margin: auto auto;
}
#mv_btns > div {
    position: relative;
    top:45%;
    font-size: 5rem;
    font-weight: 600;
    color: white;
    opacity: 0.5;
    z-index: 3;
}
#mv_btns > div:hover {
    opacity: 1;
}
#mv_btn_left_page {
    float: left;
}
#mv_btn_right_page {
    float: right;
}
#mv_page_indicator {
    position: absolute;z-index: 5;
    bottom: 25px;
    width:100%;
    margin: 30px auto;
    text-align: center;
}
#mv_page_indicator > a {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 7.5px;
    background: white;
    opacity: 0.6;
    margin: 0px 8px 15px 0px;
    transition-property: width;
    transition: ease-in-out .3s;    
}
#mv_page_indicator > a:hover {
    background: #f5af19;
    opacity: 1;
}
#mv_page_indicator > a.active {
    width: 50px;    
    background: #f5af19;
    opacity: 1;
}


/* 
    main_visual_contents_v2

*/

#main_visual_contents_v2 {
    position: relative;
    height: 600px;
    padding-top: 125px;
}

#main_visual_contents_v2 article a {
    display: block;
    position: relative;
    width: 920px;
    height: 518px;
    padding: 0 60px;
    margin-bottom: 35px;
    outline: 0;
}
#main_visual_contents_v2 article a > *:not(div) {
    width: 100%;
    height: 100%;
}
#main_visual_contents_v2 article a:not(.slick-current) video {
    display: none;
}
#main_visual_contents_v2 article a.slick-current video + img {
    display: none;
}
#main_visual_contents_v2 article .slick-arrow {
    position: absolute;
    top: calc(50% - 60px);
    /* background: rgba(0,0,0,0.7); */
    padding: 15px 23px;
    z-index: 5;
}
#main_visual_contents_v2 article .slick-prev {
    /* left: 0; */
    right: calc(50% + 460px + 17px);
}
#main_visual_contents_v2 article .slick-next {
    /* right: 0; */
    left: calc(50% + 460px + 17px);
}
#main_visual_contents_v2 article .slick-dots {
    position: relative;
    width: 500px;
    text-align: center;
    margin: -20px auto 0 auto;
}
#main_visual_contents_v2 article .slick-dots > li {
    display: inline-block;
    background: whitesmoke;
    border-radius: 7px;
    margin: 0 7px;
    transition: all 300ms;
}
#main_visual_contents_v2 article .slick-dots > li button {
    display: block;
    width: 14px;
    height: 14px;
    color: transparent;
    background: #acaab5;
    border: 0;
    border-radius: 7px;
    outline: 0;
    transition: width 0 linear;
    transition-property: width;
    transition-timing-function: linear;
    transition-duration: 0;
}
#main_visual_contents_v2 article .slick-dots > li.slick-active {
    width: 70px;
}
#main_visual_contents_v2 article .slick-dots > li.slick-active button {
    /* width: 100%; */
    width: 70px;
    background: #f5af19;
}


.main_visual_contents_v2_btn {
    position: absolute;
    /* display: none; */
    bottom: -35px;
    /* bottom: 42px; */
    right: calc(50% - 460px + 10px);
    font-size: 17px;
    text-align: right;
    color: #272727;
    transition: all 100ms;
    opacity: 0;
}
.main_visual_contents_v2_btn * {
    display: inline !important;
    vertical-align: middle;
}
#main_visual_contents_v2 .slick-active .main_visual_contents_v2_btn {
    /* display: block; */
    opacity: 1;
}



/* 
    section top
*/

section > .line_top {
    width: 1300px;
    color: #262626;
    margin: auto;
}
section > .line_top > h3 {
    font-size: 50px;
    font-weight: 600;
    padding-left: 90px;
}
section > .line_top > p {
    font-size: 18px;
}
section > .line_top > p > span {
    vertical-align: middle;
}
section > .line_top > p > .line {
    display: inline-block;
    width: 80px;
    height: 5px;
    background: #018459;
    margin-right: 10px;
}


/* 
    handaum's new
*/
#list_handaums_new {
    margin: 30px 0;
}
#handaums_new .line_top + div {
    width: 1300px;
    margin: auto;
}

#list_handaums_new li {
    display: inline-block;
    position: relative;
    width: 400px;
    height: 500px;
    border: 1px solid #cecece;
    padding: 21px;
    margin: 30px 15px;
    box-sizing: border-box;
}
#list_handaums_new li a {
    outline: 0;
}
#list_handaums_new li .img {
    height: 230px;
}
#list_handaums_new li .text .title {
    font-size: 24px;
    font-weight: 600;
    color: #262626;
    text-align: left;
    padding: 0;
    margin: 20px 0 10px 0;
}
#list_handaums_new li .text .description {
    font-size: 16px;
    font-weight: 500;
    color: #555;
}
#list_handaums_new li .btn_view_more {
    display: inline-block;
    font-size: 14px;
    color: #f5af19;
    text-align: center;
    border: 1px solid #f5af19;
    padding: 15px 40px;
}
#list_handaums_new li .bottom_btn {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
#list_handaums_new li:hover {
    border: 3px solid #f5af19;
    background: #ebebeb;
}
#list_handaums_new li:hover .btn_view_more {
    color: white;
    background: #f5af19;
}
#list_handaums_new .slick-arrow {
    position: absolute;
    top: calc(50% - 28px);
    z-index: 3;
}
#list_handaums_new .slick-prev {
    left: -50px;
}
#list_handaums_new .slick-next {
    right: -50px;
}

/* 
    House Gallery
*/

#menu_house_gallery {
    position: relative;
    width: 1300px;
    margin: 60px auto;
}
#menu_house_gallery hr {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #898989;
    border: 0;
    z-index: -1;
}
#menu_house_gallery ul:after { content:''; clear:both; display:block; }
#menu_house_gallery ul li {
    float: left;
    width: calc(1300px / 5);
}
#menu_house_gallery ul li .dot {
    width: 20px;
    height: 20px;
    border: 5px solid #707070;
    border-radius: 50%;
    background: white;
    margin: 0 auto 10px auto;
}
#menu_house_gallery ul li .dot + p {
    font-size: 18px;
    color: #35382b;
    text-align: center;
}
#menu_house_gallery ul li.active .dot {
    background: #f5af19;
    border-color: #f5af19;
}
#menu_house_gallery ul li.active .dot + p {
    color: #f5af19;
}
#house_gallery_contents {
    position: relative;
    width: calc(324px * 4);
    height: calc(264px * 2);
    margin: 30px auto 60px auto;
}
#house_gallery_contents > div {
    position: absolute;
    top: 0; left: 0;
    transition: all 500ms;
    opacity: 0;
    z-index: -1;
}
#house_gallery_contents > div.active {
    opacity: 1;
    z-index: 1;
}
#house_gallery_contents .list_img:after { content:""; clear:both; display:block; }
#house_gallery_contents .list_img .img {
    position: relative;
    float: left;
    width: 300px;
    height: 200px;
    background-color: whitesmoke;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 12px;
    overflow: hidden;
}
#house_gallery_contents .list_img .img a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
}
#house_gallery_contents .list_img .img .text{
    position: absolute;
    left: 0; right: 0;
    /* bottom: 0; */
    bottom: -70px;
    line-height: 1.8;
    font-size: 14px;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    opacity: 0;
    transition: all 300ms;
}
#house_gallery_contents .list_img .img:hover .text{
    bottom: 0;
    opacity: 1;
}
#house_gallery_contents .list_img .img .text > p:nth-of-type(1) {
    font-weight: 500;
}


/* 
    HOT CLIP
*/
#section_hot_clip {
    background: #ebebeb;
    padding: 40px;
}
#menu_hot_clip {
    width: 1300px;
    position: relative;
    margin: auto;
}
#menu_hot_clip > ul {
    position: absolute;
    top: -30px;
    right: 0;
}
#menu_hot_clip > ul > li {
    float: left;
    margin-right: 10px;
}
#menu_hot_clip > ul > li > a {
    display: block;
    width: 120px;
    text-align: center;
    border: 1px solid #c2c2c2;
    background: white;
    padding: 10px 0;
}
#menu_hot_clip > ul > li.active > a {
    color: white;
    border: 1px solid #018459;
    background: #018459;
}
#hot_clip_contents {
    position: relative;
    width: calc(324px * 4);
    height: calc(264px * 2);
    margin: 30px auto;
}
#hot_clip_contents > div {
    position: absolute;
    top: 0; left: 0;
    transition: all 500ms;
    opacity: 0;
    z-index: -1;
}
#hot_clip_contents > div.active {
    opacity: 1;
    z-index: 1;
}
#hot_clip_contents .list_img:after { content:""; clear:both; display:block; }
#hot_clip_contents .list_img .img {
    float: left;
    width: 300px;
    /* height: 240px; */
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 12px;
}

#hot_clip_contents a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    padding: 20px;
    box-sizing: border-box;
    transition: all 300ms;
}
#hot_clip_contents a:hover {
    background: rgba(0,0,0,0.6);
}

#hot_clip_contents a table {
    width: 100%;
}
#hot_clip_contents a table td {
    text-align: center;
}

#hot_clip_contents a > div:nth-of-type(1) {
    margin-top: 36px;
    transition: all 500ms;
}
#hot_clip_contents a:hover > div:nth-of-type(1) {
    margin-top: 0;
}
#hot_clip_contents a > div:nth-of-type(1) table tr:nth-of-type(1) td {
    /* height: 40px; */
    height: 20px;
    font-size: 16px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
#hot_clip_contents a > div:nth-of-type(1) table tr:nth-of-type(1) td button {
    /* margin-bottom: -4px; */
    margin-bottom: 12px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #hot_clip_contents a > div:nth-of-type(1) table tr:nth-of-type(1) td button {
        /* margin-bottom: -14px; */
        
	}
	/* IE10+ CSS styles go here */
}

#hot_clip_contents a > div:nth-of-type(1) table tr:nth-of-type(2) td {
    height: 30px;
    border-top: 1px solid white;
}
#hot_clip_contents a > div:nth-of-type(1) table tr:nth-of-type(2) td:nth-of-type(1) {
    border-left: 1px solid white;
}
#hot_clip_contents a > div:nth-of-type(1) table tr:nth-of-type(2) td:nth-of-type(2) {
    border-right: 1px solid white;
}

#hot_clip_contents a > div:nth-of-type(2) {
    position: relative;
    height: 0;
    transition: all 500ms;
}
#hot_clip_contents a:hover > div:nth-of-type(2) {
    /* height: 108px; */
    height: 78px;
}
#hot_clip_contents a button {
    min-height: 16px;
    color: white;
    text-align: center;
    font-family: 'Noto Sans KR',sans-serif;
    font-size: 16px;
    vertical-align: middle;
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
}
#hot_clip_contents a > div:nth-of-type(2) > button {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 100%;
    font-weight: 400;
    margin-top: -8px;
}
/* #hot_clip_contents > div:first-of-type ~ div a > div:nth-of-type(2) > button {
    margin-top: -16px;
} */
#hot_clip_contents > div a > div:nth-of-type(2) > button {
    margin-top: -16px;
    transition: all 300ms;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#hot_clip_contents > div a > div:nth-of-type(2) > button {
        margin-top: -8px;
	}
	/* IE10+ CSS styles go here */
}
#hot_clip_contents > div:first-of-type ~ div a > div:nth-of-type(2) > button > p:nth-of-type(1) ~ p {
    font-size: 14px;
}
#hot_clip_contents a:hover > div:nth-of-type(2) > button {
    margin-top: 0;
}
#hot_clip_contents a > div:nth-of-type(2) > button > p:nth-of-type(1) {
    font-weight: 500;
}
#hot_clip_contents a > div:nth-of-type(2) > button > p:nth-of-type(1) ~ p {
    opacity: 0;
    transition: all 300ms;
}
#hot_clip_contents a:hover > div:nth-of-type(2) > button > p:nth-of-type(1) ~ p {
    opacity: 1;
    transition-delay: calc( .2s * var(--i) );
}

#hot_clip_contents a > div:nth-of-type(3) {
    height: 20px;
    border-bottom: 1px solid white;
    border-left: 1px solid white;

    border-right: 1px solid white;
}

#hot_clip_contents a > div:nth-of-type(3) table td {
}
#hot_clip_contents a > div:nth-of-type(3) table td:nth-of-type(1) {
}
#hot_clip_contents a > div:nth-of-type(3) table td:nth-of-type(2) {
}





/*  #awards_section

*/
#awards_section {
    background: #ebebeb;
}
#awards_section table {
    width: 100%;
    height: 120px;
}
#awards_section td {
    text-align: center;
    vertical-align: middle;
}
#awards_section img {
    display: inline-block;
    margin: 0 45px;
    transform: scale(0.9);
}



/*  #rep_section
    rep*
    메인 비주얼 배너 하단 컨텐츠 영역
    한다움 소식, 주택 사례, 우리집 건축비용, 건축 상담
*/

#rep_section {
    /* height: 540px; */
    text-align: center;
    /* background: #ebebeb; */
    padding: 60px 0px 80px 0px;
}

#rep_text, #handaum_story_section_title {
    font-size: 32px;
    font-weight: 500;
    color: #2b2b2b;
}
#rep_sub_text, #handaum_story_section_sub_text {
    font-size: 19px;
    font-weight: 400;
    color: #717171;
    margin-top: 10px;
}
.rep_content {
    width: 285px; height: 320px;
    margin: 65px 10px;
    color: white;
    display: inline-block;
    position: relative;
}
.rep_content:nth-of-type(1) {
    background: url('/images/pc/pub/btn_main_contents_1.jpg');
}
.rep_content:nth-of-type(2) {
    background: url('/images//pc/pub/btn_main_contents_2.jpg');
}
.rep_content:nth-of-type(3) {
    background: url('/images/pc/pub/btn_main_contents_3.jpg');
}
.rep_content:nth-of-type(4) {
    background: url('/images/pc/pub/btn_main_contents_4.jpg');
}
.rep_content_text {
    font-size: 1.43rem;
    margin-top: 120px;
}
.rep_content_sub_text {
    font-size: 16px;
    font-weight: 300;
    margin-top: 14px;
}
.rep_content > a > div {
    width: 285px; height: 320px;
    position: absolute;
}

.rep_content_hover {
    /* display: none; */
    background: #f5af19;
    opacity: 0;
}
.rep_content_hover > p:last-child {
    width: 285px;
    position: absolute;
    bottom: 30px;
    font-size: 12px;
    font-weight: 300;
}
/* .rep_content:hover .rep_content_hover {
    display: block;
    background: #84c33d;
} */


/* rep_section _new */
#rep_section .slick-slider {
    position: relative;
}
#rep_section .slick-slide article > div {
    text-align: left;
}
#rep_section .slick-slide:not(.slick-center) .slick_board_name {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
    padding: 25px 0 0 30px;
}
#rep_section .slick-slide:not(.slick-center) .slick_title {
    font-size: 17px;
    color: #231f20; 
    padding: 10px 30px;
}
#rep_section .slick-center .slick_board_name {
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    padding: 25px 0 0 30px;
}
#rep_section .slick-center .slick_title {
    font-size: 19px;
    color: #231f20;
    padding: 10px 30px;    
}
#rep_section .slick-arrow {
    position: absolute;
    top: calc(50% - 28px);
    color: #ccc;
    background: transparent;
    border: 0;
    outline: 0;
    z-index: 5;
    cursor: pointer;
}
#rep_section .slick-next {
    left: calc(50% + 690px);
}
#rep_section .slick-prev {
    right: calc(50% + 690px);
}




/* 
house_shop_section

*/

#house_shop_section {
    padding: 100px 0;
    text-align: center;
    /* background: url('/images/pc/main/house_shop_bg.png') 50% center / cover no-repeat; */
    background: #ebebeb;
}

#house_shop_section_title {
    font-size: 32px;
    font-weight: 500;
    /* color: white; */
    color: #0d0d0d;
}
#house_shop_section_sub_text {
    font-size: 19px;
    font-weight: 400;
    color: white;
    color: #0d0d0d;
    margin-top: 10px;
}
#house_shop_section > div:nth-child(2) {
    position: relative;
    width: 1225px;
    text-align-last: justify;
    margin: 70px auto 0 auto;
    padding-left: 5px;
}
#house_shop_section > div:nth-child(2)::after { content:""; clear:both; display:block; }
#house_shop_section a {
    position: relative;
    float: left;
    /* display: inline-block; */
    width: 380px;
    height: 300px;
    margin: 10px 12px;
}
#house_shop_section .hover {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    opacity: 0;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    transition: all 300ms;
}
#house_shop_section .hover p {
    position: relative;
    top: 123px; /* for IE transition, calc(50% - 27px) */
    left: 0;
    width: 100%;
    font-size: 24px;
    text-align-last: center;
    transition: all 300ms;
}
#house_shop_section a:hover .hover {
    opacity: 1;
}
#house_shop_section a:hover .hover > p {
    top: 114px; /* for IE transition, calc(50% - 36px) */
}
#house_shop_section a:hover > p {
    opacity: 0;
}

#promotion_gallery_swiper_left_button,
#promotion_gallery_swiper_right_button {
    position: absolute !important;
    top: calc(50% - 28px);
    width: auto !important;
    height: auto !important;
    z-index: 7;
}
#promotion_gallery_swiper_left_button {
    left: -70px;
}
#promotion_gallery_swiper_right_button {
    right: -70px;
}


/* 
    #handaum_story_section
    *hs_category*
    #hs_contents_wrapper
    한다움 스토리 영역 (카테고리 4가지 포함)
*/

#handaum_story_section {
    /* height: 730px; */
    padding: 0 0 100px 0;
    text-align: center;
}

#handaum_story_contents {
    position: relative;
    width: 1200px; height: 445px;
    margin: 75px auto 10px auto;
}

#handaum_story_contents > a {
    position: absolute;
}
#handaum_story_contents > a:hover .handaum_story_contents_hover {
    display: block;
}
#handaum_story_contents > .handaum_story_contents_small {
    width: 270px; height: 215px;
}
#handaum_story_contents > .handaum_story_contents_small > div:not(.handaum_story_contents_hover) {
    position: relative;
    height: 100%;
}
#handaum_story_contents > .handaum_story_contents_small figure {
    position: absolute;
    width: 100%;
    bottom: 86px;
    font-size: 20px;
    font-weight: 500;
    color: white;
    margin: 0;
}
#handaum_story_contents > .handaum_story_contents_small figure figcaption {
    margin-top: 5px;
}
#handaum_story_contents > .handaum_story_contents_small:nth-child(1) {
    top: 0; right: 282px;
}
#handaum_story_contents > .handaum_story_contents_small:nth-child(2) {
    bottom: 0; right: 282px;
}
#handaum_story_contents > .handaum_story_contents_small:nth-child(3) {
    top: 0; right: 0;
}
#handaum_story_contents > .handaum_story_contents_small:nth-child(4) {
    bottom: 0; right: 0;
}

#handaum_story_contents > .handaum_story_contents_small .hover {
    opacity: 0;
    color: white;
    background: rgba(245, 175, 25, 0.8);
    transition: all 300ms;
}
#handaum_story_contents > .handaum_story_contents_small .hover > p {
    position: absolute;
    top: calc(50% - 10px);
    left: 0; right: 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
#handaum_story_contents > .handaum_story_contents_small:hover .hover {
    opacity: 1;
}



.handaum_story_contents_large {
    position: relative;
    top: 0; left: 0;
    height: 100%; width: 635px;
    text-align: left;
    color: white;
    background: #464646;
    /* padding: 24px; */
    box-sizing: border-box;
    cursor: pointer;
}
.handaum_story_contents_large > p:nth-child(1) {
    font-size: 22px;
    font-weight: 400;
    margin: 21px 24px 21px 24px;
}
.handaum_story_contents_large > p:nth-child(1) > span {
    font-size: 14px;
}
.handaum_story_contents_large > p:nth-child(2) {
    font-size: 22px;
    font-weight: 400;
}
.handaum_story_contents_large > div {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    /* width: 520px; */ height: 370px;
    background: transparent;
    border: 0;
}

.handaum_story_contents_hover {
    display: none;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    text-align: center;
    color: white;
    background: #018459;
}
.handaum_story_contents_hover > p:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
    margin: 65px 0 15px 0;
}
.handaum_story_contents_hover > p:nth-child(2) {
    font-size: 14px;

}

/* 
#handaum_story_section_title {
    font-size: 1.5rem;
}

#handaum_story_section_sub_text {
    margin-top:5px;
    font-size: 13px;
}
*/

/* .btn_hs_category {
    width: 100px; height: 130px;
    margin: 50px 22px;
    display: inline-block;
}
.btn_hs_category:hover p {
    color: #F5AF19;
}
.btn_hs_category div {
    position: relative;
    width: 100px; height: 104px;
}
.btn_hs_category img {
    position: absolute;
    left: 0; top: 0;
    width: 100px; height: 100px;
}
.btn_hs_category_hover {
    opacity: 0;
}
.btn_hs_category.active img:not(.btn_hs_category_hover) {
    opacity: 0;
}
.btn_hs_category.active .btn_hs_category_hover {
    opacity: 1;
}
.btn_hs_category.active p {
    color: #F5AF19;
}


.hs_category_text {
    font-size: 14px;
    font-weight: 500;
    color: #2b2b2b;
    margin-top: 5px;
}

#hs_contents_wrapper {
    width: 1200px; height: 405px;
    margin: 0 auto;
    position: relative;
}
#hs_contents_wrapper a {
    position: absolute;
    width: 289px; height: 200px;
    color: white;
}
#hs_contents_wrapper a:first-child {
    left:0; top: 0;
    width:614px;
    height:405px;
}
#hs_contents_wrapper a:nth-child(2) {
    left:618px; top: 0;
}
#hs_contents_wrapper a:nth-child(3) {
    right:0; top: 0;
}#hs_contents_wrapper a:nth-child(4) {
    left:618px; bottom: 0;
}#hs_contents_wrapper a:nth-child(5) {
    right:0; bottom: 0;
}

#hs_contents_wrapper a:first-child {
    background: url('/images/pc/pub/hs_img1.png');
}
#hs_contents_wrapper a:nth-child(2) {
    background: url('/images/pc/pub/hs_img2.png');
}
#hs_contents_wrapper a:nth-child(3) {
    background: url('/images/pc/pub/hs_img3.png');
}
#hs_contents_wrapper a:nth-child(4) {
    background: url('/images/pc/pub/hs_img4.png');
}
#hs_contents_wrapper a:nth-child(5) {
    background: url('/images/pc/pub/hs_img5.png');
}
#hs_contents_wrapper > div:not(:first-child) {
    display: none;
}
#hs_contents_wrapper article div {
    position: absolute;
    left: 45px;
    bottom: 7px;
    font-size: 14px;
    font-weight: 300;
    z-index: 3;
}
#hs_contents_wrapper a:not(:first-child) article div {
    display: none;    
}
.hs_contents_caption_background {
    left: 0 !important; bottom: 0 !important;
    width: 100%;
    height: 32px;
    background: black;
    opacity: 0.7;
    z-index: 1 !important;
} */


/*
    section_bottom

*/
#section_bottom {
    position: relative;
    min-width: 1300px;
    padding: 60px 0 0 0;
    z-index: 10001;
}
#section_bottom > div:nth-of-type(2) {
    margin: 30px auto 0 auto;
}
#section_bottom > div:nth-of-type(2):after {content:""; display:block; clear:both;}
#section_bottom > div:nth-of-type(2) > div {
    float: left;
    height: 500px;
}
#section_bottom > div:nth-of-type(2) > div a {
    position: relative;
    display: block;
    height: calc(500px / 3);
    font-size: 24px;
    background: black;
    padding: 48px 82px;
    box-sizing: border-box;
}
#section_bottom > div:nth-of-type(2) > div a:not(:last-of-type) {
    border-bottom: 1px solid #363636;
}
#section_bottom > div:nth-of-type(2) > div a > p:nth-of-type(1) {
    color: white;
}
#section_bottom > div:nth-of-type(2) > div a > p:nth-of-type(2) {
    color: #9a9a9a;
}
#section_bottom > div:nth-of-type(2) > div a .arrow {
    position: absolute;
    bottom: 53px;
    right: 82px;
}

/* 
    #fast_consult

*/
#fast_consult_section {
    height: 472px;
    background: url('/images/pc/main/fast_consult_background.png') 50% 24% / cover no-repeat;
    padding-top: 128px;
}
#fast_consult_contents {
    position: relative;
    width: 1200px;
    color: white;
    margin: auto;
    padding: 0 20px; 
}
#fast_consult_left {
    float: left;
    text-align: left;
}
#fast_consult_left > p:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
}
#fast_consult_left > p:nth-child(2) {
    font-size: 30px;
    font-weight: 600;
    margin-top: 15px;
}
#fast_consult_left > p:nth-child(3) {
    font-size: 20px;
    font-weight: 300;
    margin-top: 40px;
}
#fast_consult_right {
    float: right;
}
#fast_consult_right > p {
    text-align: right;
    font-size: 20px;
}
#fast_consult_right input:not([name=privacy_policy]) {
    display: block;
    width: 261px;
    height: 24px;
    color: white;
    border: 2px solid #ccc;
    font-size: 13.3px;
    background: rgba(255, 255, 255, 0.1);
    margin: 10px 0;
    padding: 7px;    
}
#fast_consult_right textarea { 
    display: block;
    width: 261px;
    height: 84px;
    border: 2px solid #ccc;
    font-size: 13.3px;
    color: white;
    background: rgba(255, 255, 255, 0.1);
    margin: 10px 0;
    padding: 7px;
    resize: vertical;
}
#fast_consult_right button { 
    width: 279px; height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background: #f5af19;
    border: 0;
    cursor: pointer;
} 

#fast_consult_right input::placeholder { color: white; opacity: 1; /* Firefox */ }
#fast_consult_right input::-webkit-input-placeholder { color: white; }
#fast_consult_right input::-moz-placeholder { color: white; }
#fast_consult_right input:-ms-input-placeholder { color: white; }
#fast_consult_right input::-ms-input-placeholder { color: white; }

#fast_consult_right textarea::placeholder { color: white; opacity: 1; /* Firefox */ }
#fast_consult_right textarea::-webkit-input-placeholder { color: white; }
#fast_consult_right textarea::-moz-placeholder { color: white; }
#fast_consult_right textarea:-ms-input-placeholder { color: white; }
#fast_consult_right textarea::-ms-input-placeholder { color: white; }

.open_policy {
    color: #f5af19;
}

#request_fast_consult_complete_panel_wrapper {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
}
#request_fast_consult_complete_panel {
    position: relative;
    left: 0;
    top: 10vh;
    width: 450px;
    height: 730px;
    text-align: center;
    background: #f5f6f8;
    margin: auto;
    padding: 20px 0;
}
#request_fast_consult_complete_panel p.title {
    font-size: 24px;
    color: #018459;
    text-align: center;
    margin: 15px 0 30px 0;
}
#request_fast_consult_complete_panel p:nth-child(2) {
    font-size: 18px;
    color: #2c2c2c;
}
#request_fast_consult_complete_panel p:nth-child(2) span {
    color: #f5af19;
}
#request_fast_consult_complete_panel p.bottom {
    font-size: 14px;
    color: #282727;
}
#request_fast_consult_complete_panel p.bottom span {
    color: #1a1a1a;
}
#request_fast_consult_complete_panel span {
    font-weight: bold;
}
#request_fast_consult_complete_panel a {
    display: block;
    width: 200px; line-height: 50px;
    font-size: 18px;
    color: white;
    background: #f5af19;
    margin: 30px auto 0 auto;
}
#request_fast_consult_complete_contents {
    width: 355px; height: 410px;
    background: white;
    border: 2px solid #d7d7d7;
    margin: 20px auto;
}
#request_fast_consult_complete_contents > p {
    width: 310px;
    font-size: 18px;
    color: #181818;
    padding: 30px 0 15px 0;
    border-bottom: 1px solid #c2c2c2;
    margin: auto;
}
#request_fast_consult_complete_contents > table {
    width: 260px;
    margin: 30px auto;
}
#request_fast_consult_complete_contents > table th {
    width: 80px; height: 27px;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #757575;
}
#request_fast_consult_complete_contents > table td {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #2d2d2d;
}








/*  #bottom_contents
    .bottom_contents_hover    
    #hdm_contact_banner
    하단 내용 - 로고, 한다움 소식, SNS아이콘, 실시간 건축상담 ...
*/

#bottom_contents {
    position: relative;
    background: white;
    padding: 50px 0 40px 0;
    z-index: 10001;
}

#bottom_contents > div {
    min-width: 1000px;
    max-width: 1000px;
    text-align: justify;
    text-align-last: justify;
    margin: 0 auto;
}

#bottom_contents > div > img {
    vertical-align: middle;
    zoom: 0.5;
}
