/* @import url('/static/css/fonts.css'); */
#sub {
    margin-top: 184px;
    text-align: center;
}

.sub02_01 section[id="section02"] {
    scroll-margin-top: 60px;
}

.sub02_01 section[id="section03"] {
    scroll-margin-top: 20px;
}

.sub02_01 section[id="section04"],
.sub02_01 section[id="section05"] {
    scroll-margin-top: 40px;
}

.sub03_01 section[id="section02"] {
    scroll-margin-top: 100px;
}

.sub03_01 section[id="section03"],
.sub03_01 section[id="section04"],
.sub03_01 section[id="section05"] {
    scroll-margin-top: 60px;
}

@media(max-width:1600px) {

    .sub02_01 section[id="section02"] {
        scroll-margin-top: 50px;
    }

    .sub02_01 section[id="section03"] {
        scroll-margin-top: 20px;
    }

    .sub02_01 section[id="section04"],
    .sub02_01 section[id="section05"] {
        scroll-margin-top: 40px;
    }

    .sub03_01 section[id="section02"] {
        scroll-margin-top: 100px;
    }

    .sub03_01 section[id="section03"],
    .sub03_01 section[id="section04"],
    .sub03_01 section[id="section05"] {
        scroll-margin-top: 60px;
    }
}

@media(max-width:780px) {

    .sub02_01 section[id="section02"],
    .sub02_01 section[id="section03"],
    .sub02_01 section[id="section04"],
    .sub03_01 section[id="section02"],
    .sub03_01 section[id="section03"],
    .sub03_01 section[id="section04"],
    .sub03_01 section[id="section05"] {
        scroll-margin-top: 0px;
    }

}

.sub_banner {
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #000;
    z-index: 1;
}

.sub_banner .inner {
    max-width: 1200px;
    margin: auto;
    padding: 150px 0;
}

.sub_banner .back_img {
    transform: translateY(-5%) !important;
}

.sub02_01 .sub_banner .back_img {
    transform: translateY(0) !important;
}

.sub03_01 .sub_banner .inner {
    max-width: 1400px;
}

.sub03_01 .sub_banner .back_img {
    transform: translateY(-31%) !important;
    min-height: 148%;
}

.sub04_01 .sub_banner .back_img {
    transform: translateY(-20%) !important;
}

.back_img {
    width: 100%;
    min-height: 115%;
    will-change: transform;
    height: 80vh;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    z-index: -1;
}

.back_img_sec {
    overflow: hidden;
}

.back_img_sec .inner {
    margin-top: 70px;
}

.back_img_sec .inner h2,
.back_img_sec .inner p {
    color: #fff;
}

.sub_banner .ban_box {
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.sub_banner .sub_title {
    font-size: 55px;
    line-height: 120%;
    font-weight: 700;
    color: #fff;
}

.sub_banner .banner_info {
    margin-top: 30px;
    font-size: 25px;
    line-height: 125%;
    letter-spacing: -2.1px;
    color: #fff;
}

.sub_banner .banner_info b {
    font-weight: 600
}


/* sub_title opacity */
.sub_banner .ban_box.opacity {
    opacity: 0;
}

.sub_banner .title_ft32 {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff;
}

.sub_banner .title_ft55 {
    font-size: 55px;
    color: #fff;
    font-weight: 600
}

.highlight {
    position: relative;
}

.highlight:before {
    content: '.';
    position: absolute;
    display: block;
    font-size: 50px;
    top: -140%;
    left: 34%;
}

@media(max-width:1600px) {
    #sub {
        margin-top: 130px;
    }

    .back_img,
    .sub_banner .back_img,
    .sub02_01 .sub_banner .back_img,
    .sub03_01 .sub_banner .back_img,
    .sub04_01 .sub_banner .back_img {
        min-height: 125%;
        height: 90vh;
        transform: translateY(-18%) !important;
    }

    .sub01_01 .sub01_sec .back_img {
        transform: translateY(0) !important;
    }

    .sub_banner .sub_title {
        font-size: 45px;
    }

    .sub_banner .banner_info {
        font-size: 20px;
    }

    .sub_banner .inner {
        padding: 130px 0;
        max-width: 92.5vw;
        margin: auto;
    }

    .sub_banner .title_ft32 {
        font-size: 28px;
    }

    .sub_banner .title_ft55 {
        font-size: 45px;
    }
}

