@import url("normalize.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean");
@import url("swiper.min.css");
@import url("animate.css");
* {
  padding: 0;
  margin: 0;
  letter-spacing: -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #424242;
  -webkit-overflow-scrolling: touch;
}

img {
  vertical-align: middle;
}

select, input, button, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

select:focus, input:focus, button:focus {
  outline: none;
}

select {
  background: url("../img/select.jpg") no-repeat 98% 50%;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 20px;
}

body {
  max-width: 1920px;
  min-width: 320px;
  overflow: auto;
  margin: 0 auto;
}

body header {
  min-width: 320px;
}

body header .wrap {
  position: relative;
  padding: 1.25rem 0;
  overflow: visible;
}

body header .wrap .home {
  display: inline-block;
  float: right;
}

body header .wrap .home img {
  height: 42px;
}

body header .wrap .logo {
  display: inline-block;
  max-width: 18%;
}

body header .wrap .menu {
  display: none;
}

body nav {
  display: inline-block;
  position: absolute;
  right: 0;
  top: calc(1.25rem + 2.5px);
  width: 80%;
  z-index: 998;
}

body nav .gnb {
  display: inline-block;
  float: left;
  width: calc(100% - 172px);
  height: 37px;
  background-color: #fff;
  overflow: hidden;
}

body nav .gnb > li {
  display: inline-block;
  float: left;
  width: 33.333%;
}

body nav .gnb > li > a {
  display: block;
  font-size: 0.8rem;
  padding: 0.5rem 0 1rem;
  line-height: 1;
  text-align: center;
}

body nav .gnb > li > ul a {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 1rem;
  line-height: 1;
  text-align: center;
}

body nav .gnb > li > ul a:hover {
  text-decoration: underline;
  color: #e86285;
}

body nav .gnb:hover {
  height: auto;
}

body nav .lastMonth {
  display: inline-block;
  float: left;
  width: 172px;
}

body nav .lastMonth li {
  display: none;
  padding: 0.5rem 0;
  font-size: 0.8rem;
  line-height: 1;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}

body nav .lastMonth li a:hover {
  text-decoration: underline;
  color: #e86285;
}

body nav .lastMonth li:first-child {
  display: block;
  background-color: #dddddd;
}

body nav .lastMonth li:first-child i {
  margin-left: 5px;
}

body footer {
  padding: 1.5rem 0;
  border-top: 1px solid #d8d8d8;
  text-align: center;
}

