@charset "UTF-8";

iframe {
	border: none;
}

html {
	background-color: #515151;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
}

body {
  background-color: #515151;
  font: 1.25em/1.5;
  color: #555;
  margin: 0;
  min-height: 1050px;
  min-width: 980px;
  position: relative;
}

h1 {
  font: 4em/1;
  color: #272423;
  text-align: center;
  text-shadow: 1px 2px 0 #f9f9f7, 3px 6px 0 #e7e6e2;
  letter-spacing: .09em;
  margin: 0 0 24px;
}

h1 > span {
  display: block;
  font-size: .375em;
  margin: 0 0 25px;
  text-shadow: none;
}

h1 > .amp {
  background: url(../img/2.png) no-repeat top;
  height: 59px;
  text-indent: -9999px;
}

h1 > .demark::before {
  content: "• ";
  font-size: .66em;
  vertical-align: 3px;
}

h1 > .demark::after {
  content: " •";
  font-size: .66em;
  vertical-align: 3px;
}

h1 > span > span {
  position: absolute;
  left: -9999px;
}

h1 + h2 {
  color: #9c8d6c;
  font: 1.1em/1.273 "Nanum Pen Script", nps;
  text-align: center;
}

h2 {
  font: 1.3125em/1.7142 "Nanum Pen Script", nps;
  color: #272423;
  margin: 0 0 15px;
}

h3 {
  font: 1.8em/1 "Nanum Pen Script", nps;
  color: #272423;
  margin: 0 0 24px;
}

p {
  margin: 0 0 24px;
}

p.intro {
  font-size: 1.1em;
  line-height: 1.273;
  color: #9c8d6c;
  margin: 0 0 48px;
}

p.intro em {
  font-style: normal;
}

p.further {
  margin: 0;
}

p.meta {
  font: 0.7em/1.571;
  width: 135px;
  margin: 0 0 32px;
  text-align: center;
  padding: 0 0 14px;
  background: url(../img/3.png) no-repeat bottom;
}

p.meta img {
  display: block;
  margin: 0 auto 6px;
}

p.tel, p.email {
  font: 1.5em/1.19;
  color: #272423;
  margin: 0 0 12px;
}

address {
  font-style: normal;
  margin: 0 0 24px;
}

ul, ol {
  margin: 0 0 24px 20px;
  padding: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 24px;
}

th {
  vertical-align: bottom;
  text-align: left;
  padding: 0 20px 5px 0;
  border-bottom: 3px solid #dcdcd5;
  white-space: nowrap;
  font-weight: normal;
}

td {
  vertical-align: top;
  padding: 5px 20px 5px 0;
  border-bottom: 1px solid #dcdcd5;
}

abbr {
  border: 0;
  cursor: help;
}

cite {
  font-style: normal;
}

time {
  color: #888;
}

code {
  font: 12px/16px;
}

pre > code {
  display: block;
  background: #1b293d url(../img/4.png) repeat-y 0 0;
  padding: 22px 10px;
  color: #a4adb9;
  counter-reset: code;
  white-space: pre-wrap;
  #word-wrap: break-word;
  /* :hack: IE7 doesn’t understand pre-wrap */
}

code > span {
  display: block;
  padding-left: 40px;
  background: url(../img/4.png) repeat-y -510px 0;
  #background: none;
  /* :hack: IE7 doesn’t do line numbers so don’t show ‘…’ */
}

code > span::before {
  float: left;
  margin-left: -40px;
  width: 17px;
  text-align: right;
  background: #243248;
  color: #708098;
  text-shadow: 0 -1px 0 #0e141d;
  content: counter(code);
  counter-increment: code;
}

a {
  color: #0d96cd;
  cursor: pointer;
  text-decoration: none;
  -moz-transition: 0.3s color;
  -webkit-transition: 0.3s color;
  -ms-transition: 0.3s color;
  -o-transition: 0.3s color;
}

a:focus, a:hover {
  color: #0f698d;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.more > a {
  font-style: normal;
  font-family: "Nanum Pen Script", nps;
  display: inline-block;
  background: url(../img/-.png) no-repeat left;
  padding-left: 10px;
  text-shadow: 0.04em 0.03em 0.04em white
}

article {
  clear: both;
  display: block;
  zoom: 1;
}

article:after {
  content: "";
  clear: both;
  display: block;
}

section {
  display: block;
}

form {
  margin: 0 0 50px;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

fieldset > div {
  margin: 0 0 34px;
}

fieldset > div:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}

fieldset > .row_leader {
  clear: left;
}

.additional_fields {
  position: absolute;
  left: -9999px;
}

fieldset > .buttons {
  margin-top: -12px;
  clear: left;
}

fieldset > .buttons > p {
  margin: 18px 0 0;
}

label, .label {
  font: 0.75em/1.25;
  display: block;
  margin: 0 0 8px;
}

label > span {
  color: #9c8d6c;
  font: 1.17em/1;
  margin-left: 5px;
}

input.text, textarea {
  color: #555;
  font: 1em/1.1;
  background: #fff;
  padding: 10px;
  width: 450px;
  border: 1px solid #d6d6cb;
  border-radius: 3px;
}

textarea {
  height: 203px;
}

.full_width > textarea {
  width: 940px;
}

input[type=radio], input[type=checkbox] {
  margin: 0 5px 0 0;
}

input[type=submit], button.submit {
  font: 1.125em/1;
  color: #fff;
  text-shadow: 0 1px 2px rgba(60, 60, 60, 0.75);
  border: 0;
  background: #0d96cd url(../img/7.png) repeat-x bottom;
  border-radius: 4px;
  padding: 10px 31px 7px;
  box-shadow: 1px 1px 0 0 rgba(201, 201, 191, 0.75);
  margin: 0 20px 0 0;
}

