@charset "utf-8";

/*------------------------------------
  header
------------------------------------*/
#logo {
    left: 0%;
    top: 20px;
    position: absolute;
    z-index: 1000;
    transition: .3s ease all;
}
.top_menu_area {
    position: absolute;
    z-index: 100000;
    right: 32px;
    top: 6px;
    /* border-bottom: 1px solid rgba(255,255,255,0.2); */
    transition: .3s ease all;
}
.navfix  .top_menu_area {
    opacity: 0;
    transition: .3s ease all;
}
/* language */
.language {
	position: relative;
	color: #282828;
	transition: height .2s ease;
    font-family: 'Play';
	font-weight:500;
}
.language .lan_group {
	position: relative;
}
.language .lan_group p a {
    display: block;
    background: url("../images/common/lan_arrow.png") no-repeat 75% 50%;
    font-size: 15px;
    color: #282828;
    letter-spacing: 0px;
    padding: 2px 40px 0 25px;
    /*border-right: 1px solid #f4f4f4;*/
}
.language .lan_group p {
    margin:0;
	padding:0;
}
.language .lan_group ul {
	display: none;
    position: absolute;
    left: 10px;
    top: 22px;
    background-color: #fff;
    z-index: 200;
    overflow: hidden;
    width: 70px;
	padding:15px 0 10px;
}
#top_menu .language .lan_group ul li {
    clear: both;
}
.language .lan_group ul li a {
    display: block;
    position: relative;
    background: url("../images/common/menu_icon.gif") no-repeat 100% 52%;
    font-size: 14px;
    color: #6b6b6b;
    letter-spacing: 0px;
    display: display: block !importnat;
    padding: 5px 15px;
	width:55px;
}

.top_menu_area .t_login a{
	color:#fff;
}
.sitemap{
	margin-bottom:0;
}	
@media (min-width: 1400px) {
	.top_menu_area {
		position: absolute;
		z-index: 100000;
		right: 10px;
		top: 43px;
		transition: .3s ease all;
	}
}
/*------------------------------------
  footer
------------------------------------*/
#footer {
    padding-bottom: 30px;
    color: #7b7b7b;
    font-size: 0.95rem;
    clear: both;
    border-top: 1px solid #f5f5f5;
    letter-spacing: -0.07em;
	text-align:center;
}

footer .foot_top_wrap {
    width: 100%;
    padding: 0.8em 0;
    margin: 0 0px 1.5em 0;
    border-bottom: 1px solid #f5f5f5;
}

#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: #000;
}

.footer_mu {
    padding: 10px 0;
}

#footer address {
    color: #7b7b7b;
}

#footer address strong {
    font-weight: 500;
    color: #333;
    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;
    font-family: 'Play', "SCDream";
    font-weight: 500;
}
#footer address cite span{
    font-family: 'SCDream';
    font-weight: 500;
}


 
/*------------------------------------
  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 이하 공통사항 */