body footer p {
  padding: 1.5rem 0 0;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.45;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.wrap02 {
  width: 950px;
  margin: 0 auto;
}

.scroll_top {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 5%;
  padding: 0.5rem 1rem;
  border: 1px solid #424242;
  background-color: #424242;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  cursor: pointer;
  z-index: 996;
}

.scroll_top i {
  display: block;
  color: #fff;
}

.scroll_top .scroll_top:hover {
  border-color: #d8d8d8;
  background-color: #fff;
  color: #424242;
}

.scroll_top .scroll_top:hover i {
  color: #424242;
}

.skipNav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.skipNav a {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.skipNav a span {
  display: block;
  padding: 10px 0;
  border: 3px solid #FFB747;
  background: #000;
  color: #fff;
  text-align: center;
}

.skipNav a:focus {
  height: auto;
}

@media (max-width: 1265px) {
  body {
    font-size: 24px;
  }
  body nav {
    width: calc(100% - (1rem + 156px));
  }
  .wrap {
    width: 90%;
    margin: 0 auto;
  }
}

/*Ipad Pro*/
@media (max-width: 1024px) {
  body header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 998;
  }
  body header .wrap {
    position: relative;
    text-align: center;
  }
  body header .wrap .home {
    display: none;
  }
  body header .wrap .logo {
    max-width: none;
  }
  body header .wrap .logo img {
    height: 34px;
  }
  body header .wrap .menu {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 1.25rem;
    line-height: 1;
    margin-top: -7px;
  }
  body header .wrap .menu i {
    display: block;
  }
  body nav {
    position: fixed;
    left: -60%;
    top: 84px;
    width: 60%;
    height: calc(100% - 84px);
    background-color: #fff;
    overflow: auto;
    z-index: 999;
  }
  body nav .gnb {
    display: block;
    float: none;
    width: 100%;
    height: auto !important;
  }
  body nav .gnb > li {
    display: block;
    float: none;
    width: 100%;
  }
  body nav .gnb > li > a {
    padding: 0.75rem;
    font-size: 0.8rem;
    border-bottom: 1px solid #d8d8d8;
    text-align: left;
  }
  body nav .gnb > li ul {
    display: none;
  }
  body nav .gnb > li ul a {
    padding: 0.75rem;
    margin-bottom: 0;
    font-size: 0.8rem;
    border-bottom: 1px solid #d8d8d8;
    background-color: #eeeeee;
    text-align: left;
  }
  body nav .lastMonth {
    display: block;
    float: none;
    width: 100%;
    padding: 0.5rem 0;
  }
  body nav .lastMonth li {
    width: 65%;
    margin: 0 auto;
    border: 1px solid #d8d8d8;
    border-top: none;
  }
  body nav .lastMonth li:first-child {
    background-color: #fff;
    border-top: 1px solid #d8d8d8;
  }
  body section {
    padding-top: 84px;
  }
}

/*Ipad*/
@media (max-width: 991.98px) {
  body {
    font-size: 20px;
  }
  .wrap02 {
    width: 90%;
  }
  .scroll_top:hover {
    border-color: #424242;
    background-color: #424242;
    color: #fff;
  }
  .scroll_top:hover i {
    color: #fff;
  }
}

/*Tablet*/
@media (max-width: 767.98px) {
  body {
    padding: 0;
  }
}

/*Mobile*/
@media (max-width: 575.98px) {
  body {
    font-size: 16px;
  }
  body header .wrap {
    padding: 1rem 0;
  }
  body header .wrap .logo img {
    height: 27.25px;
  }
  body header .wrap .menu {
    margin-top: -12.5px;
  }
  body nav {
    top: 67px;
    height: calc(100% - 67px);
  }
  body section {
    padding-top: 67.25px;
  }
  body footer {
    padding: 1.5rem 0;
  }
  body footer p {
    font-size: 0.5rem;
  }
  .scroll_top {
    padding: 0.5rem 0.8rem;
    font-size: 0.6rem;
  }
}

/*Mobile(minimum)*/
@media (max-width: 365px) {
  body {
    font-size: 14px;
  }
}

#main .section01 {
  position: relative;
  overflow: hidden;
}

#main .section01 > img {
  position: relative;
  left: 50%;
  width: 1903px;
  margin-left: -951.5px;
}

#main .section01 div {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -600px;
}

#main .section01 div img {
  padding: 2rem 0;
  width: auto;
}

#main .section01 div p {
  font-size: 0.9rem;
  line-height: 1.65;
}

#main .section02 {
  padding: 2rem 0;
}

#main .section02 .wrap {
  border: 1px solid #d8d8d8;
}

#main .section02 .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

#main .section02 .wrap ul li {
  display: inline-block;
  float: left;
  width: 25%;
}

#main .section02 .wrap ul li .box {
  position: relative;
  width: 100%;
  min-height: 50%;
  padding: 2rem 0 0.75rem 0.75rem;
  padding-right: calc(120px + 5%);
  background-repeat: no-repeat;
  background-position: 90% 90%;
  background-size: 120px;
}

#main .section02 .wrap ul li .box p {
  font-size: 0.85rem;
  line-height: 1.25;
  word-break: keep-all;
}

#main .section02 .wrap ul li .box h3 {
  padding-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1;
  word-break: keep-all;
}

#main .section02 .wrap ul li .story {
  background-color: #f1f2f6;
}

#main .section02 .wrap ul li .special {
  background-size: cover;
  background-position: center;
}

#main .section02 .wrap ul li small {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.5rem;
  font-size: 0.7rem;
  line-height: 1;
  background-color: #f4d0d0;
  color: #fff;
}

#main .section02 .wrap ul li .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 2;
}

#main .section02 .wrap ul li .cover h3 {
  color: #f4d0d0;
}

#main .section02 .wrap ul li .cover p {
  padding: 1rem 0;
  color: #fff;
  text-align: center;
}

#main .section02 .wrap ul li .cover a {
  display: inline-block;
  padding: 0.3rem 1rem;
  font-size: 0.8rem;
  border: 1px solid #fff;
  border-radius: 2rem;
  color: #fff;
}

