#Grand_Wrap {
    /* width: 1920px; */
    margin: 0 auto;
    position: relative;
    min-height: 100vh;
    min-width: 320px;
    /* background-color: #ffaab2; */
	background-color: #fbfbfb;
    overflow: hidden;
}

main {
    min-height: 50vh;
    /* background-color: aqua; */
    /* background-color: #ff6e7c; */
    /* background-color: white; */
}

.sec_center {
    position: relative;
}
/* main > .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -20%);
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    background-color: #ff919c;
    z-index: 0;
} */
main > .bg {
    position: absolute;
    top: 700px;
    left: 50%;
    transform: translate(-30%, -20%);
    width: 1900px;
    height: 1900px;
    border-radius: 50%;
    background-color: #ff919c;
    z-index: 0;
}
main.myOffice > .bg {
    background-color: #51d7ff;
    transform: translate(0%, -45%);
}
@media screen and (max-width:650px){
    main > .bg {
        width: 520px;
        height: 520px;
        top: 256px;
    }
    main > .bg1 {
        width: 420px !important;
        height: 420px !important;
        top: 860px !important;
        transform: translate(-84%, -20%) !important;
    }
    main > .bg2 {
        top: 1739px !important;
        transform: translate(-16%, -20%) !important;
        width: 300px !important;
        height: 300px !important;
    }

    main.myOffice > .bg {
        /* transform: translate(-25%, -115%); */
        transform: translate(-25%, -30%);
    }
}
#PageLoading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 400;
}
.Loading {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid rgb(112, 112, 112);
    width: 80px;
    height: 80px;
    -webkit-animation: spinLoading 0.4s ease-in infinite; /* Safari */
    animation: spinLoading 0.4s ease-in infinite;
}
/* Safari */
@-webkit-keyframes spinLoading {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spinLoading {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#Grand_Wrap main .disappear {
    position: absolute !important;
    left: -9999% !important;
    opacity: 0 !important;
}
#G_POPUP .disappear {
    position: absolute !important;
    left: -9999% !important;
    opacity: 0 !important;
}
/* !header.php */
header {
    position: relative;
    z-index: 100;
    /* background-color: #ff5a6a; */
}
header .top_header {
    /* background-color: #ececec; */
    /* background-color: #ff5a6a; */
}
header .top_header .topHeader_center {
    /* width: 1180px; */
    width: 1400px;
    margin: 0 auto;
    /* background-color: hotpink; */
    transition: all 0.3s;
}
header .top_header .util_box {
    display: flex;
    justify-content: flex-end;
}
header .top_header .util_box li {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s;
}
header .top_header .util_box li:nth-child(n+2) {
    margin-left: 30px;
}
header .top_header .util_box li:nth-child(n+2)::before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #130005;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    transition: all 0.3s;
}
header .top_header .util_box a {
    font-size: 16px;
    font-family: "pretendard-M";
    transition: all 0.3s;
}
header .bot_header {
    /* background-color: #ececec; */
}
header .bot_header .botHeader_center {
    /* width: 1180px; */
    width: 1400px;
    margin: 0 auto;
    /* background-color: rgb(255, 213, 162); */
    display: flex;
    align-items: center;
    transition: all 0.3s;
    position: relative;
}
header .bot_header .logo_box .img_box {
    display: block;
    width: 220px;
    transition: all 0.3s;
    padding: 20px 0 20px;
    transition: all 0.3s;
    margin-right: 180px;
}
header .bot_header .logo_box .img_box img {
    width: 100%;
}
header .bot_header .gnb_box {
    /* background-color: rgb(253, 174, 77); */
    width: 100%;
}
header .bot_header .gnb_box ul.gnb {
    display: flex;
    justify-content: space-between;
}
header .bot_header .gnb > li > a{padding: 10px;}
header .bot_header .gnb_box ul.gnb > li {
    position: relative;
}
header .bot_header .gnb_box ul.gnb > li > a {
    font-size: 24px;
    font-weight: 300;
    /* font-family: "pretendard-M"; */
    /* transition: all 0.3s; */
}
header .bot_header .gnb_box ul.gnb > li:hover > a {
    font-weight: bold;
}
header .bot_header .gnb_box ul.gnb > li.on > a {
    font-weight: bold;
}
header .bot_header .sub_menu {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: max-content;
    transform: translate(-50%, 100%);
    text-align: center;
    background-color: #ececec;
    /*background-color: #ff5a6a;*/
    /*padding: 10px;*/
	width: 100%;
    transition: all 0.3s;
    min-width: 180px;
    /* overflow: hidden; */
    /* height: 0px; */
    /* cursor: pointer; */
    display: none;
    z-index: 101;
}
header .bot_header .gnb_box ul.gnb > li:hover .sub_menu {
    display: block;
    /* height: 500px; */
    /*padding: 32px 0 0 0;*/
}
header .bot_header .sub_menu li {
    transition: all 0.3s;
}
header .bot_header .sub_menu a {
    display: block;
    padding: 15px 20px;
    /* font-family: "pretendard-R"; */
    font-weight: 300;
    position: relative;
	font-size: 16px;
}
header .bot_header .sub_menu a:hover {
    /* font-family: "pretendard-B"; */
    font-weight: bold;
}
header .bot_header .sub_menu li.on a {
    /* font-family: "pretendard-B"; */
    font-weight: bold;
}
header .ham_box {
    display: none;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 25px;
}
header .ham_box img {
    width: 100%;
}

