/* font style */
/* 명조 font-family: 'Nanum Myeongjo', serif; */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@700&display=swap'); 

/* 고딕 font-family: 'Noto Sans KR', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap');

/* 영문,숫자 font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');

/* 공통 */
* {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
textarea:focus {
    outline: none;
}
button:focus {
    outline: none;
}
input:focus {
    outline: none;
}
.pc_on {
    display: block;
}
.m_on {
    display: none;
}

/* font */
.m1 {
    font-size:50px;
    line-height:57px;
    font-weight: 700;
    font-family: 'Nanum Myeongjo', serif; 
    word-break: keep-all;
}
.m2 {
    font-size:40px;
    line-height:50px;
    font-weight: 700;
    font-family: 'Nanum Myeongjo', serif; 
    word-break: keep-all;
    letter-spacing: -1px;
}
.m3 {
    font-size:12px;
    font-weight: 700;
    font-family: 'Nanum Myeongjo', serif; 
    word-break: keep-all;
}
.g0 {
    font-size: 45px;
    line-height: 67px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -2px;
    word-break: keep-all;
}
.g1 {
    font-size:35px;
    line-height:45px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -2px;
    word-break: keep-all;
}

.g2 {
    font-size:22px;
    line-height:33px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    word-break: keep-all;
}
.g3 {
    font-size:20px;
    line-height:30px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -0.5px;
    word-break: keep-all;
}
.g4 {
    font-size:16px;
    line-height:24px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -1px;
    word-break: keep-all;
}
.small_title_k {
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    word-break: keep-all;
}
.small_title_e {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    word-break: keep-all;
}
.fs_roboto {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    word-break: keep-all;
}

/* color */
.color_main {
    color:#bfa96f;
}
.color_sub {
    color:#000;
}
.color_gray {
    color:#888;
}
.color_gray2 {
    color: #4f4f4f;
}
.color_red {
    color: #CD0000;
}
.color_naver {
    color:#008F28;
}
/* bg color */
.bg_color_main {
    background-color:#bfa96f;
}
.bg_color_sub {
    background-color:#000;
}
.bg_color_gray {
    background-color:#dcdcdc;
}
.bg_color_naver {
    background-color:#008F28;
    color:#fff;
}
/* text-align */
.text_center {
    text-align: center;
}
.text_left {
    text-align: left;
}
.text_right {
    text-align: right;
}

/* 여백 */
.h200 {
    height: 200px;
}
.h120 {
    height: 120px;
}
.h100 {
    height: 100px;
}
.h60 {
    height: 60px;
}
.h50 {
    height: 50px;
}
.h40 {
    height: 40px;
}
.h35 {
    height: 35px;
}
.h25 {
    height: 25px;
}
.h10 {
    height: 10px;
}

/* header */
.header{
    width: 100%;
    border-bottom: 1px solid #a3a3a3;
}
.header .header_inner{
    width: 1400px;
    min-width:1280px;
    margin: auto;
}
.header .header_inner  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 33px 0 22px;
}
    /* 진료시간 */
.header .header_inner .fs_roboto {
    font-size: 12px;
}
.header .header_inner .todays-time {
    font-size: 20px;
    font-weight: 700;
}
.header .header_inner .todays-time p {
    margin-top: -5px;
}
.header .header_inner .todays-time span {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.5px;
}
    /* 로고 */

/* .header .header_inner .logo .m2 {
  letter-spacing: -2px;
  text-align: center;
}
.header .header_inner .logo .m2 span {
    color:#666;
}
.header .header_inner .logo .m3 {
    color: #fff;
    text-align: center;
    padding: 2px 4px;
  } */
    /* 전화번호 */
.header .header_inner .call {
    margin-top: 10px;
}
.header .header_inner .call p {
    font-size: 30px;
    font-weight: 500;
}

/* gnb */
.gnb_wrap {
    width: 100%;
    height: 60px;
}

