@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,700&display=swap');
/* IE용 woff폰트 */
/* noto-sans-kr-regular - latin */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-kr-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans KR Regular'), local('NotoSansKR-Regular'),
       url('../fonts/noto-sans-kr-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-kr-v11-latin-regular.woff') format('woff'); /* Modern Browsers */
}
/* noto-sans-kr-700 - latin */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-kr-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans KR Bold'), local('NotoSansKR-Bold'),
       url('../fonts/noto-sans-kr-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-kr-v11-latin-700.woff2') format('woff2'); /* Super Modern Browsers */
}
/*기본셋팅*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*:focus {
    outline: none;
}
ul {
	list-style-type: none;
}
h1 {
	margin: 0;
}
a {
	text-decoration: none;
}
button {
	border: none;
	background: none;
    text-indent: -9999px;
}
img {
	border: none;
}
html {
	font-size: 0.625em;
}
body {
	line-height: 1;
    font-family: 'Noto Sans KR', sans-serif;
}
.blind {
    position: absolute;
    text-indent: -9999px;
}
.clear:after {
    display: block;
    content: " ";
    clear: both;
}
h2, h3, h4, em {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
}
em {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1;
    color: #111;
}
p {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 10px;
}
address {
    font-style: normal;
}
img {-ms-interpolation-mode : bicubic; }
label {
    position: absolute;
    color: transparent;
}
header label {
    position: static;
    color: #000;
}
table {
    border-collapse: collapse;
}
body .mobile, .mobile {
    display: none;
}
/*/기본셋팅*/
/*#header*/
#header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 3;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}
#header::before {
    display: block;
    content: " ";
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: -1;
    border-bottom: 1px solid #eee;
}
.headerInner {
    width: 1280px;
    margin: 0 auto;
}
h1 {
    display: inline-block;
    width: 250px;
    height: auto;
    position: absolute;
    top: 64px;
}
h1 > a > img{
    width: 100%;
}
.searchWrap {
    padding: 10px 0;
    text-align: right;
    font-size: 1.3rem;
}
.searchWrap > div {
    display: inline-block;
    margin-left: 20px;
}
.searchWrap > div > a:nth-of-type(2):after, .searchWrap > div > a:nth-of-type(2):before {
    content: "|";
    margin: 0 10px 0 10px;
}
form {
    display: inline-block;
}
input.search-input2 {
    width: 160px;
    margin: 0 0 0 6px;
    padding: 2px;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-indent: 4px;
    font-size: 1.1rem;
    color: #666;
}
.searchWrap > div > a {
    color: #000;
}
.navInner {
    height: 70px;
    text-align: right;
}
.navInner > ul {
    display: inline-block;
}
.navInner > ul > li {
    display: inline-block;
}
.navInner > ul > li > a {
    display: inline-block;
    padding: 26px 20px;
    font-size: 1.8rem;
    color: #000;
}
    /*hover시 효과*/
    .navInner > ul > li:hover > a {
        color: #24a8d8;
        border-bottom: 3px solid #6ebbd7;
    }
    /*/hover시 효과*/