@media screen and (max-width:1400px){
    header .top_header .topHeader_center {
        width: 95%;
    }
    header .top_header .util_box li {
        height: 35px;
    }
    header .top_header .util_box a {
        font-size: 13px;
    }
    header .top_header .util_box li:nth-child(n+2)::before {
        height: 13px;
    }
    header .bot_header .botHeader_center {
        width: 95%;
        justify-content: space-between;
    }
    header .bot_header .logo_box .img_box {
        width: 165px;
    }
    header .bot_header .logo_box .img_box {
        margin-right: 50px;
    }
    header .bot_header .gnb_box {
        width: 60%;
    }
    header .bot_header .gnb_box ul.gnb > li > a {
        font-size: 16px;
    }
    header .bot_header .sub_menu a {
        font-size: 14px;
    }
    
}
/* *모바일 중단점 */
@media screen and (max-width:650px){
    header .top_header {
        display: none;
    }
    header .bot_header .gnb_box {
        display: none;
    }
    header .bot_header .botHeader_center {
        justify-content: center;
    }
    header .bot_header .logo_box .img_box {
        width: 120px;
        margin: 0px;
        padding: 0px;
        padding: 10px 0;
    }
    header .ham_box {
        display: block;
    }
}


/* !footer.php */
footer {
    position: relative;
    z-index: 100;
}
footer .top_footer {
    background-color: #ececec;
    /*background-color: #ff5a6a;*/
    font-size: 16px;
    transition: all 0.3s;
}
footer .top_footer a {
    font-size: 16px;
    transition: all 0.3s;
}
footer .topFooter_center {
    width: 630px;
    margin: 0 auto;
    /* background-color: hotpink; */
    transition: all 0.3s;
}
footer .top_footer .util_box {
    display: flex;
    justify-content: space-between;
}
footer .top_footer .util_box a {
    font-family: "pretendard-M";
    line-height: 50px;
    transition: all 0.3s;
    /* background-color: rgb(173, 255, 255); */
}
footer .bot_footer {
    /* background-color: white; */
    background-color: #ff6e7c;
    padding: 40px 0;
}
footer .botFooter_center {
    width: 1020px;
    margin: 0 auto;
    /* background-color: rgb(255, 200, 133); */
    transition: all 0.3s;
}
footer .bot_footer .flex_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 30px;
    font-size: 13px;
    transition: all 0.3s;
}
footer .bot_footer .first_box {
    width: 55%;
    /* background-color: greenyellow; */
}
footer .bot_footer .first_box ul {
    display: flex;
    flex-wrap: wrap;
}
footer .bot_footer .first_box ul li {
    position: relative;
}
footer .bot_footer .first_box ul li:not(:nth-child(1)):not(:nth-child(5)) {
    margin-left: 20px;
}
footer .bot_footer .first_box ul li:not(:nth-child(1)):not(:nth-child(5))::before {
    display: block;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #130005;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}
footer .bot_footer .second_box {
    /* width: 35%; */
    /* background-color: greenyellow; */
}
footer .bot_footer .second_box .accountInfo_box {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-family: "pretendard-M";
}

@media screen and (max-width:1180px){
    footer .top_footer {
        font-size: 12px;
    }
    footer .top_footer a {
        font-size: 12px;
    }
    footer .topFooter_center {
        width: 50%;
    }
    footer .top_footer .util_box a {
        line-height: 30px;
    }
    footer .botFooter_center {
        width: 90%;
        /* overflow: hidden; */
    }
    footer .bot_footer .flex_box {
        line-height: 26px;
        font-size: 12px;
    }
    footer .bot_footer .second_box .accountInfo_box {
        font-size: 16px;
    }
}
@media screen and (max-width:900px){
    footer .bot_footer .flex_box {
        flex-direction: column;
    }
    footer .bot_footer .first_box {
        width: auto;
        font-size: 12px;
        margin-bottom: 30px;
    }
    footer .bot_footer .second_box {
        width: auto;
    }
}
/* *모바일 중단점 */
@media screen and (max-width:650px){
    footer {
      /*   display: none; */
    }
    /* footer .topFooter_center {
        width: 90%;
    }
    footer .bot_footer .first_box ul li:nth-child(4)::before {
        display: none !important;
        margin-left: 0 !important;
        background-color: pink;
    }
    footer .bot_footer .first_box ul li:nth-child(6)::before {
        display: none !important;
        margin-left: 0 !important;
    } */
}

/* !header.php nav */
nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    transition: all 0.6s;
transform: translateX(100%);
    overflow-y: scroll;
    background: #fff;
	background-color: #ffaab2;	
    border-left: 1px solid rgb(216, 216, 216);
    z-index: 150;
}
nav::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
nav::-webkit-scrollbar-track {
    background-color: rgb(187, 187, 187);
}
nav::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    overflow: hidden;
}
nav .navClost_box a {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
}
nav .navClost_box a img {
    width: 100%;
}
nav .nav_center {
  /*   padding: 0 10px; */
    /* width: 98%; */
    /* margin: 0 auto; */
}
nav .logo_box {
    width: 120px;
    margin: 0 auto;
    padding: 10px 0 40px;
}
nav .logo_box img {
    width: 100%;
}
nav .util_box {
    margin-bottom: 30px;
}
nav .util_box .flex_box {
    display: flex;
    justify-content: center;
}
nav .util_box .flex_box a {
    display: block;
    width: 100px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #130005;
    color: white;
    font-size: 16px;
    font-family: "pretendard-M";
    text-align: center;
    margin: 0 15px;
}
nav .menu_box {
    padding-bottom: 15px;
    border-bottom: 1px solid #130005;
    margin-bottom: 15px;
}
nav .menu_box li.dep1 > a {
    display: flex;
    align-items: center;
    padding: 12px 0;
}
nav .menu_box li.dep1 > a p {
    font-size: 18px;
    font-family: "pretendard-B";
    margin-right: 10px;
}
nav .menu_box li.dep1 > a img {
    width: 15.5px;
    height: 8.5px;
    /* transform: rotate(180deg); */
    /* transform: rotateX(0deg); */
    transition: all 0.3s;
}
nav .menu_box li.dep1:hover > a img {
    /* transform: rotate(180deg); */
    transform: rotateX(-180deg);
}
nav .menu_box li.dep1 .sub_menu {
    overflow: hidden;
    /* height: 0px; */
    transition: all 0.3s;
}
nav .menu_box li.dep1:hover .sub_menu {
    /* height: 60px; */
}
nav .menu_box li.dep1 .sub_menu ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}
nav .menu_box li.dep1 .sub_menu li {
    width: 50%;
    line-height: 25px;
}
nav .menu_box li.dep1 .sub_menu li a {
    font-size: 14px;
    font-family: "pretendard-M";
}
nav .navFoot_box {
    font-size: 12px;
}
nav .navFoot_box .top_box {
    font-size: 14px;
    margin-bottom: 20px;
}
nav .navFoot_box .top_box .accountInfo_box {
    font-family: "pretendard-M";
    display: flex;
}
nav .navFoot_box .top_box .accountInfo_box p:last-child {
    margin-left: 10px;
}
nav .navFoot_box .mid_box {
    line-height: 16px;
}
nav .navFoot_box .mid_box .site_name {
    font-size: 14px;
    font-family: "pretendard-M";
}
nav .navFoot_box .mid_box .info {
    display: flex;
    flex-wrap: wrap;
}
nav .navFoot_box .mid_box .info p:first-child {
    margin-right: 10px;
}
nav .link_box {
    padding: 20px 0;
}
nav .link_box a {
    font-size: 12px;
    font-family: "pretendard-M";
}
nav .link_box a:last-child {
    margin-left: 10px;
}

