.tablet_br, .mobile_br {
    display: none;
}

.slide {
    -webkit-animation: slide 450ms cubic-bezier(.25, .45, .45, .95);
    -moz-animation: slide 450ms cubic-bezier(.25, .45, .45, .95);
    animation: slide 450ms cubic-bezier(.25, .45, .45, .95);
}

@keyframes slide {
    from { left: 25px; opacity: 0; }
    to { left: 0; opacity: 1; }
}

@keyframes arrow_swing {
    from { left: -3px; }
    to { left: 3px; }
}

.wc_popup {
    position: absolute;
    width: 416px; height: 386px;
    top: 50%; left: 50%; 
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    background-color: white;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 250ms cubic-bezier(.25, .45, .45, .95);
    -moz-transition: opacity 250ms cubic-bezier(.25, .45, .45, .95);
    -o-transition: opacity 250ms cubic-bezier(.25, .45, .45, .95);
    transition: opacity 250ms cubic-bezier(.25, .45, .45, .95);
}

.wc_popup.active {
    z-index: 1;
    opacity: 1;
}

.wc_popup .mobile {
    display: none;
}

.wc_popup .mobile_none {
    display: initial;
}

.wc_popup .info {
    margin-top: 0;
    margin-bottom: 36px;
    font-size: 17px;
    line-height: 1.53;
    letter-spacing: -0.34px;
    text-align: center;
}

.wc_popup .privacy {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: -0.24px;
    text-align: left;
    color: #515151;
}

.wc_popup .privacy a {
    font-weight: 500;
    color: #079a07;
}

.wc_popup .title {
    width: 100%; height: 60px;
    border-radius: 10px 10px 0 0;
    background-color: #0a723f;
    color: white;
    font-size: 21px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: -0.42px;
    text-align: center;
}

.wc_popup .title .close {
    position: absolute;
    display: block;
    width: 24px; height: 24px;
    margin: 18px 24.5px;
}

.wc_popup .step_slider {
    position: relative;
    width: 300%; height: 326px;
    -webkit-transition: -webkit-transition 250ms cubic-bezier(.25, .45, .45, .95);
    -moz-transition: -moz-transition 250ms cubic-bezier(.25, .45, .45, .95);
    -o-transition: -o-transition 250ms cubic-bezier(.25, .45, .45, .95);
    transition: transform 250ms cubic-bezier(.25, .45, .45, .95);
}

.wc_popup .step_slider .step {
    position: relative;
    width: 416px; height: 326px;
    float: left;
    padding: 38px 30px 32px;
    font-size: 17px;
    line-height: 1.53;
    letter-spacing: -0.34px;
    text-align: center;
}

.wc_popup .input {
    display: block;
    width: 100%; height: 46px;
    margin: 16px auto;
    padding: 0 12px;
    border-radius: 5px;
    border: solid 1px #dbdbdb;
    background-color: #f4f4f4;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.41;
    text-align: center;
}

.wc_popup .input::placeholder {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.41;
    letter-spacing: -0.34px;
    text-align: center;
    color: rgba(0, 0, 0, 0.33);
}

.wc_popup button {
    display: block;
    width: 128px; height: 46px;
    border-radius: 24px;
    border: solid 2px #0a723f;
    background-color: white;
    font-size: 19px;
    line-height: 1.47;
    letter-spacing: -0.76px;
    text-align: center;
    color: #0a723f;
    margin: auto;
}

.wc_popup button.next {
    position: absolute;
    right: 30px; bottom: 32px;
}

.wc_popup button.yes, .wc_popup button.no {
    width: 166px;
    margin: 18px auto;
}

.wc_popup button.yes {
    margin-top: 43px;
}

.wc_popup button.no {
    border: solid 2px #3c3c3c;
    color: #3c3c3c;
}

.wc_popup button.disabled {
    border: solid 2px #e5e5e5;
    background-color: #e5e5e5;
    color: #a8a8a8;
}

.wc_popup button.submit.loading {
    background: url('../../common/asset/form/ic_loading.gif') no-repeat center #e5e5e5;
}

#wc_popup .step_3 {
    padding-top: 28px;
}

#wc_popup .step_3 .info {
    margin-bottom: 23px;
}

#wc_popup .step_3 .input {
    margin: 12px auto;
}

#wc_popup2 {
    width: 416px; height: 578px;
}

#wc_popup2 .info {
    margin-bottom: 42px;
}

#wc_popup2 .title {
    height: 84px;
    line-height: 84px;
}

#wc_popup2 .title .close {
    margin: 30px 30.5px;
}

#wc_popup2 .step_slider .step {
    height: 494px;
    padding: 42px 30px 56px;
}

#wc_popup2 button.next {
    left: 50%; right: auto; bottom: 56px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#wc_finished_popup {
    position: absolute;
    width: 416px; height: 218px;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    background-color: white;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
}

