@charset "UTF-8";


body,
html {
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

/* layout */

#header {
    width: 100%;
    height: 130px;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 2;
}

#header:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s;
}

#header_scroll {
    width: 100%;
    height: 59px;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 3;
    position: fixed;

}

#banner {
    width: 100%;
    background-color: #aaa;
}

#contents {
    background-color: #ccc;
}

#footer {
    height: 120px;
    background-color: #faed2d;
}

.container {
    position: relative;
    width: 1176px;
    margin: 0 auto;
}

.body {
    position: relative;
}

/*header*/

.header {
    text-align: center;
    position: absolute;

}

.header h2 {
    height: 80px;
}

.header h2 img {
    padding: 20px 0;
}

.header nav {
    position: relative;
    bottom: 0;
}

.header .header_nav {}

.header .header_nav li {
    float: left;
    width: 235px;
    height: 47px;
}

.header .header_nav li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 14px;
}

.header .header_nav li a:hover {
    color: #faed2d;
    border-bottom: 3px solid #000;
}

.header .blog {
    position: absolute;
    right: 60px;
    top: 24px;
    width: 31px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    font-size: 9px;
}

.header .blog a {
    display: block;
    color: #ccc;
    transition: all 0.5s;
}

.header .blog a:hover {
    background-color: #faed2d;
    color: #000;
}

.header .Instar {
    position: absolute;
    right: 20px;
    top: 24px;
    width: 31px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    font-size: 9px;
}

.header .Instar a {
    display: block;
    color: #ccc;
    transition: all 0.5s;
}

.header .Instar a:hover {
    background-color: #faed2d;
    color: #000;
}

/*nav scroll*/

.header_scroll {
    overflow: hidden;
    position: relative;
}

.header_scroll h2 {
    float: left;
    margin: 10px 30px;
    width: 15%;
}

.header_scroll h2 img {
    display: block;
}

.scroll_nav {
    float: left;
    text-align: center;
    width: 70%;
}

.scroll_nav li {
    float: left;
    width: 20%;
    height: 57px;
}

.scroll_nav li a {
    display: block;
    line-height: 57px;
    font-size: 16px;
    color: #fff;
}

.scroll_nav li a:hover {
    color: #faed2d;
    border-bottom: 3px solid #faed2d;

}

.scroll_sns {
    width: 10%;
    text-align: center;
}

.scroll_sns .blog {
    position: absolute;
    right: 54px;
    top: 14px;
    width: 31px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    font-size: 9px;
}

.scroll_sns .blog a {
    display: block;
    color: #ccc;
    transition: all 0.5s;
}

.scroll_sns .blog a:hover {
    background-color: #faed2d;
    color: #000;
    font-weight: bold;
}

.scroll_sns .Instar {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 31px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    font-size: 9px;
}

.scroll_sns .Instar a {
    display: block;
    color: #ccc;
    transition: all 0.5s;
}

.scroll_sns .Instar a:hover {
    background-color: #faed2d;
    color: #000;
    font-weight: bold;

}

/*m_nav*/

#m_nav {
    position: fixed;
    left: -200px;
    top: 0;
    width: 200px;
    min-height: 100%;
    height: auto;
    background-color: #000;
    z-index: 5;
}

#m_nav h1 {
    text-align: center;
    padding: 60px 0 40px 0;
}

#m_nav> img {
    position: absolute;
    top: 25px;
    left: 180px;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 6;
}

#m_nav ul li {
    border-left: 5px solid rgba(255, 255, 255, 0);
    height: 35px;
    line-height: 30px;
}

#m_nav ul li a {
    color: #fff;
    padding: 0 0 5px 20px;
    display: block;
    font-size: 16px;
}

#m_nav ul li.active {
    background-color: rgba(255, 255, 255, 0.1);
    border-left: 5px solid #faed2d;
}

.m_nav {
    position: absolute;
    left: 5px;
    top: 12px;
    cursor: pointer;
}

.m_nav .bar_wrap {
    position: relative;
    width: 50px;
    height: 40px;
}

.m_nav .bar_wrap .bar {
    position: absolute;
    left: 10px;
    width: 30px;
    height: 3px;
    background-color: #fff;
}

.m_nav .bar_wrap .bar.one {
    top: 10px;
}

.m_nav .bar_wrap .bar.two {
    top: 17px;
}

.m_nav .bar_wrap .bar.three {
    top: 24px;
}

.m_nav img {
    display: none;
}

/* banner */

.swiper-slide > div > img {
    min-width: 100%;
    min-height: 100vh;
}

.banner_img1,
.banner_img2,
.banner_img3 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner_img1 {
    text-align: center;
}

.banner_img1 img {}

