
/* ==========================================
            전체 CSS 영역
========================================== */
/* #All_container {
    border: 0.1px solid rgb(220, 220, 220);
} */

.header {
    width: 100%;
    height: 80px;
    /* background-color: #0091FF; */
    border: 1px solid rgb(220, 220, 220);
}


/* ==========================================
            Sidebar 전체 CSS 영역
========================================== */

.sidebar {
    /* margin-top: 100px; */
    display: inline-block;
    width: 350px;
    border: 0.1px solid rgb(220, 220, 220);
    /* height: 100%; */
    margin-right: 50px;
}

.side_container {
    margin-top: 0px;
    margin-left: 20px;
}

#user_info {
    font-size: 14px;
    text-align: right;
}
/* ==========================================
            User 유형 선택 CSS 영역
========================================== */
#user_category {
    margin-top: 15px;
}
#user_category a{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

#user_category ul {
    display: inline-block;
}

#user_category li {
    display: inline-block;
    vertical-align: bottom;
}
#user_category button {
    display: inline-block;
    vertical-align: top;
    margin-left: 130px;
    font-size: 12px;
    color: rgb(150, 150, 150);
    border:1px solid rgb(220,220,220);
    background-color: white;
}

/* ==========================================
                myInfo CSS 영역
========================================== */

#myInfo {
    margin-top: 20px;
    height: 120px;
}
/* #myInfo div:nth-child(1){
    width: 100px;
    height: 120px;
    background-color: red;
} */
.profile_img img{
    width: 100px;
    height: 120px;
    /* background-color: red; */
}

.edit_profile {
    position: relative;
    top:-20px;
    left:80px;
    width:25px;
    height: 25px;
    /* border: 1px solid gray; */
    box-shadow: 0px 0px 5px black;
    background-color: white;
    border-radius: 100px;
}
.edit_profile img {
    position: relative;
    width: 15px;
    top:5px;
    left:5px;
}


/* ==========================================
                myInfo 콘텐츠 CSS 영역
========================================== */
#InfoCon {
    display:inline-block;
    text-align: start;
    margin: 0px 0px 0px 10px;
    vertical-align: top;
}
#InfoCon p{
    margin-left: 5px;
}
#user_info tr :nth-child(1) {
    width: 90px;
    text-align: right;
}
#user_info tr :nth-child(2) {
    width: 90px;
    text-align: right;
}
/* ==========================================
                포인트 관리 CSS 영역
========================================== */
#payment {
    text-align: center;
}
#payment button:nth-child(1) {
    width: 300px;
    /* border-radius: 5px; */
    margin: 20px 20px 0px 0px;
    background-color: #0091FF;
}
#payment button:nth-child(2) {
    width: 140px;
    /* border-radius: 5px; */
    margin: 20px 20.5px 0px 0px;
    background-color: #0091FF;
}
/* ==========================================
                공통아이템 CSS 영역
========================================== */
.common_item {
    margin-top: 30px;
}
.common_item p{
    font-size: 15px;
    font-weight: 700;
    margin-left: 20px;
    cursor: pointer;
}
.common_item li{
    font-size: 14px;
    list-style: none;
    margin-left: 40px;
}
.common_item hr{
    margin: 7px 30px;
}
.common_item a {
    color: gray
}


/* ==========================================
                메인 콘텐츠 영역
========================================== */

#mypageContent {
    display: inline-block;
    vertical-align: top;
}

.mypageContent2 {
    width: 690px;
    display: inline-block;
    vertical-align: top;
}
.contentTitle {
    margin-top: 50px;
    font-size: 20px;
}





/* ==========================================
            광고주 포인트 요약 영역
========================================== */
.cur_point {
    width:200px;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
}


.cur_exe {
    width:200px;
    display: inline-block;
    text-align: center;
}


.cur_pro {
    width:200px;
    display: inline-block;
    text-align: center;
}
.cur_exp {
    width:200px;
    display: inline-block;
    text-align: center;
}


