@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('/public/font/NanumSquare/NanumSquare.css');
@font-face {
    font-family: 'SCDream';
    src: url('/public/font/SCDream/SCDream3.eot');
    src: url('/public/font/SCDream/SCDream3.eot?#iefix') format('embedded-opentype'),
            url('/public/font/SCDream/SCDream3.woff') format('woff'),
            url('/public/font/SCDream/SCDream3.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'SCDream';
    src: url('/public/font/SCDream/SCDream5.eot');
    src: url('/public/font/SCDream/SCDream5.eot?#iefix') format('embedded-opentype'),
            url('/public/font/SCDream/SCDream5.woff') format('woff'),
            url('/public/font/SCDream/SCDream5.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SCDream';
    src: url('/public/font/SCDream/SCDream6.eot');
    src: url('/public/font/SCDream/SCDream6.eot?#iefix') format('embedded-opentype'),
            url('/public/font/SCDream/SCDream6.woff') format('woff'),
            url('/public/font/SCDream/SCDream6.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SCDream';
    src: url('/public/font/SCDream/SCDream7.eot');
    src: url('/public/font/SCDream/SCDream7.eot?#iefix') format('embedded-opentype'),
            url('/public/font/SCDream/SCDream7.woff') format('woff'),
            url('/public/font/SCDream/SCDream7.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html {overflow-x: hidden; overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 193px;font-size: 17px;letter-spacing: -0.02em;color: #333;}
#site > .container{width: 100%; padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family:'NanumSquare', 'Roboto',  'notokr', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}
a:focus, a:hover {
    text-decoration: none;
}
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}
@media (min-width: 768px){
    .col-sm-20, .col-md-20, .col-lg-20{
        width: 20%;
    }
    .col-sm-40, .col-md-40, .col-lg-40{
        width: 40%;
    }
}

/* 상단 네비게이션 */

.navbar.navbar-inverse{
    background-color: #fff;
    border-bottom: 0;
}
.navbar.navbar-inverse > .container{
    width: 100%;
    padding: 0;
}
.navbar.navbar-inverse .navbar-header {
    float: none;
    padding: 26px 0 31px;
}
@media (min-width: 1200px){
    .navbar.navbar-inverse .navbar-header{
        width: 1140px;
        margin: 0 auto;
    }
}
.navbar-header .navbar-brand{
    display: block;
	padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
    height: auto;
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}
.nav-upper{
    position: absolute;
    padding: 0;
    margin: 0;
    top: 51px;
    right: calc((100% - 1140px) / 2);
}
.nav-upper::after{
    content: '';
    display: table;
    clear: both;
}
.nav-upper > li{
    float: left;
    margin-left: 2px;
}
.nav-upper > li+li {
    margin-left: 15px;
}
.nav-upper > li > a{
    display: block;
    font-size: 18px;
    color: #111;
    padding: 8px 15px 7px;
    border: 5px solid #ffde43;
    border-radius: 50px;
    font-weight: 700;
}
.nav-upper > li:hover > a{
    text-decoration: none;
    border-color: #ffe25d;
    color: #333;
    background: #ffe25d;
}
.navbar-collapse.collapse{
    border-top: 1px solid #e6e6e6;
    border-bottom: 2px solid #de4e28;
}
.navbar-right {
    float: none !important;
    margin-right: 0;
    text-align: center;
}
.nav.navbar-nav > li{
    float: none;
    display: inline-block;
}
.nav.navbar-nav > li > a{
    display: block;
    height: 100%;
    padding: 20px 25px;
    font-size: 19px;
    color: #111;
    font-weight: 900;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a{
    color: #e83416 !important;
    background: none !important;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #e83416;
}
.nav.navbar-nav li .dropdown-menu{
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    background: #fff;
    padding: 0;
    margin: 0;
    border: none;
    display: block;
    border-radius: 0;
    overflow: hidden;
    transition: height .2s ease;
    height: 0;
    z-index: 0;
    border-top: 2px solid #ff0f17;
}
.nav.navbar-nav li .dropdown-menu > li > a{
    padding: 10px 20px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    color: #111;
    letter-spacing: -0.015em;
    font-size: 18px;
    font-weight: 600;
}
.navbar-inverse .navbar-nav .dropdown-menu li {
    height: 0;
    transition: height .2s ease;
    z-index: 0;
}
.navbar-inverse .navbar-nav>li:hover .dropdown-menu, .navbar-inverse .navbar-nav>li:focus .dropdown-menu {
    height: auto;
    z-index: 99;
}
.navbar-inverse .navbar-nav>li:hover .dropdown-menu li, .navbar-inverse .navbar-nav>li:focus .dropdown-menu li {
    height: 46px;
}
.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
    background: #ff5d43 !important;
    color: #fff;
    font-weight: 500;
}
@media (max-width: 767px){
    #site{
        padding-top: 178px;
    }
    .navbar.navbar-inverse {
        border-bottom: 1px solid #e6e6e6;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #EA492F;
        border-color: #EA492F;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #EA492F;
        background-color: #EA492F;
    }
    .navbar-collapse.collapse{
        border-color: #e6e6e6;
    }
    .nav-upper {
        position: relative;
        padding: 5px 0 0;
        margin: 0;
        top: 0;
        right: 0;
        left: 0;
        text-align: center;
    }
    .nav-upper > li {
        float: none;
        width: 47%;
        margin: 4px;
        display: inline-block;
    }
    .nav-upper > li+li {
        margin-left: 0;
    }
    .nav-upper > li > a {
        display: block;
        font-size: 13px;
        color: #111;
        padding: 2px 15px 1px;
        border: 2px solid #ffde43;
        border-radius: 50px;
        font-weight: 500;
    }
    .navbar.navbar-inverse > .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-header .navbar-brand {
        margin-left: 15px !important;
        width: 263px;
    }
    .nav.navbar-nav li .dropdown-menu {
        transform: translate(0,0) !important;
        border-top: 0;
        display: none;
    }
    .nav.navbar-nav li.open .dropdown-menu {
        /* transform: translate(0,0); */
        display: block;
    }
    .nav.navbar-nav li .dropdown-menu li {
        height: auto;
        transition: none;
        z-index: 0;
    }
    .nav.navbar-nav > li {
        float: none;
        display: block;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{
        
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{
        
    }
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{
    height: 600px;
}
#mainCarousel .carousel-inner .item .carousel-caption{
    padding: 0;
    left: calc((100% - 1140px) / 2);
    right: calc((100% - 1140px) / 2);
    text-shadow: none;
}
#mainCarousel .carousel-inner .item .carousel-caption h1{
    display: none;
    color: #333;
}
#mainCarousel .carousel-inner .item .carousel-caption p{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
}
#mainCarousel .carousel-inner .item:nth-child(1) .carousel-caption p b {
    font-size: 40px;
    font-weight: 300;
    display: block;
    text-align: left;
}
#mainCarousel .carousel-inner .item:nth-child(1) .carousel-caption p{
    right: 0;
}
.slide_prize{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    text-align: right;
    padding: 15px;
}
/* .slide_prize::before{
    content: '\f091';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
} */
.slide_prize > span{
    display: inline-block;
    overflow: hidden;
    /* width: 420px; */
    font-size: 27px;
    margin: 0 0 12px;
    color: rgb(85,7,97);
    font-weight: 700;
    text-shadow: 0 0px 7px #ffe810;
    text-align: justify;
    line-height: 1.2em;
}
.slide_prize > span:nth-of-type(1){
    letter-spacing: .0375em;
    word-spacing: 0.25em;
}
.slide_prize > span:nth-of-type(3),
.slide_prize > span:nth-of-type(4){
    letter-spacing: .025em;
    word-spacing: 0.15em;
}

#mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption p{
    left: 0;
    transform: translateY(-20%);
}
.slide_center{
    display: block;
    text-align: left;
}
.slide_center > span{
    display: block;
    font-size: 27px;
    margin: 0 0 12px;
    background: rgba(255,255,255,0.7);
    color: #333;
    padding: 12px 35px;
    font-weight: 600;
    border-radius: 30px;
    text-align: center;
}
#mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption{
    top: 35%
}
#mainCarousel .carousel-inner .item:nth-child(3) .carousel-caption p{
    left: 0;
    font-size: 28px;
    text-align: left;
    font-weight: 500;
    line-height: 1.45em;
}
#mainCarousel .carousel-inner .item:nth-child(3) .carousel-caption p b{
    display: block;
    color: #0e2bad;
    font-size: 48px;
    font-weight: 700;
}
#mainCarousel .carousel-inner .item:nth-child(3) .carousel-caption p b::after {content: '';display: block;width: 100px;height: 3px;background: #8fb7ff;margin: 20px 0 30px;border-radius: 4px;}
#mainCarousel .carousel-control > span{
    display: none;
}
#mainCarousel .carousel-control{
    opacity: 0.7;
}
#mainCarousel .carousel-control:hover{
    opacity: 1;
}
#mainCarousel .carousel-control.left{
    background: url(/public/img/main/arrow_left.png) no-repeat center;
}
#mainCarousel .carousel-control.right{
    background: url(/public/img/main/arrow_right.png) no-repeat center;
}
#mainCarousel .carousel-indicators{
    margin: 0;
    transform: translateX(-50%);
    width: auto;
}
#mainCarousel .carousel-indicators > li{
    width: 16px;
    margin: 0 8px 0 0;
    height: 16px;
    /* border: 3px solid #fff; */
    border: 3px solid #46aaf9;
    display: block;
    float: left;
    border-radius: 20px;
}
#mainCarousel .carousel-indicators > li.active{
    background: #46aaf9
}

