/* content */

.content_wrap {
    display: flex;
    justify-content: center;
    width: 1250px;
    margin:0 auto;
}

.content {
    padding: 52px 0 0 40px;
    box-sizing: border-box;
}

.content .con_box {
    max-width: 1240px;
}

.con_box.simple {
    margin: 0 auto;
}

.category_name {
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
}

.dbcenter_banner img {
    border-radius: 5px;
}


/* content */


/*db_sub_menu*/
.best_link_list{
    display: flex;
    border: 1px solid black;
    border-radius: 8px;
    height: 43px;
    overflow: hidden;
}
.best_link_list li{
    width: 93px;
    font-size: 16px;
    box-sizing: border-box;
    border-left: 1px solid black;
}
.best_link_list li:first-child{
    border-left: 0px;
}
.best_link_list li a{
    text-align: center;
    box-sizing: border-box;
    line-height: 41px;
    display: block;
    width: 100%;
    height: 100%;
}
.best_link_list li a.active{
    background-color: black;
    color: white;
    font-weight: 600;
}

.best_link_list li a.new_icon::after{
    position: absolute;
    margin-left: 3px;
    margin-top: 10px;
}

.db_sub_menu{
    display: flex;
    gap: 8px;
    align-items: end;
}
.db_sub_menu > div{
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.db_sub_menu > .manage_btn_wrap{
    justify-content: space-between;
}

.db_sub_menu > div > div {
    position: relative;
    width: 188px;
    height: 40px;
    cursor: pointer;
    color: white;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    background-color: black;
    border-radius: 6px;
    padding-top: 10px;
    text-align: center;
}
.btn_sai ~ .btn_chk_all{
    order: 2;
}

.db_sub_menu > div div.active {
    color: white;
    background-color: #0475D5;
}

.db_sub_menu img {
    width: 20px;
    vertical-align: middle;
}

.db_sub_menu .btn_sai {
    width: 135px;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #000000;
    background: #FFFFFF;
    padding: 0px;
    border: 1px solid #000000;
    justify-content: center;
}

.db_sub_menu .btn_chk_all {
    width: 113px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #000000;
    padding: 0px;
}

.btn_chk_all label {
    display: block;
    padding-top: 10px;
    cursor: pointer;
}

.btn_chk_all input {
    display: none;
}

.db_sub_menu .pgn_view_cnt,
.db_sub_menu .prd_min_cnt {
    background-color: white;
    color: black;
    width: 150px;
    border: 1px solid black;
    padding-left: 10px;
}

.db_sub_menu .prd_min_cnt {
    width: auto;
    padding-right: 16px;
    padding-left: 16px;
    order: 5;
    margin-left: auto;
}

.excel_form_selector .excel_form_list,
.pgn_view_cnt .pgn_view_list,
.prd_min_cnt .min_cnt_list {
    display: none;
    padding: 8px 0;
    top: 44px;
    position: absolute;
    left: 0px;
    min-width: 280px;
    max-height: 396px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    color: black;
    z-index: 1;
    text-align: left;
    font-weight: 500;
    overflow: auto;
}

.pgn_view_cnt .pgn_view_list ,
.prd_min_cnt .min_cnt_list {
    margin-right: auto;
    width: calc(100% + 2px);
    min-width: 150px;
}

.excel_form_list li,
.pgn_view_list li,
.min_cnt_list li {
    padding: 12px 20px 12px 20px;
}

.excel_form_list li:hover,
.pgn_view_list li:hover,
.min_cnt_list li:hover {
    background-color: #F5FAF9;
}

.pgn_view_list li.active,
.min_cnt_list li.active {
    color: #009989;
    font-weight: 600;
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M2.64746 7.75025L8.64746 13.7503L16.7245 5.67383' stroke='%23009989' stroke-width='2'/></svg>") right 20px center no-repeat;
}

.my_frm_download {
    display: none;
}

.excel_form_text {
    display: none;
}

.db_sub_menu .loading_box {
    position: fixed;
    z-index: 999;
    display: block;
    width: 100%;
    height: 0px;
    border: 0;
    text-align: left;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0);
    left: 30px;
    top: 30px;
}

.db_sub_menu .loading_box .loading_text {
    display: inline-block;
    height: 64px;
    line-height: 64px;
    vertical-align: top;
    letter-spacing: 1px;
    font-size: 44px;
    margin-left: 15px;
    text-shadow: 5px 3px 2px rgba(0, 0, 0, 0.3);
}


/*db_sub_menu*/


/*product_section*/

.product_section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.product_section>li {
    position: relative;
    width: 217px;
    margin-bottom: 34px;
    font-size: 14px;
}
.product_section>li.odd_sort,
li.odd_sort .product_set img {
    width: 296px !important;
    height: auto !important;
}

.product_check input[type=checkbox] {
    display: none;
}

.checkbox_label {
    display: block;
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    position: absolute;
    top: 12px;
    left: 12px;
    cursor: pointer;
}

.checkbox_label span {
    display: none;
}