label.error {
  color: #ce5700;
  float: right;
  margin: -23px 18px 0 0;
}

input.text.error, textarea.error {
  background-image: url(../img/8.png);
  border-color: #d87933;
  box-shadow: none;
}

/* layout */
#container {
  background-color: #fbfaf9;
  width: 980px;
  margin: 0 auto;
}

#header {
	padding: 0px 0 0;
	margin: 0 0 8px;
	display: block;
	background-image: url('');
	background-repeat: no-repeat;
	background-position: top;
}

#logo {
	height: 126px;
	padding: 0 0 4px;
	border-bottom: 3px solid #dcdcd5;
	background-color: #515151;
}

#logo > a {
	position: absolute;
	margin-left: 397px;
	z-index: 2;
	width: 186px;
	top: 36px;
	text-align: center;
	font: 2.6em/1 "Nanum Pen Script", nps;
	color: #e3e3e3;
}

#logo a:focus, #logo a:hover {
  color: #0d96cd;
}

#logo > a > img {
  width: 100%;
}

#logo > p {
  position: relative;
  color: #9c8d6c;
  letter-spacing: .07em;
  margin: 0;
}

#logo > p > b {
	position: absolute;
	top: 30px;
	right: 0;
	padding: 34px 0 0;
	height: 56px;
	width: 326px;
/*border: dashed #dcdcd5;
	border-width: 0 0 0 1px;*/
	text-align: center;
	font: 1.5em/1 "Nanum Pen Script", nps;
}

#logo > p > b:first-child {
  right: auto;
  left: 0;
  border-width: 0 1px 0 0;
  width: 327px;
}

#logo > p > span {
  position: absolute;
  left: -9999px;
}

#logo_animation {
  position: absolute;
  top: -3px;
  height: 145px;
  left: 50%;
  margin: 0 0 0 -59px;
  z-index: 1;
}

.nav {
	letter-spacing: .05em;
	color: #f8f8f6;
	margin: 0 0px;
	display: block;
	position: relative;
	text-align: center;
	font: 1.3em/1 "Nanum Pen Script", nps;
}

.nav > ul {
  margin: 0;
  padding: 0 0 0px;
  list-style: none;
  zoom: 1;
}

.nav > ul:after {
  content: "";
  clear: both;
  display: block;
}

.nav li {
  float: left;
}

.nav a {
	color: #272423;
	display: block;
	padding: 14px 0 0;
	height: 48px;
	width: 163px;
	background: url(../img/selected_nav.png) no-repeat 0 100%;
}

.nav a:focus, .nav a:hover {
  color: #0d96cd;
}

#nav_home a {
  background-position: -1px 100%;
}

#section_dalbit #nav_home > a, #section_courses #nav_courses > a, #section_qna #nav_qna > a, #section_videoclips #nav_videoclips > a, #section_info #nav_info > a, #section_boards #nav_boards > a {
  background-position: -164px 100%;
  color: #9c8d6c;
}

/* line 113, ../../app/assets/stylesheets/core.css.scss.erb */
#section_dalbit #nav_home > a {
  background-position: -165px 100%;
}

#nav_courses > ul > b {
	position: static;
	left: -9999px;
}

.sub-nav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid #dcdcd5;
  text-align: center;
  font-size: 1.125em;
  letter-spacing: 0;
  margin: 0;
  padding: 9px 0 19px;
  color: #a69675;
  list-style: none;
}

.sub-nav > li {
	float: none;
	display: inline;
	border-left: 0px solid #dcdcd5;
	margin: 0 0 0 25px;
	padding: 0 0 0px;
}

.sub-nav > li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

.sub-nav a {
  display: inline;
  color: #555;
  background: none;
}

.sub-nav a:focus, .sub-nav a:hover {
  color: #0d96cd;
}

#section_courses .nav, #section_videoclips .nav, #section_boards .nav {
  padding-bottom: 62px;
}

#section_courses #nav_courses > .sub-nav, #section_videoclips #nav_videoclips > .sub-nav, #section_boards #nav_boards > .sub-nav {
  display: block;
}

#mobile_nav {
  background: rgba(156, 141, 93, 0.12) url(../img/mobile_menu.png) no-repeat center;
  text-indent: -9999px;
  display: none;
  border: none;
  position: absolute;
  padding: 5px;
}

#active_page {
  display: none;
}

#content {
  zoom: 1;
}

#content:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

#content_main {
  margin: 0 64px 91px 0;
  float: left;
  width: 680px;
}

#content_sub {
  margin: 0 0 91px;
  float: left;
  border-left: 1px dashed #dcdcd5;
  padding: 0 0 0 22px;
  width: 213px;
}

#footer {
  height: 325px;
  margin: 0px 0 0;
  padding: 47px 0 0;
  /*color: #f8f8f6;*/
  display: block;
  background-color: #515151;
  font-size: 1.2em;
}

#footer p {
  font-size: .8em;
}

#footer a:focus, #footer a:hover {
  *color: #24befc;*
}

#address, #contact, #footer_nav {
  display: block;
  text-align: center;
  font: 0.75em/1.17 ;
  color: #9c8d6c;
  width: 980px;
  position: absolute;
  bottom: 40px;
  clear: both;
  font-family: "Nanum Pen Script", nps;

}

#address {
  padding-bottom: 50px;
}

#contact {
  padding-bottom: 25px;
}

#footer_nav {
  padding-bottom: 0px;
}

#address > ul, #contact > ul, #footer_nav > ul, #address address {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.1em;
}

#address li, #contact li, #footer_nav li {
  display: inline;
  border-left: 0px solid #48423c;
  margin: 0 0 0 4px;
  padding: 0 0 0 6px;
}

#address li:first-child, #contact li:first-child, #footer_nav li:first-child {
  border-left: 0;
  margin: 0;
  padding: 0;
}

