/* fonts */
@font-face {
    font-family: 'Nanum_Myeongjo';
    src: url('/static/fonts/NanumMyeongjo-Regular.ttf') format('woff2');
    font-style: normal;
}
@font-face {
    font-family: 'Nanum_Myeongjo_b';
    src: url('/static/fonts/NanumMyeongjo-Bold.ttf') format('woff2');
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat';
    src: url('/static/fonts/Montserrat-Regular.ttf') format('woff2');
    font-style: normal;
    unicode-range: U+0030-0039;
}
@font-face {
    font-family: 'Montserrat_m';
    src: url('/static/fonts/Montserrat-Medium.ttf') format('woff2');
    /* font-style: normal; */
    unicode-range: U+0030-0039, U+0041-005A, U+0061-007A;
    font-weight: bold; 
}
@font-face {
    font-family: 'Montserrat_b';
    src: url('/static/fonts/Montserrat-Bold.ttf') format('woff2');
    font-style: normal;
    unicode-range: U+0030-0039;
}
@font-face {
    font-family: 'Montserrat_num';
    src: url('/static/fonts/Montserrat-Medium.ttf') format('woff2');
    font-style: normal;
    unicode-range: U+0030-0039;
}
@font-face {
    font-family: 'Montserrat_semi';
    src: url('/static/fonts/Montserrat-SemiBold.ttf') format('woff2');
    font-style: normal;
}


@font-face {
    font-family: 'NotoSansKR';
    src: url('/static/fonts/NotoSansKR-Regular.ttf') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'Noto Serif KR';
    src: url('/static/fonts/NotoSerifKR-Bold.ttf') format('woff2');
    font-style: normal;
}


/* common */
body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    scroll-behavior: smooth;
}

body {
    background: url('/static/images/common/main_bg_sec02.jpg');
    overflow-x: hidden !important;
    overflow-y:scroll !important;
}

#wrapper {
    position:relative;
    width:100%;
    height:100%;
    overflow: hidden;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
ul,
li,
ol,
a {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 16px;
    font-family: 'Montserrat_semi';
    letter-spacing: -1.3px;
    box-sizing: border-box;
    line-height: 1.75em;
    word-break: keep-all;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
}