.banner_img1 > div {
    position: absolute;
    width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_img1 div .slider_span1 {
    padding-top: 35px;
    width: 80px;
    display: block;
    border-top: 2px solid #ccc;
    margin: 0 auto;
}

.banner_img2 .slider_span1,
.banner_img3 .slider_span1 {
    padding-top: 35px;
    width: 80px;
    display: block;
    border-top: 2px solid #ccc;
}

.banner_img3 div .slider_span2,
.banner_img2 div .slider_span2,
.banner_img1 div .slider_span2 {
    color: #fff;
    display: inline-block;
    font-size: 50px;
    line-height: 4rem;

}

.banner_img1 div .slider_span2 em {
    color: #fa2d2d;
    font-weight: bold;
}

.banner_img3 div .slider_span3,
.banner_img2 div .slider_span3,
.banner_img1 div .slider_span3 {
    padding-top: 33px;
    font-size: 20px;
    display: block;
    letter-spacing: -0.5px;
    line-height: 1.7rem;
    color: #fff;

}

.banner_img1 div .slider_span3 {
    text-shadow: 2px 1px 0 rgba(0, 0, 0, 1);
}

.banner_img3 div .slider_counsel,
.banner_img2 div .slider_counsel,
.banner_img1 div .slider_counsel {
    font-size: 15px;
    display: inline-block;
    width: 131px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    border: 1px solid #ccc;
    text-align: center;
}

.banner_img1 div .slider_counsel a {
    display: block;
    font-weight: bold;
    background-color: #faed2d;
    color: #000;
    transition: all 0.5s;

}

.banner_img1 div .slider_counsel a:hover {
    color: #fff;
    font-weight: bold;
    background: none;
}

.banner_img3 div .slider_counsel a,
.banner_img2 div .slider_counsel a {
    display: block;
    font-weight: bold;
    color: #fff;
    transition: all 0.5s;

}

.banner_img3 div .slider_counsel a:hover,
.banner_img2 div .slider_counsel a:hover {
    color: #000;
    background-color: #faed2d;
    font-weight: bold;
}

/*
.banner_img2{
    
    background: url(../images/slide/slide_2.jpg) no-repeat center top;
}
.banner_img3{
    background: url(../images/slide/slide_3.jpg) no-repeat center top;
}
*/

.banner_img2 > div {
    position: absolute;
    width: 587px;
    top: 252px;
    left: 365px;
}

.banner_img3 > div {
    position: absolute;
    width: 468px;
    top: 252px;
    right: 146px;
}

/*top btn*/

#top {
    position: fixed;
    bottom: 5%;
    right: 140px;
    z-index: 3;
    display: none;
}

#top .top_btn a {
    border: 1px solid #ddd;
    border-radius: 3px;
    background: url(../images/icon/top_btn.png) no-repeat center;
    width: 40px;
    height: 40px;
    display: block;
    transition: all 0.5s;
}

#top .top_btn a:hover {
    background: url(../images/icon/top_btn_on.png) no-repeat center #231f20;
}

#top .kko_btn {
    position: relative;
    margin-bottom: 5px;

}

#top .kko_btn a {
    border: 1px solid #ddd;
    border-radius: 3px;
    background: url(../images/icon/kko_btn_off.png) no-repeat top 5px center #faed2d;
    width: 40px;
    height: 40px;
    display: block;
    transition: all 0.5s;
    font-weight: bold;
    font-family: "나눔스퀘어";
}

#top .kko_btn a:hover {
    background: url(../images/icon/kko_btn_on.png) no-repeat top 5px center #231f20;
    color: #fff;
}

#top .kko_btn span {
    position: absolute;
    bottom: 3px;
    left: 3px;
    font-size: 10px;
}

/* contents cont_kingsgym */

/* NOTE: 대목 정의 */

.desc {
    text-align: center;
    font-size: 15px;
    margin-bottom: 60px;
}

.row > h2 {
    padding-top: 100px;
    font-size: 47px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

#cont_kingsgym {
    background: url(../images/section/KINGSGYM/kingsgym_bg.jpg) no-repeat top right #fff;
}

#cont_kingsgym .container {
    overflow: hidden;
    height: 814px;
}

.row:after {
    content: "";
    display: block;
    clear: both;
}

.kings_ceo {
    margin-top: 10px;
    width: 33.33333%;
    float: left;
    text-align: center;
}

.kings_ceo img {
    width: 100%;
}

.kings_ceo span {
    font-size: 30px;
    font-weight: 500;
    margin-left: 18px;
}

.kings_ceo span a {
    vertical-align: middle;
    margin-left: 20px;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    width: 99px;
    height: 30px;
    background-color: #000;
    line-height: 30px;
}

.kings_ceo span a i {
    margin-left: 5px;
}

.kings_intro {
    float: left;
    padding: 0 2%;
    width: 31.33333%;

}

.kings_intro h3 {
    font-size: 30px;
    padding: 22px 0 32px 0;
    font-weight: 600;

}

.kings_intro ul {}

.kings_intro ul li {
    font-size: 15px;
    padding-top: 25px;
    line-height: 25px;
}

.kings_intro ul li:first-child {
    padding: 0;
}

