@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*공통 css*/


body {
    margin: 0 auto;
    /*max-width: 56em;   !* 896px = 56em * 16 *!*/
    /*padding: 1em 0;*/
    font-size: 14px;
    min-width: 1520px;
}

.calc_height {
    min-height: calc(100vh - 358.19px);
}


/*헤더*/



.pd_header {
    border-width: 0 0 1px;
    border-color: #e7e7e7;
    border-style: solid;
    position: relative;
    display: block;
    width: 100% !important;
    height: 90px;
}

.header_wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: block;
}


.header_nav {
    position: relative;
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.header_nav .header_inline {
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto!important;
    position: relative;
    display: table-cell;
    text-align: center;
}

.header_nav .header_inline_left,
.header_nav .header_inline_right{
    width: 248px;
}

.header_nav .header_inline_left {
    text-align: left;
}

.header_nav .header_inline_right {
    text-align: right;
}



.header_nav .header_inline .header_inline_con {
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    display: inline-block;
}

.header_nav .header_inline > .header_inline_con:first-child {
    margin-left: 0!important;
}

/*로고*/

.pd_logo {
    height: 50px
}

/*네비게이션*/

.gnb {
    height: 50px;
    min-height: auto;
    display: table;
    vertical-align: middle;
    border: 0;
}


.gnb_nav {
    float: none;
    margin: 0;
}

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

.gnb_nav:after {
    clear: both;
    display: table;
    content: " ";
}

.gnb_nav li {
    float: none;
    display: inline-block;
}

.gnb_nav li a {
    color: #333;
    font-size: 14px;
    letter-spacing: 0px;
    padding: 0 30px;
    font-weight: bold;
    font-style: normal;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.gnb_nav li a:hover {
    text-decoration: none;
    color: #408e98;
}

/*로그인*/

.login_box {
    width: 100%;
}

.login_add_btn .login_btn_text,
.mypage_btn .mypage_btn_text
{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: flex-end;
    height: auto;
    padding: 0px;
    color: #333;
    opacity: 1;
    background-color: transparent;
    border: none;
    border-radius: 2px;
}

.login_add_btn,.mypage_btn,.logout_btn {
    color: rgb(68, 68, 68);
    border: 0px;
    background-color: transparent;
    width: 100%;
    padding: 0;
}


.mypage_box {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.mypage_box .user_info {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.mypage_box .user_thumb {
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}

.mypage_box .user_thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.mypage_box .user_thumb:after {
    position: absolute;
    right: -3px;
    bottom: -1px;
    display: inline-block;
    width: 23px;
    height: 23px;
    background-position: -25px -258px;
    background-repeat: no-repeat;
    vertical-align: top;
    content: '';
}



.mypage_box .info_area img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.mypage_box .user_info .link_set {
    text-decoration: none;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    min-width: 80px;
}

.mypage_box .user_info .link_set .pd_nickname {
    vertical-align: top;
    margin-right: 2px;
}


/*.mypage_box .user_info .link_mypage:before {*/
/*content: "";*/
/*display: inline-block;*/
/*width: 1px;*/
/*height: 12px;*/
/*margin: 0 7px 0 3px;*/
/*background-color: #dae1e6;*/
/*vertical-align: -1px;*/
/*}*/


.mypage_box .user_info .link_mypage {
    font-size: 14px;
    color: #505050;
    margin-left: 10px;
}

.mypage_box .user_info .link_mypage:hover {
    text-decoration: none;
}

.mypage_box .user_info .pd_id {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 1px;
    color: grey;
}



.mypage_btn {
    display: none;
}


.logout_btn {
    width: 58px;
}

.logout_btn .logout_btn_text {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: flex-end;
}

.login_btn_text > span,
.mypage_box > span{
    display: block;
    margin: 0 10px;
    width: 1px;
    height: 14px;
    background-color: rgb(223, 223, 223);
    position: relative;
    top: 1px;
}

/*.login_box input#customer_id,*/
/*.login_box input#customer_password,*/
/*.login_box button {*/
/*width: 100%;*/
/*}*/

/*.login_box input#customer_id,*/
/*.login_box input#customer_password {*/
/*border: 1px solid #ddd;*/
/*border-radius: 2px;*/
/*height: 35px;*/
/*padding: 0 10px;*/
/*font-size: 13px;*/
/*}*/

/*.login_box input#customer_id {*/
/*margin-bottom: 3px;*/
/*}*/

/*.login_box input#customer_password {*/

/*margin-bottom: 5px;*/
/*}*/

/*.login_box button {*/
/*background: #4A68A1;*/
/*border: 1px solid #4A68A1;*/
/*border-radius: 2px;*/
/*color: #ffffff;*/
/*height: 35px;*/
/*font-size: 13px;*/
/*}*/







/*푸터*/

/*.content {*/
/*min-height: calc(100vh - 219px);*/
/*}*/

/*footer {*/
/*height: 219px;*/
/*}*/


.pd_footer {

    width: 100%;
    z-index: 999;
    background-color: transparent;
    bottom: 0;
    left: 0;
    position: relative;
}

.footer_wrap {
    width: 100%;
}

.top_footer {
    overflow: hidden;
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 0 auto;
}

.category_info {
    float: left;
    width: 50%;
    margin-left: 10%;
}

.pointdr_cs_center {
    float: left;
    width: 30%;
}


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

.category_list {
    /*float: left;*/
    /*text-align: left;*/
    display: flex;
    flex-direction: column;
    flex: none;
    flex-basis: 28%;
    box-sizing: border-box;
    position: relative;
}

.category_list h3,
.pointdr_cs_center h3{
    padding: 15px 0;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(255,255,255,0.6);
    text-align: left;
}

.category_list li {
    height: 25px;
    line-height: 26px;
    letter-spacing: -1px;
    font-size: 13px;
}

.category_list a:hover {
    text-decoration: none;
    color: #fff;
    font-weight: initial;
}

.pointdr_cs_center {
    padding-left: 20px;
}

.btm_footer {
    width: 100%;
    background: #000000;
    color: rgba(255,255,255,0.6);
    clear: both;
    position: relative;
}

.btm_inner_footer {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    width: 100%;
}

.btm_nav {
    width: 100%;
    padding: 0 0 10px 0;
    overflow: hidden;
    font-size: 14px;
}


.btm_nav li {
    float: left;
    margin-right: 30px;
    color: rgba(255,255,255,0.6);
}

.btm_nav li a {
    transition: 0.2s all;
}

.btm_nav img {
    height: 27px;
}

.btm_nav li:hover a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.2s all;
}

.btm_mid_box {
    overflow: hidden;
    width: 100%;
    padding: 30px 0 55px 0;
}

.btm_footer_box {
    display: flex;
    justify-content: space-between;
}

.company_info {
    width: 75%;
}

.info_btm_footer {
    margin-top: 15px;
}

.info_btm_footer li {
    display: flex;
    align-items: center;
}

.info_btm_footer span {
    display: block;
    margin: 0px 10px;
    width: 1px;
    height: 12px;
    background-color: #585757;
    position: relative;
    top: 1px;
}


.footer_title {
    font-size: 1.286em;
    line-height: 1.4;
    font-style: normal;
    color: rgba(255,255,255,0.6);
    margin-bottom: 30px;
}


.company_info ul.company_info_footer li {
    font-size: 13px;
    zoom: 1;
    line-height: 20px;
    color: #585757;
}

.btm_mid_box .copyright {
    display:block;
    padding-top:20px;
    margin-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.6);
    color:rgba(255,255,255,0.6);
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #408e98;
    border-color: #408e98;
}



@media (max-width: 1024px) {
    .side_banner {
        display: none;
    }
}


@media (min-width: 896px){
    aside, article {
        grid-column: auto;
    }
}

.modal {
    z-index: 15000;
}

/*swal창*/

.swal2-container {
    z-index: 16000;
}

.swal2-popup {
    width: 478px!important;
}

.swal2-icon {
    width: 80px!important;
    height: 80px!important;
}

.swal2-title {
    font-size: 27px!important;
}

.swal2-content {
    font-size: 16px!important;
}

.swal2-styled.swal2-confirm {
    font-size: 14px!important;
    padding: 10px 24px!important;
}


.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #408e98;
    color: #fff;
    font-size: 1em;
}

