@font-face {
    font-family: "jalnan";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.jalnan {
    font-family: "jalnan" !important;
}

#container {
    min-width: 1200px;
}

.hide {
    display: none;
}

.center {
    text-align: center !important;
}

.slick-slider * {
    outline: none;
}

.slick-dots {
    text-align: center;
    font-size: 0;
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
}

.slick-dots li + li {
    margin-left: 10px;
}

.slick-dots li button {
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    background: transparent;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    border: 1px solid #ffcd00;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 10px;
    height: 10px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    outline: none;
}

.slick-dots li.slick-active button {
    background: #ffcd00;
}

/* sub */
#container.sub {
    padding-top: 137px;
}

.main_modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.75);
}

.modal_box {
    position: fixed;
    left: 50%;
    width: 650px;
    margin-left: -325px;
    z-index: 1001;
    top: 50%;
    margin-top: -86.5px;
    text-align: center;
    background-color: #ff5a00;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modal_box p {
    color: #fff;
    font-size: 25px;
    font-family: "Noto Sans KR";
    font-weight: 300;
    letter-spacing: -0.05em;
}

.modal_box ul {
    font-size: 0;
    margin-top: 16px;
}

.modal_box ul li {
    display: inline-block;
    vertical-align: middle;
}

.modal_box ul li + li {
    margin-left: 30px;
}

.modal_box ul li a {
    display: block;
    background-color: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    line-height: 60px;
    width: 260px;
}

.modal_box ul li a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 19px;
}

.modal_box ul li a span {
    display: inline-block;
    vertical-align: middle;
    color: #3d3d3c;
    font-size: 30px;
    font-family: "jalnan" !important;
    margin-bottom: -4px;
}

.modal_box ul li:first-child a span {
    color: #ff5a00;
}

.main_slide .slide_item {
    overflow: hidden;
}

.main_slide .slide_item a {
    display: block;
}

.main_slide .slide_item a img {
    position: relative;
    left: 50%;
    max-width: unset;
    margin-left: -960px;
}

.main_slide .slick-arrow {
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 35px;
    background-repeat: no-repeat;
    margin-top: -17.5px;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    z-index: 9;
    outline: none;
}

.main_slide .slick-prev {
    background-image: url(/img/main_img/slide_prev.png);
    left: 50%;
    margin-left: -550px;
}

.main_slide .slick-next {
    background-image: url(/img/main_img/slide_next.png);
    right: 50%;
    margin-right: -550px;
}

.main_section_01 {
    margin-top: 100px;
}

.main_section_01 .quick_ban {
    margin: 0 auto;
    width: 960px;
}

.main_section_01 .quick_ban ul {
    font-size: 0;
    text-align: center;
}

.main_section_01 .quick_ban ul li {
    float: left;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid #e9e9e9;
    height: 200px;
    width: 455px;
    overflow: hidden;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    background: #f9f9f9;
}

.main_section_01 .quick_ban ul li:last-child {
    float: right;
}

.main_section_01 .quick_ban ul li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #d2feff;
    border: 1px solid #d2feff;
}

.main_section_01 .quick_ban ul li a {
    display: block;
}

.main_section_01 .quick_ban ul li .thumb {
    overflow: hidden;
}

.main_section_01 .quick_ban ul li .thumb img {
    display: block;
    margin: 0 auto;
    /* transition: 0.5s ease-in-out; */
}

.main_section_01 .quick_ban ul li:hover .thumb img {
    /* transform: scale(1.06); */
}

.main_section_01 .quick_ban ul li .text {
    padding-top: 30px;
    line-height: 1;
}

.main_section_01 .quick_ban ul li .text p {
    color: #6e6e6e;
    font-size: 20px;
    letter-spacing: -0.05em;
    font-weight: 300;
}

.main_section_01 .quick_ban ul li .text strong {
    display: block;
    font-weight: 700;
    color: #3e3e3e;
    font-size: 25px;
    letter-spacing: -0.05em;
    margin-top: 4px;
}

.main_section_01 .quick_ban ul li .text span {
    display: block;
    color: #ff8a00;
    border: 2px solid #ff8a00;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 500;
    width: 130px;
    line-height: 36px;
    margin: 29px auto 0;
}

.main_section_01 .schools {
    margin-top: 80px;
}

