/*css 초기화설정*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body { overflow-x: hidden;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/******************************************************/

html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    position: relative;
    
    
}

section {
    position: relative;
    width: 100%;
    height: 100%;
    
    
}

section article {
    position:absolute;
    width: 1170px;
    height: 100%;
    margin: 0 auto;
}

/*header*/

header {}
header .menuwrapper {display: inline-block;}
header .menuwrapper nav { }
header .menuwrapper nav {}
header .menuwrapper nav ul {}
header .menuwrapper nav ul li {float: left;}
header .menuwrapper nav ul li a {/*display: block;*/ color: red; text-decoration: none;  }
header .menuwrapper nav ul li a:hover {color: black;}
/*section01*/
#page1 {
    background-color: #927e74;
}
#page1 .mainwrapper {
    position: relative;
    
}
#page1 .mainwrapper .main {
    position: absolute;
    width: 100%;
    height: 100%;
    
}  
#page1 .mainwrapper .main .guitar {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -200px;
}
#page1 .mainwrapper .main .word {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 200px;
}
#page1 .mainwrapper .main h1 {
    color:#e4dddb;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 218px;
}
#page1 .mainwrapper .main h1 .brown {
    color: #241c18;
}
/*section02*/
#page2 {
    background-color: #f2f0ef;
}
#page2 .imgslider {
    position: relative;
}
#page2 .imgslider .sliderwrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

/*section02-slider*/
.slider {
  margin: 0 auto;
  max-width: 1000px;
}

.slide_viewer {
  height: 500px;
  overflow: hidden;
  position: relative;
    
}

.slide_group {
  position: absolute;
  top: 50%;
  height: 100%;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}


.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

slide_btn.active, .slide_btn {
  color: #e4dddb;
  font-size: 42px;
  margin: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #826b60;
  cursor: pointer;
}

.directional_nav {
  height: 340px;
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
  top: -340px;
}

.previous_btn {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
}






img,
video {
  max-width: 100%;
  height: auto;
}
.audio_player {
  position: relative;
  width: 100%;
  height: 0;
  text-align: center;
  padding-bottom: 100%;
  background-color: #7726e4;
}




.audio_player.is_playing .audio_player_cover {
  opacity: 0;
}

.audio_player.is_playing .audio_player_control_icon:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.audio_player.is_playing .audio_player_control_icon:after {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.audio_player_cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.3;
  transition: opacity 0.3;
}
.audio_player_title {
  position: absolute;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  left: 10px;
  right: 10px;
  bottom: 0;
  top: 50%;
  padding-top: 50px;

 

}
.audio_player_control {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  border: none;
  background: none;
  cursor: pointer;
}

.audio_player_control_icon {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 3px solid #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;  
}
.audio_player_control_icon::after,
.audio_player_control_icon::before {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.audio_player_control_icon::after {
  left: 5px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 20px solid #fff;

}
.audio_player_control_icon::before {
  width: 15px;
  height: 30px;
  border-right: 6px solid #fff;
  border-left: 6px solid #fff;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.audio_players {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.audio_players li {
  display: inline-block;
  vertical-align: top;
  max-width: 300px;
  margin: 20px;
}


/*section03*/
#page3 {
    background-color: #f8f8f8;
}

footer {
    background-color:#808080; height:10px;
}
footer > div {width:1170px; margin: 0 auto; text-align: center; }