@media (max-width: 767px){
    #mainCarousel .carousel-inner .item {
        height: 246px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: 15px;
        right: 15px;
    }
    #mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption p {
        left: 15px;
        right: 15px;
        transform: translateY(-20%);
    }
    .slide_center {
        display: block;
        text-align: center;
    }
    .slide_center > span {
        display: block;
        font-size: 4.2vw;
        margin: 0 0 12px;
        background: rgba(255,255,255,0.7);
        color: #333;
        padding: 12px 26px;
        font-weight: 500;
        border-radius: 30px;
        text-align: center;
    }
    .slide_prize > span {
        display: block;
        font-size: 3.4vw;
        margin: 0 0 12px;
        color: rgb(85,7,97);
        font-weight: 700;
        border-radius: 30px;
        text-shadow: 0 0px 7px #ffe810;
        text-align: left;
        line-height: 1.2em;
    }
    #mainCarousel .carousel-inner .item:nth-child(3) .carousel-caption p b {
        display: block;
        color: #0e2bad;
        font-size: 26px;
        font-weight: 700;
    }
    #mainCarousel .carousel-inner .item:nth-child(3) .carousel-caption p {
        left: 0;
        font-size: 14px;
        text-align: left;
        font-weight: 500;
        line-height: 1.45em;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: calc((100% - 750px) / 2);
        right: calc((100% - 750px) / 2);
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: calc((100% - 970px) / 2);
        right: calc((100% - 970px) / 2);
    }
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

#main_wrapper > section{
    padding: 100px 0 100px;
}
#main_wrapper > section h4{
    font-size: 40px;
    text-align: center;
    line-height: 1;
    margin: 0 0 60px;
    /* font-family: 'SCDream'; */
    font-weight: 700;
    letter-spacing: -0.06em;
    color: #333;
    opacity: 0.8;
}
#main_wrapper > section.main-info{
    padding: 0;
    background: #ff5d43;
}
#main_wrapper > section.main-info .m_info_wrap{
    position: relative;
    padding: 17px 0px 17px 60px;
}
#main_wrapper > section.main-info .m_info_wrap > i{
    position: absolute;
    left: 0;
    top: 15px;
    display: block;
    color: #ff5d43;
    font-size: 22px;
    width: 35px;
    line-height: 35px;
    background: #f8f8f8;
    text-align: center;
    border-radius: 50%;
}
#main_wrapper > section.main-info .m_info_wrap > .m_info{
    
}
#main_wrapper > section.main-info .m_info_wrap > .m_info .slick-slide{
    padding: 0 30px;
}
#main_wrapper > section.main-info .m_info_wrap > .m_info p{
    color: #fff;
    font-size: 21px;
    margin: 0;
}
#main_wrapper > section.main-about .m_abt_intro{
    padding-bottom: 50px;
}
#main_wrapper > section.main-about .m_abt_intro::after{
    content: '';
    display: table;
    clear: both;
}
#main_wrapper > section.main-about .m_abt_intro .since{
    display: block;
    float: left;
    font-size: 30px;
    padding-left: 100px;
    position: relative;
    font-weight: 600;
    color: #333;
    line-height: 1.5em;
}
#main_wrapper > section.main-about .m_abt_intro .since::before{
    content: url(/public/img/main/logo_icon.png);
    position: absolute;
    top: 16px;
    left: 0;
}
#main_wrapper > section.main-about .m_abt_intro .since > span{
    display: block;
    font-weight: 300;
}
#main_wrapper > section.main-about .m_abt_intro p{
    text-align: left;
    float: right;
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 25px;
    line-height: 1.3em;
}
#main_wrapper > section.main-about .m_abt_intro .since > span + span {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.034em;
}