#address a, #contact a, #footer_nav a {
  color: #9c8d6c;
}

#address a:focus, #address a:hover, #contact a:focus, #contact a:hover, #footer_nav a:focus, #footer_nav a:hover {
  color: #d3b97f;
}

#address address {
  display: inline;
}

a#to_top {
  background: url(../img/backtotop.png) no-repeat 50% 0;
  display: inline-block;
  padding-top: 40px;
  position: relative;
  top: -49px;
  text-decoration: none;
  -moz-transition: 0.3s color;
  -webkit-transition: 0.3s color;
  -ms-transition: 0.3s color;
  -o-transition: 0.3s color;
}

/* section styles */
#content > hgroup {
  margin: 0 0 57px;
  padding: 0 0 45px;
  background: url() no-repeat bottom;
  display: block;
}

#intro {
  margin: 0 70px 80px;
  text-align: center;
}

#intro > p {
  margin: 0 0 28px;
}

.col {
  width: 470px;
  float: left;
  margin: 0 0 42px;
}

.col + .col, .col + .col + .col + .col {
  margin-left: 40px;
  clear: none;
}

.col + .col + .col {
  clear: left;
  margin-left: 0;
}

article > h2:first-child, article > hgroup > h3 {
  padding: 20px 23px;
  font: 1.25em/1 "Nanum Pen Script", nps;
  margin: 0 0 0px;
  background: no-repeat left;
}

article > hgroup > h3 + h2 {
  font-size: 1.8em;
  line-height: 1.33;
  margin: 0 0 48px;
}

/* main page */
#gate {
  background-color: #fbfaf9;
  background-image: url('../img/a_guitar_bg.jpg');
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 84px 0;
  height: 640px;
  text-align: center;
  font-family: "Nanum Pen Script", nps;
  border-bottom: solid #dcdcd5;
  margin: 0 0 0px;
}

#gate > section {
  width: 100%;
  height: 108%;
  margin-left: 0px;
  padding-left: 0px;
}

#gate > section:first-child {
  border: 0;
  margin-left: 0;
  padding: 0;
}

#gate > section > p {
  border: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: .09em;
  margin: 0 0 24px;
  position:relative;
  font-size: 1em;
  text-align: right;
  right: 10px;
}
#gate > section > h2 {
  border: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: .09em;
  margin: 0 0 24px;
  position:relative;
  font-size: 1.5em;
  text-align: right;
  right: 10px;
}

#gate > section > h3 > a{
  border: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: .09em;
  position:relative;
  font-size: 1.2em;
  text-align: right;
}

#main {
  background-image: url('../img/a_guitar_bg.jpg');
	background-size: 350px;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 0;
  height: 510px;
  text-align: center;
  font-family: "Nanum Pen Script", nps;
  border-bottom: solid #dcdcd5;
}

#main > section {
  width: 100%;
  height: 76%;
  margin-left: 0px;
  padding-left: 0px;
  text-align: bottom;
}

#main > section:first-child {
  border: 0;
  margin-left: 0;
  padding: 0;
}

#main > section > h2 {
  border: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: .09em;
  margin: 70px 0 0px;
  position:relative;
  font-size: 1.5em;
  text-align: right;
  right: 10px;
}

#main > section > p {
  border: 0;
  padding: 0;
  line-height: 1;
  margin: 0px 0 24px;
  position:relative;
  font-size: 1.7em;
  text-align: right;
  right: 10px;
}

/*main video page*/

#mvideo {
  border-bottom: 3px solid #dcdcd5;
  margin-bottom: 15px;
}

#mvideo li {border:2px solid black;}

#mvideo > h2 {
	background-image: url(../img/arrow.png);
	margin: -5px 5px -5px;
}

#mvideo > h2 > a {color:black}
#mvideo > h2 > a:hover {color:#0d96cd}

#mvideo .more {
	font-size: 1.25em;
	text-align: right;
	margin: 0 0 15px;
	padding: 0 20px 0;
}

.vsource {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  /*background: url(../img/blank_white2.png) repeat 0 21px;*/
}

.vsource:after {
  content: "";
  clear: both;
  display: block;
}

.vsource > li {
	width: 640px;
	height: 360px;
	position: relative;
	margin: auto;
}

.vsource > .row_leader {
  margin-left: 0;
  clear: left;
}

.vsource > .col_leader {
  margin-top: 0;
}

.vsource img {
  display: block;
  width: 225px;
  height: 140px;
}

#vsource > p {
	font-size: 1.2em;
	text-align: right;
	margin: 0 0 15px;
}

/*main boards page*/

#mboards {
  padding: 0px 0 8px;
  text-align: left;
  font-size: 1em;
  border-bottom: solid #dcdcd5;
  border-width: 3px 0;
  margin: 0 0 0px;
  zoom: 1;
}

#mboards:after {
  content: "";
  clear: both;
  display: block;
}

#mboards > section {
  float: left;
  width: 300px;
  height: 160px;
  margin-left: 19px;
  padding-left: 5px;
  border-left: 1px dashed #dcdcd5;
}

#mboards > section:first-child {
  border: 0;
  margin-left: 5px;
  padding: 0;
}

#mboards > section > h1 {
  font: 1.08em/1 "Nanum Pen Script", nps;
	text-align: left;
  padding: 0 0 0px;
  margin: 0 0 20px;
  letter-spacing: .09em;
	text-shadow:none;;
  text-indent: 4px;
}

#mboards > section > h2 {
  background: url(../img/arrow.png) no-repeat left;
  font: 1.4em/1 "Nanum Pen Script", nps;
  padding: 0 0 0px;
  margin: 0 0px 20px;
  letter-spacing: .09em;
}

#mboards > section > h2 > span {
	margin: 0 23px 0;
	padding: 0 0 0;
	display: block;
	font: 0.9em/1 "Nanum Pen Script", nps;
}