@media(max-width:1120px) {
    #sub {
        margin-top: 57px;
    }

    .sub_banner .ban_box {
        position: relative;
        z-index: 1;
        margin-top: 50px;
    }

    .sub_banner .inner {
        padding: 130px 0;
    }

    .back_img,
    .sub_banner .back_img,
    .sub02_01 .sub_banner .back_img,
    .sub03_01 .sub_banner .back_img,
    .sub04_01 .sub_banner .back_img {
        width: 200%;
        margin-left: 10%;
        height: 100%;
        min-height: 100%;
        transform: translateY(0) !important
    }

    .sub_banner .sub_title {
        font-size: 32px;
        margin-top: 0;
    }

    .sub_banner .title_ft55 {
        font-size: 32px;
    }

    .sub_banner .banner_info {
        font-size: 15px;
        letter-spacing: -.8px;
    }

    /* .back_img{
        width:100%;
        margin-left:10%;
        height:100%;
        background-size: 100%;
        background-position: top 0 left 0;
    } */
    .highlight:before {
        font-size: 32px;
        top: -140%;
        left: 45%;
    }

}

@media(max-width:780px) {
    #sub {
        margin-top: 0
    }

    .sub_banner .ban_box {
        margin-top: 50px;
        z-index: 0;
    }

    .sub_banner .inner {
        padding: 130px 0;
        max-width: 92.5vw;
        margin: auto;
    }

    .sub_banner .sub_title {
        margin-top: 110px;
    }

    .back_img,
    .sub_banner .back_img,
    .sub02_01 .sub_banner .back_img,
    .sub03_01 .sub_banner .back_img,
    .sub04_01 .sub_banner .back_img {
        background-position: center center;
        transform: translateX(-30%) !important;
    }

    .sub_banner .title_ft55 {
        font-size: 32px;
    }

    .sub01_01 .sub01_sec .back_img {
        transform: translate(-30%, 0) !important
    }

    /* .back_img{
        margin:0;
        background-size:cover;
    } */
}

@media(max-width:550px) {
    .sub_banner .inner {
        padding: 110px 0;
    }

    .highlight:before {
        font-size: 36px;
    }

    .sub_banner .title_ft32 {
        font-size: 18px;
    }

    .sub03_01 .sub01_sec {
        padding-top: 40px;
    }

    /* .sub_banner .back_img{
        background-position: 0;
    } */
}

/* sub maenu */
.sub_menu {
    position: relative;
    /* margin-top:-33px; */
    z-index: 1;
    top: -33px;
}

.sub_menu .inner {
    max-width: 1620px;
    margin: auto;
    display: block;
    width: 100%;
    border: 1px solid #bfbfbf;
    background: #fff;
}

.sub_menu ul {
    display: flex;
}

.sub_menu li {
    position: relative;
    width: calc(100% / 5);
    padding: 20px 0;
    text-align: center;
    transition: all .3s;
    flex: 1;
}

.sub_menu li:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 22px;
    right: 0;
    top: 20px;
    background: #cbcbcb;
}

.sub_menu li:last-child:after {
    display: none;
}

.sub_menu li a {
    font-size: 18px;
    font-weight: 500;
    transition: all .3s;
}

.sub_menu li.on,
.sub_menu li:hover {
    margin-bottom: -5px;
    border-bottom: 5px solid #f19f73;
}

.sub_menu li.on a,
.sub_menu li:hover a {
    color: #f19f73;
}

/* sub maenu fixed */
.sub_menu.fixed {
    position: fixed;
    top: 171px;
    width: 100%;
    z-index: 9;
    margin-top: 0;
}

.sub_menu.fixed ul {
    height: 50px;
}

.sub_menu.fixed ul li {
    padding: 12px 0;
}

@media(max-width:1600px) {
    .sub_menu .inner {
        max-width: 84.3vw;
        height: 57px;
    }

    .sub_menu ul {
        height: 100%;
    }

    .sub_menu li {
        padding: 15px 0;
    }

    .sub_menu li a {
        font-size: 15px;
    }

    .sub_menu.fixed {
        top: 178px;
    }

}

@media(max-width:1120px) {

    .sub_menu .inner {
        border-bottom: 1px solid #bfbfbf;
        height: auto;
        max-width: 100%;
        margin-top: 0;
    }

    .sub_menu.fixed {
        top: 89px;
    }

    .sub_menu ul,
    .sub_menu.fixed ul {
        height: auto;
    }

    .sub_menu li {
        padding: 10px 0;
        line-height: 1;
    }

    .sub_menu li:after {
        top: 13px;
    }

    .sub_menu.fixed ul li {
        padding: 10px 0;
    }
}

