h2 { text-align: center; font-size:42px; margin-bottom:15px; overflow: auto;}
h3 { font-size: 32px;}
h4 { text-align: center; font-size:25px; }
strong{color:#e7882c;}
.highlight-line {  display: inline-block;  background-image: linear-gradient(to top, #e7882c 50%, transparent 50%);
background-size: 100% 0.8em; /*  β */ background-repeat: no-repeat;  background-position: 0 80%; /* Ʒ  %  */padding-bottom: 5px;}
.wrapper{padding: 40px 20px; text-align: center; box-sizing: border-box;}
.menu-divider {  border: none;  height: 2px;  width: 80px;  background-color: #313131;  margin: 30px auto; /* ߾    */}
.line-divider {  border: none;  height: 1px;  width: ;  background-color: #ccc;  margin: 20px 0; /* ߾    */}
.show {  opacity: 1;  transform: translateY(0);  transition: all 0.6s ease-out;}
.header-section {
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.header-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.header-content {
  position: relative;
  z-index: 1;
}
.breadcrumb {
  font-size: 14px;
  color: #EDEDED;
  margin-bottom: 5px;
}
.title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
.navi-tab {
  border-bottom: 1px solid #fff;
  background: #e7882c;	
}
.nav-tabs {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  margin: 0 auto;
  color: white;
  justify-content: center;
}
.nav-tab {
  position: relative;
  flex: 1;
  text-align: center;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.nav-tab:nth-child(1) {
  border-right: 0px solid #fff;
}
.nav-tab button {
  width: 100%;
  padding: 15px;
  font-size: 15px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between; 
  align-items: center;
  margin:0;	
}
.tab-title {
  flex-grow: 1;
  text-align: left;
}
.nav-tab .arrow {
  font-size: 12px;
  margin-left: 10px;
  transition: transform 0.3s;
}
.nav-tab .arrow {
  font-size: 12px;
  margin-left: 5px;
  transition: transform 0.3s;
}
.nav-tab.open .arrow {
  transform: rotate(180deg);
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  max-width: 1200px;
  margin: 0 auto;
}
.sub-menu a {
  display: block;
  padding: 15px;
  font-size: 15px;		
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  text-align: left;
}
.sub-menu a:hover {
  background: #f2f2f2;
  text-decoration: none;	
}
.sub-menu a.active {
  font-weight: bold;
  color: #000;
}
.nav-tab.open .sub-menu {
display: block;
}


@media screen and (min-width: 768px) {
.pc-only { display: inline; }
.mobile-only { display: none; }
}

@media screen and (max-width: 767px) {
.pc-only { display: none; }
.mobile-only { display: inline; } 
.wrapper {
  padding: 20px 15px !important;
}
h2 {text-align:center; font-size:25px; }	 
h3 {font-size:28px;}
h4 {text-align:center; font-size:20px; }	  
.title {
  font-size: 24px;
}
.nav-tabs {
  flex-direction: row; /* 기존 column ??row??? */
  flex-wrap: wrap;     /* 줄바?가?하?록 */
}
.nav-tab {
  flex: 1 1 49%;        /* ??줄에 2개씩 ?시 */
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.nav-tab button {
  font-size: 15px;
  padding: 12px;
}
	
}
