@charset "utf-8";#header{position:relative;width:100%;height:314px;top:0;background-color:#d8eaff}
#header .box{position:relative;width:100%;margin:0 auto;padding-top:35px}
#header .box .header_inner{width:calc(100% - 40px);max-width:1660px;margin:0 auto;position:relative}
.top_box{height:43px}
.top_box h1.logo{position:absolute;top:0px;left:0;width:277px;height:43px;clear:both;z-index:3}
.top_box h1.logo img{width:100%}
.top_box .top_link{position:absolute;right:0;top:0px;display:flex;height:31px;z-index:3}
.top_box .top_link li{padding:0 17px}
.top_box .top_link li a{font-size:13px;font-weight:200}

.gnb_wrap{position:absolute;top:22px;left:0;right:0;z-index:2;width:100%}
#gnb{padding:0;clear:both}
#gnb ul.menu{font-size:0;width:900px;margin:0 auto;background:#fff;border-radius:50px;text-align:center}
#gnb ul.menu>li{display:inline-block;vertical-align:top}
#gnb ul.menu>li>a{display:block;height:60px;line-height:60px;font-size:20px;color:#fff;text-align:center;letter-spacing:-1px;font-weight:400;padding:0 23px}
#gnb ul.menu>li>a span{font-weight:400}
#gnb ul.menu>li>a:hover{color:#3259ce;text-decoration:none;border-bottom:2px solid #3259ce;font-weight:500}
#gnb ul.menu>li>a.selected{color:#fff;background:url(/lms/images/common/bg_header.gif) no-repeat center center;background-size:cover}
#gnb ul.menu>li.first{background:none}
#gnb ul.menu>li.last{ border-right:1px solid #0b1a2d}
#gnb ul.menu li .submenu{height:0px;overflow:hidden}
#gnb ul.menu li ul{padding-top:20px;height:241px}
#gnb ul.menu li ul.end{/*border-right:1px solid #ebebeb*/}
#gnb ul.menu li ul li{text-align:center;height:30px;line-height:30px}
#gnb ul.menu li ul>li{margin-left:-1px}
#gnb ul.menu li ul li a{display:block;line-height:24px;color:#333;font-size:15px;letter-spacing:-0.5px;font-weight:400}
span.menu_small_font{font-size:11px;letter-spacing:-1px}
#gnb ul.menu li ul li a:hover{color:#3259ce;font-weight:600;background:#fff;text-decoration:underline}
#gnb ul.menu li ul li a.selected{color:#e80014}
#gnb ul.menu li ul li.gnb_sub{height:0;overflow:hidden}
#gnb ul.menu li ul li.gnb_sub a{display:block;line-height:20px;color:#ff7200;font-weight:500;font-size:14px;letter-spacing:-1px}
#gnb ul.menu li ul li.gnb_sub a:hover{color:#000}
#gnb ul.menu li ul li.gnb_sub a.selected{font-weight:500}

#gnb ul.menu>li>a{color:#000!important}
#gnb ul.menu>li>a:hover{color:#3259ce!important}

#header.change{background:#fff}
#header.change img.p{display:block}
#header.change .top_menu ul li a{color:#000}
#header.change #gnb{background:#fff}
#header.change #gnb ul.menu > li > a{color:#000;font-weight:500}
#header.change .top_menu ul li{background:url(/sclc/images/common/bar2.gif) 0 25px no-repeat}
#header.change .top_menu ul li.first{background:none}
#header.change #gnb ul.menu li .submenu{height:350px}
#header.change .gnb_box{border-bottom:0}

@media screen and (max-width:1500px){
    .top_box h1.logo img{width:240px}
    #gnb ul.menu{width:800px}
    #gnb ul.menu>li>a{padding:0 14px;font-size:18px}
}
@media screen and (max-width:1330px){
    .top_box h1.logo{top:3px}
    .top_box h1.logo img{width:220px}
    #gnb ul.menu{width:645px}
    #gnb ul.menu>li>a{padding:0 7px;font-size:17px}
    #gnb ul.menu li ul li{height:auto;line-height:normal;margin-bottom:10px}
    #gnb ul.menu li ul li a{font-size:14px;display:inline-block;line-height:normal;width:105px;word-break:keep-all}
}

body.no-scroll{ overflow:hidden}
/* 햄버거 버튼 */
.hamburger{width:30px;height:24px;position:relative;background:transparent;border:none;cursor:pointer}
.hamburger span{display:block;position:absolute;width:100%;height:3px;background-color:#333;border-radius:3px}
.hamburger span:nth-child(1){top:0}
.hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}
.hamburger span:nth-child(3){bottom:0}

