* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-word;
    -webkit-text-size-adjust: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    height: 100%;
    overflow-y: scroll;
    font-size: 14px;
}

html.scroll_no {
    overflow-y: hidden;
}

body {
    height: 100%;
    line-height: 1.7;
    background-color: #fff;
    font-family: Noto Sans KR, Montserrat, dotum, sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    color: #221614;
}

nav,
ol,
ul {
    list-style: none;
}

button,
img,
input,
label,
select {
    vertical-align: middle;
}

label {
    cursor: pointer;
}

button,
input {
    margin: 0;
    padding: 0;
    font-family: Noto Sans KR, Montserrat, dotum, sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    color: #221614;
}

table input[type=date],
table input[type=number],
table input[type=password],
table input[type=text] {
    width: 100%;
    border: 1px solid #d1d1d1;
}

button {
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

button * {
    vertical-align: middle;
}

select,
textarea {
    font-family: Noto Sans KR, Montserrat, dotum, sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    color: #221614;
}

select {
    width: 100px;
    height: 30px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 0 6px;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    font-size: 13px;
    color: #666;
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
}

address,
cite,
em,
i {
    font-style: normal;
}

a:link,
a:visited {
    color: #221614;
    text-decoration: none;
}

a:active,
a:focus,
a:hover {
    color: #221614;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: underline;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset {
    min-width: 0;
}

button,
input:not([type=radio]):not([type=checkbox]),
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

caption {
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

legend {
    line-height: 0;
    font-size: 0;
}

.access,
legend {
    position: absolute;
    top: 0;
    left: -9999px;
    text-indent: -9999px;
}

.access {
    overflow: hidden;
    visibility: hidden;
    color: rgba(0, 0, 0, 0);
}

::-moz-placeholder {
    color: #999;
}

::-ms-input-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999 !important;
}

::-webkit-input-placeholder {
    color: #999;
}

::placeholder {
    color: #999;
}

@font-face {
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 100;
    src: url(/assets/fonts/NotoSansKR-Thin.woff) format("woff"), url(/assets/fonts/NotoSansKR-Thin.otf) format("opentype");
}

@font-face {
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 300;
    src: url(/assets/fonts/NotoSansKR-Light.woff) format("woff"), url(/assets/fonts/NotoSansKR-Light.otf) format("opentype");
}

@font-face {
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/NotoSansKR-Regular.woff) format("woff"), url(/assets/fonts/NotoSansKR-Regular.otf) format("opentype");
}

@font-face {
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 500;
    src: url(/assets/fonts/NotoSansKR-Medium.woff) format("woff"), url(/assets/fonts/NotoSansKR-Medium.otf) format("opentype");
}

@font-face {
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 700;
    src: url(/assets/fonts/NotoSansKR-Bold.woff) format("woff"), url(/assets/fonts/NotoSansKR-Bold.otf) format("opentype");
}

@font-face {
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 900;
    src: url(/assets/fonts/NotoSansKR-Black.woff) format("woff"), url(/assets/fonts/NotoSansKR-Black.otf) format("opentype");
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 100;
    src: url(/assets/fonts/Montserrat-Thin.woff) format("woff"), url(/assets/fonts/Montserrat-Thin.otf) format("opentype");
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: url(/assets/fonts/Montserrat-Light.woff) format("woff"), url(/assets/fonts/Montserrat-Light.otf) format("opentype");
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/Montserrat-Regular.woff) format("woff"), url(/assets/fonts/Montserrat-Regular.otf) format("opentype");
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(/assets/fonts/Montserrat-Medium.woff) format("woff"), url(/assets/fonts/Montserrat-Medium.otf) format("opentype");
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(/assets/fonts/Montserrat-Bold.woff) format("woff"), url(/assets/fonts/Montserrat-Bold.otf) format("opentype");
}

.only-desktop {
    display: block;
}

.only-mobile {
    display: none;
}

body {
    background-color: #f0e8dc;
}

.en {
    font-family: Montserrat, Noto Sans KR, sans-serif;
}

.f_weight_en {
    font-weight: 500 !important;
}

.btn_link {
    display: inline-block;
    margin-top: 60px;
    vertical-align: top;
    height: 60px;
    line-height: 58px;
    padding: 0 104px 0 26px;
    font-family: Montserrat, Noto Sans KR, sans-serif;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #111;
    background: url(/static/img/btn_link_arrow.png) #fff no-repeat;
    background-position: calc(100% - 20px) 50%;
    background-size: 7px 10px;
    text-decoration: none !important;
}

.btn_link.type2 {
    background: url(/static/img/btn_link_type2.png) #111 no-repeat;
    background-position: calc(100% - 20px) 50%;
    background-size: 7px 10px;
    font-weight: 400;
    color: #fff;
}

.bsn_link .btn_link {
    width: 100%
}

.btn_top {
    z-index: 100;
    position: absolute;
    bottom: 110%;
    left: 50%;
    margin-left: 32%;
    width: 56px;
    height: 56px;
    background: url(/static/img/icon_btn_top.png) #000 no-repeat 50%;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
    outline: none;
}

.btn_buy {
    display: inline-block;
    vertical-align: top;
    height: 35px;
    line-height: 35px;
    padding: 0 40px;
}

.btn_buy,
.btn_buy:active,
.btn_buy:focus,
.btn_buy:hover {
    background-color: #451a02;
    color: #fff !important;
}

.btn_buyQuick {
    width: 86px;
    height: 86px;
    background: url(/static/img/ico_buy_quick.png) #451a02 no-repeat 50% 44%;
    border-radius: 100%;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
    outline: none;
}

.btn_buyQuick:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 100%
}

.btn_buyQuick.location_portDetail {
    z-index: 600;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: 700px;
    margin-top: -258px;
}

.btn_buyQuick.location_finderResult {
    z-index: 600;
    position: absolute;
    top: 590px;
    right: -14px;
}

#wrap {
    -webkit-transition: all 2s;
    transition: all 2s;
    min-width: 1280px;
}

#wrap.bg_gray {
    background-color: #e3e1de;
}

#header {
    z-index: 900;
    min-width: 1280px;
    position: fixed;
    padding: 33px 0;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .1s;
    transition: all .1s;
}

#header,
#header.type2 {
    background-color: rgba(0, 0, 0, 0);
}

#header.absol,
#header.absolzindex {
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
}

#header.absolzindex {
    z-index: 999;
}

#header .inner {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

#header h1 {
    position: absolute;
    top: 50%;
    left: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header h1 a {
    overflow: hidden;
    display: block;
    width: 209px;
    height: 33px;
    font-size: 30px;
    background: url(/static/img/gnbLogo2.svg) no-repeat;
    background-size: 100%;
    text-decoration: none;
    outline: none;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s;
    transition: all .3s;
}

#header #nav {
    padding-left: 240px;
    text-align: right;
}

#header #nav .gnb>ul {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    flex-wrap: nowrap;
    vertical-align: top;
    white-space: nowrap;
}

#header #nav .gnb>ul:after {
    content: "";
    clear: both;
    display: block;
}

#header #nav .gnb>ul>li {
    position: relative;
    flex: 0 0 auto;
    float: none;
    margin-left: 0;
}

#header #nav .gnb>ul>li:first-child {
    margin-left: 0;
}

#header #nav .gnb>ul>li>a.active span {
    font-weight: 700;
}

#header #nav .gnb>ul>li>a {
    z-index: 10;
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
}

#header #nav .gnb>ul>li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #222;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

#header #nav .gnb>ul>li>a:hover:after {
    opacity: 1;
}

#header #nav .gnb>ul>li>a span {
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    text-transform: uppercase;
}

#header #nav .gnb>ul>li>a:hover span {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -7);
    -ms-transform: matrix(1, 0, 0, 1, 0, -7);
    transform: matrix(1, 0, 0, 1, 0, -7);
}

#header #nav .gnb>ul>li .dp2 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 40px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#header #nav .gnb>ul>li.active .dp2 {
    visibility: visible;
    opacity: 1;
}

#header #nav .gnb>ul>li.ls_port .dp2,
#header #nav .gnb>ul>li.ls_story .dp2 {
    width: 170px;
}

#header #nav .gnb .dp2 .lists {
    padding: 10px 0;
    background-color: #f2f2f2;
}

#header #nav .gnb .dp2 .lists h3 {
    padding: 5px 15px 0;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #111;
}

#header #nav .gnb .dp2 .lists h3 a {
    display: block;
    text-decoration: none;
}

#header #nav .gnb .dp2 .lists h3 a:hover {
    font-weight: 700;
}

#header #nav .gnb .dp2 .lists h3+ul {
    margin-top: 6px;
}

#header #nav .gnb .dp2 .lists>ul>li>a {
    display: block;
    padding: 3px 15px;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
    font-family: Montserrat, sans-serif;
    color: #111;
    text-decoration: none;
}

#header #nav .gnb .dp2 .lists>ul>li>a:hover {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}

#header .utill {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header .utill>li {
    float: left;
    margin-left: 28px;
}

#header .utill>li:first-child {
    float: left;
    margin-left: 0;
}

#header .utill>li>a {
    display: block;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
}

#header.active {
    padding: 24px 0;
    background-color: #f0e8dc;
}

#header.active h1 a {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

.gnb.gnb-onlypc {
    display: block !important;
}

.gnb.gnb-onlymobile {
    display: none !important;
}

#container {
    position: relative;
}

#subContent {
    padding-top: 144px;
}

#footer {
    position: relative;
    padding: 120px 0;
    background-color: #242424;
}

#footer .cont {
    text-align: center;
}

#footer .cont .address {
    display: none;
    margin-top: 66px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

#footer .cont .address span {
    display: block;
}

#footer .cont .copy_right {
    font-family: Montserrat, sans-serif;
    margin-top: 25px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

#footer .cont .indi_info_wrap {
    margin-top: 27px;
    text-align: center;
}

#footer .cont .indi_info_wrap .btn_indi {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 26px;
    margin: 0 4px;
    padding: 0 49px 0 16px;
    border: 1px solid #666;
    background: url(/static/img/footer_btn_indi_arrow.png) no-repeat;
    background-position: calc(100% - 14px) 50%;
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    text-decoration: none;
    text-align: left;
}

.buy_popup {
    display: none;
}

.buy_popup.active {
    display: block;
}

.buy_pop_mask {
    z-index: 1100;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.buy_pop_cont {
    z-index: 1200;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 710px;
    height: 650px;
    padding: 36px 50px 26px;
    margin-left: -355px;
    margin-top: -325px;
    background-color: #fff;
}

.buy_pop_cont .heading .title {
    line-height: 1.5;
    font-size: 30px;
    font-weight: 700;
    color: #211e1f;
    text-align: center;
}

.buy_pop_cont .guide {
    margin-top: 22px;
    padding: 19px 0;
    background-color: #f3f3f3;
    text-align: center;
}

.buy_pop_cont .guide .desc {
    font-size: 18px;
}

.buy_pop_cont .guide .desc .buy_name {
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-weight: 700;
}

.buy_pop_cont .little_heading {
    margin-top: 10px;
}

.buy_pop_cont .little_heading .title {
    width: 230px;
    height: 34px;
    line-height: 34px;
    background-color: #f0e8dc;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border-radius: 18px 18px 0 0;
}

.buy_pop_cont .b_advice {
    padding: 15px 10px 0;
}

.buy_pop_cont .b_advice .title {
    font-size: 15px;
    font-weight: 400;
}

.buy_pop_cont .b_advice .desc {
    line-height: 18px;
    margin-top: 2px;
    font-size: 13px;
    font-weight: 300;
    color: #111;
}

.buy_pop_cont .b_advice .desc span {
    display: block;
}

.buy_pop_cont .btn_popClose {
    position: absolute;
    top: 18px;
    right: 36px;
    width: 50px;
    height: 50px;
    background: url(/static/img/btn_buy_popClose.png) no-repeat 50%;
    background-size: 22px 22px;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
}

.buy_table {
    border-top: 1px solid #333;
}

.buy_table table {
    width: 100%
}

.buy_table table tbody tr+tr td,
.buy_table table tbody tr+tr th {
    border-top: 1px solid #ccc;
}

.buy_table table tbody tr:last-child td,
.buy_table table tbody tr:last-child th {
    border-bottom: 1px solid #ccc;
}

.buy_table table .txt_left {
    text-align: left !important;
}

.buy_table table .txt_center {
    text-align: center !important;
}

.buy_table table .txt_right {
    text-align: right !important;
}

.buy_table table thead th {
    padding: 10px 10px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

.buy_table table tbody td,
.buy_table table tbody th {
    padding: 10px;
}

.buy_table table tbody td,
.buy_table table tbody th {
    text-align: left;
}

.buy_table .pop_logo {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
}

.buy_table .pop_logo.logo_emart {
    width: 126px;
    height: 30px;
    background-image: url(/static/img/logo_pop_emart.png);
}

.buy_table .pop_logo.logo_lottemart {
    width: 122px;
    height: 30px;
    background-image: url(/static/img/logo_pop_lottemart.png);
}

.buy_table .b_price {
    padding-left: 18px;
    background: url(/static/img/ico_won.png) no-repeat 0 50%;
    font-size: 18px;
    font-weight: 700;
}

@media screen and (max-width:1700px) {
    .btn_buyQuick.location_portDetail {
        margin-left: 670px;
    }
}

@media screen and (max-width:1560px) {
    .btn_buyQuick.location_portDetail {
        margin-left: 520px;
    }
}

@media screen and (max-width:1400px) {

    #header,
    #header.active {
        padding-left: 40px;
        padding-right: 40px;
    }

    #header .inner {
        width: 100%;
        margin: 0;
    }

    #header h1 {
        left: 0;
    }

    #header #nav {
        padding-left: 220px;
    }

    #header #nav .gnb>ul>li.ls_finder img {
        height: 22px !important;
    }
}

