@font-face {
    font-family: 'Nanum_Neo_L';
    src: url('../fonts/NanumSquareNeoTTF-aLt') format('truetype');
}
@font-face {
    font-family: 'Nanum_Neo_R';
    src: url('/user/fonts/NanumSquareNeoTTF-bRg.woff') format('truetype');
}
@font-face {
    font-family: 'Nanum_Neo_B';
    src: url('/user/fonts/NanumSquareNeoTTF-cBd.woff') format('truetype');
}
@font-face {
    font-family: 'Nanum_Neo_E';
    src: url('/user/fonts/NanumSquareNeoTTF-dEb.woff') format('truetype');
}
@font-face {
    font-family: 'Nanum_Neo_H';
    src: url('/user/fonts/NanumSquareNeoTTF-eHv.woff') format('truetype');
}

@font-face {
    font-family: 'Montserrat_Bold';
    src: url('/user/fonts/Montserrat-Bold.ttf') format('truetype');
}


.fw_MonB {font-family: 'Montserrat_Bold';}


.fw_nnL {font-family: 'Nanum_Neo_L';}
.fw_nnR {font-family: 'Nanum_Neo_R';}
.fw_nnB {font-family: 'Nanum_Neo_B';}
.fw_nnE {font-family: 'Nanum_Neo_E';}
.fw_nnH {font-family: 'Nanum_Neo_H';}

body {
    font-family: 'Nanum_Neo_B';
    color:#333;
    overflow-x:hidden;
}
/*body * {word-break: keep-all;}*/

a {text-decoration: none;}
ul {list-style: none; padding:0; margin:0;}
dl,dt,dd {margin:0;}
select {-webkit-appearance: none; -moz-appearance: none;}
input, select {outline:none;}
button {border:0;}

.pr-0 {padding-right:0;}
.pl-0 {padding-left:0;}