#mboards > section > h2 > span > a {color:black}
#mboards > section > h2 > span > a:hover {color:#0d96cd}

#mboards p {
  margin: 0 0 10px;
  font-family: "Nanum Pen Script", nps;
  text-align: center;
  font-size: 1.2em;
}

#mboards .more {
	font-size: 1.25em;
	text-align: right;
	margin: 0 0px 5px;
}

#outlogin {
  border-bottom: solid #dcdcd5;
	width: 100%;
  height: 100%;
  padding: 0 0 0;
  margin: 0 0 0px;
  background: url() no-repeat top;
  text-align: right;
}

#outlogin > ul > il > a {
	font-family: "Nanum Pen Script", nps;
	font-size: 1.0em;
}

#goresponsive {
  border-bottom: solid #dcdcd5;
  height: 500px;
  padding: 100px 0 0;
  margin: 0 0 0px;
  background: url() no-repeat top;
  text-align: center;
}

#goresponsive h1 > span {
  margin: 0 0 15px;
  font: 22px "Nanum Pen Script", nps;
  text-shadow: 0.09em 0.04em 0.01em white;
}

#course_a {
  border-bottom: solid #dcdcd5;
  height: 1100px;
  padding: 0px 0 0;
  margin: 0 0 0px;
  text-align: left;
}

#course_a h1 {
  margin: 0 35px 45px;
	width: 94%;
  font: 1.4em "Nanum Pen Script", nps;
	line-height: 1.5;
	text-shadow: none;
	color: #272423;
  text-align: left;
}

#course_a h1 > span {
  margin: 20px 0px 110px;
  font: 1.0em "Nanum Pen Script", nps;
	line-height: 1.5;
	color: #272423;
  text-align: left;
}

#course_a h2 {
  margin: 40px 25px 15px;
  font: 1.6em "Nanum Pen Script", nps;
	color: #272423;
  text-align: left;
}

#course_a h3 {
  margin: 30px 25px 30px;
  font: 2em "Nanum Pen Script", nps;
	color: #272423;
  text-align: left;
}

#course_a h3 > a {
	color: #272423;
}

#map {
  border-bottom: solid #dcdcd5;
  height: 1000px;
	width: 100%;
  padding: 50px 0 0;
  margin: 0 0 0px;
  text-align: left;
	background-color: #fbfaf9;
}

#map h1 {
  margin: 0 35px -10px;
	width: 100%;
  font: 1.4em "Nanum Pen Script", nps;
	text-shadow: none;
	color: #272423;
  text-align: left;
}

#map h1 > span {
  margin: 20px 0px 110px;
  font: 1.0em "Nanum Pen Script", nps;
	line-height: 1.5;
	color: #272423;
  text-align: left;
}

#map h2 {
  margin: 0px 38px 15px;
  font: 1.6em "Nanum Pen Script", nps;
	color: #272423;
  text-align: left;
}

#map h3 {
  margin: 15px 4.4% 0;
  font: 12px "dotum";
	color: #272423;
  text-align: left;
}

#map h3 > a {
	color: #272423;
}

#map h4 {
  margin: 15px 4.4% 0;
  font: 12px "dotum";
	color: #272423;
  text-align: left;
}

#map h5 {
  margin: 15px 4.4% 0;
  font: 12px "dotum";
	color: #272423;
  text-align: left;
}

#boards {
	height: 100%;
	border-bottom: solid #dcdcd5;
   padding: 15px 0 15px;
	margin-top: -17px;
	text-align: center;
	background-color: #fbfaf9;
}

#boards > ul > li {
	height: 1050px;
	width: 97%;
	position: relative;
}

#qna {
	border-bottom: solid #dcdcd5;
	padding: 0 0 15px;
	margin: 0 0 46px;
	background: url(../img/2.png) no-repeat top;
	background-color: #fbfaf9;
	text-align: center;
}

#info {
  height: 940px;
  border-bottom: solid #dcdcd5;
  padding: 0px 0 15px;
  margin: 0 0 46px;
  background: url() no-repeat top;
  text-align: center;
  zoom: 1;
}

#hallmark {
  padding: 0px 0 0;
  display: block;
  clear: both;
}

#hallmark > p {
  margin: 0;
  text-indent: -9999px;
  height: 180px;
  background-color: #515151;
}

.resizer {
  width: 253px;
  height: 500px;
  margin-left: -13px;
  -webkit-backface-visibility: hidden;
  /* trigger hardware acceleration on iOS */
}

.resizer > img {
  display: block;
  margin: 0 auto;
}

/* videoclips page */

#videoclips {border-bottom: 3px solid #dcdcd5;padding-top: 50px;}

#videoclips li {border:2px solid black; padding}

#videoclips h1 {text-align:left;font:1.1em "Nanum Pen Script", nps;text-shadow:none;margin:8px 0 8px 173px}

#videoclips h2 {text-align:right;font:1.1em "Nanum Pen Script", nps;text-shadow:none;margin:8px 173px 120px 0}

#videoclips h3 {text-align:center;font:1.1em "Nanum Pen Script", nps;text-shadow:none;margin:8px 0 90px;}

#videoclips h4 {text-align:center;font:1.1em "Nanum Pen Script", nps;text-shadow:none;margin:8px 0 120px}

#videoclips .after {border-top:2px solid #dcdcd5}



