﻿/* common/ */
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=url],
input[type=email],
input[type=datetime-local] {
    display: inline-block;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-indent: 13px;
    background: #f6f7f9;
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: 12px;
    color: #333;
    letter-spacing: -0.03em;
    padding-right: 20px;
}
nput[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input::placeholder {
    color: #848484;
}
input.icn-search {
    background-image: url(../imgs/icn/icn_search.png);
    background-repeat: no-repeat;
    background-position: center right 16px;
    padding-right:40px;
}
div.icn-select {
    display: inline-block;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-indent: 13px;
    background: #f6f7f9;
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: 12px;
    color: #333;
    letter-spacing: -0.03em;
    padding-right: 20px;
}
div.icn-select,
input.icn-select {
    background-image: url(../imgs/icn/icn_select.png);
    background-repeat: no-repeat;
    background-position: center right 12px;
    padding-right: 30px;
}
.icn-select {
    background-image: url(../imgs/icn/icn_select.png);
    background-repeat: no-repeat;
    background-position: center right 12px;
    padding-right: 30px;
}
.input-box{
    position:relative;
}
.input-box.icn-x button,
.input-box.icn-x .button{
    display:block;
    position:absolute;
    right:13px;
    top:50%;
    width:15px;
    height:15px;
    margin-top:-7px;
    border-radius:8px;
    background:#d9d9d9 url(../imgs/icn/icn_x.png) no-repeat center center;
    background-size:7px auto;
    z-index:10;
    -webkit-appearance: none;
}
.input-box.area-icn-x button{
    display:block;
    position:absolute;
    right:13px;
    bottom:11px;
    width:15px;
    height:15px;
    margin-top:-7px;
    border-radius:8px;
    background:#d9d9d9 url(../imgs/icn/icn_x.png) no-repeat center center;
    background-size:7px auto;
    z-index:10;
}
.date-input-box {
    overflow: hidden;
    margin-bottom: 13px;
    line-height: 43px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    background-image: url(../imgs/icn/icn_bar.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 8px;
}
.date-input-box.disabled{
    background-color:#f8f8f9;
    border:1px solid #f8f8f9;
}
.date-input-box .date-input{
    display:inline-block;
    width:49%;
    border:none;
    background:none;
    outline:none;
    font-size:14px;
    color:#696f8c;
    text-align:center;
}
.date-input-box .date-input-l{
    float:left;
}
.date-input-box .date-input-r{
    float:right;
}
.date-input-box.disabled .date-input{
    color:#cdcdcd;
}
.input-box-2-style {
    display:block;
    position:relative;
    margin-bottom: 8px;
}
input[type=text].input-style-2,
input[type=password].input-style-2,
input[type=number].input-style-2,
input[type=tel].input-style-2,
input[type=url].input-style-2,
input[type=email].input-style-2,
input[type=datetime-local].input-style-2 {
    display:block;
    background: #fff;
    height: 43px;
    line-height: 41px;
    font-size:14px;
    color: #696f8c;
    letter-spacing: -0.03em;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}
.input-style-2.text-right{
    padding-right:42px;
}
.input-box-2-style .per{
    position:absolute;
    right:17px;
    top:1px;
    font-size:14px;
    color:#333;
    letter-spacing:-0.03em;
    line-height:41px;
}
.input-box-2-alert{
    min-height:37px;
    font-size:12px;
    color:#f83838;
    letter-spacing:-0.03em;
    text-align:right;
}
input[type=text].input-style-2.disabled,
input[type=password].input-style-2.disabled,
input[type=number].input-style-2.disabled,
input[type=tel].input-style-2.disabled,
input[type=url].input-style-2.disabled,
input[type=email].input-style-2.disabled,
input[type=datetime-local].input-style-2.disabled {
    background: #f8f8f9;
    border-color:#f8f8f9;
    color:#cdcdcd;
}
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 13px;
    background: #f6f7f9;
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: 12px;
    line-height: 150%;
    color: #333;
    letter-spacing: -0.03em;
    resize: vertical;
}
textarea::placeholder{
    color:#848484;
}
.color-1{
    color:#f83838 !important;
}
.color-2 {
    color: #4e7ff4 !important;
}
.color-plus {
    color: #f83838 !important;
}
.color-minus {
    color: #2f66f6 !important;
}
.color-gray {
    color: #696F8C !important;
}
.data-no {
    padding: 15px 0;
    font-weight: 400;
    font-size: 16px;
    color:#888;
    letter-spacing:-0.03em;
    line-height:150%;
    text-align:center;
}
.data-no-alert{
    padding-top:17px;
    font-weight:400;
    font-size:11px;
    color:#f83838;
    letter-spacing:-0.03em;
    text-align:center;
    line-height:150%;
}
.data-no-alert .point{
    position:relative;
    display:inline-block;
    padding-left:6px;
}
.data-no-alert .point:after{
    content:'';
    display:block;
    position:absolute;
    width:6px;
    left:0;
    top:0;
    height:100%;
    background:url(../imgs/icn/icn_star.png) no-repeat center 5px;

}
.btn-1 {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width:100%;
    border-radius: 10px;
    background: #f83838;
    font-weight:700;
    font-size:14px;
    color:#fff;
    text-align:center;
}
.btn-1.disabled {
    background: #f1f2f4;
    font-weight: 400;
    color: #afb3ba;
    text-align: center;
}
.btn-2 {
    display:inline-block;
    padding:0 4px;
    font-weight: 700;
    font-size: 14px;
    color: #371b1b;
}
.btn-2 span,
.btn-2 img {
    vertical-align: middle;
    line-height: 21px;
}
.btn-2 img{
    margin-right:4px;
}
.btn-3,
.btn-4 {
    display: inline-block;
    font-size: 14px;
    letter-spacing:-0.03em;
    line-height: 45px;
    height: 45px;
    border-radius: 5px;
    text-align:center;
}
.btn-3,
.btn-4.disabled{
    color: #afb3ba;
    background: #f1f2f4;
}
.btn-4,
.btn-3.checked,
.btn-3.on{
    font-weight: 700;
    color: #fff;
    background: #f83838;
}
.btn-5 {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-radius: 10px;
    background: #f83838;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.btn-6{
    display:inline-block;
    height:45px;
    line-height:45px;
    padding:0 10px;
    font-size:14px;
    color:#afb3ba;
    letter-spacing:-0.03em;
    background:#f8f8f9;
    text-align:center;
    border-radius:8px;
}
.btn-6.checked{
    font-weight:700;
    color:#f83838;
    background:#fff1f1;
}
.btn-7 {
    display:inline-block;
    padding-right: 13px;
    font-size: 12px;
    color: #696f8c;
    letter-spacing: -0.03em;
    line-height:130%;
    background: url(../imgs/icn/icn_arr_r.png) no-repeat right center;
    background-size:6px auto;
}
.btn-8{
    display:inline-block;
    font-weight:700;
    font-size:14px;
    color:#f83838;
    line-height:110%;
    border-bottom:1px solid #f83838;
}
.btn-9 {
    display: inline-block;
    line-height: 43px;
    padding: 0 20px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #f83838;
    text-align: center;
    background:#fff;
    border: 1px solid #f83838;
    border-radius: 5px;
}
.btn-10 {
    display: inline-block;
    padding: 0 1px;
    font-size: 14px;
    color: #afb3ba;
    line-height: 150%;
    letter-spacing: -0.03em;
    border-bottom: 1px solid #afb3ba;
}
.btn-refresh {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../imgs/icn/btn_refresh.png) no-repeat center center;
    background-size: 12px auto;
}
.btn-full {
    display: block !important;
    padding-left: 0;
    padding-right: 0;
}
.btn-len-3{
    box-sizing:border-box;
    width:31.5%;
}
.btn-l {
    float: left;
    margin-right:3%;
}
.btn-c{
    float:left;
}
.btn-r{
    float:right;
}
.btn-l-small{
    float:left;
    width:27%;
    margin-right:0;
}
.btn-r-big {
    float: right;
    width:71%;
}
h4{
    margin-bottom:10px;
    font-weight:400;
    font-size:14px;
    color:#333;
    line-height:110%;
    letter-spacing:-0.03em;
}
.txt-1 {
    font-weight: 400;
    font-size: 12px;
    color: #9f9f9f;
    letter-spacing: -0.03em;
    line-height: 150%;
}
.txt-2 {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    letter-spacing: -0.03em;
    line-height: 150%;
}
.checkbox{
    display:inline-block;
    position:relative;
    padding-left:24px;
    min-height:16px;
}
.checkbox .checkbox-icn {
    position:absolute;
    display:block;
    left:0;
    top:50%;
    height:16px;
    width:16px;
    margin-top:-8px;
    background:#d9d9d9 url(../imgs/icn/icn_check.png) no-repeat center center;
    border-radius:3px;
}
.checkbox .checkbox-txt {
    font-size: 14px;
    color: #333;
    letter-spacing: -0.03em;
    line-height: 150%;
}
.checkbox.checked .checkbox-icn {
    background-color:#f83838;
}
.checkbox.type-2 .checkbox-txt {
    color: #696f8c
}
.radiobox{
    display:inline-block;
    position:relative;
    padding-left:24px;
    min-height:16px;
}
.radiobox .radio-icn {
    position:absolute;
    display:block;
    left:0;
    top:50%;
    height:16px;
    width:16px;
    margin-top:-8px;
    background:#d9d9d9 url(../imgs/icn/icn_check.png) no-repeat center center;
    border-radius:8px;
}
.radiobox .radio-txt {
    font-size: 14px;
    color: #333;
    letter-spacing: -0.03em;
    line-height: 150%;
}
.radiobox.checked .radio-icn {
    background-color:#f83838;
}
.radio-style-1 {
    display: inline-block;
    width:108px;
    height:45px;
    line-height:45px;
    font-size:14px;
    color:#afb3ba;
    letter-spacing:-0.03em;
    background: #f8f8f9;
    border-radius: 8px;
    text-align:center;
}
.radio-style-1.checked{
    font-weight:700;
    color:#f83838;
    background:#fff1f1;
}
.radio-style-1.two-line{
    display:table;
    height:55px;
    line-height:130%;
}
.radio-style-1 .two-line-in{
    display:table-cell;
    vertical-align:middle;
}
.overflow-y-auto{
    overflow-y:auto;
}
.tag-1 {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    font-weight: 400;
    font-size: 10px;
    color: #696f8c;
    letter-spacing: -0.03em;
    text-align: center;
    background: #f1f2f4;
    opacity: 0.9;
    border-radius: 3px;
}
.tag-1.market-type-1{
    padding:0;
    height: 14px;
}
.tag-1.market-type-2{
    padding:0;
    height: 12px;
}
.tag-2 {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    max-width:82px;
    padding: 0 10px;
    font-weight: 400;
    font-size: 12px;
    color: #696f8c;
    letter-spacing: -0.03em;
    text-align: center;
    background: #f1f2f4;
    opacity: 0.9;
    border-radius: 3px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
}
.tag-4 {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    font-weight: 400; 
    font-size: 12px;
    color: #696f8c;
    letter-spacing: -0.03em;
    text-align: center;
    background: #f1f2f4;
    border-radius: 5px;
}
.tag-4.tag-color-2{
    background:#ff5722;
    color:#fff;
}
.tag-4.tag-color-3{
    background:#fcece6;
    color:#ff5722;
}
.tag-5 {
    display: inline-flex;
    height: 24px;
    padding: 6px 10px;
    font-weight: 400;
    font-size: 12px;
    color: #696f8c;
    letter-spacing: -0.03em;
    text-align: center;
    background: #f1f2f4;
    border-radius: 5px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.tag-6 {
    display: inline-flex;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    font-weight: 400;
    font-size: 12px;
    color: #696f8c;
    letter-spacing: -0.03em;
    text-align: center;
    background: #f1f2f4;
    border-radius: 5px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
}

.tag-6.tag-color-2 {
    background: #ff5722;
    color: #fff;
}

.tag-6.tag-color-3 {
    background: #fcece6;
    color: #ff5722;
}

/* tab style */
.tab-style-1 .tab-head{
    overflow:hidden;
    margin-bottom:24px;
}
.tab-style-1 .tab-head .tab-btn{
    float:left;
    display:inline-block;
    width:46%;
    text-align:center;
}
.tab-style-1 .tab-head .tab-btn-r{
    float:right;
}
.tab-style-1 .tab-head .tab-btn span{
    display:inline-block;
    padding:0 10px 8px 10px;
    font-size:14px;
    color:#333;
    letter-spacing:-0.03em;
    line-height:110%;
    border-bottom:3px solid #fff;
}
.tab-style-1 .tab-head .tab-btn.on span{
    font-weight:700;
}
.tab-style-1 .tab-head .tab-btn-1.on span{
    color:#f83838;
    border-color:#f83838;
}
.tab-style-1 .tab-head .tab-btn-2.on span{
    color:#4e7ff4;
    border-color:#4e7ff4;
}
.tab-style-1 .tab-head .tab-btn-3.on span{
    color:#333;
    border-color:#333;
}
.tab-style-1 .tab-content{
    display:none
}
.tab-style-1 .tab-content.on {
    display: block
}
.tab-style-1.type-2 .tab-head{
    text-align:center;
    margin-bottom:20px;
}
.tab-style-1.type-2 ul{
    width:100%;
}
.tab-style-1.type-2 .tab-head .tab-btn {
    float:none;
    width:40%;
}
.tab-style-1.type-2 .tab-head .tab-btn span {
    color: #afb3ba;
    padding-left:3px;
    padding-right:3px;
}
.tab-style-1.type-2 .tab-head .tab-btn.on span {
    color: #696f8c;
    border-color:#696f8c;
}
/* tab style size 3 */
.tab-style-1.size-3 .tab-head .tab-btn {
    width: 28%;
}
.tab-style-1.size-3 .tab-head .tab-btn-l{
    width:33.33%;
    margin-right:3%;
}
.tab-style-2 .tab-head{
    overflow:hidden;
    margin-bottom:24px;
    border:1px solid #e8e8e8;
}
.tab-style-2 .tab-head .tab-btn{
    float:left;
    display:inline-block;
    width:50%;
    height:44px;
    line-height:44px;
    text-align:center;
    font-size:14px;
    color:#adadad;
    letter-spacing:-0.03em;
}
.tab-style-2 .tab-head .tab-btn-l{
    border-right:1px solid #e8e8e8;
}
.tab-style-2 .tab-head .tab-btn-r{
    width:49%;
    float:right;
}
.tab-style-2 .tab-head .tab-btn.on{
    font-weight:700;
}
.tab-style-2 .tab-head .tab-btn-1.on{
    color:#f83838;
}
.tab-style-2 .tab-head .tab-btn-2.on{
    color:#4e7ff4;
}
.tab-style-2 .tab-head .tab-btn-3.on{
    color:#333;
}
.tab-style-2 .tab-content{
    display:none
}
.tab-style-2 .tab-content.on {
    display: block
}
/* 게시판 */
.tab-board .tab-header {
    margin-bottom: 6px;
    overflow-y: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.tab-board .tab-header::-webkit-scrollbar {
    display: none;
    width: 0; /* Remove scrollbar space */
    height: 0;
    background: transparent; /* Optional: just make scrollbar invisible */
    -webkit-appearance: none;
}
.tab-board .tab-header ul {    
    height:37px;
}
.tab-board .tab-btn {
    display: inline-block;
    float: left;
    margin-right: 38px;
}
.tab-board .tab-btn span{
    display:inline-block;
    font-size:16px;
    color:#333;
    letter-spacing:-0.03em;
    height:20px;
    line-height:20px;
    padding-bottom:7px;
    border-bottom:3px solid #fff;
}
.tab-board .tab-btn.on span{
    font-weight:700;
    color:#f83838;
    border-color:#f83838;
}
.tab-board .tab-btn-2.on span {
    color: #4e7ff4;
    border-color: #4e7ff4;
}
.tab-board .tab-btn:last-child {
    margin-right: 0;
}
.tab-content{
    display:none;
    min-height:65px;
}
.tab-content.on{
    display:block;
}
.tab-board.tab-size-2 .tab-btn {
    float:left;
    width: 48%;
    margin:0;
    text-align:center;
}
.tab-board.tab-size-2 .tab-btn.tab-btn-r,
.tab-board.tab-size-2 .tab-btn:nth-child(2) {
    float: right;
}
.tab-board.tab-size-2 .tab-btn span{
    display:inline-block;
    width:106px;
}
.tab-style-3 .tab-header{
    text-align:center;
    overflow-y:auto;
}
.tab-style-3 .tab-header .tab-btn {
    display: inline-block;
    margin-right: 28px;
}
.tab-style-3 .tab-header .tab-btn span{
    display:inline-block;
    font-size:16px;
    color:#333;
    letter-spacing:-0.03em;
    height:20px;
    line-height:20px;
    padding:0 8px 7px 8px;
    border-bottom:3px solid #fff;
}
.tab-style-3 .tab-header .tab-btn.on span {
    font-weight: 700;
    color: #f83838;
    border-color: #f83838;
}
.tab-style-3 .tab-header .tab-btn-3{
    margin-right:17px;
}
.tab-style-3 .tab-header .tab-btn-r{
    margin-right:0;
}
/* 튜토리얼 */
.tutorial-box {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f6f6f8;
    z-index: 10000;
}
.tutorial-in {
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    height: 644px;
    margin-top:-322px;
}
.tutorial-slick{
    height: 100%;
}
.tutorial-item {
    position: relative;
    height:100%;
    width: 100%;
    text-align: center;
}
.tutorial-item-in {
    width: 100%;
}
.tutorial-txt{
    position:absolute;
    left:0;
    top:0;
    width:100%;
}
.tutorial-txt-1 {
    margin-bottom: 17px;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 150%;
    text-align: center;
}
.tutorial-txt-2 {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: -0.03em;
    line-height: 110%;
    text-align: center;
}
.tutorial-img-box {
    margin-top: 99px;
}
.tutorial-img {
    width:375px;
    margin:0 auto;
}
.tutorial-box .slick-dots {
    position:absolute;
    left:0;
    bottom:50px;
    width:100%;
    text-align:center;
}
.tutorial-box .slick-dots li{
    display:inline-block;
    width:6px;
    height:6px;
    background:#d9d9d9;
    transition:all 0.4s;
    border-radius:3px;
    margin:0 3px;
}
.tutorial-box .slick-dots li.slick-active{
    width:20px;
    background:#f83838;
}
.tutorial-box .slick-dots button{
    display:none;
}
.tutorial-box .tutorial-btn-r {
    position: absolute;
    right: 29px;
    bottom: 47px;
    font-weight: 300;
    font-size: 14px;
    color: #696f8c;
    letter-spacing: -0.03em;
    line-height: 130%;
    border-bottom: 1px solid #696f8c;
}
.tutorial-box .slick-arrow {
    display: none;
    opacity:0;
    width:0;
    height:0;
    position:absolute;
}
.tutorial-box .tutorial-btn-box{
    position:absolute;
    display:none;
    bottom:0;
    left:0;
    width:100%;
    text-align:center;
}
.tutorial-box .tutorial-btn-end {
    display:inline-block;
    width: 86%;
    height: 50px;
    line-height: 50px;
    font-weight:700;
    font-size:14px;
    color: #fff;
    background: #f83838;
    text-align:center;
    border-radius:10px;
}
#tutorial-box.last .tutorial-btn-r,
#tutorial-box.last .slick-dots {
    display: none;
}
#tutorial-box.last .tutorial-btn-box {
    display: block;
}
.tutorial-box-first {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f6f6f8;
    background-image:url(../imgs/common/tutorial_00.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:100% auto;
    z-index: 11000;
}
/* 스플래시 페이지 */
.splash-page{
    overflow:hidden;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:10000;
}
.splash-page-in {
    position: absolute;
    left: 50%;
    top: 50%;
    width:360px;
    margin:-320px 0 0 -180px;
}
/* --------------------------------------------------------------------- */
.list-item {
    border-bottom: 1px solid #e8e8e8;
}
.list-item .list-head {
    position: relative;
    padding: 20px 0;
}
.list-item .list-head .list-arr {
    position: absolute;
    right: 0;
    top: 29px;
    width: 9px;
    height: 6px;
    background: url(../imgs/icn/icn_accordion.png) no-repeat center center;
    transition: transform .4s;
}
.qa-list{
    margin-bottom:45px;
}
.list-item .list-head .icn-q{
    position:absolute;
    left:1px;
    top:21px;
    font-weight:400;
    font-size:14px;
    color:#f83838;
    letter-spacing:-0.03em;
}
.list-item .list-head-txt {
    padding: 0 20px 0 19px;
    line-height: 150%;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    letter-spacing: -0.03em;
    overflow: hidden;
}
.list-item .list-head-txt.list-head-txt-two-line {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-item .list-head-txt-2 span {
    margin-right: 5px;
}
.list-item .list-head-state {
    display: inline-block;
    min-width: 50px;
    padding: 0 5px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-weight:400;
    font-size: 10px;
    color: #696f8c;
    border-radius: 17px;
    background: #f1f2f4;
    vertical-align: middle;
}
.list-item .list-head-state.on {
    color: #f83838;
    background: #ffdede;
}
.list-item .list-head-date {
    font-size: 12px;
    color: #9f9f9f;
    line-height: 20px;
    letter-spacing: -0.03em;
    vertical-align: middle;
}
.list-item.on .list-head .list-arr {
    transform: rotate(180deg);
}
.list-item .list-con {
    overflow:hidden;
    padding: 12px 15px 3px 15px;
    margin-bottom:20px;
    display: none;
    background: #f6f7f9;
    border-radius: 5px;
    font-size: 12px;
    color: #333;
    letter-spacing: -0.03em;
    line-height: 150%;
}
.list-item .list-con-item {
    margin-bottom:19px;
}
.list-item .list-con-qa {
    color: #f83838;
    font-weight:700;
}
.list-item .list-con-date {
    margin-top:5px;
    font-size: 12px;
    color: #9f9f9f;
    letter-spacing: -0.03em;
}
.list-bot{
    text-align:center;
}
.list-bot-btn {
    display: inline-block;
    padding: 3px;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #f83838;
}
.list-bot-btn-2{
    display:inline-block;
    padding:0 1px;
    font-size:14px;
    color:#888;
    line-height:150%;
    letter-spacing:-0.03em;
    border-bottom:1px solid #888;
}
.qa-list .list-item .list-con{
    padding-bottom:12px;
}
/* 1:1 문의 */
.inquires-list .list-item{
    margin-bottom:12px;
}
.inquires-list .list-item .list-head {
    padding: 0 0 15px 0;
}
.inquires-list .list-item .list-head-txt {
    padding: 0 20px 0 0;
    margin-bottom: 5px;
}
.inquires-list .list-head .list-arr {
    top: 21px;
}
/* 이벤트 */
.event-list{
    padding-top:20px;
}
.event-list .list-item {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.event-list .list-item-img-box {
    position: relative;
    overflow: hidden;
    height: 153px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #eee;
}
.event-list .list-item-img-mask{
    display:none;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:10;
    text-align:center;
    background:rgba(0,0,0,0.4);
}
.event-list .list-item-img-mask p {
    padding-top: 70px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: -0.03em;
}
.event-list .list-item .list-head-txt {
    padding-left: 0;
    padding-right: 10px;
}
.event-list .list-item.event-over .list-head-txt {
    font-weight: 400;
    font-size: 14px;
    color: #9f9f9f;
    letter-spacing: -0.03em;
}
.event-list .event-over .list-item-img-mask {
    display: block;
}
/* 게시판 쓰기 */
.board-h3{
    position:relative;
    margin-bottom:9px;
    font-weight:700;
    font-size:14px;
    color:#333;
    letter-spacing:-0.03em;
    line-height:110%;
}
.board-h3 .icn-dot{
    display:inline-block;
    position:relative;
    padding-right:5px;
    line-height:110%;
}
.board-h3 .icn-dot:after{
    content:"";
    position:absolute;
    right:0;
    bottom:1px;
    width:3px;
    height:3px;    
    background:#f83838;
}
.board-h3 .board-h3-txt-r{
    position:absolute;
    right:0;
    top:1px;
    font-weight:400;
    font-size:10px;
    color:#f83838;
    letter-spacing:-0.03em;
}
.board-input-box{
    margin-bottom:18px;
}
/* 게시판 읽기 */
.board-view-title{
    margin-bottom:10px;
    font-weight:500;
    font-size:16px;
    color:#333;
    letter-spacing:-0.03em;
    line-height:23px;
}
.board-view-state{
    margin-bottom:30px;
}
.board-view-date{
    display:inline-block;
    font-size:12px;
    color:#9f9f9f;
    line-height:150%;
    letter-spacing:-0.03em;    
}
.board-view-con {
    font-size: 14px;
    color: #333;
    line-height: 150%;
    letter-spacing: -0.03em;
}
.board-view-con img{
    max-width:100%;
}
.board-view-title .board-view-title-state {
    display: inline-block;
    min-width: 46px;
    padding: 0 5px;
    margin-right: 5px;
    height: 23px;
    line-height: 23px;
    font-weight:400;
    font-size: 12px;
    color: #696f8c;
    border-radius: 17px;
    text-align: center;
    background: #f1f2f4;
    vertical-align: top;
}
.board-view-title .board-view-title-state.on {
    color: #f83838;
    background: #ffdede;
}
/* 사업자 정보 */
.section-company .btn-prev {
    display: inline-block;
    position: absolute;
    background: url(../imgs/icn/btn_header_prev.png) no-repeat center center;
    background-size:10px auto;
    width: 16px;
    height: 16px;
    left: 15px;
    top: 17px;
}
.section-company h1 {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #333;
}
.section-company .company-menu-1 {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 10px solid #f6f7f9;
}
.section-company .cms-1-logo-img {
    width: 121px;
}
.section-company .cms-1-logo {
    margin-bottom:38px;
}
.section-company .company-menu-1 dl{
    margin-bottom:17px;
}
.section-company .company-menu-1 dt,
.section-company .company-menu-1 dd {
    font-size: 12px;
    letter-spacing: -0.03em;
    line-height: 140%;
}
.section-company .company-menu-1 dt{
    font-weight:500;
}
.section-company .company-menu-2 {
    padding:11px 30px 0 30px;
}
.section-company .company-menu-2 .cms2-txt-1,
.section-company .company-menu-2 .cms2-txt-2 {
    position: relative;
    color: #333;
    letter-spacing: -0.03em;
    line-height: 44px;
}
.section-company .company-menu-2 .cms2-txt-1 {
    font-weight: 500;
    font-size: 16px;
}
.section-company .company-menu-2 .cms2-txt-2 {
    padding-left: 18px;
    font-weight: 400;
    font-size: 14px;
}
.section-company .company-menu-2 .link {
    background: url(../imgs/icn/icn_arr_r_2.png) no-repeat right center;
    background-size:7px auto;
}
/* 포트폴리오 공유 */
/* 포트폴리오 공유 top 1 ~ 3 */
.section-sharing-1 {
    overflow:hidden;
    border-bottom: 10px solid #f6f7f9;
}
.section-sharing-1 .section-in {
    position: relative;
    padding: 25px 0 0 15px;
}
.section-sharing-1 .slide-sharing-slick {
    box-sizing:border-box;
    height: 260px;
    width:100%;
    padding:25px 0 0 15px;
    overflow-x:auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.section-sharing-1 .slide-sharing-slick::-webkit-scrollbar {
    display: none;
    width: 0; /* Remove scrollbar space */
    height: 0;
    background: transparent; /* Optional: just make scrollbar invisible */
    -webkit-appearance: none;
}
.section-sharing-1 .slide-sharing-slick-in{
    width:670px;
}
.section-sharing-1 .slide-sharing-item {
    position:relative;
    display: inline-block;
    width: 210px;
    margin-right:10px;
    background: #fff;
    box-shadow: 0 0 11px rgba(51, 51, 51, 0.08);
    border-radius: 10px;
}
.section-sharing-1 .slide-sharing-item-in{
    padding-top:13px;
}
.section-sharing-1 .slick-slide {
    margin-right: 10px;
}
.section-sharing-1 .slide-sharing-item .icn-ranking {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -14px;
    width: 44px;
    height: 31px;
    z-index: 20;
}
.section-sharing-1 .slide-sharing-item.rank-1 .icn-ranking{
    background: url(../imgs/icn/icn_rank_1.png) no-repeat left bottom;
    background-size: 44px auto;
}
.section-sharing-1 .slide-sharing-item.rank-2 .icn-ranking{
    background: url(../imgs/icn/icn_rank_2.png) no-repeat left bottom;
    background-size: 44px auto;
}
.section-sharing-1 .slide-sharing-item.rank-3 .icn-ranking{
    background: url(../imgs/icn/icn_rank_3.png) no-repeat left bottom;
    background-size: 44px auto;
}
.section-sharing-1 .tag-box-3 {
    padding-left:13px;
    margin-bottom:13px;
}
.tag-3 {
    display:inline-block;
    padding-left: 12px;
    font-size: 10px;
    color: #696f8c;
    letter-spacing: -0.03em;
    line-height: 150%;
}
.tag-3-1 {
    background: url(../imgs/icn/icn_sharing_1.png) no-repeat left center;
    background-size: 9px auto;
}
.tag-3-2 {
    background: url(../imgs/icn/icn_sharing_2.png) no-repeat left center;
    background-size: 9px auto;
}
.tag-3-3 {
    background: url(../imgs/icn/icn_sharing_3.png) no-repeat left center;
    background-size: 9px auto;
}
.tag-box-3 .tag-3{
    margin-right:12px;
}
.tag-5 {
    display:inline-block;
    padding-left: 14px;
    font-size: 12px;
    color: #696f8c;
    letter-spacing: -0.03em;
    line-height: 150%;
}
.tag-5 span,
.tag-5 em{
    vertical-align:middle;
}
.tag-5-1 {
    background: url(../imgs/icn/icn_sharing_4.png) no-repeat left center;
    background-size: 11px auto;
}
.tag-5-2 {
    background: url(../imgs/icn/icn_sharing_5.png) no-repeat left center;
    background-size: 11px auto;
}
.tag-5-3{
    background: url(../imgs/icn/icn_sharing_6.png) no-repeat left center;
    background-size: 11px auto;
}
.section-sharing-1 .tag-box{
    padding:0 13px;
    margin-bottom:10px;
}
.section-sharing-1 .p-1 {
    padding:0 13px;
    margin-bottom: 5px;
    font-weight:700;
    font-size: 14px;
    color: #333;
    letter-spacing: -0.03em;
    line-height: 130%;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
}
.slide-sharing-item .circles-graph-box {
    text-align: center;
    height: 76px;
    border-bottom: 1px solid #f1f1f1;
}
.slide-sharing-item .circles-graph{
    position:relative;
    display:inline-block;
    margin:0 18px;
}
.slide-sharing-item .circles-graph .cirles-graph-txt {
    position:absolute;
    left:0;
    top:14px;
    font-size:10px;
    color:#696f8c;
    line-height:130%;
    letter-spacing:-0.03em;
    width:100%;
    text-align:center;
    z-index:10;
}
.slide-sharing-item .circles-graph .circles-integer {
    display:block;
    margin-top:25px;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #11183c;
}
.slide-sharing-item .slide-sharing-bot {
    position: relative;
    height: 43px;
    padding: 7px 60px 0 13px;
    background: #fcfcfc;
}
.slide-sharing-item .slide-sharing-bot-txt-1 {
    margin-bottom:2px;
    font-size: 10px;
    color: #696f8c;
    letter-spacing: -0.03em;
    line-height:130%;
}
.slide-sharing-item .slide-sharing-bot-txt-2{
    font-weight:700;
    font-size:18px;
    color:#696f8c;
}
.slide-sharing-item .slide-sharing-bot-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-color:#f1f2f4;
    background-image:url(../imgs/icn/btn_sharing_1_off.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:11px auto;
    border-radius: 15px;
    z-index: 10;
}
.slide-sharing-item .slide-sharing-bot-btn.on{
    background-image:url(../imgs/icn/btn_sharing_1_on.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:11px auto;
}
/* 포트폴리오 공유 리스트 */
.section-sharing-2 .section-in {
    padding: 25px 15px 0 15px;
}
.filter-box {
    overflow: hidden;
}
.filter-box li{
    float:left;
    display:inline-block;
    width:29%;
    height:57px;
    text-align:center;
}
.filter-box .li-1{
    width:13%;
}
.filter-box .filter-btn-1 {
    display:inline-block;
    width:90%;
    height:32px;
    background: url(../imgs/icn/filter_btn_off.png) no-repeat center center;
    background-size:15px auto;
}
.filter-box .filter-btn-1.checked{
    background: url(../imgs/icn/filter_btn_on.png) no-repeat center center;
    background-size:15px auto;
}
.filter-box .filter-btn-2{
    display:inline-block;    
    line-height:32px;
    height:32px;
    width:90%;
    background: #f8f8f9;
    border-radius: 5px;
    font-weight:500;
    font-size:12px;
    color:#afb3ba;
}
.filter-box .filter-btn-2.checked{
    font-weight:700;
    color:#f83838;
    background:#fff1f1;
}
.icn-logo {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: 3px;
    margin-right: 3px;
}
.section-sharing-2-list{
    margin-bottom:30px;
}
.section-sharing-2-list-item {
    position:relative;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 11px rgba(51, 51, 51, 0.08);
    border-radius: 10px;
    border: 1px solid #fff;
}
.section-sharing-2-list-item.checked{
    border:1px solid #f83838;
}
.section-sharing-2-list-item.ing:after{
    content:'';
    position:absolute;
    left:9px;
    top:-13px;
    display:block;
    width:200px;
    height:28px;
    background:url(../imgs/icn/icn_ing.png) no-repeat left center;
    background-size:auto 28px;
}
.section-sharing-2-list-item.ing.ing-change:after{
    background:url(../imgs/icn/icn_ing_2.png) no-repeat left center;
    background-size:auto 28px;
}
.section-sharing-2-list-item .slide-sharing-list-top {
    position:relative;
    padding: 13px 13px 17px 15px;
    border-bottom:1px solid #f1f1f1;
}
.section-sharing-2-list-item .tag-box{
    margin-bottom:13px;
}
.section-sharing-2-list-item .p-0 {
    font-size: 14px;
    color: #696f8c;
    letter-spacing: -0.03em;
    line-height: 130%;
}

.section-sharing-2-list-item .p-0 .icn-logo {
    display: inline-block;
    width: 12px;
    height: 12px;
}

.section-sharing-2-list-item .p-1 {
    margin-bottom: 5px;
    font-weight:700;
    font-size: 14px;
    color: #333;
    letter-spacing: -0.03em;
    line-height: 130%;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
}
.section-sharing-2-list-item .p-2 {
    position:relative;
    padding-right:45px;
    margin-bottom: 5px;
    font-weight:700;
    font-size: 14px;
    color: #333;
    letter-spacing: -0.03em;
    line-height: 130%;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
}
.section-sharing-2-list-item .p-2 .icn-logo{
    display: inline-block;
    width: 12px;
    height: 12px;
}
.section-sharing-2-list-item .ss2li-menu{
    display:block;
    position:absolute;
    right:4px;
    top:1px;
    width:32px;
    height:32px;
    background:url(../imgs/icn/icn_menu_1.png) no-repeat center center;
    background-size:auto 3px;
    z-index:20;
}
.section-sharing-2-list-item .ss2li-menu-pop{
    display:none;
    position:absolute;
    width:130px;
    right:0;
    top:18px;
    padding-top:8px;
    z-index:20;
}
.section-sharing-2-list-item .ss2li-menu-pop-in{
    position:relative;
    display:block;
    padding:20px 0;
    background:#fff;
    border:1px solid #f1f2f4;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.08);
    border-radius:5px;
}
.section-sharing-2-list-item .ss2li-menu-pop-in:after{
    content: '';
    position: absolute;
    top: -8px;
    right: 5px;
    width: 14px;
    height: 8px;
    background: url(../imgs/icn/icn_arr_top_2.png) no-repeat center top;
    background-size: auto 8px;
}
.section-sharing-2-list-item .ss2il-menu-pop-btn{
    display:block;
    font-weight:500;
    font-size:14px;
    color:#333;
    line-height:250%;
    letter-spacing:-0.05em;
    text-align:center;
}
.section-sharing-2-list-item .slide-sharing-list-bot{
    position:relative;
    height:50px;
    line-height:50px;
    padding:0 15px;
    background:#fcfcfc;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.section-sharing-2-list-item .slide-sharing-list-bot-txt-1{
    margin-right:7px;
    font-size:10px;
    color:#696f8c;
    letter-spacing:-0.03em;
    vertical-align:middle;
}
.section-sharing-2-list-item .slide-sharing-list-bot-txt-2{
    font-weight: 700;
    font-size: 18px;
    color: #696f8c;
    vertical-align:middle;
}
.section-sharing-2-list-item .slide-sharing-list-bot-txt-3{
    position:absolute;
    right:15px;
    font-size: 10px;
    color: #696f8c;
}
.section-sharing-2-list-item .slide-sharing-list-bot-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-color: #f1f2f4;
    background-image: url(../imgs/icn/btn_sharing_1_off.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:11px auto;
    border-radius: 15px;
    z-index: 10;
}
.section-sharing-2-list-item .slide-sharing-list-bot-btn.on{
    background-image:url(../imgs/icn/btn_sharing_1_on.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:11px auto;
}
.section-sharing-2-list-item .slide-sharing-list-bot-btn.type-2 {
    background-image: url(../imgs/icn/icn_arr_r_3.png);
    background-size:6px auto;
    background-position-x :13px;
}
.section-sharing-2-list.type-2{
    padding-left:15px;
    padding-right:15px;
}
.sslb-bar-graph-wrap {
    padding-top: 13px;
    width: 55%;
}
.sslb-bar-graph {
    overflow: hidden;
    display: block;
    margin-bottom: 7px;
    background: #dfe0ea;
    height: 5px;
    border-radius: 3px;
}
.sslb-bar-graph-gauge {
    height:100%;
    background: #ff5722;
}
.sslb-bar-graph-txt-box{
    overflow:hidden;
}
.sslb-bar-graph-btn {
    display:inline-block;
    float: left;
    padding-right:13px;
    font-size: 10px;
    color: #696f8c;
    letter-spacing: -0.03em;
    line-height:130%;
    background:url(../imgs/icn/icn_re.png) no-repeat right center;
    background-size:auto 10px;
}
.sslb-bar-graph-txt-2{
    float:right;
    font-weight:700;
    font-size:12px;
    color:#333;
    line-height:110%;
}
.section-sharing-2-list-item.type-2{
    margin-bottom:12px;
}
.section-sharing-2-list-item.type-2 .slide-sharing-list-top {
    padding-top: 9px;
    padding-bottom: 7px;
}
.section-sharing-2-list-item.type-2 .slide-sharing-list-bot{
    height:30px;
    line-height:30px;
}
.section-sharing-2-list-item.type-2 .slide-sharing-list-bot-txt-2 {
    font-size: 12px;
}
.section-sharing-2-list-item.type-2 .slide-sharing-list-bot-txt-2 span{
    vertical-align:middle;
}
/* 포트폴리오 공유팝업 */
.radio-wrap-1 {
    padding-left: 15px;
    margin-bottom: 5px;
}
.radio-wrap-1 .radio-style-1{
    margin:0 7px 10px 0;
}
.radio-wrap-1 .radio-style-1:nth-child(3n),
.radio-wrap-1 .radio-style-1.nth-3{
    margin-right:0;
}
.radio-wrap-2 {
    overflow:hidden;
}
.radio-wrap-2 .radio-style-1{
    float:left;
    width:31%;
    margin:0;
}
.radio-wrap-2 .radio-style-1:first-child,
.radio-wrap-2 .radio-style-1.nth-1{
    margin-right:3.5%;
}
.radio-wrap-2 .radio-style-1:nth-child(3n),
.radio-wrap-2 .radio-style-1.nth-3{
    float:right;
}
.radio-wrap-3 {
    overflow:hidden;
    margin-bottom:5px;
}
.radio-wrap-3 .radio-style-1{
    float:left;
    width:48.5%;
    margin-bottom:10px;
}
.radio-wrap-3 .radio-style-1:nth-child(2n),
.radio-wrap-3 .radio-style-1.nth-r{
    float:right;
}
/* 상세 팝업 */
.pop-detail{ 
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:#fff;
    z-index:200;
    overflow-y:scroll;
}
.pop-detail .pop-detail-header{
    box-sizing:border-box;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 53px;
    background: linear-gradient(180deg, #FFFFFF 64.43%, rgba(255, 255, 255, 0) 100%);
    z-index:210;
}
.pop-detail .pop-detail-close-btn {
    display: block;
    position: absolute;
    right: 24px;
    top: 20px;
    width: 23px;
    height: 23px;
    background: url(../imgs/icn/main_menu_close_btn.png) no-repeat center center;
    background-size: 15px auto;
    z-index: 20;
}
.pop-detail .pop-detail-top {
    padding-top:53px;
    overflow: hidden;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: #f6f7f9;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.pop-detail .pop-detail-top-in {
    padding: 15px 15px 18px 15px;
    background: #fff;
}
.pop-detail .pop-detail-top-title {
    position: relative;
    margin-bottom: 19px;
}
.pop-detail .pop-detail-top-title-txt {
    overflow: hidden;
    padding-right: 60px;
    font-weight: 700;
    font-size: 20px;
    color: #333;
    letter-spacing: -0.03em;
    line-height: 130%;
    min-height:41px;
}
.pop-detail .pop-detail-top-title-txt-0 {
    font-size: 20px;
    color:#696f8c;
    letter-spacing: -0.03em;
    line-height: 130%;
}
.pop-detail .pop-detail-top-title-btn-box {
    display: block;
    position: absolute;
    right: 5px;
    top: 4px;
    width: 36px;
    height: 36px;
    z-index: 10;
}
.pop-detail .pop-detail-top-title-btn {
    display: block;
    width: 36px;
    height: 36px;
    background-color: #ff5722;
    background-image: url(../imgs/icn/detail_btn_1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    border-radius: 18px;
    z-index: 10;
} 
.pop-detail .pop-detail-top-title-btn.disabled {
    background-color: #f1f2f4;
    background-image: url(../imgs/icn/btn_sharing_1_off.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px auto;
} 
.pop-detail .pop-detail-top-title-btn-2 {
    display: block;
    width: 36px;
    height: 36px;
    background-color: #ff5722;
    background-image: url(../imgs/icn/detail_btn_2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 4px;
    border-radius: 18px;
    z-index: 10;
}
.pop-detail .pop-detail-top .tag-box{
    margin-bottom:8px;
}
.pop-detail .tag-box .tag-4 {
    margin-right: 8px;
}
.pop-detail .pop-detail-top-date{
    margin-bottom:28px;
    font-size:14px;
    color:#696f8c;
    letter-spacing:-0.03em;
    line-height:110%;
}
.pop-detail .pop-detail-top-box {
    overflow: hidden;
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 0 0 11px rgba(51, 51, 51, 0.08);
    border-radius: 10px;
}
.pop-detail .pop-detail-top-box-1 {
    padding: 14px 11px 14px 16px;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.03em;
    background: #fcfcfc;
}
.pop-detail .pop-detail-top-box-1-in {
    position:relative;
    overflow-y: auto;
    max-height: 67px;
    padding-right:24px;
}
.pop-detail .pop-detail-top-box-1-in .icn-write{
    position:absolute;
    bottom:-4px;
    right:5px;
}
.pop-detail .pop-detail-top-box-2-list-1 {
    overflow: hidden;
    border-top: 1px solid #f1f1f1;
}
.pop-detail .pop-detail-top-box-2-list-1 li {
    float: left;
    width: 33.33%;
}
.pop-detail .pop-detail-top-box-2-list-1 dl {
    display: block;
    padding: 19px 0 17px 0;
    text-align: center;
    border-right: 1px solid #f1f1f1;
}
.pop-detail .pop-detail-top-box-2-list-1 .li-3 dl{
    border-right:none;
}
.pop-detail .pop-detail-top-box-2-list-1 dt {
    font-size:13px;
    color:#696f8c;
    line-height:150%;
    letter-spacing:-0.03em;
}
.pop-detail .pop-detail-top-box-2-list-1 dd {
    overflow:hidden;
    font-weight:700;
    font-size:15px;
    color:#333;
    line-height:150%;
    letter-spacing:-0.03em;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.pop-detail .pop-detail-top-box-2-list-2 {
    display: none;
    padding: 11px 15px 15px 15px;
    border-top: 1px solid #f1f1f1;
}
.pop-detail .pop-detail-top-box-2-list-2 li {
    overflow: hidden;
}
.pop-detail .pop-detail-top-box-2-list-2 dt {
    display:inline-block;
    float:left;
    font-size: 14px;
    color: #696f8c;
    line-height:220%;
}
.pop-detail .pop-detail-top-box-2-list-2 dd {
    display: inline-block;
    float: right;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    line-height: 220%;
}
.pop-detail .pop-detail-top-down-btn-box {
    text-align: center;
}
.pop-detail .pop-detail-top-down-btn {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../imgs/icn/icn_arr_down.png) no-repeat center center;
    background-size: 8px auto;
    transition: transform .4s;
    outline: 0;
    border: 0;
}
.pop-detail .pop-detail-top-down-btn.on {
    transform: rotate(180deg);
}
.icn-write {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../imgs/icn/icn_write.png) no-repeat center 3px;
    background-size: auto 18px;
    vertical-align: middle;
}
.pop-detail-acc-list{
    padding-top:20px;
}
.pop-detail-acc-item-1d {
    overflow:hidden;
    position: relative;
    margin-top: -20px;
    z-index: 0;
}
.pop-detail-acc-item-1d-in {
    overflow: hidden;
    position: relative;
    margin-bottom:20px;
    background:#fff;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 0;
}
.pop-detail-acc-item-1d-1,.pop-detail-acc-item-1d-1 .pop-detail-acc-item-1d-in{z-index:9;}
.pop-detail-acc-item-1d-2,.pop-detail-acc-item-1d-2 .pop-detail-acc-item-1d-in{z-index:8;}
.pop-detail-acc-item-1d-3,.pop-detail-acc-item-1d-3 .pop-detail-acc-item-1d-in{z-index:7;}
.pop-detail-acc-item-1d-4,.pop-detail-acc-item-1d-4 .pop-detail-acc-item-1d-in{z-index:6;}
.pop-detail-acc-item-1d-5,.pop-detail-acc-item-1d-5 .pop-detail-acc-item-1d-in{z-index:5;}
.pop-detail-acc-item-1d-6,.pop-detail-acc-item-1d-6 .pop-detail-acc-item-1d-in{z-index:4;}
.pop-detail-acc-item-1d-7,.pop-detail-acc-item-1d-7 .pop-detail-acc-item-1d-in{z-index:3;}
.pop-detail-acc-item-1d-8,.pop-detail-acc-item-1d-8 .pop-detail-acc-item-1d-in{z-index:2;}
.pop-detail-acc-item-1d-9,.pop-detail-acc-item-1d-9 .pop-detail-acc-item-1d-in{z-index:1;}
.pop-detail-acc-item-1d-head {
    position:relative;
    padding: 0 25px;
    font-size: 16px;
    color: #333;
    letter-spacing: -0.03em;
    text-align: center;
}
.pop-detail-acc-item-1d-head-in {
    padding: 25px 0;
    width: 50%;
    margin: 0 auto;
}
.pop-detail-acc-item-1d-head .point{    
    position: relative;
    padding: 0 7px;
}
.pop-detail-acc-item-1d.on .pop-detail-acc-item-1d-head .point {
    font-weight: 700;
}
.pop-detail-acc-item-1d.on .pop-detail-acc-item-1d-head .point:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 4px;
    height: 4px;
    background: #f83838;
}
.pop-detail-acc-item-1d-head-btn {
    display:none;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -10px;    
    background: url(../imgs/icn/icn_q.png) no-repeat left center;
    background-size: 12px auto;
    padding-left: 17px;
    line-height: 150%;
    font-weight:400;
    font-size:14px;
    color: #696f8c;
    letter-spacing:-0.03em;
}
.pop-detail-acc-item-1d.on .pop-detail-acc-item-1d-head-btn{
    display:block;
}
.pop-detail-acc-item-1d-con {
    display:none;
    padding: 0 25px 30px 25px;
}
.pop-detail-acc-item-1d-5 .pop-detail-acc-item-1d-con{
    padding-bottom:20px;
}
.detail-conditional {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 11px rgba(51, 51, 51, 0.08);
    border-radius: 10px;
}
.detail-conditional-title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    letter-spacing: -0.03em;
    text-align: center;
    background: #fcfcfc;
    border-bottom:1px solid #f1f1f1;
}
.detail-conditional-buy .detail-conditional-title {
    background: #f83838;
    color: #fff;
}
.detail-conditional-sell .detail-conditional-title {
    background: #4e7ff4;
    color: #fff;
}
.detail-conditional-date-box {
    margin-bottom: 8px;
    font-size:12px;
    color:#696f8c;
    letter-spacing:-0.03em;
    line-height:150%;
    text-align: right;
}
.detail-conditional-con {
    position: relative;
    overflow: hidden;
    padding: 15px 0 45px 0;
}
.detail-conditional-con-in {
    overflow: hidden;
    max-height:50px;
}
.detail-conditional-con-in.size-1{
    max-height:75px;
}
.detail-conditional-con-in.size-2{
    max-height:110px;
}
.detail-conditional-con-in.size-2-2{
    max-height:132px;
}
.detail-conditional-con-in.size-3 {
    max-height:195px;
}
.detail-conditional-con-in.on{
    max-height:none !important;
}
.detail-conditional-con-in-2{
    padding:15px 15px 0 15px;
}
.detail-conditional-ex-box{
    position:relative;
    padding-bottom:45px;
    border-bottom:1px solid #f1f1f1;
}
.detail-conditional-con-txt {
    padding: 0 15px;
    font-size: 14px;
    color: #696f8c;
    letter-spacing: -0.03em;
    line-height: 170%;
}
.detail-donditional-con-list{
    display:none;
    padding:18px 15px 0 15px;
    margin-top:25px;
    border-top:1px solid #f1f1f1;
}
.detail-donditional-con-list li {
    position: relative;
    overflow: hidden;
    font-size: 14px;
    line-height: 220%;
    letter-spacing: -0.03em;
}
.detail-donditional-con-list dt{
    position:absolute;
    left:0;
    top:0;
    font-weight:700;
    color:#11183c;
}
.detail-donditional-con-list dd {
    display:block;
    padding-left: 28px;
    float: left;
    font-size: 14px;
    color: #696f8c;
}
.detail-conditional-down-btn-box {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
}
.detail-conditional-down-btn {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../imgs/icn/icn_arr_down.png) no-repeat center center;
    background-size: 8px auto;
    transition: transform .4s;
    outline: 0;
    border: 0;
}
.detail-conditional-con.on .detail-conditional-down-btn {
    transform: rotate(180deg);
}
.detail-conditional-con.on .detail-donditional-con-list {
    display: block;
}
.pop-detail-trading {
    background: #fff;
    box-shadow: 0 0 11px rgba(51, 51, 51, 0.08);
    border-radius: 10px;
}
.pop-detail-trading-box{
    overflow:hidden;
    padding:15px 15px 25px 15px;
}
.pop-detail-trading-box-1{
    border-bottom: 1px solid #f1f1f1;
}
.pop-detail-trading-box-2 {
    padding-bottom:15px;
}
.pop-detail-trading-box li{
    overflow:hidden;
}
.pop-detail-trading-box dt,
.pop-detail-trading-box dd {
    position: relative;
    display: inline-block;
    font-size: 14px;
    letter-spacing: -0.03em;
    line-height: 220%;
}
.pop-detail-trading-box dt {
    float:left;
    color: #696f8c;
}
.pop-detail-trading-box dd {
    float:right;
    color: #333;
    text-align: right;
}
.pop-detail-trading-box .two-line{
    line-height:170%;
}
.pop-detail-trading-box .dd-over{
    padding-top:5px;
    max-width:74%;
}
.pop-detail-trading-box .dd-in-search{
    padding-right:30px;
}
.pop-detail-trading-box.down-area{
    display:none;
}
/* 바 그래프 */
.bar-graph-wrap {
    padding: 0 12px 0 12px;
}
.bar-graph {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom:65px;
}
.bar-graph-span {
    display: inline-block;
    height: 30px;
    line-height:30px;
    width:0;
    float: left;
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    letter-spacing: -0.03em;
    text-align: center;
}
.bar-graph-span-1 {background: #f83838;}
.bar-graph-span-2 {background: #ff6600;}
.bar-graph-span-3 {background: #ff9e01;}
.bar-graph-span-4 {background: #fcd202;}
.bar-graph-span-5 {background: #00ba87;}
.bar-graph-ruler{
    position:relative;
    height:70px;
    border-top:1px solid #d9d9d9;
}
.bar-graph-ruler .bar-graph-ruler-txt{
    position:absolute;
    top:9px;
    font-size:11px;
    color:#696f8c;
    line-height:110%;
    letter-spacing:-0.03em;
}
.bar-graph-ruler .bar-graph-ruler-txt-1{left:0;}
.bar-graph-ruler .bar-graph-ruler-txt-2{left:50%;margin-left:-6px}
.bar-graph-ruler .bar-graph-ruler-txt-3{right:0;}
.bar-graph-list{
    overflow:hidden;
}
.bar-graph-list li {
    box-sizing: border-box;
    position: relative;
    float: left;
    padding-left: 39px;
    display: inline-block;
    width: 50%;
    margin-bottom: 1px;
    font-size: 12px;
    color: #696f8c;
    letter-spacing: -0.03em;
    line-height: 200%;
}
.bar-graph-list .bar-graph-list-icn{
    position:absolute;
    left:0;
    top:50%;
    margin-top:-2px;
    width:30px;
    height:3px;
    border-radius:2px;
    display:inline-block;
}
.bar-graph-list-icn-1 {background: #f83838;}
.bar-graph-list-icn-2 {background: #ff6600;}
.bar-graph-list-icn-3 {background: #ff9e01;}
.bar-graph-list-icn-4 {background: #fcd202;}
.bar-graph-list-icn-5 {background: #00ba87;}
.board-search-box{
    margin-bottom:18px;
}
.list-style-1 {
    overflow: hidden;
}
.list-style-1 li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 18px;
    line-height: 130%;
}
.list-style-1 .icn-search-span {
    display: block;
    font-size: 14px;
    color: #696f8c;
    letter-spacing: -0.03em;
    padding-left: 25px;
    background: url(../imgs/icn/icn_search_2.png) no-repeat 5px center;
    background-size:15px auto;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
    line-height:120%;
}
.list-style-2{
    overflow:hidden;
    padding:10px 15px 0 15px;
}
.list-style-2 li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 20px;
    line-height: 130%;
}
.list-style-2 li.fr{
    width:46%;
}
.list-style-2 .link-style-1 {
    display: inline-block;
    max-width:90%;
    font-size: 14px;
    color: #696f8c;
    letter-spacing: -0.03em;
    line-height:110%;
    border-bottom:1px solid #696f8c;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
}
.list-style-2 .link-style-2 {
    display: inline-block;
    max-width:60%;
    float:left;
    font-size: 14px;
    color: #696f8c;
    letter-spacing: -0.03em;
    line-height:110%;
    border-bottom:1px solid #696f8c;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
}
.list-style-2 .link-style-3 {   
    float:right;
    margin-right:11%;
    display: inline-block;
    font-weight:700;
    font-size: 14px;
    color: #333;
    letter-spacing: -0.03em;
    border-bottom:1px solid #696f8c;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
}
.search-icn {
    position:absolute;
    right:0;
    top:6px;
    display:block;
    width:15px;
    height:15px;
    background: url(../imgs/icn/icn_search_2.png) no-repeat center center;
    background-size:15px auto;
}
/* 상세 추가 팝업 */
.pop-dictionary-item {
    padding: 9px 14px 6px 14px;
    margin-bottom:10px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}
.pop-dictionary-item-txt-1{
    font-weight:700;
    font-size:14px;
    color:#333;
    letter-spacing:-0.03em;
    line-height:150%;
}
.pop-dictionary-item-txt-2 {
    font-size: 12px;
    color: #696f8c;
    letter-spacing: -0.03em;
    line-height: 150%;
}
.pop-bottom-radio-wrap{
    overflow:hidden;
    display:none;
}
/* 포트관리 */
.list-style-3{
    overflow:hidden;
    padding:0 5px;
    margin-bottom:15px;
}
.list-style-3 li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 150%;
}
.list-style-3 .list-style-3-num {
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 17px;
    padding-right:1px;
    line-height:17px;
    border-radius: 9px;
    background: #ff5722;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
    color: #fff;
    letter-spacing: -0.03em;
}
/* 포트관리 팝업 */
.pop-txt-box-1 {
    padding: 9px 14px 6px 14px;
    margin-bottom:10px;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}
.pop-txt-box-1 .pop-txt-box-1-txt{
    font-weight:700;
    font-size:14px;
    letter-spacing:-0.03em;
    line-height:150%;
}
.pop-txt-box-1 .pop-txt-box-1-ul li{
    position:relative;
    overflow:hidden;
    padding-left:9px;
    font-size:12px;
    letter-spacing:-0.03em;
    line-height:150%;
}
.pop-txt-box-1 .pop-txt-box-1-ul li.point:after{
    content:'';
    position:absolute;
    left:0;
    top:6px;
    width:3px;
    height:3px;
    border-radius:2px;
    background:#ff5722;
}
/* 백테스트 */
#content.section-backtest{    
    padding:28px 0 18px 0;
}
.section-backtest-in{
    padding:0 20px;
    margin-bottom:30px;
}
.backtest-bong-item {
    margin-bottom:20px;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 11px rgba(51, 51, 51, 0.08);
    border-radius: 10px;
}
.backtest-bong-item-1 {
    background: url(../imgs/sub/backtest_bg_1.png) no-repeat 60px 17px;
}
.backtest-bong-item-2 {
    background: url(../imgs/sub/backtest_bg_2.png) no-repeat 60px 17px;
}
.backtest-bong-item-3 {
    background: url(../imgs/sub/backtest_bg_3.png) no-repeat 60px 17px;
}
.backtest-bong-item-4 {
    background: url(../imgs/sub/backtest_bg_4.png) no-repeat 60px 17px;
}
.backtest-bong-item.checked {
    border-color: #f83838;
}
.backtest-bong-item-in{
    padding:11px 0 13px 14px;
}
.backtest-bong-item-txt-1{
    margin-bottom:17px;
}
.backtest-bong-item-txt-1 .point{    
    position: relative;
    padding-right:7px;
    font-weight: 700;
    font-size:24px;
    color:#333;
    letter-spacing:-0.03em;
    line-height:130%;
}
.backtest-bong-item-txt-1 .point:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 4px;
    height: 4px;
    background: #f83838;
}
.backtest-bong-item-alert{
    text-align:center;
    font-size:12px;
    color:#696f8c;
    letter-spacing:-0.03em;
    line-height:150%;
}
.backtest-top-btn-box {
    position:fixed;
    left:0;
    top:114px;
    width:100%;
    padding-bottom:20px;
    text-align: center;
    background:#fff;
    z-index:100;
}
.backtest-top-btn {
    display: inline-block;
    height: 32px;
    line-height:32px;
    padding: 0 16px;
    font-weight:500;
    font-size:12px;
    color:#afb3ba;
    letter-spacing:-0.03em;
    background: #f8f8f9;
    border-radius: 5px;
    margin:0 4px;
}
.backtest-top-btn.checked{
    background: #fff1f1;
    color: #f83838;
}
.backtest-top-btn-2.checked{
    background:rgba(47, 102, 246, 0.1);
    color: #4e7ff4;
}
/* 백테스트 진입 */
.backtest-main {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    background: url(../imgs/sub/backtest_bg_7.png) no-repeat right 285px;
    background-size:230px auto;
}
.backtest-main-in{
    padding-top:133px;
}
.backtest-txt-box-1 {
    height: 118px;
    margin: 76px 0 0 0;
    padding: 41px 0 0 41px;
    font-size: 18px;
    color: #333;
    letter-spacing: -0.05em;
    line-height: 150%;
    background: url(../imgs/sub/backtest_bg_5.png) no-repeat right top;
}
.backtest-txt-box-2 {
    margin:26px 0 63px 0;
    padding-top:17px;
    font-size: 18px;
    color: #333;
    letter-spacing: -0.05em;
    line-height: 150%;
    background: url(../imgs/sub/backtest_bg_6.png) no-repeat right top;
    text-align: center;
}
.backtest-txt-box-2 .p-1{
    margin-bottom:15px;
    font-size:20px;
    color:#333;
    letter-spacing:-0.05em;
    line-height:140%;
}
.backtest-txt-box-2 .p-2{
    margin-bottom:15px;
    font-size:14px;
    color:#696f8c;
    letter-spacing:-0.03em;
    line-height:130%;
}
.backtest-txt-box-2 .p-2 em{
    color:#333;
}
.backtest-txt-box-3 {
    height: 118px;
    margin: 104px 0 0 0;
    padding: 41px 0 0 0;
    font-size: 18px;
    color: #333;
    letter-spacing: -0.05em;
    line-height: 150%;
    background: url(../imgs/sub/backtest_bg_8.png) no-repeat right top;
    text-align:center;
}
.backtest-visual-1{
    position:relative;
    min-height:300px;
}
.backtest-visual-1-item{
    position:absolute;
    display:block;
    width:154px;
    height:100px;
    opacity:0;
    z-index:10;
}
.backtest-visual-1-item-1{
    top:0;
    left:26px;
    margin:40px 0 0 40px;
    background:url(../imgs/sub/backtest_img_1.png) no-repeat center center;
    background-size:auto 100px;    
}
.backtest-visual-1-item-2 {
    top: 64px;
    left: 77px;
    left:37px;
    margin-top:40px;
    background: url(../imgs/sub/backtest_img_2.png) no-repeat center center;
    background-size: auto 100px;
    z-index:20;
}
.backtest-visual-1-item-3 {
    top: 135px;
    left: 43px;
    top:95px;
    margin-left:40px;
    background: url(../imgs/sub/backtest_img_3.png) no-repeat center center;
    background-size: auto 100px;
}
/* 백테스트 조건설정 */
.setting-box{
    margin-bottom:30px;
}
.setting-item {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    width:100%;
}
.setting-item.type-2{
    padding:0;
}
.setting-item .setting-checkbox{
    position:absolute;
    display:block;
    left:0;
    top:50%;
    width:16px;
    height:16px;
    margin-top:-8px;
    z-index:10;
}
.setting-item:after{
    display:none;
    content:'';
    position:absolute;
    right:0;
    top:0;
    height:100%;
    width:5px;
    background: url(../imgs/icn/icn_arr_r_2.png) no-repeat right center;
    background-size: 7px auto;
}
.setting-item.type-2:after{
    display:block;
}
.setting-item .setting-item-in{  
    display: table;  
    box-sizing:border-box;
    height: 64px;
    width:100%;
    padding-left:25px;
}
.setting-item .setting-alphabet {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    line-height: 16px;
    background: #f83838;
    border-radius: 3px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    z-index: 10;
}
.setting-item.type-sell .setting-alphabet{
    background:#4e7ff4;
}
.setting-item .setting-txt{
    display:table-cell;
    box-sizing:border-box;
    padding-right:40px;
    font-size:14px;
    color:#333;
    letter-spacing: -0.03em;
    line-height:130%;
    vertical-align:middle;
    width:100%;
}
.txt-q {
    display:inline-block;
    background: url(../imgs/icn/icn_q.png) no-repeat left center;
    background-size: 12px auto;
    padding-left: 17px;
    line-height: 150%;
    font-weight: 400;
    font-size: 14px;
    color: #696f8c;
    letter-spacing: -0.03em;
}
.pop-conditional-box{
    height:190px;
    margin-bottom:15px;
    border:1px solid #e8e8e8;
    border-radius:8px;
    overflow-y:auto;
}
.pop-conditional-box ul{
    padding:15px 0 15px 15px;
}
.pop-conditional-box li{
    width:65px;
    height:65px;
    float:left;
}
.pop-conditional-box .pop-conditional-btn{
    display:block;
    width:48px;
    height:48px;
    line-height:48px;
    font-size:16px;
    color:#333;
    letter-spacing:-0.03em;
    text-align:center;
    border:1px solid #e8e8e8;
    border-radius:5px;
}
.pop-conditional-box .pop-conditional-btn.checked{
    width:46px;
    height:46px;
    line-height:46px;
    color:#f83838;
    border:2px solid #f83838;
}
.pop-conditional-box.sell .pop-conditional-btn.checked{
    color:#4e7ff4;
    border:2px solid #4e7ff4;
}
/* 검색 페이지 */
.search-data-box {
    padding-bottom:10px;
    background: #f6f7f9;
}
.search-data-box-in {
    overflow: hidden;
    padding: 10px 15px 20px 15px;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.search-data-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 15px;
    color: #333;
    letter-spacing: -0.03em;
    line-height: 130%;
}
.search-data-box-con{
    position:relative;
    overflow:hidden;
    min-height:54px;
}
.search-data-left {
    position: relative;
    display: inline-block;
    float: left;
    padding-top:10px;
    width:39%;
}
.search-data-coin-img{
    position:absolute;
    left:0;
    top:9px;
    width:37px;
    height:37px;
}
.search-data-left-p1 {
    padding-left: 44px;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    letter-spacing: -0.03em;
    line-height: 130%;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
}
.search-data-left-p2 {
    padding-left: 44px;
    font-size: 12px;
    color: #696f8c;
    letter-spacing: -0.03em;
    line-height: 130%;
}
.search-data-right{
    float:right;
    text-align:right;
    width:60%;
    overflow:hidden;
}
.search-data-left-p3 {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
}
.search-data-left-p3 .data-won {
    margin-right: 10px;
    font-size: 12px;
    color: #696f8c;
    line-height: 29px;
}
.search-data-left-p3 .data-num {
    font-weight:700;
    font-size: 22px;
    color: #333;
    line-height: 29px;
}
.search-data-left-p4 .data-won {
    margin-right: 10px;
    font-size: 12px;
    color: #696f8c;
    line-height: 22px;
}
.search-data-left-p4 .data-per {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #4e7ff4;
    border-radius: 6px;
    padding: 0 6px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #f83838
}
.search-data-left-p4 .data-per.data-per-minus{
    background:#4e7ff4;
}
.search-data-left-p4 .data-per.data-per-plus{
    background: #f83838
}

/* section 3 */
.search-data-box-2 {
    border-bottom: 10px solid #f6f7f9;
    overflow:hidden;
}
.search-data-box-2 .search-data-2-in {
    position: relative;
    padding: 29px 0 0 15px;
}
.search-data-2-title {
    position: relative;
    margin-bottom: 3px;
}
.search-data-2-title-txt{
    font-weight:700;
    font-size:15px;
    letter-spacing:-0.03em;
    line-height:110%;
}
.search-data-2-title-link {
    position: absolute;
    right: 15px;
    top: 5px;
    padding-right: 13px;
    font-size: 12px;
    color: #696f8c;
    letter-spacing: -0.03em;
    background: url(../imgs/icn/icn_arr_r.png) no-repeat right center;
    background-size: 6px auto;
}
.search-data-2-title-sub {
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 10px;
    color: #696f8c;
    letter-spacing: -0.03em;
}
.search-data-box-2 .sdb2-slick {
    height: 230px;
    padding: 15px 0 0 15px;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.search-data-box-2 .sdb2-slick::-webkit-scrollbar {
    display: none;
    width: 0; /* Remove scrollbar space */
    height: 0;
    background: transparent; /* Optional: just make scrollbar invisible */
    -webkit-appearance: none;
}
.search-data-box-2 .sdb2-item {
    position: relative;
    display: inline-block;
    width: 224px;
    background: #fff;
    box-shadow: 0 0 11px rgba(51, 51, 51, 0.08);
    border-radius: 10px;
    margin-right:10px;
}
.search-data-box-2 .sdb2-item:last-child{
    margin-right:0;
}
.search-data-box-2 .slick-list {
    overflow:visible !important;
}
.search-data-box-2 .slick-slide{
    margin-right:10px;
}
.search-data-box-2 .sdb2-item.best:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    width: 62px;
    height: 20px;
    z-index: 10;
    background: url(../imgs/main/icn_best.png) no-repeat center center;
    background-size: cover;
}
.search-data-box-2 .sdb2-item-in {
    padding: 14px 0 10px 14px;
}
.search-data-box-2 .tag-box{
    margin-bottom:5px;
}
.search-data-box-2 .tag-coin-box{
    overflow:hidden;
    height:60px;
}
.search-data-box-2 .tag-coin-box .tag-2 {
    margin: 0 8px 8px 0;
}
.search-data-box-2 .p-1 {
    height:18px;
    padding-right: 15px;
    margin-bottom: 11px;
    font-size: 14px;
    color: #333;
    letter-spacing: -0.03em;
    line-height: 110%;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
}
.search-data-box-2 .p-2 {
    margin-bottom:2px;
    font-size: 10px;
    letter-spacing: -0.03em;
    color: #696f8c;
    line-height: 110%;
}
.search-data-box-2 .p-3 {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.03em;
    color: #696f8c;
    line-height: 110%;
}
.search-data-box-3 {
    position: relative;
    padding: 29px 20px 0 20px;
}
.search-data-news-item .list-item{
    border-bottom:1px solid #e8e8e8;
}
.search-data-news-item .list-head{
    padding:16px 0;
}
.search-data-news-item .list-head-title {
    margin-bottom:5px;
    font-weight:500;
    font-size:14px;
    color:#333;
    line-height:150%;
    letter-spacing:-0.03em;
}
.search-data-news-item .list-head-date{
    color:#9f9f9f;
    font-size:12px;
    letter-spacing:-0.03em;
    line-height:150%;
}
.search-data-news-item .list-con-source {
    margin:12px 0 16px 0;

    color:#9f9f9f;
}
/* 문서 타입 */
.document-style-wrap {
    margin-bottom: 15px;
    overflow-y: auto;
    font-size: 12px;
    color: #696f8c;
    letter-spacing: -0.03em;
    line-height: 150%;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}
.document-style-in {
    padding: 9px 14px;
}
/* 브릿지 페이지 */
.bridge-page {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.bridge-page-txt {
    position: absolute;
    top: 20px;
    left: 20px;
}
.bridge-page-txt-1 {
    font-size: 26px;
    color: #333;
    letter-spacing: -0.05em;
    line-height: 150%;
}
.bridge-page-txt-1 em {
    font-weight: 700;
}
.bridge-page-txt-2 {
    margin-bottom: 29px;
    font-size: 22px;
    color: #333;
    letter-spacing: -0.05em;
    line-height: 150%;
}
.bridge-page-txt-3 {
    font-size: 14px;
    color: #696f8c;
    line-height: 150%;
}
.bridge-loading {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
    animation: load_action 1s linear infinite;
    background: url(../../static/imgs/icn/icn_load.png) no-repeat center center;
}
.bridge-pop .pop-in{
    left:50%;
    width:317px;
    margin:-90px 0 0 -159px;
}
@keyframes load_action {
    100% {
        transform: rotate(360deg);
    }
}
@media ( min-width:650px ) {
    .bridge-page {
        width: 650px;
        height: 820px;
        left: 50%;
        top: 10%;
        height:80%;
        margin:0 0 0 -325px;
        border: 1px solid #efefef;
        box-shadow: 0 0 41px rgba(51, 51, 51, 0.08);
        border-radius: 15px;
    }
    .bridge-loading {
        width: 38px;
        height: 38px;
        margin: -19px 0 0 -19px;
        background: url(../../static/imgs/icn/icn_load_big.png) no-repeat center center;
        background-size: 38px auto;
    }
    .bridge-page-txt{
        top:40px;
        left:40px;
    }
    .bridge-page-txt-1{
        font-size:30px;
    }
    .bridge-page-txt-2 {
        font-size: 26px;
    }
    .bridge-page-txt-3 {
        font-size: 16px;
    }
}