#main_wrapper > section.main-about .m_abt_intro::after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 7px;
    background: url(/public/img/sub/sub_tit_line.png) repeat;
    margin-top: 50px;
}
#main_wrapper > section.main-about .m_abt{
    display: block;
    transition: all .3s ease;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.23);
    border: 1px solid transparent;
}
#main_wrapper > section.main-about .m_abt:hover{
    box-shadow: 0 10px 10px -5px rgba(0,0,0,0.15);
    border: 1px solid #ddd;
}
#main_wrapper > section.main-about .m_abt .caption{
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0;
    margin: 0;
}
#main_wrapper > section.main-about .col-xs-12:nth-child(1) .m_abt .caption{
    /* background: #E8340C; */
}
#main_wrapper > section.main-about .col-xs-12:nth-child(2) .m_abt .caption{
    /* background: #fd9457; */
}
#main_wrapper > section.main-about .col-xs-12:nth-child(3) .m_abt .caption{
    /* background: #E8340C; */
}

#main_wrapper > section.main-program{
    background: #ffdf4e;
}
#main_wrapper > section.main-program h4 {
}
#main_wrapper > section.main-program .m_prog_wrap{
    
}
#main_wrapper > section.main-program .m_prog_wrap::after{
    content: '';
    display: table;
    clear: both;
}
#main_wrapper > section.main-program .m_prog_box{
    float: left;
    width: calc(100% / 7);
    padding: 0px 5px;
}
#main_wrapper > section.main-program .m_prog{
    display: block;
    color: #222;
    background: #fff;
    padding: 25px 10px;
    border-radius: 10px;
    transition: all .3s ease;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    top: 0px;
    position: relative;
    border: 2px solid #fff;
    height: 214px;
}
#main_wrapper > section.main-program .m_prog:hover{
    text-decoration: none;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
    top: -10px;
}
#main_wrapper > section.main-program .m_prog .img_wrap{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 10px auto 25px;
    background: #f1f1f1;
    padding: 14px 15px;
}
#main_wrapper > section.main-program .m_prog .caption{
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    font-family: 'SCDream';
}
#main_wrapper > section.main-program .m_prog_box:last-child a p {
    font-size: 15px;
    padding-top: 3px;
}
#main_wrapper > section.main-center{
    
}
#main_wrapper > section.main-center .row {
    margin: 0 15px;
    FONT-WEIGHT: 100;
    FONT-WEIGHT: 100;
    FONT-WEIGHT: 100;
    FONT-WEIGHT: 100;
}

