

.title_box {
    width: 100%;
    position: relative;
}

.title_box:before,
.title_box:after {
    clear: both;
    content: '';
    display: table;
}

.title_bg {
    background-image: url("/images/background_images/main/main_title_img.jpeg");
    background-position: 50% 53%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.title_bg_color {
    background-color: rgba(33, 33, 33, 0.05);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#59212121,endColorstr=#59212121);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#59212121,endColorstr=#59212121);
    zoom: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.title_con {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.title_con .title_inside{
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    height: 400px;
    width: 100%;
    display: flex;
}

.title_inside .title_text_box {
    width: 100%;
    height: 340px;
    padding-top: 120px;
}

.title_text_box .title_text {
    width: 684px;
    height: 46px;
    text-shadow: rgb(255 255 255) 0px 16px 40px;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: center;
    color: #333;
    margin: 0px auto;
    cursor: default;
}

/*검색*/

.search_tag {
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-bottom: 7px;
    visibility:hidden

}
.search_tag li {
    position: relative;
    padding: 0px 2px;
}


.search_tag li:before {
    position: absolute;
    top: 0px;
    right: -8px;
    width: 1px;
    height: 15px;
    content: "";
    background: #262626;
}

.search_tag li:last-child:before {
    width: 0;
}

.search_tag li a:hover {
    text-decoration: none;
}

.title_search_box{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 10000;
}

.title_search_box .search_box {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 578px;
    height: 196px;
    position: relative;
}

.title_search_box .search_box .input-group {
    display: flex;
}

.title_search_box .search_word_box {
    width: 100%;
    height:250px;
    overflow-y: auto;
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: 11;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 20px 0px;
    display: none;
}

.title_search_box .search_word_con {
    display: flex;
    width: 100%;
    height: 100%;
}

.title_search_box .search_word_sec {
    width: 100%;
    padding: 20px 0px;
    /*border-right: 1px solid rgb(231, 231, 231);*/
}

.title_search_box .search_word_con > div {
    -webkit-box-flex: 1;
    flex-grow: 1;
    height: 100%;
}

.title_search_box .search_word_title {
    height: 32px;
    padding: 0px 0px 8px 20px;
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.title_search_box .search_word_list:before {
    content: "";
    display: table;
}

.title_search_box .search_word_list li {
    width: 100%;
    padding: 8px 20px;
    user-select: none;
    cursor: pointer;
}

.title_search_box .search_word_result {
    display: flex;
    align-items: center;
}

.title_search_box .search_word_empty {
    display: flex;
    align-items: center;
    color: rgb(101, 101, 101);
    cursor: auto;
}

.word_none {
    display: none;
}

.title_search_box #search_input,
.title_search_box #search_btn,
.title_search_box #search_metro {
    border: none;
    height: 60px;

}

.title_search_box #search_input {
    width: 508px;
    padding-top: 17px;
    padding-right: 28px;
    padding-left: 29px;
    padding-bottom: 19px;
    height: 60px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: rgba(255,255,255,1);
}

#search_input.show {
    border-bottom-left-radius: 0;
}

#search_btn {
    background: #408e98;
    color: #fff;
    width: 70px;
    font-size: 20px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#search_btn.show {
    border-bottom-right-radius: 0;
}

.search_box:after {
    content: '';
    display: block;
    clear: both;
}

/*메인컨텐츠*/

.middle_contents {
    width: 100%;
    max-width: 1310px;
    /*min-height: 300px;*/
    margin-bottom: 10px;
    margin: 0 auto;
}

.middle_contents:after {
    content: '';
    display: block;
    clear: both;
}

.partners_box {

}

.card__header-text {
    line-height: 1.4;
}

.card__status {
    width: 260.61px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #495466;
}

