.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;
}

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

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

.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;
}

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

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

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

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

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

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

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

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

.word_none {
    display: none;
}

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

}

#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 {

}



/*메인*/

.search_map_box {
    width: 100%;
    min-height: 300px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

/*.map_radio_btnBox {*/
/*overflow: hidden;*/
/*padding: 9px 15px;*/
/*border-bottom: 1px solid #ddd;*/

/*}*/
/*.category_radio_box_1,*/
/*.category_radio_box_2{*/
/*float: left;*/
/*position: relative;*/
/*padding-right: 5px;*/
/*}*/

/*.category_radio_box_1 {*/
/*margin-right: 10px;*/
/*}*/


/*.category_radio_box_1:before {*/
/*position: absolute;*/
/*top: 5px;*/
/*right: 0;*/
/*width: 1px;*/
/*height: 15px;*/
/*content: "";*/
/*background: #262626;*/
/*}*/


/*[type="radio"]:checked,*/
/*[type="radio"]:not(:checked){*/
/*position: absolute;*/
/*left: -9999px;*/
/*width: 0;*/
/*height: 0;*/
/*visibility: hidden;*/
/*}*/
/*.radio_check:checked + label,*/
/*.radio_check:not(:checked) + label{*/
/*position: relative;*/
/*display: inline-block;*/
/*padding: 3px 6px;*/
/*font-size: 14px;*/
/*line-height: 20px;*/
/*letter-spacing: 1px;*/
/*margin-right: 5px;*/
/*text-align: center;*/
/*border-radius: 4px;*/
/*overflow: hidden;*/
/*cursor: pointer;*/
/*text-transform: uppercase;*/
/*-webkit-transition: all 300ms linear;*/
/*transition: all 300ms linear;*/
/*}*/
/*.radio_check:not(:checked) + label{*/
/*background-color: transparent;*/
/*}*/
/*.radio_check:checked + label{*/
/*background-color: #4A68A1;*/
/*color: #fff;*/
/*}*/

.map_dropdown_box {
    border-bottom: 1px solid #ddd;
}

.dropbtn {
    position: relative;
    width: 250px;
    padding: 12px 15px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    text-align: left;
    background-color: white;
    background-image: linear-gradient(
            45deg
            , transparent 50%, gray 50%), linear-gradient(
            135deg
            , gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 1px), calc(100% - 15px) calc(1em + 1px), calc(100% - 2.5em) 0.7em;
    background-size: 5px 5px, 5px 5px, 1px 1em;
    background-repeat: no-repeat;
    appearance:none;
    border-right: 1px solid #ddd;
}

input.dropinput {
    position: relative;
    width: 250px;
    /*height: 39px;*/
    /*padding: 12px 15px;*/
    /*font-size: 15px;*/
    border: none;
    text-align: left;
    border-left: 1px solid #ddd;
    background-color: white;
    background-image: linear-gradient(
            45deg
            , transparent 50%, gray 50%), linear-gradient(
            135deg
            , gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 1px), calc(100% - 15px) calc(1em + 1px), calc(100% - 2.5em) 0.7em;
    background-size: 5px 5px, 5px 5px, 1px 1em;
    background-repeat: no-repeat;
}

/*.dropbtn:before,*/
/*input.dropinput:before{*/
/*position: absolute;*/
/*top: 9px;*/
/*right: 0;*/
/*width: 1px;*/
/*height: 20px;*/
/*content: "";*/
/*background: #262626;*/
/*}*/


.holder {
    text-align: left;
    color: #777;
}
#search_map:before {
    width: 0;
}

.dropbtn:focus,
input.dropinput:focus{
    /*background-image: linear-gradient(*/
    /*45deg*/
    /*, #4A68A1 50%, transparent 50%), linear-gradient(*/
    /*135deg*/
    /*, transparent 50%, #4A68A1 50%), linear-gradient(to right, #ccc, #ccc);*/
    /*background-position: calc(100% - 15px) 1.1em, calc(100% - 20px) 1.1em, calc(100% - 2.5em) 0.7em;*/
    /*background-size: 5px 5px, 5px 5px, 1px 1em;*/
    /*background-repeat: no-repeat;*/
    /*border-color: green;*/
    /*background: #fff;*/
    outline: 0;
}

.map_dropdown {
    position: relative;
    display: inline-block;
}

.map_dropdown:last-child {
    float: right;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 30px;
    background-color: #fff;
    min-width: 416px;
    border: 1px solid #ddd;
    z-index: 20;
    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;}



#map_search_btn {
    padding: 12px 60px;
    background: #fff;
    border: none;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    transition: 0.3s all;
}

#map_search_btn:hover {
    background: #4A68A1;
    border-right: 1px solid #4A68A1;
    border-left: 1px solid #4A68A1;
    color: #fff;
    transition: 0.3s all;
}


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

.mid_left,.mid_right {
    float: left;
    /*min-height: 300px;*/
}

.mid_left {
    width: 45%;
    padding-right: 5px;
    margin-bottom: 10px;
}

.consulting_box {
    overflow: hidden;
}