.wrap_txtC {
    position: relative;
    margin: 20px 0;
    text-align: center;
}

.wrap_txtC.mg0 {
    margin: 0;
}

.btn_finder {
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    font-family: Montserrat, Noto Sans KR, sans-serif;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #111;
    color: #111;
    outline: none;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.btn_finder.active,
.btn_finder:hover {
    height: 50px;
    background-color: #111;
    border: 1px solid #111;
    color: #fff;
    outline: none;
}

.btn_finder.none {
    padding: 0 80px;
    background-image: none;
}

.btn_finder_block {
    height: 35px;
    background-color: #0a0a0a;
    font-size: 13px;
    color: #fff;
    outline: none;
}

.btn_finder_block .arr {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 6px;
    height: 8px;
    margin-right: 4px;
    background: url(/static/img/arr_right_white.png) no-repeat;
    vertical-align: middle;
}

.btn_submit {
    width: 190px;
    height: 60px;
    background-color: #111;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}

.btn_submit .arr {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 7px;
    height: 10px;
    margin-left: 12px;
    background: url(/static/img/arr_right_white_big.png) no-repeat;
    vertical-align: middle;
    background-size: 7px 10px;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
}

.tbl_chkAgree {
    margin: 8px 0;
}

.tbl_chkAgree>ul>li {
    position: relative;
    padding-left: 22px;
}

.tbl_chkAgree>ul>li input[type=checkbox] {
    z-index: -1;
    position: absolute;
    width: 1px;
    height: 1px;
    top: 50%;
    left: 2px;
}

.tbl_chkAgree>ul>li label {
    font-size: 15px;
    font-weight: 400;
}

.tbl_chkAgree>ul>li label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    margin-top: -6px;
    background: url(/static/img/tbl_chkAgree_check_off.png) no-repeat;
}

.tbl_chkAgree>ul>li input[type=checkbox]:checked+label:after {
    background: url(/static/img/tbl_chkAgree_check_on.png) no-repeat;
}

.heading_finder {
    padding-top: 230px;
    text-align: center;
}

.heading_finder.type2 {
    padding-top: 148px;
}

.heading_finder h2 {
    font-family: Montserrat, sans-serif;
    line-height: 1.5;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.heading_finder .desc {
    margin-top: 15px;
    font-size: 20px;
    color: #323031;
    text-align: center;
}

.heading_finder .desc strong {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}

.heading_finder.type2 .desc {
    margin-top: 0;
}

.step1_start .product>ul {
    display: inline-block;
    vertical-align: top;
}

.step1_start .product>ul>li {
    margin-left: 16px;
    float: left;
}

.step1_start .product>ul>li:first-child {
    margin-left: 0;
}

.step2_play {
    z-index: 910;
    width: 1400px;
    margin: 0 auto;
    padding: 185px 30px 50px;
}

#Navigator,
.step2_play {
    position: relative;
    overflow: hidden;
}

#Navigator {
    height: 4px;
}

#Navigator .inner {
    position: absolute;
    top: 0;
    left: 50%;
    width: 289px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

#Navigator .inner .slide {
    position: relative;
}

#Navigator .inner .slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

#Navigator .inner .slide .slick-slide {
    height: 4px;
    background-color: #cec4bd;
}

#Navigator .inner .slide div {
    height: 4px;
    vertical-align: top;
}

#Navigator .inner #actionBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 16.6666%;
    height: 100%;
    background-color: #211e1f;
    -webkit-transition: all 1s;
    transition: all 1s;
}

#StepCont {
    margin-top: 32px;
}

#StepCont,
#StepCont .slide {
    position: relative;
}

#StepCont .slide h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 1.2;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

#StepCont .slide h3 .subs {
    display: block;
    margin-top: 13px;
    line-height: 1.2;
    font-size: 22px;
    font-weight: 400;
}

#StepCont .slide h3 .guide {
    display: block;
    margin-top: 14px;
    line-height: 1.2;
    font-size: 15px;
    font-weight: 400;
    color: #999;
}

#StepCont .slick-arrow {
    overflow: hidden;
    z-index: 100;
    position: absolute;
    top: 0;
    width: 28px;
    height: 52px;
    background-image: url(/assets/images/dd621ca524aded0ed08c0d2e3b09b91f.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
    outline: none;
}

#StepCont .slick-arrow.slick-disabled {
    opacity: .3;
    background-position: 0 -52px;
}

#StepCont .slick-prev {
    left: 0;
}

#StepCont .slick-next {
    right: 0;
}

#StepCont .slideCont {
    position: relative;
    padding: 86px 0 112px;
}

#StepCont .slideCont .check_area {
    padding: 90px 100px 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#StepCont .slideCont .check_area.type2 {
    padding: 62px 100px 0;
}

#StepCont .slideCont .check_area.lots {
    padding: 90px 0 0;
}

#StepCont .slideCont .check_area>ul {
    display: table;
}

#StepCont .slideCont .check_area>ul>li {
    position: relative;
    display: table-cell;
    width: 1%;
    vertical-align: middle;
}

#StepCont .slideCont .check_area>ul>li input[type=radio] {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    visibility: hidden;
}

#StepCont .slideCont .check_area label {
    display: block;
    border: 4px solid rgba(0, 0, 0, 0);
    outline: none;
}

#StepCont .slideCont .check_area .wrap_prd {
    display: block;
}

#StepCont .slideCont .check_area .wrap_prd .imgs {
    display: block;
    position: relative;
    top: 0;
    overflow: hidden;
    width: 230px;
    height: 230px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#StepCont .slideCont .check_area label:hover .imgs {
    position: relative;
    z-index: 100;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -30);
    -ms-transform: matrix(1, 0, 0, 1, 0, -30);
    transform: matrix(1, 0, 0, 1, 0, -30);
}

#StepCont .slideCont .check_area>ul>li input[type=radio]:disabled+label {
    cursor: default;
}

#StepCont .slideCont .check_area>ul>li input[type=radio]:disabled+label .imgs,
#StepCont .slideCont .check_area>ul>li input[type=radio]:disabled+label .txts {
    opacity: .2;
}

#StepCont .slideCont .check_area>ul>li input[type=radio]:disabled+label:hover .imgs {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#StepCont .slideCont .check_area>ul>li input[type=radio].acidity:disabled+label .imgs {
    opacity: .2;
    -webkit-filter: grayscale(0);
    filter: none;
}

#StepCont .slideCont .check_area>ul>li input[type=radio].acidity:disabled+label .txts {
    opacity: .2;
}

#StepCont .slideCont .check_area.type2 .wrap_prd .imgs {
    width: 300px;
    height: 300px;
}

#StepCont .slideCont .check_area .wrap_prd .imgs img {
    width: 100%;
    height: auto;
    pointer-events: none;
}

#StepCont .slideCont .check_area .wrap_prd .txts {
    position: relative;
    display: block;
    margin-top: 28px;
}

#StepCont .slideCont .check_area .wrap_prd .txts:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -70px;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(149, 132, 111, .7);
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    filter: url('data:image/svg+xml; charset=utf-8, <svg xmlns="http: //www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

#StepCont .slideCont .check_area label:hover .wrap_prd .txts:after {
    top: -90px;
    width: 170px;
    height: 50px;
    opacity: .7;
}

#StepCont .slideCont .check_area.img2 label:hover .wrap_prd .txts:after {
    top: -150px;
    width: 150px;
    height: 70px;
}

#StepCont .slideCont .check_area.img3 label:hover .wrap_prd .txts:after {
    top: -147px;
    width: 111px;
    height: 70px;
}

#StepCont .slideCont .check_area>ul>li input[type=radio]:disabled+label:hover .wrap_prd .txts:after {
    background: none;
    opacity: 0;
}

#StepCont .slideCont .check_area .wrap_prd .txts .tit1,
#StepCont .slideCont .check_area .wrap_prd .txts .tit2 {
    display: block;
    font-size: 18px;
    text-align: center;
}

#StepCont .slideCont .check_area .txts .tit1 {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    font-size: 19px;
    font-family: Montserrat, sans-serif;
}

#StepCont .slideCont .check_area label:hover .txts .tit1 {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -30);
    -ms-transform: matrix(1, 0, 0, 1, 0, -30);
    transform: matrix(1, 0, 0, 1, 0, -30);
}

#StepCont .slideCont .check_area .txts .tit2 {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

#StepCont .slideCont .check_area label:hover .txts .tit2 {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -30);
    -ms-transform: matrix(1, 0, 0, 1, 0, -30);
    transform: matrix(1, 0, 0, 1, 0, -30);
}

#StepCont .slideCont .check_area>ul>li input[type=radio]:disabled+label .txts .tit1,
#StepCont .slideCont .check_area>ul>li input[type=radio]:disabled+label .txts .tit2 {
    color: #b5b5b5;
}

#StepCont .slideCont .check_area>ul>li input[type=radio]:disabled+label:hover .txts .tit1,
#StepCont .slideCont .check_area>ul>li input[type=radio]:disabled+label:hover .txts .tit2 {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#StepCont .slideCont .check_area .wrap_prd .txts .tit1 span,
#StepCont .slideCont .check_area .wrap_prd .txts .tit2 span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
}

#StepCont .slideCont .check_area .wrap_prd .txts .tit1 span:after,
#StepCont .slideCont .check_area .wrap_prd .txts .tit2 span:after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 17px;
    background-color: #edd4b0;
}

#StepCont .slideCont .check_area .wrap_prd .txts .tit1 span:after {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

#StepCont .slideCont .check_area .wrap_prd .txts .tit2 span:after {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

#StepCont .slideCont .check_area label:hover .wrap_prd .txts .tit1 span:after,
#StepCont .slideCont .check_area label:hover .wrap_prd .txts .tit2 span:after {
    width: 100%
}

#StepCont .slideCont .check_area>ul>li input[type=radio]:disabled+label:hover .txts .tit1 span:after,
#StepCont .slideCont .check_area>ul>li input[type=radio]:disabled+label:hover .txts .tit2 span:after {
    content: none;
}

#StepCont .btn_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

#StepCont .btn_wrap .btn_again {
    display: none;
    padding: 5px 10px;
    background-color: #222;
    color: #fff;
}

#StepCont .slick-dots {
    display: none !important;
}

#StepCont .slick-slide {
    outline: none !important;
}

#StepCont .slick-list {
    overflow: visible !important;
}

#StepCont #showResultButton {
    display: none;
}

.step3_loading {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 828px;
    background-color: #f0e8dc;
}

.step3_loading .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 506px;
    height: 546px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.step3_loading .circle .imgs {
    width: 100%;
    height: 100%
}

.step3_loading .circle .imgs>li {
    overflow: hidden;
    position: absolute;
    width: 140px;
    height: 140px;
    line-height: 132px;
    background-color: #fff;
    border-radius: 100%
}

.step3_loading .circle .imgs>li img {
    width: 100%;
    height: auto;
}

