/* 로그인(index)페이지 CSS  */

html,
body {
    height: 100%;
    width: 100%;
    background: none;
    margin: 0px;
    padding: 0px;
    -webkit-tap-highlight-color: transparent;
    /* font-family: 'Noto Sans KR', sans-serif !important; */
    letter-spacing: -1px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

* {
    -webkit-tap-highlight-color: transparent;
    /* font-family: 'Noto Sans KR', sans-serif !important; */
    letter-spacing: -1px;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none
}

section {
    height: 100%;
    width: 100%;
}

.login-modal {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50rem;
    width: 50rem;
    background: #fff;
    z-index: 100000;
}

.modal-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99999;
}

.title {
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 1.5rem;
    color: white;
}

.container {
    background-color: rgba(54, 55, 83);
    filter: drop-shadow(1rem 1rem 1rem #adadad);
    width: 100%;
    height: 41rem;
    padding: 4rem;
    text-align: center;
    border-radius: 0.6rem;
}

.inputBox {
    width: 90%;
    height: auto;
    margin: 0 auto 0.5rem;
    text-align: right;
}

.inputBox * {
    vertical-align: middle;
}

.inputWrap {
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
}

.inputWrap>img {
    position: absolute;
    left: 0;
    bottom: 0.5rem;
}

.input {
    width: 100%;
    height: 5.5rem;
    margin: 0.5rem 0;
    text-indent: 0.5rem;
    border: none;
    background: none;
    border-bottom: 1px solid lightgray;
    font-size: 1.4rem;
    font-weight: 500;
}

.input::placeholder {
    color: lightgray;
}

.btn {
    margin-top: 4.5rem;
    width: 50%;
    height: 4rem;
    border-radius: 2rem;
    border: none;
    background: none;
    color: white;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    font-size: 1.8rem;
    cursor: pointer;
    background: linear-gradient(to right, violet, pink);
}

.main-text {
    margin: 0 auto;
    max-width: 1480px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer_left_box1 {
    display: flex;
    align-items: center;
    background: #ff7200;
    /*border-radius: 3rem;
    */
    /*padding: 29px 20px 20px 20px;
    */
    padding: 30px 30px;
    margin-right: 7rem;
    position: relative;
    border-radius: 20px 20px 0 0;
    color: white;
    /*padding: 0 20px;
    */
    /*background: lightgreen;
    */
    top: 14px;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
}


/* 
.slick-track .slick-track {
    display: none;
}

.main-bg .slick-dots {
    display: flex;
    align-content: center;
    justify-content: center;
}

.slick-dots>li {
    margin: 0 1rem;
}

.slick-dots>li>button {
    width: 5rem;
    height: 3rem;
} */

.main-bg .slick-arrow {
    position: absolute;
    bottom: -3rem;
    left: 50%;
    margin: 0 4rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.buttons {
    z-index: 100000;
    position: relative;
}

.main-bg .slick-pause,
.main-bg .slick-play {
    z-index: 100000;
    position: relative;
    cursor: pointer;
}

.main-bg .slick-prev {
    margin-right: 3rem;
}

.main-bg .slick-next {
    margin-left: 3rem;
}

.main-bg {
    position: absolute;
    /* border-radius: 0 0 50% 50%; */
    height: 800px;
    /* padding-top: 9.1rem !important; */
    width: 100;
    /* border-radius: 20%; */
    margin: 0 auto;
    left: 0;
    /* top: 62px; */
    transition: all 1.0s;
    box-shadow: 3px 4px 12px 0px rgb(0 0 0 / 9%);
    text-shadow: 3px 4px 12px rgb(0 0 0 / 9%);
    transition: visibility 1.0s linear, opacity 1.0s linear;
    -webkit-transition: visibility 1.0s linear, opacity 1.0s linear;
    -moz-transition: visibility 1.0s linear, opacity 1.0s linear;
    -ms-transition: visibility 1.0s linear, opacity 1.0s linear;
    -o-transition: visibility 1.0s linear, opacity 1.0s linear;
}

.mainimg {
    display: block;
    position: absolute;
    width: 100%;
    top: 40%;
    margin-top: -180px;
    z-index: 90;
    padding: 0 40px;
}

.active>li {
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.main-text li>a {
    /* background: url(/images/br_symbol.png) no-repeat center; */
    display: block;
    margin: 0 auto;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s;
    -o-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s;
}

.main-text li>a.color1,
.main-text li>a.color2,
.main-text li>a.color3,
.main-text li>a.color4,
.main-text li>a.color5,
.main-text li>a.color6 {
    background-color: rgba(0, 0, 0, 0.3);
    margin: 1rem 0;
    height: 25rem;
}

.main-text li {
    flex: 1 1 33.3%;
    list-style-type: none;
    padding: 0 10px;
}

.aa,
.bb,
.cc,
.dd,
.ee,
.ff {
    /*opacity: 0;
    */
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
    -ms-transform: matrix(1, 0, 0, 1, 0, 100);
    transform: matrix(1, 0, 0, 1, 0, 100);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.4s;
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.4s;
    -o-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.4s;
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.4s;
    -moz-transform: matrix(1, 0, 0, 1, 0, 100);
    -o-transform: matrix(1, 0, 0, 1, 0, 100);
}

.main-text li.on>a {
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 600px) {
    .main-text li {
        flex: 1 1 100%;
    }
}

.line {
    width: 100%;
    height: 0.1rem;
    background: #dfdfdf;
}

#header {
    top: 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    /* height: 6.5rem; */
    left: 0;
    right: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 100000;
    color: #0D1720;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    background: #fff;
}

#header_top {
    border-bottom: 1px solid #ddd;
    width: 100%;
    height: 44px;
}

#header_top .top_wrap {
    max-width: 1600px;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14.5px;
}

#header_top .header_top_title span {
    color: #2d535e;
    color: #43585e;
    font-weight: bold;
    font-size: 17px;
    font-family: 'SUIT-Medium';
    letter-spacing: 0;
    border: 2px solid #4bb256;
    border: 1.8px solid #2d535e;
    border-radius: 2rem;
    padding: 2px 10px;
}

#header_top .memu_inner {
    display: flex;
    gap: 14px;
}

#header_top .main-header-menu span {
    letter-spacing: -0.5px;
    color: #333;
    font-family: 'Nanum Gothic';
}

#fixed_header,
#login_header {
    align-items: center;
    display: flex;
    height: 6.5rem;
    margin: 0 auto;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 1.8rem;
    justify-content: space-between;
}

#fixed_header *:not(.main_logo_loginH span) {
    -webkit-tap-highlight-color: transparent;
    /* font-family: 'SUIT-Medium'; */
    font-family: 'SUIT-Regular';
}

#login_header {
    padding: 1rem 0;
}

#fixed_header {
    /* padding: 0 15px; */
    /* border-bottom: 1px solid #e7e7f0; */
    /* max-width: 1600px; */
    max-width: 1320px;
    width: 100%;
}

#fixed_header h1 {
    font-family: 'SCoreDream';
    font-weight: 500;
    color: #fff;
    font-size: 18.5px;
    letter-spacing: -0.5px;
    background: rgb(156 199 3);
    display: inline-block;
    padding: 8px 19px;
    border-radius: 4rem;
    margin-left: 1.5rem;
    margin-right: auto;
}

#m_header {
    display: none;
}

#login_menu {
    width: 30%;
    min-width: 30rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_logo_loginH {
    /* padding-right: 3.2rem; */
    line-height: 1;
    display: flex;
    align-items: center;
}


/* .main_logo_loginH span {
    font-family: 'SCoreDream' !important;
    font-weight: 500;
    font-weight: bold;
    color: #fff;
    font-size: 21px;
    letter-spacing: -0.5px;
    color: #1c2541;
    margin-left: 15px;
    font-family: 'Noto Sans KR', sans-serif;
    margin-top: -5px;
} */

.main_logo_loginH span {
    /* background: #3fffd3; */
    /* color: #1c2541; */
    /* padding: 9px 16px; */
    /* border-radius: 4rem; */
    font-family: 'SpoqaHanSansNeo-Regular';
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    letter-spacing: -0.5px;
    color: #244c74;
    margin-left: 10px;
    margin-top: -6px;
}

.mb-title {
    color: white;
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 3.0rem;
}

.mb-description {
    color: white;
    width: 100%;
    font-size: 2.0rem;
    text-align: center;
}

.mb-content {
    text-align: center;
}

.mb-content>img {
    filter: brightness(500);
    margin-bottom: 2rem;
}

.down-arrow {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -11px;
    width: 22px;
    height: 25px;
    overflow: hidden;
    z-index: 99;
}

.down-arrow img {
    max-width: 26.4rem;
    display: block;
    position: relative;
}

.myLecture {
    display: inline-block;
    cursor: pointer;
    width: 15rem;
    height: 3.5rem;
    padding: 0 0.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    line-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-shadow: 1.5px 1.5px 50px;
    animation: abc 1.5s infinite;
    -webkit-animation: abc 1.5s infinite;
    -ms-animation: abc 1.5s infinite;
    -moz-animation: abc 1.5s infinite;
}

@-webkit-keyframes abc {
    0% {
        text-shadow: 0 0 0;
    }
    50% {
        text-shadow: 1.5px 1.5px 10px;
    }
    100% {
        text-shadow: 0 0 0;
    }
}

@-webkit-keyframes txtup {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes txtup {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.talkTalk_side span {
    cursor: pointer;
}

.talk_btn {
    position: fixed;
    right: 10rem;
    transform: translateX(50%);
    bottom: 25rem;
    width: 10.5rem;
    height: 10.5rem;
    border-radius: 8rem;
    border: 0px solid #ddd;
    background-color: #23ac38;
    z-index: 9999;
    display: none;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
    cursor: pointer;
    /* filter: drop-shadow(0.5rem 0.5rem 0.5rem black); */
    -webkit-filter: drop-shadow(0.2rem 0.2rem 0.2rem black);
}

.talk_btn img {
    width: 8.5rem;
    height: auto;
}

.footer_slider {
    width: 100%;
    height: 11rem;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute !important;
    border-top: 2px solid #ffd43f;
    bottom: 0;
    z-index: 200;
    padding: 0px 12%;
    cursor: pointer;
}

.footer_slider h3 {
    font-size: 1.7rem;
}

.footer_slider .slick-list {
    width: 100%;
    height: 100%;
    background: none;
    color: white;
}

.footer_slider .slick-track {
    height: 100%;
}

.footer_slider .slick-slide {
    display: flex !important;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer_slider .slick-slide>img {
    padding-bottom: 1rem;
    filter: brightness(500);
    -webkit-filter: brightness(500);
}

.footer_slider .slick-slide:hover>img {
    box-shadow: 1px 1px 50px;
    border-radius: 50%;
    -webkit-filter: brightness(500);
    text-shadow: 1px 1px 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    animation: txtup1 0.5s infinite;
    -webkit-animation: txtup1 0.5s infinite;
    -ms-animation: txtup1 0.5s infinite;
    -moz-animation: txtup1 0.5s infinite;
}

@-webkit-keyframes txtup1 {
    0% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.8;
    }
}

@keyframes txtup1 {
    0% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.8;
    }
}

.mainSlider .slick-slide,
.mainSlider .slick-track,
.mainSlider .slick-list {
    height: 60vmin !important;
}

.mainSlider .slick-slide {
    display: block !important;
}

.mainSlider .slick-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.myLecture {
    border: 1px solid transparent;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}

.myLecture::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    width: 0%;
    height: 1px;
    background: #ffd43f;
    box-shadow: inset 0px 0px 0px #ffd43f;
    display: block;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    -moz-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    -ms-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    -o-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}

.myLecture:hover::before {
    width: 100%;
}

.myLecture::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    width: 0%;
    height: 1px;
    background: #ffd43f;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    -moz-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    -ms-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    -o-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}

.myLecture:hover::after {
    width: 100%;
}

.myLecture:hover {
    border-left: 1px solid #ffd43f;
    border-right: 1px solid #ffd43f;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.slider {
    position: relative;
    height: 100vh;
}

.slider__slides {
    z-index: 1;
    position: relative;
    height: 100%;
}

.slider__control--right {
    left: 70%;
}

.slider__control:hover {
    /* background-color: #2da6ff; */
}

.slider__control-line:nth-child(2) {
    transform: translateY(1px) rotate(-135deg);
}

.slider__control--right .slider__control-line {
    left: 37px;
    transform-origin: 1px 0;
    transform: rotate(45deg);
}

.slider__control--right .slider__control-line:nth-child(2) {
    transform: translateY(1px) rotate(135deg);
}

.slider__control-line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e2e2e2;
    transition: background-color 0.3s;
}

.slider__control:hover .slider__control-line:after {
    background-color: #fff;
}

.slide {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150vmax;
    height: 150vmax;
    transform: translate(-50%, -50%);
    /* border-radius: 50%; */
    transition: clip-path 0s 0.91s;
    clip-path: circle(30px at 120vw 30%);
}

.slide.s--prev {
    clip-path: circle(30px at 30vw 30%);
}

.slide.s--active {
    z-index: 1;
    transition: clip-path 1.3s;
    clip-path: circle(120vmax at 120vw 30%);
}

.slide.s--active.s--active-prev {
    clip-path: circle(120vmax at 30vw 30%);
}

.slide:nth-child(1) .slide__inner {
    /* background: white; */
    top: 48%;
}

.slide:nth-child(2) .slide__inner {
    /* background: white; */
    top: 48%;
}

.slide:nth-child(3) .slide__inner {
    /* background: white; */
    top: 48%;
}

.slide:nth-child(4) .slide__inner {
    background-image: url("https://data.siwonschool.com/banner/img/www/2021/03/11/bimg_src_1615450746.jpg");
}

.slide:nth-child(5) .slide__inner {
    background-image: url("https://siwon-cdn.siwonschool.com/www/event/pencourse/sec10.jpg");
    background-position-y: 6.05rem;
}

.slide__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    margin-left: -50vw;
    margin-top: -50vh;
    background-size: cover;
    background-position: center center;
}


/* .slide__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
} */

.slide__text {
    font-size: 25px;
}

.slide__text a {
    color: inherit;
}

.slide__inner img {
    position: absolute;
    max-width: 1054px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@-webkit-keyframes bbb {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    10% {
        transform: translateY(-95%);
        -webkit-transform: translateY(-95%);
        -moz-transform: translateY(-95%);
        -ms-transform: translateY(-95%);
        -o-transform: translateY(-95%);
    }
    50% {
        transform: translateY(-70%);
        -webkit-transform: translateY(-70%);
        -moz-transform: translateY(-70%);
        -ms-transform: translateY(-70%);
        -o-transform: translateY(-70%);
    }
    100% {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}

@keyframes bbb {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    10% {
        transform: translateY(-95%);
        -webkit-transform: translateY(-95%);
        -moz-transform: translateY(-95%);
        -ms-transform: translateY(-95%);
        -o-transform: translateY(-95%);
    }
    50% {
        transform: translateY(-70%);
        -webkit-transform: translateY(-70%);
        -moz-transform: translateY(-70%);
        -ms-transform: translateY(-70%);
        -o-transform: translateY(-70%);
    }
    100% {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}

.gallery-wrap>div>.item_content {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    opacity: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 37.5rem;
    padding-top: 3rem;
    top: 40%;
}

.gallery-wrap>div>.item_content:hover {
    cursor: pointer;
}

.aaa>div:nth-of-type(1)>.item_content {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.7s 1.2s;
    -webkit-transition: 0.7s 1.2s;
    -moz-transition: 0.7s 1.2s;
    -ms-transition: 0.7s 1.2s;
    -o-transition: 0.7s 1.2s;
}

.aaa>div:nth-of-type(2)>.item_content {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.7s 1.45s;
    -webkit-transition: 0.7s 1.45s;
    -moz-transition: 0.7s 1.45s;
    -ms-transition: 0.7s 1.45s;
    -o-transition: 0.7s 1.45s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.aaa>div:nth-of-type(3)>.item_content {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.7s 1.70s;
    -webkit-transition: 0.7s 1.70s;
    -moz-transition: 0.7s 1.70s;
    -ms-transition: 0.7s 1.70s;
    -o-transition: 0.7s 1.70s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.aaa>div:nth-of-type(4)>.item_content {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.7s 1.95s;
    -webkit-transition: 0.7s 1.95s;
    -moz-transition: 0.7s 1.95s;
    -ms-transition: 0.7s 1.95s;
    -o-transition: 0.7s 1.95s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.aaa>div:nth-of-type(5)>.item_content {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.7s 2.15s;
    -webkit-transition: 0.7s 2.15s;
    -moz-transition: 0.7s 2.15s;
    -ms-transition: 0.7s 2.15s;
    -o-transition: 0.7s 2.15s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.gallery-wrap>div>.item_content>.text_block {
    /* color: #fff; */
    color: rgb(24, 21, 21);
}

.gallery-wrap>div>.item_content>.text_block>.more_s1 {
    z-index: 3;
    position: absolute;
    top: 33rem;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: transparent;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    border-radius: 50%;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    transition: all 0.8s;
}

.gallery-wrap>.pageTitle {
    transform: translateY(20px);
    position: absolute;
    opacity: 0;
    /* color: #fff; */
    color: #010101;
    top: 16%;
    margin: 0 auto;
    width: 140rem;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif !important;
}

.aaa>.pageTitle {
    transform: translateY(0px);
    opacity: 1;
    transition: 0.7s 0.8s;
    -webkit-transition: 0.7s 0.8s;
    -moz-transition: 0.7s 0.8s;
    -ms-transition: 0.7s 0.8s;
    -o-transition: 0.7s 0.8s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.gallery-wrap>.pageTitle>h1 {
    font-weight: 900;
    font-size: 7rem;
    margin: 0 auto;
    text-align: center;
}

.gallery-wrap>.pageTitle>p {
    font-size: 2rem;
    letter-spacing: 0 !important;
    line-height: 28px;
    margin-top: 20px;
    font-weight: 500;
}

.gallery-wrap>div>.item_content>.text_block>.more_s1:hover {
    /* background: #01b4e5; */
    cursor: pointer;
}

.gallery-wrap>div>.item_content>.text_block>h1 {
    font-weight: 500;
    font-size: 2.5rem;
    /* margin: 2rem 0; */
    text-align: center;
    margin: 0 3rem;
}


}
.gallery-wrap>div>.item_content>.text_block>p {
    font-weight: 300;
    font-size: 1.7rem;
}
#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(http://rhqnrwhk.ecivil.or.kr/img/admin/admin_bg.png);
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    object-fit: fill;
    background-repeat: no-repeat;
    z-index: 3;
    height: 100%;
    object-fit: fill;
    padding: 10rem 2rem 30rem;
    width: 100%;
}
#section0 .layer {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 43%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#section0 {
    overflow: hidden;
}
.video_description {
    position: absolute;
    z-index: 10000000;
    left: 50%;
    text-align: center;
    margin: 0 auto;
    transform: translateX(-50%);
    bottom: 30px;
}
.video_title {
    font-size: 38px;
    font-weight: 900;
    position: relative;
    color: black;
}
.video_title::after {
    width: 250px;
    height: 5px;
    background: #ffa800;
    content: "";
    position: absolute;
    bottom: -5px;
    z-index: -1;
    left: 0;
}
.video_subtitle {
    color: black;
}
.con-ul {
    width: 1200px;
    height: 100%;
    float: left;
    text-align: center;
}
.con-ul li {
    float: left;
    margin: auto 0;
    list-style-type: none;
    display: inline-block;
}
.bt-01 {
    background-color: #000;
    color: #fff;
    border: 0px;
    width: 250px;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
}
.image_section>img {
    cursor: pointer;
    /* filter: invert(1); */
}
.image_section::before,
.image_section::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform 0.3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: "";
    pointer-events: none;
    -webkit-transition: transform 0.3s ease-out 0s;
    -moz-transition: transform 0.3s ease-out 0s;
    -ms-transition: transform 0.3s ease-out 0s;
    -o-transition: transform 0.3s ease-out 0s;
}
.image_section::before {
    transform-origin: left top;
}
.image_section::after {
    transform-origin: right bottom;
}
.item_content:hover .image_section::before,
.item_content:hover .image_section::after,
.item_content:focus .image_section::before,
.item_content:focus .image_section::after {
    transform: scale3d(1, 1, 1);
}

/* 메인 - 4번째 페이지 탭 메뉴 */
.main4Title {
    z-index: 100000;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 19%;
    left: 20%;
    transform: translateX(-50%);
    position: relative;
    display: inline-block;
    color: black;
    letter-spacing: 6px;
    font-size: 30px;
    font-weight: 900;
    font-size: 40px;
}
.main4Title>span {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 4px;
}
@keyframes toRent {
    0% {
        width: 9.2rem;
    }
    
    50% {
        width: 100%;
        left: -5px;
        margin-left: 0;
    }
    
    100% {
        left: 100%;
        margin-left: -8.8rem;
    }
}
@keyframes toSale {
    0% {
        width: 9.2rem;
        left: 100%;
        margin-left: -7.2rem;
    }
    
    50% {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    
    100% {
        width: 9.2rem;
    }
}
.full4_item {
    line-height: 30vmin;
    margin: 20px 10px 0;
    text-align: center;
    font-size: 3rem;
    border-radius: 10px;
    border: 0.2vmin solid #dcdddd;
    flex: 1 1 40vmin;
    height: 30vmin;
    margin: 1vmin;
    position: relative;
    z-index: 1;
    background: rgb(255, 255, 255, 0.9);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: black;
}
.slider-image {
    width: 100%;
    height: 100%;
}
.content_wrapper {
    display: flex;
    margin: 0 auto;
    margin: 0 110px;
    z-index: 1003;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
}

/* .full3::before {
    content: '';
    position: absolute;
    background: url(/img/clip/tablet_origin.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 11.7%;
    z-index: 100;
}
 */

/* .full3::after {
    content: '';
    position: absolute;
    background: url(/img/clip/tablet_hand.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 10000;
    bottom: -40.1%;
    right: -30.4%;
} */
.wrapper>a {
    font-size: 4rem;
    font-weight: 900;
}
.quick {
    position: fixed;
    right: 0;
    width: 100px;
    top: 93px;
    z-index: 10000;
    height: calc(100% - 93px);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.5s;
}
.quick ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.quick ul li {
    cursor: pointer;
    height: 10rem;
    position: relative;
}
.quick ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    text-align: center;
    width: 7.2rem;
    height: 7.2rem;
    opacity: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    transition: all 0.5s;
    transform: translate(-50%, -50%) scale(0.5);
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -moz-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    -o-transform: translate(-50%, -50%) scale(0.5);
}
.quick ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    display: block;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
}
.quick ul li.on:before {
    opacity: 0;
}
.quick ul li.on a {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
    background: #fff;
}

/* 퀵메뉴 */
#quick_menu {
    width: 90px;
    height: 460px;
    background: #fff;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 8%);
    border-radius: 8px 0 0 8px;
    position: fixed;
    top: 55%;
    transform: translateY(-50%);
    right: 0;
    z-index: 101;
    font-size: 14px;
    text-align: center;
}
#quick_menu ul {
    height: 100%;
}
#quick_menu ul li {
    width: 100%;
    height: calc(100% / 5);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #666;
    font-family: 'Noto Sans KR', sans-serif;
    cursor: pointer;
}
#quick_menu ul li:after {
    content: '';
    position: absolute;
    width: 30%;
    height: 1px;
    background: #ebebeb;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