.consulting_form {
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px;

}

.consulting_title {
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #e6902d;
}

#consulting_basic_btn {
    width: 100%;
    padding: 15px;
    text-align: center;
    background: #e6902d;
    border: 1px solid #e6902d;
    color: #fff;
    font-size: 18px;
    font-weight: 600;

}

.consulting_form table {
    width: 100%;
    margin-top: 20px;
}

.consulting_form table th,
.consulting_form table td{
    background: #f9f9f9;
    text-align: left;
}

.consulting_form table th {
    color: #e6902d;
    font-size: 13px;
}

.consulting_form input,
.consulting_form textarea{
    width: 100%;
    border: 0;
    background: transparent;
}

.consulting_form textarea {
    resize: none;
}

.th_1 {
    padding-top: 10px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.th_2 {
    padding-top: 10px;
    padding-left: 10px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.th_3 {
    padding-top: 10px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.td_1,.td_2,.td_3 {
    padding: 10px;
}

.td_1 {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.td_2 {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.td_3 {
    border: 1px solid #ddd;
    border-top: 0;
}


/*오른쪽*/

.mid_right {
    width: 55%;
    padding-left: 5px;
    margin-bottom: 10px;
}

.consulting_list {
    width: 100%;
    height: 418.5px;
    overflow: auto;
}

.consulting_list li {
    padding-bottom: 5px;
}

.consulting_list li:last-child {
    padding-bottom: 0;
}

.consulting_user {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    pointer-events: auto;
}

.consulting_user div.consulting_text {
    width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: auto;
    padding-left: 10px;

}

.consulting_status {
    width: 65px;
    padding: 5px 6px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
}

/*상담전*/

.consulting_status.c_status_0 {
    background: #bbb;
}

/*상담중*/

.consulting_status.c_status_1 {
    background: #e6902d;
}

/*상담완료*/

.consulting_status.c_status_2 {
    background: #28be8d;
}




/*프리미엄매물*/

.primium_product_box {
    width: 100%;
    /*height: 490px;*/
    background: #4A68A1;
    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: 10px 20px;
    overflow: hidden;
    /*height: 450.53px;*/
}

.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: 22px 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;
}



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

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


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

.primium_slide_prev:hover,
.primium_slide_next:hover
{
    color: rgba(255,255,255,0.5);
    outline: none;
    background: transparent;
}

.primium_slide_prev
{
    right: 40px;
}

.primium_slide_next
{
    right: 5px;
}

#mid_banner_slide button {
    z-index: 10;
}





#mid_special_product {
    position: relative;
}

.mid_title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
    height: 35px;
}

.mid_title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    content: "";
    background: #4A68A1;
}

.mid_title span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 3em;
    padding-left: 0.25em;
    color: rgba(0, 0, 0, 0.4);
    padding-bottom: 10px;
}

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

.mid_special_prev:hover,
.mid_special_next:hover
{
    color: #152031;
    outline: none;
    background: transparent;
}

.mid_special_prev
{
    right: 40px;
}

.mid_special_next
{
    right: 10px;
}



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

.mid_special_list li {
    display: flex;
    flex-direction: column;
    flex: none;
    flex-basis: 32.96%;
    margin: 3px;
    box-sizing: border-box;
    min-height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;

}

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

.mid_special_list li:nth-child(3),
.mid_special_list li:nth-child(6)
{
    margin-right: 0;
}

/*.mid_primium_list .prm_item_1 {*/
/*background-image: url("/images/customer_main/primium_product/hospital_1.jpeg");*/
/*}*/
/*.mid_primium_list .prm_item_2 {*/
/*background-image: url("/images/customer_main/primium_product/hospital_2.jpeg");*/
/*}*/
/*.mid_primium_list .prm_item_3 {*/
/*background-image: url("/images/customer_main/primium_product/hospital_3.jpeg");*/
/*}*/
/*.mid_primium_list .prm_item_4 {*/
/*background-image: url("/images/customer_main/primium_product/hospital_4.jpeg");*/
/*}*/
/*.mid_primium_list .prm_item_5 {*/
/*background-image: url("/images/customer_main/primium_product/hospital_5.jpeg");*/
/*}*/
/*.mid_primium_list .prm_item_6 {*/
/*background-image: url("/images/customer_main/primium_product/hospital_6.jpeg");*/
/*}*/

.item_card {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}

.item_card:focus {
    outline: none;
}

.card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    /*border-radius: calc(40 * 1px) 0 0 0;*/
    background-color: #fff;
    transform: translateY(100%);
    transition: .2s ease-in-out;
}

.item_card:hover {
    border-bottom: 1px solid #4A68A1;
}

.item_card:hover .card__overlay {
    transform: translateY(0);
    border-radius: calc(40 * 1px) 0 0 0;
}


.card__header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2em;
    padding:1.5em;
    border-radius: calc(40 * 1px) 0 0 0;
    background-color: #fff;
    transform: translateY(-100%);
    transition: .2s ease-in-out;
}

.card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1;
}

.item_card:hover .card__header {
    transform: translateY(0);
}

