@charset "utf-8";

#wrapper.member_t { 
	background:#e9e9e9 url("../images/common/all_bg01.jpg") no-repeat 50% 0;
}
#wrapper.member_s{ 
	background:#e9e9e9 url("../images/common/all_bg02.jpg") no-repeat 50% 0;
}
#wrapper.member_p{ 
	background:#e9e9e9 url("../images/common/all_bg03.jpg") no-repeat 50% 0;
}
@media (min-width: 1900px) {
	#wrapper { 
		background:#e9e9e9 url("../images/common/all_bg01.jpg") no-repeat 50% 0;
		background-size:  100% auto;
	}
	#wrapper.member_5{ 
		background:#e9e9e9 url("../images/common/all_bg02.jpg") no-repeat 50% 0;
		background-size:  100% auto;
	}
	#wrapper.member_6{ 
		background:#e9e9e9 url("../images/common/all_bg03.jpg") no-repeat 50% 0;
		background-size:  100% auto;
	}
}
/*------------------------------------
  header
------------------------------------*/
#logo {
    left: 0%;
    top: 15px;
    position: absolute;
    z-index: 1000;
    transition: .3s ease all;
}
#top_menu_area {
	height: 45px;
	line-height: 45px;
}

#top_menu_area::after {
	clear: both;
	content: '';
	display: block;
}
#top_menu_area ul#top_menu > li {
	float: left;
}

#top_menu_area ul#top_menu > li a::before {
	display: inline-block;
	content: "";
	background: #d9d9d9;
	width: 1px;
	height: 11px;
	margin: 0 15px;
	vertical-align: middle;
}

#top_menu_area ul#top_menu > li:first-child a::before {
	display: none;
}

#top_menu_area ul#top_menu > li > a {
	font-size: 15px;
	color: #000;
	letter-spacing: -1px;
	display: inline-block;
	padding: 0 0px;
	vertical-align: middle;
	font-weight: 500;
	position: relative;
}
#top_menu_area ul#top_menu > li > a.txt_point {
	color: #275990;
}
#top_menu_area ul#top_menu > li > a.txt_point:after {
	position: absolute;
	content:"";
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 7px;
	background: #275990;
}
@media (min-width: 1400px) {
	.top_menu_area {
		position: absolute;
		z-index: 100000;
		right: 10px;
		top: 47px;
		transition: .3s ease all;
	}
}
/*------------------------------------
  footer
------------------------------------*/
#footer {
    padding-bottom: 30px;
    color: rgba(255, 255, 255, 1);
    font-size: 0.95rem;
    clear: both;
    letter-spacing: -0.02rem;
    background: #3a3a3a;
    font-weight: 500;
}

footer .foot_top_wrap {
    width: 100%;
    padding: 0.8em 0;
    margin: 0 0px 1.5em 0;
    border-bottom: 1px solid #313131;
}

#footer ul > li {
    display: inline-block;
}

#footer ul > li.line::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 0.6em;
    background: #dcdcdc;
    margin: 0 1rem 0.1rem 1.3rem;
}
#footer a {
    color: #d3d3d3;
    font-weight: 400;
}

.footer_mu {
    padding: 10px 0;
}

#footer address {
     color: rgba(255, 255, 255, .6);
    font-weight: 200 !important;
    font-size: .88rem;
}

#footer address strong {
    color: #fff;
    padding-right: 5px;
}

#footer address span {
    display: inline-block;
	 letter-spacing: 0em;
	 padding-right: 20px;
}

#footer address span.amedic {
    font-weight: 600;
}

#footer address cite {
    color: #d3d3d3;
    margin-top: 5px;
    letter-spacing: 0.01em;
    font-size: 0.9em;
}

.link {
    position: relative;
    box-sizing: border-box;
	border: 1px solid rgba(255,255,255,.1);
	width: 230px;
}
.link > p {
    margin-bottom: 0;
}
.link > p > a {
    display: block;
	  height: 40px;
	  line-height: 40px;  
	  color: #555555;
	  letter-spacing: -0.01rem;
	  font-size: .85rem;
	  padding: 0 20px;
	  width: 100%;
}
.link_list {
    bottom: 41px;
	  right: 0;
	  width: 100%;
	  background-color: #282828;
	  position: absolute;
	  z-index: 100;
	  font-size: 0.9em;
	  border: 1px solid #282828;
}