#quick_menu ul li:last-child:after {
    display: none;
}
#quick_menu ul li .quick_icon,
#quick_menu ul li .quick_icon_s {
    background: #f1f1f1;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#quick_menu .quick_menu_item .quick_icon i {
    font-size: 22px;
    color: #999;
    transition: .2s;
}
#quick_menu ul li:nth-child(1):hover .quick_icon i {
    color: #4c92f1;
}
#quick_menu ul li:nth-child(2):hover .quick_icon i {
    color: #7372ff;
}
#quick_menu ul li:nth-child(3):hover .quick_icon i {
    /* color: #ffc961;
    color: #04cfdc; */
    
    color: #f5a3c2;
}
#quick_menu ul li:nth-child(4) .quick_icon i {
    font-size: 23px;
}
#quick_menu ul li:nth-child(4):hover .quick_icon i {
    color: #fa8072;
}
#quick_menu .quick_menu_sub .quick_icon_s i {
    font-size: 22px;
}
#quick_menu ul li .quick_sns .quick_icon_s {
    border-radius: 8px !important;
}
#quick_menu .kakao_cs img {
    width: 70%;
}
#quick_menu .quick_menu_sub {
    /* opacity: 0; */
    /* visibility: hidden; */
    
    display: none;
    transition: 0.3s ease;
    position: absolute;
    top: 0;
    right: 90px;
    /* width: 310px; */
    
    height: 92px;
    /* box-shadow: 0px 4px 25px rgb(0 0 0 / 7%); */
    
    font-size: 12px;
}
#quick_menu .sub_inner {
    background: #fff;
    width: calc(100% - 4px);
    height: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
}
#quick_menu .quick_file>div {
    width: 85px;
}
#quick_menu .quick_sns a {
    width: 73px;
}
#quick_menu .quick_sns .icon_fb {
    background: #385599;
}
#quick_menu .quick_sns .icon_fb i {
    font-size: 20px;
}
#quick_menu .quick_sns .icon_ig {
    background: linear-gradient( to right, #f1ce57, #e72c5e, #554f9f);
}
#quick_menu .quick_sns .icon_yt {
    background: #ff0000;
}
#quick_menu .quick_sns .quick_icon_s {
    color: #fff !important;
}
#quick_menu .quick_sns .quick_icon_s i {
    line-height: 45px;
}

/* #quick_menu .quick_menu_item .quick_icon i {
    font-size: 22px;
} */
#quick_menu .quick_menu_item.active .quick_menu_sub {
    align-items: center;
}

/* #quick_menu .quick_menu_item.active:hover .quick_menu_sub {
    display: flex !important;
} */
#quick_menu .quick_menu_sub .quick_item {
    width: 110px;
}
#quick_menu .quick_menu_sub .quick_item:last-child {
    margin-right: 11px;
}
#quick_menu .quick_menu_sub .quick_item span {
    display: block;
    line-height: 1.2;
}
#quick_menu .quick_menu_sub .quick_item span:nth-of-type(1) {
    margin-top: 3px;
    font-size: 14px !important;
    font-family: 'Pretendard-Regular';
}
#quick_menu .quick_cs {
    height: 110%;
}
#quick_menu .quick_file .quick_icon_s i,
#quick_menu .quick_cs .quick_icon_s i {
    color: #666;
}

/* top 탑버튼 */
.page_top {
    position: fixed;
    bottom: 2%;
    right: 0;
    width: 8rem;
    padding: 3.5rem 0;
    font-size: 1.28rem;
    font-family: 'Noto Sans KR', sans-serif;
    display: none;
    z-index: 100;
}
.top_btn {
    width: 50px;
    height: 50px;
    filter: none;
    -webkit-filter: none;
    z-index: 10000;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-family: 'Pretendard-Regular';
    /* color: #3196ff;
    border: 1px solid #3196ff;
    color: #ff6331;
    border: 1px solid #ff6331; */
    
    box-shadow: 3px 3px 10px rgb(0 0 0 / 8%);
    letter-spacing: 1px;
    text-align: center;
    color: #71a7d7;
    color: #418ac9;
    border: 1px solid #418ac9;
    font-size: 11.2px;
    font-weight: bold;
    background: #fff;
}
.top_btn:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 auto;
    border: 1px solid #418ac9;
    transform: rotate(-135deg);
    border-top: 0;
    border-left: 0;
    padding-top: 1px;
    margin-bottom: 1.5px;
}

/* ----------------------녹색 탑 버튼----------------------- */
.top_btn {
    width: 52px;
    height: 52px;
    border: none;
    /* background: #86af49;
    background: #3db14a; */
    
    background: #59a52e;
    border-radius: 3rem;
    /* box-shadow: 0 0 0 rgb(88 120 243 / 40%); */
    /* box-shadow: 3px 3px 10px rgb(0 0 0 / 8%); */
    
    box-shadow: 0 0 0 rgb(58 183 149 / 40%);
    animation: spreadAni 2s infinite;
    -webkit-animation: spreadAni 2s infinite;
}
.top_btn:before {
    border: 2px solid #ffff;
    width: 11px;
    height: 11px;
    margin: 5px auto 0;
    border-top: 0;
    border-left: 0;
}
@keyframes spreadAni {
    0% {
        box-shadow: 0 0 0 0 rgb(58 183 149 / 40%);
    }
    
    70% {
        box-shadow: 0 0 0 10px rgb(58 183 149 / 0%);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgb(58 183 149 / 0%);
    }
}

/* -------------------------------------------------------- */
.top_btn img {
    width: 45%;
    filter: opacity(0.5) drop-shadow(0 0 0 #eee);
}

/* .quick .on .sub{border-bottom: 2px solid #1f296c; font-weight: bold;}*/
.quick_right {
    transition-property: right;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    right: 7vmin;
}
.quick ul img {
    width: 2.5rem;
}
.quick ul li:nth-child(4) img {
    filter: invert(1) !important;
    -webkit-filter: invert(1) !important;
}
.sub>span {
    color: gray;
}
.sub>span.on {
    color: #1f296c;
    font-weight: 900;
}
.slider-image>div {
    /* border-radius: 2.5rem; */
    
    width: 100%;
    height: 100%;
    background: white;
    /*border-radius: 30px;
    */
    
    box-shadow: 5px 5px 18px -2.5px rgb(0 0 0 / 9%);
    /* -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    -ms-border-radius: 2.5rem;
    -o-border-radius: 2.5rem; */
}
.news_date {
    position: relative;
}
.news_date .date {
    width: 45px;
    text-align: center;
}
.news_date .date b {
    display: block;
    font-size: 33px;
    font-weight: 700;
    color: #0f6f39;
}
.news_date .date span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    transition: all 0.3s;
}
.news_content_wrapper {
    margin-top: 60px;
}
.news_content_wrapper>.title {
    font-size: 19.5px;
    line-height: 1.6;
    height: 3.2em;
    font-weight: 900;
    letter-spacing: -1px;
    color: #010101;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_content_wrapper>.content {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.9;
    height: 100%;
    letter-spacing: -0.6px;
    color: rgba(35, 35, 35, 0.7);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}
.slider_content_4page a {
    position: relative;
    height: 100%;
    width: 100%;
    /* border-radius: 2.5rem; */
    
    padding: 40px 40px 110px;
    display: block;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: background-color 0.3s;
    transition: border 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    -webkit-transition: border 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    -moz-transition: border 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    -ms-transition: border 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    -o-transition: border 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.slider_content_4page a:before {
    position: absolute;
    /* border-radius: 2.5rem; */
    
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news_content_wrapper>img {
    padding-bottom: 2rem;
}
.imgContent {
    margin-top: 0 !important;
}
.content_box_container {
    z-index: 90;
    box-shadow: 3px 4px 12px 0px rgb(0 0 0 / 9%);
    text-shadow: 3px 4px 12px rgb(0 0 0 / 9%);
    width: 1280px;
    height: 195px;
    border-radius: 8px;
    display: flex;
    color: #fff;
    justify-content: right;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 78%;
    padding: 0 13rem 2rem;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.content_box_container:hover {}
.content_box_container>.content_box {
    flex: 1 1 1;
    opacity: 1 !important;
    text-align: center;
    /* background: white; */
    /* border-radius: 15px; */
    
    margin: 0 1rem;
    height: fit-content;
    padding: 38px 10px 62px;
    text-align: center;
    position: relative;
    /* bottom: 6.5rem; */
    
    top: 2.5rem;
    margin: 0 2rem;
}
.content_box_container>.content_title {
    position: absolute;
    top: -20rem;
    font-size: 50px;
    text-align: center;
    font-weight: 600;
    /* filter: drop-shadow(0.2rem 0.2rem 0.2rem #adadad);
    -webkit-filter: drop-shadow(0.2rem 0.2rem 0.2rem #adadad); */
}
.content_box_container .content_img {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: no-repeat center;
    background-position: center 10px;
    background-size: 40% auto;
}
.content_box_container .content_box_title {
    font-weight: 700;
    word-break: keep-all;
    letter-spacing: -1.5px;
    /* color: #161616; */
    
    color: #fff;
    margin-top: -12rem;
    font-size: 2.5rem;
}
.content_box_container .content_box_guide {
    margin-top: 2rem;
    text-align: center;
    font-size: 18px;
    letter-spacing: -1px;
    word-break: keep-all;
    color: #161616;
    font-weight: 300;
}
.content_box_container>.content_box:hover {
    /* background-color: #108ad3; */
    /* background: #95c13c;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; */
    
    cursor: pointer;
}
.content_box_container>.content_box:hover .content_box_title,
.content_box_container>.content_box:hover .content_box_guide {
    color: white;
}
.cutton_title {
    transition: opacity 0.7s 2.0s;
    position: absolute;
    top: 15rem;
    width: 100%;
    font-family: 'NanumSquare', '돋움', Dotum, '굴림', Gulim, 'Apple SD Gothic Neo';
    font-size: 4.8rem;
    text-align: center;
    color: #1c1c1c;
    opacity: 0;
    font-weight: 700;
    /*-webkit-transition: opacity 0.7s 2.0s;
    -moz-transition: opacity 0.7s 2.0s;
    -ms-transition: opacity 0.7s 2.0s;
    -o-transition: opacity 0.7s 2.0s;
     */
    
    -webkit-transition: opacity 0.7s 2.0s;
}
.cutton_title:before {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 35px;
    height: 4px;
    margin-left: -17px;
    background: #1c1c1c;
    content: '';
}
.search_btn {
    width: 19px;
    height: 18px;
    background: url('/img/main/icon_srch_blue.png')no-repeat;
    background-size: 19px 18px;
    display: block;
    position: absolute;
    top: 50%;
    right: -58px;
    transform: translateY(-50%);
    transition-duration: 0.1s;
    /* transition-property: opacity,
    visibility;
    opacity: 0;
    visibility: hidden; */
}
#fixed_header .menu_bunch {
    line-height: 1;
}
#fixed_header .menu_bunch a {
    position: relative;
    margin: 0 1rem;
    letter-spacing: 0px;
    cursor: pointer;
}
#fixed_header .menu_bunch a>img {
    position: relative;
    top: 5px;
}
#fixed_header .menu_bunch {
    position: relative;
}

/* #fixed_header .menu_login::after {
    content: '로그인';
    position: absolute;
    bottom: -6px;
    display: inline-block;
    text-align: left;
    z-index: -1;
    left: -1px;
    width: 40px;
    font-size: 12px;
    height: 1px;
}
#fixed_header .menu_myLecture::after {
    content: '나의 강의실';
    position: absolute;
    bottom: -6px;
    display: inline-block;
    text-align: left;
    z-index: -1;
    left: -15px;
    width: 60px;
    font-size: 12px;
    height: 1px;
}
#fixed_header .menu_search::after {
    content: '검색';
    position: absolute;
    bottom: -6px;
    display: inline-block;
    text-align: left;
    z-index: -1;
    left: 1px;
    width: 40px;
    font-size: 12px;
    height: 1px;
} */
#fixed_header .menu_login:hover>img {
    transform: scale(1.25);
    transition: all 0.6s;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}
#fixed_header .menu_myLecture:hover>img {
    transform: scale(1.25);
    transition: all 0.6s;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}
#fixed_header .menu_search:hover>img {
    transform: scale(1.25);
    transition: all 0.6s;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}
#fixed_header .menu_wrapper {
    display: flex;
    /* width: 60%; */
    
    text-align: center;
}
#fixed_header .menu_wrapper>* {
    /* flex: 1 1 16.6%; */
    
    padding: 0 1.5rem !important;
    cursor: pointer;
}
#fixed_header .menu_wrapper a:last-child {
    padding-right: 0 !important;
}
#googleMap {
    overflow: hidden;
    border: 0px currentColor;
    margin: 0;
    padding: 0;
    border-image: none;
    width: 100%;
    height: 50rem;
}
.routeForUs {
    top: 16%;
    color: #222;
    letter-spacing: 0.6pt;
    font-family: 'Roboto', sans-serif;
    font-size: 5.625rem;
    text-align: center;
    font-weight: 300;
}
.addressForUs {
    position: absolute;
    bottom: 5%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
}
.addressForUs dt {
    font-family: 'Roboto', sans-serif;
    color: rgba(34, 34, 34, 0.7);
    font-weight: 400;
    margin: 0 0 7px;
}
.addressForUs dl {
    display: inline-block;
    margin-right: 100px;
    vertical-align: top;
}
.videoBox {
    padding-top: 9.1rem;
    z-index: 130;
    position: relative;
    width: 100%;
    height: 610px;
}
.videoBox video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cf {
    display: flex;
    height: 100%;
}
.cf li:nth-child(1)::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #0F88F2;
    opacity: 0.7;
}
.cf li:nth-child(2)::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #27BF0F;
    opacity: 0.7;
}
.cf li:nth-child(3)::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #F2CC0C;
    opacity: 0.7;
}
.cf li:nth-child(4)::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #F2A30F;
    opacity: 0.7;
}
.cf li:nth-child(5)::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #D90D0D;
    opacity: 0.7;
}
.cf li {
    position: relative;
    flex: 1 1 20%;
    height: 100%;
    text-align: center;
}
.cf li * {
    z-index: 2;
    color: white;
    position: relative;
    margin: 1rem 0;
}
.cf li div {
    position: absolute;
    top: 10rem;
    width: 100%;
}
.cf li button {
    outline: none;
    border: none;
    background: white;
    width: 12rem;
    height: 4rem;
    color: black;
    font-size: 20px;
    font-weight: 500;
}
.main4Title {
    /* font-family: 'twaysky' !important; */
    
    transform: translateX(-50%) !important;
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.tablet_frame {
    display: flex;
    width: 54%;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 8px;
    margin: 0 auto;
    padding: 3.45rem 3.25rem 2.8rem 3.4rem;
    position: absolute;
    z-index: 1000;
    height: 713px;
    top: 152px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.content_wrapper_dim {
    content: '';
    margin: 3.3rem 3.25rem 2.5rem 3.4rem;
    position: absolute;
    overflow: hidden;
    width: 93.5%;
    /* margin: 5rem; */
    
    border-radius: 8px;
    height: 91.7%;
    z-index: 1001;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
}
.tablet_hand {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(59.6%, 51%);
    z-index: 1002;
}
.tablet_origin {
    box-shadow: 5px 10px 15px;
    border-radius: 35px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.tablet_icon {
    position: absolute;
    top: 3.2rem;
    right: 4.8rem;
    z-index: 1002;
}
.tablet_icon * {
    vertical-align: middle;
}
.tablet_icon img.wifi {
    width: 1.3rem;
}
.tablet_icon img.battery {
    width: 1.8rem;
}
.table_icon .percent {
    font-size: 1.2rem;
    font-weight: bold;
}
.news_date,
.news_content_wrapper,
.news_content_wrapper>.title,
.news_content_wrapper>.content {
    font-family: 'MaruBuri-Regular' !important;
}
.subtitleForFull3 {
    /* font-family: 'twaysky' !important; */
    
    position: absolute;
    /* transform: translateX(-50%) !important; */
    
    position: absolute;
    writing-mode: horizontal-tb;
    display: block;
    top: 9.5rem;
    font-size: 16px;
    font-weight: 600;
    transform: translateX(50%);
    right: 50%;
    text-orientation: upright;
}
.map_frame {
    width: 82%;
    left: 50%;
    position: absolute;
    padding: 8rem;
    top: 50%;
    background: white;
    transform: translate(-50%, -50%);
    height: 77rem;
}
.full3_1 {
    position: absolute;
    top: 0;
    /* left: 1920px; */
    
    overflow: unset;
    left: 1920px;
    background: chartreuse;
    color: black;
    /* z-index: 213321; */
    
    width: 100%;
    height: 100%;
}
.full3_2 {
    position: absolute;
    top: 0;
    /* left: 1920px; */
    
    overflow: unset;
    left: 3840px;
    background: blue;
    color: black;
    /* z-index: 213321; */
    
    width: 100%;
    height: 100%;
}

/* Styled scrollbars */
.iScrollHorizontalScrollbar {
    position: absolute;
    z-index: 9999;
    height: 16px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    overflow: hidden;
}
.iScrollHorizontalScrollbar.iScrollBothScrollbars {
    right: 18px;
}
.iScrollVerticalScrollbar {
    position: absolute;
    width: 1.5vmin;
    bottom: 2px;
    top: 2px;
    right: 2px;
    overflow: hidden;
}
.iScrollVerticalScrollbar.iScrollBothScrollbars {
    bottom: 18px;
}
.iScrollVerticalScrollbar .iScrollIndicator {
    position: absolute;
    cursor: pointer;
    background: #cc3f6e;
    border-width: 1px;
    border-style: solid;
    border-color: #EB97B4 #7C2845 #7C2845 #EB97B4;
    border-radius: 0.35vmin;
    z-index: 1000000;
    width: 100%;
    background: -moz-linear-gradient(#888 0%, #bbb 100%);
    background: -webkit-linear-gradient(#888 0%, #bbb 100%);
    background: -o-linear-gradient(#888 0%, #bbb 100%);
    background: -ms-linear-gradient(#888 0%, #bbb 100%);
    background: linear-gradient(#888 0%, #bbb 100%);
    border-radius: 5px;
}

/* 스크롤이 활성화되는 섹션 -> height: fit-content */
.full2>section,
.full3>section {
    height: fit-content;
}

/* end */
.full2_intro {
    width: 100%;
    height: 100%;
    background-color: #DCF8BB;
    padding: 7rem 0;
}
.full3_intro {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: 'Noto Sans KR', sans-serif !important;
}
.full3_intro * {
    color: black;
    font-family: 'Noto Sans KR', sans-serif !important;
}
.intro_block_1 {
    width: 100%;
}
.intro_block_2 {
    max-width: 120rem;
    margin: auto;
}
.img-width {
    width: 100%;
    max-width: 1200px;
}
.company_benefit_goBtn {
    background-color: #4214c6;
    color: #e6f67a;
    border: 0px;
    width: 350px;
    height: 55px;
    font-size: 25px;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: -2px;
}
.con1 {
    width: 1000px;
    margin: auto;
    text-align: center;
}
.con1 span {
    font-size: 38px;
    font-weight: 600;
    position: relative;
}
.con1 span::after {
    width: 266px;
    height: 5px;
    background: #ffa800;
    content: "";
    position: absolute;
    bottom: -5px;
    z-index: -1;
    left: 0;
}
.con-ul {
    width: 1200px;
    height: 100%;
    float: left;
    text-align: center;
}
.con-ul li {
    float: left;
    margin: auto 0;
    list-style-type: none;
    display: inline-block;
}
.bt-01 {
    background-color: #000;
    color: #fff;
    border: 0px;
    width: 250px;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
.bt-02 {
    background-color: #2574e5;
    color: #fff;
    border: 0px;
    width: 530px;
    height: 65px;
    font-size: 26px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 23px;
    letter-spacing: -2px;
}

/* --------------container-1-------------- */
#container-1 .swiper {
    /*  메인 높이 */
    
    height: 60rem !important;
}
#container-1 .swiper-button-next,
#container-1 .swiper-button-prev {
    width: 64px !important;
    height: 64px !important;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    transform: translateY(-50%);
}
#container-1 .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '';
    background: url('/img/main/icon/btn-arrow-left.png')no-repeat center/cover !important;
    width: 100%;
    height: 100%;
}
#container-1 .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
    background: url('/img/main/icon/btn-arrow-right.png')no-repeat center/cover !important;
    width: 100%;
    height: 100%;
}
#container-1 .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 25px;
}
#container-1 .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 25px;
}
#container-1 .swiper-button-prev:before {
    content: 'Prev';
    position: absolute;
    top: 67px;
    color: rgb(255 255 255 / 75%);
}
#container-1 .swiper-button-next:before {
    content: 'Next';
    position: absolute;
    top: 67px;
    color: rgb(255 255 255 / 75%);
}
#container-1 .swiper-wrapper .swiper-slide:first-child {
    background: lemonchiffon;
}
#container-1 .swiper-wrapper .s1 {
    background-position-x: 84% !important;
}

/* --------------navigation-bar-------------- */
#navigation-bar {
    background-color: #fafafb;
}
#navigation-bar .navi-wrap {
    max-width: 1320px;
    margin: 0 auto;
}
#navigation-bar .navi-wrap ul {
    display: flex;
    background: #303640;
}
#navigation-bar .navi-wrap ul li {
    flex-basis: calc(100% / 6);
    text-align: center;
    font-family: 'SUIT-Regular';
    /* backdrop-filter: saturate(150%) blur(30px); */
    /* background: rgba(17, 17, 17, 0.50); */
    
    background: #d7d9d1;
    background: #303640;
    cursor: pointer;
    position: relative;
}
#navigation-bar .navi-wrap ul li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background: #666;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}
#navigation-bar .navi-wrap ul li:first-child:after {
    display: none;
}

