html, body, p, div, li, a, strong, b, em, main, section, header, footer {
    margin: 0;
    font-family: "HyundaiSansTextKR", sans-serif;
    line-height:1.75
}
html[lang="zh-Hant"],
html[lang="zh-Hant"] body,
html[lang="zh-Hant"] p,
html[lang="zh-Hant"] div,
html[lang="zh-Hant"] li,
html[lang="zh-Hant"] a,
html[lang="zh-Hant"] strong,
html[lang="zh-Hant"] b,
html[lang="zh-Hant"] em,
html[lang="zh-Hant"] main,
html[lang="zh-Hant"] section,
html[lang="zh-Hant"] header,
html[lang="zh-Hant"] footer {
    font-family: sans-serif;
}
.header-wrapper {
    width: 100%;
    position: relative
}
.header-wrapper.mobile {
    display: none
}
.header-wrapper.index {
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 33.82353%
}
.header-wrapper.detail {
    border: 0 none
}
.header.index {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto
}
.left {
    float: left
}
.right {
    float: right
}
.header {
    font-family: "HyundaiSansTextKR", sans-serif
}
html[lang="zh-Hant"] .header {
    font-family: "Microsoft YaHei", "Microsoft JhengHei", sans-serif;
}
.header .right {
    font-family: inherit
}
.header .right a.active {
    font-family: inherit
}
ul.class-list,
ul.photo {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0
}
ul.class-list > li,
ul.photo > li {
    display: block;
    list-style: none;
    margin-bottom: 1.5em
}
ul.class-list.index > li:nth-of-type(odd) {
    background-color: #f2f2f2
}
ul.class-list > li.list-wrapper {
    background-color: transparent
}
ul.photo:after {
    content: "";
    display: block;
    clear: both
}
ul.photo li {
    width: 33.32%;
    box-sizing: border-box;
    padding: 0 0.875rem;
    float: left;
    font-size: smaller;
}
.photo div {
    line-height: 1.25
}
ul.photo li:nth-of-type(3n+1) {
    padding: 0 1.75rem 0 0
}
ul.photo li:nth-of-type(3n) {
    padding: 0 0 0 1.75rem
}
ul.photo li img {
    width: 100%;
    margin: 0.5em 0
}
ul.photo div.w100,
ul.photo div.h100 {
    margin: 0.5em 0
}
ul.photo li > div > div.w100,
ul.photo li > div > div.h100 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;
    overflow: hidden
}
ul.photo li > div > div.w100 img,
ul.photo li > div > div.h100 img {
    position: absolute;
    margin: auto;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%
}
ul.photo li > div > div.w100 img {
    width: 100%;
    height: auto
}
ul.photo li > div > div.h100 img {
    width: auto;
    height: 100%
}
.button {
    border: 0 none;
    background-color: #666;
    padding: 0.5em 2em;
    margin: 0 0.25em;
    border-radius: 0.375em;
    color: white;
    font-size: 1.1em;
    display: inline-block;
    text-decoration: none
}
.button > a {
    color: white; /* for ie < 8 */
    color: inherit;
    text-decoration: none; /* for ie < 8 */
    text-decoration: inherit
}
.cyan.button {
    background-color: #06c
}
.class-list .list-wrapper {
    max-width: 1140px;
    margin: 0 auto;

    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    word-break: break-word;

    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.class-list .list-wrapper .content-wrapper {
    float: right;
    width: 50%;
    padding-left: 0px;
    box-sizing: border-box
}
.class-list .list-wrapper .gallery {
    float: left;
    padding-right: 0px;
    box-sizing: border-box
}
.class-list .list-wrapper .gallery.index {
    width: 50%;
}
.class-list .list-wrapper .gallery.detail {
    width: 100%;
}
.class-list.detail .gallery.mobile {
    display: none
}
.class-list .content-wrapper {
    margin-top: 3.25em
}
.class-list .content-wrapper .name {
    background-color: #ccc;
    font-weight: bolder;
    padding: 0.5em 1em
}
.class-list .content-wrapper .spec table,
.class-list .content-wrapper .spec table {
    border-collapse: collapse;
    width: 100%
}
.class-list .content-wrapper .spec table th,
.class-list .content-wrapper .spec table td {
    border: 1px solid #ccc;
    padding: 0.375em 1em
}
.class-list .content-wrapper .feature ul > li {
    list-style: disc
}
.class-list .gallery .name {
    font-size: 1.5em;
    font-weight: bolder;
    margin: 0.5em 0
}
.gallery .slider ul,
.gallery .slider ul > li {
    list-style: none;
    display: block
}
.clear-fix {
    display: block;
    clear: both
}
.gallery .slider {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
    font-size: 0;
}
.gallery .slider > ul {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 2000%;
    height: 100%;
}
.gallery .slider > ul > li{
    display: inline-block;
    position: relative;
    margin: 0;
    width: 5%;
    height: 100%;
    overflow: hidden
}
.gallery .slider > ul > li img,
.gallery .slider > ul > li video{
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.gallery .slider .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 8rem;
    color: #ccc;
    opacity: .75
}
.class-list .remark {
    font-size: smaller
}
.btn-prev{
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

    font-size: 70px;
}
.btn-next{
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

    font-size: 70px;
}
.btn-next, .btn-prev {
    color: #c8c6c5;
}
.btn-next.active, .btn-prev.active {
    color: #fff;
    cursor: pointer;
}

.thumb-list{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.thumb-list > li{
    display: inline-block;
    position: relative;
    height: 0;
    width: 19.4%;
    padding-top: 14.55%;
    margin-right: 0.75%;
    margin-top: 0.75%;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
}
.thumb-list > li:nth-child(5n) {
    margin-right: 0;
}
.thumb-list > li.active:after{
    content: ' ';
    display: block;
    margin-top: 3px;
    height: 3px;
    width: 100%;
    background-color: #a5815e;
}
.thumb-list > li > img{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.footer-right {
    position: absolute;
    width: 820px;
    bottom: 0;
    text-align: right;
    color: #5f5f5f;
    font-size: 0.75em;
    left: calc(50% - 570px + 320px);
    height: 31px;
    line-height: 31px;
    margin: 60px 0;
    max-width: 798px
}
h2.title {
    font-family: "HyundaiSansHeadKR", sans-serif;
    font-size: 30px;
    font-weight: normal;
    max-width: 1140px;
    margin: .75em auto .375em;
    line-height: 1.25
}
html[lang="zh-Hant"] h2.title {
    font-family: "Microsoft YaHei", "Microsoft JhengHei", sans-serif;
}
.button, a.btn, button.btn {
    margin-bottom: 10px
}
.btn-down {
    display: none
}
form#myform {
    margin: 2rem auto 0 0
}
@media screen and (max-width: 1140px) {
    .footer-right {
	width: 70%;
	width: 70vw;
	left: 30%
    }
    .class-list.detail .list-wrapper {
	padding-left: 1em;
	padding-right: 1em
    }
}
@media screen and (max-width: 900px) {
    .footer-right {
	width: 50%;
	width: 50vw;
	left: 50%
    }
}
@media screen and (max-width: 768px) {
    .footer-wrapper .footer.mobile {
	padding-top: 25px;
	padding-bottom: 95px;
    }
    .footer-right {
	text-align: center;
	width: 90%;
	width: 90vw;
	left: 5%;
	left: 5vw;
	bottom: 0;
	margin-bottom: 4em;
    }
}
@media screen and (max-width: 640px) {
    .header-wrapper {
	display: none
    }
    .header-wrapper.mobile {
	display: block;
	width: 100%;
	position: relative
    }
    .header-wrapper.mobile.index {
	padding-top: 90.933333333333333333333333333333%
    }
    .class-list.index .content-wrapper,
    .class-list.index .gallery.index {
	display: block;
	float: none;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px
    }
    .class-list.index .remark {
	padding-left: 30px;
	padding-right: 30px
    }
    .class-list.detail .gallery {
	display: none;
    }
    .class-list.detail .gallery.mobile {
	display: block;
    }
    .class-list.detail ul.photo > li {
	display: block;
	width: 49.99%;
	padding:0 .5em 0 0
    }
    .class-list.detail ul.photo > li:nth-of-type(2n) {
	padding:0 0 0 .5em
    }
    .class-list .list-wrapper .gallery {
	padding-right:0
    }
    .btn-down {
	display: block;
	position: fixed;
	bottom: 2em;
	right: 1em;
	width: 8em;
	height: 3.25em;
	padding: .5em;
	font-size: 0.8em;
	line-height: 2.375;
	opacity: .75;
	z-index: 25
    }
    .btn-down .fa {
	display: inline-block;
	width: .625em;
	height: .625em;
	margin: .0625em .25em 0 0;
	font-size: 2em;
	float: right
    }
}