#main .section02 .wrap ul li .cover a i {
  font-size: 0.8rem;
  color: #fff;
}

#main .section02 .wrap ul li .cover.on {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#main .section02 .wrap ul .month {
  width: 22%;
  padding: 1.5rem;
  border-right: 1px solid #d8d8d8;
}

#main .section02 .wrap ul .month h3 {
  font-size: 2em;
  font-weight: 400;
}

#main .section02 .wrap ul .month h3 b {
  display: block;
  color: #6582c4;
}

#main .section02 .wrap ul .month p {
  display: inline-block;
  padding: 0 0.5rem;
  margin: 1.5rem 0 0.75rem;
  font-size: 0.9rem;
  line-height: 1.85;
  background-color: #969aa3;
  color: #fff;
}

#main .section02 .wrap ul .month span {
  display: block;
  font-size: 0.9rem;
  line-height: 1;
}

#main .section02 .wrap ul .colum {
  position: relative;
  width: 28%;
}

#main .section02 .wrap ul .colum img {
  width: 100%;
}

#main .section02 .wrap ul .colum .text {
  padding: 0.75rem 0.75rem 1.5rem;
}

#main .section02 .wrap ul .colum .text p {
  font-size: 0.85rem;
  line-height: 1.25;
}

#main .section02 .wrap ul .colum .text h3 {
  margin-top: 0.25rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

#main .section02 .wrap ul .special.white > p,
#main .section02 .wrap ul .special.white > h3 {
  color: #fff;
}

#main .section03 {
  padding: 2rem 0 4rem;
}

#main .section03 h2 {
  padding: 0 0 2rem;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}

#main .section03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

#main .section03 ul li {
  display: inline-block;
  width: 33%;
  margin-right: 0.5%;
  border: 1px solid #d8d8d8;
}

#main .section03 ul li:last-child {
  margin: 0;
}

#main .section03 ul .talk {
  position: relative;
  padding: 2.5rem 1.25rem;
}

#main .section03 ul .talk .swiper-wrapper a {
  display: block;
}

#main .section03 ul .talk .swiper-wrapper a h3 {
  padding: 0 0 2rem;
  font-size: 1.2rem;
  font-weight: 400;
}

#main .section03 ul .talk .swiper-wrapper a span {
  display: block;
  font-size: 0.9rem;
}

#main .section03 ul .talk .swiper-wrapper a img {
  width: 100%;
  border: 1px solid #d8d8d8;
}

#main .section03 ul .talk .swiper-wrapper a h4 {
  padding: 0.5rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#main .section03 ul .talk .swiper-wrapper a p {
  font-size: 0.85rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#main .section03 ul .talk .swiper-pagination {
  right: 1.25rem;
  top: 1.25rem;
  overflow: hidden;
}

#main .section03 ul .talk .swiper-pagination .swiper-pagination-bullet {
  float: left;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border: 1.5px solid #666666;
  background-color: #fff;
}

#main .section03 ul .talk .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

#main .section03 ul .talk .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cacaca;
  border-color: #cacaca;
}

#main .section03 ul .news a {
  display: block;
  height: 100%;
}

#main .section03 ul .news a img {
  height: 100%;
}

#main .section01.vol407 div,
#main .section01.vol408 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#main .section01.vol407 div img,
#main .section01.vol408 div img {
  padding: 0 0 2rem;
  width: 250px;
}

@media (max-width: 1585px) {
  #main .section01.vol407 > img,
  #main .section01.vol408 > img {
    float: right;
    left: auto;
    margin-left: 0;
    margin-right: -160px;
  }
}

@media (max-width: 1240px) {
  #main .section01.vol407 div img,
  #main .section01.vol408 div img {
    float: left;
    width: auto;
    max-width: none;
    height: 220px;
    padding: 2rem 0;
  }
}