#main_wrapper > section.main-center .row > div {
    padding: 0 10px;
}
#main_wrapper > section.main-center .m_center{
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    border: 3px solid #333;
}
#main_wrapper > section.main-center .col-xs-12:nth-child(1) .m_center{
    border-color: #f37662;
}
#main_wrapper > section.main-center .col-xs-12:nth-child(2) .m_center{
    border-color: #e8c835;
}
#main_wrapper > section.main-center .col-xs-12:nth-child(3) .m_center{
    border-color: #60bf54;
}
#main_wrapper > section.main-center .col-xs-12:nth-child(4) .m_center{
    border-color: #9965b1;
}
#main_wrapper > section.main-center .m_center h5{
    font-size: 27px;
    text-align: center;
    margin: 0;
    line-height: 1.3;
    padding: 25px 0 20px;
    color: #fff;
}
#main_wrapper > section.main-center .col-xs-12:nth-child(1) .m_center h5{
    background: #f37662;
}
#main_wrapper > section.main-center .col-xs-12:nth-child(2) .m_center h5{
    background: #e8c835;
}
#main_wrapper > section.main-center .col-xs-12:nth-child(3) .m_center h5{
    background: #60bf54;
}
#main_wrapper > section.main-center .col-xs-12:nth-child(4) .m_center h5{
    background: #9965b1;
}
#main_wrapper > section.main-center .m_center h5 > a{
    display: block;
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    margin-top: 2px;
}
#main_wrapper > section.main-center .m_center h5 > a:hover{
    text-decoration: none;
}
#main_wrapper > section.main-center .m_center .li_m_cent{
    padding: 15px 30px;
    margin: 0;
}
#main_wrapper > section.main-center .m_center .li_m_cent > li{
    position: relative;
    padding-left: 10px;
    padding: 9px 10px 6px 20px;
    border-bottom: 1px dashed #ddd;
}
#main_wrapper > section.main-center .m_center .li_m_cent > li:last-child {
    border-bottom: 0;
}
#main_wrapper > section.main-center .m_center .li_m_cent > li::before{
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 3px;
    background: #999;
    left: 8px;
    top: 22px;
}
#main_wrapper > section.main-center .m_center .li_m_cent > li > a{
    color: #333;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.034em;
}
#main_wrapper > section.main-center .m_center .li_m_cent > li > a:hover {
    color: #d8442c;
}
#main_wrapper > section.main-gallery{
    background: #9965b1;
}
#main_wrapper > section.main-gallery h4 {
    color: #fff;
}
#main_wrapper > section.main-gallery .center_slide{
    margin-bottom: 30px;
    /* padding: 30px 30px 15px; */
    padding: 30px 45px 15px;
    background: #fff;
    border-radius: 15px;
    border: 3px solid #fff;
}
#main_wrapper > section.main-gallery .center_slide h5{
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: left;
    letter-spacing: -0.06em;
}
.slick-prev {
    left: -40px;
}
section.main-gallery .center_slide .slick-prev:before,
section.main-gallery .center_slide .slick-next:before{
    color: #f3cc00;
    font-size: 35px;
}
#main_wrapper > section.main-gallery .slick-list{
    overflow: unset;
}
#main_wrapper > section.main-gallery .center_slide img{
    height: 370px;
    width: auto;
}
#main_wrapper > section.main-gallery .center_slide .caption{
    color: #973fbf;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 10;
    letter-spacing: -0.06em;
}
#main_wrapper > section.main-gallery .slick-dots{
    bottom: -32px;
}
#main_wrapper > section.main-gallery .slick-dots li{
    margin: 0 1px;
}
#main_wrapper > section.main-gallery .slick-dots li.slick-active button::before{
    color: #F04D22;
}
#main_wrapper > section.main-gallery .slick-dots li button:before {
    font-size: 13px;
}
@media (max-width: 767px){
    #main_wrapper > section.main-about .m_abt_intro .since {
        display: block;
        float: none;
        margin-bottom: 30px;
    }
    #main_wrapper > section.main-about .m_abt_intro p {
        text-align: left;
        float: none;
        font-size: 19px;
    }
    #main_wrapper > section.main-program .m_prog_box{
        width: 100%;
        margin-bottom: 30px;
    }
    #main_wrapper > section.main-center .m_center{
        margin-bottom: 30px;
    }
    #main_wrapper > section.main-gallery .slick-list{
        overflow: hidden;
    }
    #main_wrapper > section.main-gallery .center_slide .caption{
        position: relative;
        top: auto;
        right: auto
    }
    
    #main_wrapper > section.main-gallery .center_slide img {
        height: 44vw;
        width: auto;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {
    height: 300px;
    background-image: url(/public/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
[id^="Center"] .subHeader {
    background-image: url(/public/img/sub/sub_title_center.jpg);
}
[id^="Program"] .subHeader {
    background-image: url(/public/img/sub/sub_title_program.jpg);
}
[id^="Cure"] .subHeader {
    background-image: url(/public/img/sub/sub_title_cure.jpg);
}
[id^="Adult"] .subHeader {
    background-image: url(/public/img/sub/sub_title_adult.jpg);
}
[id^="Evaluate"] .subHeader {
    background-image: url(/public/img/sub/sub_title_evaluate.jpg);
}
[id^="Consulting"] .subHeader {
    background-image: url(/public/img/sub/sub_title_consulting.jpg);
}
[id^="News"] .subHeader {
    background-image: url(/public/img/sub/sub_title_news.jpg);
}
.subHeader .container{
    height: 100%;
    position: relative;
}
.subHeader .container h2{
    text-align: center;
    color: #fff;
    font-size: 48px;
    margin: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    font-weight: 700;
    transform: translateY(-50%);
}
[id^="Adult"] .subHeader .container h2, [id^="Evaluate"] .subHeader .container h2, [id^="Consulting"] .subHeader .container h2, [id^="News"] .subHeader .container h2{
    color: #333;
}
.subBody{
    margin-top: 60px;
}
.subBody::after{
    content: '';
    display: table;
    clear: both;
}

.subMenu{
    float: left;
    width: 240px;
    border-top: 1px solid #ddd;
    margin-top: 5px;
}
.subMenu .nav{
    
}
.subMenu .nav > li{
    float: none;
    margin: 0;
    border-bottom: 1px solid #ddd;
}
.subMenu .nav > li > a{
    border-radius: 0;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    padding: 15px 15px 13px;
}
.subMenu .nav > li > a:hover, .subMenu .nav > li > a:focus {
    color: #000;
    background: transparent;
    font-weight: 500;
}

.subMenu .nav > li:hover {font-weight: 700;}
.subMenu .nav > li:hover > a{
    color: #333;
    background: none;
    font-weight: 600;
}
.subMenu .nav > li.active {
    border-top: 2px solid #ff0000;
}
.subMenu .nav > li.active > a{
    background: transparent;
    color: #e45239;
    font-weight: 700;
}
.subMenu .nav > li .sub_inner{
    padding: 10px 0px 10px 25px;
    margin: 0;
    background: #f4f4f4;
    border-top: 1px solid #eee;
}
.subMenu .nav > li .sub_inner > li{
    padding: 3px 0 3px 12px;
    position: relative;
    font-size: 17px;
}
.subMenu .nav > li .sub_inner > li::before {
    content: '';
    display: block;
    width: 6px;
    height: 2px;
    background: #999;
    position: absolute;
    left: -3px;
    top: 12px;
}
.subMenu .nav > li .sub_inner > li > a{
    color: #999;
    font-weight: 500;
}
.subMenu .nav > li .sub_inner > li > a:hover {
    color: #333;
}

.subMenu .nav > li .sub_inner > li.active > a{
    color: #111;
    font-weight: 500;
}

.subContent{
    float: left;
    width: calc(100% - 240px);
    padding-left: 60px;
    padding-bottom: 120px;
}
.subContent_title{
    padding-top: 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.subContent_title::after{
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 5px;
    background: url(/public/img/sub/sub_tit_line.png) repeat;
    margin-top: 60px;
}
.subContent_title h3{
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    float: left;
    letter-spacing: -0.06em;
}
.subContent_title h3 small {
    font-size: 26px;
    padding-left: 10px;
    display: inline-block;
    color: #f04d22;
}
.subContent_title .breadcrumb{
    float: right;
    margin: 19px 0 0;
    padding: 0;
    background: none;
    font-size: 14px;
}
.subContent_title .breadcrumb > li.active{
    color: #333;
    font-weight: 500;
}
.subContent_title .breadcrumb > li > a{
    color: #111;
    opacity: 0.6;
}
.breadcrumb>li+li:before {
    padding: 0 1px;
}

.subContent .content{
    padding-bottom: 50px;
}
.subContent .content:last-child {
    padding-bottom: 0;
}
.subContent .content h4{
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 20px;
    position: relative;
    padding-left: 32px;
}
.subContent .content h4::before{
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 5px solid #fdac08;
    border-left-color: #71ac32;
    border-top-color: #f04d22;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: -1;
    border-radius: 10px;
}
.subContent .content p{
    font-size: 18px;
}
#Center01 .con1 .row > div:nth-child(1) {
    width: 35%;
    padding-top: 30px;
}

#Center01 .con1 .row > div:nth-child(2) {
    width: 65%;
    padding-left: 50px;
    padding-top: 30px;
}

#Center01 .subContent .con1 .greeting p b {
    font-weight: 500;
}
#Center01 .subContent .con1 .greeting p{
    margin-bottom: 30px;
    line-height: 1.6em;
}
#Center01 .subContent .con1 .greeting p.text-right{
    font-size: 15px;
    color: #666;
}
#Center01 .subContent .con1 .greeting p.text-right b{
    margin-left: 5px;
    color: #333;
    font-size: 20px;
}