#wc_finished_popup.active {
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity 250ms cubic-bezier(.25, .45, .45, .95);
    -moz-transition: opacity 250ms cubic-bezier(.25, .45, .45, .95);
    -o-transition: opacity 250ms cubic-bezier(.25, .45, .45, .95);
    transition: opacity 250ms cubic-bezier(.25, .45, .45, .95);
}

#wc_finished_popup .info {
    margin: 0;
}

#wc_finished_popup .title {
    width: 100%; height: 60px;
    background-color: #0a723f;
    color: white;
    font-size: 21px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: -0.42px;
    text-align: center;
}

#wc_finished_popup .title .logo {
    width: 201px; height: 25px;
    margin: 17.5px auto;
}

#wc_finished_popup .content {
    position: relative;
    width: 100%; height: 158px;
    padding: 47px 30px 53px;
    font-size: 17px;
    line-height: 1.53;
    letter-spacing: -0.34px;
    text-align: center;
}

input[type='text'].invalid, input[type='tel'].invalid, 
input[type='email'].invalid, textarea.invalid {
    background-color: #ffdddd !important;
    border: solid 1px crimson !important;
    color: crimson !important;
}

#headline {
    position: relative;
    height: 534px;
    padding: 54px 0 0;
    background-image: url('https://hakdokman.com/student/asset/top_bg_desktop1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: background-image 700ms cubic-bezier(.25, .45, .45, .95);
    -moz-transition: background-image 700ms cubic-bezier(.25, .45, .45, .95);
    -o-transition: background-image 700ms cubic-bezier(.25, .45, .45, .95);
    transition: background-image 700ms cubic-bezier(.25, .45, .45, .95);
    z-index: 1;
}

    #headline .container {
        position: relative;
        width: 940px; height: 310px;
        margin-top: 54px;
        padding-left: 350px;
    }

    #headline .nav {
        width: 590px; height: 50px;
        padding: 12px 0;
    }

    #headline .nav ul {
        width: 100%; height: 100%;
        margin: 0;
        padding: 0;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.35;
        letter-spacing: -0.34px;
        color: #51535B;
        list-style: none;
    }

    #headline .nav ul li {
        display: inline-block;
    }
    
    #headline .nav ul li span {
        opacity: 0.4;
    }

    #headline .nav ul li.active span {
        opacity: 1;
    }

    #headline .nav ul li::after {
        display: inline-block;
        content: '|';
        margin: 0 0.75ch;
        opacity: 0.4;
        color: #515151;
    }

    #headline .nav ul li:last-of-type::after {
        display: none;
    }

    #headline .content {
        width: 590px; height: 130px;
        padding: 10px 0 0;
        color: #30375E;
    }

    #headline .content .subtitle {
        position: relative;
        font-size: 33px;
        font-weight: 500;
        line-height: 1.48;
        letter-spacing: -1.32px;
    }

    #headline .content .title {
        position: relative;
        font-size: 40px;
        font-weight: bold;
        line-height: 1.48;
        letter-spacing: -1.6px;
    }

    #headline .thumbnail {
        position: absolute;
        left: 0; top: 0;
        width: 310px; height: 310px;
        background-image: url('https://hakdokman.com/student/asset/top_thumb_1.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-transition: background-image 450ms cubic-bezier(.25, .45, .45, .95);
        -moz-transition: background-image 450ms cubic-bezier(.25, .45, .45, .95);
        -o-transition: background-image 450ms cubic-bezier(.25, .45, .45, .95);
        transition: background-image 450ms cubic-bezier(.25, .45, .45, .95);
    }

    #headline .misc {
        width: 240px; height: 130px;
        padding: 18px 0 0;
        text-align: center;
    }

    #headline .misc .button {
        width: 240px; height: 60px;
        background-color: #30375E;
        border-radius: 30px;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.45;
        letter-spacing: -0.8px;
        line-height: 56px;
        text-align: center;
        color: white;
        cursor: pointer;
    }

    .page_indicator {
        display: inline-block;
        height: 38px;
        margin-top: 20px;
    }

    .page_indicator .navigator {
        display: inline-block;
        width: 38px; height: 38px;
        cursor: pointer;
    }

    .page_indicator .navigator.left {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
        margin-right: 12px;
    }

    .page_indicator .navigator.right {
        float: right;
        margin-left: 12px;
    }

    .page_indicator .navigator img {
        width: 100%; height: 100%;
    }

    .page_indicator .indicator {
        display: inline-block;
        width: 14px; height: 14px;
        margin: 12px 5px;
        border-radius: 7px;
        opacity: 0.33;
        background-color: #51535B;
        cursor: pointer;
    }

    .page_indicator .indicator.active {
        opacity: 1;
    }

