@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css');

*,
*::before,
*::after {
    box-sizing: border-box
}

body {
    max-width: 640px;
    margin: auto;

}

#wrap {
    line-height: 0;
    font-family: 'Pretendard Variable';
}

#timer{
    height: 100px;
    font-family: 'Pretendard', sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
     font-size: 4rem;
    background: #010202;
    color: #fff;
    margin-top: -1px;
    font-weight: bold;
}

.latest {
    padding-bottom: 5.5%;
    background: url(../images/latest_bg_0215.jpg) no-repeat 50% 0;
    background-size: cover;
    font-size: 18px;
    position: relative;
    z-index: 999;
}

.latest-list {
    width: 100%;
    line-height: 30px;
    letter-spacing: -0.09em;
}
.latest-list li:first-child {
    font-size: 14px;
    border-top: 0;
}

.latest-list li {
    font-size: 14px;
    display: block;
    position: relative;
    height: 35px;
}

  .latest-list li span {
    font-size: 9px;
    line-height: 25px;
    position: absolute;
    right: 10px;
}

.ticker-wrap {
    width: 94%;
    max-width: 650px;
    margin: -10px auto;
    padding: 20px;
    border: 1px solid #c8c8c6;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
}

.arrow_result div:last-child {
    width: 90%;
    margin: auto;
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 1rem 0;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.arrow_result input[type="text"] {
    width: 80px !important;
    height: 24px;
}

.arrow_result {
    text-align: center;
    width: 90%;
    margin: 0 auto 5%;
}

.arrow_result div:last-child {
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 1rem 0;
    font-weight: bold;
    line-height: 2;
}

.arrow_result input[type="text"] {
    width: 80px !important;
    height: 24px;
}

.left_wrap {
    width: 100%;
    height: 32vw;
}

.left {
    width: 49.7%;
    float: left;
}

.right {
    width: 49.7%;
    float: right;
}

.head_copy {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.3;
    font-size: 5.6vw;
    font-weight: bold;
    letter-spacing: -.7px;
    margin-bottom: 10px;
}

.head_copy span.head_sub {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    margin-bottom: -10px;
    font-weight: 300;
    margin-bottom: 10px
}

.sub_copy {
    margin-left: 20px;
    padding-right: 20px;
    line-height: 1.4;
    border-left: 3px solid #000;
    font-size: 3.4vw;
    margin-top: 13px
}

.sub_copy p {
    padding-left: 7px;
}

p {
    margin: 0;
}

.parallax-item {
    width: 100%;
    height: 50vh;
    position: relative
}

.parallax-item.full {}

.item-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #fff;
    z-index: 2
}

.bg-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
}

.bg {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 60% 0%;
    position: fixed;
    z-index: -1;
}

.x_text{
    width: 97%;
    display: block;
    text-align: right;
    font-size: 14px;
    margin: auto;
    margin-top: 13px;
    margin-bottom: 20px;
}
.parallax-item[data-title] .bg {
    opacity: .5
}

.parallax-item[data-title] {
    background: #000
}

.text {
    margin: 3rem 0;
    padding: 0 3rem;
    line-height: 2;
    font-size: 1.5rem
}

.animate__rotateOut {
    display: inline-block;
    margin: 0 0.5rem;
    animation-name: rotateOut;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s;
    /* don't forget to set a duration! */
    animation-iteration-count: infinite;
}


.rr3 {
    width: 90%;
    margin: auto;
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
}

.logo-area {
    width: 11%;
    position: absolute;
    top: 35%;
    right: 13%;
}

.logo-area2 {
    width: 45%;
    position: absolute;
    top: 32%;
    left: 10%;
}

.logo-area3 {
    width: 14%;
    position: absolute;
    top: -2%;
    left: 4%;
}

.intro_wrap {
    position: relative;
}

.so_wrap {
    position: absolute;
    top: 0;
    z-index: 9;
}

img.infinite_rotating_logo {
    animation: rotate_image 3s linear infinite;
    transform-origin: 50% 50%;
}

img.infinite_rotating_logo2 {
    animation: rotate_image 4s linear infinite;
    transform-origin: 50% 50%;
}

img.infinite_rotating_logo3 {
    animation: rotate_image 2s linear infinite;
    transform-origin: 50% 50%;
}

.cc1 {
    font-weight: 600;
    font-size: 16px;
}