.card__description {
    text-align: justify;
    /*display: -webkit-box;*/
    /*height: 53.19px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
    width: 260.61px;
}

.card__pay {
    color: #408e98;
    display: block;
    font-weight: bold;
}

/*스텝박스*/

.step {
    padding: 100px 0 50px 0;
    position: relative;
    min-height: 500px;
}

.step.step_1 {
    padding: 30px 0 70px 0;

}

.step:before, .step:after {
    display: block;
    content: " ";
    clear: both;
}

.step_inside {
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
    position: relative;
}

.step_bg {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.step_bg_color {
    background-color: rgba(33, 33, 33, 0.025);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#59212121,endColorstr=#59212121);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#59212121,endColorstr=#59212121);
    zoom: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.step_bg.step_bg_1 {
    background-image: url("/images/background_images/step/step_bg_1.jpeg");
    background-position: 50% 75%;
}


.step_title {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    color: #333;
}

.step_1 .step_title,
.step_3 .step_title{
    margin-bottom: 15px;
}


.step_title span {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 3em;
    padding-left: 0.25em;
    color: rgba(33, 33, 33, 0.4);
    padding-bottom: 10px;
}


.inside_con {
    line-height: 1.7;
    font-size: 17px;
    word-break: keep-all;
    color: rgb(109, 109, 109);
}

.step_1 .inside_con,
.step_3 .inside_con{
    margin-bottom: 10px;
}

.button_con {
    margin-top: 45px;
}

.button_con .step_button {
    padding: 15px 30px;
    background: transparent;
    border: 1px solid rgba(33, 33, 33, 0.4);
    transition: 0.2s all;
}

.button_con .step_button:hover {
    border: 1px solid #1c3b3f;
    background: #1c3b3f;
    color: #fff;
    transition: 0.2s all;
}

.step_img_box {
    width: 85%;
    height: 480px;
    position: relative;
    overflow: hidden;
    float: right;
}

.step_img_box img {
    position: absolute;
    width: 750px;
}

.partners_img_box {
    width: 100%;
}

.partners_img_box img {
    width: 100%;
}

.main_more_btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px 30px;
    background: transparent;
    border: 1px solid rgba(33, 33, 33, 0.4);
    transition: 0.2s all;
}

.main_more_btn:hover {
    border: 1px solid #1c3b3f;
    background: #1c3b3f;
    color: #fff;
    transition: 0.2s all;
}

/*프리미엄매물*/

.primium_product_box {
    width: 100%;
    /*height: 490px;*/
    background: #408e98;
    box-sizing: border-box;
    padding: 15px;
    color: #fff;
}

/*.primium_product_list,*/
/*.primium_product_conBox {*/
/*float: left;*/
/*}*/

.primium_product_list {
    /*width: 23%;*/
    overflow: hidden;
}

.primium_more_btn {
    background: transparent;
    border: none;
    float: right;
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}


.primium_product_list li .primium_title {
    font-size: 25px;
    font-weight: lighter;
    margin-top: 10px;
    margin-bottom: 15px;
    float: left;
}

.primium_product_list li p {
    opacity: 0.6;
    margin: 8px 0;
    margin-bottom: 12px;
    line-height: 1.2;
    font-size: 15px;


}

.primium_product_list li.primium_li {
    display: flex;
    align-items: center;
    padding: 9px 10px 10px 16px;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s all ease;
    cursor: pointer;
    float: left;
    display: none;
}

.primium_product_list li.primium_li.on {
    background: #fff;
    color: #4A68A1;
    overflow: hidden;
}

.primium_product_list li.primium_li i {
    color: #4A68A1;
    pointer-events: none;
    margin-left: auto;
    font-size: 18px;
}

.primium_product_list li.primium_li.on i {
    pointer-events: auto;
}



.primium_product_conBox {
    width: 100%;
    background: #fff;
    color: #00a0f2;
    /*display: none;*/
    padding: 30px 45px;
    overflow: hidden;
    /*height: 450.53px;*/
    /*min-height: 457px;*/
}

.primium_product_conBox.on {
    display: block;
    color: #00a0f2;
    padding: 20px;
}

.primium_product_conBox .col-md-6:first-child {
    padding-left: 0;
    padding-right: 10px;
}

.primium_product_conBox .col-md-6:last-child {
    padding-right: 0;
    padding-left: 10px;
}

.primium_product_conBox table {
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.primium_product_conBox table tr {
    border-bottom: 1px solid #ddd;
}

.primium_product_conBox table tr:last-child {
    border-bottom: none;
}

.primium_product {
    padding: 25px 5px;
    cursor: pointer;
}

.primium_product .primium_thumb {
    float: left;
    margin-right: 15px;
    width: 143px;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.primium_con {
    width: 495px;
    height: 142.84px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.primium_product .primium_thumb img {
    width: 100%;
    min-height: 100px;
    border-radius: 0;
}

.primium_product dl {
    overflow: hidden;
    position: relative;
    text-align: left;
    vertical-align: top;
}

.primium_product .price {
    padding-top: 0px;
}
.primium_product dt, .primium_product dd {
    padding: 3px 0;
}

.primium_product .primium_addr {
    font-weight: bold;
    color: #495466;
}

.primium_product .primium_info {
    line-height: 18px;
    word-break: break-all;
}

.primium_product .primium_info .title {
    color: #667a9a;
    font-weight: bold;
}

.primium_product .pyong {
    font-weight: normal;
    font-size: 11px;
    color: #999999;
}

.primium_product .primium_info .m_info {
    color: #869ecb;
    font-size: 11px;
}

/*카드 UI 변경 - 20220207*/

.primium_card_box .primium_card_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

#primium_card_slide .slick-list {
    overflow-y: visible;
    overflow-x: hidden;
    padding-bottom: 15px;
}

.primium_card {
    width: 32%;
    margin: 0 7px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 1%), 0 10px 10px -5px rgb(0 0 0 / 10%);
    overflow: hidden;
    border-radius: 0.5rem;
    background-color: #fff;
    border-width: 0;
    border-style: solid;
    border-color: #e2e8f0;
    cursor: pointer;
}

.primium_card_image {
    height: 14rem;
}

.primium_card_image img {
    width: 100%;
    height: 100%;
}

.primium_card_info {
    padding: 1rem;
}

.primium_card_info p {
    margin: 0.28em 0;
}

.primium_product_title {
    letter-spacing: 0.01em;
    font-size: .875rem;
    color: #4a5568;
    font-weight: 700;
}

.primium_product_pay {
    font-size: 1.7rem;
    font-weight: 700;
    color: #333;
    min-height: 27.2px;
}

.primium_product_address {
    color: #4a5568;
}

.primium_sub_info {
    width: 364.8px;
    padding: 1rem;
    border-top-width: 1px;
    border-style: solid;
    border-color: #e2e8f0;
    color: #1a202c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 47px;
}




/*배너슬라이드_중간*/

#primium_slide {
    width: 100%;
    clear: both;
}


.primium_slide_prev,
.primium_slide_next
{
    font-size: 50px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #4eb1ac;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
}

.primium_slide_prev:hover,
.primium_slide_next:hover
{
    color: #408e98;
    outline: none;
    background: transparent;
}

.primium_slide_prev
{
    left: 0;
}

.primium_slide_next
{
    right: 0;
}

#mid_banner_slide button {
    z-index: 10;
}

#mid_special_product {
    width: 100%;
    /*height: 490px;*/
    background: #4eb1ac;
    box-sizing: border-box;
    padding: 15px;

}