.title {
    font-size: 17px;
    font-weight: 600;
}

.content {
    font-size: 24px;
    font-weight: 800;
    color: #0091FF;
}

#adver_Info span {
    position: relative;
    top:5;
    vertical-align: bottom;
}

/* ==========================================
                광고주 요약 영역
========================================== */
/*#adver_summary {
    width: 620px;
    height: 150px;
    border: 1px solid rgb(220, 220, 220);
    border-radius: 10px;
    margin-top: 50px;
    left: 0;
    background-color: white;
    box-shadow: 0px 5px 5px rgb(150, 150, 150);
}*/

/* 수정 2023.02.15 by 고병수 */
#adver_summary {
    width: 100%;
    height: 150px;
    border: 1px solid rgb(220, 220, 220);
    border-radius: 10px;
    margin-top: 30px;
    left: 0;
    background-color: white;
    box-shadow: 0px 5px 5px rgb(150, 150, 150);
}

/* #adver_Info {
    position: relative;
    text-align: center;
    top: -1px;
    left: -1px;
    width: 620px;
    height: 100px;
    border: 1px solid rgb(220, 220, 220);
    border-radius: 10px 10px 0px 0px;
    background-color: white;
} */

/* 수정 2023.02.15 by 고병수 */
#adver_Info {
    position: relative;
    text-align: center;
    /* top: -1px;
    left: -1px; */
    width: 100%;
    height: 100px;
    border: 1px solid rgb(220, 220, 220);
    border-radius: 10px 10px 0px 0px;
    background-color: white;
} 

.summarybtn {
    text-align: center;
    margin-top: 5px;
}
.summarybtn img {
    width: 21px;
    margin-top: -3;
    margin-right: 5px;
}

.summarybtn a {
    color: black;
    /* margin: 62px; */
    font-size: 15px;
}








/* ==========================================
                소유주 요약 영역
========================================== */
#owner_summary {
    width: 620px;
    height: 150px;
    border: 1px solid rgb(220, 220, 220);
    border-radius: 10px;
    margin-top: 5s0px;
    left: 0;
    background-color: white;
    box-shadow: 0px 5px 5px rgb(150, 150, 150);
}

#owner_Info {
    position: relative;
    text-align: center;
    top: -1px;
    left: -1px;
    width: 620px;
    height: 100px;
    border: 1px solid rgb(220, 220, 220);
    /* border-width: 1px;
    border-color: gray;
    border-style: solid; */
    border-radius: 10px 10px 0px 0px;
    background-color: white;
}

/* ==========================================
            소유주 포인트 요약 영역
========================================== */



#owner_Info span {
    position: relative;
    top:5;
    vertical-align: bottom;
}

/* ==========================================
            소유주 요약 버튼 영역
========================================== */
#summarybtn {
    text-align: center;
    margin-top: 12px;
}
#summarybtn img {
    width: 15px;
    margin-top:-3px;
    margin-right: 5px;
}

#summarybtn a {
    color: black;
    margin: 80px;
    font-size: 15px;
}


/* ==========================================
                광고주 차트 영역
========================================== */
#myChart {
    margin-top: 50px;
}

/* ==========================================
                광고주 통계 영역
========================================== */
#summary {
    /* margin-left: 20px; */
}
#summary1 a:nth-child(3) {
    float:right;
    font-size: 20px
}

#summary2 a:nth-child(3) {
    float:right;
    font-size: 20px;
}

/* ==========================================
                광고주 플레이 영역
========================================== */
#myPlay {
    margin-top: 40px;
    width:24%;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid rgb(220, 220, 220);
    box-shadow: 0px 1px 3px gray;
}

#myPlay img {
    width: 20px;
    margin: 0px 8px 0px 15px;
    position: relative;
    top:-1px;
}

#myPlay :nth-child(2) {
    color: black;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    top:13px;
    float: right;
}