@media(max-width:780px) {

    /* .sub_menu{
        z-index: 0;
    } */
    .sub_menu.fixed {
        top: 65px;
    }

    .sub_menu li a {
        font-size: 12px;
        line-height: 1.3;
    }
}

@media(max-width:550px) {
    .sub_menu {
        position: fixed;
        margin-top: 0;
        top: 65px;
        width: 100%;
        left: 0;
    }

    .sub_menu .inner {
        border: 0;
        border-bottom: 1px solid #ddd
    }

    .sub_menu li {
        line-height: 1;
        padding: 10px 0;
    }

    .sub_menu li a {
        font-size: 12px;
        line-height: 1;
    }

    .sub_menu.fixed {
        top: 65px;
    }
}

/* 
.sec_title{
    text-align:center;
} */
.cont_title {
    padding: 50px 0;
}


/* 페이징 */
.paging {
    margin-top: 100px;
}

.paging ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paging ul li {
    height: 24px;
    line-height: 24px;
    padding: 0 9px;
    margin: 0 2px;
    border: 1px solid #ccc;
}

.paging ul li a {
    font-size: 12px;
    color: #555;
    vertical-align: top;
    font-weight: 600;
}

.paging ul li.active {
    border: none;
}

.paging ul li.active a {
    color: #111;
    font-size: 14px;
}

/* 카카오지도 맵 */
.map .root_daum_roughmap_landing {
    margin-left: 15%;
}

.root_daum_roughmap .cont .section_address {
    display: none;
}

.notice {
    position: relative;
    padding-bottom: 150px;
}

.notice .inner {
    margin-top: 70px;
}

@media(max-width:1600px) {
    .map .inner {
        max-width: 1000px;
        padding: 0 15px;
    }

    .map .root_daum_roughmap_landing {
        width: 70% !important;
        margin: auto;
    }
}

@media(max-width:1120px) {
    .map .root_daum_roughmap_landing {
        width: 100% !important;
    }

    .map_cont .root_daum_roughmap .wrap_map {
        height: 200px !important;
    }

}

@media(max-width:780px) {
    .map .root_daum_roughmap_landing {
        margin-left: 0;
        width: 100% !important;
    }

    .root_daum_roughmap .wrap_map {
        height: 200px !important;
    }

}

/* LGC 검증 테스트 */
.lgc_test .arr_box {
    position: relative;
    padding: 30px 0 20px;
    margin-bottom: 80px;
}

.lgc_test .arr_box:after {
    content: '\e90a';
    font-family: 'xeicon' !important;
    font-size: 100px;
    font-weight: 600;
    width: 100%;
    position: absolute;
    bottom: -20px;
    display: block;
    text-align: center;
    /* z-index: -1; */
}

.lgc_test .mark {
    position: relative;
    background: transparent;
    color: #00788a;
    padding: 0;
}

.lgc_test .mark:after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 206px;
    height: 59px;
    background: url('/static/images/icon/sub02_01_sec09_mark.png')no-repeat;
}

.lgc_test {
    padding-top: 200px
}

.lgc_test .sec {
    padding: 50px 0;
}

.lgc_test .belief_sec01 {
    background: url('/static/images/sub02_01_sec09_bg.jpg')no-repeat;
    padding: 50px 0;
    margin-top: 50px;
}

.lgc_test .belief_sec01 p {
    line-height: 1.4;
    margin: 15px 0;
}

.lgc_test .belief_sec01 h4 {
    margin: 0;
    letter-spacing: -2.1px;
    font-weight: 500;
}

.lgc_test .belief_sec02 .arr_box {
    background: #e1e6e8;
}

.lgc_test .belief_sec02 .arr_box:after {
    color: #e1e6e8
}

.lgc_test .belief_sec02 p.ft30 {
    margin-bottom: 30px;
}

.lgc_test .belief_sec02 p.ft22 {
    position: relative;
    /* z-index: 1; */
}

.lgc_test .belief_sec03 .noti {
    background: #dfebed;
    padding: 50px 0;
    margin-top: 30px;
}

.lgc_test .belief_sec03 .noti i {
    font-size: 60px;
    color: #1a1a1a;
    opacity: .4;
}

