@charset "utf-8";
html,body {
    overflow-x: hidden;
}
.link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1400px;
}
.inner {
    display: flex;
    height: 100%;
    height: 70px;
    align-items: center;
    justify-content: space-between;
}
/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: transparent;
    line-height: 70px;
    z-index: 100;
    border-bottom: 1px solid #fff;
}

.header .logo a {
    font-weight: 700;
    font-size: 21px;
}
.header.fixed {
    background: #fff;
    border-bottom: 1px solid #bbb;
}
.header.fixed .logo a {
    color: #2b2b2b;
}
.header.fixed .gnbNav li > a {
    color: #2b2b2b;
}
.header.fixed .loginLink a {
    color: #2b2b2b;
}
.gnbNav li {
    float: left;
    padding: 0 30px;
}
.gnbNav li > a {
    font-size: 18px;
}
.loginLink a {
    font-weight: 300;
    font-size: 15px;
}
.loginLink a.login {
    position: relative;
    padding-right: 20px;
}
.loginLink a.login:before {
    position: absolute;
    top: 50%;
    right: 6px;
    font-size: 14px;
    content: '·';
    transform: translateY(-50%);
}
/* 햄버거메뉴 */
.ham_menu {
    display: none;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
}
.ham_menu svg .st0 {
    fill:none;
}
.ham_menu svg .st1 {
    stroke: #fff;
    stroke-width: 2;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
}
.ham_menu.fixed svg .st1 {
    stroke: #2b2b2b;
}
.ham_nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background: #fff;
    z-index: 150;
    padding-top: 50px;
}
.ham_nav.show {
    right:0;
}
.ham_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(45,45,45,0.7);
    z-index: 130;
    display: none;
}
.ham_bg.show {
    display:block;
}
.ham_nav .home {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}
.nav_wrap .top_txt {
    margin: 30px;
}
.nav_wrap .top_txt p {
    color: #2b2b2b;
    font-size: 19px;
}
.nav_wrap .top_txt p > span {
    border-bottom: 1px solid #2b2b2b;
}
.nav_wrap .top_txt p a {
    color: #2b2b2b;
    font-weight: 700;
    font-size: 21px;
}