/* ------------- container-edu-------------  */
#container-edu .cont-wrap {
    width: 100%;
    max-width: 1320px;
    margin: 20px auto 75px;
}
#container-edu .cont-wrap .edu-guide {
    width: 100%;
    height: fit-content;
    margin-bottom: 60px;
    display: flex;
    /* border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf; */
}
#container-edu .cont-wrap .edu-guide .curriculumWrap {
    width: 100%;
    padding-bottom: 80px;
    background: #f4f7f7;
    background: linear-gradient(to bottom, #fff, #f4f7f7);
    background: linear-gradient(to bottom, #fff 29%, #f4f7f7);
    z-index: 0;
}
#container-edu .cont-wrap .edu-guide .curriculumWrap .title_area {
    text-align: center;
    background: url('/img/main/curriculum_bg.png') no-repeat;
    padding: 80px 0 150px;
    color: #fff;
}
#container-edu .cont-wrap .edu-guide .title_area h1 {
    font-size: 4.5rem;
    letter-spacing: -1px;
    word-spacing: -2px;
    margin-bottom: 20px;
    font-family: 'Noto Sans KR', sans-serif;
}
#container-edu .cont-wrap .edu-guide .title_area p {
    font-size: 24px;
    letter-spacing: -0.5px;
    font-weight: 300;
}
#container-edu .cont-wrap .edu-guide .conBox1 {
    flex: .25;
    background-color: rgb(214, 236, 255);
    background: url('/img/main/edu-guide.jpg')no-repeat center/cover;
}
#container-edu .cont-wrap .edu-guide .conBox2 {
    flex: .55;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 86%;
    margin: -68px auto 50px;
}
#container-edu .cont-wrap .edu-guide .conBox2>div {
    margin-right: 15px;
    width: 100%;
}
#container-edu .cont-wrap .edu-guide .conBox2 .item {
    width: auto;
    height: 330px;
    background: #fff;
    border: 1px solid #c3c3c3;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    /* width: 170px;
    height: 170px;
    background: #fff;
    border: 1px solid #d4bf89;
    outline: 8px solid #fff; */
    
    padding-top: 2.2em;
    transition: all 0.3s ease;
}
#container-edu .cont-wrap .edu-guide .conBox2 .item:hover {
    /* transition: all .1s ease; */
    /* border: 1px solid #5b47ff !important; */
    /* border: 4px solid #ffd1e8; */
    
    box-shadow: 0px 5px 15px rgb(0 0 0 / 12%);
    border: currentColor;
    background-image: linear-gradient(313deg, #5fa7ffa3 -5%, #f5f7f6 78%);
}
#container-edu .cont-wrap .edu-guide .conBox2 .item p {
    text-align: center;
    line-height: 15px;
    display: block;
    width: 100%;
    height: 30px;
    margin: 2em 0 1em;
    letter-spacing: -0.5px;
    font-size: 24px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 600;
    color: #222;
}
#container-edu .cont-wrap .edu-guide .conBox2 .item p:after {
    content: '';
    display: block;
    position: relative;
    width: 18px;
    height: 2px;
    background: #222;
    margin: 25px auto;
}
#container-edu .cont-wrap .edu-guide .conBox2 .item span {
    font-size: 18px;
    color: #222;
    font-weight: 300;
    font-family: 'Noto Sans KR', sans-serif;
    text-align: center;
}
#container-edu .cont-wrap .edu-guide .conBox2>div img {
    width: 50px;
    height: 50px;
    margin-top: 1.5em;
}
#container-edu .cont-wrap .edu-guide .conBox2>div:nth-child(3) .item img {
    width: 60px;
    height: 60px;
    margin-top: 14px;
}
#container-edu .cont-wrap .edu-guide .conBox3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 86%;
    margin: 0 auto;
    border-radius: 5rem;
}
#container-edu .cont-wrap .edu-guide .conBox3 .downCont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f4f4f4;
    background-color: #ee2c49;
    background-color: #00ac4f;
    background: #009a47;
    /* ---------------------------- */
    
    width: 47%;
    background-color: #fff;
    border: 4px solid #d4bf89;
    border: 4px solid #1dc1ca;
    padding: 0 0 0 30px;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
}
#container-edu .cont-wrap .edu-guide .conBox3 .downCont:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 104%;
    background: #d4bf89;
    background: #1dc1ca;
    z-index: -1;
    left: 9px;
    top: 7px;
    border-radius: 12px;
}
#container-edu .cont-wrap .edu-guide .conBox3 .downCont:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
}
#container-edu .cont-wrap .edu-guide .conBox3 .downCont:last-child {
    /* background-color: rgb(227, 227, 227); */
    /* margin-left: 20px; */
}
#container-edu .cont-wrap .edu-guide .conBox3 .downCont:hover {}
#container-edu .cont-wrap .edu-guide .conBox3 .downCont>div {}
#container-edu .cont-wrap .edu-guide .conBox3 .downCont h3 {
    font-family: 'GmarketSansMedium';
    font-weight: 600;
    font-size: 22px;
    color: #333;
}
#container-edu .cont-wrap .edu-guide .conBox3 .downCont .icon_img {
    width: 70px;
    height: 70px;
    background: #1dc1cab5;
    text-align: center;
}
#container-edu .cont-wrap .edu-guide .conBox3 .downCont .icon_img img {
    filter: invert(1);
}

/* ---------------container-edu--------------- */

/* ---------------middle-banner--------------- */
.middle-banner {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: url(/img/main_banner/middle-banner05.jpg)no-repeat center/cover;
    position: relative;
    margin: 0px auto;
    background-attachment: fixed;
}
.middle-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}
.middle-banner>div {
    /* padding: 70px 200px 70px 75px; */
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    max-width: 1320px;
}
.middle-banner div h3 {
    /* color: #ed7100; */
    
    color: #eda400;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'NanumSquare';
}
.middle-banner div h1 {
    color: #fff;
    font-size: 28px;
    letter-spacing: .5px;
    font-family: 'Noto Sans KR', sans-serif;
}
.middle-banner div button {
    /* background: #eda400; */
    
    background: orange;
    border: none;
    z-index: 1;
    font-size: 20px;
    font-weight: bold;
    height: 48px;
    padding: 0 35px;
    border-radius: 5rem;
}
.middle-banner div button a {
    color: #fff;
    font-family: 'NanumSquare';
}

/* ---------------middle-banner--------------- */

/* ---------------container-service--------------- */
#container-service .cont-wrap {
    width: 100%;
    /* background: #edeeeb; */
    
    background: #eff6f8;
    background: #eff2f9;
}
#container-service .cont-wrap .serviceWrap {
    max-width: 1320px;
    height: fit-content;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0 110px;
}
#container-service .cont-wrap .serviceWrap h1 {
    font-size: 4.5rem;
    letter-spacing: -1px;
    word-spacing: -2px;
    margin-bottom: 20px;
    font-family: 'Pretendard-Regular';
    font-family: 'Noto Sans KR', sans-serif;
}
#container-service .cont-wrap .serviceWrap p {
    color: #61616a;
    font-size: 24px;
    letter-spacing: -0.5px;
}
#container-service .cont-wrap .serviceWrap .listCont {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    font-family: 'Malgun Gothic';
}
#container-service .cont-wrap .serviceWrap .list_wrap {
    width: 300px;
    /* border: 1px solid #ed008d; */
    /* border: 1px dashed #d4d4d4; */
    
    background: #fff;
    padding: 40px 20px 30px;
    margin-right: 30px;
    border: 1px solid #ccc;
    position: relative;
    z-index: 1;
}
#container-service .cont-wrap .serviceWrap .list_wrap:hover {
    border-color: #d0b032;
}
#container-service .cont-wrap .serviceWrap .list_wrap:before {
    border: 4px solid #d0b032;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: opacity .3s ease;
    opacity: 0;
}
#container-service .cont-wrap .serviceWrap .list_wrap:hover:before {
    opacity: 1;
}
#container-service .cont-wrap .serviceWrap .list_wrap .title_icon {
    height: 80px;
    line-height: 80px;
}
#container-service .cont-wrap .serviceWrap .list_wrap:hover .title_icon img {
    transition: transform 700ms;
}
#container-service .cont-wrap .serviceWrap .list_wrap:hover .title_icon img {
    transform: rotateY(360deg);
}
#container-service .cont-wrap .serviceWrap .list_wrap h2 {
    font-family: 'SUIT-Medium';
    font-family: 'NEXON Lv2 Gothic';
    font-weight: bold;
    margin: 0 1rem 20px 1rem;
    border-radius: 5rem;
    padding: 12px 0;
    font-size: 24px;
}
#container-service .cont-wrap .serviceWrap .list_wrap h2:before {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #d0b032;
    margin: 6px auto 24px;
}

/* #container-service .cont-wrap .serviceWrap .list_wrap:nth-of-type(2) h2 {
    background: #3bd018;
}
#container-service .cont-wrap .serviceWrap .list_wrap:nth-of-type(3) h2 {
    background: #48a5ec;
}
#container-service .cont-wrap .serviceWrap .list_wrap:nth-of-type(4) h2 {
    background: #b47601;
} */
#container-service .cont-wrap .serviceWrap .list_wrap:last-child {
    margin-right: 0;
}
#container-service .cont-wrap .serviceWrap .list_wrap ul {
    padding-left: 2rem;
}
#container-service .cont-wrap .serviceWrap .list_wrap li {
    color: #61616a;
    text-align: left;
    letter-spacing: -0.5px;
}
#container-service .cont-wrap .serviceWrap .list_wrap li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #a9a9a9;
    vertical-align: middle;
    margin-right: 7px;
    border-radius: 3rem;
}

/* ---------------container-service--------------- */

/* ---------------youtube-content--------------- */
#youtube-wrapper {
    padding: 72px 0 55px;
}
#youtube-wrapper .youtube-content {
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
}
#youtube-wrapper .youtube-content p {
    color: #6a6c6e;
    font-size: 24px;
    margin-top: 20px;
}
#youtube-wrapper .youtube-content h1 {
    font-size: 4.5rem;
    color: #222;
    letter-spacing: -1px;
    word-spacing: -2px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    z-index: 1;
}
#youtube-wrapper .youtube-content h1:before {
    content: '';
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #eedfbb;
    position: absolute;
    z-index: -1;
    margin: 0 auto;
    top: -2px;
    transform: translateX(-13px);
}
#youtube-wrapper .slick-slide {
    transition: all 300ms ease;
    margin: 10px 32px;
    height: fit-content;
    opacity: 0;
    pointer-events: none;
}
#youtube-wrapper .slick-slide div img {
    object-fit: cover;
    width: 80%;
    height: 100%;
    margin: 0 auto;
}
#youtube-wrapper .slick-slide a p {
    font-family: 'NanumSquare';
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    transform: skew(-0.1deg);
    font-size: 1.8rem;
    text-align: center;
    width: 80%;
    margin: 20px auto 0;
}
#youtube-wrapper .slick-center a p {
    /* margin-top: 45px; */
    /* width: 110%; */
    
    color: #333;
}
#youtube-wrapper .slick-container {
    margin-top: 25px;
}
#youtube-wrapper .slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#youtube-wrapper .slick-prev:hover,
#youtube-wrapper .slick-next:hover {
    /* color: transparent;
    outline: none;
    background: transparent; */
    
    opacity: .85;
}

/* #youtube-wrapper .slick-prev:hover:before,
#youtube-wrapper .slick-prev:focus:before,
#youtube-wrapper .slick-next:hover:before,
#youtube-wrapper .slick-next:focus:before {
    opacity: 1;
} */
#youtube-wrapper .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 59px);
    top: 35%;
    display: block;
    width: 35px;
    height: 35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    border-radius: 50%;
    /* background: #ffa07a; */
    
    background: #ffa500;
}
#youtube-wrapper .slick-arrow img {
    filter: invert(1);
}
#youtube-wrapper .slick-prev {
    transform: translateX(50%);
}
#youtube-wrapper .slick-next {
    right: 0;
    transform: translateX(-50%);
}
#youtube-wrapper .slick-prev,
#youtube-wrapper .slick-next {
    /* transform: translateX(0); */
}
#youtube-wrapper .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
    margin-top: 0 !important;
    padding-bottom: 15px !important;
}
#youtube-wrapper .slick-dots li {
    margin-right: 5px;
}
#youtube-wrapper .slick-dots li:last-child {
    margin: 0;
}
#youtube-wrapper .slick-dots .slick-active button {
    background: #111;
    color: transparent;
    width: 22px;
    height: 7px;
    border-radius: 1rem;
}
#youtube-wrapper .slick-dots li button {
    margin-right: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c6c6c6;
    border: none;
    color: transparent;
    overflow: hidden;
    transition: all ease;
    cursor: pointer;
}
#youtube-wrapper .slick-slide img {
    transition: all .3s;
    border: 7px solid transparent;
    outline: 1px solid #f08080;
}
#youtube-wrapper .slick-slide div {
    width: 100%;
    height: 29rem;
    transition: all 0.3s ease;
}
#youtube-wrapper .slick-slide div:hover {
    transform: translateY(-5px);
    /* box-shadow: 0 13px 20px rgb(0 0 0 / 20%); */
}
#youtube-wrapper .slick-current.slick-active.slick-center img {
    /* transform: scale(1.3); */
    /* border: 5px solid #fff;
    outline: 2px solid #b7b7b7; */
    
    border: 7px solid transparent;
    outline: 1px solid #f08080;
    transition: all;
}
#youtube-wrapper .slick-list {
    width: 100%;
    margin: 0 auto;
    /* padding-top: 4% !important; */
    
    padding: 0 !important;
}
#youtube-wrapper .slick-active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* ---------------container-2--------------- */
#container-2 .navi-wrap ul li a {
    color: #fff;
    font-size: 1.8rem;
    display: block;
    padding: 15px 0;
}
#container-2 .navi-wrap ul li.active {
    /* background-color: #1c49c7;
    background: #C71C30;
    /* background: #79c742; */
    
    background: #89af1d;
    transform: scale(1.07);
    background: #35cf41;
    border-radius: 5px;
    transition: background 0.3s ease;
    z-index: 1;
}
#container-2 .navi-wrap ul li.active:after,
#container-2 .navi-wrap ul li:hover:after {
    display: none;
}

/* --------------container-2-------------- */
#container-2 .cont-wrap {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}
#container-2 .cont-bg {
    /* background: #170c48; */
    
    background: #0c2a48;
    background: #0c1648;
    background: #010034;
    padding: 40px 0;
}
#container-2 .cont-wrap .cont-inner {
    display: flex;
    margin-bottom: 20px;
    height: 14rem;
    margin: 30px 0;
}
#container-2 .cont-wrap .cont-inner .helpline {
    width: 67%;
}
#container-2 .cont-wrap .cont-inner .helpline h1 {
    font-size: 35px;
    font-weight: bold;
    font-family: 'Noto Sans KR', sans-serif;
    /* color: #111; */
    
    color: #1b2c4d;
}
#container-2 .cont-wrap .cont-inner .helpline>p {
    font-size: 17px;
    margin: 6px 0 15px;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: 0;
}
#container-2 .cont-wrap .cont-inner .helpline ul {
    display: flex;
    height: 100%;
}
#container-2 .cont-wrap .cont-inner .helpline ul li {
    padding: 27px 3%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
}
#container-2 .cont-wrap .cont-inner .helpline ul li:nth-of-type(1) {
    width: 50%;
}
#container-2 .cont-wrap .cont-inner .helpline ul li:nth-of-type(2) {
    width: 42%;
    margin-left: 30px;
    padding: 27px 3%;
}
#container-2 .cont-wrap .cont-inner .helpline ul li>div {
    display: flex;
    width: 100%;
}
#container-2 .cont-wrap .cont-inner .helpline ul li>div:before {
    content: '';
    background: url('/img/main/icon/ico_inquiry.png')no-repeat bottom/100%;
    width: 60px;
    height: 60px;
    display: inline-block;
}
#container-2 .cont-wrap .cont-inner .helpline ul li:nth-child(2)>div:before {
    background: url('/img/main/icon/ico_support.png')no-repeat bottom/100%;
}
#container-2 .cont-wrap .cont-inner .helpline ul li .numberTitle {
    padding-left: 15px;
    text-align: left;
    display: inline-block;
}
#container-2 .cont-wrap .cont-inner .helpline ul li .csNum {
    width: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#container-2 .cont-wrap .cont-inner .helpline ul li .csNum>span {
    height: 85%;
    border-right: 1px solid #ddd;
}
#container-2 .cont-wrap .cont-inner .helpline ul li .numberTitle span {
    color: #555;
    color: #889bc5;
    font-size: 15px;
    letter-spacing: -.5px;
    font-family: 'Noto Sans KR', sans-serif;
}
#container-2 .cont-wrap .cont-inner .helpline ul li .numberTitle p {
    font-weight: bold;
    font-size: 29px;
    color: #1e2f4f;
    letter-spacing: normal;
    line-height: 1.3;
}
#container-2 .cont-wrap .cont-inner .helpline ul li .csNum p {
    font-size: 29px;
}
#container-2 .cont-wrap .cont-inner .log-in {
    width: 33%;
    display: flex;
    align-items: center;
    padding: 25px 40px;
    border: 4px double hsl(0deg 0% 67% / 30%);
    border-radius: 1rem;
    /* box-shadow: 0 5px 23px 3px hsl(0deg 0% 67% / 30%);*/
    /* box-shadow: 0 16px 16px 0 rgb(0 0 0 / 4%); */
}
#container-2 .cont-wrap .cont-inner .log-in img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
#container-2 .cont-wrap .cont-inner .log-in .user-name {
    width: 100%;
    text-align: center;
}
#container-2 .cont-wrap .cont-inner .log-in .user-name p {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-family: 'NanumSquare';
    letter-spacing: -0.5px;
    color: #202020;
    font-weight: bold;
    font-size: 1.15em;
}
#container-2 .cont-wrap .cont-inner .log-in .user-email {
    width: 100%;
    text-align: center;
    /* border-top: 1px solid #dfdede; */
}
#container-2 .cont-wrap .cont-inner .log-in .user-email:before {
    content: '';
    background: url('/img/main/icon/icon-email.png')no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.log-in .user-email p {
    padding-left: 7px;
    height: 41px;
    display: inline-block;
    font-family: 'Nanum Gothic';
    letter-spacing: -0.5px;
    color: #777;
}
#container-2 .cont-wrap .cont-inner .log-in .loginBox input {
    width: 60%;
    height: 25px;
    border: none;
    padding-left: 12px;
    font-size: 16px;
    vertical-align: middle;
    letter-spacing: 0.5px;
}
#container-2 .cont-wrap .cont-inner .log-in .loginBox input::placeholder {
    font-size: 14px;
}
#container-2 .cont-wrap .cont-inner .log-in .loginBox p {
    padding-left: 12px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-family: 'Nanum Gothic';
    letter-spacing: -0.5px;
    color: #777;
}
#container-2 .cont-wrap .cont-inner .log-in .loginBox {
    width: 100%;
    padding: 3px 0;
    padding-left: 12px;
    /* border: 1px solid #e5e5e5; */
    
    border-bottom: 1px solid #dfdede;
    text-align: left;
}
#container-2 .cont-wrap .cont-inner .log-in .login-pw {
    margin-top: 3px;
}
#container-2 .cont-wrap .cont-inner .log-in .loginBox:before {
    content: '';
    /* background: url('https://help.malgnsoft.com/common/new/images/sub/loginIco01.png')no-repeat; */
    
    background: url('/img/main/icon/login-01.png')no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
#container-2 .cont-wrap .cont-inner .log-in .login-pw:before {
    /* background: url('https://help.malgnsoft.com/common/new/images/sub/loginIco02.png')no-repeat; */
    
    background: url('/img/main/icon/login-02.png')no-repeat;
}
#container-2 .cont-wrap .cont-inner .log-in button {
    width: 10vmin;
    height: 5rem;
    margin-left: 2rem;
    background: #59a52e;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 1em;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: 0;
    cursor: pointer;
}
#container-2 .cont-wrap .cont-inner .log-in .login-util {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
#container-2 .cont-wrap .cont-inner .log-in .privacy {
    justify-content: center;
}
#container-2 .cont-wrap .cont-inner .log-in label {
    transition: all .15s linear;
}
#container-2 .cont-wrap .cont-inner .log-in label input {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: text-top;
}

/* .form-checkbox::before {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 2px;
    transition: background-color .2s ease;
    -webkit-transition: background-color .2s ease;
}
.form-checkbox::before {
    top: -2px;
    width: 15px;
    height: 15px;
}
.form-checkbox.checked::before {
    background-size: 10px auto;
}
.form-checkbox.checked::before {
    border-color: #17d0b0;
    background: #17d0b0 url('http://www.douclass.com/images/form_checkbox_default_on.png') no-repeat 50%;
} */
#container-2 .cont-wrap .cont-inner .log-in .login-util a {
    padding: 0 5px;
    color: #666;
}
#container-2 .cont-wrap .cont-inner .log-in .login-util a:nth-of-type(2) {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    padding: 0 10px;
}
#container-2 .cont-wrap .edu-guide {
    width: 100%;
    height: fit-content;
    margin-bottom: 60px;
    display: flex;
}
#container-2 .cont-wrap .edu-guide .curriculumWrap {
    width: 100%;
    /* background: linear-gradient(to bottom, #fff, #f4f7f7);
    background: linear-gradient(to bottom, #fff 29%, #f4f7f7); */
    
    z-index: 0;
}
#container-2 .cont-wrap .edu-guide .curriculumWrap .title_area {
    position: relative;
    text-align: center;
    /* background: url('/img/middle.png') no-repeat center 38%; */
    
    background: url('/img/main/title_border.png') no-repeat center;
    background-size: 99% auto;
    padding: 83px 0 140px;
    margin: 0 auto;
    color: #fff;
    filter: hue-rotate(133deg);
    filter: hue-rotate(123deg);
    filter: hue-rotate(110deg);
}
#container-2 .cont-wrap .edu-guide .curriculumWrap .title_area:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#container-2 .cont-wrap .edu-guide .title_area h1 {
    letter-spacing: -1px;
    word-spacing: -2px;
    font-size: 8.5rem;
    margin-bottom: 0;
    margin-top: 5rem;
    text-indent: -20px;
    font-family: 'GmarketSansBold';
}
#container-2 .cont-wrap .edu-guide .title_area p {
    font-size: 2.8rem;
    font-weight: 300;
    color: #fff;
    transform: translateX(-50%);
    font-family: 'GmarketSansMedium';
    letter-spacing: 2px;
    position: absolute;
    left: 50%;
}
#container-2 .cont-wrap .edu-guide .title_area p:nth-of-type(1) {
    top: 6.8rem;
}
#container-2 .cont-wrap .edu-guide .title_area p:last-child {
    color: #ea7f00;
    letter-spacing: 8px;
    bottom: 6rem;
}
#container-2 .cont-wrap .edu-guide .curriculumWrap>p {
    font-size: 2.8rem;
    color: #cfcfcf;
    position: relative;
    bottom: 25px;
    letter-spacing: 0;
    font-family: 'IBMPlexSansKR-Regular';
    font-style: italic;
}
#container-2 .cont-wrap .edu-guide .conBox1 {
    flex: .25;
    background-color: rgb(214, 236, 255);
    background: url('/img/main/edu-guide.jpg')no-repeat center/cover;
}
#container-2 .cont-wrap .edu-guide .conBox2 {
    flex: .55;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    flex-wrap: wrap;
    /* background: #170c48; */
    
    margin: 40px auto 0;
}
#container-2 .cont-wrap .edu-guide .conBox2>div {
    margin-right: 0.25%;
    margin-bottom: 0.25%;
    width: 24.751%;
}
#container-2 .cont-wrap .edu-guide .conBox2 .edu-item:first-of-type .item {
    border-radius: 25px 0 0 0;
}
#container-2 .cont-wrap .edu-guide .conBox2 .edu-item:last-of-type .item {
    border-radius: 0 0 25px 0;
}
#container-2 .cont-wrap .edu-guide .conBox2 .edu-item:nth-of-type(4) .item {
    border-radius: 0 25px 0 0;
}
#container-2 .cont-wrap .edu-guide .conBox2 .edu-item:nth-of-type(21) .item {
    border-radius: 0 0 0 25px;
}
#container-2 .cont-wrap .edu-guide .conBox2>div:nth-of-type(4n) {
    margin-right: 0;
}
#container-2 .cont-wrap .edu-guide .conBox2 .item {
    width: auto;
    height: 300px;
    background: #ffd900;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: background 0.3s;
}
#container-2 .cont-wrap .edu-guide .conBox2 .item:hover {
    box-shadow: 0px 5px 15px rgb(0 0 0 / 12%);
    border: currentColor;
    background: #00e1fff5;
}
#container-2 .cont-wrap .edu-guide .conBox2 .item:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
#container-2 .cont-wrap .edu-guide .conBox2 .item:hover p {
    color: #fff;
    transition: 0.1s ease;
}
#container-2 .cont-wrap .edu-guide .conBox2 .item:hover .edu_img {
    visibility: hidden;
}
#container-2 .cont-wrap .edu-guide .conBox2 .item .edu_arrow {
    position: absolute;
    transform: translate(-50%, calc(-50% + 10px));
    left: 50%;
    top: 50%;
    max-width: unset !important;
}
#container-2 .cont-wrap .edu-guide .conBox2 .item p {
    text-align: center;
    display: block;
    width: 100%;
    letter-spacing: -0.5px;
    line-height: 30px;
    font-size: 24px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 600;
    color: #222;
}
#container-2 .cont-wrap .edu-guide .conBox2 .item span {
    font-size: 18px;
    color: #222;
    font-weight: 300;
    font-family: 'Noto Sans KR', sans-serif;
    text-align: center;
}
#container-2 .cont-wrap .edu-guide .conBox2>div .edu_img {
    width: 50px;
    height: 50px;
    margin-bottom: 2rem;
    filter: invert(1);
}
#container-2 .cont-wrap .edu-guide .conBox2>div:last-of-type {
    margin-right: 0;
}
#container-2 .cont-wrap .edu-guide .conBox3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 86%;
    margin: 7vmin auto 0;
    border-radius: 5rem;
}
#container-2 .cont-wrap .edu-guide .conBox3 .downCont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 15px 50px; */
    
    background-color: #f4f4f4;
    width: 100%;
    /* border-radius: 3em; */
    
    background-color: #ee2c49;
    background-color: #00ac4f;
    background: #009a47;
    /* ---------------------------- */
    
    width: 47%;
    background-color: #fff;
    border: 4px solid #d4bf89;
    border: 4px solid #1dc1ca;
    padding: 0 0 0 30px;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
}
#container-2 .cont-wrap .edu-guide .conBox3 .downCont:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 104%;
    background: #d4bf89;
    background: #1dc1ca;
    z-index: -1;
    left: 9px;
    top: 7px;
    border-radius: 12px;
}
#container-2 .cont-wrap .edu-guide .conBox3 .downCont:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
}
#container-2 .cont-wrap .edu-guide .conBox3 .downCont:last-child {
    /* background-color: rgb(227, 227, 227); */
    /* margin-left: 20px; */
}
#container-2 .cont-wrap .edu-guide .conBox3 .downCont:hover {}
#container-2 .cont-wrap .edu-guide .conBox3 .downCont>div {}
#container-2 .cont-wrap .edu-guide .conBox3 .downCont h3 {
    /* font-family: 'SUIT-Medium'; */
    /* margin-bottom: 7px; */
    
    font-family: 'GmarketSansMedium';
    font-weight: 600;
    font-size: 22px;
    color: #333;
}
#container-2 .cont-wrap .edu-guide .conBox3 .downCont .icon_img {
    width: 70px;
    height: 70px;
    /* background: #d4bf89b8; */
    
    background: #1dc1cab5;
    text-align: center;
}
#container-2 .cont-wrap .edu-guide .conBox3 .downCont .icon_img img {
    filter: invert(1);
}
#container-3 {
    padding: 4rem 0;
    /* background: #eff4f0; */
    
    background: #f7f7f7;
}
#container-3 .cont-wrap {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