li,
a {
    list-style: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

strong{
    font-family: 'Montserrat_semi';
    font-weight:bolder;
}
b {
    font-weight: bolder;
}
button{
    background: transparent;
    border:none;
}


/* padding margin */
.ml {
    margin: 0 -15px;
}

.pd {
    padding: 0 15px;
}
.mp30{
    margin-top:30px;
    padding-bottom:30px;
}

/* font-family */
.nm {
    font-family: 'Nanum_Myeongjo', serif;
    letter-spacing: -.08em;
}
.ns {
    font-family: 'NotoSansKR', serif;
}
.nsk{
    font-family: 'Noto Serif KR', serif;
    font-weight: 600;
}
.ms_m {
    font-family: 'Montserrat_m', sans-serif;
    font-weight: 400;
}

.pc {
    display: block;
}

.mobile {
    display: none;
}

.mo_br {
    display: none;
}

/* font-size */
.ft18 {
    font-size: 18px;
}

.ft20 {
    font-size: 20px;
    font-weight: 600;
}

.ft22 {
    font-family: 'Montserrat_semi', sans-serif;
    font-size: 22px;
    /* font-weight:400; */
}

.ft24 {
    font-size: 24px;
    /* font-weight: 600; */
}

.ft30 {
    font-size: 30px;
}

.ft32 {
    font-size: 32px;
    line-height: 120%;
    /* font-weight: 700; */
}

.ft36 {
    font-size: 36px;
    line-height: 120%;
    font-weight: 700;
}

.ft40 {
    font-size: 40px;
    line-height: 120%;
    font-weight: 700;
}

.ft55 {
    font-family: 'Nanum_Myeongjo', serif;
    font-size: 55px;
    line-height: 120%;
    font-weight: 700;
    letter-spacing: -.08em;
}

.num_bold{
    font-family: 'Montserrat_b', sans-serif;
    font-weight:500;
}
.orange {
    color: #f19f73;
}
.white{
    color:#fff;
}

.blue {
    color: #00788a
}
::selection{
    background:#f8b864;
    color:#fff;
}
.skrollr {
    overflow:visible !important
}
@media (max-width:1600px){
    .ft18{
        font-size:16px;
    }
    .ft22{
        font-size:17px;
    }
    .ft24{
        font-size:20px;
    }
    .ft30{
        font-size:24px;
    }
    .ft32{
        font-size:28px;
    }
    .ft36{
        font-size:30px;
    }
    .ft55 {
        font-size:38px;
    }
}
@media(max-width:1120px){
    .ft18{
        font-size:15px;
    }
    .ft22{
        font-size:15px;
    }
    .ft24{
        font-size:16px;
    }
    .ft32{
        font-size:15px;
    }
    .ft30{
        font-size:18px;
    }
    .ft36{
        font-size:24px;
    }
    .ft40{
        font-size:24px;
    }
    .ft55 {
        font-size:24px;
    }
    
}
@media(max-width:550px){
    .ft18{
        font-size:14px;
    }
    .ft22{
        font-size:14px;
    }
    .ft30{
        font-size:16px;
    }
    .ft32{
        font-size:18px;
    }
}


/* 공통된 css ---------------------------------------------------------- */
.sec{
    position:relative;
    /* padding-bottom:150px; */
}
.sec .inner {
    max-width: 1200px;
    margin: auto;
}

.sec01 .inner {
    max-width: 1440px;
    margin: auto;
}

/* flex */
.flex {
    display: flex;
}
.img_box{
    line-height:0;
    margin-top:15px;
}
.cbp_wrapp {
    display: flex;
}

.cbp_wrapp .cbp_item img {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.cbp_wrapp .cbp_item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.xs_py {
    padding: 30px 0;
}

.xs_py .inner {
    text-align: center;
}

.xs_py .inner p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4
}

/* link box */
.link_btn {
    margin-top: 50px;
    display:inline-block;
}

.link_btn a {
    position: relative;
    width: 300px;
    display:block;
    padding: 15px 100px 15px 18px;
    border: 5px solid rgba(24, 24, 24, .2);
    line-height:1.5;

    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}

.link_btn a:after {
    content: '';
    position: absolute;
    background: url('/static/images/icon/btn_arr.png')no-repeat;
    width: 46px;
    height: 12px;
    top: 22px;
    right: 20px;
}
@media(max-width:1600px){
    .sec .inner{
        max-width:62.5vw
    }
    .xs_py .inner p{
        font-size:15px;
    }
}
@media(max-width:1440px) {
    
    .sec .inner{
        max-width:92.5vw;
        padding:0 15px;
    }
    .link_btn{
        margin-top:30px;
    }
    .link_btn a{
        font-size:14px;
        padding:14px 100px 14px 18px;
    }
}
@media(max-width:1120px){
    
    .sec .inner{
        max-width:100%;
        padding: 0;
    }
    .cbp_wrapp{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cbp_wrapp .cbp_item{
        width:50%;
    }

}
@media(max-width:780px){
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }
    
    .cbp{
        display:none;
    }

    .xs_py .inner{
        padding:0 15px;
    }
    br{
        display:none;
    }
    .mo_br {
        display: block;
    }
    .flex{
        flex-direction: column;
    }

}

/* header ---------------------------------------------------------- */
.header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 11;
}

.head_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
}

.head_logo .logo {
    position: relative;
}

.head_logo .logo a img {
    width: auto;
    height: auto;
    max-height: 50px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all .25s;
}

.head_logo .logo span {
    position: absolute;
    left: -200px;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    margin: 0;
    padding: 0;
    font-family: "Nanum_Myeongjo", serif;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    transition: all .3s ease-in-out;
}