@media (max-width:1199px) {
	html{
		overflow-y:auto !important;
	}
	/* 상단바 */
	.topwrap .top {display:none;}
  	/* 상단유틸메뉴 */
	.top_menu_area{display:none !important;}
	/* 상단_네비게이션 */
	#navi {display:none;}
  
  /** @전체틀 **/
	#wrapper { 
		right:0;
		width:100%;
		min-width:320px;
		position:relative; 
		background:#fff;
	}
	.mx_size{
		margin:0 auto; 
	}
	/** @상단 **/
		#wrapper header#firstheader { 
			display: block;
			position: fixed;
			right: 0px;
			top: 0px;
			z-index: 1040;
			height: 70px;
			width: 100%;
			min-width: 320px;
			background: rgba(0,0,0,0.7);
			box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.08);
		}
		#logo{
			margin:0;
			top:0;
		}
		#logo img{
			margin:8px 0 0 10px;
			height:55px;
		}
		#logo img.pc{display:none;}
	p.all_cate{	
		position:absolute;
		top:15px;
		right:15px; 
	}
	p.all_cate a{	
		background:url("../images/common/btn_all_cate.gif") no-repeat 0 0;
		background-size:100% 100%;
		display:block;
		width:40px;
		height:40px;
		font-size:0;
	}
	p.all_cate a.le_on{	
		background:url("../images/common/btn_all_cate_x.gif") no-repeat 0 0;
		background-size:100% 100%;
	}

	/** @group nav menu **/
	 #navmenu { 
		background:#444; 
		height: 100%; 
		display: block; 
		position: fixed; 
		width: 250px; 
		right:-250px;
		top: 0px; 
		z-index: 0;  
		overflow:hidden;
	}
	#navmenu > ul { 
		list-style: none; 
		background:#444; 
		overflow-y: auto; 
	}
	#navmenu ul li { 
		display: block; 
	}
	#navmenu > ul > li.last{
		margin-bottom:80px;
	}
	#navmenu > ul > li > a { 
		position: relative; 
		display: block; 
		border-bottom: 1px solid #515151; 
		padding:10px 13px; 
		color: #eee; 
		font-size: 17px; 
		text-decoration: none; 
		font-family:  "Play",'SCDream';
        font-weight: 500
	}
	#navmenu > ul > li > a:hover { 
		color: #eee; 
		text-decoration: none; 
	}
	#navmenu > ul > li > a::after {
		content: '';
		display: block;
		width: 6px;
		height: 6px;
		border-right: 3px solid #eee;
		border-top: 3px solid #eee;
		position: absolute;
		right: 20px;
		top: 45%;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	#navmenu > ul > li.depth > a.on::after{
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#navmenu > ul > li.depth > a.on{
		background:#00ad46; 
	}
	#navmenu > ul > li > a:hover::after { 
		border-color: #eee;
	}
	#navmenu ul ul{ 
		background:#333; 
		border-bottom: 1px solid #515151; 
		margin-left: 0px;
	}
	#navmenu ul ul li a{ 
		display: block; 
		padding:10px 15px; 
		color: #a5a5a5; 
		font-size: 16px; 
		border-top: 1px dotted #515151; 
	}
	#navmenu ul ul li a.fred{ 
		color: #ea2a32 ; 
		font-weight:bold;
	}
	#navmenu ul ul.gnb_02 li:first-child a{ 
		border-top: none !important; 
	}
	#navmenu ul ul li ul.depth_s{
		border: none; 
	}
	#navmenu ul ul li ul.depth_s li a{
		font-size: 14px; 
		background:url('../images/common/bullet_list02.gif') no-repeat 18px 10px;
		padding: 2px 10px 2px 25px ;
	}
	#navmenu ul ul li ul.depth_s_pic{
		border: none; 
		overflow:hidden;
		padding:0 0 0 18px;
	}
	#navmenu ul ul li ul.depth_s_pic li{
		float:left;
	}
	#navmenu ul ul li ul.depth_s_pic li a{
		font-size: 14px; 
		padding: 2px 2px 10px 10px ;
		border: none; 
	}
	/** @group clearfix **/
	.clearfix:after { 
		content: "."; 
		display: block; 
		clear: both; 
		visibility: hidden; 
		line-height: 0; 
		height: 0;
	}
	html[xmlns] .clearfix { 
		display: block; 
	}
	* html .clearfix { 
		height: 1%; 
	}
	#navmenu > ul > li > p {
		border-bottom: 1px solid #515151;
		color: #eee;
		display: block;
		font-size: 18px;
		padding: 12px 15px;
		position: relative;
		text-decoration: none;
	}
	#navmenu > ul > li > p::after {
		border-right: 3px solid #eee;
		border-top: 3px solid #eee;
		content: "";
		display: block;
		height: 6px;
		position: absolute;
		right: 20px;
		top: 45%;
		transform: rotate(135deg);
		width: 6px;
	}

	#navmenu > .mo_login {
		position: relative;
		display: block;
		padding: 20px 13px;
		color: #eee;
		font-size: 17px;
		text-decoration: none;
		font-family: "Play",'SCDream';
		font-weight: 500;
	}
	#navmenu > .mo_login a{
		color: #eee;
		text-align:center;
		width:48%;
		padding:0.7rem 0.2rem;
		border-radius:10px;
		background:#575757;
	}

	
	/* pc/mobile 이미지교체 */
	.mobile {display: none;}
	.top_all .sitemap {display: none;}



}
/* 큰 기기들 (큰 데스크탑, 1200px 이상) */
@media (min-width: 1400px) {
	
    .navfix .top_menu_area {
        top: 56px;
        transition: .3s ease all;
		opacity: 1;
    }
	 #navi_con > ul {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {

	 /* 상단메뉴 */
    #navmenu {
        display: none;
    }

    header#firstheader {
        width: 100%;
        z-index: 1000;
        position: fixed;
        transform: translateY(0px);
        transition: .3s ease all;
		top:0;
    }

    .top_all {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    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: 1200px;
        background: rgba(0,0,0, 0)  no-repeat 0% 112px;
        transition: 0.3s ease-out;
    }
    .fp-viewing-secondPage #navi, .fp-viewing-3rdPage #navi, .fp-viewing-4thpage #navi, .fp-viewing-lastPage #navi{
        background: rgba(0,0,0, 0.5) repeat-x 0% 112px;
        transition: 0.3s ease-out;
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    #navi:hover {
        background: rgba(0,0,0, 0.7) repeat-x 0% 112px;
        transition: 0.3s ease-out;
    }
    #navi:hover::after {
		display:block;
		content:'';
		height:1px;
        background:rgba(0, 0, 0, 0.01);
		width:100%;
		position:absolute;
		top:112px;
		z-index:100;
    }
    .navfix #firstheader {
        width: 100%;
        z-index: 1000;
        position: fixed;
        transform: translateY(-30px) !important;
        transition: .3s ease all;
		top:0;
    }
    .navfix #logo {
        top: 38px;
        transition: .3s ease all;
    }
    .navfix .sitemap {
        top: 62px;
        transition: .3s ease all;
    }
    .navfix #navi {
        background: rgba(0,0,0, 0.5) repeat-x 0% 112px;
        transition: .3s ease all;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }
	.navfix #navi:hover {
        background: rgba(0,0,0, 0.7) repeat-x 0% 112px;
        transition: 0.3s ease-out;
    }
    .navfix #navi_con > ul > li > a {
        line-height: 83px;
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .navfix #navi_con > ul > li > a > span::before {
        top: 26px;
    }
    .navfix #top_menu_area ul#top_menu {
        padding-top: 0px;
        transition: .3s ease all;
    }
    #navi_con {
        position: relative;
        z-index: 100;
        height: 112px;
        min-height: 112px;
    }
    #navi_con > ul {
        text-align: right;
        font-size: 0;
        margin: 0 auto;
        border-bottom: 1px solid #000;
        padding-left: 120px;
        max-width: 1400px;
    }
    #navi_con:hover > ul::before {
        clear: both;
        content: "";
        display: block;
        position: absolute;
        height: 1px !important;
        background: rgba(0,0,0, 0.2) !important;
        left: 0%;
        top: 111px;
        width: 100%;
    }

    #navi_con > ul > li {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        width: 130px;
    }
	#navi_con > ul > li:nth-child(1), #navi_con > ul > li:nth-child(3) {
		width: 130px;
	}
    #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: 21px;
        line-height: 112px;
        position: relative;
        text-align: center;
        z-index: 420;
        letter-spacing: -0.05em ;
		text-transform: uppercase;
        width: 100%;
    }
    #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: #00ad46 !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;
        font-weight: 500;
		letter-spacing: -0.08em;
    }
    #navi_con > ul > li:hover > a > span {
        background:rgba(0,0,0,0.5);
    }

    #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.1);
    }

    #navi_con > ul > li.mNum01:nth-child(6) ul {
        border-right: 1px solid rgba(0,0,0,0.1);
    }

    #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 {
         background:rgba(0,0,0,0.5);
    }

    #navi_con ul li ul li a {
        word-break: keep-all;
        display: block;
        font-size: 17px;
        padding: 10.5px 5px 10.5px 10px;
        position: relative;
        z-index: 400;
        letter-spacing: -0.5px;
        color: rgba(255,255,255, 0.7);
        line-height: 120%;
        border-bottom: 1px solid rgba(0,0,0,0.1);
		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(255,255,255, 1);
        background: rgba(0,0,0,0.08);
    }

    #navi_con > ul > li:hover ul li a {
        color: rgba(255,255,255, 0.7);
    }

	.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;}

}