.link_list dl dd a {
    padding: 0.8em 1.5em;
    display: block;
    color: rgba(255,255,255,.6);
    font-size: 1.1em;
}

.link_list dl dd:hover {
    background: #2e3b52;
}

 @media (max-width: 767px) {
	.link {
		width: 100% !important;
	}
}
/*------------------------------------
  Go To Top
------------------------------------*/
.scrollup {
	right: 1.5rem;
	bottom: 1.5rem;
	position: fixed;
	z-index: 999;
	width: 2.5rem;
	height: 2.5rem;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 1em;
	transition: 0.3s ease-out;
}
.go-top {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.scrollup:hover, .scrollup:focus:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}





/* 작은 기기들 (태블릿, 768px 이하) */
@media (min-width: 769px) {
	#footer address br {display: none;}
}
/* 작은 기기들 (태블릿, 768px 이하) */
@media (max-width: 768px) {
 	/* pc/mobile 이미지교체 */
	.mobile {display:block !important;}
	.pc {display: none;}
}
/* 최대 1199 이하 공통사항 */

/* 큰 기기들 (큰 데스크탑, 1200px 이상) */
	
    .navfix .top_menu_area {
        top: 56px;
        transition: .3s ease all;
		opacity: 1;
    }
	 #navi_con > ul {
        /*text-align: center !important;*/
    }
	#navi_con:hover > ul::before {
		clear: both;
		content: "";
		display: block;
		position: absolute;
		height: 1px !important;
		background: rgb(255 255 255 / 7%) !important;
		left: 0%;
		top: 88px;
		width: 100%;
    }


	 /* 상단메뉴 */
    #navmenu {
        display: none;
    }

    header#firstheader {
        width: 100%;
		max-width: 1370px;
		z-index: 1000;
		position: fixed;
		transform: translateY(0px) translateX(-50%);
		transition: .3s ease all;
		top: 0;
		left: 50%;
    }

    .top_all {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }
	
	 .top_all .sitemap {
        position: absolute;
        z-index: 100000;
        right: 15px;
        top: 0px;
        transition: .3s ease all;
		margin-bottom: 0;
    }
    .top_all .sitemap a{
        display: block;
		width: 28px;
		height: 88px;
	}
	.top_all .sitemap span {
        color: #000;
		font-size: 30px;
	}
    div.top_menu_wrap {
        position: relative;
    }

    .all_t {
        display: none;
    }

    .all_cate {
        float: right;
        margin-right: -15px;
        line-height: 90px;
		display:none;
    }

    #navi {
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0px;
		min-width: 991px;
        background: rgba(255,255,255, 0)  no-repeat 0% 88px;
        transition: 0.3s ease-out;
        border-bottom: 1px solid rgba(0, 0, 0, 0);
		border-radius:0 0 20px 20px;
    }

    #navi:hover {
        background: rgba(255,255,255, 0) repeat-x 0% 88px;
        transition: 0.3s ease-out;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }
    #navi:hover::after {
		display:block;
		content:'';
		height:1px;
        background:rgba(0, 0, 0, 0.05);
		width:100%;
		position:absolute;
		top:88px;
		z-index:100;
    }
    .navfix #firstheader {
        width: 100%;
        z-index: 1000;
        position: fixed;
		transform: translateY(-47px) translateX(-50%) !important;;
        transition: .3s ease all;
		top:0;
    }
    .navfix #logo {
        top: 54px;
        transition: .3s ease all;
    }
    .navfix .sitemap a {
        top: 62px;
        transition: .3s ease all;
    }
    .navfix #navi {
        background: rgba(0,0,0, 0.7) repeat-x 0% 88px;
        transition: .3s ease all;
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        top: 30px;
    }
	.navfix #navi:hover {
        background: rgba(0,0,0, .5) repeat-x 0% 88px;
        transition: 0.3s ease-out;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }
	.navfix #navi_con > ul > li > a {
        color: #fff;
    }

    .navfix #navi_con > ul > li > a > span::before {
        top: 26px;
    }
	.navfix #navi_con > ul > li:hover ul li a {
		color: rgb(255,255,255, .6);
	}
	.navfix #navi_con ul li ul li:hover a:hover,
    .navfix #navi_con ul li ul li:hover a:focus,
    .navfix #navi_con ul li ul li:hover a:active {
        color: rgba(255,255,255, .95);
    }
	 .navfix #navi_con ul li ul li a {
        color: rgb(255,255,255, .6);
    }

    .navfix #top_menu_area ul#top_menu {
        padding-top: 0px;
        transition: .3s ease all;
    }
	.navfix .top_all .sitemap span {
        color: #fff;
	}
    #navi_con {
        position: relative;
        z-index: 100;
        height: 88px;
        /*min-height: 112px;*/
    }
    #navi_con > ul {
        text-align: right;
        font-size: 0;
        width: 100%;
    }


    #navi_con > ul > li {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
		margin:0  15px 0 40px ;
    }
	/*#navi_con > ul > li:nth-child(2), #navi_con > ul > li:nth-child(3) {
		width: 200px;
	}*/
    #navi_con > ul > li.sitem {
        width: 59px !important;
        max-width: 59px !important;
        min-width: 59px !important;
    }

    #navi_con > ul > li > a {
        color: #fff;
        display: block;
        font-size: 19px;
        line-height: 100px;
        position: relative;
        text-align: center;
        z-index: 420;
        width: 100%;
        font-weight: 600;
        letter-spacing: -0.08rem;
    }
    #navi_con > ul > li:nth-child(3) > a, #navi_con > ul > li:nth-child(4) > a {
		/* font-family: 'Play','SCDream';
		        font-size: 17px; */
    }

    #navi_con > ul > li > a ::after {
        clear: both;
        content: "";
        display: block;
        position: absolute;
        height: 2px !important;
        background: #0072bc !important;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 0%;
    }

    #navi_con > ul > li:hover > a ::after {
        transition: 0.3s ease-out;
        width: 100%;
    }

    #navi_con > ul > li > a > span {
        display: block;
        border-right: 0px solid #eee;
		letter-spacing: -0.06em;
		font-weight: 500;
    }
    #navi_con > ul > li:hover > a > span {
        background:rgba(0,0,0,0);
    }

    #navi #navi_con > ul > li:first-child a span {
        border-left: 0px solid #eee;
    }

    #navi_con > ul > li:first-child > a {}

    #navi_con > ul > li.sitem > a {
        width: 59px;
    }

    #navi_con ul li ul {
        text-align: left;
        display: block;
        overflow: hidden;
		margin-left: 0px;
    }

    #navi_con > ul > li.mNum01 ul {
        /*border-right: 1px solid #eee;*/
        width: 100%;
        border-left: 1px solid rgba(0,0,0,0.05);
    }

	#navi_con > ul > li.mNum01:last-child ul {
        border-right: 1px solid rgba(0,0,0,0.05);
    }
    #navi_con > ul > li.mNum01:first-child ul {
        /*border-left: 1px solid #eee;*/
    }

    #navi_con > ul > li:hover > a {
        border: none;
    }

    #navi_con > ul > li:hover ul {
    }

    #navi_con ul li ul li a {
        word-break: keep-all;
        display: block;
        font-size: 15px;
        padding: 10.5px 5px 10.5px 10px;
        position: relative;
        z-index: 400;
        letter-spacing: -0.1px;
        color: rgba(0,0,0, 0.6);
        line-height: 120%;
        border-bottom: 1px solid rgba(0,0,0,0.05);
		font-weight: 400;
    }
    #navi_con ul li.mNum01:nth-child(1) ul li:nth-child(5) a {
        letter-spacing: -1px;
    }

    #navi_con ul li ul li:hover a:hover,
    #navi_con ul li ul li:hover a:focus,
    #navi_con ul li ul li:hover a:active {
        color: rgba(0,0,0, 1);
        background: rgba(0,0,0,0.05);
    }

    #navi_con > ul > li:hover ul li a {
        color: rgba(0,0,0, 1);
    }

	.scrollup {
		right:50px;
		bottom: 100px;
		position: fixed;
		z-index: 999;
		width: 66px;
		height: 106px;
		/*background: url('../images/common/top.png') no-repeat 0% 0%;*/
		color: #fff;
		font-size: 1em;
		transition: 0.3s ease-out;
	}
	.scrollup:hover, .scrollup:focus:hover {
	  background-color: rgba(0, 0, 0, 0.0);
	}

	.go-top { display :none;}

	/* pc/mobile 이미지교체 */
	.mobile {display: none;}







