/*---------------------------------------
  COMMON               
-----------------------------------------*/
@charset "utf-8";
@import url('../font/font.css');


* {padding:0;margin:0;}
:root {
    --cw-font-sans-serif: 'Pretendard', 'Inter', sans-serif; /* 산세리프 폰트 */
    --cw-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 모노스페이스 폰트 */
    
    --cw-gray900-color: #121212;
    --cw-gray800-color: #1E1E1E;
    --cw-gray700-color: #2C2C2C;
    --cw-gray600-color: #3C3C3C;
    --cw-gray500-color: #555555;
    --cw-gray400-color: #777777;
    --cw-gray300-color: #999999;
    --cw-gray200-color: #999999;
    --cw-gray100-color: #BBBBBB;
    --cw-gray50-color: #DDDDDD;
    --cw-gray000-color: #FFFFFF;
    
    --cw-point-color: #00e1dc; /* Point Color */
    --cw-Blue1000-color: #0A1450;
    --cw-Blue800-color: #14287d;
    --cw-Blue600-color: #235fe6;
    --cw-Blue500-color: #376ee6;
    --cw-Blue200-color: #a5bef5;    


    --cw-border-radius: 4px;    /* btn thumnail round */


    --cw-size-2: 14px;
    --cw-size-3: 18px;
    --cw-size-4: 20px;
    --cw-size-5: 22px; 
    --cw-size-6: 24px;
    --cw-size-7: 32px;
    --cw-size-8: 40px;    
    --cw-size-120: 120px;
    
    --cw-wight-bold:600;
    --cw-wight-light:300;


    --rectangle-bg: #121212;
    --rectangle-border-color: rgba(0,0,0,0.15);
}
/* Pretendard 웹폰트 적용 */
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}


@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}


@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}


@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}


@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}


@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}


@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}


@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}


@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}


@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


:root {
/* 폰트 패밀리 설정 */
    --bs-font-sans-serif: var(--cw-font-sans-serif);
    --bs-font-monospace: var(--cw-font-monospace);


/* 기본 텍스트 설정 */
    --bs-body-font-family: var(--bs-font-sans-serif); /* 기본 폰트 패밀리 */
    --bs-body-font-size: 14px; /* 기본 폰트 크기 */
    --bs-body-font-weight: 400; /* 기본 폰트 두께 */
    --bs-body-line-height: 1.5; /* 기본 라인 높이 */
    --bs-body-color: #121212; /* 기본 텍스트 색상 */
    --bs-body-color-rgb: 33, 37, 41; /* 기본 텍스트 색상의 RGB 값 */
    --bs-body-bg: #fff; /* 기본 배경색 */
    --bs-body-bg-rgb: 255, 255, 255; /* 기본 배경색의 RGB 값 */


}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body,th,td,textarea,h1,h2,h3,h4,h5,h6 {font-family: 'Pretendard','Inter', sans-serif;font-size:var(--bs-body-font-size);}




.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}