.step3_loading .circle .imgs>li.list1 {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.step3_loading .circle .imgs>li.list2 {
    top: 20%;
    left: 0;
}

.step3_loading .circle .imgs>li.list3 {
    top: 20%;
    right: 0;
}

.step3_loading .circle .imgs>li.list4 {
    bottom: 20%;
    left: 0;
}

.step3_loading .circle .imgs>li.list5 {
    bottom: 20%;
    right: 0;
}

.step3_loading .circle .imgs>li.list6 {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.step3_loading .circle .shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.step3_loading .circle .shape>li {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #cec4bd;
    border-radius: 100%;
    -webkit-animation-name: cicleani;
    animation-name: cicleani;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-iteration-count: default;
    animation-iteration-count: default;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.step3_loading .circle .shape>li.list1 {
    top: 19%;
    left: 29%;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.step3_loading .circle .shape>li.list2 {
    top: 19%;
    right: 29%;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.step3_loading .circle .shape>li.list3 {
    top: 49%;
    right: 13%;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.step3_loading .circle .shape>li.list4 {
    bottom: 19%;
    right: 29%;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.step3_loading .circle .shape>li.list5 {
    bottom: 19%;
    left: 29%;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.step3_loading .circle .shape>li.list6 {
    top: 49%;
    left: 13%;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

@-webkit-keyframes cicleani {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: #cec4bd;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        background-color: #111;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: #cec4bd;
    }
}

@keyframes cicleani {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: #cec4bd;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        background-color: #111;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: #cec4bd;
    }
}

.step3_loading .circle .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1.5;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.step3_loading .circle .txt span {
    display: block;
    margin-top: 8px;
    font-size: 18px;
}

.step4_result {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

.step4_result .cont_result {
    width: 1080px;
    margin: 35px auto 0;
}

.step4_result .cont_result>ul {
    margin: 0 -22px;
}

.step4_result .cont_result>ul:after {
    content: "";
    clear: both;
    display: block;
}

.step4_result .cont_result>ul>li {
    float: left;
    width: 33.3333%;
    height: 493px;
    padding: 0 22px;
}

.step4_result .cont_result>ul>li>div {
    overflow: hidden;
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
}

.step4_result .cont_result .imgs img {
    width: 100%;
    height: auto;
}

.step4_result .cont_result h3 {
    padding-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    font-family: Montserrat, sans-serif;
}

.step4_result .cont_result .desc {
    margin-top: 10px;
    line-height: 19px;
    font-size: 13px;
    color: #666;
    letter-spacing: -.3px;
}

.roasting .tit {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    font-family: Montserrat, sans-serif;
}

.roasting .in_shape {
    margin-top: 18px;
    font-size: 0;
    text-align: center;
    position: relative;
    height: 10px;
}

.roasting .in_shape.port_shape {
    margin-bottom: 10px;
    width: 100%;
    height: 6px;
}

.roasting .progress-container {
    position: relative;
    left: 15px;
    width: 50%;
    height: 6px;
    margin: 0 auto;
    border-radius: 2px;
    overflow: hidden;
}

.roasting .progress-container .nanobar {
    z-index: 10 !important;
    position: absolute !important;
    top: 0;
    left: 0;
    height: 6px;
}

.roasting .progress-container .nanobar .bar {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .6);
}

.roasting .progress-container .uprogress {
    z-index: 20;
    border-radius: 3px;
    height: 6px;
    top: 0;
}

.roasting .progress-container .uprogress .bar {
    background-color: #222;
    height: 6px;
    border-radius: 3px;
}

.roasting .progress-container .uprogress .blur {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.roasting .progress-container span {
    display: inline-block;
    width: 14.2857%;
    height: 6px;
}

.roasting .progress-container span:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #231f20;
    border-radius: 3px;
}

.roasting .in_shape .ani {
    position: relative;
    display: inline-block;
}

.roasting .in_shape .ani .dot {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.roasting .in_shape .ani .dot>li {
    float: left;
    width: 4px;
    height: 4px;
    margin-left: 13px;
    background-color: #242021;
    border-radius: 2px;
}

.roasting .in_shape .ani .dot>li:first-child {
    margin-left: 0;
}

.roasting .in_shape .ani .ani_progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all 3s;
    transition: all 3s;
    border-radius: 2px;
}

.roasting .in_shape .ani .ani_progress.type1 {
    width: 12%
}

.roasting .in_shape .ani .ani_progress.type2 {
    width: 20%
}

.roasting .in_shape .ani .ani_progress.type3 {
    width: 33%
}

.roasting .in_shape .ani .ani_progress.type4 {
    width: 50%
}

.roasting .in_shape .ani .ani_progress.type5 {
    width: 81%
}

.step4_result .cont_result .move_shape {
    position: relative;
    height: 186px;
    margin-top: 14px;
}

.step4_result .cont_result .btn_wrap {
    position: absolute;
    bottom: 18px;
    left: 18px;
    width: calc(100% - 36px);
    text-align: center;
}

.step4_result .cont_result .btn_wrap>ul {
    margin: 0 -4px;
}

.step4_result .cont_result .btn_wrap>ul:after {
    content: "";
    clear: both;
    display: block;
}

.step4_result .cont_result .btn_wrap>ul>li {
    float: left;
    width: 50%;
    padding: 0 4px;
}

.step4_result .cont_result .btn_wrap>ul>li button {
    width: 100%
}

.step4_result .cont_result .btn_wrap a.btn_finder_block {
    width: 100%;
    color: #fff;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.step4_result .cont_result .btn_wrap a.btn_finder_block:focus,
.step4_result .cont_result .btn_wrap a.btn_finder_block:hover,
.step4_result .cont_result .btn_wrap a.btn_finder_block:visited {
    background-color: #0a0a0a;
}

.step4_result .cont_result .music-player--container {
    position: relative;
    width: 100%;
    height: 216px;
}

.step4_result .cont_result .music-player--container .coffee-mood--cover {
    height: 216px;
}

.step4_result .cont_result .music-player--container img {
    width: 100%;
    height: 216px;
    -o-object-fit: cover;
    font-family: "object-fit:cover; object-position: center";
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.step4_result .cont_result .area_mood,
.step4_result .cont_result .area_note {
    position: relative;
    padding: 18px 23px;
}

.step4_result .cont_result .area_mood h3 {
    margin-bottom: 10px;
}

.step4_result .btn_reload {
    position: absolute;
    top: 709px;
    right: 5px;
}

.step4_result .btn_reload #result--redo-button {
    padding-top: 45px;
    background: url(/assets/images/c87780eb57f387d71b8769bcdc4a17ea.png) no-repeat 50% 0;
    outline: none;
    letter-spacing: -.2px;
}

.cont_sns {
    width: 1280px;
    margin: 0 auto;
    padding: 20px 0 30px;
}

.cont_sns h3 {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.cont_sns .subs {
    margin-top: 5px;
    font-size: 11px;
    text-align: center;
    color: #888;
}

.ico_sns {
    width: 350px;
    margin: 10px auto 0;
}

.ico_sns>ul {
    display: table;
    vertical-align: top;
}

.ico_sns>ul>li {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
}

.ico_sns>ul>li button {
    display: block;
    font-size: 11px;
    text-align: center;
    margin: 0 auto;
}

.ico_sns>ul>li button span {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 7px;
    background-image: url(/assets/images/2a4a53f7163a935f98deb02a722c3229.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
}

.ico_sns>ul>li.kakao_story button span {
    background-position: 0 -40px;
}

.ico_sns>ul>li.facebook button span {
    background-position: 0 -80px;
}

.ico_sns>ul>li.naver_blog button span {
    background-position: 0 -120px;
}

.ico_sns>ul>li.url_copy button span {
    background-position: 0 -160px;
}

.pops_open {
    z-index: 9999;
    position: absolute;
    top: 115px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 1280px;
    height: 100%;
    min-height: 700px;
    background-color: #231f20;
}

.pops_open.active {
    display: block;
}

#brewing-guide .tit {
    padding: 40px 0 22px;
    width: 100%
}

#brewing-guide .tit h3 {
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

#brewing-guide .tit h3 span {
    display: none;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

#brewing-guide .tit h3 span.active {
    display: block;
}

#brewing-guide .cont {
    width: 854px;
    height: 480px;
    margin: 0 auto;
}

#brewing-guide .cont .wrap_video,
#brewing-guide .cont .wrap_video iframe {
    width: 100%;
    height: 100%
}

#brewing-guide .group_btn {
    width: 100%;
    padding-top: 30px;
}

#brewing-guide .group_btn>ul {
    display: table;
    width: 490px;
    margin: 0 auto;
}

#brewing-guide .group_btn>ul>li {
    display: table-cell;
    width: 1%;
    margin: 0 17px;
}

#brewing-guide .group_btn>ul>li button {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 62px;
    font-size: 14px;
    font-weight: 500;
    color: #919396;
    letter-spacing: -.2px;
    text-align: center;
    outline: none;
    text-decoration: none;
}

#brewing-guide .group_btn>ul>li.active button {
    color: #fff;
}

#brewing-guide .group_btn>ul>li button:hover {
    text-decoration: underline;
}

#brewing-guide .group_btn>ul>li.active button:hover {
    color: #fff;
    text-decoration: none;
}

#brewing-guide .group_btn>ul>li button:after {
    content: "";
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    width: 48px;
    height: 53px;
    margin-left: -24px;
    background-repeat: no-repeat;
}

#brewing-guide .group_btn>ul>li.active button:after {
    background-position: 0 -53px;
}

#brewing-guide .group_btn>ul>li.list1 button:after {
    background-image: url(/assets/images/75d260f9770d50c0551bb6b55eeb4d61.png);
}

#brewing-guide .group_btn>ul>li.list2 button:after {
    background-image: url(/assets/images/da0b03a0457798433748b5df1bc9c63a.png);
}

#brewing-guide .group_btn>ul>li.list3 button:after {
    background-image: url(/assets/images/98306892dd87a6cf75a5b92ab6d1515a.png);
}

#brewing-guide .group_btn>ul>li.list4 button:after {
    background-image: url(/assets/images/af1051cf8f3f8cc9d51c0f7eca8aaa0f.png);
}

#brewing-guide .group_btn>ul>li.list5 button:after {
    background-image: url(/assets/images/68ee2bd4d80ec972b110e12503ee8327.png);
}

#brewing-guide .btn_close {
    position: absolute;
    top: 66px;
    left: 50%;
    margin-left: 560px;
    width: 40px;
    height: 40px;
    background: url(/assets/images/c7ca2967857de40e0cded9b2dd5ec84a.png) no-repeat 50%;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
    outline: none;
}

.contain_brewing {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 800px;
    background-color: #231f20;
}

.cont_brewing {
    display: table-cell;
    vertical-align: middle;
}

#ripple {
    position: fixed;
    z-index: 905;
    top: 50%;
    left: 50%;
    width: 50vh;
    height: 50vh;
    background-color: #d2c1ab;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
    filter: url('data:image/svg+xml; charset=utf-8, <svg xmlns="http: //www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="30" /></filter></svg>#filter');
    -webkit-filter: blur(30px);
    filter: blur(30px);
    opacity: 1;
    border-radius: 100%
}

#ripple.active {
    -webkit-animation-name: rippleAnimation;
    animation-name: rippleAnimation;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes rippleAnimation {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
        transform: translateX(-50%) translateY(-50%) scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(5);
        transform: translateX(-50%) translateY(-50%) scale(5);
        opacity: .6;
    }

    to {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
        transform: translateX(-50%) translateY(-50%) scale(0);
        opacity: 0;
    }
}

@keyframes rippleAnimation {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
        transform: translateX(-50%) translateY(-50%) scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(5);
        transform: translateX(-50%) translateY(-50%) scale(5);
        opacity: .6;
    }

    to {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
        transform: translateX(-50%) translateY(-50%) scale(0);
        opacity: 0;
    }
}

#subContent.business {
    padding: 213px 0 329px;
    background: url(/assets/images/d3bba9d9f015af6240adf073168b9fee.jpg) #e3dcd5 no-repeat 50% 100%
}

#subContent.bg_white {
    background-color: #fff;
}

.bsn_heading {
    text-align: center;
}

.bsn_heading h2 {
    line-height: 56px;
    font-size: 40px;
    font-weight: 700;
}

.bsn_heading h2 span {
    display: block;
}

.bsn_link {
    width: 1280px;
    margin: 34px auto 0;
}

.bsn_link .lists {
    overflow: hidden;
    margin: 0 -10px;
}

.bsn_link .lists>li {
    float: left;
    width: 33.3333%;
    padding: 0 10px;
}

.bsn_link .lists>li>div {
    position: relative;
    height: 380px;
    padding-top: 76px;
    background-color: #fff;
}

.bsn_link .lists .title {
    position: absolute;
    top: 0;
    width: 100%;
    height: 76px;
    line-height: 76px;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    font-weight: 700;
    background-color: #111;
    color: #fff;
    text-transform: uppercase;
}

.bsn_link .lists>li.maxim .title {
    background: url(/assets/images/f546e189c4d92fc3aedced6be8b04ec8.png) #111 no-repeat 50%;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
}

.bsn_link .lists .cont {
    height: 100%;
    padding: 36px 10px 40px;
}

.bsn_link .lists .cont p {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    font-weight: 300;
    letter-spacing: -.25px;
}

.bsn_link .lists .cont p span {
    display: block;
}

.bsn_link .lists .cont .bt_wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 66px 40px;
}

.bs_head_gruop {
    padding: 57px 0 50px;
    text-align: center;
}

.bs_head_gruop .bsn_list_heading {
    width: 1280px;
    margin: 0 auto;
}

.bs_head_gruop .bsn_list_heading h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}