.kings_video {
    float: right;
    width: 31.33333%;
    text-align: center;
    margin-top: 40px;
}

.kings_video .kings_pr {}

.kings_video .kings_pr iframe {}

.kings_video .kings_pr p {
    padding: 15px 0 30px 0;
}

.kings_profile {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 4;
    display: none;
}

.kings_profile_body {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 9px solid #fbf59b;
    width: 630px;
    height: auto;
    background-color: #fff;
}

.kings_profile_body:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-right: 630px solid rgba(0, 0, 0, 0.1);
    border-top: 706px solid transparent;
}

.kings_profile_body .tit {
    width: 83px;
    height: 30px;
    background-color: #faed2d;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
}

.kings_profile_top {
    padding: 8px 0;
    margin: 0 2%;
    margin-bottom: 5%;
    border-bottom: 1px solid #000;
}

.kings_profile_top h1 {
    display: inline-block;
    margin-right: 1%;

}

.kings_profile_top img {
    display: block;

}

.kings_profile_top span {
    width: 70%;
    font-size: 1.5rem;
}

.kings_profile_top span strong {
    color: red;
    font-weight: bold;
}

.kings_profile_middle {
    overflow: hidden;
    padding: 0 5%;
}

.kings_profile_CA {
    float: left;
    width: 50%;
}

.kings_profile_middle > div > ul li {
    font-size: 13px;
    list-style: inside;
}

.kings_profile_middle > div > ul {
    margin: 5% 0;
}

.kings_profile_middle .career {}

.kings_profile_middle .career li {}

.kings_profile_middle .career li strong {
    color: red;
}

.kings_profile_middle strong {
    font-weight: bold;
}

.kings_profile_middle .aword {}

.kings_profile_middle .aword li {}

.kings_profile_I {
    float: right;
    width: 50%;
}

.kings_profile_middle .license {}

.kings_profile_middle .license li {}

.kings_profile_body a {
    position: absolute;
    top: 5px;
    right: 5px;
}

/*
.kings_profile_body a {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #000;
    font-size: 25px;
}
*/

/* cont_facility */

#cont_facility {
    background: url("../images/section/FACILITY/babel.png") no-repeat 473px 54px,
    url("../images/section/FACILITY/dumbel.png") no-repeat right 128px top 127px;
    background-color: #eee;
    position: relative;
}

#cont_facility .container {
    height: 856px;
}

.facility_imgs {
    width: 100%;
    overflow: hidden;
}

.facility_imgs > div {
    float: left;
    position: relative;
}

.facility_imgs > div img {
    width: 100%;
    display: block;
    transform: scale(1, 1);
    transition: all 1s ease-in-out;
}

.facility_imgs > div a {
    display: block;
    overflow: hidden;
    position: relative;
}


.facility_imgs > div a:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;

}

.facility_imgs > div a:hover:after {
    background-color: rgba(0, 0, 0, 0)
}

.facility_imgs > div a:hover img {
    transform: scale(1.3, 1.3);
}

.facility_imgs > div > a em {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #faed2d;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

.facility_imgs > div > a:hover em {
    opacity: 0;
}

.facility_img2 a {
    margin: 0 8px;
}

.facility_img4 a {
    margin-top: 11px;
}

#cont_facility .b_img img {
    bottom: -100px;
    left: 47px;
    position: absolute;

}

/* contents cont_program */

#cont_program {
    background: url(../images/section/PROGRAM/women_bg.gif) no-repeat right bottom #fff;
}

#cont_program .container {
    height: 726px;
}

.cont_program .pro_wrap {
    overflow: hidden;
}

.pro_left {
    float: left;
    width: 50%;
    overflow: hidden;
}

.pro_middle,
.pro_left > li {
    float: left;
    position: relative;
    overflow: hidden;
}

.pro_middle li img,
.pro_left li img {
    display: block;
    transform: scale(1, 1);
    transition: all 1s ease-in-out;

}

.pro_middle li:hover img,
.pro_left li:hover img {
    transform: scale(1.3, 1.3);
}

.pro_middle .step_box,
.pro_left .step_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 187px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.pro_middle .step_box h5,
.pro_left .step_box h5 {
    font-size: 18px;
    font-weight: 900;
    padding-top: 5px;
}

.pro_middle .step_box strong,
.pro_left .step_box strong {
    color: #fa2d2d;
    font-weight: 900;
    margin-left: 5px;
}

.pro_middle .step_box span,
.pro_left .step_box span {
    font-weight: bold;
}

.pro_middle {
    float: left;
    width: 25%;
}

.pro_middle li {
    overflow: hidden;
}

.pro_right {
    float: right;
    width: 25%;
}

/* contents cont_news */

#cont_news {
    background: url(../images/section/NEWS/man_bg.png) no-repeat 95px top;
    background-color: #eee;
}

#cont_news .container {
    height: 100%;
    padding-bottom: 40px;
}

