@media all and (max-width:767px) {
    .pc_ver {display: none !important;}
    .m_ver {display: block !important;}

    body {
        min-width: 100%;
        word-breka:keep-all;
    }

    h2 {
        font-size: 20px;
        font-weight: 300;
        text-align: center;
        letter-spacing: -1px;
    }

    h2 span {
        font-weight: 700;
    }

    span.mobile_sort {
        display: block;
    }

    .quick {
        position: fixed;
        background: transparent;
        color: #fff;
        z-index: 99;
        width: auto;
        right: 0;
        top: inherit;
        bottom: 124px;
    }

    .quick ul {
        text-align: center;
        margin-right: 10px;
    }

    .quick ul li {
        margin-bottom: 5px;
        cursor: pointer;
        width: 36px;
    }
    .quick ul li img {
        width: 100%;
    }

    .btm_apply {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 110px;
        background: #404040;
        color: #fff;
        z-index: 99;
    }

    .btm_apply > div {
        width: 90%;
        max-width: 90%;
        min-width: 90%;
        margin: 0 auto;
    }

    .btm_apply_cont1 {
        width: 48%;
    }
    .btm_apply_cont2 {
        width: 48%;
    }
    .btm_apply_cont2 .agreeChk {
        margin-bottom: 5px;
    }
    .btm_apply_cont2 .telNum {
        font-size: 18px;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .btm_apply_cont2 .telNum img {
        height: 14px;
        vertical-align: middle;
    }

    .btm_apply > div > form {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .btm_apply > div > form > .btm_apply_cont1 p {
        font-size: 12px;
        line-height: 160%;
    }

    .btm_apply > div > form > .btm_apply_cont1 p span {
        display: block;
        font-size: 16px;
        font-weight: 700;
    }

    .btm_apply > div > form > p:before {
        display: none;
        content: '';
        position: absolute;
        width: 1px;
        height: 70px;
        background: white;
        margin-left: 220px;
        margin-top: -10px;
    }

    .btm_apply > div > form > div {
        margin-top: 0px;
    }

    .btm_apply > div > form > div > ul {
        display: block;
        justify-content: space-between;
        width: 100%;
    }

    .btm_apply > div > form > div > ul input[type=text] {
        width: 100%;
        height: 26px;
        font-size: 13px;
        color: #fff;
        margin-right: 10px;
        background: transparent;
        border: 0;
        border-bottom: 1px solid #fff;
        font-style: italic;
    }

    .btm_apply > div > form > div > ul input[type=text]::placeholder {
        color: #aaa;
        font-weight: 200;
    }

    .btm_apply > div > form > div > p {
        margin-top: 0px;
        font-size: 11px;
    }

    .btm_apply > div > form > div > p label {
        text-decoration: underline;
    }

    .btm_apply > div > form > div > p input[type=checkbox] {
        width: 12px;
        height: 12px;
        border-radius: 2px;
        border: none;
        vertical-align: middle;
    }

    .btm_apply > div > form > div > p input[type=checkbox]:checked {
        background: url("/resources/images/icons/vector.svg"), #000;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .btm_apply > div > form > div > label {
        vertical-align: text-bottom;
    }

    .btm_apply > div > form > div input[type=button] {
        width: 100%;
        height: 28px;
        border: none;
        background: #b09369;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
    }

    section.mainVisual {
        position: relative;
        height: 460px;
        background: rgba(0, 0, 0, 0.6);
        margin-bottom: 0px;
    }

    section.mainVisual .hd {
        position: absolute;
        width: 100%;
    }

    section.mainVisual .hd h1 {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding: 15px 0 15px 20px;
    }
    section.mainVisual .hd h1 img {
        width: 150px;
    }

    .m_visual img {
        width: 100%;
    }

    section.mainVisual .hd > div {
        color: #fff;
        text-align: center;
        margin-top: 80px;
    }

    section.mainVisual .hd > div ul {
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        width: 280px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    section.mainVisual .hd > div ul li:first-child:after {
        content: '';
        position: absolute;
        width: 88px;
        height: 14px;
        background: url("/resources/images/visual_line.png");
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 10px;
        margin-top: 5px;
    }

    section.mainVisual .hd > div p {
        font-size: 30px;
        font-weight: 100;
        letter-spacing: -1px;
    }

    section.mainVisual .hd > div p span {
        font-weight: 900;
    }

    .bg-video__content {
        display: none;
        position: relative;
        z-index: -1;
        height: 460px;
        width: 100%;
        object-fit: cover;
    }

    .contents_ling {
        display: block;
        width: 100%;
        height: 1px;
        border: none;
        background: black;
        margin-bottom: 150px;
    }

    section.contents01 {

    }

    .contents01_imgTab {
        display: block;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: -50px;
        position: relative;
        background: white;
    }
    .q_text {
        display: flex;
        justify-content: space-between;
        padding: 30px 15px;
        align-items: center;
        position: relative;
    }
    .q_text .tit {
        font-size: 18px;
        font-weight: 700;
    }
    .q_text .more {
        font-size: 10px;
        text-align: center;
        margin-right: 10%;
    }
    .q_text .more img {
        display: block;
        width: 35px;
        margin-bottom: 5px;
    }
    .a_text {
        padding: 15px 15px;
        line-height: 160%;
        font-size: 13px;
    }
    .a_text span {
        font-weight: 700;
    }
    .a_text:before {
        content: '';
        position: absolute;
        width: 85%;
        height: 1px;
        background: black;
        margin-left: -15px;
        margin-top: -15px;
    }
    .contents01_imgTab_01, .contents01_imgTab_02, .contents01_imgTab_03, .contents01_imgTab_04 {
        position: relative;
    }
    .contents01_imgTab_01_hover, .contents01_imgTab_02_hover, .contents01_imgTab_03_hover, .contents01_imgTab_04_hover {
        position: relative;
    }
    .contents01_imgTab_01:before {
        content : "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: url("/resources/images/contents01_img01_m.png");
        background-size: cover;
        width: 100%;
        height: 100%;
        opacity: 0.3;
    }
    .contents01_imgTab_02:before {
        content : "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: url("/resources/images/contents01_img02_m.png");
        background-size: cover;
        width: 100%;
        height: 100%;
        opacity: 0.3;
    }
    .contents01_imgTab_03:before {
        content : "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: url("/resources/images/contents01_img03_m.png");
        background-size: cover;
        width: 100%;
        height: 100%;
        opacity: 0.3;
    }
    .contents01_imgTab_04:before {
        content : "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: url("/resources/images/contents01_img04_m.png");
        background-size: cover;
        width: 100%;
        height: 100%;
        opacity: 0.3;
    }
    .contents01_imgTab_01_hover:before {
        content : "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: url("/resources/images/contents01_img01_m.png");
        background-size: cover;
        width: 100%;
        height: 100%;
        opacity: 0.1;
    }
    .contents01_imgTab_02_hover:before {
        content : "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: url("/resources/images/contents01_img02_m.png");
        background-size: cover;
        width: 100%;
        height: 100%;
        opacity: 0.1;
    }
    .contents01_imgTab_03_hover:before {
        content : "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: url("/resources/images/contents01_img03_m.png");
        background-size: cover;
        width: 100%;
        height: 100%;
        opacity: 0.1;
    }
    .contents01_imgTab_04_hover:before {
        content : "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: url("/resources/images/contents01_img04_m.png");
        background-size: cover;
        width: 100%;
        height: 100%;
        opacity: 0.1;
    }

    section.contents01 > h2 {
        margin-bottom: 20px;
    }

    section.contents01 > .tab {
        width: 1264px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    section.contents01 > .tab li {
        width: 302px;
        height: 54px;
        line-height: 54px;
        text-align: center;
        background: #0d0d0d;
        font-size: 30px;
        color: white;
    }

    section.contents01 > .tab li a {
        display: block;
        cursor: pointer;
    }

    section.contents01 > .tab li.active {
        background: #cfa972;
    }

    section.contents01 > .tab_contents {
        width: 1264px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        margin-bottom: 290px;
    }

    section.contents01 > .tab_contents > p {
        display: flex;
        justify-content: center;
        width: 302px;
        background: #e5e5e5;
        text-align: center;
        align-items: center;
        font-size: 50px;
        font-weight: 700;
        line-height: 140%;
    }

    section.contents01 > .tab_contents > div {
        width: 944px;
        height: 393px;
        border: 1px solid #cfa972;
        padding: 46px 58px;
        letter-spacing: -1px;
    }

    section.contents01 > .tab_contents > div .tit {
        display: inline-block;
        color: #cfa972;
        font-size: 25px;
        font-weight: 700;
        border: 1px solid #cfa972;
        height: 34px;
        line-height: 34px;
        border-radius: 17px;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    section.contents01 > .tab_contents > div hr.type1 {
        display: block;
        width: 100%;
        height: 1px;
        background: #cfa972;
        border: none;
        margin-bottom: 80px;
    }

    section.contents01 > .tab_contents > div hr.type2 {
        display: block;
        width: 100%;
        height: 1px;
        background: #cfa972;
        border: none;
        margin-bottom: 60px;
    }

    section.contents01 > .tab_contents > div hr.type3 {
        display: block;
        width: 100%;
        height: 1px;
        background: #cfa972;
        border: none;
        margin-bottom: 40px;
    }

    section.contents01 > .tab_contents > div hr.type4 {
        display: block;
        width: 100%;
        height: 1px;
        background: #cfa972;
        border: none;
        margin-bottom: 40px;
    }

    section.contents01 > .tab_contents > div .text1 {
        font-size: 23px;
        margin-bottom: 15px;
    }

    section.contents01 > .tab_contents > div .text2 {
        font-size: 30px;
    }

    section.contents01 > .tab_contents > div .text2 span {
        display: block;
        font-weight: 700;
    }

    section.contents01 > .bar {
        width: 100%;
        background: #cfa972;
        text-align: center;
        color: #fff;
        font-size: 11px;
        padding: 20px 0;
        margin-bottom: 0px;
        word-break: keep-all;
    }

    section.contents01 > .bar span {
        display: block;
        font-size: 20px;
        font-weight: 700;
    }

    section.contents02 {
        background: url("/resources/images/icons/court.png") no-repeat 60% 50%;
        background-size: 50%;
    }

    section.contents02 .memberSwiper {
        width: 100%;
        margin: 0 auto;
    }

    section.contents02 .memberSwiper .memberContainer {
        width: 100%;
        height: inherit;
        padding-top: 0px;
        margin: 0 auto;
    }
    .memberList > .tit {
        color: #666;
        font-size: 16px;
        letter-spacing: -1px;
        padding-left: 30px;
        margin-bottom: 60px;
        word-break: keep-all;
    }

    /*
    .memberContainer:before {
        content: '';
        position: absolute;
        width: 465px;
        height: 448px;
        background: url("/resources/images/icons/court.png");
        margin-top: 315px;
        margin-left: 470px;
    }
    */
    .member01 > p img, .member02 > p img, .member03 > p img, .member04 > p img {
        width: 100%;
    }
    .member01 > .tit:before {
        display: none;
        content: '';
        position: absolute;
        width: 24px;
        height: 18px;
        background: url("/resources/images/icons/comma.png");
        background-size: contain;
        margin-top: -12px;
        margin-left: -14px;
    }

    .member01 > .tit:after {
        display: none;
        content: '';
        position: absolute;
        width: 24px;
        height: 18px;
        background: url("/resources/images/icons/comma.png");
        background-size: contain;
        margin-top: -30px;
        margin-left: 80px;
        transform: rotate(180deg);
    }

    .member02 > .tit:before {
        display: none;
        content: '';
        position: absolute;
        width: 24px;
        height: 18px;
        background: url("/resources/images/icons/comma.png");
        background-size: contain;
        margin-top: -12px;
        margin-left: -14px;
    }

    .member02 > .tit:after {
        display: none;
        content: '';
        position: absolute;
        width: 24px;
        height: 18px;
        background: url("/resources/images/icons/comma.png");
        background-size: contain;
        margin-top: -30px;
        margin-left: -90px;
        transform: rotate(180deg);
    }

    .member03 > .tit:before {
        display: none;
        content: '';
        position: absolute;
        width: 24px;
        height: 18px;
        background: url("/resources/images/icons/comma.png");
        background-size: contain;
        margin-top: -12px;
        margin-left: -14px;
    }

    .member03 > .tit:after {
        display: none;
        content: '';
        position: absolute;
        width: 24px;
        height: 18px;
        background: url("/resources/images/icons/comma.png");
        background-size: contain;
        margin-top: -30px;
        margin-left: 40px;
        transform: rotate(180deg);
    }

    .member04 > .tit:before {
        display: none;
        content: '';
        position: absolute;
        width: 24px;
        height: 18px;
        background: url("/resources/images/icons/comma.png");
        background-size: contain;
        margin-top: -12px;
        margin-left: -14px;
    }

    .member04 > .tit:after {
        display: none;
        content: '';
        position: absolute;
        width: 24px;
        height: 18px;
        background: url("/resources/images/icons/comma.png");
        background-size: contain;
        margin-top: -30px;
        margin-left: -10px;
        transform: rotate(180deg);
    }

    .memberList > .tit span {
        color: #0d0d0d;
        font-weight: 700;
    }

    .memberList > div {
        padding-left: 30px;
    }

    .memberList > div .ancestry {
        font-size: 14px;
        color: #cfa972;
    }

    .memberList > div .ancestry span {
        display: inline-block;
        padding-right: 10px;
        background: white;
    }

    /*.memberList > div .ancestry:before {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    width: 60%;*/
    /*    height: 1px;*/
    /*    background: #cfa972;*/
    /*    margin-top: 8px;*/
    /*    z-index: -2;*/
    /*}*/

    .memberList > div .name {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .memberList > div .name span {
        font-size: 24px;
    }

    .memberList > div > ul {
        font-size: 11px;
    }

    .memberList > div > ul li {
        line-height: 160%;
    }

    .memberSwiper > .swiper-button-next {
        display: none;
        width: 26px !important;
        height: 26px !important;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #cfa972;
        margin-top: -104px;
        left: 0;
        margin-left: 70px;
    }

    .memberSwiper > .swiper-button-prev {
        display: none;
        width: 26px !important;
        height: 26px !important;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #cfa972;
        margin-top: -104px;
        margin-left: 20px;
    }

    .memberSwiper > .swiper-button-next:after {
        transform: rotate(180deg);
        width: 15px;
        height: 20px;
        background: url("/resources/images/icons/member_arrow.png") top center no-repeat;
        background-size: 10px;
        font-size: 0 !important;
        margin-top: -4px;
        margin-left: 5px;
    }

    .memberSwiper > .swiper-button-prev:after {
        width: 15px;
        height: 20px;
        background: url("/resources/images/icons/member_arrow.png") top center no-repeat;
        background-size: 10px;
        font-size: 0 !important;
        margin-top: 3px;
        margin-right: 5px;
    }

    .member01:before {
        content: '';
        position: absolute;
        width: 150px;
        height: 224px;
        background: url("/resources/images/member01.png");
        background-size: contain;
        z-index: -1;
        margin-top: 116px;
        margin-left: 240px;
    }

    .member02:before {
        content: '';
        position: absolute;
        width: 150px;
        height: 224px;
        background: url("/resources/images/member02.png");
        background-size: contain;
        z-index: -1;
        margin-top: 116px;
        margin-left: 240px;
    }

    .member03:before {
        content: '';
        position: absolute;
        width: 150px;
        height: 224px;
        background: url("/resources/images/member03.png");
        background-size: contain;
        z-index: -1;
        margin-top: 116px;
        margin-left: 240px;
    }
    .member04:before {
        content: '';
        position: absolute;
        width: 150px;
        height: 224px;
        background: url("/resources/images/member04.png");
        background-size: contain;
        z-index: -1;
        margin-top: 116px;
        margin-left: 240px;
    }

    section.contents02 > .bar {
        width: 100%;
        background: #c3a26f;
        text-align: center;
        color: #fff;
        font-size: 40px;
        padding: 17px 8%;
        padding-bottom: 10px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: -5px;
    }

    section.contents02 > .bar > div {
        width: 33.33%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        letter-spacing: -1px;
        border-right: 1px solid white;
        flex-wrap: wrap;
        padding: 0px 0;
    }

    section.contents02 > .bar > div:last-child {
        border-right: 0;
    }
    section.contents02 > .bar > div:nth-child(3) {
        border-right: 0;
    }

    section.contents02 > .bar > div .text {
        width: 100%;
        text-align: center;
        font-size: 12px;
    }

    section.contents02 > .bar > div .number {
        display: block;
        font-size: 12px;
    }

    section.contents02 > .bar > div .number span {
        font-size: 30px;
        font-weight: 700;
    }
    .wFull {
       width: 100% !important;
    }

    section.contents03 {
        /*margin-bottom: 60px;*/
    }

    section.contents03 .faq {
        width: 100%;
        margin: 0 auto;
    }

    section.contents03 .faq > div {
        display: flex;
        justify-content: start;
        border-top: 1px solid #000;
        padding-top: 20px;
    }

    section.contents03 .faq > div:first-child {
        border-top: none;
    }

    section.contents03 .faq > div > div {
        width: 100%;
        margin: 0 auto;
    }

    section.contents03 .faq > div > div > div {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    section.contents03 .faq > div .number {
        font-size: 36px;
        font-weight: 700;
        width: 80%;
        margin:0 auto;
    }

    section.contents03 .faq > div > div .text1 {
        width: 80%;
        margin:0 auto;
        font-size: 16px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    section.contents03 .faq > div > div .text1 span.mLine {
        display: block;
    }
    section.contents03 .faq > div > div .text1 span.faqQ01 {
        margin-top: -100px !important;
    }
    section.contents03 .faq > div > div .text1 span.faqQ02 {
        margin-top: -100px !important;
    }
    section.contents03 .faq > div > div .text1 span.faqQ03 {
        margin-top: -100px !important;
    }
    section.contents03 .faq > div > div .text1 span.target-img {
        float: right;
        display: block;
        font-size: 11px;
        font-weight: normal;
        margin-right: 5px;
        text-align: center;
        margin-top: -65px;
    }

    section.contents03 .faq > div > div .text1 span.target-img img {
        display: block;
        background: white;
        padding: 5px;
        border-radius: 50%;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
        margin-bottom: 5px;
        margin-top: 0px;
        width: 30px;
    }

    section.contents03 .faq > div > div .text2 {
        font-size: 12px;
        background: #f5f5f5;
        border-top: 1px solid black;
        padding: 0;
        word-break: keep-all;
    }
    section.contents03 .faq > div > div .text2 img {
        width: 100%;
    }

    section.contents03 > .bar {
        width: 100%;
        background: #999;
        text-align: center;
        color: #fff;
        font-size: 40px;
        padding: 20px 0;
        padding-top: 5px;
    }

    section.contents03 > .bar span {
        display: block;
        font-size: 14px;
        font-weight: 700;
    }
    section.contents03 > .bar img {
        width: 130px;
    }

    section.contents04 {
        display: none;
        text-align: center;
        margin-bottom: 40px;
    }

    section.contents04 > h2 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: -20px;
    }

    section.contents04 > h2 img {
        vertical-align: middle;
        margin-top: -5px;
        width: 30px;
    }

    section.contents04 > .movie {
        width: 70%;
        margin:0 auto;
        margin-bottom: 20px;
    }
    section.contents04 > .movie img {
        width: 100%;
    }

    section.contents04 > button {
        width: 70%;
        height: 28px;
        border-radius: 26px;
        line-height: 26px;
        font-size: 14px;
        bordeR: 1px solid #000;
    }

    section.contents04 > button img {
        vertical-align: middle;
        margin-left: 3px;
        margin-top: -2px;
        width: 7px;
    }

    footer {
        width: 100%;
        background: #1a1a1a;
    }

    .ft_container {
        width: 100%;
        margin: 0 auto;
        color: #fff;
        display: flex;
        justify-content: center;
        padding: 20px 0;
        margin-bottom: 110px;
        text-align: center;
    }

    .ft_copy {
        font-size: 12px;
        letter-spacing: -1px;
    }

    .ft_copy p {
        margin-bottom: 10px;
        line-height: 160%;
        text-align: left;
    }
    .ft_copy p.copy {
        font-size: 11px;
        font-weight: 300;
        letter-spacing: 0;
    }
    .ft_copy p.copy span {
        color: #707070;
    }
    .ft_copy .ft_telNum {
        margin-bottom: 20px;
    }
    .ft_copy .ft_telNum span {
        display: block;
        font-size: 30px;
        font-weight: 700;
        margin-top: 10px;
    }

    .ft_copy > ul {
        display: flex;
        justify-content: start;
        margin-bottom: 15px;
    }

    .ft_copy > ul li {
        margin-right: 20px;
    }

    .ft_copy > ul li:last-child {
        margin-right: 0;
    }

    .ft_link {
        display: flex;
        justify-content: start;
        font-size: 14px;
    }

    .ft_link > li {
        margin-right: 10px !important;
        text-align: center;
        height: 30px;
        line-height: 30px;
    }
    .ft_link > li:first-child {
        background: #b09368;
        border-radius: 15px;
        padding: 0 15px;
    }

    .ft_link > li:last-child {
        margin-right: 0 !important;
    }

    .ft_link > li img {
        margin: 0 auto;
        margin-bottom: 5px;
        width: 24px;
        vertical-align: middle;
    }

    /* 팝업 */
    .popup_layer {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
    }

    /*팝업 박스*/
    .popup_box {
        position: relative;
        top: 50%;
        left: 50%;
        height: 510px;
        width: 90%;
        transform: translate(-50%, -50%);
        z-index: 1002;
        box-sizing: border-box;
        background: #fff;
        box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35);
        -webkit-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35);
    }

    .popup_cont {

    }

    .popup_cont > h5 {
        text-align: center;
        padding: 15px 0;
        font-size: 18px;
    }

    .popup_cont > .textBox {
        width: 90%;
        margin: 0 auto;
        background: #eee;
        padding: 10px;
        margin-bottom: 10px;
        line-height: 160%;
        height: 400px;
        overflow: auto;
        font-size: 12px;
        word-break: keep-all;
    }

    .popup_btn {
        text-align: center;
    }

    .popup_btn a {
        display: inline-block;
        width: 120px;
        height: 34px;
        line-height: 34px;
        background: #333;
        color: #fff;
        text-align: center;
    }
}