.bs_head_gruop .bsn_list_heading p {
    margin-top: 19px;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
}

.bs_head_gruop .bsn_list_heading p span {
    display: block;
}

.bs_cont_group {
    position: relative;
    padding: 0 0 224px;
    background-color: #fff;
}

.bs_cont_group .bs_cont_list {
    z-index: 10;
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

.bs_cont_group .bs_cont_list>ul {
    overflow: hidden;
    margin: -10px;
}

.bs_cont_group .bs_cont_list>ul>li {
    float: left;
    width: 33.3333%;
    padding: 10px;
}

.bs_cont_group .bs_cont_list>ul>li a {
    display: block;
    outline: none;
    text-decoration: none;
}

.bs_cont_group .bs_cont_list .imgs {
    height: 410px;
    line-height: 402px;
    background-color: #f2e9de;
    text-align: center;
}

.bs_cont_group .bs_cont_list .txts {
    height: 105px;
    padding: 18px 0 0;
}

.bs_cont_group .bs_cont_list .txts p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.bs_cont_group .bs_cont_list .txts p span {
    display: block;
}

.bs_cont_group.type_port .bs_cont_list>ul>li {
    width: 25%
}

.bs_cont_group.type_port .bs_cont_list .imgs {
    height: 300px;
    line-height: 300px;
    background-color: #f2e9de;
    text-align: center;
}

.bs_cont_group.type_port .bs_cont_list .imgs img {
    max-height: 300px;
    height: 250px;
    margin-bottom: 10px;
}

.bs_cont_group.type_port .bs_cont_list .txts {
    height: 66px;
    padding-top: 12px;
}

.bs_cont_group.type_port .bs_cont_list .txts p {
    font-family: Montserrat, Noto Sans KR, sans-serif;
}

.bs_cont_group.type_port .bs_cont_list .txts p span:first-child {
    font-weight: 500;
}

.bs_cont_group.type_port .bs_cont_list .txts p span+span {
    line-height: 1.3;
    font-weight: 300;
}

.bs_cont_group.type_port .bs_port_title {
    padding-top: 153px;
    padding-bottom: 42px;
    width: 1280px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
}

.bs_cont_group.type_port .bs_port_title h3 {
    font-size: 32px;
    font-weight: 500;
}

.maxwell_view {
    overflow: hidden;
    width: 884px;
    padding: 116px 0 330px;
    margin: 0 auto;
}

.maxwell_view .layout_left,
.maxwell_view .layout_right {
    float: left;
}

.maxwell_view .layout_left {
    width: 60%
}

.maxwell_view .layout_right {
    width: 40%
}

.bsv_heading .subs {
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

.bsv_heading h2 {
    display: block;
    line-height: 56px;
    margin-top: 9px;
    font-size: 40px;
    font-weight: 500;
    text-align: left;
    word-break: keep-all;
}

.bsv_heading .desc {
    margin-top: 32px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
}

.bsv_heading .desc span {
    display: block;
}

.bsv_visual {
    position: relative;
}

.bsv_visual .imgs {
    z-index: 10;
    position: relative;
    padding: 3px 0 0 56px;
    text-align: center;
}

.bsv_txts {
    position: relative;
    padding-top: 25px;
    margin-top: 28px;
}

.bsv_txts:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 236px;
    height: 1px;
    background-color: #111;
}

.bsv_txts .txts,
.bsv_txts .txts dl {
    overflow: hidden;
}

.bsv_txts .txts dl dd,
.bsv_txts .txts dl dt {
    float: left;
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
}

.bsv_txts .txts dl dt {
    width: 25%
}

.bsv_txts .txts dl dd {
    width: 75%;
    font-weight: 300;
}

.bsv_txts .btn_wrap {
    margin-top: 38px;
    text-align: left;
}

.bsv_txts .btn_wrap a {
    margin: 0;
    background: url(/static/img/btn_link_type2.png) #111 calc(100% - 20px) 50% no-repeat;
    background-size: 7px 10px;
    font-weight: 400;
    color: #fff;
}

#section3 .btn_link {
    margin-top: 60px;
}

#section5 .btn_link {
    margin-top: 66px;
}

.txt_img_wrap {
    padding: 148px 0;
}

#section2 .txt_img_wrap {
    padding: 168px 0 80px;
}

.txt_img_wrap .cont {
    overflow: hidden;
    width: 1280px;
    margin: 0 auto;
}

.txt_img_wrap .cont .imgs,
.txt_img_wrap .cont .txts {
    float: left;
}

.txt_img_wrap .cont .txts {
    width: 653px;
    padding: 129px 0 90px;
}

.txt_img_wrap .cont.right .imgs {
    float: left;
}

.txt_img_wrap .cont.right .txts {
    float: right;
    padding-top: 157px;
    padding-left: 126px;
}

.txt_img_wrap .cont .txts .title {
    line-height: 56px;
    font-size: 40px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}

.txt_img_wrap .cont .txts .desc {
    margin-top: 23px;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
}

.txt_img_wrap .cont .txts .desc span {
    display: block;
}

.txt_img_wrap .cont .txts .desc .t_space {
    margin-top: 32px;
}

.txt_img_wrap .cont .imgs {
    width: 627px;
}

.txt_img_wrap .cont .imgs img {
    width: 100%;
    height: auto;
}

#section3 .txt_img_wrap {
    padding-top: 100px;
}

#section4 .txt_img_wrap {
    background: #fff;
}

#mainIndicator {
    z-index: 300;
    position: fixed;
    top: 50%;
    right: 2%;
    margin-top: -150px;
}

#mainIndicator>ul>li {
    position: relative;
    margin-top: 23px;
}

#mainIndicator>ul>li:first-child {
    margin-top: 0;
}

#mainIndicator>ul>li a {
    display: block;
    padding-right: 10px;
    text-decoration: none;
    outline: none;
}

#mainIndicator>ul>li a .name {
    position: absolute;
    right: 0;
    top: 50%;
    height: 27px;
    line-height: 28px;
    margin-right: 33px;
    margin-top: -11px;
    padding: 0 26px;
    background-color: #111;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #fff;
    border-radius: 14px;
    white-space: nowrap;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    visibility: hidden;
    text-transform: uppercase;
}

#mainIndicator>ul>li.active a .name {
    opacity: 1;
    visibility: visible;
}

#mainIndicator>ul>li a .dots {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .8s;
    transition: all .8s;
    overflow: hidden;
    width: 8px;
    height: 8px;
    background-color: #acacac;
    border-radius: 100%;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
}

#mainIndicator>ul>li.active a .dots {
    background-color: #111;
}

#section_visal {
    padding-top: 130px;
    height: 898px;
}

.visual_wrap {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    padding-top: 118px;
    padding-left: 154px;
}

.visual_wrap .title_wrap {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 136px;
    width: 100%
}

.visual_wrap .title_wrap>ul {
    position: relative;
}

.visual_wrap .title_wrap>ul>li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.visual_wrap .title_wrap>ul>li.active {
    display: block;
}

.visual_wrap .title_wrap h3 {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 56px;
    font-size: 46px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.visual_wrap .title_wrap p {
    display: inline-block;
    padding-top: 175px;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    color: #040404;
}

.visual_wrap .title_wrap .origins p {
    padding-top: 149px;
}

.visual_wrap .title_wrap p span {
    display: block;
}

.visual_wrap #visual {
    position: relative;
    white-space: nowrap;
}

.visual_wrap #visual a {
    display: block;
    text-decoration: none;
    outline: none;
}

.visual_wrap #visual a figcaption {
    margin-top: 14px;
    line-height: 24px;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.visual_wrap #visual img {
    width: 100%;
    max-width: 216px;
    height: auto;
}

/* 제품 3개일 경우
.visual_wrap #visual .slick-track.active {
    -webkit-transform: translate3d(-62.5%, 0, 0)!important;
    transform: translate3d(-62.5%, 0, 0)!important;
}
 */

/* 제품 5개일 경우 */
.visual_wrap #visual .slick-track.active {
    -webkit-transform: translate3d(-50%, 0, 0) !important;
    transform: translate3d(-50%, 0, 0) !important;
}

.visual_wrap #visual .list1,
.visual_wrap #visual .list2,
.visual_wrap #visual .list3,
.visual_wrap #visual .list4,
.visual_wrap #visual .list5,
.visual_wrap #visual .list6,
.visual_wrap #visual .list7,
.visual_wrap #visual .list8 {
    float: left;
    white-space: nowrap;
}

.visual_wrap #visual .slick-arrow {
    z-index: 50;
    position: absolute;
    top: 150px;
    right: 0;
    width: 50px;
    height: 50px;
    margin-right: -29px;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
    outline: none;
}

.visual_wrap #visual .slick-arrow.active {
    z-index: 60;
}

.visual_wrap #visual .slick-arrow.slick-disabled {
    z-index: 40;
}

.visual_wrap #visual .slick-prev {
    background: url(/static/img/visual_prev.png) #000 no-repeat 50%
}

.visual_wrap #visual .slick-next {
    background: url(/static/img/visual_next.png) #000 no-repeat 50%
}

.visual_wrap #visual .slick-list {
    margin: 0 -10px;
    overflow: hidden;
}

.visual_wrap #visual .slick-track {
    overflow: hidden;
}

.visual_wrap #visual .slick-slide {
    width: 100%;
    padding: 0 7px;
}

.visual_wrap #visual .slick-dots {
    position: absolute;
    bottom: -153px;
    left: 50%;
    margin-left: -80px;
    overflow: hidden;
    width: 500px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.visual_wrap #visual .slick-dots li {
    float: left;
    width: 50%
}

.visual_wrap #visual .slick-dots button {
    width: 100%;
    height: 5px;
    background-color: #e4d4c5;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
    outline: none;
    -webkit-transition: all .8s;
    transition: all .8s;
}

.visual_wrap #visual .slick-dots li.slick-active button {
    background-color: #000;
}

@media screen and (max-width:1400px) {
    .visual_wrap {
        width: 100%;
        margin: 0;
        padding-top: 130px;
        padding-right: 80px;
        padding-left: 234px;
    }

    .visual_wrap #visual .slick-dots {
        bottom: -113px;
    }

    .visual_wrap .title_wrap>ul>li {
        left: 80px;
    }

    .visual_wrap #visual .imgs {
        height: 0;
        padding-bottom: 164%
    }
}

#section1 {
    background-color: #fff;
}

#mainVideo {
    position: relative;
    height: 480px;
}

#mainVideo .play_youtube {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#mainVideo .play_youtube.active {
    display: block;
}

#mainVideo .play_youtube iframe {
    width: 100%;
    height: 100%
}

#mainVideo .play_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#mainVideo .play_wrap strong {
    display: block;
    width: 700px;
    height: 110px;
    line-height: 106px;
    border: 2px solid #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

#mainVideo .play_wrap button {
    width: 114px;
    height: 114px;
    background: url(/assets/images/27f2bf012411f15f309e84e10440f9e1.png) no-repeat 60% 50%;
    border: 5px solid #fff;
    border-radius: 100%;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
    outline: none;
}

#section2,
#section3 {
    background-color: #fff;
}

#section3 {
    padding: 112px 0 0;
}

#section3 .heading {
    padding: 0 0 10px;
    text-align: center;
}

#section3 .heading .title {
    font-size: 40px;
    font-weight: 700;
}

#section3 .heading .desc {
    margin-top: 19px;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
}

#section3 .heading .desc span {
    display: block;
}

#coffeeIntro {
    overflow: hidden;
    padding: 51px 0;
}

#coffeeIntro .slick-slide {
    text-align: center;
}

#coffeeIntro .slick-slide,
#coffeeIntro a {
    position: relative;
    -webkit-transition: all 1s;
    transition: all 1s;
    outline: none;
}

#coffeeIntro a {
    overflow: hidden;
    display: block;
    z-index: 20;
    width: 83%;
    height: 0;
    padding-bottom: 97%;
    margin: 0 auto;
    text-decoration: none;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    cursor: default;
}

#coffeeIntro a img {
    width: 100%;
    height: auto;
}

#coffeeIntro .slick-slide a:after {
    content: "";
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .6);
}

#coffeeIntro .slick-track .slick-slide.slick-current {
    z-index: 100;
}

#coffeeIntro .slick-track .slick-slide.slick-current a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#coffeeIntro .slick-track .slick-slide.slick-current a:after {
    z-index: 20;
    background-color: hsla(0, 0%, 100%, 0);
}

#coffeeIntro .slick-list {
    position: relative;
    overflow: visible;
}

#coffeeIntro .slick-slide div {
    height: 100%
}

#coffeeIntro img {
    position: relative;
    height: 100%
}

#coffeeIntro .slick-arrow {
    z-index: 100;
    position: absolute;
    top: 45%;
    width: 24px;
    height: 68px;
    margin-top: -34px;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
    outline: none;
}