.lgc_test .belief_sec03 .noti h3 span {
    font-family: 'Montserrat_m';
}

.lgc_test .belief_sec03 .noti .ft30 {
    margin-top: 60px;
    padding: 0 20px;
}

.lgc_test .belief_sec03 .arr_box {
    width: 90%;
    margin: 30px auto;
    background: #fff;
}

.lgc_test .belief_sec03 .arr_box:after {
    color: #fff;
}

.lgc_test .belief_sec03 .arr_box p {
    /* font-weight:600; */
    margin: 15px 0;
}

.sub03_01 .belief_sec04 {
    background: url('/static/images/sub03_01_sec09_bg.jpg')no-repeat;
    padding: 150px 0;
}

.sub03_01 .belief_sec04 .ft55 {
    padding-bottom: 0;
    margin-top: 0;
}

.sub02_01 .lgc_test .ft55 {
    padding-bottom: 0;
}

.sub03_01 .lgc_test .ft24 {
    margin-bottom: 150px;
}

.sub03_01 .belief_sec03 .ft24 {
    margin-bottom: 30px;
}

@media(max-width:1120px) {
    .lgc_test {
        padding-top: 140px;
    }

    .lgc_test .ft55 {
        padding-top: 20px;
    }

    .lgc_test .belief_sec01 h4 {
        font-size: 18px;
    }

    .lgc_test .belief_sec01 img {
        max-width: 220px;
    }

    .lgc_test .belief_sec01 p {
        font-size: 15px;
    }

    .lgc_test .belief_sec02 .arr_box {
        padding: 10px 15px;
    }

    .lgc_test .belief_sec02 p.ft22 {
        margin: 15px 0;
    }

    .lgc_test .belief_sec02 img {
        width: 160%;
        max-width: 160%;
        margin-left: -35%;
        image-rendering: auto;
    }

    .lgc_test .mark:after {
        width: 130px;
        height: 37px;
        top: -10px;
        background-size: cover
    }

    .lgc_test .arr_box:after {
        width: 90%;
        font-size: 70px;
    }

    .lgc_test .non {
        display: none;
    }

    .lgc_test .belief_sec03 .noti i {
        font-size: 30px;
    }

    .lgc_test .belief_sec03 .arr_box {
        padding: 10px 15px;
    }

    .lgc_test .belief_sec01 p {
        font-size: 22px;
    }

    
    .sub02_01 .lgc_test .belief_sec02 img{
        width:100%;
        margin-left:0;
    }
    .sub03_01 .belief_sec04 .ft55 {
        padding-top: 20px;
    }
}
/* 좋은약재 안심탕전 */
.medicine .ft32 {
    margin-bottom: 50px;
}

.medicine .sec01 {
    padding-top: 15px;
}

.medicine .flex {
    text-align: left;
}

.medicine .flex .flex_left {
    width: 58.3%;
}

.medicine .flex .flex_left+.flex_left {
    width: 41.6%;
    padding-left: 0;
}

.medicine .flex .img_box {
    margin: 30px 0;
}

.medicine .flex .ft30 {
    position: relative;
}

.medicine .flex .ft30:before,
.medicine .flex .ft30:after {
    content: '"';
    font-size: 120px;
    position: absolute;
    top: -20px;
    display: block;
    font-family: 'Montserrat';
    font-weight: 600;
    opacity: .1;
}

.medicine .flex .ft30:before {
    left: -75px;
}

.medicine .flex .ft30:after {
    right: 60px
}

.medicine .flex .ft22 {
    padding-top: 30px;
}

.medicine .flex .ft22 b {
    color: #474747
}

.medicine .medicine_box {
    margin-top: 15px;
    position: relative;
    padding-bottom: 0;
}

.medicine .medicine_box:before {
    content: '';
    display: block;
    position: absolute;
    top: 30%;
    width: 100%;
    height: 600px;
    z-index: -1;
}

.medicine_box .inner {
    background: #fff;
    border: 2px solid #e4e4e4;
    padding-top: 50px
}

.medicine_box h1.ft55 {
    font-family: 'Montserrat_semi';
    margin-top: 30px;
}

.medicine_box .ft22 {
    color: #777;
}

.medicine_box .ft32 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600
}

.medicine_box .ft18 {
    margin-bottom: 30px;
    color: #777;
    text-transform: uppercase;
}

.sub02_01 .medicine {
    padding: 200px 0 15px;
}

