@media screen and (max-width: 767.9px) {
  .container .breadcrumb_inner ul li:nth-child(2):after {
    content: none; } }

@media screen and (max-width: 767.9px) {
  .container .breadcrumb_inner ul li:last-child {
    display: none; } }

.container .sub_head_content {
  padding: 45px 0 40px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .container .sub_head_content {
      padding: calc(45 / 1024 * 100vw) 0 calc(40 / 1024 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .container .sub_head_content {
      padding: calc(62 / 750 * 100vw) 0; }
      .container .sub_head_content .pg_title {
        line-height: calc(64 / 750 * 100vw); } }

.container .content {
  position: relative; }

.container .br_line {
  position: relative; }
  .container .br_line:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #EAEAEA;
    display: block;
    position: absolute;
    left: 0;
    top: 0; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .container .br_line:before {
        height: calc(1 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .container .br_line:before {
        height: calc(2 / 750 * 100vw); } }

.container .video_content {
  padding: 40px 0;
  margin-bottom: 40px;
  background-color: #F0F0F0; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .container .video_content {
      padding: calc(40 / 1024 * 100vw) 0;
      margin-bottom: calc(40 / 1024 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .container .video_content {
      padding: 0;
      margin-bottom: calc(64 / 1024 * 100vw); } }
  .container .video_content .inner {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    padding: 0; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .container .video_content .inner {
        max-width: calc(820 / 1024 * 100vw); } }
    .container .video_content .inner .txt_vdo .video iframe .error-message-text, .container .video_content .inner .txt_vdo .video div .error-message-text {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0; }
      @media screen and (max-width: 767.9px) {
        .container .video_content .inner .txt_vdo .video iframe .error-message-text, .container .video_content .inner .txt_vdo .video div .error-message-text {
          padding: 0 calc(40 / 750 * 100vw) !important;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; } }

.container .chap_content {
  padding: 8px 16px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3F3F3F;
  border-radius: 0 0 8px 8px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .container .chap_content {
      padding: calc(8 / 1024 * 100vw) calc(16 / 1024 * 100vw) calc(16 / 1024 * 100vw);
      border-radius: 0 0 calc(8 / 1024 * 100vw) calc(8 / 1024 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .container .chap_content {
      padding: calc(16 / 750 * 100vw) 0 calc(90 / 750 * 100vw);
      border-radius: 0;
      position: relative; } }
  @media screen and (max-width: 767.9px) {
    .container .chap_content .chap_inner {
      padding: 0 calc(40 / 750 * 100vw) calc(24 / 750 * 100vw);
      border-bottom: calc(2 / 750 * 100vw) solid #585858; } }
  .container .chap_content .chap_btn {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    background-color: #171717;
    border-radius: 8px;
    min-width: 158px;
    padding: 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #707070;
    position: relative; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .container .chap_content .chap_btn {
        font-size: calc(16 / 1024 * 100vw);
        line-height: calc(28 / 1024 * 100vw);
        border-radius: calc(8 / 1024 * 100vw);
        min-width: calc(158 / 1024 * 100vw);
        padding: calc(7 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .container .chap_content .chap_btn {
        font-size: calc(32 / 750 * 100vw);
        line-height: calc(56 / 750 * 100vw);
        border-radius: calc(16 / 750 * 100vw);
        min-width: calc(316 / 750 * 100vw);
        padding: calc(12 / 750 * 100vw);
        border-width: calc(2 / 750 * 100vw); } }
    .container .chap_content .chap_btn:after {
      content: '';
      display: block;
      background: url("/assets/img/icon/chp_cross_icon.svg") no-repeat 50%/contain;
      min-width: 23px;
      min-height: 23px;
      margin-left: 8px;
      -webkit-transition: .3s;
      transition: .3s;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .container .chap_content .chap_btn:after {
          min-width: calc(23 / 1024 * 100vw);
          min-height: calc(23 / 1024 * 100vw);
          margin-left: calc(8 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .container .chap_content .chap_btn:after {
          min-width: calc(44 / 750 * 100vw);
          min-height: calc(44 / 750 * 100vw);
          margin-left: calc(16 / 750 * 100vw); } }
    .container .chap_content .chap_btn.selected {
      border-radius: 8px 8px 0 0;
      border-bottom: 0; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .container .chap_content .chap_btn.selected {
          border-radius: calc(8 / 1024 * 100vw) calc(8 / 1024 * 100vw) 0 0; } }
      @media screen and (max-width: 767.9px) {
        .container .chap_content .chap_btn.selected {
          border-radius: calc(16 / 750 * 100vw) calc(16 / 750 * 100vw) 0 0; } }
      .container .chap_content .chap_btn.selected:before {
        content: '';
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #171717; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .container .chap_content .chap_btn.selected:before {
            bottom: calc(-2 / 1024 * 100vw);
            height: calc(2 / 1024 * 100vw); } }
        @media screen and (max-width: 767.9px) {
          .container .chap_content .chap_btn.selected:before {
            bottom: calc(-2 / 750 * 100vw);
            height: calc(2 / 750 * 100vw); } }
      .container .chap_content .chap_btn.selected:after {
        -webkit-transform: rotate(225deg);
                transform: rotate(225deg);
        -webkit-transition: .3s;
        transition: .3s; }
  .container .chap_content ul {
    background-color: #171717;
    border: 1px solid #707070;
    border-radius: 0 8px 8px 8px;
    padding: 17px 24px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .container .chap_content ul {
        border-radius: 0 calc(8 / 1024 * 100vw) calc(8 / 1024 * 100vw) calc(8 / 1024 * 100vw);
        padding: calc(17 / 1024 * 100vw) calc(24 / 1024 * 100vw) calc(15 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .container .chap_content ul {
        border-width: calc(2 / 750 * 100vw);
        border-radius: 0 calc(16 / 750 * 100vw) calc(16 / 750 * 100vw) calc(16 / 750 * 100vw);
        padding: calc(34 / 750 * 100vw) calc(48 / 750 * 100vw) calc(30 / 750 * 100vw); } }
    .container .chap_content ul li {
      font-size: 14px;
      line-height: 32px;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (min-width: 767.9px) {
        .container .chap_content ul li:hover span {
          text-decoration: underline; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .container .chap_content ul li {
          font-size: calc(14 / 1024 * 100vw);
          line-height: calc(32 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .container .chap_content ul li {
          font-size: calc(28 / 750 * 100vw);
          line-height: calc(64 / 750 * 100vw); } }
      .container .chap_content ul li.selected span {
        text-decoration: underline; }
      .container .chap_content ul li span {
        cursor: pointer;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .container .chap_content ul li span:after {
          content: '';
          display: block;
          background: url("/assets/img/icon/right_arrow.svg") no-repeat 50%/contain;
          width: 7px;
          height: 12px;
          margin-left: 6px;
          position: relative;
          top: 2px; }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .container .chap_content ul li span:after {
              width: calc(7 / 1024 * 100vw);
              height: calc(12 / 1024 * 100vw);
              margin-left: calc(6 / 1024 * 100vw);
              top: calc(2 / 1024 * 100vw); } }
          @media screen and (max-width: 767.9px) {
            .container .chap_content ul li span:after {
              width: calc(14 / 750 * 100vw);
              height: calc(24 / 750 * 100vw);
              margin-left: calc(14 / 750 * 100vw);
              top: calc(4 / 750 * 100vw); } }
  .container .chap_content .chap_btn_gp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .container .chap_content .chap_btn_gp .prev_next_gp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: auto; }
      @media screen and (max-width: 767.9px) {
        .container .chap_content .chap_btn_gp .prev_next_gp {
          position: absolute;
          bottom: calc(22 / 750 * 100vw);
          left: 0;
          right: 0;
          margin: auto;
          width: 100%;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      @media screen and (max-width: 767.9px) {
        .container .chap_content .chap_btn_gp .prev_next_gp .prev_item, .container .chap_content .chap_btn_gp .prev_next_gp .next_item {
          width: 50%;
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; } }
      @media screen and (min-width: 767.9px) {
        .container .chap_content .chap_btn_gp .prev_next_gp .prev_item a:hover, .container .chap_content .chap_btn_gp .prev_next_gp .next_item a:hover {
          color: #FF6560; } }
      @media screen and (max-width: 767.9px) {
        .container .chap_content .chap_btn_gp .prev_next_gp .prev_item {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding-left: calc(40 / 750 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .container .chap_content .chap_btn_gp .prev_next_gp .next_item {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          padding-right: calc(40 / 750 * 100vw); } }
      .container .chap_content .chap_btn_gp .prev_next_gp a {
        color: #D5D5D5;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 20px; }
        @media screen and (min-width: 767.9px) {
          .container .chap_content .chap_btn_gp .prev_next_gp a {
            position: relative; } }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .container .chap_content .chap_btn_gp .prev_next_gp a {
            font-size: calc(16 / 1024 * 100vw);
            line-height: calc(20 / 1024 * 100vw);
            padding: 0 calc(20 / 1024 * 100vw); } }
        @media screen and (max-width: 767.9px) {
          .container .chap_content .chap_btn_gp .prev_next_gp a {
            padding: 0;
            font-size: calc(32 / 750 * 100vw);
            line-height: calc(40 / 750 * 100vw); } }
        @media screen and (min-width: 767.9px) {
          .container .chap_content .chap_btn_gp .prev_next_gp a.prev:hover:before {
            background: url("/assets/img/icon/dark_arrow_hover.svg") no-repeat center/contain; } }
        .container .chap_content .chap_btn_gp .prev_next_gp a.prev:before {
          content: '';
          display: block;
          background: url("/assets/img/icon/dark_arrow.svg") no-repeat center/contain;
          width: 6px;
          height: 10px;
          margin-right: 8px; }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .container .chap_content .chap_btn_gp .prev_next_gp a.prev:before {
              width: calc(6 / 1024 * 100vw);
              height: calc(10 / 1024 * 100vw);
              margin-right: calc(8 / 1024 * 100vw); } }
          @media screen and (max-width: 767.9px) {
            .container .chap_content .chap_btn_gp .prev_next_gp a.prev:before {
              width: calc(12 / 750 * 100vw);
              height: calc(20 / 750 * 100vw);
              margin-right: calc(16 / 750 * 100vw); } }
        .container .chap_content .chap_btn_gp .prev_next_gp a.prev:after {
          content: '';
          width: 1px;
          height: 100%;
          background-color: #707070;
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
          @media screen and (max-width: 767.9px) {
            .container .chap_content .chap_btn_gp .prev_next_gp a.prev:after {
              width: calc(2 / 750 * 100vw);
              height: calc(32 / 750 * 100vw); } }
        @media screen and (min-width: 767.9px) {
          .container .chap_content .chap_btn_gp .prev_next_gp a.next:hover:after {
            background: url("/assets/img/icon/dark_arrow_hover.svg") no-repeat center/contain; } }
        .container .chap_content .chap_btn_gp .prev_next_gp a.next:after {
          content: '';
          display: block;
          background: url("/assets/img/icon/dark_arrow.svg") no-repeat center/contain;
          width: 6px;
          height: 10px;
          margin-left: 8px;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .container .chap_content .chap_btn_gp .prev_next_gp a.next:after {
              width: calc(6 / 1024 * 100vw);
              height: calc(10 / 1024 * 100vw);
              margin-left: calc(8 / 1024 * 100vw); } }
          @media screen and (max-width: 767.9px) {
            .container .chap_content .chap_btn_gp .prev_next_gp a.next:after {
              width: calc(12 / 750 * 100vw);
              height: calc(20 / 750 * 100vw);
              margin-left: calc(16 / 750 * 100vw); } }

.container .inner .video_pdf .video_txt {
  padding-bottom: 56px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .container .inner .video_pdf .video_txt {
      padding-bottom: calc(56 / 1024 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .container .inner .video_pdf .video_txt {
      padding-bottom: calc(80 / 750 * 100vw); } }
  .container .inner .video_pdf .video_txt h5 {
    font-size: 28px;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .container .inner .video_pdf .video_txt h5 {
        font-size: calc(28 / 1024 * 100vw);
        line-height: calc(40 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .container .inner .video_pdf .video_txt h5 {
        font-size: calc(48 / 750 * 100vw);
        line-height: calc(68 / 750 * 100vw); } }
    .container .inner .video_pdf .video_txt h5 span {
      padding-right: 8px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .container .inner .video_pdf .video_txt h5 span {
          padding-right: calc(8 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .container .inner .video_pdf .video_txt h5 span {
          padding-right: calc(16 / 750 * 100vw); } }
  .container .inner .video_pdf .video_txt p {
    font-size: 16px;
    line-height: 28px;
    margin: 6px 0 24px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .container .inner .video_pdf .video_txt p {
        font-size: calc(16 / 1024 * 100vw);
        line-height: calc(28 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .container .inner .video_pdf .video_txt p {
        font-size: calc(32 / 750 * 100vw);
        line-height: calc(56 / 750 * 100vw);
        margin: calc(8 / 750 * 100vw) 0 calc(32 / 750 * 100vw); } }
  .container .inner .video_pdf .video_txt .like_btn {
    min-width: 201px;
    font-size: 16px;
    line-height: 28px;
    border: 1px solid #D5D5D5;
    border-radius: 24px;
    padding: 5.5px 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .container .inner .video_pdf .video_txt .like_btn {
        min-width: calc(201 / 1024 * 100vw);
        font-size: calc(16 / 1024 * 100vw);
        line-height: calc(28 / 1024 * 100vw);
        border-radius: calc(24 / 1024 * 100vw);
        padding: calc(5.5 / 1024 * 100vw) calc(15 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .container .inner .video_pdf .video_txt .like_btn {
        min-width: calc(402 / 750 * 100vw);
        font-size: calc(32 / 750 * 100vw);
        line-height: calc(56 / 750 * 100vw);
        border-radius: calc(48 / 750 * 100vw);
        padding: calc(11.5 / 750 * 100vw) calc(20 / 750 * 100vw); } }
    .container .inner .video_pdf .video_txt .like_btn:before {
      content: '';
      background: url(/assets/img/icon/unlike.svg) no-repeat;
      background-size: contain;
      width: 17px;
      height: 16px;
      display: block;
      margin-right: 8px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .container .inner .video_pdf .video_txt .like_btn:before {
          width: calc(17 / 1024 * 100vw);
          height: calc(16 / 1024 * 100vw);
          margin-right: calc(8 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .container .inner .video_pdf .video_txt .like_btn:before {
          width: calc(34 / 750 * 100vw);
          height: calc(32 / 750 * 100vw);
          margin-right: calc(16 / 750 * 100vw); } }
    .container .inner .video_pdf .video_txt .like_btn.selected:before {
      background: url(/assets/img/icon/like.svg) no-repeat; }

.container .inner .video_pdf .pdf_download {
  position: relative;
  padding-top: 48px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .container .inner .video_pdf .pdf_download {
      padding-top: calc(48 / 1024 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .container .inner .video_pdf .pdf_download {
      display: block;
      padding-top: calc(80 / 750 * 100vw); } }
  .container .inner .video_pdf .pdf_download .fs_18 {
    display: inline-block;
    font-weight: bold;
    line-height: 28px;
    min-width: 332px;
    padding: 14px 22px;
    background-color: #F0F0F0;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 24px;
    color: #232324; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .container .inner .video_pdf .pdf_download .fs_18 {
        line-height: calc(28 / 1024 * 100vw);
        min-width: calc(332 / 1024 * 100vw);
        padding: calc(14 / 1024 * 100vw) calc(22 / 1024 * 100vw);
        border-radius: calc(8 / 1024 * 100vw);
        margin-bottom: calc(24 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .container .inner .video_pdf .pdf_download .fs_18 {
        line-height: calc(52 / 750 * 100vw);
        margin-bottom: calc(48 / 750 * 100vw);
        min-width: unset;
        display: block;
        padding: calc(28 / 750 * 100vw) calc(40 / 750 * 100vw);
        border-radius: calc(16 / 750 * 100vw); } }
  .container .inner .video_pdf .pdf_download .pdf_layer {
    min-width: 503px;
    max-width: 503px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .container .inner .video_pdf .pdf_download .pdf_layer {
        min-width: calc(503 / 1024 * 100vw);
        max-width: calc(503 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .container .inner .video_pdf .pdf_download .pdf_layer {
        min-width: auto;
        max-width: 100%;
        width: 100%;
        margin: 0;
        margin-top: calc(16 / 750 * 100vw); } }
    .container .inner .video_pdf .pdf_download .pdf_layer .pdf_txt {
      margin-right: 10px; }
  .container .inner .video_pdf .pdf_download .download_item {
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #D5D5D5;
    border-radius: 24px;
    margin-bottom: 24px;
    padding: 5.5px 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .container .inner .video_pdf .pdf_download .download_item {
        font-size: calc(16 / 1024 * 100vw);
        line-height: calc(28 / 1024 * 100vw);
        margin-bottom: calc(24 / 1024 * 100vw);
        border-radius: calc(24 / 1024 * 100vw);
        padding: calc(5.5 / 1024 * 100vw) calc(24 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .container .inner .video_pdf .pdf_download .download_item {
        font-size: calc(32 / 750 * 100vw);
        line-height: calc(44 / 750 * 100vw);
        margin-bottom: calc(32 / 750 * 100vw);
        border-radius: calc(62 / 750 * 100vw);
        padding: calc(16 / 750 * 100vw) calc(48 / 750 * 100vw); } }
    .container .inner .video_pdf .pdf_download .download_item:last-child {
      margin-bottom: 0; }
    .container .inner .video_pdf .pdf_download .download_item p {
      word-break: break-word; }

.container .inner .related_video {
  max-width: 720px;
  width: 63.83%;
  position: relative;
  margin-top: 48px; }
  @media screen and (max-width: 767.9px) {
    .container .inner .related_video {
      max-width: unset;
      width: 100%;
      margin-top: calc(64 / 750 * 100vw); } }
  .container .inner .related_video .related_video_lst {
    padding-top: 16px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .container .inner .related_video .related_video_lst {
        padding-top: calc(16 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .container .inner .related_video .related_video_lst {
        margin-top: calc(32 / 750 * 100vw);
        padding-top: calc(32 / 750 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .container .inner .related_video .related_video_lst .movie_list ul {
        margin-top: calc(16 / 750 * 100vw); } }

.container .inner .yt_no {
  color: #FF6464;
  font-weight: bold; }

.container .inner .fs_18 {
  font-size: 18px;
  line-height: 40px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .container .inner .fs_18 {
      font-size: calc(18 / 1024 * 100vw);
      line-height: calc(26 / 1024 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .container .inner .fs_18 {
      font-size: calc(36 / 750 * 100vw);
      line-height: calc(52 / 750 * 100vw); } }

.container .like_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .container .like_item .unlike:after {
    content: '';
    background: url(/assets/img/icon/unlike.svg) no-repeat;
    background-size: contain;
    width: 17px;
    height: 16px;
    display: block; }
  .container .like_item .unlike.like:after {
    background: url(/assets/img/icon/like.svg) no-repeat; }

.container .slider_content {
  padding-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .container .slider_content {
      padding-top: calc(40 / 1024 * 100vw);
      border-radius: calc(8 / 1024 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .container .slider_content {
      max-width: 100%;
      width: 100%;
      padding-top: calc(80 / 750 * 100vw); } }
  .container .slider_content .slider_title {
    font-size: 18px;
    line-height: 40px;
    margin: 0 12px 24px;
    padding-top: 16px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .container .slider_content .slider_title {
        font-size: calc(18 / 1024 * 100vw);
        line-height: calc(40 / 1024 * 100vw);
        margin: 0 calc(12 / 1024 * 100vw) calc(24 / 1024 * 100vw);
        padding-top: calc(16 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .container .slider_content .slider_title {
        font-size: calc(36 / 750 * 100vw);
        line-height: calc(56 / 750 * 100vw);
        margin: 0 calc(12 / 750 * 100vw) calc(32 / 750 * 100vw);
        padding-top: calc(32 / 750 * 100vw); } }
  .container .slider_content .slider_inner {
    width: 100%; }
    .container .slider_content .slider_inner .inner {
      padding-left: 25px;
      padding-right: 25px;
      max-width: 1195px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .container .slider_content .slider_inner .inner {
          padding-left: calc(25/ 1024 * 100vw);
          padding-right: calc(25/ 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .container .slider_content .slider_inner .inner {
          padding: 0 calc(25 / 750 * 100vw); } }
      .container .slider_content .slider_inner .inner .movie_list {
        margin-top: 0; }
      .container .slider_content .slider_inner .inner ul {
        display: block; }
        @media screen and (max-width: 767.9px) {
          .container .slider_content .slider_inner .inner ul {
            position: relative;
            margin-top: 0; } }
        .container .slider_content .slider_inner .inner ul li {
          width: 100%;
          background-color: #fff;
          margin-right: 0;
          margin-top: 16px; }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .container .slider_content .slider_inner .inner ul li {
              margin-top: calc(16 / 1024 * 100vw); } }
          @media screen and (max-width: 767.9px) {
            .container .slider_content .slider_inner .inner ul li {
              -webkit-box-shadow: none;
                      box-shadow: none; } }
          .container .slider_content .slider_inner .inner ul li:first-child {
            margin-top: 0; }
          .container .slider_content .slider_inner .inner ul li .item .movie_thumbnail {
            width: 100%; }
          .container .slider_content .slider_inner .inner ul li .item .txt_layer .movie_title {
            margin-top: 3px; }
        .container .slider_content .slider_inner .inner ul .slick-track {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-bottom: 48px; }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .container .slider_content .slider_inner .inner ul .slick-track {
              padding-bottom: calc(48 / 1024 * 100vw); } }
          @media screen and (max-width: 767.9px) {
            .container .slider_content .slider_inner .inner ul .slick-track {
              padding-bottom: calc(64 / 750 * 100vw);
              margin-left: calc(10 / 750 * 100vw); } }
        .container .slider_content .slider_inner .inner ul .slick-slide {
          min-width: 206px !important;
          max-width: 206px !important;
          margin: 0 10px;
          height: auto;
          -webkit-box-shadow: 0 3px 3px #00000026;
                  box-shadow: 0 3px 3px #00000026;
          height: auto;
          background-color: #fff;
          border-radius: 8px; }
          @media screen and (min-width: 768px) and (max-width: 1200px) {
            .container .slider_content .slider_inner .inner ul .slick-slide {
              min-width: calc(206 / 1200 * 100vw) !important;
              max-width: calc(206 / 1200 * 100vw) !important;
              border-radius: calc(8 / 1200 * 100vw);
              margin: 0 calc(10 / 1200 * 100vw); } }
          @media screen and (max-width: 767.9px) {
            .container .slider_content .slider_inner .inner ul .slick-slide {
              min-width: calc(320 / 750 * 100vw) !important;
              max-width: calc(320 / 750 * 100vw) !important;
              border-radius: calc(16 / 750 * 100vw);
              margin: 0 calc(17 / 750 * 100vw); } }
          .container .slider_content .slider_inner .inner ul .slick-slide div {
            width: 100%; }
          .container .slider_content .slider_inner .inner ul .slick-slide li {
            -webkit-box-shadow: none;
                    box-shadow: none; }
            .container .slider_content .slider_inner .inner ul .slick-slide li .item_list .movie_thumbnail {
              height: 116px; }
              @media screen and (min-width: 768px) and (max-width: 1200px) {
                .container .slider_content .slider_inner .inner ul .slick-slide li .item_list .movie_thumbnail {
                  height: calc(116 / 1200 * 100vw); } }
              @media screen and (max-width: 767.9px) {
                .container .slider_content .slider_inner .inner ul .slick-slide li .item_list .movie_thumbnail {
                  height: auto; } }
            .container .slider_content .slider_inner .inner ul .slick-slide li .item_list .txt_layer {
              padding: 9px 9px 13px; }
              @media screen and (min-width: 768px) and (max-width: 1024px) {
                .container .slider_content .slider_inner .inner ul .slick-slide li .item_list .txt_layer {
                  padding: calc(9 / 1024 * 100vw) calc(9 / 1024 * 100vw) calc(13 / 1024 * 100vw); } }
              @media screen and (max-width: 767.9px) {
                .container .slider_content .slider_inner .inner ul .slick-slide li .item_list .txt_layer {
                  padding: calc(16 / 750 * 100vw) calc(18 / 750 * 100vw); } }
              .container .slider_content .slider_inner .inner ul .slick-slide li .item_list .txt_layer .like_item {
                position: relative;
                top: -3px; }
                @media screen and (min-width: 768px) and (max-width: 1024px) {
                  .container .slider_content .slider_inner .inner ul .slick-slide li .item_list .txt_layer .like_item {
                    top: calc(-3 / 1024 * 100vw); } }
              @media screen and (min-width: 767.9px) {
                .container .slider_content .slider_inner .inner ul .slick-slide li .item_list .txt_layer .hash_txt, .container .slider_content .slider_inner .inner ul .slick-slide li .item_list .txt_layer .movie_title {
                  font-size: 14px;
                  line-height: 16px; } }
              @media screen and (min-width: 768px) and (max-width: 1024px) {
                .container .slider_content .slider_inner .inner ul .slick-slide li .item_list .txt_layer .hash_txt, .container .slider_content .slider_inner .inner ul .slick-slide li .item_list .txt_layer .movie_title {
                  font-size: calc(14 / 1024 * 100vw);
                  line-height: calc(16 / 1024 * 100vw); } }
              @media screen and (min-width: 767.9px) {
                .container .slider_content .slider_inner .inner ul .slick-slide li .item_list .txt_layer .desc_txt {
                  font-size: 11px;
                  line-height: 16px; } }
              @media screen and (min-width: 768px) and (max-width: 1024px) {
                .container .slider_content .slider_inner .inner ul .slick-slide li .item_list .txt_layer .desc_txt {
                  font-size: calc(11 / 1024 * 100vw);
                  line-height: calc(16 / 1024 * 100vw); } }
        .container .slider_content .slider_inner .inner ul .slick-arrow {
          width: 76px;
          height: 76px;
          background: url("/assets/img/icon/slider_icon.svg") no-repeat center/contain;
          z-index: 9999;
          top: 72px; }
          @media screen and (min-width: 768px) and (max-width: 1366px) {
            .container .slider_content .slider_inner .inner ul .slick-arrow {
              width: calc(76 / 1366 * 100vw);
              height: calc(76 / 1366 * 100vw);
              top: calc(72 / 1366 * 100vw); } }
          @media screen and (max-width: 767.9px) {
            .container .slider_content .slider_inner .inner ul .slick-arrow {
              width: calc(80 / 750 * 100vw);
              height: calc(80 / 750 * 100vw);
              top: calc(153 / 750 * 100vw);
              background: url("/assets/img/icon/slider_icon_sp.svg") no-repeat center/contain; } }
          .container .slider_content .slider_inner .inner ul .slick-arrow:before {
            content: none; }
          .container .slider_content .slider_inner .inner ul .slick-arrow.slick-disabled {
            opacity: 0.3; }
        .container .slider_content .slider_inner .inner ul .slick-prev {
          left: -25px;
          -webkit-transform: none;
                  transform: none;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
          @media screen and (min-width: 768px) and (max-width: 1366px) {
            .container .slider_content .slider_inner .inner ul .slick-prev {
              left: calc(-25 / 1366 * 100vw); } }
          @media screen and (max-width: 767.9px) {
            .container .slider_content .slider_inner .inner ul .slick-prev {
              left: calc(-12 / 750 * 100vw); } }
        .container .slider_content .slider_inner .inner ul .slick-next {
          right: -25px;
          -webkit-transform: rotate(360deg);
                  transform: rotate(360deg); }
          @media screen and (min-width: 768px) and (max-width: 1366px) {
            .container .slider_content .slider_inner .inner ul .slick-next {
              right: calc(-25 / 1366 * 100vw); } }
          @media screen and (max-width: 767.9px) {
            .container .slider_content .slider_inner .inner ul .slick-next {
              right: calc(-12 / 750 * 100vw); } }

.container .detour_content {
  margin-top: 56px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .container .detour_content {
      margin-top: calc(56 / 1024 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .container .detour_content {
      margin-top: calc(80 / 750 * 100vw); } }
  .container .detour_content .detour_btn {
    font-size: 18px;
    line-height: 28px;
    color: #232324;
    font-weight: bold;
    background-color: #F0F0F0;
    border-radius: 8px;
    min-width: 341px;
    padding: 14px 20px 14px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .container .detour_content .detour_btn {
        font-size: calc(18 / 1024 * 100vw);
        line-height: calc(28 / 1024 * 100vw);
        border-radius: calc(8 / 1024 * 100vw);
        min-width: calc(341 / 1024 * 100vw);
        padding: calc(14 / 1024 * 100vw) calc(20 / 1024 * 100vw) calc(14 / 1024 * 100vw) calc(12 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .container .detour_content .detour_btn {
        font-size: calc(36 / 750 * 100vw);
        line-height: calc(56 / 750 * 100vw);
        border-radius: calc(16 / 750 * 100vw);
        min-width: calc(670 / 750 * 100vw);
        padding: calc(28 / 750 * 100vw) calc(41 / 750 * 100vw) calc(28 / 750 * 100vw) calc(24 / 750 * 100vw); } }
    .container .detour_content .detour_btn:after {
      content: '';
      display: block;
      background: url("/assets/img/icon/chp_cross_icon.svg") no-repeat 50%/contain;
      min-width: 22px;
      min-height: 22px;
      margin-left: 28px;
      -webkit-transition: .3s;
      transition: .3s; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .container .detour_content .detour_btn:after {
          min-width: calc(22 / 1024 * 100vw);
          min-height: calc(22 / 1024 * 100vw);
          margin-left: calc(28 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .container .detour_content .detour_btn:after {
          min-width: calc(52 / 750 * 100vw);
          min-height: calc(52 / 750 * 100vw);
          margin-left: calc(44 / 750 * 100vw); } }
    .container .detour_content .detour_btn::before {
      content: '';
      display: block;
      background: url("/assets/img/icon/shoes_icon.svg") no-repeat 50%/contain;
      min-width: 61px;
      min-height: 21px;
      margin-right: 8px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .container .detour_content .detour_btn::before {
          min-width: calc(61 / 1024 * 100vw);
          min-height: calc(21 / 1024 * 100vw);
          margin-right: calc(8 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .container .detour_content .detour_btn::before {
          min-width: calc(122 / 750 * 100vw);
          min-height: calc(52 / 750 * 100vw);
          margin-right: calc(16 / 750 * 100vw); } }
    .container .detour_content .detour_btn.selected:after {
      -webkit-transition: .3s;
      transition: .3s;
      background: url("/assets/img/icon/detour_minus_icon.svg") no-repeat 50%/contain; }
  .container .detour_content .detour_lst {
    display: none;
    padding: 32px 40px;
    max-width: 644px;
    margin: 23px auto 0;
    border-radius: 8px;
    background-color: #F0F0F0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .container .detour_content .detour_lst {
        padding: calc(32 / 1024 * 100vw) calc(40 / 1024 * 100vw);
        margin-top: calc(23 / 1024 * 100vw);
        border-radius: calc(8 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .container .detour_content .detour_lst {
        padding: calc(32 / 750 * 100vw) calc(40 / 750 * 100vw);
        max-width: unset;
        margin-top: calc(44 / 750 * 100vw);
        border-radius: unset;
        width: 100%; } }
    .container .detour_content .detour_lst .detour_item {
      margin-bottom: 24px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .container .detour_content .detour_lst .detour_item {
          margin-bottom: calc(24 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .container .detour_content .detour_lst .detour_item {
          margin-bottom: calc(16 / 750 * 100vw); } }
      .container .detour_content .detour_lst .detour_item:last-child {
        margin-bottom: 0; }
      .container .detour_content .detour_lst .detour_item .dt_head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 16px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .container .detour_content .detour_lst .detour_item .dt_head {
            border-top-left-radius: calc(8 / 1024 * 100vw);
            border-top-right-radius: calc(8 / 1024 * 100vw);
            padding: calc(16 / 1024 * 100vw); } }
        @media screen and (max-width: 767.9px) {
          .container .detour_content .detour_lst .detour_item .dt_head {
            border-top-left-radius: calc(16 / 750 * 100vw);
            border-top-right-radius: calc(16 / 750 * 100vw);
            padding: calc(24 / 750 * 100vw); } }
        .container .detour_content .detour_lst .detour_item .dt_head .dt_img {
          min-width: 70px;
          margin-right: 12px; }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .container .detour_content .detour_lst .detour_item .dt_head .dt_img {
              min-width: calc(70 / 1024 * 100vw);
              margin-right: calc(12 / 1024 * 100vw); } }
          @media screen and (max-width: 767.9px) {
            .container .detour_content .detour_lst .detour_item .dt_head .dt_img {
              min-width: calc(140 / 750 * 100vw);
              margin-right: calc(24 / 750 * 100vw); } }
        .container .detour_content .detour_lst .detour_item .dt_head .title_lst {
          width: 100%; }
          @media screen and (max-width: 767.9px) {
            .container .detour_content .detour_lst .detour_item .dt_head .title_lst {
              max-width: calc(458 / 750 * 100vw); } }
          .container .detour_content .detour_lst .detour_item .dt_head .title_lst .subtitle_lst {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            min-height: 20px; }
            @media screen and (min-width: 768px) and (max-width: 1024px) {
              .container .detour_content .detour_lst .detour_item .dt_head .title_lst .subtitle_lst {
                min-height: calc(20 / 1024 * 100vw); } }
            @media screen and (max-width: 767.9px) {
              .container .detour_content .detour_lst .detour_item .dt_head .title_lst .subtitle_lst {
                min-height: calc(40 / 750 * 100vw); } }
            .container .detour_content .detour_lst .detour_item .dt_head .title_lst .subtitle_lst p {
              font-weight: bold; }
            .container .detour_content .detour_lst .detour_item .dt_head .title_lst .subtitle_lst .dt_subtitle {
              font-size: 14px;
              line-height: 20px;
              margin-right: 5px; }
              @media screen and (min-width: 768px) and (max-width: 1024px) {
                .container .detour_content .detour_lst .detour_item .dt_head .title_lst .subtitle_lst .dt_subtitle {
                  font-size: calc(14 / 1024 * 100vw);
                  line-height: calc(20 / 1024 * 100vw); } }
              @media screen and (max-width: 767.9px) {
                .container .detour_content .detour_lst .detour_item .dt_head .title_lst .subtitle_lst .dt_subtitle {
                  font-size: calc(28 / 750 * 100vw);
                  line-height: calc(40 / 750 * 100vw); } }
            .container .detour_content .detour_lst .detour_item .dt_head .title_lst .subtitle_lst .dt_date {
              font-size: 16px;
              line-height: 16px;
              padding: 2px 4.5px;
              border-radius: 4px;
              background-color: #FFFFFF; }
              @media screen and (min-width: 768px) and (max-width: 1024px) {
                .container .detour_content .detour_lst .detour_item .dt_head .title_lst .subtitle_lst .dt_date {
                  font-size: calc(16 / 1024 * 100vw);
                  line-height: calc(16 / 1024 * 100vw);
                  padding: calc(2 / 1024 * 100vw) calc(4.5 / 1024 * 100vw);
                  border-radius: calc(4 / 1024 * 100vw); } }
              @media screen and (max-width: 767.9px) {
                .container .detour_content .detour_lst .detour_item .dt_head .title_lst .subtitle_lst .dt_date {
                  font-size: calc(32 / 750 * 100vw);
                  line-height: calc(40 / 750 * 100vw);
                  padding: calc(4 / 750 * 100vw) calc(9 / 750 * 100vw);
                  border-radius: calc(8 / 750 * 100vw); } }
          .container .detour_content .detour_lst .detour_item .dt_head .title_lst .dt_title {
            font-size: 18px;
            line-height: 24px; }
            @media screen and (min-width: 768px) and (max-width: 1024px) {
              .container .detour_content .detour_lst .detour_item .dt_head .title_lst .dt_title {
                font-size: calc(16 / 1024 * 100vw);
                line-height: calc(24 / 1024 * 100vw); } }
            @media screen and (max-width: 767.9px) {
              .container .detour_content .detour_lst .detour_item .dt_head .title_lst .dt_title {
                font-size: calc(32 / 750 * 100vw);
                line-height: calc(48 / 750 * 100vw); } }
        .container .detour_content .detour_lst .detour_item .dt_head.icon_1 {
          background-color: #FDF4F4; }
          .container .detour_content .detour_lst .detour_item .dt_head.icon_1 .dt_date {
            color: #FF6464; }
          .container .detour_content .detour_lst .detour_item .dt_head.icon_1 .dt_title {
            color: #FF6464; }
        .container .detour_content .detour_lst .detour_item .dt_head.icon_2 {
          background-color: #F7F0FD; }
          .container .detour_content .detour_lst .detour_item .dt_head.icon_2 .dt_date {
            color: #865DB0; }
          .container .detour_content .detour_lst .detour_item .dt_head.icon_2 .dt_title {
            color: #865DB0; }
        .container .detour_content .detour_lst .detour_item .dt_head.icon_3 {
          background-color: #EAF5FA; }
          .container .detour_content .detour_lst .detour_item .dt_head.icon_3 .dt_date {
            color: #107DB5; }
          .container .detour_content .detour_lst .detour_item .dt_head.icon_3 .dt_title {
            color: #107DB5; }
        .container .detour_content .detour_lst .detour_item .dt_head.icon_4 {
          background-color: #EDFCEF; }
          .container .detour_content .detour_lst .detour_item .dt_head.icon_4 .dt_date {
            color: #2D8737; }
          .container .detour_content .detour_lst .detour_item .dt_head.icon_4 .dt_title {
            color: #2D8737; }
        .container .detour_content .detour_lst .detour_item .dt_head.icon_5 {
          background-color: #EDFCEF; }
          .container .detour_content .detour_lst .detour_item .dt_head.icon_5 .dt_date {
            color: #2D8737; }
          .container .detour_content .detour_lst .detour_item .dt_head.icon_5 .dt_title {
            color: #2D8737; }
      .container .detour_content .detour_lst .detour_item .dt_desc {
        padding: 12px 16px;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .container .detour_content .detour_lst .detour_item .dt_desc {
            padding: calc(12 / 1024 * 100vw) calc(16 / 1024 * 100vw);
            border-bottom-left-radius: calc(8 / 1024 * 100vw);
            border-bottom-right-radius: calc(8 / 1024 * 100vw); } }
        @media screen and (max-width: 767.9px) {
          .container .detour_content .detour_lst .detour_item .dt_desc {
            padding: calc(24 / 750 * 100vw);
            border-bottom-left-radius: calc(16 / 750 * 100vw);
            border-bottom-right-radius: calc(16 / 750 * 100vw);
            -webkit-box-shadow: 0 calc(6 / 750 * 100vw) calc(6 / 750 * 100vw) rgba(0, 0, 0, 0.2);
                    box-shadow: 0 calc(6 / 750 * 100vw) calc(6 / 750 * 100vw) rgba(0, 0, 0, 0.2); } }
        .container .detour_content .detour_lst .detour_item .dt_desc p {
          font-size: 16px;
          line-height: 24px; }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .container .detour_content .detour_lst .detour_item .dt_desc p {
              font-size: calc(16 / 1024 * 100vw);
              line-height: calc(24 / 1024 * 100vw); } }
          @media screen and (max-width: 767.9px) {
            .container .detour_content .detour_lst .detour_item .dt_desc p {
              font-size: calc(32 / 750 * 100vw);
              line-height: calc(42 / 750 * 100vw); } }
  .container .detour_content .ext_link {
    display: inline-block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    word-break: break-word;
    color: #FF6560;
    text-decoration: underline; }
    .container .detour_content .ext_link:after {
      content: '';
      display: inline-block;
      background: url("/assets/img/icon/external_link.svg") no-repeat center/contain;
      min-width: 16px;
      min-height: 16px;
      margin-left: 8px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .container .detour_content .ext_link:after {
          min-width: calc(16 / 1024 * 100vw);
          min-height: calc(16 / 1024 * 100vw);
          margin-left: calc(8 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .container .detour_content .ext_link:after {
          min-width: calc(32 / 750 * 100vw);
          min-height: calc(32 / 750 * 100vw);
          margin-left: calc(18 / 750 * 100vw);
          position: relative;
          top: calc(6 / 750 * 100vw); } }

.container .cookie_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000d1;
  top: 0;
  display: none;
  z-index: 999999; }
  @media screen and (max-width: 767.9px) {
    .container .cookie_modal {
      overflow-y: auto; } }
  .container .cookie_modal_inner {
    background-color: #fff;
    max-width: 720px;
    width: 100%;
    margin: 240px auto 0;
    padding: 80px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    border: 1px solid #707070; }
    @media screen and (min-width: 768px) and (max-width: 1366px) {
      .container .cookie_modal_inner {
        margin-top: calc(240 / 1366 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .container .cookie_modal_inner {
        padding: calc(80 / 1024 * 100vw) calc(20 / 1024 * 100vw);
        max-width: calc(720 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .container .cookie_modal_inner {
        max-width: calc(670 / 750 * 100vw);
        margin-top: calc(200 / 750 * 100vw);
        padding: calc(122 / 750 * 100vw) calc(48 / 750 * 100vw) calc(96 / 750 * 100vw);
        margin-bottom: calc(100 / 750 * 100vw); } }
    .container .cookie_modal_inner .cookie_modal_close {
      width: 60px;
      position: absolute;
      top: -24px;
      right: -24px;
      background-color: transparent; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .container .cookie_modal_inner .cookie_modal_close {
          width: calc(60 / 1024 * 100vw);
          top: calc(-24 / 1024 * 100vw);
          right: calc(-24 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .container .cookie_modal_inner .cookie_modal_close {
          width: calc(120 / 750 * 100vw);
          top: calc(-134 / 750 * 100vw);
          right: calc(-24 / 750 * 100vw); } }
    .container .cookie_modal_inner h3 {
      font-size: 20px;
      line-height: 40px;
      text-align: center;
      margin-bottom: 40px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .container .cookie_modal_inner h3 {
          margin-bottom: calc(40 / 1024 * 100vw);
          font-size: calc(20 / 1024 * 100vw);
          line-height: calc(40 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .container .cookie_modal_inner h3 {
          font-size: calc(32 / 750 * 100vw);
          line-height: calc(60 / 750 * 100vw);
          margin-bottom: calc(42 / 750 * 100vw); } }
    .container .cookie_modal_inner .btn_gp {
      margin-top: 64px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .container .cookie_modal_inner .btn_gp {
          margin-top: calc(64 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .container .cookie_modal_inner .btn_gp {
          margin-top: calc(80 / 750 * 100vw);
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .container .cookie_modal_inner .btn_gp .md_btn:before {
        content: none; }
      .container .cookie_modal_inner .btn_gp .back_btn {
        margin-right: 32px; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .container .cookie_modal_inner .btn_gp .back_btn {
            margin-right: calc(32 / 1024 * 100vw); } }
        @media screen and (max-width: 767.9px) {
          .container .cookie_modal_inner .btn_gp .back_btn {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            margin-right: 0;
            margin-top: calc(48 / 750 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .container .cookie_modal_inner .btn_gp .accept_btn {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }

.container .movie_modal_content .modal_inner {
  padding-top: 68px;
  padding-bottom: 78px;
  border: 0; }
  @media screen and (max-width: 767.9px) {
    .container .movie_modal_content .modal_inner {
      padding-top: calc(122 / 750 * 100vw);
      padding-bottom: calc(122 / 750 * 100vw); } }
  .container .movie_modal_content .modal_inner .movie_modal_close {
    width: 60px;
    position: absolute;
    top: -36px;
    right: -24px;
    line-height: 0;
    background-color: transparent; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .container .movie_modal_content .modal_inner .movie_modal_close {
        width: calc(60 / 1024 * 100vw);
        top: calc(-36 / 1024 * 100vw);
        right: calc(-24 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .container .movie_modal_content .modal_inner .movie_modal_close {
        width: calc(120 / 750 * 100vw);
        top: calc(-134 / 750 * 100vw);
        right: calc(-24 / 750 * 100vw); } }
  .container .movie_modal_content .modal_inner .movie_modal_inner .alert_icon {
    margin: 0 auto 45px;
    min-width: 45px;
    width: 45px; }
    @media screen and (max-width: 767.9px) {
      .container .movie_modal_content .modal_inner .movie_modal_inner .alert_icon {
        min-width: calc(90 / 750 * 100vw);
        width: calc(90 / 750 * 100vw);
        margin-bottom: calc(48 / 750 * 100vw); } }
  .container .movie_modal_content .modal_inner .movie_modal_inner p {
    font-size: 18px;
    line-height: 40px; }
    @media screen and (max-width: 767.9px) {
      .container .movie_modal_content .modal_inner .movie_modal_inner p {
        font-size: calc(32 / 750 * 100vw);
        line-height: calc(80 / 750 * 100vw);
        text-align: center; } }