#coffeeIntro .slick-prev {
    left: 30%;
    margin-left: -12px;
    background: url(/static/img/main_findCoffee_prev.png) no-repeat 50%;
    background-size: 12px 36px;
}

#coffeeIntro .slick-next {
    right: 30%;
    margin-right: -12px;
    background: url(/static/img/main_findCoffee_next.png) no-repeat 50%;
    background-size: 12px 36px;
}

#coffeeIntro .slick-dots {
    margin-top: 1%;
    text-align: center;
}

#coffeeIntro .slick-dots li {
    display: inline-block;
    margin: 0 11px;
}

#coffeeIntro .slick-dots li button {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 100%;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
    outline: none;
}

#coffeeIntro .slick-dots li.slick-active button {
    background-color: #111;
}

#section5 {
    position: relative;
    padding: 141px 0 214px;
    background-color: #fff;
}

#section5 .txt_area {
    width: 1280px;
    margin: 0 auto;
    text-align: center;
}

#section5 .txt_area .title {
    font-size: 40px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}

#section5 .txt_area .desc {
    margin-top: 21px;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
}

#section5 .txt_area .desc span {
    display: block;
}

@media screen and (max-width:1500px) {
    #mainIndicator {
        display: none;
    }
}

.port_main1 {
    padding: 31px 0 70px;
}

.port_main2 {
    padding: 140px 0 90px;
    background: #e4dcd2;
}

.pmain_wrap .inner {
    overflow: hidden;
    width: 1280px;
    margin: 0 auto;
}

.pmain_wrap .heads,
.pmain_wrap .txts {
    float: left;
}

.pmain_wrap .heads {
    width: 20%
}

.pmain_wrap .txts {
    width: 80%
}

.pmain_wrap .heads h3 {
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
}

.pmain_wrap .heads h3 span {
    display: block;
}

.pmain_wrap .txts .subs_head {
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
}

.pmain_wrap .txts .subs {
    margin-top: 2px;
}

.pmain_wrap .txts .subs .t_desc {
    font-size: 26px;
    font-weight: 400;
}

.pmain_wrap .txts .subs .desc {
    margin-top: 13px;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    word-break: keep-all;
}

.pPrd_slide {
    margin-top: 42px;
}

.pPrd_slide .inner {
    width: 1280px;
    margin: 0 auto;
}

.pPrd_slide .slide {
    margin: 0 -7px;
}

.pPrd_slide .slide .slick-slide {
    padding: 0 7px;
}

.pPrd_slide .prd {
    position: relative;
}

.pPrd_slide .prd a {
    display: block;
    outline: none;
}

.pPrd_slide .prd .imgs {
    position: relative;
    top: 2px;
    left: 12px;
    height: 399px;
}

.pPrd_slide .prd .imgs img {
    width: 100%;
    height: auto;
}

.pPrd_slide .prd .hover_info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 67px 15px 40px;
    background: #f0e8dc;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.port_main2 .pPrd_slide .prd .hover_info {
    background: #e4dcd2;
}

.pPrd_slide .prd .imgs:hover .hover_info.only-desktop {
    opacity: 1;
    visibility: visible;
}

.pPrd_slide .prd .hover_info h4 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.pPrd_slide .prd .hover_info .lists {
    height: 162px;
    margin-top: 13px;
    text-align: center;
}

.pPrd_slide .prd .hover_info .lists>li {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
}

.pPrd_slide .prd .hover_info .loadings {
    margin-top: 14px;
}

.pPrd_slide .prd .hover_info .loadings dl {
    overflow: hidden;
    margin-top: 10px;
}

.pPrd_slide .prd .hover_info .loadings dl:first-child {
    margin-top: 0;
}

.pPrd_slide .prd .hover_info .loadings dl dd,
.pPrd_slide .prd .hover_info .loadings dl dt {
    float: left;
}

.pPrd_slide .prd .hover_info .loadings dl dt {
    width: 45px;
}

.pPrd_slide .prd .hover_info .loadings dl dd {
    width: 160px;
    padding: 8px 0 8px 10px;
}

.pPrd_slide .prd .hover_info .loadings dl dd>div {
    position: relative;
}

.pPrd_slide .prd .hover_info .loadings dl dd ul {
    position: relative;
    overflow: hidden;
}

.pPrd_slide .prd .hover_info .loadings dl dd ul.w4 {
    width: 114%
}

.pPrd_slide .prd .hover_info .loadings dl dd ul.w4>li {
    width: 25%
}

.pPrd_slide .prd .hover_info .loadings dl dd ul.w5 {
    width: 107%
}

.pPrd_slide .prd .hover_info .loadings dl dd ul.w5>li {
    width: 20%
}

.pPrd_slide .prd .hover_info .loadings dl dd ul.w7 {
    width: 100%
}

.pPrd_slide .prd .hover_info .loadings dl dd ul.w7>li {
    width: 14.28%
}

.pPrd_slide .prd .hover_info .loadings dl dd .port_grogress {
    position: absolute;
    top: -1px;
    left: -1px;
    height: calc(100% + 2px);
    background: rgba(0, 0, 0, .6);
    border-radius: 4px;
}

.pPrd_slide .prd .hover_info .loadings.product-light-blossom dl dd .type1 .port_grogress {
    width: 12%
}

.pPrd_slide .prd .hover_info .loadings.product-light-balance dl dd .type1 .port_grogress {
    width: 19%
}

.pPrd_slide .prd .hover_info .loadings.product-medium-balance dl dd .type1 .port_grogress {
    width: 34%
}

.pPrd_slide .prd .hover_info .loadings.product-full-balance dl dd .type1 .port_grogress {
    width: 48%
}

.pPrd_slide .prd .hover_info .loadings.product-full-authentic dl dd .type1 .port_grogress {
    width: 76%
}

.pPrd_slide .prd .hover_info .loadings.product-brazil-santos dl dd .type1 .port_grogress {
    width: 34%
}

.pPrd_slide .prd .hover_info .loadings.product-columbia-huila dl dd .type1 .port_grogress,
.pPrd_slide .prd .hover_info .loadings.product-ethiopia-sidamo dl dd .type1 .port_grogress {
    width: 20%
}

.pPrd_slide .prd .hover_info .loadings.product-light-blossom dl dd .type2 .port_grogress {
    width: 26%
}

.pPrd_slide .prd .hover_info .loadings.product-light-balance dl dd .type2 .port_grogress {
    width: 36%
}

.pPrd_slide .prd .hover_info .loadings.product-medium-balance dl dd .type2 .port_grogress {
    width: 58%
}

.pPrd_slide .prd .hover_info .loadings.product-full-balance dl dd .type2 .port_grogress {
    width: 80%
}

.pPrd_slide .prd .hover_info .loadings.product-full-authentic dl dd .type2 .port_grogress {
    width: 69%
}

.pPrd_slide .prd .hover_info .loadings.product-brazil-santos dl dd .type2 .port_grogress {
    width: 70%
}

.pPrd_slide .prd .hover_info .loadings.product-columbia-huila dl dd .type2 .port_grogress {
    width: 58%
}

.pPrd_slide .prd .hover_info .loadings.product-ethiopia-sidamo dl dd .type2 .port_grogress {
    width: 27%
}

.pPrd_slide .prd .hover_info .loadings.product-light-blossom dl dd .type3 .port_grogress {
    width: 69%
}

.pPrd_slide .prd .hover_info .loadings.product-light-balance dl dd .type3 .port_grogress {
    width: 57%
}

.pPrd_slide .prd .hover_info .loadings.product-medium-balance dl dd .type3 .port_grogress {
    width: 48%
}

.pPrd_slide .prd .hover_info .loadings.product-full-balance dl dd .type3 .port_grogress {
    width: 26%
}

.pPrd_slide .prd .hover_info .loadings.product-brazil-santos dl dd .type3 .port_grogress {
    width: 38%
}

.pPrd_slide .prd .hover_info .loadings.product-columbia-huila dl dd .type3 .port_grogress,
.pPrd_slide .prd .hover_info .loadings.product-ethiopia-sidamo dl dd .type3 .port_grogress {
    width: 70%
}

/* 과테말라 : 9번째 제품 : product-guatemala-puerto-quetzal */
.pPrd_slide .prd .hover_info .loadings.product-guatemala-puerto-quetzal dl dd .type1 .port_grogress {
    width: 48%;
}

.pPrd_slide .prd .hover_info .loadings.product-guatemala-puerto-quetzal dl dd .type2 .port_grogress {
    width: 48%;
}

.pPrd_slide .prd .hover_info .loadings.product-guatemala-puerto-quetzal dl dd .type3 .port_grogress {
    width: 15%;
}

/* 케냐 : 10번째 제품 : product-kenya-mombasa*/
.pPrd_slide .prd .hover_info .loadings.product-kenya-mombasa dl dd .type1 .port_grogress {
    width: 18%;
}

.pPrd_slide .prd .hover_info .loadings.product-kenya-mombasa dl dd .type2 .port_grogress {
    width: 35%;
}

.pPrd_slide .prd .hover_info .loadings.product-kenya-mombasa dl dd .type3 .port_grogress {
    width: 70%;
}



.pPrd_slide .prd .hover_info .loadings dl dd ul>li {
    float: left;
}

.pPrd_slide .prd .hover_info .loadings dl dd ul>li span {
    display: block;
    width: 6px;
    height: 6px;
    background: #111;
    border-radius: 100%
}

.pPrd_slide .prd .links {
    height: 60px;
    line-height: 69px;
    text-align: center;
}

.pPrd_slide .prd .links a {
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    text-decoration: none;
    text-align: center;
    color: #000;
    height: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.pPrd_slide .prd .links a span {
    display: inline;
}

.pPrd_slide .prd .links .arr {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 10px;
    margin-left: 4px;
    background: url(/assets/images/ce1be98bb6401d3319df7857058e726f.png) no-repeat 93% 50%
}

.music-player-container {
    margin-top: 40px;
    font-family: Montserrat, Noto Sans KR, sans-serif;
}

.music-player {
    position: relative;
    margin-bottom: 48px;
    padding-left: 58px;
    padding-right: 156px;
}

@media screen and (max-width:768px) {
    .music-player-container {
        margin-top: 30px;
        margin-bottom: 4px;
        padding: 0 10px;
    }

    .music-player {
        margin-bottom: 21px;
        padding-left: 48px;
        padding-right: 24%
    }
}

.song-title {
    font-size: 16px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.song-title span {
    vertical-align: top;
}

.artist {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    margin-top: 1px;
    font-size: 14px;
}

@media screen and (max-width:768px) {
    .song-title {
        font-size: 15px;
    }

    .song-title span {
        vertical-align: top;
    }

    .artist {
        margin-top: 0;
        font-size: 13px;
    }
}

.sound-progress-bar {
    position: relative;
    height: 5px;
    margin-top: 14px;
}

.music-player #progress-bar {
    width: 100%;
    cursor: pointer;
    opacity: .8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1;
}

.music-player #progress,
.music-player #progress-bar {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
}

.music-player #progress {
    bottom: auto;
    width: 0;
    background-color: #222;
}

.timer {
    position: absolute;
    top: 54px;
    left: 394px;
    font-family: Montserrat, Noto Sans KR, sans-serif;
    font-size: 14px;
}

@media screen and (max-width:768px) {
    .sound-progress-bar {
        margin-top: 6px;
    }

    .timer {
        position: absolute;
        top: 46px;
        left: auto;
        right: 0;
    }
}

.music-player .controller {
    position: absolute;
    top: 10px;
    left: 0;
}

.visualizer {
    background: url(/assets/images/81553fe8d22d6a6e5bfe401271f3edb3.png) no-repeat 50%;
    width: 45px;
    height: 52px;
    background-size: 45px 52px;
}

.port_cont .visualizer {
    position: absolute;
    top: 16px;
    right: 14px;
}

.visualizer.playing {
    background: url(/assets/images/7eeb7d7f65ce032e5fa487bc7b76c0d5.gif) no-repeat 50%;
    width: 45px;
    height: 52px;
    background-size: 45px 52px;
}

.music-controls--button {
    cursor: pointer;
    opacity: .9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 34px;
    height: 34px;
    margin-top: 1px;
}

.music-play {
    background-image: url(/assets/images/c67fd4a477ffa1b38e059914fa0bff6e.png);
    background-size: 34px 34px;
    background-repeat: no-repeat;
}

.music-pause {
    background: url(/assets/images/5c39343ccbd5183496641d49e2d5b816.png);
    background-repeat: no-repeat;
    background-size: 34px 34px;
    display: none;
}

.playlist {
    counter-reset: list;
    list-style: none;
    padding-left: 32px;
    position: relative;
    height: 208px;
}

.playlist li {
    counter-increment: list;
    position: relative;
    margin-top: 0;
    margin-bottom: 24px;
}

