@charset "utf-8";



* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;font-style: normal;}
html, body {font-family:'Roboto Condensed', 'Noto Sans KR','Nanum Gothic',sans-serif;line-height: 1em;}

.re_header {position: fixed;width: 100%;z-index: 10	;-webkit-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);-moz-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);-ms-transition:all 0.4s cubic-bezier(.7, 0, .2, 1);-o-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);transition: all 0.4s cubic-bezier(.7, 0, .2, 1);}


.re_header .re_inner {display: flex;justify-content: space-between;	width: 100%;max-width: 1460px;padding: 0 20px;margin: auto;}

.re_header .re_inner>div {display: flex;align-items: center;}
.re_header .re_inner>div:after {clear: both;}
.re_header #logowrap {width: auto;min-width: auto;padding-top: 5px;height: 90px;}
.re_header .logobox {width: auto;}
.re_header .logobox a,.re_header .logobox img {display: block;}
.re_header .logobox img {padding-top: 0;width: 305px;}
.re_header .lang  {position: fixed;right: 0;top: 0;background-color: #ff8001;z-index: 11;}
.re_header .lang li {margin-bottom: 17px;}
.re_header .lang li.last_set {margin-bottom:27px;}
.re_header .lang  a {display: block;color: #FFF;text-align: center;font-size: 16px;font-weight: 500;}
.re_header .lang  li a>span {display: flex;width: 100%;justify-content: center;}
.re_header .lang  li.menu {margin-bottom: 0;}
.re_header .lang  li.menu a{position: relative;display: flex; width: 125px;height:100px;justify-content: center;align-items: center;}
.re_header .lang  li.menu a>span>span {display: block;}
.re_header .lang  li.menu a span.dot {position: relative;width: 12px;height: 12px;margin-top: -1px;margin-right: 10px;}
.re_header .lang  li.menu a.open i {position: absolute;display: block;width: 3px;height: 3px;background-color: #FFF;-webkit-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);-moz-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);-ms-transition:all 0.4s cubic-bezier(.7, 0, .2, 1);-o-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);transition: all 0.4s cubic-bezier(.7, 0, .2, 1)}
.re_header .lang  li.menu a.open i:nth-child(1) {left: 0;top: 0;}
.re_header .lang  li.menu a.open i:nth-child(2) {right: 0;top: 0;}
.re_header .lang  li.menu a.open i:nth-child(3) {left: 0;bottom: 0;}
.re_header .lang  li.menu a.open i:nth-child(4) {right: 0;bottom: 0;}
.re_header .lang  li.menu a.open:hover i:nth-child(1) {width: 5px;height: 5px}
.re_header .lang  li.menu a.open:hover i:nth-child(2) {width: 5px;height: 5px}
.re_header .lang  li.menu a.open:hover i:nth-child(3) {width: 5px;height: 5px}
.re_header .lang  li.menu a.open:hover i:nth-child(4) {width: 5px;height: 5px}
.re_header .lang  li.menu a.close {display: none;}
.re_header .lang  li.menu a.close i {position: absolute;display: block;left: 50%;top: 50%;width: 1px;height: 16px;background-color: #FFF;-webkit-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);-moz-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);-ms-transition:all 0.4s cubic-bezier(.7, 0, .2, 1);-o-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);transition: all 0.4s cubic-bezier(.7, 0, .2, 1);}
.re_header .lang  li.menu a.close i:nth-child(1) {transform:translate(-50%, -50%) rotate(-45deg)}
.re_header .lang  li.menu a.close i:nth-child(2) {transform:translate(-50%, -50%) rotate(45deg)}
.re_header .lang  li.menu a.close:hover i:nth-child(1) {transform:translate(-50%, -50%) rotate(45deg)}
.re_header .lang  li.menu a.close:hover i:nth-child(2) {transform:translate(-50%, -50%) rotate(-45deg)}
.re_header.m_open .lang  li.menu a.open {display: none;}
.re_header.m_open .lang  li.menu a.close {display: flex;}
.re_header .lang  .lang_set a {opacity: 0.6;-webkit-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);-moz-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);-ms-transition:all 0.4s cubic-bezier(.7, 0, .2, 1);-o-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);transition: all 0.4s cubic-bezier(.7, 0, .2, 1);}
.re_header .lang  .lang_set a.active {opacity: 1;}
.re_header .lang  .lang_set a:hover {opacity: 1;}
.re_header .lang .mon_set {display: none;position: fixed;right: 25px;bottom: 10px;}
.re_header .lang .mon_set.fix ,.re_header .lang .top_set.fix{display: block;}
.re_header .lang .mon_set a {position: relative;display: flex;width: 70px;height: 70px;justify-content: center;align-items: center;-webkit-border-radius: 35px;-moz-border-radius:35px;border-radius:35px;;background-color:#ff8001;}
.re_header .lang .mon_set a span {display: block;font-size: 30px;z-index: 10;}
.re_header .lang .mon_set a span.mon_name {opacity: 0;display: block;font-size: 18px;position: absolute;right: 85px;top: 50%;transform: translateY(-50%);-moz-border-radius: 35px;border-radius:35px;-webkit-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);-moz-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);-ms-transition:all 0.4s cubic-bezier(.7, 0, .2, 1) ;-o-transition: all 0.4s cubic-bezier(.7, 0, .2, 1) ;transition: all 0.4s cubic-bezier(.7, 0, .2, 1);white-space: nowrap;transition-duration: 1s}
.re_header .lang .mon_set a:before {position: absolute;right: 0;top: 0;content: '';width: 70px;height: 100%;-webkit-border-radius: 35px;-moz-border-radius: 35px;border-radius:35px;-webkit-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);-moz-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);-ms-transition:all 0.4s cubic-bezier(.7, 0, .2, 1);-o-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);transition: all 0.4s cubic-bezier(.7, 0, .2, 1);background-color:#ff8001;}
.re_header .lang .mon_set a:hover:before {width: 180px;}
.re_header .lang .mon_set a:hover span.mon_name {opacity: 1;}
.re_header.m_open .lang .mon_set {display: block;}
.re_header.m_open .lang .mon_set a:before {width: 180px;}
.re_header.m_open .lang .mon_set a span.mon_name {display: block;opacity: 1;}
.re_header .lang .top_set {display: none;position: fixed;right: 36px;bottom: 40px;margin-bottom: 0;}
.re_header .lang .top_set a {display: flex;width: 50px;height: 50px;justify-content: center;align-items: center;color: #ff8001;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;background-color: #FFF;border: 1px solid #c1c1c1}
.re_header .lang .top_set  .top_name {position: absolute;right: 0;top: 0;width: 0;height: 0;line-height: 0;font-size: 0;overflow: hidden;}
.re_header.m_open .lang .top_set.fix {display: none;}
.re_header #gnb {display: flex;width: 100%;z-index: 10;border-top: none;border-bottom: none;}
.re_header #animate {overflow: visible;	position: relative;top: auto;left: auto;width: auto;height: auto;background-color: transparent;z-index: 10;}
.re_header #header_navi,.re_header #gnbwrap {min-width: auto;}
.re_header #header_navi {height: 90px;}
.re_header #gnbwrap {width: 100%;}
.re_header #tm {display: flex;justify-content: flex-end;width: auto;border-left: none;border-right: none;}
.re_header #tm li.th1 {position: relative;float: none;width:auto;border-right: none;}
.re_header #tm li ul.th2 {display: none;width: 100%;height: auto;padding: 0;border-top: none;}
.re_header #tm li ul.th2 li {margin-bottom: 25px}
.re_header #tm li ul.th2 li:last-child {margin-bottom:45px ;}
.re_header #tm li ul.th2 a {display: block;line-height: 1em;font-size: 16px;color: #555;}
.re_header #tm li.th1 a.th1_lnk {display: flex;align-items: center;width: 170px;justify-content: center;;height: 90px;line-height: 1em;background-color: transparent;font-size: 20px;font-weight: 600;-webkit-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);-moz-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);-ms-transition:all 0.4s cubic-bezier(.7, 0, .2, 1);-o-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);transition: all 0.4s cubic-bezier(.7, 0, .2, 1);}
body:before {content: '';display: block;position: fixed;left: 0;width: 100%;top: 0;bottom:0;height: 0;background-color: rgba(0,0,0,0.4);z-index: 7;-webkit-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);-moz-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);-ms-transition:all 0.4s cubic-bezier(.7, 0, .2, 1);-o-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);transition: all 0.4s cubic-bezier(.7, 0, .2, 1);}