header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption, summary, mark, meter, output, progress, time, video 
{ display: block; }
body,form,th,td,p { margin:0;padding:0; -webkit-text-size-adjust:none; word-break:keep-all }
html { font-family:var(--cw-font-sans-serif) ; color:var(--cw-gray900-color); font-size:var(--cw-size-2);font-weight:400; letter-spacing:0px;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, 
q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, article, aside, hgroup, 
header, footer, figure, figcaption, nav, section { margin:0; padding:0; border:0;  vertical-align:baseline; background:transparent; }
html, body {  width: 100%;  height: 100%;}
h1, h2, h3, h4, h5, h6 {font-weight:500;}
html{  -webkit-font-smoothing: antialiased;}
a {text-decoration:none;  /* -webkit-transition: 0.5s;  transition: 0.5s;*/}
a:link, a:visited, a:active, a:focus { text-decoration:none; color:inherit; cursor:pointer; }
a:hover{ text-decoration:none; color:#333; cursor:pointer; }
* {  -webkit-box-sizing: border-box;  box-sizing: border-box;}
*:before,*:after {  -webkit-box-sizing: border-box;  box-sizing: border-box;}
::-webkit-scrollbar{  width: 6px;  height: 6px;}
::-webkit-scrollbar-thumb {  cursor: pointer;  background: #252525;}
/*#about,#team, #contact {  padding-top: 100px;  padding-bottom: 100px;  text-align: center;}*/
.scroll .container a.navbar-brand img{border:2px solid #000;}
.wd10 {width:1000px; margin:0 auto; clear:both; overflow:hidden; }
.wd11 {width:1100px; margin:0 auto; clear:both; overflow:hidden; }
.wd12 {width:1200px; margin:0 auto; clear:both; overflow:hidden; }
.wd13 {width:1300px; margin:0 auto; clear:both; overflow:hidden; }
.wd14 {width:1400px; margin:0 auto; clear:both; overflow:hidden; }
.wd15 {width:1500px; margin:0 auto; clear:both; overflow:hidden; }
.wdFull {width:100%; margin:0 ; clear:both; overflow:hidden; }
.mainColor {color:#333;}
.bgGray {background-color:#808080;} 
.bgGreen {background-color:#008000;} 
.bgPink {background-color:#ff3399;} 
.bgBlue {background-color:#00498c}
.bgGold {background-color:#ffd700}
.bgBlack {background-color:#333;}
.bgWhite {background-color:#fff;}
.bgBrown {background-color:#80604d;}
.bgOrange {background-color:#ffa500;}
.txtP { padding-bottom:20px; font-size:16px; line-height:30px;   }
.txtBig {font-size:60px; line-height:70px;}
.txtHead {font-size:40px; line-height:50px;  }
.txtHead2 {font-size:35px; line-height:45px;  }
.txtHead3 {font-size:25px; line-height:35px;  }
.txtHead4 {  font-size:20px; line-height:30px;   }
.txtHead5 {  font-size:18px; line-height:28px;   }
.txtHead6 {  font-size:16px; line-height:26px;   }
.txtS {font-size:17px;  line-height:27px; }
.clearB {clear:both; overflow:hidden;}
.img_c {text-align:center; }
.img_r {text-align:right; }
.txtB {font-weight:500; } 
.txtGray {color:#808080;} 
.txtGreen {color:#008000;} 
.txtPink {color:#ff3399;} 
.txtBlue {color:#00498c}
.txtGold {color:#ffd700}
.txtBlack {color:#333;}
.txtWhite {color:#fff;} 
.txtBrown {color:#80604d;}
.txtOrange {color:#ff7f00;}
.txtRed {color:#ff0000;}
.txtUline {border-bottom:1px solid #333;}
.txtUline2 {border-bottom:3px solid #333;}
.pdT5 {padding-top:5px}.pdT10 {padding-top:10px}.pdT15 {padding-top:15px}.pdT20 {padding-top:20px}.pdT30 {padding-top:30px}.pdT40 {padding-top:40px}.pdT50 {padding-top:50px}
.pdT60 {padding-top:60px}.pdT70 {padding-top:70px}.pdT80 {padding-top:80px}.pdT90 {padding-top:90px}.pdT100 {padding-top:100px}
.mgT10 {margin-top:10px}.mgT15 {margin-top:15px}.mgT20 {margin-top:20px}.mgT30 {margin-top:30px}.mgT40 {margin-top:40px}.mgT50 {margin-top:50px}.mgT60 {margin-top:60px}
.mgT70 {margin-top:70px}.mgT80 {margin-top:80px}.mgT90 {margin-top:90px}.mgT100 {margin-top:100px}
.pdB10 {padding-bottom:10px;}.pdB20 {padding-bottom:20px;}.pdB30 {padding-bottom:30px;}.pdB40 {padding-bottom:40px;}.pdB50 {padding-bottom:50px;}
.pdB60 {padding-bottom:60px;}.pdB70 {padding-bottom:70px;}.pdB80 {padding-bottom:80px;}.pdB80 {padding-bottom:90px;}.pdB100 {padding-bottom:100px;}
.floatL{float:left;}
.floatR{float:right;}
.floatN{float:none;}
.displayNone {display:none;}
.width10 {width:10%;}.width15 {width:15%;}.width20 {width:20%;}.width25 {width:25%;}.width30 {width:30%;}.width40 {width:40%;}.width50 {width:50%;}
.width60 {width:60%;}.width70 {width:70%;}.width75 {width:75%;}.width80 {width:80%;}.width90 {width:90%;}.width100 {width:100%;}
ul{padding:0; margin:0; list-style-type:none;}

@media not all and (min-width:992px){
div#post_area {padding:0;}
div#post_area img {width:100% !important ; height:auto !important;}
.table_03 td img,.table_05 td img {width:100%; height:auto !important;}
table table table table td img {width:100%; height:auto !important;}
table table tr[valign="top"] td[width="25%"] {border-bottom:0 !important; display:table; float:left; width:50% ; border:0px solid #000;}
}

/* join */
div.join { width:70%; margin:0 auto; }
div.join p {font-size:15px; padding-bottom:20px;}
table.tb_join {border:3px solid #dfdfdf; width:100%; padding:15px 0px;}
table.tb_join td{border:0; padding:5px 5px;}
table.tb_join table {margin:0 auto;}
table.tb_join td.join_id,table.tb_join td.join_pw {font-weight:bold; text-align:right; }
table.tb_join td.bt_ok {text-align:center;}

div.rule {width:100%;}
div.rule table{width:100%; padding-bottom:25px;}
div.rule table td.tit{font-size:14px; font-weight:bold; padding:0px 0 10px 0 ;}
div.rule table td textarea {width:95%; height:100px; font-size:12px; color:#999; padding:10px 10px; border:1px solid #bbb;}
div.rule input.checkbox {margin:5px 3px;}

div.rule {width:100%;}
.member_txt{width:100%; margin-bottom:25px;}
.member_txt td b{font-size:14px; font-weight:bold; padding:0px 0 10px 0 ; display:block; overflow: hidden;}
.member_txt td textarea {width:95%; height:100px; font-size:12px; color:#999; padding:10px 10px; border:1px solid #bbb;}
.member_txt input.checkbox {margin:5px 3px;}
div.join2 #dl1 dt{font-size:17px; color:#333; font-weight:bold; padding:0px 0 0px 0 ;}

div.join2 { width:100%; margin:0 auto; }
div.join2 p {font-size:12px; padding-bottom:20px;}
div.join2 table {width:97%;}
div.join2 table table {width:100%; border-top:2px solid #555; border-left:1px solid #dfdfdf;}
div.join2 table table table,div.join2 table table table td {border:0; padding:0; margin:0;}
div.join2 table table td {border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf; font-size:12px; padding:10px 10px;}
div.join2 td.tit {font-size:14px; font-weight:bold; padding:0px 0 10px 0 ;}
div.join2 table table td.member_td_bgcolor{background-color :#f7f7f7;}
table .btn{background-color:#333; color:#fff; padding:10px 20px; border:0; margin:0 10px;}

div.join3 { width:60%; margin:0 auto; text-align:center; }
div.join3 table {width:100%; }
div.join3 td.tit{font-size:18px; font-weight:bold; padding:0px 0 30px 0 ;}


/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
.noBlock {display:none;}
.wd10,.wd11,.wd12,.wd13,.wd14,.wd115 {width:100%; padding-left:15px !important; padding-right:15px !important; box-sizing:border-box; }	
.txtP { padding-bottom:20px; font-size:15px; line-height:25px; color:#333;  }
.txtBig {font-size:35px; line-height:50px;}
.txtHead {font-size:28px; line-height:45px;  }
.txtHead2 {font-size:25px; line-height:35px;  }
.txtHead3 {font-size:18px; line-height:28px; letter-spacing:-0.5px; }
.txtHead4 {  font-size:14px; line-height:26px;   }
.txtHead5 {  font-size:16px; line-height:27px;   }
.txtS {font-size:15px;  line-height:25px; }
.check {background-size:40px !important; padding-left:50px !important;}
.mgT70 {margin-top:20px}
.width10,.width20,.width30,.width40,.width50,.width60,.width70,.width80,.width90,.width100
,.width15,.width75,.width25  {width:100%;}
}