/* header 스크롤시 고정 ------------------------------------------- */
.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(40, 40, 40, 0.9);
    z-index: 11;
}

.header.fixed .head_logo .logo a img {
    max-height: 35px;
}

.header.fixed .head_logo .logo span {
    font-size: 26px;
    color: #fff;
}

.header.fixed .menu > .depth01 > a {
    font-size: 16px;
    color: #fff;
}
.header.fixed .menu > .depth01 > a:hover{
    color:#f8b864
}
.mo_menu{
    display:none;
}
@media(max-width:1600px){
    .header{
        padding:0 30px;
        box-sizing: border-box;
    }
    .head_logo .logo{
        padding-top:24px;
    }

    .head_logo .logo a img{
        max-height:40px;
        image-rendering: pixelated;
    }
}

@media (max-width:1600px){
    .header{
        padding:0 30px;
        box-sizing: border-box;
    }

    .head_logo {
        width:83.3vw;
    }
    
}
@media(max-width:1120px){
    .head_logo{
        position:relative;
        justify-content:flex-start;
        padding:0;
        width:100%;
        margin:5px auto;
    }
    .head_logo .logo{
        padding:24px 0 10px;
        display:flex;
        flex-direction: row-reverse;
        align-items:center;
    }
    .head_logo .logo span{
        left:300px;
        width:auto;
        white-space: nowrap;
        font-size:18px;
        background:#a96d4b;
        color:#fff;
        border-radius: 15px;
        padding:0 15px;
    }
    .head_logo .logo a{
        padding-top:0;
        
    }
    .head_logo .logo a img{
        width:100%;
        height:100%;
        max-height:35px;
    }
    .header .head_logo .logo span,
    .header.fixed .head_logo .logo span{
        font-size:18px
    }

    /* hambger 버튼 */
    .hamb{
        position:absolute;
        height:40px;
        right:0;
        display:flex;
        align-items: center;
        cursor:pointer;
        padding:0 15px;
    }
    .hamb button{
        position:relative;
        width:27px;
        height:20px;
        background:transparent;
        outline: 0;
        border:0;
    }
    .hamb button span{
        position:absolute;
        width:100%;
        height:2px;
        display:block;
        right: 0;
        background:#3a3a3a;
        margin:3px 0;
        transition:all .2s;
    }
    .hamb button span:nth-child(1){
        top:0;
    }
    .hamb button span:nth-child(2){
        top:6px;
    }
    .hamb button span:nth-child(3){
        bottom:0;
    }
    
    .hamb button:hover span:nth-child(1){
        animation: burger_hover 0.8s infinite ease-in-out alternate;
    }
    .hamb button:hover span:nth-child(2){
        animation: burger_hover 0.8s infinite ease-in-out alternate forwards 150ms;
    }
    .hamb button:hover span:nth-child(3){
        animation: burger_hover 0.8s infinite ease-in-out alternate forwards 300ms;
    }
    .header.fixed .hamb button span{
        background:#fff;
    }
    
    
    @keyframes burger_hover {
        0%{
            width:100%;
        }
        50%{
            width:50%;
        }
        100%{
            width:100%;
        }
    }
}
@media(max-width:780px){
    .header{
        padding:0 15px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        z-index: 99;
    }
    .head_logo{
        width:100%;
    }
    .head_logo .logo{
        padding:15px 0 10px;
    }
    .head_logo .logo a img{
        max-width:160px;
        max-height:35px;
    }
    .head_logo .logo span{
        left:175px;
    }
    .header .head_logo .logo span,
    .header.fixed .head_logo .logo span{
        font-size:15px;
    }

}
/* menu ---------------------------------------------------------- */

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1600px;
    margin: 20px auto 0;
    padding-bottom: 10px;
}

.menu li a {
    transition: all .2s ease-in-out;
}
.menu li a:hover {
    font-weight: 500;
    color: #f8b864
}