#myPlay a {
    color:black;
    font-size: 14px;
    font-weight: 500;
    margin-right: 30px;
    position: relative;
    top:14px;
}




/* ==========================================
                광고주 좋아요 영역
========================================== */


#myWishArea {
    margin-top: 40px;
    width:24%;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    border: 1px solid rgb(220, 220, 220);
    box-shadow: 0px 1px 3px gray;

}
#myWishArea img {
    width: 20px;
    margin: 0px 8px 0px 15px;
    position: relative;
    top:-1px;
}

#myWishArea :nth-child(2) {
    color: black;
    font-size: 20px;
    font-weight: 500;
    float: right;
}

#myWishArea a {
    color:black;
    font-size: 14px;
    font-weight: 500;
    margin-right: 30px;
    position: relative;
    top:14px;
}

/* ==========================================
                광고주 파일 영역
========================================== */

#myFile {
    margin-top: 40px;
    width:24%;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    border: 1px solid rgb(220, 220, 220);
    box-shadow: 0px 1px 3px gray;

}
#myFile img {
    width: 15px;
    margin: 0px 8px 0px 20px;
    position: relative;
    top:-2px;
}

#myFile :nth-child(2) {
    color: black;
    font-size: 20px;
    font-weight: 500;
    float: right;
}

#myFile a {
    color:black;
    font-size: 14px;
    font-weight: 500;
    margin-right: 30px;
    position: relative;
    top:14px;
}

#myFile a:nth-child(2) {
    float:right;
    font-size: 20px;
}


/* ==========================================
                광고주 장바구니 영역
========================================== */
#myBox {
    margin-top: 40px;
    width:24%;
    height: 50px;
    display: inline-block;
    /* margin-right: 10px; */
    vertical-align: top;
    border: 1px solid rgb(220, 220, 220);
    box-shadow: 0px 1px 3px gray;

}
#myBox img {
    width: 20px;
    margin: 0px 8px 0px 15px;
    position: relative;
    top:-2px;
}

#myBox :nth-child(2) {
    float:right;
    color: black;
    font-size: 20px;
    font-weight: 500;
}

#myBox a {
    color:black;
    font-size: 14px;
    font-weight: 500;
    margin-right: 30px;
    position: relative;
    top:14px;
}

/* ==========================================
                광고주 파일관리 영역
========================================== */

.fileTitle {
    margin-top: 50px;
    margin-bottom: 20px;
}
.fileTitle span{
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: black
}

#myFile button {
    position: relative;
    float:right;
    border-radius: 5px;
    background-color: #0091FF;
    width: 120px;
    margin-top: 5px;
}


#myFile th, td {
    /* text-align: center; */
}






#noticeArea hr{
    margin-top: 30px;
    font-weight: 700;
    font-size: 15px;
}
/* #noticeArea p{
    margin-top: 30px;
    font-weight: 700;
    font-size: 15px;
} */
#noticeArea {
    /* border: 1px solid rgb(220,220,220); */
    padding: 10px;
    color:black;
}
#noticeArea th:nth-child(1) {
    text-align: center;
    font-size: 13px;
}
#noticeArea th:nth-child(2) {
    text-align: center;
    font-size: 13px;
}
#noticeArea th:nth-child(3) {
    text-align: center;
    font-size: 13px;
}
#noticeArea td:nth-child(1) {
    text-align: center;
    font-size: 13px;
}

#noticeArea td:nth-child(2) {
    font-size: 13px;
}

.tablePrt tr {
    border: 1px solid gray;
}
/* .tablePrt tr:nth-child(1) {
    background-color: rgb(255, 255, 154);
} */
.tablePrt {
    border: 1px solid rgb(220, 220, 220);
    border-radius: 10px;
}

.tablePrt td:nth-child(1) a{
    color: black;
}

.tablePrt td:nth-child(2) a {
    color: black;
}


