/* only subpage */

@font-face { font-family: 'GmarketSansBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff'); font-weight: normal; font-style: normal; }



.content > div {
    padding: 50px 40px;
    position: relative;
    background: white;
    border-radius: 10px;
}

.cate {
    position: absolute;
    left: 40px;
    top: 50px;
    font-size: 14px;
    font-weight: 300;
    color: #f55a7f;
}

.article {
    padding: 60px 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed #aaaaaa;
}

.article.no-border {
    border-bottom: none;
}

.article h2 {
    font-size: 21px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 16px;
    line-height: 30px;
}

.content h2 {
    margin-bottom: 16px;
}

.content h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.txt {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
}

.txt span {
    color: #f55a7f;
}

.ask {
    border-top: 1px solid #666666;
    padding: 18px 0 10px 0;
}

.ask .txt {
    text-align: inherit;
}

.content:not(:last-child) {
    margin-bottom: 0;
}


/*
.content > div.news_06_bg {
    background: white url(../images/news_06_img1.png) center bottom no-repeat;
    background-size: contain;
    width: 100%;
}
*/

/*gap*/

.gap{height:50px}
.gap_md{ height: 25px; }
.gap_sm{height:20px;}
.gap_exsm{height:15px;}
.gap_pad8{height: 8px;}
.line20{ line-height: 20px; }
.pad15 { padding-left: 15px; }


.article_head {
    padding:60px 0 0 0;
}

.article_head h2 {
    border-bottom:1px solid #666666;
}

.article_num {
    counter-increment: article_num;
    position:relative;
    padding-left:20px;
}

.article_num:before {
    position:absolute;
    left:0;
    top:70px;
    content: counter(article_num);
    font-family: 'GmarketSansBold';
    color: #f55a7f;
}

h3 + .txt {
    line-height:28px; 
}

.txt dl {
    position:relative;
    margin-bottom:0 !important;
}

dt {
    position:absolute;
    left:0;
}

dd.l_padding_2 {
    padding-left:10px;
}

dd.l_padding_4 {
    padding-left:35px;
} 

.bg-box {
    background:#f7f7f7;
    padding:10px;
    margin:10px 0;
}



a { color: #1e91e9; }
a:hover { color: #1e91e9;  }


/***********************************gnb******************************/





/**********content***********/


.gray_bg {
    background: #f7f7f7;
    padding: 20px;
}

.dash {
    position: relative;
    padding-left: 10px;
}

.dash:before {
    content: "-";
    position: absolute;
    left: 0px;
}

.circle {
    position: relative;
    padding-left: 11px;
}

.circle:before {
    content: "◦";
    position: absolute;
    left: -1px;
}

.dot {
    position: relative;
    padding-left: 10px;
}

.dot:before {
    content: "·";
    position: absolute;
    left: 0px;
}

.star {
    position: relative;
    padding-left: 10px;
}

.star:before {
    content: "*";
    position: absolute;
    left: 0px;
    top:4px;
    font-size: 15px;
}

.star2 {
    position: relative;
    padding-left: 15px;
}

.star2:before {
    content: "**";
    position: absolute;
    left: 0px;
    font-size: 15px;
    letter-spacing: -0.2em;
}

.q_mark {
    position: relative;
    padding-left: 20px;
}

.q_mark:before {
    content: "※";
    position: absolute;
    left: 0px;
    font-size: 15px;
}


.l_padding {
    padding-left: 10px;
}




/*

dl {
    position: relative;
    margin-bottom: 5px;
}

dt {
    position: absolute;
    left: 0;
    font-weight: normal;
}

dt,
dd {
    padding-bottom: 5px;
}
*/

.longimg {width: 90.3%;border: 1px solid #e1e1e1;margin-left: 6px;margin-bottom: 5px;}

.news03img {padding-bottom: 8px;}






/***********footer**********/


@media only screen and (max-width: 992px) {}

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

    .longimg {
        width: 100%;
        padding-bottom: 25px;
    }


    .content > div {
        padding: 20px;
        position: relative;
        background: white;
        border-radius: 10px;
    }

    .cate {
        left: 20px;
        top: 30px;
        font-size: 14px;
        font-weight: 300;
        color: #f55a7f;
    }

    .block-768 {
        float: inherit;
    }

}

@media only screen and (max-width: 500px) {}