/* !control 공통 */

/* !인풋 */
input[type="text"] {
    width: 165px;
    line-height: 58px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    background-color: white;
    font-size: 20px;
    text-align: center;
    color: #130005;

    transition: all 0.3s;
}
input[type="text"]::placeholder {
    color: #cccccc;
}
input[type="password"] {
    width: 165px;
    line-height: 58px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    background-color: white;
    font-size: 20px;
    text-align: center;
    color: #130005;
}
input[type="password"]::placeholder {
    color: #cccccc;
}

/* !셀렉트 */
select {
    width: 165px;
    height: 60px;
    font-size: 20px;
    color: #130005;
    /* padding: 0 20px; */
    background-color: white;
	-webkit-appearance:none; /* for chrome */
	-moz-appearance:none; /*for firefox*/	
	appearance:none;
    background-image: url('../img/icon_down.png');
    background-repeat: no-repeat;
    padding-left: 20px;
    border-radius: 8px;
    border: 1px solid #cccccc;
    
    /* background-position: center right 20px; */
    /* background-size: 22px 13px; */
    background-position: center right 13px;
    background-size: 17px 9px;

    transition: all 0.3s;
}

/* ! 체크박스 type1 */
input[data-chktype='type1'] {
	display: none;
}
input[data-chktype='type1']~label {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #171000;
}
input[data-chktype='type1']~label .chk_img {
	width: 16px;
	height: 16px;
	border: 1px solid black;
	margin-right: 8px;
	background-color: white;
    border-radius: 2px;
    overflow: hidden;
}
input[data-chktype='type1']:checked~label .chk_img {
    background-image: url("../img/icon_chk1.png");
    background-size: 12px 12px;
    background-position: top 0px right 1px;
    background-repeat: no-repeat;
    /* background-color: red; */
}

