
#preview_main {
  width: 960px;
  margin: 0 auto;
/*   font-family: 'Nanum Gothic'; */
}
#preview_main header {
  height: 144px;
  text-align: center;
  font-size: 44px;
  line-height: 135px;
/*   font-family: 'Nanum Gothic'; */
  color: #ffffff;
  background: url("../images/bg-main-header-pc.gif") 0 0 no-repeat;
}
#preview_main header span {
  color: #ffb400;
}
#preview_main .text {
  padding: 0 110px;
  background-color: #fff;
}
#preview_main .text img {
  float: left;
  margin-top: 16px;
  margin-right: 62px;
}
#preview_main .text p {
  padding: 42px 0 27px 223px;
  color: #404040;
  font-weight: bold;
  font-size: 18px;
}
#preview_main .selection {
  padding-top: 35px;
  text-align: center;
  background-color: #f4f4f4;
}
#preview_main .selection .guide {
  display: inline-block;
  padding: 0 45px;
  color: #ffffff;
  background-color: #2967c5;
  border-radius: 15px;
  font-size: 16px;
  line-height: 26px;
}
#preview_main .selection ul {
  margin-top: 35px;
}
#preview_main .selection ul li {
  width: 344px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  margin: 0 24px;
}
#preview_main .selection ul li > a {
  display: block;
  padding: 12px 11px 37px;
  font-weight: bold;
}
#preview_main .selection ul li > a strong {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #ffe400;
  font-size: 28px;
  border-radius: 5px;
}
#preview_main .selection ul li > a em {
  display: block;
  margin: 10px;
  font-style: normal;
  font-size: 26px;
}
#preview_main .selection ul li > a span {
  color: #404040;
  font-size: 22px;
  line-height: 22px;
}
#preview_main .selection ul li.version1 {
  border-color: #009944;
}
#preview_main .selection ul li.version1 > a strong {
  background-color: #009944;
}
#preview_main .selection ul li.version1 > a em {
  color: #009944;
}
#preview_main .selection ul li.version1:hover {
  border-color: #d0e42c;
}
#preview_main .selection ul li.version2 {
  border-color: #2967c5;
}
#preview_main .selection ul li.version2 > a strong {
  background-color: #2967c5;
}
#preview_main .selection ul li.version2 > a em {
  color: #2967c5;
}
#preview_main .selection ul li.version2:hover {
  border-color: #9ad8fe;
}
.mobile-show {
  display: none;
}


@media (min-width: 768px) and (max-width: 959px) {
  #preview_main {
    width: 100%;
    margin: auto;
  }
  #preview_main header {
    height: 88px;
    font-size: 36px;
    line-height: 83px;
    background: url("../images/bg-main-header-tablet.gif") 0 0 repeat-x;
  }
  #preview_main .text {
    padding: 0 10%;
  }
  #preview_main .text img {
    margin: 0;
  }
  #preview_main .text p {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 205px;
  }
  #preview_main .selection .guide {
    font-size: 28px;
    line-height: 38px;
  }
  #preview_main .selection ul {
    margin-top: 20px;
  }
  #preview_main .selection ul li {
    width: auto;
    margin: 0 12px;
  }
  #preview_main .selection .version2 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 959px) {
  html,
  body {
    height: 100%;
  }
  .mobile-hidden {
    display: none;
  }
 
  #preview_main {
    width: 100%;
    margin: auto;
  }
  
}
@media (orientation: portrait) {
 
  .contents .portrait img {
    max-width: 100%;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #preview_main header {
    height: 44px;
    font-size: 18px;
    line-height: 38px;
    background: url("../images/bg-main-header-mobile.gif") 0 0 repeat-x;
  }
  #preview_main .text {
    padding: 10px;
  }
  #preview_main .text img {
    width: 90px;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  #preview_main .text p {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 100px;
    font-size: 12px;
  }
  #preview_main .selection {
    padding-top: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }
  #preview_main .selection .guide {
    padding: 0 22px;
    font-size: 14px;
    line-height: 25px;
  }
  #preview_main .selection ul {
    margin-top: 10px;
  }
  #preview_main .selection ul li {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  #preview_main .selection ul li > a {
    padding-bottom: 10px;
  }
  #preview_main .selection ul li > a strong {
    font-size: 20px;
  }
  #preview_main .selection ul li > a em {
    font-size: 18px;
  }
  #preview_main .selection ul li > a span {
    font-size: 16px;
  }
  
}
@media (max-width: 959px) and (orientation: landscape) {
  #preview_main header {
    height: 44px;
    font-size: 18px;
    line-height: 38px;
    background: url("../images/bg-main-header-mobile.gif") 0 0 repeat-x;
  }
  #preview_main .text {
    padding: 10px;
  }
  #preview_main .text img {
    width: 90px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 0;
  }
  #preview_main .text p {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 12px;
  }
  #preview_main .selection {
    padding-top: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }
  #preview_main .selection .guide {
    padding: 0 22px;
    font-size: 14px;
    line-height: 25px;
  }
  #preview_main .selection ul {
    margin-top: 10px;
  }
  #preview_main .selection ul li {
    width: 48%;
    margin: 0 0 20px;
  }
  #preview_main .selection ul li > a {
    padding-bottom: 10px;
  }
  #preview_main .selection ul li > a strong {
    font-size: 20px;
  }
  #preview_main .selection ul li > a em {
    font-size: 18px;
  }
  #preview_main .selection ul li > a span {
    font-size: 16px;
  }
  
}
.nowrap {
  white-space: nowrap;
}