/* ---------------------------------------------------------- */
#container-3 .multipleContents {
    width: 100%;
    /* height: 350px; */
    
    display: flex;
}
#container-3 .multipleContents .blogWrap {
    display: flex;
    flex-direction: column;
    flex: 0.8;
    overflow: hidden;
}
#container-3 .multipleContents .blogWrap .titleSection {
    padding: 10px 0;
    cursor: pointer;
    border-radius: 3rem;
    position: relative;
    font-family: 'SUIT-Medium';
    font-size: 20px;
    color: #191919;
    display: flex;
    justify-content: space-between;
}
#container-3 .multipleContents .blogWrap .titleSection .controlBtn {
    display: flex;
    align-items: center;
}
#container-3 .multipleContents .blogWrap .titleSection .controlBtn .paging-counter {
    width: 60px;
    text-align: center;
    font-family: 'GmarketSansMedium';
}
#container-3 .multipleContents .blogWrap .titleSection .controlBtn>div {
    margin-right: 15px;
    font-size: 18px;
}
#container-3 .multipleContents .blogWrap .titleSection .controlBtn .arrowL,
.arrowR {
    background: url('/img/main/icon/arrowL.png')no-repeat;
    width: 30px;
    height: 10px;
}
#container-3 .multipleContents .blogWrap .titleSection .controlBtn .arrowR {
    margin-right: 5px;
    background: url('/img/main/icon/arrowR.png')no-repeat;
}
#container-3 .multipleContents .blogWrap .titleSection .controlBtn .currentPage {
    color: #006940;
    font-weight: bold;
}
#container-3 .multipleContents .blogTitle {
    background-image: url('https://cphinf.pstatic.net/mooc/20201215_229/1608027977378cSAmK_PNG/q_box_bg_02_new.png?type=ff252_286');
    height: 100%;
    color: #fff;
    padding: 20px 17px;
    width: 280px;
    margin-right: 15px;
}
#container-3 .multipleContents .blogTitle h1 {
    font-size: 2.8rem;
    font-weight: bold;
    font-family: 'SUIT-Regular';
}
#container-3 .multipleContents .blogTitle p {
    line-height: 1.4;
    margin-top: 10px;
    font-family: 'Nanum Gothic';
}
#container-3 .multipleContents .blogCont:first-child {
    /* margin-right: 17px; */
}
#container-3 .multipleContents .blogCont {
    height: 300px;
    background-color: #fff;
    border: 1px solid #dee3eb;
    border: 1px solid #e8e8e8;
    /* box-shadow: 0 16px 16px 0 rgb(0 0 0 / 4%); */
    
    border-radius: 10px;
    overflow: hidden;
}
#container-3 .multipleContents .blogCont a {
    display: flex;
    height: 100%;
}
#container-3 .multipleContents .blogCont a:hover {
    cursor: pointer;
}
#container-3 .multipleContents .blogCont .blogTxt {
    padding: 24px 17px;
    width: 100%;
}
#container-3 .multipleContents .blogCont .blogTxt span {
    color: #00c68e;
    font-size: 11px;
    font-family: 'GmarketSansMedium';
    font-weight: bold;
    padding: 15px 0 10px;
    display: block;
    letter-spacing: 0;
}
#container-3 .multipleContents .blogCont .subTitle {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-family: 'NanumSquare';
    color: #333;
    line-height: 1.3;
}
#container-3 .multipleContents .blogCont .bannerImg {
    width: 100%;
}
#container-3 .multipleContents .blogCont .bannerImg img {
    width: 100%;
}
#container-3 .multipleContents .blogCont p.text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #787878;
    overflow: hidden;
    line-height: 1.25;
    font-family: 'NanumSquare';
    transform: skew(-0.1deg);
    margin: 20px 0;
    letter-spacing: -0.5px;
    font-size: 17px;
}
#container-3 .multipleContents .blogCont p.date {
    color: #999;
    font-family: 'NanumSquare';
    text-align: right;
    padding-top: 20px;
    font-size: 17px;
}
#container-3 .multipleContents .boardBox {
    width: 100%;
    border-bottom: 1px solid #ddd;
}
#container-3 .multipleContents .board-left {
    margin-right: 60px;
    background: #fff;
    padding: 0 20px;
    width: 52%;
    border: 2px dotted #ddd;
}
#container-3 .multipleContents .board-right {
    /* border: 2px dotted #ddd; */
    /* padding: 10px 20px; */
    
    width: 48%;
}
#container-3 .multipleContents .boardBox ul.boardTab {
    display: flex;
    position: relative;
}
#container-3 .multipleContents .boardBox ul.boardTab:before,
#container-3 ul.titleSection:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background: #e2e6eb;
}
#container-3 .multipleContents .boardBox ul.boardTab .on,
#container-3 ul.boardTab .active {
    color: #006940 !important;
}
#container-3 .multipleContents .boardBox ul.boardTab li {
    text-align: center;
    padding: 13px 30px 10px;
    cursor: pointer;
    border-radius: 3rem;
    /* font-family: 'GmarketSansMedium'; */
    
    font-family: 'SUIT-Medium';
    position: relative;
    font-size: 20.5px;
    color: #191919;
}
#container-3 .multipleContents .boardBox ul.boardTab li:before {
    content: '';
    display: none;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #006940;
}
#container-3 .multipleContents .boardBox ul li.active:before {
    display: block !important;
}
#container-3 .multipleContents .boardBox ul.boardTab li:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 9px;
    background: #d6d6d6;
    transform: translateY(-50%);
}
#container-3 .multipleContents .boardBox ul.boardTab li:last-child:after {
    display: none;
}
#container-3 .multipleContents .boardBox ul.boardTab li.on:before {
    display: block !important;
}
#container-3 .multipleContents .boardBox .main_tab {
    position: relative;
    min-height: 320px;
}
#container-3 .multipleContents .boardBox .main_tab .boardCont {
    position: absolute;
    display: none;
    width: 100%;
    height: 300px;
}
#container-3 .multipleContents .boardBox .tab_menu_on {
    display: block !important;
}
#container-3 .multipleContents .boardBox .boardCont {
    padding-top: 25px;
}
#container-3 .multipleContents .boardBox .boardCont ul>li:first-child {
    padding: 0 30px;
    background: #f9f9f9;
    margin-bottom: 16px;
}
#container-3 .multipleContents .boardBox .boardCont ul>li:first-child a>div {
    margin-top: 10px;
    max-width: 100%;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: -.5px;
}
#container-3 .multipleContents .boardBox .boardCont ul>li:first-child a:before {
    display: none;
}
#container-3 .multipleContents .boardBox .boardCont ul>li:first-child a {
    padding: 29px 76px 29px 0;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
}
#container-3 .multipleContents .boardBox .boardCont li {
    margin: 0 0 15px 0;
    padding: 5px 30px;
    min-height: 28px;
    line-height: 28px;
}
#container-3 .multipleContents .boardBox .boardCont li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 4px;
    height: 4px;
    background: #343434;
    border-radius: 50%;
}
#container-3 .multipleContents .boardBox .boardCont li a {
    display: block;
    color: #333;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 17px;
    padding-left: 12px;
    font-family: 'SUIT-Regular';
    position: relative;
}
#container-3 .multipleContents .boardBox .boardCont li a:hover {
    font-weight: bold;
}
#container-3 .multipleContents .boardBox .boardCont .more {
    position: absolute;
    top: -39px;
    right: 0;
    font-size: 16px;
    color: #787878;
    font-family: 'Nanum Gothic';
    font-family: 'SUIT-Regular';
}
#container-3 .multipleContents .boardBox .boardCont .plus {
    font-size: 17px;
}
#container-3 .multipleContents .boardBox .boardCont .more span:before {}

/* --------------container-3-------------- */
#container-2 .cont-wrap .serviceWrap {
    max-width: 1320px;
    height: fit-content;
    margin: 0 auto;
    text-align: center;
    padding: 110px 0 120px;
}
#container-2 .cont-wrap .serviceWrap h1 {
    font-size: 4.4rem;
    letter-spacing: -1px;
    word-spacing: -2px;
    margin-bottom: 20px;
    font-family: 'Pretendard-Regular';
    font-family: 'Noto Sans KR', sans-serif;
}
#container-2 .cont-wrap .serviceWrap p {
    color: #61616a;
    font-size: 20px;
    letter-spacing: -0.5px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
}
#container-2 .cont-wrap .serviceWrap .listCont {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    font-family: 'Malgun Gothic';
}
#container-2 .cont-wrap .serviceWrap .list_wrap {
    width: 300px;
    /* border: 1px solid #ed008d; */
    /* border: 1px dashed #d4d4d4; */
    
    background: #fff;
    padding: 40px 20px 30px;
    margin-right: 30px;
    border: 1px solid #ccc;
    position: relative;
    z-index: 1;
}
#container-2 .cont-wrap .serviceWrap .list_wrap:hover {
    border-color: #d0b032;
}
#container-2 .cont-wrap .serviceWrap .list_wrap:before {
    border: 4px solid #d0b032;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: opacity .3s ease;
    opacity: 0;
}
#container-2 .cont-wrap .serviceWrap .list_wrap:hover:before {
    opacity: 1;
}
#container-2 .cont-wrap .serviceWrap .list_wrap .title_icon {
    height: 80px;
    line-height: 80px;
}
#container-2 .cont-wrap .serviceWrap .list_wrap:hover .title_icon img {
    transition: transform 700ms;
}
#container-2 .cont-wrap .serviceWrap .list_wrap:hover .title_icon img {
    transform: rotateY(360deg);
}
#container-2 .cont-wrap .serviceWrap .list_wrap h2 {
    font-family: 'SUIT-Medium';
    font-family: 'NEXON Lv2 Gothic';
    font-weight: bold;
    margin: 0 1rem 20px 1rem;
    /* color: #6e6e6e; */
    
    border-radius: 5rem;
    padding: 12px 0;
    /* background: #ebc51b; */
    
    font-size: 24px;
}
#container-2 .cont-wrap .serviceWrap .list_wrap h2:before {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #d0b032;
    margin: 6px auto 24px;
}

/* #container-2 .cont-wrap .serviceWrap .list_wrap:nth-of-type(2) h2 {
    background: #3bd018;
}
#container-2 .cont-wrap .serviceWrap .list_wrap:nth-of-type(3) h2 {
    background: #48a5ec;
}
#container-2 .cont-wrap .serviceWrap .list_wrap:nth-of-type(4) h2 {
    background: #b47601;
} */
#container-2 .cont-wrap .serviceWrap .list_wrap:last-child {
    margin-right: 0;
}
#container-2 .cont-wrap .serviceWrap .list_wrap ul {
    padding-left: 2rem;
}
#container-2 .cont-wrap .serviceWrap .list_wrap li {
    color: #61616a;
    text-align: left;
    letter-spacing: -0.5px;
}
#container-2 .cont-wrap .serviceWrap .list_wrap li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #a9a9a9;
    vertical-align: middle;
    margin-right: 7px;
    border-radius: 3rem;
}
#container-2 .cont-wrap .middle-banner {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: url(/img/main_banner/middle-banner05.jpg)no-repeat center/cover;
    position: relative;
    margin: 0px auto 100px;
    background-attachment: fixed;
}
#container-2 .cont-wrap .middle-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}
.middle-banner>div {
    /* padding: 70px 200px 70px 75px; */
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    max-width: 1320px;
}
.middle-banner div h3 {
    /* color: #ed7100; */
    
    color: #eda400;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'NanumSquare';
}
.middle-banner div h1 {
    color: #fff;
    font-size: 28px;
    /* line-height: 64px; 
    font-weight: 700;
    font-family: 'S-CoreDream-4Regular'; */
    
    letter-spacing: .5px;
    font-family: 'Noto Sans KR', sans-serif;
}
.middle-banner div button {
    /* background: #eda400; */
    
    background: orange;
    border: none;
    z-index: 1;
    font-size: 20px;
    font-weight: bold;
    height: 48px;
    padding: 0 35px;
    border-radius: 5rem;
}
.middle-banner div button a {
    color: #fff;
    font-family: 'NanumSquare';
}
#slider-div {
    max-width: 1320px;
    margin: 0 auto;
}

/* -----------------수강신청------------------------- */
#container-course .cont-wrap {
    width: 100%;
    max-width: 1320px;
    margin: 5.5rem auto 7rem;
    text-align: center;
}
#container-course .cont-wrap .edu_title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vmin;
}
#container-course .edu_title p {
    font-family: 'NotoKrM';
    border-top: 3px solid;
    border-bottom: 3px solid;
    border-left: 0;
    border-right: 0;
    border-style: double;
    /* color: #0eb3d3;*/
    /* color: #2fa599; */
    
    border: none;
    border-radius: 3rem;
    background: linear-gradient(to right, #3eacdb, #7edfb9);
}
#container-course .cont-wrap p:before {
    /* content: ''; */
    
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #eedfbb;
    position: absolute;
    z-index: -1;
    margin: 0 auto;
    top: -3px;
    transform: translateX(-10px);
}
#container-course .edu_title p>span {
    height: auto;
    display: inline-block;
    color: #fff;
    padding: 0 15px 0 15.5px;
    font-size: 23px;
    letter-spacing: 0.5px;
}
#container-course .cont-wrap h1 {
    font-size: 36px;
    color: #222;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    margin-top: -0.8vmin;
    letter-spacing: -2px;
}
#container-course ul.list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 9vmin 10px;
    margin-top: 10vmin;
}
#container-course ul.list-wrap li {
    width: calc(100% / 3 - 10px);
    text-align: center;
    border: 1px solid #90a2bc;
    border-radius: 1.5vmin 1.5vmin 1vmin 1vmin;
    border-color: #ddd;
    transition: 0.3s;
}
#container-course ul.list-wrap li:hover {
    border-color: #4aaf98;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 12%);
}
#container-course ul.list-wrap li .list-title:before {
    position: absolute;
    content: '';
    width: 10vmin;
    height: 10vmin;
    border-radius: 50%;
    top: -6vmin;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 5px 15px rgb(0 0 0 / 7%);
}
#container-course ul li .list01:before {
    background: #d5eaff url('/img/main/icon/curri_icon01.png')no-repeat center/59%;
}
#container-course ul li .list02:before {
    background: #ffe4e4 url('/img/main/icon/curri_icon02.png')no-repeat center/62%;
}
#container-course ul li .list03:before {
    background: #d9ffd6 url('/img/main/icon/curri_icon03.png')no-repeat center/48%;
}
#container-course ul li .list04:before {
    background: #ffdf98 url('/img/main/icon/curri_icon04.png')no-repeat center/50%;
}
#container-course ul li .list05:before {
    background: #ced4ff url('/img/main/icon/curri_icon05.png')no-repeat center/63%;
    background-color: #e4deff;
}
#container-course ul li .list06:before {
    background: #98f1ff url('/img/main/icon/curri_icon06.png')no-repeat center/55%;
}
#container-course ul.list-wrap li .list06:after {
    content: '\bb34\c0c1';
    font-size: 0.7em;
    position: relative;
    top: -2px;
    color: #ffff37;
    border: 2px solid;
    border-radius: 4vmin;
    padding: 2px 10px;
    font-family: 'SUIT-Medium';
}
#container-course ul.list-wrap li .list-title {
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 3rem;
    padding: 4vmin 0 2vmin;
    /* background: #009bc9; */
    /* background: #354974; */
    /* background: #209d80; */
    
    background: #28856f;
    color: #fff;
    position: relative;
    border-radius: 1vmin 1vmin 0 0;
    font-weight: bold;
    letter-spacing: 0;
}
#container-course ul.list-wrap li .list-title b {
    color: #ffff37;
    font-size: 0.92em;
    position: relative;
    margin-right: 2vmin;
    font-family: 'SUIT-Medium';
}
#container-course ul.list-wrap li .list-title b:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 2vmin;
    background: #ffffffcc;
    top: 53%;
    right: -1.8vmin;
    transform: translateY(-50%);
}
#container-course ul.list-wrap li .list-bottom {
    padding: 0 28px;
    text-align: left;
    margin: 24px 0;
}
#container-course ul.list-wrap li .list-bottom h3 {
    background: #f1f1f1 url('/img/main/txt_deco.png')no-repeat 4% center/5%;
    color: #202020;
    border-radius: 5px;
    padding: 12px 14px 12px 4rem;
    margin: 8px 0;
    font-size: 2.05vmin;
    font-family: 'SpoqaHanSansNeo-Regular';
    position: relative;
    filter: hue-rotate(85deg);
    transition: 0.3s;
    cursor: pointer;
}
#container-course ul.list-wrap li .list-bottom h3:hover {
    background-color: #cfffeb;
}
#container-course ul.list-wrap li .list-bottom .letter-p {
    background-position-y: 27%;
}

/* #container-course ul.list-wrap li .list-bottom h3:before {
    position: absolute;
    content: '\f04b';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    background: #59a52e;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1px;
    padding: 5px 0 0 2px;
    width: 2.1vmin;
    height: 2.1vmin;
    border-radius: 50%;
    text-align: center;
    color: #fff;
} */
#container-course ul.list-wrap li .list-bottom h3>p {
    color: #385de2;
    letter-spacing: 0;
    font-weight: bold;
    filter: hue-rotate(-85deg);
}
#container-course .list-img {
    /* background: #f8f8f8; */
    
    background: #f3f3f3;
    padding: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}
#container-course .list-img img:hover {
    cursor: pointer;
    box-shadow: 6px 6px 18px 0 rgb(0 0 0 / 16%);
    -webkit-box-shadow: 6px 6px 18px 0 rgb(0 0 0 / 16%);
}
#container-course .list-img img {
    box-shadow: 6px 6px 18px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 6px 6px 18px 0 rgb(0 0 0 / 10%);
    border: 1px solid #a5a5a5;
}
#container-course ul.list-wrap span {
    font-size: 20px;
    color: #111;
    font-family: 'SUIT-Medium';
}

/* ------------------------------------------------- */
#container-2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #303640;
}
#container-4 {
    /* background: #eff4f0;
    background: #dde8fb;
    background: #f5f8ff;
    background: #f5f8ffe0; */
    /* transition: all 400ms linear; */
    
    position: relative;
}
#container-4:after {
    /* content: ''; */
    
    background: #f5f8ff url('/img/main/blog_bg.png')no-repeat left/cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
}
#container-4 .cont-wrap {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 5.5rem 0 6rem;
    text-align: center;
}