/* ! 라디오 */
input[type="radio"] {
    display: none;
}
input[type="radio"]+label {
    display: flex;
    align-items: center;
}
input[type="radio"]+label .radio_cir {
    width: 20px;
    height: 20px;
    padding: 5px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid black;
    background-image: none;
}
input[type="radio"]:checked+label .radio_cir {
    background-image: url('../img/radio_dot.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 10px;

    border: 1px solid #130005;
    padding: 5px;
    background-color: #130005;
    background-clip: content-box;
}

/* !스크롤박스 scroll_box */
.scroll_box {
    height: 200px;
    overflow-y: scroll;
}
.scroll_box::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.scroll_box::-webkit-scrollbar-track {
    /* background-color: rgb(187, 187, 187); */
}
.scroll_box::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 100px #828282;
    border-radius: 4px;
    overflow: hidden;
}
/* !테이블 table */
.table_wrap {
}
.table_wrap li {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.table_wrap .table_header {
    background-color: #f8f8f8;
    color: #130005;
    font-size: 20px;
    font-family: "pretendard-M";
    display: flex;
    text-align: center;
    border: 1px solid #cbcbcb;
    border-bottom: unset;
}
/* .table_wrap .table_body {
    max-height: 600px;
    overflow-y: scroll;
}
.table_wrap .table_body::-webkit-scrollbar {
    width: 4px;
    height: 6px;
}
.table_wrap .table_body::-webkit-scrollbar-track {
    background-color: rgb(187, 187, 187, 0);
}
.table_wrap .table_body::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 20px #171000;
    border-radius: 2px;
    overflow: hidden;
}
.table_wrap .table_body:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
	box-shadow: 0 0 0 1000px white inset;
} */
.table_wrap .table_body {
    border: 1px solid #cbcbcb;
    border-bottom: unset;
}
.table_wrap .table_body > ul {
    display: flex;
    text-align: center;
    color: #171000;
    font-family: "pretendard-L";
    background-color: white;
    font-size: 20px;
    border-bottom: 1px solid #cbcbcb;
}
.table_wrap .table_body ul.tableRow.mobile {
    display: none;
}
.table_wrap .table_body ul.blank {
    justify-content: center;
}
.table_wrap .table_body ul:nth-child(2n) {
    /* background-color: #f3f3f3; */
}
.table_wrap li p.elli {
    width: 100%;
    line-height: normal;
}
.table_wrap li[data-column="0"] {
    /* width: 4px; */
    /* background-color: wheat; */
}

.table_wrap .resUl {
    /* width: 86%; 이 값은 각 테이블별로 지정 필요*/
    border-bottom: unset;
    display: flex;
    /* 반응형시 활성화 */
    /* flex-direction: column;*/
}
.table_wrap .resUl li {
    /* 반응형시 활성화 */
    /* width: 100% !important; */
}
.table_wrap .table_body ul.tableRow.mobile {
    padding: 15px 0;
}
.table_wrap .table_body ul.tableRow.mobile li {
    height: unset;
    text-align: left;
}
.table_wrap .table_body ul.tableRow.mobile li.num {
    width: 10%;
    /* background-color: pink; */
}
.table_wrap .table_body ul.tableRow.mobile li:not(.num) {
    width: 90%;
    /* background-color: pink; */
}
.table_wrap .table_body ul.tableRow.mobile li:not(.num) p {
    padding: 2px 0;
}
.table_wrap .table_body ul.tableRow.mobile li .wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.table_wrap .table_body ul.tableRow.mobile li .wrap p {
    font-family: "pretendard-M" !important;
}
.table_wrap .table_body ul.tableRow.mobile li .wrap p.name {
    width: 35%;
    /* background-color: aqua; */
}
.table_wrap .table_body ul.tableRow.mobile li .wrap p:last-child {
    padding-right: 10px;
    text-align: right;
}
@media screen and (max-width:650px) {
    /*.table_wrap .table_body ul.tableRow:not(.mobile) {
        display: none;
    }*/
    /*.table_wrap .table_body ul.tableRow.mobile {
        display: flex;
    }*/
	.table_wrap {overflow-X: auto;width: 100%;}
	.table_wrap ul {width: 650px;margin: 0 auto;}
}

/* !테이블(팝업용) table */
.t_wrap {
}
.t_wrap li {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.t_wrap .t_head {
    background-color: #CFDAFF;
    color: #130005;
    font-size: 20px;
    font-family: "pretendard-M";
    display: flex;
    text-align: center;
    border: 1px solid #cbcbcb;
    border-bottom: unset;
}
/* .t_wrap .t_body {
    max-height: 600px;
    overflow-y: scroll;
}
.t_wrap .t_body::-webkit-scrollbar {
    width: 4px;
    height: 6px;
}
.t_wrap .t_body::-webkit-scrollbar-track {
    background-color: rgb(187, 187, 187, 0);
}
.t_wrap .t_body::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 20px #171000;
    border-radius: 2px;
    overflow: hidden;
}
.t_wrap .t_body:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
	box-shadow: 0 0 0 1000px white inset;
} */
.t_wrap .t_body {
    border: 1px solid #cbcbcb;
    border-bottom: unset;
}
.t_wrap .t_body > ul {
    display: flex;
    text-align: center;
    color: #171000;
    font-family: "pretendard-L";
    background-color: white;
    font-size: 20px;
    border-bottom: 1px solid #cbcbcb;
}
.t_wrap .t_body ul.tableRow.mobile {
    display: none;
}
.t_wrap .t_body ul.blank {
    justify-content: center;
}
.t_wrap .t_body ul:nth-child(2n) {
    /* background-color: #f3f3f3; */
}
.t_wrap li p.elli {
    width: 100%;
    line-height: normal;
}
.t_wrap .t_body ul.tableRow.mobile {
    padding: 8px 0;
}
.t_wrap .t_body ul.tableRow.mobile li {
    height: unset;
    text-align: left;
}
.t_wrap .t_body ul.tableRow.mobile li.num {
    width: 10%;
    /* background-color: pink; */
}
.t_wrap .t_body ul.tableRow.mobile li:not(.num) {
    width: 90%;
    /* background-color: pink; */
}
.t_wrap .t_body ul.tableRow.mobile li:not(.num) p {
    padding: 2px 0;
}
.t_wrap .t_body ul.tableRow.mobile li .wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.t_wrap .t_body ul.tableRow.mobile li .wrap p {
    font-family: "pretendard-M" !important;
}
.t_wrap .t_body ul.tableRow.mobile li .wrap p.name {
    width: 35%;
    /* background-color: aqua; */
}
.t_wrap .t_body ul.tableRow.mobile li .wrap p:last-child {
    padding-right: 10px;
    text-align: right;
}
@media screen and (max-width:650px) {
    .t_wrap .t_body ul.tableRow:not(.mobile) {
        display: none;
    }
    .t_wrap .t_body ul.tableRow.mobile {
        display: flex;
    }
}

/* ! 페이지네이션 */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.pagination a.btn {
    font-size: 16px;
    color: #130005;
    margin: 0 5px;
    display: block;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination a:not(.btn) {
    font-size: 16px;
    color: #130005;
    margin: 0 5px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding-top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "pretendard-R";
}

/* !#proWrap 프로필 공통 */
#proWrap {
    width: max-content;
    margin: 0 auto;
    padding-bottom: 60px;
    transition: all 0.3s;
}
#proWrap .flex_box {
    display: flex;
    align-items: center;
}
#proWrap .proPic_box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #130005;
    margin-right: 20px;
    transition: all 0.3s;
}
#proWrap .proPic_box img {
    width: 100%;
    transition: all 0.3s;
}
#proWrap .memRank {
    font-size: 24px;
    font-family: "pretendard-R";
    padding-bottom: 11px;
    transition: all 0.3s;
}
#proWrap .s1 {
    font-size: 20px;
    padding-bottom: 7px;
    transition: all 0.3s;
}
#proWrap .s2 {
    font-size: 16px;
    position: relative;
    transition: all 0.3s;
}
#proWrap .s2:nth-child(n+2) {
    padding-bottom: 7px;
}
#proWrap .copyTarget img {
    width: 16px;
    height: 16px;
    margin-left: 3px;
    transition: all 0.3s;
}
#proWrap .message {
    position: absolute;
    bottom: 10px;
    right: 0px;
    transform: translateY(-100%);
    font-size: 12px;
    color: #ff4759;
    display: none;
}
@media screen and (max-width:650px) {
    #proWrap {
        padding-bottom: 30px;
    }
    #proWrap .proPic_box {
        width: 50px;
        height: 50px;
    }
    #proWrap .memRank {
        font-size: 16px;
    }
    #proWrap .s1 {
        font-size: 14px;
    }
    #proWrap .s2 {
        font-size: 12px;
    }
    #proWrap .copyTarget img {
        width: 10px;
        height: 10px;
    }
}