@media screen and (max-width: 989px) {
  /* line 3, ../../app/assets/stylesheets/tablet.css.scss */
  body {
  min-width: 100%;
  font-size: 1.15em;
  line-height: 1.56;
  -webkit-text-size-adjust: none;
  }

  /* Typography */
  /* line 7, ../../app/assets/stylesheets/tablet.css.scss */
  h1 {
    font-size: 3.4em;
    line-height: 1.155;
  }

  /* line 8, ../../app/assets/stylesheets/tablet.css.scss */
  h1 > span {
    margin: 0 0 18px;
  }

  /* line 9, ../../app/assets/stylesheets/tablet.css.scss */
  p.intro {
    line-height: 1.4;
    margin-bottom: 38px;
  }

  /* line 10, ../../app/assets/stylesheets/tablet.css.scss */
  p.intro > br, #mboards h2 > br {
    display: none;
  }

  /* line 12, ../../app/assets/stylesheets/tablet.css.scss */
  blockquote, .attract {
    padding: 64px 6.647%;
    margin-bottom: 20px;
  }

  /* line 13, ../../app/assets/stylesheets/tablet.css.scss */
  blockquote > p, .attract p {
    font-size: 1.5em;
    line-height: 1.25;
  }

  /* line 14, ../../app/assets/stylesheets/tablet.css.scss */
  figure {
    margin-bottom: 70px;
  }

  /* line 15, ../../app/assets/stylesheets/tablet.css.scss */
  figure.right, figure.left {
    float: none;
    margin: 60px 0 50px;
  }

  /* line 16, ../../app/assets/stylesheets/tablet.css.scss */
  img {
    max-width: 100%;
    height: auto;
    margin: auto;
  }

  /* Tables */
  /* line 20, ../../app/assets/stylesheets/tablet.css.scss */
  table, thead, tbody, th, td, tr {
    display: block;
  }

  /* line 21, ../../app/assets/stylesheets/tablet.css.scss */
  table, tbody {
    margin: 0 60px 35px;
  }

  /* line 22, ../../app/assets/stylesheets/tablet.css.scss */
  .legal + table {
    margin-bottom: 35px;
  }

  /* line 23, ../../app/assets/stylesheets/tablet.css.scss */
  thead tr {
    display: none;
  }

  /* line 24, ../../app/assets/stylesheets/tablet.css.scss */
  td {
    border-width: 0;
    padding: 10px 0 12px;
  }

  /* line 25, ../../app/assets/stylesheets/tablet.css.scss */
  td:first-child {
    font-weight: bold;
    font-size: 1.1em;
  }

  /* line 26, ../../app/assets/stylesheets/tablet.css.scss */
  td:last-child {
    border-bottom-width: 1px;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  /* line 34, ../../app/assets/stylesheets/tablet.css.scss */
  input.text, textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* LAYOUT */
  /* line 39, ../../app/assets/stylesheets/tablet.css.scss */
  #container {
		background-color: #515151;
    width: auto;
    position: relative;
  }

  /* line 40, ../../app/assets/stylesheets/tablet.css.scss */
  #header, #content, #footer {
		padding: 0 3.5%;
  }

  /* line 41, ../../app/assets/stylesheets/tablet.css.scss */
  #mboards #sitemap {
    margin-bottom: 25px;
  }

  /* line 42, ../../app/assets/stylesheets/tablet.css.scss */
  #content > hgroup {
    padding: 0 0 25px;
  }

  /* line 44, ../../app/assets/stylesheets/tablet.css.scss */
  #hallmark {
    padding: 0 0;
    margin: 0 0;
  }

  /* line 46, ../../app/assets/stylesheets/tablet.css.scss */
  #mboards {
	padding: 0 0 0px;
	margin: 0 0 0px;
	background-color: #fbfaf9;
  }

  /* line 47, ../../app/assets/stylesheets/tablet.css.scss */
  #mboards > section {
   border-left: none;
   padding: 7px -2px 13px;
   width: auto;
   height: 180px;
   border-top: 1px dashed #dcdcd5;
   margin-left: 0;
   float: none;
  }

  /* line 48, ../../app/assets/stylesheets/tablet.css.scss */
  #mboards > section:first-child {
   padding: 5px 0 0;
   border-top: none;
  }

#mboards > section > h1 {
	font: 1.03em/1 "Nanum Pen Script", nps;
	text-align: left;
	padding: 0 0 0;
	margin: 0 0 0;
	text-shadow:none;
	text-indent: 15px;
}

  /* line 49, ../../app/assets/stylesheets/tablet.css.scss */
  #mboards > section > h2 {
    margin: 0 0 18px;
  }

  /* line 50, ../../app/assets/stylesheets/tablet.css.scss */
  #mboards > section > h2 > span {
    display: inline;
		font-size: 0.8em;
  }

  /* line 50, ../../app/assets/stylesheets/tablet.css.scss */
#mboards .more {margin: 115px 20px 5px;}

  /* line 50, ../../app/assets/stylesheets/tablet.css.scss */
	#course_a {
		background-color: #fbfaf9;
		border-bottom: solid #dcdcd5;
		height: 900px;
		padding: 10px 0 0;
		margin: -29px 0 0px;
		text-align: left;
	}

  /* line 50, ../../app/assets/stylesheets/tablet.css.scss */
	#course_a h1 {
		margin: 0 25px 15px;
		width: 93%;
		font: 1.15em "Nanum Pen Script", nps;
		line-height: 1.2;
		text-shadow: none;
		color: #272423;
		text-align: left;
	}

  /* line 50, ../../app/assets/stylesheets/tablet.css.scss */
	#course_a h1 > span {
		margin: 20px 0px 80px;
		font: 0.95em "Nanum Pen Script", nps;
		color: #272423;
		text-align: left;
	}

  /* line 50, ../../app/assets/stylesheets/tablet.css.scss */
	#course_a h2 {
		margin: 40px 18px 15px;
		font: 1.25em "Nanum Pen Script", nps;
		color: #272423;
		text-align: left;
	}

  /* line 50, ../../app/assets/stylesheets/tablet.css.scss */
	#course_a h3 {
		margin: 30px 18px 15px;
		font: 1.4em "Nanum Pen Script", nps;
		color: #272423;
		text-align: left;
	}

  /* line 50, ../../app/assets/stylesheets/tablet.css.scss */
	#qna {
	padding: 15px 0 0;
	margin: -17px 0 0px;
	}

  /* line 50, ../../app/assets/stylesheets/tablet.css.scss */
