:root {--smoke-black: #210f07;--darker-smoke-black: #140e0b;--dark-brown: #2d211e;--smoke-brown: #44302c;--lighter-smoke-brown: #5a4541;--pale-cream-orange: #d6b7a7;--cream-orange: #ffa585;--light-orange: #f96e47;--oho-orange: #ff4926;--oho-orange-dark: #a5291c;--smoke-gray: #968783;--light-gray: #ede8e6;--round-corners: 8px;--rounder-corners: 10px;--plyr-color-main: #ff4926 !important;--nav-bar-width: 8px;}@font-face {font-family: 'Gotham Book';src: url('../fonts/Gotham/gotham-book-webfont.woff') format('woff'), url('../fonts/Gotham/gotham-book-webfont.ttf') format('truetype'), url('../fonts/Gotham/gotham-book-webfont.svg#gothambook') format('svg');font-weight: normal;font-style: normal;}@font-face {font-family: 'Gotham Black';src: url('../fonts/Gotham/gotham-black-webfont.woff') format('woff'), url('../fonts/Gotham/gotham-black-webfont.ttf') format('truetype'), url('../fonts/Gotham/gotham-black-webfont.svg#gothamblack') format('svg');font-weight: normal;font-style: normal;}@font-face {font-family: 'Gotham Italic';src: url('../fonts/Gotham/gotham-blackitalic-webfont.woff') format('woff'), url('../fonts/Gotham/gotham-blackitalic-webfont.ttf') format('truetype'), url('../fonts/Gotham/gotham-blackitalic-webfont.svg#gothamitalic') format('svg');font-weight: normal;font-style: normal;}@font-face {font-family: 'Gotham Bold';src: url('../fonts/Gotham/Gotham-Bold.otf');src: url('../fonts/Gotham/gotham-bold-webfont.woff') format('woff'), url('../fonts/Gotham/gotham-bold-webfont.ttf') format('truetype'), url('../fonts/Gotham/gotham-bold-webfont.svg#gothambold') format('svg');font-weight: normal;font-style: normal;}@font-face {font-family: 'Gotham Light';src: url('../fonts/Gotham/gotham-light-webfont.woff') format('woff'), url('../fonts/Gotham/gotham-light-webfont.ttf') format('truetype'), url('../fonts/Gotham/gotham-light-webfont.svg#gothamlight') format('svg');font-weight: normal;font-style: normal;}@font-face {font-family: 'Gotham Medium';src: url('../fonts/Gotham/gotham-medium-webfont.woff') format('woff'), url('../fonts/Gotham/gotham-medium-webfont.ttf') format('truetype'), url('../fonts/Gotham/gotham-medium-webfont.svg#gothammedium') format('svg');font-weight: normal;font-style: normal;}@font-face {font-family: 'amp bold';src: url('../fonts/AMP/arsmaquettepro-bold-webfont.eot');src: url('../fonts/AMP/arsmaquettepro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/AMP/arsmaquettepro-bold-webfont.woff') format('woff'), url('../fonts/AMP/arsmaquettepro-bold-webfont.ttf') format('truetype'), url('../fonts/AMP/arsmaquettepro-bold-webfont.svg#ars_maquette_probold') format('svg');font-weight: normal;font-style: normal;}@font-face {font-family: 'amp medium';src: url('../fonts/AMP/arsmaquettepro-medium-webfont.eot');src: url('../fonts/AMP/arsmaquettepro-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/AMP/arsmaquettepro-medium-webfont.woff') format('woff'), url('../fonts/AMP/arsmaquettepro-medium-webfont.ttf') format('truetype'), url('../fonts/AMP/arsmaquettepro-medium-webfont.svg#ars_maquette_promedium') format('svg');font-weight: normal;font-style: normal;}html {box-sizing: border-box; padding: 0px; margin: 0px;}*, *:before, *:after {box-sizing: inherit;}body{display: flex;flex-flow: column;background-color: var(--darker-smoke-black);padding: 0px 0px 70px 0px;margin: 0px;color: var(--light-gray);font-size: 16px;font-family: 'Gotham Book', sans-serif;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-webkit-user-select: none;-moz-user-select: none;-moz-user-select: none;user-select: none;overflow-x: hidden;}::-webkit-scrollbar {width: var(--nav-bar-width); border: none; outline: none;}::-webkit-scrollbar-button {display: none;}::-webkit-scrollbar-track {background-color: var(--darker-smoke-black); border: none; outline: none;}::-webkit-scrollbar-thumb {background-color: rgba(150, 135, 131, 0.26); outline: none;}::-webkit-scrollbar-thumb:hover{background-color: var(--oho-orange);}h1, h2, h3, h4 {margin: 0px; padding: 0px; display: block;}p{display: block; padding: 0px; margin: 0px; line-height: 150%;}a{outline: none; border: none; color: inherit; text-decoration: none; cursor: pointer;}a:focus{color: inherit;}#loader-box{width: 100%;padding-top: 20px;padding-bottom: 20px;display: flex;align-items: center;justify-content: center;pointer-events: none !important;background-color: rgba(20, 14, 11, 0.4);border-radius: var(--round-corners);}.loader-wrapper{width: 45px;height: 45px;display: flex;align-items: center;justify-content: center;margin-top: 50px;border-radius: 5px;}.loader{width: 25px;height: 25px;aspect-ratio: 1;border-radius: 100%;background: radial-gradient(farthest-side, var(--light-gray) 94%,#0000) top/6px 6px no-repeat, conic-gradient(#0000 25%, var(--light-gray));-webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 6px),#000 0);-moz-mask: radial-gradient(farthest-side,#0000 calc(100% - 6px),#000 0);-o-mask: radial-gradient(farthest-side,#0000 calc(100% - 6px),#000 0);mask: radial-gradient(farthest-side,#0000 calc(100% - 6px),#000 0);-webkit-animation: l13 0.8s infinite linear;-moz-animation: l13 0.8s infinite linear;-o-animation: l13 0.8s infinite linear;animation: l13 0.8s infinite linear;}@-webkit-keyframes l13{100%{transform: rotate(1turn)}}@-moz-keyframes l13{100%{transform: rotate(1turn)}}@-o-keyframes l13{100%{transform: rotate(1turn)}}@keyframes l13{100%{transform: rotate(1turn)}}#preloader{width: 0px;height: 0px;visibility: hidden;overflow: hidden;pointer-events: none !important;position: fixed;top: 1px;left: 1px;}#preloader img{border: none; outline: none;}.links{color: var(--cream-orange);}.links:hover{color: var(--light-orange);}#g-board{width: 100vw;height: 100vh;position: fixed;z-index: 100;background-color: #1e1e1d;overflow-y: scroll;overflow-x: hidden;padding-top: 35px;padding-bottom: 50px;}.gb_cb{width: 1170px; margin: auto;}#gb_header{position: sticky;top: -35px;z-index: 99;width: 100%;height: auto;display: flex;align-items: center;justify-content: space-between;padding-top: 15px;padding-bottom: 15px;margin-bottom: 25px;font-family: 'Gotham Bold', sans-serif;background-color: rgba(30, 30, 29, 1);}#gb_header.is-pinned{ background-color: rgba(30, 30, 29, 0.8);-webkit-backdrop-filter: blur(10px);-moz-backdrop-filter: blur(10px);-o-backdrop-filter: blur(10px);backdrop-filter: blur(10px);margin-bottom: 0px;}#gb_exit{color: var(--cream-orange);display: flex;align-items: center;gap: 10px;}span.arrow-l{display: block;width: 9px;height: 13px;background-image: url('../imgs/arrow-l_icon.png');background-position: center;background-repeat: no-repeat;background-size: contain;}span.arrow-l.w{background-image: url('../imgs/arrow-l_w_icon.png');}#gb_exit:hover{color: var(--light-orange); }#gb_exit:hover > .arrow-l{background-image: url('../imgs/arrow-l_icon-h.png');}#gb_title {display: flex;align-items: center;gap: 10px;color: var(--smoke-gray);}#gb_header .img-count{font-family: 'amp medium', 'Gotham Medium', sans-serif;color: var(--light-gray);font-size: 14px;padding: 4px 8px;border-radius: 100px;background-color: var(--smoke-brown);}#gb_gallery-grid{width: 100%;display: grid;grid-template-columns: repeat(4, 1fr);-webkit-column-gap: 10px;column-gap: 10px;-webkit-transition: all ease-in-out 1s;-moz-transition: all ease-in-out 1s;-o-transition: all ease-in-out 1s;transition: all ease-in-out 1s;}#gb_gallery-grid a{display: flex;margin-bottom: 10px;background-color: rgb(37, 36, 36);background-image: url("../imgs/devil-empty_emoji.png");background-position: center;background-repeat: no-repeat;background-size: 12%;min-height: 155px;margin-bottom: 10px;border-radius: 6px;overflow: hidden;opacity: 0.75;-webkit-animation: inflate 0.5s ease-in-out alternate infinite;-moz-animation: inflate 0.5s ease-in-out alternate infinite;-o-animation: inflate 0.5s ease-in-out alternate infinite;animation: inflate 0.5s ease-in-out alternate infinite;}@-webkit-keyframes inflate {0%{background-size: 12%;}100%{background-size: 15%;}}@-moz-keyframes inflate {0%{background-size: 12%;}100%{background-size: 15%;}}@-o-keyframes inflate {0%{background-size: 12%;}100%{background-size: 15%;}}@keyframes inflate {0%{background-size: 12%;}100%{background-size: 15%;}}#gb_gallery-grid a.video{display: block; position: relative;}#gb_gallery-grid img{display:block;width:100%;border:none;outline:none;}#gb_gallery-grid a.video img{position: relative; z-index: 1;}#gb_gallery-grid a:hover{opacity:1;}.play-btn{width: 100%;height: 100%;position: absolute;z-index: 2;background-image: url('../imgs/play-stv-btn.svg'), url('../imgs/play-stv-btn.png');background-position: center;background-repeat: no-repeat;background-size: 22%;pointer-events: none;opacity: 0.9;}#pat-post_banner{display: flex;width: 100%;height: 40px;align-items: center;justify-content: center;background-color: #5a4541;font-family: 'Gotham Medium', sans-serif;}.ppb_icon{width: 22px;height: 19px;background-image: url('../imgs/back-arrow.png');background-position: center;background-repeat: no-repeat;background-size: contain;}.ppb_link-wrapper{display: flex;width: fit-content;align-items: center;justify-content: center;gap: 10px;color: #ffc4b9;}.ppb_link-wrapper:hover{color: #f9a38f;}.ppb_link-wrapper:hover > .ppb_icon{background-image: url('../imgs/back-arrow_hover.png');}.main-cb{width: 720px;margin-left: auto;margin-right: auto;}.xp_intro{padding-top: 50px;padding-bottom: 37px;text-align: center;}.xp_intro h1{font-family: 'Gotham Bold', sans-serif;font-weight: normal;font-size: 32px;margin-bottom: 25px;}.xp_intro p{ margin-bottom: 25px; }#hltd{display: inline-block;border-radius: 100px;padding: 6px 12px;font-family: 'amp bold', sans-serif;font-size: 12px;letter-spacing: 0.5pt;line-height: 12px;background-color: var(--light-orange);text-transform: uppercase;-webkit-transform: translateY(-25%);-moz-transform: translateY(-25%);-o-transform: translateY(-25%);transform: translateY(-25%);}.tags_wrapper{display: flex;gap: 4px;align-items: center;justify-content: center;flex-wrap: wrap;}.xp-tags{padding: 4px 7px;border-radius: 4px;background-color: var(--smoke-brown);font-family: 'Gotham Light', sans-serif;font-size: 12px;}line{display: flex;width: 100%;height: 1px;background-color: rgba(66, 61, 60, 0.60);position: relative;align-items: center;justify-content: center;margin-top: 30px;margin-bottom: 30px;}line.short {width: 7%;margin: auto;background-color: rgba(66, 61, 60, 0.40);height: 2px;border-radius: 3px;margin-top: 10px;margin-bottom: 10px;}.h-icon{width: 32px;height: 32px;border-radius: 100px;background-color: var(--darker-smoke-black);display: flex;align-items: center;justify-content: center;font-size: 20px;color: rgba(66, 61, 60, 0.46);}#oho_logo{aspect-ratio: 1;width: 56px;position: absolute;border-radius: 100%;border: 7px solid var(--darker-smoke-black);background-image: url('../imgs/oho-logo_g.png');background-position: center;background-repeat: no-repeat;background-size: contain;background-color: var(--darker-smoke-black);}.xp_p-comment{display: flex;flex-direction: row;flex-wrap: nowrap;align-items: flex-start;justify-content: start;gap: 20px;}.main-cb.xp_p-comment{margin-top: 40px;}.xp_p-comment span{width: 21px;min-width: 21px;height: 20px;margin-top: 4px;background-image: url('../imgs/icon_comment-bubble.png');background-position: top center;background-repeat: no-repeat;background-size: contain;}.xp_p-comment p{color: var(--smoke-gray); font-style: italic; font-size: 14px;}ni{font-style: normal; display: inline-block;}.xp_list-entry{margin-top: 45px;margin-bottom: 50px;display: flex;flex-direction: column;flex-flow: column;}.le_banner{width: 100%;height: 270px;border-radius: var(--round-corners);display: flex;align-items: center;justify-content: center;position: relative;overflow: hidden;-webkit-box-shadow: 0px 5px 140px rgba(249, 110, 71, 0.26);-moz-box-shadow: 0px 5px 140px rgba(249, 110, 71, 0.26);-o-box-shadow: 0px 5px 140px rgba(249, 110, 71, 0.26);box-shadow: 0px 5px 140px rgba(249, 110, 71, 0.26);}.le_banner img{width: 100%;display: block;border: none;outline: none;position: absolute;z-index: 1;}.flame-smoke_layer{width: 100%;height: calc(100% + 14px);position: absolute;z-index: 2;background: rgb(255,74,39);background: linear-gradient(0deg, rgba(255,73,38,1) 0%, rgba(20,14,11,0.6) 100%);opacity: 0.4;}.xp_list-entry h2{font-family: 'Gotham Bold', sans-serif;font-size: 26px;margin-top: 30px;margin-bottom: 30px;}.source-info_table{width: 100%;display: grid;grid-template-columns: min-content auto;grid-template-rows: auto auto;column-gap: 20px;row-gap: 15px;margin-bottom: 25px;}.sit-title{font-family: 'Gotham Bold', sans-serif;}.xp_list-entry a{color: var(--cream-orange); font-family: 'Gotham Medium', sans-serif;}.xp_list-entry a:hover{color: var(--light-orange);}.seg-name{display: flex;flex-direction: row;flex-wrap: nowrap;align-items: baseline;width: 100%;font-family: 'Gotham Bold', sans-serif;font-size: 14px;color: var(--smoke-gray);margin-top: 12px;margin-bottom: 18px;}span.info-tooltip_btn{display: block;aspect-ratio: 1;height: 1em;background-image: url('../imgs/info-btn_icon.png');background-position: center;background-repeat: no-repeat;background-size: 100%;cursor: pointer;margin-left: 8px;}span.info-tooltip_btn:hover, span.info-tooltip_btn.active{background-image: url('../imgs/info-btn_icon-h.png');}.itb_close-btn{display: flex; align-items: center; justify-content: center; aspect-ratio: 1; height: 21px; position: absolute; right: 0px; top: -40px; cursor: pointer;}.itb_close-btn div {width: 90%; height: 2px; background-color: var(--smoke-gray); border-radius: 4px; position: absolute;}.itb_close-btn:hover > div {background-color: var(--light-gray);}.itb_close-btn div:nth-child(1){rotate: 45deg;}.itb_close-btn div:nth-child(2){rotate: -45deg;}.info-tooltip_box{padding: 20px;background-color: var(--darker-smoke-black);border: 1px solid #423d3c;border-left: 6px solid #423d3c;border-radius: 0px 4px 4px 0px;margin-left: 15px;font-size: 14px;font-family: 'Gotham Book', sans-serif;color: var(--light-gray);margin-bottom: 30px;position: relative;}.info-tooltip_box ul{padding-left: 15px; margin-bottom: 0px;}.info-tooltip_box ul li{margin-bottom: 10px;}.ratings_seg{width: 100%;height: 45px;min-height: 45px;display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;justify-content: space-between;border-radius: 100px;background-color: var(--dark-brown);font-family: 'amp bold', 'Gotham Bold', sans-serif;color: var(--pale-cream-orange);font-size: 13px;padding-left: 25px;padding-right: 25px;margin-bottom: 15px;}.ratings_seg div{display: flex;flex-direction: row;flex-flow: row;align-items: center;flex-wrap: nowrap;gap: 10px;}emoji{aspect-ratio: 1;height: 21px;display: block;background-position: center;background-repeat: no-repeat;background-size: 100%;}.fl-f{background-image: url('../imgs/fire-full_emoji.png');}.fl-h{background-image: url('../imgs/fire-half_emoji.png');}.fl-e{background-image: url('../imgs/fire-empty_emoji.png');}.dv-f{background-image: url('../imgs/devil-full_emoji.png');}.dv-h{background-image: url('../imgs/devil-half_emoji.png');}.dv-e{background-image: url('../imgs/devil-empty_emoji.png');}.hr-f{background-image: url('../imgs/heart-full_emoji.png');}.hr-h{background-image: url('../imgs/heart-half_emoji.png');}.hr-e{background-image: url('../imgs/heart-empty_emoji.png');}.media-c_seg{width: 100%;border-radius: var(--round-corners);background-color: var(--dark-brown);}.media-c_seg video {width: 100%; border: 0px; outline: 0px; border-radius: var(--round-corners);}.img-g, .img-g_exp{ padding: 25px 25px 30px 25px; display: flex; align-items: center; flex-flow: column;}.img-g a, .img-g_exp a{ display: flex; flex-flow: row; align-items: center; gap: 10px; }.video-cont{ width: 100%; overflow: hidden;}.imgs-grid{display: grid;grid-template-columns: repeat(4, 1fr);column-gap: 8px;row-gap: 8px;width: 100%;height: 425px;overflow-y: hidden;margin-bottom: 25px;position: relative;-webkit-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out;}.imgs-grid.TR{ height: fit-content; }.imgs-grid.expanded{ aspect-ratio: 1;height: 500px;overflow-y: scroll;-webkit-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out;}.imgs-grid div{background-color: rgba(58, 43, 40, 1);border-radius: var(--round-corners);height: min-content;}.img-g .imgs-grid div img{display: block;aspect-ratio: 1;border-radius: var(--round-corners);overflow: hidden;width: 100%;pointer-events: none;}.img-g_exp .imgs-grid div img{display: block;aspect-ratio: 1;border-radius: var(--round-corners);overflow: hidden;width: 100%;cursor: pointer;}.gd-layer{display: block;opacity: 1;position: absolute;bottom: 0px;z-index: 1;width: 100%;height: 40%;background: linear-gradient(0deg, rgba(45,33,30,1) 2%, rgba(45,33,30,0) 100%);-webkit-transition: opacity 0.25s ease-in-out;-moz-transition: opacity 0.25s ease-in-out;-o-transition: opacity 0.25s ease-in-out;transition: opacity 0.25s ease-in-out;}.gd-layer.hidden{ opacity: 0; -webkit-transition: opacity 0.25s ease-in-out;-moz-transition: opacity 0.25s ease-in-out;-o-transition: opacity 0.25s ease-in-out;transition: opacity 0.25s ease-in-out;}span.arrow-r{display: block;width: 9px;height: 13px;background-image: url('../imgs/arrow-r_icon.png');background-position: center;background-repeat: no-repeat;background-size: contain;}.view-g:hover > .arrow-r, .expnd-g:hover > .arrow-r{background-image: url('../imgs/arrow-r_icon-h.png');}.img-g_exp span.arrow-r{rotate: 90deg;}.p2_lc{display: flex; align-items: center; justify-content: center; flex-direction: column; flex-flow: column;}.p2_lc p{color: var(--smoke-gray); font-style: italic; font-size: 14px; margin-top: 20px;}#p2_btn{display: inline-flex;gap: 10px;align-items: center;border-radius: 6px;font-family: 'Gotham Bold', sans-serif;background-color: var(--light-orange);padding: 14px 20px;}#p2_btn:hover{background-color: var(--oho-orange);}.disabled{background-color: var(--smoke-gray) !important; opacity: 0.6; cursor:default;}.wa{background-image: url('../imgs/arrow-r_w_icon.png') !important;}@media (min-width: 1440px){body {font-size: calc(16px * 1.5); padding: 0px 0px calc(70px*1.5) 0px;}.media-c_seg video {border-radius: calc(var(--round-corners)*1.5);}#g-board {padding-top: calc(35px*1.5); padding-bottom: calc(50px*1.5);}.gb_cb {width: 1300px;}#gb_header {top: calc(-35px*1.5); padding-top: calc(15px*1.5); padding-bottom: calc(15px*1.5); margin-bottom: calc(25px*1.5); }#gb_exit {gap:calc(10px*1.5)}span.arrow-l {width: calc(9px*1.5); height: calc(13px*1.5);}#gb_title { gap: calc(10px*1.5); }#gb_header .img-count {font-size: calc(14px*1.5); padding: calc(4px*1.5) calc(8px*1.5); border-radius: 200px;}#gb_gallery-grid {-webkit-column-gap: calc(10px*1.5); column-gap: calc(10px*1.5); }#gb_gallery-grid img { border-radius: calc(6px*1.5); margin-bottom: calc(10px*1.5);}#pat-post_banner {height: calc(40px * 1.5);}.ppb_icon {width: calc(22px*1.5); height: calc(19px*1.5);}.ppb_link-wrapper {gap: calc(10px*1.5);}.main-cb {width: calc(720px*1.5);}.xp_intro {padding-top: calc(50px*1.5); padding-bottom: calc(37px*1.5);}.xp_intro h1 {font-size: calc(32px*1.5); margin-bottom: calc(25px*1.5);}.xp_intro p{margin-bottom: calc(25px*1.5);}#hltd{ display: inline-block; border-radius: 200px; padding: calc(6px*1.5) calc(12px*1.5); font-size: calc(12px*1.5); letter-spacing: calc(0.5pt*1.5);}.tags_wrapper {gap: calc(4px*1.5);}.xp-tags {padding: calc(4px*1.5) calc(7px*1.5); border-radius: calc(4px*1.5); font-size: calc(14px*1.5);}line {margin-top: calc(30px*1.5); margin-bottom: calc(30px*1.5);}line.short {margin-top: calc(10px*1.5); margin-bottom: calc(10px*1.5);}.h-icon {width: calc(32px*1.5); height: calc(32px*1.5); border-radius: 200px; font-size: calc(20px*1.5);}#oho_logo {width: calc(56px*1.5); border-width: calc(7px*1.5);}.xp_p-comment {gap: calc(20px*1.5);}.main-cb.xp_p-comment { margin-top: calc(50px*1.5);}.xp_p-comment span { width: calc(21px*1.5); min-width: calc(21px*1.5); height: calc(20px*1.5); margin-top: calc(4px*1.5);}.xp_p-comment p {font-size: calc(14px*1.5);}.xp_list-entry {margin-top: calc(45px*1.5); margin-bottom: calc(50px*1.5);}.le_banner {height: calc(270px*1.5); border-radius: calc( var(--round-corners)*1.5);}.xp_list-entry h2 {font-size: calc(26px*1.5); margin-top: calc(30px*1.5); margin-bottom: calc(30px*1.5);}.source-info_table {column-gap: calc(20px*1.5); row-gap: calc(15px*1.5); margin-bottom: calc(25px*1.5);}.seg-name {font-size: calc(14px*1.5); margin-top: calc(12px*1.5); margin-bottom: calc(18px*1.5);}span.info-tooltip_btn {height: calc(16px*1.5); margin-left: calc(8px*1.5);}.itb_close-btn{ height: calc(21px*1.5); top: calc(-40px*1.5);}.itb_close-btn div {width: 90%; height: calc(2px*1.5); border-radius: calc(4px*1.5); }.info-tooltip_box {padding: calc(20px*1.5); border-radius: 0px calc(4px*1.5) calc(4px*1.5) 0px; margin-left: calc(15px*1.5); font-size: calc(14px*1.5); margin-bottom: calc(30px*1.5);}.info-tooltip_box ul {padding-left: calc(15px*1.5);}.info-tooltip_box ul li{ margin-bottom: calc(10px*1.5);}.ratings_seg {height: calc(45px*1.5);min-height: calc(45px*1.5);border-radius: 200px;font-size: calc(13px*1.5);padding-left: calc(25px*1.5);padding-right: calc(25px*1.5);margin-bottom: calc(15px*1.5);}.ratings_seg div{ gap: calc(10px*1.5); }emoji{ height: calc(21px*1.5); }.media-c_seg{ border-radius: calc(var(--round-corners)*1.5);}.img-g, .img-g_exp{ padding: calc(25px*1.5) calc(25px*1.5) calc(30px*1.5) calc(25px*1.5); }.img-g a, .img-g_exp a{ gap: calc(10px*1.5);}.imgs-grid{column-gap: calc(8px*1.5); row-gap: calc(8px*1.5); height: calc(425px*1.5); margin-bottom: calc(25px*1.5);}.imgs-grid.expanded{height: calc(500px*1.5);}.imgs-grid div{border-radius: calc(var(--round-corners)*1.5);}.img-g .imgs-grid div img{border-radius: calc(var(--round-corners)*1.5);}.img-g_exp .imgs-grid div img{border-radius: calc(var(--round-corners)*1.5);}span.arrow-r{width: calc(9px*1.5); height: calc(13px*1.5);}.p2_lc p{ font-size: calc(14px*1.5); margin-top: calc(20px*1.5);}#p2_btn{gap: calc(10px*1.5); border-radius: calc(6px*1.5); padding: calc(14px*1.5) calc(20px*1.5);}}@media (max-width: 1169px) {.gb_cb{ width: 1024px;}}@media (max-width: 1023px) {.gb_cb{width: 720px;}#gb_gallery-grid{grid-template-columns: repeat(2, 1fr);}}@media (max-width: 719px) {.main-cb{width: 100%;margin: none;padding-left: 15px;padding-right: 15px;}.le_banner{height: 300px;}#g-board{padding-right: 15px; padding-left: 15px;}.gb_cb{width: 100%;}#gb_gallery-grid{grid-template-columns: repeat(2, 1fr);}}@media (max-width: 639px) {.le_banner{height: 250px;}.xp-tags{ font-size: 13px;}.ratings_seg{height: auto; border-radius: 8px; padding: 20px;}.ratings_seg div[title]{flex-direction: column; align-items: flex-start;}.ratings_seg div[title] div{flex-direction: row;}emoji{ height: 24px;}.img-g, .img-g_exp{ padding: 20px 20px 30px 20px; display: flex; align-items: center; flex-flow: column;}.imgs-grid{grid-template-columns: repeat(2, 1fr);height: 645px;}}