/*/#header*/
/*.visual*/
.visual, .slider-for {
    width: 1280px;
    padding: 111px 0 0 0;
    overflow: hidden;
    margin: 0 auto;
}
.visual > div, .slider-for > div {
    overflow: hidden;
}
.visual > div > div > div > a, .slider-for > div > div > div > a {
    display: block;
    width: 100%;
    height: 310px;
    background: url('../img/ihs_saxophone_banner.jpg') no-repeat center;
    background-size: cover;
}
.visual > div > div > div:nth-of-type(2) > a, .slider-for > div > div > div:nth-of-type(1) > a {
    background-image: url('../img/ihs_saxophone_banner.jpg');
}
.visual > div > div > div:nth-of-type(3) > a, .slider-for > div > div > div:nth-of-type(2) > a {
    background-image: url('../img/appliedJazz_banner.jpg');
}
.visual > div > div > div:nth-of-type(4) > a, .slider-for > div > div > div:nth-of-type(3) > a {
    background-image: url('../img/jazzbanana.jpg');
}
.visual > div > div > div:nth-of-type(5) > a, .slider-for > div > div > div:nth-of-type(4) > a {
    background-image: url('../img/kalimba_witch.jpg');
}
.visual > div > div > div:nth-of-type(6) > a, .slider-for > div > div > div:nth-of-type(5) > a {
    background-image: url('../img/10344107_banner.jpg');
}
.visual > div > div > div:nth-of-type(7) > a, .slider-for > div > div > div:nth-of-type(6) > a {
    background-image: url('../img/my_first_biolin_banner.jpg');
}
.visual > div > div > div:nth-of-type(8) > a, .slider-for > div > div > div:nth-of-type(7) > a {
    background-image: url('../img/banner_8.jpg');
}
.visual > div > div > div:nth-of-type(9) > a, .slider-for > div > div > div:nth-of-type(8) > a {
    background-image: url('../img/banner_10.jpg');
}
.visual > div > div > div:nth-of-type(10) > a, .slider-for > div > div > div:nth-of-type(9) > a {
    background-image: url('../img/banner_5_2.jpg');
}
.visual > div > div > div:nth-of-type(11) > a, .slider-for > div > div > div:nth-of-type(10) > a {
    background-image: url('../img/banner_7.jpg');
}
.slick-dots {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    top: -25px;
}
.slick-dots > li {
    display: inline-block;
    width: 14px;
    height: 14px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
    margin: 0 4px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.slick-dots > li.slick-active {
    background: #6ebbd7;
}
.slick-arrow {
    width: 120px;
    height: 180px;
    position: absolute;
    background-size: contain;
    z-index: 1;
    top: 45%;
    cursor: pointer;
}
.slick-prev {
    left: 0;
    background-image: url('../img/arrow_left.png');
}
.slick-next {
    right: 0;
    background-image: url('../img/arrow_right.png');
}
/*/.visual*/
/*.main*/
.main {
}
main {
    width: 1280px;
    margin: 0 auto;
}
section {
    padding: 35px 0;
}
section > h3 {
    margin-bottom: 20px;
    font-size: 2rem;
    text-indent: 10px;
}
section > h3 > span:nth-of-type(1){
    margin: 0 10px 0 0;
    color: #222;
}
section > h3 > span:nth-of-type(2){
    color: #24a8d8;
}
#best > h3 > span:nth-of-type(1), #service > h3 > span:nth-of-type(1) {
    color: #24a8d8;
}
#best > h3 > span:nth-of-type(2), #service > h3 > span:nth-of-type(2) {
    color: #222;
}
section > h3 > a {
    display: inline-block;
    width: 75px;
    height: 22px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    text-indent: 0;
    line-height: 22px;
    margin-left: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    top: -1px;
    font-weight: 400;
    background: #6ebbd7;
}
section > h3 > a:hover {
    background: #24a8d8;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
/*#new*/
#new {
    width: 745px;
    float: left;
    margin-top: 20px;
    padding: 35px 0 0 0;
}
.newInner {
    border-right: 1px solid #eee;
}
.newInner > a {
    display: block;
    width: 170px;
    margin: 0 5px;
    padding: 0;
    float: left;
    text-align: center;
    color: #000;
    border: 2px solid #fff;
}
.newInner > a > div {
    width: 155px;
    height: 200px;
    margin: 0 auto;
}
.newInner > a > div > img {
    display: block;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}
.newInner > a > em {
    display: block;
    padding: 20px 0 14px 0;
}
.newInner > a > em > span {
    display: block;
}
.newInner > a > p {
    line-height: 1.3;
    margin-bottom: 6px;
}
.newInner > a > p > span {
    display: block;
}
    /*hover시 효과*/
    .newInner > a:hover {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }
    .newInner > a:hover > div > img{
        border: 2px solid #6ebbd7;
    }
    .newInner > a:hover > p {
        color: #24a8d8;
    }
    /*/hover시 효과*/