.news_wrap {
    overflow: hidden;
}

.news_main {
    float: left;
    width: 29.5%;
}

.news_main li {
    border-top: 4px solid #faed2d;
    width: 300px;
    height: 428px;
    background-color: #fff;
}

.news_main li a {
    position: relative;
    display: block;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.news_main li a img {
    display: block;
    width: 100%;
    height: 100%;

}

.news_main li a:hover:after {
    background-color: rgba(0, 0, 0, 0);
}

.news_main li a:after {
    content: "";
    width: 300px;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.news_main li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #faed2d;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.news_main li a:hover i {
    opacity: 1;
}

.news_main li p {
    padding: 13px;
}

.news_sub {
    float: left;
    width: 70.2%;
    border-top: 22px solid #fbf59b;
}

.news_sub li {
    float: left;
    width: 200px;
    height: 200px;
    background-color: #fff;
    margin: 0 1% 1% 0;
}

.news_sub li:nth-child(4n) {
    margin-right: 0;
}

.news_sub li a {
    display: block;
    width: 100%;
    height: 100%;
}

/* contents cont_contact */

#cont_contact {
    background-color: #fff;
}

#cont_contact .container {
    height: 726px;
}

.infor_box {
    overflow: hidden;
}

.info {
    width: 27.04%;
    float: left;
}

.info .infor_top {
    font-size: 22px;
    width: 293px;
    border-bottom: 2px solid #faed2d;
    padding-bottom: 43px;
    margin-bottom: 20px;

}

.infor_top h6 {
    font-weight: 999;
}

.infor_top h6 i {
    margin-left: 5px;
}

.infor_top p {
    font-weight: bold;
}

.infor_top p span {}

.infor_top p a {
    margin-left: 10px;
    color: #fa2d2d
}

.infor_middle {
    font-size: 19px;
}

.infor_middle ul {}

.infor_middle ul li {
    width: 100%;
}

.infor_middle ul i {
    margin-left: 5px;
}

.infor_middle ul li span {
    width: 100px;
}

.infor_middle ul li em {}

.infor_middle p {

    font-size: 14px;
    margin: 20px 0 28px 0;
}

.infor_bottom {
    width: 293px;
}

.infor_bottom .kakao {
    text-align: center;

}

.infor_bottom .kakao img {
    margin-right: 13px;
}

.infor_bottom .kakao a {
    display: inline-block;
    width: 107px;
    height: 30px;
    border: 1px solid #bbb;
    font-size: 14px;
    line-height: 30px;
    vertical-align: middle;
    margin-top: -50px;

}

.infor_bottom .kakao a:hover {
    font-weight: bold;
    background-color: #faed2d;
    color: #000;

}

.infor_loaction {
    float: right;
    background-color: #aaa;
    width: 72%;
    height: 391px;
}

.naver_find {}

.naver_find a {
    text-align: center;
    position: absolute;
    display: inline-block;
    width: 107px;
    height: 30px;
    border: 1px solid #bbb;
    font-size: 14px;
    line-height: 30px;
    top: 223px;
    right: 0;
}

.naver_find a:hover {
    background-color: #00bf46;
    color: #fff;
}



/* footer*/

.footer {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.f_left {
    float: left;
    width: 24%;
}

.f_left h1 {
    text-align: center;
    padding-top: 25px;
}

.f_left h1 img {
    width: 200px;
}

.f_right {
    width: 76%;
    float: left;
    padding: 2.5% 0;
}

.f_right ul {
    overflow: hidden;
}

.f_right li {
    float: left;
    height: 13px;
    padding: 0 10px;
    margin-bottom: 17px;
    font-size: 13px;
    font-weight: bold;
    border-right: 2px solid #ccc;
    line-height: 14px;
}

.f_right li:last-child {
    border-right: 0;
}

.f_right p {
    padding-left: 10px;
    font-size: 13px;
    font-weight: bold;
}

/*media query*/

@media screen and (max-width:1900px) {
    /* banner */
    .swiper-slide > div > img {
        min-width: 0;
        min-height: 0;
    }
    #banner img {
        width: 100%;
        display: block;
    }
    .banner_img1,
    .banner_img2,
    .banner_img3 {
        width: 100%;
        height: 100%;
    }

    .banner_img1 {
        text-align: center;
    }

}

@media screen and (max-width:1800px) {

    .banner_img2 > div {
        position: absolute;
        width: 587px;
        top: 250px;
        left: 300px;
    }

    .banner_img3 > div {
        position: absolute;
        width: 485px;
        top: 250px;
        right: 146px;
    }
    #cont_facility {
        background: url("../images/section/FACILITY/babel.png") no-repeat 373px 54px,
        url("../images/section/FACILITY/dumbel.png") no-repeat right 128px top 147px / 165px 175px;
        background-color: #eee;
        position: relative;
    }
}