.mid_special_box {
    width: 100%;
    background: #fff;
    padding: 10px 45px;
    overflow: hidden;
    border-radius: 5px
}




.mid_special_list {
width: 100%;
display: flex;
flex-wrap: wrap;
}



.mid_special_list li {
display: flex;
flex-direction: column;
flex: none;
flex-basis: 24.3%;
margin: 5px;
box-sizing: border-box;
min-height: 250px;
    cursor: pointer;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 1%), 0 10px 10px -5px rgb(0 0 0 / 10%);
}


.mid_special_list li:first-child,
.mid_special_list li:nth-child(5),
.mid_special_list li:nth-child(9),
.mid_special_list li:nth-child(13)
{
margin-left: 0;
}

.mid_special_list li:nth-child(4),
.mid_special_list li:nth-child(8),
.mid_special_list li:nth-child(12),
.mid_special_list li:nth-child(16)
{
margin-right: 0;
}

.mid_special_list li:hover img {
transform: scale(1.1);
transition: 0.3s all;
}

.mid_item_site {
position: relative;
overflow: hidden;
width: 100%;
height: 150px;
}



.mid_special_list li img {
position: absolute;
width: 100%;
min-height: 150px;
transition: 0.3s all;
}

.mid_item_header {
padding: 1em;
    padding-bottom: 0.5em;
}

