@charset "UTF-8";

body {
    font-size: 14px;
    color: #333;
}

html, body {
    height: 100%;
}

/* fontStyle */
tt, i, b, u, s, strike, big, small,
    /* phrase */
em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym,
    /* special */
a, img, applet, object, font, basefont, br, script, map, q, sub, sup, span, bdo, iframe,
    /* formctrl */
input, select, textarea, label, button,
    /* document */
address, div,
p, h1, h2, h3, h4, h5, h6, pre, blockquote, ins, del, dl, dt, dd, ul, ol, li, dir, menu, form, option, fieldset, legend, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

hr {
    margin: 0px;
}

img {
    font-size: 1%;
    line-height: 1;
    border: 0;
    vertical-align: top;
}

ul, ol, li {
    list-style: none;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1;
    background: transparent;
    vertical-align: top;
    cursor: pointer;
}

a {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

input, button, textarea {
    outline: none;
}

a:link, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 13px !important;
    letter-spacing: -.8px !important;
    line-height: 1.5;
}
.list-container {
    position: relative;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.list-container-noh {
    position: relative;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}

.main-img {
    flex-grow:1;
}
.bottom-fix {
    position: fixed;
    bottom:0;
    width: 100%;
    box-shadow: 0px 0px 12px rgb(79 79 90 / 15%);
    border-top: 1px solid #eeeef1;
}
.bottom-fix .list-container2 {
    height: 70px;
    display: flex;
    background: #fff;
}
.bottom-fix .ad-banner {
    display: none;
    width: 100%;
    overflow: hidden;
    min-height: 80px;
    max-width: 1024px;
    max-height: 280px;
    margin: 0 auto;
}
.bottom-fix .ad-banner img {
    width: 100%;
}
.list-edit-wrap {
    padding: 10px 0px;
    font-size: 20px;
/*    position: relative;
    width: 100%;
    background: #fafafa;
    letter-spacing: -.8px;*/
}
.list_input {
    width: 100%;
    /* height: 50px; */
    font-weight: 600;
    /* line-height: 50px; */
    /* margin-bottom: 15px; */
    border-bottom: 2px solid #ebebeb;
    padding: 15px 20px;
}
.text__area {
    /*height: 300px;*/
}
.list_textarea {
    width: 90%;
    height: 300px;
    line-height: 24px;
    padding: 10px 20px;
    margin: 20px 0;
    outline: none;
}
.list_textarea {
    width: 90%;
    height: 300px;background-size: cover;
    line-height: 24px;
    padding: 10px 20px;
    margin: 20px 0;
    outline: none;
}
.list_textarea2 {
    width: 80%;
    line-height: 24px;
    padding: 9px 15px;
    outline: none;
    border: none;
    resize: none;
    flex: 10;
    font-size: 15px;
}
.send-area {
    flex: 2;
    background: #ffec42;
    cursor: pointer;
}
.send-area button { 
    
    height: 100%;
    width: 100%;
}
.send-area i {
    font-size: 40px;
    display: table-cell;
    vertical-align: middle;
}
.send-area img {
    width: 28px;
    height: 28px;
    margin-left: 4px;
}
.list_button {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #000;
    color: #fff;
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.8px;
    display: block;
    z-index: 9999;
}
.list_button2 {
    width: 54px;
    background: #ffec42;
    border: solid 1px #eddc3f;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    display: block;
    z-index: 9999;
    margin-top: 3px;
    padding: 8px 10px;
}

.bottom_button {
    width: 100%;
    height: 7vh;
    line-height: 7vh;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.8px;
    display: block;
    z-index: 9999;
    background-position: center !important;
    
    flex-grow: 0;
}


/* custom */

.default-text {
    font-size: 26px;
    text-align: center;
    margin: 14px;
}

@media screen and (min-width: 768px) { 
    .bottom_button {
        background-size: contain !important;
    }
}

@media screen and (max-width: 768px) { 
    .main-img {
        background-size: cover !important;
    }
}

@media screen and (max-width: 300px) {
    .sort-ul .sort-li.sort1 {
        padding-right:0;
    }
}





.fa {
    color: #00ceb7 !important;
}
.nav-tabs>li {
    width: 50%;
    text-align: center;
    margin-bottom: -2px !important;
}
.nav-tabs {
    padding: 18px !important;
    border-bottom: 1px solid #ebebeb !important;
}
.nav>li>a {
    padding: 12px 0 !important;
    border: 1px solid #00ceb7 !important;
    color: #00ceb7 !important;
    font-size: 14px !important;
    font-weight: 600;
    border-radius: 0 !important;
    margin-right: 0 !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none !important;
    border-radius: 0 !important;
    margin-right: 0 !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background: #00ceb7 !important;
    color: #fff !important;
    border: 1px solid #00ceb7 !important;
    font-size: 14px !important;
    font-weight: 600;
}
.select__item {
    position: relative;
    padding: 17px;
}
.select__item >div {
    text-align: center;
    color: #00ceb7;
    line-height: 40px;
    font-weight: 600;
}
.select__item > select {
    width: 100%;
    border-bottom: 3px solid #ebebeb;
    padding: 20px 0;
    font-size: 16px;
    letter-spacing: -.8px;
}
.randing__wrap {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}
.randing__bg {
    background: linear-gradient(to bottom, #00cfb6, #58d9dc);
    height: 100%;
}
.text_img {
    background-image: url('../images/m/randing/tx_landing_01_android.png');
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: bottom center;
    height: 270px;
}
.text_img_ios {
    background-image: url('../images/m/randing/tx_landing_01_ios.png');
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: bottom center;
    height: 270px;
}
.btn_img {
    background-image: url('../images/m/randing/btn_down_android.png');
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: bottom center;
    height: 110px;
}
.logo_img1 {
    background-image: url('../images/m/randing/img_landing_01_android.png');
    background-repeat: no-repeat;
    background-size: 180px;
    background-position: center center;
    height: 100px;
}
.logo_img2 {
    background-image: url('../images/m/randing/tx_landing_2_android.png');
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: bottom center;
    height: 180px;
}

/******************************************************************************************
 * 찜콩 랜딩페이지 전용 > Stylesheet
 ******************************************************************************************/

/* Zzimcong KOR */
@font-face {
    font-family:  notosans100;
    src: url("../fonts/NotoSansKR-Thin-Hestia.woff");
}
@font-face {
    font-family:  notosans200;
    src: url("../fonts/NotoSansKR-Light-Hestia.woff");
}
@font-face {
    font-family: notosans300;
    src: url("../fonts/NotoSansKR-Regular-Hestia.woff");
}
@font-face {
    font-family:  notosans400;
    src: url("../fonts/NotoSansKR-Medium-Hestia.woff");
}
@font-face {
    font-family:  notosans600;
    src: url("../fonts/NotoSansKR-Bold-Hestia.woff");
}

.bg-mint { background-color: #00cfb6; }
.bg-pink  { background-color: #e9425e; }
.bg-white { background-color: #f6f6f6; }

.fn-mint { color: #00cfb7; }
.fn-pink  {color: #e9425e; }
.fn-white { color: #fff; }
.fn-black { color: #555; }

.randing-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    font-family: notosans300;
    text-align: center;
}
.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 12%;
    left: 22.5%;
}
.owl-carousel button.owl-dot {
    border: 1px solid #fff !important;
    background: transparent !important;
    width: 80px !important;
    height: 8px !important;
    border-radius: 15px;
}
button.owl-dot.active {
    border: 1px solid #fff !important;
    background: #fff !important;
    width: 80px !important;
    height: 8px !important;
    border-radius: 15px;
    margin: 0 10px;
}
.slide-banner {
    position: relative;
    width:100%;
}
.slide-bg-img1 {
    background: red;
}
.column-box0 {
    position: relative;
    width: 100%;
    height: 760px;
}
.column-box1,.column-box2,.column-box3,.column-box4,.column-box5 {
    position: relative;
    width: 100%;
    padding: 140px 0 60px 0;
}
.column-footer {
    position: relative;
    width: 100%;
    height: 1000px;
}
.column-box2 {}
.column-box3 {}
.column-box4 {}
.column-box5 {}

.slide-contbox {
    margin: 0 auto;
    width: 1024px;
    height: 790px;
    position: absolute;
    left: 20%;
}
.tx-header {
    width: 70px;
    height: 100px;
    position: absolute;
    top: 4%;
    right: 20%;
}

.facsbook-i {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url('../images/randing/fb.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}
.instargram-i {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url('../images/randing/ins.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.lt-logo {
    background-image: url('../images/randing/img_bean_logo.png');
    background-position: left top;
    background-repeat: no-repeat;
    width: 205px;
    float: left;
    position: absolute;
    top: 0;
    z-index: 100000000;
    height:120px;
    left: 25%;
}
.lt-logo > div {
    font-size: 11px;
    bottom: 0;
    position: absolute;
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
    opacity: 0.8;
    font-family: notosans200 !important;
}
.rt-link {
    float: right;
    position: absolute;
    top:35%;
    z-index: 1000;
    font-size: 2em;
    color: #fff;
    right: 25%;
}
.col-header {
    position: relative;
    width: 100%;
    height: 120px;
    z-index: 100;
    margin: 0 auto;
}
.col-contents {
    position: relative;
    width: 100%;
    height: 200px;
    z-index: 100;
    margin: 100px auto;
    color: #fff;
}

.and-btn {
    width: 260px;
    background-color: rgba(255,255,255,0.5);
    height: 55px;
    border-radius: 7px;
    margin: 0 3px;
}
.app-btn {
    width: 260px;
    background-color: rgba(255,255,255,0.5);
    height: 55px;
    border-radius: 7px;
    margin: 0 3px;
}
.and-btn > span {
    background-image: url('../images/randing/ic_app1_android.png');
    background-position: 23px center;
    background-repeat: no-repeat;
    width: 50px;
    background-size: contain;
    height: 28px;
    display: inline-block;
    float: left;
}
.app-btn > span {
    background-image: url('../images/randing/ic_app2_android.png');
    background-position: 23px center;
    background-repeat: no-repeat;
    width: 50px;
    background-size: contain;
    height: 28px;
    display: inline-block;
    float: left;
}
.icon-txt {
    font-size: 15px;
    display: inline-block;
    line-height: 30px;
    margin-left: -10px;
}
.tx-zone {
    position: absolute;
    top: 28%;
    font-size: 3.8em;
    color: #fff;
    text-align: left;
}
.sh--0 {
    font-size: 4.7em;
    font-family: notosans600 !important;
}
.sh--1 {
    margin: 29px 0 40px 0;
    font-family: notosans100 !important;
    font-size: 25px;
}
.sh--1 ul {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    width: 610px;
    margin: 0 auto;
}
.sh--2 {
    margin: 29px 0 40px 0;
    font-family: notosans200 !important;
    font-size: 25px;
    text-align: center;
}

.md-title {
    font-size: 4.7em;
    font-family: notosans600 !important;
}
.md-text {
    font-size: 2.4em;
    font-family: notosans200 !important;
}
.col-title {
    margin: 0 auto;
}
.col-images0 {
    position: absolute;
    top: 0;
}
.col-images1,.col-images2,.col-images3,.col-images4,.col-images5 {
    position: relative;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.owl-carousel .owl-item img {
}
#owl-demo1,#owl-demo2,#owl-demo3,#owl-demo4,#owl-demo5 {
    width: 100%;
}
.col-images1 {
    max-width: 950px;
    margin: 0 auto;
}
.col-images2 {
    max-width: 950px;
    margin: 0 auto;
}
.col-images3 {
    max-width: 950px;
    margin: 0 auto;
}
.col-images4 {
    max-width: 950px;
    margin: 0 auto;
}
.col-images5 {
    max-width: 950px;
    margin: 0 auto;
}

.column-footer {
    background-image: url('../images/randing/img_footer.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 900px;
    overflow: hidden;
}
.col-footer {
    width: 1180px;
    margin: 270px auto;
    z-index: 100;
    color: #fff;
    text-align: center;
    font-size: 2.2em;
    font-family:  notosans200 !important;
    letter-spacing: -1px;
    opacity: .9;
}
.col-footer div + div {
    padding-top: 15px;
}
.fn-bold {
    font-family:  notosans400 !important;
    font-size: 1.5em;
    margin: 0 6px;
    letter-spacing: -3px !important;
}
.column-information {
    width: 100%;
    background: #1e1e1e;
    color: #fff;
}
.col-text {
    margin: 0 auto;
    width: 1020px;
    height: 100%;
    font-size: 15px;
    font-family: notosans100 !important;
    letter-spacing: 0px !important;
    opacity: .6;
    text-align: left;
}
.col-text ul {
    padding: 50px 0px;
    margin: 0 auto;
}
.col-text ul li+li {
    padding-top: 6px;
}
.col-text ul li span {
    display: inline-block;
    margin-right: 20px;
}
.copy-right {
    border-top: 1px solid #333;
    opacity: .3;
    padding-top: 15px !important;
    margin-top: 15px;
    letter-spacing: 1px;
    font-size: 15px;
}
.upload-name {
    display: inline-block;
    height: 42px;
    position: fixed;
    bottom: 130px;
    width: 100%;
    line-height: normal;
    vertical-align: middle;
    background-color: #fff;
    color: #262626;
    float: left;
    border: 1px solid #e0e4ea !important;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.upload-name::-webkit-input-placeholder {
    font-size: 13px;
}
.upload-name::-ms-input-placeholder {
    font-size: 13px;
}
.upload-name::-moz-placeholder {
    font-size: 13px;
}
.filebox {
    width: 100%;
    overflow: hidden;
    /*position: absolute;*/
    /*bottom: -35px;*/
    left: 0;
    display: block;
    z-index: 9999;
}
.filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.filebox label {
    width: 100%;
    position: fixed;
    bottom: 65px;
    left: 0;
    background: #00ceb7;
    color: #fff;
    line-height: 65px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.8px;
    display: block;
    z-index: 9999;
    text-align: center;

    /*margin-left: 15px;*/
    /*cursor: pointer;*/
    /*border-radius: 2px;*/
    /*display: inline-block;*/
    /*text-align: center;*/
    /*line-height: 40px;*/
    /*font-size: 13px !important;*/
    /*font-family: notosans400 !important;*/
    /*color: #ffffff;*/
    /*background: #00ceb7;*/

}

.select-box {
    white-space : normal;
    margin-top: 15px;
    height: 55px;
}

.like-icon {
    color: #8a8a8a;
    background : transparent;
    border: solid 1px #8a8a8a;
    padding: 3px 7px;
    border-radius: 20px;
    font-size: 13px;
}
.like-icon.on {
    color: #fff;
    background : #0077ff;
    border: solid 1px #0077ff;
}

/* ask_list 정렬버튼 */
.sort-ul {
    justify-content: flex-end;
    display: flex;
    border-bottom: 1px solid #ccc;
    background: #fff;
    margin: 0;
    position: relative;
}
.sort-ul .sort-li {
    padding: 10px;
    color: #777;
    font-size: 14px;
    cursor: pointer;
}
.sort-ul .sort-li.current {
    color: #353535;
    font-weight: 600;
}

/* 질문목록 성함입력 추가 : 2021-05-12 @everin */
.q-username {
    background: #f9f9f9;
    padding: 7px 10px;
}
.q-username input {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 6px 10px;
    height: 31px;
    font-size: 14px;
    margin-left: 5px;
    background: #fff;
    width: 105px;
    font-weight: 600;
}
.q-username span {
    border: 1px solid #ccc;
    padding: 6px 9px;
    border-radius: 6px;
    background: #fff;
    font-weight: 600;
    color: #777;
    font-size: 14px;
}
/* 질문방 폰트조절 시스템 : 2021-10-05 @everin */
.font-control-wrap {
    position: absolute;
    left: calc(50% - 40px);
}
button.font-control {
    background: #f1f1f1;
    width: 38px;
    height: 28px;
    position: relative;
    margin-top: 6px;
}
button.font-control.small {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
button.font-control.big {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
button.font-control.small::before {
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 17px;
    position: absolute;
    top: 6px;
    font-size: 13px;
}
button.font-control.big::before {
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    right: 15px;
    position: absolute;
    top: 5px;
    font-size: 13px;
}

.size1 .list-contents { font-size: 14px; line-height: 21px; padding: 8px 0; } 
.size2 .list-contents { font-size: 16px; line-height: 26px; padding: 10px 0; }
.size3 .list-contents { font-size: 18px;line-height: 28px;padding: 10px 0;}
.size4 .list-contents { font-size: 20px;line-height: 31px;padding: 10px 0;}
.size5 .list-contents { font-size: 25px;line-height: 34px;padding: 10px 0;}

.size1 .list-contents2 { transform: scale(1); top: 5px; } 
.size2 .list-contents2 { transform: scale(1.1); top: 9px; } 
.size3 .list-contents2 { transform: scale(1.2); top: 11px; } 
.size4 .list-contents2 { transform: scale(1.2); top: 11px; } 
.size5 .list-contents2 { transform: scale(1.2); top: 11px; } 