.nav_wrap .top_txt p a.login {
    position: relative;
    margin-right: 10px;
}
.nav_wrap .top_txt p a.login:before {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 3px;
    height: 3px;
    content: '';
    transform: translateY(-50%);
    border-radius: 50%;
    background:#2b2b2b;

}
.main_nav {
    background: #eee;
}
.main_nav li {
    padding:2vh
}
.main_nav a {
    width: 100%;
    display: inline-block;
    color: #2b2b2b;
    font-size: 15px;
}
.contact {
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: calc(100% - 60px);
    padding:2vh;
    background: no-repeat center/cover url("/portfolio/heyClass/img/main/footer/footer_ban_bg.png");
    border-radius: 10px;
}
.contact .btn_wrap {
    margin-top: 10px;
}
.contact .btn_wrap button {
    height: 40px;
    background: #fff;
    color: #2b2b2b;
    line-height: 43px;
    border-radius: 10px;
}
.contact .btn_wrap button:first-child {
    float: left;
    width: 48%;
}
.contact .btn_wrap button:last-child {
    float: right;
    width: 48%;
}
/* footer */
.footer {
    display: flex;
    padding: 50px 0;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer a,
.footer h5,
.footer p,
.footer span {
    color: #bbb;
}

.footer .inquiry {
    width: 60%;
}

.footer .inquiry h5 {
    font-weight: 700;
    font-size: 30px;
}

.footer .inquiry .txt01 {
    font-size: 15px;
    margin-top: 25px;
}

.footer .inquiry .txt02 {
    font-size: 15px;
    margin-top: 25px;
}

.footer .inquiry .txt02 > b {
    font-weight: 700;
}

.footer .inquiry .call {
    font-size: 24px;
    margin-top: 25px;
}

.footer .inquiry .btn_wrap {
    margin-top: 25px;
}

.footer .inquiry .btn_wrap button {
    width: 200px;
    height: 54px;
    background: #bbb;
    color: #fff;
    line-height: 54px;
    text-align: center;
    border-radius: 27px;
    margin-right: 20px;
}

.footer .info .logo {
    position: relative;
    font-weight: 700;
    font-size: 23px;
    text-transform: uppercase;
}
.footer .info .logo .infoMore {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 14px;
    background: url("/portfolio/heyClass/img/main/footer/footer_arrow.png") no-repeat 0/100% auto;
    content: '';
    margin-top: -8px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    cursor: pointer;
}

.footer .info .logo .infoMore.is_show {
    webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.footer .info .txt01 {
    font-weight: 300;
    font-size: 13px;
}

.footer .info .sns {
    margin-top: 13px;
}

.footer .info .sns li {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 5px;
}

.footer .foot_info {
    margin-top: 20px;

}

.footer .foot_info span {
    display: inline-block;
    font-size: 14px;
}

.footer .foot_info .tit {
    width: 38%;
    font-weight: 700;
}

.footer .foot_info .data {
    width: 60%;
}

.footer .pv_link {
    margin-top: 20px;
}

.footer .pv_link a {
    position: relative;
    font-size: 14px;
    text-decoration: underline;
}

.footer .pv_link a:first-child {
    margin-right: 30px;
}

.footer .pv_link a:first-child:before {
    position: absolute;
    top: 2px;
    right: -17px;
    width: 1px;
    height: 12px;
    background: #bbb;
    content: '';
}

/* 애니메이션 */
/* Triangle */
@-webkit-keyframes Triangle {

    0%,
    100% {
        opacity: 0;
        transform: scale(0.7);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }

}

@keyframes Triangle {

    0%,
    100% {
        opacity: 0;
        transform: scale(0.7);
    }

    30% {
        opacity: 1;
        transform: scale(1);
    }

}

/* ani01 */
@-webkit-keyframes ani01 {

    0%,
    100% {
        opacity: 0;

    }

    30% {
        opacity: 1;

    }

    80% {
        opacity: 1;
    }

}

@keyframes ani01 {

    0%,
    100% {
        opacity: 0;
    }

    30% {
        opacity: 1;

    }

    80% {
        opacity: 1;
    }

}

/* ani02 */
@-webkit-keyframes ani02 {

    0%,
    100% {
        opacity: 0;

    }

    30% {
        opacity: 1;
        transform: rotate(8deg);

    }

    80% {
        opacity: 1;
        transform: rotate(-8deg);
    }

}

@keyframes ani02 {

    0%,
    100% {
        opacity: 0;
    }

    30% {
        opacity: 1;
        transform: rotate(8deg);

    }

    80% {
        opacity: 1;
        transform: rotate(-8deg);
    }

}

/* roccat */
@-webkit-keyframes roccat {

    0% {
        opacity: 0;

    }

    20% {
        opacity: 1;
        transform: translateY(-50%);

    }

    80% {
        opacity: 1;
        transform: translateY(-350%);
    }

    100% {
        opacity: 0;
        transform: translateY(-350%);
    }

}

@keyframes roccat {
    0% {
        opacity: 0;

    }

    20% {
        opacity: 1;
        transform: translateY(-50%);

    }

    80% {
        opacity: 1;
        transform: translateY(-350%);
    }

    100% {
        opacity: 0;
        transform: translateY(-350%);
    }

}

/* heorRight */
@-webkit-keyframes heorRight {
    0% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes heorRight {
    0% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes bigger {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }
}

@keyframes bigger {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }

}

@-webkit-keyframes rotate3d {
    0% {
        transform: rotate3d(0);
    }

    50% {
        transform: rotate3d(4, 22, 3, 180deg);
    }

    100% {
        transform: rotate3d(0);
    }

}

@keyframes rotate3d {
    0% {
        transform: rotate3d(0);
    }

    50% {
        transform: rotate3d(4, 22, 3, 180deg);
    }

    100% {
        transform: rotate3d(0);
    }

}

/* heartMove */
@-webkit-keyframes heartMove {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(-200%);
    }

}

@keyframes heartMove {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(-200%);
    }
}
@-webkit-keyframes seconds {
    to {
        transform: rotate(480deg);
    }
}