#lecture {
    position: relative;
    margin-top: -112px;
    padding: 162px 0 180px;
    background:
        url('https://hakdokman.com/student/asset/top_curve_desktop.png') no-repeat,
        -webkit-linear-gradient(#ffffff, #ffffff) no-repeat;
    background:
        url('https://hakdokman.com/student/asset/top_curve_desktop.png') no-repeat,
        -moz-linear-gradient(#ffffff, #ffffff) no-repeat;
    background:
        url('https://hakdokman.com/student/asset/top_curve_desktop.png') no-repeat,
        -o-linear-gradient(#ffffff, #ffffff) no-repeat;
    background:
        url('https://hakdokman.com/student/asset/top_curve_desktop.png') no-repeat,
        linear-gradient(#ffffff, #ffffff) no-repeat;
    background-size: 100% 112px, 100%;
    background-position: center top, center 112px;
    z-index: 2;
    overflow: hidden;
    
}
    #lecture .container {
        text-align: center;
    }

    #lecture .title {
        margin: 0 auto 52px;
        font-size: 34px;
        font-weight: 500;
        line-height: 1.47;
        letter-spacing: -2.55px;
        text-align: center;
        color: #3b3b3b;
    }
    #lecture h2.title {
      color: #3c4576;
        font-weight: 600;
        
    }

    #lecture .item_list {
        position: relative;
        width: 920px; height: auto;
        left: 0;
        margin: auto;
        overflow: hidden;
        -webkit-transition: -webkit-transition 250ms cubic-bezier(.25, .45, .45, .95);
        -moz-transition: -moz-transition 250ms cubic-bezier(.25, .45, .45, .95);
        -o-transition: -o-transition 250ms cubic-bezier(.25, .45, .45, .95);
        transition: transform 250ms cubic-bezier(.25, .45, .45, .95);
        font-size: 0;
        text-align: left;
    }

    #lecture .item_list .item {
        position: relative;
        display: inline-block;
        width: 212px; height: 286px;
        margin: 0 9px 18px 9px;
        border-radius: 10px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
        background-color: #fcfcfc;
        text-align: left;
        word-break: keep-all;
        overflow: hidden;
    }

    #lecture .item_list .item.mobile {
        display: none;
    }

    #lecture .item_list .item .main {
        position: absolute;
        width: 100%; height: 100%;
    }

    #lecture .item_list .item .image {
        position: relative;
        display: block;
        width: 100%; height: 160px;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }

    #lecture .item_list .item.coming_soon .image::before {
        position: absolute;
        display: block;
        width: 100%; height: 100%;
        padding: 67.5px 0;
        content: 'Coming Soon';
        border-radius: 10px 10px 0 0;
        background: rgba(44, 44, 44, 0.67);
        font-size: 17px;
        font-weight: bold;
        line-height: 1.35;
        letter-spacing: -0.34px;
        text-align: center;
        color: #ffffff;
        z-index: 2;
        box-sizing: border-box;
    }

    #lecture .item_list .item .image .flag {
        position: absolute;
        width: 100%;
        z-index: 3;
    }

    #lecture .item_list .item .image .thumbnail {
        display: block;
        width: 100%; height: 160px;
        object-fit: cover;
        object-position: left center;
        -webkit-transition: -webkit-transform 250ms linear;
        -moz-transition: -moz-transform 250ms linear;
        -o-transition: -o-transform 250ms linear;
        transition: transform 250ms linear;
    }

    #lecture .item_list .item.hover .image .thumbnail  {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    #lecture .item_list .item .image .finished {
        display: block;
        position: absolute;
        width: 101.5px; height: 35px;        
        right: 14.5px; bottom: 12px;
        box-shadow: 3px 2px 0 0 rgba(0, 0, 0, 0.16);
    }

    #lecture .item_list .item .column {
        position: relative;
        width: 100%; height: 126px;
        padding: 10px 12px;
        text-align: center;
        color: #515151;
    }

    #lecture .item_list .item .column.dimmed{
        opacity: 0.5;
        background-color: #e6e6e6;
    }

    #lecture .item_list .item h5, #lecture .item_list .item p {
        margin: 0;
    }

    #lecture .item_list .item .title {
        display: block;
        font-size: 17px;
        font-weight: bold;
        line-height: 1.35;
        letter-spacing: -0.34px;
    }

    #lecture .item_list .item .content {
        display: block;
        margin: 5px auto;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: -0.14px;
        overflow: hidden;
    }

    #lecture .item_list .item .tags {    
        position: absolute;
        width: 100%;
        bottom: 12px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #lecture .item_list .item .tags span {
        display: inline-block;
        height: 22px;
        margin: 0 3px;
        padding: 0 10px;
        border-radius: 11px;
        background-color: #ebf4f1;
        font-size: 11px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -0.11px;
        color: #1d9d5e;
    }

    #lecture .item_list .item.comento .tags span,
    #lecture .item_list .item.sparta .tags span {
        margin: 0 2px;
        padding: 0 8px;
    }

    #lecture .page_indicator {
        display: none;
    }

    #lecture #wanted_class {
        text-align: center;
    }

    #lecture #wanted_class .main {
        padding: 54.1px 30px 47.5px;
    }

    #lecture #wanted_class .image {
        height: 0;
    }
    
    #lecture #wanted_class .column {
        height: 100%;
    }

    #lecture #wanted_class .title {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.61;
        letter-spacing: -0.36px;
        color: #3c4565;
    }

    #lecture #wanted_class .content {
        margin: 21px auto 29.4px;
        font-size: 13px;
        line-height: 1.46;
        letter-spacing: -0.26px;
        text-align: center;
    }

    #wanted_class_submit {
        display: block;
        width: 134px; height: 40px;
        margin: 29.4px auto 0;
        background: white;
        border: solid 2px #3c4565;
        border-radius: 20px;
        font-size: 15px;
        line-height: 1.47;
        letter-spacing: -0.6px;
        color: #3c4565;
       
    }

