$color: #e31a4c; $border-color: #ee4352; $sub-color: #de848c; $title-color: #2f333f; @import url("/assets/fonts/nanum-gothic/nanumgothic.css"); html, body { height: 100%; } html { overflow-y: scroll; -webkit-text-size-adjust: none; } html.noScroll { overflow: hidden; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption, hgroup { margin: 0; padding: 0; } body, h1, h2, h3, h4, select, textarea, input, label, button { word-break: keep-all; color: #757575; font-size: 13px; font-family: "Nanum Gothic", Dotum, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 1.6; } article, aside, hgroup, header, footer, figure, figcaption, nav, section, time, mark, canvas, video, audio, details, summary { display: block; margin: 0; padding: 0; } iframe { border: none; } iframe.pop { width: 100%; } iframe.affiliates, iframe.affiliatelist, iframe.recruitlist { width: 100%; height: 293px; vertical-align: top; background: transparent; visibility: hidden; } iframe.jobs { width: 100%; height: 417px; vertical-align: top; background: transparent; visibility: hidden; } li { list-style: none; word-break: keep-all; } /* Space */ hr { clear: both; display: block; visibility: hidden; width: 1px; height: 40px !important; font-size: 0; line-height: 0; } /* Basic */ img { border: 0; } mark { display: inline-block; background-color: transparent; } small { font-size: 12px; } em, address, del, small { font-style: normal; } .no-border { border: none !important; } .clear { clear: both; } textarea { &::-webkit-scrollbar { width: 2px; } &::-webkit-scrollbar-track { background-color: #eaeaea; border-left: 1px solid #ccc; } &::-webkit-scrollbar-thumb { background-color: $sub-color; } &::-webkit-scrollbar-thumb:hover { background-color: #aaa; } scrollbar-base-color: #e4a8ae; scrollbar-arrow-color: #fff; } button { cursor: pointer; } .phone-icon { border-radius: 8px; } @mixin vertical-align { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .bold { font-weight: bold; } .noselect { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */ } .relative { position: relative; } input[readonly] { background: #f9f9f9 !important; } input:focus { outline: none; } ::selection { // background: $color; text-shadow: none; color: $color; } .select2-container { min-width: 70px; } // input.number { // text-align: right; // } .select2-container--default .select2-selection--single { min-width: 70px; } .bold { font-weight: bold; } #loading { display: none; position: fixed; z-index: 3000; top: 0; left: 0; height: 100%; width: 100%; background: rgba(255, 255, 255, 0) url("/assets/images/ajax_loading.gif") 50% 50% no-repeat; background-size: 50px; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } button { &:focus { outline: none; } } /* Start by setting display:none to make this hidden. Then we position it in relation to the viewport window with position:fixed. Width, height, top and left speak for themselves. Background we set to 80% white with our animation centered, and no-repeating */ .modal { display: none; position: fixed; z-index: 1000; top: 0; left: 0; height: 100%; width: 100%; background: rgba(255, 255, 255, 0.8) url("http://i.stack.imgur.com/FhHRx.gif") 50% 50% no-repeat; } /* When the body has the loading class, we turn the scrollbar off with overflow:hidden */ body.loading2 { overflow: hidden; } /* Anytime the body has the loading class, our modal element will be visible */ body.loading2 .modal { display: block; } .color-red { color: #ee4352 !important; } .font-sm { font-size: 12px; } ul { li { font-size: 13px; line-height: 1.2em; } } textarea { resize: none; text-align: left; padding: 10px; background: #fff; font-size: 13px; line-height: 20px; outline: none; } textarea:read-only { background: #fafafa !important; } .color-white { color: #fff !important; } .disable-scroll { /* disable scrollbar on both x and y axis */ overflow: hidden; /* disable scrollbar on x-axis only */ overflow-x: hidden; /* disable scrollbar on y-axis only */ overflow-y: hidden; /* disable scroll */ position: fixed; top: 0; left: 0; right: 0; bottom: 0; /* OPTIONAL: none of dom element will be click-able */ pointer-events: none; } .grayLayer { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background: #666; background: rgba(0, 0, 0, 0.5); z-index: 1079; } [class^="modal-"] { border: 1px solid #eee; padding: 30px; display: none; position: absolute; // z-index:50; z-index: 1080; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; .relative-box { position: relative; width: 100%; height: 100%; .close { position: absolute; top: -33px; right: -90px; width: 49px; height: 49px; background: url("/assets/images/mobile/right_close.png") center center no-repeat; cursor: pointer; &:hover { opacity: 0.7; } } } } .form-error.valid { margin: 0 !important; } .profile-round { border-radius: 50%; } .sub-color { color: $sub-color !important; } .form-error { text-align: left; color: #ff5a5f; font-size: 13px; } .bd-red { border-color: #f3cbcc !important; } .w30 { width: 30% !important; } .w33 { width: 33.3% !important; } .w40 { width: 40% !important; } .w49 { width: 49% !important; } .w50 { width: 50% !important; } .w60 { width: 60% !important; } .w70 { width: 70% !important; } .w25 { width: 25% !important; } .w100 { width: 100% !important; } .fsz-12 { font-size: 12px !important; } .fsz-13 { font-size: 13px !important; } .upper-case { text-transform: uppercase; } .select2-container--default .select2-selection--single .select2-selection__placeholder { font-size: 14px; } .select2-results__option[aria-selected] { font-size: 14px; text-align: left; } .select2-container--default .select2-selection--single .select2-selection__rendered { font-size: 14px; } .select2-results__option { font-size: 14px; } // a { // transition: all .3s; // &:hover { // opacity: 0.8 !important; // } // } .pt-10 { padding-top: 10px !important; } .pl-10 { padding-left: 10px !important; } .pd-10 { padding: 10px !important; } .pd-20 { padding: 20px !important; } .pd-30 { padding: 30px !important; } .mt-5 { margin-top: 5px !important; } .mt-10 { margin-top: 10px !important; } .mt-15 { margin-top: 15px !important; } .mt-20 { margin-top: 20px !important; } .mt-30 { margin-top: 30px !important; } .mt-50 { margin-top: 50px !important; } .mt-100 { margin-top: 100px !important; } .mb-5 { margin-bottom: 5px !important; } .mb-10 { margin-bottom: 10px !important; } .mb-15 { margin-bottom: 15px !important; } .mb-20 { margin-bottom: 20px !important; } .mb-30 { margin-bottom: 30px !important; } .mb-50 { margin-bottom: 50px !important; } .mb-100 { margin-bottom: 100px !important; } .ml-5 { margin-left: 5px !important; } .ml-10 { margin-left: 10px !important; } .ml-15 { margin-left: 15px !important; } .ml-20 { margin-left: 20px !important; } .mr-5 { margin-right: 5px !important; } .mr-10 { margin-right: 10px !important; } .mr-15 { margin-right: 15px !important; } .mr-20 { margin-right: 20px !important; } .display-block { display: block !important; } .tac { text-align: center !important; } .tar { text-align: right !important; } .tal { text-align: left !important; } .fll { float: left; } .flr { float: right; } .inline-block { display: inline-block; } .ovh { overflow: hidden; } .base-container { width: 1005px; margin: 0 auto; } .outer-container { width: 1597px; min-width: 1200px; max-width: 95%; margin: 0 auto; position: relative; } .upper-bar { border-top: 6px solid #e11a4d; height: 8px; width: 95%; margin: auto; } .layout-container { background: #ccc; } ul { display: inline-block; overflow: hidden; } .blur { -webkit-filter: blur(2px); -moz-filter: blur(2px); -o-filter: blur(2px); -ms-filter: blur(2px); filter: blur(2px); } a { text-decoration: none; } ul { overflow: hidden; } img { -ms-interpolation-mode: bicubic !important; } .layout-footer { z-index: 11; margin-top: -100px; padding-bottom: 50px; overflow: hidden; .base-container { padding-top: 20px; border-top: 1px solid #6f0406; &.inner-footer { padding-top: 30px; } .footer-logo { width: 10%; float: left; } .right-area { width: 90%; float: left; box-sizing: border-box; padding-left: 20px; .row-1 { margin-bottom: 30px; margin-top: 23px; > ul { display: inline-block; > li { float: left; a { font-size: 14px; color: #640508; transition: all 0.3s; &:hover { transition: all 0.3s; color: #fff; } } &.separator { color: #640508; margin: 0 10px; } } } .icon-box { float: right; ul { li { background: rgba(0, 0, 0, 0.2); padding: 0 7px; border-radius: 4px; span.font { display: inline-block; color: #fff; line-height: 24px; } span.cross { font-size: 20px; color: #db1a48; font-weight: bold; margin-left: 3px; vertical-align: middle; } } } } } .row-2 { span { color: #640508; } color: #640508; } } } } .layout-header { width: 700px !important; .header-container { margin-top: 25px; margin-bottom: 10px; > div { display: inline-block; vertical-align: middle; } } ul.menu { display: inline-block; > li { float: left; a { font-size: 15px; // line-height: 23px; color: #fff; transition: all 0.3s; opacity: 1; &:hover { transition: all 0.3s; opacity: 0.7; } img.header-logo { width: 120px; } } &.separator { color: #fff; margin: 0 20px; font-size: 18px; font-family: "Open Sans Condensed", sans-serif; line-height: 15px; } &.sns { margin-left: 23px; a { font-size: 21px; // line-height: 43px; color: #fff; transition: all 0.3s; opacity: 1; &:hover { transition: all 0.3s; opacity: 0.7; } } } } } // ul.sns { // display: inline-block; // float: right; // >li { // float: left; // margin-left: 20px; // a { // font-size: 23px; // // line-height: 43px; // color: #fff; // transition: all .3s; // opacity: 1; // &:hover { // transition: all .3s; // opacity: 0.7; // } // // } // // } // } } //start from here .promotion { width: 100%; max-width: 100%; overflow: hidden; background: url("/assets/images/front/promotion/main/bg.png") repeat; .inner-width { width: 1080px; margin: auto; } .inner-container { min-height: 100vh; } .main-content { padding: 60px 0 60px 0; .title-text1 { text-align: center; color: #fff; font-size: 20px; opacity: 0.6; .highlight { font-weight: bold; } } .title-image { margin-top: 50px; margin-bottom: 40px; position: relative; .hand { position: absolute; right: 13px; top: -157px; } } .title-text2 { text-align: center; color: #fff; font-size: 14px; opacity: 0.8; .highlight { font-weight: bold; } } .title-buttons { margin-top: 60px; text-align: center; a { padding: 7px 25px; background: #fff; color: #f4193f; font-size: 18px; letter-spacing: -1px; font-weight: bold; border-radius: 8px; -moz-box-shadow: inset 0 0 7px #000000; -webkit-box-shadow: inset 0 0 7px #000000; box-shadow: inset 0 0 7px #000000; opacity: 1; &:first-child { margin-right: 7px; } &:hover { transition: all 0.3s; opacity: 0.7; } } } .title-episodes { // margin-top: 60px; // margin-bottom: 60px; overflow: hidden; a { width: 49%; &:first-child { float: left; } &:last-child { float: right; } opacity: 1; &:hover { transition: all 0.3s; opacity: 0.7; } img { width: 100%; height: 176px; } } } .title-intro { .inner-intro { margin-top: 60px; } } } .slider-box { width: 100%; height: 415px; display: list-item; } .detail-content { padding: 0 0 60px 0; .navigation { text-align: center; margin-top: 40px; margin-bottom: 160px; span { display: inline-block; margin: 0 20px; a { color: #fff; font-weight: bold; opacity: 0.5; font-size: 15px; &.active { opacity: 1; } } } img { display: inline-block; width: 6px; vertical-align: middle; } } .episode-content { width: 600px; margin: auto; position: relative; img.figure { position: absolute; top: -60px; left: -80px; z-index: 1; } > div { text-align: center; } .title-1 { z-index: 2; color: #fff; font-size: 16px; } .title-2 { position: relative; z-index: 2; color: #fff; font-size: 40px; letter-spacing: 1px; // background: #000; } .title-3 { z-index: 2; position: relative; background: #fff; border-radius: 50px; color: #e31a4c; padding: 0; font-size: 20px; width: 48%; margin: auto; } .image-area { position: relative; z-index: 2; margin-top: 60px; overflow: hidden; img { width: 49%; &:nth-child(odd) { float: left; } &:nth-child(even) { float: right; } margin-bottom: 10px; } } .text-area { margin-top: 40px; font-size: 12px; text-align: left; color: #fff; } .button-area { margin-top: 60px; text-align: center; a { padding: 7px 25px; background: #fff; color: #f4193f; font-size: 18px; letter-spacing: -1px; font-weight: bold; border-radius: 8px; -moz-box-shadow: inset 0 0 7px #000000; -webkit-box-shadow: inset 0 0 7px #000000; box-shadow: inset 0 0 7px #000000; opacity: 1; &:first-child { margin-right: 7px; } &:nth-child(2) { margin-right: 7px; } &:hover { transition: all 0.3s; opacity: 0.7; } } } } } } .promotion-m { .header { text-align: center; height: initial !important; margin-bottom: 15px; img { display: inline-block; margin: 20px auto; width: 50%; } .header-m { ul.menu { width: 100%; display: inline-block; > li { float: left; width: 30%; a { font-size: 15px; line-height: 15px; font-weight: 500; color: #333; transition: all 0.3s; opacity: 1; &:hover { transition: all 0.3s; opacity: 0.7; } } &.separator { color: #333; margin: 0 1%; font-size: 15px; font-family: "Open Sans Condensed", sans-serif; width: initial; } } } } } .upper { background: url("/assets/images/front/promotion/main/bg.png") repeat; .img-box { text-align: right; img { width: 80%; } } .title-text2 { text-align: center; color: #fff; font-size: 14px; opacity: 0.8; width: 80%; margin: 0 auto 30px auto; font-weight: lighter; .highlight { font-weight: bold; } } .title-buttons { margin-top: 60px; margin-bottom: 100px; text-align: center; a { padding: 10px 20px; background: #fff; color: #f4193f; font-size: 15px; letter-spacing: -1px; font-weight: bold; border-radius: 8px; -moz-box-shadow: inset 0 0 7px #000000; -webkit-box-shadow: inset 0 0 7px #000000; box-shadow: inset 0 0 7px #000000; opacity: 1; &:first-child { margin-right: 7px; } &:hover { transition: all 0.3s; opacity: 0.7; } } } .title-episodes { margin-top: 60px; // margin-bottom: 60px; overflow: hidden; a { width: 100%; opacity: 1; &:hover { transition: all 0.3s; opacity: 0.7; } img { width: 100%; } } } .title-intro { overflow: hidden; .inner-intro { // margin-top: 60px; overflow: hidden; img { display: inline-block; width: 100%; } } } } .layout-footer { margin-top: -1px; background: url("/assets/images/front/promotion/main/bg.png") repeat; padding: 15px; padding-top: 0px; .base-container { width: 100%; padding-top: 20px; border-top: 1px solid #6f0406; &.inner-footer { // padding-top: 30px; } .footer-logo { width: 20%; float: left; } .right-area { width: 80%; float: left; box-sizing: border-box; .row-1 { margin-bottom: 30px; margin-top: 23px; > ul { display: block; > li { float: left; a { font-size: 11px; // line-height: 25px; color: #640508; transition: all 0.3s; &:hover { transition: all 0.3s; color: #fff; } } &.separator { color: #640508; margin: 0 3px; } } } .icon-box { text-align: right; display: block; float: none !important; ul { float: none !important; .footer-btn { padding: 3px 7px; margin-top: 5px; } li { background: rgba(0, 0, 0, 0.2); padding: 0 7px; border-radius: 4px; span.font { display: inline-block; color: #fff; font-size: 11px; } span.cross { font-size: 12px; color: #db1a48; font-weight: bold; margin-left: 3px; vertical-align: middle; } } } } } .row-2 { font-size: 12px; span { color: #640508; } color: #640508; } } } } .details { background: url("/assets/images/front/promotion/main/bg.png") repeat; .upper-banner { width: 100%; } .navigation { text-align: center; margin-top: 40px; margin-bottom: 30px; span { display: inline-block; margin: 10px; border: 1px solid #cc2f3e; padding: 7px; a { color: #fff; font-weight: bold; opacity: 0.5; font-size: 15px; &.active { opacity: 1; } } } img { display: inline-block; width: 6px; vertical-align: middle; } } .episode-content { width: 90%; margin: auto; position: relative; padding: 50px 0; img.figure { position: absolute; top: -60px; left: -80px; z-index: 1; display: none; } > div { text-align: center; } .title-1 { z-index: 2; color: #fff; font-size: 15px; margin-bottom: 10px; } .title-2 { position: relative; z-index: 2; color: #fff; font-size: 18px; letter-spacing: 1px; // background: #000; } .title-3 { z-index: 2; position: relative; background: #fff; border-radius: 50px; color: #e31a4c; padding: 0 10px; font-size: 16px; width: 48%; margin: auto; } .image-area { position: relative; z-index: 2; margin-top: 60px; overflow: hidden; img { width: 49%; &:nth-child(odd) { float: left; } &:nth-child(even) { float: right; } margin-bottom: 10px; } } .text-area { margin-top: 40px; font-size: 14px; text-align: left; color: #fff; } .button-area { margin-top: 60px; text-align: center; a { padding: 10px 20px; background: #fff; color: #f4193f; font-size: 15px; letter-spacing: -1px; font-weight: bold; border-radius: 8px; -moz-box-shadow: inset 0 0 7px #000000; -webkit-box-shadow: inset 0 0 7px #000000; box-shadow: inset 0 0 7px #000000; opacity: 1; &:first-child { margin-right: 7px; } &:nth-child(2) { margin-right: 7px; } &:hover { transition: all 0.3s; opacity: 0.7; } } } } } } .drake { height: 100vh; background: url("/assets/images/front/promotion/barberdrake/pc/bg.png") repeat; .pc-display { width: 1200px; margin: auto; // height: 100vh; } .fll { width: 60%; position: relative; .title { margin-top: 5vh; // margin-top: 10vh; display: block; margin-left: -56px; height: 30vh; } .text { display: block; margin-bottom: 20px; height: 30vh; } .badge { position: absolute; top: 39vh; right: 0; width: 200px; } .btn-box { cursor: pointer; margin-top: 3vh; border: 1px solid #fff; padding: 20px; width: 13vw; display: flex; justify-content: space-between; align-items: center; .apply-btn { display: inline-block; } .arrow { float: right; } } } .flr { width: 40%; position: relative; img { position: absolute; height: 100vh; top: 0; left: 0; } } } @media only screen and (min-width: 769px) { .modal-drake { position: relative; height: 450px !important; .step2 { height: 100%; display: flex; justify-content: center; align-items: center; box-sizing: border-box; img { margin: 0 !important; } } } } .drake-m { // height: 100vh; background: url("/assets/images/front/promotion/barberdrake/mobile/bg.png") repeat; .mobile { // background: url("/assets/images/front/promotion/barberdrake/mobile/main.png") no-repeat; // margin-bottom: 0 !important; // height: 100vh; width: 100%; img { width: 100%; } } }