@media screen and (max-width:1600px) {
    .banner_img3 div .slider_span2,
    .banner_img2 div .slider_span2,
    .banner_img1 div .slider_span2 {
        font-size: 40px;
        line-height: 3.5rem;
    }
    .banner_img3 div .slider_span3,
    .banner_img2 div .slider_span3,
    .banner_img1 div .slider_span3 {
        font-size: 20px;
    }
    .banner_img3 div .slider_counsel,
    .banner_img2 div .slider_counsel,
    .banner_img1 div .slider_counsel {
        font-size: 13px;
        width: 125px;
        height: 45px;
        line-height: 45px;
    }
    .banner_img2 > div {
        width: 487px;
        top: 180px;
        left: 205px;
    }

    .banner_img3 > div {
        width: 400px;
        top: 180px;
        right: 146px;
    }
    /*top btn*/
    #top {
        right: 30px;
    }

    #cont_facility {
        background: url("../images/section/FACILITY/babel.png") no-repeat 283px 54px,
        url("../images/section/FACILITY/dumbel.png") no-repeat right 28px top 147px / 165px 175px #eee;
    }
    #cont_facility .b_img img {
        width: 300px;
        bottom: -100px;
        left: 0;
    }
}

@media screen and (max-width:1400px) {

    .banner_img2 > div {
        width: 467px;
        top: 150px;
        left: 115px;
    }

    .banner_img3 > div {
        width: 390px;
        top: 150px;
        right: 106px;
    }
    #header {
        display: none;
    }
    #header_scroll {
        display: block;
    }
    .m_nav {
        display: none;
    }
    #cont_facility {
        background: url("../images/section/FACILITY/babel.png") no-repeat 203px 54px,
        url("../images/section/FACILITY/dumbel.png") no-repeat right 8px top 127px / 165px #eee;
    }
    #cont_program {
        background: url(../images/section/PROGRAM/women_bg.gif) no-repeat right top / 223px #fff;
    }

    #cont_news {
        background: url(../images/section/NEWS/man_bg.png) no-repeat 20px top / 250px #eee;
    }
}


@media screen and (max-width:1280px) {
    /*컨테이너 정의*/
    .container {
        width: 100%;
    }
    .row {
        padding: 0 35px;
    }
    #cont_kingsgym .container {
        height: 100%;

    }
    #cont_facility .container {
        height: 100%;
        padding-bottom: 5%;
    }
    #cont_program .container {
        height: 100%;
        padding-bottom: 5%;
    }
    #cont_news .container {
        height: 100%;
        padding-bottom: 5%;
    }
    #cont_contact .container {
        height: 100%;
        padding-bottom: 5%;
    }
    #footer .container {
        padding-bottom: 0;
    }
    #footer {
        height: 100%;
    }


    .banner_img3 div .slider_span2,
    .banner_img2 div .slider_span2,
    .banner_img1 div .slider_span2 {
        font-size: 35px;
        line-height: 3rem;
    }
    .banner_img3 div .slider_span3,
    .banner_img2 div .slider_span3,
    .banner_img1 div .slider_span3 {
        padding-top: 25px;
        font-size: 18px;

    }
    .banner_img3 div .slider_counsel,
    .banner_img2 div .slider_counsel,
    .banner_img1 div .slider_counsel {
        font-size: 13px;
        width: 95px;
        height: 35px;
        line-height: 35px;
        margin-top: 25px;
    }

    .banner_img3 > div {
        right: 46px;
    }

    /*top btn*/
    #top {
        right: 0px;
    }

    .scroll_sns .blog {
        right: 54px;
    }

    .scroll_sns .Instar {
        right: 14px;
    }

    .kings_intro h3 {
        font-size: 25px;

    }
    .kings_intro ul li {
        font-size: 14px;
        padding-top: 20px;
        line-height: 25px;
    }

    #cont_facility {
        background: url("../images/section/FACILITY/babel.png") no-repeat 153px 54px,
        url("../images/section/FACILITY/dumbel.png") no-repeat right 68px top 107px / 165px #eee;
    }

    .facility_imgs {
        width: 100%;
        margin: 0 auto;

    }
    .facility_img4,
    .facility_img3,
    .facility_img2,
    .facility_img1 {
        width: 50%;
    }

    .facility_img2 img,
    .facility_img1 img {
        /*        height: 261px;*/
    }

    .facility_img2 a {
        margin: 0;
    }

    .facility_img4 a {
        margin-top: 0px;
    }
    .facility_imgs > div > a {
        margin: 3px 3px
    }
    .pro_wrap {
        width: 100%;
        margin: 0 auto;
    }
    .pro_left > li {
        width: 50%;
    }
    .pro_left > li img {
        width: 100%;
    }
    .pro_middle li img {
        width: 100%;
    }
    .pro_right img {
        width: 100%;
    }

    .f_right li {
        font-size: 12px;
    }

    .f_right p {
        font-size: 12px;

    }

}