body {position: relative; font-size:13px; color:#333;}
.f_s0 {font-size:10px;}
.f_s1 {font-size:11px;}
.f_s2 {font-size:13px;}
.f_s3 {font-size:13px;}
.f_s4 {font-size:14px;}
.f_s5 {font-size:15px;}
.f_s6 {font-size:16px;}
.f_s7 {font-size:18px;}

.ft_s0 {font-size:14px;}
.ft_s1 {font-size:15px;}
.ft_s2 {font-size:16px;}
.ft_s3 {font-size:17px;}
.ft_s4 {font-size:18px;}
.ft_s5 {font-size:25px;}
.ft_s6 {font-size:20px;}
.ft_s7 {font-size:23px;}
.ft_smt {font-size:30px;}

@media (min-width: 996px){
    body {font-size:16px;}
    .f_s0 {font-size:12px;}
    .f_s1 {font-size:13px;}
    .f_s2 {font-size:15px;}
    .f_s3 {font-size:16px;}
    .f_s4 {font-size:17px;}
    .f_s5 {font-size:18px;}
    .f_s6 {font-size:21px;}
    .f_s7 {font-size:22px;}

    .ft_s0 {font-size:18px;}
    .ft_s1 {font-size:20px;}
    .ft_s2 {font-size:22px;}
    .ft_s3 {font-size:26px;}
    .ft_s4 {font-size:32px;}
    .ft_s5 {font-size:42px;}
    .ft_s6 {font-size:36px;}
    .ft_s7 {font-size:40px;}
    .ft_smt {font-size:50px;}
}


@media (max-width: 768px){
    .mft_s0 {font-size:18px !important; font-weight:300 !important;}

    .mf_s0 {font-size:11px !important;}
    .mf_s3 {font-size:14px !important;}
}

.f_c_r {color:#971800}
.f_c_b {color:#000000;}
.f_c_b2 {color:#333333;}
.f_c_b3 {color:#222222;}
.f_c_w {color:#ffffff;}
.f_c_g1 {color:#4D4D4D;}
.f_c_g2 {color:#666666;}
.f_c_g3 {color:#6c6c6c;;}
.f_c_g4 {color:#999999;}
.f_c_g5 {color:#8D8D8D;}
.f_c_g6 {color:#444444;}
.f_c_active {color:#00447a;}
.f_c_active2 {color:#3157E8;}
.f_c_active3 {color:#901700;}
.f_c_active4 {color:#003d70;}
.f_c_active5 {color:#0281BE;}
.f_c_active6 {color:#245495;}
.f_c_br1 {color:#B28B80;}

.le_s1 {letter-spacing: -1px;}
.le_s2 {letter-spacing: -2px;}
.le_s2_5 {letter-spacing: -2.5px;}
.le_s3 {letter-spacing: -3px;}

.border-dbdbdb {border-color:#dbdbdb;}
.border-e0e0e0 {border-color:#e0e0e0;}
.border-3d3d3d {border-color:#3d3d3d;}

.background-ffffff {background-color:#fff;}
.background-f2f2f2 {background-color:#f2f2f2;}
.background-f8f8f8 {background-color:#f8f8f8;}
.background-000000 {background-color:#000;}

.rounded_10 {border-radius:10px;}
.rounded_15 {border-radius:15px;}
.rounded_30 {border-radius:30px;}
.rounded_50 {border-radius:50px;}

.fl_end {align-items: flex-end; display: flex;}
.jc_end {justify-content: flex-end;}
.jc_c {justify-content: center;}

.f_wrap {flex-wrap:wrap;}

.text-right {text-align:right;}

.float-right {float:right;}

.text-over-h {white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}

.text-de-u {text-decoration:underline;}

.bd_t1 {border-top:1px solid #000;}
.bd_t2 {border-top:2px solid #000;}

.ml_5 {margin-left:5px;}
.ml_10 {margin-left:10px;}
.ml_15 {margin-left:15px;}
.ml_20 {margin-left:20px;}
.ml_30 {margin-left:30px;}

.mr_5 {margin-right:5px;}
.mr_10 {margin-right:10px;}
.mr_15 {margin-right:15px;}
.mr_20 {margin-right:20px;}
.mr_30 {margin-right:30px;}
.mr_40 {margin-right:40px;}
.mr_50 {margin-right:50px;}

.mb_0 {margin-bottom:0px;}
.mb_5 {margin-bottom:5px;}
.mb_10 {margin-bottom:10px;}
.mb_15 {margin-bottom:15px;}
.mb_20 {margin-bottom:20px;}
.mb_25 {margin-bottom:25px;}
.mb_30 {margin-bottom:30px;}
.mb_35 {margin-bottom:35px;}
.mb_40 {margin-bottom:40px;}
.mb_50 {margin-bottom:50px;}
.mb_60 {margin-bottom:60px;}
.mb_70 {margin-bottom:70px;}
.mb_80 {margin-bottom:80px;}
.mb_100 {margin-bottom:100px;}
.mb_150 {margin-bottom:150px;}

.pt_10 {padding-top:10px;}
.pt_20 {padding-top:20px;}
.pt_30 {padding-top:30px;}
.pt_50 {padding-top:50px;}

.pb_10 {padding-bottom:10px;}
.pb_40 {padding-bottom:40px;}
.pb_50 {padding-bottom:50px;}

.pr_20 {padding-right:20px;}
.pr_30 {padding-right:30px;}
.pr_40 {padding-right:40px;}

.pl_30 {padding-left:30px;}

.p_10 {padding:10px;}
.p_20 {padding:10px;}

.m_w-100 {max-width:100%;}

.lh_25  {line-height:25px;}

.search_select {width:110px; line-height:45px; padding:0 15px; background:url(/user/img/user/select_bg-65095026f175d1faf0e4ecdc11f9ca81.png) right 15px center no-repeat; border:1px solid #dbdbdb;}

.table_overflow_box {overflow-x: auto;}
.text-left {text-align: left;}

.w_b_n {word-break: normal;}

.opac_07 {opacity: 0.7;}

@media (min-width: 1700px){
    .container {max-width:1600px;}
}

@media (min-width: 996px){
    .pc-none {display:none !important;}
}

@media (min-width: 768px){
    .mb_md-20 {margin-bottom:20px;}
    .mb_md-25 {margin-bottom:25px;}
}

a {color:#000;}
a:hover {color:#034EA2;}
p {margin:0;}


@media (max-width: 996px){
    .m-none {display:none !important;}

    .ml_10 {margin-left:5px;}
    .ml_15 {margin-left:7.5px;}
    .ml_20 {margin-left:10px;}
    .ml_30 {margin-left:15px;}

    .mr_10 {margin-right:5px;}
    .mr_15 {margin-right:7.5px;}
    .mr_20 {margin-right:10px;}
    .mr_30 {margin-right:15px;}
    .mr_40 {margin-right:20px;}
    .mr_50 {margin-right:25px;}

    .mb_10 {margin-bottom:5px;}
    .mb_15 {margin-bottom:7.5px;}
    .mb_20 {margin-bottom:10px;}
    .mb_25 {margin-bottom:12.5px;}
    .mb_30 {margin-bottom:15px;}
    .mb_35 {margin-bottom:17.5px;}
    .mb_40 {margin-bottom:20px;}
    .mb_50 {margin-bottom:25px;}
    .mb_60 {margin-bottom:30px;}
    .mb_70 {margin-bottom:35px;}
    .mb_80 {margin-bottom:40px;}
    .mb_100 {margin-bottom:50px;}
    .mb_150 {margin-bottom:75px;}

    .pt_20 {padding-top:10px;}
    .pt_30 {padding-top:15px;}
    .pt_50 {padding-top:25px;}

    .pb_40 {padding-bottom:20px;}
    .pb_50 {padding-bottom:25px;}

    .m_mb_10 {margin-bottom: 10px;}
}