@media (max-width: 1265px) {
  #main .section01 div {
    margin-left: -45%;
  }
  #main .section01 div p {
    display: none;
  }
  #main .section02 .wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main .section02 .wrap ul li {
    width: 50%;
  }
  #main .section02 .wrap ul li .box {
    padding: 2rem 0.75rem 6rem;
    padding-right: calc(120px + 10%);
  }
  #main .section02 .wrap ul .month {
    width: 50%;
    border-bottom: 1px solid #d8d8d8;
  }
  #main .section02 .wrap ul .colum {
    width: 50%;
  }
  #main .section03 ul {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #main .section03 ul li {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  #main .section03 ul li:nth-child(2n) {
    margin-right: 0;
  }
  #main .section03 ul .news a img {
    width: 100%;
    height: auto;
  }
  #main .section01.vol407 > img,
  #main .section01.vol408 > img {
    margin-right: -200px;
  }
  #main .section01.vol407 div,
  #main .section01.vol408 div {
    display: block;
  }
  #main .section01.vol407 div img,
  #main .section01.vol408 div img {
    padding-top: 3rem;
  }
  #main .section01.vol408 div img {
    float: right;
  }
}

/*Ipad*/
@media (max-width: 991.98px) {
  #main .section01 {
    width: 100%;
    overflow: hidden;
  }
  #main .section01 .right {
    left: 0;
    float: right;
    margin-left: 0;
    margin-right: calc(-472px + 5%);
  }
  #main .section01 div img {
    float: right;
    max-width: 30%;
  }
}

/*Mobile*/
@media (max-width: 575.98px) {
  #main .section01 > img {
    width: auto;
    height: 350px;
  }
  #main .section01 .right {
    margin-right: calc(-259px + 5%);
  }
  #main .section02 .wrap ul li {
    width: 100%;
  }
  #main .section02 .wrap ul li .box {
    min-height: auto;
  }
  #main .section02 .wrap ul .month {
    width: 100%;
    padding: 1.5rem 0.75rem;
    border: none;
  }
  #main .section02 .wrap ul .colum {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
  }
  #main .section03 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  #main .section03 ul .talk {
    padding: 2.5rem 0.75rem;
  }
  #main .section03 ul .talk .swiper-pagination {
    right: 0.75rem;
  }
  #main .section01.vol407 > img,
  #main .section01.vol408 > img {
    margin-right: -150px;
  }
  #main .section01.vol407 div img,
  #main .section01.vol408 div img {
    padding: 1rem 0;
    height: 110px;
  }
}

#sub .top {
  position: relative;
  overflow: hidden;
}

#sub .top > img {
  height: 252.73px;
}

#sub .top > img.align_center {
  position: relative;
  left: 50%;
  margin-left: -951.405px;
}

#sub .top > img.align_right {
  float: right;
}

#sub .top div {
  position: absolute;
  left: 50%;
  bottom: 0;
  padding: 0.75rem 2.5rem 0;
  margin-left: -600px;
  background-color: #fff;
  overflow: hidden;
  z-index: 2;
}

#sub .top div .left {
  display: inline-block;
  float: left;
  font-size: 0.9rem;
  line-height: 36px;
  overflow: hidden;
}

#sub .top div .left img {
  display: inline-block;
  float: left;
  margin: 8px 8px 8px 0;
}

#sub .top div .right {
  display: inline-block;
  float: right;
  overflow: hidden;
}

#sub .top div .right button {
  cursor: pointer;
}

#sub .title {
  padding: 6rem 0 5rem;
  text-align: center;
}

#sub .title h2 {
  font-size: 2.2rem;
  line-height: 1.25;
  word-break: keep-all;
}

#sub .title span {
  display: block;
  padding: 1.5rem 0 4rem;
  font-size: 1rem;
  font-weight: 500;
  color: #e86285;
}

#sub .title img {
  width: 100%;
}

#sub .title p {
  padding: 1rem 0;
  font-size: 0.9rem;
  line-height: 1;
  border-bottom: 1px solid #787878;
}

#sub .title .by {
  border: none;
}

#sub .title .by span {
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 0.9rem;
  font-weight: 400;
  border-right: 1px solid #424242;
  color: #424242;
}

#sub .title .by span:last-child {
  border: none;
}

#sub .title01 {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
  font-weight: 400;
  line-height: 1;
  border-radius: 1.25rem;
  background-color: #e86285;
  color: #fff;
  word-break: keep-all;
  text-align: left;
}

#sub .title01:first-child {
  margin-top: 0;
}

#sub .title01:last-child {
  margin-bottom: 0;
}