/* contact us */
.contect_c {
	background:#f0eae3;
}
.contect_c .m_title_st{
	border-bottom:1px solid #ddd7d7;
	margin-bottom:25px;
}
.contect_c .m_title_st .txt01{
	font-size: 2.2em;
    font-family: 'Play';
    font-weight: 500;
    letter-spacing: -0.05rem;
    color: #745f50;
}
.add_con .icon01{
	color:#404040;
	font-size:1.2em;
}
.add_con .txt01{
	font-family: 'Play';
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 100%;
    color: #745f50;
    margin-bottom: 10px;
}
.add_con .txt02{
	color: #7b7b7b;
	font-size: 0.95em;
}
.add_con02 span{
    font-size: 1.3em;
    color: #745f50;
}
.add_con02 strong{
    font-weight: 700;
    color: #c6924e;
    font-size: 2.2em;
    letter-spacing: -0.06rem;
}
.add_con03 ul li{
    color: #7b7b7b;
    font-size: 0.95em;
	letter-spacing: 0.01rem;
}
.add_con03 ul li strong{
    font-weight: 700;
    color: #745f50;
}
a.pdt_all_view {
    color: #fff;
    padding: 1.2rem 2.2rem;
    transition: all 0.3s ease-out;
    background: #745f50;
    display: block;
}
a.pdt_all_view:hover {
    color: #fff;
	transition: all 0.3s ease-out;
	background: #000;
	box-shadow: 10px 10px 28px rgb(0 0 0 / 25%);
}



/* 카카오맵 */
.root_daum_roughmap .wrap_controllers{
	display:none;
} 
.root_daum_roughmap .wrap_map{
	height:490px !important;
}
@media (max-width: 991px) {
	.root_daum_roughmap .wrap_map{
		height:350px !important;
	}
}