.check_box {
    padding-left: 7%;
    padding-right: 7%;
}

.check_box2 {
    padding-left: 7%;
    padding-right: 7%;

}

.radio_box {
    margin-top: 10px;
    margin-bottom: 100px;
}



.agreedetail {}

.ss {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    padding-left: 5vw;
    ;
    padding-right: 8vw;
}

.agreedetail {
    vertical-align: -1px;
    color: #000;
}

.input_chk {
    width: 13px;
    height: 13px;
    vertical-align: middle;
}

.radio_box2 {
    margin-top: 10px;
    margin-bottom: 105px;
}

.pp {
    width: 162px;
    margin: auto;
}

.pp input {
    width: 14px;
}


ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.more-click-reply .reply_wrap {
    border-bottom: 1px solid #d0d0d0;
    padding: 15px 0;
}

.more-click-reply .reply-con .top {
    position: relative;
    font-size: 15px;
    line-height: 35px;
}
.more-click-reply .reply-con .top + video {
    display: inline-block;
    width: 60%;
}

.more-click-reply .reply-con .con {
    font-size: 13px;
    line-height: 1.5;
    padding: 5px 0;
}

.more-click-reply .reply-con .top + video {
    display: inline-block;
    width: 50%;
}
.more-click-reply .reply-con .top + img {
    display: inline-block;
    width: 50%;
}

.reply li {
    float: left;
    margin-right: 2%;
}

.reply li:nth-child(1) {
    border-bottom: 1px solid #222;
}

.reply_bottom {
    position: relative;
    z-index: 999999999;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ccc;
    font-family: 'Pretendard Variable';


}

.reply_bottom:nth-child(1) {
    border-top: 2px solid #111;
}

.reply_bottom img {
    width: 60%;
}

.reply_img img {
    width: 100%;
}


.re_maintext {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: -.3px;
    color: #222;
}

.re_maintext2 {
    margin-top: 34px;
    font-size: 16px;
    letter-spacing: -.3px;
    color: #222;
}

.re_mainimg {
    margin-top: 34px;
}

.reply_img {
    width: 4%;
    float: left;
    margin-right: 2%;
}

.id {
    font-size: 14px;
    float: left;
}


.btn_like {
    float: right;
}


button {
   background: #fff;
    border: none;
    color: inherit;
    width: 100px;
    height: 50px;
    font-size: 18px;
    /* position: relative; */
    /* right: 0px; */
    float: right;
    margin-right: 24px;
}

button .like {
    width: 20px;
    height: 20px;
    background: url(../images/like.jpg) no-repeat;
    background-size: contain;
    float: left;
    margin: 2px;

}

.ff {
    float: right;
    font-size: 14px;
    line-height: 1.7;
    margin-left: 2px;
}

.reply_wrap {
    width: 100%;
    background: #fff;
    line-height: 1.8
}

button .bad {
    width: 20px;
    height: 20px;
    background: url(../images/bad.jpg) no-repeat;
    background-size: contain;
    float: left;
    margin: 2px;
    margin-left: 10px;

}

.btn_like {
    float: right;
}

.re_date {
    font-size: 12px;
    color: #ccc;
    font-weight: 300;
    line-height: 1.7;
    float: right;
}

.reply_bottom ul {
    margin-top: 20px;
}

.reply_bottom li {
    float: left;
    font-size: 12px;
    color: #000;
    font-weight: 300;
    margin-right: 5%;
}

.up {
    color: #23a3a7;
    font-weight: 500;
    float: right;
    border: 1px solid #23a3a7;
    padding: 0px 10px;
    border-radius: 100px;
    font-size: 12px;
}

.best {
    display: block;
    float: left;
    padding: 0px 8px;
    background-color: #eb1d1d;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 2px;
}

.reply_name {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    font-size: 20px;
}



.rr {
    width: 88%;
    margin: auto;
    margin-top: 8px;
}

.rr2 {
    width: 88%;
    margin: auto;
    margin-top: 15px;
}
.date {
    width: 100%;
    height: 0px;
    color: #bdbdbd;
    margin: 20px;
    margin-left: 34px;
    box-sizing: border-box;
    font-size: 13px;
    font-family: 'Noto Sans KR', sans-serif;
    margin-top: 6px;
    margin-bottom: 16px;
}
.mm {
    display: block;
    font-weight: bold;
    font-size: 19px;
    font-weight: 500;
    line-height: 32px;
}