.menu > .depth01 {
    position: relative;
    width: 16.6%;
    text-align: center;
}

.menu > .depth01 > a {
    font-size: 20px;
    color: #585858;
    font-weight: 400;
    letter-spacing: -1.8px;
    line-height: 1;
}
.menu > .depth01 a i{
    display:none;
}

.menu .depth02 {
    position: absolute;
    width: 100%;
    background: rgba(25, 25, 25, 0.95);
    padding: 13px 0;
    display: none;
}

.menu .depth02 li {
    position: relative;
    padding: 12px 22px;
    min-width: 260px;
    transition: all .3s ease-in-out;
}

.menu .depth02 a {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    display: block;
    letter-spacing: .3px;
}

.menu .depth02 li:hover {
    background: rgba(35, 35, 35, 1)
}

.menu > .depth01:hover .depth02 {
    display: block;
    z-index: 99;
}
.mo_close{
    display:none;
}

@media(max-width:1600px){
    
    .menu{
        width:83.3vw;
    }
    .menu > .depth01{
        line-height:1.2;
    }
    .menu > .depth01 > a{
        font-size:16px;
        /* padding:0 13px; */
        line-height:125%;
        
    }
    .menu .depth02{
        width:auto;
        left:50%;
        transform:translateX(-50%);
    }
    .header.fixed .menu > .depth01 > a{
        font-size:14px;
    }
    .menu .depth02 a{
        font-size:14px;
    }
    
    .menu.active {
        opacity: 1;
        visibility: visible;
        display:block;
    }
}
@media(max-width:1440px){
    .menu{
        margin-top:10px;
    }
}
@media(max-width:1120px){
    .nav{
        /* display:none; */
        opacity: 1;
        visibility: hidden;
        
        position:fixed;
        width:0;
        height:0;
        top:0;
        right:auto;
        background:#1a1b1d;
        left:-260px;
        transition:width, left .8s ease-in-out;
        /* transition:width, left .3s ease-in-out; */
        transform:translateX(-100%);
        z-index: 9999;
    }
    .nav.active{
        /* display:block; */
        opacity: 1;
        visibility: visible;

        width:260px;
        max-width:80%;
        height:100%;
        left:0;
        bottom:0;
        transform:translateX(0);
    }
    .mo_close{
        display:block;
        position:absolute;
        width:45px;
        height:45px;
        line-height:45px;
        top:10px;
        left:0;
        text-align: center;
    }
    .mo_close button{
        color:#eee;
        font-size:30px;
        width:45px;
        height:45px;
        line-height:45px;
    }
    .mo_close button i{
        font-size:23px;
        font-weight:900;
        color:#bbb;
    }
    .mo_menu_back{
        display:none;
        position:fixed;
        width:100%;
        height:100%;
        background:rgba(0,0,0,0.4);
        left:0;
        top:0;
        z-index: 9;
        visibility: hidden;
        transform: translateZ(0);
        /* transition:opacity .2s ease-in-out; */
    }
    .nav.active ~ .mo_menu_back{
        opacity: 1;
        visibility: visible;
    }
    .menu{
        width:100%;
        flex-direction: column;
        align-items: flex-start;
        margin:27% 0 0;
        padding:0;
        left:-260px;
        transition:transform 0.3s
    }
    .menu li a:hover{
        color:#eee;
    }
    .menu > .depth01{
        text-align:left;
        width:100%;
        /* transition:height .3s ease-in-out */
    }
    .menu > .depth01 > a{
        font-size:14px;
        line-height:35px;
        
        display:flex;
        justify-content: space-between;
        align-items:center;
        width:100%;
        padding:0 15px;
        color:#eee;
        border:1px solid rgba(255,255,255,0.03);
        cursor: pointer;
    }
    .menu > .depth01 > a i{
        transition: transform .3s ease-in-out;
    }
    .menu > .depth01.open > a i{
        transform: rotate(90deg);
    }
    .menu > .depth01 a i{
        display:block;
    }
    .menu .depth02{
        padding:0;
        position:relative;
        background:transparent;
        left:0;
        transform:none;
        display: block;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        transition: opacity .3s ease-in-out, max-height .3s ease-in-out, visibility .3s ease-in-out;
    }
    .menu .depth02 li{
        padding:0;
    }
    .menu .depth02 a{
        line-height:35px;
        padding-left:25px;
        padding-right:15px;
        color:#bbb;
        font-size:13px;
        border-top:1px solid rgba(255,255,255,0.05);
    }
    .menu .depth02 li:first-child a{
        border-top:none;
    }
    .menu .depth02 a:hover{
        color:#f8b864;
        background:rgba(255,255,255,0.03);
    }
    .nav.active .menu{
        left:0;
    }
    .header.fixed .menu > .depth01 > a{
        font-size:initial;
        color:#eee;
    }
    .header.fixed .menu > .depth01 > a:hover{
        color:#eee
    }
    .menu .depth01.open .depth02{
        opacity: 1;
        visibility: visible;
        max-height: 500px;
    }
}
@media(max-width:780px){
    
    
}
/* footer ---------------------------------------------------------- */
.privacy {
    background: rgb(102, 102, 102);
    padding: 15px 0;
}