/* sub head */
.sub_header {
    max-width: 2200px;
    min-width: 1280px;
    width: 100%;
    text-align: center;
    height: 326px;
    margin:0 auto 94px;
    overflow: hidden;
    position: relative;
    display: table;
}
.sub_header #visual {
    width: 100%;
    height: 326px;
    position: absolute;
    overflow: hidden;
    z-index: -1;
}
.sub-visual-bg {
    background-size:cover !important; position:absolute; 
    width:100%; 
    height:100%; 
    left:0; 
    top:0; 
    -ms-transform: scale(1.0,1.0);
    -o-transform: scale(1.0,1.0); 
    -moz-transform: scale(1.0,1.0); 
    -webkit-transform: scale(1.,1.0); 
     transform: scale(1.0,1.0);
	-webkit-transition:transform 5000ms  ease-in-out ;
	-moz-transition:transform 5000ms ease-in-out ;
	-o-transition:transform 5000ms ease-in-out ;
	-ms-transition:transform 5000ms ease-in-out ;
    transition:transform 5000ms ease-in-out ;
}
#visual.active .sub-visual-bg {
    -ms-transform: scale(1.1,1.1) rotate(0.01deg);
    -o-transform: scale(1.1,1.1) rotate(0.01deg);
    -moz-transform: scale(1.1,1.1) rotate(0.01deg);
    -webkit-transform: scale(1.1,1.1) rotate(0.01deg);
     transform: scale(1.1,1.1) rotate(0.01deg);
}

.sub_header_title {
    display: table-cell;
    vertical-align: middle;
}

.sub_header_title small {
    color: #fff;
    font-weight: 400;
}
.sub_header_title h1 {
    color: #fff;
    font-weight: 700;
}

/* content */
#content {
    margin: auto;
}
.main_slide {
    max-width: 2200px; 
    min-width:1280px;
    position: relative;
}
/* 스크롤 버튼 */
.scroll_wrap {
	text-align: center;
	position: absolute;
	bottom: 66px;
	left: 0;
	right: 0;
	margin: auto;
    z-index: 2;
}
.scroll_wrap>div {	
	display: inline-block;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.5;
}
.scroll {
	width: 24px;
	height: 39px;
	border: 3px solid #fff;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.scroll>div {
	width: 2px;
	height: 7px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	margin: auto;
}
/*  */
.main_slide {
    width: 100%;
    min-width: 1280px;
    height: 850px;
    margin: auto;
    position: relative;
}
.main_count {
    height: 232px;
    position: absolute;   
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2; 
    text-align: center;
    color: #fff;
}
.main_count ul {
    margin-top: 34px;
}
.main_count ul li {
    display: inline-block;  
    margin: 0 20px;
    min-width: 224px;
}
.main_count .big_num {
    font-size: 150px;
    font-family: 'Roboto', sans-serif;
}
.text_shadow {
    text-shadow: 0 0 10px rgba(0,0,0,0.6);
}
/* svg icon */
.icon_introduce {
    width: 42px;
    height: 56px;
}
/*
svg:hover .svg_introduce,
svg:hover .svg_time,
svg:hover .svg_map,
svg:hover .svg_online,
svg:hover .svg_naver,
svg:hover .svg_kakao,
svg:hover .svg_diary {
    fill:#bfa96f;
}*/

.main_icon {
    width: 1400px;
    min-width: 1280px;
    margin:100px auto;
}
.main_icon .icon_wrap {
    text-align: center;
}
.main_icon .icon_wrap li {
    display: inline-block;
    margin-right: 50px;
    position: relative;
    cursor: pointer;
}
.main_icon .icon_wrap li:last-child{
    margin-right: 0;
}
.main_icon .icon_wrap li p {
    margin-top: 20px;
}
.icon_line {
    width: 1px;
    height: 57px;
    background-color: #a3a3a3;
    margin-bottom: 20px;
}
.svg_on {
    display: none;
}

/* main copy */
.main_copy {
    width: 100%;
}
.main_copy .main_text_wrap {
    width: 1280px;
    margin: auto;
    text-align: center;
}
.main_copy .main_text_wrap .m3 {
    background-color: #BFA96F;
    padding: 1px 8px;
}
.main_copy .main_text_wrap .m2 {
    margin-top: 16px;
}