body.view:before {height: auto;}
.re_header.view,.re_header.fix {height: auto;background-color: #FFF;-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);box-shadow:1px 1px 8px rgba(0, 0, 0, 0.1);}

.re_header.view #header_navi {height: auto;}
.re_header.view #tm li ul.th2  {display: block;padding-top: 20px}
.re_header.view #tm li.th1 a.th1_lnk {width: 240px;color: #0C2340;}
.re_header.fix #tm li.th1 a.th1_lnk {color: #0C2340;}
.re_header.view #tm li.th1:hover a.th1_lnk {color: #ff8001;}
.re_header.view #tm li.th1:hover:before {content: '';position: absolute;left: 50%;top: 75px;width: 140px;height: 3px;background-color: #ff8001;transform: translateX(-50%)	}

.re_header .re_inner .all_menu {display: block;opacity: 0;background-color: #f9f9f9;position: fixed;left: 100%;right: 0;top: 0;bottom: 0;z-index: 10;-webkit-transition: opacity 0.4s cubic-bezier(.7, 0, .2, 1);-moz-transition: opacity 0.4s cubic-bezier(.7, 0, .2, 1);-ms-transition:opacity 0.4s cubic-bezier(.7, 0, .2, 1);-o-transition: opacity 0.4s cubic-bezier(.7, 0, .2, 1);transition: opacity 0.4s cubic-bezier(.7, 0, .2, 1);}
.re_header.m_open .re_inner .all_menu  {left: 0;opacity: 1;}
.re_header #m_gnb {width: 100%;max-width: 1460px;margin: auto;	padding: 0 30px}
.re_header #m_gnb .m_head {display: flex;justify-content: space-between;height: 90px;align-items: center;}
.re_header #m_gnb .m_head a ,.re_header #m_gnb .m_head img {display: block;}
.re_header #m_gnb .m_head img {width: 280px;}
.re_header #m_gnb .m_inner {display: flex;width: 100%;height: calc(100vh - 90px);max-width:1300px ;padding: 110px 0 100px;margin: auto;}
.re_header #m_gnb .m_inner .m_left {display: flex;flex-direction: column;justify-content: space-between;	width: 520px;padding-right: 70px;}
.re_header #m_gnb .m_inner .m_left .top>span {display: block;font-size: 35px;line-height: 1em;color: #000;font-weight: 600;	letter-spacing: -0.05em;}
.re_header #m_gnb .m_inner .m_left .top>span:last-child {font-size: 50px;margin-top: 10px;}
.re_header #m_gnb .m_inner .m_left .sns {margin-bottom: 25px;}
.re_header #m_gnb .m_inner .m_left .sns a{display: block;opacity: 0.6;}
.re_header #m_gnb .m_inner .m_left .sns a svg {display: block;width: 43px;height: 40px;}
.re_header #m_gnb .m_inner .m_left .sns a:hover {opacity: 1;}
.re_header #m_gnb .m_inner .m_left .gain {padding-bottom: 20px;margin-bottom: 25px;border-bottom: 1px solid #999;}
.re_header #m_gnb .m_inner .m_left .gain a{font-size: 17px;font-weight: 500;color: #ff8001;letter-spacing: -0.05em;}
.re_header #m_gnb .m_inner .m_left .copy>span {display: block;line-height: 1em;font-size: 14px;font-weight: 300;color: #000;}
.re_header #m_gnb .m_inner .m_left .copy>span:last-child {margin-top: 10px;}
.re_header #m_gnb .m_inner .m_right {width: calc(100% - 520px);}
.re_header #m_gnb .m_inner .m_right .dep1 {display: flex;margin-bottom: 70px;}
.re_header #m_gnb .m_inner .m_right .dep1:last-child {margin-bottom: 0;}
.re_header #m_gnb .m_inner .m_right .dep_name {width: 200px;font-size: 32px;color:#0C2340;font-weight: 600;line-height: 1em;}
.re_header #m_gnb .m_inner .m_right .dep2 {width: calc(100% - 200px);padding-top: 8px;display: flex;flex-wrap: wrap;}
.re_header #m_gnb .m_inner .m_right .dep2 li {position: relative;	margin-right: 60px;margin-bottom: 30px;}
.re_header #m_gnb .m_inner .m_right .dep2 li:last-child {margin-right: 0;}
.re_header #m_gnb .m_inner .m_right .dep2 li:after {content: '/';display: block;color: #999;position: absolute;right: -30px;top: 50%;transform: translateY(-50%);font-size: 16px;}
.re_header #m_gnb .m_inner .m_right .dep2 li:last-child:after {display: none;}
.re_header #m_gnb .m_inner .m_right .dep2 a {font-size: 18px;color: #1d1d1d;font-weight: 400;line-height: 1em;}

/* 
@media (max-width: 1461px) {
	.re_header {min-width: 1460px;}
} */

@media (max-width: 1460px) {
	.re_header .re_inner {padding-right: 130px;}
	.re_header #tm li.th1 a.th1_lnk {width: 180px;}
	.re_header.view #tm li.th1 a.th1_lnk {width: 200px;}
	.re_header #m_gnb .m_inner .m_left {width: 400px;}
	.re_header #m_gnb .m_inner .m_left .top>span {font-size: 30px;}
	.re_header #m_gnb .m_inner .m_left .top>span:last-child {font-size: 40px;}
	.re_header #m_gnb .m_inner .m_right {width: calc(100% - 400px);}
	.re_header #m_gnb .m_inner .m_right .dep_name {width: 140px;font-size: 25px;}
	.re_header #m_gnb .m_inner .m_right .dep1 {margin-bottom: 50px;}
	.re_header #m_gnb .m_inner .m_right .dep2 {width: calc(100% - 140px);padding-top: 5px;}
	.re_header #m_gnb .m_inner .m_right .dep2 li {margin-right: 45px;margin-bottom: 25px;}
	.re_header #m_gnb .m_inner .m_right .dep2 a {font-size: 16px;}

}

@media (max-width: 1250px) {
.re_header .logobox img {width: 200px;}
	
	.re_header #tm li.th1 a.th1_lnk {width: 150px;font-size: 16px;}
	.re_header.view #tm li.th1 a.th1_lnk {width: 150px;}
	.re_header #tm li ul.th2 a {font-size: 14px;}
	
}

@media(max-width: 1024px) {
    .re_header .re_inner {padding: 0 15px;}
	.re_header #logowrap {height: 60px;}
	.re_header #header_navi {display: none;}
	.re_header .lang {background-color: transparent;}
	.re_header .lang li.menu a {width:60px;height: 60px;}
	.re_header .lang a {font-size: 13px;}
	.re_header .lang li.menu a span.dot {width: 100%;height: 60px;margin-top: 0;margin-right: 0;}
	.re_header .lang  li.menu a.open i:nth-child(1) {left: 50%;top: 50%;margin-top: -3px;width: 24px;height: 2px;transform: translate(-50%, -50%);}
	.re_header .lang  li.menu a.open i:nth-child(2) {left: 50%;top: 50%;margin-top: 3px;width: 24px;height: 2px;transform: translate(-50%, -50%)}
	.re_header .lang  li.menu a.open i:nth-child(3) {display: none;}
	.re_header .lang  li.menu a.open i:nth-child(4) {display: none;}
	.re_header .lang  li.menu a.open:hover i:nth-child(1) {width: 26px;height: 2px;}
	.re_header .lang  li.menu a.open:hover i:nth-child(2) {width: 26px;height: 2px;}
	.re_header .lang li.menu a>span>span:last-child {display: none;}
	.re_header .lang li.lang_set {position: absolute;top: 0;left: -61px;height: 60px;display: flex;align-items: center;margin-bottom: 0;}
	.re_header .lang li.lang_set.last_set {left: -26px;}
	.re_header .lang li.menu a.close i {width: 20px;height: 2px;}
	.re_header .lang .lang_set a {opacity: 0.4;}
	.re_header .lang .lang_set a.active {position: relative;}
	.re_header .lang .lang_set a.active:before {content: '';position: absolute;left: 0;bottom:-2px;display: block;width: 100%;height: 1px;background-color: #FFF;}
	.re_header.fix  .lang a {color: #FF8001;font-weight: 700;}
	.re_header.fix .lang  li.menu a.open i ,.re_header.fix .lang li.lang_set.last_set:before{background-color: #ff8001;}

	.re_header .lang li.menu a.close i {background-color: #000;}
	.re_header #m_gnb {overflow: auto;height: 100vh;padding:0;}
	.re_header #m_gnb .m_head img {width: 200px;}
	.re_header #m_gnb .m_head {position: fixed;top: 0;left: 0;background-color: #FFF;width: 100%;height: 60px;padding: 0 15px;z-index: 1;}
	.re_header.m_open .lang li.lang_set {display: none;}
	.re_header .lang .mon_set a {color: #FFF;width: 50px;height: 50px;}
	.re_header .lang .top_set {right: 15px;bottom: 20px;}
	.re_header .lang .top_set a {width: 42px;height: 42px;border-color: #FF8001;}
	.re_header .lang .mon_set.fix {display: none;}
	.re_header #m_gnb .m_inner {height: auto;padding: 80px 15px 120px;flex-wrap: wrap;flex-direction: column-reverse;justify-content: start}
	.re_header #m_gnb .m_inner .m_left {width: 100%;padding-right: 0;}
	.re_header #m_gnb .m_inner .m_left .top {display: none;}
	.re_header #m_gnb .m_inner .m_left .bot {position: relative;display: flex;flex-wrap: wrap}
	.re_header #m_gnb .m_inner .m_left .sns {position: absolute;right: 0;top: -5px;margin-bottom: 0;}
	.re_header #m_gnb .m_inner .m_left .sns a svg {width: 30px;height: 28px;}
	.re_header #m_gnb .m_inner .m_left .sns a {opacity: 1;}
	.re_header #m_gnb .m_inner .m_left .gain {width: 100%;padding-bottom: 0;border-bottom: none}
	.re_header #m_gnb .m_inner .m_left .gain a {line-height: 1em;font-size: 14px;}
	.re_header #m_gnb .m_inner .m_left .copy {width: 100%;}
	.re_header #m_gnb .m_inner .m_left .copy>span {font-size: 13px;}
	.re_header #m_gnb .m_inner .m_right {width: 100%;}
	.re_header.m_open .lang .mon_set {right: 15px;bottom: 20px;}
	.re_header .lang .mon_set a span {font-size: 20px;}
	.re_header.m_open .lang .mon_set a:before {width: 50px;height: 50px;}
	.re_header .lang .mon_set a span.mon_name {right: 0;top: 120%;font-size: 12px;color: #FF8001;font-weight: 700;}
	.re_header #m_gnb .m_inner .m_right .dep1 {flex-wrap: wrap;border-bottom: 1px solid #0C2340;margin-bottom: 20px;}
	.re_header #m_gnb .m_inner .m_right .dep1:last-child {margin-bottom: 60px;}
	.re_header #m_gnb .m_inner .m_right .dep2 {overflow: hidden;height: 0;width: 100%;padding: 0;}
	.re_header #m_gnb .m_inner .m_right .dep2 li {overflow: hidden;width: 100%;margin-bottom: 25px;margin-right: 0;font-size: 0;}
	.re_header #m_gnb .m_inner .m_right .dep2 li:first-child {margin-top: 10px;}
	.re_header #m_gnb .m_inner .m_right .dep2 li:last-child {margin-bottom: 25px;}
	.re_header #m_gnb .m_inner .m_right .dep2 li:after {display: none;}
	.re_header #m_gnb .m_inner .m_right .dep2 a {font-size: 18px;font-weight: 500;}
	.re_header #m_gnb .m_inner .m_right .dep2 li a{display: block;padding:  2px 0;-webkit-transition: all 0.7s ;-moz-transition: all 0.7s ;-ms-transition:all 0.7s ;-o-transition: all  0.7s;transition: all 0.7s;transform: translateY(-20px)}
	.re_header #m_gnb .m_inner .m_right .dep_name {position: relative;width: 100%;padding: 20px 0;font-size: 22px;font-weight: 900;}
	.re_header #m_gnb .m_inner .m_right .dep_name:before {content: '';position: absolute;right: 0;top: 50%;display: block;width: 30px;height: 30px;background-color: #0C2340;transform: translateY(-50%);-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
	.re_header #m_gnb .m_inner .m_right .dep_name:after {content: '';position: absolute;right: 7px;top: 50%;margin-top: -4px;display: block;width: 16px;height: 9px;background: url('/images/sub/right_arrow.png') no-repeat;;-webkit-background-size: cover;background-size: cover;-webkit-transition: all 0.7s ;-moz-transition: all 0.7s ;-ms-transition:all 0.7s ;-o-transition: all  0.7s;transition: all 0.7s;}
	.re_header #m_gnb .m_inner .m_right .dep1.open .dep2{height: auto;}
	.re_header #m_gnb .m_inner .m_right .dep1.open .dep2 li a{transform: translateY(0)}
	.re_header #m_gnb .m_inner .m_right .dep1.open .dep_name:after {transform: rotate(-180deg)}

} 




#footer{border-right: 0;float: none;min-width: 0;padding:35px 0 60px;background-color: #FFF;height: auto;}
#footer .re_inner {max-width: 1460px;margin: auto;width: 100%;padding: 0 30px}
#footer .ft_top {display: flex;align-items: center;margin-bottom: 55px;justify-content: space-between;}
#footer .ft_top img {display: block;width: 240px;}
#footer .ft_top .ft_lk ul {display: flex;align-items: center;}
#footer .ft_top .ft_lk li {margin-right: 32px;}
#footer .ft_top .ft_lk li:last-child {margin-right: 0;}
#footer .ft_top .ft_lk a {position: relative;	display: block;font-size: 16px;color: #0C2340;line-height: 1em;font-weight: 500;}
#footer .ft_top .ft_lk a:after {content: '';display: block;width: 0;height: 1px;background-color: #0C2340;position: absolute;left: 0;bottom: -3px;-webkit-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);-moz-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);-ms-transition:all 0.4s cubic-bezier(.7, 0, .2, 1);-o-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);transition: all 0.4s cubic-bezier(.7, 0, .2, 1);}
#footer .ft_top .ft_lk a:hover:after  {width: 100%;}
#footer .ft_bot {display: flex;align-items: flex-end;justify-content: space-between;}
#footer .ft_bot p {display: flex;align-items: center;margin-bottom: 20px;}	
#footer .ft_bot p:last-child {margin-bottom: 0;}
#footer .ft_bot p i{display: block;margin-right: 24px;line-height: 1em;font-size: 15px;color: #0C2340;	}
#footer .ft_bot p i:last-child {margin-right: 0;}
#footer .ft_bot .copy {color: #999;line-height: 1em;font-size: 15px;font-weight: 300;}


@media(max-width: 1200px) {

	#footer .ft_bot {display: block;}
	#footer .ft_bot .copy {margin-top: 20px;}
} 

@media (max-width: 767px) {
	#footer {padding: 15px 0 30px;}
	#footer .re_inner {padding: 0 15px;}
	#footer .ft_top {display: flex;width: 100%;margin-bottom: 25px;flex-direction: column-reverse;flex-wrap: wrap;}
	#footer .ft_top .ft_lg {}
	#footer .ft_top img {width: 150px;}
	#footer .ft_top .ft_lk {margin-bottom: 15px;}
	#footer .ft_top .ft_lk li {margin-right: 20px;}
	#footer .ft_top .ft_lk a {font-size: 12px;}
	#footer .ft_bot p {justify-content: center;margin-bottom: 0;flex-wrap: wrap;}
	#footer .ft_bot p i {margin-right: 15px;font-size: 12px;margin-top: 12px;}
	#footer .ft_bot .copy {font-size: 12px;text-align: center;}
}



.email_modal {display: none;overflow-y: auto;overflow-x: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 10;background-color: rgba(0,0,0,0.6);font-family: 'Noto Sans KR','Nanum Gothic',sans-serif;}
.email_modal.open {display: block;}
.email_modal .modal_inner_table {position: absolute;left: 0;top: 0;width: 100%;height: 100%;text-align: center;display: table;}
.email_modal .modal_inner_cell {position: relative;display: table-cell;vertical-align: middle;}
.email_modal .modal_box {position: relative;width: 94%;max-width: 650px;margin: 25px auto;}
.email_modal .modal_close {position: absolute;right: -5px;top: -5px;display: block;width: 34px;height: 34px;text-indent: -99999px;}
.email_modal .modal_close:before {content: '';position: absolute;left: 50%;top: 50%;display: block;width:32px;height: 2px;transform: translate(-50%, -50%) rotate(-45deg);background-color: #FFF;}
.email_modal .modal_close:after {content: '';position: absolute;left: 50%;top: 50%;display: block;width: 32px;height: 2px;transform: translate(-50%, -50%) rotate(45deg);background-color: #FFF;}
.email_modal .modal_box h1 {font-size: 25px;font-weight: 800;color: #FFF;padding: 0 45px 25px;line-height: 1em;}
.email_modal .modal_scroll {padding: 30px;background-color: #FFF;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.email_modal .modal_scroll .modal_text {text-align: left;border: 1px solid #CCC;overflow-y: auto;overflow-x: hidden;height: 250px;padding: 25px;}
.email_modal .modal_scroll .modal_text p {font-size: 16px;font-weight: 500;color: #000;line-height: 1.6em;}
.email_modal .modal_scroll .modal_text p.day {margin-top: 35px;font-size: 18px;text-align: right;}

@media (max-width: 767px) {
	.email_modal .modal_box  {width: auto;margin: 40px 15px;max-width: 100%;}
	.email_modal .modal_box h1 {font-size: 19px;text-align: left;padding: 0;padding-bottom: 15px;padding-right: 40px;}
	.email_modal .modal_close:before {width: 28px;}
	.email_modal .modal_close:after {width: 28px;}
	.email_modal .modal_scroll  {padding: 15px;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}
	.email_modal .modal_scroll .modal_text {padding: 15px;height: 180px;}
	.email_modal .modal_scroll .modal_text p {font-size: 14px;}
	.email_modal .modal_scroll .modal_text p.day {margin-top: 25px;font-size: 15px;}
}