@media screen and (max-width:1024px) {
    /* NOTE: 대목 재정의 */
    .desc {
        font-size: 13px;
        margin-bottom: 30px;
    }

    .row > h2 {
        padding-top: 60px;
        font-size: 40px;
    }

    .banner_img1 div .slider_span1 {
        padding-top: 25px;
        width: 50px;
    }

    .banner_img2 div .slider_span1,
    .banner_img3 div .slider_span1 {
        padding-top: 25px;
        width: 50px;

    }

    .banner_img3 div .slider_span2,
    .banner_img2 div .slider_span2,
    .banner_img1 div .slider_span2 {
        font-size: 28px;
        line-height: 2.5rem;
    }
    .banner_img3 div .slider_span3,
    .banner_img2 div .slider_span3,
    .banner_img1 div .slider_span3 {
        padding-top: 13px;
        font-size: 15px;
    }
    .banner_img3 div .slider_counsel,
    .banner_img2 div .slider_counsel,
    .banner_img1 div .slider_counsel {
        font-size: 13px;
        width: 95px;
        height: 35px;
        line-height: 35px;
    }
    /*banner 사이즈 조절, 비율깨기*/
    .banner_img1 img,
    .banner_img2 img,
    .banner_img3 img {
        height: 514px;

    }
    .banner_img2 > div {
        width: 327px;
        top: 120px;
        left: 100px;
    }

    .banner_img3 > div {
        width: 267px;
        top: 120px;
        right: 56px;
    }

    .header_scroll h2 img {
        width: 150px;
        display: inline;
    }
    .m_nav {
        display: block;
    }
    .scroll_nav {
        display: none;
    }
    .header_scroll > h2 {
        float: none;
        width: 100%;
        text-align: center;
        margin: 10px;
    }

    .kings_ceo {
        margin-top: 10px;
        width: 40%;
        padding: 0 5%;
    }

    .kings_ceo span {
        font-size: 25px;
    }

    .kings_intro {
        padding: 0 5%;
        width: 40%;
    }

    .kings_intro ul li {
        font-size: 15px;
    }

    .kings_video {
        float: none;
        width: 100%;
    }

    .kings_pr {
        clear: both;
    }

    .kings_pr iframe {
        margin-top: 15px;
        width: 100%;
        display: block;
    }
    .kings_pr .kings_cut {
        float: left;
        width: 48%;
        margin: 1%;
    }

    .kings_video .kings_pr p {
        padding: 15px 0 15px 0;
    }

    #cont_facility {
        background: url("../images/section/FACILITY/babel.png") no-repeat 113px 54px / 180px,
        url("../images/section/FACILITY/dumbel.png") no-repeat right 38px top 67px / 115px #eee;
    }

    .facility_img4,
    .facility_img3,
    .facility_img2,
    .facility_img1 {
        width: 50%;
    }

    .facility_img2 img,
    .facility_img1 img {
        /*        height: 265px;*/
    }
    .facility_imgs > div > a em {
        font-size: 25px;
    }
    #cont_facility .b_img img {
        width: 200px;
        bottom: -60px;
        left: 0px;
    }

    .pro_left > li {
        width: 50%;
    }
    .pro_left > li img {
        width: 100%;
    }
    .pro_middle li img {
        width: 100%;
    }
    .pro_right img {
        width: 100%;
    }

    .pro_middle .step_box,
    .pro_left .step_box {
        width: 160px;
        height: 55px;
    }

    .pro_middle .step_box h5,
    .pro_left .step_box h5 {
        font-size: 16px;
        padding-top: 2px;
    }


    .infor_box {
        overflow: hidden;
    }

    .info {
        width: 100%;
        float: none;
        text-align: center;
        overflow: hidden;

    }

    .info .infor_top {
        float: left;
        width: 48%;
        height: 120px;
        line-height: 50px;
        border-right: 2px solid #faed2d;
        border-bottom: none;
        padding-right: 1%;
    }

    .infor_middle {
        width: 50%;
        float: right;
    }

    .infor_bottom {
        clear: both;
        width: 100%;
    }

    .infor_loaction {
        float: none;
        width: 100%;
        height: 350px;
    }

    .naver_find {
        margin-top: 20px;
        text-align: right;
        background-color: #fff;
        border: 0;
    }

    .naver_find a {
        position: inherit;
        margin-bottom: 5px;
    }

    .f_left h1 {
        display: none;
    }
    .f_right {
        width: 100%;
        text-align: center;
    }
    .f_right li {
        float: none;
        display: inline-block;
    }
}