@keyframes seconds {
    to {
        transform: rotate(480deg);
    }

}
@-webkit-keyframes cont5Ani {

    to {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes cont5Ani {
    to {
        opacity: 1;
        transform: translate(-20px,0);
    }

}
@-webkit-keyframes marquee {
    from {
        -webkit-transform: translate(0%);
    }

    99%,
    to {
        -webkit-transform: translate(-100%);
    }
}

@-moz-keyframes marquee {
    from {
        -moz-transform: translate(0%);
    }

    99%,
    to {
        -moz-transform: translate(-100%);
    }
}

@-ms-keyframes marquee {
    from {
        -ms-transform: translate(0%);
    }

    99%,
    to {
        -ms-transform: translate(-100%);
    }
}

@-o-keyframes marquee {
    from {
        -o-transform: translate(0%);
    }

    99%,
    to {
        -o-transform: translate(-100%);
    }
}

@keyframes marquee {
    from {
        transform: translate(0%);
    }

    99%,
    to {
        transform: translate(-100%);
    }
}


/* 서브페이지 애니메이션 */
/* main01 */
@-webkit-keyframes main01 {

    0%,
    100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(10deg);
    }

}

@keyframes main01 {

    0%,
    100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(10deg);
    }
}
/* 미디어쿼리 */
/* width가 1440px이하 */
@media (max-width:1440px) {
    .slide_wrapper .sub_slide {
        left: 5%;
    }
}

/* width가 1200px이하 */
@media (max-width:1200px) {}

/* width가 1024px이하 */
@media (max-width:1024px) {}

/* width가 1000px이하 */
@media (max-width:1000px) {
    /* header */
    .gnbNav li {
        padding: 0 15px;
    }
    .gnbNav li > a {
        font-size: 16px;
    }
    /* footer */
    .footer .inquiry {
        width: 50%;
    }
    .footer .inquiry .btn_wrap button {
        width: 170px;
        margin-right: 5px;
    }
}

/* width가 768px 이하*/
@media (max-width:768px) {
    /* header */
    .header .loginLink,
    .header nav {
        display: none;
    }
    /* hamburger */
    .ham_menu {
        display: block;
    }
    /* footer */

    .m_hide {
        display: none;
    }
    .footer .info .logo .infoMore {
        display: block;
    }

    .footer .inquiry {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer .inquiry h5 {
        font-size: 23px;
    }
    .footer .inquiry .btn_wrap,
    .footer .inquiry .call,
    .footer .inquiry .txt01,
    .footer .inquiry .txt02 {
        margin-top: 10px;
    }
    .footer .inquiry .call {
        font-size: 19px;
    }
    .footer .inquiry .btn_wrap button {
        height: 45px;
        line-height: 47px;
    }

}

/* width가 500px 이하*/
@media (max-width:500px) {
    /* hamburger */
    .ham_nav {
        width: 100%;
    }
    .nav_wrap .top_txt {
        margin:5vh 3vh;
    }
    /* footer */
    .footer .inquiry .txt01,
    .footer .inquiry .txt02 {
        font-size: 13px;
    }
    .footer .inquiry .call {
        font-size: 15px;
    }
    .footer .inquiry .call img {
        width: 15px;
    }
    .footer .inquiry .btn_wrap button {
        width: 120px;
        font-size: 15px;
    }
    .contact {
        left:15px;
        width:calc(100vw - 30px);
    }
    .contact .btn_wrap button {
        font-size: 14px;
    }
    .nav_wrap .top_txt p {
        font-size: 17px;
    }
}

/* width가 425px이하 */
@media (max-width:426px) {
    /* footer */
    .footer .inquiry h5 {
        font-size: 19px;
    }
    .footer .info .logo {
        font-size: 19px;
    }
    .footer .inquiry .txt01,
    .footer .inquiry .txt02 {
        font-size: 12px;
    }
    .footer .foot_info span {
        font-size: 13px;
    }
    .footer .pv_link a {
        font-size: 13px;
    }
}

/* width가 320px 이하 */
@media (max-width:320px) {
    /* header */
    /* hamburger */
    .ham_nav {
        padding-top: 5vh;
    }
    .ham_nav .home {
        width: 25px;height: 25px;
    }
    .nav_wrap .top_txt {
        margin-bottom: 3vh;
    }
    .contact {
        bottom:10px;
    }
    .contact .btn_wrap button {
        height: 35px;
        line-height: 37px;
    }
    /* footer */
    .footer .foot_info span {
        font-size: 12px;
    }
}

/* width가 280px 이하 */
@media (max-width:280px) {}