#postpay1 {
    position: relative;
    background-color: #3c4576;
/*
    background: url('https://hakdokman.com/student/asset/card_bg_desktop.svg') no-repeat center;
    background-size: cover;
*/
    color: white;
    padding: 65px 0 60px;
    text-align: center;
}

    #postpay1 .container {
        position: relative;
        max-width: 880px;
        height: 277.4px;
        margin: auto;
        text-align: left;
        vertical-align: top;
    }

    #postpay1 .card {
        display: block;
        float: left;
        position: relative;
        width: 443.4px;
        box-shadow: 1px 1px 8px 0 rgba(27, 19, 17, 0.56);
        border-radius: 7.2px;
        z-index: 2;
    }

    #postpay1 .pointer {
        display: block;
        float: left;
        position: relative;
        width: 205px;
        margin-top: 35px;
        margin-left: -54px;
        z-index: 1;
    }

    #postpay1 .content {
        width: 270px;
        position: relative;
        display: inline-block;
        margin-top: 64px;
        margin-left: 14.7px;
    }

    #postpay1 .content .title {
        margin: 0;
        font-size: 28px;
        font-weight: 500;
        line-height: 1.79;
        letter-spacing: -2.1px;
    }

    #postpay1 .content .description {
        margin: 15px 0 0;
        font-size: 17px;
        line-height: 1.65;
        letter-spacing: -0.54px;
    }

    #postpay1 .triangle {
        width: 100px;
        position: absolute;
        left: 50%; bottom: -42px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

#postpay2 {
    padding: 130px 0 150px;
    text-align: center;
    background-color: #f7f7fa;
}

    #postpay2 .title {
        color: #3c4576;
        margin: 0 auto;
        font-size: 34px;
        font-weight: 600;
        line-height: 1.47;
        letter-spacing: -2.55px;
    }

    #postpay2 .content {
        margin: 20.6px auto 70.6px;
        font-size: 18px;
        line-height: 1.67;
        letter-spacing: -0.36px;
    }

    #postpay2 .image {
        height: 275px;
    }

#postpay3 {
    padding: 120px 0 146px;
    text-align: center;
}

    #postpay3 .title {
        
      color: #3c4576;
        margin: 0;
        font-size: 34px;
        font-weight: 600;
        line-height: 1.47;
        letter-spacing: -2.55px;
    }

    #postpay3 .item_list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 850px;
        justify-content: space-between;
        margin: 82px auto 0;
    }

    #postpay3 .item_list::after {
        content: none;
    }

    #postpay3 .item_list .item {
        position: relative;
        width: 280px;
        margin: 0 12px;
    }

    #postpay3 .item_list .item .image {
        height: 185.3px;
    }

    #postpay3 .item_list .item .content {
        margin: 18.7px auto 0;
        font-size: 17px;
        line-height: 1.59;
        letter-spacing: -0.51px;
    }

#postpay4 {
    height: 224px;
    background-color: #1d9d5e;
    padding: 0;
    color: white;
    text-align: center;
}

    #postpay4 .lane {
        height: 44.5px;
        border-top: solid 1px #ffffff;
        background-size: 46px 43.5px;
    }

    #postpay4 #lane1 {
        background: url('https://hakdokman.com/student/asset/race_1.png') 20% 50% no-repeat;
    }

    #postpay4 #lane2 {
        background: url('https://hakdokman.com/student/asset/race_2.png') 27.5% 50% no-repeat;
    }

    #postpay4 #lane3 {
        background: url('https://hakdokman.com/student/asset/race_3.png') 72.5% 50% no-repeat;
    }

    #postpay4 .motto {
        font-size: 22px;
        line-height: 41.5px;
        letter-spacing: -0.77px;
    }

    #postpay4 #lane4 {
        background: url('https://hakdokman.com/student/asset/race_4.png') 42.5% 50% no-repeat;
    }

    #postpay4 #lane5 {
        background: url('https://hakdokman.com/student/asset/race_5.png') 35% 50% no-repeat;
    }