/* ------------------------------------ */
#container-4 .swiper-container {
    width: 100%;
    margin: 0 auto;
    padding: 2vmin 0 3vmin;
}
#container-4 .swiper-slide {
    transform: scale(0.9);
    /* width: 350px !important; */
    /* transition: all 400ms linear; */
    
    transition: all 0.3s ease;
}
#container-4 .swiper-slide:hover {
    transform: scale(0.9) translateY(-10px);
    transition: all 0.3s ease;
}
#container-4 .swiper-slide-active:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease;
    /* box-shadow: 0 13px 20px rgb(0 0 0 / 20%); */
}
#container-4 .swiper-slide:not(.swiper-slide-next,
.swiper-slide-prev,
.swiper-slide-active) {
    filter: opacity(0.75);
    /* margin: 0 0.5vmin; */
}
#container-4 .swiper-slide-next,
#container-4 .swiper-slide-prev,
#container-4 .swiper-slide-active {
    /* margin: 0 1vmin; */
}
#container-4 .swiper-slide-active {
    transform: scale(1);
    z-index: 10;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 15%) !important;
    filter: opacity(1);
}
#container-4 .swiper-slide-active .subTitle {
    /* -webkit-line-clamp: 2 !important; */
}
#container-4 .swiper-button-next,
#container-4 .swiper-button-prev {
    width: 64px !important;
    height: 64px !important;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    background: rgb(91 138 187 / 81%);
    background: rgb(159 223 214 / 90%);
    background: rgb(132 145 153 / 90%);
    background: rgb(114 173 207 / 90%);
    top: 48%;
}
#container-4 .swiper-button-prev {
    left: 12vmin !important;
}
#container-4 .swiper-button-next {
    right: 12vmin !important;
}
#container-4 .swiper-button-prev:after,
#container-4 .swiper-rtl .swiper-button-next:after,
#container-4 .swiper-button-next:after,
#container-4 .swiper-rtl .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}
#container-4 .blogWrap {
    display: flex;
    flex-direction: column;
    flex: 0.8;
    overflow: hidden;
}
#container-4 .blogWrap .titleSection {
    padding-bottom: 10px;
    border-radius: 3rem;
    position: relative;
    font-family: 'SUIT-Medium';
    font-size: 20px;
    color: #191919;
    display: flex;
    justify-content: space-between;
}
#container-4 .blogWrap .titleSection .controlBtn {
    display: flex;
    align-items: center;
    cursor: pointer;
}
#container-4 .blogWrap .titleSection .controlBtn .paging-counter {
    min-width: 60px;
    text-align: center;
    font-family: 'GmarketSansMedium';
}
#container-4 .blogWrap .titleSection .controlBtn>div {
    margin-right: 15px;
    font-size: 22px;
}
#container-4 .blogWrap .titleSection .controlBtn .arrowL,
.arrowR {
    background: url('/img/main/icon/arrowL.png')no-repeat;
    width: 30px;
    height: 10px;
}
#container-4 .blogWrap .titleSection .controlBtn .arrowR {
    margin-right: 0;
    background: url('/img/main/icon/arrowR.png')no-repeat;
}
#container-4 .blogWrap .titleSection .controlBtn .currentPage {
    color: #006940;
    font-weight: bold;
}
#container-4 .blogTitle {
    background-image: url('https://cphinf.pstatic.net/mooc/20201215_229/1608027977378cSAmK_PNG/q_box_bg_02_new.png?type=ff252_286');
    height: 100%;
    color: #fff;
    padding: 20px 17px;
    width: 280px;
    margin-right: 15px;
}
#container-4 .cont-wrap h1 {
    font-size: 4rem;
    color: #222;
    letter-spacing: -1px;
    word-spacing: -2px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    z-index: 1;
}
#container-4 .cont-wrap h1:before {
    content: '';
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #eedfbb;
    position: absolute;
    z-index: -1;
    margin: 0 auto;
    top: -2px;
    transform: translateX(-13px);
}
#container-4 ul.titleSection:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 1px;
    /* background: #e2e6eb; */
}
#container-4 .blogCont {
    background-color: #fff;
    border: 1px solid #dee3eb;
    border: 1px solid #e8e8e8;
    border: 1px solid #e2e2e2;
    box-shadow: 0 16px 16px 0 rgb(0 0 0 / 4%);
    border-radius: 10px;
    overflow: hidden;
}
#container-4 .blogCont a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
#container-4 .blogCont a:hover {
    cursor: pointer;
}
#container-4 .blogCont .blogTxt {
    padding: 10px 17px;
    width: 100%;
    background: #fff;
}
#container-4 .blogCont .blogTxt span {
    color: #00c68e;
    font-size: 11px;
    font-family: 'GmarketSansMedium';
    font-weight: bold;
    padding: 15px 0 10px;
    display: block;
    letter-spacing: 0;
}
#container-4 .blogCont .subTitle {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-family: 'SUIT-Regular';
    color: #333;
    line-height: 1.3;
}
#container-4 .blogCont .bannerImg img {
    width: 100%;
}
#container-4 .blogCont p.text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #787878;
    overflow: hidden;
    line-height: 1.25;
    font-family: 'NanumSquare';
    transform: skew(-0.1deg);
    margin: 20px 0;
    letter-spacing: -0.5px;
    font-size: 17px;
}
#container-4 .blogCont p.date {
    color: #999;
    font-family: 'NanumSquare';
    text-align: right;
    padding-top: 20px;
    font-size: 16px;
}

/* ------------------------------------ */
#container-5 {
    /* background: url('/img/main/bg-img01.jpg')no-repeat; */
    
    background: url('/img/main/award.jpg')no-repeat center;
    height: 350px;
}
#container-5 .cont-wrap {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 45px 0;
    text-align: center;
}
#container-5 .cont-wrap>h1 {
    font-size: 4rem;
    color: #fff;
    letter-spacing: -1px;
    word-spacing: -2px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    display: none;
    /* 
    position: absolute;
    top: 100%;
    left: 0;
    */
}
#container-5 .cont-wrap ul {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 25px auto 0;
    display: none;
}
#container-5 .cont-wrap ul li {
    width: 31.5%;
    /* border: 1px solid #ddd; */
    
    margin: 13px auto;
    padding: 16px 0 13px;
    background: #fff;
}
#container-5 .cont-wrap ul li img {
    width: 65%;
}

/* --------------------container-cs------------------ */
#container-cs {
    /* 
    background: #fafafa;
    background: #f8fafb;
    background: #edf1f4;
    background: #eff4f0;
    background: #ecf3e3;
    background: #f1f3f6;
    background: #fff6f8
    background: #f9f9f9;
    */
    
    background: #f3f6f8;
    background: #f6f8fb;
}
#container-cs .cont-wrap {
    max-width: 1320px;
    margin: 0 auto;
}
#container-cs .cont-wrap .helpline {
    padding: 5rem 1rem;
    display: flex;
    justify-content: space-between;
}
#container-cs .cont-wrap .helpline h1 {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Noto Sans KR', sans-serif;
    /* color: #1b2c4d; */
    
    color: #282a2e;
    margin-bottom: 20px;
    position: relative;
}
#container-cs .cont-wrap .helpline h1:before {}
#container-cs .cont-wrap .helpline>p:nth-of-type(2) {
    /* margin-bottom: 15px; */
}
#container-cs .cont-wrap .helpline .ti_wrap p {
    font-size: 17px;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -0.5px;
    line-height: 1.5;
    margin-bottom: 4rem;
    color: #3c3e42;
}
#container-cs .cont-wrap .helpline .ti_wrap p>span {
    letter-spacing: -0.5px;
    font-weight: bold;
    font-family: 'Pretendard-Regular';
    margin-left: 4px;
}
#container-cs .cont-wrap .helpline .ti_wrap {
    width: 25%;
}
#container-cs .cont-wrap .helpline ul {
    display: flex;
    justify-content: flex-end;
    width: 75%;
}
#container-cs .cont-wrap .helpline ul li {
    padding: 1.8% 2% 2%;
    background: #fff;
    border-radius: 10px;
    /* box-shadow: 0 4px 10px rgb(0 0 0 / 15%); */
}
#container-cs .cont-wrap .helpline ul li:nth-of-type(2) {
    margin: 0 16px;
}
#container-cs .cont-wrap .helpline ul li>div:before {
    /* content: ''; */
    /* background: url('https://nhbizcard.nonghyup.com/nhcb_web/content/images/common/icon/submain_ico_service3.png')no-repeat; */
    
    background: url('/img/main/icon/ico_inquiry.png')no-repeat bottom/100%;
    width: 60px;
    height: 60px;
    display: inline-block;
}
#container-cs .cont-wrap .helpline ul li:nth-child(2)>div:before {
    /* background: url('https://nhbizcard.nonghyup.com/nhcb_web/content/images/common/icon/submain_ico_service4.png')no-repeat; */
    
    background: url('/img/main/icon/ico_support.png')no-repeat bottom/100%;
}
#container-cs .cont-wrap .helpline ul li .numberTitle>span {
    /* color: #8094bf; */
    
    color: #278bb1;
    font-size: 19px;
    display: block;
    letter-spacing: -.5px;
    font-weight: bold;
    letter-spacing: 0;
    font-family: 'Pretendard-Regular';
}
#container-cs .cont-wrap .helpline ul li .numberTitle>span:before {
    /* content: ''; */
    /* background: url('https://nhbizcard.nonghyup.com/nhcb_web/content/images/common/icon/submain_ico_service3.png')no-repeat; */
    
    background: url('/img/main/icon/ico_inquiry.png')no-repeat bottom/100%;
    width: 35px;
    height: 35px;
    display: inline-block;
}
#container-cs .cont-wrap .helpline ul li:nth-child(2) .numberTitle>span:before {
    background: url('/img/main/icon/ico_support.png')no-repeat bottom/100%;
}
#container-cs .cont-wrap .helpline ul li .numberTitle p {
    font-size: 16.5px;
    /* color: #111; */
    
    color: #1e2f4f;
    letter-spacing: 0;
    line-height: 1.5;
    /* font-family: 'SpoqaHanSansNeo-Regular'; */
    
    font-family: 'Pretendard-Regular';
}
#container-cs .cont-wrap .helpline ul li .numberTitle p:last-child {
    display: inline-flex;
}
#container-cs .cont-wrap .helpline ul li .numberTitle .tel {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4px;
}
#container-cs .cont-wrap .helpline ul li .numberTitle p>.light {
    font-weight: normal;
    /* font-family: 'Montserrat', sans-serif; */
    
    font-family: 'NanumSquare';
    letter-spacing: -0.5px;
}
#container-cs .cont-wrap .helpline ul li .numberTitle .e-span {
    /* display: inline-block; */
}