.main_section_01 .schools ul {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.main_section_01 .schools ul li {
    float: left;
    width: 400px;
    height: 355px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

.main_section_01 .schools ul li.s_01 {
    background-image: url(/img/main_img/school_bg_01.jpg);
}

.main_section_01 .schools ul li.s_02 {
    background-image: url(/img/main_img/school_bg_02.jpg);
}

.main_section_01 .schools ul li.s_03 {
    background-image: url(/img/main_img/school_bg_03.jpg);
}

.main_section_01 .schools ul li .table {
    display: table;
    width: 100%;
    height: 100%;
}

.main_section_01 .schools ul li .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.main_section_01 .schools ul li img {
    display: block;
    margin: 0 auto 10px;
}

.main_section_01 .schools ul li span {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: 200;
}

.main_section_01 .school_banner {
    position: relative;
    z-index: 0;
    margin-top: -84px;
    overflow: hidden;
}

.main_section_01 .school_banner img {
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.main_section_02 {
    padding-top: 100px;
    text-align: center;
}

.main_section_02 .txt_01 {
    margin-bottom: 65px;
}

.main_section_02 .txt_02 {
    margin-top: 100px;
}

.main_section_02 div[class^="txt"] p {
    font-size: 50px;
    line-height: 66px;
    color: #000;
    font-weight: 300;
    letter-spacing: -0.025em;
}

.main_section_02 div[class^="txt"] p strong {
    display: block;
    font-weight: 500;
    margin-top: 40px;
}

.main_section_02 .txt_02 p strong {
    margin-top: 0 !important;
}

.main_section_02 .count_banner {
    background-color: #ffaf1b;
    background-image: url(/img/main_img/count_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    font-size: 0;
    margin-top: 48px;
}

.main_section_02 .count_banner a {
    display: block;
    padding: 45px 0 45px 59px;
    text-align: left;
}

.main_section_02 .count_banner a > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    line-height: 60px;
}

.main_section_02 .count_banner strong {
    font-size: 0;
    color: #fff;
    margin-right: 16px;
}

.main_section_02 .count_banner strong em {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-size: 40px;
}

.main_section_02 .count_banner strong span {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    margin-left: 6px;
}

.main_section_02 .count_banner a > span {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    margin-right: 26px;
}

.main_section_03 {
    margin-top: 50px;
    text-align: center;
    background-repeat: no-repeat;
    background-image: url(/img/main_img/section3_bg.jpg);
    background-position: center top;
    padding-bottom: 75px;
    background-size: cover;
}

.main_section_03 .txt_01 {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(/img/main_img/section3_txt1_bg.png);
    width: 973px;
    height: 368px;
    padding-top: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-126px);
    transform: translateY(-126px);
    margin: 0 auto;
}

.main_section_03 .txt_01 p {
    font-size: 55px;
    color: #000000;
    line-height: 70px;
    letter-spacing: -0.02em;
}

.main_section_03 .txt_02 {
    margin-top: -90px;
}

.main_section_03 .txt_02 > p {
    color: #000000;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: -0.02em;
}

.main_section_03 .txt_02 .letter {
    background-image: url(/img/main_img/section3_letter_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 1046px;
    margin-top: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 64px;
    -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.main_section_03 .txt_02 .letter > div {
    color: #000;
    font-size: 29px;
    line-height: 52.5px;
    font-weight: 300;
    letter-spacing: -0.05em;
}

.main_section_03 .txt_02 .letter > div + div {
    margin-top: 55px;
}

.main_section_03 .txt_02 .letter > div strong {
    font-weight: 500;
}

.main_section_03 .txt_02 .letter .writer {
    font-size: 20px;
    letter-spacing: -0.025em;
    color: #9e9e9e;
    margin-top: 35px;
    line-height: 1em;
    display: block;
    font-weight: 300;
}

.main_section_03 .txt_02 > .btn_review {
    width: 340px;
    line-height: 70px;
    display: block;
    margin: 55px auto 0;
    background-color: #000;
    color: #fff;
    font-size: 30px;
    letter-spacing: -0.02em;
    font-weight: 400;
}

.main_section_04 {
    text-align: center;
    background-image: url(/img/main_img/section4_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 100px;
}

.main_section_04 .txt_01 {
    padding-top: 18px;
}

.main_section_04 .txt_01 > div {
    margin-top: 50px;
    padding: 50px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.main_section_04 .txt_01 > div > img {
    display: block;
    margin: 0 auto 35px;
}

.main_section_04 .txt_01 > div > p {
    font-size: 25px;
    line-height: 35px;
    color: #20201e;
    letter-spacing: -0.02em;
}

.main_section_04 .txt_01 > div > p span {
    font-weight: 700;
}

.main_section_04 .txt_01 > div > p + p {
    margin-top: 18px;
}

.main_section_04 .txt_01 > div > div {
    margin: 0 auto;
    display: table;
    margin-top: 50px;
    background: #fff;
    text-align: left;
}

.main_section_04 .txt_01 > div > div li {
    font-size: 0;
}

.main_section_04 .txt_01 > div > div li + li {
    margin-top: 20px;
}

.main_section_04 .txt_01 > div > div li > * {
    display: inline-block;
    vertical-align: middle;
}

.main_section_04 .txt_01 > div > div li > span {
    background-image: url(/img/main_img/section4_arrow.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 36px;
    margin: 0 19px 0 21px;
}

.main_section_04 .txt_01 > div > div li p {
    font-size: 25px;
    color: #3d3d3c;
    letter-spacing: -0.05em;
    line-height: 35px;
    font-weight: 300;
}

.main_section_04 .txt_01 > div > div li p span {
    font-weight: 500;
    display: inline;
}

.main_section_04 .txt_02 {
    margin-top: 94px;
}

.title_down {
    background-image: url(/img/main_img/titlte_arrow.png);
    background-repeat: no-repeat;
    width: 76px;
    height: 76px;
    display: block;
    margin: 0 auto 26px;
}

.main h3.title {
    display: block;
    margin: 0 auto;
}

.main h3.title img {
    display: block;
    margin: 0 auto;
}

.main_section_04 .txt_02 ul {
    font-size: 0;
    text-align: center;
    margin-top: 33px;
}

.main_section_04 .txt_02 ul li {
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.09);
}

.main_section_04 .txt_02 ul li + li {
    margin-left: 12px;
}

.main_section_04 .txt_02 ul li .thumb {
    overflow: hidden;
}

.main_section_04 .txt_02 ul li .thumb img {
    display: block;
    margin: 0 auto;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.main_section_04 .txt_02 ul li:hover .thumb img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.main_section_04 .txt_02 ul li .text {
    background: #fff;
    padding: 24px 0 29px;
}

.main_section_04 .txt_02 ul li .text span {
    display: block;
    color: #3d3d3c;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: -0.02em;
}

.main_section_04 .txt_02 ul li .text p {
    font-weight: 700;
    font-size: 25px;
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #3d3d3c;
    margin-top: 20px;
}

.main_section_04 .txt_03 {
    margin-top: 92px;
}

.main_section_04 .txt_03 ul {
    text-align: center;
    font-size: 0;
    margin-top: 64px;
}

.main_section_04 .txt_03 ul li {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 359px;
    height: 302px;
    -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.09);
}

.main_section_04 .txt_03 ul li + li {
    margin-left: 60px;
}

.main_section_04 .txt_03 ul li .label {
    display: block;
    background-color: #ffc823;
    color: #fff;
    width: 240px;
    margin: 0 auto;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.02em;
    font-size: 20px;
    margin-top: -20px;
}

.main_section_04 .txt_03 ul li strong {
    display: block;
    margin-top: 30px;
    color: #3d3d3c;
    font-size: 18px;
    letter-spacing: -0.02em;
    font-weight: 700;
    line-height: 1em;
}

.main_section_04 .txt_03 ul li img {
    display: block;
    margin: 29px 38px 0 auto;
}

.main_section_05 {
    text-align: center;
    padding: 100px 0;
}

.main_section_05 .txt_01 {}

.main_section_05 .txt_01 div {
    margin-top: 39px;
}

.main_section_05 .txt_01 div p {
    font-size: 25px;
    color: #3d3d3c;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.02em;
}

.main_section_05 .txt_01 div p strong {
    display: block;
    font-weight: 700;
    color: #ffb423;
}

.tb {
    border-top: 2px solid #ffc823;
    border-bottom: 2px solid #ffc823;
}

.tb table {
    width: 100%;
    table-layout: fixed;
    background-color: #fff;
}

.tb table thead th {
    background-color: #fff9e5;
    text-align: center;
    vertical-align: middle;
    color: #3d3d3c;
    letter-spacing: -0.02em;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
}

.tb table thead th strong {
    font-weight: 500;
}

.tb table thead th span {
    font-weight: 400;
    font-size: 13px;
    color: #3d3d3c;
    display: block;
    margin-top: 5px;
}

.tb table tbody th {
    vertical-align: middle;
    text-align: center;
}

.tb table tbody td {
    text-align: left;
    padding: 15px;
    font-size: 15px;
    line-height: 20px;
    color: #3d3d3c;
    font-weight: 400;
    letter-spacing: -0.02em;
    vertical-align: top;
}

.tb table tbody tr > * + * {
    border-left: 1px solid #e9e9e9;
}

.tb table tbody tr + tr > * {
    border-top: 1px solid #e9e9e9;
}

.main_section_05 .tb {
    margin-top: 47px;
}

.main_section_06 {
    text-align: center;
}

.main_section_06 .tutor_slide_wrap {}

.main_section_06 .tutor_slide {
    position: relative;
}

.main_section_06 .tutor_slide .slick-arrow {
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 35px;
    background-repeat: no-repeat;
    margin-top: -17.5px;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    z-index: 10;
    outline: none;
}

.main_section_06 .tutor_slide .slick-prev {
    background-image: url(/img/main_img/slide_prev.png);
    left: 50%;
    margin-left: -550px;
}

.main_section_06 .tutor_slide .slick-next {
    background-image: url(/img/main_img/slide_next.png);
    right: 50%;
    margin-right: -550px;
}

.main_section_06 .tutor_slide .slide_item {
    height: 320px;
    position: relative;
    text-align: left;
}

.main_section_06 .tutor_slide .slide_item .bg {
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

.main_section_06 .tutor_slide .slide_item .table {
    height: 100%;
    display: table;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.main_section_06 .tutor_slide .slide_item .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.main_section_06 .tutor_slide .slide_item .text_01 {
    color: #fff;
    letter-spacing: -0.025em;
    font-size: 25px;
    line-height: 40px;
    font-weight: 200;
}

.main_section_06 .tutor_slide .slide_item .text_02 {
    margin-top: 39px;
    font-size: 0;
}

.main_section_06 .tutor_slide .slide_item .text_02 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    letter-spacing: -0.05em;
    color: #fff;
    font-weight: 200;
}

.main_section_06 .tutor_slide .slide_item .text_02 strong {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    color: #ffcc00;
    font-size: 40px;
    margin-left: 10px;
    height: 56px;
    line-height: 52px;
    letter-spacing: -0.05em;
    background-color: rgba(0, 0, 0, 0.5);
    width: 274px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main_section_06 .txt_01 {
    margin-top: 80px;
}

.main_section_06 .txt_01 p {
    font-size: 25px;
    line-height: 35px;
    color: #1f1f1e;
    letter-spacing: -0.05em;
    font-weight: 400;
    margin-top: 50px;
}

.main_section_06 .txt_01 p span {
    display: inline;
    font-weight: 700;
}

.main_section_06 .tutor_box {
    margin-top: 73px;
}

.main_section_06 .tutor_box + .tutor_box {
    margin-top: 104px;
}

.main_section_06 .tutor_box ul {
    width: 1000px;
    margin: 29px auto 0;
}

.main_section_06 .tutor_box ul li + li {
    margin-top: 30px;
}

.main_section_06 .tutor_box ul li div {
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 55px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main_section_06 .tutor_box ul li div p {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: -0.05em;
    color: #3d3d3c;
    font-weight: 400;
}

.main_section_06 .tutor_box ul li div p span {
    display: inline;
    font-weight: 700;
}

.main_section_06 .tutor_box.type1 ul li div {
    background-image: url(/img/main_img/tutor_bg_01.jpg);
    height: 178px;
}

.main_section_06 .tutor_box.type2 ul li div {
    background-image: url(/img/main_img/tutor_bg_02.jpg);
    height: 248px;
    padding-top: 30px;
}

.main_section_06 .tutor_box.type2 ul li div .label {
    margin: 0 auto;
    display: block;
    color: #fff;
    background-color: #ffc823;
    width: 319px;
    line-height: 50px;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.05em;
    border-bottom-right-radius: 15px;
    -moz-border-bottom-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-bottom-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    margin-bottom: 10px;
}

/* 튜터 롤링 */
.post-slider {
    border: 1px solid red;
}

.post-slider .post-wrapper {
    width: 84%;
    height: 350px;
    margin: 0px auto;
    border: 1px dashed red;
}

.post-slider .post-wrapper .post {
    width: 300px;
    height: 350px;
    display: inline-block;
    background: gray;
}

.main_section_07 {
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/img/main_img/section7_bg.jpg);
    height: 1571px;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main_section_07 .review_top {
    margin-bottom: 91px;
}

.main_section_07 .review_list {
    font-size: 0;
    text-align: center;
    width: 780px;
    margin: -28px auto 0;
}

.main_section_07 .review_list .review_item {
    display: inline-block;
    vertical-align: top;
    margin-top: 28px;
    width: 376px;
}

.main_section_07 .review_list .review_item + .review_item {
    margin-left: 26px;
}

.main_section_07 .review_list .review_item:nth-child(2n + 1) {
    margin-left: 0;
}

.main_section_07 .review_list .review_item .review_video {
    border: 2px solid #515151;
    padding: 10px;
}

.main_section_07 .review_list .review_item .review_video iframe {
    display: block;
}

.main_section_07 .review_list .review_item .review_text {
    margin-top: 19px;
}

.main_section_07 .review_list .review_item .review_text img {}

.main_section_07 .review_more {
    width: 340px;
    margin: 70px auto 0;
}

.main_section_07 .review_more a {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -0.02em;
    background-color: #000000;
}

.counseling_banner {
    position: fixed;
    right: 50px;
    /*
    width: 118px;
    height: 176px;
    background-color: #ffd75b;
    background-image: url(/img/counseling_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    */
    text-align: center;
    top: 247px;
    bottom: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
}

.counseling_banner.sub {
    top: 387px;
}

.counseling_banner.fixed {
    position: fixed;
    top: 247px;
}

.counseling_banner > * {
    position: relative;
    z-index: 1;
}

.counseling_banner li + li {
    margin-top: 3px;
}

/*
.counseling_banner:after {
    content: "";
    z-index: 0;
    pointer-events: none;
    background-color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    border-top-right-radius: 54px;
    -webkit-border-top-right-radius: 54px;
    -moz-border-top-right-radius: 54px;
}
*/

.counseling_banner .quickb li {
    margin: 10px 0;
    width: 80px;
    height: 80px;
    background: none;
    text-align: center;
    border-radius: 80px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.counseling_banner .quickb li:first-child {
    margin-top: 0;
}

.counseling_banner .quickb li a {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 80px;
}

.counseling_banner .quickb li a img,
.counseling_banner .quickb li a span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.counseling_banner .quickb li a span {
    font-size: 13px;
    font-weight: 500;
    color: #3d3d3c;
    bottom: 17px;
    line-height: 1;
}

.counseling_banner .quickb_close {
    position: absolute;
    top: -10px;
    right: -10px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: rgba(255,255,255,0.5);
}

/* sub */
.sub1_1_wrap .section_1 {
    text-align: center;
}

.sub1_1_wrap .section_1 img {
    display: block;
}

.sub1_1_wrap .section_2 {
    padding: 28px 0 100px;
}

.sub1_1_wrap .section_2 .sec_title {
    margin-bottom: 49px;
}

.sub1_1_wrap .section_2 .sec_title img {
    display: block;
    margin: 0 auto;
}

.sub1_1_wrap .section_2 ul {
    font-size: 0;
    text-align: center;
}

.sub1_1_wrap .section_2 ul li {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fed201;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 250px;
    height: 223px;
    position: relative;
}

.sub1_1_wrap .section_2 ul li:nth-child(1) {
    padding: 30px 15px 0;
}

.sub1_1_wrap .section_2 ul li:nth-child(2) {
    padding: 38px 15px 0;
}

.sub1_1_wrap .section_2 ul li:nth-child(3) {
    padding: 33px 15px 0;
}

.sub1_1_wrap .section_2 ul li + li {
    margin-left: 25px;
}

.sub1_1_wrap .section_2 ul li span.num {
    display: block;
    position: absolute;
    background-color: #fff;
    width: 50px;
    height: 24px;
    left: 50%;
    top: 0;
    margin-left: -25px;
    margin-top: -12px;
}

.sub1_1_wrap .section_2 ul li span.num img {
    display: block;
    margin: 0 auto;
}

.sub1_1_wrap .section_2 ul li .img {
    font-size: 0;
    text-align: center;
}

.sub1_1_wrap .section_2 ul li .img img {
    display: inline-block;
}

.sub1_1_wrap .section_2 ul li:nth-child(1) .img img {
    margin-right: -20px;
}

.sub1_1_wrap .section_2 ul li .text {
    background: #f9f9f9;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #1f1f1e;
    padding: 16px 0;
}

.sub1_1_wrap .section_2 ul li:nth-child(1) .text {
    margin-top: 10px;
}

.sub1_1_wrap .section_2 ul li:nth-child(2) .text {
    margin-top: 15px;
}

.sub1_1_wrap .section_2 ul li:nth-child(3) .text {
    margin-top: 11px;
}

.sub1_1_wrap .section_2 ul li .text strong {
    display: block;
    font-weight: 700;
}

.sub1_1_wrap .section_3 {
    background-color: #fcf9e6;
    padding: 100px 0;
}

.sub1_1_wrap .section_3 > img {
    display: block;
    margin: 0 auto;
}

.sub1_1_wrap .section_3 .award_slide {
    margin-top: 40px;
}

.sub1_1_wrap .section_3 .award_slide ul {
    font-size: 0;
    outline: none;
}

.sub1_1_wrap .section_3 .award_slide ul li {
    display: inline-block;
    vertical-align: middle;
    outline: none;
}

.sub1_1_wrap .section_3 .award_slide ul li + li {
    margin-left: 30px;
}

.sub1_1_wrap .section_3 .award_slide ul li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    outline: none;
}

.sub1_1_wrap .section_4 {
    padding: 100px 0;
}

.sub1_1_wrap .section_4 > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.sub1_1_wrap .section_4 > p {
    text-align: center;
    margin-top: 26px;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #1f1f1e;
}

.sub1_1_wrap .section_4 div {
    margin-top: 78px;
}

.sub1_1_wrap .section_4 div img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.sub1_2_wrap {
    position: relative;
    padding-top: 100px;
}

.sub1_2_wrap .sub1_2_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-image: url(../img/sub_img/sub1_2_bg.jpg);
    background-position: center top;
    height: 556px;
}

.sub1_2_wrap div[class^="section_"] {
    position: relative;
    z-index: 1;
    width: 860px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 20px 3px rgba(0, 0, 0, 0.05);
}

.sub1_2_wrap .section_01 {
    padding-top: 49px;
    padding-bottom: 50px;
}

.sub1_2_wrap .section_01 > img {
    display: block;
    margin: 0 auto;
}

.sub1_2_wrap .section_01 > p {
    font-weight: 300;
    color: #5b5b5a;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.02em;
    margin: 27px 0 25px;
    text-align: center;
}

.sub1_2_wrap .section_01 .roadmap {
    background-repeat: no-repeat;
    background-image: url(../img/sub_img/sub1_2_roadmap_bg.png);
    background-position: center top;
    width: 668px;
    height: 714px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 42px;
    margin: 27px auto 0;
}

.sub1_2_wrap .section_01 .roadmap ul {
    margin: 0 auto;
    width: 465px;
}

.sub1_2_wrap .section_01 .roadmap ul li {
    position: relative;
    height: 185px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 242px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.sub1_2_wrap .section_01 .roadmap ul li.ani_effect {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-animation: ani_effect 0.8s;
    animation: ani_effect 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes ani_effect {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes ani_effect {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.sub1_2_wrap .section_01 .roadmap ul li + li {
    margin-top: -74px;
}

.sub1_2_wrap .section_01 .roadmap ul li.rm_1 {
    z-index: 5;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.sub1_2_wrap .section_01 .roadmap ul li.rm_2 {
    z-index: 4;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sub1_2_wrap .section_01 .roadmap ul li.rm_3 {
    z-index: 3;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sub1_2_wrap .section_01 .roadmap ul li.rm_4 {
    z-index: 2;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sub1_2_wrap .section_01 .roadmap ul li.rm_5 {
    z-index: 1;
}

.sub1_2_wrap .section_01 .roadmap ul li > img {
    position: absolute;
    left: 0;
    top: 0;
}

.sub1_2_wrap .section_01 .roadmap ul li > div {
    padding-top: 11px;
    position: relative;
}

.sub1_2_wrap .section_01 .roadmap ul li > div strong {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 17px;
    letter-spacing: -0.02em;
    font-weight: 700;
    width: 122px;
    line-height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.sub1_2_wrap .section_01 .roadmap ul li > div p {
    margin-top: 16px;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #797978;
    font-weight: 300;
}

.sub1_2_wrap .section_01 .roadmap ul li > div:after {
    content: "";
    position: absolute;
    width: 298px;
    height: 64px;
    pointer-events: none;
    left: -75px;
    top: 46px;
    background-repeat: no-repeat;
    background-image: url(../img/sub_img/sub1_2_07.png);
}

.sub1_2_wrap .section_01 .roadmap ul li.rm_1 > div strong {
    background-color: #a15ff4;
}

.sub1_2_wrap .section_01 .roadmap ul li.rm_2 > div strong {
    background-color: #40cbf4;
}

.sub1_2_wrap .section_01 .roadmap ul li.rm_3 > div strong {
    background-color: #b2e440;
}

.sub1_2_wrap .section_01 .roadmap ul li.rm_4 > div strong {
    background-color: #ffbe40;
}

.sub1_2_wrap .section_01 .roadmap ul li.rm_5 > div strong {
    background-color: #ff7040;
}

.sub1_2_wrap .section_02 {
    text-align: center;
    padding: 50px 0 60px;
    margin-top: 50px !important;
}

.sub1_2_wrap .section_02 .num {
    color: #fed201;
    display: block;
    margin: 0 auto;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 82px;
    width: 82px;
    border: 1px solid #fed201;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.sub1_2_wrap .section_02 .tit {
    margin-top: 26.5px;
    color: #1f1f1e;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.02em;
}

.sub1_2_wrap .section_02 .txt {
    margin-top: 29px;
}

.sub1_2_wrap .section_02 .txt p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #3d3d3c;
    font-weight: 300;
}

.sub1_2_wrap .section_02 .txt p span {
    display: inline;
    font-weight: 500;
}

.sub1_2_wrap .section_02 .txt p + p {
    margin-top: 12px;
}

.sample_leveltit {
    font-weight: 300;
}

.sub1_4_wrap .sample_wrap {
    width: 100%;
    margin: 0 auto;
}

.sample_wrap .sample_top {
    text-align: center;
}

.sample_wrap .sample_top h2.sample_title {
    display: block;
    font-weight: 700;
    color: #1f1f1e;
    font-size: 50px;
    line-height: 1;
    letter-spacing: -0.05em;
}

.sample_wrap .sample_top .sample_target {
    font-weight: 300;
    font-size: 30px;
    color: #1f1f1e;
    letter-spacing: -0.05em;
    margin-top: 18px;
    line-height: 1;
}

.sample_wrap .sample_tabs {
    margin-bottom: 30px;
}

.sample_wrap .sample_tabs ul {
    font-size: 0;
    border: 1px solid #e9e9e9;
    border-bottom: 1px solid #ffc107;
}

.sample_wrap .sample_tabs ul li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sample_wrap .sample_tabs ul li + li {
    border-left: 1px solid #e9e9e9;
}

.sample_wrap .sample_tabs ul li a {
    display: block;
    color: #ccc;
    font-size: 18px;
    letter-spacing: -0.05em;
    line-height: 48px;
    text-align: center;
    font-weight: 400;
}

.sample_wrap .sample_tabs ul li a.cur {
    background-color: #ffc107;
    color: #fff;
}

.sample_wrap .sample_content .sample_desc ul li {
    padding: 30px 40px 30px 172px;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #f9f9f9;
}

.sample_wrap .sample_content .sample_desc ul li strong {
    display: block;
    color: #1f1f1e;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: -0.05em;
    font-weight: 500;
}

.sample_wrap .sample_content .sample_desc ul li p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    letter-spacing: -0.07em;
    margin-top: 10px;
    word-break: keep-all;
}

.sample_wrap .sample_content .sample_desc ul li.desc_1 {
    background-image: url(../img/sub_img/sample_desc_01.png);
    background-position: left 47px center;
}

.sample_wrap .sample_content .sample_desc ul li.desc_2 {
    background-image: url(../img/sub_img/sample_desc_02.png);
    background-position: left 40px center;
}

.sample_wrap .sample_content .sample_desc ul li + li {
    margin-top: 30px;
}

.sample_wrap .sample_table {
    margin-top: 50px;
}

.sample_wrap .sample_table > strong {
    display: block;
    font-weight: 500;
    color: #1f1f1e;
    letter-spacing: -0.05em;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.sample_wrap .sample_table table {
    width: 100%;
    table-layout: fixed;
    margin-top: 26px;
    border-top: 2px solid #ffc107;
}

.sample_wrap .sample_table table thead th {
    text-align: center;
    vertical-align: middle;
    background-color: #f9f9f9;
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #1f1f1e;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
}

.sample_wrap .sample_table table tbody td {
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #e9e9e9;
    color: #1f1f1e;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.05em;
    padding: 15px 5px;
}

.sample_wrap .sample_table table tbody td:nth-child(7) {
    text-align: left;
}

.sample_wrap .sample_table table tbody td .file {
    color: #ffc107;
    border: 1px solid #ffc107;
    font-size: 14px;
    letter-spacing: -0.05em;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 67px;
    line-height: 23px;
    border-radius: 12.5px;
    -moz-border-radius: 12.5px;
    -webkit-border-radius: 12.5px;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.sample_wrap .sample_pagination {
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}

.sample_wrap .sample_pagination > * {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    line-height: 32px;
    color: #1f1f1e;
    font-size: 15px;
    border: 1px solid #e9e9e9;
}

.sample_wrap .sample_pagination > * + * {
    border-left: 0px;
}

.sample_wrap .sample_pagination > *.cur {
    background-color: #eeeeee;
}

.sample_wrap .sample_pagination .prev,
.sample_wrap .sample_pagination .next {
    position: static;
    background-color: #fff;
    color: #1f1f1f;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-top: 0;
}

.sub1_3_wrap {
    text-align: center;
    background-image: url(../img/sub_img/sub1_3_bg.jpg);
    background-position: center top 614px;
    background-repeat: no-repeat;
}

.sub1_3_wrap .section_01 {
    padding-top: 100px;
}

.sub1_3_wrap .section_01 > img {
    display: block;
    margin: 0 auto;
}

.sub1_3_wrap .section_01 .box_1 {
    margin-top: 39px;
    margin-bottom: 30px;
}

.sub1_3_wrap .section_01 div ul {
    font-size: 0;
    text-align: center;
}

.sub1_3_wrap .section_01 div ul li {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #fff;
    border: 2px solid #e9e9e9;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05);
    width: 250px;
    height: 180px;
    padding: 21px 15px 0;
}

.sub1_3_wrap .section_01 div ul li + li {
    margin-left: 30px;
}

.sub1_3_wrap .section_01 div.box_2 ul li + li {
    position: relative;
}

.sub1_3_wrap .section_01 div.box_2 ul li + li:before {
    content: "";
    width: 30px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    left: -30px;
    top: 50%;
    position: absolute;
}

.sub1_3_wrap .section_01 div ul li > span {
    display: block;
    font-weight: 300;
    color: #979796;
    font-size: 15px;
    letter-spacing: -0.05em;
    line-height: 1em;
}

.sub1_3_wrap .section_01 div.box_1 ul li {
    position: relative;
}

/*
.sub1_3_wrap .section_01 div.box_1 ul li:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 30px;
    bottom: -30px;
    border-left: 1px dashed #fed201;
}
*/

.sub1_3_wrap .section_01 div.box_1 ul li > span {
    color: #fed201;
}

.sub1_3_wrap .section_01 div.box_2 {
    margin-bottom: 30px;
}

.sub1_3_wrap .section_01 div ul li > strong {
    display: block;
    font-weight: 700;
    color: #3d3d3c;
    font-size: 20px;
    letter-spacing: -0.05em;
    line-height: 1em;
    margin-top: 10px;
}

.sub1_3_wrap .section_01 div ul li > div {
    border-top: 1px solid #e9e9e9;
    margin-top: 10px;
    padding-top: 12px;
}

.sub1_3_wrap .section_01 div ul li > div > p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #3d3d3c;
    letter-spacing: -0.05em;
}

.sub1_3_wrap .section_01 div ul li > div > p span {
    display: inline;
    font-weight: 500;
}

.sub1_3_wrap .section_01 div ul li > div > span {
    display: block;
    font-weight: 300;
    color: #979796;
    font-size: 15px;
    letter-spacing: -0.05em;
    margin-top: 8px;
    line-height: 1em;
}

.sub1_3_wrap .section_01 div.box_1 ul li {
    border: 2px solid #fed201;
    background-color: rgba(252, 228, 104, 0.05);
}

.sub1_3_wrap .section_02 {
    background-color: #fff;
    width: 860px;
    margin: 83px auto 0;
    -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
    padding-top: 49px;
    padding-bottom: 50px;
    position: relative;
}

.sub1_3_wrap .section_02:after {
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    bottom: -70px;
    background-repeat: no-repeat;
    background-image: url(../img/sub_img/sub1_3_section2_bg.png);
    width: 200px;
    height: 365px;
}

.sub1_3_wrap .section_02 > img {
    display: block;
    margin: 0 auto 44px;
}

.sub1_3_wrap .section_02 ul {
    width: 760px;
    margin: 36px auto 0;
}

.sub1_3_wrap .section_02 ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 23px 0 19px 73px;
    text-align: left;
    background-color: #fcfcfc;
}

.sub1_3_wrap .section_02 ul li + li {
    margin-top: 19px;
}

.sub1_3_wrap .section_02 ul li .num {
    text-align: center;
    color: #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    width: 38px;
    line-height: 38px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.05em;
    left: 21px;
    top: 15px;
    background-color: #fed201;
}

.sub1_3_wrap .section_02 ul li strong {
    display: block;
    font-size: 20px;
    letter-spacing: -0.05em;
    font-weight: 500;
    color: #1f1f1e;
}

.sub1_3_wrap .section_02 ul li p {
    color: #5b5b5a;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.05em;
    margin-top: 9px;
}

.sub1_3_wrap .sec_top {
    position: relative;
}

.sub1_3_wrap .sec_top .num {
    display: block;
    margin: 0 auto -6px;
}

.sub1_3_wrap .sec_top > span {
    display: block;
    font-size: 30px;
    color: #ffdd47;
    font-weight: 500;
    letter-spacing: -0.05em;
    border: 3px solid #ffdd47;
    line-height: 44px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    width: 280px;
    margin: 0 auto -6px;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.sub1_3_wrap .sec_top > img {
    display: block;
    margin: 30px auto 0;
}

.sub1_3_wrap .sec_top > p {
    margin-top: 30px;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.05em;
    color: #3d3d3c;
}

.sub1_3_wrap .sec_top > p span {
    display: inline;
    font-weight: 500;
}

.sub1_3_wrap .section_03 {
    margin-top: 80px;
}

.sub1_3_wrap .section_03 table {
    margin-top: 49px;
    border-top: 1px solid #ffc823;
    border-bottom: 1px solid #ffc823;
    width: 100%;
    table-layout: fixed;
}

.sub1_3_wrap .section_03 table thead th {
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #ffd300;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.05em;
    padding: 15px 0;
}

.sub1_3_wrap .section_03 table thead th + th {
    border-left: 1px solid #fff;
}

.sub1_3_wrap .section_03 table tbody th {
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    color: #3d3d3c;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.05em;
    padding: 15px 0;
}

.sub1_3_wrap .section_03 table tbody td {
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    line-height: 20px;
    color: #3d3d3c;
    letter-spacing: -0.05em;
    padding: 15px 0 15px 30px;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}


.sub1_3_wrap .section_03 table tbody td ul {
    text-align: left;
}

.sub1_3_wrap .section_03 table tbody td ul li {
    position: relative;
    padding-left: 9px;
}

.sub1_3_wrap .section_03 table tbody td ul li:before {
    content: '\b7\a0';
    position: absolute;
    left: 0;
    top: 0;
}

.sub1_3_wrap .section_03 table tbody td ul li + li {
    margin-top: 6px;
}

.sub1_3_wrap .section_03 .more {
    display: block;
    color: #fff;
    width: 150px;
    line-height: 40px;
    background-color: #3d3d3c;
    font-size: 18px;
    letter-spacing: -0.05em;
    font-weight: 700;
    margin: 30px auto 0;
}

.sub1_3_wrap .section_04 {
    margin-top: 80px;
}

.sub1_3_wrap .section_04 > img {
    display: block;
    margin: 49px auto 0;
}

.sub1_3_wrap .section_04 > .box_01 {
    margin-top: 50px;
}

.sub1_3_wrap .section_04 > .box_01 ul {
    font-size: 0;
    text-align: center;
}

.sub1_3_wrap .section_04 > .box_01 ul li {
    position: relative;
    width: 200px;
    height: 200px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.sub1_3_wrap .section_04 > .box_01 ul li.ani_effect {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-animation: ani_effect 0.8s;
    animation: ani_effect 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sub1_3_wrap .section_04 > .box_01 ul li .table {
    display: table;
    width: 100%;
    height: 100%;
}

.sub1_3_wrap .section_04 > .box_01 ul li .table-cell {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.05em;
    font-weight: 500;
}

.sub1_3_wrap .section_04 > .box_01 ul li + li {
    margin-left: 40px;
}

.sub1_3_wrap .section_04 > .box_01 ul li.c_01 {
    background-image: url(../img/sub_img/sub1_3_c1_bg.png);
}

.sub1_3_wrap .section_04 > .box_01 ul li.c_02 {
    background-image: url(../img/sub_img/sub1_3_c2_bg.png);
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sub1_3_wrap .section_04 > .box_01 ul li.c_02:before {
    content: "";
    position: absolute;
    left: -55px;
    top: 50%;
    width: 70px;
    height: 2px;
    background-image: url(../img/sub_img/sub1_3_c1_bar.png);
    background-repeat: no-repeat;
    background-position: center;
}

.sub1_3_wrap .section_04 > .box_01 ul li.c_03 {
    background-image: url(../img/sub_img/sub1_3_c3_bg.png);
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sub1_3_wrap .section_04 > .box_01 ul li.c_03:before {
    content: "";
    position: absolute;
    left: -55px;
    top: 50%;
    width: 70px;
    height: 2px;
    background-image: url(../img/sub_img/sub1_3_c2_bar.png);
    background-repeat: no-repeat;
    background-position: center;
}

.sub1_3_wrap .section_04 > .box_02 {
    margin-top: 50px;
}

.sub1_3_wrap .section_04 > .box_02 ul {
    font-size: 0;
}

.sub1_3_wrap .section_04 > .box_02 ul li {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    width: 270px;
    height: 305px;
}

.sub1_3_wrap .section_04 > .box_02 ul li + li {
    margin-left: 25px;
}

.sub1_3_wrap .section_04 > .box_02 ul li strong {
    display: block;
    color: #1f1f1e;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1em;
}

.sub1_3_wrap .section_04 > .box_02 ul li strong:before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    margin: 27px auto 13px;
    background-color: #ffc200;
}

.sub1_3_wrap .section_04 > .box_02 ul li .img {
    width: 105px;
    height: 86px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 16px auto 14px;
}

.sub1_3_wrap .section_04 > .box_02 ul li .img.img_01 {
    background-image: url(../img/sub_img/sub1_3_06.png);
}

.sub1_3_wrap .section_04 > .box_02 ul li .img.img_02 {
    background-image: url(../img/sub_img/sub1_3_07.png);
}

.sub1_3_wrap .section_04 > .box_02 ul li .img.img_03 {
    background-image: url(../img/sub_img/sub1_3_08.png);
}

.sub1_3_wrap .section_04 > .box_02 ul li div {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.05em;
    color: #3d3d3c;
    font-weight: 300;
}

.sub1_3_wrap .section_04 > .box_02 ul li div span {
    font-weight: 500;
}

.sub1_3_wrap .section_05 {
    margin-top: 79px;
}

.sub1_3_wrap .section_05 > img {
    display: block;
    margin: 26px auto -6px;
}

.sub1_3_wrap .section_05 .sec_btm .box_01 p {
    font-size: 25px;
    letter-spacing: -0.05em;
    color: #1f1f1e;
    line-height: 30px;
}

.sub1_3_wrap .section_05 .sec_btm .box_01 p span {
    display: inline;
    font-weight: 700;
}

.sub1_3_wrap .section_05 .sec_btm .box_01 p + p {
    color: #3d3d3c;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.05em;
    margin-top: 9px;
}

.sub1_3_wrap .section_05 .sec_btm .box_02 {
    width: 660px;
    padding-top: 30px;
    border-top: 1px solid #e9e9e9;
    margin: 30px auto 0;
}

.sub1_3_wrap .section_05 .sec_btm .box_02 div {
    font-size: 20px;
    color: #3d3d3c;
    letter-spacing: -0.05em;
}

.sub1_3_wrap .section_05 .sec_btm .box_02 div span {
    display: inline-block;
    color: #fff;
    background-color: #3d3d3c;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.05em;
    line-height: 32px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    width: 75px;
    margin-right: 10px;
}

.sub1_3_wrap .section_05 .sec_btm .box_02 ul {
    font-size: 0;
    margin-top: 50px;
}

.sub1_3_wrap .section_05 .sec_btm .box_02 ul li {
    display: inline-block;
    vertical-align: top;
    width: 310px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.sub1_3_wrap .section_05 .sec_btm .box_02 ul li + li {
    margin-left: 40px;
}

.sub1_3_wrap .section_05 .sec_btm .box_02 ul li strong {
    display: block;
    color: #fff;
    background-color: #fed201;
    font-size: 20px;
    letter-spacing: -0.05em;
    line-height: 30px;
    padding: 10px 0;
}

.sub1_3_wrap .section_05 .sec_btm .box_02 ul li p {
    font-weight: 300;
    color: #3d3d3c;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.05em;
    padding: 20px 0;
}

.sub1_3_wrap .section_05 .sec_btm .box_02 ul li p span {
    display: inline;
    font-weight: 500;
}

.sub2_wrap {
    border: 1px solid #dbdbdb;
}

.sub2_wrap .sub2_top {
    background-repeat: no-repeat;
    height: 420px;
    background-position: center;
}

.sub2_wrap.sub2_1 .sub2_top {
    background-image: url(../img/sub_img/sub2_1_bg.jpg);
}

.sub2_wrap.sub2_2_1 .sub2_top,
.sub2_wrap.sub2_2_math .sub2_top,
.sub2_wrap.sub2_2_social .sub2_top,
.sub2_wrap.sub2_2_science .sub2_top,
.sub2_wrap.sub2_2_la .sub2_top {
    background-image: url(../img/sub_img/sub2_2_bg.jpg);
}

.sub2_wrap.sub2_3_1 .sub2_top,
.sub2_wrap.sub2_3_math .sub2_top,
.sub2_wrap.sub2_3_social .sub2_top,
.sub2_wrap.sub2_3_science .sub2_top,
.sub2_wrap.sub2_3_la .sub2_top {
    background-image: url(../img/sub_img/sub2_3_bg.jpg);
}

.sub2_wrap.sub2_4_1 .sub2_top,
.sub2_wrap.sub2_4_math .sub2_top,
.sub2_wrap.sub2_4_social .sub2_top,
.sub2_wrap.sub2_4_science .sub2_top,
.sub2_wrap.sub2_4_la .sub2_top {
    background-image: url(../img/sub_img/sub2_4_bg.jpg);
}

.sub2_wrap.sub2_5 .sub2_top {
    background-image: url(../img/sub_img/sub2_5_bg.jpg);
}

.sub2_wrap.sub2_6_sat .sub2_top,
.sub2_wrap.sub2_6_ap .sub2_top {
    background-image: url(../img/sub_img/sub2_6_bg.jpg);
    height: 300px;
}

.sub2_wrap.sub2_6_sat .sub2_top .text,
.sub2_wrap.sub2_6_ap .sub2_top .text,
.sub2_wrap.sub2_5 .sub2_top .text {
    margin: 0 auto;
}

.sub2_wrap.sub2_6_sat .sub2_top .text img,
.sub2_wrap.sub2_6_ap .sub2_top .text img {
    display: block;
    margin: 0 auto;
}

.sub2_wrap.sub2_6_sat .sub2_top .text strong,
.sub2_wrap.sub2_6_ap .sub2_top .text strong {
    font-size: 50px;
    line-height: 60px;
    color: #000;
    letter-spacing: -0.02em;
    font-weight: 700;
    display: block;
    margin-top: 20px;
}

.sub2_wrap .sub2_top .table {
    width: 100%;
    height: 100%;
    display: table;
}

.sub2_wrap .sub2_top .table_cell {
    display: table-cell;
    vertical-align: middle;
}

.sub2_wrap .sub2_top .text {
    margin: 0 0 0 150px;
    position: relative;
    color: #fff;
}

.sub2_wrap .sub2_top .text div {
    font-weight: 200;
    font-size: 30px;
    letter-spacing: -0.05em;
    color: #fff;
    line-height: 40px;
    position: relative;
    text-align: left;
    padding: 22px 0 34px 26px;
}

.sub2_wrap .sub2_top .text div:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 390px;
    height: 3px;
    background-color: #ffcc00;
}

.sub2_wrap .sub2_top .text div:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #ffcc00;
}

.sub2_wrap .sub2_top .text div span {
    display: inline;
    color: #fff;
    font-weight: 500;
    line-height: inherit;
}

.sub2_wrap .sub2_top .text > span {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    letter-spacing: -0.025em;
    font-size: 20px;
    line-height: 25px;
    margin-top: -12.5px;
    display: block;
    padding-left: 138px;
    position: relative;
    text-align: left;
}

.sub2_wrap .sub2_top .text > span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 120px;
    height: 3px;
    background-color: #ffcc00;
}

.sub2_innerBox {
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
    width: 760px;
    margin: 0 auto;
    text-align: center;
}

.sub2_wrap.sub2_1 .sub2_top .table_cell {
    vertical-align: top;
    padding-top: 69px;
}

.sub2_wrap.sub2_1 .sub2_innerBox {
    margin-top: -100px;
    padding: 100px 0;
}

.sub2_wrap.sub2_1 .sub2_innerBox p {
    font-size: 20px;
    color: #1f1f1e;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.sub2_wrap.sub2_1 .sub2_innerBox ul {
    font-size: 0;
    margin: 49px 0 50px;
}

.sub2_wrap.sub2_1 .sub2_innerBox ul li {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    width: 200px;
    height: 174px;
    padding-top: 21px;
}

.sub2_wrap.sub2_1 .sub2_innerBox ul li + li {
    margin-left: 30px;
}

.sub2_wrap.sub2_1 .sub2_innerBox ul li .img {
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 77px;
    height: 71px;
}

.sub2_wrap.sub2_1 .sub2_innerBox ul li.i_01 .img {
    background-image: url(../img/sub_img/sub2_1_img_01.png);
}

.sub2_wrap.sub2_1 .sub2_innerBox ul li.i_02 .img {
    background-image: url(../img/sub_img/sub2_1_img_02.png);
}

.sub2_wrap.sub2_1 .sub2_innerBox ul li.i_03 .img {
    background-image: url(../img/sub_img/sub2_1_img_03.png);
}

.sub2_wrap.sub2_1 .sub2_innerBox ul li p {
    color: #3d3d3c;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    margin-top: 16px;
}

.sub2_wrap .sub2_yellow_box {
    background-color: #ffcc00;
    position: relative;
    text-align: center;
    padding: 62px 0 101px;
    overflow: hidden;
}

/*
.sub2_wrap .sub2_yellow_box:before {
  content: "\0022";
  font-family: "jalnan";
  color: #fff;
  position: absolute;
  font-size: 131px;
  left: 69px;
  top: -3px;
  line-height: 1;
}
.sub2_wrap .sub2_yellow_box:after {
  content: "\0022";
  font-family: "jalnan";
  position: absolute;
  font-size: 131px;
  right: 69px;
  bottom: -3px;
  line-height: 1;
  color: #fff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
*/
.sub2_wrap .sub2_yellow_box ul li + li {
    margin-top: 40px;
}

.sub2_wrap .sub2_yellow_box ul li span.c {
    display: block;
    margin: 0 auto;
    width: 17px;
    height: 17px;
    background-color: #ffa200;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.sub2_wrap .sub2_yellow_box ul li strong.title {
    display: block;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.05em;
    color: #1f1f1e;
    font-weight: 700;
    margin-top: 18px;
}

.sub2_wrap .sub2_yellow_box ul li div {
    background-color: #fff;
    width: 550px;
    margin: 0 auto;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #3d3d3c;
    padding: 20px 0;
    -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.sub2_wrap .sec_top {
    text-align: center;
}

.sub2_wrap .sec_top .bar {
    width: 50px;
    height: 5px;
    background: #ffcc00;
    display: block;
    margin: 0 auto 14px;
}

.sub2_wrap .sec_top img {
    display: block;
    margin: 0 auto;
}

.sub2_wrap .sec_top strong {
    display: block;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-top: 11px;
}

.sub2_wrap .sec_top p {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.02em;
    font-weight: 300;
    color: #000;
}

.sub2_wrap .tb_wrap {
    position: relative;
    padding-bottom: 30px;
}

.sub2_wrap .tb_wrap:after {
    position: absolute;
    left: 50%;
    bottom: 0%;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%);
}
.sub2_wrap .tb {
    margin-top: 29px;
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: 0;
}

.sub2_wrap .tb table {
    border-top: 2px solid #ffc823;
    border-bottom: 2px solid #ffc823;
}

.sub2_wrap .tb_wrap.fold {
    padding-bottom: 0;
}

.sub2_wrap .tb_wrap.fold .tb {
    height: 300px;
    overflow: hidden;
}

.sub2_wrap .tb_wrap.fold:after {
    content: "";
    z-index: 1;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(2, 0, 36);
    background: -webkit-gradient(linear,
            left top, left bottom,
            from(rgba(2, 0, 36, 0)),
            to(rgba(255, 255, 255, 1)));
    background: linear-gradient(180deg,
            rgba(2, 0, 36, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#ffffff", GradientType=1);
}

.sub2_wrap .tb_wrap .fold_btn {
    z-index: 2;
    position: absolute;
    left: 48%;
    bottom: -2%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #ffc823;
    background-image: url(/img/sub_img/icon_viewmore.png);
    background-repeat: no-repeat;
    cursor: pointer;
    outline: none;
}

.sub2_wrap .tb_wrap.fold .fold_btn {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sub2_wrap .tb .font-light {
    font-weight: 300;
    display: inline;
    line-height: inherit;
}

.sub2_wrap .tb.tb_style1 thead th {
    color: #1f1f1e;
}

.sub2_wrap .tb.tb_style1 tbody th,
.sub2_wrap .tb.tb_style1 tbody td {
    text-align: center;
    vertical-align: middle;
}

.sub2_wrap .tb tbody td.left {
    text-align: left !important;
}

.sub2_wrap .tb tbody td.top {
    vertical-align: top !important;
}

.sub2_wrap .tb.tb_style1 tbody th {
    color: #3d3d3c;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.05em;
}

.sub2_wrap .tb.tb_style1 thead th + th {
    border-left: 1px solid #fff;
}

.sub2_wrap .tb tbody td ul li {
    font-size: 15px;
    line-height: 20px;
    color: #3d3d3c;
    letter-spacing: -0.05em;
    position: relative;
    padding-left: 10px;
}

.sub2_wrap .tb tbody td ul li:before {
    content: "\b7\a0";
    font-size: 15px;
    line-height: 20px;
    color: #3d3d3c;
    letter-spacing: -0.05em;
    position: absolute;
    left: 0;
    top: 0;
}

.sub2_wrap .tb.tb_style2 thead th {
    background-color: #ffd300;
    border-bottom: 1px solid #fff;
    color: #1f1f1e;
}

.sub2_wrap .tb.tb_style2 thead th + th {
    border-left: 1px solid #fff;
}

.sub2_wrap .tb.tb_style2 tbody .bg_1 {
    background-color: #ffdf40;
}

.sub2_wrap .tb.tb_style2 tbody .bg_2 {
    background-color: #ffea7f;
    border-left: 1px solid #fff;
}

.sub2_wrap .tb.tb_style2 tbody tr + tr .bg_1,
.sub2_wrap .tb.tb_style2 tbody tr + tr .bg_2 {
    border-top: 1px solid #fff;
}

.sub2_wrap .tb tbody td {
    border-left: 1px solid #fff;
}

.sub2_wrap .tb tbody dl {
    margin-bottom: 0;
}

.sub2_wrap .tb tbody dl + dl {
    margin-top: 20px;
}

.sub2_wrap .tb tbody dl dt {
    font-size: 15px;
    color: #3d3d3c;
    line-height: 20px;
    letter-spacing: -0.05em;
    /* font-weight: 300; */
    font-weight: 400;
}

.sub2_wrap .tb tbody dl dd {
    position: relative;
    font-size: 14px;
    color: #3d3d3c;
    line-height: 20px;
    letter-spacing: -0.05em;
    /* font-weight: 300; */
    padding-left: 17px;
    word-break: break-all;
    margin: 0;
}

.sub2_wrap .tb tbody dl dd .num {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #3d3d3c;
    line-height: 20px;
    letter-spacing: -0.05em;
    /* font-weight: 300; */
}

.sub2_wrap .tb.tb_style4 thead th {
    background-color: #ffd300;
    border-bottom: 0;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.sub2_wrap .tb.tb_style4 thead th + th {
    border-left: 1px solid #fff;
}

.sub2_wrap .tb.tb_style4 tbody th {
    background-color: #fff4bf;
    font-weight: 500;
    color: #3d3d3c;
    letter-spacing: -0.05em;
    line-height: 20px;
    padding: 15px 0;
}

.sub2_wrap .tb.tb_style4 tbody tr + tr th {
    border-top: 1px solid #fff;
}

.sub2_wrap .tb.tb_style4 tbody td {
    text-align: center;
    /* font-weight: 300; */
    vertical-align: middle;
    border-left: 1px solid #e9e9e9;
}

.sub2_wrap .tb.tb_style4 tbody th + td {
    border-left: 1px solid #fff;
}

.sub2_wrap .tb.tb_style5 thead th {
    background-color: #ffd300;
    border-bottom: 1px solid #fff;
}

.sub2_wrap .tb.tb_style5 thead th + th {
    border-left: 1px solid #fff;
}

.sub2_wrap .tb.tb_style5 tbody th {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
    letter-spacing: -0.05em;
    font-weight: 500;
    color: #3d3d3c;
    border-color: #fff;
}

.sub2_wrap .tb.tb_style5 .bg_01 {
    background: #ffdf40;
    color: #1f1f1e;
}

.sub2_wrap .tb.tb_style5 .bg_02 {
    background: #ffea7f;
    color: #1f1f1e;
}

.sub2_wrap .tb.tb_style5 .bg_03 {
    background: #fff4bf;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #1f1f1e;
}

.sub2_wrap .tb.tb_style5 .bg_04 {
    background-color: #fff;
}

.sub2_wrap .tb.tb_style5 .bg_04 + .bg_04 {
    border-left: 1px solid #e9e9e9;
}

.sub2_wrap .tb.tb_style5 tbody th:first-child.bg_04 {
    border-top: 1px solid #e9e9e9;
}

.sub2_wrap .tb.tb_style5 td {
    text-align: center;
    vertical-align: middle;
    /* font-weight: 300; */
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.05em;
    color: #3d3d3c;
}

.sub2_wrap .tb.tb_style5 td + td {
    border-left: 1px solid #e9e9e9;
}

.sub2_wrap .tb.tb_style5 tbody tr + tr th:nth-child(3n) {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

.sub2_wrap .tb.tb_style5 tbody tr + tr th.bg_04 + th.bg_04 {
    border-top: 1px solid #e9e9e9;
}

.sub2_wrap .tb.tb_style6 tbody th {
    font-weight: 500;
    color: #3d3d3c;
    font-size: 16px;
    background-color: #fff4bf;
    text-align: center;
    vertical-align: middle;
    border-color: #fff;
}

.sub2_wrap .tb.tb_style6 tbody td {
    text-align: center;
    vertical-align: middle;
}

.sub2_wrap .tb.tb_style6 tbody th + td {
    border-left: 1px solid #fff;
}

.sub2_wrap.sub2_1 .section_03,
.sub2_wrap.sub2_1 .section_04,
.sub2_wrap.sub2_2_1 .section_03 {
    margin-top: 100px;
}

.sub2_wrap.sub2_2_1 .sub2_top .table_cell {
    vertical-align: top;
    padding-top: 69px;
}

.sub2_wrap.sub2_2_1 .sub2_top .text div {
    padding-bottom: 24px;
}

.sub2_wrap.sub2_2_1 .sub2_innerBox {
    margin-top: -80px;
    padding: 100px 0;
}

.sub2_wrap.sub2_2_1 .sub2_innerBox p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #1f1f1e;
}

.sub2_wrap.sub2_2_1 .sub2_innerBox img {
    display: block;
    margin: 44px auto;
}

.sub2_wrap.sub2_2_1 .sub2_yellow_box ul li div,
.sub2_wrap.sub2_2_social .sub2_yellow_box ul li div {
    width: 660px;
    padding: 25px 0;
}

.sub2_wrap.sub2_2_1 .section_04 {
    text-align: center;
    background-color: #f9f9f9;
    margin-top: 100px;
    padding-top: 74px;
    padding-bottom: 100px;
}

.sub2_wrap.sub2_2_1 .section_04 .sec4_top .bar {
    display: block;
    background-color: #ffcc00;
    width: 50px;
    height: 5px;
    margin: 0 auto;
}

.sub2_wrap.sub2_2_1 .section_04 .sec4_top h3 {
    display: block;
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    line-height: 36px;
    margin-top: 14px;
}

.sub2_wrap.sub2_2_1 .section_04 .sec4_top p {
    color: #000000;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 5px;
}

.sub2_wrap.sub2_2_1 .section_04 .txt {
    margin-top: 27.5px;
    font-size: 20px;
    line-height: 30px;
    color: #3d3d3c;
    font-weight: 300;
}

.sub2_wrap.sub2_2_1 .section_04 .txt:before {
    content: "";
    width: 1px;
    height: 50px;
    background-color: #e9e9e9;
    display: block;
    margin: 0 auto 15px;
}

.sub2_wrap.sub2_2_1 .section_04 .txt span {
    display: inline;
    font-weight: 500;
    line-height: inherit;
}

.sub2_wrap.sub2_2_1 .section_04 .video_slide {
    margin-top: 50px;
}

.sub2_wrap .video_slide .video_item {
    position: relative;
}

.sub2_wrap .video_item .video_frame {
    width: 760px;
    height: 480px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 46px 50px;
    -webkit-box-shadow: 25px 25px 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 25px 25px 50px 0 rgba(0, 0, 0, 0.1);
    border: 15px solid #f9f9fb;
}

.sub2_wrap .video_item .video_frame .frame_inner {
    background-color: #000;
    height: 100%;
}

.sub2_wrap .video_item .video_text {
    margin-top: 80px;
    text-align: center;
}

.sub2_wrap .video_item .video_text strong {
    display: block;
    font-size: 26px;
    letter-spacing: -0.025em;
    color: #000000;
    line-height: 30px;
}

.sub2_wrap .video_item .video_text p {
    font-size: 16px;
    line-height: 26px;
    color: #5b5b5a;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-top: 13px;
}

.sub2_wrap .video_slide .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    top: 520px;
}

.sub2_wrap .section_sj .subject {
    padding: 100px 0;
}

.sub2_wrap .section_sj .sj_top {
    text-align: center;
}

.sub2_wrap .section_sj .sj_top strong {
    display: block;
    font-weight: 700;
    color: #1f1f1e;
    font-size: 30px;
    letter-spacing: -0.05em;
    line-height: 1.4em;
}

.sub2_wrap .section_sj .sj_top p {
    font-weight: 300;
    font-size: 25px;
    letter-spacing: -0.05em;
    margin-top: 5px;
    line-height: 1em;
}

.sub2_wrap .section_sj .subject .sj_li {
    margin-top: 30px;
}

.sub2_wrap .section_sj .subject .sj_li ul {
    margin: 0 auto;
    width: 90%;
}

.sub2_wrap .section_sj .subject .sj_li ul li {
    float: left;
    width: 25%;
}

.sub2_wrap .section_sj .subject .sj_li ul li div {
    margin: 0 auto;
    padding: 20px;
    width: 200px;
    height: 221px;
    background: #fcfcfc;
    border: 1px solid #e9e9e9;
    text-align: left;
}

.sub2_wrap .section_sj .subject .sj_li ul li div.sj_la {
    background: #fcfcfc url(/img/sub_img/sj_img_la.png) no-repeat;
    background-position: top 20px right 20px;
}

.sub2_wrap .section_sj .subject .sj_li ul li div.sj_m {
    background: #fcfcfc url(/img/sub_img/sj_img_m.png) no-repeat;
    background-position: top 20px right 20px;
}

.sub2_wrap .section_sj .subject .sj_li ul li div.sj_s {
    background: #fcfcfc url(/img/sub_img/sj_img_s.png) no-repeat;
    background-position: top 20px right 20px;
}

.sub2_wrap .section_sj .subject .sj_li ul li div.sj_ss {
    background: #fcfcfc url(/img/sub_img/sj_img_ss.png) no-repeat;
    background-position: top 20px right 20px;
}

.sub2_wrap .section_sj .subject .sj_li ul li span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #797978;
    line-height: 1;
}

.sub2_wrap .section_sj .subject .sj_li ul li strong {
    display: block;
    padding: 10px 0 20px;
    font-size: 20px;
    font-weight: 400;
    color: #3d3d3c;
    line-height: 1;
}

.sub2_wrap .section_sj .subject .sj_li ul li p {
    font-size: 13px;
    font-weight: 300;
    color: #797978;
    line-height: 18px;
    letter-spacing: -1px;
}

.sub2_wrap .section_sj .subject .sj_li ul li button {
    margin-top: 20px;
    padding: 0;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    background: #ffe940;
    color: #fff;
    border-radius: 0;
}




.sub2_wrap.sub2_2_social .section_01 {
    text-align: center;
    padding: 100px 0;
}

.sub2_wrap.sub2_2_social .section_01 > p {
    font-size: 20px;
    line-height: 30px;
    color: #3d3d3c;
    letter-spacing: -0.02em;
    font-weight: 300;
    margin-top: 27px;
}

.sub2_wrap.sub2_2_social .section_03,
.sub2_wrap.sub2_2_social .section_04,
.sub2_wrap.sub2_2_social .section_05,
.sub2_wrap.sub2_2_la .section_03 {
    margin-top: 100px;
}

.sub2_wrap.sub2_2_la .section_01 {
    padding: 100px 0;
}

.sub2_wrap.sub2_2_la .section_01 tbody td {
    padding: 0;
}

.sub2_wrap.sub2_2_la .section_02 {
    background-color: #f9f9f9;
    padding: 74px 0 100px;
}
.sub2_wrap .section_02 .tb_wrap {position: relative;}
.sub2_wrap .section_02 .tb_wrap:after {
    background: linear-gradient(180deg,rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 1) 75%);
}
.sub2_wrap.sub2_2_la .section_02 .sec_top p {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.05em;
    font-weight: 300;
    color: #000000;
    margin-top: 9px;
}

.sub2_wrap.sub2_2_science .section_01,
.sub2_wrap.sub2_2_science .section_02 {
    text-align: center;
    padding: 100px 0;
}

.sub2_wrap.sub2_2_science .section_01 > p {
    color: #3d3d3c;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    margin-top: 27px;
}

.sub2_wrap.sub2_2_science .section_01 > p span {
    display: inline;
    font-weight: 500;
    line-height: inherit;
}

.sub2_wrap.sub2_2_science .section_02 {
    background: #f9f9f9;
}

.sub2_wrap.sub2_2_science .section_02 .sec_top .title {
    line-height: 45px;
}

.sub2_wrap.sub2_2_science .section_02 .sec_top p {
    font-size: 30px;
    margin-top: 0;
    line-height: 45px;
}

.sub2_wrap.sub2_2_science .section_02 > ul {
    font-size: 0;
    text-align: center;
    margin: 49px 0 100px;
}

.sub2_wrap.sub2_2_science .section_02 > ul > li {
    display: inline-block;
    vertical-align: top;
}

.sub2_wrap.sub2_2_science .section_02 > ul > li img {
    display: block;
    margin: 0 auto;
}

.sub2_wrap.sub2_2_science .section_02 > ul > li p {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #1f1f1e;
    font-weight: 500;
    margin-top: 12px;
}

.sub2_wrap.sub2_2_science .section_02 > ul > li + li {
    margin-left: 20px;
}

.sub2_wrap.sub2_2_science .section_03 {
    margin-top: 100px;
}

.sub2_wrap.sub2_2_math {
    text-align: center;
}

.sub2_wrap.sub2_2_math .section_01 {
    padding: 100px 0;
}

.sub2_wrap.sub2_2_math .section_01 > p {
    font-size: 20px;
    line-height: 30px;
    color: #3d3d3c;
    letter-spacing: -0.02em;
    margin-top: 25px;
}

.sub2_wrap.sub2_2_math .sub2_yellow_box li .row {
    background: transparent;
    font-size: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0;
    margin-top: 30px;
}

.sub2_wrap.sub2_2_math .sub2_yellow_box li > div {
    width: 660px;
}

.sub2_wrap.sub2_2_math .sub2_yellow_box li div.half {
    display: inline-block;
    vertical-align: top;
    width: 315px;
    height: 110px;
    padding: 25px 0;
    margin-top: 0;
}

.sub2_wrap.sub2_2_math .sub2_yellow_box li div.half:first-child {
    line-height: 60px;
}

.sub2_wrap.sub2_2_math .sub2_yellow_box li div.half + .half {
    position: relative;
    margin-left: 30px;
}

.sub2_wrap.sub2_2_math .sub2_yellow_box li div.half + .half:before {
    content: "";
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #ffcc00;
    background-color: #fff;
    left: -41px;
    top: 50%;
    margin-top: -26px;
    background-image: url(../img/sub_img/sub2_2_math_halfBg.png);
    -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.sub2_wrap.sub2_2_math .section_02 {
    background-color: #f9f9f9;
    padding: 100px 0;
}

.sub2_wrap.sub2_2_math .section_02 p {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #3d3d3c;
}

.sub2_wrap.sub2_2_math .section_02 p span {
    font-weight: 500;
    display: inline;
    line-height: inherit;
}

.sub2_wrap.sub2_2_math .section_02 ul {
    width: 760px;
    margin: 30px auto 0;
}

.sub2_wrap.sub2_2_math .section_02 ul li {
    background-color: #fff;
    border: 2px solid #e9e9e9;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 25px 0;
}

.sub2_wrap.sub2_2_math .section_02 ul li + li {
    position: relative;
    margin-top: 20px;
}

.sub2_wrap.sub2_2_math .section_02 ul li + li:before,
.sub2_wrap.sub2_2_math .section_02 ul li + li:after {
    content: "";
    background: #a4a4a4;
    width: 1px;
    height: 50px;
    position: absolute;
    top: -35px;
    left: 15px;
}

.sub2_wrap.sub2_2_math .section_02 ul li + li:after {
    content: "";
    right: 15px;
    left: initial;
}

.sub2_wrap.sub2_2_math .section_03,
.sub2_wrap.sub2_2_math .section_04,
.sub2_wrap.sub2_2_math .section_05,
.sub2_wrap.sub2_2_math .section_06 {
    margin-top: 100px;
}

.sub2_wrap.sub2_2_math .section_03 .txt {
    font-weight: 300;
    font-size: 30px;
    line-height: 37px;
    color: #000;
    letter-spacing: -0.02em;
    margin-bottom: 46px;
}

.sub2_wrap.sub2_2_math .section_03 .txt strong {
    font-weight: 700;
    display: inline;
    line-height: inherit;
}

.sub2_wrap.sub2_2_math .section_04 tbody td {
    padding: 0;
}

.sub2_wrap.sub2_2_math .section_06 tbody tr:nth-child(3) .bg_04 {
    border-top: 1px solid #fff !important;
}

.sub2_wrap.sub2_3_1 .section_03 {
    margin-top: 100px;
}

.sub2_wrap.sub2_3_1 .sub2_top .table_cell,
.sub2_wrap.sub2_4_1 .sub2_top .table_cell {
    vertical-align: top;
    padding-top: 69px;
}

.sub2_wrap.sub2_3_1 .sub2_top .text div,
.sub2_wrap.sub2_4_1 .sub2_top .text div {
    padding-bottom: 24px;
}

.sub2_wrap.sub2_3_1 .sub2_innerBox,
.sub2_wrap.sub2_4_1 .sub2_innerBox {
    margin-top: -80px;
    padding: 100px 0;
}

.sub2_wrap.sub2_3_1 .sub2_innerBox p,
.sub2_wrap.sub2_4_1 .sub2_innerBox p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #1f1f1e;
}

.sub2_wrap.sub2_3_1 .sub2_innerBox p + p,
.sub2_wrap.sub2_4_1 .sub2_innerBox p + p {
    margin-top: 31px;
}

.sub2_wrap.sub2_3_1 .sub2_yellow_box ul li div,
.sub2_wrap.sub2_3_social .sub2_yellow_box ul li div,
.sub2_wrap.sub2_4_1 .sub2_yellow_box ul li div,
.sub2_wrap.sub2_4_la .sub2_yellow_box ul li div {
    width: 660px;
    padding: 25px 0;
}

.sub2_wrap.sub2_3_social,
.sub2_wrap.sub2_3_la,
.sub2_wrap.sub2_3_math,
.sub2_wrap.sub2_3_science,
.sub2_wrap.sub2_4_social,
.sub2_wrap.sub2_4_la,
.sub2_wrap.sub2_4_math,
.sub2_wrap.sub2_4_science,
.sub2_wrap.sub2_6_ap,
.sub2_wrap.sub2_6_sat {
    text-align: center;
}

.sub2_wrap.sub2_3_social .section_01,
.sub2_wrap.sub2_3_math .section_01,
.sub2_wrap.sub2_3_science .section_01,
.sub2_wrap.sub2_4_la .section_01,
.sub2_wrap.sub2_4_math .section_01,
.sub2_wrap.sub2_4_science .section_01,
.sub2_wrap.sub2_4_social .section_01 {
    padding: 100px 0;
}

.sub2_wrap.sub2_3_social .section_01 > p,
.sub2_wrap.sub2_3_la .section_01 > p,
.sub2_wrap.sub2_3_math .section_01 > p,
.sub2_wrap.sub2_3_science .section_01 > p,
.sub2_wrap.sub2_4_la .section_01 > p,
.sub2_wrap.sub2_4_math .section_01 > p,
.sub2_wrap.sub2_4_science .section_01 > p,
.sub2_wrap.sub2_4_social .section_01 > p,
.sub2_wrap.sub2_6_sat .section_01 > p,
.sub2_wrap.sub2_6_ap .section_01 > p {
    color: #3d3d3c;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    font-weight: 300;
    margin-top: 25px;
}

.sub2_wrap.sub2_6_sat .section_01,
.sub2_wrap.sub2_6_ap .section_01 {
    padding-top: 50px;
}

.sub2_wrap.sub2_3_social .sub2_yellow_box ul li div p {
    line-height: inherit;
}

.sub2_wrap.sub2_3_social .sub2_yellow_box ul li div p + p,
.sub2_wrap.sub2_4_la .sub2_yellow_box ul li div p + p {
    margin-top: 20px;
}

.sub2_wrap.sub2_3_social .section_02,
.sub2_wrap.sub2_3_math .section_03,
.sub2_wrap.sub2_4_math .section_02,
.sub2_wrap.sub2_4_science .section_02,
.sub2_wrap.sub2_4_social .section_02 {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.sub2_wrap.sub2_3_social .section_03,
.sub2_wrap.sub2_3_social .section_04,
.sub2_wrap.sub2_4_math .section_03,
.sub2_wrap.sub2_4_math .section_04,
.sub2_wrap.sub2_4_science .section_03,
.sub2_wrap.sub2_4_science .section_04,
.sub2_wrap.sub2_4_social .section_03,
.sub2_wrap.sub2_4_social .section_04 {
    margin-top: 100px;
}

.sub2_wrap.sub2_3_la .section_01 {
    padding: 100px 0;
}

.sub2_wrap.sub2_3_la .section_01 > p span,
.sub2_wrap.sub2_4_la .section_01 > p span,
.sub2_wrap.sub2_6_sat .section_01 > p span,
.sub2_wrap.sub2_6_ap .section_01 > p span {
    font-weight: 500;
}

.sub2_wrap.sub2_3_la .section_02,
.sub2_wrap.sub2_3_science .section_02 {
    background-color: #f9f9f9;
    padding: 100px 0;
}

.sub2_wrap.sub2_3_la .section_03,
.sub2_wrap.sub2_3_la .section_04,
.sub2_wrap.sub2_6_sat .section_02,
.sub2_wrap.sub2_6_ap .section_02,
.sub2_wrap.sub2_6_sat .section_03,
.sub2_wrap.sub2_6_ap .section_03,
.sub2_wrap.sub2_6_sat .section_04,
.sub2_wrap.sub2_6_ap .section_04 {
    margin-top: 100px;
}

.sub2_wrap.sub2_3_la .section_03 ul {
    margin: 0 auto;
    overflow: hidden;
    width: 779px;
    border: 1px solid #efefef;
    border-bottom: 0;
    margin-top: 30px;
}

.sub2_wrap.sub2_3_la .section_03 ul li {
    float: left;
    width: 259px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;
    height: 180px;
    padding-top: 24px;
    border-left: 1px solid #efefef;
}

.sub2_wrap.sub2_3_la .section_03 ul li:nth-child(3n + 1) {
    border-left: 0;
}

.sub2_wrap.sub2_3_la .section_03 ul li p {
    font-size: 16px;
    line-height: 21px;
    color: #3d3d3c;
    letter-spacing: -0.02em;
    margin-top: 9px;
}

.sub2_wrap.sub2_3_la .section_03 ul li .img {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 0 auto;
    width: 103px;
    height: 84px;
}

.sub2_wrap.sub2_3_la .section_03 ul li.li_1 .img {
    background-image: url(../img/sub_img/sub2_3_la_img_01.png);
}

.sub2_wrap.sub2_3_la .section_03 ul li.li_2 .img {
    background-image: url(../img/sub_img/sub2_3_la_img_02.png);
}

.sub2_wrap.sub2_3_la .section_03 ul li.li_3 .img {
    background-image: url(../img/sub_img/sub2_3_la_img_03.png);
}

.sub2_wrap.sub2_3_la .section_03 ul li.li_4 .img {
    background-image: url(../img/sub_img/sub2_3_la_img_04.png);
}

.sub2_wrap.sub2_3_la .section_03 ul li.li_5 .img {
    background-image: url(../img/sub_img/sub2_3_la_img_05.png);
}

.sub2_wrap.sub2_3_la .section_03 ul li.li_6 .img {
    background-image: url(../img/sub_img/sub2_3_la_img_06.png);
}

.sub2_wrap.sub2_3_la .section_03 ul li.li_7 .img {
    background-image: url(../img/sub_img/sub2_3_la_img_07.png);
}

.sub2_wrap.sub2_3_la .section_03 ul li.li_8 .img {
    background-image: url(../img/sub_img/sub2_3_la_img_08.png);
}

.sub2_wrap.sub2_3_la .section_03 ul li.li_9 .img {
    background-image: url(../img/sub_img/sub2_3_la_img_09.png);
}

.sub2_wrap.sub2_3_math .section_03,
.sub2_wrap.sub2_3_math .section_04,
.sub2_wrap.sub2_3_math .section_05 {
    margin-top: 100px;
}

.sub2_wrap.sub2_3_math .section_02 ul {
    margin: 0 auto;
    overflow: hidden;
    width: 779px;
    border: 1px solid #efefef;
    border-bottom: 0;
    margin-top: 30px;
}

.sub2_wrap.sub2_3_math .section_02 ul li {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;
    height: 180px;
    padding-top: 24px;
    border-left: 1px solid #efefef;
}

.sub2_wrap.sub2_3_math .section_02 ul li:last-child {
    border-left: 0;
    width: 100%;
}

.sub2_wrap.sub2_3_math .section_02 ul li p {
    font-size: 16px;
    line-height: 21px;
    color: #3d3d3c;
    letter-spacing: -0.02em;
    margin-top: 9px;
}

.sub2_wrap.sub2_3_math .section_02 ul li .img {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 0 auto;
    width: 103px;
    height: 84px;
}

.sub2_wrap.sub2_3_math .section_02 ul li.li_1 .img {
    background-image: url(../img/sub_img/sub2_3_la_img_01.png);
}

.sub2_wrap.sub2_3_math .section_04 ul {
    width: 760px;
    margin: 30px auto 0;
}

.sub2_wrap.sub2_3_math .section_04 ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    color: #3d3d3c;
    line-height: 21px;
    letter-spacing: -0.02em;
    border: 1px solid #efefef;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    padding: 12px 0;
    position: relative;
}

.sub2_wrap.sub2_3_math .section_04 ul li .c_1 {
    position: absolute;
    background-color: #e9e9e9;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    left: 20px;
}

.sub2_wrap.sub2_3_math .section_04 ul li .c_2 {
    position: absolute;
    background-color: #e9e9e9;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    right: 20px;
}

.sub2_wrap.sub2_3_math .section_04 ul li + li {
    margin-top: 9px;
}

.sub2_wrap.sub2_3_math .section_04 ul li + li:before {
    content: "";
    width: 1px;
    height: 9px;
    background-color: #efefef;
    position: absolute;
    left: 25px;
    top: -9px;
}

.sub2_wrap.sub2_3_math .section_04 ul li + li:after {
    content: "";
    width: 1px;
    height: 9px;
    background-color: #efefef;
    position: absolute;
    right: 25px;
    top: -9px;
}

.sub2_wrap.sub2_3_science .section_01 > p span {
    font-weight: 500;
    line-height: inherit;
    display: inline;
}

.sub2_wrap.sub2_3_science .section_01 > p + p,
.sub2_wrap.sub2_4_la .section_01 > p + p {
    margin-top: 21px;
}

.sub2_wrap.sub2_3_science .section_03,
.sub2_wrap.sub2_3_science .section_04,
.sub2_wrap.sub2_4_la .section_03,
.sub2_wrap.sub2_4_la .section_04 {
    margin-top: 100px;
}

.sub2_wrap.sub2_3_science .section_03 > ul {
    width: 660px;
    margin: 0 auto;
}

.sub2_wrap.sub2_3_social .section_03 > ul,
.sub2_wrap.sub2_4_math .section_03 > ul,
.sub2_wrap.sub2_4_social .section_03 > ul,
.sub2_wrap.sub2_4_science .section_03 > ul {
    width: 760px;
    margin: 0 auto;
}

.sub2_wrap.sub2_3_science .section_03 > ul > li,
.sub2_wrap.sub2_3_social .section_03 > ul > li,
.sub2_wrap.sub2_4_math .section_03 > ul > li,
.sub2_wrap.sub2_4_social .section_03 > ul > li,
.sub2_wrap.sub2_4_science .section_03 > ul > li {
    border: 3px solid #efefef;
    margin-top: 53px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.sub2_wrap.sub2_3_science .section_03 > ul > li div,
.sub2_wrap.sub2_3_social .section_03 > ul > li div,
.sub2_wrap.sub2_4_math .section_03 > ul > li div,
.sub2_wrap.sub2_4_social .section_03 > ul > li div,
.sub2_wrap.sub2_4_science .section_03 > ul > li div {
    padding: 0 0 33px 0;
}

.sub2_wrap.sub2_3_science .section_03 > ul > li div strong,
.sub2_wrap.sub2_3_social .section_03 > ul > li div strong,
.sub2_wrap.sub2_4_math .section_03 > ul > li div strong,
.sub2_wrap.sub2_4_social .section_03 > ul > li div strong,
.sub2_wrap.sub2_4_science .section_03 > ul > li div strong {
    display: block;
    color: #fff;
    font-size: 25px;
    letter-spacing: -0.02em;
    background-color: #fff;
    width: 375px;
    line-height: 30px;
    padding: 10px 0;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background-color: #ffc823;
    font-weight: 500;
    margin: -25px auto 23px;
}

.sub2_wrap.sub2_3_social .section_03 > ul > li:first-child div strong {
    width: 375px;
}

.sub2_wrap.sub2_3_social .section_03 > ul > li div strong {
    width: 575px;
}

.sub2_wrap.sub2_4_math .section_03 > ul > li div strong,
.sub2_wrap.sub2_4_social .section_03 > ul > li div strong,
.sub2_wrap.sub2_4_science .section_03 > ul > li div strong {
    width: 485px;
}

.sub2_wrap.sub2_3_science .section_03 > ul > li div ul {
    text-align: left;
    padding-left: 88px;
}

.sub2_wrap.sub2_3_social .section_03 > ul > li div ul {
    padding-left: 42px;
    text-align: left;
}

.sub2_wrap.sub2_4_math .section_03 > ul > li div ul {
    padding-left: 57px;
    text-align: left;
}

.sub2_wrap.sub2_4_social .section_03 > ul > li div ul,
.sub2_wrap.sub2_4_science .section_03 > ul > li div ul {
    padding-left: 74px;
    text-align: left;
}

.sub2_wrap.sub2_3_science .section_03 > ul > li div ul li,
.sub2_wrap.sub2_3_social .section_03 > ul > li div ul li,
.sub2_wrap.sub2_4_math .section_03 > ul > li div ul li,
.sub2_wrap.sub2_4_social .section_03 > ul > li div ul li,
.sub2_wrap.sub2_4_science .section_03 > ul > li div ul li {
    position: relative;
    padding-left: 14px;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.02em;
}

.sub2_wrap.sub2_3_science .section_03 > ul > li div ul li:before,
.sub2_wrap.sub2_3_social .section_03 > ul > li div ul li:before,
.sub2_wrap.sub2_4_math .section_03 > ul > li div ul li:before,
.sub2_wrap.sub2_4_social .section_03 > ul > li div ul li:before,
.sub2_wrap.sub2_4_science .section_03 > ul > li div ul li:before {
    content: "\b7\a0";
    position: absolute;
    left: 0;
    top: 0;
}

.sub2_wrap.sub2_4_la .section_02 {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.sub2_wrap.sub2_4_1 .section_03 {
    margin-top: 100px;
}

.sub2_wrap.sub2_4_la .section_03 ul {
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

.sub2_wrap.sub2_4_la .section_03 ul li {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #efefef;
    height: 180px;
    padding-top: 20px;
    margin-top: 30px;
}

.sub2_wrap.sub2_4_la .section_03 ul li + li {
    margin-left: 29px;
}

.sub2_wrap.sub2_4_la .section_03 ul li:nth-child(3n + 1) {
    margin-left: 0;
}

.sub2_wrap.sub2_4_la .section_03 ul li:nth-child(4),
.sub2_wrap.sub2_4_la .section_03 ul li:nth-child(5) {
    width: 405px;
}

.sub2_wrap.sub2_4_la .section_03 ul li p {
    font-size: 16px;
    line-height: 21px;
    color: #3d3d3c;
    letter-spacing: -0.02em;
    margin-top: 9px;
}

.sub2_wrap.sub2_4_la .section_03 ul li .img {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 0 auto;
    width: 103px;
    height: 85px;
}

.sub2_wrap.sub2_4_la .section_03 ul li.li_1 .img {
    background-image: url(../img/sub_img/sub2_4_la_img_01.png);
}

.sub2_wrap.sub2_4_la .section_03 ul li.li_2 .img {
    background-image: url(../img/sub_img/sub2_3_la_img_02.png);
}

.sub2_wrap.sub2_4_la .section_03 ul li.li_3 .img {
    background-image: url(../img/sub_img/sub2_4_la_img_03.png);
}

.sub2_wrap.sub2_4_la .section_03 ul li.li_4 .img {
    background-image: url(../img/sub_img/sub2_4_la_img_04.png);
}

.sub2_wrap.sub2_4_la .section_03 ul li.li_5 .img {
    background-image: url(../img/sub_img/sub2_3_la_img_05.png);
}

.sub2_wrap.sub2_4_science .section_01 p span {
    font-weight: 500;
    line-height: inherit;
}

.sub2_wrap.sub2_6_sat .section_02 .sec_top p,
.sub2_wrap.sub2_6_ap .section_02 .sec_top p {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.02em;
    margin-top: 7px;
}

.sub2_wrap.sub2_6_sat .section_02 .sec_top p strong,
.sub2_wrap.sub2_6_ap .section_02 .sec_top p strong {
    line-height: inherit;
    font-weight: 700;
    display: block;
    margin-top: 0;
}

.sub2_wrap.sub2_6_ap .section_02 ul {
    width: 80%;
    border: 1px solid #efefef;
    margin: 30px auto 0;
    border-bottom: 0;
    overflow: hidden;
}

.sub2_wrap.sub2_6_ap .section_02 ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    border-bottom: 1px solid #efefef;
    float: left;
    height: 180px;
    padding-top: 28px;
}

.sub2_wrap.sub2_6_ap .section_02 ul li:nth-child(2n + 1) {
    border-right: 1px solid #efefef;
}

.sub2_wrap.sub2_6_ap .section_02 ul li .img {
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 103px;
    height: 85px;
}

.sub2_wrap.sub2_6_ap .section_02 ul li.li_1 .img {
    background-image: url(../img/sub_img/sub2_3_la_img_09.png);
}

.sub2_wrap.sub2_6_ap .section_02 ul li.li_2 .img {
    background-image: url(../img/sub_img/sub2_4_la_img_03.png);
}

.sub2_wrap.sub2_6_ap .section_02 ul li.li_3 .img {
    background-image: url(../img/sub_img/sub2_3_la_img_05.png);
}

.sub2_wrap.sub2_6_ap .section_02 ul li.li_4 .img {
    background-image: url(../img/sub_img/sub2_3_la_img_04.png);
}

.sub2_wrap.sub2_6_ap .section_02 ul li.li_5 .img {
    background-image: url(../img/sub_img/sub2_3_la_img_01.png);
}

.sub2_wrap.sub2_6_ap .section_02 ul li.li_6 .img {
    background-image: url(../img/sub_img/sub2_6_ap_img_06.png);
}

.sub2_wrap.sub2_6_ap .section_02 ul li p {
    font-size: 16px;
    line-height: 21px;
    color: #3d3d3c;
    letter-spacing: -0.02em;
    margin-top: 7px;
}

.sub2_wrap.sub2_6_ap .section_02 ul li p span {
    font-weight: 500;
    display: inline;
    line-height: inherit;
}

.sub2_wrap.sub2_6_ap .section_03 ul,
.sub2_wrap.sub2_6_sat .section_03 ul {
    width: 760px;
    margin: 30px auto 0;
}

.sub2_wrap.sub2_6_ap .section_03 ul li,
.sub2_wrap.sub2_6_sat .section_03 ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    color: #3d3d3c;
    line-height: 21px;
    letter-spacing: -0.02em;
    border: 1px solid #efefef;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    padding: 12px 0;
    position: relative;
}

.sub2_wrap.sub2_6_ap .section_03 ul li .c_1,
.sub2_wrap.sub2_6_sat .section_03 ul li .c_1 {
    position: absolute;
    background-color: #e9e9e9;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    left: 20px;
}

.sub2_wrap.sub2_6_ap .section_03 ul li .c_2,
.sub2_wrap.sub2_6_sat .section_03 ul li .c_1 {
    position: absolute;
    background-color: #e9e9e9;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    right: 20px;
}

.sub2_wrap.sub2_6_ap .section_03 ul li + li,
.sub2_wrap.sub2_6_sat .section_03 ul li + li {
    margin-top: 9px;
}

.sub2_wrap.sub2_6_ap .section_03 ul li + li:before,
.sub2_wrap.sub2_6_sat .section_03 ul li + li:before {
    content: "";
    width: 1px;
    height: 9px;
    background-color: #efefef;
    position: absolute;
    left: 25px;
    top: -9px;
}

.sub2_wrap.sub2_6_ap .section_03 ul li + li:after,
.sub2_wrap.sub2_6_sat .section_03 ul li + li:after {
    content: "";
    width: 1px;
    height: 9px;
    background-color: #efefef;
    position: absolute;
    right: 25px;
    top: -9px;
}

.sub2_wrap.sub2_6_sat .section_02 ul {
    border: 1px solid #efefef;
    overflow: hidden;
    margin-top: 30px;
    padding: 0 30px;
}

.sub2_wrap.sub2_6_sat .section_02 ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    padding: 23.5px 0 23.5px 158px;
}

.sub2_wrap.sub2_6_sat .section_02 ul li + li {
    border-top: 1px solid #efefef;
}

.sub2_wrap.sub2_6_sat .section_02 ul li .img {
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 91px;
    position: absolute;
    left: 24px;
    top: 50%;
    margin-top: -45.5px;
}

.sub2_wrap.sub2_6_sat .section_02 ul li.li_1 .img {
    background-image: url(../img/sub_img/sub2_3_la_img_09.png);
}

.sub2_wrap.sub2_6_sat .section_02 ul li.li_2 .img {
    background-image: url(../img/sub_img/sub2_6_sat_img_02.png);
}

.sub2_wrap.sub2_6_sat .section_02 ul li p,
.sub2_wrap.sub2_6_sat .section_02 ul li p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #3d3d3c;
    font-weight: 300;
}

.sub2_wrap.sub2_5 {
    text-align: center;
}

.sub2_wrap.sub2_5 .sub2_top .text {
    text-align: center;
    border: 3px solid rgba(255, 255, 255, 0.75);
    width: 560px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 45px;
    height: 200px;
}

.sub2_wrap.sub2_5 .sub2_top .text strong {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    display: block;
    letter-spacing: -0.05em;
    line-height: 60px;
}

.sub2_wrap.sub2_5 .sub2_top .text p {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    letter-spacing: -0.05em;
    margin-top: 9px;
    font-weight: 200;
}

.sub2_wrap.sub2_5 .gradient_section {
    text-align: center;
    background-repeat: no-repeat;
    color: #fff;
    background-size: 100% 100%;
    background-image: url(../img/sub_img/sub2_5_gradient.jpg);
    background-position: center;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    padding: 32px 0;
    text-shadow: rgba(255, 171, 36, 0.9) 2px 2px 5px;
}

.sub2_wrap.sub2_5 .gradient_section em {
    display: inline;
    line-height: inherit;
    font-style: normal;
    font-weight: 500;
}

.sub2_wrap.sub2_5 .section_01 {
    padding: 83px 0 100px;
}

.sub2_wrap.sub2_5 .section_01 .sec_top p,
.sub2_wrap.sub2_5 .section_03 .sec_top p,
.sub2_wrap.sub2_5 .section_04 .sec_top p {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.02em;
    margin-top: 7px;
}

.sub2_wrap.sub2_5 .section_01 .sec_top p strong,
.sub2_wrap.sub2_5 .section_03 .sec_top p strong,
.sub2_wrap.sub2_5 .section_04 .sec_top p strong {
    line-height: inherit;
    font-weight: 700;
    display: block;
    margin-top: 0;
}

.sub2_wrap.sub2_5 .section_01 ul,
.sub2_wrap.sub2_5 .section_05 ul {
    width: 80%;
    border: 1px solid #efefef;
    overflow: hidden;
    margin: 30px auto 0;
    padding: 0 30px;
}

.sub2_wrap.sub2_5 .section_01 ul li,
.sub2_wrap.sub2_5 .section_05 ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    padding: 23.5px 0 23.5px 158px;
}

.sub2_wrap.sub2_5 .section_01 ul li + li,
.sub2_wrap.sub2_5 .section_05 ul li + li {
    border-top: 1px solid #efefef;
}

.sub2_wrap.sub2_5 .section_01 ul li .img,
.sub2_wrap.sub2_5 .section_05 ul li .img {
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 103px;
    height: 72px;
    position: absolute;
    left: 24px;
    top: 50%;
    margin-top: -36px;
}

.sub2_wrap.sub2_5 .section_01 ul li.li_1 .img {
    background-image: url(../img/sub_img/lw_img_06.png);
    background-size: 103px;
}

.sub2_wrap.sub2_5 .section_01 ul li.li_2 .img {
    background-image: url(../img/sub_img/sub2_3_la_img_05.png);
}

.sub2_wrap.sub2_5 .section_01 ul li p,
.sub2_wrap.sub2_5 .section_05 ul li p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #3d3d3c;
    font-weight: 300;
}

.sub2_wrap.sub2_5 .section_05 ul li p span {
    font-weight: 500;
    display: inline;
    line-height: inherit;
    color: inherit;
}

.sub2_wrap.sub2_5 .section_02 {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.sub2_wrap.sub2_5 .section_02 .txt {
    margin-top: 25px;
}

.sub2_wrap.sub2_5 .section_02 .txt p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 300;
    letter-spacing: -0.02em;
}

.sub2_wrap.sub2_5 .section_02 .txt p:first-child {
    font-weight: 500;
    margin-bottom: 18px;
}

.sub2_wrap.sub2_5 .section_02 > img {
    display: block;
    margin: 25px auto 30px;
}

.sub2_wrap.sub2_5 .section_02 .box {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    background-color: #fff;
    border: 2px solid #ffba00;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: -0.02em;
    width: 600px;
    padding: 25px 0;
    margin: 0 auto;
}

.sub2_wrap.sub2_5 .section_03 {
    margin-top: 100px;
}

.sub2_wrap.sub2_5 .section_03 .merit {
    width: 760px;
    margin: 30px auto 0;
}

.sub2_wrap.sub2_5 .section_03 .merit li {
    position: relative;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #fcfcfc;
    padding-left: 77px;
    min-height: 68px;
}

.sub2_wrap.sub2_5 .section_03 .merit li + li {
    margin-top: 20px;
}

.sub2_wrap.sub2_5 .section_03 .merit li .num {
    color: #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    background-color: #fed201;
    width: 38px;
    line-height: 38px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    left: 21px;
    top: 15px;
}

.sub2_wrap.sub2_5 .section_03 .merit li p {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    letter-spacing: -0.05em;
    text-align: left;
    padding: 17px 0;
}

.sub2_wrap.sub2_5 .section_03 .merit li p span {
    display: inline;
    line-height: inherit;
    font-weight: 500;
}

.sub2_wrap.sub2_5 .section_03 .diploma {
    margin-top: 50px;
    font-size: 0;
}

.sub2_wrap.sub2_5 .section_03 .diploma li {
    display: inline-block;
    vertical-align: top;
}

.sub2_wrap.sub2_5 .section_03 .diploma li img {
    display: block;
    margin: 0 auto;
}

.sub2_wrap.sub2_5 .section_03 .diploma li p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    color: #1f1f1e;
    letter-spacing: -0.05em;
    font-weight: 500;
}

.sub2_wrap.sub2_5 .section_03 .diploma li + li {
    margin-left: 40px;
}

.sub2_wrap.sub2_5 .section_04 {
    margin-top: 55px;
    padding: 100px 0;
    background-color: #f9f9f9;
}

.sub2_wrap.sub2_5 .section_04 > ul {
    font-size: 0;
    text-align: center;
    margin-top: 30px;
}

.sub2_wrap.sub2_5 .section_04 > ul li {
    display: inline-block;
    vertical-align: top;
    width: 415px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.sub2_wrap.sub2_5 .section_04 > ul li + li {
    margin-left: 30px;
}

.sub2_wrap.sub2_5 .section_04 > ul li .tit {
    background-color: #fed201;
    color: #fff;
    font-weight: 900;
    letter-spacing: -0.02em;
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0;
}

.sub2_wrap.sub2_5 .section_04 > ul li + li .tit {
    padding: 8px 0;
}

.sub2_wrap.sub2_5 .section_04 > ul li .tit span {
    font-weight: 400;
    line-height: inherit;
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}

.sub2_wrap.sub2_5 .section_04 > ul li .desc {
    border: 1px solid #e9e9e9;
    border-top: 0;
    text-align: left;
    padding: 25px 20px 25px 26px;
}

.sub2_wrap.sub2_5 .section_04 > ul li .desc p {
    font-size: 16px;
    line-height: 28px;
    color: #1f1f1e;
    letter-spacing: -0.05em;
    font-weight: 300;
}

.sub2_wrap.sub2_5 .section_04 > ul li .desc p span {
    display: inline;
    font-weight: 500;
    line-height: inherit;
}

.sub2_wrap.sub2_5 .section_04 > ul li .desc p + p {
    margin-top: 10px;
}

.sub2_wrap.sub2_5 .section_04 > .txt {
    margin-top: 45px;
}

.sub2_wrap.sub2_5 .section_04 > .txt p {
    font-weight: 300;
    letter-spacing: -0.02em;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.sub2_wrap.sub2_5 .section_04 > .txt p span {
    display: inline;
    font-weight: 500;
    line-height: inherit;
    color: #000;
}

.sub2_wrap.sub2_5 .section_04 > .txt p + p {
    margin-top: 20px;
}

.sub2_wrap.sub2_5 .section_05,
.sub2_wrap.sub2_5 .section_06 {
    margin-top: 100px;
}

.sub2_wrap.sub2_5 .section_05 ul li {
    padding: 24.5px 0 24.5px 158px;
}

.sub2_wrap.sub2_5 .section_05 ul li .img {
    width: 104px;
    height: 87px;
    margin-top: -43.5px;
}

.sub2_wrap.sub2_5 .section_05 ul li.li_1 .img {
    background-image: url(../img/sub_img/sub2_5_img_01.png);
}

.sub2_wrap.sub2_5 .section_05 ul li.li_2 .img {
    background-image: url(../img/sub_img/sub2_5_img_02.png);
}

.sub2_wrap.sub2_5 .section_06 ul {
    font-size: 0;
    margin-top: 30px;
}

.sub2_wrap.sub2_5 .section_06 ul li {
    display: inline-block;
    vertical-align: top;
    width: 415px;
    border-bottom: 2px solid #fed201;
}

.sub2_wrap.sub2_5 .section_06 ul li + li {
    margin-left: 30px;
    border-bottom: 2px solid #5b5b5a;
}

.sub2_wrap.sub2_5 .section_06 ul li dl {
    margin: 0;
}

.sub2_wrap.sub2_5 .section_06 ul li dt {
    font-size: 0;
    color: #fff;
    background-color: #fed201;
    padding: 15px 0;
    margin: 0;
}

.sub2_wrap.sub2_5 .section_06 ul li dt strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    letter-spacing: -0.02em;
    font-weight: 500;
    line-height: 20px;
}

.sub2_wrap.sub2_5 .section_06 ul li dt span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    letter-spacing: -0.02em;
    font-weight: 300;
    margin-left: 4px;
    color: #fff;
    line-height: 20px;
}

.sub2_wrap.sub2_5 .section_06 ul li + li dt {
    background-color: #5b5b5a;
}

.sub2_wrap.sub2_5 .section_06 ul li dd {
    background-color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #3d3d3c;
    padding: 12px 0;
    margin: 0;
}

.sub2_wrap.sub2_5 .section_06 ul li dd span {
    font-weight: 300;
    line-height: inherit;
    color: inherit;
}

.sub2_wrap.sub2_5 .section_06 ul li dd:nth-child(2n+1) {
    background-color: #f9f9f9;
}

.sub2_wrap.sub2_5 .sec_top .bar {
    margin-bottom: 16px;
}

.curriculum_tabs {
    margin-bottom: 35px;
}

.curriculum_tabs ul {
    overflow: hidden;
    border: 1px solid #e9e9e9;
    border-bottom: 1px solid #ffd300;
}

.curriculum_tabs ul li {
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.curriculum_tabs ul li + li {
    border-left: 1px solid #e9e9e9;
}

.curriculum_tabs ul li.cur,
.curriculum_tabs ul li.cur + li {
    border-left: 0;
}

.curriculum_tabs ul li button {
    width: 100%;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.05em;
    height: 49px;
    color: #797978;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    outline: none;
}

.curriculum_tabs ul li.cur button {
    background-color: #ffd300;
    color: #fff;
}

.curriculum_content {
    display: none;
}

.curriculum_content.cur {
    display: block;
}

.curriculum_content .curriculum_box {
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 30px 30px 30px 99px;
}

.curriculum_content .curriculum_box.pl30 {
    padding-left: 30px;
}

.curriculum_content .curriculum_box + .curriculum_box {
    margin-top: 30px;
}

.curriculum_content .curriculum_box > strong {
    position: absolute;
    left: 30px;
    top: 32px;
    font-size: 16px;
    font-weight: 600;
    color: #1f1f1e;
    letter-spacing: -0.05em;
    line-height: 21px;
}

.curriculum_content .curriculum_box ul li + li {
    border-top: 1px solid #e9e9e9;
    padding-top: 30px;
    margin-top: 30px;
}

.curriculum_content .curriculum_box ul li dl {
    margin-bottom: 0;
}

.curriculum_content .curriculum_box ul li dl + dl {
    margin-top: 10px;
}

.curriculum_content .curriculum_box ul li dl dt {
    font-size: 16px;
    line-height: 21px;
    color: #1f1f1f;
    letter-spacing: -0.05em;
    font-weight: 300;
}

.curriculum_content .curriculum_box ul li dl dt + dd {
    margin-top: 14px;
}

.curriculum_content .curriculum_box ul li dl dd {
    position: relative;
    font-size: 15px;
    color: #797979;
    letter-spacing: -0.05em;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 0;
    padding-left: 19px;
}

.curriculum_content .curriculum_box ul li dl dd span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    color: #797979;
    letter-spacing: -0.05em;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 0;
}

.curriculum_content .curriculum_box ul li dl dd em {
    font-style: normal;
    font-weight: 600;
}



.curriculum_content .curriculum_box table tbody tr th {
    text-align: center;
    background: #ffd300;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    border: 1px solid #ffd300;
}

.curriculum_content .curriculum_box table tbody tr td {
    padding: 30px;
    vertical-align: top;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.curriculum_content .curriculum_box table tbody tr td dl {
    margin-bottom: 0;
}

.curriculum_content .curriculum_box table tbody tr td dl + dl {
    margin-top: 10px;
}

.curriculum_content .curriculum_box table tbody tr td dl dt {
    font-size: 16px;
    line-height: 21px;
    color: #1f1f1f;
    letter-spacing: -0.05em;
    font-weight: 300;
}

.curriculum_content .curriculum_box table tbody tr td dl dt + dd {
    margin-top: 14px;
}

.curriculum_content .curriculum_box table tbody tr td dl dd {
    position: relative;
    font-size: 15px;
    color: #797979;
    letter-spacing: -0.05em;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 0;
    padding-left: 19px;
}

.curriculum_content .curriculum_box table tbody tr td dl dd span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    color: #797979;
    letter-spacing: -0.05em;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 0;
}

.curriculum_content .curriculum_box table tbody tr td dl dd em {
    font-style: normal;
    font-weight: 600;
}







.sub4_wrap {
    text-align: center;
}

.sub4_wrap .sub4_top {
    height: 420px;
    position: relative;
}

.sub4_wrap .sub4_top .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub4_wrap .sub4_top .table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    z-index: 2;
    text-align: center;
}

.sub4_wrap .sub4_top .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.sub4_wrap .sub4_top .text {
    color: #fff;
    border: 3px solid rgba(255, 255, 255, 0.75);
    width: 560px;
    height: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.sub4_wrap.sub4_2 .sub4_top .text {
    width: 760px;
}

.sub4_wrap .sub4_top .text strong.target {
    display: block;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -0.05em;
    padding-top: 30px;
    line-height: 1.4em;
}

.sub4_wrap.sub4_2 .sub4_top .text strong.target {
    font-size: 40px;
    padding-top: 40px;
}

.sub4_wrap .sub4_top .text p {
    color: #fff;
    opacity: 0.75;
    letter-spacing: -0.05em;
    font-size: 30px;
    font-weight: 200;
    margin-top: 15px;
    line-height: 1;
}

.sub4_wrap .sub4_content {
    padding-top: 100px;
}

.sub4_wrap .sub4_content .txt_01 > img {
    display: block;
    margin: 0 auto;
}

.sub4_wrap .sub4_content .txt_01 > .title {
    font-weight: 700;
    color: #1f1f1e;
    font-size: 30px;
    letter-spacing: -0.02em;
    display: block;
    margin: 10px auto 0;
}

.sub4_wrap .sub4_content .txt_01 > p {
    margin-top: 25px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #3d3d3c;
    letter-spacing: -0.02em;
}

.sub4_wrap .sub4_content .txt_01 > p span {
    display: inline;
    font-weight: 500;
}

.sub4_wrap .sub4_content .txt_01 > div {
    color: #3d3d3c;
    font-size: 14px;
    letter-spacing: -0.02em;
    font-weight: 300;
    margin-top: 29px;
    border: 1px solid #e9e9e9;
    padding: 12px 19px;
    display: inline-block;
}

.sub4_wrap .sub4_content .txt_01 > div span {
    font-weight: 500;
    display: inline;
    margin-right: 5px;
}

.sub4_wrap .sub4_content .txt_02 {
    margin-top: 100px;
    background-color: #f9f9f9;
    padding-bottom: 80px;
}

.sub4_wrap .sub4_content .txt_02 > img {
    display: block;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    margin: 0 auto;
}

.sub4_wrap .sub4_content .txt_02 > .title {
    font-weight: 700;
    color: #1f1f1e;
    font-size: 30px;
    letter-spacing: -0.02em;
    display: block;
    margin: -30px auto 0;
}

.sub4_wrap .sub4_content .txt_02 .box {
    background-color: #fff;
    width: 760px;
    padding: 30px 0;
    font-size: 20px;
    line-height: 30px;
    color: #3d3d3c;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin: 20px auto 0;
    -webkit-box-shadow: 5px 5px 20px 0 #e9e9e9;
    box-shadow: 5px 5px 20px 0 #e9e9e9;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.sub4_wrap .sub4_content .txt_02 .box p + p {
    margin-top: 11px;
}

.sub4_wrap .sub4_content .txt_02 .box span {
    font-weight: 500;
}

.sub4_wrap .sub4_content .learning_way {
    background: #ffe940 url(/img/sub_img/sub4_lw_bg.png) no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 100px 0;
}

.sub4_wrap .sub4_content .lw_top strong {
    display: block;
    font-weight: 700;
    color: #1f1f1e;
    font-size: 30px;
    letter-spacing: -0.05em;
    line-height: 1.4em;
}

.sub4_wrap .sub4_content .lw_top p {
    font-weight: 300;
    font-size: 25px;
    letter-spacing: -0.05em;
    margin-top: 5px;
    line-height: 1em;
}

.sub4_wrap .sub4_content .lw_list {
    width: 750px;
    margin: 30px auto 0;
}

.sub4_wrap .sub4_content .lw_item {
    background-color: #fff;
    float: left;
    height: 180px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 14px;
}

.sub4_wrap .sub4_content .lw_item img {
    display: block;
    margin: 0 auto;
}

.sub4_wrap .sub4_content .lw_item p {
    font-size: 16px;
    line-height: 21px;
    color: #3d3d3c;
    letter-spacing: -0.02em;
    margin-top: 13px;
}

.sub4_wrap .sub4_content .lw_item p span {
    font-weight: 500;
}

.sub4_wrap.sub4_2 .sub4_content .lw_item,
.sub4_wrap.sub4_3 .sub4_content .lw_item,
.sub4_wrap.sub4_4 .sub4_content .lw_item {
    height: 200px;
}

.sub4_wrap .sub4_content .col3 .lw_item {
    width: 250px;
}

.sub4_wrap .sub4_content .col3 .lw_item + .lw_item {
    border-left: 1px solid #ffe940;
}

.sub4_wrap .sub4_content .col2 .lw_item {
    width: 375px;
}

.sub4_wrap .sub4_content .col2 .lw_item + .lw_item {
    border-left: 1px solid #ffe940;
}

.sub4_wrap .sub4_content .lw_list .row {
    overflow: hidden;
}

.sub4_wrap .sub4_content .lw_list .row + .row {
    border-top: 1px solid #ffe940;
}

.sub4_wrap .sub4_content .lw_guide {
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.02em;
    background-color: #1f1f1e;
    width: 420px;
    margin: 20px auto 0;
    line-height: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-weight: 300;
}