* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

body {
    font-family: "Nanum Gothic";
    background-color: #fff;
    font-size: 0.81em;
}

.common_box {
    width: 100%;
    float: left;
}

.common_box > div {
    width: 1200px;
    margin: 0 auto;
}
a {
    text-decoration: none;
    color: black;
}
ul {
    list-style: none;
}
.wrapper_size {
    padding: 0 1%;
}
.common_box > div > div {
    width: 100%;
    float: left;
}

.wrapper {
    border-bottom: 2px solid #efa800;
    background-color: #fff;
    z-index: 9999;
}

.wrapper_component {
    width: 100%;
    float: left;
    height: 95px;
    margin-left: -10px;
}

.wrapper_menu {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

#top_logo {
    width: 20%;
    float: left;
    padding-top: 15px;
}

#top_menu {
    float: left;
    width: 80%;
    padding: 0 6%;
    padding-top: 1.5%;
}

.list {
    list-style: none;
    float: left;
    width: 25%;
    text-align: center;
    font-size: 16px;
    height: 50px;
    padding: 0 9px;
}

#top_menu li ul {
    list-style: none;
    clear: both;
    text-align: left;
    width: 165px;
    background-color: #fff;
    padding: 30px 0 15px 18px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.5s ease,
        visibility 0s linear 0.5s;
}

#top_menu li:nth-child(2n) > ul {
    padding-left: 20px;
}

#top_menu li:hover {
    opacity: 0.6;
}
#top_menu li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
#top_menu li ul li {
    padding: 5px 0;
}

#top_menu li ul a {
    background: none !important;
    color: #8f8f8f;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: -0.5px;
}

#top_menu li ul a:hover {
    color: black;
    font-weight: 800;
}

.container_main {
    width: 100%;
    float: left;
    min-width: 1070px;
}
.container > div {
    width: 100% !important;
}

.slide_button {
    position: absolute;
    left: 50%;
    z-index: 9999;
    margin: 0 auto;
    margin-left: -630x;
    cursor: pointer;
}
.slide_button1 {
    position: absolute;
    width: 42px;
    top: 300px;
    right: 640px;
}
.slide_button2 {
    position: absolute;
    width: 42px;
    top: 300px;
    left: 640px;
}

.slide_button > div > img {
    filter: brightness(1.5) saturate(1.1) contrast(0.5);
}

.slide_button > div > img:hover {
    transition: all 0.1s ease;
    filter: brightness(1) saturate(1) contrast(1);
}

.slideshow {
    width: 1905px;
    height: 732px;
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
}

.slide > img {
    transform: translateX(-45px);
}

.slides {
    width: 6000px;
    height: 647px;
    overflow: hidden;
    margin: 0 auto;
}

.slide > img {
    user-select: none;
    pointer-events: none;
}
.slides > li {
    float: left;
    width: 2000px;
}
.pagination_box {
    width: 100%;
    margin: 0 auto;
}
.pagination {
    list-style: none;
    float: left;
    bottom: 295px;
    left: 48.5%;
}

.dot {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    cursor: pointer;
    background-color: #854e39;
}

.dot:not(:first-child) {
    margin-left: 8px;
}
.active_dot {
    width: 21px;
    z-index: 2000;
    border-radius: 20px;
    background: #f8bb00;
}
.container2_banner {
    text-align: center;
    float: left;
    width: 100%;
}