/* ------------------------------------------------ */
.c_intro_title {
    margin: 0 auto;
    text-align: center;
    font-size: 2.5rem;
    margin-top: 13rem;
    color: #fff;
}
.title_front,
.title_behind {
    display: inline;
    font-size: 5.5rem;
}
.title_front {
    font-weight: 300;
}
.title_behind {
    font-weight: 600;
    margin-left: 1rem;
}
.title_description {
    font-weight: 300;
    letter-spacing: 0;
}
.c_group_box {
    max-width: 139rem;
    height: 38.2rem;
    display: flex;
    background-color: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    margin: 5rem auto;
    overflow: hidden;
    padding: 2rem;
    border-radius: 4rem;
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    -ms-border-radius: 4rem;
    -o-border-radius: 4rem;
}
.menu_wrapper span {
    letter-spacing: 0px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.8rem !important;
    /* font-weight: 400 !important; */
}
.c_group_box .left_box ul li {
    width: 33rem;
    flex: 1 1 25%;
    height: 11.2rem;
    color: #fff;
    padding: 1.5rem 1.5rem;
    box-sizing: border-box;
}
.c_group_box .left_box ul li:nth-child(1) {
    background: url('/img/clip/ceo.jpg') center center no-repeat
}
.c_group_box .left_box ul li:nth-child(2) {
    background: url('/img/clip/c_intro.jpg') center center no-repeat;
    margin-top: 3px;
}
.c_group_box .left_box ul li:nth-child(3) {
    background: url('/img/clip/recruit.jpg') center center no-repeat;
    margin-top: 3px;
}
.c_group_box .left_box ul li strong {
    display: block;
    font-size: 23px;
    margin-bottom: 10px;
    font-family: 'Noto Regular';
}
.c_group_box .left_box ul li a {
    position: relative;
    width: 9rem;
    height: 3rem;
    background-repeat: no-repeat no-repeat;
    background-position: right center, left center;
    padding: 0 2rem 0 1rem;
    display: block;
    color: #fff;
    line-height: 3rem;
    font-size: 1.4rem;
}
.c_footer_box {
    display: flex;
    height: 14.2rem;
    max-width: 144rem;
    border-radius: 4rem;
    text-align: center;
    margin: 0 auto;
    background: white;
}
.c_footer_box>.footer_left {
    display: inline-flex;
    height: 100%;
    flex: 1 1 30%;
    margin: 0 auto;
    margin-left: 12.5%;
    height: 100%;
    align-items: center;
    /* justify-content: space-evenly; */
}
.c_footer_box>.footer_right {
    background: url('https://safetykorea.or.kr/images/main/work_09.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    display: inline-flex;
    flex: 1 1 35%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.c_footer_box>.footer_right_2 {
    background: url('https://safetykorea.or.kr/images/main/work_08.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    display: inline-flex;
    flex: 1 1 35%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    margin-right: 12.5%;
}
.c_footer_box>.footer_left>.footer_left_title>h5 {
    font-size: 2.7rem;
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
.c_footer_box>.footer_left>.footer_left_title>p {
    margin: 0;
    padding: 0;
    font-weight: 300;
    letter-spacing: 0;
}
.business_category {
    /* color: #ff8500; */
    
    flex: 1 1 25%;
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 3rem;
    height: 3rem;
    margin-bottom: 0.4rem;
    width: 24rem;
}
.business_category>ul {
    font-family: 'GmarketSansMedium';
}
.business_category>ul>li {
    text-align: left;
    padding: 2.55rem 0 0 4rem;
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
}
.company_intro {
    /* flex: 1 1 40%; */
    
    position: relative;
}
.business_description {
    position: absolute;
    bottom: 0;
    left: -20%;
    width: 55%;
    background-color: rgba(149, 193, 60, .8);
    color: #fff;
    padding: 3rem 1.5rem 2rem 3rem;
    letter-spacing: -1px;
    font-weight: 300;
}
.business_description>h5 {
    display: block;
    font-size: 3.6rem;
    margin-bottom: 1rem;
    letter-spacing: -3px;
    font-weight: 500;
    font-family: 'S-CoreDream-7ExtraBold';
}
.business_category>h5 {
    font-family: 'SUIT-Medium';
    border: 1px solid #ddd;
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 2.0rem;
    font-weight: 500;
    border-radius: 2.5rem;
    margin-left: 3.5rem;
    width: 60%;
    letter-spacing: 0.5rem;
    background: rgb(149, 193, 60);
    color: white;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    -ms-border-radius: 2.5rem;
    -o-border-radius: 2.5rem;
}
.business_category>ul>li:nth-child(1) {
    background: url(https://www.kospo.co.kr/sites/kospo/images/main/main-group-arrOrange.png) 40% bottom no-repeat;
}
.business_description>p {
    /* padding: 0 1rem; */
    
    word-break: break-word;
    font-family: 'NanumSquare';
    font-size: 17px;
}
.business_description>span {
    color: floralwhite;
    font-size: 2.1rem;
    font-weight: 300;
    display: block;
    margin-bottom: 0;
    font-family: 'Noto Sans KR', sans-serif;
}
.business_num {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    width: 3.6rem;
    text-align: center;
    line-height: 3rem;
    height: 3rem;
    margin-right: 1rem;
}
.page2_sliderButton {
    opacity: 0;
    position: absolute;
    z-index: 6;
    left: 50%;
    transform: translate(-50%, 10px);
    bottom: 0;
    margin-bottom: 45px;
    padding-top: 55px;
    /* color: #fff; */
    
    color: #fff;
    font-size: 16px;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
}
.page2_sliderButton.active {
    opacity: 1;
    transform: translate(-50%, 0px);
    transition: 0.5s cubic-bezier(0.42, 0, 0.25, 1.01) all 2.6s, ease flex 0.5s;
    -webkit-transition: 0.5s cubic-bezier(0.42, 0, 0.25, 1.01) all 2.6s, ease flex 0.5s;
    -moz-transition: 0.5s cubic-bezier(0.42, 0, 0.25, 1.01) all 2.6s, ease flex 0.5s;
    -ms-transition: 0.5s cubic-bezier(0.42, 0, 0.25, 1.01) all 2.6s, ease flex 0.5s;
    -o-transition: 0.5s cubic-bezier(0.42, 0, 0.25, 1.01) all 2.6s, ease flex 0.5s;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
}
.page2_sliderButton span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 44px;
    /* border: 2px solid rgba(255, 255, 255, 0.3); */
    
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
}
.page2_sliderButton span::before {
    content: '';
    position: absolute;
    top: 0.6rem;
    left: 50%;
    width: 1.2rem;
    height: 1.2rem;
    transform: translateX(-50%);
    /* background-color: #fff; */
    
    background-color: #fff;
    border-radius: 100%;
    box-sizing: border-box;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.page2_active .page2_sliderButton.active span::before {
    content: '';
    position: absolute;
    top: 2rem;
    transition: all 1s;
    left: 50%;
    width: 1.2rem;
    height: 1.2rem;
    transform: translateX(-50%);
    /* background-color: #fff; */
    
    background-color: #FFF;
    border-radius: 100%;
    box-sizing: border-box;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.page2Content {
    z-index: -1;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}
.page2_active>div>.item_content:nth-child(1) {
    transition: all 0.5s !important;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -ms-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    opacity: 0 !important;
}
.page2_active .page2Content {
    transition: all 0.7s 0.5s !important;
    -webkit-transition: all 0.7s 0.5s !important;
    -moz-transition: all 0.7s 0.5s !important;
    -ms-transition: all 0.7s 0.5s !important;
    -o-transition: all 0.7s 0.5s !important;
}
.page2_close .page2Content {
    transition: all 0.5s !important;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -ms-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
}
.page2_close .item_content:nth-child(1) {
    transition: all 0.7s 0.5s !important;
    -webkit-transition: all 0.7s 0.5s !important;
    -moz-transition: all 0.7s 0.5s !important;
    -ms-transition: all 0.7s 0.5s !important;
    -o-transition: all 0.7s 0.5s !important;
}
.page2_active .page1title {
    transition: all 0.5s !important;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -ms-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    opacity: 0 !important;
}
.page2_close .page1title {
    transition: all 0.7s 0.5s !important;
    -webkit-transition: all 0.7s 0.5s !important;
    -moz-transition: all 0.7s 0.5s !important;
    -ms-transition: all 0.7s 0.5s !important;
    -o-transition: all 0.7s 0.5s !important;
    opacity: 1 !important;
}
.page2_active .page2title {
    transition: all 0.7s 0.5s !important;
    -webkit-transition: all 0.7s 0.5s !important;
    -moz-transition: all 0.7s 0.5s !important;
    -ms-transition: all 0.7s 0.5s !important;
    -o-transition: all 0.7s 0.5s !important;
    opacity: 1 !important;
}
.page2_close .page2title {
    transition: all 0.5s !important;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -ms-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    opacity: 0 !important;
}

/* .ldsRipple {
    display: inline-block;
    margin: auto;
    position: relative;
    width: 120px;
    height: 120px;
}
 */
.ldsRipple div div {
    position: absolute;
    opacity: 1;
    border-radius: 50%;
    animation: ldsRipple 2.6s cubic-bezier(0, 0.2, 0.8, 1) 2.0s infinite !important;
    border: 1px solid rgb(167, 161, 161);
    -webkit-animation: ldsRipple 2.6s cubic-bezier(0, 0.2, 0.8, 1) 2.0s infinite !important;
}
.gallery-wrap>div:nth-of-type(1)>.item_content>.text_block>.ldsRipple div div {
    animation: ldsRipple 2.6s cubic-bezier(0, 0.2, 0.8, 1) infinite !important;
    -webkit-animation: ldsRipple 2.6s cubic-bezier(0, 0.2, 0.8, 1) infinite !important;
    animation-delay: 30s;
}
.gallery-wrap>div:nth-of-type(1)>.item_content>.text_block>.ldsRipple div div {
    animation: ldsRipple 2.6s cubic-bezier(0, 0.2, 0.8, 1) infinite !important;
    -webkit-animation: ldsRipple 2.6s cubic-bezier(0, 0.2, 0.8, 1) infinite !important;
}
.gallery-wrap>div:nth-of-type(1)>.item_content>.text_block>.ldsRipple div div {
    animation: ldsRipple 2.6s cubic-bezier(0, 0.2, 0.8, 1) infinite !important;
    -webkit-animation: ldsRipple 2.6s cubic-bezier(0, 0.2, 0.8, 1) infinite !important;
}
.gallery-wrap>div:nth-of-type(1)>.item_content>.text_block>.ldsRipple div div {
    animation: ldsRipple 2.6s cubic-bezier(0, 0.2, 0.8, 1) infinite !important;
    -webkit-animation: ldsRipple 2.6s cubic-bezier(0, 0.2, 0.8, 1) infinite !important;
}
.ldsRipple>div {
    position: relative;
    right: 36px;
    bottom: 55px;
    height: auto;
    width: auto;
}
.item_content:hover .ldsRipple>div {
    position: relative;
    right: 36px;
    bottom: 55px;
    height: auto;
    width: auto;
}
.item_content:hover .ldsRipple div div {
    border: 4px solid #fff;
    animation: ldsRipple_xl 4.2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    -webkit-animation: ldsRipple_xl 4.2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.ldsRipple div div:nth-child(2) {
    animation-delay: 1.5s;
}
@keyframes ldsRipple {
    0% {
        top: 56px;
        left: 56px;
        /*
        top: 120px;
        left: 120px;
*/
        width: 0;
        height: 0;
        opacity: 1;
    }
    
    100% {
        top: 0px;
        left: 0px;
        width: 112px;
        height: 112px;
        /*
        width: 240px;
        height: 240px;
*/
        opacity: 0;
    }
}
@keyframes ldsRipple_xl {
    0% {
        top: 90px;
        left: 90px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    
    100% {
        top: 0px;
        left: 0px;
        width: 180px;
        height: 180px;
        opacity: 0;
    }
}

/* 우측 SNS CSS*/
.sns_bunch {
    display: flex;
    flex-direction: column;
}
.sns_bunch div {
    display: revert;
}
.sns_btn {
    position: fixed;
    bottom: 40%;
    width: 5rem;
    z-index: 9999999;
    border: 1px solid #c9caca;
    right: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #c9caca;
    background: #fff;
    line-height: 0.3rem;
}
.sns-b img {
    filter: opacity(0.5) drop-shadow(0 0 0 blue);
}
.sns_btn1 {
    /*border: 1px solid #ddd;*/
    
    background: #fff;
    flex: 1;
    cursor: pointer;
    color: #666;
    text-align: center;
    line-height: initial;
    font-size: 1.2rem;
    padding: 1rem;
}
.sns_btn2 {
    /*border: 1px solid #ddd;*/
    
    background: #fff;
    flex: 1;
    cursor: pointer;
    color: #666;
    text-align: center;
    line-height: initial;
    font-size: 1.2rem;
    padding: 1rem;
}
.sns_btn3 {
    /*border: 1px solid #ddd;*/
    
    background: #fff;
    flex: 1;
    cursor: pointer;
    color: #666;
    text-align: center;
    line-height: initial;
    font-size: 1.2rem;
    padding: 1rem;
}
.sns_btn4 {
    /*border: 1px solid #ddd;*/
    
    background: #fff;
    flex: 1;
    cursor: pointer;
    color: #666;
    text-align: center;
    line-height: initial;
    font-size: 1.2rem;
    padding: 1rem;
}
.svg_span {
    display: none;
}
.sns-b:hover .sns_svg {
    filter: invert(1);
}
.sns-b:hover {
    border-radius: 5px;
    ;
}
.sns_btn1:hover {
    background: #f47629;
    /* background:#00c73c; */
}
.sns_btn2:hover {
    background: #00c73c;
}
.sns_btn3:hover {
    background: #315095;
}
.sns_btn4:hover {
    background: linear-gradient( to right, #f1ce57, #e72c5e, #554f9f);
}
.sns_btn4:hover>.sns_btn4 img {
    filter: invert(0);
}
.sns_svg {
    width: 2.4rem;
    height: 2.4rem;
    vertical-align: initial;
}

/* 메인 페이지 1 - 슬라이드*/
*:before,
*:after {
    box-sizing: inherit;
}
.slide-content-cta,
.slide-side-text,
.controls-button {
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .12rem;
    font-size: .7rem;
    line-height: 1;
}
[v-cloak] {
    opacity: 0;
}
body {
    cursor: default;
}
body ::selection {
    background-color: rgba(46, 49, 52, 0.7);
    color: #f5f5f1;
}
body ::-moz-selection {
    background-color: rgba(46, 49, 52, 0.7);
    color: #f5f5f1;
}
.wrapper {
    height: calc(100vh - 50px);
    min-height: 36rem;
    position: relative;
}
@media (max-width: 630px) {
    .wrapper {
        height: 100vh;
        min-height: 0;
    }
}
.slide-wrapper {
    background-size: cover;
    height: 100%;
    background-position: center center;
    position: absolute;
    width: 100%;
    background-blend-mode: darken;
}
.slide-wrapper:nth-child(1) {
    background-color: rgba(115, 129, 153, 0.4);
}
.slide-wrapper:nth-child(1):before {
    background-color: rgba(115, 129, 153, 0.25);
}
.slide-wrapper:nth-child(1) .slide-content-text {
    text-shadow: 2px 5px 45px rgba(85, 96, 113, 0.25);
}
.slide-wrapper:nth-child(2) {
    background-color: rgba(144, 171, 184, 0.7);
}
.slide-wrapper:nth-child(2):before {
    background-color: rgba(144, 171, 184, 0.3);
}
.slide-wrapper:nth-child(2) .slide-content-text {
    text-shadow: 2px 5px 45px rgba(121, 142, 152, 0.2);
}
.slide-wrapper:nth-child(3) {
    background-color: rgba(86, 125, 156, 0.5);
}
.slide-wrapper:nth-child(3):before {
    background-color: rgba(86, 125, 156, 0.2);
}
.slide-wrapper:nth-child(3) .slide-content-text {
    text-shadow: 2px 5px 55px rgba(57, 83, 103, 0.4);
}
.slide-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.slide-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    overflow: hidden;
}
.slide-bg-text {
    font-family: 'Playfair Display';
    color: #000;
    font-size: 42vh;
    line-height: .8;
    opacity: .03;
    font-weight: 900;
    margin-top: -4rem;
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%);
}
.slide-bg-text>p:last-child {
    padding-left: 4rem;
}
.slide-content {
    color: #fff;
    margin-top: 5rem;
    position: absolute;
    top: 50%;
    left: calc(13vw+(.7) * 48vh);
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
@media (max-width: 1000px) {
    .slide-content {
        left: calc(13vw + 1rem);
    }
}
@media (max-height: 730px) {
    .slide-content {
        top: 30%;
        transform: translateY(-30%);
        left: calc(9vw + (.7) * 16vw);
    }
}
.slide-content-text {
    font-family: 'Playfair Display';
    font-size: 9rem;
    letter-spacing: .2rem;
    line-height: .87;
    font-weight: 700;
    will-change: auto;
}
@media (max-height: 790px) {
    .slide-content-text {
        font-size: 7rem;
    }
}
@media (max-width: 1150px) {
    .slide-content-text {
        font-size: 7rem;
    }
}
@media (max-width: 840px) {
    .slide-content-text {
        font-size: 5.5rem;
    }
}
@media (max-width: 630px) {
    .slide-content-text {
        margin-bottom: 5.5rem;
    }
}
@media (max-width: 500px) {
    .slide-content-text {
        font-size: 3.5rem;
    }
}
.slide-content-text>p:last-child {
    padding-left: 3rem;
}
.slide-content-cta {
    cursor: pointer;
    align-self: flex-start;
    margin-top: 4.5rem;
    margin-left: calc((.3) * 48vh+4.5rem);
    padding: .9rem 2.2rem;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: .18s ease-in-out;
    font-weight: 700;
}
@media (max-width: 1000px) {
    .slide-content-cta {
        background-color: rgba(255, 255, 255, 0.3);
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
}
@media (max-width: 630px) {
    .slide-content-cta {
        display: none;
    }
}
.slide-content-cta:hover {
    color: #000;
    background-color: #fff;
}
.slide-rect {
    height: 62vh;
    width: 48vh;
    border-image-slice: 10%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13vw;
    border-width: 5vh;
    border-style: solid;
    box-shadow: 2px 2px 90px 30px rgba(41, 50, 61, 0.22);
    will-change: auto;
}
@media (max-height: 790px) {
    .slide-rect {
        left: 9vw;
        height: 20vw;
        width: 16vw;
        border-width: 5vh;
    }
}
@media (max-height: 730px) {
    .slide-rect {
        top: 30%;
        transform: translateY(-30%);
    }
}
.slide-rect-filter {
    filter: brightness(110%) contrast(110%) saturate(110%);
}
.slide-side-text {
    position: absolute;
    left: calc(13vw - 3rem);
    writing-mode: vertical-rl;
    top: calc((50% - (62vh / 2))+(5vh / 2));
}
@media (max-height: 790px) {
    .slide-side-text {
        left: calc(9vw - 3rem);
        top: calc((50% - (20vw / 2)) + (5vh / 2));
    }
}
@media (max-height: 730px) {
    .slide-side-text {
        top: calc((40% - (20vw / 2)) + (5vh / 2));
    }
}
.slide-side-text>span:first-child {
    font-weight: 700;
}
.slide-side-text:after {
    content: "";
    width: 1px;
    background-color: #fff;
    height: 40px;
    display: block;
    position: absolute;
    top: calc(100%+25px);
    left: 50%;
    transform: translateX(-50%);
}
.controls-container {
    position: absolute;
    z-index: 200;
    display: flex;
    bottom: 0;
    right: 0;
    align-items: flex-end;
}
@media (max-width: 630px) {
    .controls-container {
        display: none;
    }
}
.controls-button {
    cursor: pointer;
    background-color: rgba(208, 206, 204, 0.32);
    border: 0;
    padding: 1.6rem 2.2rem;
    flex-basis: 0;
    flex-grow: 1;
    min-width: 15rem;
    transition: .25s ease-in-out;
    outline: 0;
}
@media (max-width: 730px) {
    .controls-button {
        padding: 1.2rem 1.4rem;
        min-width: 13rem;
    }
}
.controls-button:not(.active):hover {
    color: #000;
    background-color: #fff;
}
.controls-button.active {
    cursor: default;
    font-weight: 700;
    background-color: #3b3e45;
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
    margin-bottom: -0.3rem;
    position: relative;
}
@media (max-width: 730px) {
    .controls-button.active {
        padding-top: 1.4rem;
        padding-bottom: 1.4rem;
        margin-bottom: -0.15rem;
    }
}
.controls-button.active:after {
    content: "";
    background-color: #e3e3e3;
    height: 5px;
    width: calc(100% - 8px);
    position: absolute;
    top: 100%;
    left: 4px;
}
.controls-button:not(.active)+.controls-button {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.pagination-container {
    position: absolute;
    z-index: 200;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 920px) {
    .pagination-container {
        display: none;
    }
}
.pagination-item {
    width: 30px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    transition: .18s ease-in-out;
}
.pagination-item+.pagination-item {
    margin-top: 1rem;
}
.pagination-item.active {
    background-color: #fff;
    position: relative;
    transform: translateX(-0.6rem);
    width: 35px;
}
.pagination-item.active:after {
    content: "";
    height: 4px;
    width: 2px;
    border-radius: 35%;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(0.6rem) translateY(-50%);
}
.pagination-item:not(.active) {
    cursor: pointer;
}
.pagination-item:not(.active):hover {
    background-color: #fff;
    width: 35px;
}
@keyframes slideLeft {
    from {
        transform: translateX(0);
    }
    
    to {
        transform: translateX(-100%);
    }
}
@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    
    to {
        transform: translateX(0);
    }
}
@keyframes cutTextUp {
    from {
        clip-path: inset(0 0 -10% 0);
    }
    
    to {
        clip-path: inset(0 0 100% 0);
    }
}
@keyframes cutTextDown {
    from {
        clip-path: inset(100% 0 0 0);
    }
    
    to {
        clip-path: inset(-10% 0 -20% 0);
        opacity: 1;
    }
}
@keyframes cutTextDownFromTop {
    from {
        clip-path: inset(0 0 100% 0);
    }
    
    to {
        clip-path: inset(0 0 -30% 0);
        opacity: 1;
    }
}
@keyframes rectMovement {
    0% {
        transform: translateX(0) rotate(0) translateY(-50%);
    }
    
    60% {
        opacity: 1;
    }
    
    100% {
        transform: translateX(calc(-48vh + -13vw)) rotate(12deg) translateY(-50%);
        opacity: 0;
    }
}
@media (max-height: 730px) {
    @keyframes rectMovement {
        0% {
            transform: translateX(0) rotate(0) translateY(-30%);
        }
        60% {
            opacity: 1;
        }
        100% {
            transform: translateX(calc(-48vh + -13vw)) rotate(12deg) translateY(-30%);
            opacity: 0;
        }
    }
}
@keyframes rectMovementFromRight {
    0% {
        transform: translateX(calc(48vh)) rotate(12deg) translateY(-50%);
        opacity: 0;
    }
    
    60% {
        opacity: 1;
    }
    
    100% {
        transform: translateX(0) rotate(0) translateY(-50%);
        opacity: 1;
        @media (max-height: 730px) {
            transform: translateX(0) rotate(0) translateY(-30%);
        }
    }
}
@media (max-height: 730px) {
    @keyframes rectMovementFromRight {
        0% {
            transform: translateX(calc(48vh)) rotate(12deg) translateY(-30%);
            opacity: 0;
        }
        60% {
            opacity: 1;
        }
        100% {
            transform: translateX(0) rotate(0) translateY(-30%);
            opacity: 1;
        }
    }
}
@keyframes rectMovementRight {
    0% {
        transform: translateX(calc(-48vh + -13vw)) rotate(12deg) translateY(-50%);
    }
    
    40% {
        opacity: 1;
    }
    
    100% {
        transform: translateX(0) rotate(0) translateY(-50%);
        opacity: 1;
        @media (max-height: 730px) {
            transform: translateX(0) rotate(0) translateY(-30%);
        }
    }
}
@media (max-height: 730px) {
    @keyframes rectMovementRight {
        0% {
            transform: translateX(calc(-48vh + -13vw)) rotate(12deg) translateY(-30%);
        }
        40% {
            opacity: 1;
        }
        100% {
            transform: translateX(0) rotate(0) translateY(-30%);
            opacity: 1;
        }
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    
    to {
        opacity: 1;
    }
}
.slide-wrapper {
    opacity: 0;
    transition-delay: 1.4s;
    transition-duration: 0s;
    transition-property: opacity;
    will-change: opacity, transform;
}
.slide-wrapper:not(.active) {
    animation-delay: 0.5s;
    animation-name: slideLeft;
    animation-duration: 0.9s;
    animation-timing-function: cubic-bezier(0.18, 0.54, 0.52, 0.93);
    pointer-events: none;
}
.slide-wrapper:not(.active) .slide-content-text>p,
.slide-wrapper:not(.active) .slide-side-text {
    animation-name: cutTextUp;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
}
.slide-wrapper:not(.active) .slide-rect {
    animation-name: rectMovement;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}
.slide-wrapper.active {
    transition-delay: 0s;
    opacity: 1;
}
.slide-wrapper.active .slide-content-text>p {
    opacity: 0;
    animation-delay: 0.8s;
    animation-name: cutTextDown;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}
.slide-wrapper.active .slide-rect {
    opacity: 0;
    animation-name: rectMovementFromRight;
    animation-duration: 0.45s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-delay: 0.9s;
}
.is-previous .slide-wrapper:not(.active) {
    animation: none;
}
.is-previous .slide-wrapper:not(.active) .slide-rect {
    animation: none;
}
.is-previous .slide-wrapper.active {
    transform: translateX(-100%);
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    animation-name: slideRight;
    animation-duration: 0.8s;
    animation-timing-function: cubic-bezier(0.18, 0.54, 0.52, 0.93);
}
.is-previous .slide-wrapper.active .slide-rect {
    opacity: 0;
    animation-name: rectMovementRight;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-delay: 0.9s;
}
.first-load .slide-wrapper.active .slide-side-text,
.first-load .slide-wrapper.active .slide-content-cta,
.first-load .slide-wrapper.active .slide-rect,
.first-load .controls-container {
    opacity: 0;
    animation-name: fadeIn;
    animation-delay: .3s;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
}
.first-load .slide-wrapper.active .slide-content-text>p {
    animation-name: fadeIn;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
}

/* 메인 페이지  - 1 슬라이드*/
*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: Helvetica, Arial, sans-serif;
}
.slider {
    position: relative;
    height: 100vh;
    /* background-color: #ffca00; */
    
    border-radius: 40%;
}
.slider__slides {
    z-index: 1;
    position: relative;
    height: 100%;
}
.slider__control {
    z-index: 2;
    position: absolute;
    top: 42%;
    left: 10%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 50%;
    /* background: radial-gradient(black, transparent); */
    /* background: #006eb5; */
    
    transition: background-color 0.1s;
    cursor: pointer;
    border: none;
}
.slider__control--right {
    left: 90%;
}
.slider__control:hover {
    /* background-color: #2da6ff; */
}
.slider__control-line {
    position: absolute;
    left: 23px;
    top: 50%;
    width: 2.5px;
    height: 33.5px;
    transform-origin: 50% 0;
    transform: rotate(-45deg);
}
.slider__control-line:nth-child(2) {
    transform: translateY(1px) rotate(-135deg);
}
.slider__control--right .slider__control-line {
    left: 37px;
    transform-origin: 1px 0;
    transform: rotate(45deg);
}
.slider__control--right .slider__control-line:nth-child(2) {
    transform: translateY(1px) rotate(135deg);
}
.slider__control-line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.6;
    transition: background-color 0.1s;
    -webkit-transition: background-color 0.1s;
    -moz-transition: background-color 0.1s;
    -ms-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
}
.slider__control:hover .slider__control-line:after {
    background-color: #fff;
    opacity: 1;
}

/* .slider__control.a--rotation .slider__control-line:after {
    animation: arrowLineRotation 0.49s;
    -webkit-animation: arrowLineRotation 0.49s;
}
.slider__control.a--rotation .slider__control-line:nth-child(1):after {
    animation: arrowLineRotationRev 0.49s;
    -webkit-animation: arrowLineRotationRev 0.49s;
}
@keyframes arrowLineRotation {
    to {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
}
@keyframes arrowLineRotationRev {
    to {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
    }
} */
.slide {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 44%;
    width: 150vmax;
    height: 100%;
    transform: translate(-50%, -50%);
    /* border-radius: 50%; */
    
    transition: clip-path 0s 0.91s;
    clip-path: circle(30px at 200vw 100%);
    -webkit-transition: clip-path 0s 0.91s;
    -moz-transition: clip-path 0s 0.91s;
    -ms-transition: clip-path 0s 0.91s;
    -o-transition: clip-path 0s 0.91s;
}
.slide.s--prev {
    clip-path: circle(30px at -30vw 70%);
}
.slide.s--active {
    z-index: 1;
    transition: clip-path 1.3s;
    clip-path: circle(120vmax at 120vw 50%);
    -webkit-transition: clip-path 1.3s;
    -moz-transition: clip-path 1.3s;
    -ms-transition: clip-path 1.3s;
    -o-transition: clip-path 1.3s;
}
.slide.s--active.s--active-prev {
    clip-path: circle(120vmax at 30vw 50%);
}
.slide:nth-child(1) .slide__inner {
    /* background-image: url("/img/main_banner/main_banner001.gif"); */
    
    background-image: url("/img/main_banner/main_banner02.jpg");
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: contain;
}
.slide:nth-child(2) .slide__inner {
    background-image: url("/img/main_banner/main_banner01.jpg");
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: contain;
}
.slide:nth-child(3) .slide__inner {
    background-image: url("/img/main_banner/main_banner03.jpg");
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: contain;
}
.slide:nth-child(4) .slide__inner {
    background-image: url("/img/main_banner/main_banner04.jpg");
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: contain;
}
.slide:nth-child(5) .slide__inner {
    background-image: url("/img/main_banner/main_banner05.jpg");
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: contain;
}
.slide__inner {
    position: absolute;
    left: 50%;
    top: 48%;
    width: 100vw;
    height: 100vh;
    margin-left: -50vw;
    margin-top: -50vh;
    background-size: cover;
    background-position: center center;
}
.slide__inner:before {
    content: "";
    position: absolute;
    left: 0;
    /* bottom: 0; */
    
    width: 100%;
    background: rgba(0, 0, 0, 0.07);
    /* z-index:-1; */
    /* background: #fff; */
    
    top: 0;
    height: 86%;
}
.slide__content {
    position: absolute;
    color: #fff;
    color: #007aff;
}
.slide__heading {
    margin-bottom: 20px;
    font-size: 36px;
    letter-spacing: -.5px;
    /* font-family: 'GmarketSansBold'; */
    
    font-family: 'NEXON Lv2 Gothic Bold';
    z-index: 99;
}
.slide__text {
    font-size: 25px;
}
.slide__text a {
    color: inherit;
}
#slide__content1 {
    bottom: 2%;
    left: 35.5%;
}
#slide__content2 {
    bottom: 2%;
    left: 39.5%;
}
#slide__content3 {
    bottom: 2%;
    left: 28%;
}
#slide__content4 {
    bottom: 2%;
    left: 34.5%;
}
#slide__content5 {
    bottom: 2%;
    left: 25.5%;
}

/* 푸터 시작*/
.footer {
    bottom: 0;
    width: 100%;
    background: #323c41;
    color: #cacbd2;
}
.footer_inner {
    display: flex;
    padding: 20px 0 19px;
    max-width: 1320px;
    /* width: 1320px; */
    
    justify-content: center;
    margin: 0 auto;
}
.mainFooter {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 1.4rem 0;
    z-index: 9999;
    background: white;
    border-top: 0.1rem solid #ddd;
    border-bottom: 0.1rem solid #ddd;
}
.footer .swiper-button-prev {
    left: 0 !important;
}
.footer .swiper-button-next,
.footer .swiper-button-prev {
    width: 3.5vmin;
    background: #fff;
}
.footer .swiper-button-prev:after,
.footer .swiper-button-next:after {
    color: #b9b9b9 !important;
    font-size: 2.3vmin !important;
    /* border: 1px solid #bbb; */
    
    font-weight: bold;
    border-radius: 3px;
    width: 3.5vmin;
    height: 3.5vmin;
    line-height: 3.5vmin;
}
.footer .swiper-button-next {
    right: 0 !important;
}
.link_inner {
    max-width: 1320px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.mainFooter img {
    width: 95% !important;
}
.mainFooter a {
    padding: 0 3.5vmin;
}

/* .mainFooter a {
    padding-right: 3rem;
}
.mainFooter a:last-child {
    padding: 0;
} */
.subFooter {
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    /* z-index: 9999; */
    
    overflow: hidden;
    /* border-top: 0.1rem solid #71787a; */
    
    display: flex;
    flex-direction: column;
}
.subfooter_img>ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 55rem;
}
.subfooter_img>ul>li {
    flex: 1 1 30%;
    background-color: #fff;
    border: 0.1rem solid #ddd;
    padding: 1rem;
}
.subfooter_img {
    display: flex;
}
.subfooter_img>ul>li>img {
    width: 15rem;
}
.subfooter_text {
    font-size: 16px;
    display: inline;
    color: #cacbd2;
    font-weight: bold;
    font-family: 'Noto Sans KR', sans-serif;
}
.sufooter_Span {
    padding-right: 1.5rem;
    cursor: pointer;
}
.subfooter_Info_text {
    display: inline;
    color: #1d1732;
    font-family: 'nanumsquare' !important;
}
.subfooter_info {
    font-family: 'NanumSquare';
    letter-spacing: 0;
    padding-top: 30px;
    font-size: 14px;
    transform: skew(-0.1deg);
    line-height: 1.5;
}
.subfooter_info>p>span {
    padding-right: .8rem;
}
.subfooter_info p>span:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #b7b7b7;
    margin-left: 8pt;
    vertical-align: middle;
}
.subfooter_info .last_span {
    letter-spacing: -.1px;
    text-decoration: underline;
}

/* .subfooter_info .last_span:after {
    display: none;
} */
.copyright {
    font-family: 'Montserrat';
    color: #9798a1;
    padding-top: 18px;
}
.logo_box {
    /* flex: 0.45; */
    
    flex: 0.17;
}
.logo_box img {
    width: 80%;
    margin-top: 14%;
}
.sub-left {
    /* flex: 1.55; */
    
    flex: 0.83;
}
.sub-right {
    flex: 0.75;
    display: none;
}
.sub-right .area {
    display: flex;
    line-height: 1.3;
    flex-direction: column;
}
.sub-right .customer {
    font-family: 'NanumSquare';
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    transform: skew(-0.1deg);
}
.sub-right .customer:first-child {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub-right .customer p:before {
    content: '';
    display: inline-block;
    background: url(/img/main/phone-call.png)no-repeat center/cover;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    filter: invert(1) opacity(0.5) drop-shadow(0 0 0 #fff);
}
.sub-right .customer span {
    font-size: 28px;
    font-family: 'Montserrat';
    /* color:#00a1ff; */
    /* color: #439acd; */
    
    letter-spacing: -.5px;
}
.sub-right .customer i {
    margin-right: 5px;
}
.sub-right .time_p {
    color: #505050;
    padding-bottom: 7px;
}
.sub-right .time {
    font-family: 'Montserrat';
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0;
    /* color: #3c3c3c; */
    
    color: #9798a1;
}
.sub-right .footer_img {
    /* width: 79%; */
    
    margin-top: 11px;
}
.sub-right .footer_img ul li {
    width: 33.333%;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
    float: left;
    margin-right: -1px;
}
.sub-right .footer_img ul li img {
    width: 100%;
}

/* 제휴문의 모달창 */
.page-wrapper {
    width: 100%;
    height: 100%;
    background: url(https://goo.gl/OeVhun) center no-repeat;
    background-size: cover;
    display: inline;
}
.blur-it {
    filter: blur(4px);
}
.modal-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(243 243 243 / 80%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}
.modal-wrapper.open {
    opacity: 1;
    visibility: visible;
}
.modal {
    width: 60rem;
    height: 55rem;
    display: block;
    margin: 50% 0 0 -300px;
    position: relative;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.modal-wrapper.open .modal {
    transform: translate(-0%, -50%);
    position: absolute;
    top: -50%;
    opacity: 1;
}
.head {
    width: 100%;
    height: 7rem;
    padding: 12px 30px;
    overflow: hidden;
    background: #666;
}

/* 제휴문의 css*/
.partner_inquiry_title {
    color: white;
    line-height: inherit;
    font-size: 2.5rem;
    font-family: 'nanumsquare' !important;
    font-weight: 800;
}
.partner_inquiry_form {
    width: 100%;
    padding: 5%;
}
.inquiry_Span {
    padding-right: 1rem;
    font-weight: 800;
    font-size: 2rem;
    display: inline;
    color: #1d1732;
    font-family: 'nanumsquare' !important;
}
.member_partner_company {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: white;
    padding: 1rem;
    font-size: 2rem;
}
.member_partner_name {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: white;
    padding: 1rem;
    font-size: 2rem;
}
.member_partner_number {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: white;
    padding: 1rem;
    font-size: 2rem;
}
.member_partner_email {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: white;
    padding: 1rem;
    font-size: 2rem;
}
.member_partner_hope {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: white;
    padding: 1rem;
    font-size: 2rem;
}
.auto_number {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: #f9f9f9;
    padding: 1rem;
    font-size: 2rem;
}
.partner_submit {
    background-color: #00375c;
    color: white;
    border-radius: 1.1rem !important;
    height: 4.5rem;
    font-size: 1.8rem !important;
    transform: skew( -0.10deg);
    width: 15rem;
    outline: none;
    border: 0;
    margin: 1rem;
    -webkit-border-radius: 1.1rem !important;
    -moz-border-radius: 1.1rem !important;
    -ms-border-radius: 1.1rem !important;
    -o-border-radius: 1.1rem !important;
    font-family: 'nanumsquare' !important;
}
.partner_cancel {
    background-color: #f9bf53;
    color: white;
    border-radius: 1.1rem !important;
    height: 4.5rem;
    font-size: 1.8rem !important;
    width: 15rem;
    transform: skew( -0.10deg);
    outline: none;
    border: 0;
    margin: 1rem;
    -webkit-border-radius: 1.1rem !important;
    -moz-border-radius: 1.1rem !important;
    -ms-border-radius: 1.1rem !important;
    -o-border-radius: 1.1rem !important;
    font-family: 'nanumsquare' !important;
}
.partner_button_box {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inquiry_title {
    text-align: center;
    font-size: 3rem;
    line-height: 4rem;
    padding-bottom: 2rem;
    color: #1d1732;
    font-family: 'nanumsquare';
}

/*이용약관 모달창*/
.page-wrapper2 {
    width: 100%;
    height: 100%;
    background: url(https://goo.gl/OeVhun) center no-repeat;
    background-size: cover;
    display: inline;
}
.blur-it {
    filter: blur(4px);
}
.modal-wrapper2 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(243 243 243 / 80%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}
.modal-wrapper2.open {
    opacity: 1;
    visibility: visible;
}
.modal2 {
    width: 60rem;
    height: 60rem;
    display: block;
    margin: 50% 0 0 -300px;
    position: relative;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.modal-wrapper2.open .modal2 {
    transform: translate(-0%, -50%);
    position: absolute;
    top: -50%;
    opacity: 1;
}
.head {
    width: 100%;
    height: 7rem;
    padding: 12px 30px;
    overflow: hidden;
    background: #666;
}

/* 이용약관 및 개인정보처리방침 닫기 버튼*/
.use_personal_cancel {
    background-color: #9fa0a0;
    color: white;
    border-radius: 1.1rem !important;
    height: 4.5rem;
    font-size: 1.8rem !important;
    width: 15rem;
    transform: skew( -0.10deg);
    outline: none;
    border: 0;
    margin: 2.5rem;
    -webkit-border-radius: 1.1rem !important;
    -moz-border-radius: 1.1rem !important;
    -ms-border-radius: 1.1rem !important;
    -o-border-radius: 1.1rem !important;
    font-family: 'nanumsquare' !important;
}

/*개인정보 모달창*/
.page-wrapper3 {
    width: 100%;
    height: 100%;
    background: url(https://goo.gl/OeVhun) center no-repeat;
    background-size: cover;
    display: inline;
}
.blur-it {
    filter: blur(4px);
}
a.btn {
    display: inline;
    color: #cacbd2;
    font-size: 17px;
    font-weight: bold;
    /* font-family: 'nanumsquare' !important; */
    
    padding-right: 1.5rem;
    background: none;
}
.modal-wrapper3 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(243 243 243 / 80%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}
.modal-wrapper3.open {
    opacity: 1;
    visibility: visible;
}
.modal3 {
    width: 60rem;
    height: 60rem;
    display: block;
    margin: 50% 0 0 -300px;
    position: relative;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.modal-wrapper3.open .modal3 {
    transform: translate(-0%, -50%);
    position: absolute;
    top: -50%;
    opacity: 1;
}
.head {
    width: 100%;
    height: 7rem;
    padding: 12px 30px;
    overflow: hidden;
    background: #666;
}
.site_use_text {
    height: 39rem !important;
    width: -webkit-fill-available;
}
.site_use_text::-webkit-scrollbar {
    width: 10px;
}
.site_use_text::-webkit-scrollbar-thumb {
    background-color: #2f3542;
    border-radius: 10px;
}
.site_use_text::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}

/* 푸터 끝*/
#container-1 {
    max-height: 100vh;
    /* margin-top: 6.5rem; */
}
#container-1 .title_inner {
    width: 100%;
    position: absolute;
    top: 4.2%;
    left: 19rem;
    z-index: 1;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#container-1 .txt_inner {
    display: flex;
    position: relative;
    justify-content: center;
    top: 14%;
}
.main_inner {
    width: 100%;
    position: absolute;
    top: 69%;
    z-index: 1;
    transform: translateY(-50%);
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem; */
    /* background: #303640; */
}
#container-1 .txt_area {
    /* position: absolute; */
    
    text-align: center;
    width: 1320px;
    z-index: 1;
    top: 0;
    color: #fff;
    margin-bottom: 5em;
}
#container-1 .txt_area h2 span {
    /* color: #fbbb22;
    color: #8ec900;
    color: #9dc900; 
    color: #a3d727;
    */
    
    color: #abe229;
}
#container-1 .txt_area>span {
    font-size: 2.4rem;
    font-weight: 400;
    /* color: #0eb3d3; */
    
    letter-spacing: -0.8pt;
    font-family: 'SUIT-Regular';
}
#container-1 .txt_area h2,
#container-1 .txt_area h2 span {
    /* font-family: 'S-CoreDream-7ExtraBold'; */
    
    font-size: 4.2rem;
    letter-spacing: -1pt;
    font-family: 'SCoreDream';
    font-weight: 800;
    text-shadow: 2px 3px 5px #6c6c6c63;
    text-shadow: 2px 3px 4px #30303063;
}
#container-1 .txt_area p {
    font-size: 2.65rem;
    /* color: #66C6D5; */
    
    padding-top: 32px;
    letter-spacing: -0.5px;
    opacity: 0;
    will-change: transform;
    /* -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
    -webkit-transition-delay: .7s;
    transition-delay: .7s; */
    /* transition-duration: 1.5s; */
    /* transition-duration: 1.6s; */
    
    -webkit-transition-timing-function: ease-in-out;
    transition-delay: .3s;
    transition-timing-function: ease-in-out;
    font-family: 'IBMPlexSansKR-Regular';
    text-shadow: 0 1px 3px #95959563;
}
#container-1 .swiper-slide-active .txt_area p {
    opacity: 1;
    -webkit-transition: opacity 700ms;
    transition: opacity 700ms;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
    /* transition-duration: 1.75s; */
}
#container-1 .txt_area .split-p {
    overflow: hidden;
    vertical-align: top;
}
#container-1 .txt_area .split-c {
    vertical-align: top;
    transition: all 0.8s ease-out;
    transform: translateY(150%);
    transition-duration: 1.2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
#container-1 .swiper-slide-active .txt_area .split-c {
    transform: translateY(0);
    /* transition-delay: .7s; */
}

