@charset "utf-8";
.usa_title02 {
  position: relative;
  color: #007abc;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "Play", "SCDream";
  line-height: 1;
  margin-top: 0.5rem;
  padding-left: 1.2rem;
}
.usa_title02::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 0.3rem;
  left: 0;
  border-radius: 50%;
  border: 3px solid #007abc;
}
.usa_title03:before {
  content: "";
  width: 5px;
  height: 14px;
  background: #0072bc;
  position: absolute;
  top: 2px;
  left: 0;
}
.usa_title03 {
	font-size: 1.5rem;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.1rem;
	position: relative;
	padding-left: 12px;
	margin-bottom: 1rem;
}
.usa_title03:after {
  content: "";
  width: 5px;
  height: 14px;
  background: #41a0f3;
  position: absolute;
  top: 11px;
  left: 0;
}
.shadow_s {
  box-shadow: 10px 10px 25px rgb(0 0 0 / 12%);
}
.shadow_ss {
  box-shadow: 12px 12px 25px rgb(0 0 0 / 8%);
}

.location_all {
  border-bottom: 1px solid #e9e9e9;
}
.location_map {
  width: 100%;
  text-align: left;
  z-index: 2;
  color: #000;
}

.location {
  position: relative;
  height: 60px;
  line-height: 60px;
  color: #000;
  transition: height 0.2s ease;
  background: #fff;
  width: 100%;
  margin: 0 auto;
}

.location .home {
  width: 74px;
  height: 100%;
  padding: 0;
  text-align: center;
  border: none;
  border-left: 1px solid #e9e9e9;
  margin:0;
}

.location > p {
  float: left;
  position: relative;
  padding-left: 15px;
  width: 155px;
}

.location span {
  font-size: 15px;
}

.location .home a {
  vertical-align: middle !important;
  line-height:60px;
  height:60px;
  display:flex;
  align-items: center !important;
  justify-content: center !important;
}
.location .home img {
  display:block;
}

.location .group {
  position: relative;
  float: left;
  width: 330px;
  border-right: 1px solid #e9e9e9;
}
.location .group.fir {
  font-family: "Play", "SCDream", "Noto Sans KR";
  font-weight: 500;
  letter-spacing: -0.02em;
  border-left: 1px solid #e9e9e9;
  width: 280px;
}

.location .group p {
  margin: 0;
  font-weight: 500;
}

.location .group p a {
  display: block;
  padding-left: 25px;
  padding-right: 40px;
  text-align: left;
  color: #222;
  background: url("../images/common/menu_icon02.png") no-repeat 90% 50%;
}

.location .group ul a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.location .group ul {
  display: none;
  position: absolute;
  left: -1px;
  top: 60px;
  width: 330px;
  background-color: #fff;
  z-index: 200;
  overflow: hidden;
  border-top: 1px solid #e9e9e9;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.05);
  /*x, y, blur양, 스프레드, rgba*/
}
.location .group.fir ul {
  width: 280px;
}

.location .group ul span {
  display: block;
  position: relative;
  z-index: 1;
  text-align: left;
}

.location .group ul li a {
  display: block;
  position: relative;
  padding-left: 15px;
  line-height: 40px;
  background: url("../images/sub/menu_icon.gif") no-repeat 90% 50%;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.location .group ul li:last-child a {
  border-bottom: 1px solid #d6d6d6;
}

.location .group ul a:before {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 0px;
  content: "";
  background: url("../images/sub/menu_icon.gif") no-repeat 90% 50%;
}

.location .group ul .on a {
  color: #000;
  font-weight: 500;
}

.location .group ul .on a:before {
  height: 100%;
  background-color: #eaeaea;
}

.sub_padd {
  padding-top: 50px;
  padding-bottom: 100px;
}

#sub_body {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.055rem;
}

#sub_body h2.sub_h2 {
  position: relative;
}

#sub_body h2.sub_h2 span {
    color: #000;
    line-height: 1;
    letter-spacing: -0.12rem;
    font-weight: 600;
    z-index: 1;
    display: inline-block;
    font-size: 1.6rem;
    vertical-align: bottom;
}

.sub_w {
	background: #fff;
    border-radius: 20px;
	min-height:400px;
}
@media (min-width: 2000px) {
	#sub_visual_box {
	  background-size:cover !important;
	}
}
/* 탭메뉴 */
.sub_tab {
    margin-bottom: 50px;
}