#sub .textbox {
  padding: 0 0 5rem;
}

#sub .textbox h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.25;
  color: #5d62a1;
  word-break: break-all;
  text-align: justify;
}

#sub .textbox h3.center {
  text-align: center;
  word-break: keep-all;
}

#sub .textbox h3:last-child {
  margin-bottom: 0;
}

#sub .textbox h4 {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.35;
  color: #669a46;
  word-break: break-all;
  text-align: justify;
}

#sub .textbox h4.small {
  font-size: 0.9rem;
  font-style: oblique;
}

#sub .textbox h4.center {
  text-align: center;
  word-break: keep-all;
}

#sub .textbox h4:last-child {
  margin-bottom: 0;
}

#sub .textbox p {
  margin-bottom: 2rem;
  font-size: 0.9rem;
  line-height: 1.45;
  word-break: break-all;
  text-align: justify;
}

#sub .textbox p small {
  display: block;
  clear: both;
  padding-top: 0.5rem;
  font-size: 0.75rem;
}

#sub .textbox p small.center {
  text-align: center;
  word-break: keep-all;
}

#sub .textbox p small.right {
  text-align: right;
}

#sub .textbox p.center {
  text-align: center;
}

#sub .textbox p:last-child {
  margin-bottom: 0;
}

#sub .textbox .three {
  overflow: hidden;
}

#sub .textbox .three img {
  display: inline-block;
  float: left;
  width: 33%;
  margin-right: 0.5%;
}

#sub .textbox .three img:nth-child(3n) {
  margin-right: 0;
}

#sub .textbox .left {
  overflow: hidden;
}

#sub .textbox .left span {
  display: inline-block;
  float: left;
  max-width: calc(50% - 1.5rem);
  margin-right: 1.5rem;
}

#sub .textbox .right {
  overflow: hidden;
}

#sub .textbox .right span {
  display: inline-block;
  float: right;
  max-width: calc(50% - 1.5rem);
  margin-left: 1.5rem;
}

#sub .textbox .half {
  overflow: hidden;
}

#sub .textbox .half span {
  display: inline-block;
  float: left;
  width: 49.5%;
  margin-right: 1%;
}

#sub .textbox .half span img {
  width: 100%;
}

#sub .textbox .half span:nth-child(2n) {
  margin-right: 0;
}

#sub .textbox .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sub .textbox .flex span {
  display: inline-block;
}

#sub .textbox .flex span img {
  display: block;
  max-width: 100%;
}

#sub .textbox .flex span small {
  display: block;
  padding: 0.5rem 0 0;
}

#sub .textbox .border {
  padding: 2rem;
  border: 1px solid #424242;
}

#sub .textbox .border span {
  display: block;
  margin-bottom: 0.5rem;
}

#sub .textbox .border span:last-child {
  margin-bottom: 0;
}

#sub .textbox .border02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

#sub .textbox .border02 .box {
  display: inline-block;
  float: left;
  width: 49%;
  margin-right: 1%;
  padding: 2rem;
  border: 1px solid #424242;
}

#sub .textbox .border02 .box span {
  display: block;
  margin-bottom: 0.5rem;
}

#sub .textbox .border02 .box span:last-child {
  margin-bottom: 0;
}

#sub .textbox .border02 .box:last-child {
  margin-right: 0;
}

#sub .textbox .border03 {
  padding: 1.5rem;
  border: 1px solid #d8d8d8;
  background-color: #f7f8f8;
}

#sub .textbox img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#sub .textbox .talk {
  padding: 1.5rem 0;
  border: 1px solid #d8d8d8;
  background-color: #fff2f4;
  overflow: hidden;
}

#sub .textbox .talk .left {
  display: inline-block;
  float: left;
  padding: 0 3rem;
}

#sub .textbox .talk .right {
  position: relative;
  display: inline-block;
  float: left;
  width: calc(100% - 276px);
  padding: 1rem 3rem;
  margin: 1rem 0;
  border-left: 1px solid #645d56;
  overflow: visible;
}

#sub .textbox .talk .right::after {
  display: inline-block;
  content: "";
  position: absolute;
  left: -1px;
  top: 35px;
  width: 16px;
  height: 23px;
  background-color: #fff2f4;
  background-image: url("../images/talk.png");
  background-size: 100%;
}

