@charset "UTF-8";
/*-----------------------------------------------------

  Common CSS
  [LastUpDate:2017.08.29]

    - Body
    - Link
    - Responsive
    - Overlay
    - Header
    - Wrapper
    - Parts
    - Page Top
    - Footer

-----------------------------------------------------*/
/*-----------------------------------------------------

  Body

-----------------------------------------------------*/
body {
  background: url(../img/cmn_bodybg.png) center;
  background-size: 100% auto;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem; /* 12px 10px=1.0rem */
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 736px) {
  body {
    font-size: 14px;
    font-size: 1.4rem; /* 12px 10px=1.0rem */
    line-height: 1.6;
  }
}



/*-----------------------------------------------------

  Link

-----------------------------------------------------*/
a:link , a:visited , a.touchend {
  color: #e60012;
  text-decoration: none;
}

a:active , a:hover , a.touchstart {
  color: #000000;
  text-decoration: none;
}

a.blank {
  margin-right: 2px;
  padding-right: 11px;
  background: url(../img/cmn_icon_blank.png) no-repeat right 55%;
  background-size: 10px 8px;
}

.zoom {
  display: none;
}

@media screen and (max-width: 736px) {
  .zoom {
    display: table;
    width: 80%;
    height: 40px;
    margin: 10px 10%;
    text-align: center;
    vertical-align: middle;
  }

  .zoom a {
    display: table-cell;
    height: 40px;
    border: 2px solid #999999;
    border-radius: 20px;
    color: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle;
  }

  .zoom a:hover ,  .zoom a:active {
    background: #999999;
    color: #ffffff;
  }

  .zoom a span {
    padding: 2px 0 2px 22px;
    background: url(../img/cmn_icon_zoom.png) no-repeat left 50%;
    background-size: 20px 20px;
    font-weight: 700;
  }

  .zoom a:hover span , .zoom a:active span {
    background: url(../img/cmn_icon_zoom_on.png) no-repeat left 50%;
    background-size: 20px 20px;
  }
}



/*-----------------------------------------------------

  Responsive

-----------------------------------------------------*/
.pc-br {
  display: block;
}

.sp-br {
  display: none;
}

.sp-visible {
  display: none;
}

.pc-visible {
  display: block;
}

@media screen and (max-width: 736px) {
  .pc-br {
    display: none;
  }

  .sp-br {
    display: block;
  }

  .sp-visible {
    display: block;
  }

  .pc-visible {
    display: none;
  }
}




/*-----------------------------------------------------

  Overlay

-----------------------------------------------------*/
.overlay {
  display: none;
  opacity: 0.8;
  position: fixed;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: #000000;
}




/*-----------------------------------------------------

  Header

-----------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 70px;
  background: url(../img/cmn_bodybg.png) center;
  background-size: 100% auto;
}

#header .inner {
  display: table;
  width: 100%;
  height: 60px;
  background: #222222;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  #header {
    height: 55px;
  }
  #header .inner {
    height: 45px;
  }
}

@media screen and (max-width: 736px) {
  #header {
    height: 50px;
  }
}


/*-----------------------------------------------------
  Title Area
-----------------------------------------------------*/
#header .title-area {
  overflow: hidden;
  float: left;
}

#header .title-area .inner {
  display: table;
  height: 60px;
  vertical-align: middle;
}

#header .title-area .jr-logo {
  display: table-cell;
  overflow: hidden;
  width: 90px;
  height: 60px;
  padding-left: 10px;
  vertical-align: middle;
}

#header .title-area .jr-logo li {
  display: table-cell;
  width: 45px;
  padding-right: 4px;
  vertical-align: middle;
}

#header .title-area h1 {
  display: table-cell;
  height: 60px;
  padding-left: 5px;
  vertical-align: middle;
}

#header .title-area h1 a {
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  #header .title-area {
    position: relative;
    z-index: 10;
    width: calc(100% - 90px) !important;
    height: 45px;
    background: #222222;
  }

  #header .title-area .inner {
    height: 45px;
  }

  #header .title-area .jr-logo {
    height: 45px;
  }

  #header .title-area h1 {
    width: calc(100% - 180px) !important;
    height: 45px;
  }
}

@media screen and (max-width: 736px) {
  #header .title-area {
    padding-left: 5px;
  }
  #header .title-area .jr-logo {
    width: 55px;
    height: 45px;
    padding-left: 0;
  }

  #header .title-area .jr-logo li ,
  #header .title-area .jr-logo li:last-child {
    width: 50%;
    height: 45px;
    padding-right: 3px;
  }

  #header .title-area .jr-logo li a img {
    vertical-align: middle;
  }

  #header .title-area h1 {
    width: calc(100% - 90px - 5px -13.33333%) !important;
  }
}