#map {
		padding: 15px 0 0;
		margin: -17px 0 0px;
		background-color: #fbfaf9;
}

	#map h1 {
		margin: 0 4% -15px;
		width: 90%;
		line-height: 1.2;
	}

	#map h2 {
		margin: 0 4.4% 0px;
		width: 90%;
		line-height: 1.2;
	}

  .col + .col, .col + .col + .col + .col {
    margin-left: 0;
  }

  /* HEADER */
  #header {
    margin-bottom: 17px;
  }

  #logo {
    height: 0;
    padding: 20px 0 110px;
    background-color: #515151;
    color: #e3e3e3;
  }

  #logo_animation {
    visibility: hidden;
  }

  #logo > a {
    margin: 0 auto;
    position: static;
    text-align: center;
    display: block;
    font: 2.2em "Nanum Pen Script", nps;
  }

  #logo > p {
    margin-top: 8px;
    text-align: center;
  }

  #logo > p > b {
    border: none;
    position: static;
    text-align: left;
    font-size: 1.3em;
  }

  #logo > p > span {
    position: static;
    left: 0;
  }

  .nav {
		background-color: #fbfaf9;
}

	.nav > ul {
		padding: 0 0 0px;
	}
  .nav > ul > li {
    width: 33.1%;
    border-bottom: 1px solid #dcdcd5;
    border-left: 1px dashed #dcdcd5;
    font-size: 0.9em;
  }

  .nav > ul > li:nth-child(3n+1) {
    border-left: none;
    clear: left;
  }

  .nav > ul > li > a {
    background: none;
    width: 100%;
    height: 33px;
    padding-top: 12px;
  }

  .sub-nav {
		float: none;
    padding: 15px 0;
    position: absolute;
    top: 91px;
    padding-bottom: 15px;
    background-color: #fbfaf9;
    border-top: 1px solid #dcdcd5;
  }

  .sub-nav > ul {
	width: 320px;
  }

  .sub-nav > li {
	margin: 0 0 0 8px;
  }

  .sub-nav > li > a{
		white-space: pre;
		line-height: 28px;
		font-size: 0.88em;
  }

	#section_courses .nav {
		padding-bottom: 86px;
	}

	#section_videoclips .nav, #section_boards .nav {
		padding-bottom: 58px;
	}

  /* line 115, ../../app/assets/stylesheets/tablet.css.scss */
  #main {
		margin: -17px 0 5px;
		background-color: #fbfaf9;
		background-image: url('../img/a_guitar_bg.jpg');
		background-size: 290px;
		background-position: bottom left;
		background-repeat: no-repeat;
		padding: 35px 0 0;
  }

  /* line 116, ../../app/assets/stylesheets/tablet.css.scss */
  #main > section {
		height: 63%;
  }

  /* line 116, ../../app/assets/stylesheets/tablet.css.scss */
  #main > section > p {
	font-size: 1.5em;
  }

  /* line 116, ../../app/assets/stylesheets/tablet.css.scss */
  #main > section > h2 {
	font-size: 1.3em;
  }

  /* line 116, ../../app/assets/stylesheets/tablet.css.scss */
  #main > section > h3 {
	font-size: 1.4em;
  }

/* line 344, ../../app/assets/stylesheets/tablet.css.scss.erb */
	#mvideo {
		background-color: #fbfaf9;
		margin: 0 0 0;
	}

	/* line 344, ../../app/assets/stylesheets/tablet.css.scss.erb */
	#mvideo > h2 {
		margin-bottom: -10px;
		font-size: 1.1em;
	}

#mvideo .more {
	font-size: 1.25em;
	text-align: right;
	margin: 0 0px 5px;
}

  /* line 119, ../../app/assets/stylesheets/tablet.css.scss */
  .vsource {
    margin: 0 auto 10px;
    background: none;
  }

  /* line 120, ../../app/assets/stylesheets/tablet.css.scss */
  .vsource > li {
		width: 384px;
    height: 216px;
		position: relative;
		margin: auto;
  }

  /* line 121, ../../app/assets/stylesheets/tablet.css.scss */
  .vsource img {
		height: auto;
  }

  /* line 122, ../../app/assets/stylesheets/tablet.css.scss */
	#goresponsive {
		background-color: #fbfaf9;
		margin: -17px 0 0px;
	}

/* videoclips page */