/* #container-1 .txt_area .split-2d {
    transition-delay: .6s;
    transition-duration: 1.6s;
}
#container-1 .swiper-slide-active .txt_area .split-2d {
    transition-delay: 1s;
} */
#container-1 .swiper-slide {
    -webkit-transition: transform 2s ease-in-out, opacity 2s ease-in-out;
    -moz-transition: transform 2s ease-in-out, opacity 2s ease-in-out;
    -ms-transition: transform 2s ease-in-out, opacity 2s ease-in-out;
    -o-transition: transform 2s ease-in-out, opacity 2s ease-in-out;
    transition: transform 2s ease-in-out, opacity 2s ease-in-out;
    transform: scale(1.2);
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: relative;
}
#container-1 .swiper-slide:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgb(64 64 64 / 15%);
}
#container-1 .swiper-slide-active {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
#container-1 .title_area {
    max-width: 1320px;
    width: 100%;
    text-align: left;
}
#container-1 .title_area h1 {
    font-family: 'SCoreDream';
    font-weight: 500;
    color: #fff;
    font-size: 17.3px;
    letter-spacing: -0.5px;
    /* background: #7fc93b;
    background: #00ac4f; */
    
    background: #3fffd3;
    color: #1c2541;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 4rem;
    margin-left: 1.5rem;
}
#container-1 #main_cousrse {
    position: absolute;
    z-index: 10;
    width: 1320px;
    height: 100%;
    top: 0;
    /* left: 50%; */
    
    left: 43%;
    transform: translateX(-50%);
}
#container-1 #main_cousrse .edu_list {
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    width: 13%;
    height: 100%;
    padding: 2vmin 0;
    position: relative;
}
#container-1 #main_cousrse .edu_list::after {
    /* content: ''; */
    
    position: absolute;
    left: 100%;
    top: 0;
    background: #fffffff5;
    width: 205px;
    height: 100%;
    z-index: -1;
}
#container-1 #main_cousrse .edu_list>li {
    padding: 0 1.6vmin;
    cursor: pointer;
    height: calc(100% / 9);
    display: flex;
    align-items: center;
}
#container-1 #main_cousrse .edu_list>li:hover {
    background: #00c73c;
    background: #00c68e;
    background: #00ac4f;
    background: #005d5e;
    background: #009a47;
    background: #00af5b;
    /* border-radius: 8px 0 0 8px; */
    /* border-radius: 8px 0 0 8px;*/
}
#container-1 #main_cousrse .edu_list>li>a,
#container-1 #main_cousrse .edu_list>li>span {
    color: #fff;
    font-family: 'SpoqaHanSansNeo-Regular';
    letter-spacing: 0;
}
#container-1 #main_cousrse .edu_list li>ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fffffff5;
    background: #f7f7f7fa;
    width: 205px;
    height: 100%;
    padding: 2vmin 0;
}
#container-1 #main_cousrse .edu_list li>ul.statutory {
    overflow: auto;
}
ul.statutory::-webkit-scrollbar {
    z-index: 99999;
    width: 6px;
    height: 20px;
}
ul.statutory::-webkit-scrollbar-thumb {
    z-index: 99999;
    background-color: #b1b1b1;
    border-radius: 10px;
}
ul.statutory::-webkit-scrollbar-track {
    z-index: 99999;
    background-color: snow;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}
#container-1 #main_cousrse .edu_list li.active>ul {
    display: block;
}
#container-1 #main_cousrse .edu_list li>ul li {
    /* padding: 0.7vmin 1.5vmin; */
    /* font-size: 14px; */
    
    padding: 0 1.5vmin;
    min-height: calc(100% / 12);
    display: flex;
    align-items: center;
    font-size: 1.5vmin;
}
#container-1 #main_cousrse .edu_list li>ul li:hover {
    background: #e7e7e7;
}
#container-1 #main_cousrse .edu_list li>ul li a {
    color: #000;
}
.menu_area {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}
.menu_area ul {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    gap: 24px;
}
.menu_area li {
    /* border: 1px solid #646464; */
    /* border: 1px solid #00000026; */
    
    position: relative;
    width: calc(100% / 5);
    min-height: 150px;
    overflow: hidden;
    border-radius: 7px;
    background: #ffffffcf;
    /* border: 1.5px solid #88c1c1; */
    
    border: 1px solid #c5c5c5;
    background: rgb(0 0 0 / 30%);
}
.menu_area li a {
    width: 100%;
    height: 100%;
    color: #2f2131;
    color: #fff;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    /* backdrop-filter: blur(3px); */
    /* background-color: rgba(0, 0, 0, 0.1); */
    
    font-family: 'LINESeedKR-Bd';
}
.menu_area li:hover {
    cursor: pointer;
    border: 1px solid #f3f3f3;
    background: rgb(0 0 0 / 60%);
    transition: .3s linear;
}
.menu_area li img {
    width: 17.5%;
    filter: hue-rotate(254deg) invert(1) opacity(0.8);
    filter: hue-rotate(67deg);
}
.menu_area li a span {
    letter-spacing: 0;
    /* margin-left: 25px; */
    
    line-height: 1;
    text-align: center;
}
.menu_area li a .en {
    font-weight: bold;
    /* font-family: 'SUIT-Regular'; */
    
    font-family: 'SUIT-Medium' !important;
}
.mainSlider .slider-container button.slick-arrow {
    z-index: 2;
    border: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: .6;
}
.mainSlider .slider-container button:hover {
    cursor: pointer;
    opacity: 1;
}
.mainSlider .slider-container>button.slick-prev {
    background: url('/img/main/arrow-left.png')no-repeat center/cover;
    left: 5%;
}
.mainSlider .slider-container>button.slick-next {
    background: url('/img/main/arrow-right.png')no-repeat center/cover;
    right: 10%;
}
.mainSlider ul.slick-dots {
    z-index: 2;
}
.mainSlider ul.slick-dots li {
    height: 61px;
}
.mainSlider ul.slick-dots li.slick-active {}
.mainSlider ul.slick-dots li button {
    border: none;
    width: 100%;
    text-align: left;
    letter-spacing: -.5px;
    font-family: 'NEXON Lv2 Gothic Bold';
    font-weight: 500;
    line-height: 1.2;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.28);
    background: none;
}
.mainSlider ul.slick-dots li.slick-active button {
    color: #fff;
    font-size: 36px;
}
.CategorySlideTitle-container {
    overflow: visible;
}
.CategorySlideTitle-wrapper {
    flex-direction: column;
    height: 61px;
    /* height:239px; */
    
    transition: all .5s;
}
.CategorySlideTitle-slide {
    padding: 9px 0;
    /* opacity: 0; */
    
    transition-property: opacity;
    transition-duration: .2s;
    /* height: 61px; */
}
.swiper-container .swiper-slide {
    background: transparent !important;
}

