﻿@charset "utf-8";

@import url('font_awesome.css');
@import url('ionicons.css');

/* 프리텐다드 */
@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-style: normal;
    src: url('font/Pretendard-Thin.subset.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-style: normal;
    src: url('font/Pretendard-ExtraLight.subset.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-style: normal;
    src: url('font/Pretendard-Light.subset.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-style: normal;
    src: url('font/Pretendard-Regular.subset.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-style: normal;
    src: url('font/Pretendard-Medium.subset.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-style: normal;
    src: url('font/Pretendard-SemiBold.subset.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-style: normal;
    src: url('font/Pretendard-Bold.subset.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-style: normal;
    src: url('font/Pretendard-ExtraBold.subset.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-style: normal;
    src: url('font/Pretendard-Black.subset.woff2') format('woff2');
}



/* 영문폰트 - Poppins */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('font/poppins-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('font/poppins-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/poppins-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/poppins-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('font/poppins-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('font/poppins-v20-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('font/poppins-v20-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/poppins-v20-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/poppins-v20-latin-600.woff') format('woff'), /* Modern Browsers */
       url('font/poppins-v20-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('font/poppins-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('font/poppins-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/poppins-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/poppins-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('font/poppins-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('font/poppins-v20-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('font/poppins-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/poppins-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/poppins-v20-latin-900.woff') format('woff'), /* Modern Browsers */
       url('font/poppins-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
}



/* 기본클래스 */
.fl	{float:left !important;}
.fr	{float:right !important;}
.cb {clear:both !important;}
.wbk {word-break:keep-all !important;}
.ac {text-align:center !important;}
.al	 {text-align:left !important;}
.ar {text-align:right !important;}
.vt {vertical-align:top !important;}
.vm {vertical-align:middle !important;}
.vb {vertical-align:bottom !important;}
.jf	{text-align:justify !important;}
.oh {overflow:hidden !important;}
.cp {cursor:pointer !important;}
.di {display:inline !important;}
.dn {display:none !important;}
.db {display:block !important;}
.dib {display:inline-block !important;}
.vv {visibility:visible !important;}
.vh {visibility:hidden !important;}
.bn {border:none !important;}
.btn {border-top:none !important;}
.bbn {border-bottom:none !important;}
.bln {border-left:none !important;}
.brn {border-right:none !important;}
.bgn {background:none !important;}
.show {display:block !important;}
.hide {display:none !important;}
.flex {display:flex;}
.hidden {display:none;}
.fe {justify-content:flex-end !important;} /* flex 옵션 */
.fs {justify-content:flex-start !important;} /* flex 옵션 */
.fc {justify-content:center !important;} /* flex 옵션 */
.fac {align-items:center !important;} /* flex 옵션 */
.fae {align-items:flex-end !important;} /* flex 옵션 */
.fdc {flex-direction:column !important;} /* flex 옵션 */
.fdr {flex-direction:row !important;} /* flex 옵션 */


/* 가로사이즈 */
.w100p {width:100% !important;}
.w99p {width:99% !important;}
.w95p {width:95% !important;}
.w94p {width:94% !important;}
.w93p {width:93% !important;}
.w90p {width:90% !important;}
.w80p {width:80% !important;}
.w75p {width:75% !important;}
.w70p {width:70% !important;}
.w65p {width:65% !important;}
.w60p {width:60% !important;}
.w55p {width:55% !important;}
.w50p {width:50% !important;}
.w48p {width:48% !important;}
.w45p {width:45% !important;}
.w42p {width:42% !important;}
.w41p {width:41% !important;}
.w40p {width:40% !important;}
.w35p {width:35% !important;}
.w31p {width:31% !important;}
.w30p {width:30% !important;}
.w25p {width:25% !important;}
.w23p {width:23% !important;}
.w22p {width:22% !important;}
.w20p {width:20% !important;}
.w10p {width:10% !important;}
.w5p {width:5% !important;}

.w30 {width:30px !important;}
.w40 {width:40px !important;}
.w42 {width:42px !important;}
.w50 {width:50px !important;}
.w52 {width:52px !important;}
.w60 {width:60px !important;}
.w65 {width:65px !important;}
.w70 {width:70px !important;}
.w72 {width:72px !important;}
.w80 {width:80px !important;}
.w82 {width:82px !important;}
.w85 {width:85px !important;}
.w90 {width:90px !important;}
.w100 {width:100px !important;}
.w110 {width:110px !important;}
.w120 {width:120px !important;}
.w122 {width:122px !important;}
.w125 {width:125px !important;}
.w130 {width:130px !important;}
.w140 {width:140px !important;}
.w145 {width:145px !important;}
.w150 {width:150px !important;}
.w152 {width:152px !important;}
.w155 {width:155px !important;}
.w160 {width:160px !important;}
.w170 {width:170px !important;}
.w172 {width:172px !important;}
.w175 {width:175px !important;}
.w180 {width:180px !important;}
.w182 {width:182px !important;}
.w190 {width:190px !important;}
.w196 {width:196px !important;}
.w197 {width:197px !important;}
.w200 {width:200px !important;}
.w210 {width:210px !important;}
.w233 {width:233px !important;}
.w250 {width:250px !important;}
.w252 {width:252px !important;}
.w255 {width:255px !important;}
.w270 {width:270px !important;}
.w300 {width:300px !important;}
.w310 {width:310px !important;}
.w350 {width:350px !important;}
.w375 {width:375px !important;}
.w400 {width:400px !important;}
.w415 {width:415px !important;}
.w450 {width:450px !important;}
.w460 {width:460px !important;}
.w465 {width:465px !important;}
.w480 {width:480px !important;}
.w500 {width:500px !important;}
.w600 {width:600px !important;}
.w610 {width:610px !important;}
.w630 {width:630px !important;}
.w650 {width:650px !important;}
.w700 {width:700px !important;}

/* 마진-상단 */
.mt0 {margin-top:0 !important;}
.mt2 {margin-top:2px !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt18 {margin-top:18px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt45 {margin-top:45px !important;}
.mt50 {margin-top:50px !important;}
.mt55 {margin-top:55px !important;}
.mt70 {margin-top:70px !important;}

/* 마진-하단 */
.mb0 {margin-bottom:0 !important;}
.mb2 {margin-bottom:2px !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.mb45 {margin-bottom:45px !important;}
.mb50 {margin-bottom:50px !important;}

/* 마진-좌측 */
.ml0 {margin-left:0 !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml35 {margin-left:35px !important;}
.ml40 {margin-left:40px !important;}
.ml45 {margin-left:45px !important;}
.ml50 {margin-left:50px !important;}

/* 마진-우측 */
.mr0 {margin-right:0 !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr35 {margin-right:35px !important;}
.mr40 {margin-right:40px !important;}
.mr45 {margin-right:45px !important;}
.mr50 {margin-right:50px !important;}

/* 패딩-상단 */
.pt0 {padding-top:0 !important;}
.pt5 {padding-top:5px !important;}
.pt10 {padding-top:10px !important;}
.pt13 {padding-top:13px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt25 {padding-top:25px !important;}
.pt30 {padding-top:30px !important;}
.pt35 {padding-top:35px !important;}
.pt40 {padding-top:40px !important;}
.pt45 {padding-top:45px !important;}
.pt50 {padding-top:50px !important;}

/* 패딩-하단 */
.pb0 {padding-bottom:0 !important;}
.pb5 {padding-bottom:5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important;}
.pb25 {padding-bottom:25px !important;}
.pb30 {padding-bottom:30px !important;}
.pb35 {padding-bottom:35px !important;}
.pb40 {padding-bottom:40px !important;}
.pb45 {padding-bottom:45px !important;}
.pb50 {padding-bottom:50px !important;}

/* 패딩-좌측 */
.pl0 {padding-left:0 !important;}
.pl5 {padding-left:5px !important;}
.pl10 {padding-left:10px !important;}
.pl15 {padding-left:15px !important;}
.pl20 {padding-left:20px !important;}
.pl25 {padding-left:25px !important;}
.pl30 {padding-left:30px !important;}
.pl35 {padding-left:35px !important;}
.pl40 {padding-left:40px !important;}
.pl45 {padding-left:45px !important;}
.pl50 {padding-left:50px !important;}

/* 패딩-우측 */
.pr0 {padding-right:0 !important;}
.pr5 {padding-right:5px !important;}
.pr10 {padding-right:10px !important;}
.pr15 {padding-right:15px !important;}
.pr20 {padding-right:20px !important;}
.pr25 {padding-right:25px !important;}
.pr30 {padding-right:30px !important;}
.pr35 {padding-right:35px !important;}
.pr40 {padding-right:40px !important;}
.pr45 {padding-right:45px !important;}
.pr50 {padding-right:50px !important;}


/* 폰트사이즈 */
.font11 {font-size:11px !important;}
.font12 {font-size:12px !important;}
.font13 {font-size:13px !important;}
.font14 {font-size:14px !important;}
.font15 {font-size:15px !important;}
.font16 {font-size:16px !important;}
.font18 {font-size:18px !important;}
.font20 {font-size:20px !important;}
.font22 {font-size:22px !important;}
.font24 {font-size:24px !important;}
.font28 {font-size:28px !important;}


/* 폰트 색상 */
.colorGreen {color:#129b23 !important;}
.colorBlue {color:#0969b3 !important;}
.colorRed {color:#d21010 !important;}
.colorPurple {color:#8821aa !important;}
.colorOrange {color:#e74c00 !important;}
.colorBrown {color:#905500 !important;}
.colorGray {color:#6a6a6a !important;}
.colorBlack {color:#000 !important;}
.color-before {color:#0969b3 !important;}
.color-after {color:#d21010 !important;}


/* 폰트설정 */
.fontENG {font-family:"Poppins";}
.fontKOR {font-family:"NotoSansKR";}

/* 폰트굵기 */
.fontBold {font-weight:bold;}
.font500 {font-weight:500;}
.fontNormal {font-weight:normal;}

/* 추가-제거 */
.buttonPM {display:inline-block; text-align:center;}
.buttonPM .bbs-btn {display:inline-flex; justify-content:center; align-items:center; width:30px; height:30px;}