@media(max-width:768px) {
    /* NOTE: 대목 재정의 */
    .desc {
        font-size: 12px;
        margin-bottom: 25px;
    }

    .row > h2 {
        padding-top: 55px;
        font-size: 35px;
    }

    .banner_img1 div .slider_span1 {
        padding-top: 20px;
        width: 40px;
    }

    .banner_img2 div .slider_span1,
    .banner_img3 div .slider_span1 {
        padding-top: 20px;
        width: 40px;

    }

    .banner_img3 div .slider_span2,
    .banner_img2 div .slider_span2,
    .banner_img1 div .slider_span2 {
        font-size: 21px;
        line-height: 2rem;
    }
    .banner_img3 div .slider_span3,
    .banner_img2 div .slider_span3,
    .banner_img1 div .slider_span3 {
        padding-top: 10px;
        font-size: 13px;
        line-height: 1.2rem;
    }
    .banner_img3 div .slider_counsel,
    .banner_img2 div .slider_counsel,
    .banner_img1 div .slider_counsel {
        font-size: 12px;
        width: 85px;
        height: 30px;
        line-height: 30px;
    }

    .banner_img2 > div {
        width: 247px;
        top: 100px;
        left: 70px;
    }

    .banner_img3 > div {
        width: 227px;
        top: 100px;
        right: 5px;
    }

    .header_scroll h2 img {
        width: 133px;
        margin-top: 3px;
    }

    .header_scroll > h2 {
        float: none;
        width: 100%;
        text-align: center;
    }


    #top .top_btn a {
        width: 30px;
        height: 30px;
    }

    #top .kko_btn a {
        width: 30px;
        height: 30px;
    }

    #top .kko_btn span {
        display: none;
    }

    .kings_ceo span {
        font-size: 22px;
    }

    .kings_intro {
        padding: 0 5%;
        width: 40%;
    }
    .kings_intro h3 {
        font-size: 19px;
    }

    .kings_intro ul li {
        font-size: 12px;
        padding-top: 15px;
        line-height: 25px;
    }

    .kings_video {
        float: none;
        width: 100%;
    }

    .kings_pr {
        clear: both;
    }

    .kings_pr iframe {
        margin-top: 15px;
        width: 100%;
        display: block;
    }
    .kings_pr .kings_cut {
        float: left;
        width: 48%;
        margin: 1%;
    }

    .kings_video .kings_pr p {
        padding: 15px 0 15px 0;
    }

    .kings_video .kings_cut.img1 img {
        width: 100px;
    }
    .kings_video .kings_cut.img2 img {
        width: 125px;
    }

    #cont_facility {
        background: url("../images/section/FACILITY/babel.png") no-repeat 35px 54px / 180px,
        url("../images/section/FACILITY/dumbel.png") no-repeat right 18px top 57px / 95px #eee;
    }
    .facility_img2 img,
    .facility_img1 img {
        /*        height: 187px;*/
    }
    .facility_imgs > div > a em {
        font-size: 20px;
    }
    #cont_facility .b_img img {
        width: 150px;
        bottom: -50px;
        left: -10px;
    }

    #cont_program {
        background: url(../images/section/PROGRAM/women_bg.gif) no-repeat right top / 153px #fff;
    }

    #cont_news {
        background: url(../images/section/NEWS/man_bg.png) no-repeat 20px top / 190px #eee;
    }
    .pro_left {
        float: none;
        width: 100%;
    }

    .pro_middle {
        float: left;
        width: 50%;
    }

    .pro_right {
        float: left;
        width: 50%;
    }

    .kings_profile_body {
        width: 90%;
        height: auto;

    }

}

@media(max-width: 600px) {
    /* NOTE: 대목 재정의 */
    .desc {
        font-size: 12px;
        margin-bottom: 30px;
    }

    .row > h2 {
        padding-top: 35px;
        font-size: 35px;
    }

    .header_scroll h2 {
        width: 90%;
    }
    .scroll_sns {
        width: 10%;
    }

    .kings_ceo {
        width: 90%;
        float: none;
    }
    .kings_ceo img {
        width: 60%
    }
    .kings_ceo span {
        display: inline-block;
        font-size: 22px;
    }

    .kings_intro {
        float: none;
        padding: 0 5%;
        width: 90%;
    }
    .kings_intro h3 {
        font-size: 25px;
    }

    .kings_intro ul li {
        font-size: 15px;
    }

    .kings_video {
        margin-top: 0px;
    }

    .kings_pr iframe {
        margin-top: 15px;
        width: 100%;
        display: block;
    }

    .kings_profile_body {
        position: inherit;
        transform: none;
        top: 10%;
        left: 3%;
        height: 512px;
        overflow-y: scroll;
        overflow-x: hidden;

    }

    .kings_profile_body:before {
        border-right: 500px solid rgba(0, 0, 0, 0.1);
        border-top: 1326px solid transparent;
    }

    .kings_profile_top {
        text-align: center;
    }

    .kings_profile_top span {
        display: inline-block;
        width: 70%;
        font-size: 19px;
    }

    .kings_profile_middle {
        text-align: center;
    }
    .kings_profile_middle > div > ul li {
        list-style: none;
    }

    .kings_profile_CA {
        float: none;
        width: 90%;
    }

    .kings_profile_I {
        float: none;
        width: 90%;
    }

    #cont_facility {
        background: url("../images/section/FACILITY/babel2.png") no-repeat 20px 34px / 120px,
        url("../images/section/FACILITY/dumbel.png") no-repeat right 0px top 57px / 95px #eee;
    }

    .facility_img2 img,
    .facility_img1 img {
        /*        height: 142px;*/
    }

    #cont_facility .b_img img {
        width: 130px;
        bottom: -30px;
    }

    .infor_top h6 i {
        margin-left: 5px;
    }

    .infor_top p a {
        display: inline-block;

    }
    .infor_middle {
        font-size: 16px;
    }

    .infor_middle ul i {
        margin-left: 3px;
    }

    .infor_middle p {

        font-size: 11px;
        margin: 20px 0 28px 0;
    }
}