.banner_wrap_title {
    width: 100%;
    float: left;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.6px;
    padding-bottom: 16px;
    background: url(https://edu1019.shiningcorp.com/sh_img/make24/include_01/img/tit_bg.png)
        center bottom no-repeat;
}

.banner_wrap_title > span {
    color: #e94902;
}

.banner_wrap_img {
    width: 100%;
    float: left;
    list-style: none;
    padding: 39px 64px;
    letter-spacing: -0.6px;
    padding-bottom: 74px;
}

.banner_wrap_img > li {
    float: left;
    width: 324px;
}

.banner_wrap_img > li:not(:first-child) {
    margin-left: 50px;
}

.wrap_title {
    font-size: 17px;
    font-weight: 500;
    color: #333333;
    font-family: "notokr-regular";
    padding: 10px 0;
}

.wrap_text {
    font-size: 16px;
    line-height: 26px;
    color: #585858;
    padding-bottom: 16px;
}

.btn_icon {
    width: 35px;
    height: 35px;
    background: url(https://edu1019.shiningcorp.com/sh_img/make24/include_01/img/icon_off.png)
        no-repeat;
    margin: 0 auto;
}

.btn_icon:hover {
    background: url(https://edu1019.shiningcorp.com/sh_img/make24/include_01/img/icon_on.png)
        no-repeat;
}

.container_3 {
    width: 100%;
    background: url(https://edu1019.shiningcorp.com/sh_img/make24/include_02/img/section_bg.jpg)
        no-repeat;
}

.container3_box {
    width: 100%;
    float: left;
    height: 339px;
    font-size: 21px;
    text-align: center;
    color: #fff;
    padding: 99px;
}

.container3_title {
    font-size: 38px;
    font-weight: bold;
    padding-bottom: 10px;
    letter-spacing: -3px;
}

.container3_title > span {
    color: #f8bb00;
}
.container3_text {
    padding-bottom: 20px;
    letter-spacing: -2px;
}

.container3_box > div {
    width: 195px;
    margin: 0 auto;
}
.container3_box > div > div {
    width: 100%;
    float: left;
}

.btn_icon2 {
    float: left;
    width: 195px;
    border: 1px solid #e1e4dd;
    font-weight: bold;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 10px 0;
    transition: all 230ms;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.btn_icon2:hover {
    background-color: #f9c421;
    border: 1px solid #f9c421;
}

.container_4 {
    text-align: center;
    padding-bottom: 70px;
}

.container4_box {
    width: 100%;
    height: 270px;
    float: left;
    padding: 0 65px;
    padding-top: 70px;
}

.container4_donate {
    float: left;
    width: 278px;
}

.donate1_title {
    width: 100%;
    padding: 8px 0;
    float: left;
    border-bottom: 1px solid #adadad;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: -0.6px;
    text-align: left;
}

.donate1_title > a > span {
    bottom: 9px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    top: 0px;
    float: right;
}

.donate1_ul {
    float: left;
    width: 100%;
    padding-top: 5px;
}

.donate1_ul > li {
    float: left;
    text-align: left;
    width: 100%;
    padding: 4px 0;
}

.donate_notice {
    background: url(https://edu1019.shiningcorp.com/skin/latest/sh_basic/dot.png)
        left center no-repeat;
    padding-left: 4px;
    width: 64%;
    font-size: 15px;
}

.donate_notice > a {
    color: #8a8a8a;
    line-height: 1.7em;
    letter-spacing: 0;
    font-size: 15px;
}
.fa {
    font: normal normal normal 14px / 1 FontAwesome;
}

.donate_date {
    font-size: 13px;
    float: right;
    color: #8a8a8a;
    margin-top: 3px;
    width: 28%;
}

.container4_box > div:nth-child(2n) {
    margin-left: 53px;
}

.container4_info {
    float: left;
    margin-left: 70px;
    width: 384px;
}
.container4_info > a {
    width: 100%;
    float: left;
}
.container4_info div {
    box-sizing: content-box;
}

.info_box1 {
    overflow: hidden;
    width: 290px;
    padding: 12px 24px 12px 68px;
    border: 1px solid #e1e1e1;
    font-weight: 500px;
    font-size: 18px;
    letter-spacing: -0.6px;
    color: #333333;
    background: #fcfcfc;
    text-align: left;
}

.info_box {
    margin-top: 9px;
}
.info_text {
    float: left;
}
.info_icon {
    position: absolute;
    left: 31px;
    top: 8px;
}

.info_icon2 {
    float: right;
}

.info_box2 {
    width: 290px;
    height: 35px;
    padding: 5px 24px 10px 68px;
    border: 0;
    font-weight: 500px;
    font-size: 20px;
    color: #fff;
    background: url(https://edu1019.shiningcorp.com/sh_img/make24/include_03/img/m03_bg.jpg)
        no-repeat;
    text-align: left;
    margin-top: 9px;
}
.info2_text {
    float: left;
    padding: 5px 0px;
}
.info_tel {
    float: right;
    padding-left: 10px;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: -0.6px;
}

.footer {
    background-color: #454545;
}

.footer_box {
    width: 100%;
    float: right;
    min-width: 1070px;
    padding: 0 65px;
}

.footer_menu {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #676767;
    padding: 14px 267px;
}

.footer_menu li {
    float: left;
    font-size: 15px;
    color: #e9e9e9;
    padding: 0 25px;
}
.footer_menu li:not(:last-child) {
    background: url(https://edu1019.shiningcorp.com/sh_img/ft/ft_menu_bg.png)
        right no-repeat;
}

.footer_menu a {
    color: #e9e9e9;
}

.footer_wrap {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    padding-top: 52px;
    line-height: 140%;
}

.footer_logo {
    float: left;
    padding: 18px 0;
    padding-bottom: 70px;
    width: 276px;
}

.footer_address {
    float: left;
    width: 794px;
}

.footer_address p {
    line-height: 25px;
    color: #cacaca;
}
.footer_icon {
    position: absolute;
    right: 0;
    bottom: 37px;
}