#sub .textbox .talk02 {
  overflow: hidden;
}

#sub .textbox .talk02 .left {
  display: inline-block;
  float: left;
  padding: 0 3rem;
}

#sub .textbox .talk02 .right {
  position: relative;
  display: inline-block;
  float: left;
  width: calc(100% - 276px);
  padding: 1rem 3rem;
  margin: 1rem 0;
  border-left: 1px solid #645d56;
  overflow: visible;
}

#sub .textbox .talk02 .right::after {
  display: inline-block;
  content: "";
  position: absolute;
  left: -1px;
  top: 30px;
  width: 16px;
  height: 23px;
  background-color: #fff;
  background-image: url("../images/talk.png");
  background-size: 100%;
}

#sub .textbox .table {
  margin-bottom: 2rem;
  overflow: auto;
}

#sub .textbox .table table {
  width: 100%;
  border-top: 3.5px solid #e86285;
  text-align: center;
}

#sub .textbox .table table th {
  padding: 0.8rem 0;
  border: 1px solid #424242;
  font-size: 0.9rem;
  font-weight: 500;
  background-color: #f7f8f8;
}

#sub .textbox .table table .th {
  padding: 0.8rem 0;
  border: 1px solid #424242;
  font-size: 0.9rem;
  font-weight: 500;
  background-color: #f7f8f8;
}

#sub .textbox .table table td {
  padding: 0.8rem 0;
  border: 1px solid #424242;
  font-size: 0.9rem;
}

#sub .textbox .table .table_left {
  border-top: none;
  border-left: 3.5px solid #e86285;
}

#sub .textbox .table:last-child {
  margin-bottom: 0;
}

#sub .textbox02 {
  padding: 0 0 5rem;
}

#sub .textbox02 .link {
  padding: 1rem;
  border: 1px solid #adadad;
  background-color: #fef9f2;
}

#sub .textbox02 .link h3 {
  padding: 0 1rem 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 34px;
  overflow: hidden;
  border-bottom: 1px solid #adadad;
}

#sub .textbox02 .link h3 img {
  display: inline-block;
  float: left;
  margin-right: 0.5rem;
}

#sub .textbox02 .link p {
  padding: 0 1rem 2.5rem;
  font-size: 0.9rem;
  line-height: 1.45;
  word-break: break-all;
  text-align: justify;
}

#sub .textbox02 .link p:last-child {
  padding-bottom: 0;
}

#sub b.bg {
  font-weight: 400;
  background-color: #fff6c4;
}

#sub b.under {
  font-weight: 400;
  text-decoration: underline;
}

#sub .reader {
  margin-bottom: 2rem;
  border-bottom: 1px solid #424242;
}

#sub .prev,
#sub .next {
  position: fixed;
  left: 10px;
  top: 50%;
  width: 30px;
  height: 51px;
  margin-top: -25.5px;
  background-image: url("../images/prev.png");
  background-size: 100%;
  opacity: 0.3;
  cursor: pointer;
}

#sub .prev:hover,
#sub .next:hover {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0.6;
}

#sub .prev span,
#sub .next span {
  display: none;
}

#sub .next {
  left: auto;
  right: 10px;
  background-image: url("../images/next.png");
}

#sub .textbox.vol407 p.flex.border {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1rem;
  border: 2px solid #87b2e0;
}

#sub .textbox.vol407 p.flex.border span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100px;
  margin: 0;
}

#sub .textbox.vol407 p.flex.border span:last-child {
  width: calc(100% - (100px + 2rem));
}

#sub .textbox.vol407 p.flex.border:nth-child(7) span {
  width: 210px;
}

#sub .textbox.vol407 p.flex.border:nth-child(7) span:last-child {
  width: calc(100% - (210px + 2rem));
}

#sub .textbox.vol407 p.flex.border:nth-child(8) span {
  width: 320px;
}

#sub .textbox.vol407 p.flex.border:nth-child(8) span:last-child {
  width: calc(100% - (320px + 2rem));
}

#sub .textbox.vol407_02 div.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

#sub .textbox.vol407_02 div.flex span {
  display: inline-block;
  float: none;
  width: calc((100% - 1.5rem)/2);
  margin: 0;
}