.history_wrap{
    position: relative;
    padding: 30px 0;
}
.history_wrap::before{
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px solid #ddd;
}
.history_wrap .history{
    position: relative;
    padding-top: 10px;
    margin-bottom: 30px;
    padding-right: calc(50% + 35px);
    text-align: right;
}
.history_wrap .history.rightside{
    position: relative;
    padding-left: calc(50% + 35px);
    padding-right: 0;
    text-align: left;
}
.history_wrap .history .year{
    position: relative;
    font-size: 30px;
    font-weight: 500;
    color: #F04D22;
    margin: 0 0 5px;
}
.history_wrap .history .year::before{
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 5px solid;
    border-radius: 50%;
    top: 6px;
    right: -45px;
    background: #fff;
}
.history_wrap .history .year::after{
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    background: #ccc;
    top: 16px;
    right: -35px;
    z-index: -1;
}
.history_wrap .history.rightside .year::before{
    content: '';
    right: auto;
    left: -45px;
}
.history_wrap .history.rightside .year::after{
    content: '';
    right: auto;
    left: -35px;
}
.history_wrap .history .issue{
    padding: 0;
    margin: 0;
}
.history_wrap .history .issue > li{
    font-size: 19px;
    margin-top: 12px;
    letter-spacing: -0.06em;
}

#Center03 .subContent .content .member{
    border: 1px solid #eee;
    padding: 50px 50px 20px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 10px -10px rgba(0,0,0,0.23);
    border-top: 1px solid #333;
}
#Center03 .subContent .content .member:first-child{
}
#Center03 .subContent .content .member:last-child{
    padding-bottom: 0;
}
#Center03 .subContent .content .member::after{
    content: '';
    display: table;
    clear: both;
}
#Center03 .subContent .content .member .name{
    float: left;
    width: 25%;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    position: relative;
}
#Center03 .subContent .content .member .name::before {content: '';display: block;width: 4px;height: 60px;background: #333;position: absolute;left: -51px;display: none;}
#Center03 .subContent .content .member .name small{
    font-size: 17px;
    color: #999;
    display: block;
    margin-top: 12px;
    font-weight: 500;
    line-height: 1.4em;
}
#Center03 .subContent .content .member .dl_wrap{
    float: left;
    width: 75%;
    padding-left: 0;
}
#Center03 .subContent .content .member .dl_wrap .dl_mem{
    margin-bottom: 30px;
}
#Center03 .subContent .content .member .dl_wrap .dl_mem dt{
    font-size: 21px;
    font-weight: 700;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}
#Center03 .subContent .content .member .dl_wrap .dl_mem dt::before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #ff2c09;
    border-left: 3px solid #ff2c09;
    border-right: 3px solid #FDAC08;
    border-bottom: 3px solid #FDAC08;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 3px;
}
#Center03 .subContent .content .member .dl_wrap .dl_mem dd{
    position: relative;
    font-size: 17px;
    padding: 1px 0 2px 17px;
    letter-spacing: -0.043em;
}
#Center03 .subContent .content .member .dl_wrap .dl_mem dd::before{left: 1px;content: '';display: block;width: 5px;height: 2px;background: #666;position: absolute;top: 10px;left: 6px;}
[id^="Program0"] .inner p {
    margin-bottom: 15px;
    line-height: 1.75;
    word-break: keep-all;
    font-size: 18px;
}

[id^="Program0"] .inner p b {
    font-weight: 600;
    color: #ce1b20;
}
@media (min-width: 768px){
    #Center04 .table_blog2 dd{
        width: 25%;
    }
}
#Center04 .table_blog2 dd .inner{
    border: 0;
}
#Center04 .table_blog2 dd .inner .top a .thumb {
    height: 120px;
    background-size: contain;
}
.table_blog2 dd .inner .bottom{
    padding: 0;
}
.table_blog2 dd .inner .bottom .title{
    padding: 0;
    margin-bottom: 30px;
}
.table_blog2 dd .inner .bottom .title a{
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 5px 0;
}
.table_blog2 dd .inner .bottom .info{
    display: none;
}

#Center05 .subContent .content .center_intro{
    padding: 40px 50px;
    background: #eee;
    border-top: 1px solid #999;
}
#Center05 .subContent .content .center_intro .call i{font-size: 32px !important;}
#Center05 .subContent .content .center_intro .contact i{
    font-size: 39px;
    float: left;
    width: 90px;
    height: 90px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    line-height: 90px;
}
#Center05 .subContent .content .center_intro .contact dl{
    margin: 0 auto;
    display: inline-block;
    float: left;
    padding: 0 0 0 30px;
}
#Center05 .subContent .content .center_intro .contact dl dt{
    font-size: 17px;
    padding: 0;
    border-radius: 50px;
    color: #333;
    margin-bottom: 2px;
    margin: 5px 0 2px;
}
#Center05 .subContent .content .center_intro .contact.time dl dt{
}
#Center05 .subContent .content .center_intro .contact.call dl dt{
}
#Center05 .subContent .content .center_intro .contact dl dd{
    font-size: 16px;
    padding: 2px 0;
}
#Center05 .subContent .content .center_intro .contact.time dl dd{

}
#Center05 .subContent .content .center_intro .contact.call dl dd{
    font-weight: 500;
    font-size: 22px;
}
#Center05 .subContent .content .center_menu .li_center{padding: 0;}
#Center05 .subContent .content .center_menu .li_center::after{
    content: '';
    display: table;
    clear: both;
}
#Center05 .subContent .content .center_menu .li_center > li{
    float: left;
    width: calc(100% / 3);
}
#Center05 .subContent .content .center_menu .li_center > li a{
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 20px;
}
#Center05 .subContent .content .center_menu .li_center > li a:hover {
    background: #333;
}
#Center05 .subContent .content .center_menu .li_center > li a > i{
    text-align: center;
    left: 21px;
    top: 12px;
    font-size: 22px;
    color: #fff;
    margin-right: 15px;
}
#Center05 .subContent .content .center_menu {
    margin-bottom: 20px;
}
#Center05 .subContent .content .center_menu .li_center li:nth-child(1) {
    background: #f37662;
}
#Center05 .subContent .content .center_menu .li_center li:nth-child(2) {
    background: #fbce02;
}
#Center05 .subContent .content .center_menu .li_center li:nth-child(3) {
    background: #9965b1;
    border: 0;
}

