@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css'); 

@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px}
body {margin:0;padding:0;font-size:16px; color:#222;letter-spacing:-0.05em; height:100%;font-family: 'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
input, button {margin:0;padding:0;font-size:1em;font-family: 'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
button {cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {font-size:1em;-webkit-appearance:none}
textarea, select,button {font-size:1em;font-family:'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0;background:none}
p {margin:0;padding:0;word-break: keep-all;}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}
ul,li,dl,dt,dd{padding:0;margin:0}
ul{list-style:none;}
button:hover{transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-ou}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {word-break: keep-all; box-sizing: border-box;}

/* 숨기기 */
.hidden{
	position:absolute;
	width:0;
	height:0 !important;
	font-size:0 !important;
	line-height:0;
	text-indent:-9999px;
	overflow:hidden;
	}
/* 대체텍스트 숨김 */
.txt_hidden { left:-9999px; top:auto; width: 1px; height: 1px; overflow:hidden; position: absolute; }

#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:600;text-align:center;text-decoration:none;line-height:3.3em}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%;height:auto}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 상단 레이아웃 */
#hd_t2{position:absolute;top:38px; left:50%;z-index:999;margin-left:545px}
@media (max-width: 1024px){
#hd_t2{right:200px;}
}
@media (max-width: 480px){
#hd_t2{top:25px; right:150px;left:auto}
}
#hd_t{position:absolute;top:35px; left:50%;margin-left:580px;z-index:999}
#hd_t:after {display:block;visibility:hidden;clear:both;content:""}
#hd_t .kor{background:url('/images/kor_icon.png') no-repeat left 5px; font-size:16px; color:#000; padding:0 20px 0 30px;}
#hd_t .eng{background:url('/images/eng_icon.png') no-repeat left 5px; font-size:16px; color:#000; padding:0 0 0 30px; }
#hd_t select{border-radius: 100px;border:1px solid #dcdcdc; padding:5px 15px 5px 10px; box-sizing:border-box; }
#hd_t .lan_btn{height:38px; padding:0 7px; background:#333; color:#fff; border-radius:20px; border:0px; font-size:14px;}

.search-bar input,
.search-btn, 
.search-btn:before, 
.search-btn:after {
	transition: all 0.25s ease-out;
}
.search-bar input,
.search-btn {
	width: 3em;
	height: 3em;
}
.search-bar input:invalid:not(:focus),
.search-btn {
	cursor: pointer;
}
.search-bar,
.search-bar input:focus,
.search-bar input:valid  {
	width: 100%;
}
.search-bar input:focus,
.search-bar input:not(:focus) + .search-btn:focus {
	outline: transparent;
}
.search-bar {
	margin: auto;
	padding: 1em;
	justify-content: center;
	max-width: 15em;
}
.search-bar input {
	background: transparent;
	border-radius: 1.5em;
	box-shadow: 0 0 0 0.4em #171717 inset;
	padding: 0.75em;
	transform: translate(0.5em,0.5em) scale(0.5);
	transform-origin: 100% 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.search-bar input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.search-bar input:focus,
.search-bar input:valid {
	background: #fff;
	border-radius: 0.375em 0 0 0.375em;
	box-shadow: 0 0 0 0.1em #d9d9d9 inset;
	transform: scale(1);
}
.search-btn {
	background: #171717;
	border-radius: 0 0.75em 0.75em 0 / 0 1.5em 1.5em 0;
	padding: 0.75em;
	position: relative;
	transform: translate(0.25em,0.25em) rotate(45deg) scale(0.25,0.125);
	transform-origin: 0 50%;
}
.search-btn:before, 
.search-btn:after {
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
}
.search-btn:before {
	border-radius: 50%;
	box-shadow: 0 0 0 0.2em #f1f1f1 inset;
	top: 0.75em;
	left: 0.75em;
	width: 1.2em;
	height: 1.2em;
}
.search-btn:after {
	background: #f1f1f1;
	border-radius: 0 0.25em 0.25em 0;
	top: 51%;
	left: 51%;
	width: 0.75em;
	height: 0.25em;
	transform: translate(0.2em,0) rotate(45deg);
	transform-origin: 0 50%;
}
.search-btn span {
	display: inline-block;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

/* Active state */
.search-bar input:focus + .search-btn,
.search-bar input:valid + .search-btn {
	background: #2762f3;
	border-radius: 0 0.375em 0.375em 0;
	transform: scale(1);
}
.search-bar input:focus + .search-btn:before, 
.search-bar input:focus + .search-btn:after,
.search-bar input:valid + .search-btn:before, 
.search-bar input:valid + .search-btn:after {
	opacity: 1;
}
.search-bar input:focus + .search-btn:hover,
.search-bar input:valid + .search-btn:hover,
.search-bar input:valid:not(:focus) + .search-btn:focus {
	background: #0c48db;
}
.search-bar input:focus + .search-btn:active,
.search-bar input:valid + .search-btn:active {
	transform: translateY(1px);
}

@media screen and (prefers-color-scheme: dark) {
	body, input {
		color: #f1f1f1;
	}
	body {
		background: #171717;
	}
	.search-bar input {
		box-shadow: 0 0 0 0.4em #f1f1f1 inset;
	}
	.search-bar input:focus,
	.search-bar input:valid {
		background: #3d3d3d;
		box-shadow: 0 0 0 0.1em #3d3d3d inset;
	}
	.search-btn {
		background: #f1f1f1;
	}
}

@media (max-width: 1024px){
#hd_t{right:100px;z-index:10}
}
@media (max-width: 480px){
#hd_t{right:40px;top:20px;left:auto;z-index:10;margin-left:0;}
#hd_t select{padding:5px 10px 5px 5px;}
#hd_t .kor{background:url('/images/kor_icon.png') no-repeat left 3px; font-size:14px; color:#000; padding:0 10px 0 20px;}
#hd_t .eng{background:url('/images/eng_icon.png') no-repeat left 3px; font-size:14px; color:#000; padding:0 0 0 30px; }
#hd_t .lan_btn{font-size:13px; padding:0 5px;}
}

#hd{position:relative;text-align:center;width:100%;background-color:rgba(255,255,255,0.9);z-index:99;height:110px;border-bottom:1px solid #dcdcdc; z-index:200}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_wrapper{width:100%;margin:0 auto; position:relative}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {position:absolute;left:50%; margin-left:-630px;top:30px; z-index:999}


@media (max-width: 1024px){
#hd_wrapper{width:100%;}
#logo {left:20px }
}

@media (max-width: 480px){
#hd{height:80px;}
#hd_wrapper{height:80px;}
#logo {left:10px ;width:45%;top:20px;margin-left:0 }
#logo img{width:100% }
}



#gnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#gnb_empty a {display:inline;text-decoration:underline}

/* 웹접근성 상단메뉴 웹접근성 적용안되는 메뉴
#gnb {margin:0 auto;width:900px;padding-left:100px}
#gnb:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_wr{width:100%;margin:0 auto;position:relative;}
#gnb a {display:block}
.gnb_1dul{}
.gnb_1dli{position:relative;float:left;height:110px;line-height:110px;}
.gnb_1dli:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_1dli button{float:left;border:0;width:0;height:110px;overflow:hidden;border:0;text-indent:-9999px;background:#fff}
.gnb_1da {position:relative;float:left;height:110px;line-height:110px;margin:0 0;font-size:18px;padding:0 40px; font-weight:500; color:#000}
.gnb_2dul {display:none;position:absolute;top:110px;left:0;min-width:100%;z-index:99; text-align:left;min-width: 250px; white-space: nowrap;border:1px solid #e3e3e3; background: #fff;}
.gnb_1dli:hover .gnb_2dul {display:block}
.gnb_1dli:hover .gnb_1da{color:#5166d8;}
.gnb_1dli:hover .gnb_1da:before{background:#fff;}
.gnb_2da {width: 100%;padding:0 15px;line-height:49px; font-size: 14px;color: #666;display: inline-block;float: left;position: relative;font-weight:normal;white-space: nowrap;; border-top: 1px solid rgba(0,0,0,0.03);}
.gnb_2da:hover{color: #5166d8; background: #fafafa;}
.gnb_2da:active { background: #eaecf7;color:#5166d8}
*/
.skip{position:absolute;top:0;height:0;visibility:hidden;font-size:0;}
/* 웹접근성 상단메뉴*/
#gnb{overflow:hidden;position:relative;width:100%;height:110px;background:#fff;z-index:100;border-bottom:1px solid #e3e3e3;}
#gnb #animate{overflow:hidden;position:relative;width:100%;height:100%;background:url(../images/main/top_menu_bg.jpg) repeat-x left top;}
#gnb #animate #tnb{overflow:hidden;position:relative;float:none;margin:0 auto;width:1000px;height:100%;}
#gnb #animate #tnb #tm{overflow:hidden;position:relative;float:right;width:860px;margin-left:100px; background-color:#fff;z-index:101;}
#gnb #animate #tnb #tm:after{content:""; clear:both; display:block}
#gnb #animate #tnb #tm *{margin:0;vertical-align:middle;}
#gnb #animate #tnb #tm .tnc{float:left;width:20%;line-height:0;}
#gnb #animate #tnb #tm .tnc a{overflow:hidden;display:block;height:110px;color:#000;font-weight:600;font-size:20px;line-height:110px;text-align:center;word-wrap:break-word;word-break:keep-all;font-family: 'Godo';}
#gnb #animate #tnb #tm .tnc a img{border:0; padding:0; margin:0;}
#gnb #animate #tnb #tm .tnc a:link,#gnb #animate #tnb #tm .tnc a:visited{background:none;color:#000}
#gnb #animate #tnb #tm .tnc a:focus{outline:2px solid #0b7bc1; outline-offset:-2px;}
#gnb #animate #tnb #tm .tnc a span{display:block;padding:17px 0 15px 0;line-height:25px;}
#gnb #animate #tnb #tm .tnc ul{display:block;padding:24px 0;background:url(../images/main/tm_list_bg.gif) repeat left top;}
#gnb #animate #tnb #tm .tnc ul li{display:block;float:none;margin:0;padding:0}
#gnb #animate #tnb #tm .tnc ul li a{display:block;margin:0;padding:5px 0 7px 0;height:auto;font-size:15px;line-height:20px;text-align:center;word-wrap:break-word;word-break:keep-all;}
#gnb #animate #tnb #tm .tnc ul li a:link,#gnb #animate #tnb #tm .tnc ul li a:visited{background:none;color:#605f5f;}
#gnb #animate #tnb #tm .tnc ul li a:hover,#gnb #animate #tnb #tm .tnc ul li a:active,#gnb #animate #tnb #tm .tnc ul li a:focus{background:none;color:#333;text-decoration:underline;}
#gnb #animate #tnb #tm .tnc ul li.small a{display:block;margin:0;padding:2px 10px 5px 21px;height:auto;font-size:12px;line-height:13px;text-align:left;word-wrap:break-word;word-break:keep-all;}
#gnb #animate #tnb #tm .tnc ul li.small a:link,#gnb #animate #tnb #tm .tnc ul li a:visited{background:none;color:#605f5f;}
#gnb #animate #tnb #tm .tnc ul li.small a:hover,#gnb #animate #tnb #tm .tnc ul li a:active,#gnb #animate #tnb #tm .tnc ul li a:focus{background:none;color:#333;text-decoration:underline;}
#gnb #animate #tnb #tm .tnc .list_ov{background:#fff;}
#gnb #animate #tnb #tm .tnc .list_ov li a:link,#gnb #animate #tnb #tm .tnc .list_ov li a:visited{background:none;color:#285A97;}
#gnb #animate #tnb #tm .tnc .list_ov li a:hover,#gnb #animate #tnb #tm .tnc .list_ov li a:active,#gnb #animate #tnb #tm .tnc .list_ov li a:focus{background:none;color:#285A97;text-decoration:underline;}

#tm li a span {text-align:center}
#gnb #animate #tnb #tm .tnc a.border01:hover,#gnb #animate #tnb #tm .tnc a.border01:active,#gnb #animate #tnb #tm .tnc a.border01:focus
{background:url(../images/main/bg_tnc01.gif) repeat-x left bottom;color:#000}
#gnb #animate #tnb #tm .tnc a.border01.current{background:url(../images/main/bg_tnc01.gif) repeat-x left bottom;color:#000}

#gnb #animate #tnb #tm .tnc a.border02:hover,#gnb #animate #tnb #tm .tnc a.border02:active,#gnb #animate #tnb #tm .tnc a.border02:focus
{background:url(../images/main/bg_tnc02.gif) repeat-x left bottom;color:#000}
#gnb #animate #tnb #tm .tnc a.border02.current{background:url(../images/main/bg_tnc02.gif) repeat-x left bottom;color:#000}

#gnb #animate #tnb #tm .tnc a.border03:hover,#gnb #animate #tnb #tm .tnc a.border03:active,#gnb #animate #tnb #tm .tnc a.border03:focus
{background:url(../images/main/bg_tnc03.gif) repeat-x left bottom;color:#000}
#gnb #animate #tnb #tm .tnc a.border03.current{background:url(../images/main/bg_tnc03.gif) repeat-x left bottom;color:#000}

#gnb #animate #tnb #tm .tnc a.border04:hover,#gnb #animate #tnb #tm .tnc a.border04:active,#gnb #animate #tnb #tm .tnc a.border04:focus
{background:url(../images/main/bg_tnc04.gif) repeat-x left bottom;color:#000}
#gnb #animate #tnb #tm .tnc a.border04.current{background:url(../images/main/bg_tnc04.gif) repeat-x left bottom;color:#000}

#gnb #animate #tnb #tm .tnc a.border05:hover,#gnb #animate #tnb #tm .tnc a.border05:active,#gnb #animate #tnb #tm .tnc a.border05:focus
{background:url(../images/main/bg_tnc05.gif) repeat-x left bottom;color:#000}
#gnb #animate #tnb #tm .tnc a.border05.current{background:url(../images/main/bg_tnc05.gif) repeat-x left bottom;color:#000}

#gnb #animate #tnb #tm .tnc a.border06:hover,#gnb #animate #tnb #tm .tnc a.border06:active,#gnb #animate #tnb #tm .tnc a.border06:focus
{background:url(../images/main/bg_tnc06.gif) repeat-x left bottom;color:#000}
#gnb #animate #tnb #tm .tnc a.border06.current{background:url(../images/main/bg_tnc06.gif) repeat-x left bottom;color:#000}

#gnb #global{display:none;}
#gnb .gnb_line{display:none;position:absolute;bottom:0;left:0;width:100%;height:4px;background:#285A97;z-index:102;}



#hd_btn{display:none}


#hd_sch{z-index:10;display:none;position:absolute;top:1px;right:-1px;background:#ff3300;border-radius: 100px;width:300px;background:#f3f3f3; border:1px solid #e3e3e3; height:35px}
#hd_sch .sch_wr{}
#hd_sch #sch_stx {background:none;border:0;width:100%;height:35px;padding:0 40px;;font-size:16px}
#hd_sch #sch_stx:focus{outline:1px solid #666;border-radius: 100px;;}
#hd_sch #sch_submit{background:none;border:0;position:absolute;top:-30px;right:-20px;height:85px;width:85px;font-size:18px;}
#hd_sch .btn_close{position:absolute;top:-27px;left:-23px;width:85px;height:85px;border:0;background:none;font-size:20px;color:#aaa}
#hd_sch .btn_close:hover{color:#000}
.hd_sch_btn{width:30px; height:30px; background:url('/images/search_btn.png') no-repeat; border:0px}

@media (max-width: 1024px){
#hd_sch .btn_close{top:-13px;left:-13px;}
}
@media (max-width: 480px){
#hd_sch{top:1px;right:-1px;width:250px;height:35px;}
#hd_sch #sch_stx {height:35px;padding:0 30px;}
#hd_sch #sch_submit{top:-13px;right:-10px;height:85px;width:85px;font-size:18px;}
#hd_sch .btn_close{top:-13px;left:-10px;}

}

/*전체메뉴*/
#al_menu{display:none;position:fixed;top:0;left:0;width:100%;height:100%;text-align:left;z-index:1000}
#al_menu .bg{background: rgba(0,0,0,0.5);width:100%;height:100%}  
#al_menu .menu_wr{position:absolute;top:0;right:0;background:#fff;width:100%;z-index:1000 }
#al_menu .btn_close{position:absolute;top:0;right:0;background:none;border:0;width:100px;height:100px;font-size:20px;outline:0;color:#aaa}
#al_menu .btn_close:hover{color:#000}


@media (max-width: 1024px){


#gnb {display:none}

#hd_btn{display:block;position:absolute;top:20px;right:5px;text-align:center;}
#hd_btn button{;width:70px;border:0;background:url('/images/total_menu.png') no-repeat;height:70px;background-size:100%;float:left}



    #al_menu .menu_wr{position:absolute;top:0;right:0;height:100%;width:300px;max-height:100%;overflow-y:auto;}
    #al_menu .btn_close{width:100%;background:#f3f3f3;height:55px;padding-right:20px;text-align:right}
    #menu{padding:65px 25px 30px 30px}
    #menu .menu_li{margin:15px 0;position:relative;} 
    #menu .menu_li h2{font-weight: 500; font-size: 1.25em;line-height:30px;color: #000;text-align: left}
    #menu .btn_menu_op{position:absolute;top:0;right:0;width:20px;height:30px;border:0;background:transparent;}
    #menu .sub_menu{display:none;margin-top:0px;margin-bottom:10px; background:#f3f3f3}
    #menu .sub_menu li a{position:relative;display:block;line-height:18px !important;margin:0 0;padding:10px 0 10px 15px}
    #menu .sub_menu li a:before{content:'';width:3px;height:3px;background:#5166d8;position:absolute;top:50%;left:5px;margin-top:-1px}
    #hd_sch .btn_close{width:55px;height:55px}
 }


@media (max-width: 768px){
    #gnb {display:none}




    #hd_sch #sch_submit{width:55px;height:55px}

    #al_menu .menu_wr{position:absolute;top:0;right:0;height:100%;width:300px;max-height:100%;overflow-y:auto;}
    #al_menu .btn_close{width:100%;background:#f3f3f3;height:55px;padding-right:20px;text-align:right}
    #menu{padding:65px 25px 30px 30px}
    #menu .menu_li{margin:15px 0;position:relative;} 
    #menu .menu_li h2{font-weight: 500; font-size: 1.25em;line-height:30px;color: #000;text-align: left}
    #menu .btn_menu_op{position:absolute;top:0;right:0;width:20px;height:30px;border:0;background:transparent;}
    #menu .sub_menu{display:none;margin-top:0px;margin-bottom:10px; background:#f3f3f3}
    #menu .sub_menu li a{position:relative;display:block;line-height:30px;margin:0 0;padding-left:15px}
    #menu .sub_menu li a:before{content:'';width:3px;height:3px;background:#5166d8;position:absolute;top:50%;left:5px;margin-top:-1px}
    #hd_sch .btn_close{width:55px;height:55px}

}

@media (max-width: 480px){
#hd{height:80px;}

#hd_btn{top:20px;right:0px;}
#hd_btn button{;width:40px;border:0;background:url('/images/total_menu.png') no-repeat;height:40px;background-size:100%;float:left}

}


/*아이콘*/
.search-icon{display:inline-block;width:19px;height:19px;border:2px solid #000;border-radius:50px}
.search-icon:before{ content: "";position: absolute; width: 10px;height: 2px;background-color: #000;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
margin-top: 15px;
margin-left: 5px;margin-left:11px \0/IE9}
.menu-icon{display:inline-block;width:89px;height:89px;background:url('/images/total_menu.png') no-repeat ;position:relative;vertical-align:middle}
.menu-icon:before{position:absolute;top:-7px;left:0;width:89px;background:url('/images/total_menu.png') no-repeat;height:89px;content:'';}
.menu-icon:after{position:absolute;bottom:-7px;left:0;width:89px;background:url('/images/total_menu.png') no-repeat;height:89px;content:'';}

 @media (max-width: 969px){
    .search-icon{display:inline-block;width:17px;height:17px;border:2px solid #000;border-radius:50px}
    .search-icon:before{ content: "";position: absolute; width: 6px;height: 2px;background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 14px;
    margin-left: 6px;;margin-left:12px \0/IE}
    .menu-icon{display:inline-block;width:18px;height:2px;background:#000;position:relative;vertical-align:middle}
    .menu-icon:before{position:absolute;top:-6px;left:0;width:100%;background:#000;height:2px;content:'';}
    .menu-icon:after{position:absolute;bottom:-6px;left:0;width:100%;background:#000;height:2px;content:'';}
 }

/* 중간 레이아웃 */
#container {position:relative;padding-top:0;min-height:100%; background:#fff; padding-bottom:100px;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {position:relative;font-weight:bold;background:#fff;color:#333; text-align:center;z-index:9;line-height:300px;color:#fff;font-size:2.5em;
background: rgba(74,210,212,0.5);
background: -moz-linear-gradient(-45deg, rgba(74,210,212,0.5) 0%, rgba(38,118,223,0.5) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(74,210,212,0.5)), color-stop(100%, rgba(38,118,223,0.5)));
background: -webkit-linear-gradient(-45deg, rgba(74,210,212,0.5) 0%, rgba(38,118,223,0.5) 100%);
background: -o-linear-gradient(-45deg, rgba(74,210,212,0.5) 0%, rgba(38,118,223,0.5) 100%);
background: -ms-linear-gradient(-45deg, rgba(74,210,212,0.5) 0%, rgba(38,118,223,0.5) 100%);
background: linear-gradient(135deg, rgba(74,210,212,0.5) 0%, rgba(38,118,223,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ad2d4', endColorstr='#2676df', GradientType=1 );}

@media (max-width: 480px){
#wrapper {padding-top:80px;}
}


#container>p{display:none;}

.idx_rs{background:#fff;margin:0 auto 0 ;max-width:1280px;height:130px;position:relative;z-index:10;padding:0 40px 0 40px;}
.idx_rs:after {display:block;visibility:hidden;clear:both;content:""}

.idx_con{margin: 0 auto;max-width:1280px;text-align:left;}
.idx_con ul{border-left:1px solid #f1f1f1}
.idx_con ul:after {display:block;visibility:hidden;clear:both;content:""}
.idx_con li{float:left;width:33.333%;padding:10% 5%;border-right:1px solid #f1f1f1}
.idx_con li:hover{}
.idx_con li h2{color:#4ad1d4}
.idx_con li h2 i{font-size:40px;margin-bottom:10px}
.idx_con li h2 span{display:block;font-size:1.385em }
.idx_con li p{margin:20px 0 40px;color:#9a9a9a;font-size:1.077em;line-height:1.5em;font-weight:300 }
.idx_con li a{display:inline-block;color:#4ad1d4;text-decoration:underline;font-weight:300}

.idx_lt{position:relative;margin:0 auto;max-width:1280px}
.idx_lt:after {display:block;visibility:hidden;clear:both;content:""}
.idx_lt .lt_wr{float:left;width:33.333%;padding:40px;position:relative;z-index:2}
.idx_lt .lt_wr h2{font-size:1.538em;margin-bottom:20px}
.idx_lt .lt_wr .tel{font-size:2.615em;;display:block}
.idx_lt .lt_wr p{color:#7d7d7d;margin:10px 0 20px}
.idx_lt .bg{position:absolute;top:0;left:0;width:100%;height:100%;border-right:1px solid #f1f1f1;z-index:1}
.idx_lt .bg span{float:left;display:block;width:100%;height:100%;width:33.333%;border-left:1px solid #f1f1f1;}

.time li{line-height:35px;font-size:1.077em;text-align:right;}
.time li:after {display:block;visibility:hidden;clear:both;content:""}
.time i{color:#39c9df;margin-right:5px;}
.time strong{float:left;font-weight:500}

 @media (min-width: 970px){
    .idx_rs h2{float:left;margin-right:30px;font-size:1.231em}
    .idx_rs h2 i{margin-right:8px}
    .idx_rs .tel{float:left;font-size:1.231em;font-weight:900}
    .idx_rs .online-btn{float:right;}
    .idx_rs .online-btn a{float:left;display:inline-block;padding:0 30px;background:#fff;margin-left:20px;border-radius:30px;color:#2677df;font-size:1.231em;font-weight:900}
    .idx_rs .online-btn p{float:left}
}
 @media (max-width: 969px){
    .idx_con li{width:100%;padding:30px;border-bottom:1px solid #f3f3f3 }
    .idx_con li h2 i{font-size:24px;}
    .idx_lt_wr .lt{width:100%}
    #container_title {line-height:150px;font-size:1.5em}

    .idx_rs{padding:30px;margin-top:0px;line-height:25px}
    .idx_rs h2{;margin-right:30px;font-size:1.154em}
    .idx_rs h2 i{margin-right:8px}
    .idx_rs .tel{float:left;font-size:1.5em;font-weight:900;margin:10px 0}
    .idx_rs .online-btn{clear:both;}
    .idx_rs .online-btn a{margin-top:10px;display:block;padding:0 30px;background:#fff;border-radius:30px;color:#2677df;font-size:1.231em;font-weight:900;text-align:center;line-height:40px}

    .idx_lt .lt_wr{width:100%;padding: 30px; border-bottom: 1px solid #f3f3f3;}
    .idx_lt .bg{display:none}
    .idx_lt .lt_wr h2{margin-bottom:10px;font-size:1.231em}
    .idx_lt .lt_wr .tel{font-size:1.5em}
 }


/* 하단 레이아웃 */

#ft {background:#666; transform: translatY(-100%); position:relative; bottom:0;}
.ft_wr02{margin:0 auto;width:100%;padding:45px 0 80px 0; text-align:center}
.ft_wr02:after {display:block;visibility:hidden;clear:both;content:""}
.ft_wr02 .copy{}
.ft_wr02 .copy .font_st01{color:#fff; font-size:30px; font-weight:700}
.ft_wr02 .copy .font_st02{color:#eee; font-size:16px;padding:5px 0 0 0; word-break:keep-all;}
.ft_wr02 .copy .font_st03{color:#eee; font-size:14px;}
.ft_wr02 .copy .login_wr{display:block; text-align:center; color:#fff; padding:10px 0 20px 0; position:relative;}
.ft_wr02 .copy .login_wr a{padding:0 0; color:#fff;}
.ft_wr02 .copy .login_wr .line{padding:0 25px; background:url('/images/ft_menu_line.png') no-repeat center; }
.ft_wr02 .copy .login_wr select{border:1px solid #ccc; padding:5px 15px 5px 10px; color:#fff; }
.ft_wr02 .copy .login_wr select option{border:1px solid #ccc; background:#666;}
.ft_wr02 .copy .login_wr .move_btn{height:38px; padding:0 5px; background:#fff; border-radius:3px; border:0px;}
.ft_wr02 .copy .login_wr .mark{position:absolute; top:-20px; margin-left:20px;}
.ft_wr02 .copy .login_wr .mark img{height:80px;}
.ft_wr02 .copy .font_st03 .ft_admin{background:#000; color:#fff; font-size:14px; padding:3px 5px:}

.ft_wr02 .pd01{padding:0 15px}
.ft_wr02 .copy .ft_logo{text-align:center}

#top_btn {position:fixed;bottom:10px;right:10px;width:40px;height:40px;background:#000;opacity:0.7;border-radius:30px;color:#fff;text-align:center;font-size:15px;z-index:99;border:0}
#top_btn:hover{opacity:1}
#device_change {display:block;line-height:40px;border:1px solid #3a3a3a;border-radius:2em;color:#777;font-size:1em;text-decoration:none;text-align:center}



@media (max-width: 480px){
.ft_wr02 .copy .font_st01{color:#fff; font-size:20px; font-weight:700}
.ft_wr02 .copy .font_st02{color:#eee; font-size:16px;padding:20px 10px;}
.ft_wr02 .copy .font_st03{color:#eee; font-size:12px;}
.ft_wr02 .copy .login_wr a{font-size:14px}
.ft_wr02 .copy .login_wr .line{padding:0 10px;background:url('/images/ft_menu_line.png') no-repeat center 10px;}
.ft_wr02 .copy .login_wr .mark{position:relative; display:block; top:20px;}
.ft_wr02 .pd01{padding:0 5px}
}



/* 체크박스 */
.all_chk,.bo_chk {position:relative}
.all_chk label .chk_img, .bo_chk label .chk_img{margin-top:2px;display:inline-block;height:15px;text-indent:-9999px;width:15px;background:#fff;border:1px solid #aab3c1;border-radius:3px;;vertical-align:top;
-webkit-box-shadow:inset 5px 5px 3px #f0f0f3;
-moz-box-shadow:inset 5px 5px 3px #f0f0f3;
box-shadow:inset 5px 5px 3px #f0f0f3}

.bo_chk label.click_on .chk_img, .all_chk label.click_on .chk_img{background:url('../img/input_chk.png') 50% 50% no-repeat #2677df;border-color:#2677df;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}


.bo_chk input, .all_chk input {position:absolute;top:0;left:0;width:1px;height:1px;opacity:0;outline:0;z-index:9}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}
#copymove .tbl_head01{margin-top:10px}
#copymove td{background:#fff}
#copymove .win_btn{margin:10px}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}

/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;width:40px;height:40px;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:3px 0 5px ;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha{width:213px;height:55px;overflow:hidden}
#rc-imageselect, .g-recaptcha {transform:scale(0.7);-webkit-transform:scale(0.7);transform-origin:0 0;-webkit-transform-origin:0 0;}

/* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}

/*단축키일람 */
.cke_sc{text-align:right}
.btn_cke_sc{background:#333;color:#fff;padding:5px;border:none}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close{background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
.btn_s{display:inline-block;height:33px;line-height:30px;border-radius:30px;padding: 0 15px
;transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out}
.btn_m{display:inline-block;height:50px;line-height:48px;border-radius:0px;padding: 0 40px
;transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out}
.btn_l{display:inline-block;;height:50px;line-height:48px;border-radius:30px;padding: 0 25px; font-weight:700;font-size:	1.154em;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out}

a.btn01 {display:inline-block;background:#eee;color:#444;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}
.btn_confirm {text-align:center} /* 서식단계 진행 */
.btn_submit {display:inline-block;border:1px solid transparent;background:#2677df;color:#fff;text-decoration:none;vertical-align:middle;cursor:pointer; }
.btn_submit:hover {background:#0456ec}
a.btn_cancel {display:inline-block;background:#ddd;color:#444;text-decoration:none;vertical-align:middle; padding:0 7px;}
button.btn_cancel {display:inline-block;;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#eee;border:1px solid transparent;color:#6b6b6b;text-decoration:none;vertical-align:middle; }
.btn_b01:hover, .btn_b01:hover {background:#f8f8f8;color:#000}
a.btn_b02 ,.btn_b02{display:inline-block;border:1px solid transparent;background:#2677df;color:#fff;text-decoration:none;vertical-align:middle; padding:}
a.btn_b02:hover, .btn_b02:hover {background:#0456ec}
a.btn_b03, .btn_b03 {display:inline-block;line-height:28px;border:1px solid #ed6478;color:#ed6478;background:none;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {}
a.btn_admin {display:inline-block;background:#ff0000;color:#fff;font-size:16px;line-height:50px; text-align:center; text-decoration:none;vertical-align:middle;height:50px; width:50px;} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover  {color:#fff;background:#db0000}
i.fa-chevron-up:before{color:#666;}
i.fa-chevron-down:before{color:#666;}
#bo_v_link i.fa-link:before{color:#666;}

/* 기본테이블 */
.tbl_wrap {margin:0 10px 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 {}
.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01 thead th {padding:12px 0;border-top:2px solid #0080cc;border-bottom:1px solid #e3e3e5;border-left:0px; border-right:0px; background:#f3fcff;color:#333;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #e3e3e5;background:#fff;color:#333}
.tbl_head01 tfoot td {border-color:#e3e3e5;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #e3e3e5;}
.tbl_head01 td {padding:10px;border-bottom:1px solid #e3e3e5;line-height:1.5em;word-break:break-all;border-left:0px; border-right:0px;}

.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}

/* 기본리스트 */
.list_01{padding: 15px;}
.list_01 li{background:#fff;border-radius:3px;padding:10px ;border:1px solid #efefef;margin-bottom:5px}

/* 기본폼 */
.form_01{margin:20px}
.form_01 .write_div{margin:5px 0;position:relative}
.form_01 li{margin:5px 0;position:relative;list-style:none}
 textarea, .frm_input {border:1px solid #d0d4df;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:0 10px;height:40px;
 -webkit-box-shadow: inset 2px 2px 2px #f3f3f3;
-moz-box-shadow: inset 2px 2px 2px #f3f3f3;
box-shadow:inset 2px 2px 2px #f3f3f3}
textarea {width:100%;height:200px;padding:10px}
textarea:focus, .frm_input:focus{outline:none;background:#f3f3f3}
.frm_input {height:40px;}
.full_input{width:100%} 
.form_01 .frm_file {display:block;margin-bottom:5px;width:100%}
.form_01 select{height:40px;border-radius:3px;background-color:#fff}
.form_01 .frm_info{font-size:0.92em;color:#4162ff;text-align:left;margin:3px 0 10px;display:block;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:100px 0 !important;color:#777;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#999}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win #win_title {font-size: 1.2em;font-weight: bold;height: 50px;padding: 10px;line-height: 30px;
-webkit-box-shadow:  2px 2px 5px #eee;
-moz-box-shadow:  2px 2px 5px #eee;
box-shadow: 2px 2px 5px #eee
}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con{margin:20px}

.new_win .win_ul {margin:20px}
.new_win .win_ul li {display:inline-block;}
.new_win .win_ul li a {display: block;line-height: 24px;padding: 0 10px;}
.new_win .win_ul li .selected {background: #4162ff;color: #fff;border-radius: 13px;
-webkit-box-shadow: 0 0 5px rgba(65,98,255,0.8);
-moz-box-shadow: 0 0 5px rgba(65,98,255,0.8);
box-shadow: 0 0 8px rgba(65,98,255,0.8);}

.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#4162ff}
.new_win .win_btn {clear:both;margin:10px 0;text-align:center}
.new_win .win_btn a {display:inline-block;height:40px;line-height:40px;font-weight:bold}
.new_win .win_btn .btn_close {display:inline-block;padding:0 10px;border:0;background:#c6c6d2;color:#666;text-decoration:none;font-weight:bold;height:40px;margin:10px 0}
.new_win .win_btn .btn_submit {width:100%;height:40px;line-height:40px; margin:0 0 20px;display:inline-block;font-weight:bold}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal;line-height:20px}
.sv_wrap .sv {z-index:1000;width:100px;display:none;margin:5px 0 0;font-size:0.92em;background:#333;text-align:left;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;width:100px;margin:0;padding:0  10px;line-height:30px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333;font-weight:400;}
.sv_member img{vertical-align:top}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0;text-align:center}
.pg {display:inline-block }
.pg_page, .pg_current {display:inline-block;padding:0 13px;height:35px;color:#666;line-height:35px;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:underline;background-color:#f8f8f8;}
.pg a:focus{outline:2px solid red; }
.pg_page {background:#eee;}
.pg_start {background:url('/img/btn_first.png') no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_prev {background:url('/img/btn_prev.png') no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_next {background:url('/img/btn_next.png') no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_end {background:url('/img/btn_end.png') no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_current {display:inline-block;background:#494949;color:#fff;font-weight:normal;line-height:35px; text-decoration:underline; box-shadow:2px 2px 2px 0 rgba(0,0,0,.2);}
.pg_current:focus{outline:2px solid red; outline-offset:2px;}



/* 메인 슬라이드 */
.main_slideimg_wrap{width:100%; margin:0 auto;padding:0 !important;z-index:888}
.main_slideimg_wrap:after {display:block;visibility:hidden;clear:both;content:""}
#visual {position:relative; float:left; width:100%; margin: 0 0 0 0;padding:0 !important;}

.visual_box .ctl ul{display:block; text-align:center; white-space:nowrap;}
.control_box {position: absolute; bottom: -35px; left: 0; z-index: 3; width: 100%; text-align: center;}
.control_box .btns {display: inline-block; width: 120px; height: 13px; vertical-align: middle;}
.control_box .btns a { float: left; margin: 0 4px; display: block; width: 12px; height: 13px; color: #666; border-radius: 50%; background: url(/images/icon_conts.png) no-repeat center -166px; text-indent: -9999px;}
.control_box .btns .cycle-pager-active {background-position: center -247px;}
.control_box .btns .vi_btn_stop {background-position: center -193px;}
.control_box .btns .vi_btn_pause {background-position: center -139px;}
.control_box .btns .vi_btn_next {background-position: center -220px;}

.visual_box .ctl{position:relative; float:left;text-align:center;width:100%;margin-top:-40px;z-index:99;padding-bottom:0px;}
.visual_box .ctl ul{display:block; text-align:center; white-space:nowrap;}
.visual_box .ctl li{display:inline-block; margin:0 1px;}
.visual_box .ctl li a{display:block; width:16px; height:16px; background:url(/images/icon_conts.png) no-repeat -2px -164px;}
.visual_box .ctl li a span{display:block; text-indent:100%; overflow:hidden; white-space:nowrap;}
.visual_box .ctl li.btn_prev a{background-position:center -137px;}
.visual_box .ctl li.btn_next a{background-position:center -218px;}
.visual_box .ctl li.btn_stop a{background-position:center -191.2px;}
.visual_box .ctl li.btn_play a{background-position:center -404.5px;}
.visual_box .ctl li.on a { background-position:-3px -245px;}
.visual_box .ctl ul:after { content:''; display:block; clear:both;}

#visual_area {text-align:center; overflow:hidden;}
#visual_area:focus-visible{outline: 2px solid red;  outline-offset:-2px;}
#visual_area li a:focus-visible{outline: 2px solid red;  outline-offset:-2px;}
#visual_area li a img {height:100%;}
#visual_area li a img:focus-visible{outline: 2px solid red;  outline-offset:-2px;}
#visual_area li img {height:100%;vertical-align:top}
.main_slideimg{background:no-repeat center top;}
/* .main_slideimg01{background:url(/images/main/main_slideimg01.jpg) no-repeat center top;}
.main_slideimg02{background:url(/images/main/main_slideimg02.jpg) no-repeat center top;}
.main_slideimg03{background:url(/images/main/main_slideimg01.jpg) no-repeat center top;} */

@media all and (max-width: 1024px){

#visual_area li a img {height:auto;width:100%;}
#visual_area li img {height:auto;width:100%;vertical-align:top}
.main_slideimg{background-size:160%;}
.main_slideimg01{background-size:200%}
.main_slideimg02{background-size:200%}
.main_slideimg03{background-size:200%}
}
@media all and (max-width: 480px){
#visual {width: 100%; float: none; height: auto; margin: 0 auto; padding:0px !important; box-sizing: border-box;}
.visual_box .ctl {width:100%;margin-top:-30px;margin-left:0;text-align:center}
}
@media all and (max-width: 320px){
#visual {width: 100%; float: none; height: auto; margin: 0 auto; padding:0px; box-sizing: border-box;}
.visual_box .ctl {width:auto;margin-top:20px;margin-left:13%;}
}

.main_cont01_wr{position:relative;width:100%; margin:0 auto;padding:100px 0; background:url('/images/main/main_ct01_bg.jpg') no-repeat center top}
.main_cont01_wr:after {display:block;visibility:hidden;clear:both;content:""}
.main_cont01_wr .b_title{position:relative;width:100%;max-width:1300px;margin:0 auto; text-align:center;line-height:80px; font-size:38px; color:#000; font-weight:700;background:url('/images/main/main_tit_line.jpg') no-repeat center top}
.main_cont01_wr .b_title .more{position:absolute;top:0; right:0; background:#666; width:70px; height:70px; text-align:center; line-height:70px; font-size:50px; color:#fff;transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-ous}
.main_cont01_wr .b_title .more:hover{background:#222;transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-ous}
.main_cont01_wr .b_title .more a{color:#fff; display:block; }
.main_cont01_wr .b_title .more a:focus{outline:2px solid #0b7bc1; outline-offset:2px;}

@media all and (max-width: 1024px){
.main_cont01_wr{padding:100px 30px}
}
@media all and (max-width: 480px){
.main_cont01_wr{padding:50px 20px}
.main_cont01_wr .b_title{line-height:50px; font-size:30px;}
.main_cont01_wr .b_title .more{width:40px; height:40px; line-height:40px; font-size:30px;}
}

.main_cont01_wr .calendar_wr{position:relative;width:100%;max-width:1300px;margin:40px auto;border:1px solid #dcdcdc; background:#fff}
.main_cont01_wr .calendar_wr:after {display:block;visibility:hidden;clear:both;content:""}
.main_cont01_wr .calendar_wr .year{float:left; width:140px;border-right:1px solid #dcdcdc; text-align:center; padding:23px 0;} 
.main_cont01_wr .calendar_wr .year img{margin-left:5px;}
.main_cont01_wr .calendar_wr .year_font_st{font-weight:700; color:#000 !important; font-size:20px; line-height:20px}
.main_cont01_wr .calendar_wr .year_font_st input{color:#000 !important;}
.main_cont01_wr .calendar_wr .day{float:left; width:calc(100% - 141px);text-align:left; padding:25px 20px;}
.main_cont01_wr .calendar_wr .day li{float:left;color:#666; font-size:16px; line-height:33px;padding:0 8px; text-align:right}
.main_cont01_wr .calendar_wr .day li .sunday{color:#dd521e; font-weight:bold}
.main_cont01_wr .calendar_wr .day li .check{line-height:33px; color:#fff; font-weight:bold;background:#282671; display:inline-block; height:33px; width:33px !important; text-align:center; border-radius:50%;}
.main_cont01_wr .main_ct01_slide{position:relative;width:100%;max-width:1300px; margin:0 auto}
.main_cont01_wr .calendar_wr .calendar_open{margin-left:5px; overflow:hidden; width:20px; height:22px; background:url('/images/main/main_calendar_icon.png') center center no-repeat; text-indent:-999px;}
.main_cont01_wr .calendar_wr button{text-transform:none; vertical-align:top; border:0 none; cursor:pointer;}

/* 날짜 선택 */
.month_box{display:block;}
.month_box img{vertical-align:middle;}
.month_box img:focus-visible{outline: 2px solid red;  outline-offset:-2px;}
.day_box{display:none; }
.main_cont01_wr .calendar_wr .calendar_box_month{position:absolute; top:70px; margin:0 auto; left:0px; z-index:1; display:block; border:1px solid #c5c5c5; width:280px; height:220px; background:#fff; padding:5px;}
.main_cont01_wr .calendar_wr .calendar_box_day{display:none;}
.calendar_box_top{height:40px; position:relative; background:#e9e9e9; padding:5px 10px; line-height:1.8em; text-align:center; vertical-align:baseline; color:#333; font-weight:bold;}
.calendar_box_top .prev{position:absolute; top:10px; left:5px; width:19px; height:19px; font-size:0; background: url('/images/main/slick-prev.png') no-repeat center top; background-size:contain;}
.calendar_box_top .next{position:absolute; top:10px; right:5px; width:19px; height:19px; font-size:0; background: url('/images/main/slick-next.png') no-repeat center top; background-size:contain;}
.calendar_box_center{position:relative; width:100%; margin-top:7px; padding:0px; }
.calendar_box_center table{border-spacing:2px;border-collapse:separate; text-align:center; width:100%; padding:0px; margin:0px; }
.calendar_box_center table th{background:#fff !important; border:0px; height:35px; line-height:30px; color:#454545; font-size:0.88em; padding:5px;}
.calendar_box_center table td{padding:0 5px; font-size:0.88em;  height:35px; line-height:30px; border:1px solid #c5c5c5; background:#f6f6f6; color:#454545;}
.calendar_box_center table td a{display:block; }  
.calendar_box_center table td:hover{background:#ededed;}
.calendar_box_center table td.select{ background:#0b7bc1; border:1px solid #282671;}
.calendar_box_center table td.select a{color:#fff;}

@media all and (max-width: 1024px){
.main_cont01_wr .calendar_wr .day{padding:25px 10px;}
.main_cont01_wr .calendar_wr .day li{padding:0 5px;}
}

@media all and (max-width: 768px){
.month_box{display:none;}
.day_box{display:block;}
.main_cont01_wr .calendar_wr .calendar_box_month{display:none;}
.main_cont01_wr .calendar_wr .calendar_box_day{position:absolute; top:70px; margin:0 auto; left:50%; transform:translate(-50%, 0); z-index:1; display:block; border:1px solid #c5c5c5; width:280px; height:350px; background:#fff; padding:5px;}
.main_cont01_wr .calendar_wr .year{ width:100%;border-right:0px solid #dcdcdc; }
.main_cont01_wr .calendar_wr .year button{background:none; vertical-align:middle; margin-left:5px;}
.main_cont01_wr .calendar_wr .day{display:none;}
.calendar_box_bottom{border-top:1px solid #e9e9e9; height:50px; margin-top:10px; padding:5px 10px;}
.calendar_box_bottom .btn_today{position:absolute; bottom:5px; left:5px; height:40px; line-height:40px; border:1px solid #c5c5c5; background:#f6f6f6; padding:0 15px; font-size:0.88em; color:#666;}
.calendar_box_bottom .btn_today:hover{background:#ededed;}
.calendar_box_bottom .btn_close{position:absolute; bottom:5px; right:5px; height:40px; line-height:40px; border:1px solid #c5c5c5; background:#f6f6f6; padding:0 15px; font-size:0.88em;}
.calendar_box_bottom .btn_close:hover{background:#e9e9e9;}
}

/*@media all and (max-width: 480px){
.main_cont01_wr .calendar_wr .year{ width:100%;border-right:0px solid #dcdcdc; }
.main_cont01_wr .calendar_wr .day{width:100%; padding:25px 20px;}
.main_cont01_wr .calendar_wr .day li{line-height:40px;text-align:right;width:10%}
} */

/* 메인 공연일정 슬라이드 소스 시작 */
.slick_text_box{background:#fff;padding:20px 0; min-height:180px; }
.slick_text_box .slick_ca span{background:#f7ece8; line-height:18px; padding:0 15px; font-size:14px; color:#da521f}
/* 예정 */ .slick_text_box .slick_ca .slick_ca_icon01{line-height:18px; padding:0 15px; font-size:14px; background: rgba(229, 0, 0, .7); color: rgba(255, 255, 255, .8);}
/* 진행 */ .slick_text_box .slick_ca .slick_ca_icon02{line-height:18px; padding:0 15px; font-size:14px; background:rgba(124, 0, 229, .7); color:rgba(255,255,255,.8);}
/* 종료 */ .slick_text_box .slick_ca .slick_ca_icon03{line-height:18px; padding:0 15px; font-size:14px; background: rgba(102, 102, 102, 1); color: rgba(255, 255, 255, .9);}
.slick_text_box .slick_title{padding:10px 0; color:#000; font-size:18px; font-weight:700}
.slick_text_box .slick_text01{color:#666666; font-size:15px; }


.slider {width: 100%; margin: 0 auto; }
.slick-slide {margin: 0px 5px;position: relative; text-align:center;border:1px solid #dcdcdc}
.slick-slide:hover{border:3px solid #ff756b}
.slick-slide:focus, .slick-active:focus{outline:2px solid #ff756b; outline-offset:-2px;}

    .slick-slide img {
      width: 100%;
	  border:1px solid #efefef;
	  min-height:445px;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background:url('/images/main/slick-prev.png') no-repeat center top;
	text-indent:-999999px;
}
.slick-prev:focus{outline:2px solid #ff756b; outline-offset:-2px;}

.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background:url('/images/main/slick-next.png') no-repeat center top;
	text-indent:-999999px;
}
.slick-next:focus{outline:2px solid #ff756b; outline-offset:-2px;}

.slick-prev
{
    left: -50px;
}

.slick-next
{
    right: -50px;
}

@media all and (max-width: 1024px){
.slider {width:90%;margin: 0 auto;}
.slick_text_box{min-height:200px;}
}


@media all and (max-width: 480px){
.slider {width: 80%;margin: 0 auto;}
}
/* 메인 공연일정 슬라이드 소스 끝*/

@media all and (max-width: 768px){

}
@media all and (max-width: 480px){

}


.main_cont02_wr{position:relative;width:100%; margin:0 auto;padding:100px 0; background:#fff url('/images/main/maiin_ct02_bg.jpg') no-repeat center bottom}
.main_cont02_wr:after {display:block;visibility:hidden;clear:both;content:""}
.main_cont02_wr .b_title{position:relative;width:100%;max-width:1300px;margin:0 auto; text-align:center;line-height:80px; font-size:38px; color:#000; font-weight:700;background:url('/images/main/main_tit_line.jpg') no-repeat center top}
.main_cont02_wr .cont_wr{position:relative;width:100%;max-width:1300px;margin:0 auto;}
.main_cont02_wr .cont_wr:after {display:block;visibility:hidden;clear:both;content:""}
.main_cont02_wr .cont_wr .cont01{float:left; width:100%;margin:40px 0 0 0 }
.main_cont02_wr .cont_wr .cont01 .left{float:left; width:870px; }
.main_cont02_wr .cont_wr .cont01 .right{float:left; width:400px;margin-left:30px}
.main_cont02_wr .cont_wr .cont02{float:left; width:100%;margin:80px 0 0 0 }
.main_cont02_wr .cont_wr .cont02 .title{float:left; width:50%; font-size:24px; font-weight:bold; color:#222;}
.main_cont02_wr .cont_wr .cont02 .more{float:left; width:50%;text-align:right}
.main_cont02_wr .cont_wr .cont02 .more	a:focus{outline:2px solid #ff756b; outline-offset:2px;}
.main_cont02_wr .cont_wr .cont02 .ul_st01{width:100%; float:left; margin-top:20px}
.main_cont02_wr .cont_wr .cont02 .ul_st01 li{float:left;padding:0 14px 0 0;}
.main_cont02_wr .cont_wr .cont02 .ul_st01 li:last-child{padding:0 !important}
.main_cont02_wr .cont_wr .cont02 .ul_st01 li a{display:block;}
.main_cont02_wr .cont_wr .cont02 .ul_st01 li a:focus{outline:2px solid #ff756b; outline-offset:2px;}
.main_cont02_wr .cont_wr .cont02 .ul_st01 li img{vertical-align:top;}
.main_cont02_wr .cont_wr .cont02 .ul_st01 li .text01{height:70px; line-height:70px; background:#d72872; text-align:center; color:#fff; font-size:18px;position:relative;}
.main_cont02_wr .cont_wr .cont02 .ul_st01 li .text01 a{color:#fff; font-size:18px;}
.main_cont02_wr .cont_wr .cont02 .ul_st01 li .text01 span{position:absolute; right:30px; top:0px; color:#fff; font-size:24px;}
.main_cont02_wr .cont_wr .cont03{float:left; width:100%;margin:310px 0 50px 0; text-align:center }
.main_cont02_wr .cont_wr .cont03 .text01{color:#fff; font-size:38px; font-weight:bold;padding:15px 0 0 0;background:url('/images/main/main_tit_line2.jpg') no-repeat center top}
.main_cont02_wr .cont_wr .cont03 .text02{color:#fff; font-size:30px; font-weight:100;padding:30px 0 20px 0}
.main_cont02_wr .cont_wr .cont03 .more{padding:30px 0 0 0}
.main_cont02_wr .cont_wr .cont03 .more span{display:block; color:#fff; line-height:30px;font-size:40px; font-weight:100; border:1px solid #fff; padding:20px 30px;}
.main_cont02_wr .cont_wr .cont03 .more span:hover{background:#fff; color:#000;}
.main_cont02_wr .cont_wr .cont03 .more a{display:inline-block;}
.main_cont02_wr .cont_wr .cont03 .more a:focus{outline:2px solid #ff756b; outline-offset:2px;}


@media all and (max-width:768px){
.main_cont02_wr{padding:50px 10px;}
.main_cont02_wr .cont_wr .cont01 .left{float:left; width:100%; }
.main_cont02_wr .cont_wr .cont01 .right{float:left; width:100%;margin-left:0px }
.main_cont02_wr .cont_wr .cont02 .ul_st01{text-align:center; margin:0 auto;}
.main_cont02_wr .cont_wr .cont02 .ul_st01 li{width:100%; margin-bottom:10px; padding:0px;}
.main_cont02_wr .cont_wr .cont02 .ul_st01 li .text01 a{color:#fff; font-size:16px;}
.main_cont02_wr .cont_wr .cont02 .ul_st01 li img{width:100% !important; height:auto;}
.main_cont02_wr .cont_wr .cont02 .ul_st01 li:last-child{margin-bottom:0px; padding:0px;}
.main_cont02_wr .cont_wr .cont03 .text01{font-size:30px;}
.main_cont02_wr .cont_wr .cont03 .text02{font-size:24px;}
.main_cont02_wr .cont_wr .cont03 .more span{font-size:30px;}
}

@media all and (max-width: 480px){
.main_cont02_wr{padding:50px 10px;}
.main_cont02_wr .b_title{line-height:50px; font-size:30px; }

.main_cont02_wr .cont_wr .cont01 .left{width:100%; }
.main_cont02_wr .cont_wr .cont01 .right{width:100%;margin-left:0; margin-top:20px}
.main_cont02_wr .cont_wr .cont02 .ul_st01 li img{width:100%}
.main_cont02_wr .cont_wr .cont02 .ul_st01 li{float:left;padding:0 0 15px 0;}
.main_cont02_wr .cont_wr .cont03{margin:250px 0 50px 0; }

}


.main_cont03_wr{position:relative;width:100%; margin:0 auto; }
.main_cont03_wr:after {display:block;visibility:hidden;clear:both;content:""}
.main_cont03_wr .cont_wr{position:relative;width:100%;max-width:1300px;margin:0 auto;padding:100px 0 0 0;}
.main_cont03_wr .cont_wr:after {display:block;visibility:hidden;clear:both;content:""}
.main_cont03_wr .cont_wr .ct_box{float:left;width:420px; height:250px; padding:30px; position:relative}
.main_cont03_wr .cont_wr .ct_box_bg01{background:url('/images/main/main_ct03_img01.jpg') no-repeat center top }
.main_cont03_wr .cont_wr .ct_box_bg02{background:url('/images/main/main_ct03_img02.jpg') no-repeat center top }
.main_cont03_wr .cont_wr .ct_box_bg03{background:url('/images/main/main_ct03_img03.jpg') no-repeat center top }
.main_cont03_wr .cont_wr .ct_box .text01{font-size:24px; font-weight:bold; color:#fff; padding-left:40px; }
.main_cont03_wr .cont_wr .ct_box .text01_icon01{background:url('/images/main/main_ct03_icon01.png') no-repeat left 5px }
.main_cont03_wr .cont_wr .ct_box .text01_icon02{background:url('/images/main/main_ct03_icon02.png') no-repeat left 5px }
.main_cont03_wr .cont_wr .ct_box .text01_icon03{background:url('/images/main/main_ct03_icon03.png') no-repeat left 5px }
.main_cont03_wr .cont_wr .ct_box .text02{font-size:15px; color:#fff;padding:5px 0 0 0}
.main_cont03_wr .cont_wr .mg20{margin:0 20px}
.main_cont03_wr .cont_wr .ct_box a{ position:absolute; right:30px; bottom:30px; }
.main_cont03_wr .cont_wr .ct_box .more{display:block; color:#fff; font-size:40px;font-weight:100; line-height:40px; text-align:center; width:40px; height:40px;}
.main_cont03_wr .cont_wr .ct_box .more:hover{background:#666}
.main_cont03_wr .cont_wr .ct_box a:focus{border:none; outline:2px solid #fff;}

@media all and (max-width: 768px){
.main_cont03_wr .cont_wr{padding:50px 0 0 0;}
.main_cont03_wr .cont_wr .ct_box{width:100%; height:auto;}
.main_cont03_wr .cont_wr .ct_box_bg01{background-size:100%;}
.main_cont03_wr .cont_wr .ct_box_bg02{background-size:100%;}
.main_cont03_wr .cont_wr .ct_box_bg03{background-size:100%; }
.main_cont03_wr .cont_wr .mg20{margin:10px 0;}

}


/* 메인 Tab + List */
.tab.list{height:300px;padding:0; margin:0 ; background:#fff;overflow:hidden}
.tab.list ul{position:relative;margin:0;padding:0;list-style:none;*zoom:1; }
.tab.list ul:after{content:"";display:block;clear:both}
.tab.list li{float:left;margin:0; padding:0;}
.tab.list li > a{position:relative;float:left;text-decoration:none;color:#666;line-height:40px;font-size:20px;padding:0 !important;margin:0}
.tab.list li > a:focus{outline:2px solid #ff756b; outline-offset:-2px;}
.tab.list li > a > h4{display:inline-block;padding:0 45px 0 45px;letter-spacing:-1px;cursor:pointer}
.tab.list li ul{width:100%;position:absolute;height:260px;top:60px;left:0;list-style:none;border:0;margin:0;padding:0;*zoom:1; padding:0;box-sizing: border-box;}
.tab.list li ul:after{content:"";display:block;clear:both}
.tab.list li li{float:left;margin:0 10px 0 0;border:1px solid #e2e2e2;height:240px; width:280px; padding:20px !important; }
.tab.list li li:after {display:block;visibility:hidden;clear:both;content:""}
.tab.list li li:last-child{float:left;margin:0 0 0 0;border:1px solid #e2e2e2;height:240px; width:280px}
.tab.list li li .n_title{padding:8px 0 0 0}
.tab.list li li .n_title span{background:#0b7bc1 url('/images/main/notice_icon.png') no-repeat 19px 10px; padding:8px 25px 8px 45px;color:#fff}
.tab.list li li .n_title02{padding:8px 0 0 0}
.tab.list li li .n_title02 span{background:#4db847 url('/images/main/notice_icon.png') no-repeat 19px 10px; padding:8px 25px 8px 45px;color:#fff}
.tab.list li li .n_title03{padding:8px 0 0 0}
.tab.list li li .n_title03 span{background:#ef3f22 url('/images/main/notice_icon.png') no-repeat 19px 10px; padding:8px 25px 8px 45px;color:#fff}
.tab.list li li .n_cont{padding:35px 0 0 0; color:#000}
.tab.list li li .n_date{padding:15px 0 0 0; color:#666}
.tab.list li li .n_more{text-align:right;font-size:30px; color:#666;padding:10px 5px 0 5px}
.tab.list li li .n_more a{font-size:30px; color:#666;}

.tab.list li li a{float:none;padding:0;margin:0;border:0 !important;color:#000 !important;font-size:16px;font-weight:normal;background:transparent; letter-spacing:normal;line-height:26px;}
.tab.list li li a:hover,
.tab.list li li a:active,
.tab.list li li a:focus{color:#000 !important;}
.tab.list li li time,
.tab.list li li .time{position:absolute;top:0;right:0;color:#444;font-size:16px;line-height:30px;}
.tab.list li li.more{position:absolute;width:60px; height:60px;top:-70px;right:0;}
.tab.list li.active_n > a{color:#fff; background:#333;line-height:40px;padding:0 5px;border-radius:100px;}
.tab.list li.active_n a h4{font-weight:bold;}
.tab.list li .more{position:absolute;right:0; top:-50px; height:30px;}
.tab.list.jx{height:auto}
.tab.list.jx ul{border:0}
.tab.list.jx li{float:none;position:relative; padding:0}
.tab.list.jx li a{float:none;display:block;font-weight:bold;color:#333;border:1px solid #eee !important;border-bottom-color:#ccc !important;background:#fafafa !important}
.tab.list.jx li ul{position:static;display:block;left:0;top:0;padding:5px 0}
.tab.list.jx li li a{display:inline;border:0 !important;background:none !important;font-weight:normal}
.tab.list.jx li li.more{top:7px;right:15px}

@media all and (max-width: 768px){
.tab.list{height:auto; min-height:550px; }
.tab.list li li{width:100%; margin-bottom:10px; height:150px;}
.tab.list li li:last-child{width:100%; margin-bottom:0px; height:150px;}
.tab.list li li .n_cont{float:left; width:70%;}
.tab.list li li .n_date{float:left; width:20%; padding:35px 0 0 0;}
.tab.list li li .n_more{float:left; width:10%; padding:25px 0 0 0;}
.tab.list li .more{position:absolute;right:0; top:-35px; height:30px;}
}

@media all and (max-width: 480px){
.tab.list ul{height:40px;font-size:14px; }
.tab.list li > a{line-height:40px;font-size:14px;}
.tab.list li > a > h4{padding:0 15px 0 15px;}
.tab.list li ul{top:50px;padding:0 0px;}
.tab.list li li{width:100%; margin-bottom:10px; height:150px;}
.tab.list li li a{font-size:14px;line-height:25px;}
.tab.list li li time,
.tab.list li li .time{font-size:14px;line-height:25px;}
.tab.list li li.more{width:40px; height:40px;top:-50px;right:0;}
.tab.list li.active_n > a{line-height:40px;}
}

.main_cont03_wr{position:relative;width:100%; margin:0 auto;padding:0 0 120px 0; background:#fff;}
.main_cont03_wr:after {display:block;visibility:hidden;clear:both;content:""}
.main_cont03_wr .b_title{position:relative;text-align:center; width:100%; font-size:40px; color:#000; font-weight:500; padding:90px 0 0 0;}
.main_cont03_wr .s_title{position:relative;text-align:center; width:100%; font-size:16px; color:#000; padding:20px 0 50px 0}

@media all and (max-width: 768px){
.main_cont03_wr .b_title{padding:40px 0 0 0;}
.main_cont03_wr .s_title{padding:10px 0 50px 0}
}

@media all and (max-width: 480px){
.main_cont03_wr{padding:0 0 80px 0;}
.main_cont03_wr .b_title{ font-size:32px;}
.main_cont03_wr .s_title{padding:0px 0 50px 0}
}



.br_st01{display:none}
@media all and (max-width: 1024px){
.br_st01{display:block}
}
.br_st02{display:none}
@media all and (max-width: 480px){
.br_st02{display:block}
}
.br_st03{display:none}
@media all and (max-width: 768px){
.br_st03{display:block}
}
.br_st04{display:inline;padding:0 15px;}
@media all and (max-width: 480px){
.br_st04{display:block; padding:0 15px 0 0;}
}

/* 팝업존 */
.area_popup{position:relative; width:100%;height:300px; margin:0 auto;padding:0;z-index:1; background:#f7f7f7; }
.area_popup h4 {position: absolute;  font-size: 16px; font-weight: bold;width:100%; background:rgba(0,0,0,0.6);color: #fff; left: 0px; bottom:0;height:40px; line-height:40px;padding-left:20px; z-index:10;box-sizing: border-box; }

.popup{position:relative; float:left; width:100%;}
.popup .img a:focus{border:3px dashed #ff756b;}
.popup > div{margin-top:0px;padding:0}
.popup .img {width:100%;  margin: 0 auto;padding:0; height:100%;}
.popup .img img{display:block;width:100%;padding:0;}
.popup a:link,
.popup a:focus {display:block;}

.popup .controll .btnLink_all{display:block; position: absolute; top: 30px; right: 10px; line-height: 18px; padding: 0 5px; font-size: 13px; color: #333; border: 1px solid #999; border-radius: 3px; z-index: 11;}

.popup .ctl_box{position:absolute; right: 16px; bottom: 5px; z-index:11;}
.popup .ctl_box .ctl li{float: left; margin-left: -1px;  width:16px !important; height:16px;}
.popup .ctl_box .ctl li a{box-sizing:border-box; width:100%; height:100%;}
.popup .ctl_box .ctl li span{background:url('/images/main/icon_conts.png') no-repeat; margin:0 auto; display:block; width:16px; height:16px; text-indent:100%; overflow:hidden; white-space:nowrap;}
.popup .ctl_box .ctl li.btn_prev span{background-position:center -5px; margin-top:4px;}
.popup .ctl_box .ctl li.btn_stop span{background-position:center -86px; margin-top:4px;}
.popup .ctl_box .ctl li.btn_play span{background-position:center -114px; margin-top:4px;}
.popup .ctl_box .ctl li.btn_next span{background-position:center -32px; margin-top:4px;}
.popup .ctl_box .ctl ul:after{content:''; display:block; clear:both;}
.popup .ctl_box{bottom: 15px;}


.sub_top_wr01{position:relative;height:270px; padding-top:80px; background:url('/images/sub/sub_topimg01.jpg') no-repeat center top; background-size:cover;}
.sub_top_wr02{position:relative;height:270px; padding-top:80px; background:url('/images/sub/sub_topimg02.jpg') no-repeat center top; background-size:cover;  }
.sub_top_wr03{position:relative;height:270px; padding-top:80px; background:url('/images/sub/sub_topimg03.jpg') no-repeat center top; background-size:cover;  }
.sub_top_wr04{position:relative;height:270px; padding-top:80px; background:url('/images/sub/sub_topimg04.jpg') no-repeat center top; background-size:cover;  }
.sub_top_wr05{position:relative;height:270px; padding-top:80px; background:url('/images/sub/sub_topimg05.jpg') no-repeat center top; background-size:cover;  }
.sub_title{position: relative; width:100%;font-size:32px; font-weight:700; color:#fff;line-height:32px;text-align:center;}

.sub_menu_wr{width:100%; position:absolute; bottom:0; height:80px;background:rgba(0, 0, 0, 0.8);z-index:100}
.sub_menu_wr:after {display:block;visibility:hidden;clear:both;content:""}
.sub_menu_wr .sub_menu{position: relative; width:100%;text-align:center; line-height:80px; font-size:18px;  background:0 0 0 0.6 }
.sub_menu_wr .sub_menu a{padding:0 40px; color:#d6d6d6;line-height:80px; }
.sub_menu_wr .sub_menu .current{padding:26px 40px; color:#0b7bc1;font-size:20px; font-weight:bold; background:#fff }
.sub_menu_wr .sub_menu .line{background:url('/images/submenu_line.png') no-repeat center 5px;padding:0 15px}

.page_wrap{position:relative;width:100%;background:#fff url('/images/sub/page_bg.jpg') no-repeat center top; min-height:700px;}

.page_arr{position:relative;width:100%; height:80px; border-bottom:1px solid #cccccc}
.page_arr .inbox{position:relative;margin:0 auto; width:100%;max-width:1300px;padding:30px 0 0 0 }
.page_arr .inbox:after {display:block;visibility:hidden;clear:both;content:""}
.page_arr .inbox li{float:left; color:#222 !important;}
.page_arr .inbox li.home{background:url('/images/sub/home_icon.jpg') no-repeat center; padding:0 20px;color:#fff;text-indent:-9999999999999999999999px}
.page_arr .inbox li.line{background:url('/images/sub/aa.jpg') no-repeat center; padding:0 20px}

.page_title{position:relative;margin-top:50px; width:100%; text-align:center;font-size:40px; font-weight:bold; line-height:50px;color:#000; padding:10px 0;background:url('/images/sub/page_tit_line.jpg') no-repeat center top; }
.page_title .line{font-size:40px;font-weight:bold !important; line-height:10px !important;}
.page_title .font_st01{padding:20px 0}
.sub_cont_wr{position:relative; width:1300px; margin:0px auto; padding:50px 0 150px 0; color:#222 !important; height:auto; min-height:100%;}


@media (max-width: 1024px){
.page_arr .inbox{max-width:100%;}
.page_arr .inbox li{font-size:14px;}
.page_arr .inbox li.home{padding:0 10px;}
.page_arr .inbox li.line{padding:0 7px;}
.page_title{font-size:30px;}
.page_title .line{font-size:30px;}
.sub_cont_wr{width:96%; padding:0 auto 150px auto; background:#fff; }
}


@media (max-width: 768px){
.sub_top_wr01{height:200px; }
.sub_top_wr02{height:200px; }
.sub_top_wr03{height:200px; }
.sub_top_wr04{height:200px; }
.sub_top_wr05{height:200px; }
.sub_menu_wr{display:none;margin:20px 0; height:70px;padding:0 0 0 0}
.sub_cont_wr{padding:50px 0 100px 0;}


}

.block_st01{display:none}
@media all and (max-width: 480px){
.block_st01{display:block}
}

table{width:100% !important; border-spacing:0; word-break: keep-all; box-sizing: border-box; padding:5px 0 30px 0}
table thead tr{width:100%; }
table thead tr th{font-weight:bold; color:#000; padding: 20px 20px; border-bottom: 1px solid #ccc;border-top:1px solid #ccc;text-align:center; font-size: 18px; background:#f3f3f3 !important}
table tbody{}
table tbody tr{width:100%; }
table tbody tr td{padding:15px 20px 15px 40px; text-align:center;border-bottom: 1px solid #e3e3e3; background:#fff; font-size:16px;color:#666; }
table caption{position: absolute; width:0px; height: 0px; overflow: hidden;}
.tw5{width:5%}
.tw10{width:10%}
.tw15{width:15%}
.tw20{width:20%}
.tw25{width:25%}
.tw30{width:30%}
.tw40{width:40%}
.tw50{width:50%}

@media (max-width: 768px){
table thead tr th{padding:20px 5px; font-size:16px;}
table tbody tr td{padding:15px 5px; font-size:14px;}
}


.pdT10{padding-top:10px}
.pdT15{padding-top:15px}
.pdT20{padding-top:20px}
.pdT25{padding-top:25px}
.pdT30{padding-top:30px}

.write_div_o{position:relative;margin:0 !important;padding:0; background:#f3f3f3}
.write_div_o:after {display:block;visibility:hidden;clear:both;content:""}
.write_div_o .title01{float:left; width:20%; line-height:60px;text-align:center; font-weight:bold}
.write_div_o .cont01{float:left; width:80%;padding:10px 0 10px 20px;background:#fff;}
.input_w01{width:10%}
.input_w02{width:20%}
.input_w03{width:30%}
.input_w04{width:40%}
.input_w05{width:50%}
.input_w06{width:60%}
.input_w07{width:70%}

.input_wp150{width:150px}

.mgT30{margin-top:30px !important;}

.write_div_ling_T{border-top:1px solid #ccc}
.write_div_ling_B{border-bottom:1px solid #ccc}

.write_div_btnwr{margin:20px 0;padding:0;text-align:center }

@media (max-width: 768px){
.write_div_o .cont01{padding:10px 0 10px 20px;background:#fff;}
}
@media (max-width: 480px){
.write_div_o .title01{ width:100%; line-height:40px;text-align:center; font-weight:bold}
.write_div_o .cont01{ width:100%; padding:10px 10px 30px 10px;background:#fff;}
.input_w04{width:100%}
.input_w02{width:30%}
.input_w06{width:100%}
.input_w03{width:100%}

}

.tab_menu{float:left;margin-bottom:80px; width:100%;border-right:1px solid #666; border-bottom:1px solid #666;box-sizing: border-box;}
.tab_menu li{float:left; display:block; width:50%;border-left:1px solid #666;border-top:1px solid #666; box-sizing: border-box;}
.tab_menu li a{display:block;font-weight:500;text-align:center;font-size:20px; color:#666;padding:20px 10px;}
.tab_menu li a:hover{color:#000 ;display:block; }
.tab_menu li a:focus{outline:2px solid red; outline-offset:2px;}
.tab_menu .tab_on{background:#333333; color:#fff; box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.2);}
.tab_menu .tab_on a{color:#fff; text-decoration:underline;}
.tab_menu .tab_on a:hover{color:#fff;}

.tab_menu0201{float:left;margin-bottom:80px; width:100%;border-right:1px solid #666; border-bottom:1px solid #666;box-sizing: border-box;}
.tab_menu0201 li{float:left; display:block; width:50%;border-left:1px solid #666;border-top:1px solid #666; box-sizing: border-box;}
.tab_menu0201 li a{display:block;font-weight:500;text-align:center;font-size:20px; color:#666;padding:20px 10px;}
.tab_menu0201 li a:hover{color:#000 ;display:block; }
.tab_menu0201 li a:focus{outline:2px solid red; outline-offset:2px;}
.tab_menu0201 .tab_on{background:#333333; color:#fff; box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.2);}
.tab_menu0201 .tab_on a{color:#fff;  text-decoration:underline;}
.tab_menu0201 .tab_on a:hover{color:#fff;}

.tab_menu0203{float:left;margin-bottom:80px; width:100%;border-right:1px solid #666; border-bottom:1px solid #666;box-sizing: border-box;}
.tab_menu0203 li{float:left; display:block; width:33.33333%;border-left:1px solid #666;border-top:1px solid #666; box-sizing: border-box;}
.tab_menu0203 li a{display:block;font-weight:500;text-align:center;font-size:20px; color:#666;padding:20px 10px;}
.tab_menu0203 li a:hover{color:#000 ;display:block; }
.tab_menu0203 li a:focus{outline:2px solid red; outline-offset:2px;}
.tab_menu0203 .tab_on{background:#333333; color:#fff; box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.2);}
.tab_menu0203 .tab_on a{color:#fff;  text-decoration:underline;}
.tab_menu0203 .tab_on a:hover{color:#fff;}

.tab_menu0205{float:left;margin-bottom:80px; width:100%;border-right:1px solid #666; border-bottom:1px solid #666;box-sizing: border-box;}
.tab_menu0205 li{float:left; display:block; width:50%;border-left:1px solid #666;border-top:1px solid #666; box-sizing: border-box;}
.tab_menu0205 li a{display:block;font-weight:500;text-align:center;font-size:20px; color:#666;padding:20px 10px;}
.tab_menu0205 li a:hover{color:#000 ;display:block; }
.tab_menu0205 li a:focus{outline:2px solid red; outline-offset:2px;}
.tab_menu0205 .tab_on{background:#333333; color:#fff; box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.2);}
.tab_menu0205 .tab_on a{color:#fff;  text-decoration:underline;}
.tab_menu0205 .tab_on a:hover{color:#fff;}

.tab_menu0301{float:left;margin-bottom:80px; width:100%;border-right:1px solid #666; border-bottom:1px solid #666;box-sizing: border-box;}
.tab_menu0301 li{float:left; display:block; width:33.33333%;border-left:1px solid #666;border-top:1px solid #666; box-sizing: border-box;}
.tab_menu0301 li a{display:block;font-weight:500;text-align:center;font-size:20px; color:#666;padding:20px 10px;}
.tab_menu0301 li a:hover{color:#000 ;display:block; }
.tab_menu0301 li a:focus{outline:2px solid red; outline-offset:2px;}
.tab_menu0301 .tab_on{background:#333333; color:#fff; box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.2);}
.tab_menu0301 .tab_on a{color:#fff;  text-decoration:underline;}
.tab_menu0301 .tab_on a:hover{color:#fff;}

@media (max-width: 768px){
.tab_menu li a{font-size:18px; }
.tab_menu0201 li a{font-size:18px; }
.tab_menu0203 li a{font-size:18px; }
.tab_menu0205 li a{font-size:18px; }
.tab_menu0301 li a{font-size:18px; }
.tab_menu0301 li a{font-size:18px; }
}

@media (max-width:600px){
.tab_menu{border-right:0px solid #666; border-bottom:0px solid #666;}
.tab_menu li{width:100%;border:1px solid #666;}
.tab_menu0201{border-right:0px solid #666; border-bottom:0px solid #666;}
.tab_menu0201 li{width:100%; margin:2px 0; border:1px solid #666;}
.tab_menu0203{border-right:0px solid #666; border-bottom:0px solid #666;}
.tab_menu0203 li{width:100%; margin:2px 0;border:1px solid #666;}
.tab_menu0205{border-right:0px solid #666; border-bottom:0px solid #666;}
.tab_menu0205 li{width:100%; margin:2px 0;border:1px solid #666;}
.tab_menu0301{border-right:0px solid #666; border-bottom:0px solid #666;}
.tab_menu0301 li{width:100%; margin:2px 0;border:1px solid #666;}
}

.sub0101_wr{width:100%;text-align:center}
.sub0101_wr .img01 img{width:100%; max-width:1050px}
.sub0101_wr .text01{padding:50px 15%;font-size:18px;}
.sub0101_wr .text02{font-size:30px; font-weight:bold;}

.sub0101_wr2{width:1300px;margin:0 auto;}
.sub0101_wr2:after {display:block;visibility:hidden;clear:both;content:""}
.sub0101_wr2 .left{float:left; }
.sub0101_wr2 .right{float:right;width:780px }
.sub0101_wr2 .right .text01{font-size:24px;color:#000; font-weight:bold; line-height:50px; padding:10px 0; text-decoration:underline;}
.sub0101_wr2 .right .text02{ padding:30px 0; line-height:30px; }
.sub0101_wr2 .right .text03{ padding:30px 0; line-height:30px; text-align:right; font-size:24px;}

@media (max-width: 1024px){
.sub0101_wr2{width:100%; padding:10px;}
.sub0101_wr2 .left{width:30%;}
.sub0101_wr2 .left img{width:100% }
.sub0101_wr2 .right{width:70%;}
}

@media (max-width: 768px){
.sub0101_wr2{width:96%;}
.sub0101_wr2 .left{width:100% }
.sub0101_wr2 .left img{width:100% }
.sub0101_wr2 .right{float:right;width:100% }
}

.sub0102_wr{width:1300px;margin:0 auto;}
.sub0102_wr:after {display:block;visibility:hidden;clear:both;content:""}
.sub0102_wr .year{float:left; width:20%;background:#3d2f49; margin-top:10px; font-size:20px; font-weight:700; color:#fff;padding:25px; text-align:center; border-radius: 10px 10px 0 10px; }
.sub0102_wr .month_wr{float:left; width:80%;}
.sub0102_wr .month_wr ul{width:100%; float:left; margin-top:10px;}
.sub0102_wr .month_wr .month{float:left; width:28%;margin:0 1%; font-size:18px;color:#000; padding:25px; text-align:center; background:#e3e3e3; border-radius: 10px 10px 0 10px;  }
.sub0102_wr .month_wr .cont_wr{float:left; width:70%;}
.sub0102_wr .month_wr .cont_wr .day_wr{float:left; width:100%;border-bottom:1px solid #e3e3e3}
.sub0102_wr .month_wr .cont_wr .day_wr > li{float:left; }
.sub0102_wr .month_wr .cont_wr .day_wr > li.day{width:calc(20% - 20px);text-align:right; padding:20px 20px; color:#000;font-weight:700}
.sub0102_wr .month_wr .cont_wr .day_wr > li.cont{width:80%; padding:20px 20px;}

@media (max-width: 1024px){
.sub0102_wr{width:100%; padding:10px;}
}
@media (max-width: 768px){
.sub0102_wr{width:96%;}
.sub0102_wr .year{width:100%;padding:20px; }
.sub0102_wr .month_wr{width:100%;}
.sub0102_wr .month_wr .month{width:100%;margin:10px 0;padding:15px; }
.sub0102_wr .month_wr .cont_wr{width:100%;}
}

.sub0103_wr{width:1300px;margin:0 auto;}
.sub0103_wr .cont01{width:100%;text-align:center;position: relative;}
.sub0103_wr .cont01 .font_st01{width:250px; position: relative; margin:0 auto;  text-align:center;background:#0b7cc1;padding:15px 0 15px 0;border-radius: 10px 0 10px 10px;box-sizing: border-box;}
.sub0103_wr .cont01 .font_st01 > li .span_st01{font-size:30px; font-weight:bold; color:#fff;line-height:32px;display:block;}
.sub0103_wr .cont01 .font_st01 > li .span_st02{font-size:20px;font-weight:normal;color:#fff;line-height:20px;}

.sub0103_wr .cont02{width:100%;text-align:center;position: relative;padding:20px 0;}
.sub0103_wr .cont02:after {display:block;visibility:hidden;clear:both;content:""}
.sub0103_wr .cont02 .left{float:left; width:20%;margin-left:10%;text-align:center;padding:20px 0 ;border:1px solid #0b7cc1; border-radius: 10px 0 10px 10px;background:#fff}
.sub0103_wr .cont02 .left > li .span_st01{font-size:26px; font-weight:bold; color:#0b7cc1;line-height:24px;display:block;}
.sub0103_wr .cont02 .right{float:right; width:20%;margin-right:10%;text-align:center;padding:20px 0;border:1px solid #0b7cc1; border-radius: 10px 0 10px 10px;background:#fff}
.sub0103_wr .cont02 .right > li .span_st01{font-size:26px; font-weight:bold; color:#0b7cc1;line-height:24px;display:block;}

@media all and (max-width:1024px){
.sub0103_wr{width:100%;}
}
@media all and (max-width: 600px){
.sub0103_wr .cont02 .left{float:left; width:30%;margin-left:0;text-align:center;padding:20px 0 ;border:1px solid #0b7cc1; border-radius: 10px 0 10px 10px;background:#fff}
.sub0103_wr .cont02 .right{float:right; width:30%;margin-right:0;text-align:center;padding:20px 0;border:1px solid #0b7cc1; border-radius: 10px 0 10px 10px;background:#fff}
}

.sub0103_wr .cont03{width:100%;text-align:center;position: relative;}
.sub0103_wr .cont03 .font_st01{width:40%; position: relative; margin:0 auto;  text-align:center;background:#3d2f49;padding:35px 0;border-radius: 15px 15px 0 15px;box-sizing: border-box;}
.sub0103_wr .cont03 .font_st01 > li .span_st01{font-size:30px; font-weight:bold; color:#fff;line-height:24px;display:block;}

.sub0103_wr .cont04{width:100%;text-align:center;position: relative;padding:80px 0 50px 0;}
.sub0103_wr .cont04:after {display:block;visibility:hidden;clear:both;content:""}
.sub0103_wr .cont04 li{float:left; width:20%;text-align:center}
.sub0103_wr .cont04 .left01{float:left; width:95%;margin-left:2.5%;margin-right:2.5%;text-align:center !important;padding:0 ;background:#fff}
.sub0103_wr .cont04 .left01 > li{float:left;width:100%; text-align:center;}
.sub0103_wr .cont04 .left01 > li .span_st01{width:100%;font-size:22px; font-weight:bold; color:#734d94;line-height:80px;display:block;text-align:center;border:1px solid #3d2f49;border-radius: 15px 15px 0 15px;}
.sub0103_wr .cont04 .left02{float:left; width:95%;margin-left:2.5%;margin-right:2.5%;height:75px;text-align:center;padding:0 ;border:1px solid #3d2f49;background:#fff}
.sub0103_wr .cont04 .left02 > li > a{font-size:20px; font-weight:bold; color:#000;line-height:75px;display:block;}
.sub0103_wr .cont04 .left01 .left02_2{float:left; width:100%;margin-left:0%;margin-right:0%;margin-top:0px;text-align:center;padding:0 ;background:#fff}
.sub0103_wr .cont04 .left01 .left02_2 > li{float:left; width:100%; text-align:center;border-bottom:1px solid #666;}
.sub0103_wr .cont04 .left01 .left02_2 > li .span_st02{font-size:20px; font-weight:bold; color:#000;line-height:75px;display:block;}


@media all and (max-width: 600px){
.sub0103_wr .cont04 .left01{float:left; width:98%;margin-left:1%;margin-right:1%;text-align:center;padding:0 ;background:#fff}
.sub0103_wr .cont04 .left01 > li > a{font-size:16px;line-height:60px;}

.sub0103_wr .cont04 .left01 .left02_2 > li .span_st02{font-size:14px; line-height:20px;padding:10px 0}
.sub0103_wr .cont04 .left01 .left02_2 > li .span_st02 .block_st01{display:block}
}

.tab0103.list0103{}
.tab0103.list0103 ul{position:relative;margin:0;padding:10px 0;list-style:none;*zoom:1}
.tab0103.list0103 ul:after{content:"";display:block;clear:both}
.tab0103.list0103 li{float:left; width:50%; text-align:center;margin-bottom:-1px; }
.tab0103.list0103 li > a{color:#333;font-size:22px;line-height:80px; width:390px; height:80px; padding:30px 100px; background:#fff;border:1px solid #734d94; border-radius: 15px 15px 0 15px;}
.tab0103.list0103 li > a > span{display:inline-block;padding:0 12px;letter-spacing:-1px;cursor:pointer;}
.tab0103.list0103 li ul{width:100%;position:absolute;top:80px;left:0;list-style:none;border:0;margin:0;padding:0;*zoom:1}
.tab0103.list0103 li ul:after{content:"";display:block;clear:both}
.tab0103.list0103 li li{float:none;width:100%;position:relative;margin:20px 0;color:#999;background:#fff; border:0px}
.tab0103.list0103 li li a{float:none;padding:0;margin:0;border:0 !important;color:#333 !important;font-size:14px;font-weight:normal;background:transparent;letter-spacing:normal;line-height:40px;}
.tab0103.list0103 li li a:hover,
.tab0103.list0103 li li a:active,
.tab0103.list0103 li li a:focus{color:#000 !important;text-decoration:underline}
.tab0103.list0103 li li time,
.tab0103.list0103 li li .time{position:absolute;top:0;right:0;color:#444;font-size:16px;line-height:40px;}
.tab0103.list0103 li li.more{position:absolute;width:50px; height:50px;top:-80px;right:0;}
.tab0103.list0103 li.active > a{background:#fff;color:#000;}
.tab0103.list0103 li.active a span{font-weight:bold;text-decoration:underline;}
.tab0103.list0103.jx0703{height:auto}
.tab0103.list0103.jx0703 ul{border:0}
.tab0103.list0103.jx0703 li{float:none;position:relative}
.tab0103.list0103.jx0703 li a{float:none;display:block;font-weight:bold;color:#333;border:1px solid #eee !important;border-bottom-color:#ccc !important;background:#fafafa !important}
.tab0103.list0103.jx0703 li ul{position:static;display:block;left:0;top:0;padding:5px 0}
.tab0103.list0103.jx0703 li li a{display:inline;border:0 !important;background:none !important;font-weight:normal}
.tab0103.list0103.jx0703 li li.more{top:7px;right:15px}
.tab0103.list0103 li li table{width:100% !important; padding:0px !important; position:relative;}
.tab0103.list0103 li li table th{color:#000; background:#e3e3e3; padding:20px 0}
.tab0103.list0103 li li table td{color:#333;}
.tab0103.list0103 li li .title{width:100%; color:#000; font-size:26px; padding:30px 0 15px 0; }

@media all and (max-width: 1024px){

.tab0103.list0103 li > a{width:50%; height:80px; padding:30px 10px;}
.tab0103.list0103 li > a > span{display:inline-block;padding:0 18px;letter-spacing:-1px;cursor:pointer}
}
@media all and (max-width: 768px){
.tab0103.list0103 li > a > span{display:inline-block;padding:0 3px;letter-spacing:-1px;cursor:pointer}
}
@media all and (max-width: 480px){
.tab0103.list0103 li{padding:0px !important;}
.tab0103.list0103 li > a{font-size:16px;}
.tab0103.list0103 li > a > span{display:inline-block;padding:0 3px;letter-spacing:-1px;cursor:pointer}
.tab0103.list0103 li ul{width:100%;position:absolute;top:100px;left:0;list-style:none;border:0;margin:0; padding:0 0 100px 0 !important;*zoom:1}
}
@media all and (max-width: 380px){
.tab0103.list0103 li{width:40%; }
}

.map_wr{width:100%; margin:0 auto;padding-bottom:50px}
.sub0105_wr{width:1300px;margin:0 auto;}
.sub0105_wr:after {display:block;visibility:hidden;clear:both;content:""}
.sub0105_wr .year{float:left; width:20%;background:#3d2f49; font-size:20px; font-weight:700; color:#fff;padding:25px; text-align:center; border-radius: 10px 10px 0 10px; }
.sub0105_wr .month_wr{float:left; width:80%;font-size:18px;color:#000; padding:25px 35px;margin-bottom:30px}
.sub0105_wr .month_wr .month{float:left; width:28%;margin:0 1%; font-size:18px;color:#000; padding:25px; text-align:center;  }
.sub0105_wr .month_wr .day_wr{float:left; width:100%;border-bottom:1px solid #e3e3e3}
.sub0105_wr .month_wr .day_wr > li{float:left; }
.sub0105_wr .month_wr .day_wr > li.day{width:calc(20% - 20px);text-align:center; padding:0px 20px; color:#000;font-weight:700}
.sub0105_wr .month_wr .day_wr > li.cont{width:80%; padding:0px 20px 20px;}
.sub0105_wr .month_wr .day_wr > li.day01{width:calc(20% - 20px);text-align:center; padding:25px 20px; color:#000;font-weight:700}
.sub0105_wr .month_wr .day_wr > li.cont01{width:80%; padding:25px 20px;}

@media (max-width: 1024px){
.sub0105_wr{width:100%; padding:10px;}
.root_daum_roughmap{width:100% !important; height:350px !important}
}

@media (max-width: 768px){
.map_wr{width:96%;}
.sub0105_wr{width:96%;}
.sub0105_wr .year{width:100%;padding:20px; }
.sub0105_wr .month_wr{width:100%;padding:25px 20px;}
.sub0105_wr .month_wr .month{width:100%;margin:10px 0;padding:15px; }
.sub0105_wr .month_wr .cont_wr{width:100%;}
.sub0105_wr .month_wr .day_wr > li.day{width:100%;text-align:left; padding:20px 0 15px 0;}
.sub0105_wr .month_wr .day_wr > li.cont{width:100%; padding:5px 0 25px 0;}
}

.sub0201_wr{width:1300px;margin:0 auto;}
.sub0201_wr .ct0201_t01{width:100%;border-spacing:0; padding:5px 0 30px 0; border:0}
.sub0201_wr .ct0201_t01 thead th{font-weight:bold; color:#000; padding: 20px 20px; border-bottom: 1px solid #ccc;border-top:1px solid #ccc;text-align:center; font-size: 18px; background:#f3f3f3 !important}
.sub0201_wr .ct0201_t01 thead th.w01{width:15%;}
.sub0201_wr .ct0201_t01 thead th.w02{width:15%}
.sub0201_wr .ct0201_t01 thead th.w03{width:10%}
.sub0201_wr .ct0201_t01 thead th.w04{width:40%}
.sub0201_wr .ct0201_t01 thead th.w05{width:20%}
.sub0201_wr .ct0201_t01 thead th .font_st_year{font-size:26px; padding:0 10px;color:#0b7bc1}
.sub0201_wr .ct0201_t01 tbody td{padding:15px 20px 15px 40px; text-align:center;border-bottom: 1px solid #e3e3e3; background:#fff; font-size:16px;color:#666}
.sub0201_wr .ct0201_t01 tbody td.font_st01{text-align:left; color:#0b7bc1; font-size:17px}

.sub0202_wr{width:1300px;margin:0 auto;}
.sub0202_wr{clear:both; width:100%;}
.sub0202_wr .btit{width:100%; color:#4055fe; font-size:26px; padding:0 0 0 30px; }
.sub0202_wr .cont01{width:75%;margin:0 auto;position: relative;padding:63px 0 63px 0; }
.sub0202_wr .cont01 .btn{position:absolute; top:70px; right:80px; background:#4055fe; text-align:center;cursor:pointer; font-size:30px;font-weight:500; color:#fff; padding:30px 50px;;border-radius:10px }
.sub0202_wr .cont01 .btn:focus{outline:2px solid #ff756b; outline-offset:2px;}
.sub0202_wr table{width:100% !important;}
.sub0202_wr table tbody th{padding:0 20px; text-align:center; color:#000; font-weight:500 !important;border-bottom: 1px solid #e3e3e3;border-right:1px solid #e3e3e3; background:#f9f9f9;}
.sub0202_wr table tbody .td_st01{border-right:1px solid #e3e3e3;}
.sub0202_wr table .w01{width:30%}
.sub0202_wr .ul_st01{padding:20px; line-height:35px}
.sub0202_wr .ul_st01 {padding:0; margin:0 0 30px 0}
.sub0202_wr .ul_st01 li {list-style:none;line-height:20px; position:relative;top:0;left:0;padding-left:20px;padding-bottom:10px;}
.sub0202_wr .ul_st01 li:before {position:absolute;top:0;left:0;margin:0;background:none;}
.sub0202_wr .ul_st01 li:nth-child(1):before {content:'※'}
.sub0202_wr .ul_st01 li:nth-child(2):before {content:'※'}
.sub0202_wr .ul_st01 li:nth-child(3):before {content:'※'}
.sub0202_wr .ul_st01 li:nth-child(4):before {content:'※'}
.sub0202_wr .ul_st01 li:nth-child(5):before {content:'※'}
.sub0202_wr .ul_st01 li:nth-child(6):before {content:'※'}
.sub0202_wr .ul_st01 li:nth-child(7):before {content:'※'}
.sub0202_wr .ul_st01 li:nth-child(8):before {content:'※'}
.sub0202_wr .ul_st01 li:nth-child(9):before {content:'※'}
.sub0202_wr .ul_st01 li:nth-child(10):before {content:'※'}
.sub0202_wr .ul_st01 li:nth-child(11):before {content:'※'}

@media all and (max-width: 1024px){
.sub0201_wr{width:100%; padding:10px;}
.sub0202_wr{width:100%; padding:10px;}
}
@media all and (max-width: 768px){
.sub0201_wr{width:96%;overflow:auto}
.sub0201_wr .ct0201_t01{width:100%;}
.sub0202_wr .cont01{width:100%;position: relative;padding:40px 0 100px 0; border:0px solid #ccc}
.sub0202_wr .cont01 img{width:90%;}
.sub0202_wr .cont01 .btn{position:absolute; top:180px; right:50%;margin-right:-30%; text-align:center; font-size:20px;font-weight:500; color:#fff; padding:10px 0 10px 0;width:60%; height:60px;border-radius: 10px 10px 10px 10px }
.sub0202_wr table tbody th{padding-left:10px;}
.w01{width:10%}
}

.sub0203_wr{width:1300px;margin:0 auto;}
.sub0203_wr .text02{line-height:30px; font-size:18px;}
.sub0203_wr .text02 span{font-size:24px; border-bottom:1px solid #000; line-height:40px;}
.sub0203_wr .sub0203_box{width:100%; margin:50px 0; display:flex; border-top:1px dashed #ddd; padding-top:50px;}
.sub0203_wr .sub0203_box .box01{width:40%;}
.sub0203_wr .sub0203_box .box02{width:60%;}
.sub0203_wr .sub0203_box .box01 .text01{font-size:35px;color:#000; font-weight:200;line-height:50px; margin-bottom:40px;}
.sub0203_wr .sub0203_box .box01 .text01 span{border-bottom:1px solid #000}
.sub0203_wr .sub0203_box .box01 .con_box01:after {display:block;visibility:hidden;clear:both;content:""}
.sub0203_wr .sub0203_box .box01 .con_box01 .left_wr{float:left; width:30%;background:#3d2f49; font-size:20px; font-weight:700; color:#fff;padding:15px; text-align:center; border-radius: 10px 10px 0 10px; }
.sub0203_wr .sub0203_box .box01 .con_box01 .right_wr{float:left; width:70%;font-size:18px;color:#000; padding:15px 25px;margin-bottom:30px}
swiper-container {width: 100%; height: 100%;}
swiper-slide {text-align: center; font-size: 18px; background: #fff; display: flex; justify-content: center; align-items: center;}
swiper-slide img {display: sw </swiper-slidek; width: 100%; height: 100%; object-fit: cover;}
swiper-container {width: 100%; height: 300px; margin-left: auto; margin-right: auto;}
swiper-slide {background-size: cover; background-position: center;}
.mySwiper {height: 80%; width: 100%;}
.mySwiper2 {height: 20%; box-sizing: border-box; padding: 10px 0;}
.mySwiper2 swiper-slide { width: 20%; height: 100%;opacity: 0.4;}
.mySwiper2 .swiper-slide-thumb-active {opacity: 1;}
swiper-slide img {display: sw </swiper-slidek; width: 100%; height: 100%; object-fit: cover;}

@media (max-width: 1024px){
.sub0203_wr{width:100%;margin:0 auto;}
}
@media (max-width: 768px){
.sub0203_wr .sub0203_box{display:block;}
.sub0203_wr .sub0203_box .box01{width:100%;}
.sub0203_wr .sub0203_box .box02{width:100%;}
}

.sub0301_wr{width:100%;}
.sub0301_wr:after {display:block;visibility:hidden;clear:both;content:""}
.sub0301_wr .title{float:left; width:100%; text-align:center; padding:30px 0; }
.sub0301_wr .arrow{float:left; width:100%; text-align:center; padding: 0 0 20px 0; }
.sub0301_wr .cont_wr{float:left; width:20%; padding:0 20px; }
.sub0301_wr .cont_wr .tt{float:left; width:100%; text-align:center; background:#667db0; padding:30px 10px; margin:0 0 30px 0; color:#fff; font-weight:bold; font-size:18px;}
.sub0301_wr .cont_wr .logo{text-align:center}
.sub0301_wr .cont_wr .logo img{padding:10px 0; width:100%; }
.sub0301_wr .cont_wr_line{border-right:1px solid #ccc;}

@media (max-width: 1024px){
.sub0301_wr .arrow img{width:80%}
}

@media (max-width: 768px){
.sub0301_wr .cont_wr .tt{font-size:16px;}
}

@media (max-width: 480px){
.sub0301_wr .arrow{display:none}
.sub0301_wr .cont_wr{width:100%; padding:0 20px; }
.sub0301_wr .cont_wr .logo{padding-bottom:30px}
.sub0301_wr .cont_wr .logo img{ width:70%; }
.sub0301_wr .cont_wr_line{border-right:0px solid #ccc;}
}

@media (max-width: 320px){

}

.sub0301_wr2{width:100%;margin:0 auto; padding:200px 0;}
.sub0301_wr2:after {display:block;visibility:hidden;clear:both;content:""}
.sub0301_wr2 .left{float:left; }
.sub0301_wr2 .right{float:right;width:780px }
.sub0301_wr2 .right .text01{font-size:35px;color:#000; font-weight:200;line-height:50px; margin-bottom:40px;}
.sub0301_wr2 .right .text01 span{border-bottom:1px solid #000}
.sub0301_wr2 .right .text01 b{font-weight:700;}
.sub0301_wr2 .right .ul_st01{margin:10px 20px;}
.sub0301_wr2 .right .ul_st01 li{list-style:disc; font-size:18px; line-height:35px; color:#666;}
.sub0301_wr2 .right .text02{border-top:1px dashed #ccc; margin:10px auto;}

@media (max-width: 1024px){
.sub0301_wr2 .left{width:30%; }
.sub0301_wr2 .left img{width:100%; }
.sub0301_wr2 .right{float:right;width:70%; padding-left:50px; }
}

@media (max-width: 768px){
.sub0301_wr2{width:96%; padding:50px 0;}
.sub0301_wr2 .left{width:100% }
.sub0301_wr2 .left img{width:100% }
.sub0301_wr2 .right{float:right;width:100%; padding-left:0px;}
}

.tab0301.list0301{margin-top:100px;}
.tab0301.list0301 ul{position:relative;margin:0;padding:20px 0;list-style:none;*zoom:1; }
.tab0301.list0301 ul:after{content:"";display:block;clear:both}
.tab0301.list0301 li{float:left; width:8.8%;text-align:center;margin-bottom:-1px; margin:0 0.1%;background:#fff;border:1px solid #734d94;border-radius: 15px 15px 0 15px;}
.tab0301.list0301 li > a{color:#333;font-size:16px;line-height:50px;background:#fff;}
.tab0301.list0301 li > a > span{display:inline-block;padding:0 12px;letter-spacing:-1px;cursor:pointer;}
.tab0301.list0301 li ul{width:100%;position:absolute;top:100px;left:0;list-style:none;border:0;margin:0;padding:0;*zoom:1; z-index:0;}
.tab0301.list0301 li ul:after{content:"";display:block;clear:both}
.tab0301.list0301 li li{float:none;width:100%;position:relative;margin:20px 0;color:#999;background:#fff; border:0px}
.tab0301.list0301 li li a{float:none;padding:0;margin:0;border:0 !important;color:#333 !important;font-size:14px;font-weight:normal;background:transparent;letter-spacing:normal;line-height:40px;}
.tab0301.list0301 li li a:hover,
.tab0301.list0301 li li a:active,
.tab0301.list0301 li li a:focus{color:#000 !important;text-decoration:underline}
.tab0301.list0301 li li time,
.tab0301.list0301 li li .time{position:absolute;top:0;right:0;color:#444;font-size:16px;line-height:40px;}
.tab0301.list0301 li li.more{position:absolute;width:50px; height:50px;top:-80px;right:0;}
.tab0301.list0301 li.active > a{background:#fff;color:#000;}
.tab0301.list0301 li.active a span{font-weight:bold;text-decoration:underline; color:#000 !important;}
.tab0301.list0301.jx0301{height:auto}
.tab0301.list0301.jx0301 ul{border:0}
.tab0301.list0301.jx0301 li{float:none;position:relative}
.tab0301.list0301.jx0301 li a{float:none;display:block;font-weight:bold;color:#333;border:1px solid #eee !important;border-bottom-color:#ccc !important;background:#fafafa !important}
.tab0301.list0301.jx0301 li ul{position:static;display:block;left:0;top:0;padding:5px 0}
.tab0301.list0301.jx0301 li li a{display:inline;border:0 !important;background:none !important;font-weight:normal}
.tab0301.list0301.jx0301 li li.more{top:7px;right:15px}
.tab0301.list0301 li li table th{color:#000; background:#e3e3e3; padding:20px 0}
.tab0301.list0301 li li table td{color:#333;}
.tab0301.list0301 li li .title{width:100%; color:#000; font-size:30px; padding-top:50px; margin-bottom:50px;}
.tab0301.list0301 li li .title span{border-bottom:1px solid #000;}

.sub0301_p3_box{width:100%; margin:30px auto 150px auto;}
.sub0301_p3_box:after{content:"";display:block;clear:both;}
.sub0301_p3_wr{width:100%;}
.sub0301_p3_wr:after{content:"";display:block;clear:both;}
.sub0301_p3_wr .sub0301_p3_left{float:left; width:49%;}
.sub0301_p3_wr .sub0301_p3_right{float:left; width:49%; margin-left:2%;}
.sub0301_p3_wr .left_wr{float:left; width:30%;}
.sub0301_p3_wr .left_wr img{border:1px solid #ccc;}
.sub0301_p3_wr .right_wr{float:left; width:70%; text-align:left; padding-left:50px;}
.sub0301_p3_wr .right_wr .text_st01{line-height:50px; color:#666;}
.sub0301_p3_wr .right_wr .text_st01 strong{font-size:26px; font-weight:700; padding-right:10px; color:#000;}
.sub0301_p3_wr .right_wr .text_st01 .span_st01{font-size:16px; background:#666; padding:5px 10px; color:#fff; margin-top:0px;}
.sub0301_p3_wr .right_wr .text_st02{font-size:22px; font-weight:700px; margin:20px 0 10px 0; color:#000;}
.sub0301_p3_wr .right_wr .ol_st01{border-top:1px solid #ccc; border-bottom:1px solid #ccc; }
.sub0301_p3_wr .right_wr .ol_st01 li{list-style:disc; line-height:30px; text-align:left !important; margin:0 0 0 -10px; color:#666; font-size:14px; background:none;}
.sub0301_p3_box .bd01{float:none; margin:50px auto; border-top:1px dashed #ccc;}

@media all and (max-width: 1024px){
.tab0301.list0301 li > a > span{display:inline-block;padding:0 18px;letter-spacing:-1px;cursor:pointer}
}
@media all and (max-width: 768px){
.sub0301_p3_box{padding-bottom:150px;}
.tab0301.list0301 li{float:left; width:23%; margin:0.5% 1%;}
.tab0301.list0301 li ul{top:250px; margin-bottom:250px;}
.tab0301.list0301 li > a{font-size:13px; letter-spacing:-0.5px;}
.tab0301.list0301 li > a > span{display:inline-block;padding:0 3px;letter-spacing:-1px;cursor:pointer}
.tab0301.list0301 li li .title{ margin-bottom:0px;}
.sub0301_p3_wr .sub0301_p3_left{width:100%; margin-top:20px; padding:10px;}
.sub0301_p3_wr .sub0301_p3_right{width:100%; margin-left:0%; margin-top:20px; padding:20px 10px; background:#f7f7f7;}
.sub0301_p3_wr .left_wr{width:100%;}
.sub0301_p3_wr .right_wr{width:100%; padding-left:0px;}
}

@media all and (max-width: 600px){
.tab0301.list0301 li ul{top:400px; margin-bottom:400px;}
}





.sub0401_wr{width:100%;position:relative;}
.sub0401_wr:after {display:block;visibility:hidden;clear:both;content:""}
.sub0401_wr .map_wr{float:left; width:60%;}
.sub0401_wr .cont_wr{float:left; width:35%; margin-right:5%; }
.sub0401_wr .cont_wr .b_title{float:left; width:100%;font-size:26px; font-weight:bold; color:#000;padding:0 0 20px 0;  margin:30px 0 30px 0;border-bottom:1px solid #ccc }
.sub0401_wr .cont_wr .s_title{float:left; width:35%;font-size:20px; font-weight:bold; color:#000;line-height:60px; padding:0 0 0 50px; }
.sub0401_wr .cont_wr .text{float:left; width:65%; padding:0 0 30px 0;line-height:60px;}
.sub0401_wr .cont_wr .s_title_bg01{background:url('/images/sub0401_img01.png') no-repeat -10px top; }
.sub0401_wr .cont_wr .s_title_bg02{background:url('/images/sub0401_img02.png') no-repeat -10px top; }
.sub0401_wr .cont_wr .s_title_bg03{background:url('/images/sub0401_img03.png') no-repeat -10px top; }
.sub0401_wr .map_wr .root_daum_roughmap{float:left !important;width:100% !important}
.sub0401_wr .map_wr .root_daum_roughmap_landing{float:left !important;width:100% !important}

@media (max-width: 1024px){
.sub0401_wr .cont_wr .s_title{ width:40%; }
.sub0401_wr .cont_wr .text{width:60%}
}

@media (max-width: 768px){
.sub0401_wr .map_wr{float:left; width:100%;}
.sub0401_wr .cont_wr{float:left; width:100%; margin-right:0; }
}

@media (max-width: 480px){

}

@media (max-width: 320px){
.sub0401_wr .cont_wr .s_title{ width:100%; }
.sub0401_wr .cont_wr .text{width:100%;line-height:30px;}
}

.mgB50{margin-bottom:50px !important}


.doctortab *{box-sizing: border-box; }
.seaTabs_switch { overflow: hidden; }
.seaTabs_tab {float: left;cursor: pointer;}
.seaTabs_switch_active { cursor: default; }
.seaTabs_item { display: none; }
.seaTabs_content_active { display: block; }
.seaTabs_switch { }
.seaTabs_tab {
	  text-align:center;
	  padding:0;
	  height:70px;
	  line-height:70px;
	  background: #f9f9f9;
	  font-size:18px;
	  width:calc(20% - 2px);
	  border-top:1px solid #d7d7d7;
	  border-right:1px solid #d7d7d7;
	  border-bottom:1px solid #4c4c4c;
	  border-left: 1px solid #d7d7d7;
}
.seaTabs_tab:first-child {


}
.seaTabs_content { margin-top: -1px; border-top: 1px solid #4c4c4c; padding:45px 30px }
.seaTabs_item { }
.seaTabs_switch_active {
	  background: #ffffff;
	  color:#333333;
	  font-weight:500;
	  border-top:1px solid #4c4c4c;
	  border-right:1px solid #4c4c4c;
	  border-bottom:0px solid #4c4c4c;
	  border-left:1px solid #4c4c4c;
}

.seaTabs_content .text05{padding:0; margin:10px 0 0 0}
.seaTabs_content .text05 li{padding:0 0 0 15px; margin:0;line-height:30px; background:url('/sm2018/images/sub01/doctor_icon2.jpg') no-repeat left 13px}

.center_switch { overflow: hidden; }
.center_tab {float: left;cursor: pointer;}
.center_switch_active { cursor: default; }
.center_tab {
	  text-align:center;
	  padding:0;
	  height:70px;
	  line-height:70px;
	  background: #f3f3f3;
	  font-size:18px;
	  width:20%;
	  border:1px solid #ccc; margin-left:-1px;
}
.center_switch_active {
	  color:#ffffff;
	  font-weight:500;
	  border:0px solid #d6d6d6;
	  background:#667db0
}
.center_item { display: none; }
.center_content_active { display: block; }
.center_content { border-top: 0px solid #42d0da; padding:0}

.center_cont_wrap{float:left; width:100%;margin:50px 0 50px 0}
.center_cont_wrap .ul_st01{float:left; width:100%;margin:0 0 0 0}
.center_cont_wrap .ul_st01 li{float:left; width:33.33333%;text-align:center;padding:50px 0;}
.center_cont_wrap .p_st01{text-align:center;padding:50px 0; font-size:30px}

.sub0404_wr{width:100%;position:relative;text-align:center; padding:50px 0 40px 0}
.sub0404_wr .btn{margin:20px auto; line-height:98px;}
.sub0404_wr .btn a{background:#3d2f49; border-radius: 10px 10px 0 10px; padding:20px 60px; color:#fff; font-size:40px; font-weight:200; line-height:98px;}
.sub0404_wr .btn a span{font-weight:700; font-size:50px; padding-right:15px}
.sub0404_wr .btn a:focus{outline:2px solid #ff756b; outline-offset:2px;}
.sub0404_wr .stext01{font-size:24px; margin:20px auto;}

@media (max-width: 480px){
.sub0404_wr{padding:50px 0 40px 0}
.sub0404_wr .btn a{padding:20px 20px; font-size:30px; line-height:60px;}
.sub0404_wr .btn a span{font-size:36px;}
.sub0404_wr .stext01{font-size:16px;}
}


.mT40{margin-top:40px !important}