/*/#new*/
/*#family*/
#family {
    width: 500px;
    float: right;
    margin-top: 20px;
}
.familyInner {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.1);
    margin-top: 20px;
}
.familyInner > a {
    display: block;
    width: 250px;
    height: 250px;
    padding: 35px 30px;
    float: left;
    background: #6ebbd7;
    color: #000;
}
.familyInner > a:nth-of-type(2), .familyInner > a:nth-of-type(3) {
    background: #f6dd5f;
}
.familyInner > a > h4 {
    margin-bottom: 20px;
    font-size: 1.4rem;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.familyInner > a > em {
    line-height: 1.5;
}
.familyInner > a > em > span {
    display: block;
    margin: 8px 0;
}
.familyInner > a > span.line {
    display: block;
    width: 190px;
    height: 2px;
    margin: 18px 0 15px 0;
    background: #fff;
}
.familyInner > a > p {
    font-size: 1.4rem;
}
.familyInner > a > ul > li {
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 1.4rem;
}
.familyInner > a > span:last-of-type {
    display: block;
    width: 90px;
    height: 32px;
    font-size: 1.3rem;
    text-align: center;
    border: 2px solid #fff;
    line-height: 28px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 15px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    color: #fff;
}
    /*hover시 효과*/
.familyInner > a:hover > span:last-of-type {
    background: #fff;
    color: #000;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
    /*hover시 효과*/
/*/#family*/
/*#best*/
#best {
    width: 745px;
    float: left;
    padding: 10px 0 40px 0;
    border-right: 1px solid #eee;
}
#best > h3 {
    display: inline-block;
    margin-right: 25px;
}
.bestInner > div {
    width: 710px;
    height: 186px;
    margin: 0 10px 0 0;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.inst div {
    width: 100%;
    height: 100%;
}
.inst div > a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../img/sgl_290.jpg') no-repeat center;
    background-size: cover;
}
.inst  div:nth-of-type(2) > a {
    background-image: url('../img/sgl_290.jpg');
}
.inst  div:nth-of-type(3) > a {
    background-image: url('../img/su_180t.jpg');
}
.inst  div:nth-of-type(4) > a {
    background-image: url('../img/sfl_101n_banner_2.jpg');
}
.inst  div:nth-of-type(5) > a {
    background-image: url('../img/svn_300.jpg');
}
.inst .slick-arrow {
    width: 70px;
    height: 105px;
    top: 44px;
    background-repeat: no-repeat;
}
.inst .slick-prev {
    left: 0;
}
.inst .slick-next {
    right: 0;
}
.inst .slick-dots > li {
    width: 12px;
    height: 12px;
}
    /*hover시 효과*/

    /*/hover시 효과*/