.mid_item_header .card__description {
padding: 0.5em 0em 0.5em;
color: rgba(0, 0, 0, 0.5);
}



/*최신등록매물*/

.special_more_btn,.new_more_btn {
    background: transparent;
    border: none;
    float: right;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.special_more_btn:hover,.new_more_btn:hover {
    color: #4A68A1;
}

.cardForProduct img {
    width: 100%;
    min-height: 100%;
}


.new_arrival_box {
    width: 100%;
    background: #4eb1ac;
    box-sizing: border-box;
    padding: 15px;
    min-height: 300px;
}

.new_list_box {
    width: 100%;
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}

.new_arrival_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}




.new_arrival_list li {
    display: flex;
    flex-direction: column;
    flex: none;
    flex-basis: 24.3%;
    margin: 5px;
    box-sizing: border-box;
    min-height: 250px;
    cursor: pointer;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 1%), 0 10px 10px -5px rgb(0 0 0 / 10%);
}

.new_arrival_list li:first-child,
.new_arrival_list li:nth-child(5),
.new_arrival_list li:nth-child(9),
.new_arrival_list li:nth-child(13)
{
    margin-left: 0;
}

.new_arrival_list li:nth-child(4),
.new_arrival_list li:nth-child(8),
.new_arrival_list li:nth-child(12),
.new_arrival_list li:nth-child(16)

{
    margin-right: 0;
}

.new_arrival_list li:hover img {
    transform: scale(1.1);
    transition: 0.3s all;
}



.new_item_site {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 150px;
}



.new_arrival_list li img {
    position: absolute;
    width: 100%;
    min-height: 150px;
    transition: 0.3s all;
}

.new_item_header {
    padding: 1em;
    padding-bottom: 0.5em;
}

.new_item_header .card__description {
    padding: 0.5em 0em 0.5em;
    color: rgba(0, 0, 0, 0.5);
}


/*분양*/

.bun_arrival_box {
    width: 100%;
    background: #4eb1ac;
    box-sizing: border-box;
    padding: 15px;
    min-height: 300px;
}

.bun_list_box {
    width: 100%;
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}

.bun_arrival_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}




.bun_arrival_list li {
    display: flex;
    flex-direction: column;
    flex: none;
    flex-basis: 24.3%;
    margin: 5px;
    box-sizing: border-box;
    min-height: 250px;
    cursor: pointer;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 1%), 0 10px 10px -5px rgb(0 0 0 / 10%);
}

.bun_arrival_list li:first-child,
.bun_arrival_list li:nth-child(5),
.bun_arrival_list li:nth-child(9),
.bun_arrival_list li:nth-child(13)
{
    margin-left: 0;
}

.bun_arrival_list li:nth-child(4),
.bun_arrival_list li:nth-child(8),
.bun_arrival_list li:nth-child(12),
.bun_arrival_list li:nth-child(16)

{
    margin-right: 0;
}

.bun_arrival_list li:hover img {
    transform: scale(1.1);
    transition: 0.3s all;
}



.bun_item_site {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 150px;
}



.bun_arrival_list li img {
    position: absolute;
    width: 100%;
    min-height: 150px;
    transition: 0.3s all;
}

.bun_item_header {
    padding: 1em;
    padding-bottom: 0.5em;
}