#Center05 .subContent .content .center_menu .li_center > li a span {
}
#Center05 .subContent .content .center_slide{
    /* padding: 30px; */
}
/* #Center05 .subContent .content .center_slide img{
    height: 540px;
    width: auto;
} */
#Center05 .subContent .content .slick-slide img{
    height: 560px;
    width: 100%;
}
#Center05 .subContent .content .center_slide .caption{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    margin: 0;
    background: #60bf54;
    /* background: #222; */
    color: #fff;
}
#Center05 .subContent .content .slick-slide .door_img{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
#Center05 .subContent .content .slick-slide .door_img img{height: 280px;}
#Center05 .subContent .content .center_intro .contact::after {content: '';display: block;clear: both;}

#Center05 .subContent .content .center_intro .row > div:nth-child(1) {
    border-right: 2px dotted #ccc;
}

#Center05 .subContent .content .center_intro .row > div {
    padding-left: 35px;
}
.root_daum_roughmap{
    width: 100% !important;
}
.li_location{
    padding: 12px 30px;
    margin: 5px 0 0;
    border: 5px solid #e6e6e6;
}
.li_location > li{
    font-size: 17px;
    padding: 5px 0 10px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ddd;
}
.li_location > li > span.roman{
    display: inline;
    width: auto;
    font-weight: 400;
    letter-spacing: -0.034em;
    font-family: 'notokr';
}
.li_location > li > span{
    display: inline-block;
    width: 120px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.034em;
}
.li_location > li > span i{
    margin-right: 5px;
    display: inline-block;
    width: 18px;
    text-align: center;
    color: #e83416;
}
.li_location > li:last-child {
    border: 0;
    padding: 5px 0;
    margin: 0;
}
.li_dots{
    padding: 0;
    margin: 0;
}
.li_dots > li{
    position: relative;
    font-size: 19px;
    padding: 3px 0px 3px 22px;
}
.li_dots > li::before{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #ff565b;
    position: absolute;
    top: 13px;
    left: 5px;
    border-radius: 50%;
}

.li_cate{
    padding: 0;
    margin: 0;
}
.li_cate > li{
    font-size: 17px;
    display: inline-block;
    padding: 7px 15px 6px;
    border-radius: 3px;
    margin-bottom: 8px;
    margin-right: 5px;
    background: #f9f0c7;
    color: #4e4000;
}
.li_cate > li:last-child{
    margin-right: 0;
}

.subContent .content::after{
    content: '';
    display: table;
    clear: both;
}
[id^="Cure"] .subContent .content h4{
    float: left;
    width: 32%;
    margin-top: 5px;
}
[id^="Cure"] .subContent .content .inner{
    float: left;
    width: 68%;
}

#Program04 .subContent .content .dl_program{
    padding: 20px 30px 20px 195px;
    border: 1px solid #eee;
    box-shadow: 0px 5px 10px -10px rgba(0,0,0,0.3);
    position: relative;
    margin-bottom: 7px;
} 
#Program04 .subContent .content .dl_program dt{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 170px;
    background: #f98d70;
    color: #fff;
    font-size: 20px;
    padding: 19px 20px;
    font-weight: 500;
    line-height: 1.25em;
} 
#Program04 .subContent .content .dl_program dd{
    font-size: 17px;
} 

#Adult03 .subContent .content p{
    margin-bottom: 20px;
    line-height: 1.5em;
    word-break: keep-all;
}
#Adult03 .con1 ul {
    background: #f4f4f4;
    padding: 30px;
}
#Adult03 .con1 ul li:before {
    background: #333;
    width: 5px;
    height: 2px;
    transform: inherit;
    top: 14px;
}
#Adult03 .subContent .content p b {
    font-weight: 500;
    color: #5a0082;
}
#Evaluate01 .subContent .content .table_csr{
    /* border-top: 2px solid #E8340C; */
    border-spacing: 10px;
    border-collapse: separate;
}
#Evaluate01 .subContent .content .table_csr tr{
    /* border-bottom: 1px solid #ddd; */
}
#Evaluate01 .subContent .content .table_csr tr th, #Evaluate01 .subContent .content .table_csr tr td{
    border-top: 0;
    padding: 15px;
    white-space: normal;
    vertical-align: middle;
    /* border-left: 1px solid #ddd; */
    background: #f8f8f8;
}
#Evaluate01 .subContent .content .table_csr tr th:last-child, #Evaluate01 .subContent .content .table_csr tr td:last-child{
    /* border-right: 1px solid #ddd; */
}
#Evaluate01 .subContent .content .table_csr thead tr th{
    background: #F98D70;
    color: #fff;
    text-align: center;
    border-radius: 15px 15px 0 0;
    border: 0;
}
#Evaluate01 .subContent .content .table_csr tr th {
    text-align: center;
    background: #fff1df;
    border-radius: 5px;
}

/* 
#Evaluate01 .dl_eval{
 	position: relative;
 	margin-bottom: 0;
 	margin-left: -1px;
 	height: 191px;
 	background: #f8f8f8;
 	border-radius: 30px 30px 10px 10px;
}
#Evaluate01 .con2 .row > div:nth-child(1) .dl_eval dd {
    padding-top: 0;
    font-size: 16px;
}
#Evaluate01 .dl_eval dt{
    text-align: center;
    line-height: 1;
    background: #f98d70;
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
    font-weight: 500;
    border-radius: 50px;
}
#Evaluate01 .con2 .row > div::after {
    content: '\f105';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: block;
    position: absolute;
    top: 27px;
    right: -8px;
    font-size: 32px;
    color: #ccc;
    transform: translateY(-50%);
    z-index: 10;
}
#Evaluate01 .con2 .row > div:last-child::after {
    display: none;
}
#Evaluate01 .dl_eval dd{
    font-size: 15px;
    text-align: left;
    padding: 20px 25px;
    font-size: 16px;
}

#Evaluate01 .dl_eval dd span {
    display: block;
    font-weight: 700;
    font-size: 15px;
    margin-top: 15px;
} */

#Evaluate01 .con2 .row > div::after {
    content: '\f105';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: block;
    position: absolute;
    top: 160px;
    right: -8px;
    font-size: 32px;
    color: #f58567;
    transform: translateY(-50%);
    z-index: 10;
}
#Evaluate01 .con2 .row > div:last-child::after {
    display: none;
}