/*-----------------------------------------------------
 Navigation
-----------------------------------------------------*/
#header #menu {
  overflow: hidden;
  position: relative;
  float: left;
  z-index: 0;
  height: 60px;
}

#header #menu .menu-btn {
  display: none;
}

#header #menu ul {
  overflow: hidden;
  width: 100%;
  height: 60px;
}

#header #menu ul li {
  float: left;
  width: 16.666666%;
  height: 60px;
  border-left: 1px solid #333333;
  box-sizing: border-box;
  vertical-align: middle;
}

#header #menu ul li a {
  display: table;
  width: 100%;
  height: 60px;
  color: #999999;
  text-align: center;
  vertical-align: middle;
}

#header #menu ul li .current {
  color: #ffffff;
}

#header #menu ul li a:hover ,
#header #menu ul li a:active {
  background: #333333;
  color: #ffffff;
}

#header #menu ul li a span {
  display: table-cell;
  height: 60px;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  vertical-align: middle;
}

#header #menu ul .privilege {
  border-left: none;
  background: #ffea00;
}

#header #menu ul .privilege a {
  background: #ffea00;
}

#header #menu ul .privilege a span {
  color: #000000;
}

#header #menu ul .privilege a:hover ,
#header #menu ul .privilege a:active {
  background: #333333;
}

#header #menu ul .privilege a:hover span ,
#header #menu ul .privilege a:active span {
  color: #ffea00;
}

@media screen and (max-width: 1024px) {
  #header #menu {
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 45px;
  }

  #header #menu .menu-btn {
    display: block;
    float: right;
    width: 45px;
    height: 45px;
    margin-right: 45px;
    border-left: 1px solid #333333;
    background: #222222;
    cursor: pointer;
  }

  #header #menu .menu-btn , #header #menu .menu-btn span {
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.4s;
  }

  #header #menu .menu-btn p {
    position: relative;
    width: 20px;
    height: 45px;
    margin: 0 12.5px;
  }

  #header #menu .menu-btn p span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #999999;
  }
  #header #menu .menu-btn p span:nth-of-type(1) {
    top: 14.5px;
  }

  #header #menu .menu-btn p span:nth-of-type(2) {
    top: 21.5px;
  }

  #header #menu .menu-btn p span:nth-of-type(3) {
    bottom: 14.5px;
  }

  #header #menu .menu-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-315deg);
            transform: translateY(7px) rotate(-315deg);
  }
  #header #menu .menu-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header #menu .menu-btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(315deg);
            transform: translateY(-7px) rotate(315deg);
  }

  #header #menu ul {
    position: absolute;
    top: -15px;
    right: left;
    z-index: -10;
    width: 100%;
    height: 60px;
    border-top: 1px solid #333333;
    background: #222222;
  }
}

@media screen and (max-width: 736px) {
  #header #menu ul {
    top: -240px;
    height: 240px;
  }

  #header #menu ul li {
    float: none;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #333333;
    border-left: none;
  }

  #header #menu ul li a {
    height: 40px;
    padding-left: 10px;
    text-align: left;
  }

  #header #menu ul li a span {
    height: 40px;
  }
}


/*-----------------------------------------------------
 Language
-----------------------------------------------------*/
#header #language {
  float: right;
  width: 110px;
  height: 60px;
  background: #cccccc;
}

#header #language p {
  display: block;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 110px;
  height: 0;
  padding-top: 60px;
  background: url(../img/sp_cmn_icon_lang.png) #cccccc no-repeat 50% 50%;
  background-size: 20px 20px;
  cursor: pointer;
}

#header #language ul li {
  display: table;
  position: absolute;
  top: 0;
  z-index: 0;
  height: 60px;
  background: #cccccc;
  font-weight: 700;
}

#header #language ul li:first-child {
  z-index: 5;
  background: url(../img/cmn_icon_lang.png) no-repeat 7px 50%, url(../img/cmn_arrow_lang.png) #cccccc no-repeat 95px 50%;
}

#header #language ul li a ,
#header #language ul li a:link ,
#header #language ul li a:visited ,
#header #language ul li a.touchend {
  display: table-cell;
  width: 110px;
  height: 60px;
  padding-left: 34px;
  border-top: 1px solid #ffffff;
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
}

#header #language ul li a:hover ,
#header #language ul li a:active ,
#header #language ul li a.touchstart {
  background: #dddddd;
}

#header #language ul li:first-child a ,
#header #language ul li:first-child a:link ,
#header #language ul li:first-child a:visited ,
#header #language ul li:first-child a.touchend {
  border-top: none;
}