.box-radio-input input[type="radio"] {
    display: none;
}

.box-radio-input input[type="radio"] + span {
    width: 49%;
    display: inline-block;
    background: #eee;
    padding: 0px 10px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    cursor: pointer;
    font-size: 17px;
    border-radius: 6px;
    font-weight: 400;
    margin-bottom: 10px;
}

.rr2 .box-radio-input input[type="radio"] + span {
    width: 48.4%;
    display: inline-block;
    background: #eee;
    padding: 0px 10px;
    text-align: center;
    line-height: 32px;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 400;
}




.box-radio-input input[type="radio"]:checked + span {
    border: 1px solid #0040d0;
    background: #0040d0;
    color: #fff;
    border-radius: 6px;
    font-weight: bold;
}

.left {
    text-align: center !important;
}

.width {
    padding-left: 7.1%;
    padding-right: 7.1%;
    padding-top: 2%;
    padding-bottom: 5%;
}


.con {
    padding: 20px;
    display: none;
}

.countTxt .t2 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
}

.accordion-box {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.con {
    padding: 20px;
    display: none;
    padding-left: 0px;
    padding-right: 0px;
}

.con.on {
    display: contents;
}

input {
    font-size: 15px;
}

.button_span {
    display: block;
    width: 100%;
    margin: auto;
    height: 50px;
    background: #ff4d76;
    border-radius: 10px;
}

.oo {
    width: 35px;
    float: left;
}


.button_span a {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}


.red {
    color: #f7003d;
    font-weight: bold;
}

.ten_wrap {
    width: 90%;
    margin: auto;
    position: relative;
}

.ten {
    position: absolute;
    width: 47.5vw;
    top: 16.8vw;
    left: 5vw;
}

.ten_img {
    width: 20vw;
    position: absolute;
    top: 31vw;
    left: 50vw;
}
.best_review_wrap{
    width: 90% !important;
    margin: auto;
}

.mark2{
    background: #ffffb0;
}

.blue{
    color: #1123ff;
    font-weight: bold;
}

.big{
    font-size: 45px;
}

.sub_te {
    width: 60%;
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
    margin: auto;
    margin-bottom: 20px;
}


@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}

.margin {
    margin: 10px;
    padding-top: 10px;
    font-size: 20px;
    line-height: 1.6;
    margin-top: 7px;
}

.b_y {
    background: #000;
    color: #f9fe47;
}

h3 {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.3;
    font-size: 6.2vw;
    display: block;
    text-align: center;
    letter-spacing: -.5px;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 40px;
}

.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.bold {
    font-weight: bold;
}

.btn_social {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0 10px 0;
    margin-top: 10px;
}

.border {
    border-left: 1px solid #111;
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
    border-top: 1px solid #111;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: -8px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: white;
}

.border_db {
    border-left: 1px solid #111;
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
    border-top: 1px solid #111;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: -8px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: white;
    margin-top: 10px;
}

.border_all {
    border: 1px solid #111;
    border-radius: 9px;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 10px;
}

.border_all img {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.more-click-reply .reply-con .top .rank {
    color: #ef002d;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 27px;
    line-height: 25px;
}

.border_all2 {
    border: 1px solid #111;
    border-radius: 9px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.img_margin {
    width: 95%;
    margin: auto;
}
.ql-align-center {
    text-align: center;
    margin-top: 30px;
}
.position {
    position: relative;
}

.more-click-reply .reply-con .top .rank:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '평점';
    color: #999;
    font-size: 12px;
    line-height: 25px;
}

.more-click-reply .reply-con .con {
    font-size: 13px;
    line-height: 1.5;
    padding: 5px 0;
        display: block;
}

.one_text_wrap {
    position: relative;
}

.one_text {
    position: absolute;
    top: 18vw;
    height: 195px;
    overflow: hidden;
    z-index: 9;

}

.counseling {
    width: 100%;
    margin: 20px auto;
    margin: auto;
    position: relative;
    z-index: 9999;
    padding-bottom: 20px;
    background: #fff;
}
.coun {
    width: 100%;
    height: 30px;
    background: #fff;
    padding-top: 13px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 19px;
    letter-spacing: -.6px;
    font-weight: 500;
    padding: 27px;
    border-bottom: 1px solid #ccc;
    line-height: 2px;
    font-weight: bold;
}
.section-text {
    margin: 0.5em 2.5% 1em;
    text-align: justify;
    word-break: break-all;
    margin-top: -30px;
}
.ql-align-center {
    text-align: center;
    margin-top: 30px;
}

#consult-container > ul {
    list-style: none;
    background: #f8f8f8;
}

