@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------
 * Name      :web_layout.css    
 * Desc      :page layout 
 * Created   :
 * Updated   :
 ------------------------------------------------------------ */
body.fixe {overflow:hidden;}
.m_gnb .sub_menu {display:none !important;}
.web_dis {display:block;}
.mb_dis {display:none;}
.search_btn {display:none; position:absolute; right:65px; top:26px;}
img {max-width:100%}
.pc_view {display:block}
.mb_view {display:none}



#header.down {background:#fff; box-shadow:0px 0px 13px rgba(0, 0, 0, 20%);}
.sub_wrap #header.down {box-shadow:none;}
#header.down h1 img {-webkit-filter:none; filter:none;}
.down .w_gnb .gnb > ul > li > a {color:#000;}
.down .top_search > button {color:#000;}
.down .top_search > button img {-webkit-filter:brightness(1) invert(0.9); filter:brightness(1) invert(1);}
.down .top_search:before {background:#000;}
.down .menu_btn a img {-webkit-filter:brightness(1) invert(0.9); filter:brightness(1) invert(1);}
.down .top_menu .tel a {border-color:#303030; color:#303030; font-weight:600;}
.down .top_menu .tel a img {-webkit-filter:brightness(1) invert(1); filter:brightness(1) invert(1);}



/* header */
#header {width:100%; position:fixed; background:rgba(0, 0, 0, 35%); padding:0px 50px; left:0px; top:0px; z-index:9999; box-sizing:border-box; transition:all 0.3s 0s ease-in-out; border-bottom:1px solid rgba(255, 255, 255, 20%);}
.in_header {max-width:1720px; width:100%; height:100px; box-sizing:border-box; margin:0 auto; position:relative; z-index:9;}
#header h1 {position:absolute; left:0px; top:50%; transform:translateY(-50%); -wbkit-transform:translateY(-50%); overflow:hidden; transition:all 0.3s 0s ease-in-out; z-index:10 }
#header h1 img {-webkit-filter:brightness(0) invert(0.9); filter:brightness(0) invert(1);}
#header h1 a {display:flex; color:#fff; font-size:18px; align-items:center; transition:all 0.3s 0s ease-in-out;}
#header h1 a .ico {width:68px}
#header h1 a > strong {padding-left:10px;}
.top_search:before {display:block; content:""; width:1px; height:20px; background:#fff; position:absolute; left:-25px; top:50%; transform:translateY(-50%); opacity:0.4; transition:all 0.3s 0s ease-in-out;}
.top_search {position:absolute; right:45px; top:50%; transform:translateY(-50%);}
.top_menu {display:flex; align-items:center; position:absolute; right:100px; top:50%; transform:translateY(-50%);}
.top_menu > li:not(:first-child):before {display:block; content:""; width:2px; height:2px; border-radius:100%; border-radius:100%; background:#333; position:absolute; left:-1px; top:50%; margin-top:-1px;}
.top_menu > li:not(:first-child) {position:relative; padding-left:10px; margin-left:10px;}
.top_menu > li a {display:block; color:#333; line-height:32px; font-weight:700; font-size:14px;}
.top_menu .tel a {display:flex; color:#fff; height:40px; border-radius:60px; border:1px solid #fff; width:137px; justify-content:center; align-items:center; line-height:1.3em; font-weight:600; font-size:16px; transition:all 0.3s 0s ease-in-out;}
.top_menu .tel a img {margin-right:10px; transition:all 0.3s 0s ease-in-out;}



/* wrap */
#wrap {width:100%; overflow:hidden; margin:0 auto;  transition:all 0.3s 0s ease-in-out;}
#inner_wrap {max-width:100%; margin:0 auto; position:relative; padding-left:50px; padding-right:50px; padding-bottom:100px;}
#inner_wrap:after {clear:both; content:""; display:block;}
#inner_wrap.no_visual {padding-top:70px;}

.inner {max-width:1440px; margin:0 auto;}
.inner:after { clear:both; content:""; display:block;}
.bg_wrap {padding:90px 0px; margin:90px 0px; position:relative;}
.bg_wrap:before {display:block; content:""; background:#f1f1f3; width:100vw; height:100%; position:absolute; left:50%; top:0px; transform:translateX(-50%); z-index:-1}




.m_gnb_on {display:none;  position:absolute; right:10px; top:50%; box-sizing:border-box; transform:translateY(-50%);}
.m_gnb_on .menu_btn {margin:0 auto;}
.menu_btn {position:absolute; right:10px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); box-sizing:border-box; display:block; }
.menu_btn a:before {display:block; content:"menu"; position:absolute; right:100%; top:0px; line-height:20px; color:#fff; font-size:16px; padding-right:10px; font-weight:500; transition:all 0.3s 0s ease-in-out;}






/* GNB */
.w_gnb {padding:0px 280px 0px 300px;}
.w_gnb .gnb {max-width:820px; margin:0 auto; box-sizing:border-box; padding:0px;}
.w_gnb .gnb > ul {display:flex; flex-wrap:wrap; justify-content:space-around}
.w_gnb .gnb > ul > li {text-align:center; flex:auto; padding:0px 5px; vertical-align:top; }

.w_gnb .gnb > ul > li > a {display:block; color:#fff;}
.w_gnb .gnb > ul > li > a > span {display:flex; justify-content:center; align-items:center; box-sizing:border-box; font-size:20px; font-weight:700; height:100px; transition:all 0.2s 0s ease-in-out; position:relative;}

.w_gnb .gnb > ul > li:hover > a > span {}
/*.w_gnb .gnb > ul > li:hover > a:after {display:block; content:""; width:8px; height:8px; border-left:1px solid #333; border-top:1px solid #333; position:absolute; left:50%; top:100%; margin:-4px 0px 0px -4px; background:#fff; transform:rotate(45deg); -webkit-transform:rotate(45deg); z-index:99}*/


.w_gnb .sub_menu {display:none; position:absolute; left:50%; transform:translateX(-50%); width:100%; max-width:1440px; box-sizing:border-box; overflow:hidden; top:100%; padding:25px 0px 25px 255px; box-sizing:border-box; overflow:hidden;}
.w_gnb .sub_menu:after {display:block; content:""; width:1px; height:100%; position:absolute; left:230px; top:0px; background:#ccc; opacity:0.5;}
.w_gnb .sub_menu > li {float:left; width:25%; padding:7px 1%;}
.w_gnb .sub_menu > li > a {display:flex; height:50px; align-items:center; border:1px solid #ccc; border-radius:6px; font-size:16px; color:#000000; font-weight:600; padding-left:20px; transition:all 0.2s 0s ease-in-out;}
.w_gnb .sub_menu > li > a:hover {color:#fff; background:#8dc33e; border-color:#8dc33e;}


/*
.w_gnb .sub_menu  {position:absolute; left:50%; width:140%; transform:translateX(-50%);padding-top:20px; box-sizing:border-box; overflow:hidden; top:100%; display:none; padding-bottom:20px;}
.w_gnb .sub_menu > li {padding:5px 0px 5px 0; letter-spacing:-0.5px;}
.w_gnb .sub_menu > li > a {display:block; font-size:15px; text-align:center; color:#cccccc; font-weight:400; padding:3px 0px;  line-height:18px;}
.w_gnb .sub_menu > li > a:hover {color:#fff; text-decoration:underline;}
*/


.gnb08 {display:none !important;}
.gnb09 {display:none !important;}
.w_gnb .m_gnb_on {position:absolute; right:0px; top:-1px; padding:21px; background:#2d3749}
#gnb_bar {border-top:1px solid #ccc;position:absolute; display:none; left:0%; top:100%; width:100%; background:#fff; box-shadow:0px 2px 5px rgba(0, 0, 0, 10%)}
.gnb_bar_in {max-width:1440px; margin:0 auto; box-sizing:border-box; padding-left:360px; position:relative;}
.gnb_bar_in > span {font-size:32px; color:#000000; line-height:140%; position:absolute; left:0px; top:30px; height:100%; display:flex; z-index:9; font-weight:700; cursor:default}
.gnb_bar_in .txt_s {font-size:16px; color:#343434; line-height:140%; position:absolute; left:30px; top:105px; z-index:9; font-weight:300}
.gnb_bar_in .sub_menu {display:block !important; }




.slide_menu_wrap {width:80%; max-width:510px; box-sizing:border-box; height:100%;  z-index:998; position:fixed; right:-90%; top:0px; bottom:0px; box-shadow:-1px 0px 5px rgb(0, 0, 0, 0.25); }
.slide_menu_wrap:after {display:block; content:""; width:0%; height:100%; background:#000; position:fixed; left:0%; top:0px; opacity:0.2;  transition:all 0.3s 0s ease-in-out;}
.slide_menu_wrap.on:after {width:100%}
.slide_menu_inner {height:100%; padding-top:70px; background:#fff; box-sizing:border-box; overflow-y:auto; overflow-x:inherit; -webkit-overflow-scrolling:touch; z-index:2; position:relative;}

.slide_menu_wrap .m_gnb_on {display:none !important}
.slide_menu_wrap .top_menu_wrap {text-align:center; position:relative; right:auto; top:auto; display:block; transform:none;}
.slide_menu_wrap .top_menu_wrap > .top_menu > li svg .white {fill:#333}
.slide_menu_wrap .top_menu {padding:0px; background:#333;}
.slide_menu_wrap .top_menu > li a .lang {background:url(../img/common/ico_lang.png) no-repeat left center !important;  background-size:14px auto; color:#fff; font-weight:600;}
.slide_menu_wrap .top_menu > li:nth-child(2):before {display:block;}
.slide_menu_wrap .top_menu > li:before {background:#fff !important;}
.slide_menu_wrap .top_menu {transform:none; margin-bottom:5px; right:auto; top:auto; position:relative; display:flex;}
.slide_menu_wrap .top_menu > li {width:50%; box-sizing:border-box; float:none; padding:0px; text-align:center; margin:0px;}
.slide_menu_wrap .top_menu > li > a {background:none !important; color:#fff; display:flex; height:40px;justify-content:center; align-items:center; font-size:13px; font-weight:400; padding:0px;}
.slide_menu_wrap .top_menu > li > a img {opacity:1 !important}
.slide_menu_wrap .top_menu > li > a img.pa {display:none;}
.slide_menu_wrap .in_header {background:url(../img/common/logo2.png) no-repeat 40% center; height:95px; padding:0px; background-size:50% auto;}

.slide_menu_wrap .gnb > ul {overflow:hidden;}
.slide_menu_wrap .gnb > ul > li {border-bottom:1px solid #e2e2e2; transform:translateX(30%); -webkit-transform:translateX(30%); transition:all 0.8s 0s ease-in-out; -webkit-transition:all 0.8s 0s ease-in-out;}
.slide_menu_wrap .gnb > ul > li > a {display:block; line-height:60px; font-size:18px; font-weight:600; color:#333; padding-left:50px; background:#fff;} 
.slide_menu_wrap .gnb > ul > li:hover > a {background:linear-gradient(-45deg, #58c42d, #00952f); color:#fff;}
.slide_menu_wrap .gnb > ul > li > a.on {background:linear-gradient(-45deg, #58c42d, #00952f); color:#fff; } 
.slide_menu_wrap .gnb .sub_menu {background:#fff; display:none; padding:10px 0px;}
.slide_menu_wrap .gnb .sub_menu > li {border-top:1px solid #eee;} 
.slide_menu_wrap .gnb .sub_menu > li:first-child {border-top:none;} 
.slide_menu_wrap .gnb .sub_menu > li > a {display:block; line-height:23px; padding:10px 0px 10px 50px; font-size:15px; color:#333; transition:all 0.3s 0s ease-in-out; -webkit-transition:all 0.3s 0s ease-in-out; font-weight:500;} 
.slide_menu_wrap .gnb .sub_menu > li > a:hover {padding-left:55px; } 

.slide_menu_wrap .gnb .three_depth > li {padding:0px 0px 0px 55px; } 
.slide_menu_wrap .gnb .three_depth > li > a {display:block; line-height:130%; padding:5px 0px 5px 10px; font-size:14px; color:#d62a6a; transition:all 0.3s 0s ease-in-out; -webkit-transition:all 0.3s 0s ease-in-out; position:relative;} 
.slide_menu_wrap .gnb .three_depth > li > a:before {display:block; content:""; width:5px; height:1px; background:#d62a6a; position:absolute; left:0px; top:50%;} 
.slide_menu_wrap .gnb .three_depth > li > a:hover {margin-left:5px;} 

.slide_menu_wrap.on .gnb > ul > li {transform:translateX(0%); -webkit-transform:translateX(0%); transition:all 0.8s 0s ease-in-out; -webkit-transition:all 0.8s 0s ease-in-out;}



/* visual */
#section1 { padding:0px;}

.main_visual {width:100%; overflow:hidden; position:relative;}
.main_visual:after {display:block; content:""; width:200px; height:190px; position:absolute; right:5%; top:140px; background:url(../img/main/mark.png) no-repeat center center/cover; z-index:98}

.main_visual .bxslider > li {background-size:cover !important}
.main_visual .bxslider > li .bg_img {display:block; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); width:1920px; height:980px; }
.main_visual .bxslider > li.active .bg_img {transform:scale(1.05) translate(-50%, -50%); transform-origin:center center; transition:all 3s 0s ease-in-out; }
.main_visual .bxslider > li.active .visual_txt {margin-top:-50px; opacity:1; transition:all 0.8s 0s ease-in-out; }
.main_visual .v_frame {display:flex; align-items:center; padding:0px 50px; height:980px; width:100%; text-align:center; max-width:1440px; margin:0 auto; position:relative;}
.main_visual .v_frame .visual_txt {opacity:1; font-size:24px; line-height:1.4em; font-weight:100; color:#fff; padding-bottom:100px; width:100%; text-align:center}
.main_visual .v_frame .visual_txt .txt_a {font-weight:300; font-size:3em; line-height:1.3em; padding-bottom:20px; }
.main_visual .v_frame .visual_txt .txt_b {line-height:1.4em;}
.main_visual .v_frame .visual_txt strong {font-weight:800;}



.main_visual .v_bt {width:20px; height:20px; box-sizing:border-box; z-index:99;}
.main_visual .v_bt > a {display:block; font-weight:100; text-align:center;  box-sizing:border-box;}
.main_visual .stop {margin-left:10px;}
.main_visual .stop a {display:block; color:#000; line-height:100%; font-size:1px; text-indent:-99999px; text-align:center; width:20px; height:20px;}
.main_visual .stop a.active {display:none;}
.main_visual .stop .bx-stop {background:url(../img/common/stop.png) no-repeat center center}
.main_visual .stop .bx-start {background:url(../img/common/play.png) no-repeat center center}


.main_visual #board_l1 {margin-right:15px;}
.main_visual #board_r1 {margin-left:15px;}


.visual_counter_wrap {width:100%; position:absolute; left:0%; bottom:310px; z-index:98;}
.visual_counter_wrap .visual_counter {position:relative; padding:0px 50px; display:flex; justify-content:center; align-items:center;}
.main_visual #visual_counter {z-index:98; min-width:65px; text-align:center; color:#fff; font-size:18px; font-weight:600; letter-spacing:0px;}


.main_visual .bx-controls {text-align:center; position:absolute; left:50%; transform:translateX(-50%); bottom:0%; width:100%; max-width:1440px; box-sizing:border-box; z-index:99;}



.main_visual .scroll_ico {position:absolute; width:100px; transform:translateX(-50%); -webkit-transform:translateX(-50%); left:50%; bottom:5%; z-index:97}
.main_visual .scroll_ico > a {cursor:default; display:block; width:100%; text-align:center; font-size:15px; color:#fff; font-weight:600; padding:50px 0px 35px 0px; background:url(../img/main/ico_scroll.png) no-repeat center top; position:relative;}
.main_visual .scroll_ico .arrow {display:block; width:14px; height:14px; border-top:1px solid #fff; border-right:1px solid #fff; transform:rotate(136deg) translateX(-50%); opacity:0.8; position:absolute; left:50%; bottom:0px; -webkit-transform:rotate(136deg) translateX(-50%); transform-origin:0px}
.main_visual .scroll_ico .arrow2 {bottom:0px;}
.main_visual .scroll_ico .arrow1 {animation:mv1 0.7s ease-in-out 0.7s infinite;}


 @keyframes mv1 {
     0%{opacity:1; bottom:0px;} 
    40%{opacity:1; bottom:-8px;} 
     100%{opacity:1; bottom:0px;} 
}



/* section */
.section {padding:90px 50px; font-size:18px; line-height:140%; word-break:keep-all}


@media (hover:none) {
    .hover:hover .ico_circle {background:#007dc6;}
}

.more {position:absolute; right:0px; top:0px;}
.more > a {display:flex; color:#000; font-weight:600; font-size:15px; align-items:center;}
.more > a > span {display:flex; width:40px; height:40px; justify-content:center; align-items:center; margin-left:10px; background:#fff; color:#000; border:1px solid #ccc; position:relative}
.more > a > span:after {display:block; content:""; width:12px; height:2px; background:#000; position:absolute; left:50%; top:50%; margin-left:-6px; margin-top:-1px; transition:all 0.5s;}
.more > a > span:before {display:block; content:""; width:2px; height:12px; background:#000; position:absolute; left:50%; top:50%; margin-top:-6px; margin-left:-1px; transition:all 0.5s;}
.more > a > span:hover:after {transform:rotate(90deg);}
.more > a > span:hover:before {transform:rotate(90deg);}


.m_tit_wrap {text-align:center; padding:50px 0px 25px 0px; position:relative;}
.m_tit_wrap .dec {font-size:1.444em; line-height:1.4em; font-weight:400; padding-bottom:10px;}
.m_tit {padding:0px 0px 15px 0px; color:#000000; font-size:46px; line-height:120%; font-weight:800; letter-spacing:-0.5px; }
.m_tit_txt {margin:0px 0px 0px 0px; word-break:keep-all; color:#666666; font-weight:400; line-height:1.4em;}


#section2 .m_tit {font-size:62px; line-height:1.4em;}
#section2 .dec {display:inline-flex; height:30px; color:#fff; padding:0px 10px; font-weight:600; background:#8dc33e; align-items:center;}


.main_quick {display:flex;justify-content:center; padding-top:60px;}
.main_quick > li {padding:10px; width:20%;}
.main_quick .box {position:relative; overflow:hidden; padding-bottom:100%; border:1px solid #eee; border-radius:100%;}
.main_quick .box > div {position:absolute; left:0px; top:0px; width:100%; height:100%; justify-content:center; align-items:center; display:flex; flex-direction:column;}
.main_quick .ico {padding:10px 20px; text-align:center;}

.main_quick .txt {font-size:26px; line-height:1.3em; color:#303030; font-weight:400;}
.main_quick .txt > strong {font-size:2.769em; line-height:1em; color:#3fba5d; font-weight:800;}


#section3 {background:url(../img/main/bg_section3.jpg) no-repeat center top/cover; min-height:800px; color:#fff;}
.main_banner .m_tit {color:#fff;}
.main_banner .tab {padding:50px 20px 0px 0px; display:flex; flex-wrap:wrap; width:50%; max-width:650px;}
.main_banner .tab > li {width:33.3333%; margin-top:-1px;}
.main_banner .tab > li:nth-child(3n+1) a {border-left-color:rgba(255, 255, 255, 50%);}
.main_banner .tab > li a {display:flex; justify-content:center; align-items:center; color:#fff; height:60px; font-size:16px; line-height:1.3em; font-weight:500; border:1px solid rgba(255, 255, 255, 50%); border-left-color:transparent; text-align:center}
.main_banner .tab > li a.on {background:#8dc33e; border-color:#8dc33e}

.m_banner > div {display:flex; flex-wrap:wrap; justify-content:space-between; padding-top:50px;}
.m_banner > div > dl {width:50%; font-weight:300; max-width:660px; padding-right:30px; padding-left:70px; position:relative;}
.m_banner > div > dl .ico {position:absolute; left:0px; top:0px; display:block;}
.m_banner > div > dl dt {font-size:32px; line-height:1.4em; font-weight:700; padding:5px 0px 10px 0px;}
.m_banner > div > dl .bul01 {padding-top:20px;}
.m_banner > div > dl .bul01 > li:after {background:#fff;}
.m_banner > div > dl .bt {margin-top:30px; }
.m_banner > div > dl .bt a {display:inline-flex; height:40px; align-items:center; color:#fff; font-weight:600;}
.m_banner > div > dl .bt a > span {display:flex; width:40px; height:40px; justify-content:flex-start; align-items:center; border-radius:100%; overflow:hidden; background:#8dc33e; margin-left:10px;}
.m_banner > div .img {width:50%; margin-top:-170px}

#section4 .more {top:20px;}

.doctor_wrap {position:relative}
.doctor_wrap .list {margin:0px -10px; margin-top:30px; display:flex; flex-wrap:wrap; justify-content:space-between}
.doctor_wrap .list > li {width:33.333%; padding:10px; max-width:470px;}
.doctor_wrap .list .pic {display:block; overflow:hidden; border-radius:10px;}
.doctor_wrap .list .name {text-align:center; padding-top:30px; font-size:16px; line-height:1.3em; font-weight:600; color:#9a9a9a;}
.doctor_wrap .list .name > strong {font-weight:800; font-size:1.875em; color:#000; line-height:1.3em;}

#section5 {background:url(../img/main/banner.jpg) no-repeat center center/cover; max-width:1719px; margin:0 auto; padding:0px; position:relative} 
#section5:after {display:block; content:""; width:100%; height:100%; background:#fff; position:absolute; right:0px; top:0px;}
#section5.on:after {width:0%;  transition:all 1s 0s ease-in-out; }
#section5:before {display:block; content:""; z-index:3; width:100%; height:100%; background:#fff; position:absolute; left:0px; top:0px;}
#section5.on:before {width:0px; transition:all 1s 0s ease-in-out; }

.today_menu {padding:0px 10px;}
.today_menu > a {height:327px; padding-right:50px; display:flex; flex-direction:column; color:#fff; justify-content:center; position:relative}
.today_menu > a .m_tit {color:#fff;}
.today_menu > a .m_tit_txt {color:#fff;}
.today_menu > a .arrow {display:flex; width:40px; height:40px; justify-content:flex-start; align-items:center; border-radius:100%; overflow:hidden; background:#fff; margin-left:10px; position:absolute; right:0px; top:50%; transform:translateY(-50%);}
.today_menu > a .arrow img {-webkit-filter:brightness(0) invert(0); filter:brightness(0) invert(0);}

.news_top {display:flex; flex-wrap:wrap; align-items:center; padding-bottom:25px;}
.news_top h3 {font-size:26px; font-weight:700; margin-right:10px; line-height:1.3em; display:flex; flex-wrap:wrap}
.news_top .tab {display:flex; width:100%; max-width:240px; }
.news_top .tab > li {width:50%; padding:2px}
.news_top .tab > li a {background:#e1e1e1; display:flex; height:31px; align-items:center; font-size:15px; color:#9a9a9a; font-weight:500; border-radius:30px; justify-content:center;}
.news_top .tab > li a.on {background:#8dc33e; color:#fff;}


.main_news {display:flex; flex-wrap:wrap;}
.main_news > li {width:33.3333%; box-sizing:border-box;}
.main_news .box {border:1px solid #dddddd; border-left:1px solid transparent; color:#333; padding:10% 7%; box-sizing:border-box; display:block; position:relative;  transition:all 0.3s 0s ease-in-out; }
.main_news > li:first-child .box {border-left:1px solid #ddd;}
.main_news .box:hover {border-color:#8dc33e !important;}
.main_news .box:hover .detail {background:#3fba5d; color:#fff; border-color:#3fba5d}


.main_news .box .txt_t {overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; font-weight:700; line-height:1.4em; max-height:2.8em; color:#333333; font-size:1.33em; margin-bottom:20px;}
.main_news .box .date {min-height:65px; color:#999999; font-weight:500; font-size:16px;}
.main_news .box .new {margin-left:10px; display:inline-flex; vertical-align:middle; justify-content:center; align-items:center; width:26px; height:26px; border-radius:100%; background:#8dc33e; color:#fff; font-weight:600; font-size:14px;}
.main_news .box .detail {margin-top:auto; display:flex; width:88px; height:31px; justify-content:center; align-items:center; box-sizing:border-box; border:1px solid #3fba5d; background:#fff; color:#3fba5d; font-weight:500; border-radius:60px; font-size:12px; transition:all 0.3s 0s ease-in-out; padding-top:2px;}

#section7 {background:#e4eaf2}
#section7 .m_tit {font-size:32px;}

.inputArea_wrap {display:flex; flex-wrap:wrap; margin:0px -10px;}
.inputArea_wrap .inputArea {width:50%; padding:0px 10px; display:flex; flex-direction:column}
.inputArea_wrap .inputArea > li {}
.inputArea_wrap .inputArea .bt {margin-top:auto}
.inputArea_wrap .inputArea .bt a {display:flex; height:65px; border-radius:6px; background:#3fba5d; font-size:18px; color:#fff; font-weight:700; justify-content:center; align-items:center;}
.inputArea_wrap .inputArea .check {margin-top:10px; color:#999999; font-size:16px;}
.inputArea_wrap .area_wrap {display:flex; flex-wrap:wrap; margin:0px -4px;}
.inputArea_wrap .area_wrap .area {padding:0px 4px;}
.inputArea_wrap .area {margin-top:10px; flex:1;}
.inputArea_wrap .area .input {min-height:55px; line-height:55px; width:100%; border-radius:4px; border:none; }
.inputArea_wrap .area .select {min-height:55px; line-height:55px; width:100%; border-radius:4px; border:none; }
.inputArea_wrap .area .textarea {border-radius:4px; border-radius:4px;border:none; }

#section8 {padding:0px;}

.main_help_desk {display:-webkit-box; display:flex; flex-wrap:wrap; background:#93c648; color:#000; font-weight:300; font-size:18px; line-height:1.4em;}
.main_help_desk .box {width:50%; box-sizing:border-box;}
.main_help_desk .box_in {box-sizing:border-box;}
.main_help_desk .customer {color:#fff; height:100%; max-width:700px; display:flex; flex-wrap:wrap; align-content:center; margin-left:auto; padding-right:20px; padding-left:10px; padding-top:50px; box-sizing:border-box;}
.main_help_desk .customer > div {width:100%;}

.main_help_desk .customer .box_tel .m_tit {text-align:left; text-transform:uppercase; padding-bottom:5px; color:#fff; font-size:36px;}
.main_help_desk .customer .box_tel .txt {font-size:1.05em; font-weight:400;}
.main_help_desk .customer .box_tel .tel {color:#924090; font-size:42px; line-height:130%; font-weight:600; padding-top:20px;}
.main_help_desk .customer .btn {width:100%; display:flex; flex-wrap:wrap; margin:50px -10px 40px -10px; max-width:630px;}
.main_help_desk .customer .btn > li {width:50%; padding:10px;}
.main_help_desk .customer .btn > li > a {display:flex; height:78px; background:#fff; border-radius:6px; justify-content:center; align-items:center; color:#3fba5d; line-height:1.3em; font-weight:600; font-size:18px; position:relative;}
.main_help_desk .customer .btn > li > a:after {content:''; width:8px; height:8px; border-top:3px solid #3fba5d; border-right:3px solid #3fba5d; display:block; transform:rotate(45deg); position:absolute; right:7%; top:50%; margin-top:-5px;}
.main_help_desk .customer .btn > li > a img {margin-right:10px; vertical-align:middle}
.main_help_desk .box_time {margin-top:40px;}
.main_help_desk .box_time h4 {display:flex; width:119px; height:33px; background:#fff; border-radius:60px;  color:#3fba5d; font-size:18px; justify-content:center; align-items:center; font-weight:700;}

.main_help_desk .box_time > ul.tel {font-size:1.7em; line-height:1.3em;}
.main_help_desk .box_time > ul {padding:10px 0px; display:flex; flex-wrap:wrap; margin:0px -16px; font-size:1.22em; line-height:1.3em; font-weight:700;}

.main_help_desk .box_time > ul > li {padding:0px 16px; position:relative;}
.main_help_desk .box_time > ul > li:not(:last-child):after {display:block; content:""; width:1px; height:18px; background:#fff; opacity:0.5; position:absolute; right:0px; top:50%; transform:translateY(-50%);}
.main_help_desk .box_time .txt_W {padding:0px; display:flex; flex-wrap:wrap; margin:0px -16px;}
.main_help_desk .box_time .txt_W .txt {padding:0px 16px; position:relative;}


.main_help_desk .box_time .small {color:#333; padding-top:5px; font-size:0.8em;}


.main_help_desk .map_wrap {height:100%; border:none; margin:0px;}
.main_help_desk .map_wrap > div {width:calc(100% + 2px) !important; height:calc(100% + 2px) !important;}
.main_help_desk .map_wrap > div .wrap_map {width:100% !important; height:100% !important; margin:-1px;}
.main_help_desk .map_address {padding-left:40px; background:url(../img/main/ico_map.png) no-repeat left top; font-size:1.2em; line-height:140%; font-weight:400; min-height:33px; margin:0px; margin-top:20px; }




a.main_bt {display:inline-flex; min-width:185px; height:50px; background:#0083cb; padding:15px 0px; box-sizing:border-box; border-radius:6px; justify-content:space-between; align-items:center; font-size:15px; font-weight:400; position:relative; overflow:hidden}

a.main_bt .txt {flex:1; color:#fff; text-align:center; z-index:2;  transition:all 0.3s 0s ease-in-out; }
a.main_bt .plus {width:50px; border-left:1px solid #4da8db; display:flex; justify-content:center; align-items:center; font-size:20px; color:#80c1e5; font-weight:800; z-index:2}


a.over:after {display:block; content:""; position:absolute; top:0; left:-20px; z-index:1; width:120%; height:100%; border-radius:6px; background:#de4449; transform:scaleX(0); transform-origin:right; transition:transform .6s cubic-bezier(.785,.135,.15,.86);}
a.over:hover:after {transform:scaleX(1); transform-origin:left;}
a.over:hover .txt {opacity:0.7;}

a.line_bt {display:inline-flex; min-width:185px; color:#fff; height:50px; border:1px solid #fff; padding:15px 0px; box-sizing:border-box; border-radius:6px; justify-content:center; align-items:center; font-size:15px; font-weight:400; position:relative; overflow:hidden; transition:all 0.3s 0s ease-in-out;}
a.line_bt:hover {border-color:rgba(255, 255, 255, 50%)}

a.line_bt.over:after {top:0; left:-20px; z-index:-1; border-radius:6px; background:#000; transform:scaleX(0); transform-origin:right; transition:transform .6s cubic-bezier(.785,.135,.15,.86); opacity:0.7;}
a.over:hover:after {transform:scaleX(1); transform-origin:left;}

.quick {position:fixed; right:10px; bottom:15px; z-index:99}
.quick > li:not(:first-child) {margin-top:5px;}
.quick > li > a {position:relative; display:block;}
.quick > li > a .label {display:flex; justify-content:center; height:22px; border:1px solid #cdcdcd; border-radius:4px; background:#fff; align-items:center; font-size:12px; color:#719b32; font-weight:600; min-width:70px; position:absolute; text-align:center; line-height:22px; right:100%; top:50%; transform:translateY(-50%); margin-right:8px;}
.quick > li > a .label:after {display:block; content:""; width:5px; height:100%; background:url(../img/common/q_arrow.png) no-repeat left center; position:absolute; left:100%; top:0%; }

/* footer */
#footerW {clear:both; background:#e4eaf2; padding:0px 50px; box-sizing:border-box; margin:0 auto; position:relative;}
#footerW.z_over {z-index:101; position:relative;}
#footer_navi {display:flex; flex-wrap:wrap; height:80px; justify-content:space-between; position:relative}
#footer_navi:after {display:block; content:""; width:100vw; height:1px; background:#fff; position:absolute; left:50%; top:100%; transform:translateX(-50%);}

#footer_navi > ul {display:flex; flex-wrap:wrap; margin:0px -13px; align-items:center;}
#footer_navi .navi > li {padding:0px 13px; position:relative;}
#footer_navi .navi > li:not(:first-child):after {display:block; content:""; width:1px; height:14px; background:#ccc; position:absolute; left:0px; top:50%; margin-top:-7px;}
#footer_navi .navi > li a {display:block; font-size:16px; color:#333333; font-weight:600; line-height:1.3em; }
#footer_navi .sel_box {margin:0px -5px; width:50%; max-width:700px;}
#footer_navi .sel_box > li {padding:0px 5px; width:33.333%;}
#footer_navi .sel_box > li select {height:50px; width:100%; font-size:16px; color:#333; font-weight:600;}


#footer { position:relative; max-width:1720px; margin:0 auto; }
#footer .go_top {position:absolute; right:0px; bottom:99%; z-index:99}
#footer .go_top > a {}




#footer .addressW { padding:45px 90px 45px 345px; box-sizing:border-box; position:relative; font-size:16px; color:#303030; line-height:1.4em; font-weight:500; background:url(../img/common/f_logo.png) no-repeat left 40px; }
#footer .addressW a {color:#303030}
#footer .addressW address {margin-left:-10px; line-height:150%;}
#footer .addressW address span {display:inline-block; vertical-align:middle; padding:2px 10px;}
#footer .addressW address .line {width:1px; height:14px; background:#6f737f; opacity:0.5; padding:0px;}

#footerW .copy {padding:20px 0px; color:#303030; z-index:1; font-size:16px; position:relative;}



#footerW.z_over {z-index:101; position:relative;}
#footerW .familySite {position:absolute; z-index:109; right:0px; top:50px;}
#footerW .familySite ul.show {display:block;}
#footerW .familySite ul {position:absolute; right:0px; bottom:100%; display:none; background:#363636; width:100%; border-top:1px solid #6c6f78;}
#footerW .familySite ul li {min-height:43px; border:1px solid #6c6f78; border-top:none; line-height:43px; font-size:13px; }
#footerW .familySite ul li:last-child {border-bottom:1px solid #6c6f78; }
#footerW .familySite ul li a {display:block; text-align:left; color:#fff; padding-left:17px; font-weight:300;}
#footerW .familySite ul li a:hover {color:#c0c2c5; background:#272727}
#footerW .familySite p.on {width:250px; text-align:left; border:1px solid #cccccc; color:#fff; cursor:pointer; font-size:16px; display:flex; align-items:center; height:47px; padding:2px 32px 2px 17px; box-sizing:border-box; font-weight:400;}
#footerW .familySite p.on:after {display:block; content:""; border-bottom:7px solid #fff; border-left:6px solid transparent; border-right:6px solid transparent; position:absolute; right:20px; top:50%; transform:translateY(-50%)}



#content {width:100%; max-width:1440px; margin:0 auto; padding:30px 0px;}
#content:after {clear:both; content:""; display:block;}



.sub_visual {width:100%; box-sizing:border-box; overflow:hidden; position:relative; background-size:cover !important;}
.sub_visual .pa_img {position:absolute; right:0px; bottom:0px; max-width:50vw}
/*
.sub_visual:before {display:block; content:""; width:246px; height:296px; background:url(../img/common/sub_visual_bg01.png) no-repeat left top; position:absolute; left:50%; bottom:0px; margin-left:-960px;}
.sub_visual:after {display:block; content:""; width:432px; height:254px; background:url(../img/common/sub_visual_bg02.png) no-repeat left top; position:absolute; left:50%; bottom:0px; margin-left:460px;}
*/
.sub_visual .sub_txt {text-align:center; display:flex; flex-direction:column; justify-content:center; align-items:center; height:500px;  color:#fff; font-size:36px; line-height:1.4em; position:relative; z-index:2} 
.sub_visual .sub_txt > h2 {padding-bottom:10px; padding-top:5%;} 
.sub_visual .location_wrap {padding-top:4%;} 




.sub_wrap_1 .sub_visual {background:url(../img/introduce/sub_visual.jpg) no-repeat center top/cover;}
.sub_wrap_2 .sub_visual {background:url(../img/guide/sub_visual.jpg) no-repeat center top/cover;}
.sub_wrap_3 .sub_visual {background:url(../img/treatment/sub_visual.jpg) no-repeat center top/cover;}
.sub_wrap_4 .sub_visual {background:url(../img/menu/sub_visual.jpg) no-repeat center top/cover;}
.sub_wrap_5 .sub_visual {background:url(../img/community/sub_visual.jpg) no-repeat center top/cover;}




.sub_wrap {opacity:0;}


.sub_wrap #header.down {top:-100px;}

.sub_wrap.up #header {top:0px !important; transition:all 0.3s;}




#sub_tit {font-size:62px; font-weight:700; line-height:1.2em;}
#sub_tit .txt_s {font-size:36px; display:inline-block;}

.lnb_position {position:relative; height:60px; background:#fff;}
#m_lnb {display:none;}
#lnb_wrap {position:absolute; z-index:99; word-break:keep-all; box-shadow:none; box-sizing:border-box; max-width:1440px; margin:0 auto; left:50%; top:-35px; transform:translateX(-50%); width:100%; }

#lnb_wrap .lnbs1 {display:none;}

#lnb_wrap .lnb {display:flex; margin:0 auto; box-sizing:border-box; position:relative; z-index:9; left:50%; transform:translateX(-50%); transition:all 0.3s; background:#fff; box-shadow:0 6px 10px rgb(0 0 0 / 9%);}
/*#lnb_wrap .lnb:before {display:block; content:""; width:300%; height:100%; border:1px solid #005e9c; box-sizing:border-box; border-left:none; border-right:none; left:50%; transform:translateX(-50%); position:absolute; background:#005e9c; z-index:-1;}*/
#lnb_wrap .lnb .lnbs { width:50%; max-width:240px; box-sizing:border-box; border-right:1px solid #b4de77; position:relative;}
#lnb_wrap .lnb .lnbs .copy_menu { position:absolute; left:0px; top:calc(100% + 0px); top:-webkit-calc(100% + 0px); width:100%; border-left:1px solid #e2e2e2;  border-right:1px solid #e2e2e2;  border-top:1px solid #e2e2e2; display:none; background:#fff;}
#lnb_wrap .lnb .lnbs .sub_menu {display:none !important;}

#lnb_wrap .ico_home {display:none;}
#lnb_wrap .ico_home a {display:block; width:60px; height:100%; text-indent:-1000px; font-size:0px; background:url(../img/common/ico_home.png) no-repeat center center #00aa53 ;}
.lnb ul li {color:#666666; display:block; padding:0px; margin-top:0px;}
.lnb .three_depth {padding:10px;}
.lnb ul li a {color:#666; font-size:15px; display:block; line-height:130%; min-height:30px; height:auto; padding:15px 0px 15px 20px; border-bottom:1px solid #e2e2e2; box-sizing:border-box; text-align:left; border-top:none; font-weight:500;}
.lnb ul li a:hover {color:#000;}
.lnb .three_depth {border:none;}
.lnb ul li .three_depth a {padding:6px 15px; border:none; font-size:13px;}

.lnbs2 ul li.on a {border-radius:0px; }

#lnb_wrap .lnb .lnbs2 {display:none;}
#lnb_wrap .lnbs3 {width:100%; margin:0 auto;}
#lnb_wrap .lnbs3 > ul {display:flex; flex-wrap:wrap;}
#lnb_wrap .lnbs3 > ul > li {position:relative; flex:1; height:75px; padding:0px 10px; display:flex; justify-content:center; align-items:center;}
#lnb_wrap .lnbs3 > ul > li:before {display:block; content:""; width:1px; height:20px; background:#dbdbdb; position:absolute; left:0px; top:50%; transform:translateY(-50%);}
#lnb_wrap .lnbs3 > ul > li:first-child:before {display:none;}

#lnb_wrap .lnbs3 > ul > li:first-child > a {border:none;}
#lnb_wrap .lnbs3 > ul > li > a {display:flex; justify-content:center; align-items:center; text-align:center; height:50px; box-sizing:border-box; color:#fff; font-weight:600; padding:0px 10px; width:100%; font-size:18px; border:none; position:relative; color:#999999; background:#fff;}
#lnb_wrap .lnbs3 > ul > li.on > a {font-weight:600; background:#8dc33e; max-width:230px; border-radius:60px; color:#fff;}



#lnb_wrap.fixed {transform:none;}
#lnb_wrap.fixed .lnb {position:fixed; top:0px; width:100%; max-width:1820px; left:50%; transform:translateX(-50%); background:#fff;}


.up #lnb_wrap.fixed .lnb {top:100px;}

.drop.on .four_depth {display:block;}
.four_depth {background:#ececec; border-bottom:1px solid #e2e2e2 ; display:none;}
.lnb .four_depth li a {color:#333 !important; font-size:12px; line-height:18px; min-height:18px; height:auto; padding:10px 0px 10px 30px; background:#f4f4f4 !important; border:none !important; position:relative;}
.lnb .four_depth li a:before {display:block; content:""; width:5px; height:1px; background:#333; position:absolute; left:20px; top:50%;}
.lnb .four_depth li.on a {color:#55b664  !important;}
.lnb .four_depth li.on a:before {background:#55b664;}
.lnbs3 ul li.drop > a {position:relative;}
.drop > a:before {display:block; content:""; width:11px; height:1px; background:#999; position:absolute; right:0%; top:50%; margin:0px 10px 0px 0px;}
.drop > a:after {display:block; content:""; width:1px; height:11px; background:#999; position:absolute; right:0%; top:50%; margin:-5px 15px 0px 0px;}
.drop.on > a:before {background:#fff;}
.drop.on > a:after {background:#fff;}

.drop > a.on:after {display:none;}



.lnb_tit, a.lnb_tit {font-size:16px; display:block; box-sizing:border-box; padding-left:20px; color:#fff; line-height:60px; height:60px; cursor:pointer; padding-right:20px; font-weight:600; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
.lnb_tit:after {display:block; content:""; position:absolute; right:20px; top:50%; transform:translateY(-50%); width:0; height:0;border-top:7px solid #fff; border-left:5px solid transparent; border-right:5px solid transparent; transition:all 0.2s 0s ease-in-out;}
.lnb_tit.on:after {transform:rotate(-180deg); margin-top:-5px}


#lnb_menu .three_depth {display:none;}




.title_bar {max-width:1440px; margin:0px auto 70px auto; padding-top:60px; position:relative;}
/*.title_bar:after {display:block; content:""; width:331px; height:167px; background:url(../img/introduce/01_img01.jpg) no-repeat 50% top/cover; position:absolute; right:50%; top:30px; margin-right:370px;}*/
.title_bar h2 {font-size:42px; text-align:center; font-weight:800; color:#333333; line-height:1.3em; transition:all 0.2s 0s ease-in-out;}

.title_bar .s_txt {font-size:20px; text-align:center; color:#333333; padding-top:10px; line-height:140%; font-weight:300; word-break:keep-all}
.big_tit {font-size:46px; color:#000000; line-height:100%; transition:all 0.2s 0s ease-in-out; font-weight:700; padding:40px 0px 30px 0px;}


.location {position:relative; text-align:center; margin:0 auto; line-height:40px; height:40px; font-size:16px;}
.location span {display:inline-block; zoom:1; *display:inline; margin-left:14px; color:#fff; font-weight:300;}
.location > span:after {display:block; content:""; width:6px; height:6px; border-top:2px solid #fff; border-right:2px solid #fff; display:inline-block; transform:rotate(45deg); margin-left:14px; margin-top:-4px;}
.location > span:last-child:after {display:none;}
.location span:first-child {padding-left:0px; margin-left:0px; background:none}
.location #location_2 {font-weight:400; color:#fff}
.location #location_3 {font-weight:600;}
.location img {vertical-align:middle; margin-top:-4px;}
.sub_con { max-width:1440px; margin:0 auto; font-size:18px; font-weight:500; color:#666666; line-height:160%; word-break:keep-all;}
.sub_con > .s_tit:first-child {margin-top:0px;}
.sub_con img {max-width:100%;}



.s_tit {font-size:42px; color:#333333; line-height:130%; padding:0px 0px 30px 0px;  position:relative; margin-top:70px; font-weight:400; display:flex; align-items:center;}
.s_tit > span {display:inline-block; position:relative; z-index:1}
.s_tit img {vertical-align:middle;}
/*
.s_tit:before {display:block; content:""; z-index:0; width:26px; height:26px; border-radius:100%; background:linear-gradient( 120deg, #00aa53, #005e9c ); align-self:flex-start; margin-right:10px;}
.s_tit:after {display:block; content:""; position:absolute; left:9px; top:10px; width:4px; height:4px; border-top:1px solid #fff; border-right:1px solid #fff; transform:rotate(45deg);}
*/
.txt_in {padding-left:36px}
.b_txt {font-size:1.29em; font-weight:600; margin-top:30px; margin-bottom:10px; line-height:1.3em;}
.b_txt + p {margin-top:-5px;}

.s_tit.tc {text-align:center; justify-content:center; background:none !important; padding-left:0px;}
.s_tit.tc:after {display:none;}
.s_tit.tc:before {display:none;}
.ss_tit {font-size:32px; position:relative; color:#333333; line-height:1.4em; padding:0px 0px 0px 0px; margin-bottom:15px; margin-top:50px; font-weight:400;}
/*.ss_tit:before {display:block; content:""; width:7px; height:24px; background:#0f7bc6; position:absolute; left:0px; top:4px;}
.ss_tit > span{font-weight:300;}*/
.s_titW {max-width:1440px; margin:0 auto; padding:50px 0px 5px 0px;}

.sss_tit {font-size:26px; padding:0px; margin:40px 0px 10px 0px; line-height:140%; font-weight:800; color:#333; position:relative;}

.s_txt_r {text-align:right; margin-top:-35px; height:20px; padding-bottom:15px;}
.s_txt_r2 {height:40px; margin-top:-55px;}
.imgW img {max-width:100%;}

.box_txt {border:1px solid #d0d0d0; text-align:center; background:#f4f6f7; font-size:22px; line-height:140%; color:#004497; padding:30px 0px;}


.down_btn {text-align:center; padding:30px 0px 20px 0px;}
.down_btn > a {display:inline-flex; flex-wrap:wrap; height:68px; padding:0px 30px; justify-content:center; align-items:center; border:3px solid #000; border-radius:6px; background:#fdd000}
.down_btn > a > span {display:inline-block; color:#000; font-size:22px; padding-right:30px; background:url(../img/common/ico_down4.png) no-repeat right center; font-weight:600;}

.video_wrap {padding-bottom:56%; position:relative;}
.video_wrap iframe {position:absolute; left:0px; top:0px; width:100% !important; height:100% !important;}

.youtube_wrap_max {max-width:1200px; margin:0 auto;}
.youtube_wrap {padding-bottom:56%; position:relative;}
.youtube_wrap iframe {position:absolute; left:0px; top:0px; width:100% !important; height:100% !important;}




.arrow_wrap {display:inline-block; padding-left:50px; background:url(../img/guide/arrow2.png) no-repeat left 6px; margin-left:10px;}


.point_box {padding:20px; background:#f3f4f8}

.check_txt {font-size:18px; color:#494949}



#add_date {position:relative; padding-right:115px;}
#add_date .bt {position:absolute; right:0px; top:0px;}

.tooltip {color:#ff751a; border:1px solid #ff751a; border-radius:6px; text-align:center; line-height:38px; width:38px; height:40px; box-sizing:border-box; font-size:1.5em; vertical-align:middle;}
.br_box {border:1px solid #dce1eb; padding:20px 20px 20px 20px;}
.t_box {background:#757a85; color:#fff; padding:5px 5%; display:inline-block;}
td .br_box {padding:5px;}
td .gray_box {padding:5px;}


.radio_group_row > li {padding-top:8px;}
.radio_group_row > li:first-child {padding-top:0px;}
.radio_group_row > li.disabled {opacity:0.4;}

.radio_group {display:flex; flex-wrap:wrap; margin:-5px -10px;}
.radio_group > li {padding:5px 10px;}
.radio_group > li.etc_li {width:100%; max-width:560px;}
.radio_group > li.etc_li .input {width:calc(100% - 70px) !important; width:-webkit-calc(100% - 70px) !important;}

.radio_group .input {width:auto !important;}

.input_group {padding:5px 0px 0px 0px; margin:-5px 0px 0px -15px;}
.input_group > li {display:inline-block; padding:5px 0px 0px 15px;}
.input_group .input {width:auto !important;}


.input_etc {position:relative; padding-left:62px; box-sizing:border-box;}
.input_etc .pa {position:absolute; left:0px; top:0px; font-size:14px; line-height:40px;}

.btn-tc {text-align:center; padding:30px 0px; border-top:1px solid #333333; margin-top:30px;}
.btn-tc > a {margin:0px 10px;}
.btn-tl {text-align:left; padding:30px 0px; border-top:2px solid #333333; margin-top:30px;}
.btn-tr {text-align:right; padding:30px 0px; border-top:2px solid #333333; margin-top:30px;}

.bt_close {width:18px; height:18px; display:inline-block; vertical-align:middle; background:url(../img/common/close_bt.gif) no-repeat center center; background-size:cover; text-indent:-9999px; background-size:10px auto;}

/*atab*/
.atab {display:flex; flex-wrap:wrap; justify-content:center; margin:0 auto; margin-bottom:50px; padding-top:10px; position:relative;}

.atab li {flex:1;}
.atab li a {display:flex; height:70px; justify-content:center; align-items:center; background:#fff; box-sizing:border-box; text-align:center; font-weight:700; font-size:18px; line-height:1.2em; box-sizing:border-box; color:#989898; padding:0px 10px; padding-top:3px; border:1px solid #cacaca; border-bottom-color:#6ba65e}
.atab li.on {position:relative; z-index:2;}
.atab li.on a {background:#fff; color:#000; border-color:#6ba65e; border-bottom-color:#fff}


.atab.two li {width:50%;}
.atab.three li {width:33.33%;}
.atab.four li {width:25%;}
.atab.two_row > li {margin:-1px 0px 0px -1px}
.atab.two_row > li.on {margin-top:-1px;}
.atab.two_row > li.on a {height:50px;}
.atab.two_row > li > a {border-left:1px solid #cccccc;}



.btab { margin-bottom:40px; padding-top:10px; font-size:0px; text-align:center}
.btab:after {clear:both; display:block; content:"";}
.btab li {display:inline-block; padding:2px 2px; box-sizing:border-box; position:relative;}
.btab li a {display:block; min-width:115px; padding:10px 0px; text-align:center; color:#666666; box-sizing:border-box; border:1px solid #00357e; border-radius:30px; font-size:16px;}
.btab li a .ico {display:block; margin:0 auto; width:120px; height:120px; overflow:hidden; margin-bottom:10px;}
.btab li.on a {color:#fff; background:#00357e; border-color:#00357e;}
.btab li.on a .ico img {margin-top:-100%;}
.btab.two li {width:50%;}
.btab.line li {padding:2px;}
.btab.line li a {border:1px solid #ccc; padding:0px 5px; font-size:15px;}
.btab.line li.on a {border:1px solid #ed2129;}




.of_hi .fl50 {float:left; width:49%;}
.of_hi .fr50 {float:right; width:49%;}
.graybox { background:#cccccc; padding:10px;}
.no_flash { display:none;}

/* 레이어팝 */
#black {display:none; background-color:#000; display:none; height:100%; left:0; opacity:0.6; filter:alpha(opacity=60); position:fixed; top:0; width:100%; z-index:9999;}
.layerPop {-webkit-overflow-scrolling:touch; overflow-y:auto; width:100%; position:fixed; left:0; right:0; top:0; bottom:0; z-index:99999; /*background:#d7d7d7;*/ background:rgba(0, 0, 0, 0%);  zoom:1;}

.layerPop_inner {width:100%; height:100%; padding:15px; display:table; position:relative; margin:0 auto; box-sizing:border-box;}
.pop_wrap {display:table-cell; vertical-align:middle; position:relative;}
.pop_wrap .pop_body {padding:15px 20px; font-size:17px; line-height:1.5em; background:#fff; word-break:keep-all;}
.pop_wrap .pop_body .btns {padding-top:20px;}
.pop_wrap .popup_scroll {max-height:700px; overflow-y:auto;}
.pop_wrap .pop_wrap_in {width:100%; margin:0 auto; border:1px solid #333; box-shadow:6px 5px 5px rgba(0, 0, 0, 10%); border-radius:10px; overflow: hidden}
.pop_wrap .x_btn {position:absolute; right:10px; top:50%; transform:translateY(-50%); display:block; cursor:pointer; background:none; width:40px; height:40px; font-size:0px;}
.pop_wrap .x_btn:after {display:block; content:""; width:20px; height:4px; background:#fff; transform-origin:center; transform:translate(-50%, -50%) rotate(45deg); position:absolute; top:50%; left:50%;}
.pop_wrap .x_btn:before {display:block; content:""; width:20px; height:4px; background:#fff; transform-origin:center; transform:translate(-50%, -50%) rotate(135deg); position:absolute; top:50%; left:50%;}
.pop_wrap .pop_head.bg_no {background:#fff;}
.pop_wrap .pop_head.bg_no .title {color:#000}
/*.pop_wrap .pop_head.bg_no .x_btn {right:0px; top:0px; transform:none;}*/
.pop_wrap .pop_head.bg_no .x_btn:after {background:#000}
.pop_wrap .pop_head.bg_no .x_btn:before {background:#000}
.pop_wrap .pop_head {background:linear-gradient(-120deg, rgba(33,73,166,1) 0%, rgba(69,113,233,1) 100%);; position:relative;}
.pop_wrap .pop_head .title {font-size:26px; line-height:140%; color:#fff; padding:20px 50px 15px 25px; text-align:left; font-weight:800;}
.pop_wrap .pop_head .title.tc {padding-left:50px;}
.pop_wrap .pop_head .s_txt {font-size:14px; line-height:14px;  color:#646464; text-align:center; padding:0px 0px 30px 0px;}
.pop_wrap .x_btn2 {position:absolute; right:0px; bottom:0px;}
.pop_wrap .x_btn3 {position:absolute; right:0px; bottom:-42px;}
.pop_body .btn-tc {padding:30px 0px 0px 0px; margin-top:25px;}
.pop_body .btn-tc > a {margin:0px 10px;}
.pol_sc {width:100%; height:310px; overflow-x:hidden; overflow-y:auto;}



/* 팝업 */
.main_layer_pop.slide {width:100%}
.main_pop_content {background:#fff;}
.main_layer_pop {position:fixed; left:50%; top:50%; transform:translate3d(-50%, -50%, 0); z-index:99999}
.main_pop_bottom {background:#3fba5d; font-weight:400; color:#fff; padding:15px; position:relative; font-size:16px; box-sizing:border-box; }
.main_pop_bottom input[type="checkbox"] + label:before {width:20px; height:20px; border:none; background-size:14px auto !important  }
.main_pop_bottom .close {position:absolute; right:0px; top:0px; display:flex; width:90px; height:100%; justify-content:center; align-items:center; background:#333333; color:#fff;}
.main_layer_pop_inner {width:100%; height:100%; display:flex; justify-content:center; align-items:center; position:relative; margin:0 auto; box-sizing:border-box;}
.main_layer_pop_inner .cell {position:relative; padding:0px 10px;}
.main_layer_pop .pop_wrap_in {width:100%; margin:0 auto;}
.main_layer_pop .pop_wrap_in{overflow-y:auto;}
.main_pop_slide {background:#fff; position:relative; padding:20px;}

.layers_wrap {background:#FFF; position:relative; min-width:300px;  font-weight:300;}
.layers_wrap .layers_tit {width:100%; padding:15px 0px; line-height:150%; background:#333;  text-align:center; font-size:1.8em; color:#fff; position:relative;}
.layers_wrap .layers_tit .logo {padding-left:25px; padding-top:20px;}
.layers_wrap  .close_pop { position:absolute; right:25px; top:17px;}
.layers_wrap .layers {padding:20px; font-size:14px; position:relative; /*min-height:100px; max-height:760px; overflow-x:hidden; overflow-y:auto; -webkit-print-color-adjust:exact;*/}

.layers_wrap .close {height:30px; border-top:none; text-align:right; background:#e2e2e2; line-height:30px;}
.layers_wrap .close a { display:inline-block; zoom:1; *display:inline; font-family:Pretendard; color:#2d2d2d; padding-right:20px; background:url(http://pic.neungyule.com/newnetimes/img/btn/pop_close_s.gif) no-repeat right center; margin-right:10px;}
.layers_wrap .pop_tit {padding-left:5px; border-bottom:1px solid #afafaf; min-height:41px; padding-bottom:3px; font-family:Pretendard; color:#444444; font-size:22px; line-height:41px;}
.layers_wrap .pop_tit.ico_check2 { font-size:13px; min-height:20px; padding:10px 10px 10px 50px; background:url(../img/common/ico_check2.gif) no-repeat 10px 10px #f9f9f9; line-height:150%; border-bottom:none;}
.layers_wrap .pop_tit_no {min-height:38px; font-family:Pretendard; color:#444444; font-size:22px; line-height:38px;}





.print_wrap #header {display:none !important}
.print_wrap .sub_visual {display:none !important}
.print_wrap #lnb_wrap {display:none !important}
.print_wrap .title_bar {display:none !important}
.print_wrap .page_tab {display:none !important}
.print_wrap #footerW {display:none !important}
.print_wrap .print_bt {display:none !important}
.print_wrap .p_none {display:none !important}
#wrap.print_wrap {padding:0px !important}

.ico_notice {display:inline-block; vertical-align:middle; padding:4px 10px; background:#ed2129; line-height:20px; color:#fff;}
.ico_note {position:relative; display:flex; align-items:center;}
.ico_note:before {display:block; content:""; width:25px; height:20px; box-sizing:border-box; border-bottom:20px solid #40a859; border-left:11px solid transparent; border-right:11px solid transparent; border-radius:4px; margin-right:10px;}
.ico_note:after {display:block; content:"!"; width:25px; height:20px; color:#fff; font-size:14px; font-weight:600; text-align:center; line-height:1.8em; position:absolute; left:0px; top:50%; transform:translateY(-50%)}
.ico_note_box {padding-left:40px; background:url(../img/common/notice.png) no-repeat left 5px;}
.ico_note.yellow:before {background:#fdd000}
.ico_note.yellow:after {color:#000}
.ico_note.yellow {color:#fff;}

.date_picker_two {overflow:hidden; position:relative}
.date_picker_two .date_picker {float:left; width:47%;}
.date_picker {display:flex; align-items:center;}
.date_picker .input {width:100%; flex:1;}
.date_picker img {min-width:fit-content; margin:0px 10px;}
.date_picker.two_col .input {width:100%;}
.date_picker_two .col-sm-2  {float:left; width:47%;}
.date_picker_two .pa {left:50%; top:0%; line-height:30px; text-align:center; width:10px; margin:0px 0px 0px -5px;}






.board-write .btnNormalB.gray {background:#5fc3d0;}
.board-write .btnNormalB.gray:after {display:block; content:""; position:absolute; left:0px; top:0px; width:100%; height:100%; border:1px solid #2b6b73; box-sizing:border-box;}

.down_file {display:inline-block; vertical-align:middle; color:#0c91dd; margin-left:10px;}
.down_file > span {display:block; padding-left:23px; color:#000; background:url(../img/common/ico_file.png)no-repeat left center;}
.down_file:first-child {margin-left:0px;}


.click_count {text-align:right; padding:10px 0px; font-size:1.05em; color:#666666}
.view_photo {padding:20px 0px 0px 0px; text-align:center;}

.scrollbox1 {background:#f1f1f1; height:100px; overflow-x:hidden; overflow-y:auto; padding:12px;}

.ico_notice {display:inline-block; vertical-align:middle; padding:4px 10px; background:#ed2129; line-height:20px; color:#fff;}

.leave {padding:170px 0px 0px 0px; margin-top:40px; background:url(../img/mypage/ico_leave.gif) no-repeat center top;} 
.gray_box {border:1px solid #e9e9e9; padding:28px 20px; background:#fafafa}




.introduce {position:relative;}

.introduce .info {width:74%; max-width:720px; padding:25px; color:#666666; background:#fff; position:relative; z-index:2; margin-top:-16%;}
.introduce .info .txt_t {color:#333333; font-weight:800; font-size:1.16em; line-height:1.4em;}
.introduce .info .txt_t > strong {font-weight:800;}
.introduce .info .sign {padding-top:50px; font-weight:600;}


.first_txt {font-size:2.3em; line-height:1.4em; font-weight:300; color:#333333;}

.medical_staff > ul > li {margin-top:100px; position:relative; display:flex; flex-wrap:wrap; justify-content:space-between}
.medical_staff > ul > li > div {width:50%;}
.medical_staff > ul > li:nth-child(even) .info {order:1; padding-left:0px; padding-right:100px;}
.medical_staff > ul > li:nth-child(even) .img {order:2;}
.medical_staff .info {padding-left:105px; margin-top:6%;}
.medical_staff .info .rank {width:150px; height:150px; border-radius:100%; background:#3fba5d; color:#fff; justify-content:center; align-items:center; display:flex; font-size:24px; font-weight:600; line-height:1.3em; position:absolute; left:50%; top:8%; transform:translateX(-50%)}
.medical_staff .info .txt_a {font-size:1.29em; line-height:1.4em; font-weight:700;}
.medical_staff .info .name {font-size:2.9em; line-height:1.4em; font-weight:300;}
.medical_staff .info .name > strong {font-weight:700;}
.medical_staff .info h4 {display:flex; width:100px; height:36px; justify-content:center; align-items:center; border:1px solid #3fba5d; border-radius:60px; font-size:16px; color:#3fba5d; text-align:center; margin:60px 0px 10px 0px;}
.medical_staff .info .bul01 {padding:10px 0px 0px 20px;}

.company_slide .box {padding:0px 95px; box-sizing:border-box}
.company_slide_wrap {position:relative; margin-top:100px;}
.company_slide_wrap .arrow_group {width:100%; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); max-width:1400px;}
.arrow_group .slick-arrow {display:inline-flex; width:95px; height:95px; justify-content:center; align-items:center; color:#fff; font-size:17px;  background:#3fba5d; vertical-align:top; position:relative; border-radius:100%; cursor:pointer; border:none; cursor:pointer; position:absolute; top:50%; transform:translateY(-50%); left:0px;}
.arrow_group .nextArrow {left:auto; right:0px;}
.arrow_group .prevArrow:before {display:block; content:""; width:26px; height:26px; box-sizing:border-box; border:1px solid #fff; border-right:none; border-bottom:none; transform:rotate(-45deg); margin-right:-6px;}
.arrow_group .nextArrow:after {display:block; content:""; width:26px; height:26px; box-sizing:border-box; border:1px solid #fff; border-right:none; border-bottom:none; transform:rotate(-225deg); margin-left:-6px;}

.img_tc {position:relative;}
.img_tc img {left:50%; position:relative; max-width:inherit; transform:translateX(-50%)}
.bar_tit {margin:30px 0px; display:flex; justify-content:center; align-items:center; min-height:81px; background:#3fba5d; color:#fff; font-size:1.77em; line-height:1.4em; font-weight:700; text-align:center; border-radius:60px; padding:10px 30px; }

.box_list {display:flex; flex-wrap:wrap; margin:-15px}
.box_list > li {width:50%; padding:15px;}
.box_list .ico_box {display:flex; background:#fff; min-height:100%; border:1px solid #ccc; border-radius:10px; padding:5%;}
.box_list .ico_box .ico {min-width:99px;}
.box_list .ico_box .info {padding-top:20px; font-size:16px; line-height:1.4em}
.box_list .ico_box .info .txt_t {font-size:1.5em; font-weight:700; color:#333; line-height:1.4em; padding-bottom:10px;}
.box_list .ico_box.auto {min-height:min-content}
.box_list.four {margin: -10px;}
.box_list.four > li {width: 25%; padding: 10px;}
.box_list.four .ico_box {display:block; text-align: center; min-height: 340px;}
.box_list.four .ico_box .ico {min-width: inherit; display: flex; height:160px; justify-content: center; align-items: center;}
.box_list .box {border:1px solid #3fba5d; font-size: 0.9em; text-align: center; min-height: 100%; line-height: 1.4em; border-radius:10px; padding: 5%;}
.box_list .box .txt_t {display: flex; min-height: 100px; justify-content: center; align-items: center; color: #3fba5d; font-weight: 700; line-height: 1.4em; font-size: 1.5em;}
.box_list .box .txt {padding-bottom: 20px;}

.map_wrap_box {display:flex;margin-top:20px;} 
.map_wrap_box .img {width:45%; max-width:532px; overflow:hidden; border:1px solid #ccc; border-radius:20px; margin-right:10px;}

.map_wrap_box .map_wrap {border:1px solid #ccc; border-radius:20px; flex:1; overflow:hidden; box-sizing:border-box; }
.map_wrap_box .map_wrap > div {width:calc(100% + 2px) !important; height:calc(100% + 2px) !important; margin:-1px 0px 0px -1px;}
.map_wrap > div .wrap_map {height:100% !important; width:100% !important;}
.map_p_wrap {display:flex; flex-wrap:wrap; align-items:center; justify-content:flex-end}
.map_p_wrap > p:first-child {margin-right:auto; margin-left:0px;}
.map_p {padding:5px 0px; margin-left:20px; display:flex; align-items:center; font-size:20px; font-weight:700; color:#999999}
.map_p > strong {align-self:flex-start; display:flex; align-items:center;  color:#000; font-weight:700; min-width:fit-content; margin-right:15px;}
.map_p > strong img {margin-right:10px;}



.map_info {}
.map_info > dl:first-child {padding-top:0px; border:none;}
.map_info > dl {padding:25px 0px; border-top:1px solid #e5e5e5;}
.map_info > dl dt {color:#34c184; font-size:1.333em; line-height:1.3em; font-weight:700; padding-bottom:10px; }
.map_info > dl dd {font-size:0.9em;}

.short_term {display:flex; flex-wrap:wrap; justify-content:space-between; margin:-10px;}
.short_term > li {width:33.333%; padding:10px; max-width:fit-content}
.short_term .img {display:block;}
.short_term dl {padding-top:30px;}
.short_term dl dt {font-size:1.44em; line-height:1.4em; font-weight:700; color:#333; padding-bottom:15px;}
.short_term dl dd {font-size:0.9em;}

.group_two {display:flex; flex-wrap:wrap}
.group_two > li {flex:50%; margin-top:4px !important;}

.procedure {display:flex;}
.procedure > li {width:25%; padding:1px; position:relative;}
.procedure > li:not(:last-child):after {z-index:9; display:block; content:""; width:32px; height:32px; background:url(../img/guide/arrow.png) no-repeat center center; position:absolute; right:0px; top:50%; margin:-16px -16px 0px 0px}
.procedure > li .box {min-height:100%; border-radius:10px; background:#40a859; padding:20px 30px; color:#fff; }
.procedure > li .box .num {display:block; opacity:0.5;}
.procedure > li .box .txt_t {font-size:1.1em; font-weight:700; text-align:center;}

.half_section {display:flex; flex-wrap:wrap; justify-content:space-between; margin:-15px}
.half_section > div {width:50%; padding:15px;}
.half_section .info {align-self: center}
.half_section .img {max-width:fit-content;}

.half_section.reverse .img {order:2}

.note_box {border:1px solid #ccc; border-radius:10px; padding:25px 35px; }

.non_benefit {display:flex; flex-wrap:wrap; margin:-20px; justify-content:space-between;}
.non_benefit > div {flex:1; width:50%; padding:20px;}
.non_benefit .left {max-width:455px;}

.info.row {display:flex; flex-wrap:wrap; margin:-10px;}
.info.row > div {padding:10px; width:50%;}
.info .num_list, .info .ico_list {font-size:0.9em;}


.num_list > li {display:flex; align-items:center;}
.num_list > li:not(:first-child) {margin-top:5px;}
.num_list > li .num {width:30px; height:30px; min-width:30px; margin-right:10px; justify-content:center; align-items:center; display:flex; color:#fff; background:#40a859; border-radius:100%; font-weight:700; line-height:1.3em; text-align:center; align-self:flex-start}
.num_list > li .con {flex: 1}
.num_list > li .con .txt_t {display: block; font-size:1.25em; font-weight: 700; color: #000; line-height: 1.3em;}

.ico_list {display:flex; flex-wrap:wrap; margin:-5px;}
.ico_list > li {width: 33.333%; padding:5px;}
.ico_list .box {border:1px solid #ccc; border-radius:8px; padding:10px; text-align:center; min-height:100%; line-height: 1.4em;}
.ico_list .box .ico {display:block; padding-bottom:5px;}

.bottom_banner {display:flex; flex-direction:column; justify-content:center; align-items:center; height:500px; background:url(../img/treatment/bb_img.jpg) no-repeat center center/cover; color:#fff; padding:10px;}
.bottom_banner .m_tit {color:#fff;}
.bottom_banner .icons {width:100%; padding-top:20px; justify-content:center; display:flex; flex-wrap:wrap; }
.bottom_banner .icons > li {line-height:1.4em; text-align:center; font-size:0.9em; max-width:170px; width:16.6666%; padding:10px;}
.bottom_banner .icons .ico {display:block; border:1px solid rgba(255, 255, 255, 50%); border-radius:100%; overflow:hidden; padding-bottom:100%; position:relative; margin-bottom:10px;}
.bottom_banner .icons .ico img {max-width:10vw; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); padding:0.5px;}

.img_dec_list {display:flex; flex-wrap:wrap; margin:-10px;}
.img_dec_list > li {width:25%; padding:10px;}
.img_dec_list .box {border-radius:14px; background:#f1f1f3; min-height:100%; padding:25px; text-align:center}
.img_dec_list .box .img {display:block;}
.img_dec_list .box .txt {font-size:0.9em; padding-top:15px;}

.green_blue_box {border:1px solid #ccc; border-radius:10px; padding:30px 20px; display:flex; justify-content:center; align-items:center; min-height:340px;}
.green_blue_box > dl {display:flex; align-items:center;}
.green_blue_box > dl > dt {min-width:246px; width:246px; height:246px; border-radius:100%; display:flex; justify-content:center ;align-items:center; text-align:center}
.green_blue_box > dl > dt > span {color:#fff; font-size:1.777em; font-weight:800; line-height:1.3em; }
.green_blue_box > dl > dd {flex:1; max-width:350px; text-align:center; padding:10px; font-size:1.1em;}
.green_blue_box > dl:nth-child(1) > dt {order:2; background:rgba(107, 166, 94, 90%);}
.green_blue_box > dl:nth-child(2) > dt {background:rgba(54, 92, 165, 90%);}
.green_blue_box > dl:nth-child(1) {margin-right:-20px;}
.green_blue_box > dl:nth-child(2) {margin-left:-20px;}




















/* ------------------------------------------------------------
 * Name      :mobile_layout.css    
 * Desc      :page layout 
 * Created   :
 * Updated   :
 ------------------------------------------------------------ */
.mobile_on .m_gnb .gnb > ul {overflow-y:auto; overflow-x:hidden;}
.m_gnb {position:absolute; left:0px; top:81px; width:100%;}
.m_gnb .gnb > ul {width:100%; background:rgba(18,18,18, .97); position:relative; overflow-x:hidden;}
.m_gnb .gnb > ul:after {content:""; display:block; clear:both;}
.m_gnb .gnb > ul > li > a {display:block; font-size:14px; color:#ffffff; padding:15px 0px; text-align:center; border-bottom:1px solid rgba(255,255,255, .065)}
/*.m_gnb .gnb > ul > li:hover > a {background:#000;}*/

.m_gnb .sub_menu  {width:100%; line-height:20px; background:#4a4a4a; display:none;}
.m_gnb .sub_menu > li > a {display:block; color:#fff; font-size:12px; padding:5px 0px; text-align:center; border-bottom:1px solid rgba(255,255,255, .065)}
.m_gnb .sub_menu > li > a:hover { background:#009091;}
.m_gnb .gnb .alarm { background-size:20px;}
.m_gnb .gnb .name {max-width:200px;}
.mobile_on input, .mobile_on select, .mobile_on textarea {-webkit-appearance:none;}
.mobile_on select {height:31px; padding:0px 2em 0px 8px!important;}
.mobile_on .sel_arrow {position:relative;}

.down_file {display:inline-block; vertical-align:middle; color:#0c91dd; margin-left:10px;}
.down_file > span {display:block; padding-left:23px; background:url(../img/common/ico_file.png)no-repeat left center;}
.down_file:first-child {margin-left:0px;}


/* 1024 이상 */
@media screen and (min-width:1024px) {
    

}
/* 1280px 이상 */
@media screen and (min-width:1199px) {
	.m_gnb {display:none !important;}
     
}




/* 1440px 이하 */
@media screen and (max-width:1399px) {

	
    .m_gnb_on {display:block; margin:0px;}
    .w_gnb {display:none;}
    
	.main_visual:after {}
	
	#header {padding:0px 10px; }
	.section {padding:70px 10px; font-size:17px;}
	#footerW {padding-left:10px; padding-right:10px;}
	#inner_wrap {padding-left:10px; padding-right:10px;}
	#lnb_wrap .lnb {padding-left:0px; padding-right:0px;}
	.lnbs3 {padding-left:10px; padding-right:10px;}
	
	.company_slide .box {padding:0px 30px;}
	
	.img_tc img {max-width:calc(100% + 100px)}

	
}
/* 980px 이하 */
@media screen and (max-width:979px) {
	
	.main_visual:after {width:120px; height:111px; right:10px; top:120px;}
	
	.up #lnb_wrap.fixed .lnb {top:80px;}
    .in_header {height:80px;}
	.main_visual .v_frame {height:800px}
	.main_visual .v_frame .visual_txt img {max-width:90vw}
	.main_visual .scroll_ico {display:none;}
	.visual_counter_wrap {bottom:100px;}
	
	.main_quick {justify-content:center; flex-wrap:wrap}
	.main_quick > li {width:33.3333%;}
	
	.main_banner .tab {max-width:100%; width:100%}
	.m_banner > div > dl {width:100%;}
	.m_banner > div .img {width:100%; margin-top:20px; padding-left:70px;}
	
	.main_help_desk .box {width:100%;}
	.main_help_desk .customer {padding:10px; padding-top:30px; max-width:100%;}
	
	
    #sub_tit {font-size:58px;}
    .sub_visual .sub_txt > h2 {padding-bottom:0px}
    

    .title_bar:before {display:none;}
	
	
    
	
	.sub_visual:after {margin:0px; left:auto; right:0px; background-size:cover; height:160px; width:270px}
	.sub_visual:before {margin:0px; left:0px; background-size:cover; height:160px; width:140px}
	

	#footer_navi {height:auto; justify-content:center}
	#footer_navi .sel_box {justify-content:center; max-width:100%; width:100%; padding:20px 0px;}
    #footer_navi > ul {justify-content:center; text-align:center; width:100%;}
    #footer .addressW {padding:80px 0px 30px 0px; min-height:inherit; background-position:center 20px; font-size:15px; text-align:center;}
	#footerW .copy > p {text-align:center;}
	#footerW .copy {text-align:center; font-size:15px;}
	#footer .addressW .f_link {display:none;}
	#footerW .familySite {position:relative; max-width:250px; margin:0 auto; margin-top:20px; right:auto ;top:auto} 

	.map_p {width:100%; margin:0px;}
	
	.half_section > div {width:100%;}
	.half_section .img {max-width: 100%}
	.half_section .img img {width: 100%}
	.half_section.reverse .img {order:0;}
	
}

/* 768 이하 */
@media screen and (max-width:767px) {
	
	#header h1 img {height:40px;}
/*	.top_menu {display:none;}*/
	.top_search > button .txt {display:none;}
	.pc_view {display:none}
	.mb_view {display:block}
	.main_layer_pop {padding:10px; -webkit-overflow-scrolling:touch; position:fixed; overflow-y:auto; width:100% !important; max-width:100% !important; transform:none !important; -webkit-transform:none !important; left:0 !important; right:0 !important; top:0 !important; bottom:0; z-index:99999; background:rgba(0, 0, 0, 70%); zoom:1; margin:0px !important}
    .main_pop_bottom {font-size:14px;}

	.main_layer_pop .pop_wrap_in {float:none !important;}
	
	.main_visual .v_frame {height:640px;}
	.main_visual:after {display:none;}

	.up #lnb_wrap.fixed .lnb {top:70px;}

	.in_header {height:70px;}
	#section2 .m_tit {font-size:50px;}
	.m_tit {font-size:28px;}
	
	.main_quick .txt {font-size:18px;}
	.today_menu > a {height:227px;}
	
	.inputArea_wrap .inputArea {width:100%;}
	.inputArea_wrap .inputArea .bt {margin-top:10px;}
	
	
	.main_help_desk { font-size:16px;}
	.main_help_desk .box {width:100%;}
	.main_help_desk .box > h3 {font-size:34px;}
	.main_help_desk .map_wrap {height:450px;}
	.main_help_desk .customer {height:auto; margin-bottom:50px; padding:10px; padding-top:30px;}
	
	
	
	

	.section {font-size:16px}
	#footer_navi .navi > li a {font-size:14px;}
	#footer_navi .sel_box > li select {height:40px; font-size:14px;}
  	#footer .addressW {background-position:center 20px; font-size:13px; background-size:auto 40px;}

	#footerW .copy {font-size:13px; padding:10px 0px;}
	 #lnb_wrap {padding:0px; margin:0px; height:auto; top:0px;}
	
	#lnb_wrap .lnb {}
	#lnb_wrap .lnb .lnbs {max-width:none;}
	#lnb_wrap .lnbs1 {display:block;}
	#lnb_wrap .lnb .lnbs2 {display:block;}
	#lnb_wrap .lnbs3 {display:none;}
	#lnb_wrap .ico_home {display:block;}

	#lnb_wrap .ico_home a {width:60px;}
	.lnb_tit {font-size:15px; line-height:50px; height:50px;}

    .lnb ul li a {font-size:14px;}
	.lnb_tit, a.lnb_tit {background:#8dc33e; font-size:16px; padding-left:20px; line-height:60px; height:60px;}
/*
	.lnb_tit:after {display:block; content:""; position:absolute; right:20px; top:50%; transform:translateY(-50%); width:0; height:0;border-top:7px solid #333; border-left:5px solid transparent; border-right:5px solid transparent; transition:all 0.2s 0s ease-in-out;}
	.lnb_tit.on:after {transform:rotate(-180deg); margin-top:-5px}
*/
	
	
	
	
    
	.sub_con {font-size:15px;}
	#sub_tit {font-size:48px;}
	.sub_visual .sub_txt {height:300px; font-size:19px; word-break:keep-all}
	

    .title_bar {margin-bottom:35px; padding:55px 0px 20px 0px;}
	.title_bar h2 {font-size:36px;}

	.title_bar .s_txt {font-size:17px;}

	.sub_title {font-size:14px;}
	.of_hi .fl50 {float:none; width:100%;}
	.of_hi .fr50 {float:none; width:100%; margin-top:15px;}

	
	.s_tit {font-size:34px; margin-top:50px; padding-bottom:20px;}
	.ss_tit {font-size:27px; margin-top:40px}

	.over_layerW {position:relative;}
    .over_layer {overflow:auto;}
  
	.over_layer::-webkit-scrollbar {width:5px; height:8px; background-color:#aaa;}
	.over_layer::-webkit-scrollbar-thumb {background:#000;}
	
    .over_layerW:after {display:block; content:""; width:10px; height:100%; position:absolute; right:0px; top:0px; background:url(../img/common/bg_shadow.png) repeat-y left top}
    .over_layer > table {min-width:900px;}

	
    /*atab*/
    .atab li a {height:55px; font-size:16px;}
    .atab li.on {margin-top:0px;}
    .atab li.on a {height:55px;}
    .atab li.on a:after {width:16px; height:16px; bottom:-18px;}

    .btn-tc > a {margin:0px;}
    .btab li a {padding:5px 0px; font-size:15px;}

	.m_th_b {width:135px !important;}
	.m_th {width:115px !important;}
    .m_th_s {width:95px !important;}
    .m_th_ss {width:75px !important;}
	
	.txt_ico img {height:34px;}
	.s_tit > img {max-height:32px;}
	
	
	
	.lnbs3 > ul > li > a {font-size:16px;}


	.map_wrap_box .img {width:35%}
	.map_p {font-size:16px;}
	.map_p > strong img {width:20px;}
	
	.medical_staff > ul > li > div {width:100%;}
	.medical_staff .info {padding-left:0px;}
	.medical_staff .info .rank {width:130px; height:130px; left:auto; right:10px; top:10px; transform:none;}
	.medical_staff > ul > li:nth-child(even) .info {order:2; padding-right:0px;}
	.medical_staff > ul > li:nth-child(even) .img {order:1;}
	.medical_staff .info h4 {margin-top:20px;}
	
	.box_list > li {width:100%;}
	.box_list .ico_box .info {font-size:14px;}
	
	.bg_wrap {padding:50px 0px; margin:50px 0px;}
	
	.group_two > li {flex:100%}
	.non_benefit .left {max-width:100%;}
	.non_benefit .left .img {display:none;}
	.non_benefit {margin:-10px;}
	.non_benefit > div {padding:10px; width:100%; flex:initial;}
	
	.info.row {margin:0px;}
	.info.row > div {width:100%; padding:0px;}
	
	.bottom_banner .icons > li {width:33.3333%; max-width:120px;}
	.num_list > li .num {width:26px; height:26px; min-width:26px;}
	
	.img_dec_list > li {width: 50%}
	.green_blue_box {align-items: flex-start}
	.green_blue_box > dl {flex-direction: column; margin:0px !important}
	.green_blue_box > dl:nth-child(1) > dt {order: 0}
	.green_blue_box > dl > dt {min-width: 196px; width: 196px; height: 196px;}
	.box_list.four > li {width: 50%}
}





/* 480px 이하 */
@media screen and (max-width:479px) {
	
	#header h1 img {height:30px;}

	
	.menu_btn a:before {display:none;}
	.up #lnb_wrap.fixed .lnb {top:60px;}
    #wrap {transition:all 0.3s 0s ease-in-out;}
	.top_dday {font-size:20px; right:50px; padding-top:3px;}
    .in_header {height:60px;}
    .menu_btn {}
	.top_menu {right:50px;}
	.top_menu .tel a {font-size:0px;height:30px; width:50px;}
	.top_menu .tel a img {margin:0px;}
	
    .menu_btn .line-middle {top:8px;}
	.top_search {right:30px;}
	.top_search > button img {width:20px;}
	.menu_btn a img {width:20px;}
	.slide_menu_inner {padding-top:60px;}
    .slide_menu_wrap .gnb > ul > li > a {font-size:16px; padding-left:30px;}
	.slide_menu_wrap .gnb .sub_menu > li > a {padding-left:40px}
	
	.more > a > span {width:20px; height:20px;}
	.more > a > span:after {width:10px; margin-left:-5px;}
	.more > a > span:before {height:10px; margin-top:-5px;}
	.more > a {font-size:13px;}
	
	
	.main_visual .v_frame {height:400px; padding:10px;}
	.main_visual .v_frame .visual_txt {padding-bottom:30px;}
	.visual_counter_wrap {bottom:20px;}

    .m_tit {font-size:26px;}
    .m_tit img {height:20px;}
    .m_tit_txt {font-size:15px;}
	#section2 .m_tit {font-size:28px;}

	.section {font-size:13px; padding:40px 10px;}
	
	.main_quick {padding-top:20px;}
	.main_quick .ico {padding:15%;}
	.main_quick > li > a {max-width:21vw; margin:0 auto;}
	.main_quick > li {padding:5px;}
	.main_quick .txt {font-size:14px;}
	.main_quick .txt > strong {font-size:2.2em;}
	.main_quick .ico {padding-bottom:5px;}
	.main_banner .tab {padding:20px 0px 0px 0px}
	.main_banner .tab > li a {height:44px; font-size:13px;}
	
	#section3 {min-height:600px;}
	.m_banner > div > dl dt {font-size:22px;}
	.m_banner > div > dl {padding:0px 0px 0px 45px}
	.m_banner > div > dl .ico img {width:40px;}
	.m_banner > div {padding-top:20px;}
	
	#section4 .more {top:5px;}
	.doctor_wrap .list .name {padding-top:20px; font-size:12px;}
	.doctor_wrap .list .name > strong {font-size:1.6em;}
	
	.today_menu > a {height:137px;}
	

	.main_news > li {width:50%;}
	.main_news > li:nth-child(3) {display:none;}
	.main_news .box .date {min-height:45px; font-size:12px;}
	
	.inputArea_wrap .inputArea .check {font-size:13px;}
	
	.main_help_desk { font-size:13px;} 
	.main_help_desk .customer .box_tel .m_tit {font-size:26px;}
	.main_help_desk .box_time > ul {}
	.main_help_desk .box_time > ul > li {width:100%}
	.main_help_desk .customer .box_tel .tel {font-size:26px;}
	.main_help_desk .customer .btn {margin:30px 0px 20px 0px}
	.main_help_desk .customer .btn > li > a {font-size:14px; height:50px; padding-right:20px;}
	.main_help_desk .customer .btn > li > a img {width:24px;}
	.main_help_desk .customer {margin-bottom:20px;}
	.main_help_desk .box_time h4 {width:99px; height:30px; font-size:15px;}
	
	
	.main_help_desk .map_wrap {height:300px;}
	
	.quick > li > a .label {display:none;}
	

	#footer .addressW {font-size:12px; background-size:auto 34px; padding-top:70px;}
	#footer_navi .sns > a img {height:34px;}
	#footer_navi .navi > li {padding:0px 8px;}
	#footer_navi .navi > li:not(:first-child):after {height:10px; margin-top:-5px;}
  

    #footer .addressW address {margin:0px;}
    #footer .addressW address strong {display:block;}
    #footer .addressW address span {padding:2px 5px;}
	#footer_navi .sel_box > li select {font-size:12px; height:30px;}
	#footer_navi .navi > li a {font-size:12px;}
	
    
	.main_pop_slide {padding:10px;}
    .pop_wrap .pop_head .title {text-align:left !important; font-size:20px; padding-left:15px !important; padding:15px 45px 15px 15px;}
    .pop_wrap .pop_head .title br {display:none;}
    .pop_wrap .x_btn {right:15px;}
    
    .web_dis {display:none;}
	.mb_dis {display:block;}
    #add_date .bt .tooltip {height:36px; line-height:34px;}
	.lnb_position {height:50px;}
	#lnb_wrap .lnb {padding:0px;}
	#lnb_wrap .ico_home a {width:50px;}
	.lnb_tit, a.lnb_tit {height:50px; line-height:50px; font-size:14px;}
	.lnb ul li a {font-size:13px;}
	.lnb_tit:after {right:10px;}
   
    #sub_tit {font-size:30px;}
	.sub_visual .sub_txt {height:200px; padding:0px 20px;}
	.sub_visual .sub_txt .txt_a {font-size:14px; line-height:1.3em;}
	.sub_visual .sub_txt > h2 {padding-top:60px;}

	.location {display:none;}
	
    
	.btn-tc > a {margin:5px 0px;}
	.subject {padding-left:10px;}


    .block_m {display:block;}
    .block_m.fl {float:none;}
    .list_btn .block_m {margin:2px 0px;}
	.board-view td.view_td {padding:20px 10px;}
    .list_btnW a {display:block;}

    .s_tit {padding:0px 0px 10px 0px; font-size:24px; background-position:left 5px; background-size:20px auto; margin-top:40px;}
	.s_tit img {height:20px; }
	
    .s_tit:before {width:20px; height:20px; margin-right:5px;}
	.s_tit:after {left:6px; top:7px;}
	
    .sub_con > .s_tit:first-child {margin-top:0px}
	.ss_tit {font-size:18px; margin-top:25px; margin-bottom:10px;}
    .ss_tit:before {width:6px; height:19px; top:4px;}
	.sss_tit {font-size:17px; margin-top:25px;}
    .sss_tit:before {width:8px; height:8px; top:9px;}
    .s_txt_r {margin-top:-25px; padding-bottom:5px;}
    .s_txt_r2 {margin-top:-45px;}
    .b_txt {font-size:17px;}
    .txt_in {padding-left:25px;}
	#inner_wrap {padding-bottom:50px;}
    #inner_wrap.no_visual {padding-top:30px;}

  	#lnb_wrap .lnbs3 > ul > li > a {font-size:14px; height:55px;}
    
    .sub_visual .sub_txt .cell .sub_tit_s {font-size:20px; padding-bottom:20px;}
    .sub_con {font-size:13px;}
    .layerPop {font-size:0.95em;}
    .title_bar {padding:30px 0px 0px 0px; margin-bottom:30px; background-size:auto 60px;}
	.title_bar h2 {font-size:1.9em;}
	.title_bar h2:after {height:20px; margin-top:10px;}
    .title_bar .s_txt {font-size:14px;}
    .title_bar .s_txt br {display:none;}
    .title_bar .s_txt2 {font-size:1.25em; padding-top:0px; margin-bottom:15px;}
    .view_tit {padding:10px;}
    .m_th_b {width:105px !important;}
	.m_th {width:85px !important;}
    .m_th_s {width:65px !important;}
    .m_th_ss {width:45px !important;}
    
    
	
    .w_name {width:70px;}
    .w_date {width:80px;}
    .m_block {display:block !important; margin-bottom:3px !important; float:none !important;}
    .scrollbox {height:120px;}
    .atab {margin-bottom:20px;}
 
    .b_table > dl {font-size:16px; padding-left:0px;}
    .ul_table > ul > li {font-size:16px;}
    .check_txt {font-size:16px;}
    .radio_group > li {font-size:13px;}
    .b_table {padding-top:10px;}
    .b_table > dl > dt {font-size:16px; padding-top:13px;}
    .b_table > dl > dd {min-height:20px; font-size:13px;}
    .b_table > dl > dt {position:relative; padding-bottom:0px;}
    .input_etc .pa {font-size:13px; line-height:36px;}

    .textarea {padding:5px 5px; font-size:13px;}
    .b_table .btnNormalB span {padding:0px 18px; height:36px; line-height:34px; font-size:13px;}
    .security_code .code .num {height:34px; line-height:32px; font-size:14px;}
    .file_input label {height:36px;  line-height:34px; font-size:13px;}
    .radio_group {margin-top:-5px;}
    

   
    .print_bt {display:none !important}
    .gray_box {padding:5px;}
  
	.atab li a {font-size:13px;}
   
    .br_box {padding:10px;}
    .guide_tab > li > a {font-size:12px;}
    
    .tit_ico {height:19px; line-height:18px;}

    .board_w > ul {padding:10px 15px;}
    .btn-tc {padding:20px 0px; margin-top:20px;}
    
    .btab li a {font-size:14px; min-width:90px;}
  
    .b_check_box {padding:10px;}
    #inner_wrap .b_check_box .board-write th {font-size:1.05em !important;}
	

	
    .gray_wrap {padding-top:30px; padding-bottom:30px;}
    .gray_wrap2 {padding-top:30px; padding-bottom:30px;}

	
    .list_more > a > span {font-size:16px; padding:15px 20px 15px 0px;}
    
	
	

	.ico_note:before {transform:scale(0.7); margin-right:0px;}
	.ico_note:after {transform:scale(0.7) translateY(-74%);}
	
	.noteBox {padding:15px;}
	.noteBox:before {}
	
	
	.lnbs3 {padding-bottom:30px;}
	.lnbs3 > ul {margin:0px -10px;}
	.lnbs3 > ul > li {padding:5px 10px;}
	
	.lnbs3 > ul > li > a {font-size:14px; line-height:18px;}
	.lnbs3 > ul > li.on > a {border-width:4px; }

	.lnbs3 > ul > li > a .all {padding-left:24px; background-size:18px auto !important}
	

	.first_txt {font-size:1.9em}
   
	.map_p {font-size:14px;}
	.map_p > strong img {width:14px;}
	.map_info .info > ul {padding-left:24px;}
	.map_wrap_box .img {width:100%; margin:0px 0px 10px 0px;}
	.map_wrap_box {flex-wrap:wrap;}
	.map_wrap {height:270px;}
	
	
	.medical_staff .info .rank {width:80px; height:80px; font-size:16px;}
	.medical_staff > ul > li {margin-top:40px}
	.medical_staff .info .name {font-size:2em;}
	.medical_staff .info h4 {width:90px; height:30px; font-size:14px; margin-top:10px; line-height:1.4em;}
	.medical_staff .info .bul01 {padding:0px 0px 0px 10px}
	
	.company_slide_wrap {margin-top:40px;}
	.arrow_group {display:none;}
	.company_slide .box {padding:0px 10px;}
	
	.bar_tit {min-height:65px; font-size:1.5em;}
	
	.box_list .ico_box {margin:-5px;}
	.box_list .ico_box > li {padding:5px;}
	.box_list .ico_box .ico {min-width:50px;}
	.box_list .ico_box .ico img {width:40px;}
	.box_list .ico_box .info {padding-top:5px; font-size:12px;}
	
	.bg_wrap {padding:30px 0px; margin:30px 0px;}
	
	.box_list .ico_box .info .txt_t {font-size:1.35em;}
	
	.short_term > li {width:100%;}
	.short_term dl {padding:10px 0px 20px 0px;}
	
	.procedure > li .box {padding:10px;}
	.procedure > li:not(:last-child):after {width:20px; height:20px; background-size:cover; margin:-10px -10px 0px 0px;}
	
	.num_list > li .num {width:20px; height:20px; min-width:20px;}
	.ico_list .box .ico img {max-width:10vw}
	.note_box {padding:15px 24px;}
	.img_dec_list .box {padding:15px }
	.green_blue_box > dl > dt {min-width: 150px; width:150px; height: 150px;}
	.green_blue_box > dl > dt > span {font-size: 1.5em;}
	
	.box_list.four {margin: -5px;}
	.box_list.four > li {padding: 5px;}
	.box_list.four .ico_box {min-height: 100%; margin: 0px;}
	.box_list.four .ico_box .ico {height: inherit; padding-bottom: 10px;}
}