.playlist li:before {
    content: counter(list);
    position: absolute;
    top: 0;
    left: -28px;
    font-size: 18px;
    font-weight: 300;
    width: 32px;
}

.playlist li.active .playlist--duration,
.playlist li.active .playlist--song-title {
    color: #000;
    font-weight: 500;
}

.playlist button {
    width: 100%
}

.playlist-container {
    position: relative;
    padding-top: 2px;
    padding-right: 140px;
    text-align: left;
}

.playlist--song-title {
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.playlist--duration {
    position: absolute;
    top: 5px;
    right: 106px;
}

.playlist--artist,
.playlist--duration {
    -ms-flex-align: center;
    align-items: center;
}

.playlist--artist {
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width:768px) {
    .playlist-container {
        padding-right: 72px;
    }

    .playlist--song-title {
        font-size: 15px;
    }

    .playlist {
        height: auto;
    }

    .playlist li {
        position: relative;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .playlist li:before {
        top: 5px;
        left: -22px;
        font-size: 15px;
    }

    .playlist--duration {
        margin-top: 0;
        right: 0;
    }

    .port_cont .visualizer {
        top: -15px;
        right: 0;
    }

    .playlist--artist {
        margin-top: 0;
        font-size: 13px;
    }
}

.scrollbar-track {
    background-color: rgba(0, 0, 0, .2) !important;
}

.port_cont .scrollbar-track {
    top: 6px !important;
    right: 11px !important;
    height: 95%;
    background-color: #e1e1e1 !important;
}

#audio-loading {
    background-color: #fff;
}

.port_cont #audio-loading {
    width: 34px;
    height: 34px;
    margin-top: 0;
    margin-left: 0;
}

.pc_line_break {
    display: block;
}

.section_txt .lefts,
.section_txt .rights {
    z-index: 200;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    font-family: Montserrat, sans-serif;
    letter-spacing: 2.6px;
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

.section_txt .lefts {
    margin-left: -860px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.section_txt .rights {
    margin-left: 550px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#subContent.port_details {
    padding-top: 190px;
}

.port_head {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

.port_head .inner {
    padding: 24px 88px 210px;
}

.port_head .cont {
    overflow: hidden;
}

.port_head .cont .imgs,
.port_head .cont .txts {
    float: left;
}

.port_head .cont .txts {
    width: 59%;
    padding-top: 46px;
    padding-left: 84px;
}

.port_head .cont .txts .title {
    line-height: 80px;
    font-size: 68px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.port_head .cont .txts .title span {
    display: table;
}

.port_head .cont .txts .lists {
    display: none;
    overflow: hidden;
    margin-top: 19px;
}

.port_head .cont .txts .lists>li {
    position: relative;
    float: left;
    padding-left: 18px;
    margin-left: 18px;
    font-size: 20px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
}

.port_head .cont .txts .lists>li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.port_head .cont .txts .lists>li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background-color: #231f20;
}

.port_head .cont .txts .lists>li:first-child:after {
    content: none;
}

.port_head .cont .txts .desc {
    width: 507px;
    margin-top: 30px;
    font-size: 18px;
    line-height: 32px;
    color: #040404;
    font-weight: 300;
    word-break: keep-all;
}

.port_head .cont .txts .desc span {
    display: block;
}

.port_head .cont .imgs {
    width: 41%;
    padding-top: 30px;
    text-align: center;
}

.port_head .cont .imgs img {
    display: inline-block;
}

.port_head .cont .imgs_wrap {
    position: relative;
}

.port_head .cont .imgs .bt_wrap {
    z-index: 10;
    position: absolute;
    top: 240px;
    right: 50px;
}

.port_head .cont .imgs .slick-arrow {
    display: block;
    outline: none;
}

.port_head .cont .bt_wrap button {
    position: relative;
    height: 24px;
    padding-left: 21px;
    margin-top: 13px;
    color: #b19e87;
}

.port_head .cont .bt_wrap button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    margin-top: -4px;
    background: #b19e87;
    border-radius: 100%
}

.port_head .cont .bt_wrap button.active {
    color: #111;
}

.port_head .cont .bt_wrap button.active:after {
    background: #111;
}

.port_info {
    position: relative;
    height: 773px;
    background: url(/assets/images/dc325873571f0badc9645a7d0d9cb77a.jpg) no-repeat center 0;
    background-size: cover;
}

.light-blossom .port_info {
    background: url(/assets/images/afb0cdf7bae370dcc0b71f9334949e1b.jpg) no-repeat center 0;
}

.light-balance .port_info {
    background: url(/assets/images/f82ac3937929043dc180fb95e8698c2e.jpg) no-repeat center 0;
}

.medium-balance .port_info {
    background: url(/assets/images/6a01e8709dcd06f67c6b739f9507f233.jpg) no-repeat center 0;
}

.full-balance .port_info {
    background: url(/assets/images/7d5692d937b67e5530ba70d2bdc25824.jpg) no-repeat center 0;
}

.full-authentic .port_info {
    background: url(/assets/images/7ee539915db5698b1395a35a49c61299.jpg) no-repeat center 0;
}

.brazil-santos .port_info {
    background: url(/assets/images/f4f87f3ccdb233ffb9858fc90557ad15.jpg) no-repeat center 0;
}

.columbia-huila .port_info {
    background: url(/assets/images/dc8ce89d75510f89eba9a0ae61ff1ed8.jpg) no-repeat center 0;
}

.ethiopia-sidamo .port_info {
    background: url(/assets/images/734740f3a36e654d40ecb9a31c5b4b19.jpg) no-repeat center 0;
}

.brazil-santos #subContent,
.columbia-huila #subContent,
.ethiopia-sidamo #subContent {
    background-color: #e4dcd2;
}

.port_info .cont {
    position: relative;
    width: 1280px;
    height: 100%;
    margin: 0 auto;
}

.port_info .cont .info_wrap {
    position: relative;
    top: -107px;
    margin: 0 -10px;
}

.port_info .cont .info_wrap:after {
    content: "";
    clear: both;
    display: block;
}

.port_info .cont .info_wrap>li {
    float: left;
    width: 33.3333%;
    padding: 0 10px;
}

.port_info .cont .info_wrap .box {
    height: 776px;
    padding: 26px;
    background-color: #fff;
}

.port_info .cont .heading {
    text-align: center;
}

.port_info .cont .heading .en {
    font-size: 15px;
    white-space: nowrap;
}

.port_info .cont .heading h3 {
    font-size: 22px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}

.port_info .cont .heading .m_type2 {
    margin-top: 3px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    white-space: nowrap;
}

.port_info .cont .heading .m_type2 li {
    display: inline;
    margin-left: 4px;
    margin-right: 4px;
}

.port_info .cont .bean_map {
    margin-top: 16px;
    text-align: center;
}

.port_info .cont .bean_map img {
    max-width: 100%;
    height: auto;
}

.port_info .cont .inconts_middle {
    width: 100%;
    height: 100%;
    margin-top: 16px;
}

.port_info .cont .inconts_middle p {
    vertical-align: middle;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    word-break: keep-all;
}

.port_info .cont .inconts_middle p span {
    display: table;
}

.port_info .cont .inconts {
    padding-top: 30px;
}

.port_info .cont .img_wrap {
    position: relative;
    margin-bottom: 40px;
}

.port_info .cont .img_wrap img {
    width: 100%;
    height: auto;
}

.port_info .cont .img_wrap .btn_view {
    position: absolute;
    top: 0;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(/assets/images/80c60ef45da7535f45f50a786cd33d81.png) #111 no-repeat 50%;
    border-radius: 100%;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
    outline: none;
}

.port_info .cont .img_wrap .pops_wrap {
    display: none;
    z-index: 1100;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.port_info .cont .img_wrap .pops_wrap.active {
    display: block;
}

.port_info .cont .img_wrap .pops_wrap .pops_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.port_info .cont .img_wrap .pops_wrap .pops_cont {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1280px;
    height: 720px;
    padding: 34px 0 54px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.port_info .cont .img_wrap .pops_wrap .pops_cont .pops_title {
    text-align: center;
}

.port_info .cont .img_wrap .pops_wrap .pops_cont .pops_title h4 {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.port_info .cont .img_wrap .pops_wrap .pops_cont .pops_title p {
    font-size: 17px;
    text-transform: uppercase;
}

.port_info .cont .img_wrap .pops_wrap .pops_cont .pop_img {
    position: relative;
    width: 84%;
    margin: 0 auto;
}

.port_info .cont .img_wrap .pops_wrap .pops_cont .btn_clsoe {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: url(/assets/images/392edf67d75a45d3b1a6ff391ab31d06.png) no-repeat 50%;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
    outline: none;
}

.port_info .cont .portmovie {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 180px;
    cursor: pointer;
}

.port_info .cont .portmovie a {
    display: block;
    outline: none;
}

.port_info .cont .portmovie iframe {
    width: 100%;
    height: 100%
}

.port_info .cont .sub_heading {
    margin-top: 12px;
    font-size: 22px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
}

.port_info .cont .subs_list1 {
    margin-top: 3px;
}

.port_info .cont .subs_list1 dl {
    overflow: hidden;
}

.port_info .cont .subs_list1 dd,
.port_info .cont .subs_list1 dt {
    line-height: 26px;
    float: left;
    margin-top: 2px;
    font-size: 18px;
    font-family: Montserrat, sans-serif;
}

.port_info .cont .subs_list1 dt {
    position: relative;
    width: 60%;
    padding-left: 10px;
}

.port_info .cont .subs_list1 dt:after {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
}

.port_info .cont .subs_list1 dd {
    width: 40%
}

.port_info .cont .subs_list2 {
    margin-top: 3px;
}

.port_info .cont .subs_list2>ol {
    list-style: decimal inside none;
}

.port_info .cont .subs_list2>ol>li {
    font-size: 18px;
    font-weight: 300;
    word-break: keep-all;
}

.port_info .cont .subs_list2>ol>li span {
    display: block;
    margin-left: 18px;
}

.port_info .cont .subs_list2>ol>li span.no_space {
    margin-left: 0;
}

.port_info .cont .brewing_slide {
    position: relative;
    height: 100%
}

.port_info .cont .brewing_slide .slick-arrow {
    z-index: 10;
    position: absolute;
    top: 10px;
    width: 24px;
    height: 50px;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
    outline: none;
}

.port_info .cont .brewing_slide .slick-prev {
    left: 0;
    background: url(/assets/images/4246896372a464a6a6a06dbb5f6ec4c3.png) no-repeat 50%
}

.port_info .cont .brewing_slide .slick-next {
    right: 0;
    background: url(/assets/images/6efe3e1c47161247ea6c953289d8541b.png) no-repeat 50%
}

.port_info .cont .brewing_slide .slick-dots {
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;
    text-align: center;
}

.port_info .cont .brewing_slide .slick-dots li {
    display: inline-block;
    margin: 0 8px;
}

.port_info .cont .brewing_slide .slick-dots li button {
    width: 9px;
    height: 9px;
    background-color: #ccc;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
    border-radius: 100%;
    outline: none;
}

.port_info .cont .brewing_slide .slick-dots li.slick-active button {
    background-color: #111;
}

.port_cont {
    padding: 154px 0;
    background-color: #fff;
}

.port_cont img {
    width: 100%;
    height: auto;
}

.port_cont .cont {
    overflow: hidden;
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

.port_cont .cont:after {
    content: "";
    display: block;
    clear: both;
}

.port_cont .cont .imgs {
    float: left;
    width: 50%
}

.port_cont .cont .txts {
    float: right;
    width: 50%;
    padding-left: 110px;
}

.port_cont .cont .txts .title {
    font-size: 40px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}

.port_cont .cont .txts .desc {
    margin-top: 23px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    word-break: keep-all;
}

.port_cont .cont .txts .desc em,
.port_cont .cont .txts .desc .line_break,
.port_cont .cont .txts .desc span {
    display: block;
}

.port_cont .cont.change .imgs {
    float: right;
}

.port_cont .cont.change .txts {
    float: left;
    padding-left: 0;
}

.port_cont .cont.change .imgs>div {
    float: right;
}

.port_cont .cont.vertical {
    position: relative;
    padding-top: 703px;
}

.port_cont .cont.vertical .imgs {
    position: absolute;
    top: 0;
    left: 0;
    float: none;
    width: 100%;
    height: 703px;
}

.port_cont .cont.vertical .txts {
    float: none;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    margin-top: 75px;
}

.port_cont .cont.vertical .txts .desc,
.port_cont .cont.vertical .txts .title {
    float: left;
}

.port_cont .cont.vertical .txts .title {
    width: 15%;
    line-height: 1.2;
}

.port_cont .cont.vertical .txts .desc {
    width: 85%;
    margin-top: 0;
}

.port_cont .sec1 .cont .imgs>div {
    overflow: hidden;
    width: 628px;
    height: 562px;
}

.port_cont .sec2 {
    position: relative;
    margin-top: 200px;
}

.port_cont .sec2 .cont .imgs>div {
    overflow: hidden;
    width: 540px;
    height: 700px;
}

.port_cont .sec3 {
    margin-top: -127px;
}

.port_cont .sec3 .cont .imgs>div {
    overflow: hidden;
    width: 540px;
    height: 700px;
}

.port_cont .sec3 .cont .txts {
    margin-top: 284px;
}

.port_cont .sec4,
.port_cont .sec5 {
    margin-top: 200px;
}

.port_say {
    position: relative;
    padding: 70px 0 140px;
    background: #fff;
}

.port_say:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(50% + 35px);
    background: #242424;
}

.port_say .cont {
    z-index: 10;
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

.port_say .cont>ul {
    overflow: hidden;
    margin: 0 -10px;
}

.port_say .cont>ul>li {
    float: left;
    width: 33.3333%;
    padding: 0 10px;
}

.port_say .cont>ul>li>div {
    height: 340px;
    padding: 50px 32px;
    background: #f2e9de;
}

.port_say .cont .title {
    font-size: 26px;
    font-family: Montserrat, sans-serif;
    text-align: center;
}

.port_say .cont .desc {
    margin-top: 33px;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    text-align: center;
}

.port_say .cont .desc span {
    display: block;
}

.pops_brewing {
    display: none;
    z-index: 950;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.pops_brewing.active {
    display: block;
}

.pops_brewing .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}

.pops_brewing .movie_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1280px;
    height: 720px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pops_brewing .movie_cont .in_movie {
    height: 100%
}

.pops_brewing .movie_cont .in_movie iframe {
    width: 100%;
    height: 100%
}

.pops_brewing .movie_cont .btn_movieClose {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 50px;
    height: 50px;
    background: url(/assets/images/1022ca7bdbc846e8679cc6a60e57fd82.png) no-repeat 50%;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
}

.rosting_test {
    padding-top: 40px;
}

.rosting_test .title {
    font-size: 11px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    text-align: center;
    color: #999;
}

.tasting_note .chartjs-render-monitor {
    width: 100% !important;
    height: 305px !important;
}

.roasting {
    position: relative;
    height: 100%
}

.roasting #radar-chart {
    width: 100% !important;
}

#carousel--indicator {
    overflow: hidden;
    height: 4px;
    position: relative;
}

#carousel--indicator .inner {
    position: absolute;
    top: 0;
    left: 50%;
    width: 385px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

#carousel--indicator .inner .slide {
    position: relative;
    background-color: #cec4bd;
}

#carousel--indicator .inner .slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

#carousel--indicator .inner .slide .slick-slide {
    height: 4px;
    background-color: #cec4bd;
}

#carousel--indicator .inner .slide div {
    height: 4px;
    vertical-align: top;
}