.sub02_01 .medicine>.ft55 {
    margin-top: 0;
    padding: 30px 0;
}

.sub02_01 .medicine .box01:before {
    background: url('/static/images/sub02_01_sec10_boxbg01.jpg')no-repeat;
}

.sub02_01 .medicine .box02:before {
    background: url('/static/images/sub02_01_sec10_boxbg02.jpg')no-repeat;
}

.sub02_01 .medicine .box03:before {
    background: url('/static/images/sub02_01_sec10_boxbg03.jpg')no-repeat;
}

.sub03_01 .medicine {
    padding: 150px 0 15px;
}

.sub03_01 .medicine>.ft55 {
    margin-top: 30px;
    padding: 30px 0;
}

.sub03_01 .medicine .box01:before {
    background: url('/static/images/sub03_01_sec10_boxbg01.jpg')no-repeat;
}

.sub03_01 .medicine .box02:before {
    background: url('/static/images/sub03_01_sec10_boxbg02.jpg')no-repeat;
}

@media(max-width:1600px) {
    .medicine .flex .ft22 {
        padding-top: 15px;
    }

    .medicine .flex .img_box {
        margin: 15px 0;
    }

    .medicine .ft32 {
        padding-top: 30px;
        margin-top: 0;
    }
}

@media(max-width:1120px) {
    .medicine .ft32 {
        font-weight: 500;
        font-size: 32px;
    }

    .medicine .flex .flex_left,
    .medicine .flex .flex_left+.flex_left {
        width: 100%;
    }

    .medicine .flex .flex_left+.flex_left {
        text-align: center;
        padding-left: 15px;
    }

    .medicine .flex .ft30:before,
    .medicine .flex .ft30:after {
        font-size: 70px;
        top: -10px;
    }

    .medicine .flex .ft30:before {
        left: 20px;
    }

    .medicine .flex .ft30:after {
        right: 20px;
    }

    .sub03_01 .medicine .inner {
        padding: 0 15px;
    }

    .sub02_01 .medicine .box01:before {
        background-size: cover;
        background-position: bottom;
    }

    .medicine .medicine_box .inner {
        margin: 5px 15px;
        width: calc(100% - 30px);
        padding: 50px 15px 0;
    }

    .medicine .medicine_box .ft55 {
        margin-top: 0;
        padding-top: 20px;
    }

    .medicine .medicine_box .ft32 {
        font-weight: 600;
        font-size: 32px;
    }

    .medicine .flex .img_box {
        margin: 30px 0;
    }

    .sub02_01 .medicine>.ft55 {
        padding: 20px 0 0;
    }

    .sub03_01 .medicine>.ft55 {
        margin-top: 0;
    }

}

@media(max-width:780px) {}

@media(max-width:550px) {
    .sub03_01 .medicine {
        padding-top: 140px;
    }

    .medicine .medicine_box .ft32 {
        font-size: 18px;
    }

    .medicine .ft32 {
        font-size: 18px;
    }

}

/* 원장의 말 */
.directors {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.directors .inner {
    margin-top: 0;
}

.directors .back_img {
    background-image: url('/static/images/sub02_01_sec11_bg.jpg');
    height: 100vh;
    transform: translateY(-43%) !important
}

.directors .title_wrap {
    padding: 50px 15px;
}

.directors .title_wrap .bold_text {
    margin-top: 40px;
    color: #777;
    font-size: 32px;
    font-weight: 600
}

.directors .title_wrap .bold_text img {
    vertical-align: middle;
}

.sub01_02 .directors .back_img {
    background-image: url('/static/images/sub01_02_sec11_bg_n.jpg');
}

@media(max-width:1600px) {
    .directors .title_wrap .bold_text {
        font-size: 28px;
    }

    .directors .back_img {
        height: 120vh;
    }

    .sub01_02 .directors .back_img {
        transform: translateY(-40%) !important
    }
}

@media(max-width:1120px) {
    .directors .back_img {
        height: 100vh;
        transform: translateY(0) !important;
        background-position-x: left;
    }

    .sub01_02 .directors .back_img {
        transform: translateY(0) !important;
        min-height: 135%;
    }
}

@media(max-width:780px) {
    .directors .title_wrap .bold_text {
        font-size: 18px;
    }

    .directors .back_img,
    .sub01_02 .directors .back_img {
        transform: translate(-30%, 0) !important
    }
}