#header #language ul li:first-child a:hover ,
#header #language ul li:first-child a:active ,
#header #language ul li:first-child a.touchstart {
  background: url(../img/cmn_icon_lang.png) no-repeat 7px 50%, url(../img/cmn_arrow_lang.png) #dddddd no-repeat 95px 50%;
}

#header #language ul .en {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

#header #language ul .kr {
  font-family: "Noto Sans KR", "Malgun Gothic", "나눔고딕", NanumGothic, "돋움", Dotum, "굴림", Arial,Helvetica,sans-serif;
}

#header #language ul .sc {
  font-family: "Noto Sans SC", "Microsoft YaHei", 微软雅黑, Arial, Helvetica, sans-serif;
}

#header #language ul .tc {
  font-family: "Noto Sans TC", "Microsoft JhengHei", 微軟正黑體, Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1024px) {
  #header #language {
    z-index: 0;
    width: 45px;
    height: 45px;
    background: none;
  }

  #header #language p {
    opacity: 1;
    width: 45px;
    padding-top: 45px;
  }

  #header #language ul {
    position: absolute;
    top: -15px;
    right: 0;
    z-index: -10;
    width: 100%;
  }

  #header #language ul li {
    position: static;
    float: left;
    width: 25%;
    border-left: 1px solid #ffffff;
    background: #cccccc !important;
  }

  #header #language ul li:first-child {
    border-left: none;
  }

  #header #language ul li a ,
  #header #language ul li a:link ,
  #header #language ul li a:visited ,
  #header #language ul li a.touchend {
    padding-left: 0;
    border-top: 1px solid #ffffff;
    text-align: center;
  }

  #header #language ul li:first-child a:hover ,
  #header #language ul li:first-child a:active ,
  #header #language ul li:first-child a.touchstart {
    background: #dddddd;
  }
}

@media screen and (max-width: 736px) {
  #header #language ul {
    top: -160px;
  }

  #header #language ul li {
    float: none;
    width: 100%;
    height: 45px;
    border-left: none;
  }

  #header #language ul li a ,
  #header #language ul li a:link ,
  #header #language ul li a:visited ,
  #header #language ul li a.touchend {
    width: 100%;
    height: 45px;
    padding-left: 10px;
    text-align: left;
  }
}



/*-----------------------------------------------------

  Wrapper

-----------------------------------------------------*/
#wrapper {
  margin: 0 10px;
}

@media screen and (max-width: 736px) {
  #wrapper {
    margin: 0 5px;
  }
}




/*-----------------------------------------------------

  Parts

-----------------------------------------------------*/
p.notes , ul.notes li {
  padding-left: 1em;
  color: #666666;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.3;
  text-indent: -1em;
}

p.notes strong , ul.notes li strong {
  color: #e50012;
  font-weight: 700;
}




/*-----------------------------------------------------

  Page Top

-----------------------------------------------------*/
#pagetop {
  display: table;
  position: fixed;
  right: 0;
  bottom: 65px;
  z-index: 20;
  width: 100px;
  height: 45px;
  background: url(../img/cmn_pagetop_bg.png) repeat-x left top;
}

#pagetop a {
  display: table-cell;
  width: 100px;
  height: 45px;
  padding-bottom: 5px;
  color: #ffffff;
  font-family: 'Oswald';
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

#pagetop a span {
  padding-left: 13px;
  background: url(../img/cmn_pagetop_arrow.png) no-repeat left 50%;
}

@media screen and (max-width: 736px) {
  #pagetop {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #000000;
  }

  #pagetop a {
    width: 100%;
    height: 45px;
    padding-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}




/*-----------------------------------------------------

  Footer

-----------------------------------------------------*/
footer {
  display: block;
  height: 50px;
  padding: 0 10px;
}

footer ul {
  display: table;
  width: 100%;
  height: 50px;
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 12px;
  font-size: 1.2rem;
}

footer ul li {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

footer ul .jr-west {
  padding-left: 45px;
  background: url(../img/cmn_logo_jrwest.png) no-repeat left 50%;
  background-size: 37px auto;
}

footer ul .jr-kyushu {
  padding-right: 45px;
  background: url(../img/cmn_logo_jrkyushu.png) no-repeat right 50%;
  background-size: 37px auto;
  text-align: right;
}

@media screen and (max-width: 736px) {
  footer , footer ul {
    height: auto;
  }
  footer ul li {
    padding: 55px 10px 65px 10px !important;
    line-height: 1.2;
    text-align: center !important;
  }

  footer ul .jr-west {
    background: url(../img/cmn_logo_jrwest.png) no-repeat 50% 20px;
    background-size: 36px auto;
  }

  footer ul .jr-kyushu {
    background: url(../img/cmn_logo_jrkyushu.png) no-repeat 50% 20px;
    background-size: 36px auto;
  }
}