#carousel--indicator .inner #active-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 16.6666%;
    height: 100%;
    background-color: #211e1f;
    -webkit-transition: all 1s;
    transition: all 1s;
}

#show-result {
    display: none;
}

#brewing-guide .heading,
#brewing-guide .subheading {
    text-transform: uppercase;
}

#brewing-guide .video-container {
    width: 100%;
    height: 100%
}

.audio-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.audio-firstBtn {
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.audio-firstBtn,
.audio-firstBtn-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.audio-firstBtn-img {
    width: 50px !important;
    height: 50px !important;
}

@media screen and (max-width:768px) {
    .audio-firstBtn-img {
        width: 44px !important;
        height: 44px !important;
    }
}

#audio-progress {
    width: 100%;
    height: 3px;
    position: relative;
    left: 35px;
    top: 25px;
}

#waveform {
    width: 98%;
    height: 3px;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    opacity: .8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: hsla(0, 0%, 100%, .4);
    z-index: 1;
}

#waveform:hover {
    opacity: 1;
}

#track {
    position: absolute;
    top: 0;
    left: 34px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    width: 74%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.audio-controls--button {
    position: absolute;
    cursor: pointer;
    opacity: .9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 22px;
    height: 22px;
}

.audio-controls--button:hover {
    opacity: 1;
}

#playBtn {
    background-position: 0 0;
}

#pauseBtn,
#playBtn {
    top: 8px;
    left: 6px;
    background-image: url(/assets/images/3b72b31719aef21b89b06f4196015ea8.png);
    background-repeat: no-repeat;
}

#pauseBtn {
    background-position: 0 -22px;
    display: none;
}

#progress {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #fff;
}

#audio-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px;
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s ease-in-out infinite;
    animation: sk-scaleout 1s ease-in-out infinite;
    display: none;
}

#listBtn {
    position: absolute;
    width: 28px;
    height: 30px;
    top: -3px;
    right: 5px;
    outline: none;
}

#listBtn.listClose {
    top: 5px;
    right: 4px;
}

.listOpen {
    background-image: url(/assets/images/2738b440948eb5576a4b0bb5557be749.png);
}

.listClose,
.listOpen {
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.listClose {
    background-image: url(/assets/images/2bdf2fc735045547549814d31bf17373.png);
}

@media screen and (max-width:768px) {
    #listBtn.listClose {
        top: 4px;
        right: 5px;
    }

    #track {
        top: 1px;
    }

    .audio-controls {
        height: 36px;
    }

    #listBtn {
        right: 5px;
    }

    #pauseBtn,
    #playBtn {
        top: 8px;
        background-image: url(/assets/images/e532f2dd2b6780c84dd8a19c74176bb3.png);
        background-size: 100%
    }

    .listOpen {
        top: -5px;
        background-image: url(/assets/images/b09289ecac25db4288ec54050db44700.png);
        background-size: 26px 28px;
    }

    .listClose {
        background-image: url(/assets/images/98502976a94d60e229e4a494fea6c8cd.png);
        background-size: 13px 13px;
    }
}

.finder-playlist {
    counter-reset: list;
    list-style: none;
    padding-left: 32px;
    position: relative;
    height: 154px;
    display: none;
    font-family: Montserrat, Noto Sans KR, sans-serif;
}

.finder-playlist li {
    counter-increment: list;
    position: relative;
    margin-top: 0;
    margin-bottom: 7px;
    color: #8d8d8d;
}

.finder-playlist li:before {
    content: counter(list);
    position: absolute;
    right: 102%;
    font-size: 13px;
    font-family: Montserrat, Noto Sans KR, sans-serif;
    font-weight: 300;
    width: 32px;
    text-align: center;
}

.finder-playlist li.active .finder-playlist--artist,
.finder-playlist li.active .finder-playlist--duration,
.finder-playlist li.active .finder-playlist--song-title,
.finder-playlist li.active:before {
    color: #fff;
    font-weight: 500;
}

.finder-playlist button {
    width: 100%
}

.finder-playlist-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 66px;
    grid-template-columns: 1fr 66px;
    -ms-grid-rows: 1fr 0 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "finder-playlist--song-title finder-playlist--duration" "finder-playlist--artist .";
    grid-column-gap: 12px;
    grid-row-gap: 0;
    cursor: pointer;
}

.finder-playlist--song-title {
    -ms-grid-column: 1;
    grid-area: finder-playlist--song-title;
    display: block;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.finder-playlist--duration,
.finder-playlist--song-title {
    -ms-grid-row: 1;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat, Noto Sans KR, sans-serif;
}

.finder-playlist--duration {
    -ms-grid-column: 3;
    position: absolute;
    top: 9px;
    right: 18px;
    grid-area: finder-playlist--duration;
    display: -ms-flexbox;
    display: flex;
    padding-left: 18px;
    font-size: 12px;
}

.finder-playlist--artist {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: finder-playlist--artist;
    display: block;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-family: Montserrat, Noto Sans KR, sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.scrollbar-track {
    background-color: hsla(0, 0%, 100%, .2) !important;
    border-radius: 4px;
}

.scrollbar-thumb {
    background-color: #222 !important;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.finder-playlist .scrollbar-track-y {
    width: 3px;
    background-color: #878787 !important;
    border: 1px solid #878787;
    display: block !important;
}

.finder-playlist .scrollbar-track-y .scrollbar-thumb {
    width: 3px;
    height: 70px;
    background: #fff !important;
}

.finder-playlist.finder-mobile {
    height: 0;
    padding-bottom: 57.5%
}

.finder-playlist.finder-mobile li {
    margin-bottom: 5px;
}

.step1_start {
    width: 1200px;
    margin: 0 auto;
}

.step1_start .product {
    margin: 55px 0 60px;
    text-align: center;
}

#find-my-coffee--button {
    text-transform: uppercase;
    text-decoration: none;
}

.step4_result .audio-firstBtn {
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    padding: 20px 10px 0;
}

#subContent.just_cont {
    padding-top: 94px;
}

.wrap_just_foryou .foryou_visual {
    position: relative;
    height: 540px;
    background: url(/assets/images/c9e9c8340fb2dac2353382e97e749b29.jpg) no-repeat 50% 0;
}

.wrap_just_foryou .foryou_visual .txts {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    font-weight: 700;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wrap_just_foryou .foryou_cont .desc {
    width: 1280px;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
}

.wrap_just_foryou .foryou_cont .desc p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
}

.wrap_just_foryou .foryou_cont .desc p:first-child {
    margin-top: 0;
}

.wrap_just_foryou .foryou_cont .desc p.txt1 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 400;
}

.wrap_just_foryou .foryou_cont .desc p.txt1+p {
    margin-top: 57px;
}

.myfind_business {
    margin-top: 40px;
}

.pop_form {
    display: none;
}

.pop_form.active {
    display: block;
}

.pop_form .mask {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.pop_form .pop_conts {
    z-index: 1100;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 550px;
    height: 680px;
    margin-left: -270px;
    margin-top: -340px;
    padding: 30px 100px;
    background-color: #fff;
}

.pop_form .pop_conts h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.pop_form .pop_conts .conts {
    margin-top: 4px;
}

.pop_form .pop_conts .conts h3 {
    padding: 6px 0 4px 5px;
    font-size: 16px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    color: #666;
}

.pop_form .pop_conts .conts h3 .required {
    margin-left: 3px;
    color: #bd1e04;
}

.pop_form .pop_conts .conts .input_wrap {
    height: 38px;
    border: 1px solid #ccc;
}

.pop_form .pop_conts .conts .input_wrap input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: 0;
}

.pop_form .pop_conts .conts .input_wrap.msge {
    height: 70px;
}

.pop_form .pop_conts .conts .input_wrap textarea {
    border: 0;
    resize: none;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.pop_form .pop_conts .conts .t_phone {
    display: table;
    width: 100%;
    height: 100%
}

.pop_form .pop_conts .conts .t_phone>li {
    display: table-cell;
    vertical-align: middle;
    height: 100%
}

.pop_form .pop_conts .conts .t_phone>li.at {
    padding: 0 5px;
}

.pop_form .pop_conts .conts .input_wrap.indi_info {
    height: 90px;
    margin-top: 15px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fcfbf8;
}

.pop_form .pop_conts .conts .input_wrap.indi_info p {
    line-height: 18px;
    padding: 10px;
    font-size: 13px;
    font-weight: 300;
    color: #999;
}

.pop_form .pop_conts .conts .btn_wrap {
    margin-top: 20px;
    text-align: center;
}

.pop_form .pop_conts .conts .btn_close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 40px;
    height: 40px;
    background: url(/assets/images/1ebff97ba5690a2a4ad5a440e4f51c3f.png) no-repeat 50%;
    outline: none;
}

#subContent.docent {
    padding-top: 0;
}

.st_docent_head {
    display: table;
    width: 100%;
    height: 100%;
    background: url(/assets/images/1a68499c6d0cbe58fdf806d1e0b0f6f2.jpg) no-repeat 50%;
    background-size: cover;
}