.bun_item_header .card__description {
    padding: 0.5em 0em 0.5em;
    color: rgba(0, 0, 0, 0.5);
}



/*공지사항,FAQ*/

.notice_main_title {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    color: #333;
}

.notice_main_title span {
    color:  #408e98;
}

.notice_contents {
    padding: 100px 0 100px 0;
    position: relative;
    min-height: 500px;
    background-color: rgba(33, 33, 33, 0.04);
}



.notice_text_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1310px;
    margin: 0 auto;
}

.notice_text_box div.notice_text,
.notice_text_box div.faq_text,
.notice_text_box div.column_text
{
    width: 31%;
    min-height: 300px;
    border-radius: 7px;
    background: #fff;
    padding: 30px;
}

.notice_text_box div.notice_text div,
.notice_text_box div.faq_text div,
.notice_text_box div.column_text div {
    color: rgb(108, 108, 108);
    font-size: 15px;
}

.notice_text_box h4 {
    font-size: 18px;
    line-height: 1.2;
    font-style: normal;
    margin-bottom: 30px;
}

#main_notice_list .main_notice_title,
#main_faq_list li,
#column_img_1 li{
    display: flex;
    align-items: center;
    justify-content: space-between;

}

#main_notice_list li,
#main_faq_list li,
#column_img_1 li{
    padding: 12px 0;
    border-bottom: 1px solid rgba(42,42,42,0.1);
}

#main_notice_list li:first-child,
#main_faq_list li:first-child,
#column_img_1 li:first-child{
    padding-top: 0;
}

#main_faq_list li .main_faq_title::before {
    content: "Q.";
    display: flex;
    width: 24px;
    height: 36px;
    color: rgb(34, 34, 34);
    font-size: 15px;
    font-weight: 300;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: -12px;
    left: 0px;
}

.main_faq_title {
    position: relative;
    padding-left: 20px;
}

.main_notice_title:hover,
.main_faq_title:hover,
.boardNumber:hover{
    text-decoration: none;
    color:  #408e98;
    cursor: pointer;
}

.boardNumber span:first-child {
    width: 45%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*파트너스*/

.partners_box {
    max-width: 1310px;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    position: relative;
}


.partners_main_title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    color: #333;
}

.partners_logo_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/*목록*/

.sub_product_box {
    width: 100%;
    min-height: 300px;
    margin-top: 20px;
}

.sub_product_tab {
    overflow: hidden;
}

.sub_product_tab li {
    float: left;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 50px;
    background: rgba(33, 33, 33, 0.05);
    margin-right: 3px;
}


.sub_product_tab li.on {
    background: #408e98;
    color: #fff;
}

.sub_product_tab li.s_item.on,
.sub_product_tab li.n_item.on,
.sub_product_tab li.b_item.on{
    background: #4eb1ac;
}

.sub_box {
    display: none;

}

.sub_box.on {
    display: block;
}

.sub_product_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.sub_product_list li {
    display: flex;
    flex-direction: column;
    flex: none;
    flex-basis: 24.3%;
    margin: 5px;
    box-sizing: border-box;
    min-height: 250px;

}


.sub_product_list li:first-child,
.sub_product_list li:nth-child(5),
.sub_product_list li:nth-child(9),
.sub_product_list li:nth-child(13)
{
    margin-left: 0;
}

.sub_product_list li:nth-child(4),
.sub_product_list li:nth-child(8),
.sub_product_list li:nth-child(12),
.sub_product_list li:nth-child(16)

{
    margin-right: 0;
}

.sub_product_list li:hover img {
    transform: scale(1.1);
    transition: 0.3s all;
}



.sub_item_site {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 150px;
}



.sub_product_list li img {
    position: absolute;
    width: 100%;
    height: 150px;
    transition: 0.3s all;
}

.sub_item_header {
    padding: 1.5em 1em;
}

.sub_item_header .card__description {
    padding: 0.5em 0em 0.5em;
    color: rgba(0, 0, 0, 0.5);
}