/* .swiper-slide span {
    color: rgba(255, 255, 255, 0.28);
    font-size: 24px;
    text-align: left;
    letter-spacing: -.5px;
    font-family: 'NEXON Lv2 Gothic Bold';
    font-weight: 500;
    line-height: 1.2;
} */
.swiper-slide-active span {
    /* opacity: 1;    */
    
    color: #fff;
    font-size: 36px;
}
.CategorySlideTitle-slide.swiper-slide-active {
    opacity: 1;
}
.swiper-slide img {
    /* transform: scale(1.0); */
    /* transition: all 7s linear; */
    
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.CategorySlider {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 211px;
    /* transform: translateY(-207px); */
}
.site-container {
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 40px;
    display: flex;
}
.CategorySlideTitle {
    /* background: #f37321; */
    
    background: #3cc1a8;
    position: relative;
    width: 340px;
    height: 100%;
    margin-top: -28px;
    /* float: left; */
    /*  */
    
    padding-bottom: 28px;
    box-sizing: content-box !important;
    /* flex: .3; */
}
.CategorySlideTitle:before {
    content: '';
    width: 3000px;
    height: 100%;
    position: absolute;
    left: -3000px;
    /* background: #f37321; */
    /* background: #3c7dc1; */
    
    background: #3cc1a8;
}
.CategorySlideTitle-inner {
    overflow: hidden;
    padding: 100px 0 78px;
    /* padding: 26px 0 78px; */
}
.CategorySlideTitle-txt {
    letter-spacing: -.5px;
    /* font-family: 'GmarketSansBold'; */
    
    font-family: 'NEXON Lv2 Gothic Bold';
    font-size: 24px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.28);
    font-weight: 500;
    display: block;
    width: 100%;
}
.CategoryCont {
    height: 100%;
    flex: 1;
}
ul.CategoryList {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.CategoryList:after {
    content: '';
    clear: both;
    display: block;
}
li.CategoryItem {
    width: 33.3%;
    height: 50%;
    /* float: left; */
    
    text-align: center;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    
    padding-left: 60px;
    border-bottom: solid 1px #f1f1f1;
    border-right: solid 1px #f1f1f1;
}
.CategoryItem:nth-child(3) {
    border-right: none;
}
.CategoryItem:nth-child(4),
.CategoryItem:nth-child(5) {
    border-bottom: none;
}
.CategoryItem:nth-child(6) {
    border: none;
}
.CategoryItem:hover {
    cursor: pointer;
}
.CategoryItem:hover img {
    /* filter: hue-rotate(334deg); */
    
    filter: hue-rotate(334deg) drop-shadow(1px 0px 1px #ddd);
    pointer-events: none;
}
.CategoryItem img {
    vertical-align: middle;
    /* width: 45px; */
}
.CategoryItem span {
    padding-left: 15px;
    font-size: 18px;
    color: #4e4e4e;
    letter-spacing: 0;
    font-family: 'SUIT-Regular';
}

/* slick slider dots settings */
.mainSlider ul.slick-dots li button {
    /* text-indent: -9999px; */
    
    color: rgba(255, 255, 255, 0) !important;
}
.mainSlider ul.slick-dots li {
    position: relative;
}
.mainSlider ul.slick-dots>li:nth-child(n)>button:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000000;
    white-space: nowrap;
    width: 100%;
    color: #fff;
    /* color: rgba(255,
    255,
    255,
    0.28); */
}

/* .mainSlider ul.slick-dots > li:nth-child(5n-4) > button::after {
    content: "중대재해처벌법";
}
.mainSlider ul.slick-dots > li:nth-child(5n-3) > button::after {
    content: "관리감독자 우편교육";
}
.mainSlider ul.slick-dots > li:nth-child(5n-2) > button::after {
    content: "산업안전보건법";
}
.mainSlider ul.slick-dots > li:nth-child(5n-1) > button::after {
    content: "법정의무교육";
}
.mainSlider ul.slick-dots > li:nth-child(5n) > button::after {
    content: "근로자 정기교육";
} */
.mainSlider ul.slick-dots {
    width: 350px;
    height: 240px;
    padding: 37px 10px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    transform: translateY(88%);
    left: 346px !important;
}
.mainSlider ul.slick-dots li {
    height: 71px !important;
    position: relative;
    transform: translateY(0px);
    /* transition: all 3s; */
}
.swiper-wrapper {
    position: relative;
    /* pointer-events: none !important; */
}
.swiper-container1 .swiper-slide,
.swiper-container1 .swiper-slide-active {
    height: 440px !important;
    width: 322px !important;
}
.swiper-container1:hover {
    cursor: pointer;
}
.swiper {
    width: 100%;
    height: 100%;
    overflow: visible;
}
.swiper-container .swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.headerSearch {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 20px 30px -7px rgb(0 0 0 / 5%);
    padding: 53px 0;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.1s;
    z-index: 50;
}
.headerSearchForm {
    width: 530px;
    border: solid 4px #ddd;
    position: relative;
    border-radius: 5rem;
    background: #fff;
    margin: 0 auto;
    padding-right: 70px;
    overflow: hidden;
}
.headerSearchForm-txt {
    display: block;
    width: 100%;
    height: 51px;
    font-size: 15.5px;
    line-height: normal;
    padding: 12px 35px;
    color: #333;
    border: none;
    letter-spacing: 0;
}
input.headerSearchForm-txt::placeholder {
    color: #c1c1c1;
}
.headerSearchForm-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70px;
    display: block;
    z-index: 10;
    background: url('/img/main/icon_srch_blue.png')center no-repeat;
    background-size: 23px;
    border: none;
}
.headerSearchForm-submit:hover {
    cursor: pointer;
}
.search-txt {
    overflow: hidden;
    display: block;
    position: absolute;
    border: 0;
    width: 1px;
    height: 1px;
}
.headerSearchTag {
    max-width: 455px;
    margin: 30px auto 0;
}
.headerSearchTag-inner {
    overflow: hidden;
}
.Taglist {
    overflow: hidden;
    margin: -4px -15px;
    font-size: 15px;
    color: #555;
    font-family: 'Noto Sans KR', sans-serif;
}
.Taglist-item {
    padding: 4px 15px;
    float: left;
}
#container-2 .cont-wrap .edu-guide .conBox2 .edu_top {
    transform: translateY(-20px);
}
#container-2 .cont-wrap .edu-guide .conBox2 .edu_type {
    position: absolute;
    bottom: 30px;
    border: 0 !important;
    padding: 3px 40px;
    border-radius: 25px;
    background: #170c48;
    color: #fff;
    font-family: 'SUIT-Regular';
    letter-spacing: 0;
}
@media screen and (max-width: 768px) {
    #header {
        display: none;
        overflow-x: hidden !important;
    }
    
    #quick_menu {
        display: none;
    }
    
    #m_header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 6.5rem;
        line-height: 6.5rem;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        border-bottom: 1px solid #dfdfdf;
        box-shadow: rgb(0 0 0 / 3%) 0px 5px 12px;
        background: #fff;
        color: #0D1720;
        z-index: 9999;
    }
    
    #wrapper {
        width: 100% !important;
    }
    
    #m_header .m_header_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        padding: 0 1.5rem;
    }
    
    #m_header .m_main_logo img {
        width: 16rem;
    }
    
    #m_header .m_overlay_bg.open {
        display: block !important;
    }
    
    #m_header .m_overlay_bg {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 997;
    }
    
    #m_header .menu_toggle,
    #hamburger {
        z-index: 99999;
        /* position: relative; */
    }
    
    #m_header .m_lnb_wrap {
        height: 50px;
        font-size: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #005d5e;
    }
    
    #m_header .m_lnb_wrap .m_line {
        width: 25px;
        height: 3px;
        /* background: #ecf0f1; */
        background: #005d5e;
        margin: 2.7px auto;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    
    #m_header #m_gnb.open {
        right: 0%;
        visibility: visible;
    }
    
    #m_header #m_gnb {
        display: block;
        position: fixed;
        top: 0;
        right: -70%;
        visibility: hidden;
        width: 80%;
        height: 100%;
        max-width: 300px;
        background: #fff;
        z-index: 9999;
        transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
        -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
        -oz-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
        -ms-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    
    #m_header #m_gnb .gnb_nav_wrapper {
        padding-top: 6.5rem;
        position: relative;
        height: 100%;
        overflow-y: auto;
    }
    
    #m_header #m_gnb .gnb_nav_inner {
        width: 90%;
        margin: 0 auto;
    }
    
    #m_header #m_gnb .m_util {
        display: flex;
        flex-direction: column;
        /* height: 6.5rem; */
        /* padding: 0 20px; */
        font-family: 'SUIT-Medium';
        color: #fff;
    }
    
    #m_header #m_gnb .m_util .member-section {
        height: 48px;
        line-height: 48px;
        border-bottom: 2px solid #00ac4f;
        display: flex;
        justify-content: space-between;
    }
    
    #m_header #m_gnb .m_util .member-section div {
        /* display: inline-block; */
    }
    
    #m_header #m_gnb .m_util .member-section div a {
        /* border: 1px solid #00ac4f;
        background-color: #00ac4f;
        margin-right: 5px;
        padding: 3px 15px; */
        padding: 0px 10px;
        border-radius: 1em;
        color: #fff;
        color: #00ac4f;
        font-size: 18px;
        letter-spacing: -0.5px;
    }
    
    #m_header #m_gnb .m_util .member-section div:last-child a {
        /* background: none;
        color: #009a47; */
        background: #3ccd32;
        color: #fff;
        font-size: 15px;
        padding: 3px 13px;
    }
    
    #m_header #m_gnb .m_util .menu-group {
        background: #f0f1f6;
    }
    
    #m_header #m_gnb .m_util .menu-group ul {
        padding: 8px 17px;
    }
    
    #m_header #m_gnb .m_util .menu-group ul li {
        line-height: 40px;
        height: 40px;
    }
    
    #m_header #m_gnb .m_util .menu-group ul li a {
        color: #555;
        font-size: 14px;
        letter-spacing: -0.5px;
        transition: all 0.2s;
    }
    
    #m_header #m_gnb .m_util .menu-group ul li a:hover {
        color: #878787;
    }
    
    #m_header #m_gnb #gnb_nav li:first-child {
        /* border-top: 1px solid #d7d7d7; */
        border-top: 1px solid #e6e7ed;
    }
    
    #m_header #m_gnb #gnb_nav li {
        border-bottom: 1px solid #e6e7ed;
        height: 55px;
        line-height: 55px;
    }
    
    #m_header #m_gnb #gnb_nav li a {
        display: block;
        /* padding: 0 25px; */
        padding: 0 15px;
        color: #414141;
        font-size: 15px;
        font-family: 'SUIT-Medium';
        letter-spacing: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    
    #m_header #m_gnb #gnb_nav li a:hover {
        color: #009a47;
    }
    /* SIX */
    
    #hamburger.is-active {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    #hamburger.is-active .m_line:nth-child(2) {
        width: 0px;
    }
    
    #hamburger.is-active .m_line:nth-child(1),
    #hamburger.is-active .m_line:nth-child(3) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    
    #hamburger.is-active .m_line:nth-child(1) {
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px);
    }
    
    #hamburger.is-active .m_line:nth-child(3) {
        -webkit-transform: translateY(-9px) rotate(90deg);
        -ms-transform: translateY(-9px) rotate(90deg);
        -o-transform: translateY(-9px) rotate(90deg);
        transform: translateY(-9px) rotate(90deg);
    }
    
    .side_menu,
    .side_menu_arrow {
        display: none;
    }
    
    .site-container {
        display: inherit;
        padding: 0;
    }
    
    .swiper-container1 .swiper-slide,
    .swiper-container1 .swiper-slide-active {
        height: 270px !important;
        width: 206px !important;
    }
    
    #container-1 {
        max-height: inherit;
        margin-top: 0;
    }
    
    #container-1 .swiper {
        height: 70vh !important;
    }
    
    .CategorySlider {
        height: auto;
    }
    
    .CategorySlideTitle-inner {
        overflow: visible;
        padding: 20px 0 15px;
        width: 237px;
        margin: 0 auto;
    }
    
    .swiper-container .swiper-slide:first-child {
        /* margin-left: 11px; */
    }
    
    .swiper-slide span {
        font-size: 29px;
        line-height: normal;
    }
    
    .CategorySlideTitle {
        width: 100%;
        margin-top: 0;
        padding-bottom: 0;
    }
    
    .CategoryCont {
        border-bottom: 1px solid #f1f1f1;
        height: 11em;
    }
    
    li.CategoryItem {
        padding-left: 18px;
    }
    
    .CategoryItem span {
        font-size: 16px;
        padding-left: 8px;
    }
    
    #container-1 .title_inner {
        top: 12.5%;
        left: 50%;
        transform: translateX(-50%);
    }
    
    #container-1 .title_area {
        max-width: initial;
        width: auto;
    }
    
    #container-1 .title_area h1 {
        font-size: 16px;
        margin-left: 0;
    }
    
    #container-1 .txt_inner {
        top: 18%;
    }
    
    #container-1 .txt_area {
        margin-bottom: 2.5em;
    }
    
    #container-1 .txt_area div h2,
    #container-1 .txt_area div span {
        font-size: 30px !important;
    }
    
    #container-1 .txt_area>p {
        font-size: 1.15em !important;
        padding-top: 1rem;
    }
    
    #container-1 .hr16 span {
        display: block;
    }
    
    #container-1 .hr16~p {
        font-size: 2.1rem !important;
    }
    
    #container-1 .swiper-button-next,
    #container-1 .swiper-button-prev {
        width: 45px !important;
        height: 45px !important;
        top: 56%;
        display: none;
    }
    
    #container-1 .swiper-button-prev {
        left: 5px;
    }
    
    #container-1 .swiper-button-next {
        right: 5px;
    }
    
    .main_inner {
        margin-top: 0;
    }
    
    #container-1 .swiper-button-prev:before,
    #container-1 .swiper-button-next:before {
        content: '';
    }
    
    .menu_area {
        width: 85%;
    }
    
    .menu_area ul {
        flex-wrap: wrap;
        gap: 0 1.5vmin;
    }
    
    .menu_area li {
        margin: 0.7vmin 0;
        width: calc(50% - 1vmin);
        min-height: initial;
        padding: 2vmin;
    }
    
    .menu_area li:last-child {
        width: 100%;
    }
    
    .menu_area li a {
        font-size: 20px;
        justify-content: space-between;
        gap: 10px;
    }
    
    .menu_area li a img {
        width: 8vmin;
    }
    
    #container-course .cont-wrap {
        width: 95%;
        margin: 4rem auto;
    }
    
    #container-course .cont-wrap .edu_title {
        flex-direction: column;
        gap: 10px;
    }
    
    #container-course .edu_title p>span {
        font-size: 1.8rem;
    }
    
    #container-course .cont-wrap h1 {
        font-size: 2.7rem;
    }
    
    #container-course ul.list-wrap {
        row-gap: 10vmin;
        margin-top: 11vmin;
    }
    
    #container-course ul.list-wrap li {
        width: calc(50% - 6px);
    }
    
    #container-course ul.list-wrap li .list-title {
        font-size: 1.9rem;
    }
    
    #container-course ul.list-wrap li .list-title:before {
        width: 11vmin;
        height: 11vmin;
        top: -7vmin;
    }
    
    #container-course ul.list-wrap li .list-bottom {
        padding: 0 10px;
        margin: 12px 0;
    }
    
    #container-course ul.list-wrap li .list-title b {
        font-size: 0.9em;
    }
    
    #container-course ul.list-wrap li .list-title b:after {
        width: 2px;
        height: 2.5vmin;
    }
    
    #container-course ul.list-wrap li .list-bottom h3 {
        font-size: 3.1vmin;
        background-size: 7%;
        padding: 12px 12px 12px 2.2rem;
    }
    
    #container-course ul.list-wrap li .list-bottom .letter-p {
        background-position-y: 29%;
    }
    
    #container-course ul.list-wrap li .list-bottom .letter {
        letter-spacing: -1px;
    }
    
    #container-2 ul.list-wrap {
        justify-content: initial;
        height: auto;
    }
    
    #container-2 .cont-wrap .cont-inner {
        height: fit-content;
        flex-direction: column-reverse;
        margin-bottom: 23px;
    }
    
    #container-2 .cont-wrap .cont-inner .log-in {
        padding: 6% 5%;
        margin-bottom: 23px;
        display: none;
    }
    
    #container-2 .cont-wrap .cont-inner .helpline ul {
        flex-direction: column;
    }
    
    #container-2 .cont-wrap .cont-inner .helpline {
        margin-right: 0;
        padding: 10px 1px 21px;
        width: 100%;
    }
    
    #container-2 .cont-wrap .cont-inner .helpline h1 {
        font-size: 32px;
    }
    
    #container-2 .cont-wrap .cont-inner .helpline>p {
        margin: 6px 0 20px;
    }
    
    #container-2 .cont-wrap .cont-inner .helpline ul li {
        width: 100% !important;
        padding: 22px 30px !important;
    }
    
    #container-2 .cont-wrap .cont-inner .helpline ul li:nth-of-type(2) {
        margin-left: 0;
        margin-top: 1.2em;
    }
    
    #container-2 .cont-wrap .cont-inner .helpline ul li>div {
        align-items: center;
    }
    
    #container-2 .cont-wrap .cont-inner .helpline ul li .csNum {
        /* flex-direction: column; */
        align-items: baseline;
    }
    
    #container-2 .cont-wrap .cont-inner .helpline ul li .numberTitle {
        padding-left: 20px;
    }
    
    #container-2 .cont-wrap .cont-inner .helpline ul li .numberTitle p {
        font-size: 30px;
    }
    
    #container-2 .cont-wrap .edu-guide {
        height: fit-content;
        flex-direction: column;
        border: none;
        margin-bottom: 0;
    }
    
    #container-2 .cont-wrap .edu-guide .curriculumWrap {
        width: 95%;
        margin: 0 auto;
    }
    
    #container-2 .cont-wrap .edu-guide .curriculumWrap .title_area {
        padding: 50px 0 70px;
        width: 100%;
        background-size: 108%;
    }
    
    #container-2 .cont-wrap .edu-guide .curriculumWrap>p {
        font-size: 16px;
    }
    
    #container-2 .cont-wrap .edu-guide .title_area h1 {
        font-size: 2.8rem;
    }
    
    #container-2 .cont-wrap .edu-guide .title_area p:nth-of-type(1) {
        font-size: 13px;
        letter-spacing: 0px;
        top: 3.4rem;
    }
    
    #container-2 .cont-wrap .edu-guide .title_area p:last-child {
        letter-spacing: 0;
        bottom: 3.5rem;
        font-size: 16px;
    }
    
    #container-2 .cont-wrap .edu-guide .conBox1 {
        width: 100%;
        height: fit-content;
        display: none;
    }
    
    #container-2 .cont-wrap .edu-guide .conBox2 {
        margin: 20px auto;
        max-width: inherit;
        flex-wrap: wrap;
    }
    
    #container-2 .cont-wrap .edu-guide .conBox2,
    #container-2 .cont-wrap .edu-guide .conBox3 {
        flex: inherit;
        width: 100%;
        height: fit-content;
        justify-content: space-between;
    }
    
    #container-2 .cont-wrap .edu-guide .conBox2>div {
        margin-right: 0;
        width: 49%;
        margin-bottom: 2%;
    }
    
    #container-2 .cont-wrap .edu-guide .conBox2 .item {
        height: fit-content;
        justify-content: space-between;
        padding: 2em 1.5em;
        height: 275px;
    }
    
    #container-2 .cont-wrap .edu-guide .conBox2 .item p {
        line-height: 1.4;
        font-size: 23px;
    }
    
    #container-2 .cont-wrap .edu-guide .conBox2 .item span {
        font-size: 16px;
        letter-spacing: -0.5px;
    }
    
    #container-2 .cont-wrap .edu-guide .conBox2>div img {
        margin-top: 0 !important;
    }
    
    #container-2 .cont-wrap .edu-guide .conBox2>div:nth-child(3) .item p {
        margin-top: 10px;
    }
    
    #container-2 .cont-wrap .edu-guide .conBox2 .item,
    #container-2 .cont-wrap .edu-guide .conBox2>div p,
    #container-2 .cont-wrap .edu-guide .conBox2>div img {
        transform: inherit;
    }
    
    #container-2 .cont-wrap .edu-guide .conBox2 .edu-item .item {
        border-radius: 5px !important;
    }
    
    #container-2 .cont-wrap .edu-guide .conBox2 .edu_top {
        transform: translateY(0);
    }
    
    #container-2 .cont-wrap .edu-guide .conBox3 {
        max-width: 90%;
    }
    
    #container-2 .cont-wrap .edu-guide .conBox3 .downCont {
        padding: 15px;
        width: 100%;
        border-width: 3px;
    }
    
    #container-2 .cont-wrap .edu-guide .conBox3 .downCont:nth-child(2) {
        margin: 0 10px;
    }
    
    #container-2 .cont-wrap .edu-guide .conBox3 .downCont:after {
        left: 6px;
        top: 3px;
    }
    
    #container-2 .cont-wrap .edu-guide .conBox3 .downCont .icon_img {
        display: none;
    }
    
    #container-2 .cont-wrap .edu-guide .conBox3 .downCont h3 {
        font-size: 14px;
        word-break: keep-all;
    }
    
    #container-2 .cont-bg {
        padding: 20px 0;
    }
    
    #container-2 ul.list-wrap li {
        width: 50%;
        margin: 0px;
    }
    
    #container-2 .list-img {
        width: 100%;
        margin-bottom: 0;
    }
    
    #youtube-wrapper .youtube-content h1 {
        font-size: 28px;
    }
    
    #container-2 #youtube-wrapper {
        padding: 50px 0 25px;
    }
    
    #youtube-wrapper .youtube-content h1:before {
        width: 29px;
        height: 29px;
    }
    
    #container-2 .cont-wrap .serviceWrap {
        padding: 50px 0;
    }
    
    #container-2 .cont-wrap .serviceWrap h1 {
        font-size: 2.6rem;
    }
    
    #container-2 .cont-wrap .serviceWrap p {
        font-size: 1.8rem;
    }
    
    #container-2 .cont-wrap .serviceWrap .listCont {
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 40px;
    }
    
    #container-2 .cont-wrap .serviceWrap .list_wrap {
        width: 90%;
        display: flex;
        padding: 25px 20px;
        margin: 8px auto;
    }
    
    #container-2 .cont-wrap .serviceWrap .list_wrap .title_icon {
        width: 55px;
        height: 55px;
        line-height: 55px;
        margin: 0 auto;
    }
    
    #container-2 .cont-wrap .serviceWrap .list_wrap:last-child {
        margin-right: auto;
    }
    
    #container-2 .cont-wrap .serviceWrap .list_wrap ul {
        padding-left: 3rem;
    }
    
    #container-2 .cont-wrap .serviceWrap .list_wrap h2 {
        font-size: 20px;
        margin: 0;
    }
    
    #container-2 .cont-wrap .serviceWrap .list_wrap>div {
        width: 135px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    #container-2 .cont-wrap .middle-banner {
        width: 100%;
        height: fit-content;
        margin: 0;
        padding: 28px 15px;
    }
    
    #container-2 .cont-wrap .middle-banner div h1 {
        font-size: inherit;
        line-height: inherit;
        letter-spacing: -.5px;
    }
    
    #container-2 .cont-wrap .middle-banner div button {
        font-size: 16px;
        height: auto;
        padding: 12px 20px;
    }
    
    #container-2 div h1:before {
        width: 29px;
        height: 29px;
    }
    
    #container-2 .slick-dots {
        margin-top: 15px;
    }
    
    #container-2 .slick-prev {
        transform: translateX(80%);
    }
    
    #container-2 .slick-next {
        transform: translateX(-80%);
    }
    
    #container-2 .slick-container {
        margin-top: 30px;
    }
    
    #container-3 {
        background: #fff;
        padding: 0;
    }
    
    #container-3 .cont-wrap {
        width: 95%;
    }
    
    #container-3 .multipleContents {
        flex-direction: column;
    }
    
    #container-3 .multipleContents .boardBox {
        margin-right: 0;
        width: 100%;
        border: none;
        padding: 0;
    }
    
    #container-3 .multipleContents .board-right {
        margin-top: 4.5em;
    }
    
    #container-3 .multipleContents .boardBox .main_tab {
        min-height: 295px;
    }
    
    #container-3 .multipleContents .boardBox .main_tab .boardCont {
        height: inherit;
    }
    
    #container-3 .multipleContents .boardBox .boardCont .more {
        position: initial;
        display: block;
        margin: 36px 0 20px;
        height: 47px;
        line-height: 47px;
        border: 1px solid #ddd;
        font-size: 15px;
        text-align: center;
    }
    
    #container-3 .multipleContents .boardBox ul.boardTab li {
        padding: 10px 20px;
    }
    
    #container-3 .multipleContents .board-right ul.boardTab li {
        padding: 10px 0;
    }
    
    #container-3 .multipleContents .boardBox .boardCont li {
        margin: 0 0 5px 0;
        padding: 5px 20px;
    }
    
    #container-3 .multipleContents .boardBox .boardCont ul li:nth-child(7),
    #container-3 .multipleContents .boardBox .boardCont ul li:nth-child(6) {
        display: none;
    }
    
    #container-3 .multipleContents .boardBox .boardCont ul>li:first-child a {
        padding: 29px 0;
    }
    
    #youtube-wrapper {
        background: #f9f9f9;
    }
    
    #youtube-wrapper .slick-slide {
        margin: 10px 4vmin;
    }
    
    #youtube-wrapper .slick-list {
        padding-top: 4% !important;
    }
    
    #youtube-wrapper .slick-prev,
    #youtube-wrapper .slick-next {
        transform: translateX(0);
    }
    
    #youtube-wrapper .slick-slide div img,
    #youtube-wrapper .slick-slide a p {
        width: 100%;
    }
    
    #container-3 .multipleContents .boardBox .boardCont ul>li:first-child {
        padding: 0 20px;
    }
    
    #container-3 .multipleContents .boardBox .boardCont .plus {
        font-size: 16px;
    }
    
    #container-3 .multipleContents .blogCont {
        height: fit-content;
        margin: 0;
        min-height: 245px;
    }
    
    #container-3 .multipleContents .blogCont .blogTxt {
        padding: 10px 15px;
    }
    
    #container-4 .cont-wrap {
        width: 93%;
        padding: 4rem 0;
    }
    
    #container-4 .cont-wrap h1 {
        font-size: 2.8rem;
    }
    
    #container-4 .blogCont a {
        /* flex-direction: row; */
    }
    
    #container-4 .blogCont .subTitle {
        -webkit-line-clamp: 2;
    }
    
    #container-4 .blogCont p.text {
        display: -webkit-box !important;
        margin: 16px 0 12px;
    }
    
    #container-4 .blogCont p.date {
        padding-top: 0;
    }
    
    #container-4 .blogCont .bannerImg img {
        max-height: 25rem;
    }
    
    #container-4 .blogWrap .titleSection .controlBtn>div {
        font-size: 18px;
    }
    
    #container-4 .blogWrap .titleSection .controlBtn .paging-counter {
        min-width: revert;
    }
    
    #container-cs .cont-wrap {
        width: 95%;
    }
    
    #container-cs .cont-wrap .helpline {
        flex-direction: column;
        padding: 2rem 0 2.5rem;
    }
    
    #container-cs .cont-wrap .helpline .ti_wrap {
        width: 100%;
        text-align: center;
    }
    
    #container-cs .cont-wrap .helpline h1 {
        font-size: 2.8rem;
        margin-bottom: 16px;
    }
    
    #container-cs .cont-wrap .helpline .ti_wrap p {
        font-size: 16px;
        margin-bottom: 2.4rem;
    }
    
    #container-cs .cont-wrap .helpline ul {
        width: 100%;
        flex-direction: column;
    }
    
    #container-cs .cont-wrap .helpline ul li {
        width: 98%;
        padding: 3% 3.5% 3.2%;
        margin: 0 auto;
        text-align: center;
    }
    
    #container-cs .cont-wrap .helpline ul li:nth-of-type(2) {
        margin: 10px auto;
    }
    
    #container-cs .cont-wrap .helpline ul li .numberTitle>span,
    #container-cs .cont-wrap .helpline ul li .numberTitle p {
        font-size: 1em;
    }
    
    #container-5 {
        background-size: cover;
        background-position: top center;
        background-image: url(/img/main/m_award_bg.jpg);
        height: auto;
    }
    
    #container-5 .cont-wrap {
        padding: 35px 0 25px;
    }
    
    #container-5 .cont-wrap>h1 {
        font-size: 2.4rem;
        color: #d3b58d;
        border: 4px double;
        border-left: 0;
        border-right: 0;
        display: inline-block;
        padding: 2px 2px 3px;
    }
    
    #container-5 .cont-wrap ul {
        display: flex !important;
    }
    
    #container-5 .cont-wrap ul li {
        margin: 3px auto;
        background: url(https://test-bts2.esafetykorea.or.kr/img/main/laurel.png)no-repeat center/contain;
        height: 90px;
        width: 32%;
        color: #ddbd8f;
        font-family: 'Noto Sans KR', sans-serif;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    #container-5 .cont-wrap ul li h4 {
        line-height: 1.3;
        font-size: 15px;
    }
    
    #container-5 .cont-wrap ul li p {
        line-height: 1.3;
        font-weight: bold;
        font-size: 16px;
    }
    /*  #container-5 {
        background-size: cover;
        background-position: top center;
    }
    
    #container-5 .cont-wrap {
        padding: 30px 0;
    }
    
    #container-5 .cont-wrap>h1 {
        font-size: 2.8rem;
    }
    
    #container-5 .cont-wrap ul li {
        margin: 5px auto;
    }
    
    #container-5 .cont-wrap ul li img {
        width: 90%;
    }
    
    .swiper-container .swiper-slide:last-child a {
        padding-right: 0;
    } */
    
    .footer .swiper-button-next,
    .footer .swiper-button-prev {
        display: none !important;
    }
    
    .footer .mainFooter a {
        padding: 0 2.5vmin;
    }
    
    .footer .mainFooter img {
        width: 20vmin !important;
        min-height: 5vmin;
        max-height: 5vmin;
    }
    
    .footer_inner {
        padding: 15px 5px 15px;
        display: inherit;
        max-width: 95%;
    }
    
    .link_inner {
        width: 95%;
    }
    
    .sub-right .time_area {
        max-width: 68%;
    }
    
    .sub-right .time_p {
        margin-left: 19px;
        padding-bottom: 0;
    }
    /* ----------------------------------------- */
    
    .footer .footer_inner .logo_box {
        padding-bottom: 15px;
    }
    
    .footer .footer_inner .logo_box img {
        width: 30% !important;
        margin-top: 1%;
    }
    
    .footer .footer_inner .subfooter_text,
    a.btn {
        font-size: 1.5rem;
    }
    
    .subfooter_info {
        padding-top: 10px;
        font-size: 14px;
    }
    
    .subfooter_info p {
        display: inline-block;
        word-break: keep-all;
        line-height: 1.45;
    }
    
    .sub-right .customer span {
        font-size: 19px;
        margin-left: 8px;
    }
    
    .sub-right .time {
        font-size: 14px;
    }
    
    .sub-right .customer {
        font-size: 15px;
        display: inline-flex;
        align-items: center;
    }
    
    .sub-right .customer:first-child {
        margin-bottom: 0;
        gap: 24px;
        justify-content: inherit;
    }
    
    .sub-right .customer span:before {
        width: 20px;
        height: 20px;
    }
    
    .copyright {
        padding-top: 10px;
        font-size: 14px;
    }
    
    .sub-right .footer_img {
        width: 100%;
    }
    
    .page_top {
        text-align: right;
        padding-right: 20px;
    }
    
    .top_btn {
        width: 45px;
        height: 45px;
    }
    
    #container-2 .titleWrap h1 {
        font-size: 8vw;
    }
    
    #container-2 .titleWrap h1:after {
        width: 2.14vw;
        height: 2.14vw;
        bottom: 5.5px;
    }
    
    #container-2 .titleWrap p {
        font-size: 3.5vw;
    }
    
    #container-2 .cont-01 {
        padding: 21.4vw 6.4vw;
    }
    
    #container-2 .cont-01 ul li img {
        width: 16.67vw !important;
    }
    
    #container-2 .cont-01 ul li:last-child img {
        padding: 0;
    }
    
    #container-2 .cont-01 ul li:after {
        width: 0;
    }
    
    #container-2 .cont-01 ul li h2 {
        font-size: 4vw;
        margin: 8vw 0 15px;
    }
    
    #container-2 .cont-01 ul li h3 {
        word-break: keep-all;
    }
    
    #container-2 .cont-02 {
        justify-content: center;
        min-height: 13.4vw;
        padding: 21.4vw 6.4vw;
        height: auto;
    }
    
    #container-2 .cont-02 .conWrap {
        flex-direction: column;
        width: 100%;
    }
    
    #container-2 .cont-02 .conWrap .boxWrap {
        margin-top: 40px;
        overflow: visible;
    }
    
    #container-2 .cont-02 ul li {
        padding-right: 12px;
        margin-right: 24px;
    }
    
    #container-2 .cont-02 ul .swiper-slide:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    #container-2 .cont-02 ul li h2 {
        font-size: 4vw !important;
        margin: 20px 0 30px !important;
    }
    
    #container-2 .cont-02 ul li .txt_box {
        z-index: 1;
    }
    
    #container-2 .cont-02 ul li .txt_mo {
        font-family: 'SUIT-Medium';
        line-height: 1.45;
        display: block !important;
        font-size: 3.5vw;
        color: #ffffffd8;
    }
    
    #container-2 .cont-02 ul li h3 {
        font-size: 3.8vw;
    }
    
    #container-2 .cont-02 ul li .txt_hover {
        display: none;
    }
    
    #container-2 .cont-02 ul .swiper-slide.not:before {
        opacity: 0;
    }
    
    #navigation-bar .navi-wrap ul {
        flex-wrap: wrap;
    }
    
    #navigation-bar .navi-wrap ul li {
        flex-basis: initial;
        width: calc(100% / 3);
    }
    
    #container-2 .navi-wrap ul li.active {
        transform: unset;
        border-radius: 0;
        border: none;
    }
    
    #navigation-bar .navi-wrap ul li:after {
        height: 21px;
    }
    
    #container-2 .navi-wrap ul li.active:hover:after {
        display: none;
    }
    /* 로그인 페이지 */
    
    .loginPage-wrapper {
        margin: 5vmin auto 0 !important;
    }
    
    .loginPage-wrapper .loginSection {
        width: 90%;
    }
    
    .loginPage-wrapper .loginSection>div:first-of-type {
        margin-bottom: 0rem;
        visibility: hidden;
    }
    /* 회원가입 페이지 */
    
    .registerPage-wrapper {
        margin: 20vmin auto 0 !important;
    }
    
    .registerPage-wrapper .registerSection {
        width: 45rem;
    }
    
    .registerPage-wrapper .registerSection #title {
        font-size: 3rem;
    }
}