#sub_content {
    width: 100%;
}


/* sub1 */
.sub1_section1 {
    width: 100%;
    padding: 230px 0 200px;
    background-color: #000;
    position: relative;
}

.sub1_section1 > img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    animation: opacity infinite 3s ease-in;
}

@keyframes opacity {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.s1_sec1_con1 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.s1_sec1_txt1 {
    width: 50%;
    font-size: 23px;
    color: #fff;
    font-family: 'GmarketSansTTFMedium', sans-serif;
    padding-left: 40px;
    box-sizing: border-box;
}

.s1_sec1_txt1 span {
    font-size: 64px;
    display: block;
    margin-bottom: 25px;
}

.s1_sec1_txt2 {
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 29px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    position: relative;
    margin-top: 25px;
}

.s1_sec1_txt2 span {
    font-size: 27px;
    font-family: 'Pretendard-Bold', sans-serif;
    display: block;
    margin-bottom: 45px;
}

.s1_sec1_con2 {
    width: 100%;
    margin-top: 400px;
    position: relative;
    z-index: 2;
}

.s1_sec1_con2 > p {
    text-align: center;
    font-size: 17px;
    line-height: 29px;
    color: #fff;
}

.s1_sec1_con2 > p span {
    display: block;
    font-size: 49px;
    font-family: 'GmarketSansTTFMedium', sans-serif;
    margin-bottom: 50px;
}

.s1_sec1_con2 > p span br.pc_none {
    display: none;
}

.s1_sec1_con2 ul {
    width: 100%;
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
    padding: 0 70px;
    box-sizing: border-box;
}

.s1_sec1_con2 ul li {
    width: 270px;
    height: 270px;
    border-radius: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    font-family: 'GmarketSansTTFMedium', sans-serif;
    border: 2px solid #e2ba1e;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 rgba(222, 42, 0, 0.45) inset, 0 0 20px 0 rgba(222, 42, 0, 0.45),
        0 0 20px 0 rgba(222, 42, 0, 0.45) inset, 0 0 20px 0 rgba(222, 42, 0, 0.45);
}

.sub1_section2 {
    width: 100%;
    padding: 140px 0 200px;
}

.sub1_section2 .center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub1_section2 .center > p {
    font-size: 49px;
    color: #111;
    font-family: 'GmarketSansTTFMedium', sans-serif;
}

.sub1_section2 .center > img {
    max-width: 100%;
    display: block;
    margin-top: 50px;
}

.sub1_section2 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}