#partners_slide {
    width: 100%;
}

#partners_slide .partners_li div {
    text-align: center;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*vertical-align: middle;*/
    /*display: flex!important;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

#partners_slide img {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
}

.partners_li .row div{
    padding-top: 20px;
    padding-bottom: 20px;
}



.partners_li div.col-md-4 img {
    width: 90%!important;
}

.partners_li div.col-md-6 {

}

    /*오늘본상품/스크롤탑*/

.side_title {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 13px;
}

.title_box {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.side_title .title_box i {
    font-size: 15px;
    margin-left: 10px;
}

#side_bar {
    width: 10px;
    height: 2px;
    background: #aaa;
    margin: 0 auto;
    margin-top: 5px;
}

.sidebar_box {
    position: fixed;
    top: 120px;
    right: 30px;
    width: 170px;
    z-index: 10000;
}

/*.side_product {*/
    /*position: sticky;*/
    /*top: 10px;*/
/*}*/

#side_productList li {
    position: relative;
    text-align: center;
}

#side_productList li img {
    min-width: 100%;
    height: 100%;
    /*object-fit: scale-down;*/
}

#side_productList li .side-delete {
    display: none;
    position: absolute;
    right: -135px;
    top: 4px;
    width: 13px;
    height: 13px;
    text-decoration: none;
    cursor: pointer;
}


#side_productList li .side-name {
    display: none;
    float: left;
    width: 120px;
    padding: 10px 0 0 10px;
    font-size: 11px;
    color: #55575f;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*#side_productList li:hover img {*/
/*float: left;*/
/*margin: -2px -2px 0 0;*/
/*}*/

#side_productList li .side-notice {
    display: none;
    float: left;
    width: 120px;
    padding: 6px 0 0 10px;
    font-weight: bold;
    font-size: 12px;
    color: #0072bc;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*#side_productList li:hover .view-item {*/
/*position: absolute;*/
/*left: 15px;*/
/*top: 0;*/
/*width: 255px;*/
/*height: 100px;*/
/*border: 2px solid #004470;*/
/*background: #f9f9f9;*/
/*overflow: hidden;*/
/*text-decoration: none;*/
/*cursor: pointer;*/
/*text-align: left;*/
/*box-sizing: border-box;*/
/*}*/

#side_productList li:hover .view-item {
    position: absolute;
    left: 15px;
    top: 0;
    width: 100px;
    height: 100px;
    border: 2px solid #004470;
    background: #f9f9f9;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
}

/*#side_productList li:hover .side-name,*/
/*#side_productList li:hover .side-notice,*/
/*#side_productList li:hover .side-delete {*/
/*display: block;*/
/*float: left;*/
/*}*/

/*#side_productList li:hover .side-delete {*/
/*margin-top: -2px;*/
/*color: #004470;*/
/*}*/

#side_productList li:hover .side_banner {
    text-align: right;
}

.side_product.scroll_side {
    z-index: 10000;
}

.side_product.scroll_side {
    top: 20px;
    /*box-shadow: 0px 10px 10px rgba(0,0,0,0.1);*/
    position: fixed;
    width: 138px;
    left: 124px;
    z-index: 1000;
    margin-top: 10px;
    text-align: center;
}

.side_product .side_wrap {
    position: relative;
    width: 100%;
    margin-bottom: -1px;
    border: 1px solid #dadee1;
    background: #fff;
}

.side_title {
    line-height: 14px;
}

.side_listbox {
    margin: 0 4px 20px;
}

.side_productList {
    list-style: none;
}

.side_product .side_wrap .side_title a {
    display: block;
    position: relative;
    padding-top: 9px;
    margin-bottom: 12px;
    text-align: center;
    text-decoration: none;
}


/*.side_product .side_wrap .side_title a #side_count {*/
/*display: none;*/
/*margin-top: 3px;*/
/*padding-bottom: 1px;*/
/*font-weight: bold;*/
/*font-family: Tahoma, sans-serif;*/
/*font-size: 11px;*/
/*line-height: 12px;*/
/*letter-spacing: 0;*/
/*color: #0072bc;*/
/*}*/