.st_docent_head .heading {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.st_docent_head .heading span {
    font-size: 24px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
}

.st_docent_head .heading h3 {
    margin-top: 6px;
    font-size: 40px;
    font-family: Montserrat, Noto Sans KR, sans-serif;
    font-weight: 700;
}

.st_docent_head .heading h3 .little_subs {
    display: block;
    font-size: 26px;
    font-weight: 400;
}

.st_docent_head .heading .bt_btm {
    width: 52px;
    height: 18px;
    margin-top: 42px;
    background: url(/static/img/btn_docent_down.png) no-repeat 50% 0;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
    outline: none;
}

.st_docent_cont {
    padding: 110px 0 150px;
    background: #fff;
}

.st_docent_cont .conts {
    width: 1280px;
    margin: 0 auto;
}

.st_docent_cont .conts h3 {
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
}

.st_docent_cont .conts h3 span {
    display: block;
}

.st_docent_cont .conts p {
    margin-top: 57px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    font-weight: 300;
}

.st_docent_cont .conts p span {
    display: block;
}

.st_docent_cont .conts .imgs {
    margin-top: 72px;
}

#wrap,
body,
html {
    height: 100%
}

.st_promise {
    display: table;
    width: 100%;
    height: 100%;
    background: url(/assets/images/cd9d0d0608297e4d520872ac879066b6.jpg) no-repeat 50%;
    background-size: cover;
}

.st_promise .inner {
    position: relative;
    top: 50px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.st_promise .inner .heading {
    width: 1280px;
    margin: 0 auto;
}

.st_promise .inner .heading h2 {
    font-size: 40px;
    text-align: center;
    font-family: Montserrat, sans-serif;
}

.st_promise .inner .heading h2 .little_subs {
    display: block;
    font-size: 24px;
    font-weight: 400;
}

.st_promise .inner .conts {
    width: 1280px;
    margin: 50px auto 0;
}

.st_promise .inner .conts>ul {
    overflow: hidden;
    margin: 0 -10px;
}

.st_promise .inner .conts>ul>li {
    float: left;
    width: 33.3333%;
    padding: 0 10px;
}

.st_promise .inner .conts>ul>li>div {
    height: 330px;
    padding: 45px 20px 0;
    background: #fff;
}

.st_promise .inner .conts h3 {
    font-size: 26px;
    text-align: center;
    font-family: Montserrat, sans-serif;
}

.st_promise .inner .conts h3 .little_subs {
    display: block;
    font-size: 20px;
    font-weight: 500;
}

.st_promise .inner .conts p {
    line-height: 32px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

.st_promise .inner .conts p span {
    display: block;
}

.st_promise.type_port {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 0 200px;
    background: #fff;
    background-size: auto;
}

.st_promise.type_port .inner {
    position: relative;
    top: 0;
    height: auto;
    display: block;
    vertical-align: middle;
}

.st_promise.type_port .inner .conts>ul>li>div {
    background-color: #f2e9de;
}

.st_docent_head.pls {
    background: url(/assets/images/df731111697678452e66331edaf97dd2.jpg) no-repeat 50%;
    background-size: cover;
}

.pls_img_txts {
    padding: 140px 0 120px;
    background-color: #fff;
}

.pls_img_txts .inner {
    overflow: hidden;
    width: 1280px;
    margin: 0 auto;
}

.pls_img_txts .txts {
    padding-top: 115px;
    width: calc(100% - 520px);
    float: left;
}

.pls_img_txts .txts h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .38px;
}

.pls_img_txts .txts h3 span {
    display: block;
}

.pls_img_txts .txts p {
    margin-top: 34px;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
}

.pls_img_txts .txts p span {
    display: block;
}

.pls_img_txts .txts p span.t_space {
    margin-top: 23px;
}

.pls_img_txts .imgs {
    width: 520px;
    float: right;
}

.pls_img_txts.s2 {
    background-color: #f1f1f1;
}

.pls_img_txts.s2 .txts {
    float: right;
    padding-top: 142px;
    padding-left: 212px;
}

.pls_img_txts.s2 .imgs {
    float: left;
}

.wrap_indiinfo {
    padding-top: 200px;
}

.indi_contain {
    width: 1280px;
    margin: 0 auto;
}

.indi_contain .indi_heading {
    text-align: center;
}

.indi_contain .indi_heading h2 {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.indi_contain .indi_heading .subs {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    padding-top: 5px;
    font-size: 26px;
}

.indi_contain .indi_heading .subs:after {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    width: 76%;
    height: 1px;
    background-color: #111;
}

.indi_contain .indi_conts {
    margin-top: 127px;
    padding-bottom: 130px;
}

.indi_contain .indi_conts .dp2_title {
    font-weight: 500;
}

.indi_contain .indi_conts .desc,
.indi_contain .indi_conts .dp2_title,
.indi_contain .indi_conts .dp3_title,
.indi_contain .indi_conts .list li,
.indi_contain .indi_conts .num_list li {
    font-size: 18px;
    line-height: 32px;
    word-break: keep-all;
}

.indi_contain .indi_conts .desc,
.indi_contain .indi_conts .dp3_title,
.indi_contain .indi_conts .list li,
.indi_contain .indi_conts .num_list li {
    font-weight: 300;
}

.indi_contain .indi_conts .desc+.desc,
.indi_contain .indi_conts .desc+.list,
.indi_contain .indi_conts .dp2_title,
.indi_contain .indi_conts .dp3_title,
.indi_contain .indi_conts .list+.dp3_title,
.indi_contain .indi_conts .list+.list {
    margin-top: 34px;
}

.indi_contain .indi_conts .dp2_title+.dp3_title {
    margin-top: 0;
}

.indi_contain .indi_conts .desc span {
    display: block;
}

.indi_contain .indi_conts .list.double_floor li {
    margin-top: 34px;
}

.indi_contain .indi_conts .list.double_floor li:first-child {
    margin-top: 0;
}

.brweing_logo {
    position: absolute;
    top: 38px;
    left: 38px;
}

.brweing_logo a {
    overflow: hidden;
    display: block;
    width: 261px;
    height: 18px;
    font-size: 30px;
    background: url(/assets/images/cd3d068d11586ae9213d87d2546b8151.png) no-repeat;
    background-size: 100%;
    text-decoration: none;
    outline: none;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
}

.video_movie,
.video_movie>li {
    width: 100%;
    height: 100%
}

.video_movie>li {
    display: none;
}

.video_movie>li.active {
    display: block !important;
}

.video_list>li button span {
    vertical-align: top;
}

.subheading {
    display: none !important;
}

.subheading.active {
    display: block !important;
}

.progress-container .nanobar {
    width: 100%;
}

.progress-container .bar {
    height: 100%;
    transition: height .3s;
    background: #000;
}

#eventWrap {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

.eventList {
    overflow: hidden;
}

.eventList li {
    width: 50%;
    box-sizing: Border-box;
    padding: 20px;
    float: left;
}

.eventList li a {
    color: #221614;
    font-family: Montserrat, Noto Sans KR, sans-serif;
}

.eventList li .eventImg {
    width: 600px;
    height: 300px;
    overflow: hidden;
    background-size: 100%;
    background-position: center;
    opacity: 0.9;
}

.eventList li a:hover>.eventImg {
    opacity: 1;
    transition: .5s;
    background-size: 104%;
}

.eventList li .eventText {
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #221614;
}

#eventContens {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    border-top: 2px solid #000;
    box-sizing: border-box;
    padding: 50px 0;
    border-bottom: 2px solid #000;
}

#eventContens .image {
    text-align: center;
}


.instaList {
    width: 100%;
    font-size: 0;
}

.instaList li {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
    vertical-align: top;
}

.instaList li:nth-child(3n) {
    margin-right: 0;
}

.instaList li a {
    position: relative;
    display: block;
}

.instaList li .instaInfo {
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/static/img/collaboration/info_bg.png);
    text-align: center;
    opacity: 0;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

.instaList li .instaInfo:hover {
    opacity: 1.0;
}

.instaList li .instaInfo dl {
    display: table-cell;
    vertical-align: middle;
}

.instaList li .instaInfo dt {
    margin-bottom: 20px;
    font-size: 22px;
    color: #FFF;
}

.instaList li .instaInfo dd {
    display: inline-block;
    width: 45px;
    height: 45px;
}

.instaList li .instaInfo dd img {
    width: 100%;
}

.instaList li .instaThum img {
    width: 100%;
}

.more_btn {
    margin-bottom: 100px;
    text-align: center;
}

.more_btn a {
    background: url(/static/img/collaboration/arrow.png) no-repeat;
    background-position: calc(100% - 20px) 50%;
    background-size: 10px 7px;
}

/* main 인스타그램 */
.main_insta {
    padding: 60px 0;
    background: #FFF;
    text-align: center;
}

.main_insta h2 a {
    text-decoration: none;
    font-size: 40px;
    font-weight: 700;
    font-family: Montserrat, Noto sans KR, sans-serif;
}

.main_insta h2:before {
    content: "";
    display: block;
    width: 53px;
    height: 53px;
    margin: auto;
    background: url(/static/img/main/sns_instagram_tt.png) no-repeat;
    background-size: 100% auto;
}

.main_insta ul {
    display: table;
    width: 100%;
    margin-top: 40px;
    font-size: 0;
}

.main_insta li {
    display: inline-block;
    width: 14.28%;
}

.main_insta li img {
    width: 100%;
}

/* Brew Guide */
#subContent.brewGuideMain,
#subContent.brewGuideDetail {
    padding-bottom: 120px;
    background-color: #fff;
}

.bg_hero {
    position: relative;
    text-align: center;
}

.bg_hero img {
    width: 100%;
    height: 500px;
}

.bg_hero h2 {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    height: 100px;
}

.bg_cards {
    width: 1280px;
    margin: 60px auto 0;
}

.bg_cards ul {
    overflow: hidden;
    margin: 0 -10px;
}

.bg_cards ul li {
    float: left;
    width: 20%;
    padding: 0 10px;
}

.bg_cards .bg_card {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.bg_cards .bg_card img {
    width: 100%;
    height: auto;
}

.bg_cards .bg_card .dim {
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0;
    transition: opacity .25s ease;
}

.bg_cards .bg_card:hover .dim {
    opacity: .4;
    /* 임시값 - 확인 필요 사항 #2, 추후 조정 예정 */
}

.bg_cards .bg_card .label {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}

.bg_recipe {
    width: 1280px;
    margin: 100px auto 0;
    text-align: center;
}

.bg_recipe h3 {
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.bgd_hero {
    position: relative;
    text-align: center;
}

.bgd_hero img {
    width: 100%;
    height: auto;
}

.bgd_hero h2 {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}

.bgd_intro {
    width: 860px;
    margin: 60px auto 0;
    text-align: center;
}

.bgd_intro p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    color: #111;
}

.bgd_info {
    width: 1280px;
    margin: 60px auto 0;
}

.bgd_info ul {
    overflow: hidden;
    background-color: #f0e8dc;
}

.bgd_info ul li {
    float: left;
    width: 20%;
    padding: 30px 0;
    text-align: center;
    border-left: 1px solid #fff;
}

.bgd_info ul li:first-child {
    border-left: none;
}

.bgd_info dt {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #666;
}

.bgd_info dd {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #111;
}

.bgd_prepare {
    width: 1280px;
    margin: 60px auto 0;
    text-align: center;
}

.bgd_prepare h3 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.bgd_prepare p {
    margin-top: 14px;
    font-size: 16px;
    color: #444;
}

.bgd_steps {
    width: 1280px;
    margin: 80px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.bgd_steps .step {
    padding: 0 10px;
    margin-top: 40px;
    text-align: center;
}

.bgd_steps .step img {
    width: 100%;
    height: auto;
}

.bgd_steps .step .step_no {
    display: block;
    margin-top: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #999;
}

.bgd_steps .step h4 {
    margin-top: 6px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

.bgd_steps .step p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.bgd_video {
    width: 1280px;
    height: 640px;
    margin: 100px auto 0;
}

.bgd_others {
    padding-top: 30px;
    padding-bottom: 60px;
    border-top: 1px solid #ddd;
}

.bgd_others ul li {
    width: 25%;
}

/* Tasting Note 인디케이터 / Tasting Map */
.tasting_indicators {
    width: 230px;
    margin: 18px auto 0;
}

.tasting_indicators dl {
    overflow: hidden;
    margin-top: 8px;
}

.tasting_indicators dl:first-child {
    margin-top: 0;
}

.tasting_indicators dl dd,
.tasting_indicators dl dt {
    float: left;
}

.tasting_indicators dl dt {
    width: 45px;
    font-size: 13px;
    line-height: 24px;
    color: #666;
}

.tasting_indicators dl dd {
    width: 160px;
    padding: 8px 0 8px 10px;
}

.tasting_indicators dl dd>div {
    position: relative;
}

.tasting_indicators dl dd ul {
    position: relative;
    overflow: hidden;
}

.tasting_indicators dl dd ul.w5 {
    width: 107%
}

.tasting_indicators dl dd ul.w5>li {
    width: 20%
}

.tasting_indicators dl dd ul.w7 {
    width: 100%
}

.tasting_indicators dl dd ul.w7>li {
    width: 14.28%
}

.tasting_indicators dl dd ul>li {
    float: left;
}

.tasting_indicators dl dd ul>li span {
    display: block;
    width: 6px;
    height: 6px;
    background: #111;
    border-radius: 100%;
}

.tasting_indicators dl dd .port_grogress {
    position: absolute;
    top: -1px;
    left: -1px;
    height: calc(100% + 2px);
    background: rgba(0, 0, 0, .6);
    border-radius: 4px;
}

.tasting_map .map_wrap {
    position: relative;
}

.tasting_map .map_wrap .map_bg {
    width: 100%;
    height: auto;
}

.tasting_map .map_text {
    margin-top: 24px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #444;
    text-align: center;
    word-break: keep-all;
}
