/*--ysk--------------------------------------------------------------------------------*

	ysk 2022년01월

-----------------------------------------------------------------------------------ysk-*/
@charset "utf-8";
* {box-sizing: border-box;	-ms-box-sizing: border-box;	-webkit-box-sizing: border-box;}
.cf:after{content:''; display:block; clear:both;}

/*-------------------------------------------------------------------------------------*
 *  기본스타일 시트                                                                    *
 *-------------------------------------------------------------------------------------*/
a         {color:#000; text-decoration:none;}
body      {font-size: 14px; color: #000; margin: 0 0 0 0; font-family: 'Noto Sans KR', sans-serif; font-weight:400; letter-spacing:0px; background:#ffffff; overflow-y:scroll; -webkit-overflow-scrolling:touch;}
td        {font-size: 14px; color: #000; margin: 0 0 0 0; font-family: 'Noto Sans KR', sans-serif; font-weight:400; letter-spacing:0px;}
div       {font-size: 14px; color: #000; margin: 0 0 0 0; font-family: 'Noto Sans KR', sans-serif; font-weight:400; letter-spacing:0px;}
select    {font-size: 14px; color: #000; margin: 0 0 0 0; font-family: 'Noto Sans KR', sans-serif; font-weight:400; letter-spacing:0px;}
textarea  {font-size: 14px; color: #000; margin: 0 0 0 0; font-family: 'Noto Sans KR', sans-serif; font-weight:400; letter-spacing:0px;}


/*-------------------------------------------------------------------------------------*
 *  인풋                                                                               *
 *-------------------------------------------------------------------------------------*/
input::-webkit-input-placeholder    {color:#555555; font-size:13px; letter-spacing:-1pt;}
input:-ms-input-placeholder         {color:#555555; font-size:13px; letter-spacing:-1pt;}
textarea::-webkit-input-placeholder {color:#555555; font-size:13px; letter-spacing:-1pt;}
textarea:-ms-input-placeholder      {color:#555555; font-size:13px; letter-spacing:-1pt;}
input::placeholder                  {color:#555555; font-size:13px; letter-spacing:-1pt;}
textarea::placeholder               {color:#555555; font-size:13px; letter-spacing:-1pt;}


/*-------------------------------------------------------------------------------------*
 *  고정스타일 시트                                                                    *
 *-------------------------------------------------------------------------------------*/
A,area   {blr:expression(this.onFocus=this.blur())} 
:focus   {-moz-outline-style: none;} 
form     {margin:0;} 
img      {border:none;}
ul,ol,li,dl,dd,dt  {margin:0; list-style:none;}

html,body,div,span,object,iframe,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,swf,javascript,
article,aside,canvas,details,figcaption,figure,footer,header,td,
menu,nav,section{margin:0;padding:0}

img,fieldset,iframe{border:0 none}
img {/* max-width:100%; */vertical-align:middle}
textarea{resize:none}
input,select,textarea,button{font-size:100%;vertical-align:middle;-webkit-box-sizing:border-box;box-sizing:border-box; outline:none;}
h1,h2,h3,h4,h5,h6{font-size:100%}
address,strong,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal}
blockquote,q{quotes:none} 
blockquote:before,blockquote:after,q:before,q:after{content:"";content:none} 

/* base - IE8~7 */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

/* base - input */
input[type="text"],input[type="password"],input[type="submit"],input[type="search"],input[type="image"],textarea{-webkit-appearance:none;} 
input:checked[type="checkbox"]{background-color:#666;-webkit-appearance:checkbox} 
button,input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]{-webkit-appearance:button;border-radius:0} 
input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}

/* 아이폰 폰트사이즈 자동조절 방지 */
html, body{
  -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust : none;  /* IE */
  -moz-text-size-adjust : none;  /* 파이어폭스 */
  -o-text-size-adjust : none;  /* 오페라 구버전 */
}



/* --------------------------------------------------------------------------- margin-left */

.ml4  {margin-left:4px}
.ml5  {margin-left:5px}
.ml10 {margin-left:10px}
.ml11 {margin-left:11px}

/* --------------------------------------------------------------------------- margin-top */

.mt1 {margin-top:1px}
.mt3 {margin-top:3px}
.mt5 { margin-top: 5px; } 
.mt10 { margin-top: 10px; } 
.mt12 { margin-top: 12px; } 
.mt15 { margin-top: 15px; } 
.mt18 { margin-top: 18px; } 
.mt20 { margin-top: 20px; } 
.mt30 { margin-top: 30px; } 
.mt33 { margin-top: 33px; } 
.mt36 { margin-top: 36px; } 
.mt40 { margin-top: 40px; } 
.mt45 { margin-top: 45px; } 
.mt62 { margin-top: 62px; } 
.mt70 { margin-top: 70px; } 
.mt90 { margin-top: 90px; } 


@media (min-width: 769px) { /* 모바일화면 이상 */

	.md_mt1 { margin-top: 5px; } 
	.md_mt5 { margin-top: 5px; } 
	.md_mt10 { margin-top: 10px; } 
	.md_mt15 { margin-top: 15px; } 
	.md_mt20 { margin-top: 20px; } 
	.md_mt25 { margin-top: 25px; } 
	.md_mt30 { margin-top: 30px; } 
	.md_mt40 { margin-top: 40px; } 
	.md_mt50 { margin-top: 50px; } 
	.md_mt55 { margin-top: 55px; } 
	.md_mt200 { margin-top: 250px; } 
}

@media (max-width: 768px) { /* 모바일기기전용 */

	.sm_mt1  { margin-top: 1px; } 
	.sm_mt2  { margin-top: 2px; } 
	.sm_mt5  { margin-top: 5px; } 
	.sm_mt10 { margin-top: 10px; } 
	.sm_mt15 { margin-top: 15px; } 
	.sm_mt20 { margin-top: 20px; } 
	.sm_mt25 { margin-top: 25px; } 
	.sm_mt30 { margin-top: 30px; } 
	.sm_mt40 { margin-top: 40px; } 
	.sm_mt50 { margin-top: 50px; } 
	.sm_mt60 { margin-top: 60px; } 
	.sm_mt70 { margin-top: 70px; } 
	.sm_mt130 { margin-top: 130px; } 
}


/* --------------------------------------------------------------------------- margin-bottom */

.mb2 { margin-bottom: 2px; } 
.mb3 { margin-bottom: 3px; } 
.mb5 { margin-bottom: 5px; } 
.mb10 { margin-bottom: 10px; } 
.mb15 { margin-bottom: 15px; } 
.mb20 { margin-bottom: 20px; } 
.mb25 { margin-bottom: 25px; } 
.mb30 { margin-bottom: 30px; } 
.mb33 { margin-bottom: 33px; } 
.mb40 { margin-bottom: 40px; } 
.mb45 { margin-bottom: 45px; } 
.mb50 { margin-bottom: 50px; } 
.mb100 { margin-bottom: 100px; } 


@media (min-width: 769px) { /* 모바일화면 이상 */

	.md_mb2 { margin-bottom: 2px; } 
	.md_mb4 { margin-bottom: 4px; } 
	.md_mb5 { margin-bottom: 5px; } 
	.md_mb7 { margin-bottom: 7px; } 
	.md_mb10 { margin-bottom: 10px; } 
	.md_mb15 { margin-bottom: 15px; } 
	.md_mb20 { margin-bottom: 20px; } 
	.md_mb30 { margin-bottom: 30px; } 
	.md_mb40 { margin-bottom: 40px; } 
	.md_mb62 { margin-bottom: 62px; } 

}


@media (max-width: 575px) { /* 모바일기기전용 */

	.sm_mb2  { margin-bottom: 2px; } 
	.sm_mb3  { margin-bottom: 3px; } 
	.sm_mb5  { margin-bottom: 5px; } 
	.sm_mb10 { margin-bottom: 10px; } 
	.sm_mb15 { margin-bottom: 15px; } 
	.sm_mb20 { margin-bottom: 20px; } 
	.sm_mb30 { margin-bottom: 30px; } 
	.sm_mb40 { margin-bottom: 40px; } 

}



.lh25 { line-height:25px; }
.lh30 { line-height:30px; }
.lh35 { line-height:35px; }

.lh0_8 { line-height:0.8;} 
.lh0_9 { line-height:0.9;} 
.lh1 { line-height:1;} 
.lh1_1 { line-height:1.1;} 
.lh1_2 { line-height:1.2;} 
.lh1_3 { line-height:1.3;} 
.lh1_5 { line-height:1.5;} 
.lh1_8 { line-height:1.8;} 
.lh2 { line-height:2;} 
.lh2_2 { line-height:2.2;} 
.lh2_3 { line-height:2.3;} 
.lh2_4 { line-height:2.4;} 

@media (min-width: 769px) { /* 모바일화면 이상 */
	.md_lh0_8 { line-height:0.8;} 

}


@media (max-width: 575px) { /* 모바일기기전용 */

	.sm_lh0_9 { line-height:0.9;} 
	.sm_lh1_1 { line-height:1.1;} 
}


/* --------------------------------------------------------------------------- font color*/


.font_color50  { color: #ffa200; }  
.font_color100 { color: #ff7800; }  /*사이트 주컬러색 농도 100 으로 봄*/
.font_color120 { color: #ff6c00; }  
.font_color200 { color: #ff460a; }  


.font_f { color: #fff; } /*화이트 */

.font_cdcbcb {color:#cdcbcb;} /*회색계열 1*/
.font_a0 {color:#a0a0a0;} /*회색계열 1*/
.font_92 {color:#929292;} /*회색계열 2*/
.font_8f {color:#8f8f8f;} /*회색계열 3*/
.font_89 {color:#898989;} /*회색계열 4*/
.font_85 {color:#858585;} /*회색계열 5*/
.font_7f {color:#7f7f7f;} /*회색계열 6*/
.font_7c {color:#7c7c7c;} /*회색계열 7*/
.font_72 {color:#727272;} /*회색계열 8*/
.font_66 {color:#666666;} /*회색계열 9*/
.font_55 {color:#555; }   /*회색계열 10*/
.font_4f {color:#4f4f4f;} /*회색계열 11*/

.font_ff0000 {color:#ff0000;} /*레드*/
.font_0000ff {color:#0000ff;} /*블루*/
.font_ffff00 {color:#ffff00;} /*노랑*/
.font_0067a3 {color:#0067a3;} /*블루-흐림*/

.font_11 {color:#111111;} /* 검정 9 */
.font_00 {color:#000;}    /* 검정 10 */