#postpay5 {
    padding: 125px 0;
    color: #3c4576;
    font-size: 22px;
    line-height: 1.82;
    letter-spacing: -0.66px;
    text-align: center;
}

    #postpay5 > .container > .emphasize {
        font-size: 27px;
        font-weight: 600;
        line-height: 1.48;
        letter-spacing: -0.81px;
    }

    #postpay5 .desc_table {
        display: inline-block;
        margin: 52px auto 0;
        height: 107px;
    }

    #postpay5 .desc_table .icon {
        float: left;
        width: 203px; height: 100%;
        padding: 3.2px 0;
        border-right: solid 3px #3c4576;
    }

    #postpay5 .desc_table .icon img {
        margin: 0 40.3px;
    }

    #postpay5 .desc_table .content {
        float: left;
        height: 100%;
        padding: 3.2px 0;
        padding-left: 53.5px;
        text-align: left;
    }

    #postpay5 .desc_table .content .title {
        margin: 0;
        font-size: 26px;
        font-weight: 500;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -1.95px;
        color: #404040;
    }

    #postpay5 .desc_table .content .description {
        margin: 12px 0 0;
        font-size: 17px;
        font-weight: normal;
        line-height: 1.59;
        letter-spacing: -0.51px;
        text-align: left;
        color: #272727;
    }

    #postpay5 .desc_table .content .emphasize {
        font-weight: 500;
    }

    #postpay5 .button {
        width: 240px; height: 38px;
        margin: 52px auto 0;
        border-radius: 90px;
        border: solid 1px #075c38;
        font-size: 15px;
        font-weight: 500;
        line-height: 35px;
        letter-spacing: -0.6px;
        cursor: pointer;
        color: #0a723f;
        overflow: hidden;
    }

    #postpay5 .button::after {
        content: '';
        background: url("https://hakdokman.com/student/asset/line_arrow.png") no-repeat;
        background-size: contain;
        display: inline-block;
        position: relative;
        width: 21px; height: 15.6px;
        top: 1.5px;
        margin-left: 14px; 
        -webkit-animation: arrow_swing 450ms ease-in-out;
        -moz-animation: arrow_swing 450ms ease-in-out;
        animation: arrow_swing 450ms ease-in-out;
        animation-iteration-count: infinite;
        animation-direction: alternate;
    }

#postpay6 {
    background-color: #f8f8f8;
    padding: 72.4px 0 137.6px;
    text-align: center;
}

    #postpay6 h2.title {
        margin: 0 auto;
        font-size: 34px;
        font-weight: 600;
        line-height: 1.47;
        letter-spacing: -2.55px;
      color: #3c4576;
    }

    #postpay6 .item_list {
        margin-top: 88.8px;
    }

    #postpay6 .item_list .item {
        display: inline-block;
        position: relative;
        width: 180px;
        font-size: 17px;
        line-height: 1.53;
        letter-spacing: -1.28px;
    }

    #postpay6 .item_list .item::after {
        display: block;
        position: absolute;
        right: -19px; top: 35px;
        content: '';
        width: 38px; height: 38px;
        background: url('https://hakdokman.com/student/asset/arrow_green.png') no-repeat;
        background-size: contain;
    }

    #postpay6 .item_list .item:last-of-type::after {
        display: none;
    }

    #postpay6 .item .image {
        width: 100%; height: 82px;
        max-width: 110px;
        margin: 0 auto;
    }

    #postpay6 .item .image img {
        display: block;
        width: auto; height: 100%;
        margin: 0 auto;
    }

    #postpay6 .item .title {
        margin: 23.2px 0 0;
        font-size: 17px;
        font-weight: bold;
        color: #3c4576;
    }

    #postpay6 .item .content {
        margin: 11px 0 0;
        color: #404040;
    }

    #postpay6 .item .content .emphasize {
        font-weight: 500;
    }

#press {
    background-color: #efefef;
    text-align: center;
}
    #press .item_list .item {
        width: 28%; height: 290px;
        display: inline-block;
        margin: 0 6px;
        padding: 38px 22px;
        border-radius: 5px;
        border: solid 1px #cecece;
        background-color: #ffffff;
    }

    #press .item_list .item .title {
        height: 62px;
        margin: 0;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.55;
        letter-spacing: -0.2px;
        color: #000000;
        overflow: hidden;

    }

    #press .item_list .item .content {
        height: 76px;
        margin: 22px auto 30px;
        font-size: 15px;
        line-height: 1.6;
        font-weight: 300;
        letter-spacing: -0.2px;
        color: #515151;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    #press .item_list .item .company {
        font-size: 17px;
        font-weight: 500;
        line-height: 1.59;
        letter-spacing: -0.2px;
        color: #000000;
    }

    #press .more_item {
        width: 50px; height: auto;
        margin: 83.7px auto;
    }

    #press .more_item .icon {
        display: block;
        margin: 14.1px auto;
        width: 24.4px; height: 12.2px;
    }

    #press .more_item .title {
        display: block;
        font-size: 16px;
        line-height: 1.56;
        letter-spacing: -0.2px;
        color: #515151;
    }