/* section1 */
.section1 {
    width: 1440px;
    min-width:1280px;
    margin: auto;
    overflow: hidden;
}
.section1 > .sec1_left > div{
    width: 680px;
    height: 680px;
    background-color: #dcdcdc;
    float: left;
    margin-right: 40px;
    overflow: hidden;
}
.
.section1 > .sec1_right > ul{
    width: 680px;
    height: 680px;
    float: left;
}
.section1 > .sec1_right > ul > li {
    width: 320px;
    height: 320px;
    float: left;
    cursor: pointer;
}
.section1 > .sec1_right > ul > li:nth-child(1),
.section1 > .sec1_right > ul > li:nth-child(2) {
    margin-bottom: 40px;
}
.section1 > .sec1_right > ul > li:nth-child(2n) {
    margin-left: 40px;
}
.section1 > .sec1_right .text_wrap {
    text-align: center;
    margin-top: 44px;
}
.section1 > .sec1_right .text_wrap .g1 {
    margin-top: -5px;
}
.sec1_right1{
    background-image: url(/theme/basic/svg/section1_box2.svg);
}
.sec1_right2{
    background-image: url(/theme/basic/svg/section1_box3.svg);
}
.sec1_right3{
    background-image: url(/theme/basic/svg/section1_box4.svg);
}
.sec1_right4{
    background-image: url(/theme/basic/svg/section1_box5.svg);
}
/* section2 */
.section2 {
    width: 100%;
    height: auto;
}
.section2_inner {
    width: 1160px;
    margin: auto;
    overflow: hidden;
    padding: 86px 0;
}
.sec2_text_wrap {
    text-align: center;
}
.sec2_text_wrap .m3 {
    background-color: #000;
    padding: 1px 8px;
    color: #fff;
}
.sec2_text_wrap  .m2 {
    margin-top: 16px;
    color: #fff;
}
.sec2_text_wrap .g4 {
    color: #fff;
    margin-top: 18px;
}
.sec2_round_wrap {

}
.sec2_ul {
    height: 420px;
    position: relative;
}
.sec2_ul li {
    width: 350px;
    height: 350px;
    border-radius: 100%;
    background-color:rgba(255,255,255,0.5);
    position: relative;
    display: inline-block;
    position: absolute;
    top: 0;
}
.sec2_ul li:nth-child(1) {
    top: 23px;
    left: 0;
}
.sec2_ul li:nth-child(2) {
    top: 66px;
    left: 0;
    right: 0;
    margin: auto;
}
.sec2_ul li:nth-child(3) {
    top: 23px;
    right: 0;
}
.sec2_round_in {
    width: 320px;
    height: 320px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec2_round_in.in1 {
    width: 320px;
    background: #fff url(/theme/basic/img/section4_1.jpg) center / contain no-repeat;
}
.sec2_round_in.in2 {
    background: #fff url(/theme/basic/img/section4_2.jpg) center / contain no-repeat;
}
.sec2_round_in.in3 {
    background: #fff url(/theme/basic/img/section4_3.jpg) center / contain no-repeat;
}
.sec2_ul li p {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 58px;
    margin: auto;
    text-align: center;
}

/* section3 */
.section3 {
    width: 100%;
}
.section3 .section3_inner {
    width: 1400px;
    margin: auto;
    overflow: hidden;
}
.section3 .section3_inner > div {
    width: 48.5%;
    float: left;
}
.section3 .ft_community {
    margin-right: 40px;
}
.section3 .ft_location {
}
.section3 .com_inner {
    margin-top: 26px;
}
.section3 .com_inner .g3 {
    border-bottom: 1px dashed #a3a3a3;
    padding-bottom: 13px;
    font-weight: 700;
    margin-bottom: 13px;
}
.section3 .com_top {
    overflow: hidden;
}
.section3 .com_top > div {
    width: 100%;
    float: left;
}
.section3 .com_notice {
    margin-right: 40px;
}
.section3 .com_bottom {
    margin-top: 40px;
}
.section3 .lo_map {
    width: 100%;
    height: 400px;
    margin-top: 20px;
    background-color: #ccc;
}
.section3 .lo_map .root_daum_roughmap {
    width: 100%;
}
.wrap_controllers {
    display: none;
}
.section3 .ft_location > .g2 {
    margin-top: 20px;
}
.naver_map_btn {
    width: 440px;
    height: 61px;
    margin: 38px auto;
    text-align: center;
    line-height: 61px;
}
/* footer */
.footer {
    width: 100%;
    border-top: 1px solid #a3a3a3;
    padding: 50px 0;
}
.footer .footer_inner {
    width: 1400px;
    min-width:1280px;
    margin: auto;
}
.footer .footer_inner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: 000;
}
.footer .footer_inner p span {
    font-size: 14px;
}
.bt_login li{
    display: inline-block;
    margin-top: 10px;
}
.bt_login li a {
    color: #000;
    font-size: 14px;
}