#Evaluate01 .dl_eval{
    border-radius: 15px;
    border: 5px solid #ffdcd3;
    margin-top: 50px;
    padding: 15px 10px;
    height: 235px;
}
#Evaluate01 .dl_eval dt{
    font-size: 22px;
    margin: 0 0 20px;
    text-align: center;
}
#Evaluate01 .dl_eval dt i{
    display: block;
    text-align: center;
    font-size: 36px;
    width: 80px;
    line-height: 80px;
    margin: -60px auto 15px;
    background: #f58567;
    color: #fff;
    border-radius: 50%;
}
#Evaluate01 .dl_eval dd{
    font-size: 17px;
    text-align: center;
}

#Evaluate01 .con2 .row > div:nth-child(1) .dl_eval dd{
    text-align: left;
}
#Evaluate01 .dl_eval dd span{
    font-weight: 600;
    display: block;
    margin-top: 5px;
}

#Consulting01 .process_wrap{
    padding: 0;
    margin-left: -30px;
    margin-right: -30px;
}
#Consulting01 .process_wrap::after{
    content: '';
    display: table;
    clear: both;
}
#Consulting01 .process_wrap .process{
    width: calc(100% / 3);
    float: left;
    padding: 0 30px;
    position: relative;
    width: 100%;
}
#Consulting01 .process_wrap .process::before{
    content: '\f078';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: block;
    position: absolute;
    top: 94%;
    left: 111px;
    font-size: 25px;
    color: #ceccc5;
    transform: translateY(-50%);
}
#Consulting01 .process_wrap .process:last-child::before{
    display: none;
}
#Consulting01 .process_wrap .process dl{
    height: 112px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 15px -10px rgba(0,0,0,0.23);
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 15px;
}
#Consulting01 .process_wrap .process dl dt{
    text-align: center;
    line-height: 1;
    background: #ffe46c;
    color: #504200;
    font-size: 20px;
    padding: 44px 0;
    width: 180px;
    height: 110px;
    font-weight: 700;
    position: absolute;
    border-radius: 10px;
    border: 1px solid #f7d12b;
}
#Consulting01 .process_wrap .process dl dd{
    font-size: 17px;
    padding: 32px 20px 0 210px;
}
#Consulting01 .process_wrap .process:nth-child(6) dl dd, #Consulting01 .process_wrap .process:nth-child(7) dl dd, #Consulting01 .process_wrap .process:nth-child(8) dl dd {
    padding-top: 43px;
}
#Consulting01 .process_wrap .process:nth-child(3) dl dd {
    padding-top: 20px;
}
#Consulting01 .subContent .content p.note{
    font-size: 16px;
    color: #333;
    margin: 20px 0 0 0;
    background: #f4f4f4;
    padding: 20px 25px;
}

@media (max-width: 767px){
    .subMenu{
        width: auto;
        float: none;
        margin-bottom: 60px;
    }
    .subContent {
        width: auto;
        float: none;
        padding-left: 0;
    }
    .subHeader {
        height: 138px;
    }
    .subHeader .container h2 {
        font-size: 37px;
    }
    .subContent_title .breadcrumb{
        float: left;
        width: 100%;
    }
    #Center01 .con1 .row > div:nth-child(1),
    #Center01 .con1 .row > div:nth-child(2){
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .history_wrap::before {
        content: '';
        display: block;
        width: 1px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        border-left: 1px solid #ddd;
    }
    .history_wrap .history,
    .history_wrap .history.rightside {
        position: relative;
        padding-left: 30px;
        padding-right: 0;
        text-align: left;
    }
    .history_wrap .history .year::before,
    .history_wrap .history.rightside .year::before {
        content: '';
        right: auto;
        left: -39px;
    }
    .history_wrap .history .year::after,
    .history_wrap .history.rightside .year::after {
        content: '';
        right: auto;
        left: -35px;
    }
    #Center03 .subContent .content .member {
        padding: 25px 20px 20px;
    }
    #Center03 .subContent .content .member .name,
    #Center03 .subContent .content .member .dl_wrap {
        float: none;
        width: auto;
    }
    .table_blog2 dd{
        width: 100%;
    }
    #Center05 .subContent .content .center_intro {
        padding: 40px 30px;
    }
    #Center05 .subContent .content .center_intro .contact i {
        font-size: 39px;
        float: left;
        width: 65px;
        height: 65px;
        line-height: 65px;
    }
    #Center05 .subContent .content .center_intro .row > div:nth-child(1) {
        border-right: 0;
    }
    #Center05 .subContent .content .center_intro .row > div {
        padding-left: 0;
    }
    #Center05 .subContent .content .center_menu .li_center > li a > i {
        margin-right: 0;
        display: block;
        margin-bottom: 5px;;
    }
    #Center05 .subContent .content .slick-slide img {
        height: 61vw;
    }
    #Center05 .subContent .content .slick-slide .door_img img{height: 30.5vw;}
    #Center05-1 .slick-dots{bottom: -55px;}
    .li_location > li > span {
        display: block;
        margin-bottom: 5px;
    }
    #Program04 .subContent .content .dl_program {
        padding: 0;
    }
    #Program04 .subContent .content .dl_program dt {
        position: relative;
        width: auto;
    }
    #Program04 .subContent .content .dl_program dt br{
        display: none;
    }
    #Program04 .subContent .content .dl_program dd {
        font-size: 17px;
        padding: 15px;
    }
    [id^="Cure"] .subContent .content h4,
    [id^="Cure"] .subContent .content .inner{
        float: none;
        width: auto
    }

    #Evaluate01 .dl_eval {
        border-radius: 15px;
        border: 5px solid #ffdcd3;
        margin-top: 85px;
        padding: 15px 45px;
        height: auto;
    }
    #Evaluate01 .con2 .row > div::after {
        content: '\f105';
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        display: block;
        position: absolute;
        top: auto;
        right: auto;
        left: 50%;
        bottom: -50px;
        font-size: 38px;
        color: #f58567;
        transform: translateX(-50%) rotate(90deg);
        z-index: 10;
    }
    #Consulting01 .process_wrap {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
    #Consulting01 .process_wrap .process {
        padding: 0;
        position: relative;
        width: 100%;
    }
    #Consulting01 .process_wrap .process dl {
        height: auto;
        padding: 0;
        margin-bottom: 40px;
    }
    #Consulting01 .process_wrap .process dl dt{
        font-size: 20px;
        padding: 20px 0;
        width: auto;
        height: auto;
        font-weight: 700;
        position: relative;
        border-radius: 10px;
        border: 1px solid #f7d12b;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    #Consulting01 .process_wrap .process dl dd{
        padding: 15px;
    }
    #Consulting01 .process_wrap .process::before {
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #Consulting01 .process_wrap .process:nth-child(6) dl dd, #Consulting01 .process_wrap .process:nth-child(7) dl dd, #Consulting01 .process_wrap .process:nth-child(8) dl dd{
        padding-top: 20px;
    }

    .table.table_default tr .num, .table.table_default tr .regdate, .table.table_default tr .hits{display: none;}
    .board_wrapper .table.board_write_table tbody tr td .btn, .board_wrapper .table.board_write_table tbody tr td .form-control, .board_wrapper .table.board_write_table .input-group.input-group-big, .board_wrapper .table.board_write_table .form-control.form-control-big{width: 100%;}
    #list_btn{display: none;}
    #write_btn{margin: 0;}
}
@media (min-width: 768px) and  (max-width: 991px){
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 40px 0;
    background: #f8f8f8;
    color: #666;
}
footer .nav_f{
    margin-bottom: 15px;
    padding: 0 0 12px;
    border-bottom: 1px solid #ddd;
}
footer .nav_f li{
    display: inline-block;
    margin-right: 15px;
}
footer .nav_f li > a{
    display: block;
    color: #6c009f;
    opacity: 0.8;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
}
footer .nav_f li:hover > a{
    opacity: 1;
    background: none;
}
footer .footer-text{

}
footer .footer-text ul{
    padding-left: 0;
    margin-bottom: 0;
}
footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
footer .footer-text ul li{
    float: left;
    margin-right: 15px;
    padding: 2px 0px 3px;
    font-size: 14px;
    color: #ae00ff;
}
footer .footer-text ul li address{
    margin-bottom: 0;
    line-height: 1.4;
}
footer .footer-text ul li address b {
    font-weight: 500;
    color: #ae00ff;
    display: inline-block;
    margin-right: 10px;
}
footer .footer-text ul li address span {
    display: inline-block;
    margin: 0 8px;
}
footer .footer-text .copyrights{
    display: block;
    font-size: 11px;
    margin-top: 20px;
    letter-spacing: 0em;
    opacity: 0.8;
    color: #ae00ff;
}


