/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 8, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 18, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
body {
  margin: 0;
  zoom: 1;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 32, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 51, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 62, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 71, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 80, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 93, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 103, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 116, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 126, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 135, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 144, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 153, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 162, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 171, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 180, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 188, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 192, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 203, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 211, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 223, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
/* line 235, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 244, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 258, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 270, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 279, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 289, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 300, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 311, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 323, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 334, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 347, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 360, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 369, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 379, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 389, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 398, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/* line 407, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 417, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* line 423, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

/* line 429, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 435, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
p {
  margin: 0;
  padding: 0;
}

/* line 440, /data/webapps/dogtv/current/app/assets/stylesheets/lib/_normalize.scss */
a {
  text-decoration: none;
}

/*
    NotoSansCJKkr
 */
@font-face {
  font-family: 'NotoSansCJKkr';
  src: url(https://assets.thedogtv.com/fonts/NotoSansCJKkr/NotoSansCJKkr-Black.otf);
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSansCJKkr';
  src: url(https://assets.thedogtv.com/fonts/NotoSansCJKkr/NotoSansCJKkr-ExtraBold.otf);
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSansCJKkr';
  src: url(https://assets.thedogtv.com/fonts/NotoSansCJKkr/NotoSansCJKkr-Bold.otf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSansCJKkr';
  src: url(https://assets.thedogtv.com/fonts/NotoSansCJKkr/NotoSansCJKkr-SemiBold.otf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSansCJKkr';
  src: url(https://assets.thedogtv.com/fonts/NotoSansCJKkr/NotoSansCJKkr-Medium.otf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSansCJKkr';
  src: url(https://assets.thedogtv.com/fonts/NotoSansCJKkr/NotoSansCJKkr-Regular.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSansCJKkr';
  src: url(https://assets.thedogtv.com/fonts/NotoSansCJKkr/NotoSansCJKkr-Light.otf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSansCJKkr';
  src: url(https://assets.thedogtv.com/fonts/NotoSansCJKkr/NotoSansCJKkr-ExtraLight.otf);
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSansCJKkr';
  src: url(https://assets.thedogtv.com/fonts/NotoSansCJKkr/NotoSansCJKkr-Thin.otf);
  font-weight: 100;
  font-style: normal;
}
/*
   Montserrat
 */
@font-face {
  font-family: 'Montserrat';
  src: url(https://assets.thedogtv.com/fonts/Montserrat/Montserrat-Black.otf);
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(https://assets.thedogtv.com/fonts/Montserrat/Montserrat-ExtraBold.otf);
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(https://assets.thedogtv.com/fonts/Montserrat/Montserrat-Bold.otf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(https://assets.thedogtv.com/fonts/Montserrat/Montserrat-SemiBold.otf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(https://assets.thedogtv.com/fonts/Montserrat/Montserrat-Medium.otf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(https://assets.thedogtv.com/fonts/Montserrat/Montserrat-Regular.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(https://assets.thedogtv.com/fonts/Montserrat/Montserrat-Light.otf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(https://assets.thedogtv.com/fonts/Montserrat/Montserrat-ExtraLight.otf);
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(https://assets.thedogtv.com/fonts/Montserrat/Montserrat-Thin.otf);
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url(/assets/Myriad-Pro-Black-Italic_31618-efc3096f180e78bb34d914c211461b602cf3fce0733a049c396b64af53903a21.ttf);
  font-weight: 900;
  font-style: italic;
}
/* line 3, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body {
  margin: 0 auto;
  min-width: 1120px;
}
@media only screen and (max-width: 640px) {
  /* line 3, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body {
    min-width: initial;
    max-width: 100vw;
  }
}
/* line 12, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body.login {
  background-color: #f8f7fc;
}
/* line 16, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .wrapper {
  width: 100%;
  margin: 0;
}
/* line 20, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .wrapper .content {
  width: 1120px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  /* line 20, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .wrapper .content {
    width: 87.5vw;
  }
}
/* line 31, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper1 {
  height: 820px;
}
/* line 34, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper1 > * {
  height: 820px;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  /* line 31, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper1 {
    height: 440px;
  }
  /* line 41, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper1 > * {
    height: 440px;
  }
}
/* line 46, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper1 .top-left {
  float: left;
  width: calc((100% - 1120px) / 2);
  background-position: right;
  background-image: url(/assets/live/main/img-main-topbg-01-f2ba1b512db10a196a83f6c400e859569bebc2df5165fa88fa33f8f82cb2537d.png);
}
@media only screen and (max-width: 640px) {
  /* line 46, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper1 .top-left {
    width: 0;
  }
}
/* line 56, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper1 .top-center {
  float: left;
  width: 1120px;
  background-image: url(/assets/live/main/img-main-topbg-02-a1b552961c1e44a26fec9f299ea3c2815c13fd6d77cd4913ac76a8d2cb606363.png);
  position: relative;
}
@media only screen and (max-width: 640px) {
  /* line 56, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper1 .top-center {
    width: 84.6875vw;
    background-position-y: bottom;
    background-position-x: right;
  }
}
/* line 68, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper1 .top-center .video {
  position: absolute;
  top: 136px;
  left: 757px;
  width: 356px;
  height: 198px;
}
@media only screen and (max-width: 640px) {
  /* line 68, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper1 .top-center .video {
    top: 75px;
    right: 3px;
    width: 192px;
    height: 108px;
    left: unset;
  }
}
/* line 90, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper1 .top-center .c1 {
  margin-top: 257px;
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.04;
  color: #000;
}
@media only screen and (max-width: 640px) {
  /* line 90, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper1 .top-center .c1 {
    display: none;
  }
}
/* line 103, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper1 .top-center .c2 {
  margin-top: 30px;
  font-family: NotoSansCJKkr;
  font-size: 22px;
  line-height: 1.64;
  color: #000;
}
@media only screen and (max-width: 640px) {
  /* line 103, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper1 .top-center .c2 {
    display: none;
  }
}
/* line 115, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper1 .top-center .button-box {
  margin-top: 50px;
}
/* line 117, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper1 .top-center .button-box .play-btn {
  float: left;
  padding: 17px 60px 19px;
  border-radius: 5px;
  background-color: #222222;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
/* line 129, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper1 .top-center .button-box .payment-btn {
  padding: 17px 60px 19px;
  float: left;
  margin-left: 8px;
  border-radius: 5px;
  border: solid 2px #000;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #222;
}
@media only screen and (max-width: 640px) {
  /* line 115, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper1 .top-center .button-box {
    display: none;
  }
}
/* line 147, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper1 .top-right {
  float: left;
  width: calc((100% - 1120px) / 2);
  background-position: left;
  background-image: url(/assets/live/main/img-main-topbg-03-e6108fb77454dbc0b41fb63e87ebdc9d0395413046293ec7e2439d2c7b267c42.png);
}
@media only screen and (max-width: 640px) {
  /* line 147, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper1 .top-right {
    width: 15.3125vw;
  }
}
/* line 159, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .m-top {
  display: none;
}
@media only screen and (max-width: 640px) {
  /* line 159, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .m-top {
    display: block;
  }
}
/* line 165, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .m-top .content .c1 {
  margin-top: 30px;
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.08;
  color: #000;
}
/* line 174, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .m-top .content .c2 {
  margin-top: 20px;
  font-family: NotoSansCJKkr;
  font-size: 13px;
  line-height: 1.54;
  color: #000000;
}
/* line 182, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .m-top .content .button-box {
  margin-top: 30px;
}
/* line 185, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .m-top .content .button-box .play-btn {
  float: left;
  border-radius: 5px;
  background-color: #222;
  padding: 16px 0;
  width: 50.9375vw;
  height: 19px;
  font-family: NotoSansCJKkr;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
/* line 199, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .m-top .content .button-box .payment-btn {
  float: left;
  border-radius: 5px;
  border: solid 2px #000000;
  width: 18.75vw;
  height: 19px;
  font-family: NotoSansCJKkr;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #222;
  margin-left: 4px;
  padding: 14px 24px 14px 25px;
}
/* line 217, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper2 {
  margin: 20px auto 30px;
}
/* line 219, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper2 .event-banner {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  /* line 217, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper2 {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
/* line 229, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper3 {
  margin-top: 80px;
}
@media only screen and (max-width: 640px) {
  /* line 229, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper3 {
    margin-top: 60px;
  }
}
/* line 235, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper3 .content {
  border-bottom: solid 1px #e7eaee;
}
/* line 238, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper3 .content .s {
  font-family: NotoSansCJKkr;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #7e8085;
  margin-bottom: 12px;
}
@media only screen and (max-width: 640px) {
  /* line 238, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper3 .content .s {
    font-size: 13px;
    line-height: 1.69;
  }
}
/* line 252, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper3 .content .s2 {
  margin-bottom: 100px;
  font-family: NotoSansCJKkr;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.29;
  text-align: center;
  color: #2c2e30;
}
@media only screen and (max-width: 640px) {
  /* line 252, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper3 .content .s2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 40px;
  }
}
/* line 270, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper3 .content .features .f {
  width: 332px;
  float: left;
}
/* line 274, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper3 .content .features .f.mi {
  margin: 0 62px;
}
@media only screen and (max-width: 640px) {
  /* line 274, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper3 .content .features .f.mi {
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 270, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper3 .content .features .f {
    width: 100%;
  }
}
/* line 286, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper3 .content .features .f .i {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  /* line 286, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper3 .content .features .f .i {
    text-align: center;
  }
}
/* line 293, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper3 .content .features .f .i .img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  /* line 293, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper3 .content .features .f .i .img {
    width: 160px;
    height: 160px;
  }
}
/* line 305, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper3 .content .features .f .t1 {
  width: 100%;
  margin-top: 50px;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  color: #2c2e30;
}
@media only screen and (max-width: 640px) {
  /* line 305, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper3 .content .features .f .t1 {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
  }
}
/* line 320, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper3 .content .features .f .t2 {
  width: 100%;
  margin-top: 2px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  color: #666666;
}
@media only screen and (max-width: 640px) {
  /* line 320, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper3 .content .features .f .t2 {
    text-align: center;
    font-size: 15px;
  }
}
/* line 335, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper3 .content .features .f .s {
  width: 100%;
  height: 113px;
  margin-top: 30px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  color: #54565a;
}
@media only screen and (max-width: 640px) {
  /* line 335, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper3 .content .features .f .s {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.54;
    text-align: center;
    word-break: keep-all;
  }
}
/* line 358, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper4 {
  padding: 110.5px 0 200px;
}
@media only screen and (max-width: 640px) {
  /* line 358, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper4 {
    padding: 59.5px 0 60.5px;
  }
}
/* line 365, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper4 .content .text-wrapper {
  float: left;
  width: 462px;
  padding: 20px 0 17.5px;
}
@media only screen and (max-width: 640px) {
  /* line 365, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper4 .content .text-wrapper {
    width: 100%;
    padding: 0;
  }
}
/* line 375, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper4 .content .text-wrapper .s {
  margin-bottom: 12px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  font-weight: bold;
  color: #7e8085;
}
@media only screen and (max-width: 640px) {
  /* line 375, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper4 .content .text-wrapper .s {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.69;
    text-align: center;
  }
}
/* line 391, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper4 .content .text-wrapper .l {
  margin-bottom: 30px;
  font-family: NotoSansCJKkr;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.29;
  color: #2c2e30;
  word-break: keep-all;
}
@media only screen and (max-width: 640px) {
  /* line 391, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper4 .content .text-wrapper .l {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
  }
}
/* line 407, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper4 .content .text-wrapper .m {
  margin-bottom: 50px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  color: #54565a;
}
@media only screen and (max-width: 640px) {
  /* line 407, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper4 .content .text-wrapper .m {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.54;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  /* line 422, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper4 .content .text-wrapper .more-box {
    display: none;
  }
}
/* line 426, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper4 .content .text-wrapper .more-box .samp-link {
  float: left;
  padding-bottom: 5.5px;
  border-bottom: solid 3px #222;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  color: #2c2e30;
}
/* line 437, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper4 .content .text-wrapper .more-box .btn-box {
  float: left;
  padding-top: 6px;
  margin-left: 9px;
}
/* line 441, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper4 .content .text-wrapper .more-box .btn-box .more-btn {
  width: 14px;
  height: 10px;
}
/* line 450, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper4 .content .video-wrapper .video {
  width: 540px;
  height: 382px;
}
@media only screen and (max-width: 640px) {
  /* line 450, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper4 .content .video-wrapper .video {
    width: 100%;
    height: auto;
  }
}
/* line 460, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper4 .content .video-wrapper .m-more {
  display: none;
  height: 20px;
  font-family: NotoSansCJKkr;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.54;
  text-align: center;
  margin-top: 40px;
}
/* line 469, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper4 .content .video-wrapper .m-more a {
  color: #222222;
}
/* line 473, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper4 .content .video-wrapper .m-more span {
  padding-bottom: 4.5px;
  border-bottom: solid 3px #222222;
}
@media only screen and (max-width: 640px) {
  /* line 460, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper4 .content .video-wrapper .m-more {
    display: block;
  }
}
/* line 486, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper5 {
  background-color: #262344;
  padding: 120px 0;
}
@media only screen and (max-width: 640px) {
  /* line 486, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper5 {
    padding: 60px 0;
  }
}
/* line 494, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper5 .content {
  width: 920px;
}
@media only screen and (max-width: 640px) {
  /* line 494, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper5 .content {
    width: 87.5vw;
  }
}
/* line 501, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper5 .content .s {
  font-family: NotoSansCJKkr;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #7e8085;
}
@media only screen and (max-width: 640px) {
  /* line 501, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper5 .content .s {
    font-size: 13px;
    line-height: 1.69;
  }
}
/* line 514, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper5 .content .s2 {
  font-family: NotoSansCJKkr;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.29;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  /* line 514, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper5 .content .s2 {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 8px;
  }
}
/* line 529, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper5 .content .review-wrapper {
  margin-top: 120px;
}
@media only screen and (max-width: 640px) {
  /* line 529, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper5 .content .review-wrapper {
    margin-top: 40px;
  }
}
/* line 535, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper5 .content .review-wrapper .m-review-img {
  display: none;
  width: 100%;
  height: auto;
}
/* line 539, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper5 .content .review-wrapper .m-review-img .img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  /* line 535, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper5 .content .review-wrapper .m-review-img {
    display: block;
  }
}
/* line 549, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper5 .content .review-wrapper .review {
  float: left;
  width: 416px;
  height: 528px;
}
@media only screen and (max-width: 640px) {
  /* line 549, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper5 .content .review-wrapper .review {
    float: none;
    width: 100%;
    height: auto;
  }
}
/* line 559, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper5 .content .review-wrapper .review .ico {
  width: 30px;
  height: 21px;
}
@media only screen and (max-width: 640px) {
  /* line 559, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper5 .content .review-wrapper .review .ico {
    width: 24px;
    height: 17px;
  }
}
/* line 568, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper5 .content .review-wrapper .review .txt {
  margin-top: 20px;
  max-height: 400px;
  font-family: NotoSansCJKkr;
  font-size: 28px;
  line-height: 1.71;
  color: #fff;
  word-break: keep-all;
}
@media only screen and (max-width: 640px) {
  /* line 568, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper5 .content .review-wrapper .review .txt {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.63;
  }
}
/* line 583, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper5 .content .review-wrapper .review .username {
  margin-top: 30px;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  /* line 583, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper5 .content .review-wrapper .review .username {
    font-size: 13px;
    line-height: 1.69;
  }
}
/* line 595, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper5 .content .review-wrapper .review .period {
  margin-top: 4px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  color: #aaa;
}
@media only screen and (max-width: 640px) {
  /* line 595, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper5 .content .review-wrapper .review .period {
    font-size: 11px;
  }
}
/* line 606, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper5 .content .review-wrapper .review-img {
  float: left;
  margin-left: 58px;
  width: 446px;
  height: 528px;
}
/* line 611, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper5 .content .review-wrapper .review-img .img {
  width: 446px;
  height: 528px;
}
@media only screen and (max-width: 640px) {
  /* line 606, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper5 .content .review-wrapper .review-img {
    display: none;
  }
}
/* line 624, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper6 {
  background-image: url(/assets/live/main/img-main-middlebg2-857bc51d662c03777b796d5df2a824e6e8121495531d59972372b3dc0921d4da.png);
  background-position: 50% 0;
  background-size: cover;
  height: 800px;
}
@media only screen and (max-width: 640px) {
  /* line 624, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper6 {
    height: 200px;
    background-size: cover;
  }
}
/* line 635, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper6 .content {
  padding-top: 310px;
  font-family: NotoSansCJKkr;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.25;
  color: #ffffff;
}
@media only screen and (max-width: 640px) {
  /* line 635, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper6 .content {
    padding-top: 70px;
    font-size: 20px;
    line-height: 1.3;
  }
}
/* line 650, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper8 {
  padding: 110px 0 80px;
}
@media only screen and (max-width: 640px) {
  /* line 650, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper8 {
    padding: 40px 0 60px;
  }
}
/* line 657, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper8 .content .faq {
  padding-bottom: 60px;
  border-bottom: solid 1px #e7eaee;
}
@media only screen and (max-width: 640px) {
  /* line 657, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper8 .content .faq {
    padding-bottom: 40px;
  }
}
/* line 664, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper8 .content .faq .t {
  font-family: NotoSansCJKkr;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.29;
  color: #000;
}
@media only screen and (max-width: 640px) {
  /* line 664, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper8 .content .faq .t {
    font-size: 18px;
    line-height: 1.33;
    color: #2c2e30;
  }
}
/* line 677, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper8 .content .faq .d {
  margin-top: 24px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.5;
  color: #7e8085;
}
/* line 683, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper8 .content .faq .d .b {
  font-family: Montserrat;
  font-weight: bold;
}
/* line 687, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper8 .content .faq .d .b.pf {
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  /* line 677, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper8 .content .faq .d {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.54;
    color: #54565a;
  }
}
/* line 699, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper8 .content .faq .faq-link {
  float: left;
  margin-right: 10px;
  margin-top: 34px;
  border-radius: 5px;
  background-color: #222;
  padding: 18px 18px 18px 20px;
  width: 92px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  /* line 699, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper8 .content .faq .faq-link {
    margin-top: 40px;
    font-size: 13px;
    padding: 15px 15px;
  }
}
/* line 719, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper8 .content .faq .faq-link .arrow {
  width: 9px;
  height: 11px;
  margin-top: 4px;
  float: right;
}
/* line 728, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper8 .content .notice {
  padding-top: 59px;
}
@media only screen and (max-width: 640px) {
  /* line 728, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper8 .content .notice {
    padding-top: 40px;
  }
}
/* line 733, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper8 .content .notice .t {
  font-family: NotoSansCJKkr;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.77;
  color: #2c2e30;
}
@media only screen and (max-width: 640px) {
  /* line 733, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper8 .content .notice .t {
    font-size: 16px;
    line-height: 1.5;
  }
}
/* line 745, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper8 .content .notice .l {
  margin-top: 12px;
  width: calc(100% - 248px);
  float: left;
}
@media only screen and (max-width: 640px) {
  /* line 745, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper8 .content .notice .l {
    float: none;
    width: 100%;
  }
}
/* line 753, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper8 .content .notice .l .n {
  font-family: NotoSansCJKkr;
  font-size: 18px;
  line-height: 2.22;
  color: #666666;
}
@media only screen and (max-width: 640px) {
  /* line 753, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper8 .content .notice .l .n {
    font-size: 15px;
    line-height: 2.27;
    color: #54565a;
  }
}
/* line 767, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper8 .content .notice .sns-wrapper {
  margin-top: 172px;
  float: right;
}
@media only screen and (max-width: 640px) {
  /* line 767, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper8 .content .notice .sns-wrapper {
    margin-top: 60px;
  }
}
/* line 775, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper8 .content .notice .sns-wrapper .sns {
  margin-left: 12px;
  float: left;
  width: 40px;
  height: 40px;
}
/* line 778, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper8 .content .notice .sns-wrapper .sns:first-of-type {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  /* line 775, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper8 .content .notice .sns-wrapper .sns {
    width: 30px;
    height: 30px;
  }
}
/* line 790, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper8 .content .notice .sns-wrapper .sns .icon {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 640px) {
  /* line 790, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper8 .content .notice .sns-wrapper .sns .icon {
    width: 30px;
    height: 30px;
  }
}
/* line 806, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper-tv {
  height: 1000px;
  background-image: url(/assets/live/main/img-main-tvguide-s-6f325eb7723966e0ad172c22e1b576f7ce65314939ab49cdc4131cacaf53a8aa.png);
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  /* line 806, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper-tv {
    background-image: none;
    height: auto;
  }
}
/* line 818, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper-tv .content .right-cnt {
  padding-top: 320px;
  width: 400px;
  float: right;
}
@media only screen and (max-width: 640px) {
  /* line 818, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper-tv .content .right-cnt {
    float: none;
    width: 100%;
    padding-top: 242px;
    padding-bottom: 80px;
  }
}
/* line 830, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper-tv .content .right-cnt .st {
  font-family: NotoSansCJKkr;
  font-size: 16px;
  font-weight: bold;
  color: #7e8085;
}
@media only screen and (max-width: 640px) {
  /* line 830, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper-tv .content .right-cnt .st {
    font-size: 13px;
    line-height: 1.69;
    text-align: center;
  }
}
/* line 843, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper-tv .content .right-cnt .b {
  margin-top: 12px;
  font-family: NotoSansCJKkr;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.29;
  color: #222;
}
@media only screen and (max-width: 640px) {
  /* line 843, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper-tv .content .right-cnt .b {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
  }
}
/* line 858, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper-tv .content .right-cnt .s {
  margin-top: 30px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  color: #54565a;
}
@media only screen and (max-width: 640px) {
  /* line 858, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper-tv .content .right-cnt .s {
    font-size: 13px;
    line-height: 1.54;
    text-align: center;
  }
}
/* line 872, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper-tv .content .right-cnt .link-box {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  /* line 872, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper-tv .content .right-cnt .link-box {
    margin-top: 40px;
    text-align: center;
  }
}
/* line 879, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper-tv .content .right-cnt .link-box .link {
  float: left;
  padding-bottom: 5.5px;
  border-bottom: solid 3px #222;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  color: #2c2e30;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  /* line 879, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper-tv .content .right-cnt .link-box .link {
    float: none;
    font-size: 13px;
    line-height: 1.54;
    text-align: center;
    color: #222;
  }
}
/* line 898, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper-tv .content .right-cnt .link-box .btn-box {
  float: left;
  padding-top: 6px;
  margin-left: 9px;
}
/* line 903, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
.live-body .live-main .wrapper-tv .content .right-cnt .link-box .btn-box .more-btn {
  width: 14px;
  height: 10px;
}
@media only screen and (max-width: 640px) {
  /* line 898, /data/webapps/dogtv/current/app/assets/stylesheets/live/_main.scss */
  .live-body .live-main .wrapper-tv .content .right-cnt .link-box .btn-box {
    display: none;
  }
}

/* line 4, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
.live-body .header {
  width: 100%;
  height: 62px;
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 1;
  padding: 30px 0;
}
@media only screen and (max-width: 640px) {
  /* line 4, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
  .live-body .header {
    width: 88.75vw;
    padding: 5.625vw 5.625vw;
    height: 35px;
  }
}
/* line 19, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
.live-body .header.mov {
  background-color: #fff;
}
/* line 23, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
.live-body .header .menus {
  margin: 0 auto;
  padding: 0;
  height: 62px;
  width: 1120px;
}
/* line 29, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
.live-body .header .menus .m {
  display: none;
}
@media only screen and (max-width: 640px) {
  /* line 23, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
  .live-body .header .menus {
    width: 100%;
    height: 35px;
  }
  /* line 37, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
  .live-body .header .menus .p {
    display: none;
  }
  /* line 41, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
  .live-body .header .menus .m {
    display: block;
    width: 26px;
    height: 26px;
    margin-top: 2px;
    background-image: url(/assets/live/main/icon/btn-gnb-menu-b@3x-1033547bc7e1d9a1587ae0e8a1bcf4a093b6a335b15b6e5be52fe49f2903e0e8.png);
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    cursor: pointer;
  }
}
/* line 54, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
.live-body .header .menus a {
  height: 62px;
  line-height: 62px;
  float: left;
  margin-left: 44px;
  color: #222;
}
@media only screen and (max-width: 640px) {
  /* line 54, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
  .live-body .header .menus a {
    height: 35px;
  }
}
/* line 65, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
.live-body .header .menus a:first-of-type {
  margin-left: 0;
}
/* line 69, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
.live-body .header .menus a li {
  padding-top: 17px;
  height: 25px;
  line-height: 25px;
  border-bottom: 4px solid rgba(255, 255, 255, 0);
}
/* line 74, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
.live-body .header .menus a li.active {
  border-bottom: 4px solid #222;
}
/* line 81, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
.live-body .header .menus .right {
  float: right;
}
/* line 85, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
.live-body .header .menus .logo {
  width: 70px;
  height: 62px;
  margin-right: 60px;
  margin-left: 0;
  background-image: url(/assets/live/commons/img-gnb-logo@3x-6b47cb7c53a2fef0ee50034abc01b27c2823eeab702589f9a48e96b1859e8cbf.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 640px) {
  /* line 85, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
  .live-body .header .menus .logo {
    width: 40px;
    height: 35px;
    padding: 0;
    border: 0;
  }
}
/* line 103, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
.live-body .header .mobile-menu {
  display: none;
  background-color: #f48025;
  width: 87.5vw;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 113, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
.live-body .header .mobile-menu .c {
  padding: 5.625vw 5.625vw 0 12.5vw;
}
/* line 115, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
.live-body .header .mobile-menu .c .close-btn {
  display: block;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  background-image: url(/assets/live/main/icon/btn-gnb-menu-close@3x-99fb1c435646a401f06adc9375e4ff2474ae2d6f7472553e45cc916bafeb5321.png);
  background-repeat: no-repeat;
  background-size: contain;
  float: right;
  cursor: pointer;
}
/* line 127, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
.live-body .header .mobile-menu .c .m-list {
  padding-top: 100px;
}
/* line 129, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
.live-body .header .mobile-menu .c .m-list .u {
  height: 20px;
  line-height: 20px;
  font-family: NotoSansCJKkr;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
/* line 138, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
.live-body .header .mobile-menu .c .m-list .m {
  margin-top: 60px;
}
/* line 141, /data/webapps/dogtv/current/app/assets/stylesheets/live/_menu.scss */
.live-body .header .mobile-menu .c .m-list .m a {
  height: 36px;
  line-height: 36px;
  font-family: NotoSansCJKkr;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}

/* line 4, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
.live-body footer {
  padding: 40px 0 62px 0;
  background-color: #f6f8f9;
}
@media only screen and (max-width: 640px) {
  /* line 4, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
  .live-body footer {
    padding: 9.375vw 6.25vw;
  }
}
/* line 14, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
.live-body footer .wrapper .content .terms-wrapper .l {
  font-family: NotoSansCJKkr;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #222;
}
@media only screen and (max-width: 640px) {
  /* line 14, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
  .live-body footer .wrapper .content .terms-wrapper .l {
    font-size: 11px;
  }
}
/* line 26, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
.live-body footer .wrapper .content .terms-wrapper .sp {
  font-size: 14px;
  line-height: 20px;
  margin: 0 12px;
  color: #d5d5d5;
}
/* line 34, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
.live-body footer .wrapper .content .company-wrapper {
  margin-top: 30px;
  font-family: NotoSansCJKkr;
  font-weight: 300;
  font-size: 12px;
  color: #666;
}
@media only screen and (max-width: 640px) {
  /* line 34, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
  .live-body footer .wrapper .content .company-wrapper {
    font-size: 10px;
  }
}
/* line 45, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
.live-body footer .wrapper .content .company-wrapper .mon {
  font-family: Montserrat;
}
/* line 49, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
.live-body footer .wrapper .content .company-wrapper .mar {
  margin-left: 15px;
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  /* line 49, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
  .live-body footer .wrapper .content .company-wrapper .mar {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 57, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
  .live-body footer .wrapper .content .company-wrapper .p {
    margin-top: 8px;
    display: inline-block;
  }
}
/* line 65, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
.live-body footer .wrapper .content .address-wrapper {
  margin-top: 8px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  color: #666;
}
@media only screen and (max-width: 640px) {
  /* line 65, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
  .live-body footer .wrapper .content .address-wrapper {
    font-size: 10px;
  }
}
/* line 75, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
.live-body footer .wrapper .content .address-wrapper span {
  margin-left: 20px;
}
/* line 78, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
.live-body footer .wrapper .content .address-wrapper span a {
  color: #666;
}
@media only screen and (max-width: 640px) {
  /* line 75, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
  .live-body footer .wrapper .content .address-wrapper span {
    margin-left: 0;
  }
}
/* line 85, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
.live-body footer .wrapper .content .address-wrapper span:first-of-type {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  /* line 89, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
  .live-body footer .wrapper .content .address-wrapper span.p {
    margin-top: 8px;
    display: inline-block;
  }
}
@media only screen and (max-width: 640px) {
  /* line 96, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
  .live-body footer .wrapper .content .address-wrapper span.f {
    margin-left: 10px;
  }
}
/* line 104, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
.live-body footer .wrapper .content .help-info {
  margin-top: 8px;
  font-weight: 300;
  font-family: NotoSansCJKkr;
  font-size: 12px;
  color: #666;
}
@media only screen and (max-width: 640px) {
  /* line 104, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
  .live-body footer .wrapper .content .help-info {
    font-size: 10px;
  }
}
/* line 116, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
.live-body footer .wrapper .content .copywright {
  margin-top: 30px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  color: #999;
}
@media only screen and (max-width: 640px) {
  /* line 116, /data/webapps/dogtv/current/app/assets/stylesheets/live/_footer.scss */
  .live-body footer .wrapper .content .copywright {
    font-size: 8px;
  }
}

/* line 5, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content {
  position: relative;
  padding-top: 202px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  /* line 5, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content {
    padding-top: 93px;
    padding-bottom: 0;
  }
}
/* line 15, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .guide-menu {
  float: left;
  width: 252px;
  height: 194px;
  padding-bottom: 30px;
  border: 4px solid #222;
}
@media only screen and (max-width: 640px) {
  /* line 15, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .guide-menu {
    float: unset;
    width: 100%;
    border: 0;
    padding: 0;
    height: auto;
  }
}
/* line 30, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .guide-menu .title {
  font-family: NotoSansCJKkr;
  font-size: 24px;
  font-weight: bold;
  color: #222;
  padding: 30px 0 30px 26px;
}
@media only screen and (max-width: 640px) {
  /* line 30, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .guide-menu .title {
    padding: 0;
  }
}
/* line 42, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .guide-menu .l {
  font-family: NotoSansCJKkr;
  font-size: 17px;
  color: #222222;
  padding: 12px 0 12px 26px;
}
/* line 48, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .guide-menu .l.active {
  font-weight: bold;
}
/* line 52, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .guide-menu .l:hover {
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  /* line 42, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .guide-menu .l {
    float: left;
    padding: 20px 0 16px;
    border-bottom: 4px solid #fff;
  }
  /* line 61, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .guide-menu .l.m-l {
    margin-left: 20px;
  }
  /* line 65, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .guide-menu .l.active {
    border-bottom: 4px solid #222;
  }
}
/* line 72, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .idx-right-cnt {
  width: 760px;
  float: right;
}
@media only screen and (max-width: 640px) {
  /* line 72, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .idx-right-cnt {
    width: 100%;
    float: unset;
  }
}
/* line 81, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .idx-right-cnt .section {
  margin-bottom: 110px;
}
@media only screen and (max-width: 640px) {
  /* line 81, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .idx-right-cnt .section {
    margin-bottom: 60px;
  }
}
/* line 89, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .idx-right-cnt .first .top {
  width: 760px;
  height: 480px;
}
@media only screen and (max-width: 640px) {
  /* line 89, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .idx-right-cnt .first .top {
    width: 100vw;
    height: auto;
    margin-left: -6.25vw;
  }
}
/* line 100, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .idx-right-cnt .first .t {
  margin-top: 60px;
  font-family: NotoSansCJKkr;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.29;
  color: #2c2e30;
}
@media only screen and (max-width: 640px) {
  /* line 100, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .idx-right-cnt .first .t {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.33;
  }
}
/* line 115, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .idx-right-cnt .first .s {
  margin-top: 30px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  color: #54565a;
  word-break: keep-all;
}
/* line 123, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .idx-right-cnt .first .s .p {
  display: block;
}
@media only screen and (max-width: 640px) {
  /* line 115, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .idx-right-cnt .first .s {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.57;
  }
  /* line 131, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .idx-right-cnt .first .s .p {
    display: inline;
  }
}
/* line 139, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .idx-right-cnt .second .top {
  width: 760px;
  height: 280px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  /* line 139, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .idx-right-cnt .second .top {
    width: 100vw;
    height: auto;
    margin-left: -6.25vw;
  }
}
/* line 152, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .idx-right-cnt .second .features .feature {
  margin-top: 30px;
}
/* line 154, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .idx-right-cnt .second .features .feature .img-box {
  float: left;
}
/* line 156, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .idx-right-cnt .second .features .feature .img-box img {
  width: 180px;
  height: 180px;
}
@media only screen and (max-width: 640px) {
  /* line 154, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .idx-right-cnt .second .features .feature .img-box {
    float: unset;
  }
  /* line 163, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .idx-right-cnt .second .features .feature .img-box img {
    width: 37.5vw;
    height: 37.5vw;
  }
}
/* line 169, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .idx-right-cnt .second .features .feature .txt-box {
  float: left;
  padding-top: 12px;
  margin-left: 30px;
  width: 550px;
}
/* line 175, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .idx-right-cnt .second .features .feature .txt-box .st {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  color: #999;
}
/* line 182, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .idx-right-cnt .second .features .feature .txt-box .t {
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  color: #222;
  margin-top: 10px;
}
/* line 191, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .idx-right-cnt .second .features .feature .txt-box .d {
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  color: #54565a;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  /* line 169, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .idx-right-cnt .second .features .feature .txt-box {
    float: unset;
    margin-left: 0;
    width: 100%;
    padding-top: 0;
    margin-bottom: 50px;
  }
  /* line 205, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .idx-right-cnt .second .features .feature .txt-box .st {
    margin-top: 24px;
    font-size: 13px;
  }
  /* line 210, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .idx-right-cnt .second .features .feature .txt-box .t {
    font-size: 16px;
    line-height: 1.63;
    margin-top: 4px;
  }
  /* line 216, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .idx-right-cnt .second .features .feature .txt-box .d {
    font-size: 14px;
    line-height: 1.57;
    margin-top: 20px;
  }
}
/* line 228, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .idx-right-cnt .third .top {
  width: 760px;
  height: 280px;
  margin-bottom: 20px;
}
/* line 232, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .idx-right-cnt .third .top img {
  width: 760px;
  height: 280px;
}
@media only screen and (max-width: 640px) {
  /* line 228, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .idx-right-cnt .third .top {
    width: 100vw;
    height: auto;
    margin-left: -6.25vw;
  }
  /* line 242, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .idx-right-cnt .third .top img {
    width: 100vw;
    height: auto;
  }
}
/* line 250, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .idx-right-cnt .third .sciences .science {
  margin-top: 20px;
  border: solid 2px #d5d5d5;
  padding: 30px 50px 40px;
}
/* line 256, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .idx-right-cnt .third .sciences .science .ico-box .ico {
  width: 60px;
  height: 60px;
}
/* line 262, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .idx-right-cnt .third .sciences .science .txt-box {
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  color: #222;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  /* line 250, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .idx-right-cnt .third .sciences .science {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0;
    border: 0;
  }
  /* line 277, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .idx-right-cnt .third .sciences .science .ico-box .ico {
    width: 18.75vw;
    height: 18.75vw;
  }
  /* line 283, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .idx-right-cnt .third .sciences .science .txt-box {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.57;
  }
}
/* line 294, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .tv-right-cnt {
  width: 760px;
  float: right;
  padding-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  /* line 294, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .tv-right-cnt {
    width: 100%;
    float: unset;
    padding-bottom: 60px;
  }
}
/* line 305, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .tv-right-cnt .intro {
  padding-bottom: 60px;
  border-bottom: solid 1px #d5d5d5;
}
@media only screen and (max-width: 640px) {
  /* line 305, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .tv-right-cnt .intro {
    padding-bottom: 50px;
  }
}
/* line 312, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .tv-right-cnt .intro .img {
  width: 760px;
  height: 280px;
}
@media only screen and (max-width: 640px) {
  /* line 312, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .tv-right-cnt .intro .img {
    width: 100vw;
    margin-left: -6.25vw;
    height: 43.75vw;
  }
}
/* line 323, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .tv-right-cnt .intro .t {
  margin-top: 60px;
  font-family: NotoSansCJKkr;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.29;
  color: #2c2e30;
}
@media only screen and (max-width: 640px) {
  /* line 323, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .tv-right-cnt .intro .t {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.33;
  }
}
/* line 338, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .tv-right-cnt .intro .desc {
  margin-top: 30px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  color: #54565a;
}
@media only screen and (max-width: 640px) {
  /* line 338, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .tv-right-cnt .intro .desc {
    word-break: keep-all;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.57;
  }
}
/* line 354, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .tv-right-cnt .channel-box {
  padding: 60px 0;
}
@media only screen and (max-width: 640px) {
  /* line 354, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .tv-right-cnt .channel-box {
    padding: 40px 0;
  }
}
/* line 360, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .tv-right-cnt .channel-box .title {
  font-family: NotoSansCJKkr;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.36;
  color: #2c2e30;
}
@media only screen and (max-width: 640px) {
  /* line 360, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .tv-right-cnt .channel-box .title {
    font-size: 16px;
    line-height: 1.63;
    color: #222222;
  }
}
/* line 374, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .tv-right-cnt .channel-box .c-wrapper {
  width: 760px;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  /* line 374, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .tv-right-cnt .channel-box .c-wrapper {
    width: 100%;
    margin-top: 20px;
  }
}
/* line 383, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .tv-right-cnt .channel-box .c-wrapper .t {
  padding: 18px 30px;
  font-family: NotoSansCJKkr;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background-color: #222222;
}
@media only screen and (max-width: 640px) {
  /* line 383, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .tv-right-cnt .channel-box .c-wrapper .t {
    padding: 10px 16px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
  }
}
/* line 400, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .tv-right-cnt .channel-box .c-wrapper .boxes {
  border-right: 1px solid #d5d5d5;
}
@media only screen and (max-width: 640px) {
  /* line 400, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .tv-right-cnt .channel-box .c-wrapper .boxes {
    border-left: 1px solid #d5d5d5;
    border-right: 0;
  }
}
/* line 407, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .tv-right-cnt .channel-box .c-wrapper .boxes .box {
  float: left;
  width: 252px;
  border-left: 1px solid #d5d5d5;
}
@media only screen and (max-width: 640px) {
  /* line 407, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .tv-right-cnt .channel-box .c-wrapper .boxes .box {
    width: 43.28125vw;
    border-right: 1px solid #d5d5d5;
    border-left: 0;
  }
}
/* line 417, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .tv-right-cnt .channel-box .c-wrapper .boxes .box .icon-box {
  padding: 49px 56px 48px 57px;
  border-bottom: 1px solid #d5d5d5;
}
/* line 420, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .tv-right-cnt .channel-box .c-wrapper .boxes .box .icon-box .ico {
  width: 140px;
  height: 56px;
}
@media only screen and (max-width: 640px) {
  /* line 417, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .tv-right-cnt .channel-box .c-wrapper .boxes .box .icon-box {
    padding: 20px;
  }
  /* line 428, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .tv-right-cnt .channel-box .c-wrapper .boxes .box .icon-box .ico {
    width: 31.25vw;
    height: 12.5vw;
  }
}
/* line 434, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .tv-right-cnt .channel-box .c-wrapper .boxes .box .t-box {
  border-bottom: 1px solid #d5d5d5;
}
/* line 437, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .tv-right-cnt .channel-box .c-wrapper .boxes .box .t-box .name {
  padding-top: 20px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  text-align: center;
  color: #222;
}
/* line 445, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .tv-right-cnt .channel-box .c-wrapper .boxes .box .t-box .name.dim {
  color: #999;
}
@media only screen and (max-width: 640px) {
  /* line 437, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .tv-right-cnt .channel-box .c-wrapper .boxes .box .t-box .name {
    padding-top: 15px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }
}
/* line 456, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .tv-right-cnt .channel-box .c-wrapper .boxes .box .t-box .num {
  margin-top: 4px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  color: #54565a;
  padding-bottom: 20px;
}
/* line 464, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .tv-right-cnt .channel-box .c-wrapper .boxes .box .t-box .num.dim {
  color: #999;
}
@media only screen and (max-width: 640px) {
  /* line 456, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .tv-right-cnt .channel-box .c-wrapper .boxes .box .t-box .num {
    height: 17px;
    line-height: 17px;
    font-size: 11px;
    padding-bottom: 16px;
  }
}
/* line 482, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .online-right-cnt {
  width: 760px;
  float: right;
  padding-bottom: 110px;
}
@media only screen and (max-width: 640px) {
  /* line 482, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .online-right-cnt {
    width: 100%;
    float: unset;
    padding-bottom: 60px;
  }
}
/* line 493, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .online-right-cnt .top {
  width: 760px;
  height: 280px;
  background-image: url(/assets/live/guide/online/img-guide-onlinetop-97e22e0e7771d98ed5e8da4eb7ccfbf60ae82a0e371f0817aa24029b8e55b3de.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 640px) {
  /* line 493, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .online-right-cnt .top {
    width: 100vw;
    height: 43.75vw;
    margin-left: -6.25vw;
    background-image: url(/assets/live/guide/mobile/img-guide-onlinetop-9ae3a0abab4597f2a6280dbbd24b8894b154d5ba23dffc9ae0f9ecbfb629305a.png);
  }
}
/* line 508, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .online-right-cnt .t {
  margin-top: 60px;
  font-family: NotoSansCJKkr;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.29;
  color: #2c2e30;
}
@media only screen and (max-width: 640px) {
  /* line 508, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .online-right-cnt .t {
    font-size: 18px;
    line-height: 1.33;
    margin-top: 30px;
  }
}
/* line 523, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .online-right-cnt .d {
  margin-top: 30px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  color: #54565a;
}
@media only screen and (max-width: 640px) {
  /* line 523, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .online-right-cnt .d {
    word-break: keep-all;
    font-size: 14px;
    line-height: 1.57;
  }
}
/* line 537, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
.guide-index .wrapper .content .online-right-cnt .play-btn {
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background-color: #222;
  padding: 24px 80px;
  width: 155px;
  margin-top: 80px;
}
@media only screen and (max-width: 640px) {
  /* line 537, /data/webapps/dogtv/current/app/assets/stylesheets/live/_guide.scss */
  .guide-index .wrapper .content .online-right-cnt .play-btn {
    padding: 15px 40px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    width: 120px;
  }
}

/* line 5, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content {
  padding-top: 214px;
}
@media only screen and (max-width: 640px) {
  /* line 5, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content {
    padding-top: 93px;
  }
}
/* line 12, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .title-wrapper {
  font-family: NotoSansCJKkr;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.29;
  color: #2c2e30;
}
/* line 19, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .title-wrapper .m-t {
  display: none;
}
@media only screen and (max-width: 640px) {
  /* line 12, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .title-wrapper {
    font-size: 18px;
    line-height: 1.33;
  }
  /* line 26, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .title-wrapper .m-t {
    display: block;
    height: 26px;
    line-height: 26px;
    font-family: NotoSansCJKkr;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
  }
}
/* line 38, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .top-img {
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  /* line 38, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .top-img {
    margin-top: 20px;
    width: 100vw;
    height: auto;
    margin-left: -6.25vw;
  }
}
/* line 51, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .history-wrapper .history {
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  /* line 51, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .history-wrapper .history {
    margin-top: 30px;
  }
}
/* line 57, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .history-wrapper .history .sub-title {
  margin-right: 60px;
  float: left;
  width: 140px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  color: #222222;
}
@media only screen and (max-width: 640px) {
  /* line 57, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .history-wrapper .history .sub-title {
    margin-right: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    float: unset;
  }
}
/* line 76, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .history-wrapper .history .cont {
  float: left;
  width: 920px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  color: #54565a;
}
@media only screen and (max-width: 640px) {
  /* line 76, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .history-wrapper .history .cont {
    margin-top: 12px;
    float: unset;
    width: 100%;
    font-size: 14px;
    line-height: 1.57;
  }
}
/* line 95, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .members-wrapper {
  margin-top: 180px;
  margin-bottom: 190px;
}
@media only screen and (max-width: 640px) {
  /* line 95, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .members-wrapper {
    margin-top: 60px;
  }
}
/* line 101, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .members-wrapper .title {
  font-family: NotoSansCJKkr;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.29;
  color: #2c2e30;
}
@media only screen and (max-width: 640px) {
  /* line 101, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .members-wrapper .title {
    font-size: 16px;
    line-height: 1.63;
    color: #222222;
  }
}
/* line 115, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .members-wrapper .desc {
  margin-top: 20px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  color: #54565a;
}
@media only screen and (max-width: 640px) {
  /* line 115, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .members-wrapper .desc {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.57;
  }
}
/* line 130, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .members-wrapper .members .member {
  margin-top: 60px;
  height: 240px;
}
@media only screen and (max-width: 640px) {
  /* line 130, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .members-wrapper .members .member {
    margin-top: 30px;
    height: auto;
  }
}
/* line 139, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .members-wrapper .members .member .photo-section {
  float: left;
  width: 240px;
  height: 240px;
  background-color: #d8d8d8;
  border-radius: 120px;
}
@media only screen and (max-width: 640px) {
  /* line 139, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .members-wrapper .members .member .photo-section {
    float: unset;
    width: 50vw;
    height: 50vw;
  }
}
/* line 152, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .members-wrapper .members .member .photo-section .photo {
  width: 240px;
  height: 240px;
}
@media only screen and (max-width: 640px) {
  /* line 152, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .members-wrapper .members .member .photo-section .photo {
    float: unset;
    width: 50vw;
    height: 50vw;
  }
}
/* line 165, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .members-wrapper .members .member .content-section {
  float: left;
  margin-left: 80px;
  height: 240px;
  vertical-align: middle;
  display: table;
}
@media only screen and (max-width: 640px) {
  /* line 165, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .members-wrapper .members .member .content-section {
    float: unset;
    margin-left: 0;
    height: auto;
    margin-top: 24px;
  }
}
/* line 179, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .members-wrapper .members .member .content-section .layer {
  display: table-cell;
  vertical-align: middle;
  margin: auto 0;
}
/* line 183, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .members-wrapper .members .member .content-section .layer .position {
  width: 800px;
  height: 18px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  color: #999999;
}
@media only screen and (max-width: 640px) {
  /* line 183, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .members-wrapper .members .member .content-section .layer .position {
    width: 100%;
    font-size: 14px;
    height: auto;
  }
  /* line 196, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .members-wrapper .members .member .content-section .layer .position .p {
    display: block;
  }
}
/* line 202, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .members-wrapper .members .member .content-section .layer .name {
  margin-top: 10px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  color: #222222;
}
@media only screen and (max-width: 640px) {
  /* line 202, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .members-wrapper .members .member .content-section .layer .name {
    line-height: 1;
  }
  /* line 212, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .members-wrapper .members .member .content-section .layer .name .p {
    display: block;
    margin-top: 4px;
  }
}
/* line 219, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .members-wrapper .members .member .content-section .layer .seperate {
  width: 30px;
  border: #d5d5d5 1px solid;
  background-color: #d5d5d5;
  margin: 30px 0;
}
@media only screen and (max-width: 640px) {
  /* line 219, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .members-wrapper .members .member .content-section .layer .seperate {
    margin: 20px 0;
  }
}
/* line 230, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .members-wrapper .members .member .content-section .layer .histories {
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  color: #54565a;
}
/* line 236, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .members-wrapper .members .member .content-section .layer .histories .p {
  display: block;
}
@media only screen and (max-width: 640px) {
  /* line 236, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .members-wrapper .members .member .content-section .layer .histories .p {
    display: inline;
  }
}
/* line 242, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .members-wrapper .members .member .content-section .layer .histories .p.l {
  display: block;
}
/* line 253, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .ci-wrapper {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  /* line 253, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .ci-wrapper {
    margin-top: 80px;
  }
}
/* line 260, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .ci-wrapper .title {
  font-family: NotoSansCJKkr;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.29;
  color: #2c2e30;
}
@media only screen and (max-width: 640px) {
  /* line 260, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .ci-wrapper .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    color: #222222;
  }
}
/* line 274, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .ci-wrapper .desc {
  margin-top: 20px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  color: #54565a;
}
@media only screen and (max-width: 640px) {
  /* line 274, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .ci-wrapper .desc {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.57;
    color: #54565a;
  }
}
/* line 290, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .ci-wrapper .top-img {
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  /* line 290, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .ci-wrapper .top-img {
    width: 100%;
    height: auto;
    margin: 30px auto 20px;
  }
}
/* line 300, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .ci-wrapper .down-wrapper {
  text-align: center;
  margin: 80px auto 130px;
}
@media only screen and (max-width: 640px) {
  /* line 300, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .ci-wrapper .down-wrapper {
    margin: 20px auto 80px;
  }
}
/* line 308, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .ci-wrapper .down-wrapper .btn {
  text-align: center;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 24px 60px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #222222;
}
/* line 321, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .ci-wrapper .down-wrapper .btn:first-of-type {
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  /* line 308, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .ci-wrapper .down-wrapper .btn {
    padding: 16px 24px;
    font-size: 14px;
    line-height: 1.57;
  }
}
/* line 333, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .ci-wrapper .colors {
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  /* line 333, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .ci-wrapper .colors {
    margin-top: 0;
  }
}
/* line 340, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .ci-wrapper .colors .brown {
  background-color: #543019;
  color: #543019;
}
/* line 345, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .ci-wrapper .colors .orange {
  background-color: #f58026;
  color: #f58026;
}
/* line 351, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .ci-wrapper .colors .color {
  float: left;
  width: 340px;
}
/* line 352, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .ci-wrapper .colors .color:nth-of-type(2) {
  margin: 0 50px;
}
@media only screen and (max-width: 640px) {
  /* line 351, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .ci-wrapper .colors .color {
    width: 56.25vw;
    margin: 0 15.625vw 10px !important;
  }
}
/* line 363, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .ci-wrapper .colors .color .color-box {
  width: 340px;
  height: 200px;
}
/* line 367, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .ci-wrapper .colors .color .color-box.white {
  width: 338px;
  height: 198px;
  border: solid 1px #d5d5d5;
}
@media only screen and (max-width: 640px) {
  /* line 363, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .ci-wrapper .colors .color .color-box {
    width: 56.25vw;
    height: 25vw;
  }
  /* line 377, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .ci-wrapper .colors .color .color-box.white {
    width: calc(56.25vw - 2px);
    height: calc(25vw - 2px);
  }
}
/* line 384, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .ci-wrapper .colors .color .des-box {
  padding: 30px;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
@media only screen and (max-width: 640px) {
  /* line 384, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .ci-wrapper .colors .color .des-box {
    padding: 17px 0 20px 16px;
  }
}
/* line 393, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .ci-wrapper .colors .color .des-box .d-name {
  background-color: #fff !important;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
}
@media only screen and (max-width: 640px) {
  /* line 393, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .ci-wrapper .colors .color .des-box .d-name {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 1.14;
  }
}
/* line 407, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .ci-wrapper .colors .color .des-box .c-name {
  margin-top: 20px;
  margin-bottom: 16px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  color: #222222;
}
@media only screen and (max-width: 640px) {
  /* line 407, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .ci-wrapper .colors .color .des-box .c-name {
    font-size: 11px;
    line-height: 1.27;
    margin-top: 16px;
    margin-bottom: 12px;
  }
}
/* line 424, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .ci-wrapper .colors .color .des-box .v-box {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.88;
  color: #999999;
}
@media only screen and (max-width: 640px) {
  /* line 424, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .ci-wrapper .colors .color .des-box .v-box {
    font-size: 11px;
    line-height: 1.82;
  }
}
/* line 434, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .ci-wrapper .colors .color .des-box .v-box .v-t {
  float: left;
  width: 50px;
}
@media only screen and (max-width: 640px) {
  /* line 434, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .ci-wrapper .colors .color .des-box .v-box .v-t {
    width: 15.625vw;
  }
}
/* line 441, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
.about-wrapper .wrapper .content .ci-wrapper .colors .color .des-box .v-box .v {
  margin-left: 40px;
  float: left;
}
@media only screen and (max-width: 640px) {
  /* line 441, /data/webapps/dogtv/current/app/assets/stylesheets/live/_about.scss */
  .about-wrapper .wrapper .content .ci-wrapper .colors .color .des-box .v-box .v {
    margin-left: 6px;
  }
}

/* line 3, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form {
  padding-top: 210px;
}
@media only screen and (max-width: 640px) {
  /* line 3, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
  .login-form {
    padding-top: 100px;
  }
}
/* line 10, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .title {
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.04;
  color: #000;
}
@media only screen and (max-width: 640px) {
  /* line 10, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
  .login-form .content .title {
    font-size: 26px;
    line-height: 26px;
  }
}
/* line 22, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .id-box {
  margin-top: 30px;
  width: 500px;
}
@media only screen and (max-width: 640px) {
  /* line 22, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
  .login-form .content .id-box {
    margin-top: 40px;
    width: 100%;
  }
}
/* line 31, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .id-box .auth-input {
  width: 452px;
  height: 23px;
  padding: 24px 26px;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  color: #000;
}
@media only screen and (max-width: 640px) {
  /* line 31, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
  .login-form .content .id-box .auth-input {
    padding: 16px 5.625vw;
    width: calc(76.25vw - 2px);
    font-size: 15px;
    line-height: 22px;
    height: 22px;
  }
}
/* line 51, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .id-box .auth-input::placeholder {
  font-family: NotoSansCJKkr;
  font-size: 18px;
  color: #999999;
}
/* line 57, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .id-box .auth-input:first-of-type {
  margin-bottom: 6px;
}
@media only screen and (max-width: 640px) {
  /* line 57, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
  .login-form .content .id-box .auth-input:first-of-type {
    margin-bottom: 4px;
  }
}
/* line 66, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .k {
  margin-top: 10px;
  width: 500px;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  /* line 66, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
  .login-form .content .k {
    width: 100%;
  }
}
/* line 75, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .k .c-box {
  width: 30px;
  height: 30px;
  background-image: url(/assets/live/users/btn-checkbox-nor@3x-38716d2d880c6d596e8614232e0c910a8b2ea6b03d89174de430b2ee1a22aa0d.png);
  background-size: contain;
  float: left;
}
/* line 81, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .k .c-box.active {
  background-image: url(/assets/live/users/btn-checkbox-sel@3x-46fa8eea869397777dddb31ad87383a83e17e15f769299c528d7e2470ccee6f9.png);
}
/* line 86, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .k .t {
  font-family: NotoSansCJKkr;
  font-size: 12px;
  color: #222222;
  height: 30px;
  line-height: 30px;
  margin-left: 9px;
  float: left;
}
@media only screen and (max-width: 640px) {
  /* line 86, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
  .login-form .content .k .t {
    font-size: 11px;
  }
}
/* line 101, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .warn {
  font-family: NotoSansCJKkr;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #e51818;
  margin-top: 18px;
  display: none;
}
/* line 111, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .login-sub {
  cursor: pointer;
  width: 500px;
  height: 27px;
  line-height: 27px;
  border-radius: 5px;
  background-color: #222222;
  padding: 24px 0;
  margin-top: 20px;
  color: #fff;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  /* line 111, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
  .login-form .content .login-sub {
    width: 100%;
    height: 22px;
    font-size: 15px;
    line-height: 22px;
    margin-top: 30px;
    padding: 20px 0;
  }
}
/* line 137, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .functions {
  margin-top: 30px;
  height: 27px;
  line-height: 27px;
  width: 500px;
}
@media only screen and (max-width: 640px) {
  /* line 137, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
  .login-form .content .functions {
    width: 100%;
    height: 22px;
    line-height: 22px;
  }
}
/* line 149, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .functions .s {
  font-family: NotoSansCJKkr;
  font-size: 18px;
  color: #666666;
}
@media only screen and (max-width: 640px) {
  /* line 149, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
  .login-form .content .functions .s {
    font-size: 13px;
  }
}
/* line 157, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .functions .sp {
  margin: 0 20px;
}
@media only screen and (max-width: 640px) {
  /* line 157, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
  .login-form .content .functions .sp {
    margin: 0 10px;
  }
}
/* line 163, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .functions .signup {
  float: right;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #222222;
}
@media only screen and (max-width: 640px) {
  /* line 163, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
  .login-form .content .functions .signup {
    font-size: 13px;
  }
}
/* line 176, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .sns-wrapper {
  margin-top: 60px;
  width: 500px;
}
@media only screen and (max-width: 640px) {
  /* line 176, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
  .login-form .content .sns-wrapper {
    width: 100%;
    margin-top: 47px;
  }
}
/* line 184, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .sns-wrapper .l-wrapper {
  width: 500px;
  height: 74px;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-bottom: 6px;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  /* line 184, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
  .login-form .content .sns-wrapper .l-wrapper {
    width: 100%;
    height: 62px;
    margin-bottom: 5px;
  }
}
/* line 199, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .sns-wrapper .l-wrapper:last-of-type {
  margin-bottom: 0;
}
/* line 203, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .sns-wrapper .l-wrapper .icon {
  float: left;
  width: 74px;
  height: 74px;
  background-size: 46px 46px;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 640px) {
  /* line 203, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
  .login-form .content .sns-wrapper .l-wrapper .icon {
    width: 62px;
    height: 62px;
    background-size: 30px 30px;
  }
}
/* line 218, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .sns-wrapper .l-wrapper .icon.kakao {
  background-image: url(/assets/live/users/ico-login-kakao@3x-25c1fa81446820a07b6cdaa74ae20570a3fbe1662746d6306be2a9a7ed6cdbb6.png);
}
/* line 222, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .sns-wrapper .l-wrapper .icon.naver {
  background-image: url(/assets/live/users/ico-login-naver@3x-bdfb47474a56d913c0524701867862fa9bfd96b7db33f0fb440b37588dd17e69.png);
}
/* line 226, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .sns-wrapper .l-wrapper .icon.facebook {
  background-image: url(/assets/live/users/ico-login-fb@3x-d00a347bd216f14e95798ca6e3ec9f4e13ac2fa5192fd63c89fa258688e1a84c.png);
}
/* line 231, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
.login-form .content .sns-wrapper .l-wrapper .name {
  float: left;
  border-left: solid 1px #eee;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  color: #222222;
  line-height: 74px;
  padding-left: 40px;
}
@media only screen and (max-width: 640px) {
  /* line 231, /data/webapps/dogtv/current/app/assets/stylesheets/live/_login.scss */
  .login-form .content .sns-wrapper .l-wrapper .name {
    line-height: 62px;
    font-size: 15px;
    padding-left: 5vw;
  }
}

/* line 3, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form {
  padding-top: 209px;
}
@media only screen and (max-width: 640px) {
  /* line 3, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form {
    padding-top: 100px;
  }
}
/* line 10, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content {
  width: 620px !important;
}
@media only screen and (max-width: 640px) {
  /* line 10, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content {
    width: 87.5vw !important;
  }
}
/* line 17, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .title {
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.04;
  color: #000;
}
@media only screen and (max-width: 640px) {
  /* line 17, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .title {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.08;
  }
}
/* line 31, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  /* line 31, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form {
    margin-top: 40px;
  }
}
/* line 39, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .id-form .pwd.warn {
  border: 1px solid #e51818;
}
/* line 42, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .id-form .pwd.warn .edit {
  width: 450px;
}
/* line 49, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .confirm-timer {
  display: none;
  height: 22px;
  font-family: NotoSansCJKkr;
  font-size: 15px;
  color: #222;
  line-height: 22px;
}
/* line 57, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .confirm-timer .r {
  color: #e51818;
}
/* line 62, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .name-form {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  /* line 62, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .name-form {
    margin-top: 20px;
  }
}
/* line 67, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .name-form .row {
  position: relative;
}
/* line 69, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .name-form .row .d-box {
  float: left;
  margin-left: 6px;
  width: 164px;
  padding: 24px 16px 24px 26px;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  /* line 69, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .name-form .row .d-box {
    display: none;
  }
}
/* line 80, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .name-form .row .d-box .d {
  float: left;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  color: #999999;
  height: 27px;
  line-height: 27px;
}
/* line 89, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .name-form .row .d-box .tri {
  margin-top: 9px;
}
/* line 94, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .name-form .row .d-o-box {
  display: none;
  right: 0;
  top: 80px;
  position: absolute;
  padding: 10px 20px;
  width: 166px;
  border-radius: 5px;
  border: solid 1px #d5d5d5;
  background-color: #ffffff;
}
/* line 107, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .name-form .row .d-o-box .option {
  padding: 7px 0;
  width: 100%;
  background-color: #fff;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  color: #999;
}
/* line 122, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .phone-form {
  margin-top: 16px;
}
@media only screen and (max-width: 640px) {
  /* line 122, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .phone-form {
    margin-top: 20px;
  }
}
/* line 128, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .phone-form .row .confirm-btn {
  cursor: pointer;
  float: left;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #000;
  height: 27px;
  line-height: 27px;
  padding: 24px 40px;
  margin-left: 6px;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  /* line 128, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .phone-form .row .confirm-btn {
    float: none;
    padding: 9px 0;
    width: 87.5vw;
    margin-left: 0;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #222;
    margin-top: 5px;
  }
}
/* line 155, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .phone-form .row .confirm-btn.disable {
  color: #999;
}
/* line 162, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .addr-form {
  margin-top: 16px;
}
@media only screen and (max-width: 640px) {
  /* line 164, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .addr-form .row {
    margin: 5px 0;
  }
}
/* line 169, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .addr-form .row .search-btn {
  cursor: pointer;
  float: left;
  padding: 24px 38px;
  height: 27px;
  line-height: 27px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-left: 6px;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  /* line 169, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .addr-form .row .search-btn {
    margin-left: 1.5625vw;
    padding: 14px 0;
    width: 36.875vw;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #222;
  }
}
/* line 197, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .agency-form {
  margin-top: 16px;
}
/* line 201, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .agency-form .row .agency > * {
  cursor: pointer;
}
/* line 204, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .agency-form .row .agency .tri {
  margin-top: 33px;
  margin-right: 21px;
}
@media only screen and (max-width: 640px) {
  /* line 204, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .agency-form .row .agency .tri {
    margin-top: 22px;
  }
}
/* line 216, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .row {
  height: 75px;
  margin: 6px 0;
}
@media only screen and (max-width: 640px) {
  /* line 216, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .row {
    height: auto;
    margin: 20px 0;
  }
}
/* line 225, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .row .tri {
  float: right;
  width: 0px;
  height: 0px;
  border-right: 8px solid transparent;
  border-top: 9px solid #999;
  border-left: 8px solid transparent;
}
/* line 234, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .row .label {
  background-color: #fff;
  padding: 24px 0 24px 26px;
  float: left;
  width: 142px;
  height: 27px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  color: #222222;
}
@media only screen and (max-width: 640px) {
  /* line 234, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .row .label {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    float: none;
    background-color: unset;
    padding: 0;
    margin-bottom: 5px;
  }
}
/* line 255, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .row .edit {
  float: left;
  width: 452px;
  height: 75px;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  /* line 255, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .row .edit {
    float: none;
    width: 100%;
    height: auto;
  }
}
/* line 267, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .row .edit input {
  height: 27px;
  padding: 24px 26px 24px 10px !important;
  width: calc(100% - 36px);
  font-family: NotoSansCJKkr;
  font-size: 18px;
  color: #222222;
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 640px) {
  /* line 267, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .row .edit input {
    padding: 14px 16px !important;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }
}
/* line 285, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .row .edit.email {
  width: 240px;
}
/* line 288, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .row .edit.email input {
  width: 204px;
}
@media only screen and (max-width: 640px) {
  /* line 285, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .row .edit.email {
    width: inherit;
  }
  /* line 294, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .row .edit.email input {
    width: inherit;
  }
}
/* line 300, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .row .edit.phone {
  width: 293px;
}
/* line 303, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .row .edit.phone input {
  width: 263px;
}
@media only screen and (max-width: 640px) {
  /* line 300, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .row .edit.phone {
    width: inherit;
  }
  /* line 309, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .row .edit.phone input {
    width: inherit;
  }
}
/* line 315, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .row .edit.post {
  width: 262px;
}
/* line 317, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .row .edit.post input {
  width: 234px;
}
@media only screen and (max-width: 640px) {
  /* line 315, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .row .edit.post {
    width: 49.0625vw;
    float: left;
  }
  /* line 324, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .row .edit.post input {
    width: inherit;
  }
}
/* line 330, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .row .edit.addr {
  width: 100%;
}
/* line 332, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .row .edit.addr input {
  padding: 24px 26px !important;
  width: calc(100% - 52px);
}
@media only screen and (max-width: 640px) {
  /* line 338, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .row .edit.addr input {
    padding: 14px 16px !important;
    width: calc(100% - 32px);
  }
}
/* line 346, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .row .edit.agency input {
  width: 379px;
}
@media only screen and (max-width: 640px) {
  /* line 345, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .row .edit.agency {
    width: inherit;
  }
  /* line 352, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .row .edit.agency input {
    width: 65.5vw;
  }
}
/* line 362, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .agree-form {
  margin-top: 30px;
}
/* line 364, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .agree-form .agree {
  margin-top: 10px;
  cursor: pointer;
}
/* line 367, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .agree-form .agree .sel {
  float: left;
  width: 30px;
  height: 30px;
  background-image: url(/assets/live/users/btn-checkbox-nor@3x-38716d2d880c6d596e8614232e0c910a8b2ea6b03d89174de430b2ee1a22aa0d.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 375, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .agree-form .agree .sel.active {
  background-image: url(/assets/live/users/btn-checkbox-sel@3x-46fa8eea869397777dddb31ad87383a83e17e15f769299c528d7e2470ccee6f9.png);
}
/* line 380, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .agree-form .agree .txt {
  float: left;
  height: 30px;
  line-height: 30px;
  font-family: NotoSansCJKkr;
  font-size: 12px;
  color: #222;
  margin-left: 9px;
}
/* line 391, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .agree-form .agree-sp {
  margin-top: 30px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  background-color: #eee;
}
/* line 399, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .agree-txt-wrapper {
  margin-top: 60px;
}
/* line 401, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .agree-txt-wrapper .tit {
  height: 46px;
  font-family: NotoSansCJKkr;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.77;
  color: #2c2e30;
}
/* line 410, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .agree-txt-wrapper .cont {
  width: 576px;
  height: 308px;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 22px 26px;
  overflow: scroll;
}
@media only screen and (max-width: 640px) {
  /* line 410, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .agree-txt-wrapper .cont {
    width: calc(87.5vw - 46px);
  }
}
/* line 425, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .btn-wrapper {
  text-align: center;
  width: 520px;
  margin: 60px auto 160px;
}
@media only screen and (max-width: 640px) {
  /* line 425, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .btn-wrapper {
    width: 100%;
  }
}
/* line 433, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .btn-wrapper .cancel {
  cursor: pointer;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  float: left;
  padding: 23px 37px;
  height: 27px;
  width: 36px;
  line-height: 27px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #222222;
}
@media only screen and (max-width: 640px) {
  /* line 433, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .btn-wrapper .cancel {
    width: calc(21.25vw - 2px);
    padding: 15px 0;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }
}
/* line 458, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
.signup-form .content .form .btn-wrapper .submit {
  cursor: pointer;
  padding: 24px 110px;
  margin-left: 10px;
  border-radius: 5px;
  background-color: #f48025;
  float: left;
  width: 177px;
  height: 27px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 640px) {
  /* line 458, /data/webapps/dogtv/current/app/assets/stylesheets/live/_signup.scss */
  .signup-form .content .form .btn-wrapper .submit {
    width: 64.6875vw;
    padding: 15px 0;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    margin-left: 1.5625vw;
  }
}

/* line 3, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search {
  padding-top: 208px;
}
@media only screen and (max-width: 640px) {
  /* line 3, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search {
    padding-top: 98px;
  }
}
/* line 11, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content {
  margin: 0 auto;
  width: 620px;
}
@media only screen and (max-width: 640px) {
  /* line 11, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content {
    width: 87.5vw;
  }
}
/* line 19, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .title {
  height: 50px;
  line-height: 50px;
  font-family: NotoSansCJKkr;
  font-size: 48px;
  font-weight: 800;
  color: #000;
}
@media only screen and (max-width: 640px) {
  /* line 19, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .title {
    height: 28px;
    line-height: 28px;
    font-size: 26px;
  }
}
/* line 34, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .s-menus {
  margin-top: 70px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  /* line 34, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .s-menus {
    margin-top: 22px;
    margin-bottom: 0;
  }
}
/* line 42, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .s-menus .s-m {
  cursor: pointer;
  float: left;
  height: 28px;
  line-height: 28px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  color: #999999;
}
/* line 51, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .s-menus .s-m.i {
  margin-right: 20px;
}
/* line 54, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .s-menus .s-m.p {
  margin-left: 20px;
}
/* line 57, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .s-menus .s-m.active {
  color: #222222;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  /* line 42, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .s-menus .s-m {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    padding-bottom: 16px;
    border-bottom: 4px solid rgba(221, 221, 221, 0);
  }
  /* line 69, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .s-menus .s-m.i {
    margin-right: 10px;
  }
  /* line 73, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .s-menus .s-m.p {
    margin-left: 10px;
  }
  /* line 77, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .s-menus .s-m.active {
    border-bottom: 4px solid #222;
  }
}
/* line 84, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .form-box {
  border-top: 4px solid #222;
  padding-top: 17px;
}
@media only screen and (max-width: 640px) {
  /* line 84, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .form-box {
    border-top: 1px solid #ddd;
    padding-top: 10px;
  }
}
/* line 94, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .form-box .form .row {
  width: 100%;
  height: 75px;
  margin: 6px 0;
}
@media only screen and (max-width: 640px) {
  /* line 94, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .form-box .form .row {
    margin: 20px 0;
    height: auto;
  }
}
/* line 104, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .form-box .form .row.c-timer {
  display: none;
  height: 22px;
  margin-top: 12px;
}
/* line 108, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .form-box .form .row.c-timer .confirm-timer {
  height: 22px;
  line-height: 22px;
  font-family: NotoSansCJKkr;
  font-size: 15px;
  color: #222;
}
/* line 115, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .form-box .form .row.c-timer .confirm-timer .r {
  color: #e51818;
}
@media only screen and (max-width: 640px) {
  /* line 108, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .form-box .form .row.c-timer .confirm-timer {
    font-size: 11px;
    height: 17px;
    line-height: 17px;
  }
  /* line 124, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .form-box .form .row.c-timer .confirm-timer .mx {
    display: none;
  }
}
/* line 131, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .form-box .form .row .label {
  float: left;
  width: 142px;
  padding: 24px 0 24px 26px;
  height: 27px;
  line-height: 27px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  color: #222;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  /* line 131, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .form-box .form .row .label {
    background-color: unset;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 5px;
    float: unset;
    padding: 0;
  }
}
/* line 154, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .form-box .form .row .v {
  float: left;
  width: 452px;
}
@media only screen and (max-width: 640px) {
  /* line 154, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .form-box .form .row .v {
    float: unset;
    width: 100%;
  }
}
/* line 163, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .form-box .form .row .v.p-v {
  width: 299px;
}
@media only screen and (max-width: 640px) {
  /* line 163, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .form-box .form .row .v.p-v {
    width: 100%;
  }
}
/* line 171, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .form-box .form .row .v .inp {
  width: 416px;
  height: 27px;
  padding: 24px 26px 24px 10px;
  line-height: 27px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  border: none;
}
/* line 180, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .form-box .form .row .v .inp.phone {
  width: 263px;
  float: left;
}
@media only screen and (max-width: 640px) {
  /* line 171, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .form-box .form .row .v .inp {
    padding: 14px 16px;
    width: calc(100% - 32px);
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }
  /* line 192, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .form-box .form .row .v .inp.phone {
    width: calc(100% - 32px);
    float: unset;
  }
}
/* line 203, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .form-box .form .row .btn {
  margin-left: 6px;
  width: 147px;
  height: 75px;
  line-height: 75px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #000;
  float: left;
  background-color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  /* line 203, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .form-box .form .row .btn {
    float: unset;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-left: 0;
    margin-top: 5px;
  }
}
/* line 228, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .form-box .form .row .confirm-btn {
  margin-top: 30px;
  cursor: pointer;
  float: right;
  width: 227px;
  height: 75px;
  line-height: 75px;
  border-radius: 5px;
  background-color: #222222;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  /* line 228, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .form-box .form .row .confirm-btn {
    float: unset;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    font-family: NotoSansCJKkr;
    font-size: 14px;
    color: #222222;
    margin-top: 12px;
    width: 100%;
  }
}
/* line 261, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .form-box .searched-form {
  background-color: #fff;
  padding: 40px 30px;
  width: 560px;
  display: none;
}
@media only screen and (max-width: 640px) {
  /* line 261, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .form-box .searched-form {
    margin-top: 20px;
    padding: 20px 16px;
    width: calc(100% - 32px);
  }
}
/* line 273, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .form-box .searched-form .m {
  height: 27px;
  line-height: 27px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  color: #222222;
  margin-bottom: 28px;
}
@media only screen and (max-width: 640px) {
  /* line 273, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .form-box .searched-form .m {
    height: auto;
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 30px;
  }
}
/* line 289, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .form-box .searched-form .i {
  height: 22px;
  line-height: 22px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  color: #f48025;
}
@media only screen and (max-width: 640px) {
  /* line 289, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .form-box .searched-form .i {
    height: auto;
    font-size: 14px;
    line-height: 1.57;
  }
}
/* line 305, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .form-box .noti {
  padding: 20px 30px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 416px;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
@media only screen and (max-width: 640px) {
  /* line 305, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .form-box .noti {
    width: calc(81.25vw - 48px);
    padding: 12px 24px;
  }
}
/* line 324, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .form-box .noti .close-btn {
  float: right;
  width: 46px;
  height: 46px;
  background-image: url(/assets/live/commons/icons/btn-popup-close@3x-bb419de1b8a463d8b304ac1d3c46bb7893301cbc584fa75555f8be218e0926b7.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  /* line 324, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .form-box .noti .close-btn {
    width: 32px;
    height: 32px;
  }
}
/* line 339, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
.search .wrapper .content .form-box .noti .message {
  margin-top: 76px;
  margin-bottom: 56px;
  height: 30px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  line-height: 1.67;
  color: #2c2e30;
}
@media only screen and (max-width: 640px) {
  /* line 339, /data/webapps/dogtv/current/app/assets/stylesheets/live/_search.scss */
  .search .wrapper .content .form-box .noti .message {
    margin-top: 40px;
    margin-bottom: 38px;
    text-align: center;
    font-size: 15px;
    line-height: 1;
  }
}

/* line 3, /data/webapps/dogtv/current/app/assets/stylesheets/live/_agency_pop.scss */
.agency-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
}
/* line 13, /data/webapps/dogtv/current/app/assets/stylesheets/live/_agency_pop.scss */
.agency-pop .agency-pop-wrapper {
  background-color: #f8f7fc;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.05);
  width: 846px;
  padding: 40px 48px 60px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
  /* line 13, /data/webapps/dogtv/current/app/assets/stylesheets/live/_agency_pop.scss */
  .agency-pop .agency-pop-wrapper {
    border-radius: unset;
    padding: 100px 6.25vw 0;
    width: 87.5vw;
    transform: unset;
    top: 0;
    left: 0;
    height: 100vh;
  }
}
/* line 36, /data/webapps/dogtv/current/app/assets/stylesheets/live/_agency_pop.scss */
.agency-pop .agency-pop-wrapper .pop-close {
  cursor: pointer;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 20px;
  right: 30px;
  background-image: url(/assets/live/commons/icons/btn-popup-close@3x-bb419de1b8a463d8b304ac1d3c46bb7893301cbc584fa75555f8be218e0926b7.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 640px) {
  /* line 36, /data/webapps/dogtv/current/app/assets/stylesheets/live/_agency_pop.scss */
  .agency-pop .agency-pop-wrapper .pop-close {
    left: 5.5625vw;
    width: 26px;
    height: 26px;
  }
}
/* line 54, /data/webapps/dogtv/current/app/assets/stylesheets/live/_agency_pop.scss */
.agency-pop .agency-pop-wrapper .title {
  height: 46px;
  font-family: NotoSansCJKkr;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.77;
  color: #2c2e30;
}
@media only screen and (max-width: 640px) {
  /* line 54, /data/webapps/dogtv/current/app/assets/stylesheets/live/_agency_pop.scss */
  .agency-pop .agency-pop-wrapper .title {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }
}
/* line 69, /data/webapps/dogtv/current/app/assets/stylesheets/live/_agency_pop.scss */
.agency-pop .agency-pop-wrapper .item-wrapper {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  /* line 69, /data/webapps/dogtv/current/app/assets/stylesheets/live/_agency_pop.scss */
  .agency-pop .agency-pop-wrapper .item-wrapper {
    margin-top: 30px;
  }
}
/* line 74, /data/webapps/dogtv/current/app/assets/stylesheets/live/_agency_pop.scss */
.agency-pop .agency-pop-wrapper .item-wrapper .item {
  cursor: pointer;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
/* line 80, /data/webapps/dogtv/current/app/assets/stylesheets/live/_agency_pop.scss */
.agency-pop .agency-pop-wrapper .item-wrapper .item.no {
  padding: 18px 30px;
  width: 152px;
  height: 24px;
  line-height: 24px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 640px) {
  /* line 80, /data/webapps/dogtv/current/app/assets/stylesheets/live/_agency_pop.scss */
  .agency-pop .agency-pop-wrapper .item-wrapper .item.no {
    width: 185px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    padding: 0;
  }
}
/* line 100, /data/webapps/dogtv/current/app/assets/stylesheets/live/_agency_pop.scss */
.agency-pop .agency-pop-wrapper .item-wrapper .item.icon {
  float: left;
  margin-top: 6px;
  margin-left: 6px;
  padding: 10px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
/* line 112, /data/webapps/dogtv/current/app/assets/stylesheets/live/_agency_pop.scss */
.agency-pop .agency-pop-wrapper .item-wrapper .item.icon:nth-of-type(1), .agency-pop .agency-pop-wrapper .item-wrapper .item.icon:nth-of-type(7) {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  /* line 100, /data/webapps/dogtv/current/app/assets/stylesheets/live/_agency_pop.scss */
  .agency-pop .agency-pop-wrapper .item-wrapper .item.icon {
    padding: 10px 7px 10px 6px;
    margin-top: 5px;
    margin-left: 5px;
    height: 30px;
    line-height: 30px;
    width: 75px;
  }
  /* line 125, /data/webapps/dogtv/current/app/assets/stylesheets/live/_agency_pop.scss */
  .agency-pop .agency-pop-wrapper .item-wrapper .item.icon:nth-of-type(7) {
    margin-left: 5px;
  }
  /* line 129, /data/webapps/dogtv/current/app/assets/stylesheets/live/_agency_pop.scss */
  .agency-pop .agency-pop-wrapper .item-wrapper .item.icon:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
/* line 134, /data/webapps/dogtv/current/app/assets/stylesheets/live/_agency_pop.scss */
.agency-pop .agency-pop-wrapper .item-wrapper .item.icon .ico {
  width: 100px;
  height: 40px;
}
@media only screen and (max-width: 640px) {
  /* line 134, /data/webapps/dogtv/current/app/assets/stylesheets/live/_agency_pop.scss */
  .agency-pop .agency-pop-wrapper .item-wrapper .item.icon .ico {
    width: 75px;
    height: 30px;
  }
}

/* line 3, /data/webapps/dogtv/current/app/assets/stylesheets/live/_terms.scss */
.term-body {
  padding-top: 180px;
  padding-bottom: 70px;
}
/* line 8, /data/webapps/dogtv/current/app/assets/stylesheets/live/_terms.scss */
.term-body .terms {
  font-family: NotoSansCJKkr;
  font-size: 14px;
  line-height: 20px;
}
/* line 13, /data/webapps/dogtv/current/app/assets/stylesheets/live/_terms.scss */
.term-body .terms .b {
  font-size: 24px;
  line-height: 26.4px;
  font-weight: 700;
  margin: 30px 0;
}
/* line 20, /data/webapps/dogtv/current/app/assets/stylesheets/live/_terms.scss */
.term-body .terms .t {
  font-size: 18px;
  font-weight: 700;
  line-height: 19.8px;
  margin: 10px 0;
}

/* line 4, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment {
  padding: 120px 0;
  background-color: #f8f7fc;
}
@media only screen and (max-width: 640px) {
  /* line 4, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .d-payment {
    padding-top: 93px;
  }
}
/* line 11, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content {
  width: 1119px;
}
/* line 14, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .m-t {
  display: none;
}
@media only screen and (max-width: 640px) {
  /* line 11, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .d-payment .content {
    width: 87.5vw;
  }
  /* line 21, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .d-payment .content .m-t {
    display: block;
    height: 26px;
    line-height: 26px;
    font-family: NotoSansCJKkr;
    font-size: 20px;
    font-weight: bold;
    color: #2c2e30;
    margin-bottom: 30px;
  }
}
/* line 33, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .t {
  font-family: NotoSansCJKkr;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.29;
  text-align: left;
  color: #2c2e30;
}
@media only screen and (max-width: 640px) {
  /* line 33, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .d-payment .content .t {
    font-size: 18px;
    line-height: 1.33;
  }
}
/* line 47, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .desc {
  margin-top: 24px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #7e8085;
}
@media only screen and (max-width: 640px) {
  /* line 47, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .d-payment .content .desc {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.57;
    color: #54565a;
  }
}
/* line 64, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .price-list {
  margin-top: 80px;
}
@media only screen and (max-width: 640px) {
  /* line 64, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .d-payment .content .price-list {
    margin-top: 30px;
  }
}
/* line 69, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .price-list .price-wrapper {
  float: left;
  width: 236px;
  height: 444px;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(44, 46, 48, 0.05);
  margin-left: 9px;
  background-color: #fff;
  padding: 30px 19px 32px 18px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  /* line 69, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .d-payment .content .price-list .price-wrapper {
    width: calc(100% - 13.75vw);
    height: 420px;
    padding: 30px 6.875vw;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
/* line 87, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .price-list .price-wrapper .origin-price {
  font-family: Montserrat;
  font-size: 26px;
  font-weight: bold;
  color: #d5d5d5;
  text-decoration: line-through;
}
@media only screen and (max-width: 640px) {
  /* line 87, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .d-payment .content .price-list .price-wrapper .origin-price {
    font-size: 24px;
  }
}
/* line 98, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .price-list .price-wrapper .dog {
  width: 142px;
  height: 118px;
  margin: 30px auto 0;
}
/* line 103, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .price-list .price-wrapper .price {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: bold;
  text-align: left;
  color: #222;
}
@media only screen and (max-width: 640px) {
  /* line 103, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .d-payment .content .price-list .price-wrapper .price {
    font-size: 44px;
  }
}
/* line 113, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .price-list .price-wrapper .price .currency {
  font-family: NotoSansCJKkr;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #222;
}
@media only screen and (max-width: 640px) {
  /* line 113, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .d-payment .content .price-list .price-wrapper .price .currency {
    font-size: 24px;
  }
}
/* line 125, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .price-list .price-wrapper .type {
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.89;
  text-align: center;
  color: #666;
}
@media only screen and (max-width: 640px) {
  /* line 125, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .d-payment .content .price-list .price-wrapper .type {
    font-size: 16px;
  }
}
/* line 137, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .price-list .price-wrapper .t-desc {
  margin-top: 60px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #222;
}
@media only screen and (max-width: 640px) {
  /* line 137, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .d-payment .content .price-list .price-wrapper .t-desc {
    font-size: 14px;
    line-height: 1.57;
  }
}
/* line 149, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .price-list .price-wrapper .t-desc .o {
  color: #f48025;
}
/* line 152, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .price-list .price-wrapper .t-desc .b {
  font-weight: bold;
}
/* line 156, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .price-list .price-wrapper .t-price {
  margin-top: 20px;
  opacity: 0.8;
  font-family: NotoSansCJKkr;
  font-size: 14px;
  line-height: 1.71;
  text-align: center;
  color: #999;
}
@media only screen and (max-width: 640px) {
  /* line 156, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .d-payment .content .price-list .price-wrapper .t-price {
    font-size: 12px;
    line-height: 1;
  }
}
/* line 170, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .price-list .price-wrapper .btn {
  width: calc(100% - 36px);
  position: absolute;
  bottom: 32px;
  padding: 15px 0 16px;
  border-radius: 5px;
  background-color: #222222;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 640px) {
  /* line 170, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .d-payment .content .price-list .price-wrapper .btn {
    width: calc(100% - 13.75vw);
    padding: 18px 0 17px;
    font-size: 14px;
  }
}
/* line 190, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .price-list .price-wrapper:first-of-type {
  margin-left: 0;
  background-color: #f48025;
  background-image: url(/assets/live/play/img-pay-circle@3x-e027cf52264c9652e9aeab3a15ec5ff43563db4ba2da99a31459e777ebfbdb5b.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
}
/* line 198, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .price-list .price-wrapper:first-of-type .price {
  color: #fff;
  text-align: center;
}
/* line 201, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .price-list .price-wrapper:first-of-type .price .currency {
  color: #fff;
}
/* line 205, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .price-list .price-wrapper:first-of-type .type {
  color: #fff;
}
/* line 208, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .price-list .price-wrapper:first-of-type .t-desc {
  color: #fff;
}
/* line 211, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .price-list .price-wrapper:first-of-type .t-price {
  color: #fff;
}
/* line 214, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .d-payment .content .price-list .price-wrapper:first-of-type .btn {
  background-color: #fff;
  color: #f48025;
  cursor: pointer;
}
/* line 225, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .img-wrapper {
  height: 740px;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 640px) {
  /* line 225, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .img-wrapper {
    height: 162.5vw;
  }
}
/* line 234, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .img-wrapper.top-img {
  background-image: url(/assets/live/play/img-pay-bg-1280-78b74484e9ddff17f5f31f4cfd10cc2e56461b1ccceeb0097f160499f0c5aeef.png);
}
@media only screen and (max-width: 640px) {
  /* line 234, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .img-wrapper.top-img {
    background-image: url(/assets/live/play/mobile/img-pay-bg-d2ab1d8430d9512cfa21b37dd7b21d5f8f2c90a46d1e351b6f31438d9bc269b6.png);
  }
}
/* line 241, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .img-wrapper.bottom-img {
  background-image: url(/assets/live/play/img-pay-lastbg-1280-ef2a346693fa086c663f16e65ef3867f17a9714a10a86fc4df52cdf1bc2d6643.png);
}
@media only screen and (max-width: 640px) {
  /* line 241, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .img-wrapper.bottom-img {
    background-image: url(/assets/live/play/mobile/img-pay-lastbg-b4117720ff1b6650cd2b2c86646122cc42a9438e9d2ef11a72ebbce64cfe688d.png);
  }
}
/* line 249, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .img-wrapper .content {
  font-family: NotoSansCJKkr;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.25;
  color: #222222;
  display: table;
  height: 740px;
}
/* line 258, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .img-wrapper .content .c {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  /* line 249, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .img-wrapper .content {
    text-align: left;
    font-size: 24px;
    line-height: 1.33;
    color: #2c2e30;
    height: auto;
  }
  /* line 270, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .img-wrapper .content .c {
    margin-top: 15.625vw;
    display: block;
  }
  /* line 274, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .img-wrapper .content .c .m {
    display: block;
  }
}
/* line 283, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .review .content {
  padding: 100px 0;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  /* line 283, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .review .content {
    padding-top: 40px;
  }
}
/* line 291, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .review .content .s .t {
  font-family: NotoSansCJKkr;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.29;
  color: #2c2e30;
}
@media only screen and (max-width: 640px) {
  /* line 291, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .review .content .s .t {
    font-size: 18px;
    line-height: 1.33;
    color: #2c2e30;
  }
}
/* line 305, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .review .content .s .i {
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  /* line 305, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .review .content .s .i {
    margin-top: 20px;
  }
}
/* line 311, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .review .content .s .i li {
  width: 555px;
  height: 483px;
  background-size: contain;
  background-repeat: no-repaet;
  float: left;
}
@media only screen and (max-width: 640px) {
  /* line 311, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .review .content .s .i li {
    width: 87.5vw;
    height: 76.25vw;
  }
}
/* line 323, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .review .content .s .i li:nth-of-type(1) {
  background-image: url(/assets/live/play/img-pay-review-01-5532aa7a9a391185186540fe3f0f56adbc311e9a2b05633714af23a253b9be10.png);
}
/* line 327, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .review .content .s .i li:nth-of-type(2) {
  margin-left: 10px;
  background-image: url(/assets/live/play/img-pay-review-02-2cea55a6bb0e49e5758fd5c5b360fa6b3054d3b48188b853a1912fb5019837aa.png);
}
@media only screen and (max-width: 640px) {
  /* line 327, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .review .content .s .i li:nth-of-type(2) {
    margin-left: 0;
    margin-top: 10px;
  }
}
/* line 340, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .review .content .d {
  margin-top: 40px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  color: #54565a;
}
@media only screen and (max-width: 640px) {
  /* line 340, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .review .content .d {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.57;
    text-align: center;
  }
  /* line 354, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .review .content .d .m {
    display: block;
  }
}
/* line 359, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .review .content .d .strong {
  font-weight: bold;
}
/* line 363, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .review .content .d .orange {
  color: #f58026;
}
/* line 368, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .review .content .v {
  margin-top: 60px;
}
/* line 371, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .review .content .v .youtube {
  width: 936px;
  height: 527px;
}
@media only screen and (max-width: 640px) {
  /* line 377, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .review .content .v.m-none {
    display: none;
  }
  /* line 381, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .review .content .v .youtube {
    width: 87.5vw;
    height: 46.875vw;
  }
}
/* line 388, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .review .content .n {
  margin-top: 60px;
  width: 1120px;
  height: 894px;
}
/* line 393, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .review .content .n.m-v {
  display: none;
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  /* line 399, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .review .content .n.m-v {
    display: block;
    width: 87.5vw;
    height: auto;
  }
  /* line 405, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .review .content .n.m-none {
    display: none;
  }
}
/* line 411, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .review .content .c {
  margin-top: 60px;
  width: 1120px;
  height: 640px;
}
@media only screen and (max-width: 640px) {
  /* line 411, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .review .content .c {
    width: 87.5vw;
    height: auto;
  }
}
/* line 422, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .review .content .w {
  margin: 80px auto 0;
  padding: 80px 0 100px;
  width: 760px;
  background-color: #f8f7fc;
}
@media only screen and (max-width: 640px) {
  /* line 422, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .review .content .w {
    margin-top: 50px;
    width: calc(100% - 40px);
    padding: 50px 20px 60px;
  }
}
/* line 433, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .review .content .w .r-icon {
  width: 30px;
  height: 21px;
}
@media only screen and (max-width: 640px) {
  /* line 433, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .review .content .w .r-icon {
    width: 24px;
    height: 17px;
  }
}
/* line 443, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .review .content .w .t {
  font-family: NotoSansCJKkr;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.29;
  text-align: center;
  color: #222222;
}
@media only screen and (max-width: 640px) {
  /* line 443, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .review .content .w .t {
    font-size: 18px;
    line-height: 1.33;
  }
}
/* line 457, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.play-intro .review .content .w .w-d {
  margin-top: 60px;
  font-family: NotoSansCJKkr;
  color: #54565a;
}
@media only screen and (max-width: 640px) {
  /* line 457, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .play-intro .review .content .w .w-d {
    font-size: 14px;
    line-height: 1.57;
    text-align: center;
  }
}

/* line 473, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.player-wrapper {
  padding-top: 214px;
  padding-bottom: 130px;
}
/* line 477, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
.player-wrapper #player {
  background-color: #666;
  width: 1120px !important;
  height: 600px !important;
}
@media only screen and (max-width: 640px) {
  /* line 477, /data/webapps/dogtv/current/app/assets/stylesheets/live/_player.scss */
  .player-wrapper #player {
    width: 87.5vw !important;
    height: 46.875vw !important;
  }
}

/* line 3, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index {
  padding: 184px 0 130px;
}
@media only screen and (max-width: 640px) {
  /* line 3, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index {
    padding: 93px 0 40px;
  }
}
/* line 10, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content {
  width: 620px;
}
@media only screen and (max-width: 640px) {
  /* line 10, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content {
    width: 87.5vw;
  }
}
/* line 17, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .title {
  font-family: NotoSansCJKkr;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.29;
  color: #2c2e30;
  padding: 30px 0;
  border-bottom: solid 4px #222222;
}
@media only screen and (max-width: 640px) {
  /* line 17, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content .title {
    height: 26px;
    line-height: 26px;
    font-size: 20px;
    padding: 0 0 19.5px;
  }
}
/* line 34, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .p-type {
  padding: 29.5px 0 !important;
  border-bottom: solid 1px #d5d5d5;
}
@media only screen and (max-width: 640px) {
  /* line 34, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content .p-type {
    padding: 19.5px 0 !important;
  }
}
/* line 43, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .p-wrapper {
  padding-top: 27.5px;
}
@media only screen and (max-width: 640px) {
  /* line 43, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content .p-wrapper {
    padding-top: 19.5px;
  }
}
/* line 49, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .p-wrapper .point-box {
  padding: 22px 30px 28px;
  background-color: #f8f7fc;
}
/* line 55, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .coupon {
  margin-top: 14px;
  height: 68px;
  position: relative;
  font-family: NotoSansCJKkr;
  font-size: 14px;
  color: #222;
}
@media only screen and (max-width: 640px) {
  /* line 55, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content .coupon {
    height: 42px;
    line-height: 42px;
  }
}
/* line 67, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .coupon .name {
  line-height: 68px !important;
}
@media only screen and (max-width: 640px) {
  /* line 67, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content .coupon .name {
    height: 42px;
    line-height: 42px !important;
  }
}
/* line 76, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .coupon .coupon-box {
  float: right;
  padding: 20px;
  width: 358px;
  height: 26px;
  border-radius: 5px;
  border: solid 1px #d5d5d5;
  background-color: #ffffff;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 26px;
  color: #999;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  /* line 76, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content .coupon .coupon-box {
    padding: 9px 12px;
    width: 54.375vw;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }
}
/* line 100, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .coupon .coupon-box .l {
  float: left;
}
/* line 102, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .coupon .coupon-box .l.sel {
  color: #222;
}
@media only screen and (max-width: 640px) {
  /* line 100, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content .coupon .coupon-box .l {
    width: 8em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }
}
/* line 118, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .coupon .coupon-box .tri {
  margin-top: 8.5px;
  float: right;
  width: 0px;
  height: 0px;
  border-right: 8px solid transparent;
  border-top: 9px solid #999;
  border-left: 8px solid transparent;
}
/* line 129, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .coupon .dim {
  display: none;
  z-index: 1;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 640px) {
  /* line 129, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content .coupon .dim {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
/* line 144, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .coupon .option-box {
  right: 0;
  top: 74px;
  position: absolute;
  padding: 10px 20px;
  width: 360px;
  border-radius: 5px;
  border: solid 1px #d5d5d5;
  background-color: #ffffff;
}
@media only screen and (max-width: 640px) {
  /* line 144, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content .coupon .option-box {
    position: fixed;
    top: unset;
    left: 0;
    bottom: 0;
    padding: 16px 0;
    width: 100vw;
    height: 240px;
    z-index: 1;
    border: 0;
    border-radius: 0;
  }
}
/* line 169, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .coupon .option-box .option {
  padding: 12px 0;
  width: 100%;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  color: #999;
}
/* line 179, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .coupon .option-box .option.active {
  color: #222;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  /* line 169, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content .coupon .option-box .option {
    padding: 10px 6.25vw;
    width: 87.5vw;
  }
}
/* line 192, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .t-amount {
  margin-top: 34px;
  height: 35px;
  padding-bottom: 29.5px !important;
  border-bottom: solid 1px #222222;
}
@media only screen and (max-width: 640px) {
  /* line 192, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content .t-amount {
    margin-top: 30px;
    height: 30px;
    line-height: 30px !important;
    padding-bottom: 19.5px !important;
  }
}
/* line 204, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .t-amount .name {
  font-weight: bold;
  line-height: 35px !important;
}
@media only screen and (max-width: 640px) {
  /* line 204, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content .t-amount .name {
    height: 30px;
    line-height: 30px !important;
    font-size: 14px;
    color: #222;
  }
}
/* line 216, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .t-amount .price {
  font-size: 28px !important;
  line-height: 35px !important;
  color: #f48025 !important;
}
@media only screen and (max-width: 640px) {
  /* line 216, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content .t-amount .price {
    height: 30px !important;
    line-height: 30px !important;
    font-size: 24px !important;
  }
}
/* line 229, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .price-row {
  padding: 2px 0 12px;
}
/* line 231, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .price-row .name {
  float: left;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  line-height: 1.56;
  color: #222222;
}
@media only screen and (max-width: 640px) {
  /* line 231, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content .price-row .name {
    font-size: 14px;
    line-height: 1.57;
  }
}
/* line 244, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .price-row .price {
  float: right;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  text-align: right;
  color: #222222;
}
@media only screen and (max-width: 640px) {
  /* line 244, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content .price-row .price {
    font-size: 14px;
    line-height: 1.57;
  }
}
/* line 258, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .price-row .price .use-point {
  width: 140px;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 640px) {
  /* line 258, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content .price-row .price .use-point {
    width: 34.375vw;
  }
}
/* line 269, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .info-wrapper {
  margin-top: 30.5px;
}
@media only screen and (max-width: 640px) {
  /* line 269, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content .info-wrapper {
    margin-top: 29.5px;
  }
}
/* line 275, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .info-wrapper .section {
  margin: 20px 0 40px;
}
@media only screen and (max-width: 640px) {
  /* line 275, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content .info-wrapper .section {
    margin: 20px 0 30px;
  }
}
/* line 282, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .info-wrapper .section .t {
  font-family: NotoSansCJKkr;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  color: #666666;
}
@media only screen and (max-width: 640px) {
  /* line 282, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content .info-wrapper .section .t {
    font-size: 12px;
    line-height: 1.67;
  }
}
/* line 295, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .info-wrapper .section .l {
  margin-top: 12px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  color: #999999;
}
@media only screen and (max-width: 640px) {
  /* line 295, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content .info-wrapper .section .l {
    font-size: 12px;
    line-height: 1.67;
    word-break: keep-all;
  }
}
/* line 311, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-index .wrapper .content .payment-btn {
  margin-top: 80px;
  float: right;
  width: 67px;
  padding: 24px 80px;
  border-radius: 5px;
  background-color: #f48025;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  /* line 311, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-index .wrapper .content .payment-btn {
    position: fixed;
    bottom: 0;
    width: 100vw;
    padding: 20px 0;
    text-align: center;
    left: 0;
  }
}

/* line 338, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-pop {
  display: none;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 640px) {
  /* line 338, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-pop {
    width: 100vw;
    min-height: 100vh;
  }
}
/* line 357, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-pop .pop {
  position: relative;
  width: 620px;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.05);
  background-color: #f8f7fc;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 48px 60px;
}
@media only screen and (max-width: 640px) {
  /* line 357, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-pop .pop {
    width: 86.5vw;
    min-height: 100vh;
    top: 0;
    left: 0;
    transform: unset;
    border-radius: 0;
    padding: 93px 6.25vw 6.25vw;
    border: 0;
  }
}
/* line 382, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-pop .pop .close-btn {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 20px;
  right: 30px;
  background-image: url(/assets/live/commons/icons/btn-popup-close@3x-bb419de1b8a463d8b304ac1d3c46bb7893301cbc584fa75555f8be218e0926b7.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  /* line 382, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-pop .pop .close-btn {
    width: 26px;
    height: 26px;
    top: 6.25vw;
    right: 6.25vw;
  }
}
/* line 401, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-pop .pop .title {
  height: 46px;
  line-height: 46px;
  font-family: NotoSansCJKkr;
  font-size: 26px;
  font-weight: bold;
  color: #2c2e30;
}
@media only screen and (max-width: 640px) {
  /* line 401, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-pop .pop .title {
    height: 26px;
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
  }
}
/* line 417, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-pop .pop .total {
  height: 94px;
  line-height: 94px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  /* line 417, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-pop .pop .total {
    height: 30px;
    line-height: 30px;
    padding: 30px 0 20px;
    border-bottom: solid 1px #222;
  }
}
/* line 430, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-pop .pop .total .key {
  float: left;
  width: 220px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}
@media only screen and (max-width: 640px) {
  /* line 430, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-pop .pop .total .key {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    width: auto;
    float: left;
  }
}
/* line 448, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-pop .pop .total .value {
  float: left;
  width: 400px;
  text-align: right;
  font-family: Montserrat;
  font-size: 28px;
  font-weight: bold;
  color: #f48025;
}
@media only screen and (max-width: 640px) {
  /* line 448, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-pop .pop .total .value {
    height: 30px;
    font-size: 24px;
    width: auto;
    float: right;
  }
}
/* line 467, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-pop .pop .btn {
  width: 227px;
  height: 75px;
  line-height: 75px;
  border-radius: 5px;
  background-color: #f48025;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  float: right;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  /* line 467, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-pop .pop .btn {
    bottom: 0;
    position: fixed;
    width: 100vw;
    height: 62px;
    line-height: 62px;
    font-size: 14px;
    font-weight: normal;
    float: unset;
    margin-left: -6.25vw;
    border-radius: unset;
    border: 0;
  }
}
/* line 499, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-pop .pop .form {
  border-top: solid 4px #222222;
  border-bottom: solid 1px #d5d5d5;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  /* line 499, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-pop .pop .form {
    margin-top: 20px;
    padding-top: 4px;
    border-bottom: 0;
  }
}
/* line 510, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-pop .pop .form .row {
  margin: 10px auto;
  height: 68px;
}
@media only screen and (max-width: 640px) {
  /* line 510, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-pop .pop .form .row {
    margin: 6px auto;
    height: 42px;
  }
}
/* line 519, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-pop .pop .form .row .key {
  float: left;
  width: 220px;
  height: 68px;
  line-height: 68px;
  font-family: NotoSansCJKkr;
  color: #222222;
}
@media only screen and (max-width: 640px) {
  /* line 519, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-pop .pop .form .row .key {
    width: 33.75vw;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
}
/* line 536, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-pop .pop .form .row .value {
  float: left;
  height: 68px;
  width: 400px;
}
@media only screen and (max-width: 640px) {
  /* line 536, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-pop .pop .form .row .value {
    width: 52.75vw;
    height: 42px;
    line-height: 42px;
  }
}
/* line 547, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-pop .pop .form .row .value .t {
  float: left;
  line-height: 68px;
  margin-left: 6px;
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  /* line 547, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-pop .pop .form .row .value .t {
    line-height: 42px;
    margin-left: 1.25vw;
    margin-right: 3.125vw;
  }
}
/* line 560, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-pop .pop .form .row .value .inp {
  height: 28px;
  width: 359px;
  border-radius: 5px;
  border: solid 1px #d5d5d5;
  background-color: #ffffff;
  padding: 20px;
  font-family: NotoSansCJKkr;
}
@media only screen and (max-width: 640px) {
  /* line 560, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-pop .pop .form .row .value .inp {
    padding: 10px 3.75vw;
    width: 45.25vw;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
}
/* line 578, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-pop .pop .form .row .value .inp.ex {
  width: 60px;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  /* line 578, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-pop .pop .form .row .value .inp.ex {
    width: 10.25vw;
  }
}
/* line 588, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
.payment-pop .pop .form .row .value .inp.birth {
  width: 100px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  /* line 588, /data/webapps/dogtv/current/app/assets/stylesheets/live/_payment.scss */
  .payment-pop .pop .form .row .value .inp.birth {
    width: 25vw;
  }
}

/* line 5, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content {
  position: relative;
  padding-top: 202px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  /* line 5, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content {
    padding-top: 93px;
  }
}
/* line 14, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .help-menu {
  float: left;
  width: 252px;
  padding-bottom: 30px;
  border: 4px solid #222;
}
@media only screen and (max-width: 640px) {
  /* line 14, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .help-menu {
    float: unset;
    width: 100%;
    height: auto;
    border: 0;
  }
}
/* line 27, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .help-menu .title {
  font-family: NotoSansCJKkr;
  font-size: 24px;
  font-weight: bold;
  color: #222;
  padding: 30px 0 30px 26px;
}
@media only screen and (max-width: 640px) {
  /* line 27, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .help-menu .title {
    padding: 0;
    height: 26px;
    font-size: 20px;
    line-height: 1.3;
    color: #2c2e30;
  }
}
/* line 43, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .help-menu .l {
  font-family: NotoSansCJKkr;
  font-size: 17px;
  color: #222222;
  padding: 12px 0 12px 26px;
}
/* line 49, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .help-menu .l.active {
  font-weight: bold;
}
/* line 53, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .help-menu .l:hover {
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  /* line 43, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .help-menu .l {
    font-size: 14px;
    float: left;
    padding: 22px 0 16px;
    border-bottom: 4px solid #fff;
  }
  /* line 63, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .help-menu .l.m-p {
    margin-left: 20px;
    margin-right: 20px;
  }
  /* line 68, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .help-menu .l.m-r {
    margin-right: 20px;
  }
  /* line 72, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .help-menu .l.active {
    border-bottom: 4px solid #222;
  }
}
/* line 79, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt {
  width: 760px;
  float: right;
}
@media only screen and (max-width: 640px) {
  /* line 79, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt {
    float: unset;
    width: 100%;
  }
}
/* line 88, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .title {
  height: 44px;
  line-height: 44px;
  font-family: Montserrat;
  font-size: 34px;
  font-weight: bold;
  color: #2c2e30;
}
@media only screen and (max-width: 640px) {
  /* line 88, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .title {
    margin-top: 30px;
    height: auto;
    font-size: 18px;
    line-height: 1.33;
  }
}
/* line 104, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .description {
  margin-top: 28px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  color: #54565a;
}
@media only screen and (max-width: 640px) {
  /* line 104, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.57;
  }
}
/* line 118, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .sub-menu {
  margin-top: 60px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  /* line 118, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .sub-menu {
    margin-top: 20px;
    border-top: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
  }
}
/* line 128, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .sub-menu .m {
  cursor: pointer;
  margin: 0 20px;
  float: left;
  height: 28px;
  line-height: 28px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  line-height: 1.56;
  color: #999;
}
/* line 139, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .sub-menu .m.f {
  margin-left: 0;
}
/* line 143, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .sub-menu .m.l {
  margin-right: 0;
}
/* line 147, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .sub-menu .m.active {
  font-weight: bold;
  color: #222;
}
@media only screen and (max-width: 640px) {
  /* line 128, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .sub-menu .m {
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    width: 43.28125vw;
    height: auto;
    line-height: 24px;
    font-size: 14px;
    padding: 12px 0;
    text-align: center;
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 166, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .helps-list {
    border-top: 2px solid #222;
  }
}
/* line 171, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .helps-list a {
  color: #222;
}
/* line 175, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .helps-list .b {
  cursor: pointer;
  border-bottom: 1px solid #d5d5d5;
}
/* line 178, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .helps-list .b .row {
  width: 100%;
  height: 68px;
  line-height: 68px;
  text-align: left;
  font-size: 14px;
  color: #222;
}
/* line 186, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .helps-list .b .row.head {
  border-top: 4px solid #222;
  border-bottom: 1px solid #222;
  font-family: NotoSansCJKkr;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  /* line 186, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .helps-list .b .row.head {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  /* line 178, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .helps-list .b .row {
    height: auto;
    padding: 16px 0;
  }
}
/* line 203, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .helps-list .b .row .col {
  float: left;
}
/* line 206, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .helps-list .b .row .col:first-of-type {
  width: 180px;
  text-align: center;
}
/* line 211, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .helps-list .b .row .col:last-of-type {
  width: 550px;
  padding-left: 30px;
}
@media only screen and (max-width: 640px) {
  /* line 203, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .helps-list .b .row .col {
    float: unset;
    width: 100%;
    text-align: left !important;
    padding: 0 !important;
  }
  /* line 222, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .helps-list .b .row .col:first-of-type {
    width: 100%;
    height: 17px;
    line-height: 17px;
    font-size: 11px;
    color: #54565a;
  }
  /* line 230, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .helps-list .b .row .col:last-of-type {
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #222222;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
  }
  /* line 242, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .helps-list .b .row .col.m-id {
    display: none;
  }
}
/* line 249, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .helps-list .b .contents {
  display: none;
  background-color: #f8f7fc;
  padding: 30px 30px 30px 210px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  color: #222222;
}
/* line 259, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .helps-list .b .contents.active {
  display: block;
}
@media only screen and (max-width: 640px) {
  /* line 249, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .helps-list .b .contents {
    padding: 22px 20px;
    font-size: 14px;
    line-height: 1.57;
  }
}
/* line 274, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 {
  padding: 0 0 80px;
}
@media only screen and (max-width: 640px) {
  /* line 274, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 {
    padding: 40px 0 60px;
  }
}
/* line 280, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content {
  padding-top: 10px;
  width: auto;
}
/* line 283, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .faq {
  padding-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  /* line 283, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .faq {
    padding-bottom: 40px;
  }
}
/* line 289, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .faq .t {
  font-family: NotoSansCJKkr;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.29;
  color: #000;
}
@media only screen and (max-width: 640px) {
  /* line 289, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .faq .t {
    font-size: 18px;
    line-height: 1.33;
    color: #2c2e30;
  }
}
/* line 302, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .faq .d {
  margin-top: 24px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.5;
  color: #7e8085;
}
/* line 308, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .faq .d .b {
  font-family: Montserrat;
  font-weight: bold;
}
/* line 312, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .faq .d .b.pf {
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  /* line 302, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .faq .d {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.54;
    color: #54565a;
  }
}
/* line 324, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .faq .faq-link {
  float: left;
  margin-right: 10px;
  margin-top: 34px;
  border-radius: 5px;
  background-color: #222;
  padding: 18px 18px 18px 20px;
  width: 92px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  /* line 324, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .faq .faq-link {
    margin-top: 40px;
    font-size: 13px;
    padding: 15px 15px;
  }
}
/* line 344, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .faq .faq-link .arrow {
  width: 9px;
  height: 11px;
  margin-top: 4px;
  float: right;
}
/* line 353, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .notice {
  padding-top: 59px;
}
@media only screen and (max-width: 640px) {
  /* line 353, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .notice {
    padding-top: 40px;
  }
}
/* line 358, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .notice .t {
  font-family: NotoSansCJKkr;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.77;
  color: #2c2e30;
}
@media only screen and (max-width: 640px) {
  /* line 358, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .notice .t {
    font-size: 16px;
    line-height: 1.5;
  }
}
/* line 370, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .notice .l {
  margin-top: 12px;
  width: calc(100% - 248px);
  float: left;
}
@media only screen and (max-width: 640px) {
  /* line 370, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .notice .l {
    float: none;
    width: 100%;
  }
}
/* line 378, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .notice .l .n {
  font-family: NotoSansCJKkr;
  font-size: 18px;
  line-height: 2.22;
  color: #666666;
}
@media only screen and (max-width: 640px) {
  /* line 378, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .notice .l .n {
    font-size: 15px;
    line-height: 2.27;
    color: #54565a;
  }
}
/* line 392, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .notice .sns-wrapper {
  margin-top: 172px;
  width: 248px;
  float: right;
}
@media only screen and (max-width: 640px) {
  /* line 392, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .notice .sns-wrapper {
    width: 198px;
    margin-top: 60px;
  }
}
/* line 402, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .notice .sns-wrapper .sns {
  margin-left: 12px;
  float: left;
  width: 40px;
  height: 40px;
}
/* line 405, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .notice .sns-wrapper .sns:first-of-type {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  /* line 402, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .notice .sns-wrapper .sns {
    width: 30px;
    height: 30px;
  }
}
/* line 417, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .notice .sns-wrapper .sns .icon {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 640px) {
  /* line 417, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .helps-right-cnt .inquiry .wrapper8 .content .notice .sns-wrapper .sns .icon {
    width: 30px;
    height: 30px;
  }
}
/* line 436, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .notice {
  width: 760px;
  float: right;
}
@media only screen and (max-width: 640px) {
  /* line 436, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .notice {
    float: unset;
    width: 100%;
  }
}
/* line 445, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .notice .title {
  height: 28px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  color: #222;
  padding: 20px 0;
  border-top: 4px solid #222;
  border-bottom: 1px solid #222;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  /* line 445, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .notice .title {
    font-size: 14px;
    line-height: 1.57;
    color: #2c2e30;
    border: 0;
  }
}
/* line 465, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .notice .contents {
  padding: 30px 0;
  width: inherit;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  color: #222;
}
/* line 468, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
.helps-body .wrapper .content .notice .contents img {
  width: 100%;
  height: auto;
  margin: 30px 0;
}
@media only screen and (max-width: 640px) {
  /* line 465, /data/webapps/dogtv/current/app/assets/stylesheets/live/_helps.scss */
  .helps-body .wrapper .content .notice .contents {
    font-size: 14px;
    line-height: 1.57;
  }
}

/* line 5, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content {
  position: relative;
  padding-top: 196px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 640px) {
  /* line 5, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content {
    padding-top: 93px;
    padding-bottom: 60px;
  }
}
/* line 15, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-menu {
  float: left;
  width: 192px;
  height: 254px;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 4px solid #222;
}
@media only screen and (max-width: 640px) {
  /* line 23, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-menu.no-visible {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  /* line 15, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-menu {
    float: unset;
    width: 100%;
    border: 0;
    padding: 0;
    height: auto;
    overflow: scroll;
  }
}
/* line 38, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-menu .title {
  height: 36px;
  line-height: 36px;
  font-family: NotoSansCJKkr;
  font-size: 24px;
  font-weight: bold;
  color: #222;
  padding-left: 26px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  /* line 38, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-menu .title {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 20px;
    color: #2c2e30;
    padding: 0;
    margin: 0;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  /* line 60, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-menu .m {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 72, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-menu .m::-webkit-scrollbar {
    display: none;
  }
}
/* line 76, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-menu .m .l {
  font-family: NotoSansCJKkr;
  font-size: 17px;
  color: #222222;
  padding: 12px 0 12px 26px;
  width: calc(100% - 26px);
  display: inline-block;
}
/* line 84, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-menu .m .l.active {
  font-weight: bold;
}
/* line 88, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-menu .m .l:hover {
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  /* line 76, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-menu .m .l {
    width: auto;
    height: 20px;
    line-height: 20px;
    padding: 0 0 16px;
    border-bottom: 4px solid #fff;
    margin-right: 20px;
    font-size: 14px;
    display: inline;
    vertical-align: middle;
  }
  /* line 105, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-menu .m .l.mx {
    margin-right: 0;
  }
  /* line 109, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-menu .m .l.active {
    border-bottom: 4px solid #222;
  }
}
/* line 117, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt {
  width: 820px;
  float: right;
}
@media only screen and (max-width: 640px) {
  /* line 117, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt {
    width: 100%;
    float: unset;
  }
}
@media only screen and (max-width: 640px) {
  /* line 126, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .orders {
    padding-top: 20px;
  }
}
/* line 132, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .title {
  height: 44px;
  font-family: AppleSDGothicNeo;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.29;
  color: #2c2e30;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  /* line 132, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .orders .title {
    display: none;
  }
}
/* line 146, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .empty {
  font-family: NotoSansCJKkr;
  margin-top: 80px;
}
/* line 149, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .empty .n {
  height: 44px;
  line-height: 44px;
  font-size: 28px;
  font-weight: bold;
  color: #2c2e30;
}
@media only screen and (max-width: 640px) {
  /* line 149, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .orders .empty .n {
    height: 26px;
    line-height: 26px;
    font-size: 20px;
  }
}
/* line 163, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .empty .description {
  font-family: NotoSansCJKkr;
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.5;
  color: #7e8085;
}
@media only screen and (max-width: 640px) {
  /* line 163, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .orders .empty .description {
    font-size: 14px;
    line-height: 1.57;
  }
}
/* line 176, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .crt {
  padding: 40px;
  background-color: #f8f7fc;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  /* line 176, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .orders .crt {
    padding: 20px 18px;
  }
}
/* line 186, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .crt .info .row {
  height: 28px;
  width: 100%;
  margin-bottom: 16px;
}
/* line 191, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .crt .info .row.l {
  margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  /* line 186, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .orders .crt .info .row {
    height: 22px;
    margin-bottom: 14px;
  }
  /* line 199, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .orders .crt .info .row.l {
    margin-bottom: 6px;
  }
}
/* line 203, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .crt .info .row .key {
  float: left;
  height: 28px;
  line-height: 28px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  color: #666;
}
@media only screen and (max-width: 640px) {
  /* line 203, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .orders .crt .info .row .key {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }
}
/* line 218, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .crt .info .row .val {
  float: right;
  height: 28px;
  line-height: 28px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 227, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .crt .info .row .val.next {
  font-size: 16px;
  color: #999;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  /* line 218, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .orders .crt .info .row .val {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }
  /* line 238, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .orders .crt .info .row .val.next {
    height: 17px;
    line-height: 17px;
    font-size: 11px;
  }
}
/* line 248, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .crt .sep {
  margin-top: 40px;
  margin-bottom: 24px;
  background-color: #d5d5d5;
  border: 0.5px solid #d5d5d5;
}
@media only screen and (max-width: 640px) {
  /* line 248, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .orders .crt .sep {
    margin-top: 24px;
    margin-bottom: 12px;
  }
}
/* line 260, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .crt .close-btn {
  float: right;
  text-align: center;
  width: 77px;
  height: 19px;
  line-height: 19px;
  font-family: NotoSansCJKkr;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 12px 30px;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.05);
  background-color: #222;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  /* line 278, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .orders .list {
    border-top: 4px solid #222;
  }
}
/* line 283, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .list .m-row {
  display: none;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  /* line 283, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .orders .list .m-row {
    display: block;
  }
}
/* line 292, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .list .m-row .r {
  width: 100%;
  margin-top: 20px;
}
/* line 296, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .list .m-row .r .c {
  float: left;
  height: 27px;
  line-height: 27px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 307, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .list .m-row .r .s {
  float: right;
  height: 27px;
  line-height: 27px;
  font-family: NotoSansCJKkr;
  font-size: 12px;
}
/* line 314, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .list .m-row .r .s.complete {
  color: #2828dd;
}
/* line 318, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .list .m-row .r .s.canceled {
  color: #e51818;
}
/* line 323, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .list .m-row .r.n {
  margin-top: 16px;
  height: 17px;
  line-height: 17px;
  font-family: NotoSansCJKkr;
  font-size: 11px;
  color: #666;
}
/* line 332, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .list .m-row .r.o {
  margin-top: 0;
  height: 22px;
  line-height: 22px;
  font-family: Montserrat;
  font-size: 14px;
  color: #222;
}
/* line 343, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .list .row {
  height: 68px;
  line-height: 28px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  text-align: center;
  color: #222;
  border-bottom: 1px solid #d5d5d5;
}
@media only screen and (max-width: 640px) {
  /* line 343, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .orders .list .row {
    display: none;
  }
}
/* line 356, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .list .row.head {
  font-family: NotoSansCJKkr !important;
  font-weight: bold;
  border-top: 4px solid #222;
  border-bottom: 1px solid #222;
}
/* line 363, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .list .row .col {
  float: left;
  padding: 20px 0;
}
/* line 366, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .list .row .col:nth-of-type(1) {
  font-family: Montserrat;
  width: 140px;
}
/* line 370, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .list .row .col:nth-of-type(2) {
  width: 160px;
}
/* line 373, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .list .row .col:nth-of-type(3) {
  width: 380px;
}
/* line 376, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .list .row .col:nth-of-type(4) {
  width: 140px;
}
/* line 380, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .list .row .col.complete {
  color: #2828dd;
}
/* line 384, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .orders .list .row .col.canceled {
  color: #e51818;
}
/* line 393, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .points .title {
  height: 44px;
  font-family: AppleSDGothicNeo;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.29;
  color: #2c2e30;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  /* line 393, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .points .title {
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 412, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .points .list {
    border-top: 4px solid #222;
  }
}
/* line 417, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .points .list .m-row {
  display: none;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  /* line 417, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .points .list .m-row {
    display: block;
  }
}
/* line 426, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .points .list .m-row .r {
  width: 100%;
  margin-top: 23.5px;
}
/* line 430, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .points .list .m-row .r .c {
  float: left;
  height: 22px;
  line-height: 22px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 439, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .points .list .m-row .r .c.p {
  color: #2828dd;
}
/* line 443, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .points .list .m-row .r .c.m {
  color: #e51818;
}
/* line 448, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .points .list .m-row .r .s {
  float: right;
  height: 22px;
  line-height: 22px;
  font-family: NotoSansCJKkr;
  font-size: 12px;
}
/* line 455, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .points .list .m-row .r .s.complete {
  color: #2828dd;
}
/* line 459, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .points .list .m-row .r .s.canceled {
  color: #e51818;
}
/* line 464, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .points .list .m-row .r.n {
  margin-top: 16px;
  height: 17px;
  line-height: 17px;
  font-family: NotoSansCJKkr;
  font-size: 11px;
  color: #666;
}
/* line 473, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .points .list .m-row .r.o {
  margin-top: 0;
  height: 22px;
  line-height: 22px;
  font-family: Montserrat;
  font-size: 14px;
  color: #222;
}
/* line 484, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .points .list .row {
  height: 68px;
  line-height: 28px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  text-align: center;
  color: #222;
  border-bottom: 1px solid #d5d5d5;
}
@media only screen and (max-width: 640px) {
  /* line 484, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .points .list .row {
    display: none;
  }
}
/* line 497, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .points .list .row.head {
  font-family: NotoSansCJKkr !important;
  font-weight: bold;
  border-top: 4px solid #222;
  border-bottom: 1px solid #222;
}
/* line 504, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .points .list .row .col {
  float: left;
  padding: 20px 0;
}
/* line 507, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .points .list .row .col:nth-of-type(1) {
  font-family: Montserrat;
  width: 140px;
}
/* line 511, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .points .list .row .col:nth-of-type(2) {
  width: 180px;
}
/* line 514, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .points .list .row .col:nth-of-type(3) {
  width: 250px;
}
/* line 517, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .points .list .row .col:nth-of-type(4) {
  width: 250px;
}
/* line 521, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .points .list .row .col.p {
  color: #2828dd;
}
/* line 525, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .points .list .row .col.m {
  color: #e51818;
}
/* line 534, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .title {
  height: 44px;
  line-height: 44px;
  font-family: AppleSDGothicNeo;
  font-size: 34px;
  font-weight: bold;
  color: #2c2e30;
}
@media only screen and (max-width: 640px) {
  /* line 534, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .coupons .title {
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
/* line 551, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .title.l {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  /* line 551, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .coupons .title.l {
    margin-top: 50px;
  }
}
/* line 560, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .p-form {
  margin-top: 24px;
  height: 76px;
}
@media only screen and (max-width: 640px) {
  /* line 560, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .coupons .p-form {
    margin-top: 16px;
    height: auto;
  }
}
/* line 568, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .p-form .c-number {
  float: left;
  width: 354px;
  height: 22px;
  line-height: 22px;
  border: solid 3px #222222;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  color: #222;
  padding: 24px 20px;
}
@media only screen and (max-width: 640px) {
  /* line 568, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .coupons .p-form .c-number {
    padding: 19px 0 21px 20px;
    width: calc(100% - 26px);
    float: unset;
    font-size: 14px;
  }
}
/* line 587, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .p-form .add-btn {
  cursor: pointer;
  float: left;
  margin-left: 10px;
  padding: 25px 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #222222;
  height: 26px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (max-width: 640px) {
  /* line 587, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .coupons .p-form .add-btn {
    margin-top: 10px;
    float: right;
    padding: 12px 29px 13px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 613, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .coupons .list {
    border-top: 4px solid #222;
  }
}
/* line 618, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .list .m-row {
  display: none;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  /* line 618, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .coupons .list .m-row {
    display: block;
  }
}
/* line 627, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .list .m-row .r {
  width: 100%;
  margin-top: 20px;
}
/* line 631, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .list .m-row .r .c {
  float: left;
  height: 27px;
  line-height: 27px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 642, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .list .m-row .r .s {
  float: right;
  height: 27px;
  line-height: 27px;
  font-family: NotoSansCJKkr;
  font-size: 12px;
}
/* line 649, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .list .m-row .r .s.complete {
  color: #2828dd;
}
/* line 653, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .list .m-row .r .s.canceled {
  color: #e51818;
}
/* line 658, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .list .m-row .r.n {
  margin-top: 16px;
  height: 17px;
  line-height: 17px;
  font-family: NotoSansCJKkr;
  font-size: 11px;
  color: #666;
}
/* line 667, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .list .m-row .r.o {
  margin-top: 0;
  height: 22px;
  line-height: 22px;
  font-family: Montserrat;
  font-size: 14px;
  color: #222;
}
/* line 678, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .list .row {
  height: 68px;
  line-height: 28px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  text-align: center;
  color: #222;
  border-bottom: 1px solid #d5d5d5;
}
@media only screen and (max-width: 640px) {
  /* line 678, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .coupons .list .row {
    display: none;
  }
}
/* line 691, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .list .row.head {
  font-family: NotoSansCJKkr !important;
  font-weight: bold;
  border-top: 4px solid #222;
  border-bottom: 1px solid #222;
}
/* line 698, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .list .row .col {
  float: left;
  padding: 20px 0;
}
/* line 701, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .list .row .col:nth-of-type(1) {
  font-family: Montserrat;
  width: 240px;
}
/* line 705, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .list .row .col:nth-of-type(2) {
  width: 240px;
}
/* line 708, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .list .row .col:nth-of-type(3) {
  width: 220px;
}
/* line 711, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .list .row .col:nth-of-type(4) {
  width: 120px;
}
/* line 715, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .list .row .col.used {
  color: #2828dd;
}
/* line 719, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .list .row .col.expired {
  color: #e51818;
}
/* line 726, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .coupons .pagination-wrapper {
  margin-bottom: 130px;
}
/* line 732, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .title {
  height: 44px;
  line-height: 44px;
  font-family: AppleSDGothicNeo;
  font-size: 34px;
  font-weight: bold;
  color: #2c2e30;
}
@media only screen and (max-width: 640px) {
  /* line 732, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .title {
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
/* line 750, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form {
  border-top: 4px solid #222;
}
/* line 753, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row {
  height: 88px;
  border-bottom: 1px solid #d5d5d5;
}
@media only screen and (max-width: 640px) {
  /* line 753, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .form .row {
    height: 61px;
  }
}
/* line 760, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row.addr {
  height: 266px;
}
@media only screen and (max-width: 640px) {
  /* line 760, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .form .row.addr {
    height: 185px;
  }
}
/* line 767, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row.addr .key {
  height: 266px;
}
@media only screen and (max-width: 640px) {
  /* line 767, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .form .row.addr .key {
    height: 146px;
  }
}
/* line 774, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row.addr .val {
  height: 266px;
}
@media only screen and (max-width: 640px) {
  /* line 774, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .form .row.addr .val {
    height: 185px;
  }
}
/* line 782, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row.pwd-row {
  height: 266px;
}
@media only screen and (max-width: 640px) {
  /* line 782, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .form .row.pwd-row {
    height: 185px;
  }
}
/* line 789, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row.pwd-row .key {
  height: 266px;
}
@media only screen and (max-width: 640px) {
  /* line 789, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .form .row.pwd-row .key {
    height: 146px;
  }
}
/* line 796, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row.pwd-row .val {
  height: 266px;
}
@media only screen and (max-width: 640px) {
  /* line 796, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .form .row.pwd-row .val {
    height: 185px;
  }
}
/* line 802, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row.pwd-row .val .key {
  height: 88px;
  width: 139px;
  font-weight: normal;
}
/* line 808, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row.pwd-row .val .val {
  width: 440px;
  height: 88px;
}
/* line 812, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row.pwd-row .val .val .inp {
  width: 440px;
}
/* line 819, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row .key {
  float: left;
  height: 88px;
  line-height: 88px;
  border-right: 1px solid #d5d5d5;
  padding: 0 20px;
  width: 159px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  font-weight: bold;
  color: #222;
}
@media only screen and (max-width: 640px) {
  /* line 819, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .form .row .key {
    padding: 20.5px 0 18.5px;
    height: 22px;
    line-height: 22px;
    width: 23.4375vw;
    font-size: 14px;
  }
}
/* line 841, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row .val {
  float: left;
  height: 88px;
  line-height: 88px;
  width: 600px;
  padding-left: 20px;
  font-family: Montserrat;
  font-size: 16px;
  color: #999;
  position: relative;
}
@media only screen and (max-width: 640px) {
  /* line 841, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .form .row .val {
    width: 60vw;
    padding-left: 3.75vw;
    height: 61px;
    line-height: 61px;
    font-size: 14px;
  }
}
/* line 860, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row .val.np {
  width: 620px;
  padding-left: 0;
}
@media only screen and (max-width: 640px) {
  /* line 860, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .form .row .val.np {
    width: 63.75vw;
  }
}
/* line 869, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row .val .tri {
  margin-top: 8.5px;
  float: right;
  width: 0px;
  height: 0px;
  border-right: 8px solid transparent;
  border-top: 9px solid #999;
  border-left: 8px solid transparent;
}
/* line 878, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row .val .tri.agency {
  float: left;
  margin-top: 39.5px;
  margin-left: 6px;
}
@media only screen and (max-width: 640px) {
  /* line 878, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .form .row .val .tri.agency {
    margin-top: 30px;
  }
}
/* line 889, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row .val .btn {
  padding: 20px;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
  border: solid 1px #d5d5d5;
  margin-top: 10px;
  width: 120px;
  text-align: center;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  color: #222;
  cursor: pointer;
}
/* line 906, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row .val .btn#cp-btn {
  margin-left: 20px;
}
/* line 910, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row .val .btn#search-btn {
  float: left;
}
@media only screen and (max-width: 640px) {
  /* line 889, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .form .row .val .btn {
    padding: 13px 20px;
    margin-top: 5.5px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    width: auto;
  }
  /* line 923, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .form .row .val .btn#search-btn {
    float: right;
  }
}
/* line 929, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row .val .inp {
  width: 100%;
  border: 0;
  padding: 0 0 0 20px;
}
/* line 934, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row .val .inp.warn {
  border: 0.5px solid red;
}
@media only screen and (max-width: 640px) {
  /* line 929, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .form .row .val .inp {
    width: 60vw;
    padding-left: 3.75vw;
  }
}
/* line 943, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row .val .inp.ad {
  float: left;
  width: 428px;
}
@media only screen and (max-width: 640px) {
  /* line 943, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .form .row .val .inp.ad {
    width: 72px;
  }
}
/* line 952, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row .val .inp.w-230 {
  width: 230px;
  float: left;
}
@media only screen and (max-width: 640px) {
  /* line 952, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .form .row .val .inp.w-230 {
    width: 50.625vw;
  }
}
/* line 962, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row .val .d-box {
  float: left;
  padding: 20px;
  width: 320px;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
  border: solid 1px #d5d5d5;
  margin-top: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  /* line 962, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .form .row .val .d-box {
    display: none;
  }
}
/* line 977, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row .val .d-box .d {
  float: left;
  font-family: Montserrat;
  font-size: 16px;
  color: #222;
}
/* line 988, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row .val .d-o-box {
  display: none;
  right: 8px;
  top: 83px;
  position: absolute;
  padding: 10px 20px;
  width: 320px;
  border-radius: 5px;
  border: solid 1px #d5d5d5;
  background-color: #ffffff;
  z-index: 1;
}
/* line 1003, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row .val .d-o-box .option {
  padding: 7px 0;
  width: 100%;
  background-color: #fff;
  cursor: pointer;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  color: #999;
}
/* line 1018, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .form .row .val .pwd-list {
  display: none;
}
/* line 1025, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .d-wrapper {
  margin-top: 20px;
  text-align: right;
}
/* line 1028, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .d-wrapper .dbtn {
  cursor: pointer;
  padding-bottom: 2px;
  border-bottom: 2px solid #222;
  height: 20px;
  line-height: 20px;
  font-family: NotoSansCJKkr;
  font-size: 14px;
  font-weight: bold;
  color: #222222;
}
/* line 1041, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .btn-wrapper {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  /* line 1041, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .btn-wrapper {
    margin-top: 40px;
  }
}
/* line 1049, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .btn-wrapper .n {
  width: 351px;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  /* line 1049, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .btn-wrapper .n {
    width: 87.5vw;
  }
}
/* line 1058, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .btn-wrapper .btn {
  height: 27px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #d5d5d5;
  float: left;
  cursor: pointer;
}
/* line 1069, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .btn-wrapper .btn.cancel {
  padding: 24px 38px;
  color: #222;
  width: 34px;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  /* line 1069, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .btn-wrapper .btn.cancel {
    width: 20.625vw;
    padding: 15px 0;
    text-align: center;
  }
}
/* line 1082, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .edits .btn-wrapper .btn.sub {
  margin-left: 10px;
  padding: 24px 80px;
  color: #fff;
  width: 67px;
  background-color: #222;
  border: solid 1px #222;
}
@media only screen and (max-width: 640px) {
  /* line 1082, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .edits .btn-wrapper .btn.sub {
    margin-left: 1.5625vw;
    width: 64.0625vw;
    padding: 15px 0;
    text-align: center;
  }
}
/* line 1101, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .request-d {
  width: 620px;
}
@media only screen and (max-width: 640px) {
  /* line 1101, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .request-d {
    width: 100%;
  }
  /* line 1107, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .request-d.withdraw {
    height: calc(100vh - 445px);
    min-height: 69px;
  }
}
/* line 1113, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .request-d .title {
  font-family: NotoSansCJKkr;
  height: 44px;
  line-height: 44px;
  font-size: 34px;
  font-weight: bold;
  color: #2c2e30;
}
@media only screen and (max-width: 640px) {
  /* line 1113, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .request-d .title {
    height: 26px;
    line-height: 26px;
    font-size: 20px;
  }
}
/* line 1128, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .request-d .desc {
  margin-top: 22px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  color: #54565a;
}
@media only screen and (max-width: 640px) {
  /* line 1128, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .request-d .desc {
    font-size: 14px;
    line-height: 1.57;
    color: #7e8085;
  }
}
/* line 1142, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .request-d .reasons {
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  /* line 1142, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .request-d .reasons {
    margin-top: 30px;
  }
}
/* line 1148, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .request-d .reasons .r {
  cursor: pointer;
  height: 28px;
  margin-top: 10px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  /* line 1148, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .request-d .reasons .r {
    height: 22px;
    line-height: 22px;
    margin-top: 12px;
  }
}
/* line 1160, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .request-d .reasons .r .icon {
  float: left;
  background-image: url(/assets/live/commons/icons/btn-radio-nor@3x-2ba5f1ecb5f21e0a0708cb6be8848aee26cf4c41faab8224e27f9ef16709b258.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  margin-right: 16px;
}
@media only screen and (max-width: 640px) {
  /* line 1160, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .request-d .reasons .r .icon {
    width: 22px;
    height: 22px;
    margin-right: 12px;
  }
}
/* line 1175, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .request-d .reasons .r .icon.active {
  background-image: url(/assets/live/commons/icons/btn-radio-sel@3x-0f552ae0e106b3e540e2332e3c63aa3a0007ccfeb070964f34fde0e62e9fa7e2.png);
}
/* line 1180, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .request-d .reasons .r .v {
  height: 28px;
  line-height: 28px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  color: #222;
}
@media only screen and (max-width: 640px) {
  /* line 1180, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .request-d .reasons .r .v {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }
}
/* line 1197, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .request-d .etc {
  margin-top: 8px;
  border: 0;
  padding: 24px 30px;
  width: 560px;
  height: 130px;
  resize: none;
  background-color: #f8f7fc;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  line-height: 1.56;
  color: #222;
}
@media only screen and (max-width: 640px) {
  /* line 1197, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .request-d .etc {
    padding: 18px;
    width: calc(100% - 36px);
    height: 124px;
    font-family: NotoSansCJKkr;
    font-size: 14px;
    line-height: 1.57;
    color: #666666;
  }
}
/* line 1222, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .request-d .btn-wrapper {
  margin-top: 32px;
  text-align: right;
}
/* line 1225, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .request-d .btn-wrapper .btn {
  padding: 24px 60px;
  border-radius: 5px;
  background-color: #222;
  width: 67px;
  height: 27px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  float: right;
}
@media only screen and (max-width: 640px) {
  /* line 1225, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .request-d .btn-wrapper .btn {
    padding: 15px 40px;
    width: 81px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    line-height: 1.57;
    text-align: center;
  }
}
/* line 1250, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .order-detail {
  width: 820px;
}
@media only screen and (max-width: 640px) {
  /* line 1250, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .order-detail {
    width: 100%;
  }
}
/* line 1257, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .order-detail .title {
  height: 44px;
  line-height: 44px;
  font-size: 34px;
  font-weight: bold;
  color: #2c2e30;
  font-family: NotoSansCJKkr;
}
@media only screen and (max-width: 640px) {
  /* line 1257, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .order-detail .title {
    height: 26px;
    line-height: 26px;
    font-size: 20px;
  }
}
/* line 1272, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper {
  margin-top: 19.5px;
  border-top: 4px solid #222;
}
/* line 1276, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .row {
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding: 29.5px 0;
}
@media only screen and (max-width: 640px) {
  /* line 1276, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .row {
    height: auto;
    line-height: 22px;
    padding: 19.5px 0;
  }
}
/* line 1288, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .row.head {
  border-bottom: solid 1px #d5d5d5;
}
/* line 1292, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .row .k {
  float: left;
  width: 151px;
  font-family: NotoSansCJKkr;
  font-size: 18px;
  color: #222;
}
@media only screen and (max-width: 640px) {
  /* line 1292, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .row .k {
    width: 118px;
    font-size: 14px;
  }
  /* line 1302, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .row .k.f {
    width: 100%;
  }
}
/* line 1308, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .row .v {
  float: left;
  width: calc(100% - 151px);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  color: #222;
}
/* line 1317, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .row .v .n {
  font-family: NotoSansCJKkr;
  font-weight: normal;
}
/* line 1322, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .row .v .org {
  color: #f48025;
}
@media only screen and (max-width: 640px) {
  /* line 1308, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .row .v {
    width: calc(100% - 118px);
    font-size: 14px;
  }
  /* line 1330, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .row .v.f {
    width: 100%;
  }
  /* line 1334, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .row .v .f {
    display: block;
  }
}
/* line 1341, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .method-wrapper {
  background-color: #f8f7fc;
  padding: 22px;
}
@media only screen and (max-width: 640px) {
  /* line 1341, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .method-wrapper {
    padding: 16px;
  }
}
/* line 1349, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .method-wrapper .row {
  padding: 8px 0;
}
@media only screen and (max-width: 640px) {
  /* line 1349, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .method-wrapper .row {
    padding: 6px 0;
  }
}
/* line 1355, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .method-wrapper .row .k {
  font-family: NotoSansCJKkr;
  font-size: 18px;
  color: #666;
}
@media only screen and (max-width: 640px) {
  /* line 1355, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .method-wrapper .row .k {
    font-size: 14px;
  }
}
/* line 1366, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .method-wrapper .row .v {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  color: #222;
}
@media only screen and (max-width: 640px) {
  /* line 1366, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .method-wrapper .row .v {
    font-size: 14px;
  }
}
/* line 1379, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
.my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .method-wrapper .created {
  padding: 2px 0 8px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  color: #999;
  width: 100% !important;
}
@media only screen and (max-width: 640px) {
  /* line 1379, /data/webapps/dogtv/current/app/assets/stylesheets/live/_my.scss */
  .my-body .wrapper .content .my-right-cnt .order-detail .detail-wrapper .method-wrapper .created {
    font-size: 11px;
  }
}

/* line 5, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
.events-body .wrapper .content {
  position: relative;
  padding-top: 202px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  /* line 5, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
  .events-body .wrapper .content {
    padding-top: 93px;
  }
}
/* line 14, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
.events-body .wrapper .content .event-menu {
  float: left;
  width: 252px;
  height: 194px;
  padding-bottom: 30px;
  border: 4px solid #222;
}
@media only screen and (max-width: 640px) {
  /* line 14, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
  .events-body .wrapper .content .event-menu {
    float: unset;
    width: 100%;
    height: auto;
    border: 0;
  }
}
/* line 28, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
.events-body .wrapper .content .event-menu .title {
  font-family: NotoSansCJKkr;
  font-size: 24px;
  font-weight: bold;
  color: #222;
  padding: 30px 0 30px 26px;
}
@media only screen and (max-width: 640px) {
  /* line 28, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
  .events-body .wrapper .content .event-menu .title {
    padding: 0;
    height: 26px;
    font-size: 20px;
    line-height: 1.3;
    color: #2c2e30;
  }
}
/* line 44, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
.events-body .wrapper .content .event-menu .l {
  font-family: NotoSansCJKkr;
  font-size: 17px;
  color: #222222;
  padding: 12px 0 12px 26px;
}
/* line 50, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
.events-body .wrapper .content .event-menu .l.active {
  font-weight: bold;
}
/* line 54, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
.events-body .wrapper .content .event-menu .l:hover {
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  /* line 44, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
  .events-body .wrapper .content .event-menu .l {
    font-size: 14px;
    float: left;
    padding: 22px 0 16px;
    border-bottom: 4px solid #fff;
  }
  /* line 64, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
  .events-body .wrapper .content .event-menu .l.m-p {
    margin-left: 20px;
  }
  /* line 68, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
  .events-body .wrapper .content .event-menu .l.active {
    border-bottom: 4px solid #222;
  }
}
/* line 75, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
.events-body .wrapper .content .event-right-cnt {
  width: 760px;
  float: right;
}
@media only screen and (max-width: 640px) {
  /* line 75, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
  .events-body .wrapper .content .event-right-cnt {
    float: unset;
    width: 100%;
  }
}
/* line 84, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
.events-body .wrapper .content .event-right-cnt .detail-title {
  padding: 20px 0;
  height: 28px;
  line-height: 28px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  border-top: 4px solid #222;
  border-bottom: 1px solid #222;
  margin-bottom: 30px;
}
/* line 99, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
.events-body .wrapper .content .event-right-cnt .cont-img {
  width: 100%;
  height: auto;
}
/* line 104, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
.events-body .wrapper .content .event-right-cnt .title {
  height: 44px;
  line-height: 44px;
  font-family: NotoSansCJKkr;
  font-size: 34px;
  font-weight: bold;
  color: #2c2e30;
  margin-bottom: 26px;
}
@media only screen and (max-width: 640px) {
  /* line 104, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
  .events-body .wrapper .content .event-right-cnt .title {
    margin-top: 30px;
    height: auto;
    font-size: 18px;
    line-height: 1.33;
  }
}
/* line 121, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
.events-body .wrapper .content .event-right-cnt .sub-title {
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  color: #54565a;
}
@media only screen and (max-width: 640px) {
  /* line 121, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
  .events-body .wrapper .content .event-right-cnt .sub-title {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.57;
  }
}
/* line 135, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
.events-body .wrapper .content .event-right-cnt .list .e {
  margin-top: 60px;
  width: 375px;
  float: left;
}
/* line 140, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
.events-body .wrapper .content .event-right-cnt .list .e.i {
  width: 760px;
}
/* line 143, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
.events-body .wrapper .content .event-right-cnt .list .e.i:nth-of-type(2n) {
  margin-left: 0;
}
/* line 147, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
.events-body .wrapper .content .event-right-cnt .list .e.i .l-img {
  width: 760px;
  height: 260px;
}
/* line 153, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
.events-body .wrapper .content .event-right-cnt .list .e:nth-of-type(2n) {
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  /* line 153, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
  .events-body .wrapper .content .event-right-cnt .list .e:nth-of-type(2n) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 135, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
  .events-body .wrapper .content .event-right-cnt .list .e {
    margin-top: 20px;
    width: 86.5vw;
    border-bottom: 1px solid #d5d5d5;
    float: unset;
  }
  /* line 167, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
  .events-body .wrapper .content .event-right-cnt .list .e.i {
    width: 86.5vw;
  }
  /* line 170, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
  .events-body .wrapper .content .event-right-cnt .list .e.i .l-img {
    width: 100%;
    height: 53.75vw;
  }
}
/* line 177, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
.events-body .wrapper .content .event-right-cnt .list .e .l-img {
  width: 375px;
  height: 230px;
}
@media only screen and (max-width: 640px) {
  /* line 177, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
  .events-body .wrapper .content .event-right-cnt .list .e .l-img {
    width: 100%;
    height: 53.75vw;
  }
}
/* line 187, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
.events-body .wrapper .content .event-right-cnt .list .e .t {
  margin: 16px 0;
  height: 28px;
  line-height: 28px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}
@media only screen and (max-width: 640px) {
  /* line 187, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
  .events-body .wrapper .content .event-right-cnt .list .e .t {
    margin: 16px 0 10px;
  }
}
/* line 201, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
.events-body .wrapper .content .event-right-cnt .list .e .d {
  margin: 20px 0;
}
@media only screen and (max-width: 640px) {
  /* line 201, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
  .events-body .wrapper .content .event-right-cnt .list .e .d {
    margin: 10px 0 20px;
  }
}
/* line 207, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
.events-body .wrapper .content .event-right-cnt .list .e .d .d-day {
  float: left;
  height: 28px;
  line-height: 28px;
  font-family: Montserrat;
  font-size: 16px;
  color: #f48025;
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  /* line 207, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
  .events-body .wrapper .content .event-right-cnt .list .e .d .d-day {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }
}
/* line 223, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
.events-body .wrapper .content .event-right-cnt .list .e .d .period {
  height: 28px;
  line-height: 28px;
  font-family: Montserrat;
  font-size: 16px;
  color: #999999;
  float: left;
}
@media only screen and (max-width: 640px) {
  /* line 223, /data/webapps/dogtv/current/app/assets/stylesheets/live/_events.scss */
  .events-body .wrapper .content .event-right-cnt .list .e .d .period {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }
}

/* line 5, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
.videos-index .wrapper .content {
  position: relative;
  padding-top: 202px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  /* line 5, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
  .videos-index .wrapper .content {
    padding-top: 93px;
    padding-bottom: 0;
  }
}
/* line 15, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
.videos-index .wrapper .content .guide-menu {
  float: left;
  width: 252px;
  padding-bottom: 30px;
  border: 4px solid #222;
}
@media only screen and (max-width: 640px) {
  /* line 15, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
  .videos-index .wrapper .content .guide-menu {
    float: unset;
    width: 100%;
    border: 0;
    padding: 0;
    height: auto;
  }
}
/* line 29, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
.videos-index .wrapper .content .guide-menu .title {
  font-family: NotoSansCJKkr;
  font-size: 24px;
  font-weight: bold;
  color: #222;
  padding: 30px 0 30px 26px;
}
@media only screen and (max-width: 640px) {
  /* line 29, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
  .videos-index .wrapper .content .guide-menu .title {
    padding: 0;
  }
}
/* line 41, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
.videos-index .wrapper .content .guide-menu .l {
  font-family: NotoSansCJKkr;
  font-size: 17px;
  color: #222222;
  padding: 12px 0 12px 26px;
}
/* line 47, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
.videos-index .wrapper .content .guide-menu .l.active {
  font-weight: bold;
}
/* line 51, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
.videos-index .wrapper .content .guide-menu .l:hover {
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  /* line 41, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
  .videos-index .wrapper .content .guide-menu .l {
    float: left;
    padding: 20px 0 16px;
    border-bottom: 4px solid #fff;
  }
  /* line 60, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
  .videos-index .wrapper .content .guide-menu .l.m-l {
    margin-left: 20px;
  }
  /* line 64, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
  .videos-index .wrapper .content .guide-menu .l.active {
    border-bottom: 4px solid #222;
  }
}
/* line 71, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
.videos-index .wrapper .content .idx-right-cnt {
  width: 760px;
  float: right;
}
@media only screen and (max-width: 640px) {
  /* line 71, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
  .videos-index .wrapper .content .idx-right-cnt {
    width: 100%;
    float: unset;
  }
}
/* line 80, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
.videos-index .wrapper .content .idx-right-cnt .section {
  margin-bottom: 110px;
}
@media only screen and (max-width: 640px) {
  /* line 80, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
  .videos-index .wrapper .content .idx-right-cnt .section {
    margin-bottom: 60px;
  }
}
/* line 85, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
.videos-index .wrapper .content .idx-right-cnt .section .v {
  margin-top: 60px;
}
/* line 88, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
.videos-index .wrapper .content .idx-right-cnt .section .v .youtube {
  width: 760px;
  height: 480px;
}
@media only screen and (max-width: 640px) {
  /* line 94, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
  .videos-index .wrapper .content .idx-right-cnt .section .v .youtube {
    width: 87.5vw;
    height: 46.875vw;
  }
}
/* line 101, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
.videos-index .wrapper .content .idx-right-cnt .section .t {
  margin-top: 60px;
  font-family: NotoSansCJKkr;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.29;
  color: #2c2e30;
}
@media only screen and (max-width: 640px) {
  /* line 101, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
  .videos-index .wrapper .content .idx-right-cnt .section .t {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.33;
  }
}
/* line 116, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
.videos-index .wrapper .content .idx-right-cnt .section .s {
  margin-top: 30px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  line-height: 1.75;
  color: #54565a;
  word-break: keep-all;
}
/* line 124, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
.videos-index .wrapper .content .idx-right-cnt .section .s .p {
  display: block;
}
@media only screen and (max-width: 640px) {
  /* line 116, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
  .videos-index .wrapper .content .idx-right-cnt .section .s {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.57;
  }
  /* line 132, /data/webapps/dogtv/current/app/assets/stylesheets/live/_videos.scss */
  .videos-index .wrapper .content .idx-right-cnt .section .s .p {
    display: inline;
  }
}