#consult-container > ul > li .t_01 {
    background: rgb(255, 255, 255);
    width: 18%;
    height: 40px;
    text-align: center;
    padding-top: 19px;
    float: left;
    box-sizing: border-box;
    background: #f8f8f8;
}

#consult-container > ul > li .t_02 {
    width: 42%;
    text-indent: 10px;
    padding-top: 19px;
    float: left;
}

#consult-container > ul > li .t_03 {
    padding-top: 19px;
    float: left;
    color: #7c7c7c;
    width: 21%;
}

#consult-container > ul > li .t_04 > p.orange {
    background: #9c037a;
    padding: 0px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #fff;
}
#consult-container > ul > li .t_04 {
    width: 15%;
    padding: 10px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#consult-container > ul > li .t_04 > p {
    background: #b5b5b5;
    padding: 0px;
    margin-top: 10px;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
}
#consult-container > ul > li .t_04 > p.orange {
    background: #2647d4;
    padding: 0px;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #fff;
}
#consult-container > ul > li {
    height: 40px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.one_text2 {
    position: absolute;
    top: 18vw;
}

.one_text3 {
    position: absolute;
    top: 45vw;
    height: 340px;
    overflow: hidden;
}

.one_text4 {
    position: absolute;
    top: 101vw;
}

.two {
    position: relative;
    z-index: 9
}

.s_b2 {
    position: relative;
}
.s_b {
    width: 90%;
    margin: auto;
}

.mo {
    display: contents;
}

.pc {
    display: none;
}

@media all and (min-width:500px) {
    .ten {
    position: absolute;
    width: 55%;
    top: 15.6vw;
    left: 3.8vw;
}

    .ten_img {
    width: 21vw;
    position: absolute;
    top: 29vw;
    left: 49vw;
}
    
    .head_sub {
        font-size: 16px;
    }

    .head_copy {
       font-size: 27px;
        letter-spacing: -1px;
    }

    .sub_copy {
            font-size: 16px;
    }

    .margin {
        font-size: 19px;
    }

    h3 {
        font-size: 28px;
        letter-spacing: -.5px;
        margin-top: 40px;
    }

    .h3 {
        font-size: 28px;
        letter-spacing: -.5px;
        margin-top: 25px;
    }

    .sub_copy p {
        padding-left: 13px;
    }


}


@media all and (min-width:640px) {
    
  .ten{
    position: absolute;
    width: 55%;
    top: 103px;
    left: 25px;
}
    .ten_img {
    width: 140px;
    position: absolute;
    top: 190px;
    left: 320px;
}
    
    .pc {
        display: contents;
    }

    .mo {
        display: none;
    }

    .left_wrap {
        width: 100%;
        height: 210px;
    }


    .head_sub {
        font-size: 16px;
    }

    .head_copy {
        font-size: 37px;
        letter-spacing: -1px;
    }

    .sub_copy {
        font-size: 22.8px;
    }

    .margin {
        font-size: 21px;
    }

    h3 {
        font-size: 35px;
        letter-spacing: -.5px;
        margin-top: 60px;
    }

    .h3 {
        font-size: 35px;
        letter-spacing: -.5px;
        margin-top: 40px;
    }

    .sub_copy p {
        padding-left: 13px;
    }

    .ss {
        padding-right: 54px;
        padding-left: 35px;
    }

    .rr2 {
        width: 88%;
        margin: auto;
        margin-top: 5px;
        line-height: 1.9;
    }
    
    .mm{
        margin-top: 20px;
        margin-bottom: 5px
    }

    .rr2 span {
        font-size: 17px;
     
    }

    .rr3 {
        width: 88%;
        margin: auto;
        margin-top: 5px;
    }
    
    .rr3 span{
        font-size: 17px;
    }
.date {
    width: 100%;
    height: 0px;
    color: #bdbdbd;
    margin: 20px;
    margin-left: 34px;
    box-sizing: border-box;
    font-size: 13px;
    font-family: 'Noto Sans KR', sans-serif;
    margin-top: 6px;
    margin-bottom: 16px;
}
}