#videoclips {border-bottom: 3px solid #dcdcd5;padding-top: 50px;		background-color: #fbfaf9;margin-top:-16px;}
#videoclips li {border:2px solid black}
#videoclips h1 {text-align:center;font:1.1em "Nanum Pen Script", nps;text-shadow:none;margin:8px 0 8px}
#videoclips h2 {text-align:center;font:1.1em "Nanum Pen Script", nps;text-shadow:none;margin:8px 0 8px;margin: 0 0 120px;padding:0}

  /* FOOTER */
  /* line 231, ../../app/assets/stylesheets/tablet.css.scss */
  #footer {
    height: auto;
    padding: 0 0 0;
    margin: 0;
  }

  /* line 257, ../../app/assets/stylesheets/tablet.css.scss */
  #address {
    padding-bottom: 3px;
  }

  /* line 258, ../../app/assets/stylesheets/tablet.css.scss */
  #contact {
    padding-bottom: 3px;
  }

  /* line 258, ../../app/assets/stylesheets/tablet.css.scss */
  #footer_nav {
    padding-bottom: 30px;
  }

  /* line 259, ../../app/assets/stylesheets/tablet.css.scss */
  #address, #contact, #footer_nav {
    font-size: 0.65em;
    width: auto;
    position: static;
    line-height: 1.5;
  }

  /* line 260, ../../app/assets/stylesheets/tablet.css.scss */
  #address li, #contact li, #footer_nav li {
    white-space: nowrap;
  }

  /* line 261, ../../app/assets/stylesheets/tablet.css.scss */
  a#to_top {
    top: 0;
    margin-bottom: 2.5em;
  }

  /* line 262, ../../app/assets/stylesheets/tablet.css.scss */
  a:focus, a:hover {
    color: #0f698d;
  }
}
@media screen and (max-width: 550px) {
  /* line 3, ../../app/assets/stylesheets/mobile.css.scss */
  body {
    min-width: 100%;
    font-size: 1em;
  }

  /* Typography */
  /* line 7, ../../app/assets/stylesheets/mobile.css.scss */
  h1 {
    font-size: 2em;
    line-height: 1.2;
  }

  /* line 8, ../../app/assets/stylesheets/mobile.css.scss */
  h1 > .amp {
    background-size: auto 59px;
    margin-bottom: 0;
  }

  /* line 9, ../../app/assets/stylesheets/mobile.css.scss */
  h1 > span {
    margin: 0 0 12px;
  }

  /* line 10, ../../app/assets/stylesheets/mobile.css.scss */
  h2 {
    line-height: 1.4142;
  }

  /* line 11, ../../app/assets/stylesheets/mobile.css.scss */
  p.intro {
    margin-bottom: 38px;
  }

  /* line 14, ../../app/assets/stylesheets/mobile.css.scss */
  figure {
    margin-bottom: 50px;
  }

  /* line 15, ../../app/assets/stylesheets/mobile.css.scss */
  img {
    max-width: 100%;
  }

  /* line 16, ../../app/assets/stylesheets/mobile.css.scss */
  .button > a {
    font-size: 1.1375em;
    padding: 18px 45px;
  }

  /* Tables */
  /* line 20, ../../app/assets/stylesheets/mobile.css.scss */
  table, tbody {
    margin: 0 0 35px;
  }

  /* line 21, ../../app/assets/stylesheets/mobile.css.scss */
  .legal + table {
    font-size: 0.9em;
    padding-top: 30px;
  }

  /* line 22, ../../app/assets/stylesheets/mobile.css.scss */
  td {
    border-width: 0;
    padding: 8px 0;
  }

  /* line 23, ../../app/assets/stylesheets/mobile.css.scss */
  td:first-child {
    padding-top: 12px;
  }

  /* Forms */
  /* line 27, ../../app/assets/stylesheets/mobile.css.scss */
  .formbox > form > fieldset {
    padding: 35px 20px 7px;
  }

  /* line 28, ../../app/assets/stylesheets/mobile.css.scss */
  #add_comment, #add_comment > form {
    min-height: 640px;
    margin-bottom: 50px;
  }

  /* line 29, ../../app/assets/stylesheets/mobile.css.scss */
  .formbox h2 {
    margin-bottom: 30px;
  }

  /* line 30, ../../app/assets/stylesheets/mobile.css.scss */
  fieldset > div {
    margin-bottom: 25px;
  }

  /* line 31, ../../app/assets/stylesheets/mobile.css.scss */
  fieldset > .buttons {
    margin-top: 0;
  }

  /* line 32, ../../app/assets/stylesheets/mobile.css.scss */
  input[type="submit"], button.submit {
    width: 100%;
    padding: 12px 31px 9px;
  }

  /* LAYOUT */
  /* line 36, ../../app/assets/stylesheets/mobile.css.scss */
  #content_main {
    width: 100%;
    margin: 0;
  }

#mboards > section {}
 
#mboards > section > h1 {
  font: 1.05em/1 "Nanum Pen Script", nps;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  letter-spacing: .09em;
	text-shadow:none;
	text-indent: 10px;
}