.quickMenu{
    position: fixed;
    top: 165px;
    right: 15px;
    background: #fefefe;
    width: 100px;
    box-shadow: 0 0 15px -10px rgba(0,0,0,23);
    border: 1px solid #840eb7;
    z-index: 100000;
    border-radius: 20px 20px 0 0;
}
.quickMenu dl{
    margin-bottom: 0;
}
.quickMenu dl dt{
    font-size: 15px;
    text-align: center;
    padding: 13px 10px 10px;
    background: #9525c5;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.2em;
    font-family: 'Roboto';
    border-radius: 20px 20px 0 0;
    border: 1px solid #840eb7;
}
.quickMenu dl dt img {
    width: 42px;
}
.quickMenu dl dd{
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 12px 0 10px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'notokr';
}
.quickMenu dl dd a{
    color: #555;
}
.quickMenu dl dd a:hover{
    color: #5d0086;
    text-decoration: none;
}
.quickMenu dl dd a:hover i {
    background: #a559d4;
}
.quickMenu dl dd a i{
    display: block;
    font-size: 16px;
    padding: 12px 8px;
    margin: 0 auto 7px;
    background: #ccc7ce;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
}
.quickMenu dl dd a i.fa-phone{
    transform: rotate(90deg);
}
.quickMenu > a{
    display: block;
    padding: 10px;
}

.main_popup.show{z-index: 999999;}
.main_popup_contents{padding: 0;}

@media (max-width: 767px){
    .quickMenu{
        display: none;
    }
    footer .footer-text ul li{
        margin-bottom: 10px;
    }
    footer .footer-text ul li address b{
        display: block;
    }
    footer .footer-text ul li address span{
        display: block;
        margin-left: 0;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //푸터 */


.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

.member_wrapper {
    max-width: 1170px;
    margin: 0 auto;
}
/* board 추가 css */
.board_data_view .header_wrap .title {
    font-size: 27px;
    letter-spacing: -0.06em;
}
.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 35px 0;
}
.board_data_view .contents_wrap p {
    font-size: 16px;
    line-height: 1.45em;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}
.board_data_view {
    border-top: 1px solid #333;
}
.table.table_default tbody tr th.num {
    font-weight: normal;
}
.table.table_default tbody .subject a {
    font-size: 16px;
}
.table.table_default tr th, .table.table_default tr td {
    border-bottom: 1px solid #ddd;
}
.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}
.checkbox label, .radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}
.custom_checkbox+span a {
    font-weight: 500;
}
.table_blog2 dd .inner {
    border: none;
}
.member_wrapper h1 {
    border: none;
    margin-top: 0;
}
.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}
.btn.btn-primary {
    background-color: #4f5356;
    border: 1px solid #4f5356;
    color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #333;
}
#reply_write {
    margin-bottom: 100px;
}
form#board_write_form {
    margin-bottom: 100px;
}
.subContent .board_wrapper h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}
.board_wrapper {
    margin-top: 40px;
}
.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 6px 7px 5px;
}
.board_wrapper .table.board_write_table .files + .sumChk {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}
.table_blog2 dd .inner .bottom {
    padding: 15px 0 0;
}
.table_blog2 dd .inner .bottom .title {
    padding: 0;
    margin-bottom: 0;
}
.table_blog2 dd .inner .bottom .info span {
    padding: 0 5px 0 0;
    font-size: 13px;
}
.table_blog2 dd .inner .bottom .title a {
    font-size: 17px;
    font-weight: 500;
    text-overflow: ellipsis;
    height: 58px;
    white-space: normal;
    text-align: center;
}
.table_blog2 dd .inner .bottom .title a:hover, .table_blog2 dd .inner .title a:focus {
    color: #a61325;
}
.table_video dd .inner, .table_blog2 dd .inner {
    border: 0;
}
.table_video dd .inner .bottom, .table_blog2 dd .inner .bottom {padding: 10px 0 0;}
.board_wrapper .text-center {
    margin-bottom: 50px;
}
/* board 추가 css end */