@charset "utf-8";

@font-face { font-family: 'S-Core Dream'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff'); font-weight: 300; font-style: normal; }
@font-face { font-family: 'S-Core Dream'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'S-Core Dream'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff'); font-weight: 500; font-style: normal; }
@font-face { font-family: 'S-Core Dream'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff'); font-weight: 600; font-style: normal; }
@font-face { font-family: 'S-Core Dream'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff'); font-weight: 800; font-style: normal; }
@font-face { font-family: 'S-Core Dream'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff'); font-weight: 900; font-style: normal; }
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500,700&subset=korean');


/* common */
html, body { margin: 0; width: 100%; height: 100%; position:relative; }
* {margin: 0; padding: 0; list-style: none; text-decoration: none; font-family: 'S-Core Dream', 'Noto Sans KR', 'sans-serif'; color: inherit; outline: none; -webkit-text-size-adjust: none;}
ul > li > a {text-decoration: none;}
a {color: inherit;}
a:link { text-decoration:none ;outline: none; }
a:visited { text-decoration:none ; outline: none;}
a:active { text-decoration:none ; outline: none;}
a:hover { text-decoration:none; outline: none;}

table { border-collapse: collapse; }
.blind {position:absolute !important;visibility:hidden !important;top:0 !important;left:0 !important;height:0 !important;width:0 !important;font-size:0 !important;line-height:0 !important; overflow:hidden !important;}
em {font-style: normal;}
p {letter-spacing: -1px;}
fieldset {border:none;}
legend {display:none !important;}
caption {display:none;}
button {cursor:pointer;}
i {display:inline-block;}
strong {font-weight:600;}
select::-ms-expand {display: none;} /* IE 10, 11의 네이티브 화살표 숨기기 */


/* LAYOUT */
#A_Wrap {width: 100%; background: #f7f9fb url(../images/common/bg_img.png) repeat-y 0 0 / cover;}
#A_Container_Wrap {width: 100%; padding: 0 0 100px 0;}
#A_Container {width: 1200px; margin: 0 auto; padding: 0 0 45px 0; background: #fff; border-radius: 0 25px 0 0; box-shadow: 5px 5px 16px rgba(92, 141, 194, 0.1);}
#A_Container:after {display: block; clear: both; *zoom: 1; content: '';}
#A_Container_L {float: left; width: 240px;}
#A_Container_C {width: 1100px; float: left; overflow: hidden; padding-left:60px; padding-bottom:100px; position:relative;}

.inner {position: relative; width: 1200px; margin: 0 auto;}


/* header */
#A_Header {position: relative; width: 100%; height: 100px; line-height: 100px;}
#A_Header .inner:after {display: block; clear: both; *zoom: 1; content: '';}
#A_Header .logo {float: left;}
#A_Header .logo a {display: block; width: 141px;}
#A_Header .logo a img {vertical-align: middle;}
#A_Header .icon-wrap {float: left; margin-left: 50px;}
#A_Header .icon-wrap::after {content:''; display: block; clear: both;}
#A_Header .icon-wrap li {float: left; margin-right: 5px;}
#A_Header .icon-wrap li:last-of-type {margin-right: 0px;}
#A_Header .icon-wrap li a {}
#A_Header .icon-wrap li a img {width: 30px; height: 30px; vertical-align: middle;}
#A_Header .gnb {float: right;}
#A_Header .gnb > li {position: relative; float: left; height: 100px; line-height: 100px; margin-right: 40px;}
#A_Header .gnb > li > a {display: inline-block;box-sizing: border-box; height: 40px; line-height: 40px; padding: 0 15px; font-size: 18px; color: #666; vertical-align: middle;}
#A_Header .gnb > li > a:hover {font-weight: 500; color: #333; border-bottom: 2px solid #ff8b00;}
#A_Header .gnb > li.on > a {font-weight: 500; color: #333; border-bottom: 2px solid #ff8b00;}
#A_Header .gnb .sub_menu {display: none; box-sizing: border-box; position: absolute; top: 100px; left: 0; right: 0; width: 150px; padding: 20px 30px; background: #fff; border: 1px solid #e1e1e1; z-index: 10;}
#A_Header .gnb > li:nth-child(2) .sub_menu {left: 0; right: auto; width: 210px;}
#A_Header .gnb > li:nth-child(3) .sub_menu {left: 0; right: auto; width: 310px;}
#A_Header .gnb > li:nth-child(5) .sub_menu {left: auto; width: 230px;}
#A_Header .gnb .sub_menu li {margin: 0; height: 36px; line-height: 36px;}
#A_Header .gnb .sub_menu li a {display: block; height: 36px; line-height: 36px; font-size: 16px; color: #666;}
#A_Header .gnb .sub_menu li a:hover {color: #155294;}

#A_Header .m_menu {display: none; position: relative; top: 32px; float: right; width: 30px; height: 27px; cursor: pointer; z-index: 100;}
#A_Header .m_menu li {position: absolute; width: 100%; height: 3px; background-color: #000;}
#A_Header .m_menu li:nth-child(1) {top: 0;}
#A_Header .m_menu li:nth-child(2) {top: 12px;}
#A_Header .m_menu li:nth-child(3) {top: 24px;}
#A_Header .full_wrap {display: none; position: fixed; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); z-index: 90;}
#A_Header .full_wrap .full_inner {position: absolute; top: 0; right: 0; bottom: 0; width: 80%; overflow-y:scroll; background-color: #fff; z-index: 91;}
#A_Header .full_wrap .full_inner .logo {float: none; padding: 0 0 0 20px; border-bottom: 2px solid #ff8b00;}

#A_Header .full_wrap .full_gnb > li {border-bottom: 1px solid #ddd;}
#A_Header .full_wrap .full_gnb > li > a {display: block; padding: 0 20px; height: 60px; line-height: 60px; font-size: 21px; color: #333; background: url(../images/common/arrow_down.png) no-repeat 95% center;}
#A_Header .full_wrap .full_gnb .full_sub_menu {display: none; border-top: 1px solid #ddd; background-color: #fbfbfb;}
#A_Header .full_wrap .full_gnb .full_sub_menu li a {display: block; position: relative; padding: 0 20px; margin: 0 20px; font-size: 16px; line-height: 60px; color: #888;}
#A_Header .full_wrap .full_gnb .full_sub_menu li.font_small a {font-size: 14px;}
#A_Header .full_wrap .full_gnb .full_sub_menu li a:after {position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 10px; height: 2px; background-color: #888; content: '';}
#A_Header .full_wrap .full_gnb .full_sub_menu li a:hover {padding: 0 25px;}
#A_Header .full_wrap .full_gnb .full_sub_menu li a:hover:after {width: 15px; background-color: #ff8b00;}
#A_Header .full_wrap .full_gnb .full_sub_menu li:last-child {border: none;}





/* footer */

#A_Footer {padding: 30px 0; background-color: #334151;}
#A_Footer .inner:after {display: block; clear: both; *zoom: 1; content: '';}
#A_Footer .inner li {float: left; color: #7f8d9c;}
#A_Footer .inner li.ft_logo {margin-right: 65px;}
#A_Footer .inner li.ft_logo img {vertical-align: top;}
#A_Footer .inner li.ft_con p {line-height: 1.7; font-size: 14px;}
#A_Footer .inner li.ft_con p span {position: relative; padding: 0 0 0 10px; margin: 0 0 0 10px; font-family: 'Noto Sans KR', 'sans-serif'; font-size: 14px; }
#A_Footer .inner li.ft_con p span:after {display: block; position: absolute; top: 5px; left: 0; width: 1px; height: 14px; background: #7f8d9c; content: '';}
#A_Footer .inner li.ft_con p span:first-child {padding: 0; margin: 0;}
#A_Footer .inner li.ft_con p span:first-child:after {display: none;}
#A_Footer .inner li.ft_con .copy {padding-top: 5px; font-family: 'Noto Sans KR', 'sans-serif'; font-size: 14px;}
#A_Footer .inner li.ft_map {float: right;}
#A_Footer .inner li.ft_map a {display: block; box-sizing: border-box; height: 40px; line-height: 40px; padding: 0 65px 0 40px; font-size: 16px; color: #7f8d9c; border: 1px solid #7f8d9c; background: #334151 url(../images/common/ft_arrow.png) no-repeat 80% center; transition: all 0.3s;}
#A_Footer .inner li.ft_map a:hover {color: #334151; background: #7f8d9c url(../images/common/ft_arrow_hover.png) no-repeat 80% center;}









@media screen and (min-width:1025px) and (max-width: 1200px) {
	#A_Container_Wrap {box-sizing: border-box; width: 100%; padding: 0 30px 30px;}
	#A_Container {width: 100%;}
	.inner {box-sizing: border-box; width: 100%; padding: 0 30px;}
	#A_Header .gnb > li {margin-right: 20px;}
	
	
}

/* tablet */
@media screen and (min-width:768px) and (max-width: 1024px) {
  
	#A_Container_Wrap {box-sizing: border-box; width: 100%; padding: 0 30px 30px;}
	#A_Container {width: 100%;}
	.inner {box-sizing: border-box; width: 100%; padding: 0 30px;}
	#A_Header {height: 90px; line-height: 90px;}
	#A_Header .logo a {width: 170px;}
	#A_Header .icon-wrap {position: absolute; right: 10%; top: 50%; transform: translateY(-50%);}
	#A_Header .gnb {display: none;}
	#A_Header .m_menu {display: block;}
	#A_Footer .inner {position: relative;}
	#A_Footer .inner li {float: none;}
	#A_Footer .inner li.ft_logo {display: none;}
	#A_Footer .inner li.ft_con .copy {padding: 10px 0 0 0;}
	
	
 }  
  

@media screen and (min-width:481px) and (max-width:767px) {
  

	#A_Container_Wrap {box-sizing: border-box; width: 100%; padding: 0 20px 20px;}
	#A_Container {width: 100%;}
	#A_Container.main_contents {width: 100%; box-shadow: none; background-color: transparent; border-radius: 0;}
	.inner {box-sizing: border-box; width: 100%; padding: 0 20px;}
	#A_Header {height: 90px; line-height: 90px;}
	#A_Header .logo a {width: 170px;}
	#A_Header .icon-wrap {position: absolute; right: 12%; top: 50%; transform: translateY(-50%);}
	#A_Header .gnb {display: none;}
	#A_Header .m_menu {display: block;}
	#A_Footer .inner {position: relative;}
	#A_Footer .inner li {float: none;}
	#A_Footer .inner li.ft_logo {display: none;}
	#A_Footer .inner li.ft_con .copy {padding: 10px 0 0 0;}

}


/* mobile */
@media screen and (max-width:480px) {

	#A_Container_Wrap {box-sizing: border-box; width: 100%; padding: 0 20px 20px;}
	#A_Container {width: 100%;}
	#A_Container.main_contents {width: 100%; box-shadow: none; background-color: transparent; border-radius: 0;}
	.inner {box-sizing: border-box; width: 100%; padding: 0 20px;}
	#A_Header {height: 90px; line-height: 90px;}
	#A_Header .logo a {width: 170px;}
	#A_Header .icon-wrap {position: absolute; right: 16%; top: 50%; transform: translateY(-50%);}
	#A_Header .gnb {display: none;}
	#A_Header .m_menu {display: block;}
	#A_Header .full_wrap .full_gnb .full_sub_menu li a {padding: 0 0 0 20px;}
	#A_Header .full_wrap .full_gnb .full_sub_menu li a:hover {padding: 0 0 0 25px;}
	#A_Footer .inner {position: relative;}
	#A_Footer .inner li {float: none;}
	#A_Footer .inner li.ft_logo {display: none;}
	#A_Footer .inner li.ft_con {padding-top: 60px;}
	#A_Footer .inner li.ft_con .copy {padding: 10px 0 0 0;}
	#A_Footer .inner li.ft_map {position: absolute; top: 0; left: 20px;}
	#A_Footer .inner li.ft_map a {font-size: 14px;}

}








