/*font size*/
.fs_12{font-size: 0.75rem;}
.fs_14{font-size: 0.874rem;}
.fs_15{font-size: 0.938rem;}
.fs_17{font-size: 1.063rem;}
.fs_18{font-size: 1.125rem;}
.fs_20{font-size: 1.25rem;}
.fs_22{font-size: 1.375rem;}
.fs_25{font-size: 1.563rem;}
.fs_30{font-size: 1.875rem;}
.fs_36{font-size: 2.1rem;}
.fs_40{font-size: 2.5rem;}
.fs_48{font-size: 3rem;}
.fs_50{font-size: 3.125rem;}
.fs_60{font-size: 3.75rem;}

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

@media screen and (max-width:1200px){
    .fs_50{font-size: 20px;}
    .fs_60{font-size: 35px;}
}

@media screen and (max-width:760px){
    .fs_50{font-size: 18px;}
    .fs_60{font-size: 30px;}

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


/*font weight*/
.fw_el{font-weight: 100;}
.fw_l{font-weight: 300;}
.fw_m{font-weight: 400;}
.fw_sb{font-weight: 500;}
.fw_b{font-weight: bold;}
.fw_eb{font-weight: 800;}

*{letter-spacing: -0.5px;}
.b_color{color:#543b48; }
.b_color2 {color: #ff2a00}

.b_inner{max-width:1320px; margin:0 auto; width:100%; }
.b_inner2{max-width:1600px; margin:0 auto; width:100%; }
.b_inner3{max-width:1200px; margin:0 auto; width:100%; }
.b_inner4{max-width:1000px; margin:0 auto; width:100%; }

.b_more_btn{display: flex; align-items: center; justify-content: center; height:45px; border-radius: 5px; background-color: #000000; color:#fff; transition:background-color .3s; padding:0 20px; width: fit-content;}
.b_more_btn img{margin-left: 15px; transition:transform .2s;}
.b_more_btn:hover img.icon_arrow{transform: translateX(4px);transition: transform .2s;}

@media screen and (max-width:760px){
.b_more_btn img{width: 12px;}

}

.line_box {height: 1px; border-bottom: 1px solid #ddd}

.mt30 {margin-top: 30px}
.mt50 {margin-top: 50px}
.mt80 {margin-top: 80px}
.mt100 {margin-top: 100px}
.mt120 {margin-top: 120px}
.mt200 {margin-top: 200px}

/*퀵배너*/
#kakao_talk {position: fixed; right: 20px; bottom: 30px; z-index: 99999999; display: flex; flex-direction: column; align-items: center; justify-content: center;}
#kakao_talk a {width: 50px; height: 50px; border-radius: 25px; display: flex; align-items: center; justify-content: center; margin: 0 0 7px}
#kakao_talk .hp_link {background-color: #553c47;; font-size: 11px; color: #fff; text-align: center; line-height: 1.2; font-weight: 600}
#kakao_talk .tel_btn {background-color: #bcbcbc;}
#kakao_talk .kakao_btn {background-color: #fee800;}
#kakao_talk .ch_btn {background-color: #fee800;}
#kakao_talk .blog_btn {background-color: #36ac37;}
#kakao_talk .b_top_btn {background-color: #e6e6e6; font-size: 20px}
#kakao_talk .b_top_btn:hover i {animation: moveT 1.5s ease;}
#kakao_talk img {width: 35px; border-radius: 50px}

#b_header{position:fixed;background: #fff; left:0; top:0; z-index:10; width:100%; height: 100px; transition:.4s; border-bottom: 0px solid rgba(255,255,255,.3);}
#b_header .b_inner{position: relative; display: flex; justify-content: space-between; align-items: center; height: 100%;}
#b_header nav{position:relative; }
#b_header #b_gnb {display: flex; align-items: center; height: 100%;}
#b_header #b_gnb > li {padding:0 10px; position: relative; height: 100%;}
#b_header #b_gnb > li > a{color:#000; display: flex; align-items: center; padding:5px; font-size: 1.15rem; height: 100%; font-weight: 400}

#b_header #b_gnb .b_sub_list{position:absolute; left:50%; top: 40px; background-color: #fff; width: 130%; transform:translate(-50%); padding:10px 0; display: none; border:1px solid #eaeaea;}
#b_header #b_gnb .b_sub_list li{padding:7px 10px; text-align: center;}
#b_header #b_gnb .b_sub_list li a{display: block; padding:2px 0;color:#777; font-weight: 500; transition:color .3s; font-size: 0.9rem;}
#b_header #b_gnb .b_sub_list li a:hover{color:#1d3c8f; transition:color .3s; font-weight: 600}
#b_header .b_logo {width: 222px; }
#b_header .b_logo img {width: 100%; width: 250px;}
#b_header .b_util_box {display: flex; align-items: center; display: none}
#b_header .b_link {background: #eee; padding: 10px 20px; border-radius: 50px}
#b_header .b_link img {width: 100px}
#b_header .b_right_box {width: 220px;}
#b_header .b_right_box .b_num_txt{display: flex; align-items: center; justify-content: flex-end ;color: #fff; letter-spacing: 0px}
#b_header .b_right_box .b_num_txt img{margin-right: 8px; width: 30px}
#b_header .b_right_box span{display: block; margin-left: 48px; color: #fff; padding: 5px 0 0; text-align: left} 

.b_toggle_btn{display: flex; width: 25px; height:25px; flex-direction: column ; justify-content: center; }
.b_toggle_btn span{width: 100%; background-color: #fff; height:3px; border-radius: 5px;}
.b_toggle_btn.black span{background-color: #000; }
.b_toggle_btn span:first-child{margin-bottom: 5px;}
.b_toggle_btn span:last-child{margin-top: 5px;}

.b_site_map{width: 94%; max-width: 400px; position:fixed; right:-420px; top:0; height:100%; z-index: 30; background-color: #f9f9f9; box-shadow: -5px 0px 30px rgba(0,0,0,.07);  transition:right .5s;}
.b_site_map.open{right:0; transition:right .5s;}
.b_site_map nav{width:89%; margin:0 auto; margin-top: 200px; margin-left: 50px;}
.b_site_map #b_gnb > li {margin-bottom: 20px;}
.b_site_map #b_gnb > li > a{font-size:1.5rem; font-weight: bold;}
.b_site_map #b_gnb > li.open > a{color:#1d3c8f; transition:color .3s; }
.b_site_map #b_gnb .b_sub_list {margin-top:20px; display: none; padding-bottom: 20px;}
.b_site_map #b_gnb .b_sub_list li {padding:10px 0 10px 10px; }
.b_site_map #b_gnb .b_sub_list li a{color:#777; font-size: 18px; font-weight: 400;}

.b_site_map #b_gnb .b_sub_list li a:hover{color:#111; transition:color .3s; }

.b_bg_box{width: 100%; height: 100%; background-color: #000; opacity: .8; display: none; position: fixed; left: 0; top: 0; z-index: 10;}

.b_close_btn{position:absolute; right: 8%; top: 5%;width:24px; height:24px; z-index: 10; }
.b_close_btn span{position:absolute; left:0; top:14px; background-color: #ccc; width: 100%; height: 2px;ransition:background-color .3s; }
.b_close_btn span:first-child{transform:rotate(45deg);}
.b_close_btn span:last-child{transform:rotate(-45deg);}
.b_close_btn:hover span{background-color: #111; transition:background-color .3s; } 

#b_header.on .b_logo a{color:#111; }
#b_header.on{background-color: #fff; transition:.4s; border-bottom: 1px solid #eaeaea;}
#b_header.on .b_logo .b_logo_off{display: none;}
#b_header.on .b_logo .b_logo_on{display: block;}
#b_header.on #b_gnb > li > a{color:#111; }
#b_header.on .b_sns_list li img{filter:invert(1); opacity:.4;}
#b_header.on .b_lang_box li a{color:#c1c1c1; }
#b_header.on .b_lang_box li.on a{color:#111; }
#b_header.on .b_toggle_btn span{background-color: #111; }
#b_header.on .b_right_box .b_num_txt {color: #1d3c8f}
#b_header.on .b_right_box span {color: #000}

@media screen and (max-width:1200px){
    #b_header{height: 80px;}
    #b_header nav{display: none;}
    #b_header .b_right_box {display: none;}
	#b_header .b_util_box {display: block}
    .b_toggle_btn{display: flex;}

    #b_header .b_logo {padding-left: 10px;}
    #b_header .b_logo img {width: 180px}
    #b_header .b_util_box {padding-right: 10px;}
}

@media screen and (max-width:760px){
    #b_header{height: 70px;}

}

.b_mv_box {height: 760px; width: 100%; position: relative; overflow:hidden;}
.b_mv_box ul li{position: relative;}
.b_mv_box ul li figure{position: absolute; left: 0; top: 0; width:100%; height:100%; z-index: -1; overflow:hidden; display: flex; align-items: center; justify-content: center;}
.b_mv_box ul li figure img{transform:scale(1.1); height:100% }
.b_mv_box ul li.swiper-slide-active figure img{transform:scale(1); transition:transform 6s;}
.b_mv_box ul li .b_inner{display: flex; align-items: center; justify-content: flex-start;height:100%; width:100%; }
.b_mv_box .b_txt_box{color: #000; text-align: left;  }
.b_mv_box ul li.swiper-slide-active .b_txt_box{}
.b_mv_box .b_txt_box h1{font-size: 62px; font-weight: 800; transform:translateY(30px); opacity:.0; line-height: 1.2;}
.b_mv_box .b_txt_box p{font-size: 26px; font-weight: 400;margin-top: 25px;transform:translateY(30px); opacity:.0; line-height: 1.4}
.b_mv_box li.swiper-slide-active .b_txt_box h1{transform:translateY(0);opacity:1; transition:ease .8s; transition-delay: .3s;}
.b_mv_box li.swiper-slide-active .b_txt_box p{transform:translateY(0);opacity:1; transition:ease .8s; transition-delay: .6s;}
.b_mv_navi{ margin:0 auto; width:98%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); height:25px; z-index: 5;}
.b_mv_navi .b_prev, .b_mv_navi .b_next  {width:auto; height: auto;}
.b_mv_navi .b_prev img{transform:rotate(180deg);}
.swiper-button-next, .swiper-button-prev{background-image: none;}
.b_mv_box .b_more_btn{background-color: transparent; border:1px solid #000;margin:55px 0 0px; color: #000; padding: 0 40px; transform:translateY(30px); opacity:.0; }
.b_mv_box .b_more_btn span {letter-spacing: 2px; font-weight: 300;}
.b_mv_box li.swiper-slide-active .b_more_btn {transform:translateY(0);opacity:1; transition:ease .8s; transition-delay: 1.2s;}
.b_scr_box{position: absolute; bottom: 9%; right: 5%; z-index: 5; display: flex; align-items: center; animation-name: scr_ani; animation-duration: 1s; animation-timing-function:ease-in-out; animation-iteration-count: infinite; animation-direction: alternate;}
.b_scr_box p{color:#000; margin-left: 10px; letter-spacing: 2px;}
.b_mv_box .b_pagi{width: 100%; display: flex; justify-content: center; align-items: flex-end; padding-bottom: 50px;}
.b_mv_box .b_pagi span{border-radius: 0; width: 60px; height:2px; background-color: rgba(0,0,0,.3); position: relative; opacity: 1;}
.b_mv_box .b_pagi span::after{content: ''; width: 0; height: 100%; background-color: #000; position:absolute; left: 0; top: 0;}
.b_mv_box .b_pagi span.swiper-pagination-bullet-active::after{animation-name: mv_pagi; animation-duration: 8s; animation-timing-function:linear; }
.b_mv_box .b_pagi span::before{width: 15px; height: 20px; position:absolute; left: 0; bottom: 5px; font-size: 0.75rem; font-weight: 500; color:#000; letter-spacing: 2px; opacity: .3;}
.b_mv_box .b_pagi span:nth-child(1):before{content: '01'; }
.b_mv_box .b_pagi span:nth-child(2):before{content: '02'; }
.b_mv_box .b_pagi span:nth-child(3):before{content: '03'; }
.b_mv_box .b_pagi span:nth-child(4):before{content: '04'; }
.b_mv_box .b_pagi span.swiper-pagination-bullet-active::before{opacity: 1; transition: .2s;}

@keyframes mv_pagi{
    0%{width: 0;}
    100%{width: 100%;}
}


@keyframes scr_ani{
    0%{transform:translateY(0);}
    100%{transform:translateY(10px);}
}

@media screen and (max-width:1200px){
    .b_mv_box {height: 900px;}
    .b_mv_box ul li .b_inner {justify-content: center;}
    .b_mv_box .b_txt_box {text-align: center; margin-top: 0px;}
    .b_mv_box .b_txt_box p {font-size: 26px}
    .b_mv_box .b_txt_box h2 {font-size: 60px}
    .b_mv_box .b_txt_box h1 {font-size: 50px}
    .b_mv_box .b_more_btn {margin: 55px auto 0;}
    .b_mv_box .b_pagi {display: flex; justify-content: center;}

    .b_scr_box {left: 50%; right:unset; margin-left: -66.5px;}

}
@media screen and (max-width:760px){
    .b_mv_box {height: 500px;}
    /* .b_mv_box .b_txt_box p{margin: 25px 0;} */
    .b_mv_box .b_more_btn{margin-top: 25px;}
    .b_scr_box{bottom: 5%; }

    .b_mv_navi > div img{width: 14px;}
    .b_mv_box .b_pagi {top: 85%}
	.b_mv_box .b_pagi span{width: 40px;}
    .b_mv_box .b_pagi span::before{height: 12px;}

    .b_mv_box .b_txt_box {margin-top: 30px; padding: 0 20px}
    .b_mv_box .b_txt_box p {font-size: 18px}
    .b_mv_box .b_txt_box h2 {font-size: 40px}
    .b_mv_box .b_txt_box h1 {font-size: 28px}
    .b_mv_box .b_more_btn {margin: 40px auto 0;}
}


.b_motion { /* 페이드 이펙트 */
    transition: transform 0.6s, opacity 0.6s ease;
    opacity: 0;
    transform: translate3d(0px, 30px, 0);
  }

.b_motion.b_move { /* 모션 작동 */
    opacity: 1 !important;
    transform: translateZ(0) !important;
}

.b_delay_01{transition-delay: .2s;}
.b_delay_02{transition-delay: .4s;}
.b_delay_03{transition-delay: .6s;}
.b_delay_04{transition-delay: .7s;}
.b_delay_05{transition-delay: 1.0s;}

@media screen and (max-width:1200px){
    .b_delay_01{transition-delay: 0s;}
    .b_delay_02{transition-delay: 0s;}
    .b_delay_03{transition-delay: 0s;}
    .b_delay_04{transition-delay: 0s;}
    .b_delay_05{transition-delay: 0s;}
}

.b_tit_box {margin-bottom: 50px; text-align: center;}
.b_tit_box .b_sub_txt{display: inline-block; margin-bottom: 10px; letter-spacing: -1px; padding-bottom: 10px; border-bottom: 2px solid #555;}
.b_tit_box h3{line-height: 1.3; word-break: keep-all;}
.b_tit_box .b_cont_txt{margin-top: 30px; line-height: 1.4; }

.b_section{padding: 80px 0;}

@media screen and (max-width:1200px){
    .b_tit_box .b_sub_txt {font-size: 26px; margin-bottom: 0;}
    .b_tit_box h3 {font-size: 42px}
    .b_tit_box .b_cont_txt {font-size: 18px;}
}

@media screen and (max-width:760px){
    .b_tit_box {margin-bottom: 30px; }
    .b_tit_box .b_sub_txt {margin-bottom: 0px; font-size: 20px}
    .b_tit_box h3 {font-size: 34px}
    .b_tit_box .b_cont_txt {margin-top: 20px;}
    .b_section {padding: 70px 0;}
}

.b_sec_01 {overflow:hidden;}
.b_sec_01 .b_cont_box {position: relative;}
.b_sec_01 .b_slide_box {}
.b_sec_01 .b_slide_box ul {display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}
.b_sec_01 .b_slide_box ul li > a{display: block;}
.b_sec_01 .b_slide_box ul li img {width: 100%}
.b_sec_01 .b_slide_box ul li {width: calc(25% - 20px); margin: 0 10px 20px;}
.b_sec_01 .b_slide_box ul li figure {overflow: hidden;}
.b_sec_01 .b_slide_box ul li img {transform: scale(1.0); transition: .3s;}
.b_sec_01 .b_slide_box ul li:hover img {transform: scale(1.1); tran sition: .3s;}
.b_sec_01 .b_slide_box ul li h1 {font-size: 22px; padding: 20px 0  0px; font-weight: 600;}
.b_sec_01 .b_slide_box ul li p {font-size: 18px; padding: 15px 0 0; font-weight: 300; line-height: 1.4; color: #777;}

.b_sec_02{overflow:hidden; padding: 150px 0 150px; background: url("/data/design/main_00_04_01_bg.png") no-repeat center center; color: #fff}
.b_sec_02 .b_tit_box h3 {position: relative; padding: 0 0 20px}
.b_sec_02 .b_tit_box h3:after {content:""; width: 150px; height: 1px; border-bottom: 2px solid #fff; position: absolute; left: 50%; bottom: 0px; transform: translateX(-50%);}
.b_sec_02 .b_tit_box .b_sub_txt {border-bottom: none; padding-top: 20px; line-height: 1.2;}
.b_sec_02 .b_cont_box {position: relative;}
.b_sec_02 .b_slide_box {overflow: hidden; padding: 0px 0 0 20px}
.b_sec_02 .b_slide_box ul {display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}
.b_sec_02 .b_slide_box ul li > a{display: block;}
.b_sec_02 .b_slide_box ul li img {width: 100%}
.b_sec_02 .b_slide_box ul li {width: calc(25% - 20px); margin: 0 10px 20px;  background-color: rgba(96,75,82,.7); text-align: center;}
.b_sec_02 .b_slide_box ul li figure {overflow: hidden;}
.b_sec_02 .b_slide_box ul li img {transform: scale(1.0); transition: .3s;}
.b_sec_02 .b_slide_box ul li:hover img {transform: scale(1.1); transition: .3s;}
.b_sec_02 .b_slide_box ul li h1 {font-size: 22px; padding: 20px 0  0px; font-weight: 500;}
.b_sec_02 .b_slide_box ul li a {display: inline-block; font-size: 16px; padding: 5px 30px; font-weight: 300; line-height: 1.4; color: #fff; border: 1px solid #fff; margin: 20px 0 30px}

.b_sec_03{text-align: center; padding: 20px 0}
.b_sec_03 .img_box {position: relative; margin: 60px 0 0}
.b_sec_03 .img_box .gallerySwiper2 {overflow: hidden}
.b_sec_03 .img_box .gallerySwiper2 img{width: 100%;}
.b_sec_03 .img_box .gallerySwiper {overflow: hidden}
.b_sec_03 .img_box .gallerySwiper .swiper-wrapper {display: flex; justify-content: flex-start; align-items: center; }
.b_sec_03 .img_box .gallerySwiper .swiper-wrapper .swiper-slide {width: 20% !important; padding: 5px 5px 0 0; opacity: .5;}
.b_sec_03 .img_box .gallerySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {opacity: 1;}
.b_sec_03 .img_box .gallerySwiper .swiper-wrapper img {width: 100%;}
.b_sec_03 .b_next , .b_sec_03 .b_prev {top: 42%; width:60px; height:60px;}
.b_sec_03 .b_prev {left: -90px;}
.b_sec_03 .b_next img{transform:rotate(180deg);}
.b_sec_03 .b_next {right: -90px;}
.b_sec_03 .b_pagi {display: flex; justify-content: center; align-items: flex-end; width: 100% !important; padding: 50px 0 0}
.b_sec_03 .b_pagi span {margin: 0 5px; width: 80px; height: 3px; background-color: rgba(0,0,0,.5); border-radius: 0px; transition: .3s;}
.b_sec_03 .b_pagi .swiper-pagination-bullet {transform: scale(1);}
.b_sec_03 .b_pagi .swiper-pagination-bullet-active {transform: scale(1);}
.b_sec_03 .b_pagi .swiper-pagination-bullet-active-next {transform: scale(1);}

@media screen and (max-width:760px){
    .b_mv_box {overflow: hidden;}
    .b_sec_01 .b_slide_box ul li {width: calc(50% - 20px); margin: 0 10px 40px}
    .b_sec_01 .b_slide_box ul li h1 {font-size: 20px;}
    .b_sec_01 .b_slide_box ul li p {font-size: 16px;}
    .b_sec_02 {padding: 80px 0}
    .b_sec_02 .b_tit_box h3 {font-size: 26px; letter-spacing: -1px;}
    .b_sec_02 .b_tit_box .b_sub_txt {font-size: 18px}
    .b_sec_02 .b_slide_box {padding: 0}
    .b_sec_02 .b_slide_box ul li {width: calc(50% - 20px); margin: 0 10px 20px}
    .b_sec_02 .b_slide_box ul li h1 {font-size: 16px; padding: 10px 0 0}
    .b_sec_02 .b_slide_box ul li a {font-size: 14px; margin: 10px 0}
    .b_sec_03 .b_banner_box {overflow: hidden;}
    .b_sec_03 .b_tit_box h3 {font-size: 30px; padding: 30px 0 0}
    .b_sec_03 .img_box {margin: 30px 0 0}
}

#b_footer{background-color: #151617; padding:70px 0; }
#b_footer .b_inner{display: flex; justify-content: space-between;}
#b_footer .b_foot_logo {padding-bottom: 20px;}
#b_footer .b_foot_logo img {width: 100%; max-width: 200px;}
#b_footer .b_left_box{display: flex; flex-direction: column; justify-content: space-between;}
#b_footer address{color:#fff; font-size: 0.938rem; opacity: .6; border-left: 1px solid #fff; padding: 0 0 0 10px;}
#b_footer address span{line-height: 1.7; margin-right: 10px; letter-spacing: -0.5px;}
#b_footer address span b {letter-spacing: 0px;}
#b_footer address .b_copyright{line-height: 1.7;letter-spacing: -0.5px;}
#b_footer .b_right_box{color:#fff; padding-right:4%; padding-top: 30px; display: flex; align-items: center; flex-direction: column; justify-content: space-between;}
#b_footer .b_right_box .b_ft_link{display: flex; align-items: center; }
#b_footer .b_right_box .b_ft_link li {margin-right: 12px; padding-right: 12px; border-right: 1px solid #fff;  opacity: .6;}
#b_footer .b_right_box .b_ft_link li:last-child {margin-right: 0; padding-right: 0; border-right:0;}
#b_footer .b_right_box .b_ft_link li a{display: block; ; font-size: 0.938rem; color: #fff; }
#b_footer .b_right_box .b_num_box .hp_link {background: #fff; padding: 10px 0px; font-size: 14px; border-radius: 3px; display: inline-block; text-align: center; width: 120px; font-weight: 600; margin: 20px 0 0 320px}
#b_footer .b_right_box .b_num_tel{display: flex; align-items: center;}
#b_footer .b_right_box .b_num_box p{display: flex; align-items: center; margin-left: 25px;}
#b_footer .b_right_box .b_num_box p img{margin-right: 5px;}

@media screen and (max-width:980px){
    #b_footer{padding:60px 0; }
    #b_footer .b_inner{flex-direction: column; text-align: center;}
    #b_footer .b_right_box{margin-top: 30px; padding-right:0; align-items: center; padding-top: 0;}
    #b_footer .b_right_box .b_num_box{margin-top: 20px;}
}

@media screen and (max-width:760px){
    #b_footer{padding:50px 0; }
    #b_footer .b_foot_logo {padding: 0 20px 20px;}
    #b_footer address {border-left: none;}
}


.br_760o{display: none;}
@media screen and (max-width:760px){
    .br_760o{display: block;}

}
.br_380o{display: none;}
@media screen and (max-width:760px){
    .br_380o{display: block;}

}

.bbs_wrap {padding: 50px 0}

/*테이블*/
.tbl_a {font-size: 16px; margin: 10px 0 0; border-top: 2px solid #555; width: 100%}
.tbl_a tr {border-bottom: 1px solid #ddd;}
.tbl_a th {background: #f7f7f7; padding: 15px 15px; font-weight: 500; width: 120px; text-align: left;}
.tbl_a td {padding: 15px 15px; line-height: 1.6;}

.tbl_b {font-size: 16px; margin: 10px 0 0; border-top: 2px solid #555; width: 100%}
.tbl_b tr {border-bottom: 1px solid #ddd;}
.tbl_b th {background: #f7f7f7; padding: 15px 15px; font-weight: 500; width: 120px; text-align: center; border-right: 1px solid #ddd;}
.tbl_b th:last-child {border-right: none;}
.tbl_b td {padding: 15px 15px; line-height: 1.6; text-align: center; border-right: 1px solid #ddd;}
.tbl_b td:last-child {border-right: none;}

/*서브페이지*/
#content_wrapper {margin-top: 100px}
#content_wrapper .sub_title {position: relative; letter-spacing: 0px; height: 400px; background-size: 100% auto; background-repeat: no-repeat; background-position: center center;}
#content_wrapper .sub_title .txt_box {width: 100%; height: 100%; display: flex; flex-direction: column;justify-content: center; align-items: center; color: #fff; padding: 0px 0 0;}
#content_wrapper .sub_title .txt_box p { letter-spacing: 0px; }
#content_wrapper .sub_title .txt_box h1 { padding: 0px 0 0; }

#content_wrapper .sub_menu {display: flex; justify-content: center; align-items: center; line-height: 80px; border-bottom: 1px solid #eee;}
#content_wrapper .sub_menu li {margin: 0 30px; padding: 0 10px}
#content_wrapper .sub_menu li.active {border-bottom: 2px solid #00297c}
#content_wrapper .sub_menu li a {display: block;}

.sub_wrapper {padding:0px 0 120px 0}
.sub_content_wrap {padding: 120px 0}
.sub_content .tl {text-align: center; font-size: 42px; font-weight: 600;}
.sub_content .tl_blank {padding: 120px 0 0;}
.sub_content .stl {text-align: center; font-size: 20px; font-weight: 300; padding: 20px 0 0; color: #777}
.sub_content .stl_blank {padding: 50px 0 30px;}
.sub_content .ex {text-align: center; font-size: 18px; padding: 20px 0 0; line-height: 1.4; color: #555}
.sub_content .tit {font-size: 24px; font-weight: 600;}
.sub_content .tl2 {font-size: 24px; font-weight: 600; text-align: center; padding: 50px 0 0; line-height: 1.4;}

.hospital_greeting {}
.hospital_greeting .sec01 {padding: 80px 0 0; text-align: center;}
.hospital_greeting .sec01 img {width: 100%; max-width: 680px;}
.hospital_greeting .sec02 {text-align: center; padding: 80px 0 0}
.hospital_greeting .sec02 h1 {font-size: 32px; color: #aaa; font-weight: 600;line-height: 1.4;}
.hospital_greeting .sec02 p {font-size: 18px; padding: 50px 0 0; line-height: 1.4;}
.hospital_greeting .sec02 p.tit {padding: 10px 0 0; font-size: 22px;}
.hospital_greeting .sec02 p.ex { padding: 20px 0 0; font-weight: 600; font-size: 22px;}
.hospital_greeting .sec02 p b{font-weight: 600;}
.hospital_greeting .sec03 {padding: 80px 0 0; text-align: center;}
.hospital_greeting .sec03 img {width: 100%; max-width: 680px;}

.hospital_doctors {}
.hospital_doctors .sec01 {padding: 80px 0 0}
.hospital_doctors .sec01 .txt_box {}
.hospital_doctors .sec01 .txt_box ul {display: flex; align-items: center; margin: 0 0 50px; background-color: #f0f0f0;}
.hospital_doctors .sec01 .txt_box ul li:nth-child(1) {flex-shrink: 0;}
.hospital_doctors .sec01 .txt_box ul li:nth-child(2) {padding: 20px 50px; flex-grow: 1;}
.hospital_doctors .sec01 .txt_box ul h1 {font-size: 24px; font-weight: 600;}
.hospital_doctors .sec01 .txt_box ul p {display: flex; align-items: flex-start;flex-wrap: wrap; width: 100%; padding: 20px 0 0; font-size: 18px; line-height: 1.4;}
.hospital_doctors .sec01 .txt_box ul p span {width: 50%; display: inline-block;}

.hospital_gallery {}
.hospital_gallery .sec01 {padding: 80px 0 0}
.hospital_gallery .img_box {position: relative; margin: 0px 0 0}
.hospital_gallery .img_box .gallerySwiper2 {overflow: hidden}
.hospital_gallery .img_box .gallerySwiper2 img{width: 100%;}
.hospital_gallery .img_box .gallerySwiper {overflow: hidden}
.hospital_gallery .img_box .gallerySwiper .swiper-wrapper {display: flex; justify-content: flex-start; align-items: center; }
.hospital_gallery .img_box .gallerySwiper .swiper-wrapper .swiper-slide {width: 20% !important; padding: 5px 5px 0 0; opacity: .5;}
.hospital_gallery .img_box .gallerySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {opacity: 1;}
.hospital_gallery .img_box .gallerySwiper .swiper-wrapper img {width: 100%;}
.hospital_gallery .b_next , .hospital_gallery .b_prev {top: 42%; width:60px; height:60px;}
.hospital_gallery .b_prev {left: -90px;}
.hospital_gallery .b_next img{transform:rotate(180deg);}
.hospital_gallery .b_next {right: -90px;}
.hospital_gallery .b_pagi {display: flex; justify-content: center; align-items: flex-end; width: 100% !important; padding: 50px 0 0}
.hospital_gallery .b_pagi span {margin: 0 5px; width: 80px; height: 3px; background-color: rgba(0,0,0,.5); border-radius: 0px; transition: .3s;}
.hospital_gallery .b_pagi .swiper-pagination-bullet {transform: scale(1);}
.hospital_gallery .b_pagi .swiper-pagination-bullet-active {transform: scale(1);}
.hospital_gallery .b_pagi .swiper-pagination-bullet-active-next {transform: scale(1);}

.hospital_location {}
.hospital_location .sec01 {padding: 80px 0 0}
.hospital_location .sec01 .b_content_box {display: flex; justify-content: space-between; align-items: center; background-color: #543b48;}
.hospital_location .sec01 .b_content_box .txt_box {color: #fff; padding: 0 50px}
.hospital_location .sec01 .b_content_box .txt_box h1 {font-size: 32px; font-weight: 600; padding: 30px 0 0}
.hospital_location .sec01 .b_content_box .txt_box p {padding: 20px 0 0; line-height: 1.4; font-size: 18px;}
.hospital_location .sec01 .b_content_box .img_box {}
.hospital_location .sec01 .b_content_box .img_box img {width: 100%;}
.hospital_location .sec02 {padding: 80px 0 0}
.hospital_location .sec03 {padding: 50px 20px 0}
.hospital_location .sec03 .txt_box {display: flex; align-items: flex-start; flex-wrap: wrap;}
.hospital_location .sec03 .txt_box li {width: 50%; display: flex; align-items: center;}
.hospital_location .sec03 .txt_box li img{padding-right: 20px;}
.hospital_location .sec03 .txt_box li p{padding-left: 20px; border-left: 2px solid #555;}
.hospital_location .sec03 .txt_box li p b {font-weight: 600; line-height: 2.0;}

.info_care .sec01 {padding: 80px 0 0}
.info_care .tbl_box .txt_table .tbl_a td {text-align: left;}
.info_care .tbl_box .txt_table .tbl_a tr th:nth-child(1) {width:15%;}
.info_care .tbl_box .txt_table .tbl_a tr th:nth-child(2) {width: 55%;}
.info_care .tbl_box .txt_table .tbl_a tr th:nth-child(3) {width: 30%;}

.txt_blank {padding: 60px 0 0}
.txt_blank2 {padding: 100px 0 0}

.txt_table {padding-top: 10px;}
.txt_table .tbl_a {text-align: center; border-bottom: 2px solid #555;}
.txt_table .tbl_a tr {border-bottom: 1px solid #ddd;}
.txt_table .tbl_a tr.bg {background-color: #f7f7f7;}
.txt_table .tbl_a th {background-color: unset; text-align: center; border-right: 1px solid #ddd; }
.txt_table .tbl_a td {background-color: unset; text-align: center; border-left: 1px solid #ddd; }
.txt_table .tbl_a th:last-child {border-right: none;}
.txt_table .tbl_a tr:nth-child(1) {border-bottom: 1px solid #555;}

.txt_process {display: flex; align-items: center; justify-content: space-evenly; padding: 80px 0}
.txt_process li:nth-child(2n-1) {display: flex; justify-content: center; align-items: center; width: 170px; height: 170px; background-color: #ddd8da; border-radius: 100%; font-weight: 400; text-align: center; line-height: 1.4;}
.txt_process li:nth-child(2n) {padding: 0 20px}

.txt_ex {display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap;border-top: 1px solid #555; border-bottom: 1px solid #555; padding: 20px 30px; margin-top: 20px;}
.txt_ex li {width: 100%; padding: 20px 0;}
.txt_ex.item2 li {width: 50%;}
.txt_ex.item3 li {width: 33.333%;}
.txt_ex.item5 { border-bottom: none; padding: 20px 30px 0}
.txt_ex.item5 li {width: 20%; text-align: center;}
.txt_ex.item5 li img {width: 150px}
.txt_ex.item5 li h1 {font-size: 20px; padding: 30px 0 0}
.txt_ex.item5 li p {font-size: 16px; padding: 20px 0 0; }

.txt_ex.item6 { border-bottom: none; padding: 20px 30px 0}
.txt_ex.item6 li {width: 16.666%; text-align: center;}
.txt_ex.item6 li img {width: 150px}
.txt_ex.item6 li h1 {font-size: 20px; padding: 30px 0 0}
.txt_ex.item6 li p {font-size: 16px; padding: 20px 0 0; }

.txt_ex h1 {font-size: 18px !important; font-weight: 500;}
.txt_ex h2 {font-size: 18px !important; font-weight: 500; padding: 0 20px}
.txt_ex p {font-size: 16px; font-weight: 300; padding: 10px 20px 0; color: #555; line-height: 1.4; width: 100%}
.txt_ex b {font-weight: 600; color: #333;}
.txt_ex .ex {text-align: center !important; padding: 30px 0; font-weight: 300; width: 100%}

.txt_ex2 {display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; padding: 20px 0px; margin-top: 20px;}
.txt_ex2 li {width: calc(50% - 20px); padding: 20px 0; margin: 0 10px 20px }
.txt_ex2 h1 {font-size: 26px !important; font-weight: 500; border-bottom: 2px solid #555; padding-bottom: 20px;}
.txt_ex2 p {font-size: 16px; font-weight: 300; padding: 30px 20px; color: #555; line-height: 1.4; border-bottom: 1px solid #555; }
.txt_ex2 b {font-weight: 600; color: #000;}
.txt_ex2.list2 p {height: 200px}
.txt_ex2.list1 li {width: 100%; margin: 0}

.txt_ex2 p.list2 {display: flex; flex-wrap: wrap;}
.txt_ex2 p.list2 span {width: 50%; font-size: 16px; color: #555; font-weight:  400;}

.txt_ex3 {display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; border-top: 1px solid #555; border-bottom: 1px solid #555; padding: 20px 30px; margin-top: 50px;} 
.txt_ex3 p {width: calc(50% - 20px);  font-size: 18px; font-weight: 300; padding: 10px 20px; color: #555; line-height: 1.4;  }

.txt_w  {line-height: 1.8 !important; padding: 0 !important}

.img_box.item2 {display: flex; align-items: flex-end; flex-wrap: wrap; width: 100%}
.img_box.item2 > li img {width: 100%}
.img_box.item2 > li:nth-child(1) {width: 40%}
.img_box.item2 > li:nth-child(2) {width: 60%; padding-left: 30px;}
.img_box.item2 > li:nth-child(2) .txt_ex2 li {width: 100%; margin: 0; padding: 0}

.h120 {height: 120px}
.tc {text-align: center !important; line-height: 1.4; width: 100%; padding: 30px 0 !important; font-size: 18px !important;}

.txt_define {background: url(/data/design/sub_03_01_02_01_bg.png) no-repeat center center; height: 239px; display: flex; justify-content: center; align-items: center; flex-direction: column; color: #fff; text-align: center;}
.txt_define h1 {font-size: 24px; font-weight: 600;}
.txt_define p {font-size: 18px; font-weight: 300; padding: 0px 0 0 ; line-height: 1.4; }

.txt_define2 {background: url(/data/design/sub_03_02_02_01_bg.png) no-repeat center center;  display: flex; justify-content: center; align-items: center; flex-direction: column; color: #fff; text-align: center; padding: 50px 0 0}
.txt_define2 h1 {font-size: 24px; font-weight: 600;}
.txt_define2 p {font-size: 18px; font-weight: 300; padding: 30px 0 0 ; line-height: 1.4; }

.txt_define3 {background: url(/data/design/sub_04_01_02_01_bg.png) no-repeat center center;  display: flex; justify-content: center; align-items: center; flex-direction: column; color: #fff; text-align: center; padding: 30px 0 0}
.txt_define3 h1 {font-size: 24px; font-weight: 600;}
.txt_define3 p {font-size: 18px; font-weight: 300; padding: 30px 0 0 ; line-height: 1.4; }
.txt_define3 h2 {font-size: 16px !important; font-weight: 300 !important; padding: 30px 0; line-height: 1.4;}
.txt_define3 .txt_ul {padding: 0 0 20px}

.txt_define4 {background: url(/data/design/sub_04_02_02_01_bg.png) no-repeat center center;  display: flex; justify-content: center; align-items: center; flex-direction: column; color: #fff; text-align: center; padding: 70px 0 50px}
.txt_define4 h1 {font-size: 24px; font-weight: 600;}
.txt_define4 p {font-size: 18px; font-weight: 300; padding: 30px 0 0 ; line-height: 1.4; }
.txt_define4 h2 {font-size: 16px !important; font-weight: 300 !important; padding: 30px 0; line-height: 1.4;}
.txt_define4 .txt_ul {padding: 0 0 20px}

.txt_ul {padding: 20px 0 20px;}
.txt_ul ul {display: flex; align-items: flex-start; padding: 10px 80px; color: #fff;}
.txt_ul ul li {font-size: 16px;  line-height: 1.4;}
.txt_ul ul li:nth-child(1) {width: 250px; text-align: left; font-weight: 600;}
.txt_ul ul li:nth-child(2) {width: calc(100% - 250px); padding:5px 20px 5px 30px; border-left: 1px solid #fff; text-align: left;}

.root_daum_roughmap_landing {width: 100% !important}

.estimate01 {padding: 80px 0 0}

.request_wrap ul {display: flex; justify-content: space-between;flex-wrap: wrap; padding: 0 0 10px }
.request_wrap ul li {width: 50%; padding: 0 5px}
.request_wrap .memo {padding: 0 5px}
.request_wrap .agreement {padding: 60px 0 0}
.request_wrap .agreement .tl {font-size: 20px; padding: 0 0 20px}
.request_wrap .agreement dl {border: 1px solid #ddd; padding: 30px; border-radius: 10px;}
.request_wrap .agreement dd {padding: 5px 0}
.request_wrap .agree_check {padding: 10px 0 0}
.request_wrap .agree_btn {padding: 50px 0 0; display: flex; justify-content: center; align-items: center;}
.request_wrap .agree_btn button {font-size: 18px; width: 250px; padding: 12px 0}

/*지점안내*/
.branch_title {display: flex; justify-content: center; align-items: center;}
.branch_title li {padding: 16px 35px; border: 1px solid #ddd; margin: 0 0 -1px -1px; font-size: 15px; font-weight: 400; color: #777; cursor: pointer;}
.branch_title li.active {background-color: #1d3c8f; border: 1px solid #1d3c8f; color: #fff}

.branch_info {width: 100%; max-width: 1200px; margin: 60px auto 0; background: #f7f7f7; padding: 30px 0}
.branch_info .box {display: flex; align-items: center; justify-content: center; max-width: 800px; margin: 0 auto;}
.branch_info .tit {font-size: 24px; color: #1d3c8f; padding : 0px 0 0; font-weight: 500; width: 25%; text-align: center;}
.branch_info .ex {padding: 0px 0 0; text-align: left; width: 75%}
.branch_info .ex p {padding: 5px 0; font-size: 16px}
.branch_info .ex p strong {display: inline-block; background: #333; color: #fff; font-size: 14px; border-radius: 3px; padding: 3px 15px; margin: 0 10px 0 0 ; width: 80px; text-align: center}

/*내용 컨텐츠*/
.sub_content {}
.sub_content h1 {font-size: 36px; font-weight: 600; letter-spacing: -2px}
.sub_content h2 {font-size: 20px; font-weight: 600; margin: 0px 0 0}
.sub_content .ex {font-size: 18px; text-align: left}
.sub_content .tel {display: flex; align-items: center; justify-content: center; width: 460px; border: 1px solid #ddd; padding: 15px 50px; font-size: 18px; font-weight: 600; background: #fff; border-radius: 5px; margin: 30px 0 0}
.sub_content .tel b {color: #5171e6; font-size: 36px; padding: 0 0 0 20px}

.sub_content .item_box {display: flex; align-items: flex-start; flex-direction: column; padding: 50px 0 0 0px}
.sub_content .item_box h2 {}
.sub_content .item_box .item_list { width: 100%; display: flex; align-items: flex-start; flex-wrap: wrap; }
.sub_content .item_box .item_list li {width: 50%; text-align: center; padding: 0 10px 20px}
.sub_content .item_box .item_list li img {width: 100%}
.sub_content .item_box .item_list.item3 li {width: 33.3333%}
.sub_content .item_box .item_list.item4 li {width: 25%; padding: 0 10px 20px}
.sub_content .item_box .item_list.item22 li {padding: 30px 0}
.sub_content .item_box .item_list li .icon {font-size: 52px; color: #555; padding: 0 0 20px}
.sub_content .item_box .item_list li .icon img {width: 120px}
.sub_content .item_box .item_list li .tit {font-size: 20px; font-weight: 600; line-height: 1.4}
.sub_content .item_box .item_list li .tit b {color: #1d3c8f}
.sub_content .item_box .item_list li .scon {font-size: 16px; padding: 20px 0 0; line-height: 1.4}
.sub_content .item_box .item_list li .scon span {font-size: 14px;}

.sub_content .item_list2 { margin: 50px 0 0; width: 100%; display: flex; align-items: stretch; flex-wrap: wrap;}
.sub_content .item_list2 li {width: 50%; text-align: center; background: #f7f7f7; padding: 50px 20px; border-radius: 10px; line-height: 1.4}
.sub_content .item_list2.item4 li {width: calc(25% - 20px); margin: 0 20px 20px 0}
.sub_content .item_list2.item4 li .icon {font-size: 52px; color: #555}
.sub_content .item_list2.item4 li .icon img {width: 100px}
.sub_content .item_list2.item4 li .scon {padding: 20px 0 0}

.sub_content .item_list3 { margin: 50px 0 0; width: 100%; display: flex; align-items: stretch; flex-wrap: wrap; flex-direction: column}
.sub_content .item_list3 li {display: flex; align-items: center; background: #f7f7f7; padding: 50px 50px; border-radius: 10px; line-height: 1.4; margin: 0 0 20px}
.sub_content .item_list3 li .tit img {width: 100px}
.sub_content .item_list3 li .tit {font-size: 20px; font-weight: 600; line-height: 1.2; padding: 0px 40px 0 20px; text-align: center}
.sub_content .item_list3 li .scon {font-size: 16px; padding: 0px 0 0; line-height: 1.8}

.sub_content .item_order {display: flex; justify-content: space-between; align-items: stretch; padding: 50px 0 0 0px; width: 100%}
.sub_content .item_order li {text-align: center; padding: 30px 20px; width: calc(20% - 20px); border: 1px solid #ddd; border-radius: 10px; margin: 0 20px 0 0 }
.sub_content .item_order li .order span {display: flex; justify-content: center; align-items: center; margin: 0 auto; background: #4e66a8; color: #fff; width: 50px; height: 50px; border-radius: 100%; font-weight: 600; }
.sub_content .item_order li .icon {padding: 20px 0 0}
.sub_content .item_order li .icon img {width: 80px}
.sub_content .item_order li .tit {font-size: 20px; font-weight: 600; line-height: 1.2; padding: 20px 0 0}
.sub_content .item_order li .scon {font-size: 16px; padding: 20px 0 0; line-height: 1.4}
.sub_content .item_order li .scon span {font-size: 14px;}
.sub_content .item_order.item4 li {width: calc(25% - 20px)}
.sub_content .item_order.item5 li {width: calc(25% - 20px)}

.item_tbl {display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; margin: 30px 0 0}
.item_tbl li {display: flex; justyfy-content: space-between; align-items: center; width: 100%; margin: 0 0 6px}
.item_tbl li p{border: 1px solid #eee; border-radius: 5px; text-align: center; padding: 15px 0; margin: 0 3px}
.item_tbl li p:nth-child(1) {flex-shrink: 0; width: 150px; background: #f7f7f7}
.item_tbl li p:nth-child(2) {flex-grow: 1;}
.item_tbl li p:nth-child(3) {flex-shrink: 0; width: 400px}
.item_tbl li p:nth-child(4) {flex-shrink: 0; width: 100px}
.item_tbl li:nth-child(1) p{background: #4e66a8; border: 1px solid #4e66a8; font-weight: 400; color: #fff;}

/*약관*/
.agree_box {margin: 50px auto 0; font-weight: 400; border: 1px solid #eee}

@media screen and (max-width: 1200px){
    #content_wrapper .sub_title {height: 400px; background-size: auto 100% }

    #content_wrapper .sub_menu {line-height: 50px;}
    #content_wrapper .sub_menu li {padding: 0 10px; margin: 0 5px}

    .sub_content .tl {font-size: 26px}
    .company_greeting .sec01 .txt p br {display: none}

    .company_info .sec01 {flex-direction: column; padding: 0 10px}
    .company_info .sec01 li {width: 100%;}
    .company_info .sec01 li img {width: 100%;}
    .company_info .sec01 .txt {padding: 30px 0 0}
    .company_info .sec01 .txt p.sign {flex-wrap: wrap; justify-content: center; text-align: center;}
    .company_info .sec01 .txt p.sign span {width: 100%; padding: 20px 0 20px}

    .item_tbl_box {overflow-x: auto; }
    .item_tbl {width: 880px; table-layout: fixed;}
    .item_tbl li p:nth-child(1) {flex-shrink: 0; width: 150px;}
    .item_tbl li p:nth-child(2) {flex-grow: 1;}
    .item_tbl li p:nth-child(3) {flex-shrink: 0; width: 300px}
    .item_tbl li p:nth-child(4) {flex-shrink: 0; width: 100px}

    .branch_title {flex-wrap: wrap;}
    .branch_title li {padding: 16px 0; text-align: center; width: 10%}
}

@media screen and (max-width: 760px){
    
    .txt_blank {padding: 30px 0 0}
    .txt_blank2 {padding: 50px 0 0}
    .sub_content .tit {font-size: 22px}
 
    .txt_table .tbl_a {font-size: 14px;}
    .tbl_a th {padding: 10px}
    .tbl_a td {padding: 10px}

    .h120 {height: auto}

    #content_wrapper .sub_menu {justify-content: flex-start; flex-wrap: wrap;}
    #content_wrapper .sub_title .txt_box h1 {padding:50px 0 0}
    #content_wrapper {margin-top: 0}
    #content_wrapper .sub_title {height: 250px}
    .sub_content_wrap {padding: 70px 0}
	.sub_content .tl {font-size: 24px}
    .sub_content .stl {font-size: 18px;}
    .sub_content .tl2 {font-size: 18px;}
    .sub_content h2 {padding: 0 10px}
    .txt_process {flex-wrap: wrap; justify-content: flex-start; padding: 30px 0}
    .txt_process li {margin: 0 0 20px}
    .txt_process li:nth-child(2n-1) {width: 100px; height: 100px}
    .txt_process li:nth-child(2n) {padding: 0 10px}

    .txt_ex {flex-wrap: wrap; padding: 10px 0; margin-top: 10px;}
    .txt_ex.item5 {padding: 20px 0px}
    .txt_ex.item5 li img {width: 100%;}
    .txt_ex.item6 {padding: 20px 0}
    .txt_ex.item6 li img {width: 100%;}
    .txt_ex.item6 li h1 {padding: 10px 0 0; font-size: 14px !important}
    .txt_ex li {padding: 10px 0}
    .txt_ex.item3 li {width: 100%}
    .txt_ex p {padding: 10px 10px 0}
    .txt_ex2 li {width: 100%}
    .txt_ex2 p {padding: 20px 10px}
    .txt_ex3 {margin-top: 20px; padding: 20px 0px;}
    .txt_ex3 p {padding: 10px; font-size: 16px; width: 100%}

    .txt_define {height: auto; padding: 30px 0; background-repeat: repeat-y;}
    .txt_define h1 {padding: 0px 0 20px; font-size: 24px !important}
    .txt_define p {font-size: 16px; padding: 30px 10px 20px;}
    .txt_define2  {background-repeat: repeat-y;}
    .txt_define2 h1 {padding: 0px 0 20px; font-size: 24px !important}
    .txt_define2 p {font-size: 16px; padding: 30px 10px 20px;}
    .txt_define3  {background-repeat: repeat-y;}
    .txt_define3 h1 {padding: 0px 0 20px; font-size: 24px !important}
    .txt_define3 p {font-size: 16px; padding: 30px 10px 20px;}
    .txt_define4  {background-repeat: repeat-y;}
    .txt_define4 h1 {padding: 0px 0 20px; font-size: 24px !important}
    .txt_define4 p {font-size: 16px; padding: 30px 10px 20px !important;}

    .txt_ul ul {padding: 10px 10px; display: flex; flex-wrap: wrap;}
    .txt_ul ul li:nth-child(1) {width: 100%;}
    .txt_ul ul li:nth-child(1) br {display: none;}
    .txt_ul ul li:nth-child(2) {width: 100%; padding: 10px 0 20px; border: none;}

    .sub_content .ex {font-size: 14px;}
    .sub_content .item_box .item_list li {width: 100%; padding: 0 0 20px}
    .sub_content .item_box .item_list.item4 li {padding: 0 0px 20px !important; width: 100% !important}

    .img_box.item2 > li:nth-child(1) {width: 100%}
    .img_box.item2 > li:nth-child(2) {width: 100%; padding: 0;}
    .img_box img {width: 100%}
    .txt_ex2 p.list2 span {width: 100%}

    .hospital_greeting .sec02 h1 {font-size: 26px;}

    .hospital_doctors .sec01 .txt_box ul {flex-direction: column;}
    .hospital_doctors .sec01 .txt_box ul li {padding: 0px 0px; width: 100%}
    .hospital_doctors .sec01 .txt_box ul li img {width: 100%}
    .hospital_doctors .sec01 .txt_box ul li:nth-child(2) {padding: 20px 20px}
    .hospital_doctors .sec01 .txt_box ul h1 {font-size: 24px; padding-top: 10px;}
    .hospital_doctors .sec01 .txt_box ul p {font-size: 16px; justify-content: flex-start}
    .hospital_doctors .sec01 .txt_box ul p span {width: 100%}
    .hospital_gallery .sec01 {overflow: hidden;}
    .hospital_location .sec01 .b_content_box {flex-direction: column;}
    .hospital_location .sec01 .b_content_box .txt_box {padding: 20px 20px}
    .hospital_location .sec01 .b_content_box .txt_box figure img {width: 30px}
    .hospital_location .sec01 .b_content_box .txt_box h1 {font-size: 26px; padding: 20px 0 0}
    .hospital_location .sec01 .b_content_box .img_box {padding: 20px}
    .hospital_location .sec03 .txt_box {flex-direction: column;}
    .hospital_location .sec03 .txt_box li {width: 100%; padding: 0 0 20px}

    .info_care .tbl_box .txt_table .tbl_a tr th:nth-child(1) {width: 10%}
    .info_care .tbl_box .txt_table .tbl_a tr th:nth-child(2) {width: 65%}

	.company_partners .sec01 li {width: 25%}

    .request_wrap ul {flex-direction: column; padding: 0}
    .request_wrap ul li {width: 100%; padding: 0 0 10px}
    .request_wrap .memo {padding: 0}
    .request_wrap .agreement dl {padding: 20px}

    .sub_content {padding: 0 10px}
    .sub_content h1 {font-size: 28px;}
    .sub_content .tel {flex-direction: column; padding: 30px 0; width: calc(100% - 10px) }
    .sub_content .tel b {padding: 20px 0 0}
    .sub_content .item_box .item_list li .scon {padding: 20px 10px}

    .sub_content .item_box .item_list.item3 li {width: 50%;}
    .sub_content .item_list2.item4 li {width: calc(50% - 20px);}

    .sub_content .item_order {flex-wrap: wrap;}
    .sub_content .item_order li {width: calc(50% - 20px); margin: 0 10px 20px}
    .sub_content .item_order.item4 li {width: calc(50% - 20px); margin: 0 10px 20px}
    .sub_content .item_list3 li {flex-direction: column; padding: 30px 20px; ;}
    .sub_content .item_list3 li .scon {padding: 20px 0 0}
    .sub_content .item_order.item5 li {width: calc(50% - 20px); margin: 0 10px 20px}

    .sub_content .item_box .item_list.item4 li {width: 50%; padding: 0 10px}

    .branch_title li {padding: 16px 0; text-align: center; width: 20%}
    .branch_info .box {flex-direction: column;}
    .branch_info .ex {padding: 20px 10px 0; width: 100%}
}