.side_product .side_wrap .side_listbox ul {
    position: relative;
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
}
.side_product .side_wrap .side_listbox li {
    margin-bottom: 10px;
}


.side_product .side_wrap .side_listbox .product_photo {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
}

.side_product .side_wrap .side_listbox .product_photo span {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    color: #fff;
    font-size: 11px;
}

.side_product .side_wrap .side_listbox .product_photo:hover {
    border: 3px solid #4A68A1;
}

.side_product .side_wrap .side_listbox .product_photo:hover img {
    top: 0;
}

/*.side_product .side_wrap .side_listbox .product_photo img {*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/

#side_productList li.hideProduct.hideClass {
    display: none;
}

#side_button {
    width: 80%;
}

#side_button:focus {
    outline: none;
}

#side_qnaBtn {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    padding: 8px 0;
    border: 0;
    transition: opacity 0.4s linear;
    background: #F27329;
    color: #ffffff;
    margin-bottom: 10px;
}

/*스크롤탑*/

#side_scrollBtn {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    padding: 8px 0;
    opacity: 0;
    border: 0;
    visibility: hidden;
    transition: opacity 0.4s linear;
    background: #4eb1ac;
    color: #ffffff;
}

#side_scrollBtn.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.4s linear;
}


#side_scrollBtn:hover {
    cursor: pointer;
    background-color: #408e98;
}

#side_scrollBtn:focus {
    outline: none;
}

#side_scrollBtn:active {
    background-color: #62dfd9;
}
#side_scrollBtn.show {
    opacity: 1;
    visibility: visible;
}

.qna_modal_title {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    color: #333;
}

.qna_modal_text {
    line-height: 1.7;
    font-size: 17px;
    word-break: keep-all;
    color: rgb(109, 109, 109);
    margin-bottom: 40px;
}

.customerQna_table {
    width: 100%;
}

.customerQna_table th,
.customerQna_table td {
    padding: 5px 0;
}

.customerQna_table td {
    padding-bottom: 15px;
}

.customerQna_table input,
.customerQna_table select,
.customerQna_table textarea{
    width: 100%;
}

.customerQna_table input,
.customerQna_table select {
    height: 34px;
    padding: 10px;
}

.customerQna_table textarea {
    resize: none;
    height: 120px;
    padding: 10px;
}

.modal_button_box {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.holder
{
    text-align: left;
    color: #777;
    height: 34px;
    padding: 10px;
    border: 1px solid;
    border-radius: 2px;
    position: relative;
}

#consulting_form_title {
    /*display: none;*/
    text-align: left;
    color: #777;
    height: 34px;
    padding: 10px;
    border: 1px solid;
    border-radius: 2px;
    position: relative;
    width: 100%;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 38px;
    background-color: #fff;
    min-width: 416px;
    border: 1px solid;
    z-index: 20;
    width: 100%;
    max-height: 275px;
    overflow: auto;
}

.dropdown-content option {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content option:hover {
    background-color: #ddd
}

.dropdown-content li {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content li:hover {background-color: #ddd}
.dropdown-content.show {display:block;}


/*추천상품/실시간상담*/

#consulting_basic_btn {
    padding: 15px;
    text-align: center;
    background: #408e98;
    border: 1px solid #408e98;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 150px;
}

#customerQna_cancelBtn {
    padding: 15px;
    text-align: center;
    background: #fff;
    border: 1px solid #333;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    width: 150px;
}

/*준비중*/

.empty_product {
    width: 100%;
    padding: 42px 30px 80px 30px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.empty_product h1 {
    font-size: 36px;
    text-align: center;
    color: #333;
}

.empty_img {
    padding: 20px 20px;
    background: #4eb1ac;
    border-radius: 50%;
    color: #fff;
    font-size: 50px;
    width: 95px;
    margin: 0 auto;
    margin-bottom: 10px;
}