.product_check input[type=checkbox]:checked+.checkbox_label {
    background: url(../images/db_label_checked.png) no-repeat center #000000;
    background-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.product_section>li:hover .checkbox_label {
    width: 62px;
    height: 20px;
    background-color: #FFFFFF;
    line-height: 12px;
    color: #0475D5;
    text-align: center;
    padding-top: 2px;
}

.product_section>li:hover .checkbox_label span {
    display: inline-block;
    font-size: 12px;
}

.product_section>li:hover input[type=checkbox]:checked+.checkbox_label {
    background: #0475D5;
    border: none;
    padding-top: 3px;
}

.product_section>li:hover input[type=checkbox]:checked+.checkbox_label span {
    display: inline-block;
    color: #FFFFFF;
}

.product_section>li:hover .product_check .sale_state {
    position: absolute;
    color: red;
    left: 85px;
    top: 14px;
}

.product_section .product_check .sale_state {
    position: absolute;
    color: red;
    left: 42px;
    top: 14px;
}

.product_section .product_check img {
    width: auto;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 12px;
    border-radius: 0px;
}

.product_set img {
    width: 100%;
    height: 217px;
    border-radius: 6px;
    border:1px solid rgba(0, 0, 0, 0.1);
}

.product_img .icon_19 {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 37px;
    left: 12px;
}

.product_code {
    font-weight: 600;
    line-height: 20px;
    margin-top: 9px;
}

.product_title {
    line-height: 20px;
    margin: 4px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_price .price {
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
}

.product_price .guest_price {
    color: #0475D5;
    font-weight: 700;
}

.total_start_num {
    font-size: 12px;
    padding-left: 18px;
    background-image: url(../images/db_total_star.png);
    background-repeat: no-repeat;
    background-position: 2px center;
    background-size: 16px;
    margin-top: 13px;
}

.day_by_day_comment {
    margin: 12px 0 0 0;
    font-weight: 700;
    color: #656568;
}

.box_class {
    position: absolute;
    display: none;
    /* top: 374px; */
    top: 345px;
    width: 200px;
    background-color: #fff;
    border-radius: 6px;
    font-size: 12px;
    line-height: 12px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
    z-index: 900;
}

.box_class>div {
    background-color: #000;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: white;
    border-radius: 6px 6px 0 0;
    padding: 13px 16px;
    display: flex;
    justify-content: space-between;
}

.box_class span {
    font-weight: 400;
}

.box_class ul {
    padding: 0 16px 16px;
}

.box_class li {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}


/*product_section*/


/* remotecon */

#remote_con {
    padding: 40px 0 160px;
    display: flex;
}

.page_section {
    display: flex;
    gap: 13px;
    margin: 0 auto 0 auto;
}

.page_section li {
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding-top: 7px;
    cursor: pointer;
}

.page_active {
    font-weight: 600;
    color: #FFFFFF;
    background-color: #0475D5;
    border-radius: 14px;
}


/* remotecon */

/* keyword */
.keyword_warp {
    margin-bottom:30px;
}

.keyword_warp .kw_top {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.keyword_warp .kw_top .kwt_tit {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.keyword_warp .kw_top .kwt_tit > p {
    font-size: 16px;
    color:#000;
    font-weight: bold;
    margin-right: 5px;
}

.keyword_warp .kw_top .kwt_tit .kwt_info {
    position: relative;
    margin-left: 4px;
    margin-top: -4px;
}

.keyword_warp .kw_top .kwt_tit .kwt_info .kwt_icon {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border:1px solid #000;
    text-align: center;
    line-height: 13px;
    font-size:14px;
    font-weight: bold;
    cursor: pointer;
}

.keyword_warp .kw_top .kwt_tit .kwt_info .kwt_txt {
    display: none;
    position: absolute;
    min-width: 204px;
    padding: 14px;
    border: 1px solid #999;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    z-index: 9;
    background-color: #fff;
    bottom: 20px;
    left:0;
}

.keyword_warp .kw_top .kwt_tit .kwt_info .kwt_txt p {
    color: #666;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 18px;
}

.keyword_warp .kw_top .kwt_tit .kwt_info .kwt_txt a {
    color: #0475D5;
    font-size: 13px;
    font-weight: 600;
}

.keyword_warp .kw_top .kwt_tit .kwt_info .close_kwtt {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 12px;
    cursor: pointer;
}

.keyword_warp .kw_top .kwt_btn {
    width: 110px;
    border:1px solid #000;
    background-color:#fff;
    border-radius: 6px;
    padding:10px 0;
    text-align: center;
    font-weight: bold;
    font-size:14px;
    cursor: pointer;
}

.keyword_warp .kw_top .kwt_btn svg {
    margin-right: 5px;
}

.keyword_warp .kw_content {
    display: flex;
    flex-wrap: wrap;
}

.keyword_warp .kw_content .kw_keyword {
    display:inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #999;
    padding: 8px 15px;
    background-color: #FFF;
    color:#999;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

/*데이터센터 카테고리 필터*/
.dbcenter_category_filter{
    display: flex;
    justify-content: space-between;
    margin-bottom: 27px;
}
.dbcenter_category_filter label{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;

    width: 80px;

    color: #313131;
    text-align: center;
    font-size: 14px;
    line-height: 22px;

    cursor: pointer;
}
.dbcenter_category_filter label:has(input[type=radio]:checked){
    color: #009989;
}
.dbcenter_category_filter input[type=radio]{
    display: none;
}

.dbcenter_category_filter img,
.dbcenter_category_filter .filter_img
{
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.dbcenter_category_filter .filter_img{
    background-color: #009989;
    border-radius: 100%;
    font-size: 19px;
    font-weight: 900;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}