@media screen and (max-width: 1279px){
    #postpay4 #lane3 {
        background: url('https://hakdokman.com/student/asset/race_3.png') 77.5% 50% no-repeat;
        background-size: 46px 43.5px;
    }
}

@media screen and (max-width: 1024px){
    .tablet_br {
        display: inline
    }

    #headline {
        height: 804px;
        background-image: url('https://hakdokman.com/student/asset/top_bg_tablet1.png');
    }

    #headline .container {
        width: 100%; height: auto;
        margin-top: 34.5px;
        padding: 0;
    }

    #headline .container > div {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    #headline .content {
        height: 110px;
        padding-top: 0;
    }

    #headline .nav {
        display: none;
    }

    #headline .nav ul {
        width: auto;
    }

    #headline .thumbnail {
        position: static;
        margin-top: 36px !important;
    }

    #headline .misc {
        margin-top: 36px !important;
        padding-top: 0;
    }

    .page_indicator {
        margin-top: 22px;
    }

    #lecture {
        background-size: auto 112px, 100%;
    }

    #lecture .item_list {
        width: 691px;
    }

    #postpay1 .container {
        height: auto;
    }

    #postpay1 .card {
        float: none;
        margin: auto;
    }

    #postpay1 .pointer {
        float: none;
        margin: -54px auto 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url('https://hakdokman.com/student/asset/pointer_vertical.svg') no-repeat top center;
        background-size: contain;
        height: 155px;
        padding-left: 100%;
    }

    #postpay1 .content {
        width: 100%;
        float: none;
        margin: 18.6px auto 0;
        display: block;
        text-align: center;
    }

    #postpay3 .item_list {
        width: 738px;
    }

    #postpay3 .item_list .item {
        width: 246px;
        margin: 0;
    }

    #postpay4 #lane3 {
        background: url('https://hakdokman.com/student/asset/race_3.png') 87.5% 50% no-repeat;
    }
    
}

@media screen and (max-width: 1130px){
    #press .item_list .item {
    width: 600px; height: 280px;
    margin: 0 auto 22px;
    padding: 42px 19px 30px;
    display: block;
}

#press .item_list .item .title {
    font-size: 19px;
    line-height: 1.58;
}

#press .item_list .item .content {
    margin: 20px auto;
    font-size: 16px;
    line-height: 1.56;
}
    
}