.privacy ul {
    display: flex;
    justify-content: center;
}

.privacy li {
    position: relative;
    padding: 0 15px;
}

.privacy li:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    top: 8px;
    right: 0;
    background: #fff;
}

.privacy li:last-child::before {
    display: none;
}

.privacy li a {
    font-size: 18px;
    color: #fff;
}

.footer_wrap {
    background: #171717;
    color: #8a8a8a;
    line-height: 170%;
    padding: 50px 0;
}

.footer_wrap .inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.footer_wrap .logo {
    width: 25%;
}

.footer_wrap .foot_text {
    width: 75%;
}

.footer_wrap li {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
}

.footer_wrap li span {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
}

.footer_wrap li span:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    left: 0;
    top: 9px;
    background: #8a8a8a
}

.footer_wrap li span:first-child {
    padding-left: 0;
}

.footer_wrap li span:first-child:after {
    display: none;
}
@media(max-width:1600px){
    .privacy li a{
        font-size:15px;
        line-height:1.5;
    }
    .footer_wrap .inner{
        max-width:92.5vw;
        padding:0 15px;
        margin:auto;
    }
    .footer_wrap li{
        font-size:15px;
    }
    .footer_wrap li span{
        padding:0 10px;
    }
    .footer_wrap li span:after{
        top:3px;
    }
}
@media(max-width:1440px){
    .privacy li:before{
        top:5px;
    }    

    
}
@media (max-width:780px){
    .privacy ul{
        flex-wrap: wrap;
    }
    .privacy li{
        line-height: 1;
    }
    
    .footer_wrap .inner{
        flex-direction: column;
        width:100%;
        margin:20px auto;
    }
    .footer_wrap .logo{
        width:100%;
        text-align:center;
    }
    .footer_wrap .foot_text{
        width:100%;
    }
    .footer_wrap .foot_text ul{
        padding-bottom:30px;
    }
    .footer_wrap li{
        text-align:center;
        font-size:14px;
    }
}