#sub .textbox.vol407_02 div.flex:last-child {
  margin-bottom: 0;
}

#sub .textbox.vol407_03 div.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

#sub .textbox.vol407_03 div.flex span img {
  border: 3px double #e86285;
}

#sub .textbox.vol407_03 div.flex:last-child {
  margin-bottom: 0;
}

#sub .textbox .vol407_04 {
  padding: 2rem;
  border: 1px solid #333333;
}

#sub .textbox .vol407_04 div.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

#sub .textbox .vol407_04 div.flex span:last-child {
  width: calc(100%  - (350px + 2rem));
}

#sub .textbox.vol407_06 div.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sub .textbox .left span.vol407_07 img {
  margin-top: 12px;
}

#sub .textbox .vol407_09 {
  padding: 2rem;
  border: 1px solid #333333;
}

#sub .textbox .vol407_09 .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

#sub .textbox .vol407_09 .flex span {
  width: 24.7%;
}

#sub .textbox .vol407_09 .flex span:last-child {
  width: calc(100% - (24.7% + 2rem));
}

#sub .textbox.vol407_10 {
  padding-top: 5rem;
}

#sub .textbox.vol407_10 img.mo {
  display: none;
}

#sub .textbox .flex.vol407_11 {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

#sub .textbox .flex.vol407_11 p {
  text-align: center;
  margin-bottom: 0.75rem;
}

/*Ipad Pro*/
@media (max-width: 1265px) {
  #sub .top div {
    margin-left: -45%;
  }
  #sub .prev,
  #sub .next {
    width: 15px;
    height: 26px;
    margin-top: -13px;
  }
  #sub .prev:hover,
  #sub .next:hover {
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    opacity: 0.3;
  }
}

