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

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

    h2 span {
        font-weight: 700;
    }

    span.mobile_sort {
        display: inline-block;
    }

    .quick {
        position: fixed;
        /*background: #1a1a1a;*/
        color: #fff;
        z-index: 99;
        width: 135px;
        right: 0;
        top: 89px;
    }

    .quick ul {
        text-align: center;
        /*padding-top: 30px;*/
        margin-top: 20px;
    }

    .quick ul li {
        /*margin-bottom: 30px;*/
        margin-bottom: 15px;
        cursor: pointer;
    }

    .quick ul li:first-child {
        color: #d3a268;
    }

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

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

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

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

    }

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

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

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

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

    .btm_apply > div > form > div > ul {
        display: flex;
        justify-content: space-between;
        width: 650px;
    }

    .btm_apply > div > form > div > ul input[type=text] {
        width: 295px;
        height: 46px;
        font-size: 20px;
        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: 12px;
    }

    .btm_apply > div > form > div > p input[type=checkbox] {
        width: 17px;
        height: 17px;
        border-radius: 3px;
        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 > input[type=button] {
        width: 206px;
        height: 46px;
        border: none;
        background: #b09369;
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }

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

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

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

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

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

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

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

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

    .bg-video__content {
        position: relative;
        z-index: -1;
        height: 1000px;
        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: flex;
        justify-content: space-between;
        width: 1281px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .contents01_imgTab > .imgTab {
        position: relative;
    }

    .contents01_imgTab > .imgTab .focus_img {
        position: absolute;
        color: white;
        background: rgba(0, 0, 0, 0.85);
        width: 100%;
        height: 100%;
        padding: 0 35px;
        opacity: 0;
    }

    .contents01_imgTab > .imgTab .focus_img:hover {
        opacity: 1;
        transition: ease 1s;
    }

    .contents01_imgTab > .imgTab .focus_img:not(hover) {
        transition: ease 1s;
    }

    .focus_img > .text1 {
        font-size: 40px;
        font-weight: 700;
        letter-spacing: -1px;
        padding: 120px 0;
    }

    .focus_img > .text1:before {
        content: '';
        position: absolute;
        width: 90%;
        height: 1px;
        background: white;
        margin-left: -35px;
        margin-top: 194px;
    }

    .focus_img > .text2 {
        font-size: 20px;
        letter-spacing: -2px;
        line-height: 160%;
        margin-top: 20px;
    }

    .focus_img > .text2 span {
        font-weight: 700;
    }

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

    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: 40px;
        padding: 70px 0;
        margin-bottom: 140px;
    }

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

    section.contents02 {
        /*background: url("/resources/images/icons/court.png") no-repeat 54% 63%;*/
    }

    section.contents02 .memberSwiper {
        width: 1418px;
        margin: 0 auto;
    }

    section.contents02 .memberSwiper .memberContainer {
        width: 1264px;
        height: 740px;
        padding-top: 50px;
        margin: 0 auto;
    }

    .memberList > .tit {
        color: #666;
        font-size: 40px;
        letter-spacing: -1px;
        padding-left: 80px;
        margin-bottom: 80px;
    }

    /*
    .memberContainer:before {
        content: '';
        position: absolute;
        width: 465px;
        height: 448px;
        background: url("/resources/images/icons/court.png");
        margin-top: 315px;
        margin-left: 470px;
    }
    */
    .member01 > .tit:before {
        content: '';
        position: absolute;
        width: 77px;
        height: 58px;
        background: url("/resources/images/icons/comma.png");
        margin-top: -34px;
        margin-left: -62px;
    }

    .member01 > .tit:after {
        content: '';
        position: absolute;
        width: 77px;
        height: 58px;
        background: url("/resources/images/icons/comma.png");
        margin-top: -87px;
        margin-left: 205px;
        transform: rotate(180deg);

    }

    .member02 > .tit:before {
        content: '';
        position: absolute;
        width: 77px;
        height: 58px;
        background: url("/resources/images/icons/comma.png");
        margin-top: -34px;
        margin-left: -62px;
    }

    .member02 > .tit:after {
        content: '';
        position: absolute;
        width: 77px;
        height: 58px;
        background: url("/resources/images/icons/comma.png");
        margin-top: -85px;
        margin-left: -240px;
        transform: rotate(180deg);

    }

    .member03 > .tit:before {
        content: '';
        position: absolute;
        width: 77px;
        height: 58px;
        background: url("/resources/images/icons/comma.png");
        margin-top: -34px;
        margin-left: -62px;
    }

    .member03 > .tit:after {
        content: '';
        position: absolute;
        width: 77px;
        height: 58px;
        background: url("/resources/images/icons/comma.png");
        margin-top: -87px;
        margin-left: 95px;
        transform: rotate(180deg);

    }

    .member04 > .tit:before {
        content: '';
        position: absolute;
        width: 77px;
        height: 58px;
        background: url("/resources/images/icons/comma.png");
        margin-top: -34px;
        margin-left: -62px;
    }

    .member04 > .tit:after {
        content: '';
        position: absolute;
        width: 77px;
        height: 58px;
        background: url("/resources/images/icons/comma.png");
        margin-top: -87px;
        margin-left: -25px;
        transform: rotate(180deg);

    }

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

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

    .memberList > div .ancestry {
        font-size: 30px;
        color: #cfa972;
        margin-bottom: 20px;
    }

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

    .memberList > div .ancestry:before {
        content: '';
        position: absolute;
        width: 930px;
        height: 1px;
        background: #cfa972;
        margin-top: 16px;
        z-index: -2;
    }

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

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

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

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

    .memberSwiper > .swiper-button-next {
        width: 58px !important;;
        height: 58px !important;;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #cfa972;
        margin-top: -120px;
    }

    .memberSwiper > .swiper-button-prev {
        width: 58px !important;;
        height: 58px !important;;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #cfa972;
        margin-top: -120px;
    }

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

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

    .member01:before {
        content: '';
        position: absolute;
        width: 510px;
        height: 895px;
        background: url("/resources/images/member01.png");
        z-index: -1;
        margin-top: -50px;
        margin-left: 810px;
    }

    .member02:before {
        content: '';
        position: absolute;
        width: 510px;
        height: 895px;
        background: url("/resources/images/member02.png");
        z-index: -1;
        margin-top: -50px;
        margin-left: 810px;
    }

    .member03:before {
        content: '';
        position: absolute;
        width: 510px;
        height: 895px;
        background: url("/resources/images/member03.png");
        z-index: -1;
        margin-top: -50px;
        margin-left: 810px;
    }
    .member04:before {
        content: '';
        position: absolute;
        width: 510px;
        height: 895px;
        background: url("/resources/images/member04.png");
        z-index: -1;
        margin-top: -50px;
        margin-left: 810px;
    }
    .member01:after {
        content: '';
        position: absolute;
        width: 465px;
        height: 448px;
        background: url("/resources/images/icons/court.png");
        z-index: -2;
        margin-top: -253px;
        margin-left: 510px;
    }
    .member02:after {
        content: '';
        position: absolute;
        width: 465px;
        height: 448px;
        background: url("/resources/images/icons/court.png");
        z-index: -2;
        margin-top: -188px;
        margin-left: 510px;
    }
    .member03:after {
        content: '';
        position: absolute;
        width: 465px;
        height: 448px;
        background: url("/resources/images/icons/court.png");
        z-index: -2;
        margin-top: -188px;
        margin-left: 510px;
    }
    .member04:after {
        content: '';
        position: absolute;
        width: 465px;
        height: 448px;
        background: url("/resources/images/icons/court02.png");
        z-index: -2;
        margin-top: -221px;
        margin-left: 510px;
    }

    section.contents02 > .bar {
        width: 100%;
        background: #c3a26f;
        text-align: center;
        color: #fff;
        font-size: 40px;
        padding: 40px 0;
        display: flex;
        justify-content: center;
    }

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

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

    section.contents02 > .bar > div .text {
        text-align: center;
        font-size: 30px;
        font-weight: 300;
    }

    section.contents02 > .bar > div .number {
        font-size: 35px;
    }

    section.contents02 > .bar > div .number span {
        font-size: 65px;
        font-weight: 700;
    }

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

    section.contents03 .faq {
        width: 1264px;
        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%;
    }

    section.contents03 .faq > div > div > div {
        display: flex;
        justify-content: space-between;
    }

    section.contents03 .faq > div .number {
        font-size: 65px;
        font-weight: 700;
        width: 130px;
    }

    section.contents03 .faq > div > div .text1 {
        width: 1120px;
        font-size: 40px;
        font-weight: 700;
        margin-top: 30px;
        margin-bottom: 50px;
        /*overflow: hidden;*/
    }

    section.contents03 .faq > div > div .text1 span.target-img {
        float: right;
        display: block;
        font-size: 18px;
        font-weight: normal;
        margin-right: 20px;
        text-align: center;
    }

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

    section.contents03 .faq > div > div .text2 {
        font-size: 20px;
        background: #f5f5f5;
        border-top: 1px solid black;
        padding: 75px 55px;
    }
    section.contents03 .faq > div > div .text2 span {
        font-weight: 700;
    }
    section.contents03 .faq > div > div .text2 img {
        margin-top: 80px;
    }

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

    section.contents03 > .bar span {
        display: block;
        font-size: 40px;
        font-weight: 100;
    }

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

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

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

    section.contents04 > .movie {
        margin-bottom: 30px;
    }

    section.contents04 > button {
        width: 576px;
        height: 54px;
        border-radius: 26px;
        line-height: 26px;
        font-size: 30px;
        bordeR: 1px solid #000;
    }

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

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

    .ft_container {
        width: 1280px;
        margin: 0 auto;
        color: #fff;
        display: flex;
        justify-content: space-between;
        padding: 40px 0;
        margin-bottom: 110px;
    }

    .ft_copy {
        font-size: 20px;
        letter-spacing: -1px;
        line-height: 140%;
        font-weight: 200;
    }

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

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

    .ft_copy > ul li:last-child {
        margin-right: 0;
    }
    .ft_copy p span {
        color: #707070;
    }

    .ft_link p {
        font-size: 80px;
        font-weight: 700;
    }
    .ft_link p span {
        display: inline-block;
        margin-top: -2px;
    }
    .ft_link p span img {
        vertical-align: middle;
    }
    .ft_link ul {
        display: flex;
        justify-content: end;
        margin-bottom: 20px;
        height: 44px;
        line-height: 44px;
    }

    .ft_link ul > li {
        margin-right: 10px;
        text-align: center;
        font-size: 20px;
    }
    .ft_link ul > li:first-child {
        background: #b09368;
        border-radius: 22px;
        padding: 0 25px;
    }
    .ft_link ul > li:last-child {
        margin-right: 0;
    }

    .ft_link ul > li img {
        margin: 0 auto;
        margin-bottom: 5px;
        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: 400px;
        width: 600px;
        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: 20px 0;
        font-size: 24px;
    }

    .popup_cont > .textBox {
        width: 90%;
        margin: 0 auto;
        background: #eee;
        padding: 20px;
        margin-bottom: 20px;
        line-height: 160%;
        height: 260px;
        overflow: auto;
    }

    .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;
    }
}