.sub_tab > ul {
    display: table;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.sub_tab > ul > li {
    float: left;
    text-align: center;
    display: table;
    font-size: 1.0em;
}
.sub_tab > ul > li > div {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
}

.sub_tab > ul > li:first-child > div {
    border-left: 1px solid #ececec;
}

.sub_tab > ul > li > div > a {
    display: block;
    line-height: 110%;
    color: #4e4e4e;
	font-size: 1.03rem;
}

.sub_tab ul li.on div,
.sub_tab ul li:hover div {
    background: #f0f0f0;
    width: 100%;
}

.sub_tab > ul > li.on > div > a,
.sub_tab > ul > li:hover > div > a {
    color: #000;
    font-weight: 400;
}

.sub_tab > ul > li.on > div,
.sub_tab > ul > li:hover > div {
    color: #282828;
    font-weight: 600;
    background-color: #fff;
    border-top: 3px solid #0072bc;
    border-bottom: 0;
}
.sub_tab_01 > ul {
  display: table;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.sub_tab_01 > ul > li {
  float: left;
  background: #595c6c url("../images/sub/smenu_bg01.jpg") no-repeat left 100%;
  text-align: center;
  display: table;
}


.tab_w {
  margin-top: -50px;
}

.tab_w .nav-tabs {
  border: 0px solid #e4e4e4;
  background: #fff;
}

.tab_w .nav-tabs > li > a {
  color: #666666;
  transition: all 0.3s ease 0s, color 0.2s ease 0.2s;
  padding: 22px 9px;
  text-align: center;
  /*z-index: 9997;*/
  font-size: 1.1em;
}

.tab_w .nav-tabs > li {
  float: left;
  border-left: 0px solid #e4e4e4;
  background: url("../images/common/tab_line.gif") no-repeat 100% center;
}

.tab_w .nav-tabs > li:last-child a {
  background: none;
}

.tab_w .nav-tabs > li.on a {
  color: #000;
}

.tab_w .nav-tabs > li.on a::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  margin-left: 0px;
  width: 100%;
  height: 2px;
  background: #000;
  content: "";
}

.tab2 ul > li {
  width: 50%;
}

.tab3 ul li {
  width: 33.33333%;
}

.tab4 ul li {
  width: 25%;
}

.tab5 ul li {
  width: 20% !important;
}

.tab6 ul li {
  width: 16.6666666% !important;
}

.tab_w .nav > li > a:hover,
.nav > li > a:focus {
}

/* 서브메뉴 */
/*------------------------------------
sub-menu
------------------------------------*/
.menu_sub .nav-tabs {
	margin-top:1.5em;
	margin-bottom:-0.06em;
	position:relative;
	border-bottom: 0;
	font-size:1.05rem;
	font-weight:500;
    letter-spacing: -0.08rem;
}
.menu_sub .nav-tabs .nav-item{
	margin-top:1px;
}
.menu_sub .nav-tabs .nav-link{
	text-align:center;
	padding: 0.9rem 0.2rem;
	border-radius: 15px 15px 0 0;
	border: 1px solid #ececec;
	margin:0px 1px 0 0;
	height:100%;
	width:11rem;
}
.menu_sub .nav-tabs .nav-link.active,
.menu_sub .nav-tabs .nav-item.show .nav-link {
	color: #fff;
	background: #4c4c4c !important;
	border: 0;
	font-weight:600;
}

.menu_sub .nav-tabs ul.nav-subtabs{
	position:absolute;
	left:-1em;
	top:4.2em;
}

.menu_sub .nav-subtabs .nav-sublink{
	text-align:center;
	padding: 1em 1em;
	border-radius: 0rem;
	position:relative;
}
.menu_sub .nav-subtabs .nav-sublink::before{
	content:'';
	position:absolute;
	left:0;
	top:40%;
	background:#ddd;
	width:1px;
	height:15px;
}

.menu_sub .nav-subtabs li:first-child .nav-sublink::before{
	content:'';
	position:absolute;
	left:0;
	top:40%;
	background:#ddd;
	width:0px;
	height:15px;
}

.menu_sub .nav-subtabs .active{
	font-weight:600;
	color:#111;
}


/* 탭메뉴 */
/*------------------------------------
 nav-tabs
------------------------------------*/
.tab_sub .nav-tabs {
	margin-top:1.5em;
	margin-bottom:-0.06em;
	position:relative;
	border-bottom: 0;
	font-size:1.05rem;
	font-weight:500;
    letter-spacing: -0.08rem;
}
.tab_sub .nav-tabs .nav-item{
	margin-top:1px;
}
.tab_sub .nav-tabs .nav-link{
	text-align:center;
	padding: 0.9rem 0.2rem;
	border-radius: 15px 15px 0 0;
	border: 1px solid #ececec;
	margin:0px 1px 0 0;
	height:100%;
	width:11rem;
}
.tab_sub .nav-tabs .nav-link.active,
.tab_sub .nav-tabs .nav-item.show .nav-link {
	color: #fff;
	background: #4c4c4c !important;
	border: 0;
	font-weight:600;
}
.tab_sub .nav-tabs ul.nav-subtabs{
	position:absolute;
	left:-1em;
	top:4.2em;
}
.tab_sub .nav-subtabs .nav-sublink{
	text-align:center;
	padding: 1em 1em;
	border-radius: 0rem;
	position:relative;
}
.tab_sub .nav-subtabs .nav-sublink::before{
	content:'';
	position:absolute;
	left:0;
	top:40%;
	background:#ddd;
	width:1px;
	height:15px;
}
.tab_sub .nav-subtabs li:first-child .nav-sublink::before{
	content:'';
	position:absolute;
	left:0;
	top:40%;
	background:#ddd;
	width:0px;
	height:15px;
}
.tab_sub .nav-subtabs .active{
	font-weight:600;
	color:#111;
}
/*------------------------------------
 tab_sub_st02
------------------------------------*/
.tab_sub_st02 .nav {
    display: flex;
	justify-content: center !important;
}
.tab_sub_st02 .nav-link {
    padding: 0.5rem 2.5rem;
	text-align:center;
	font-size:1.02rem;
}
.tab_sub_st02 .nav-tabs .nav-link {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.tab_sub_st02 .nav-tabs .nav-link.active, .tab_sub_st02 .nav-tabs .nav-item.show .nav-link {
    color: #000;
	font-weight:600;
}
.tab_sub_st02 .nav-tabs .nav-link.active, .tab_sub_st02 .nav-tabs .nav-item.show .nav-link {
    background-color: #fff;
    border-color: #000 #000 #fff;
}
.tab_sub_st02 .nav-tabs {
    border-bottom: 1px solid #ececec;
}
/* 게시판 디자인 */
.div_con {
  font-size: 0.95rem;
}
.div_con ul li {
  background: url(../images/common/icon_05.gif) no-repeat 0px 12px;
  padding: 7px 0 7px 12px;
  line-height: 110%;
  letter-spacing: -0.02em;
}











@charset "utf-8";
@media screen {
	#skipToContent,
	.reader { position: absolute; left: -1000%; top: 0px; width: 1px; heght: 1px; font-size: 0px; line-height: 0px; overflow: hidden; }
	legend,
	caption { display: none; }
}

/*-----------------------------
	btn
----------------------------- */ 
.btn.btn-login,
.btn.btn-naver{
	padding:1.1rem 0;
	font-size:1.25rem;
	font-weight:500;
	margin:0;
	color:#fff;
}
.btn.btn-login:hover,
.btn.btn-naver:hover{
	box-shadow:5px 12px 15px -10px rgba(0, 0, 0, 0.1);
}
.btn-naver:focus, .btn-naver.focus {
    box-shadow: 0 0 0 3px rgba(45, 180, 0, 0.25);
}
.btn-naver span::before{
	content:'';
	display:inline-block;
	width:1.1rem;
	height:1.1rem;
	background:url('../images/naver-logo.png') no-repeat 50% 0/ contain;
	vertical-align:middle;
	margin:0 8px 3px 0;
}
.btn-naver span{
	color: #2db400;
}
.btn-naver:hover{
	color:#fff;
	border-color:#2db400;
	background-color: #2db400;
}
.btn-naver:hover span{
	color: #fff;
}
.btn-naver:hover span::before{
	background:url('../images/naver-logo02.png') no-repeat 50% 0/ contain;
}