@media(max-width: 500px) {
    .kings_pr iframe {
        margin-top: 15px;
        width: 100%;
        display: block;
    }
    .kings_pr .kings_cut {
        float: none;
        width: 99%;
        margin: 1%;
    }
    .kings_profile_body:before {
        border-right: 500px solid rgba(0, 0, 0, 0.1);
        border-top: 1310px solid transparent;
    }
    .kings_profile_top span {
        font-size: 16px;
    }


    #cont_facility {
        background: url("../images/section/FACILITY/babel2.png") no-repeat -20px 54px / 80px,
        url("../images/section/FACILITY/dumbel.png") no-repeat right 0px top 77px / 65px #eee;
        position: relative;
    }

    .facility_imgs > div {
        float: none;
        width: 100%;

    }
    .facility_img2 img,
    .facility_img1 img {
        /*        height: 100%;*/
    }
    .facility_imgs > div > a em {
        font-size: 25px;
    }

    #cont_facility .b_img img {
        width: 100px;
        left: 0px;
        bottom: -30px;
    }


    #cont_program {
        background: url(../images/section/PROGRAM/women_bg.gif) no-repeat right top / 113px #fff;
    }

    #cont_news {
        background: url(../images/section/NEWS/man_bg.png) no-repeat left 0 top / 150px #eee;
    }

    .pro_left > li {
        float: none;
        width: 100%;

    }
    .pro_middle {
        float: none;
        width: 100%;
    }

    .pro_right {
        float: none;
        width: 100%;
    }
    .pro_middle .step_box,
    .pro_left .step_box {
        width: 237px;
        height: 90px;
    }

    .pro_middle .step_box h5,
    .pro_left .step_box h5 {
        font-size: 21px;
        padding-top: 14px;
    }

    .pro_middle .step_box strong,
    .pro_left .step_box strong {
        margin-left: 5px;
    }
    .pro_middle .step_box span,
    .pro_left .step_box span {
        font-size: 16px;
    }
    .pro_wrap li {
        margin-bottom: 2%;
    }
    .pro_wrap .pro_right li {
        margin-bottom: 0%;
    }

    .info .infor_top {
        float: none;
        width: 100%;
        border-bottom: 2px solid #faed2d;
        border-right: none;
        padding-bottom: 0px;
    }

    .infor_middle {
        width: 100%;
        float: none;
    }

    .infor_middle {
        font-size: 19px;
    }

    .infor_middle ul i {
        margin-left: 5px;
    }

    .infor_middle p {
        font-size: 14px;
    }

}

@media(max-width: 400px) {
    .kings_ceo span {
        font-size: 19px;

    }
    .kings_ceo span a {
        margin-left: 15px;
        font-size: 13px;
        width: 79px;
        height: 25px;
        line-height: 25px;
    }

    .kings_intro h3 {
        font-size: 21px;
    }

    .kings_intro ul li {
        font-size: 15px;
    }
    .kings_profile_body:before {
        border-right: 500px solid rgba(0, 0, 0, 0.1);
        border-top: 1320px solid transparent;
    }

    #cont_news {
        background: url(../images/section/NEWS/man_bg.png) no-repeat 20px top / 120px #eee;
    }
    .pro_middle .step_box,
    .pro_left .step_box {
        width: 200px;
        height: 70px;
    }

    .pro_middle .step_box h5,
    .pro_left .step_box h5 {
        font-size: 18px;
        padding-top: 6px;
    }

    .pro_middle .step_box strong,
    .pro_left .step_box strong {
        margin-left: 5px;
    }
    .pro_middle .step_box span,
    .pro_left .step_box span {
        font-size: 15px;
    }

}

@media(max-width: 350px) {
    .banner_img3,
    .banner_img2 {
        text-align: center;
    }
    .banner_img2 .slider_span1,
    .banner_img3 .slider_span1 {
        margin: 0 auto;
    }
    .banner_img2 > div {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .banner_img3 > div {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .kings_intro h3 {
        font-size: 20px;
    }
    .kings_intro ul li {
        font-size: 13px;
    }
    .kings_profile_body:before {
        border-right: 500px solid rgba(0, 0, 0, 0.1);
        border-top: 1280px solid transparent;
    }
}