#mboards .more {margin: 125px 20px 5px;}

  /* line 37, ../../app/assets/stylesheets/mobile.css.scss */
  #mboards, #sitemap {
    margin-bottom: 0;
  }

  /* line 40, ../../app/assets/stylesheets/mobile.css.scss */
  #hallmark {
    padding: 0;
  }

  /* line 41, ../../app/assets/stylesheets/mobile.css.scss */
  #hallmark > p {
    background-size: 95%;
    height: 180px;
  }

  /* line 42, ../../app/assets/stylesheets/mobile.css.scss */
  blockquote, .attract {
    padding: 45px 5% 30px;
    margin: 0;
  }

  /* line 43, ../../app/assets/stylesheets/mobile.css.scss */
  blockquote > p, .attract p {
    font-size: 1.2em;
  }

	/* line 120, ../../app/assets/stylesheets/mobile.css.scss.erb */
	#section_courses .nav, #section_videoclips .nav, #section_boards .nav {
		padding-bottom: 0px;
	}

  /* line 44, ../../app/assets/stylesheets/mobile.css.scss */
	#main {
		background-image: url('../img/a_guitar_bg.jpg');
		background-size: 228px;
		background-position: bottom left;
		background-repeat: no-repeat;
		padding: 0 0 0;
		height: 390px;
		margin: -70px 0 5px;
  }

	#main > section {
		height: 74%;
  }

	/* line 44, ../../app/assets/stylesheets/mobile.css.scss */
	#main > section > h2 {
		padding: 35px 0 0;
		font-size: 1.2em;
  }

	/* line 44, ../../app/assets/stylesheets/mobile.css.scss */
	#main > section > h3 {
		font-size: 1.3em;
	}

  /* line 44, ../../app/assets/stylesheets/mobile.css.scss */
	#main > section > p {
		font-size: 1.45em;
  }

  /* HEADER */
	/* line 50, ../../app/assets/stylesheets/mobile.css.scss */
	#header {
    margin-bottom: 17px;
  }

	/* line 52, ../../app/assets/stylesheets/mobile.css.scss */
	#logo {
    padding-bottom: 120px;
  }

	/* line 53, ../../app/assets/stylesheets/mobile.css.scss */
	#logo > a {
    margin: 0 auto;
    width: 150px;
    font: 2.5em "Nanum Pen Script", nps;
	}

  /* line 54, ../../app/assets/stylesheets/mobile.css.scss */
  #logo > p > b {
    display: block;
    font-size: 1.2em;
    text-align: center;
    height: auto;
    width: auto;
    padding-top: 5px;
  }

  /* line 55, ../../app/assets/stylesheets/mobile.css.scss */
  #logo > p > span {
    display: none;
  }

  /* line 56, ../../app/assets/stylesheets/mobile.css.scss */
  #logo > p > b:first-child {
    width: auto;
    padding-top: 0px;
  }

  /* line 58, ../../app/assets/stylesheets/mobile.css.scss */
  .nav {
    position: relative;
  }

  /* line 59, ../../app/assets/stylesheets/mobile.css.scss */
  .nav > ul {
    height: 0;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
		padding: 0 0 0;
  }

  /* line 60, ../../app/assets/stylesheets/mobile.css.scss */
	 .nav > .open {
			height: 900px;
 }

  /* line 61, ../../app/assets/stylesheets/mobile.css.scss */
  .nav > ul > li {
    width: auto;
    display: block;
    float: none;
    border: none;
    margin: 0 !important;
  }

  /* line 62, ../../app/assets/stylesheets/mobile.css.scss */
  .nav > ul > li > a {
    height: 31px;
    border: solid #dcdcd5;
    border-width: 0 0 1px;
    width: auto;
    padding-left: 10px;
  }

  /* line 64, ../../app/assets/stylesheets/mobile.css.scss */
  .sub-nav {
		display: block !important;
		position: static;
		margin: 0;
		text-align: left;
	}

  /* line 65, ../../app/assets/stylesheets/mobile.css.scss */
  .sub-nav > li {
    display: block;
    margin: 0;
    border: 0;
		text-indent: 1.2em;
  }

  /* line 66, ../../app/assets/stylesheets/mobile.css.scss */
  .sub-nav a {
    display: block;
    border: 0;
    width: auto;
    height: auto;
		padding: 0 0 0px
  }

  /* line 68, ../../app/assets/stylesheets/mobile.css.scss */
  #mobile_nav {
    display: block;
    top: 7px;
    right: 7px;
    height: 19px;
    width: 30px;
  }

  /* line 69, ../../app/assets/stylesheets/mobile.css.scss */
  #active_page {
    display: block;
    color: #555;
    font-size: 0.9em;
		color: #9c8d6c;
		text-align: left;
    padding: 12px 0 0 10px;
    border-bottom: 1px solid #dcdcd5;
    height: 31px;
  }

#active_page a {height:auto;border:0;padding:0;margin:0;background:none}

  /* line 86, ../../app/assets/stylesheets/mobile.css.scss */
  .more > a {
    background-position: 0 5px;
    display: inline;
  }

/* videoclips page */

#videoclips {border-bottom: 3px solid #dcdcd5;padding-top: 50px;		background-color: #fbfaf9;margin-top:-17px;}
#videoclips li {border:2px solid black}
#videoclips h1 {text-align:center;font:1.1em "Nanum Pen Script", nps;text-shadow:none;margin:8px 0 8px}
#videoclips h2 {text-align:center;font:1.1em "Nanum Pen Script", nps;text-shadow:none;margin:8px 0 120px}

 .vsource > li {
		width: 256px;
		height: 144px;
		position: relative;
		margin: auto;
  }

	#course_a {
		height: auto;
		padding-bottom: 150px;
	}

	#course_a h1 {
		margin: 0 25px 15px;
		width: 83%;
		line-height: 1.2;
	}

	#qna {
	padding-bottom: 150px;
	}

	#map {
	height:auto;
	padding-bottom:150px;
	}

	#map h1 {
		margin: 0 3.8% -13px;
		width: 90%;
		line-height: 1.2;
	}

	#map h2 {
		margin: -5px 5% 0px;
	}

#map h4 {text-indent:-5em;padding-left:60px;}

#map h5 {text-indent:-4em;padding-left:48px;}


  /* line 198, ../../app/assets/stylesheets/mobile.css.scss */
  #content_sub {
    margin: 15px 0 0;
    padding: 10px 0 0 0;
  }

  /* CONTACT */
  /* line 217, ../../app/assets/stylesheets/mobile.css.scss */
  #boards_nav {
    display: none !important;
  }

  /* FOOTER */
  /* line 222, ../../app/assets/stylesheets/mobile.css.scss */
  #footer p {
    font-size: .95em;
  }

  /* line 240, ../../app/assets/stylesheets/mobile.css.scss */
  p.meta {
    width: 120px;
  }

  /* line 256, ../../app/assets/stylesheets/mobile.css.scss */
  #address {
    padding-bottom: 3px;
  }

  /* line 257, ../../app/assets/stylesheets/mobile.css.scss */
  #contact {
    padding-bottom: 3px;
  }

  /* line 257, ../../app/assets/stylesheets/mobile.css.scss */
  #footer_nav {
    padding-bottom: 20px;
  }

  /* line 258, ../../app/assets/stylesheets/mobile.css.scss */
  #address, #contact, #footer_nav {
    font-size: 0.75em;
    width: auto;
    position: static;
    line-height: 1.5;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 263, ../../app/assets/stylesheets/mobile.css.scss */
  #mobile_nav {
    background-image: url(../img/mobile_menu_t.png) no-repeat center;
    background-size: 19px 14px;
  }
}
