/* CSS Document */
html {
  color: #444;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-size: small;
  *font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 70px;
  font-family: "Roboto";
}

.en {
  font-family: "Roboto";
}

.zw {
  font-family: "Noto Sans TC", sans-serif;
}

.kr {
  font-family: "Noto Sans KR", sans-serif;
}

.ja {
  font-family: "kosugi maru", sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

html {
  overflow-y: scroll;
}

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

img,
object {
  vertical-align: bottom;
  width: 100%;
}

hr {
  display: none;
}

a {
  outline: none;
  text-decoration: none;
}

h1 {
  position: absolute;
  top: 0;
  left: 10%;
  font-size: 0.8rem;
}

.zw h1 {
  top: 0px;
  font-size: 0.75rem;
  left: 10.2%;
}

* {
  box-sizing: border-box;
}

/* snip */
.snip {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
}
.snip figcaption {
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 0px;
}
.snip p {
  font-size: 0.95rem;
  text-transform: uppercase;
  opacity: 0;
  color: #FFF;
  font-family: nexa;
  padding: 13px 15px 13px;
  box-sizing: border-box;
}
.snip:hover p {
  opacity: 1;
}
.snip img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.snip:hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

.snip *,
.snip *:before,
.snip *:after {
  box-sizing: border-box;
  transition: all 0.55s ease;
}

.snip figcaption:before,
.snip figcaption:after {
  height: 2px;
  width: 500px;
  position: absolute;
  content: "";
  background-color: #ffffff;
}

.snip figcaption:before {
  top: 0;
  left: 0;
  transform: translateX(100%);
}

.snip figcaption:after {
  bottom: 0;
  right: 0;
  transform: translateX(-100%);
}

.snip figcaption div:before,
.snip figcaption div:after {
  width: 2px;
  height: 400px;
  position: absolute;
  content: "";
  background-color: #ffffff;
}

.snip figcaption div:before {
  top: 0;
  left: 0;
  transform: translateY(100%);
}

.snip figcaption div:after {
  bottom: 0;
  right: 0;
  transform: translateY(-100%);
}

.snip:hover figcaption:before,
.snip.hover figcaption:before,
.snip:hover figcaption:after,
.snip.hover figcaption:after,
.snip:hover figcaption div:before,
.snip.hover figcaption div:before,
.snip:hover figcaption div:after,
.snip.hover figcaption div:after {
  transform: translate(0, 0);
}

.snip:hover figcaption:before,
.snip.hover figcaption:before,
.snip:hover figcaption:after,
.snip.hover figcaption:after {
  transition-delay: 0.3s;
}

.btn {
  padding: 5px 15px;
  font-weight: 500;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  display: inline-block;
  border: 2px solid #FF5205;
  z-index: 1;
  color: #FF5205;
  background-color: white;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}
.btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  direction: rtl;
  z-index: -1;
  background: #FF5205;
  transition: all 0.3s ease;
}
.btn:hover {
  color: white;
}
.btn:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}

.aboutus {
  background-color: #fffff5;
  padding: 0px 5%;
}
.aboutus .title {
  margin-bottom: 30px;
}
.aboutus .title h2 {
  color: #156AFF;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  margin: 0 25% 0px;
  height: 12px;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
.aboutus .title h2::before {
  position: absolute;
  top: 65%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-image: url(../../library/img/tour/title-back.png);
  background-color: #fffff5;
}
.aboutus .title h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 30px;
  text-align: left;
  background-color: #FFF;
}
.aboutus .title p {
  margin-top: 20px;
  color: #333;
  text-align: center;
  font-size: 1rem;
  line-height: 1.8rem;
}