.card__title {
    width: 100%;
    overflow: hidden;
    font-size: 1em;
    margin: 0 0 .5em;
    /*color: #273350;*/
    text-overflow: ellipsis;
}

.card__tagline {
    display: block;
    margin: 1em 0;
    font-size: .8em;
    /*color: #4A68A1;*/
}

.card__status {
    font-size: .8em;
    color: #4A68A1;
    margin-bottom: 3px;
}

.card__pay {
    font-size: 1.2em;
    font-weight: bold;
    color: #4A68A1;
}

.card__description {
    padding: 0 1.5em 1.5em;
    margin: 0;
    font-size: .9em;
    /*color: #4A68A1;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/*최신등록매물*/

.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%;
    min-height: 300px;
}

.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;

}

.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: 1.5em 1em;
}

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


/*탭/배너*/


.middle_tab_contents {
    width: 100%;
    min-height: 300px;
    margin-bottom: 10px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

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

.mid_left,.mid_right {
    float: left;
    /*min-height: 300px;*/
}

.middle_tab_contents .mid_left {
    width: 35%;
    padding-right:15px;
}

.middle_tab_contents .mid_right {
    width: 65%;
    overflow: hidden;
}

.mid_right .mid_R_con {
    width: 100%;
    padding-bottom: 20px;
}

/*.mid_right .mid_R_left,*/
/*.mid_right .mid_R_right {*/
/*float: left;*/
/*min-height: 320px;*/
/*padding-bottom: 20px;*/
/*}*/

/*.mid_right .mid_R_left {*/
/*padding-right: 10px;*/
/*width: 45%;*/
/*}*/

/*.mid_right .mid_R_right {*/
/*padding-left: 10px;*/
/*width: 55%;*/
/*}*/

/*뉴스,칼럼,가이드*/

.middle_tab_contents .notice_box,
.middle_tab_contents .column_img_box,
.middle_tab_contents .support_box{
    border: 1px solid #ddd;
}

.middle_tab_contents .news_list,
.middle_tab_contents .column_img_list,
.middle_tab_contents .support_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.middle_tab_contents .news_list li {
    display: flex;
    flex-direction: column;
    flex: none;
    flex-basis: 33.33%;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #ddd;
    border-top: 0;
    border-right: 0;
    text-align: center;
    background: #f9f9f9;
}

.middle_tab_contents .column_img_list li,
.middle_tab_contents .support_list li{
    display: flex;
    flex-direction: column;
    flex: none;
    flex-basis: 50%;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #ddd;
    border-top: 0;
    border-right: 0;
    text-align: center;
    background: #f9f9f9;
}

.middle_tab_contents .column_img_list li {
    flex-basis: 100%;
}

.middle_tab_contents .news_list li:first-child,
.middle_tab_contents .column_img_list li:first-child,
.middle_tab_contents .support_list li:first-child{
    border-left: 0;
}

.middle_tab_contents .news_list li:last-child,
.middle_tab_contents .column_img_list li:last-child,
.middle_tab_contents .support_list li:last-child{
    border-right: 0;
}

.middle_tab_contents .news_list li.on,
.middle_tab_contents .column_img_list li.on,
.middle_tab_contents .support_list li.on
{
    border-bottom: 0;
    border-right: 0;
    color: #4A68A1;
    font-weight: bold;
    position: relative;
    background: #fff;
}



.middle_tab_contents .news_list li.on:before,
.middle_tab_contents .column_img_list li.on:before,
.middle_tab_contents .support_list li.on:before{
    position: absolute;
    bottom: 7px;
    left:50%;
    margin-left:-10px;
    width: 20px;
    height: 2px;
    content: "";
    background: #4A68A1;
}

.news_conBox,
.column_img_conBox{
    display: none;
    min-height: 273px;
}

.support_conBox {
    display: none;
    height: 477.34px;
    box-sizing: border-box;
    padding: 24px;
    overflow-y: hidden;
}

.news_conBox.on,
.column_img_conBox.on,
.support_conBox.on{
    display: block;
}

/*공지사항리스트*/

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

}

#main_notice_list li,
#main_faq_list li{
    padding: 7px 0;
}

#main_notice_list li:first-child,
#main_faq_list 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{
    text-decoration: none;
    color: initial;
}

/*서브페이지*/

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

.sub_product_tab {
    overflow: hidden;
}

.sub_product_tab li {
    float: left;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 30px;
}

.sub_product_tab li:first-child {
    padding-left: 0;
}

.sub_product_tab li.on {
    color: #4A68A1;

}

.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);
}


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

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

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

.sidebar_box {
    height: 100%;
    position: relative;
}

.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 10px;
}

.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: 7px;
}


.side_product .side_wrap .side_listbox .product_photo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}

.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_scrollBtn {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    padding: 8px 0;
    opacity: 0;
    border: 0;
    visibility: hidden;
    transition: opacity 0.4s linear;
    background: #4A68A1;
    color: #ffffff;
}

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


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

#side_scrollBtn:focus {
    outline: none;
}

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