@media screen and (max-width: 768px){
    .mobile_br {
        display: inline;
    }

    .wc_popup {
        width: 310px; height: 368px;
    }

    .wc_popup .mobile {
        display: initial;
    }

    .wc_popup .mobile_none {
        display: none;
    }

    .wc_popup .title .close {
        margin: 18px 23px;
    }

    .wc_popup .info {
        margin-bottom: 22px;
    }

    .wc_popup .step_slider .step {
        width: 310px; height: 308px;
        padding: 28px 30px 32px;
    }

    .wc_popup .input {
        margin: 12px auto;
    }

    .wc_popup .input.wc_class {
        height: 92px;
    }
    
    .wc_popup button.next {
        right: 27px;
    }

    #wc_popup {
        -webkit-transition: opacity 250ms cubic-bezier(.25, .45, .45, .95), height 100ms cubic-bezier(.25, .45, .45, .95);
        -moz-transition: opacity 250ms cubic-bezier(.25, .45, .45, .95), height 100ms cubic-bezier(.25, .45, .45, .95);
        -o-transition: opacity 250ms cubic-bezier(.25, .45, .45, .95), height 100ms cubic-bezier(.25, .45, .45, .95);
        transition: opacity 250ms cubic-bezier(.25, .45, .45, .95), height 100ms cubic-bezier(.25, .45, .45, .95);
    }

    #wc_popup.step_3 {
        height: 413px;
    }

    #wc_popup.step_3 .step_slider, #wc_popup .step_3 {
        height: 353px;
    }

    #wc_popup2 {
        width: 310px;
    }

    #wc_popup2 button.next {
        bottom: 46px;
    }

    #wc_popup2 .step_slider .step {
        padding: 36px 30px 46px;
    }

    #wc_finished_popup {
        width: 310px; height: 197px;
    }

    #wc_finished_popup .content {
        height: 137px;
        padding: 36px 26px 44px;
        font-size: 19px;
        line-height: 1.58;
        letter-spacing: -0.38px;
    }

    #headline {
        background-image: url('https://hakdokman.com/student/asset/top_bg_mobile1.png');
    }

    #headline .content {
        width: 100%; height: 125px;
        padding: 0 20px;
    }

    #headline .content .subtitle {
        font-size: 22px;
        font-weight: 300;
        line-height: 1.5;
        letter-spacing: -0.88px;
    }
    
    #headline .content .title {
        font-size: 30px;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -1.2px;
    }

    #headline .thumbnail {
        width: 100%; height: 270px;
        max-width: 270px;
    }

    #lecture {
        padding-top: 129px;
    }

    #lecture .title {
        margin-bottom: 50px;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: -1.65px;
    }

    #lecture .item_list {
        position: relative;
        width: auto; height: 311px;
    }

    #lecture .item_list .item {
        width: 226px; height: 306px;
        margin: 0 7px 5px;
    }

    #lecture .item_list .item.mobile {
        display: inline-block;
    }

    #lecture .item_list .item.coming_soon .image::before {
        padding: 91px 0;
        font-size: 23px;
        z-index: 2;
    }

    #lecture .item_list .item .image {
        height: 171px;
    }

    #lecture .item_list .item .image .thumbnail {
        height: 171px;
    }

    #lecture .item_list .item .image .finished {
        width: 86.7px; height: 29.8px;
        right: 22px; bottom: 11.5px;
    }
    
    #lecture .item_list .item .column {
        height: 135px;
        padding: 12px 24px 16px;
    }

    #lecture .item_list .item .title {
        font-size: 17px;
        font-weight: bold;
        line-height: 1.29;
        letter-spacing: -0.34px;
    }

    #lecture .item_list .item .content {
        margin: 8px auto;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: -0.15px;
    }

    #lecture .item_list .item .tags span {
        height: 24px;
        margin: 0 4px;
        padding: 0 11.5px;
        border-radius: 15px;
        font-size: 11px;
        line-height: 24px;
        letter-spacing: -0.11px;
    }

    #lecture .page_indicator {
        display: inline-block;
        margin-top: 44px;
    }

    #lecture #wanted_class .main {
        padding: 57.4px 33px 51.4px;
    }
    
    #lecture #wanted_class .title {
        font-size: 19px;
        line-height: 1.63;
        letter-spacing: -0.38px;
    }

    #lecture #wanted_class .content {
        margin: 22.2px auto 32.5px;
        font-size: 14px;
        line-height: 1.43;
        letter-spacing: -0.28px;
    }

    #wanted_class_submit {
        width: 142.7px; height: 42.6px;
        border-radius: 21.3px;
        margin-top: 32.5px;
    }
    #postpay1{
        padding: 100px 0;
    }
    #postpay1 .card {
        width: 305.1px; height: 178.5px;
    }

    #postpay1 .pointer {
        height: 107px;
        margin-top: -37px;
    }

    #postpay2 {
        padding: 120px 24px 110.9px;
    }

    #postpay2 .content {
        margin-top: 35px;
    }

    #postpay2 .image {
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url('https://hakdokman.com/student/asset/compare_cards_mobile.svg') top center no-repeat;
        background-size: contain;
        width: 320px; height: 525px;
        padding-left: 320px;
        margin: 62px auto 0;
    }

    #postpay3 {
        height: auto;
        padding: 120px 0 78px;
    }

    #postpay3 .item_list {
        display: block;
        width: 251px;
        margin-top: 41.7px;
    }

    #postpay3 .item_list .item {
        margin-bottom: 39.6px;
    }

    #postpay4 {
        height: 281px;
    }

    #postpay4 .lane {
        height: 56px;
        background-size: 48px 56px;
    }

    #postpay4 #lane1 {
        background: url('https://hakdokman.com/student/asset/race_1.png') 20% 50% no-repeat;
    }

    #postpay4 #lane2 {
        background: url('https://hakdokman.com/student/asset/race_2.png') 35% 50% no-repeat;
    }

    #postpay4 #lane3 {
        background: none;
    } 

    #postpay4 .motto {
        display: inline-block;
        font-size: 20px;
        line-height: 54px;
        letter-spacing: -0.2px;
        margin: -54px auto 0;
        text-align: right;
    }

    #postpay4 #lane4 {
        background: url('https://hakdokman.com/student/asset/race_4.png') 75% 50% no-repeat;
    }

    #postpay4 #lane5 {
        background: url('https://hakdokman.com/student/asset/race_5.png') 65% 50% no-repeat;
    }

    #postpay5 {
        padding: 120px 19px;
        font-size: 20px;
        line-height: 1.7;
        letter-spacing: -0.6px;
    }

    #postpay5 > .container > .emphasize {
        display: inline-block;
        margin-bottom: 26px;
    }

    #postpay5 .desc_table {
        margin-top: 70px;
        height: auto;
    }

    #postpay5 .desc_table .icon {
        width: 100%; height: 134.8px;
        float: none;
        padding: 0;
        border-right: none; 
    }

    #postpay5 .desc_table .icon img {
        display: block;
        margin: auto;
        height: 100%;
    }

    #postpay5 .desc_table .content {
        width: 100%;
        float: none;
        margin-top: 40.2px;
        padding: 0;
        text-align: center;
    }

    #postpay5 .desc_table .content .description {
        text-align: center;
    }

    #postpay5 .button {
        margin-top: 46px;
    }

    #postpay6 {
        padding: 120px 0;
    }

    #postpay6 .item_list {
        display: inline-block;
        margin-top: 46px;
    }

    #postpay6 .item_list .item {
        display: block;
        width: 255px; height: 75px;
        margin: 0 0 75px;
        text-align: left;
    }

    #postpay6 .item_list .item:last-of-type {
        margin: 0;
    }

    #postpay6 .item_list .item::after {
        top: auto; right: auto;
        bottom: -56.5px; left: 50%;
        -webkit-transform: translateX(-50%) rotateZ(90deg);
        -moz-transform: translateX(-50%) rotateZ(90deg);
        -ms-transform: translateX(-50%) rotateZ(90deg);
        -o-transform: translateX(-50%) rotateZ(90deg);
        transform: translateX(-50%) rotateZ(90deg);
    }

    #postpay6 .item_list .image {
        width: 95px; height: 100%;
        float: left;
        padding-top: 10px;
        margin-right: 18px
    }

    #postpay6 .item .title {
        margin-top: 0;
    }

    #postpay6 .item .content {
        margin-top: 5px;
    }

    #press .item_list .item {
        width: 100%;
        max-width: 320px;
    }
}