.s1_sec2_title {
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s1_sec2_con {
    width: 100%;
    margin-top: 50px;
}

.s1_sec2_con p {
    font-size: 12px;
    color: #aaa;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    position: relative;
    padding-top: 15px;
}

.s1_sec2_con p:last-child {
    margin-top: 30px;
}

.s1_sec2_con p:after {
    content: " ";
    width: 30px;
    height: 2px;
    background: linear-gradient(to right, #d4442d, #edc61f);
    position: absolute;
    top: 0;
    left: 0;
}

.s1_sec2_con p span {
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-bottom: 10px;
    display: block;
}


/* sub2_1 */
.sub2_1_section {
    width: 100%;
    padding: 150px 0;
    background-color: #000;
}

p.sub_title {
    font-size: 47px;
    color: #fff;
    font-family: 'GmarketSansTTFMedium', sans-serif;
    text-align: center;
}

.sub2_1_section ul {
    width: 100%;
    margin-top: 90px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
    box-sizing: border-box;
}

.sub2_1_section ul li {
    width: 47.5%;
    height: 355px;
    margin-right: 5%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub2_1_section ul li:nth-child(2n) {
    margin-right: 0;
}

.sub2_1_section ul li a {
    width: 100%;
    height: 100%;
    position: relative;
}

.sub2_1_section ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hover_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .5s;
}

.hover_box p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .5s, transform .5s;
}

.hover_box p span {
    display: block;
    font-size: 30px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 8px;
}

.hover_box:hover {
    opacity: 1;
}

.hover_box:hover p {
    opacity: 1;
    transform: translateY(0);
}


/* sub2_2 */
.sub2_2_section {
    width: 100%;
    padding: 150px 0 200px;
    background-color: #000;
}

.sub2_2_section ul {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

.sub2_2_section ul li {
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #363636;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub2_2_section ul li:first-child {
    border-top: 0;
    padding-top: 0;
}

.list_thum {
    width: 49%;
    height: 350px;
    overflow: hidden;
}

.list_thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s;
}

.sub2_2_section ul li:hover .list_thum img {
    transform: scale(1.1);
}

.list_info {
    width: 48%;
}

.info_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info_top > p {
    font-size: 27px;
    color: #fff;
    font-family: 'GmarketSansTTFMedium', sans-serif;
}

.info_top a.view_btn {
    margin: 0;
}

.info_content {
    width: 100%;
    margin-top: 50px;
}

.info_content p {
    padding-left: 10px;
    font-size: 16px;
    color: #e5e5e5;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    line-height: 28px;
    position: relative;
    margin-bottom: 8px;
    word-break: keep-all;
}

.info_content p:after {
    content: " ";
    position: absolute;
    width: 5px;
    height: 1px;
    background-color: #e5e5e5;
    top: 13px;
    left: 0;
}

.info_content p:last-child {
    margin-bottom: 0;
}

.info_content span {
    font-size: 16px;
    color: #e5e5e5;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    margin-top: 50px;
    display: block;
}


/* sub5 */
.sub5_section {
    width: 100%;
    padding: 230px 0 200px;
    background-color: #000;
}

.s5_con1 {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.s5_con1 .contact_info {
    width: 50%;
}

.s5_con1 .contact_info > p span {
    font-size: 64px;
    color: #fff;
    font-family: 'GmarketSansTTFMedium', sans-serif;
    background: none;
    -webkit-text-fill-color: inherit;
    line-height: normal;
    text-transform: inherit;
    margin-bottom: 20px;
}

.s5_con1 .contact_info ul {
    margin-top: 130px;
}

.contact_input {
    width: 50%;
}

.contact_input ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_input ul li {
    width: 47.5%;
    margin-bottom: 25px;
}

.contact_input ul li:last-child {
    width: 100%;
    margin-bottom: 0;
}

.contact_input ul li p {
    font-size: 17px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-bottom: 10px;
}

.contact_input ul li input {
    width: 100%;
    height: 45px;
    border: 1px solid #555;
    font-size: 14px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    background-color: transparent;
}

.contact_input ul li input::placeholder,
.contact_input ul li textarea::placeholder {
    font-size: 14px;
    color: #aaa;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.contact_input ul li textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #555;
    font-size: 14px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    background-color: transparent;
}

.check {
    width: max-content;
    display: flex;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
}

.check span {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 30px;
}

.check p {
    font-size: 14px;
    color: #aaa;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    margin-left: 10px;
}

.check.on span {
    background-color: #fff;
}

.contact_input button {
    width: 100%;
    height: 50px;
    margin-top: 35px;
    background: linear-gradient(to right, #d4442d, #edc61f);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_input button span {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    font-family: 'GmarketSansTTFMedium', sans-serif;
}

.s5_con2 {
    width: 100%;
    height: 650px;
    margin-top: 150px;
}


/* sub2_1_d */
.sub2_1_d_section {
    width: 100%;
    padding: 150px 0;
    background-color: #000;
}

.d_info {
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.d_img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d_img img {
    width: 100%;
}

.d_txt {
    width: 50%;
    padding-left: 80px;
    box-sizing: border-box;
}

.d_txt > p {
    font-size: 34px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
    padding-bottom: 30px;
    border-bottom: 2px solid #ddd;
}

.d_txt > p span {
    display: block;
    font-size: 17px;
    color: #e5e5e5;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    margin-bottom: 5px;
}

.price {
    width: 100%;
    margin: 35px 0;
    display: flex;
    align-items: flex-end;
}

.price p {
    font-size: 38px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
}

.price span {
    font-size: 28px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-left: 70px;
}

.price span strong {
    font-weight: normal;
    font-size: 38px;
}

.d_txt input {
    width: 100%;
    height: 65px;
    border: 2px solid #fff;
    background-color: transparent;
    font-size: 26px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
    transition: background-color .3s, color .3s;
}

.d_txt input:hover {
    background-color: #fff;
    color: #111;
}

.d_content {
    width: 100%;
    margin-top: 150px;
}

.d_content > p {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 15px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
}

.d_inner {
    width: 100%;
    padding-top: 100px;
    text-align: center;
}

.d_inner img,
.d_inner iframe {
    max-width: 100%;
}


/* payment */
.payment_section {
    width: 100%;
    padding: 150px 0;
    box-sizing: border-box;
    background-color: #000;
}

.payment_title {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 2px solid #fff;
    font-size: 22px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
}

.payment_box {
    width: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin-top: 60px;
    padding: 30px;
}

.payment_box > p {
    width: max-content;
    border-bottom: 1px solid #fff;
    font-size: 17px;
    padding-bottom: 5px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.payment_box ul {
    width: 100%;
    margin-top: 40px;
}

.payment_box ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.payment_box ul li:last-child {
    margin-bottom: 0;
}

.payment_box ul li p {
    width: 15%;
    font-size: 20px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
}

.payment_box ul li span {
    width: 85%;
    font-size: 17px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.payment_box ul li > input {
    width: 30%;
    height: 45px;
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 17px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.payment_box ul li > input::placeholder {
    font-size: 17px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.radio_box {
    width: 85%;
    display: flex;
}

.radio_box label {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    cursor: pointer;
}

.radio_box label:first-child {
    margin-right: 40px;
}

.radio_box label input {
    margin-right: 7px;
}

.total {
    width: 100%;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total .price {
    margin: 0;
    width: auto;
}

.total input {
    width: 500px;
    height: 65px;
    border: 2px solid #fff;
    background-color: transparent;
    font-size: 26px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
    transition: background-color .3s, color .3s;
}

.total input:hover {
    background-color: #fff;
    color: #111;
}


/* payment_success */
.success_box {
    width: 500px;
    border: 2px solid #fff;
    box-sizing: border-box;
    margin: 130px auto 0;
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.success_box p {
    font-size: 17px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.success_box input {
    width: 280px;
    height: 50px;
    background-color: #fff;
    border: 0;
    margin-top: 40px;
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}








































/* mobile */
@media screen and (max-width: 767px) {

    #m_header {
        background-color: #000;
    }


    /* sub1 */
    .sub1_section1 > img {
        animation: none;
    }

    .sub1_section1 {
        padding: 120px 0 80px;
    }

    .s1_sec1_con1 {
        display: block;
        text-align: center;
    }

    .s1_sec1_txt1 {
        width: 100%;
        font-size: 14px;
        padding-left: 0;
    }

    .s1_sec1_txt1 span {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .s1_sec1_txt2 {
        width: 100%;
        padding-left: 0;
        font-size: 14px;
        line-height: 22px;
        margin-top: 50px;
        word-break: keep-all;
    }

    .s1_sec1_txt2 br.m_none {
        display: none;
    }

    .s1_sec1_txt2 span {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .s1_sec1_con2 {
        margin-top: 120px;
    }

    .s1_sec1_con2 > p {
        font-size: 14px;
        line-height: 22px;
        word-break: keep-all;
    }

    .s1_sec1_con2 > p span {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .s1_sec1_con2 > p span br.pc_none {
        display: block;
    }

    .s1_sec1_con2 ul {
        margin-top: 50px;
        padding: 0;
    }

    .s1_sec1_con2 ul li {
        width: 100px;
        height: 100px;
        font-size: 10px;
    }

    .sub1_section2 {
        padding: 80px 0 100px;
    }

    .sub1_section2 .center > p {
        font-size: 28px;
    }

    .sub1_section2 .center > img {
        margin-top: 30px;
    }

    .sub1_section2 ul {
        display: block;
        margin-top: 50px;
    }

    .sub1_section2 ul li {
        width: 100%;
        margin-bottom: 40px;
    }

    .sub1_section2 ul li:last-child {
        margin-bottom: 0;
    }

    .s1_sec2_title {
        font-size: 16px;
    }

    .s1_sec2_con {
        margin-top: 20px;
        display: flex;
    }

    .s1_sec2_con p {
        width: 50%;
        font-size: 11px;
        padding-top: 15px;
    }

    .s1_sec2_con p:last-child {
        margin-top: 0;
    }

    .s1_sec2_con p:after {
        width: 20px;
    }

    .s1_sec2_con p span {
        font-size: 14px;
        margin-bottom: 5px;
    }


    /* sub2_1 */
    .sub2_1_section {
        padding: 120px 0 100px;
    }

    p.sub_title {
        font-size: 28px;
    }

    .sub2_1_section ul {
        margin-top: 40px;
        padding: 0;
    }

    .sub2_1_section ul li {
        width: 48.5%;
        height: auto;
        margin-right: 3%;
        margin-bottom: 15px;
    }

    .sub2_1_section ul li a img {
        height: 100px;
    }

    .hover_box {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        opacity: 1;
        transition: none;
        padding-top: 5px;
    }

    .hover_box p {
        font-size: 10px;
        opacity: 1;
        transform: translateY(0);
        transition: none;
    }

    .hover_box p span {
        font-size: 13px;
        margin-top: 5px;
    }

    .hover_box:hover {
        opacity: 1;
    }

    .hover_box:hover p {
        opacity: 1;
        transform: translateY(0);
    }


    /* sub2_2 */
    .sub2_2_section {
        padding: 120px 0 100px;
    }

    .sub2_2_section ul {
        padding: 0;
    }

    .sub2_2_section ul li {
        padding: 30px 0 20px;
        display: block;
    }

    .list_thum {
        width: 100%;
        height: auto;
    }

    .list_thum img {
        transition: none;
    }

    .sub2_2_section ul li:hover .list_thum img {
        transform: none;
    }

    .list_info {
        width: 100%;
        margin-top: 20px;
    }

    .info_top {
        display: block;
    }

    .info_top > p {
        font-size: 18px;
    }

    .info_top a.view_btn {
        margin: 30px 0 0 0;
    }

    .info_content {
        margin-top: 40px;
    }

    .info_content p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .info_content p:after {
        top: 9px;
    }

    .info_content p:last-child {
        margin-bottom: 0;
    }

    .info_content span {
        font-size: 12px;
        margin-top: 20px;
    }


    /* sub5 */
    .sub5_section {
        padding: 120px 0 100px;
    }

    .s5_con1 {
        padding: 0;
        display: block;
    }

    .s5_con1 .contact_info {
        width: 100%;
    }

    .s5_con1 .contact_info > p span {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .s5_con1 .contact_info ul {
        margin-top: 30px;
    }

    .contact_input {
        width: 100%;
        margin-top: 70px;
    }

    .contact_input ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact_input ul li p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .contact_input ul li input {
        height: 35px;
        font-size: 12px;
    }

    .contact_input ul li input::placeholder,
    .contact_input ul li textarea::placeholder {
        font-size: 12px;
    }

    .contact_input ul li textarea {
        height: 100px;
        font-size: 12px;
    }

    .check {
        margin-top: 5px;
        cursor: inherit;
    }

    .check p {
        font-size: 12px;
        margin-left: 5px;
    }

    .contact_input button {
        height: 40px;
    }

    .contact_input button span {
        font-size: 14px;
    }

    .s5_con2 {
        height: 200px;
        margin-top: 80px;
    }


    /* sub2_1_d */
    .sub2_1_d_section {
        padding: 120px 0 100px;
    }

    .d_info {
        padding: 0;
        display: block;
    }

    .d_img {
        width: 100%;
    }

    .d_txt {
        width: 100%;
        padding-left: 0;
        margin-top: 50px;
    }

    .d_txt > p {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .d_txt > p span {
        font-size: 10px;
    }

    .price {
        margin: 20px 0 40px;
        justify-content: flex-end;
    }

    .price p {
        font-size: 16px;
    }

    .price span {
        font-size: 14px;
        margin-left: 30px;
    }

    .price span strong {
        font-size: 20px;
    }

    .d_txt input {
        height: 40px;
        font-size: 16px;
        transition: none;
    }

    .d_txt input:hover {
        background-color: transparent;
        color: #fff;
    }

    .d_content {
        margin-top: 100px;
    }

    .d_content > p {
        padding-bottom: 10px;
        font-size: 18px;
    }

    .d_inner {
        padding-top: 50px;
    }


    /* payment */
    .payment_section {
        padding: 120px 0 100px;
    }

    .payment_title {
        font-size: 16px;
    }

    .payment_box {
        margin-top: 30px;
        padding: 20px;
    }

    .payment_box > p {
        font-size: 14px;
    }

    .payment_box ul {
        margin-top: 30px;
    }

    .payment_box ul li {
        margin-bottom: 10px;
    }

    .payment_box ul li p {
        width: 33%;
        font-size: 14px;
    }

    .payment_box ul li span {
        width: 67%;
        font-size: 13px;
    }

    .payment_box ul li > input {
        width: 67%;
        height: 30px;
        font-size: 13px;
    }

    .payment_box ul li > input::placeholder {
        font-size: 13px;
    }

    .radio_box {
        width: 67%;
    }

    .radio_box label {
        font-size: 13px;
        cursor: inherit;
    }

    .radio_box label:first-child {
        margin-right: 20px;
    }

    .radio_box label input {
        margin-right: 0;
    }

    .total {
        margin-top: 20px;
        display: block;
    }

    .total input {
        width: 100%;
        height: 40px;
        font-size: 16px;
        transition: none;
        margin-top: 40px;
    }

    .total input:hover {
        background-color: transparent;
        color: #fff;
    }


    /* payment_success */
    .success_box {
        width: 100%;
        margin: 50px auto 0;
        padding: 40px 30px;
        box-sizing: border-box;
    }

    .success_box p {
        font-size: 14px;
    }

    .success_box input {
        width: 100%;
        height: 40px;
        margin-top: 30px;
        font-size: 16px;
    }

}











































/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    #m_header {
        background-color: #000;
    }


    /* sub1 */
    .sub1_section1 > img {
        animation: none;
    }

    .sub1_section1 {
        padding: 150px 0 100px;
    }

    .s1_sec1_txt1 {
        font-size: 16px;
        padding-left: 0;
    }

    .s1_sec1_txt1 span {
        font-size: 38px;
        margin-bottom: 15px;
    }

    .s1_sec1_txt2 {
        padding-left: 0;
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .s1_sec1_txt2 br.m_none {
        display: none;
    }

    .s1_sec1_txt2 span {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .s1_sec1_con2 {
        margin-top: 100px;
    }

    .s1_sec1_con2 > p {
        font-size: 16px;
        line-height: 26px;
    }

    .s1_sec1_con2 > p span {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .s1_sec1_con2 ul {
        margin-top: 60px;
        padding: 0;
        justify-content: center;
    }

    .s1_sec1_con2 ul li {
        width: 160px;
        height: 160px;
        font-size: 16px;
        margin: 0 15px;
    }

    .sub1_section2 {
        padding: 100px 0;
    }

    .sub1_section2 .center > p {
        font-size: 38px;
    }

    .sub1_section2 .center > img {
        margin-top: 40px;
    }

    .sub1_section2 ul {
        flex-wrap: wrap;
        margin-top: 60px;
    }

    .sub1_section2 ul li {
        width: 50%;
        margin-bottom: 50px;
    }

    .sub1_section2 ul li:last-child {
        margin-bottom: 0;
    }

    .s1_sec2_title {
        font-size: 19px;
    }

    .s1_sec2_con {
        margin-top: 30px;
        display: flex;
    }

    .s1_sec2_con p {
        width: 50%;
        font-size: 11px;
    }

    .s1_sec2_con p:last-child {
        margin-top: 0;
    }

    .s1_sec2_con p:after {
        width: 20px;
    }

    .s1_sec2_con p span {
        font-size: 16px;
        margin-bottom: 5px;
    }


    /* sub2_1 */
    .sub2_1_section {
        padding: 150px 0 100px;
    }

    p.sub_title {
        font-size: 38px;
    }

    .sub2_1_section ul {
        margin-top: 50px;
        padding: 0;
    }

    .sub2_1_section ul li {
        width: 48%;
        height: auto;
        margin-right: 4%;
        margin-bottom: 30px;
    }

    .sub2_1_section ul li a {
        height: auto;
    }

    .sub2_1_section ul li a img {
        height: 200px;
    }

    .hover_box {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        opacity: 1;
        transition: none;
        padding-top: 10px;
    }

    .hover_box p {
        font-size: 12px;
        opacity: 1;
        transform: translateY(0);
        transition: none;
    }

    .hover_box p span {
        font-size: 16px;
        margin-top: 5px;
    }

    .hover_box:hover {
        opacity: 1;
    }

    .hover_box:hover p {
        opacity: 1;
        transform: translateY(0);
    }


    /* sub2_2 */
    .sub2_2_section {
        padding: 150px 0 100px;
    }

    .sub2_2_section ul {
        padding: 0;
    }

    .sub2_2_section ul li {
        align-items: flex-start;
    }

    .list_thum {
        width: 40%;
        height: 180px;
    }

    .sub2_2_section ul li:hover .list_thum img {
        transform: none;
    }

    .list_info {
        width: 56%;
    }

    .info_top > p {
        font-size: 18px;
    }

    .info_content {
        margin-top: 30px;
    }

    .info_content p {
        padding-left: 10px;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 8px;
    }

    .info_content p:after {
        top: 10px;
    }

    .info_content span {
        font-size: 14px;
        margin-top: 30px;
    }


    /* sub5 */
    .sub5_section {
        padding: 150px 0 100px;
    }

    .s5_con1 {
        padding: 0;
        display: block;
    }

    .s5_con1 .contact_info {
        width: 100%;
    }

    .s5_con1 .contact_info > p span {
        font-size: 50px;
    }

    .s5_con1 .contact_info ul {
        margin-top: 50px;
    }

    .contact_input {
        width: 100%;
        margin-top: 100px;
    }

    .contact_input ul li p {
        font-size: 15px;
    }

    .check {
        cursor: inherit;
    }

    .s5_con2 {
        height: 350px;
        margin-top: 100px;
    }


    /* sub2_1_d */
    .sub2_1_d_section {
        padding: 150px 0 100px;
    }

    .d_info {
        padding: 0;
        justify-content: space-between;
    }

    .d_img {
        width: 45%;
    }

    .d_txt {
        padding-left: 0;
    }

    .d_txt > p {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .d_txt > p span {
        font-size: 10px;
    }

    .price {
        margin: 20px 0 40px;
    }

    .price p {
        font-size: 16px;
    }

    .price span {
        font-size: 14px;
        margin-left: 30px;
    }

    .price span strong {
        font-size: 20px;
    }

    .d_txt input {
        height: 40px;
        font-size: 16px;
        transition: none;
    }

    .d_txt input:hover {
        background-color: transparent;
        color: #fff;
    }

    .d_content {
        margin-top: 100px;
    }

    .d_content > p {
        padding-bottom: 10px;
        font-size: 18px;
    }

    .d_inner {
        padding-top: 50px;
    }


    /* payment */
    .payment_section {
        padding: 150px 0 100px;
    }

    .payment_title {
        font-size: 16px;
    }

    .payment_box {
        margin-top: 30px;
        padding: 30px;
    }

    .payment_box > p {
        font-size: 14px;
    }

    .payment_box ul {
        margin-top: 30px;
    }

    .payment_box ul li {
        margin-bottom: 15px;
    }

    .payment_box ul li p {
        width: 25%;
        font-size: 14px;
    }

    .payment_box ul li span {
        width: 75%;
        font-size: 13px;
    }

    .payment_box ul li > input {
        height: 30px;
        font-size: 13px;
    }

    .payment_box ul li > input::placeholder {
        font-size: 13px;
    }

    .radio_box {
        width: 75%;
    }

    .radio_box label {
        font-size: 13px;
        cursor: inherit;
    }

    .radio_box label:first-child {
        margin-right: 20px;
    }

    .radio_box label input {
        margin-right: 0;
    }

    .total {
        margin-top: 50px;
    }

    .total input {
        width: 300px;
        height: 40px;
        font-size: 16px;
        transition: none;
    }

    .total input:hover {
        background-color: transparent;
        color: #fff;
    }


    /* payment_success */
    .success_box {
        width: 60%;
        margin: 50px auto 0;
        padding: 40px 30px;
        box-sizing: border-box;
    }

    .success_box p {
        font-size: 14px;
    }

    .success_box input {
        width: 100%;
        height: 40px;
        margin-top: 30px;
        font-size: 16px;
    }

}










































/* pc */
@media screen and (min-width: 1025px) and (max-width: 1400px) {

    /* sub1 */
    .s1_sec1_txt1 {
        font-size: 18px;
        padding-left: 30px;
    }

    .s1_sec1_txt1 span {
        font-size: 50px;
        margin-bottom: 15px;
    }

    .s1_sec1_txt2 {
        padding-left: 30px;
        font-size: 16px;
        line-height: 27px;
        margin-top: 20px;
    }

    .s1_sec1_txt2 span {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .s1_sec1_con2 {
        margin-top: 250px;
    }

    .s1_sec1_con2 > p {
        font-size: 16px;
        line-height: 27px;
    }

    .s1_sec1_con2 > p span {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .s1_sec1_con2 ul {
        margin-top: 80px;
        padding: 0 50px;
    }

    .s1_sec1_con2 ul li {
        width: 250px;
        height: 250px;
    }
    
    
/* sub2_1 */
    .sub2_1_section ul li{
        height: 280px;
    }
    
    
/* sub2_1_d */
    .d_img{
        width: 45%;
    }
    
    .d_txt{
        width: 55%;    
    }
    

    /* sub2_2 */
    .list_thum {
        width: 43%;
        height: 240px;
    }

    .list_info {
        width: 53%;
    }

    .info_top > p {
        font-size: 23px;
    }

    .info_content {
        margin-top: 35px;
    }

    .info_content span {
        margin-top: 40px;
    }


    /* sub5 */
    .s5_con1 {
        padding: 0 20px;
        justify-content: space-between;
    }

    .s5_con1 .contact_info {
        width: 52%;
    }

    .s5_con1 .contact_info > p span {
        font-size: 60px;
    }

    .s5_con1 .contact_info ul {
        margin-top: 130px;
    }

    .contact_input {
        width: 46%;
    }

    .contact_input ul li {
        margin-bottom: 20px;
    }

    .s5_con2 {
        height: 550px;
    }

}



/* pc */
@media screen and (min-width: 1401px) and (max-width: 1600px) {

    /* sub2_2 */
    .list_thum {
        width: 45%;
        height: 300px;
    }

    .list_info {
        width: 52%;
    }


    /* sub5 */
    .s5_con1 .contact_info {
        width: 55%;
    }

    .contact_input {
        width: 45%;
    }

}