/* !.board_box 마이오피스 페이지메뉴 공통 */
.board_box .board_box {
    position: relative;
}
.board_box .topBoard_wrap {
    background-color: #130005;
    border-radius: 40px 40px 0 0;
    padding: 25px 100px 80px;
    transition: all 0.3s;
}
.board_box .top_board {
    position: relative;
}
.board_box .top_board ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.board_box .top_board li {
    /* background-color: rgb(255, 251, 0); */
    width: 200px;
    overflow: hidden;
    transition: all 0.3s;
}
.board_box .top_board li a {
    display: block;
    width: max-content;
    width: 100%;
    font-size: 18px;
    font-family: "pretendard-R";
    color: white;
    /* background-color: #f9e000; */
    line-height: 36px;
    transition: all 0.3s;
    /* text-align: center; */
}
.board_box .top_board li a:hover {
    font-family: "pretendard-B";
    color: #51d7ff;
}
.board_box .top_board li a.on {
    font-family: "pretendard-B";
    color: #51d7ff;
}
.board_box .top_board .toggle {
    color: white;
    font-size: 16px;
    padding-right: 20px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: translateY(100%);
    /* background-color: pink; */
    display: none;
}
.board_box .top_board .toggle::after {
    display: block;
    content: "";
    width: 16px;
    height: 8px;
    background-image: url("../img/icon_up2.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 16px 8px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%) rotateX(0deg);
    transition: all 0.3s;
}
.board_box .top_board .toggle.open:after {
    transform: translateY(-50%) rotateX(180deg);
}
.board_box .bot_board {
    position: relative;
    top: -55px;
    background-color: white;
    border: 1px solid #130005;
    border-radius: 40px;
}
@media screen and (max-width:1400px) {
    .board_box .top_board li {
        width: 150px;
    }
}
@media screen and (max-width:650px) {
    .board_box .topBoard_wrap {
        padding: 25px 35px 80px;
        border-radius: 30px 30px 0 0;
        position: relative;
        bottom: -55px;
    }
    .board_box .top_board li {
        width: 120px;
    }
    .board_box .top_board li a {
        font-size: 14px;
    }
    .board_box .bot_board {
        border: unset;
        border-bottom: 0;
        border-top: 1px solid #130005;
        border-radius: 30px 30px 0 0;
        top: 0px;
        /* border-radius: 40px 40px 0px 0px; */
    }
}
@media screen and (max-width:500px) {
    .board_box .topBoard_wrap {
        padding: 25px 15px 80px;
    }
    .board_box .top_board li {
        width: 110px;
        width: max-content;
        width: 33.333333%;
    }
    .board_box .top_board li a {
        font-size: 12px;
        overflow: hidden;
    }
}









