@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url(../randing/font/Montserrat-ExtraBold.woff) format('woff');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
    font-family: 'Noto Sans KR',"맑은 고딕",sans-serif,'dotum','굴림','Spinnaker','gulim','Vertical','Arial';
    font-size:16px;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -moz-font-feature-settings:"liga", "kern";
    letter-spacing:-0.06em;
    font-weight:400;
    color:#000;
	vertical-align: baseline;
    word-break: keep-all;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    position: relative;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
li{
    float:left;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
    width : 100%;
}
a {color: #fff; text-decoration: none; outline: none}

input {
    outline: none;
}

button {
    cursor: pointer;
}

.disnon {display : none;}

.relative {
    position: relative;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ft30 {
    font-size: 30px !important;
}

.ft40 {
    font-size: 40px !important;
}

.ft68 {
    font-size: 68px !important;
}

.ft75 {
    font-size: 75px !important;
}

.ft88 {
    font-size: 88px !important;
}
.ft115 {
    font-size: 115px !important;
}

h4 {
    font-size: 70px;
    line-height: 103px;
    font-weight: 600;
}

h5 {
    font-size: 40px;
}

p {
  font-size: 18px;  
}

p.p_title {
    font-size: 33px;  
} 

p span { 
    color: #ff8f2d;
}

.pc_dn {
    display: block;
}

.mo_dn {
    display: none;
}

.home_btn {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #0B213D;
    position: fixed;
    top: 20%;
    right: 10%;
    z-index: 100;
} 

.home_btn:hover, .home_btn:active {
    color: #fff;
    background-color: #f59000;
}

.home_btn a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.3;
    font-size: 15px;
    font-weight: 600;
}

.scroll {
    padding-top: 60px;
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
}
.scroll span {
    position: absolute;
    bottom: 23px;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
.scroll span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

.bk_bg {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.banada_bean {
    position: relative;
    width: 100%;
}

.banada_bean .main_txt {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 10;
}

.banada_bean .main_txt p {
    margin-bottom: 53px;
    color: #fff;
}

.banada_bean .main_txt h4 {
    color: #fff;
}

.secret {
    position: relative;
    width: 100%;
    padding: 500px 0;
    background: #100B08;
    background-size: cover;
    overflow: hidden;
}

.secret .main_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 10;
}

.secret .main_txt p {
    font-size: 20px;
    line-height: 33px;
    color: #fff;
}

.secret .main_txt .p_title {
    margin-bottom: 27px;
    color: #fff;
    font-size: 33px;
}

.secret .main_txt h4 {
    color: #fff;
    margin-bottom: 118px;
}

.big_bean_wrap {
    position: relative;
    width: 600px;
    position: absolute;
    bottom: 0;
    left: 100px;
    z-index: 10;
}

.big_bean_wrap .big_bean {
    width: 466px;
}

.big_bean_wrap svg {
    position: absolute;
    bottom: 130px;
    left: 350px;
}

.breaken {
    width: 1005px;
    transform: rotate(-62deg);
    position: absolute;
    top: 0;
    right: -438px;
}

.peel_off {
    position: relative;
    width: 100%;
    background: #100B08;
}

.peel_off .pc_main_bg {
    width: 100%;
}

.peel_off .main_txt {
    position: absolute;
    top: calc(50% - 20px);
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.peel_off .main_txt p {
    margin-bottom: 33px;
    color: #fff;
}

.peel_off .main_txt h4 {
    font-family: 'Montserrat';
    font-size: 110px;
    font-weight: 800;
    line-height: 120px;
    color: #fff;
}

.pc_main_bg_03 {
    width: 800px;
    height: 600px;
    position: absolute;
    bottom: -230px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.roller {
    position: relative;
    width: 100%;
    padding: 500px 0;
    background-color: #fff;
}

.roller .bean_01 {
    width: 48px;
    position: absolute;
    top: 100px;
    right: 30%;
}

.roller .bean_02 {
    width: 56px;
    position: absolute;
    top: 548px;
    left: 15%;
    transform: rotate(24deg);
}

.roller .bean_03 {
    width: 53px;
    position: absolute;
    top: 461px;
    right: 16%;
    transform: rotate(45deg);
}

.roller .main_txt {
    width: 100%;
    position: absolute;
    top: calc(50% - 26px);
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 10;
}

.roller .main_txt p {
    font-size: 20px;
    line-height: 33px;
}

.roller .main_txt .p_title {
    margin-bottom: 27px;
    font-size: 33px;
}

.roller .main_txt h4 {
    margin-bottom: 81px;
}

.roller p {
    text-align: center;
    font-size: 33px;
    line-height: 55px;
}

.roller p span {
    font-size: 20px;
}

.info_01,
.info_02 {
    position: relative;
    width: 100%;
    height: 668px;
    background: #F8F8F8;
}

.info_02 {
    background: #fff;
}

.info_01 > div,
.info_02 > div {
    width: 1320px;
    height: 100%;
    margin: 0 auto;
    vertical-align: middle; 
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.book_img {
    width: 517px;
}

.circle_img {
    width: 503px;
}

.info_02 > div {
    text-align: right;
}

.info_01 > div h5,
.info_02 > div h5 {
    margin-bottom: 28px;
    line-height: 55px;
    font-weight: 800;
}

.info_01 > div  p,
.info_02 > div  p {
    line-height: 28px;
}

.chart_info {
    position: relative;
    width: 100%;
    background: #F8F8F8;
    padding: 124px 0;
}

.chart_info .txt_wrap {
    text-align: center;
}

.chart_info .txt_wrap h5 {
    font-weight: 800;
    margin-bottom: 20px;
}

.chart_wrap {
    width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chart_wrap > div {
    width: 560px;
    height: 620px;
    padding: 20px 0;
    margin-top: 126px;
    background: #FFF;
    text-align: center;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.chart_wrap > div .txt_01 {
    color: #FF8F2D;
    font-size: 18px;
    line-height: 55px;
    font-weight: 800;
}

.chart_wrap > div .title {
    font-size: 33px;
    line-height: 55px;
    font-weight: 800;
}

.chart_wrap > div .txt_02 {
    font-size: 18px;
    line-height: 28px;
    color: #848484;
}

.chart_wrap > div img {
    width: 335px;
    margin-top: 50px;
}

.qna {
    height: 176px;
    padding: 100px 0;
    background-color: #FF8F2D;
    text-align: center;
}

.qna h5 {
    color: #FFF;
    font-weight: 600;
}

.qna .btn_wrap {
    width: 444px;
    margin: 67px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qna .btn_wrap a {
    display: block;
    width: 204px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #fff;
    color: #1E1E1E;
    border: 1px solid #1E1E1E;
    border-radius: 15px;
    font-size: 20px;
}

.qna .btn_wrap>:nth-child(1) {
    border: 1px solid #fff;
}

.qna .btn_wrap>:nth-child(2) {
    background-color: #1E1E1E;
    color: #FFF;
}

.footer {
    background-color:#00122A;
    padding:30px 0;text-align:center;
}

.footer img {
    width: 200px;
}

@media (max-width: 1320px) {
    .w100 {
        width: 100%;
    }

    .pc_dn {
        display: none;
    }
    
    .mo_dn {
        display: block;
    }

    .main_txt {
        width: 100%;
    }

    .info_01 > div p, .info_02 > div p {
        font-size: 16px;
        line-height: 25px;
    }

    .home_btn {
        width: 140px;
        height: 140px;
        top: 60%;
        right: 5%;
    }

    .home_btn a {
        font-size: 20px;
    }

    .scroll {
        padding-top: 60px;
        position: absolute;
        bottom: 223px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 25px;
    }

    .scroll span {
        position: absolute;
        bottom: 34px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 80px;
        margin-left: 0px;
        border: 4px solid #fff;
        border-radius: 50px;
        box-sizing: border-box; 
    }

    .scroll span::before {
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        width: 10px;
        height: 10px;
        margin-left: 0px;
        background-color: #fff;
        border-radius: 100%;
        box-sizing: border-box;
    }

    .secret {
        padding: 1000px 0;
    }

    .secret .main_txt .p_title,.roller .main_txt .p_title {
        margin-bottom: 50px;
    }

    .info_01 > div, .info_02 > div,.chart_wrap,.banada_bean .main_txt,.peel_off .main_txt {
        width: 100%;
    }

    .secret .main_txt p,
    .roller .main_txt p,
    .roller .main_txt p span {
        font-size: 33px;
        line-height: 46px;
    }

    .breaken {
        transform: rotate(-77deg);
        right: -526px;
    }

    .big_bean_wrap {
        left: -100px;
    }

    .roller {
        padding: 700px 0;
    }

    .roller p {
        width: 100%;
    }

    .roller .bean_01 {
        width: 77px;
        position: absolute;
        top: 100px;
        left: 30%;
    }

    .roller .bean_02 {
        width: 67px;
        transform: rotate(28deg);
        top: 70%;
        left: 15%;
    }

    .roller .bean_03 {
        width: 63px;
        transform: rotate(45deg);
        top: 41%;
        right: 5%;
    }

    .info_01 {
        padding: 200px 0 350px;
    }

    .info_02 {
        padding: 200px 0 450px;
    }

    .info_01 > div, .info_02 > div {
        flex-direction: column;
    }

    .info_01 > div h5, .info_02 > div h5 {
        font-size: 70px;
        line-height: 103px;
        text-align: center;
        margin-bottom: 87px;
        font-weight: 600;
    }

    .info_01 > div p, .info_02 > div p {
        font-size: 32px;
        line-height: 45px;
        text-align: center;
    }

    .circle_img {
        margin-top: 100px;
    }

    .chart_info .txt_wrap h5 {
        font-size: 64px;
        line-height: 76px;
        margin-bottom: 48px;
    }

    .chart_info .txt_wrap p {
        font-size: 24px;
        line-height: 42px;
    }

    .chart_info {
        width: calc(100% - 60px);
        height: auto;
        padding: 140px 30px;
    }

    .chart_wrap {
        flex-wrap: wrap;
    }

    .chart_wrap > div {
        width: 100%;
        height: auto;
        padding: 140px 0;
    }

    .chart_wrap > div .txt_01 ,
    .chart_wrap > div .txt_02 {
        font-size: 30px;
        line-height: 62px;
    }

    .chart_wrap > div .title {
        font-size: 60px;
        margin: 5px auto 50px;
    }

    .chart_wrap > div img {
        width: 80%;
        max-width: 555px;
    }

    .qna {
        height: auto;
        padding: 60px 0;
    }

    .qna h5 {
        font-weight: 600;
        line-height: 82px;
        font-size: 64px;
    }

    .qna .btn_wrap {
        flex-direction: column;
        gap: 15px;
    }

    .qna .btn_wrap a {
        width: 300px;
        height: 76px;
        text-align: center;
        line-height: 76px;
        background-color: #fff;
        color: #1E1E1E;
        border: 1px solid #1E1E1E;
        border-radius: 15px;
        font-size: 33px;
    }

    .ft28 {
        font-size: 28px !important;
    }

    .mo_main_bg_03 {
        width: 90%;
        bottom: -180px;
    }

    .roller .main_txt {
        top: calc(50% - 100px);
    }

    .filloff_coffee {
        width: 500px;
        height: 228px;
    }
}