/*/#best*/
/*#board*/
#social {
    width: 745px;
    clear: both;
    float: left;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 37px 0;
}
#social > h3 > span:last-of-type {
    font-weight: 400;
    font-size: 1.4rem;
    margin-left: 5px;
    position: relative;
    top: -1px;
    color: #444;
}
.socialInner  {
    width: 710px;
}
.socialInner > div {
    width: 710px;
    height: 170px;
    float: left;
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.socialInner > div:first-of-type {
    margin-bottom: 20px;
}
.socialInner > div > div {
    width: 26%;
    height: 100%;
    overflow: hidden;
    float: left;
}
.socialInner > div > div:nth-of-type(1), .socialInner > div > div:nth-of-type(3) {
    width: 24%;
}
.socialInner > div > div > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
}
.socialInner > div:nth-of-type(1) > div:nth-of-type(1) > a {
    background: url('../img/social_04.jpg') no-repeat center;
    background-size: cover;
}
.socialInner > div:nth-of-type(1) > div:nth-of-type(3) > a {
    background: url('../img/social_05.jpg') no-repeat center;
    background-size: cover;
}
.socialInner > div:nth-of-type(2) > div:nth-of-type(1) > a {
    background: url('../img/social_01.jpg') no-repeat center;
    background-size: cover;
}.socialInner > div:nth-of-type(2) > div:nth-of-type(3) > a {
    background: url('../img/social_02.jpg') no-repeat center;
    background-size: cover;
}
.socialInner > div > div:nth-of-type(2), .socialInner > div > div:nth-of-type(4) {
    padding: 25px 22px;
    background: url('../img/naver_blog_color.svg') no-repeat;
    background-position: 143px 24px;
    background-size: 20px;
}
.socialInner > div:first-of-type > div:nth-of-type(4) {
    background-image: url('../img/kakaostory_logo_color_circle.svg');
}
.socialInner > div:last-of-type > div:nth-of-type(2) {
    background-image: url('../img/facebook_logo_color_circle.svg');
}
.socialInner > div:last-of-type > div:nth-of-type(4) {
    background-image: url('../img/instagram_logo_color_circle.svg');
}
.socialInner > div > div:nth-of-type(2) > a > p, .socialInner > div > div:nth-of-type(4) > a > p {
    font-size: 1.3rem;
    margin-top: 58px;
}
/*hover시 효과*/
.socialInner > div > div > a:hover > em {
    color: #24a8d8;
}
.socialInner > div > div > a:hover > img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
/*/hover시 효과*/
/*/#board*/
/*#service*/
#service {
    width: 535px;
    float: right;
    border-top: 1px solid #eee;
    padding-left: 35px;
    position: relative;
}
.serviceInner {
}
#service > h3 > a {
    width: 100px;
}
.serviceInner > div {
    width: 500px;
    height: 155px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.serviceInner > div:nth-of-type(1) {
    margin-bottom: 20px;
}
.serviceInner > div:nth-of-type(2), .serviceInner > div:last-of-type {
    height: 180px;
}
.serviceInner > div > a {
    display: block;
    width: 125px;
    float: left;
    color: #000;
}
.serviceInner > div > a > span {
    display: block;
    width: 65px;
    height: 65px;
    margin: 30px 28px 15px 28px;
    background: url('../img/book_icon.svg') no-repeat center;
    background-size: cover;
}
.serviceInner > div > a:nth-of-type(2) > span {
    background-image: url(../img/music_sheet_icon.svg);
}
.serviceInner > div > a:nth-of-type(3) > span {
    width: 78px;
    height: 78px;
    margin: 22px 25px 10px 25px;
    background-image: url(../img/delivery_icon.svg);
}
.serviceInner > div > a:nth-of-type(4) > span {
    background-image: url(../img/map_icon.svg);
}
.serviceInner > div:nth-of-type(2) {
    width: 245px;
    float: left;
}
.serviceInner > div:nth-of-type(2) > a {
    width: 270px;
    padding: 30px 30px 0 30px;
    position: relative;
    text-align: left;
}
.serviceInner > div:nth-of-type(2) > a:nth-of-type(1) > span {
    display: block;
    width: 55px;
    height: 55px;
    margin: 0;
    position: absolute;
    right: 52px;
    top: 35px;
    background: url('../img/shop_icon.svg') no-repeat center;
    background-size: cover;
}
.serviceInner > div:nth-of-type(2) > a:nth-of-type(1) > em {
    display: inline-block;
    width: 160px;
    padding: 0 0 10px 0;
}
.serviceInner > div:nth-of-type(2) > a:nth-of-type(1) > p {
    display: inline-block;
    width: 140px;
    font-size: 1.3rem;
    line-height: 1.5;
}
.serviceInner > div:nth-of-type(2) > a:nth-of-type(1) > p > span {
    display: block;
}
.serviceInner > div:nth-of-type(2) > a:nth-of-type(2) {
    padding: 20px 20px 20px 40px;
}
.serviceInner > div:nth-of-type(2) > a:nth-of-type(2) > span {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 10px 0 0;
    background: url('../img/as_icon.svg') no-repeat center;
    background-size: cover;
}
.serviceInner > div:nth-of-type(2) > a:nth-of-type(2) > em {
    position: relative;
    top: -6px;
}
.serviceInner > div:nth-of-type(3) {
    width: 250px;
    padding: 30px;
    text-align: left;
    float: right;
}
.serviceInner > div:nth-of-type(3) > em:nth-of-type(2) {
    display: block;
    margin: 14px 0;
    font-size: 3.1rem;
    color: #666666;
}
.serviceInner > div:nth-of-type(3) > em:nth-of-type(2) > span:nth-of-type(2) {
    color: #24a8d8;
}
.serviceInner > div:nth-of-type(3) > em:nth-of-type(2) > span:nth-of-type(3) {
    color: #ff605b;
}
.serviceInner > div:nth-of-type(3) > p {
    font-size: 1.4rem;
    line-height: 1.3;
}
.serviceInner > div:nth-of-type(3) > p > span {
    display: block;
}
    /*hover시 효과*/
    .serviceInner > div > a:hover > em {
        color: #24a8d8;
    }
    .serviceInner > div > a:hover > span {
        -webkit-animation: rotate 1s infinite;
        -moz-animation: rotate 1s infinite;
        -ms-animation: rotate 1s infinite;
        -o-animation: rotate 1s infinite;
        animation: rotate 1s infinite;
    }
    @-webkit-keyframes rotate {
        from {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        50% {
            -webkit-transform: rotate(6deg);
            -moz-transform: rotate(6deg);
            transform: rotate(6deg);
        }
        to {
            -webkit-transform: rotate(-6deg);
            -moz-transform: rotate(-6deg);
            transform: rotate(-6deg);
        }
    }
    @-moz-keyframes rotate {
            from {
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            50% {
                -webkit-transform: rotate(6deg);
                -moz-transform: rotate(6deg);
                transform: rotate(6deg);
            }
            to {
                -webkit-transform: rotate(-6deg);
                -moz-transform: rotate(-6deg);
                transform: rotate(-6deg);
            }
        }
    @-ms-keyframes rotate {
        from {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        50% {
            -webkit-transform: rotate(6deg);
            -moz-transform: rotate(6deg);
            transform: rotate(6deg);
        }
        to {
            -webkit-transform: rotate(-6deg);
            -moz-transform: rotate(-6deg);
            transform: rotate(-6deg);
        }
    }
    @-o-keyframes rotate {
            from {
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            50% {
                -webkit-transform: rotate(6deg);
                -moz-transform: rotate(6deg);
                transform: rotate(6deg);
            }
            to {
                -webkit-transform: rotate(-6deg);
                -moz-transform: rotate(-6deg);
                transform: rotate(-6deg);
            }
        }
    @keyframes rotate {
            from {
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            50% {
                -webkit-transform: rotate(6deg);
                -moz-transform: rotate(6deg);
                transform: rotate(6deg);
            }
            to {
                -webkit-transform: rotate(-6deg);
                -moz-transform: rotate(-6deg);
                transform: rotate(-6deg);
            }
        }
    /*/hover시 효과*/
/*/#service*/
/*#footer*/
#footer {
    width: 100%;
    padding: 30px 0;
    background: #fff;
    font-size: 1.1rem;
    color: #666;
    border-top: 1px solid #eee;
}
#footer p {
    margin-top: 5px;
    font-size: 1.1rem;
}
.footerInner {
    width: 1280px;
    margin: 0 auto;
}
.footerInner > img {
    display: block;
    width: 120px;
    padding: 3px 0 60px 0;
    margin: 0 30px 0 0;
    float: left;
}
.footerInner > div:nth-of-type(1) {
    float: left;
}
.footerInner > div:nth-of-type(2) {
    float: right;
}
.userGuide > ul > li {
    display: inline-block;
}
.userGuide > ul > li:nth-of-type(1) {
    margin: 0 10px 0 0;
}
.userGuide > ul > li > a {
    font-size: 1.2rem;
    color: #666;
}
.userGuide > ul > li:nth-of-type(3) > a {
    font-weight: 700;
    color: #444;
}
.csGuide > ul > li:nth-of-type(1) {
    margin: 10px 0 0 0;
}
.copyright {
    margin: 10px 0 0 0;
    font-size: 1rem;
    line-height: 18px;
}
.footerInner > div:nth-of-type(2) {
    margin: 0 0 0 30px;
    position: relative;
}
.familySite > select {
    width: 140px;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    right: 0;
    background: url('../img/arrow_bottom_black.png') no-repeat;
    background-position: 120px 10px;
    background-size: 14px auto;
    font-size: 1.4rem;
    text-indent: 6px;
    color: #444;
}
select::-ms-expand {
    display: none;
}
.familySite > select > option {
    color: #000;
}
.sns {
    margin: 40px 0 0 0;
    position: relative;
    right: 0;
}
.sns > li {
    width: 30px;
    height: 30px;
    margin: 6px 0 0 6px;
    float: left;
}
.sns > li > a > img {
    width: 100%;
    height: 100%;
}
/*/#footer*/
/*모바일*/
@media screen and (min-width:320px) and (max-width:480px) {
    .mobile, body .mobile {
        display: block;
    }
    .pc, body .pc {
        display: none;
    }
    .hidden {
        display: none;
    }
    p {
        font-size: 1.4rem;
    }
    #header {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #eee;
    }
    #header::before {
        display: none;
    }
    .headerInner {
        width: 100%;
        height: 100%;
        background: #fff;
    }
    em {
        font-size: 1.4rem;
    }
    h1 {
        top: 15px;
        margin-left: 5%;
        width: 110px;
        height: 17px;
        z-index: 2;
    }
    h1 > a {
        width: 100%;
        height: 17px;
    }
    h1 > a > img {
        height: 17px;
        width: auto;
    }
    .searchWrap {
        text-align: left;
        font-size: 1.6rem;
        position: relative;
        height: auto;
    }
    .headerInner > button {
        position: absolute;
        width : 26px;
        height : 19px;
        top: 15px;
        right: 5%;
        cursor: pointer;
        z-index: 3;
    }
    button, button > span {
        display : inline-block;
        transition : all .4s;
    }
    button > span {
        position : absolute;
        left : 0;
        width : 100%;
        height : 3px;
        background-color : #444;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    button > span:nth-of-type(1) {
        top : 0;
    }
    button > span:nth-of-type(2) {
        top : 5px;
    }
    button > span:nth-of-type(3) {
        bottom : 0;
    }
    .headerInner > button > span:nth-of-type(2) {
        margin: 3px 0;
    }
    .searchWrap > div {
        position: absolute;
        top: 0;
        margin: 0;
        width: 100%;
        text-align: center;
        line-height: 50px;
        font-size: 1.4rem;
        text-align: center;
        border-bottom: 1px solid #eee;
    }
    .searchWrap > div.hidden {
        display: none;
    }
    header label {
        color: transparent;
        background: url('../img/more_icon_black.svg') no-repeat center;
        background-size: contain;
        width: 22px;
        height: 22px;
        position: absolute;
        top: 13px;
        right: 56px;
        cursor: pointer;
    }
    header form {
        font-size: 1.5rem;
    }
    input.search-input2 {
        line-height: 20px;
        font-size: 1.4rem;
        border: none;
        display: none;
    }
    /*돋보기 버튼 클릭 이벤트*/
    header form.pop {
        width: 100%;
        height: 1000px;
        background: rgba(110,187,215,0.8);
        position: absolute;
        top: 0;
        left: 0;
    }
    header form.pop input.search-input2 {
        display: block;
        width: 70%;
        position: relative;
        top: 10%;
        left: 15%;
        line-height: 40px;
    }
    /*/돋보기 버튼 클릭 이벤트*/
    nav {
        padding-top: 15px;
    }
    .navInner {
        width: 100%;
        height: auto;
    }
    .navInner > ul {
        padding: 0;
        background: #6ebbd7;
    }
    .navInner > ul > li {
        width: 100%;
        height: 45px;
        line-height: 45px;
        text-indent: 40px;
        background: #6ebbd7;
    }
    .navInner > ul > li > a {
        display: block;
        width: 100%;
        padding: 0;
        text-align: left;
        color: #fff;
        font-size: 1.63rem;
        position: relative;
        border-bottom: 1px solid rgba(255,255,255,0.4);
    }
    .navInner > ul > li > a::after {
        display: inline-block;
        content: " ";
        width: 16px;
        height: 16px;
        background: url('../img/arrow_right_contain.png') no-repeat center;
        background-size: contain;
        position: absolute;
        top: 15px;
        right: 40px;
    }
    /*hover 제거*/
    .navInner > ul > li:hover > a {
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,0.4);
    }
    /*/hover 제거*/
    /*햄버거 메뉴 애니메이션*/
    button > span:nth-of-type(1).on {
        transform : translateY(8px) rotate(-45deg);
    }
    button > span:nth-of-type(2).on {
        display: none;
    }
    button > span:nth-of-type(3).on {
        transform : translateY(-8px) rotate(45deg);
    }
    /*/햄버거 메뉴 애니메이션*/
    body > .pc {
        display: none;
    }
    .slider-for, .bestInner .slider-for {
        width: 100%;
        min-width: auto;
        height: auto;
        padding: 50px 0 0 0;
    }
    .slider-for > div > div > div > a, .bestInner .slider-for > div > div > div > a {
        min-width: auto;
        padding: 16% 50%;
        height: auto;
        background-size: cover;
    }
    .visualmob {
        width: 100%;
        min-width: auto;
        height: auto;
        padding: 10px 0 20px 0;
        overflow: hidden;
    }
    .visualmob > div {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .visualmob > div > div > div {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 1px;
        -webkit-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.1);
        box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.1);
        margin: 5px;
        overflow: hidden;
    }
    .visualmob .slick-slide > a {
        display: block;
        width: 100%;
        height: auto;
        padding: 70% 50%;
        margin: 0 auto;
        background: url('../book/cover2/feel_ost_cover.jpg') no-repeat center;
        background-size: cover;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden;
    }
    /*배경이미지 교체*/
    /*-1*/
    .visualmob > div > div > div:nth-of-type(4) > a {
        background-image: url('../book/cover2/10332548_b.jpg');
    }
    /*1*/
    .visualmob > div > div > div:nth-of-type(5) > a {
        background-image: url('../book/cover2/10344107_b.jpg');
    }
    /*2*/
    .visualmob > div > div > div:nth-of-type(6) > a, .visualmob > div > div > div:nth-of-type(15) > a {
        background-image: url('../book/cover2/my_first_biolin_cover.jpg');
    }
    /*3*/
    .visualmob > div > div > div:nth-of-type(7) > a {
        background-image: url('../book/cover2/kpop_biolin_cover.jpg');
    }
    /*4*/
    .visualmob > div > div > div:nth-of-type(8) > a {
        background-image: url('../book/cover2/10335284_b.jpg');
    }
    /*5*/
    .visualmob > div > div > div:nth-of-type(9) > a {
        background-image: url('../book/cover2/10331531_b.jpg');
    }
    /*6*/
    .visualmob > div > div > div:nth-of-type(10) > a {
        background-image: url('../book/cover2/10331283_b.jpg');
    }
    /*7*/
    .visualmob .slick-slide:nth-of-type(11) > a {
        background-image: url('../book/cover2/10335120_b.jpg');
    }
    /*8*/
    .visualmob .slick-slide:nth-of-type(12) > a {
        background-image: url('../book/cover2/10312663_b.jpg');
    }
    /*9*/
    .visualmob .slick-slide:nth-of-type(13) > a {
        background-image: url('../book/cover2/10332548_b.jpg');
    }
    .slick-dots {
        max-width: 480px;
        width: 100%;
        top: 10px;
    }
    .slick-dots > li {
        width: 12px;
        height: 12px;
        margin: 0 3px;
    }
    .slick-arrow {
        width: 60px;
        height: 80px;
        top: 30%;
    }
    .slick-prev {
        left: -5%;
    }
    .slick-next {
        right: -5%;
    }
    main {
        width: 100%;
        margin: 0 auto;
    }
    section > h3 {
        width: 100%;
        font-size: 2rem;
        text-indent: 5%;
    }
    section > h3::after {
        display: block;
        content: " ";
        width: 90%;
        height: 1px;
        background: #eee;
        position: relative;
        left: 5%;
        top: 7px;
    }
    #new {
        width: 100%;
    }
    .newInner {
        border-right: none;
    }
    .newInner > a {
        width: 30%;
        margin: 0 1.667%;
    }
    .newInner > a:last-of-type {
        display: none;
    }
    .newInner > a > div {
        width: 100%;
        height: 100%;
    }
    .newInner > a > div > img {
        width: 100%;
        height: auto;
    }
    .newInner > a > p {
        font-size: 1.3rem;
    }
    /*hover시 효과*/
    .newInner > a:hover {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: 0;
        -ms-transition: 0;
        transition: 0;
    }
    .newInner > a:hover > div > img{
        border: none;
    }
    .newInner > a:hover > p {
        color: #000;
    }
    /*/hover시 효과*/
    #family {
        width: 100%;
        margin-top: 0;
    }
    .familyInner {
        width: 95%;
        margin: 0 auto;
    }
    .familyInner > a {
        width: 100%;
        height: 140px;
        padding: 25px 32px;
        position: relative;
        overflow: hidden;
    }
    .familyInner > a:nth-of-type(3) {
        background: #6ebbd7;
    }
    .familyInner > a:nth-of-type(4) {
        background: #f6dd5f;
    }
    .familyInner > a > h4 {
        margin-bottom: 7px;
    }
    .familyInner > a > em {
        font-size: 1.4rem;
    }
    .familyInner > a > ul {
        padding-right: 34px;
    }
    .familyInner > a > ul > li {
        font-size: 1.2rem;
        margin: 0 5px 5px 0;
    }
    .familyInner > a:last-of-type > ul > li:last-of-type {
        display: block;
    }
    .familyInner > a > span.line {
        margin: 7px 0;
        height: 1px;
    }
    .familyInner > a > span:last-of-type {
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        border: none;
        line-height: 28px;
        margin-top: 0;
        background: transparent url('../img/arrow_right_contain.png') no-repeat center;
        background-size: contain;
        position: absolute;
        right: 10px;
        top: 40%;
    }
    /*hover 제거*/
    .familyInner > a:hover > span:last-of-type {
        background: transparent url('../img/arrow_right_contain.png') no-repeat center;
        background-size: contain;
        color: #fff;
    }
    /*/hover 제거*/
    #best {
        width: 100%;
        padding: 0;
        border-right: none;
    }
    .bestInner > div {
        width: 100%;
        height: 110px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    #best > h3 {
        margin-right: 0;
    }
    .inst .slick-arrow {
        top: 26.5%;
        width: 35px;
        height: 50px;
    }
    .inst .slick-dots {
        top: -25px;
    }
    .inst div {
        width: 100%;
        height: 100%;
    }
    #social {
        width: 100%;
        border-top: none;
        border-right: none;
    }
    #social > h3 > span:last-of-type {
        display: none;
    }
    .socialInner  {
        width: 95%;
        margin: 0 2.5%;
    }
    .socialInner em {
        font-size: 1.4rem;
    }
    .socialInner > div {
        width: 100%   ;
        height: 310px;
    }
    .socialInner > div > div {
        width: 50%;
        height: 50%;
    }
    .socialInner > div > div > a > img {
        height: auto;
        height: 100%;
        position: static;
    }
    .socialInner > div > div:nth-of-type(3) > a > img {
        position: static;
        right: 0;
    }
    .socialInner > div > div:nth-of-type(1), .socialInner > div > div:nth-of-type(3) {
        width: 50%;
    }
    .socialInner > div > div:nth-of-type(3) {
        float: right;
    }
    .socialInner > div > div:nth-of-type(2), .socialInner > div > div:nth-of-type(4) {
        padding: 20px 15px;
        background-position: 110px 19px;
    }
    .socialInner > div > div:nth-of-type(2) > a > p, .socialInner > div > div:nth-of-type(4) > a > p {
        margin-top: 50px;
        font-size: 1.2rem;
    }
    #service {
        width: 100%;
        border-top: none;
        padding-left: 0;
    }
    .serviceInner > div {
        width: 95%;
        height: 250px;
        margin: 0 auto;
        padding: 0 20px 20px 20px;
    }
    .serviceInner > div:nth-of-type(1) {
        margin-bottom: 10px;
    }
    .serviceInner > div:nth-of-type(2), .serviceInner > div:last-of-type {
        height: 132px;
    }
    .serviceInner > div > a {
        width: 50%;
        height: 50%;
    }
    .serviceInner > div > a > span {
        width: 65px;
        height: 65px;
        margin: 20px auto 12px auto;
    }
    .serviceInner > div > a:nth-of-type(3) > span {
        width: 73px;
        height: 73px;
        margin: 15px auto 10px auto;
    }
    .serviceInner > div:nth-of-type(2) {
        width: 47%;
        padding: 20px 0;
        margin: 0 0 0 2.5%;
    }
    .serviceInner > div:nth-of-type(2) > a {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .serviceInner > div:nth-of-type(2) > a:nth-of-type(1) > span {
        display: none;
    }
    .serviceInner > div:nth-of-type(2) > a:nth-of-type(1) > em {
        width: 100%;
        padding: 0;
    }
    .serviceInner > div:nth-of-type(2) > a:nth-of-type(1) > p {
        font-size: 1.2rem;
        line-height: 1.5;
        width: 100%;
    }
    .serviceInner > div:nth-of-type(2) > a:nth-of-type(2) {
        padding: 0;
        margin: 0 auto;
    }
    .serviceInner > div:nth-of-type(2) > a:nth-of-type(2) > span {
        display: none;
    }
    .serviceInner > div:nth-of-type(2) > a:nth-of-type(2) > em {
        top: 25px;
    }
    .serviceInner > div:nth-of-type(3) {
        width: 47%;
        padding: 20px 0;
        text-align: center;
        margin-right: 2.5%;
    }
    .serviceInner > div:nth-of-type(3){
        font-size: 1.2rem;
    }
    .serviceInner > div:nth-of-type(3) > p {
        font-size: 1.2rem;
    }
    .serviceInner > div:nth-of-type(3) > em:nth-of-type(1) {
        font-size: 1.4rem;
    }
    .serviceInner > div:nth-of-type(3) > em:nth-of-type(2) {
        font-size: 2rem;
    }
    #footer {
        width: 100%;
    }
    .footerInner {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
    .footerInner > img {
        display: block;
        width: 120px;
        padding: 0 0 15px 0;
        margin: 0 auto;
        float: none;
    }
    .footerInner > div:nth-of-type(1) {
        float: none;
        text-align: center;
        line-height: 16px;
    }
    .footerInner > div:nth-of-type(2) {
        float: none;
        text-align: center;
    }
    .userGuide > ul > li {
        display: inline-block;
    }
    .userGuide > ul > li:nth-of-type(1) {
        margin: 0;
        width: 100%;
    }
    .userGuide > ul > li:nth-of-type(1) > span {
        display: block;
    }
    .csGuide > ul > li:nth-of-type(1) {
        margin: 10px 0 0 0;
    }
    .csGuide > ul > li > span {
        display: block;
    }
    .footerInner > div:nth-of-type(2) {
        margin: 0;
    }
    address > p > span {
        display: block;
    }
    .familySite > select {
        position: static;
        margin: 10px 0 0 0;
    }
    .sns {
        margin: 10px 0 0 0;
        display: inline-block;
    }
}
/*/모바일*/
/*/.main*/