.company_info {
  padding: 80px 0% 0;
}
.company_info .wrap::after {
  content: "";
  display: block;
  clear: both;
}
.company_info h3 {
  color: #156AFF;
  font-size: 1.1rem;
  border-bottom: 1px solid #156AFF;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}
.company_info .box {
  width: 73%;
  float: right;
  padding-left: 30px;
}
.company_info .box .office {
  border-left: 1px solid #888;
  border-bottom: 1px solid #888;
  padding: 10px 5px 10px 15px;
  background-color: #FFF;
}
.company_info .box dl {
  margin-bottom: 10px;
}
.company_info .box dl dt {
  color: #FF5205;
  font-size: 0.9rem;
  margin-bottom: 3px;
}
.company_info .box dl dd {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.25rem;
}
.company_info .box ul {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.company_info .box ul li {
  display: table-cell;
  width: 50%;
  padding-left: 15px;
  box-sizing: border-box;
  vertical-align: top;
}
.company_info .box ul .office {
  display: table;
  width: 100%;
}
.company_info .box ul .office .info {
  display: table-cell;
  vertical-align: top;
  width: 55%;
  padding-right: 15px;
}
.company_info .box ul .office figure {
  display: table-cell;
  vertical-align: top;
  width: 45%;
}
.company_info .map {
  width: 27%;
  float: left;
}

.linkbox {
  padding: 80px 0 20px;
}
.linkbox .title {
  margin-bottom: 20px;
}
.linkbox .title h2 {
  color: #156AFF;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  margin: 0 25% 0px;
  height: 12px;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
.linkbox .title h2::before {
  position: absolute;
  top: 65%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-image: url(../../library/img/tour/title-back.png);
  background-color: #fffff5;
}
.linkbox .title h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 30px;
  text-align: left;
  background-color: #FFF;
}
.linkbox ul {
  display: block;
  width: 92%;
  margin: 0 auto 50px;
}
.linkbox ul::after {
  content: "";
  display: block;
  clear: both;
}
.linkbox li {
  display: block;
  width: 20%;
  padding: 0 8px;
  float: left;
}
.linkbox li:nth-child(6) {
  display: none;
}
.linkbox h3 {
  color: #156AFF;
  font-size: 1.2rem;
  margin-top: 10px;
  font-weight: bold;
  height: 25px;
  overflow: hidden;
}

@media only screen and (max-width: 1300px) {
  html {
    font-size: 92%;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 88%;
  }
}
/* snip */
@media only screen and (max-width: 980px) {
  html {
    font-size: 100%;
  }
  body {
    padding-top: 0px;
  }
  h1 {
    display: none;
  }
  .aboutus {
    padding: 0px 4%;
  }
  .aboutus .title {
    margin-bottom: 30px;
  }
  .aboutus .title h2 {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin: 0 20% 0px;
    width: 60%;
  }
  .aboutus .title h2 span {
    padding: 0 30px;
  }
  .aboutus .title p {
    margin-top: 20px;
    color: #333;
    text-align: center;
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .company_info {
    padding: 50px 0% 0;
  }
  .company_info h3 {
    font-size: 1rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .company_info .box {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
  .company_info .box .office {
    padding: 10px 0px 5px 10px;
  }
  .company_info .box dl {
    margin-bottom: 10px;
  }
  .company_info .box dl dt {
    font-size: 0.9rem;
    margin-bottom: 3px;
  }
  .company_info .box dl dd {
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
  .company_info .box ul {
    display: table;
    width: 100%;
    margin-bottom: 15px;
  }
  .company_info .box ul li {
    padding: 0 8px;
  }
  .company_info .box ul .office .info {
    width: 62%;
    padding-right: 15px;
  }
  .company_info .box ul .office figure {
    width: 38%;
    vertical-align: top;
    padding-top: 20px;
  }
  .company_info .map {
    width: 35%;
    float: none;
    margin: 0 auto 30px;
  }
  .linkbox {
    padding: 60px 0 20px;
  }
  .linkbox .title {
    margin-bottom: 20px;
  }
  .linkbox .title h2 {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin: 0 20% 0px;
    width: 60%;
  }
  .linkbox .title h2 span {
    padding: 0 30px;
  }
  .linkbox ul {
    display: block;
    width: 94%;
    margin: 0 auto 30px;
  }
  .linkbox li {
    display: block;
    width: 33.3%;
    padding: 0 8px 15px;
    float: left;
  }
  .linkbox li:nth-child(6) {
    display: block;
  }
  .linkbox h3 {
    font-size: 1.1rem;
    margin-top: 5px;
    height: 25px;
  }
}
@media only screen and (max-width: 680px) {
  body {
    padding-top: 0px;
  }
  .bread_box {
    width: 95%;
    margin: 5px auto;
    z-index: 30;
  }
  .bread {
    font-size: 14px;
    font-size: 1.1rem;
    float: left;
  }
  .aboutus {
    padding: 0px 4%;
  }
  .aboutus .title {
    margin-bottom: 30px;
  }
  .aboutus .title h2 {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin: 0 10% 0px;
    width: 80%;
  }
  .aboutus .title h2 span {
    padding: 0 30px;
  }
  .aboutus .title p {
    font-size: 0.95rem;
    line-height: 1.35rem;
    text-align: justify;
  }
  .company_info {
    padding: 50px 0% 0;
  }
  .company_info h3 {
    font-size: 1.1rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .company_info .box {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
  .company_info .box .office {
    padding: 10px 0px 5px 15px;
  }
  .company_info .box dl {
    margin-bottom: 10px;
  }
  .company_info .box dl dt {
    font-size: 0.9rem;
    margin-bottom: 1px;
  }
  .company_info .box dl dd {
    font-size: 0.95rem;
    line-height: 1.3rem;
  }
  .company_info .box ul {
    display: table;
    width: 100%;
    margin-bottom: 0px;
  }
  .company_info .box ul li {
    padding: 0px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
  }
  .company_info .box ul .office .info {
    width: 60%;
    padding-right: 15px;
  }
  .company_info .box ul .office figure {
    width: 40%;
    vertical-align: top;
    padding-top: 15px;
  }
  .company_info .map {
    width: 70%;
    float: none;
    margin: 0 auto 30px;
  }
  .linkbox {
    padding: 40px 0 0px;
  }
  .linkbox .title {
    margin-bottom: 20px;
  }
  .linkbox .title h2 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin: 0 5% 0px;
    width: 90%;
  }
  .linkbox .title h2 span {
    padding: 0 10px;
  }
  .linkbox ul {
    display: block;
    width: 94%;
    margin: 0 auto 30px;
  }
  .linkbox li {
    display: block;
    width: 50%;
    padding: 0 8px 10px;
  }
  .linkbox h3 {
    font-size: 1rem;
    margin-top: 5px;
    height: 25px;
  }
}
@media only screen and (max-width: 380px) {
  body {
    padding-top: 0px;
  }
  .aboutus {
    padding: 0px 4%;
  }
  .aboutus .title {
    margin-bottom: 30px;
  }
  .aboutus .title h2 {
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin: 0 5% 0px;
    width: 90%;
  }
  .aboutus .title h2::before {
    top: 50%;
  }
  .aboutus .title h2 span {
    padding: 0 30px;
  }
  .aboutus .title p {
    font-size: 0.95rem;
    line-height: 1.3rem;
    text-align: justify;
  }
  .company_info {
    padding: 50px 0% 0;
  }
  .company_info h3 {
    font-size: 1.05rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .company_info .box .office {
    padding: 10px 0px 5px 10px;
  }
  .company_info .box dl {
    margin-bottom: 10px;
  }
  .company_info .box dl dt {
    font-size: 0.9rem;
    margin-bottom: 1px;
  }
  .company_info .box dl dd {
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
  .company_info .box ul .office .info {
    width: 60%;
    padding-right: 15px;
  }
  .company_info .box ul .office figure {
    width: 40%;
    vertical-align: top;
    padding-top: 15px;
  }
  .company_info .map {
    width: 70%;
    float: none;
    margin: 0 auto 30px;
  }
  .linkbox {
    padding: 40px 0 0px;
  }
  .linkbox .title {
    margin-bottom: 20px;
  }
  .linkbox .title h2 {
    font-size: 1.1rem;
    line-height: 1.1rem;
    margin: 0 5% 0px;
    width: 90%;
    height: 10px;
  }
  .linkbox .title h2 span {
    padding: 0 10px;
  }
  .linkbox ul {
    display: block;
    width: 96%;
    margin: 0 auto 30px;
  }
  .linkbox li {
    display: block;
    width: 50%;
    padding: 0 6px 10px;
  }
  .linkbox h3 {
    font-size: 0.95rem;
    margin-top: 5px;
    height: 20px;
  }
}/*# sourceMappingURL=basic.css.map */