/*Mobile*/
@media (max-width: 575.98px) {
  #sub .top > img {
    height: 181.96px;
  }
  #sub .top > img.align_center {
    margin-left: -685px;
  }
  #sub .top div {
    width: 100%;
    padding: 0;
    margin-left: -50%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  #sub .top div .left {
    width: 100%;
    padding: 0.5rem 5%;
    font-size: 0.7rem;
    line-height: 18px;
  }
  #sub .top div .left img {
    margin: 0 8px 0 0;
  }
  #sub .top div .right {
    width: 100%;
    padding: 0.5rem 5% 0;
    background-color: #fff;
  }
  #sub .top div .right button img {
    width: 30px;
  }
  #sub .title {
    padding: 5rem 0 2.5rem;
  }
  #sub .title span {
    padding: 1.5rem 0 2.5rem;
  }
  #sub .title h2 {
    font-size: 1.8rem;
  }
  #sub .textbox h3 {
    margin-bottom: 1.5rem;
  }
  #sub .textbox .left span {
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
  #sub .textbox .right span {
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 2.5rem;
  }
  #sub .textbox .three img {
    width: 100%;
    margin-right: 0;
  }
  #sub .textbox .half span {
    width: 100%;
    margin-right: 0;
  }
  #sub .textbox .half span small {
    padding: 0.5rem 0;
  }
  #sub .textbox .half span:last-child small {
    padding-bottom: 0;
  }
  #sub .textbox .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sub .textbox .flex span {
    display: block;
    width: 100% !important;
  }
  #sub .textbox .flex span small {
    padding: 0.5rem 0;
  }
  #sub .textbox .flex span:last-child small {
    padding-bottom: 0;
  }
  #sub .textbox .talk .left {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
  }
  #sub .textbox .talk .left img {
    width: 30%;
  }
  #sub .textbox .talk .right {
    display: block;
    float: none;
    width: 85%;
    padding: 1.5rem 0 0;
    margin: 1.5rem auto 0;
    border-left: none;
    border-top: 1px solid #645d56;
  }
  #sub .textbox .talk .right::after {
    left: 50%;
    top: -5px;
    margin-left: -8px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #sub .textbox .talk02 .left {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
  }
  #sub .textbox .talk02 .left img {
    width: 30%;
  }
  #sub .textbox .talk02 .right {
    display: block;
    float: none;
    width: 85%;
    padding: 1.5rem 0 0;
    margin: 1.5rem auto 0;
    border-left: none;
    border-top: 1px solid #645d56;
  }
  #sub .textbox .talk02 .right::after {
    left: 50%;
    top: -5px;
    margin-left: -8px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #sub .textbox .table {
    width: 100%;
  }
  #sub .textbox .table table td, #sub .textbox .table table th, #sub .textbox .table table .th {
    padding: 0.8rem 0.25rem;
    font-size: 0.8rem;
  }
  #sub .textbox .border {
    padding: 1rem;
  }
  #sub .textbox .border02 .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
    padding: 1rem;
  }
  #sub .textbox .border02 .box:last-child {
    margin-bottom: 0;
  }
  #sub .textbox02 .link h3 {
    padding: 0 0 1rem;
  }
  #sub .textbox02 .link p {
    padding: 0 0 2.5rem;
  }
  #sub .pagebutton {
    padding: 0 0 2.5rem;
    text-align: center;
  }
  #sub .prev,
  #sub .next {
    display: inline-block;
    position: static;
    left: auto;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    margin-top: 0;
    background-image: none;
    opacity: 1;
  }
  #sub .prev:hover,
  #sub .next:hover {
    opacity: 1;
  }
  #sub .prev span,
  #sub .next span {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    border: 1px solid #d8d8d8;
  }
  #sub .next {
    margin-right: 0;
  }
  #sub .title01 + span {
    display: block;
  }
  #sub .textbox.vol407 p.flex.border span {
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sub .textbox.vol407 p.flex.border span img {
    display: inline-block;
    margin: 0;
    max-width: 32%;
  }
  #sub .textbox.vol407 p.flex.border span:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  #sub .textbox.vol407 p.flex.border:nth-child(7) span {
    width: 100%;
  }
  #sub .textbox.vol407 p.flex.border:nth-child(7) span img {
    margin-right: 2%;
  }
  #sub .textbox.vol407 p.flex.border:nth-child(7) span img:last-child {
    margin-right: 0;
  }
  #sub .textbox.vol407 p.flex.border:nth-child(7) span:last-child {
    width: 100%;
  }
  #sub .textbox.vol407 p.flex.border:nth-child(8) span {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sub .textbox.vol407 p.flex.border:nth-child(8) span:last-child {
    width: 100%;
  }
  #sub .textbox.vol407_02 div.flex span {
    margin-bottom: 2rem;
  }
  #sub .textbox.vol407_02 div.flex span:last-child {
    margin-bottom: 0;
  }
  #sub .textbox.vol407_03 div.flex span {
    margin-bottom: 2rem;
  }
  #sub .textbox.vol407_03 div.flex span:last-child {
    margin-bottom: 0;
  }
  #sub .textbox .vol407_04 {
    padding: 1rem;
  }
  #sub .textbox .vol407_04 div.flex span {
    margin-bottom: 2rem;
  }
  #sub .textbox .vol407_04 div.flex span small {
    padding-bottom: 0;
  }
  #sub .textbox .vol407_04 div.flex span:last-child {
    margin-bottom: 0;
  }
  #sub .textbox.vol407_05 div.flex span {
    margin-bottom: 2rem;
  }
  #sub .textbox.vol407_05 div.flex span:last-child {
    margin-bottom: 0;
  }
  #sub .textbox.vol407_06 div.flex span {
    margin-bottom: 2rem;
  }
  #sub .textbox.vol407_06 div.flex span:last-child {
    margin-bottom: 0;
  }
  #sub .textbox .left span.vol407_07 img {
    margin-top: 0;
  }
  #sub .textbox .flex.vol407_08 span {
    margin-bottom: 2rem;
  }
  #sub .textbox .flex.vol407_08 span img {
    max-width: 120px;
  }
  #sub .textbox .flex.vol407_08 span:last-child {
    margin-bottom: 0;
  }
  #sub .textbox .vol407_09 {
    padding: 1rem;
  }
  #sub .textbox .vol407_09 span {
    margin-bottom: 2rem;
  }
  #sub .textbox .vol407_09 span:last-child {
    margin-bottom: 0;
  }
  #sub .textbox.vol407_10 img {
    display: none;
  }
  #sub .textbox.vol407_10 img.mo {
    display: block;
  }
  #sub .textbox .flex.vol407_11 p {
    text-align: left;
    margin-bottom: 1rem;
  }
}