.full-menu{position:fixed;top:0;right:0;width:100%;height:100vh;background-color:#ffffff;z-index:9999;overflow-y:auto;transform:translateX(100%);transition:transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1)}

.full-menu.active{transform:translateX(0)}

.btn-close{position:absolute;top:30px;right:30px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;z-index:10000;transition:transform 0.3s}
.btn-close:hover{transform:rotate(90deg)}
.btn-close::before,
.btn-close::after{content:'';position:absolute;top:50%;left:50%;width:30px;height:4px;background-color:#111}
.btn-close::before{ transform:translate(-50%, -50%) rotate(45deg)}
.btn-close::after{ transform:translate(-50%, -50%) rotate(-45deg)}
.full-inner{max-width:1340px;margin:0 auto;padding:120px 40px 60px;display:flex;justify-content:center;gap:40px}
.menu-group{flex:1}
.menu-group-title{font-size:22px;font-weight:800;color:#3259ce;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #333;display:inline-block;min-width:175px}
.side-list li{margin-bottom:15px}
.side-list li a{font-size:17px;color:#555;transition:color 0.2s, font-weight 0.2s}
.side-list li a:hover{color:#3259ce;font-weight:700}

.dummy-content{height:1000px;background-color:#f0f4fa;padding:50px;text-align:center}

@media (max-width:1400px){
    .full-inner{max-width:700px;flex-wrap:wrap}
}
/*header 끝*/

#container{position:relative;min-height:820px;clear:both;margin-top:-35px}
@media screen and (max-width:1200px){
	#container{margin-top:0}
}

#cont_wrap{clear:both;position:relative;min-height:840px}

.hide_pc{display:none!important}
.sub_visual01{position:relative;background:url(/images/common/sub/bg_sub_visual.jpg) no-repeat;height:238px;padding-top:87px}
.sub_visual01 .inner{text-align:center}
.sub_visual01 .sub_visual_text01{font-size:38px;letter-spacing:-2.5px}
.sub_visual01 .sub_visual_text01 strong{}
.sub_visual01 .sub_visual_text02{font-weight:100;padding-top:20px;display:block}

.hidden{font-size:0;height:0;line-height:0;position:absolute;top:-3000px;left:-3000px}
.hidden{font-size:0;height:0;line-height:0;position:absolute;top:-3000px;left:-3000px}
hr{display:none}

#contents{clear:both;padding:40px 0}
.coming_soon_img{text-align:center}

.mHeader{display:none}


.contents{position:relative;min-height:820px;clear:both}
.inner{width:calc(100% - 40px);max-width:1300px;margin:0 auto;position:relative}







#footer{clear:both;background-color:#4f4e5a;width:100%;height:138px;padding-top:44px;position:relative}

.f_logo{display:inline-block;vertical-align:top}
.f_cont01{color:#fff;display:inline-block;vertical-align:top;margin-left:30px;margin-top:5px;font-size:13px}
p.f_grey{color:#bdbdbd}
.f_cont02{display:inline-block;padding-left:156px}
.f_cont02 ul{}
.f_cont02 ul li{background:url(/images/common/common/footer_line01.gif) 0 3px no-repeat;display:inline-block;padding-right:5px;padding-left:13px;font-size:13px}
.f_cont02 ul li.first{background:none}
.f_cont02 ul li a{color:#fff;font-weight:600}
.f_cont02 ul li a:hover{border-bottom:1px solid #ebebeb}

footer{font-family:'NotoSansKR';background:#292f32}
footer .f_menu ul{}
footer .f_menu ul li{padding-right:30px;float:left;line-height:73px}
footer .f_menu ul li a{font-family:'NotoSansKR';color:#fff}
footer .f_menu ul li a.f_first{color:#fff;font-weight:400}
footer .address{font-family:'NotoSansKR';width:100%;clear:both;border-top:1px solid #303133;padding-bottom:100px}
footer .address .inner{position:relative;margin-top:26px;color:#fff;font-weight:200}
footer .address p.addr01{line-height:180%;font-size:1rem;word-break:keep-all}
footer .address p.addr02{margin-top:20px;font-size:12px;line-height:160%;font-weight:200;letter-spacing:0.5px}
footer .sns{position:absolute;top:0;right:0}
footer .sns ul{}
footer .sns ul li{display:inline-block;margin-left:5px;padding-right:0px}
footer .sns ul li a{width:38px;height:38px;display:inline-block;font-size:0;text-indent:-9999px}
footer .sns ul li a.sns_youtube{background:url(/images/common/icon_sns_youtube.png) 0 0 no-repeat}
footer .sns ul li a.sns_band{background:url(/images/common/icon_sns_band.png) 0 0 no-repeat}
footer .sns ul li a.sns_kakao{background:url(/images/common/icon_sns_kakao.png) 0 0 no-repeat}
footer .sns ul li a.sns_blog{background:url(/images/common/icon_sns_blog.png) 0 0 no-repeat}
.f_select{float:right;margin-top:15px}
.f_select select{border:1px solid #fff;border-radius:10px;width:224px}
.f_select .ap_grey{height:40px!important;line-height:36px!important;border-radius:10px!important;vertical-align:bottom!important}



/* Tab */
.sub_content .tab{margin-bottom:0px}
.sub_content .tab ul{width:100%!important;overflow:hidden;float:none;margin:0;padding-bottom:0}
/*.sub_content .tab ul li{float:left;background:none;padding:0;line-height:180%;margin-top:0;text-align:center} 반응형에서 메뉴사라지는 현상 수정-20200211*/
.sub_content .tab ul li{float:left;height:50px;border:1px solid #e1e1e1;background:none;padding:0;margin-top:0;text-align:center}
.sub_content .tab.units_1 li{width:100%}
.sub_content .tab.units_2 li{width:50%}
.sub_content .tab.units_3 li{width:33.3%}
.sub_content .tab.units_4 li{width:25%}
.sub_content .tab.units_5 li{width:20%}
.sub_content .tab.units_6 li{width:16.6%}
.sub_content .tab.units_6 li:first-child{width:17%}
.sub_content .tab.units_7 li{width:14.1%}
.sub_content .tab.units_8 li{width:12.5%}
.sub_content .tab.units_9 li{width:11.1%}
.sub_content .tab.units_10 li{width:10%}
.sub_content .tab.units_11 li{width:18.18%}
.sub_content .tab.units_12 li{width:16.66%}
.sub_content .tab.units_13 li{width:15.38%}
.sub_content .tab.units_14 li{width:14.1%}
.sub_content .tab.units_15 li{width:14.1%}
.sub_content .tab.units_16 li{width:12.5%}
.sub_content .tab.units_29 li{width:10%}
.sub_content .tab ul li.on{background:#333;color:#fff}
.sub_content .tab ul li.on a{color:#fff}
.sub_content .tab ul li a{position:relative;top:50%;transform:translateY(-50%);font-weight:300;color:#333;display:block;text-align:center;font-size:1rem;letter-spacing:-0.5px;z-index:0}

.sub_content .tab ul li a:after{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;background:#1c3c8f;transition:all 0.2s cubic-bezier(0.7, 0, 0.3, 1)}
.sub_content .tab ul li a:hover,.sub_content .tab ul li a:focus,.sub_content .tab ul li a.on{position:relative;top:50%;transform:translateY(-50%);height:50px;border:1px solid #313644}
.sub_content .tab ul.share_tab li a{font-weight:400;color:#333;display:block;height:113px;line-height:50px;text-align:center;box-sizing:border-box;border:1px solid #e1e1e1;font-size:1rem;letter-spacing:-0.5px;transition:all 100ms ease-in-out;-o-transition:all 100ms ease-in-out;-ms-transition:all 100ms ease-in-out;-moz-transition:all 100ms ease-in-out;-webkit-transition:all 100ms ease-in-out;z-index:0}
/*검색*/
div.search:before{content:"";display:block;width:100%;height:87px;position:absolute;left:0;top:-91px}
a.searchOpen{display:block;width:35px;height:35px;text-indent:-9999px;background:url(/sclc/images/common/icon_srch.png) no-repeat center}
div.search{text-align:center;width:100%;padding:30px 0 10px;position:absolute;left:0;top:135px;background:#03214e;z-index:100}
div.search form{position:relative;width:100%;max-width:720px;padding:0;margin:0 auto}
div.search fieldset{padding:0;position:relative;width:600px;margin:0 auto}
div.search fieldset legend{display:none}
div.search fieldset input{display:inline-block;vertical-align:middle;box-sizing:border-box;height:55px;border:0;background:transparent;color:#FFF;outline-style:none}
div.search fieldset input[type=text]{border-right:0;padding:0 10px;width:600px;border:2px solid #FFF}
div.search fieldset input[type=text]:focus{border:2px solid #73c3ff}
div.search fieldset input[type=text]::placeholder{color:#b8bcc4}
div.search fieldset input[type=submit]{width:55px;text-indent:-9999px;position:absolute;top:0;right:0;background:url(/sclc/images/common/search_icon.png) no-repeat center;cursor:pointer}
div.search fieldset input[type=submit]:hover,
div.search fieldset input[type=submit]:focus{background:url(/sclc/images/common/search_iconWhite.png) no-repeat center}
div.search fieldset input[type=submit]:focus{border:1px dotted #fff}
div.search a.searchClose{display:block;z-index:1;position:absolute;right:4px;top:8px;width:40px;height:40px;border-radius:100%;text-indent:-9999px;background:url(/sclc/images/common/search_icon_close.png) no-repeat center}
div.search a.searchClose:focus{border:1px dotted #fff}
div.search .search_txt{width:100%;max-width:600px;margin:0 auto;text-align:left;padding:10px;color:#c1d6f6}
div.search .search_txt span.tit{color:#c1d6f6;display:inline-block;padding-left:20px;padding-right:5px;background-image:url(/sclc/images/common/icon_srch_txt.png);background-repeat:no-repeat;font-weight:bold}
div.search .search_txt a{color:#c1d6f6;display:inline-block;padding:0 3px}
div.search .search_txt a:focus{border:1px dotted #fff}

/*의료기관/약국운영시간*/
.notice_time{display:flex}
.notice_time .n_time{ background-image:url('/images/health_bgbg1.png');background-size:cover;background-position:top;background-repeat:no-repeat;width:calc(44%);display:grid;align-items:center;justify-content:center;justify-items:center;height:max-content;padding:50px 0 20px;margin:0 38px;border:1px solid #29304a;border-radius:10px}
.notice_time .n_time span{text-align:center;font-size:25px;padding:15px;letter-spacing:5px;color:#000}
.notice_time .n_time a{color:#fff;padding:15px 89px;background-color:#29304a;font-weight:bold;font-size:16px;border-radius:10px;margin-top:15px;letter-spacing:3px;text-decoration:none}
.notice_time .n_time img:not(.normal_img){width:100px}
.notice_time span.n_time_a a{padding:15px 60px;letter-spacing:3px}
.notice_time .n_time:hover{border:1px solid #005668;outline:0;background:#1C8984;box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;transition:0.5s}
.notice_time .n_time:hover img:not(.normal_img){filter:brightness(100)}
.notice_time .n_time:hover span{color:#fff}
.notice_time .n_time:hover a{background:#fff;color:#002060}
.notice_time_title{display:flex;justify-content:space-between}
.notice_time_title input{border-radius:4px;border:1px solid #ccc;box-sizing:border-box;margin:1px}

@media screen and (max-width:1200px){
	h1.logo{padding-top:0;margin:0}
	.cont_inner{padding:4%;padding-top:0;max-width:100%}
	.cont_inner .cont_wrap{margin-top:6%}
	.util{display:none}
	.header_wrap{display:none}
	/* 모바일 헤더 */
	#header{display:none}
	.mMenuArea{display:block}
	.inner .cont_wrap{margin-top:40px}
	.cont_wrap img{width:100%}
	
	/*의료기관/약국운영시간*/
	.notice_time span.n_time_a a{padding:15px 38px;letter-spacing:3px}	

	/* 모바일 헤더 */
	.mHeader{position:relative;tg6op:0;left:0;display:block;width:100%;height:80px;background:#fff;z-index:100}
	.mHeader .global_menu{height:40px;background-color:#e9e9e9;width:100%;font-size:0;border-bottom:1px solid #1c8984}
	.mHeader .global_menu .gm01 ul li{display:inline-block;width:25%}
	.mHeader .global_menu .gm01 ul li.gm01_green{}
	.mHeader .global_menu .gm01 ul li.gm01_yellow{}
	.mHeader .global_menu .gm01 ul li.gm01_blue{}
	.mHeader .global_menu .gm01 ul li.gm01_red{}
	.mHeader .global_menu .gm01 ul li a{margin:0 1%;font-size:1rem;background:#d6d5d5;color:#3e3a39;width:98%;height:32px;margin-top:7px;border-top-left-radius:10px;border-top-right-radius:10px;display:inline-block;text-align:center;font-weight:600;display:inline-block}
	.mHeader .global_menu .gm01 ul li.gm01_green.on a{background:#1c8984;color:#fff}
	.mHeader .global_menu .gm01 ul li.gm01_yellow.on a{background:#bd860f;color:#fff}
	.mHeader .global_menu .gm01 ul li.gm01_blue.on a{background:#0774b5;color:#fff}
	.mHeader .global_menu .gm01 ul li.gm01_red.on a{background:#133061;color:#fff}
	.mHeader .global_menu .gm01 ul li.gm01_navy.on a{background:#133061;color:#fff}
	.mHeader .global_menu .gm01 ul li a{line-height:34px}
	.mHeader > div{position:relative;top:0;left:0;width:100%;height:80px;background:#fff;border-bottom:1px solid #e1e1e1}
	.mHeader .menuBtn{position:absolute;left:2%;top:50%;-ms-transform:translate(0, -50%);-webkit-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);display:block;width:43px;height:43px;text-indent:-9999px;background:#999 url(/sclc/images/common/mMenu_icon_open.png) center no-repeat;border-radius:100%}
	.mHeader .logo{position:absolute;left:50%;top:50%;-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:277px}
	/*.mHeader .srchBtn{position:absolute;right:30px;top:50%;width:40px;height:38px;-ms-transform:translate(0, -50%);-webkit-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);background:#d67b1e url("/sclc/images/common/search_iconWhite_02.png") no-repeat 50% 50%;background-size:100% 100%}*/
	.mHeader .srchBtn{width:43px;height:43px;position:absolute;right:2%;top:20px;text-indent:-9999px;background:#999 url(/sclc/images/common/search_iconWhite_02.png) no-repeat center;border-radius:100%;z-index:2}
	.mHeader .srchBtn.on{background:url("/common/images/btn/m_srch_btn_on.png") no-repeat 50% 50%;background-size:100% 100%}

	/* 모바일 메뉴영역 */
	.mMenuArea{display:block;position:absolute;top:0;left:-100%;width:100%;height:auto;background:#fff;z-index:9999}
	.mMenuArea .top{display:none;position:relative;height:40px;border-top:1px solid #ddd}
	.mMenuArea .top ul{font-size:0}
	.mMenuArea .top ul li{background:#ebebeb;font-size:0.9rem;width:50%;text-align:center;display:inline-block;line-height:39px}
	.mMenuArea .top ul li:first-child{border-right:1px solid #ddd;box-sizing:border-box}
	.mMenuArea .top ul li a{width:100%;display:inline-block}
	.mMenuArea .top ul li a.m_login{}
	.mMenuArea .top ul li a.m_logout{}
	.mMenuArea .top ul li a.m_join{}
	.mMenuArea .top ul li a.m_mypage{}
	.mMenuArea .top ul li a.m_login:before{color:#666;content:"\f023";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;padding-right:5px}
	.mMenuArea .top ul li a.m_logout:before{color:#666;content:"\f13e";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;padding-right:5px}
	.mMenuArea .top ul li a.m_join:before{color:#666;content:"\f090";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;padding-right:5px}
	.mMenuArea .top ul li a.m_mypage:before{color:#666;content:"\f007";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;padding-right:5px}
	/*.mMenuArea .top .join{position:absolute;top:50%;left:21px;padding-left:23px;height:32px;line-height:30px;font-family:'NotoSans-Regular', '맑은 고딕', 'Malgun Gothic', sans-serif;font-size:18px;color:#000;background:url("/sclc/images/common/m_login_icon.png") no-repeat 0 6px;-ms-transform:translate(0, -50%);-webkit-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%)}*/
	.mMenuArea .top .mypageBt{position:absolute;top:50%;left:115px;padding-left:12px;height:32px;line-height:30px;font-family:'NotoSans-Regular', '맑은 고딕', 'Malgun Gothic', sans-serif;font-size:18px;color:#fff;-ms-transform:translate(0, -50%);-webkit-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%)}
	.mMenuArea .top .mypageBt span{display:inline-block;margin-right:9px;color:rgba(255,255,255,.3);font-size:14px;vertical-align:bottom}
	.mMenuArea .top .langSel{position:absolute;top:50%;right:30px;margin-top:-15px}
	.mMenuArea .top .langSel:after{content:'';position:absolute;top:50%;right:0;width:12px;height:6px;margin-top:-3px;background:url("/sclc/images/common/arrow_down_white.png") no-repeat 50% 50%}
	.mMenuArea .top .langSel select{padding:0 20px 0 0;width:180px;height:28px;line-height:26px;font-size:18px;color:#fff;text-align:right;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;border:0;background:none}
	.mMenuArea .top .langSel select option,
	.mMenuArea .top .langSel select option:checked,
	.mMenuArea .top .langSel select option:hover{
		background:#ffffff;color:#000000}
	.mMenuArea .top .langSel select option:hover{
		box-shadow:0 0 10px 100px #ffffff inset;color:#000000}
	div.search{top:80px}
	/*div.search a.searchClose{z-index:100;position:absolute;width:43px;height:43px;right:2%;background:#d67b1e url(/sclc/images/common/search_icon_closeWhite.png) no-repeat center;border-radius:100%}*/
	.mMenuArea .top .closeBt{position:absolute;top:50%;right:30px;-ms-transform:translate(0, -50%);-webkit-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%)}
	.mMenuArea .util{padding:26px 0;text-align:center;background:#3b079c}
	.mMenuArea .util a{position:relative;display:inline-block;padding-left:25px;margin-left:24px;font-size:18px;color:#fff}
	.mMenuArea .util a:before{content:'';position:absolute;top:50%;left:0;width:1px;height:17px;margin-top:-8.5px;background:rgba(255,255,255,0.2)}
	.mMenuArea .util a:first-child{padding-left:0;margin-left:0}
	.mMenuArea .util a:first-child:before{display:none}
	.mMenuArea .links{overflow:hidden}
	.mMenuArea .links > div{float:left;width:100%;overflow:hidden;border-bottom:1px solid #e1e1e1}
	.mMenuArea .links > div > a{float:left;display:block;width:50%;height:100px;box-sizing:border-box;border-left:1px solid #e1e1e1}
	.mMenuArea .links > div > a:first-child{border-left:0}
	.mMenuArea .links > div > a.museum{background:#f8f8f8 url("/common/images/btn/m_museum_btn.gif") no-repeat 50% 50%}
	.mMenuArea .links > div > a.rink{background:#f8f8f8 url("/common/images/btn/m_icerink_btn.gif") no-repeat 50% 50%}
	.mMenuArea .links > a{float:left;display:block;padding:17px 0 15px;width:50%;box-sizing:border-box;border-bottom:1px solid #e1e1e1;font-size:18px;color:#555;line-height:38px;text-align:center}
	.mMenuArea .links > a.borL{border-left:1px solid #e1e1e1}
	.mMenuArea .links > a img{margin-right:10px}
	.mMenuArea .gnbArea .oneD{display:block;font-size:17px;font-weight:600;color:#fff;padding:15px 20px;border-bottom:1px solid #e1e1e1;background:#999 url("/lms/images/common/mMenu_plus.png") no-repeat 95% 14px}
	.mMenuArea .gnbArea .on{color:#fff;background:#3760b1 url("/lms/images/common/mMenu_minus.png") no-repeat 95% 23px !important}
	.mMenuArea .gnbArea .twoD{display:none;padding:0 17px;border-bottom:1px solid #e1e1e1;background:#fff}
	.mMenuArea .gnbArea .twoD > a{display:block;font-size:16px;color:#333;padding:13px 18px;border-bottom:1px solid #dadada}
	.mMenuArea .gnbArea .twoD > a:before{ color:#3760b1;content:"\f138";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;padding-right:5px}
	.mMenuArea .gnbArea .twoD:last-child > a:last-child{border-bottom:0px solid #e1e1e1}
	.mMenuArea .gnbArea .twoD > a.on{font-family:'NotoSans-Medium', '맑은 고딕', 'Malgun Gothic', sans-serif}
	.mMenuArea .gnbArea .twoD > a.thrBt{background:url("/common/images/btn/thrBt.png") no-repeat 95% center;background-size:30px}
	.mMenuArea .gnbArea .twoD > a.thrBt.on{background:url("/common/images/btn/thrBt_on.png") no-repeat 95% center;background-size:30px}
	.mMenuArea .gnbArea .twoD .thrD{display:none;padding:15px 40px;border-bottom:1px solid #e1e1e1;background:#f2f2f2}
	.mMenuArea .gnbArea .twoD .thrD:last-child{border-bottom:0px solid #e1e1e1}
	.mMenuArea .gnbArea .twoD .thrD > a{display:block;font-size:18px;color:#555;padding:15px 0}
	.mMenuArea .rollArea{width:94%;margin:50px auto}
	.mMenuArea .rollArea .swiper-slide{width:100%}
	.mMenuArea .rollArea .swiper-slide img{width:100%}
	.mMenuArea .rollArea .swiper-pagination-bullets{bottom:30px}
	.mMenuArea .rollArea .swiper-pagination-bullet{width:11px;height:11px;background:url("/common/images/btn/gnb_banner_bt.png") no-repeat 0 0}
	.mMenuArea .rollArea .swiper-pagination-bullet-active{background:url("/common/images/btn/gnb_banner_bt_on.png") no-repeat 0 0}


	#gnb ul.menu > li > a{width:100%;text-align:center;font-size:20px!important;padding:0!important;text-align:center;display:inline-block}
	
	.contents .inner{width:96%}
	
	header h1.logo{width:240px;padding-top:10px;padding-left:17px}
	header .gnb_box{border-bottom:0}
	.box{}
	.box h1 img{width:100%}
		div.search:before{display:none}
	a.searchOpen{width:43px;height:43px;position:absolute;right:0px;top:-1px;text-indent:-9999px;background:#d8003b url(/lms/images/common/search_iconWhite_02.png) no-repeat center;border-radius:100%;z-index:2}
	div.search{background:rgba( 0,29,74,0.95 );top:80px;z-index:101}
	div.search fieldset{}
	div.search fieldset input[type=text]{width:100%}
	.f_select{float:none;margin-bottom:26px;margin-top:0;clear:both;padding-top:18px}
	footer .sns{left:0!important;right:none;position:relative}
}

@media only screen and (max-width:400px){
    .mHeader .logo{width:210px}
    .mHeader .logo img{width:100%}
}

/*SNS팝업*/
div.shareWrap{width:295px;padding:15px 15px 5px 15px}
div.shareWrap dl{overflow:hidden;font-size:12px;margin-bottom:10px}
div.shareWrap dl dt{float:left;clear:both;width:20%;padding-top:4px;margin-bottom:10px;font-weight:200}
div.shareWrap dl dd{float:right;width:80%;margin-bottom:10px;font-weight:200}
div.shareWrap dl dd a{display:inline-block;width:25px;height:25px;text-indent:-9999px;margin:0 2px}
div.shareWrap dl dd a:nth-child(1){background:url(/sclc/images/common/snsFacebook.png) no-repeat}
div.shareWrap dl dd a:nth-child(2){background:url(/sclc/images/common/snsTwitter.png) no-repeat}
div.shareWrap dl dd a:nth-child(3){background:url(/sclc/images/common/snsKakaoTalk.png) no-repeat}
div.shareWrap dl dd a:nth-child(4){background:url(/sclc/images/common/snsCacaoStory.png) no-repeat}
div.shareWrap dl dd input[type=text]{border:1px solid #cecece;width:145px;height:26px}
div.shareWrap dl dd input[type=button]{border:0;background:#313644;width:50px;height:26px;float:right;color:#FFF !important;text-align:center;border-radius:40px}
div.shareWrap dl dd input[type=button]:hover,
div.shareWrap dl dd input[type=button]:focus{background:#000}	
/*페이지기능*/
.translated-ltr .zoomFunc{vertical-align:top}
.pageFunc{position:absolute;right:0px;top:9px;z-index:3;font-size:0}
.pageFunc font{display:none}
.pageFunc > a{display:inline-block;text-indent:-9999px;width:50px;height:50px;background-repeat:no-repeat;background-position:center;border-radius:50px;background-color:#f0f0f0;margin-left:12px}
.pageFunc a.btnShare{background-image:url(/sclc/images/common/btnShare.png);border-left:1px solid #e5e5e5}
.pageFunc a.btnShare:hover,
.pageFunc a.btnShare:focus
.pageFunc a.btnShare.active{background:#f0f0f0 url(/sclc/images/common/btnShare_on.png) center no-repeat}
.pageFunc a.btnFavorite{background-image:url(/sclc/images/common/btnFavorite.png)}
.pageFunc a.btnFavorite:hover,
.pageFunc a.btnFavorite:focus,
.pageFunc a.btnFavorite.active{background-image:url(/sclc/images/common/btnFavorite_on.png)}
.pageFunc a.btnPrint{background-image:url(/sclc/images/common/btnPrint.png)}
.pageFunc a.btnPrint:hover{background:#f0f0f0 url(/sclc/images/common/btnPrint.png) center no-repeat}
.pageFunc div.shareWrap,
.pageFunc div.favoriteWrap{display:none;position:absolute;top:50px;right:0px;border:1px solid #cecece;background:#FFF;z-index:2}
.pageFunc a.shareClose,
.pageFunc a.favoriteClose{display:block;position:absolute;top:20px;right:20px;width:13px;height:13px;text-indent:-9999px;background:url(/sclc/images/common/closeFunc.png)}	
/*zoom기능*/
.zoomFunc{display:inline-block;text-align:center;background:#f0f0f0;height:50px;box-sizing:border-box;padding:15px;margin-left:12px;vertical-align:top;margin-top:0px;border-radius:50px}
.zoomFunc a{display:inline-block;vertical-align:text-top}
a.zoomNormal{font-size:14px;padding:2px 10px}
a.zoomIn,
a.zoomOut{text-indent:-9999px;width:20px;height:20px;position:relative;vertical-align:top;/*! line-height:53px;*/}
a.zoomIn:before,
a.zoomIn:after,
a.zoomOut:before{content:"";display:block;width:10px;height:2px;background:#5b5b5b;position:absolute}
a.zoomIn:before{left:4px;top:8px}
a.zoomIn:after{left:8px;top:4px;width:2px;height:10px}
a.zoomOut:before{left:6px;top:9px}

	
@media screen and (max-width:1023px){	
	/*의료기관/약국운영시간*/
	.notice_time span.n_time_a a{padding:15px 38px;letter-spacing:3px}
	#gnb{display:none!important}
	.btn_snbOpen{position:absolute;right:15px;top:0px;width:68px;height:70px}
	.top_box .slogan_area{display:none!important}
	.snb_mo_bg{position:fixed;top:-40px;width:100%;height:100%;background-color:#000000;opacity :0.6;filter:alpha(opacity=60);-moz-opacity:0.6;-khtml-opacity:0.6;display:none;z-index:1000}
	.top_box #srch_area{display:none!important}
	.top_wrap ul li.site_map{display:none}
    .top_box .top_link{display:none}
	.btn_snbOpen a.btn_open{display:block;width:100%;height:45px;text-indent:-9999px;font-size:0;background:url(/images/common/icon_menu.png) right 3px no-repeat;background-size:35px!important}
	.box .hide_pc{display:block!important}
	header h1.logo{width:306px!important}
		
	
    .snb_wrap{width:100%!important}
    .sub_visual{background-size:auto 150px!important;height:150px!important}
    .sub_visual p.sv_text01{padding-top:47px!important;font-size:27px!important}
    .sub_visual p.sv_text02{padding-top:4px!important;font-size:27px!important}
    .snb ul li a{font-size:14px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}   
    .sub_container .title_box{height:80px!important}
    .sub_container .title_box h3{line-height:76px!important;font-size:30px!important}

    footer ul.f_menu{padding-left:10px!important}
    footer .address .inner{padding-left:10px!important;padding-top:0px!important;background-position:10px 0!important}
    .zoomFunc{display:none!important}
    .pageFunc a.btnPrint{display:none!important}
    .pageFunc{top:15px;width:60px!important}
    .pageFunc > a{width:35px;height:35px}
    .pageFunc a.btnShare{border-left:0!important}
	
}
@media only screen and (max-width:860px){

	div.search:before{display:none}
	a.searchOpen{width:43px;height:43px;position:absolute;right:0px;top:-1px;text-indent:-9999px;background:#d8003b url(/garden/images/common/search_iconWhite_02.png) no-repeat center;border-radius:100%;z-index:2}
	div.search{background:rgba( 0,29,74,0.95 );top:80px;z-index:101}
	div.search fieldset{}
	div.search fieldset input[type=text]{width:100%}

	}

@media screen and (max-width:768px){
	footer .inner{padding-top:20px}
	footer .f_menu ul li{line-height:40px;width:33.333%}
	.f_select select{width:calc(100% - 60px)}
	footer .sns ul li{width:auto}
	footer .address p.addr01{font-size:0.8rem}
}	
@media only screen and (max-width:720px){
	div.search fieldset{width:88%;margin:0 auto 0 17px}
	div.search a.searchClose{right:14px}
}
@media screen and (max-width:600px){
	
	div.search fieldset{width:86%}
	div.search a.searchClose{right:9px}
	
}
@media screen and (max-width:508px){
	footer ul.f_menu li{width:50%!important;line-height:40px!important;padding-right:0!important}
	
}

@media only screen and (max-width:525px){
	div.search fieldset{width:84%}
	.mHeader .global_menu .gm01 ul li a{font-size:12px}
	footer .f_menu ul li{width:50%;line-height:30px}
	footer .sns ul li{width:auto}
}
@media only screen and (max-width:400px){
	.sub_visual p.sv_text01{font-size:16px!important;padding-top:30px!important;padding-right:10px}
	.sub_visual p.sv_text02{font-size:16px!important;padding-top:10px!important;padding-right:10px}
	}
@media screen and (max-width:390px){
	.mHeader .global_menu .gm01 ul li a{font-size:10px;font-weight:400}
}
@media screen and (max-width:380px){
	.con_02 span.big_text{font-size:20px!important}
	img.p{width:210px!important;padding-top:6px!important}
}
@media screen and (max-width:325px){
	.mHeader .global_menu .gm01 ul li a{letter-spacing:-1px}
}

/* button */
.btnD1, .btnD1-1,.btnD2,.btnD2_prod{display:inline-block;min-width:200px;height:60px;padding:0 60px;letter-spacing:-.2px;;font-size:16px;text-align:center;box-sizing:border-box;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}
a.btnD1-1, a.btnD1,a.btnD2,a.btnD2_prod{line-height:58px}
.btnD1, .btnD1-1,.btnD2_prod{color:#fff ! important;border:1px solid #007766;background:#007766}
.btnD1:hover, .btnD1-1:hover, .btnD2_prod:hover{background:#02806d}
.btnD2{color:#444! important;border:1px solid #888;background:#fff}
.btnD2:hover{color:#007766! important;border:1px solid #007766}
.btnD1.disabled{color:#fff! important;border:1px solid #333;background:#333}
.btnD1-1.disabled{color:#fff! important;border:1px solid #333;background:#333}
.btnD2.disabled{color:#999! important;border:1px solid #ccc;background:#f5f5f5}
.btnD1.big, .btnD1-1.big, .btnD2.big{min-width:300px;font-size:18px;}

.btnS1,.btnS2,.btnS3,.btnS4{display:inline-block;min-width:108px;height:40px;padding:0 20px;letter-spacing:-.2px;font-size:14px;text-align:center;box-sizing:border-box;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}
a.btnS1,a.btnS2,a.btnS3,a.btnS4{line-height:38px;font-weight:bold}
.btnS1{color:#fff! important;border:1px solid #007766;background:#007766}
.btnS1:hover{background:#02806d}
.btnS2{color:#222! important;border:1px solid #222;background:#fff}
.btnS2:hover{color:#007766! important;border:1px solid #007766}
.btnS3{color:#e41313! important;border:1px solid #e41313;background:#fff}
.btnS3:hover{color:#ef4040! important;border:1px solid #ef4040}
.btnS4{color:#007766! important;border:1px solid #007766;background:#fff}
.btnS4:hover{color:#05564a! important;border:1px solid #05564a}
.btnS1.disabled,.btnS2.disabled,.btnS3.disabled,.btnS4.disabled{color:#999! important;border:1px solid #ccc;background:#f5f5f5}
.btnS1_mypage{display:block;width:66px;margin:20px auto}
.btnS1_hpoint{width:150px;height:19px;line-height:13px;font-size:14px}

.btnForm_block{position:relative;margin-top:50px;text-align:center;font-size:0}
.btnForm_block a~a{margin-left:6px }
.btnForm_block button~button{margin-left:20px}
.btnForm_block .btnD1 , .btnForm_block .btnD2, .btnForm_block .btnD3{font-size:16px}

/* board */
.sub_info{font-weight:bold}
.board_search{margin-bottom:16px;text-align:right;font-size:0}
.board_search label{position:absolute;left:-5000px;height:0;line-height:0;overflow:hidden}
.board_search .box{display:inline-block}
.board_search select{position:relative;width:200px ! important}
.board_search select ~ select{margin-left:10px}
.board_search input{width:280px;height:40px;margin-left:10px;padding-right:40px ! important;font-size:14px;border:1px solid #c2c2c2;padding-left:10px}
.board_search .btn{width:40px;height:40px;margin-left:-40px;font-size:0;background:url(/images/common/ico_search.png) no-repeat 50% 50%}
.board_search .btn_g{display:inline-block}
.board_search .btn_g button{width:40px;height:40px;margin-right:-1px;border:1px solid #c2c2c2}
.board_search .btn_g .on{position:relative;border:1px solid #222}
.board_search .btn_g .btn_list{background:url(/images/common/ico_list.png) no-repeat 50% 50%}
.board_search .btn_g .btn_thum{background:url(/images/common/ico_thum.png) no-repeat 50% 50%}
.board_search .btn_g .btn_list.on{background:url(/images/common/ico_list_on.png) no-repeat 50% 50%}
.board_search .btn_g .btn_thum.on{background:url(/images/common/ico_thum_on.png) no-repeat 50% 50%}

.board_search2{margin-bottom:60px;text-align:center;font-size:0}
.board_search2 label{position:absolute;left:-5000px;height:0;line-height:0;overflow:hidden}
.board_search2 input[type=text]{width:490px;height:50px;font-size:14px;border:1px solid #222}
.board_search2 .btn{width:50px;height:50px;font-size:0;background:url(/images/common/ico_search2.png) no-repeat 50% 50% #222}

.paging{position:relative;z-index:9;text-align:center;margin:40px auto 0;font-size:0}
.paging *{vertical-align:middle}
.paging ul{display:inline-block;margin:0 30px;font-size:0}
.paging li{display:inline-block!important;padding:0 0 2px 8px!important;margin-top:0!important}
.paging li~li{margin-left:10px}
.paging li a,.paging li strong{position:relative;display:inline-block;width:30px;height:30px;line-height:30px;font-family:'arial';font-weight:900 ;font-size:14px;text-align:center;color:#000;box-sizing:border-box}
.paging li strong a,.paging ul li strong{background:#0a31a8;color:#FFF}
.paging .prev,.paging .next,.paging .first,.paging .last{display:inline-block;width:30px;height:30px;font-size:0;text-indent:-5000px}
.paging .prev{margin-left:-1px;background:url(/images/common/btn_pre.png) no-repeat 50% 50%}
.paging .next{background:url(/images/common/btn_nxt.png) no-repeat 50% 50%}
.paging .first{margin-right:5px;background:url(/images/common/btn_first.png) no-repeat 50% 50%}
.paging .last{margin-left:5px;background:url(/images/common/btn_last.png) no-repeat 50% 50%}

.btn_listMore{margin-top:27px;padding-top:17px;text-align:center;border-top:1px solid #ddd}
.btn_listMore button{height:40px;line-height:40px}
.btn_listMore button:after{content:"";position:relative;top:-2px;display:inline-block;width:12px;height:8px;vertical-align:middle;margin-left:10px;background:url(/images/common/ico_more.png) no-repeat 50% 50%}

.board_list{}
.board_list table{table-layout:fixed;width:100%;text-align:center;border-collapse:collapse;border-top:2px solid #222;color:#666}
.board_list thead th{line-height:17px;height:52px;padding:0px 5px;vertical-align:middle;font-size:18px;border-bottom:1px solid #e1e1e1;color:#222;background:#eee;word-break:normal}
.board_list tbody th{height:52px;line-height:19px;padding:5px;vertical-align:middle;border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;/*background:#f8f9fb;*/word-break:normal}
.board_list td{height:50px;line-height:19px;padding:5px;vertical-align:middle;border-bottom:1px solid #e1e1e1;text-align:center;word-break:normal;font-size:17px}
#tradedPrice_day td , #tradedPrice_time td  , #Hoga td{border-left:1px solid #e1e1e1}
#tradedPrice_day td:first-child , #tradedPrice_time td:first-child  , #Hoga td:first-child{border-left:0 none}

.board_list td{color:#666}
.board_list th.title{text-align:center}
.board_list .title{padding:5px 15px 5px 25px;text-align:left}

.board_list .title a{display:block;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#000}
.board_list .num{width:80px}
.board_list .division{width:180px}
.board_list .part{width:125px}
.board_list .writer{width:110px}
.board_list th.date{font-weight:400}
.board_list .date{width:90px;font-weight:200}
.board_list .state{width:150px}
.board_list .state01{font-weight:600;color:#74b816}
.board_list .state02{font-weight:600;color:#1098ad}
.board_list .state03{font-weight:600;color:#37b24d}
.board_list .state04{font-weight:600;color:#1c7ed6}
.board_list .state05{font-weight:600;color:#f76707}
.board_list .hit{width:105px}
.board_list .file{width:110px}
.board_list .file a{display:inline-block;font-size:0;background:url(/images/common/ico_file.png) no-repeat 50% 50%}
.board_list .type{width:110px}
.board_list .select{width:60px}
.board_list .cus-inform{width:100px}
.board_list .tel-num{width:100px}
.board_list .add{width:250px}
.board_list .i_noti,.board_list .i_noti2,.board_list .i_not3{display:inline-block;text-align:center;color:#007766;vertical-align:middle}
.board_list .i_noti2{color:#562fad}
.board_list .i_noti3{color:#275a8d}
.board_list .i_file{display:inline-block;width:20px;height:20px;font-size:0;vertical-align:middle;background:url(/images/common/ico_file.png) no-repeat 50% 50%}




.new{position:relative ! important;left:0 ! important;right:auto ! important;top:-2px ! important;display:inline-block ! important;width:16px ! important;height:16px ! important;font-size:0 ! important;vertical-align:middle;background:url(/images/common/ico_new.png) no-repeat 50% 50%}
/*.new:before{display:none}*/

.sub_container .board_view{position:relative;border-top:2px solid #222}
.sub_container .board_view h2{font-size:23px;color:#222;background:none;padding-left:0!important;padding-top:10px;font-weight:500;font-family:'NotoSansKR'}
.sub_container .board_view h2 .part{position:relative;top:3px;line-height:28px;padding-right:25px;margin-right:25px}
.sub_container .board_view h2 .part:before{content:"";position:absolute;top:15px;right:0;width:1px;height:12px;background:#e1e1e1}
.sub_container .board_view h2 .part.type1{color:#007766}
.sub_container .board_view h2 .part.type2{color:#562fad}
.sub_container .board_view h2 .part.type3{color:#275a8d}
.sub_container .board_view h2 .part.type4{color:#e41313}
.sub_container .board_view .date{line-height:24px;padding-bottom:16px;letter-spacing:1px;font-size:14px;color:#000}
.sub_container .board_view .name{display:inline-block;padding:2px 10px;border-radius:3px;font-size:14px;color:#000;background:#f6fdf5;font-weight:bold}
.sub_container .board_view .memo{min-height:200px;padding:40px 0 40px;margin-bottom:40px;line-height:28px;border-top:1px solid #e1e1e1;border-bottom:1px solid #222;box-sizing:border-box;word-wrap:break-word}
.sub_container .board_view .memo img{max-width:835px}
.sub_container .board_view .memo ul,
.sub_container .board_view .memo ul li{list-style-type:disc}
.sub_container .board_view .memo ol,
.sub_container .board_view .memo ol li{list-style-type:decimal}
.sub_container .board_view .memo.event img{max-width:none}
.sub_container .board_view .date .txt{margin-left:40px}
.sub_container .board_view .sns_g{margin:-20px 0 0 0;text-align:right}
.sub_container .board_view .file{position:relative;min-height:20px;line-height:20px;padding:10px 20px 10px 110px;border-top:1px solid #e1e1e1}
.sub_container .board_view .file .tit{position:absolute;top:0;bottom:0;left:0px;width:75px;height:20px;margin:auto 0;color:#222;}
.sub_container .board_view .file .tit:before{content:"";position:absolute;top:0;bottom:0;right:0;width:1px;height:12px;margin:auto 0;background:#e1e1e1}
.sub_container .board_view .file p~p{margin-top:5px}
.sub_container .board_view .file a{display:inline-block;padding:0 30px;background:url(/images/common/ico_file.png) no-repeat 0 50%}


.prevNext_list{border-top:1px solid #e1e1e1}
.prevNext_list li{position:relative;height:70px;line-height:70px;padding:0 20px 0 165px;border-bottom:1px solid #e1e1e1}
.prevNext_list li span{position:absolute;top:0;left:40px;width:85px;color:#222}
.prevNext_list li span:before{content:"";position:absolute;top:0;bottom:0;right:0;width:1px;height:12px;margin:auto 0;background:#e1e1e1}
.prevNext_list li a{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#222}
.prevNext_list li a b{color:#222}
.prevNext_list .new{margin-right:5px}
/*  iframe 추가 */
.board_view .memo .emvedWrap{width:840px;margin:0 auto}
.board_view .memo .emved{margin-bottom:35px;position:relative;height:0;padding-bottom:calc(56.2% + 70px);/*overflow:hidden;*/width:100%}
.board_view .memo.fixed .emved{/*padding-bottom:16%;*/ margin-bottom:0}
.board_view .memo .emved iframe, .board_view .memo .emved object, .board_view .memo .emved embed{position:absolute;width:100%;height:100%;top:0;left:50%;margin:0 0 0 -50%;box-sizing:border-box}
.board_view .memo.fixed .emved iframe, .board_view .memo.fixed .emved object, .board_view .memo.fixed .emved embed{box-sizing:border-box}
/* iframe  추가 끝*/
.board_view .memo.fixed .emvedWrap{width:320px;z-index:9999;position:fixed;bottom:0;right:0;margin-bottom:0}
.board_view .memo.fixed .emved{}
.board_view .memo.fixed{padding-top:300px}
.board_view .anwer{position:relative;margin:40px 0 -40px;padding:45px 80px;background:#f8f8f8}
.board_view .anwer:before{content:"A";position:absolute;top:40px;left:30px;color:#007766;font-size:22px;font-family:'arial'}

/*board_write*/
.board_write{table-layout:fixed;width:100%;border-collapse:collapse;border-top:2px solid #222;margin:0}
.board_write *{vertical-align:middle}
.board_write .marginType{margin:10px 0}
.board_write tr:first-child th,table.board_write tr:first-child td{border-top:0}
.board_write th{width:220px;border-bottom:1px solid #e1e1e1;text-align:left;color:#444;padding:15px 10px 15px 25px;font-weight:600;background:#fafafa}
.board_write .m_hidden{display:table-row}
.board_write .p_hidden{display:none}
.board_write th span{display:block;margin-top:12px}
.board_write th strong{position:relative;top:3px;margin-right:5px;color:red}
.board_write td{height:40px;line-height:20px;vertical-align:middle;border-bottom:1px solid #e1e1e1;background:#fff;padding:15px 20px 15px 10px;text-align:left}
.board_write input[type=text],.board_write input[type=file],.board_write input[type=password]{width:100%}
.board_write input[type=text],.board_write input[type=password]{border:1px solid #c2c2c2;height:40px;line-height:40px;padding-left:12px}
.board_write input[type=tel]{width:100%;font-family:'arial'}
.board_write select{width:100%}
.board_write textarea{overflow-y:auto;width:100%;height:345px}
.board_write .part{display:block;padding:0 5px;line-height:40px;height:40px;font-size:14px;text-align:center}
.board_write .input_box{width:70%;font-size:0;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch}
.board_write .mail_box{width:70%;font-size:0;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch}
.board_write .mail_box .col{width:70%;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch}
.board_write .mail_box select{width:29%;margin-left:1%}
.board_write .phone_box{width:70%;font-size:0;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch}
.board_write strong{   vertical-align:top}
.board_write .txt{font-size:14px;line-height:26px;color:#444}
.board_write .radio_group{margin-bottom:8px}
.board_write.form-apply td label{ }
.board_write.form-apply td label.agreeMtype{margin-left:0;vertical-align:top}
.board_write.form-apply td label:first-child{margin-left:0}
.board_write.form-apply td label + input[type=text]{width:auto;margin-left:20px;display:inline-block}
.board_write.form-apply td label + input[readonly=readonly]{display:none}
span.explain{color:#666}

.address_info dl.dl_sty1{margin-bottom:12px}
.address_info dl.dl_sty1 dt{float:left;margin-top:6px;padding-left:7px;;color:#222}
.address_info dl.dl_sty1 dt.mt25{margin-top:25px}
.address_info dl.dl_sty1 dd{margin:12px 0 0 0px}
.address_info dl.dl_sty1 dd.noti{position:relative;top:0;left:0;*z-index:2}
.address_info dl.dl_sty1 dd.noti .placeholder{*top:8px}
.address_info dl.dl_sty1 dd.phone{position:relative;*z-index:2}
.address_info dl.dl_sty1 dd.k_text{padding-top:2px}
.address_info dl.dl_sty1 dd.k_text.form{padding-top:6px;margin-bottom:12px}
.address_info dl.dl_sty1 dd.k_text.form input[type="checkbox"]{margin-right:5px}
.address_info dl.dl_sty1 dd > span.txt_red{line-height:140%}
.address_info dl.dl_sty1 dd > span.txt_info{line-height:140%;color:#007fea}
.address_info dl.dl_sty1 dt+dd{margin-top:0}
a.tx_btn{background:#ebebeb;padding:1px 10px;color:#000;float:left}
#addressZip01{float:left;border:1px solid #ebebeb;max-width:100px;height:32px!important;line-height:32px!important}
p.d_b{clear:both;display:block}
#addressIn01{clear:both;border:1px solid #ebebeb;max-width:300px}
#addressIn02{border:1px solid #ebebeb;max-width:300px}
.ng-pristine{border:1px solid #eebeb}
.address_info dl.dl_sty1 dd.noti{border:1px solid #ebebeb}
.board_write .fileAdd_list{margin-top:25px}
.board_write .fileAdd_list li{color:#444;font-size:14px}
.board_write .fileAdd_list li~li{margin-top:5px}
.board_write .fileAdd_list .del{width:14px;height:14px;margin-left:10px;font-size:0;background:url(../images/ico_del.png) no-repeat 50% 50%}
.board_write #opfileSnFileFormDiv > .row{padding-bottom:10px}
.board_write #opfileSnFileFormDiv > .row > div > div.row{padding-bottom:5px}
.board_write #opattFileIdFileFormDiv > .row{padding-bottom:10px}
.board_write #opattFileIdFileFormDiv > .row > div > div.row{padding-bottom:5px}
.address_info .map_area{margin-top:10px;border:1px solid #ebebeb;width:100%;height:300px}
.location_wrap{background:#e9e9e9;padding:10px ;text-align:center}
.location_wrap span{line-height:38px;display:inline-block}
.location_wrap span.location_title{font-size:15px;color:#000}
.tree_add_table_wrap{border-top:1px solid #222;color:#666}
table.tree_add{table-layout:fixed;width:100%;text-align:center;border-collapse:collapse}
table.tree_add thead th{text-align:center;line-height:17px;height:37px;padding:0px 5px;vertical-align:middle;font-size:14px;border-bottom:1px solid #e1e1e1;color:#222;background:#eee;word-break:normal}
table.tree_add tbody th{height:30px;line-height:19px;padding:5px;vertical-align:middle;border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;/*background:#f8f9fb;*/word-break:normal}
table.tree_add td{height:50px;line-height:19px;padding:5px;vertical-align:middle;border-bottom:1px dotted #333;text-align:center;word-break:normal;font-size:14px}
table.tree_add td input{text-align:center;padding:0}
table.tree_add tr.border_dotted{border-top:2px dotted #ebebeb!important}

.board_list table.tree_add{table-layout:fixed;width:100%;text-align:center;border-collapse:collapse}
.board_list table.tree_add thead th{text-align:center;line-height:17px;height:37px;padding:0px 5px;vertical-align:middle;font-size:14px;border-bottom:1px solid #e1e1e1;color:#222;background:#eee;word-break:normal}
.board_list table.tree_add tbody th{height:30px;line-height:19px;padding:5px;vertical-align:middle;border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;/*background:#f8f9fb;*/word-break:normal}
.board_list table.tree_add td{color:#333;border-right:1px solid #ebebeb;height:50px;line-height:19px;padding:5px;vertical-align:middle;border-bottom:1px dotted #333;text-align:center;word-break:normal;font-size:14px}
.board_list table.tree_add td:last-child{border-right:0}
.board_list table.tree_add td input{text-align:center;padding:0}
.board_list table.tree_add tr.border_dotted{border-top:2px dotted #ebebeb!important}


.btn_inp_g_001{margin-left:2px;display:inline-block;background:#666;padding:0px 5px;color:#fff;font-size:12px;font-weight:bold;line-height:21px;height:26px;text-decoration:none;letter-spacing:-1px;min-width:60px;cursor:pointer;vertical-align:middle;*display:inline;zoom:1}
.board_write .popup_cons .joinForm{width:850px;max-height:850px;height:100%}
.bbs_file li a{color:#666!important}

.board_write .coment{margin-bottom:15px;color:#222}
.board_write .joinForm_box{padding:20px 40px 0;background-color:#fff}
.board_write textarea{height:200px;padding:12px 20px}
.board_write .chk_box label{color:#222}
.board_write .agree{height:80px;padding:15px;margin-top:15px;font-size:14px;border:1px solid #c2c2c2;overflow-y:scroll}
.board_write .agree strong{font-family:'NotoKrB';color:#e41313;text-decoration:underline}
.board_write .btnForm_block{margin:20px 0;padding-bottom:20px}
.board_write th{width:195px}
.board_write th span.paddingType{padding-left:12px;margin-top:0;vertical-align:text-top}
.board_write .fcol3{display:flex}
.board_write .fcol3 select~select{margin-left:20px}
.board_write #counter{color:#666 !important;font-size:14px}

textarea{border:1px solid #c2c2c2;font-size:14px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;resize:none;box-sizing:border-box;overflow-y:auto;width:100%}
.blind{display:none!important}
p.file_notice{margin-top:10px;line-height:120%;font-weight:200}

.gallery_list{padding:28px 10px 27px 10px}
.gallery_list ul{overflow:hidden;margin:-20px -20px 0}
.gallery_list li{position:relative;float:left;width:25%;margin-top:30px;padding:0 0 34px 8px!important}
.gallery_list ul li > a{display:block}
.gallery_list li .g_box{margin:0 10px}
.gallery_list .thum{margin-bottom:0px;box-sizing:border-box;position:relative;/* overflow:hidden;*/ width:100%;height:234px;padding-bottom:56.25%}
.gallery_list .thum .imgWrap{position:absolute;display:block;top:0;left:0;width:100%;height:100%;overflow:hidden}
.gallery_list .thum a{position:absolute;display:block;top:0;left:0;width:100%;height:100%;overflow:hidden;border-top:2px solid #222}
.gallery_list .thum img{width:100%;height:100%;max-height:100%}
.gallery_list .tit{height:20px;line-height:20px;font-size:16px;color:#222;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.gallery_list .g_box .txt_g{border-bottom:1px solid #e1e1e1;background:#f9fafa;height:90px;padding-top:18px} 
.gallery_list .g_box .txt_g a{display:block;text-align:center}
.gallery_list .g_box .txt_g2{border-bottom:1px solid #e1e1e1;background:#f9fafa;height:82px;padding-top:18px} 
.gallery_list .g_box .txt_g2 a{display:block;text-align:left;padding-left:10px}
.gallery_list .g_box .txt_g2 a p{margin-bottom:15px}
.gallery_list .g_box .txt_g2 span.g2_name{float:left;padding-left:10px;font-size:13px;font-weight:200;color:#555}
.gallery_list .g_box .txt_g2 span.g2_date{float:right;padding-right:10px;font-size:13px;font-weight:200;color:#555}
.gallery_list .memo{height:54px;margin-top:10px;line-height:26px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word}
.gallery_list .date{margin-top:11px;font-size:13px;color:#333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.gallery_list .date .name{display:inline-block;padding:2px 10px;margin-right:5px;border-radius:3px;font-size:13px;color:#999;background:#f5f9fd}
.gallery_list li.end .thum:before{z-index:1;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.5}
.state_event1,.state_event2{z-index:2;position:absolute;top:20px;left:20px;width:60px;height:60px;line-height:60px;text-align:center;color:#fff;border-radius:100%;background:rgba(10, 151, 130, .8)}
.state_event2{background:rgba(00, 00, 00, 1)}

.go_srch{margin-top:13px;float:left}
.go_srch a{border:1px solid #000;color:#000;padding:9px 20px}
.go_srch a:hover{background:#666;color:#fff}
.go_srch a img{padding-left:10px;vertical-align:top;padding-top:4px}



@media (max-width:1023px){
	.gallery_list li{width:33.33%}
	
}
@media (max-width:800px){
	.table_scroll{overflow-x:auto;padding-bottom:10px}
	.table_scroll table{min-width:1120px}
}
@media (max-width:767px){
	.gallery_list li{width:50%}
	th,td{word-break:break-all;word-wrap:normal}
}

@media (max-width:600px){
	.go_srch{float:none}
	.go_srch a{width:100%;display:block;text-align:center;margin-bottom:10px}
	.g_srch input{width:100%;margin-left:0}
}
@media (max-width:1000px){
	body{font-size:14px}
}
/* 반려나무검색 슬라이드 */

/* 체험프로그램 슬라이드 */
.inside .bx-wrapper{max-width:none!important;width:42%;float:left;margin:0 4% 50px}
.inside .bx-wrapper a:focus{border:2px dotted #000}
.inside .goods_thumbs_wrap{height:100%;padding-right:0!important;padding-left:0!important;text-align:-webkit-center}
.inside .goods_form_wrap{float:left;width:50%}
/*.inside .bx-wrapper img{height:302px!important}*/
.inside .bx-wrapper .bx-pager.bx-default-pager a{padding:7px;background:url(/images/cont/slider_control_off.png) no-repeat center 3px;border:0;border-radius:0}
.inside .bx-wrapper .bx-pager.bx-default-pager a:hover, .inside .bx-wrapper .bx-pager.bx-default-pager a.active{background:url(/images/cont/slider_control_on.png) no-repeat center 3px}
.inside .bx-wrapper .bx-pager.bx-default-pager a:focus{background:url(/images/cont/slider_control_on.png) no-repeat center 3px;border:1px dotted #000}
@media all and (max-width:1159px){
	.inside .bx-wrapper{float:none;width:500px;margin:0}
	.inside .goods_form_wrap{float:none;width:100%;padding-top:50px}
}
@media all and (max-width:540px){
	.inside .bx-wrapper{width:100%}
	/*.inside .bx-wrapper img{height:auto!important}*/
}

/* 나무검색 */
.childtree_wrap{margin:10px auto;padding-bottom:10px;width:96%;border-bottom:1px solid #e1e1e1}
.childtree_wrap .childtree_title{margin-left:20px;padding:10px;font-size:1.125rem;color:#000;width:192px;display:inline-block}
.childtree_wrap .childtree_title:before{top:8px;content:'';display:inline-block;width:6px;height:6px;background-color:#c4c4c4;border-radius:50%;vertical-align:middle;margin:-3px 7px 0 -17px}
.childtree_wrap .childtree_cnt{}
.btn_box{clear:both;width:100%!important;border-top:1px dotted #bbb;padding-top:20px;max-width:100%!important}

.tree_map_wrap{max-width:1091px;margin:0 auto;clear:both;display:block;width:100%;height:300px;border:1px solid #ebebeb;margin-bottom:20px}
.cl_both{clear:both}
.scroll_text{display:none}
@media (max-width:1023px){
	/* board */
	#dBody .titH1_g + .board_search{margin-top:-20px}
	.board_search{position:relative;margin-bottom:20px;padding:0;text-align:right}
	.board_search .box{width:100%;display:block}
	.board_search select{display:block;width:100% ! important;margin-bottom:5px}
	.board_search select ~ select{margin-left:0}
	.board_search .keyWord{display:block;width:100%}
	.board_search .keyWord input{display:block;width:100%;box-sizing:border-box;margin:0}
	.board_search .btn{position:absolute;bottom:0;right:0;width:35px;height:35px;background-size:15px auto}
	.board_search.btn_in{padding-left:0}
	.board_search.btn_in{padding-bottom:45px}
	.board_search .btn_g{position:absolute;bottom:0;left:0;width:100%}
	.board_search .btn_g button{width:50%;height:35px}
	.board_search .btn_g .btn_list{background:url(../images/mo/ico_list.png) no-repeat 50% 50%;background-size:19px auto ! important}
	.board_search .btn_g .btn_thum{background:url(../images/mo/ico_thum.png) no-repeat 50% 50%;background-size:17px auto ! important}
	.board_search .btn_g .btn_list.on{background:url(../images/mo/ico_list_on.png) no-repeat 50% 50%}
	.board_search .btn_g .btn_thum.on{background:url(../images/mo/ico_thum_on.png) no-repeat 50% 50%}

	.board_search2{margin-bottom:30px}
	.board_search2 input[type=text]{width:100%;height:40px;padding-right:40px}
	.board_search2 .btn{width:40px;height:40px;margin-left:-40px;background-size:15px auto}

	.paging{margin:30px auto 0}
	.paging ul{margin:0}
	.paging li{margin:0}
	.paging .first,.paging .last{margin:0}
	.paging li a, .paging li strong{width:27px;height:30px}

	.board_list thead th{height:24px;font-size:15px}
	.customer_main .board_list thead th{height:40px}
	.board_list tbody td{height:29px;font-size:14px}
	.board_list td{padding:9px 5px}
	.board_list .num{width:40px}
	.board_list .division{width:120px}
	.board_list .title{padding-left:10px}
	.board_list .cell{padding:5px 0}
	.board_list .state{width:85px}
	.board_list .part{display:none}
	.board_list .bbs_nodata .part{display:table-cell}
	.board_list .writer{display:none}
	.board_list .bbs_nodata .writer{display:table-cell}
	.board_list .date{width:85px}
	.board_list .hit{display:none}
	.board_list .bbs_nodata .hit{display:table-cell}
	.board_list .file{display:none}
	.board_list .bbs_nodata .file{display:table-cell}
	.board_list .place{display:none}
	.board_list .bbs_nodata .place{display:table-cell}
	.board_list .i_noti{width:48px;height:22px;line-height:22px;font-size:12px;background-size:cover ! important}
	.board_list .i_file{width:14px;height:14px;background-size:cover ! important}

	.board_view h2{line-height:19px;padding:12px 10px 4px 0;font-size:14px}
	.board_view h2 .part{line-height:14px;padding-right:12px;margin-right:12px}
	.board_view h2 .part:before{top:2px}
	.board_view .date{margin-top:3px;padding-bottom:12px;font-size:11px}
	.board_view .date .txt{display:block;margin-top:8px;margin-left:0}
	.board_view .name{margin-right:5px;font-size:11px}
	.board_view .memo{min-height:300px;padding:20px 0px;margin-bottom:20px;font-size:14px}
	.board_view .memo img{width:100%}
	.board_view .file{padding:12px 0 12px 80px}
	.board_view .file .tit{left:12px;width:55px}
	.board_view .sns_g{margin-top:20px;text-align:center}
	.board_view .sns_g button{width:28px;height:28px}
	.board_view .sns_g button~button{margin-left:6px}
	.board_view .anwer{position:relative;margin:20px -12px -20px;padding:20px 20px 25px 40px;background:#f8f8f8}
	.board_view .anwer:before{top:20px;left:15px;font-size:16px}
}
@media (max-width:800px){
.scroll_text{display:block;margin:10px 0;font-size:12px;font-weight:200;text-align:center}
}
@media (max-width:767px){
	.board_list .num{display:none}
	.board_list .date{display:none}
		.board_list .state{width:66px}
}
@media (max-width:400px){

	.board_list thead th{font-size:12px!important}
	.board_list tbody td{font-size:12px!important}
	.board_list .title a{font-size:12px!important}
	.board_list .state{width:55px}
	
	
}
/* bbs 리스트 */
.btop_line{width:100%;border-top:2px solid #3e3e3e}
.bbottom_line{width:100%;border-bottom:1px solid #3e3e3e}
.bbs_list{position:relative;overflow-x:auto;clear:both}
.bbs_list table{min-width:650px!important}
.bbs_list table th{border-bottom:1px solid #e0e0e0;padding:18px 5px;background:#fafafa;font-family:"Malgun Gothic";font-weight:bold}
.bbs_list table td{font-size:15px;border-bottom:1px solid #e0e0e0;padding:17px 5px;text-align:center;letter-spacing:-1px;font-family:"Malgun Gothic";font-weight:bold;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:22px}
.bbs_list table td.title{text-align:left!important}
.bbs_list table td.tal_l_i{text-align:left!important}
.bbs_list table td span.cl_blue1{color:#1da5e2}
.bbs_list table td span.cl_blue2{color:#2154a0}
.bbs_list table td span.cl_grey{color:#444444}
.bbs_list table td span.cl_black{color:black}
.bbs_list table td span.cl_green{color:#1f8b48}
.bbs_list table td span.ap_blue1{background:#1da5e2;color:#fff;padding:5px 15px;border-radius:3px}
.bbs_list table td span.ap_blue2{background:#2154a0;color:#fff;padding:5px 15px;border-radius:3px}
.bbs_list table td span.ap_grey{background:#929292;color:#fff;padding:5px 15px;border-radius:3px}
.bbs_list table td span.ap_black{background:black;color:#fff;padding:5px 15px;border-radius:3px}
.bbs_list table td span.ap_green{background:#1f8b48;color:#fff;padding:5px 15px;border-radius:3px}
.bbs_list table tr:hover{background:#fbfffc}
.bbs_list table tr.first_th:hover{background:#fff!important}
.bbs_list table tr th:first-child,
.bbs_list table tr td:first-child{border-left:0}
.bbs_list table tr th:last-child,
.bbs_list table tr td:last-child{border-right:0}
.bbs_list table tr td.cl_date{font-size:13px;line-height:16px}
.bbs_list table thead th{font-family:"Malgun Gothic";font-weight:bold;background:#f6f6f6;color:#111;font-size:15px;text-align:center;border-bottom:0}
.bbs_list .bbs_notice{color:#fff;background:#00aeef;padding:5px 12px;border-radius:15px;font-size:12px}
.bbs_list .bbs_notice_line td{background:#f8f8f8}
.bbs_file_down{display:inline-block;text-align:center}


.bbs_list02{position:relative;overflow-x:auto}
.bbs_list02 table{min-width:650px!important}
.bbs_list02 table th{border-bottom:1px solid #e0e0e0;padding:18px 5px;background:#fafafa;font-family:"Malgun Gothic";font-weight:bold}
.bbs_list02 table td{line-height:180%;font-size:15px;border-bottom:1px solid #e0e0e0;padding:10px;text-align:left;letter-spacing:-1px;font-family:"Malgun Gothic";max-width:140px}
.bbs_list02 table td.title{text-align:left!important}
.bbs_list02 table td.tal_l_i{text-align:left!important}
.bbs_list02.tbl_swipe table{min-width:700px}

/*100%테이블*/
.bbs_list04{position:relative;overflow-x:auto;clear:both}
.bbs_list04 table{}
.bbs_list04 table th{border-bottom:1px solid #e0e0e0;padding:18px 5px;background:#fafafa;font-family:"Malgun Gothic";font-weight:bold}
.bbs_list04 table td{font-size:15px;border-bottom:1px solid #e0e0e0;padding:17px 5px;text-align:center;letter-spacing:-1px;font-family:"Malgun Gothic";font-weight:bold;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:22px}
.bbs_list04 table td.title{text-align:left!important}
.bbs_list04 table td.tal_l_i{text-align:left!important}
.bbs_list04 table td span.cl_blue1{color:#1da5e2}
.bbs_list04 table td span.cl_blue2{color:#2154a0}
.bbs_list04 table td span.cl_grey{color:#444444}
.bbs_list04 table td span.cl_black{color:black}
.bbs_list04 table td span.cl_green{color:#1f8b48}
.bbs_list04 table td span.ap_blue1{background:#1da5e2;color:#fff;padding:5px 15px;border-radius:3px}
.bbs_list04 table td span.ap_blue2{background:#2154a0;color:#fff;padding:5px 15px;border-radius:3px}
.bbs_list04 table td span.ap_grey{background:#929292;color:#fff;padding:5px 15px;border-radius:3px}
.bbs_list04 table td span.ap_black{background:black;color:#fff;padding:5px 15px;border-radius:3px}
.bbs_list04 table td span.ap_green{background:#1f8b48;color:#fff;padding:5px 15px;border-radius:3px}
.bbs_list04 table tr:hover{background:#fbfbff}
.bbs_list04 table tr.first_th:hover{background:#fff!important}
.bbs_list04 table tr th:first-child,
.bbs_list04 table tr td:first-child{border-left:0}
.bbs_list04 table tr th:last-child,
.bbs_list04 table tr td:last-child{border-right:0}
.bbs_list04 table tr td.cl_date{font-size:13px;line-height:16px}
.bbs_list04 table thead th{font-family:"Malgun Gothic";font-weight:bold;background:#f6f6f6;color:#111;font-size:15px;text-align:center;border-bottom:0}
.bbs_list04 .bbs_notice{color:#fff;background:#00aeef;padding:5px 12px;border-radius:15px;font-size:12px}
.bbs_list04 .bbs_notice_line td{background:#f8f8f8}

/*기본게시판반응형*/

.b_tit{}
.b_name{}
.b_date{}
.b_views{}
.b_file{}

.normal_list .b_no{width:5%}
.normal_list td.b_tit{width:25%;text-align:left!important}
.normal_list .b_name{width:10%}
.normal_list .b_date{width:10%}
.normal_list .b_views{width:5%}
.normal_list .b_file{width:5%}

.normal_srch_box_wrap{float:right}	
.normal_srch_box{float:right}
.board_search .normal_srch_box select{width:150px!important}

.photo_srch_box_wrap{float:right}	
.photo_srch_box{float:right}
.board_search .photo_srch_box select{width:150px!important}

@media (max-width:1023px){
.board_search .normal_srch_box select{display:inline-block;width:150px!important;margin-bottom:5px}
.board_search .normal_srch_box .keyWord{margin-left:-1px;display:inline-block;width:300px;vertical-align:top}
.board_search .btn{bottom:6px;background-size:19px}
.board_search .photo_srch_box select{display:inline-block;width:150px!important;margin-bottom:5px}
.board_search .photo_srch_box .keyWord{margin-left:-1px;display:inline-block;width:300px;vertical-align:top}
.board_search .btn{bottom:6px;background-size:19px}
	}
@media (max-width:768px){
.normal_list .b_no{width:5%}
.normal_list td.b_tit{width:85%;text-align:left!important}
.normal_list .b_name{display:none}
.normal_list .b_date{width:10%}
.normal_list .b_views{display:none}
.normal_list .b_file{display:none}	
}
@media (max-width:650px){
.board_search .normal_srch_box select#searchType{width:100px!important}
.board_search .normal_srch_box .keyWord{width:200px}
.board_search .photo_srch_box select#searchType{width:100px!important}
.board_search .photo_srch_box .keyWord{width:200px}
	}
	
@media (max-width:500px){
.normal_srch_box_wrap{float:none}
.normal_srch_box{float:none}
.board_search .normal_srch_box select#searchType{width:25%!important}
.board_search .normal_srch_box .keyWord{width:75%}
.photo_srch_box_wrap{float:none}
.photo_srch_box{float:none}
.board_search .photo_srch_box select#searchType{width:25%!important}
.board_search .photo_srch_box .keyWord{width:75%}

	}	



table.w100{width:100%}
.tbl_swipe_notice{display:none;padding-bottom:5px}

.red_font{color:#c7032d!important}
.f-s-12{font-size:12px!important}
a.ap_blue1{background:#1da5e2;color:#fff;padding:0px 15px;vertical-align:top;margin-top:2px;font-size:14px;height:33px;display:inline-block}
a.ap_blue2{background:#2154a0;color:#fff;padding:0px 15px;vertical-align:top;margin-top:2px;font-size:14px;height:33px;display:inline-block}
a.ap_grey{background:#929292;color:#fff;padding:0px 15px;vertical-align:top;margin-top:2px;font-size:14px;height:33px;display:inline-block}
a.ap_black{background:black;color:#fff;padding:0px 15px;vertical-align:top;margin-top:2px;font-size:14px;height:33px;display:inline-block}
a.ap_green{background:#0f9f96;color:#fff;padding:0px 15px;vertical-align:top;margin-top:2px;font-size:14px;height:33px;display:inline-block}


.bbs_list table td span.ap_blue1{background:#1da5e2;color:#fff;padding:5px 15px;border-radius:3px}
.bbs_list table td span.ap_blue2{background:#2154a0;color:#fff;padding:5px 15px;border-radius:3px}
.bbs_list table td span.ap_grey{background:#929292;color:#fff;padding:5px 15px;border-radius:3px}
.bbs_list table td span.ap_black{background:black;color:#fff;padding:5px 15px;border-radius:3px}
.bbs_list table td span.ap_green{background:#1f8b48;color:#fff;padding:5px 15px;border-radius:3px}
/*
a.ap_blue2{background:#2154a0;color:#fff;padding:5px 15px;border-radius:3px}
a.ap_grey{background:#929292;color:#fff;padding:5px 15px;border-radius:3px}
a.ap_black{background:black;color:#fff;padding:5px 15px;border-radius:3px}
a.ap_green{background:#1f8b48;color:#fff;padding:5px 15px;border-radius:3px}
*/
@media (max-width:768px){
	.tbl_wrap table th,
	.tbl_wrap table td{padding:10px}
	.tbl_swipe_notice{display:block}
	.tbl_swipe,
	.tbl_swipe_inlayer{overflow-x:scroll}	
	.tbl_swipe_inlayer table,
	.tbl_swipe_inlayer .tbl_topline,
	.tbl_swipe_inlayer .tbl_botline{width:1200px}
}


/* bbs 리스트 e */

@media (max-width:768px){
	.tbl_wrap table th,
	.tbl_wrap table td{padding:10px}
	.tbl_swipe_notice{display:block}
	.tbl_swipe,
	.tbl_swipe_inlayer{overflow-x:scroll}	
	.tbl_swipe_inlayer table,
	.tbl_swipe_inlayer .tbl_topline,
	.tbl_swipe_inlayer .tbl_botline{width:1200px}
}


/* bbs 리스트 e */
/* table */
.tbl_col{border-top:2px solid #222}
.tbl_col table{table-layout:fixed}
.tbl_col table thead th{line-height:18px;height:44px;padding:8px 5px;vertical-align:middle;color:#222;font-size:17px;border-bottom:1px solid #e1e1e1;background:#f9fafa;word-break:normal}
.tbl_col table thead th~th{border-left:1px solid #e1e1e1}
.tbl_col table tbody th{height:54px;line-height:19px;padding:8px 5px;vertical-align:middle;color:#222;border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;background:#fbfdfd;word-break:normal}
.tbl_col table td{height:43px;padding:8px 5px;line-height:20px;vertical-align:middle;border-bottom:1px solid #e1e1e1;text-align:center;word-break:normal}
.tbl_col table td.txtLeft{text-align:left}
.tbl_col table td.num{padding-right:30px;text-align:right;font-family:"arial";font-size:20px}
.tbl_col table td~td{border-left:1px solid #e1e1e1}
.tbl_col table th + td{border-right:1px solid #e1e1e1}
.tbl_col td:last-child{border-right:0 none}
.tbl_col table .cell{padding:14px 15px 14px 25px;text-align:left}
.tbl_col table .cell a{display:block;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.tbl_col.type th,.tbl_col.type td{border-left:0 ! important}
.tbl_col.f_type td{font-size:15px;font-family:'NotoKrL'}
table td.brLeft ,table th.brLeft{border-left:1px solid #e1e1e1}
.tbl_row table{table-layout:fixed}
.tbl_row thead th{line-height:19px;height:54px;padding:8px 5px;vertical-align:middle;color:#222;border:1px solid #e1e1e1;background:#f9fafa;word-break:normal}
.tbl_row .wid{width:50%}
.tbl_row thead th~th{border-left:1px solid #e1e1e1}
.tbl_row tbody th{height:40px;line-height:20px;padding:8px 5px;vertical-align:middle;color:#222;border:1px solid #e1e1e1;background:#f9fafa;word-break:normal}
.tbl_row td{height:54px;padding:8px 20px;line-height:19px;vertical-align:middle;border:1px solid #e1e1e1;text-align:center;word-break:normal}
.tbl_row td strong{ }
.tbl_row .cell{padding:5px 15px 5px 25px;text-align:left}
.tbl_row .txt{display:inline-block;margin-left:10px;vertical-align:middle;font-size:13px}
.tbl_row.type{overflow:hidden;position:relative;border-top:2px solid #222}
.tbl_row.type table{width:101%;margin:0 -1px}
.tbl_row.type table th,.tbl_row.type table td{padding:8px 5px}
.tbl_row.type table td.txtLeft{padding-left:20px;text-align:left}
.tbl_row.type .cell{padding:5px 15px 5px 25px}

.tbl_data{table-layout:fixed;width:100%;border-collapse:collapse;border-top:2px solid #222;margin:0}
.tbl_data *{vertical-align:middle}
.tbl_data tr:first-child th,table.tbl_data tr:first-child td{border-top:0}
.tbl_data th{width:220px;border-bottom:1px solid #e1e1e1;text-align:left;color:#444;padding:15px 10px 15px 25px}
.tbl_data td{height:40px;line-height:20px;vertical-align:middle;border-bottom:1px solid #e1e1e1;background:#fff;padding:15px 20px 15px 0}
.tbl_data .cell{padding-right:25px;text-align:right}
.tbl_data strong{  color:#222}

.tbl_col.dpiJs td p{width:100%}

/* 서비스 팝업 */
.tbl_data td .mark{border:1px solid #007766;display:inline-block;text-align:center;line-height:26px;color:#007766;font-family:'NotoKrB';margin-right:5px;padding:0 9.21px}
.tbl_data td .mark_down{border:1px solid #007766;display:inline-block;text-align:center;line-height:21px;color:#007766;font-family:'NotoKrB';margin-right:5px;padding:5px 9.21px 0}

/* 상품영역 테이블 */
.goods_cons .tbl_col{border-color:#007766 }
.tbl_col .goodsTbl thead th{background:#007766;border-left:1px solid #72d5c6;color:#fff;font-size:18px}
.tbl_col .goodsTbl thead tr:nth-child(2) th{background:#d7efe7f2;color:#000;border-top:1px solid #72d5c6}
.tbl_col .goodsTbl tbody td.num{padding-right:8%;text-align:right;font-size:16px}
.tbl_col.f_type  .goodsTbl tbody td.num{padding-right:4%}
.tbl_col .goodsTbl tbody td.num strong{margin-right:4px;font-size:24px;color:#000;font-family:'arial' ;font-weight:bold}

.tbl_col .goodsTbl tbody td a.btnS1, .tbl_col .goodsTbl tbody td a.btnS2, .tbl_col .goodsTbl tbody tda.btnS3, .tbl_col .goodsTbl tbody td a.btnS4{height:30px;line-height:28px}
.tbl_col .goodsTbl tbody td .notBtn, .tbl_col .goodsTbl tbody td .notBtn{height:30px;line-height:28px;color:#fff;background-color:#007766;padding:0 20px;letter-spacing:-.2px;font-size:14px;text-align:center;box-sizing:border-box;min-width:108px;display:inline-block}


.myAgree_all{margin:58px 30px 30px}
.myAgree_all label{ padding:20px 0;font-weight:600;color:#444;font-size:16px}
.myAgree_all label:before{top:4px}
.myAgree_ui{margin-top:27px}
.myAgree_ui .list{border-top:1px solid #222}
.myAgree_ui .list + .list{border-top:0}
.myAgree_ui .list .item{position:relative;border-top:1px solid #e1e1e1}
.myAgree_ui .list li:nth-child(1) .item{border-top:0}
.myAgree_ui .list .item label{font-size:16px;color:#444}
.myAgree_ui .list .item label strong{color:#007d6b}
.myAgree_ui .list .item label .strongType2{color:#e60000}
.myAgree_ui .list .item label:before{top:4px}
.myAgree_ui .list .item a:before{content:"";position:absolute;top:0;bottom:0;right:40px;width:20px;height:11px;margin:auto 0;background:url(../images/contents/ico_down.png) no-repeat 0 0}
.myAgree_ui .list .item a{overflow:hidden;display:block;height:80px;line-height:80px;padding-left:30px;color:#444;font-size:0}
.myAgree_ui .list .item a strong{color:#007d6b}
.myAgree_ui .list .item .chk_box{position:absolute;top:28px;left:20px}
.myAgree_ui .list .item.type a{color:#666}
.myAgree_ui .list .view{display:none;padding:40px 30px;border-top:1px solid #e1e1e1;background:#f8f8f8}
.myAgree_ui .list .view .textarea{color:#444}
.myAgree_ui .list .view .textarea strong{font-family:'NotoKrB';font-size:16px;color:#e60000;text-decoration:underline}
.myAgree_ui .list .active{position:relative}
.myAgree_ui .list .active + li .item{border-top:0}
.myAgree_ui .list .active .item{border-top:1px solid #afafaf}
.myAgree_ui .list li.active:nth-child(1) .item{border-top:0}
.myAgree_ui .list .active .item a:before{background:url(../images/contents/ico_up.png) no-repeat 0 0}
.myAgree_ui .list .active .view{display:block;position:relative;margin-bottom:-1px;border-bottom:1px solid #afafaf;height:300px;overflow-y:scroll}
.myAgree_ui .allert_msg{margin-bottom:50px}


.mapInfo1{background:rgba(255,255,255,1.0);border:1px solid #ebebeb;padding:5px;border-radius:5px}
.mapInfo1 p.subject{color:#082801!important;font-size:13px;text-align:center;font-size:13px!important;line-height:120%;padding:3px 0 5px 0!important;border-bottom:2px dotted #ebebeb;font-weight:400!important}
.mapInfo1 p.mainObject{font-size:11px;color:#000!important;text-align:center;font-size:13px!important;line-height:100%;padding-top:5px;padding-bottom:5px}
.mapInfo2{background:rgba(255,255,255,1.0);border:1px solid #ebebeb;padding:5px;border-radius:5px}
.mapInfo2 p.subject{color:#3f1102;text-align:center;font-size:13px!important;line-height:120%;padding:3px 0 5px 0!important;border-bottom:2px dotted #ebebeb;font-weight:400!important}
.mapInfo2 p.mainObject{color:#333;font-size:11px!important;color:#000!important;text-align:center;line-height:100%;padding-top:5px;padding-bottom:5px}


.pc_ver{display:block}
.mobile_ver{display:none}
/* 모달 팝업 호출 시 배경 흐림 처리 */
#lightBox{position:absolute;width:100%;height:100%;background-color:#000000;opacity :0.6;filter:alpha(opacity=60);-moz-opacity:0.6;-khtml-opacity:0.6;display:none;z-index:1000}

.ui-widget-header .ui-icon{background:url("/images/common/ico_popClose.png") 0 0 no-repeat!important;width:21px!important;height:20px!important}
.ui-widget-header .ui-icon:hover{background:url("/images/common/ico_popClose.png") 0 0 no-repeat!important;width:21px!important;height:20px!important}
.ui-dialog .ui-dialog-titlebar-close{margin-right:10px!important}
.ui-state-hover{background:none!important;border:0!important}
.ui-widget.ui-widget-content{border:0!important}
/*.ui-dialog .ui-dialog-content{height:511px!important}*/
.basic_grid .paging a.first, .paging a.prev, .paging a.next, .paging a.last{border:none!important}
@media (max-width:1000px){
	.btnD1, .btnD1-1, .btnD2, .btnD2_prod{padding:0 10px;font-size:14px}
}
@media (max-width:767px){

.pc_ver{display:none}
.mobile_ver{display:block}
}
@media (max-width:650px){
	.btnD1, .btnD2, .btnD2_prod{font-size:12px;padding:0 0px}
}
@media (max-width:430px){
	.btnD1, .btnD2, .btnD2_prod{padding:0;min-width:40%}
	.btnD1-1{max-width:60%}
}

div.goTop{position:relative;z-index:1000}
div.goTop a{display:block;position:absolute;bottom:0px;right:0;width:64px;height:64px;text-indent:-9999px;background:url(/lms/images/common/gotop_bg.png)}

.menu_tab_wrap{margin:20px 0;height:65px;text-align:center}
.menu_tab_wrap ul.dep3{display:inline-block;font-size:0;text-align:center;background:#fff;padding:8px;border-radius:50px}
.menu_tab_wrap ul.dep3 li{display:inline-block;padding:0;margin:0;text-align:center;color:#000;vertical-align:top}
.menu_tab_wrap ul.dep3 li.on{}
.menu_tab_wrap ul.dep3 li.on a{font-size:26px;font-weight:600;color:#fff;background:#0a31a8;border-radius:50px}
/*.menu_tab_wrap .dep3_01 li{width:100%!important}
.menu_tab_wrap .dep3_02 li{width:50%!important}
.menu_tab_wrap .dep3_03 li{width:33.333333%!important}
.menu_tab_wrap .dep3_04 li{width:25%!important}
.menu_tab_wrap .dep3_05 li{width:20%!important}
.menu_tab_wrap .dep3_06 li{width:16.66666666666%!important}
.menu_tab_wrap .dep3_07 li{width:14.2857142857%!important}*/
.menu_tab_wrap ul.dep3 a{padding:0 50px;font-size:24px;font-weight:500;display:block;line-height:65px;height:65px;box-sizing:border-box;color:#666;text-align:center;transition:all .3s}
.menu_tab_wrap ul.dep3 a:hover{background:#ecf0fd;border-radius:50px}
.menu_tab_wrap div.dep4_wrap{width:100%;position:absolute;background:#ebebeb;height:50px;text-align:center;line-height:50px}
.menu_tab_wrap ul.dep4{}
.menu_tab_wrap ul.dep4 li{display:inline-block;padding-right:10px;border-right:1px dotted #999}
.menu_tab_wrap ul.dep4 li:last-child{border-right:0}
.menu_tab_wrap ul.dep4 li a{display:inline-block}
.m_menu_tab_wrap{display:none}
@media (max-width:1200px){
    .menu_tab_wrap ul.dep3{background:#f3f3f3}
    .menu_tab_wrap ul.dep3 a{padding:0 30px;font-size:20px;line-height:50px;height:50px}
    .menu_tab_wrap ul.dep3 li.on a{font-size:20px}
}
@media (max-width:768px){
	/*.menu_tab_wrap{display:none}
	.m_menu_tab_wrap{display:block;font-size:0}
	.m_menu_tab_wrap select{margin-left:1%;width:49%;display:inline-block;border-radius:0}
	.m_menu_tab_wrap select:first-child{margin-left:0;width:100%;background:#ebebeb url(/lms/images/common/ico_select.png) no-repeat right;font-weight:600}*/
}
/* table_style */
.btop_line{width:100%;border-top:2px solid #3e3e3e}
.bbottom_line{width:100%;border-bottom:1px solid #3e3e3e}
.table_style{position:relative}
.table_style table th{border-bottom:1px solid #e0e0e0;padding:18px 5px;background:#fafafa;font-weight:bold}
.table_style table td{font-size:15px;border-bottom:1px solid #e0e0e0;padding:10px 5px;text-align:center;letter-spacing:-1px;font-weight:bold;max-width:140px}
.table_style table td.tal_l_i{text-align:left!important}
.table_style table td span.cl_blue1{color:#1da5e2}
.table_style table td span.cl_blue2{color:#2154a0}
.table_style table td span.cl_grey{color:#444444}
.table_style table td span.cl_black{color:black}
.table_style table td span.cl_green{color:#1f8b48}
.table_style table td span.ap_blue1{background:#1da5e2;color:#fff;padding:5px 15px;border-radius:3px}
.table_style table td span.ap_blue2{background:#2154a0;color:#fff;padding:5px 15px;border-radius:3px}
.table_style table td span.ap_grey{background:#929292;color:#fff;padding:5px 15px;border-radius:3px}
.table_style table td span.ap_black{background:black;color:#fff;padding:5px 15px;border-radius:3px}
.table_style table td span.ap_green{background:#1f8b48;color:#fff;padding:5px 15px;border-radius:3px}
.table_style table tr:hover{background:#fbfffc}
.table_style table tr.first_th:hover{background:#fff!important}
.table_style table tr th:first-child,
.table_style table tr td:first-child{border-left:0}
.table_style table tr th:last-child,
.table_style table tr td:last-child{border-right:0}
.table_style table tr td.cl_date{font-size:13px;line-height:16px}
.table_style table thead th{font-weight:bold;background:#f6f6f6;color:#111;font-size:15px;text-align:center;border-bottom:0}
.table_style .bbs_notice{color:#fff;background:#00aeef;padding:5px 12px;border-radius:15px;font-size:12px}
.table_style .bbs_notice_line td{background:#f8f8f8}
.bbs_file_down{display:inline-block;text-align:center}

.table_style02{position:relative}
.table_style02 table th{border-bottom:1px solid #e0e0e0;padding:18px 5px;background:#fafafa;font-weight:bold;letter-spacing:1px}
.table_style02 table td{line-height:29px;font-size:15px;border-bottom:1px solid #e0e0e0;padding:10px;text-align:left;letter-spacing:0px;max-width:140px}
.table_style02 table td.tal_l_i{text-align:left!important}
.table_style02.tbl_swipe table{min-width:700px}
.table_style02 table tr:hover{background:#fbfffc}

/*온라인 자율점검 동의*/
.terms_ofu{display:grid;justify-items:baseline;margin:20px 0;padding:20px;border:1px solid #A9A9A9;border-radius:10px}
.agree__{display:flex;justify-content:center}
.agree__ .r_ag{width:auto;font-size:18px;margin:0 20px}
.agree__ .r_ag input[type="radio"]{width:18px;height:18px}
div.submit2__{display:flex;justify-content:center;margin-top:30px}
div.submit2__ button{text-indent:inherit;padding:0px 33px;font-size:15px;display:inline-block;font-weight:bold;height:40px}
div.submit2__ .agr_btn{background-color:#29304a;color:#fff}
div.submit2__ .agr_btn:hover{background:#666}
div.submit2__ .main_btn{border:2px solid #ECECEC;background-color:#fff;color:#8A8A8A;margin-left:10px}

/*온라인 자율점검표 작성현황*/
.table_style03 table td button{text-indent:inherit;width:90%;padding:7px;font-size:15px;font-weight:bold;border-radius:5px}
.table_style03 table td button.form_ing{background-color:#C5E0B4;border:1px solid #9CAB91}
.table_style03 table td button.form_edit{background-color:#82abe9cf;border:1px solid #85a4d3}
.table_style03 table td button.form_end{background-color:#F2F2F2;border:1px solid #EBEBEB}

/*온라인 자율점검 완료*/
.complete__{justify-items:center;display:grid}
.complete__ .c_contents{padding:30px;margin:30px 0;text-align:center;line-height:39px;font-size:18px;font-weight:500;letter-spacing:1px;border:1px solid #cfcfcf}
.complete__ .c_contents{border-top:2px solid #000}

.table_style03{position:relative}
.table_style03 table th{border-bottom:1px solid #e0e0e0;padding:18px 5px;background:#fafafa;font-weight:bold}
.table_style03 table td{line-height:29px;font-size:15px;border-bottom:1px solid #e0e0e0;padding:10px;text-align:center;letter-spacing:-1px;max-width:140px}
.table_style03 table td.tal_l_i{text-align:left!important}
.table_style03.tbl_swipe table{min-width:700px}
.table_style03 table tr:hover{background:#fbfffc}

/*연휴진료 의료기관 현황*/
.table_style04{position:relative;border-top:1px solid #212A35}
.table_style04 table th{border:1px solid #e0e0e0;padding:1px 5px;background:#fafafa;font-weight:bold}
.table_style04 table td{line-height:29px;font-size:15px;border:1px solid #e0e0e0;padding:7px;text-align:center;letter-spacing:-1px;max-width:140px}
.table_style04 table td.tal_l_i{text-align:left!important}
.table_style04.tbl_swipe table{min-width:700px}
.table_style04 table tr:hover{background:#fbfffc}
.table_style04 div.submit__{display:flex;justify-content:right;padding:27px}
.table_style04 div.circle__{display:grid;justify-content:center}
.table_style04 div.c__1{width:20px;height:20px;background-color:#6F6F6F;border-radius:50%;margin-top:10px}
.table_style04 div .sub_btn{background-color:#133061;color:#fff}
.table_style04 div button{text-indent:inherit;padding:5px 25px;width:140px;font-size:18px;display:inline-block;font-weight:bold}

.table_style05{position:relative}
.table_style05 table th{border-bottom:1px solid #e0e0e0;padding:18px 5px;background:#fafafa;font-weight:bold}
.table_style05 table td{line-height:29px;font-size:15px;border-bottom:1px solid #e0e0e0;border-left:1px solid #e0e0e0;padding:10px;text-align:center;letter-spacing:-1px;max-width:140px}
.table_style05 table td.tal_l_i{text-align:left!important}
.table_style05.tbl_swipe table{min-width:700px}
.table_style05 table tr:hover{background:#fbfffc}

/*리스트 스타일 (float:left 속성을 줄경우에는 ie6등에서 배경 이미지가 나오지 않을수 있으므로 width값 설정이 필요합니다.) */
/* 리스트 스타일 */
.c-list01 li, .c-list01-li{position:relative;font-size:1em;padding-left:14px;margin:5px 0;color:#666}
.c-list01 li:before, .c-list01-li:before{content:"";position:absolute;top:12px;left:0;width:3px;height:3px;background:#135f5c}
.c-list01 li ul{margin-top:6px}
.c-list01 li ul li{font-size:0.938em;color:#777;margin:0}
.c-list01 li ul li:before{width:5px;height:1px;top:14px;background:#888}
.c-list01 li .tit{color:#2b405b;font-weight:500}
.c-list01 li .tit-sec{position:relative;display:inline-block;min-width:40px;color:#2b405b;font-weight:500;padding-right:20px;margin-right:15px}
.c-list01 li .tit-sec:after{content:'';position:absolute;right:0;top:50%;width:1px;height:14px;margin-top:-7px;background:#cbcbcb}
 
.c-list02 li, .c-list02-li{position:relative;font-size:1em;padding-left:14px;margin:5px 0;color:#666}
.c-list02 li:before, .c-list02-li:before{content:"";position:absolute;top:16px;left:0;width:6px;height:1px;background:#134789}
.c-list02 li ul{margin-top:9px}
.c-list02 li ul li{font-size:0.938em;color:#666;margin:0;padding-left:13px}
.c-list02 li ul li:before{width:5px;height:1px;top:12px;background:#888}
.c-list02 li .tit{color:#2b405b;font-weight:500;margin-right:4px}
.c-list02 li .num{display:inline-block;font-size:13px;text-align:center;width:24px;color:#fff;font-weight:300;margin-right:5px;background:#07469b}
 
.c-list03 li, .c-list03-li{position:relative;font-size:1em;margin:12px 0 14px;color:#555;padding-left:35px}
.c-list03 li ul{margin-top:8px}
.c-list03 li ul li{position:relative;font-size:15px;color:#666;padding-left:15px;margin:0}
.c-list03 li ul li:before{content:"";position:absolute;top:15px;left:0;width:5px;height:1px;top:12px;background:#888}
.c-list03 li .num{position:absolute;top:0;left:0;display:inline-block;text-align:center;font-weight:300;margin-top:3px;vertical-align:top;border-radius:50%;width:24px;height:24px;line-height:23px;color:#fff;background:#07469b;font-size:13px}
  
.c-list04 li, .c-list04-li{position:relative;font-size:1em;margin:5px 0;color:#555;padding-left:35px}
.c-list04 li ul{margin-top:8px}
.c-list04 li ul li{font-size:0.938em;color:#666;padding-left:15px;margin:0}
.c-list04 li ul li:before{content:"";position:absolute;top:15px;left:0;width:5px;height:1px;top:12px;background:#888}
.c-list04 li .num{position:absolute;top:0;left:0;display:inline-block;text-align:center;font-weight:300;margin-top:3px;vertical-align:top;border-radius:50%;width:22px;height:22px;line-height:21px;border:1px solid #ccc;box-sizing:border-box;color:#666;font-size:12px}
 
.c-dllist01{margin-bottom:20px}
.c-dllist01 dt{background:url(/_Img/Common/blt03.gif) no-repeat 1px 0.5em;padding-left:12px;line-height:130%;margin-bottom:0px;font-weight:500;color:#333;font-size:1.077em}
.c-dllist01 dd{padding-left:12px;margin-top:5px;margin-bottom:5px}

@media only screen and (max-width:999px){
	.c-list01 li, .c-list01-li{padding-left:10px;margin:3px 0}
	.c-list01 li:before, .c-list01-li:before{top:11px}
	.c-list02 li, .c-list02-li{padding-left:10px;margin:3px 0}
	.c-list03 li, .c-list03-li{margin:4px 0 5px;padding-left:24px}
	.c-list03 li .num{margin-top:6px;width:18px;height:18px;line-height:18px;font-size:10px}
	.c-list03 li ul li{padding-left:10px;margin:0 0 0 5px}
	.c-list04 li, .c-list04-li{margin:4px 0}
	.c-list04 li .num{margin-top:3px;width:18px;height:18px;line-height:18px;;font-size:10px}
	.c-list04 li ul li{padding-left:10px;margin:0 0 0 5px}
}
/*버튼*/
.button span{position:relative;z-index:1}
.button{display:inline-block;vertical-align:middle;position:relative;height:50px;padding:0 20px;overflow:hidden;border:none;background:#fff;color:#2e2e2e;line-height:36px;cursor:pointer}
.button:hover{}
.button:active{}
.button:disabled{border:1px solid rgba(0,0,0,0);background:rgba(0,0,0,0.08) !important;color:rgba(67, 74, 84, 0.3) !important;cursor:default}
.button:disabled:hover{color:rgba(0,0,0,0.2)}
.button:disabled:hover:after{display:none;content:""}

.button.prime{background:/*#133061*/#29304a;color:#fff;font-size:17px;text-indent:0}
.button.green{background:#133061;color:#fff;font-size:17px;text-indent:0}
.button.white{background:#FFF;color:#2e2e2e;font-size:17px;border:1px solid #cdcdcd;text-indent:0}
.button.whiteGray{background:#FFF;font-size:17px;color:#000;border:1px solid #ddd;font-weight:500;text-indent:0}
.button.blue{background:#445180;color:#fff;font-size:17px;border:1px solid #445180;text-indent:0}
.button.darkBlue{background:#29304a;color:#fff;font-size:17px;border:1px solid #29304a;text-indent:0}

.button.darkLine{background:#FFF;border:1px solid #bbb;color:#000;font-size:17px;text-indent:0}

.button.dark{background:#36404b;color:#FFF;font-size:17px;text-indent:0}
.button.darkBox{background:#2e2e2e;color:#FFF;border-radius:0;font-size:17px;text-indent:0}
.button.grayBg{background:#696969;color:#fff;font-size:17px;text-indent:0}
.button.grayBg02{color:#fff;background:#696969 url(../img/page/descInfoWrap_iconw_link.png) no-repeat 90% 45%;font-size:17px;text-indent:0}

.button.darkhBule{background:none;border:2px solid #444;font-size:17px;text-indent:0}
.button.darkhBule:focus,
.button.darkhBule:hover{background:#29304a;color:#fff;border:2px solid #29304a;font-size:17px;text-indent:0}

.button.success{background:#a0d468;color:#FFF;font-size:17px;text-indent:0}
.button.info{background:#4fc1e9;color:#FFF;font-size:17px;text-indent:0}
.button.warning{background:#fc6e51;color:#FFF;font-size:17px;text-indent:0}
.button.danger{background:#ed5565;color:#FFF;font-size:17px;text-indent:0}

/*링크 버튼스타일*/
a.ap_blue1{background:#1da5e2;color:#fff;padding:0px 15px;vertical-align:top;margin-top:2px;font-size:14px;height:32px;display:inline-block}
a.ap_blue2{background:#2154a0;color:#fff;padding:0px 15px;vertical-align:top;margin-top:2px;font-size:14px;height:32px;display:inline-block}
a.ap_grey{background:#929292;color:#fff;padding:0px 15px;vertical-align:top;margin-top:2px;font-size:14px;height:32px;display:inline-block}
a.ap_black{background:black;color:#fff;padding:0px 15px;vertical-align:top;margin-top:2px;font-size:14px;height:32px;display:inline-block}
a.ap_green{background:#133061;color:#fff;padding:0px 15px;vertical-align:top;margin-top:2px;font-size:14px;height:32px;display:inline-block}

.btn{display:inline-block;vertical-align:middle;transition:all 100ms ease-in-out;-o-transition:all 100ms ease-in-out;-ms-transition:all 100ms ease-in-out;-moz-transition:all 100ms ease-in-out;-webkit-transition:all 100ms ease-in-out}

.btn.type_a{margin-left:5px;padding:0 43px;height:50px;line-height:50px;color:#fff;font-size:1rem;font-weight:400;letter-spacing:-1px;background:#133061}
.btn.type_as{margin-left:5px;margin-bottom:5px;padding:0 33px;height:40px;line-height:40px;color:#fff;font-size:15px;font-weight:bold;letter-spacing:-0.5px;background:#29304a}
.btn.type_bs{margin-left:5px;margin-bottom:5px;padding:0 33px;height:40px;line-height:40px;color:#fff;font-size:15px;font-weight:bold;letter-spacing:-0.5px;background:#133061}
.btn.type_bsL{margin-left:5px;margin-bottom:5px;padding:0 33px;height:60px;line-height:60px;color:#fff;font-size:15px;font-weight:bold;letter-spacing:-0.5px;background:#133061}
.btn.type_cs{margin-left:5px;margin-bottom:5px;padding:0 33px;height:40px;line-height:40px;color:#2e2e2e;font-size:15px;font-weight:bold;letter-spacing:-0.5px;background:#fff;border:1px solid #cdcdcd}
.btn.type_ds{margin-left:5px;margin-bottom:5px;padding:0 33px;height:40px;line-height:40px;color:#fff;font-size:15px;font-weight:bold;letter-spacing:-0.5px;background:#445180}
.btn.type_es{margin-left:5px;margin-bottom:5px;padding:0 33px;height:40px;line-height:40px;color:#fff;font-size:15px;font-weight:bold;letter-spacing:-0.5px;background:black}
.btn_right{margin-top:30px}
.btn:hover{background:#666}

/*하단 담당부서*/
.bottom_etc{padding:20px 0!important}

/* buttonWrap */
.buttonWrap{text-align:center;margin-bottom:50px;font-size:0}
.buttonWrap button{width:160px;margin:0 10px}
.buttonWrap button.request{min-width:300px}

/* buttonWrapRight */
.buttonWrapRight{padding-top:28px;text-align:right}
.buttonWrapRight.topline{border-top:1px solid #dadada}
.buttonWrapRight button{width:140px;margin-left:16px}
.buttonWrapRight button:fitst-child{margin-left:0}

/* buttonWrapCenter */
.buttonWrapCenter{padding-top:28px;text-align:center;font-size:0}
.buttonWrapCenter.topline{border-top:1px solid #dddddd !important}
.buttonWrapCenter .button{font-family:malgun gothic;font-weight:bold;min-width:230px;margin:0 8px;text-indent:0;line-height:50px}
.buttonWrapCenter a{min-width:120px;margin:0 8px}
.buttonWrapCenter.edu{padding:10px 0 20px}
.buttonWrapCenter.edu button{margin:0;padding:0 50px}

@media (max-width:600px){
.buttonWrapCenter.btn_set01 button{}
.buttonWrapCenter.btn_set02 button{min-width:44%}
.buttonWrapCenter.btn_set03 button{}
}


/* button color
----------------------------------*/
.button.prime{background:/*#133061*/#29304a;color:#fff;font-size:17px;text-indent:0}
.button.green{background:#133061;color:#fff;font-size:17px;text-indent:0}
.button.white{background:#FFF;color:#2e2e2e;font-size:17px;border:1px solid #cdcdcd;text-indent:0}
.button.whiteGray{background:#FFF;font-size:17px;color:#000;border:1px solid #ddd;font-weight:500;text-indent:0}
.button.blue{background:#445180;color:#fff;font-size:17px;border:1px solid #445180;text-indent:0}
.button.darkBlue{background:#29304a;color:#fff;font-size:17px;border:1px solid #29304a;text-indent:0}

.button.darkLine{background:#FFF;border:1px solid #bbb;color:#000;font-size:17px;text-indent:0}

.button.dark{background:#36404b;color:#FFF;font-size:17px;text-indent:0}
.button.darkBox{background:#2e2e2e;color:#FFF;border-radius:0;font-size:17px;text-indent:0}
.button.grayBg{background:#696969;color:#fff;font-size:17px;text-indent:0}
.button.grayBg02{color:#fff;background:#696969 url(../img/page/descInfoWrap_iconw_link.png) no-repeat 90% 45%;font-size:17px;text-indent:0}

.button.darkhBule{background:none;border:2px solid #444;font-size:17px;text-indent:0}
.button.darkhBule:focus,
.button.darkhBule:hover{background:#29304a;color:#fff;border:2px solid #29304a;font-size:17px;text-indent:0}

.button.success{background:#a0d468;color:#FFF;font-size:17px;text-indent:0}
.button.info{background:#4fc1e9;color:#FFF;font-size:17px;text-indent:0}
.button.warning{background:#fc6e51;color:#FFF;font-size:17px;text-indent:0}
.button.danger{background:#ed5565;color:#FFF;font-size:17px;text-indent:0}

/*--------------------------------------------------------------------------------NEW*/
.border_b02{border-bottom:2px solid #777}
.tab_style01.border_b02 li a, .tab_style02.border_b02 li a, .tab_style03.border_b02 li a, .tab_style04.border_b02 li a, .tab_style05.border_b02 li a{border-bottom:0}

.tab_style01{display:block;border-top:1px solid #ebebeb;font-size:0}
.tab_style01 li{padding:0!important;margin:0!important;width:20%!important;display:inline-block!important}
.tab_style01 li.on a{background:#777;font-weight:600;color:#fff}
.tab_style01 li a{font-size:16px;display:block;line-height:50px;height:50px;border:1px solid #ebebeb;background:#fafafa;box-sizing:border-box;color:#3d3d3d;text-align:center;margin:-1px 0 0 -1px}

.tab_style02{display:block;border-top:1px solid #ebebeb;font-size:0}
.tab_style02 li{padding:0!important;margin:0!important;width:50%!important;display:inline-block!important}
.tab_style02 li.on a{background:#777;font-weight:600;color:#fff}
.tab_style02 li a{font-size:16px;display:block;line-height:50px;height:50px;border:1px solid #ebebeb;background:#fafafa;box-sizing:border-box;color:#3d3d3d;text-align:center;margin:-1px 0 0 -1px}

.tab_style03{display:block;border-top:1px solid #ebebeb;font-size:0}
.tab_style03 li{padding:0!important;margin:0!important;width:33.3333%!important;display:inline-block!important}
.tab_style03 li.on a{background:#777;font-weight:600;color:#fff}
.tab_style03 li a{font-size:16px;display:block;line-height:50px;height:50px;border:1px solid #ebebeb;background:#fafafa;box-sizing:border-box;color:#3d3d3d;text-align:center;margin:-1px 0 0 -1px}

.tab_style04{display:block;border-top:1px solid #ebebeb;font-size:0}
.tab_style04 li{padding:0!important;margin:0!important;width:25%!important;display:inline-block!important}
.tab_style04 li.on a{background:#777;font-weight:600;color:#fff}
.tab_style04 li a{font-size:16px;display:block;line-height:50px;height:50px;border:1px solid #ebebeb;background:#fafafa;box-sizing:border-box;color:#3d3d3d;text-align:center;margin:-1px 0 0 -1px}

.tab_style05{display:block;border-top:1px solid #ebebeb;font-size:0}
.tab_style05 li{padding:0!important;margin:0!important;width:20%!important;display:inline-block!important}
.tab_style05 li.on a{background:#777;font-weight:600;color:#fff}
.tab_style05 li a{font-size:16px;display:block;line-height:50px;height:50px;border:1px solid #ebebeb;background:#fafafa;box-sizing:border-box;color:#3d3d3d;text-align:center;margin:-1px 0 0 -1px}

/* --------------------------------------------------------
pagination
----------------------------------------------------------*/

.pagination{margin:30px 0;font-size:0px;text-align:center;line-height:normal}
.pagination a{display:inline-block;position:relative;width:42px;line-height:40px;height:40px;margin-left:-1px;background:#FFF;color:#767676;font-size:16px;text-decoration:none;text-align:center;vertical-align:middle;word-spacing:0px;letter-spacing:0px}
.pagination a:focus,
.pagination a:hover{background:#eee;color:#767676}
.pagination a.active{z-index:3;border:1px solid #36404b;background:#135f5c;color:#fff}
.pagination a.arrow{text-indent:-999em;background:url(/lms/images/common/board_paging.png) no-repeat;border:1px solid #dbdbdb;overflow:hidden}
.pagination a.arrow:focus,
.pagination a.arrow:hover{background:url(/lms/images/common/board_paging.png)#eee no-repeat}
.pagination a.arrow.start{background-position:0 0}
.pagination a.arrow.prev{background-position:0 -40px;margin-right:20px}
.pagination a.arrow.next{background-position:0 -40px;transform:rotate(180deg);margin-left:20px}
.pagination a.arrow.end{background-position:0 0;transform:rotate(180deg)}
.pagination.mobileOn{display:none}
.pagination.mobileOn .pageNum{display:inline-block;vertical-align:middle;text-align:center;width:100px;font-size:21px}
.pagination.mobileOn .pageNum strong{font-size:25px;color:#d44232}

@media (max-width:990px){
    /* eduRequest */
    .pagination.mobileOn{display:block}
    .pagination.pcOn{display:none}

	/*의료기관/약국운영시간*/
	.notice_time span.n_time_a a{padding:15px 28px;letter-spacing:3px}
	.notice_time .n_time span{text-align:center;font-size:23px;padding:13px;letter-spacing:5px;color:#000}
	.notice_time .n_time a{}
}

@media (max-width:840px){
    
	/*의료기관/약국운영시간*/
	.notice_time{display:block}
	.notice_time .n_time{width:100%;display:grid;align-items:center;justify-content:center;justify-items:center;height:max-content;padding:34px 0 20px;margin:20px 0;border:2px solid #7f7f7f;border-radius:10px}
	.notice_time span.n_time_a a{padding:15px 60px;letter-spacing:3px}
	.notice_time .n_time span{text-align:center;font-size:25px;padding:13px;letter-spacing:5px;color:#000}
	.notice_time .n_time img:not(.normal_img){width:100px}
	.notice_time .n_time a{padding:15px 165px}
}

@media (max-width:432px){
.pagination.mobileOn .pageNum{width:82px;font-size:17px}
    }

.popup_layer .pl_inner{border-bottom:1px solid #ddd}

/*하단 qr코드*/
@media (max-width:650px){
.qrcode p.txtQrcode{width:62%;line-height:140%}
}
@media (max-width:570px){
.qrcode p.txtQrcode{margin:0!important}
}
@media (max-width:427px){
.qrcode p.txtQrcode{font-size:11px!important}
}
/*만족도조사*/
.research div.researchCount ul li:first-child{width:calc(100% - 60px)!important}
.researchCount a.ap_blue1{margin-top:0!important}
/*콘텐츠담당부서*/
.contentAdmin{padding:10px 20px}
.contentAdmin div.adminArea{width:100%;display:inline-block}
.contentAdmin div.adminArea dl{margin:0;font-size:12px;letter-spacing:-1px;line-height:200%}
.contentAdmin div.adminArea dl dt{display:inline-block;font-weight:bold;margin-right:5px;font-size:14px}
.contentAdmin div.adminArea dl dd{display:inline-block;margin-right:30px;font-size:14px}
@media (max-width:695px){
    .contentAdmin{width:375px;padding:10px 0;margin:0 auto}
}
@media (max-width:380px){
    .contentAdmin{width:204px}
    .contentAdmin div.adminArea dl dd{margin-right:0}
}
@media (max-width:499px){
/*의료기관/약국운영시간*/
	.notice_time{display:block}
	.notice_time .n_time{width:100%;display:grid;align-items:center;justify-content:center;justify-items:center;height:max-content;padding:34px 0 20px;margin:20px 0;border:2px solid #7f7f7f;border-radius:10px}
	.notice_time span.n_time_a a{padding:15px 30px;letter-spacing:3px}
	.notice_time .n_time span{text-align:center;font-size:22px;padding:13px;letter-spacing:5px;color:#000}
	.notice_time .n_time img:not(.normal_img){width:80px}
	.notice_time .n_time a{padding:15px 100px}
	.notice_time_title{display:block}
	.notice_time_title div:nth-child(2){display:flex}
	.notice_time_title div:nth-child(2) label{align-self:center}
	.notice_time_title div:nth-child(2) input{flex-grow:1}
}