/* quick_menu ---------------------------------------------------------- */
.quick_menu {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.quick_menu .quick_list {
    background: #311f11;
    text-align: center;
}

.quick_menu .quick_list a {
    position: relative;
    background-repeat: no-repeat;
    background-position: top 20px center;
    display: block;
    font-size: 15px;
    text-align: center;
    width: 100px;
    padding: 60px 0 10px;
    font-weight: 500;
    line-height: 130%;
}

.quick_menu .quick_list a:after {
    content: '';
    position: absolute;
    display: block;
    width: 60%;
    height: 1px;
    background: #848985;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.quick_menu .quick_list:nth-child(4) a:after,
.quick_menu .quick_list.top a:after {
    display: none;
}

.quick_menu .quick_list .q00 {
    background-image: url('/static/images/icon/quick_blog_n.png')
}

.quick_menu .quick_list .q01 {
    background-image: url('/static/images/icon/quick_03.png')
}

.quick_menu .quick_list .q02 {
    background-image: url('/static/images/icon/quick_04.png')
}

.quick_menu .quick_list .q03 {
    background-image: url('/static/images/icon/quick_02.png')
}

.quick_menu .quick_list a p {
    color: #fff;

}

.quick_menu .quick_list i {
    font-size: 15px;
}

.quick_menu .quick_list.top {
    padding: 20px 0;
}

.quick_menu .quick_list.top a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background: #c59880 !important;
    color: #fff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}

@media(max-width:1600px){
    .quick_menu .quick_list{
        width:80px;
    }
    .quick_menu .quick_list a{
        background-size:28px;
        padding:50px 0 8px;
        width:80px;
    }
    .quick_menu .quick_list a p{
        font-size: 13px;
    }
    .quick_menu .quick_list.top a{
        width:40px;
        height:40px;
        line-height:40px;
    }
}
@media(max-width:1440px){
    .quick_menu{
        transform: translateY(-50%) scale(0.8);
    }

}
@media(max-width:1120px){
    
    .quick_menu .quick_list a{
        padding:50px 0 8px;
        width:80px;
    }
    
}
@media(max-width:780px){
    .quick_menu{
        display: flex;
        width:100vw;
        bottom:0;
        left:auto;
        right:auto;
        top:auto;
        transform:scale(1);
    }
    .quick_menu .quick_list{
        width:calc(100% / 5);
        height:80px;
    }
    .quick_menu .quick_list a{
        width:70px;
        margin:auto;
        padding:50px 0 10px;
        background-size:25px;
        background-position: top 20px center;
    }
    .quick_menu .quick_list a:after{
        display:none;
    }
    .quick_menu .quick_list a p{
        font-size:12px;
        color:#ccc;
        line-height:2
    }
    .quick_menu .quick_list.top a{
        margin:0;
        width:50px;
        height:50px;
        line-height: 50px;
    }
}

/* 진료시간 및 문의전화 */
.location {
    padding: 100px 0;
}


.location .location_wrap {
    display: flex;
}

.location .boxes {
    background: #fff;
    padding: 30px 40px;
    border: 1px solid #dcdcdc;
    margin: 0 15px 10px;
}

.location .location_wrap .flex_left {
    width: 33.3%;
}

.location .location_wrap .flex_right {
    width: 66.6%;
    text-align:left;
}

.location .location_wrap .flex_left ul {
    display: flex;
    flex-wrap: wrap;
}

.location .location_wrap .flex_left ul li {
    padding: 0 15px;
    width: 33.3%;
    text-align: center;
}

.location .location_wrap .flex_right h2 {
    margin-bottom: 25px;
    color: #000;
    font-weight: 600;
    font-size: 35px;
}

.location .location_wrap .flex_right .loc_text {
    display: flex;
}

.location .location_wrap .flex_right .loc_text div {
    width: 50%;
}

.location .location_wrap .flex_right .loc_text li {
    color: #000;
    margin: 7px 0;
    font-size: 17px;
    font-weight:500;
}

.location .location_wrap .flex_right .loc_text li span {
    display: inline-block;
    width: 150px;
    color: #605f5f;
}

.location .location_wrap .flex_right .loc_text .text_right li {
    position: relative;
    list-style: disc;
}

.location .call {
    margin-top: 15px;
}

.location .call .boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.location .call .boxes h2 {
    font-size: 35px;
    color: #000;
    font-weight: 600;
}

@media(max-width:1600px){
    .location.sec{
        padding-top:80px;
        padding-bottom:80px;
    }
    .location .location_wrap .flex_right h2{
        font-size:28px;
    }
    .location .location_wrap .flex_right .loc_text li{
        margin:5px 0;
        font-size:15px;
    }
    .location .location_wrap .flex_right .loc_text li span{
        width:110px;
    }
    .location .call .boxes h2{
        font-size:28px;
    }
}
@media(max-width:1120px){
    .location.sec{
        padding-top:100px;
        padding-bottom:100px;
        margin:0 15px;
    }
    .location.sec .inner{
        max-width:1000px;
    }
    /* .location .location_wrap .flex_right{
        text-align:left;
    } */
}
@media(max-width:780px){
    .location.sec{
        padding-top:30px;
        padding-bottom:30px;
    }
    .location .boxes{
        margin:0;
        margin-bottom:10px;
        padding:20px 30px;
    }
    .location .location_wrap{
        flex-direction: column;
        margin:0;
    }
    .location .location_wrap .flex_left{
        width:100%;
    }
    .location .location_wrap .flex_left ul li{
        text-align:left;
    }
    .location .location_wrap .flex_right{
        width:100%;
        text-align: left;
    }
    .location .location_wrap .flex_right .loc_text{
        flex-direction: column;
    }
    .location .location_wrap .flex_right .loc_text div{
        margin-bottom:1rem;
        width:100%;
    }
    .location .location_wrap .flex_right .loc_text li{
        font-size:15px;
    }

    .location .location_wrap .flex_right .loc_text li span{
        width:100px;
    }
    .location .location_wrap .flex_right .loc_text .text_right{
        margin:0 15px;
    }
    .location .location_wrap .flex_right .loc_text .text_right li{
        font-size:13px;
    }
    .location .call{
        margin:0;
    }
    .location .call .boxes{
        flex-direction: column;
        align-items: flex-start;
        gap:15px;
    }
    .location .call .boxes h2{
        font-size:25px;
    }
    
}
@media(max-width:550px){
    
    
}

/* 페이지 로딩 화면 */
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #212121;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

#page-loader.hide {
    opacity: 0;
    visibility: hidden;
}

.loader-content {
    position:relative;
    text-align: center;
    width:70px;
}

.loader-spinner {
    position:absolute;
    display:inline-block;
    width: 16px;
    height: 16px;
    background:#f8b864;
    margin-left:-30px;
    border-radius: 100%;
    -webkit-animation: spin 1.4s infinite;
    animation: spin 1.4s infinite;
    animation-delay: .15s;;
    -webkit-transform:scale(0);
    transform:scale(0);
}
.loader-spinner.spin_item02{
    margin-left:-10px;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}
.loader-spinner.spin_item03{
    margin-left:10px;
    animation-delay: .45s;
    -webkit-animation-delay: .45s;
}
.loader-spinner.spin_item04{
    margin-left:30px;
    animation-delay: .45s;
    -webkit-animation-delay: .45s;
}

@keyframes spin {
    0% { transform: scale(0); }
    40% { transform: scale(1); }
}



/* popup */
.popup {
    margin:0;
    padding:0;
}
.popup .popup_head{
    background:#494949;
    padding:0 15px;
    border-bottom:1px solid #ececec;
}
.popup .popup_head h2{
    font-size: 16px;
    line-height: 45px;
    color:#fff;
    font-family: 'Noto Sans',sans-serif;
}
.popup .popup_body{
    padding:15px;
}
.popup .popup_body p{
    font-size:13px;
    line-height: 24px;
    font-family: 'Noto Sans',sans-serif;
    color:#000;
    word-break: break-all;
    letter-spacing: -1px;
}
.popup .popup_body .glores_data{
    text-align:right;
    margin-top:10px;
}
.popup .popup_footer{
    padding:10px;
    text-align:center;
}
.popup .popup_footer a{
    display:inline-block;
    height:35px;
    padding:0 20px;
    line-height: 33px;
    border:1px solid #bbb;
    border-radius: 3px;
    background:#ccc;
    box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3);
    font-size:12px;
    font-weight:bold;
    color:#333;
    cursor: pointer;
}