@media screen and (max-width: 680px) {
    
    .list_item {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 368px) {
    #postpay2 .image {
        width: 100%;
        height: 445px;
        padding-left: 100%;
    }
}

@media screen and (max-width: 360px) {
    #lecture .item_section .section_title {
        width: 100%; height: 48px;
        padding: 5px 9.6px 5px 18px;
        font-size: 19px;
        line-height: 36px;
        letter-spacing: -0.19px;
    }
    #lecture .item_section .section_title .buttons {
        width: 83.2px; height: 38px;
        float: right;
    }

    #lecture .item_section .section_title .button {
        width: 38px; height: 38px;
    }
}




.m-news {
  padding: 86px 0 234px;
}
.m-news h2 {
  color: #3c4576;
  font-size: 28px;
  text-align: center;
  letter-spacing: -1.1px;
}
.m-news .hash-t {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.m-news .hash-t a {
  height: 33px;
  margin: 0 5px;
  padding: 0 12px;
  background: #f5f8f7;
  color: #1d9d5e;
  font-size: 14px;
  border-radius: 6px;
  line-height: 33px;
}
.m-news ul {
  margin: 0;
  padding: 0 7px;
}
.m-news ul li {
  margin-top: 55px;
  list-style: none;
}
.m-news ul li .thumb {
  overflow: hidden;
  display: block;
  height: 228px;
  border-radius: 15px;
}
.m-news ul li .thumb span {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: transform .5s;
}
.m-news ul li .info {
  padding: 28px 13px 0;
}
.m-news ul li .info strong {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.6px;
}
.m-news ul li .info p {
  margin: 12px 0 0;
  color: #515151;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.m-news ul li .info div {
  display: flex;
  margin-top: 13px;
}
.m-news ul li .info div span {
  font-size: 15px;
}
.m-news ul li .info div span.type {
  color: #34b479;
}
.m-news ul li .info div span.date {
  padding-left: 10px;
  color: #c6c6c6;
}
.m-news ul li a {
  display: block;
}
.m-news ul li a:focus .thumb {
  background-size: 120% auto;
}

.btn-more {
  margin-top: 110px;
  text-align: center;
}
.btn-more a {
  display: inline-block;
  width: 157px;
  height: 54px;
  border-radius: 27px;
  background: #f5f5f5;
  color: #3c4576;
  font-size: 17px;
  text-align: center;
  line-height: 54px;
}
.btn-more a:focus {
  color: #1d9d5e;
  font-weight: bold;
  background: #d9f0df;
}
@media (min-width: 650px) {
      .m-news {
        padding-left: 15px;
        padding-right: 15px;
      }
      .m-news h2 {
        font-size: 34px;
      }
      .m-news .hash-t {
        margin-top: 30px;
      }
      .m-news .hash-t a {
        height: 37px;
        font-size: 17px;
      }
      .m-news ul {
        display: flex;
        flex-wrap: wrap;
        padding: 45px 0 0;
      }
      .m-news ul li {
        width: calc(50% - 24px);
        margin: 55px 12px 0;
        box-sizing: border-box;
      }
    }
@media (min-width: 1000px) {
      .m-news ul {
        max-width: 1110px;
        margin: 0 auto;
      }
      .m-news ul li {
        width: calc(33.3% - 24px);
        margin: 50px 0 0 36px;
      }
      .m-news ul li a:hover .thumb span {
        transform: scale(1.2);
      }
      .m-news ul li:nth-child(3n+1) {
        margin-left: 0;
      }
    }