@font-face {
    font-family: 'yg-jalnan';
    src: url('../fonts/Jalnan2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SBAggroB';
    src: url('../fonts/SA-B.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SBAggroL';
    src: url('../fonts/SA-L.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SBAggroM';
    src: url('../fonts/SA-M.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UhBeeJJIBBABBA';
    src: url('../fonts/UhBee-JJIBBABBA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Usan';
    src: url('../fonts/HakgyoansimUsanOTFR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KCCChassam';
    src: url('../fonts/KCCChassam.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-size: border-box; 
    box-sizing: border-box;
    
    font-weight: 500;
    font-family: 'yg-jalnan';
}
html{
    width: 100%;
}
body {
   line-height: 1;
   font-family: 'yg-jalnan' ;
   width: 100%;
   /* height: 100%; */
   min-height: 100%;
   height: auto;
   -webkit-text-size-adjust: 100%;
}


body.dark{
background-color: #000;
}
ol, ul {
   list-style: none;
}
blockquote, q {
   quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}
th, h1, h2, h3, h4, h5, h6, th {font-weight:normal;}
fieldset legend {display:none;}
ul:after {clear: both;display: block;content: ''}
dl:after {clear: both;display: block;content: ''}
caption {display:none;}

/* text link */
a, a:link, a:active, a:hover {text-decoration:none;}
input, select {vertical-align:middle;}
h1,h2,h3,h4,h5,h6,p,span {word-break:break-all;}
button {border:0; padding:0; margin:0; cursor:pointer;}

*:focus {
  outline: none;
}


hr{
    margin: 0;
    border: 0;
    width: 100%;
    height: 1px;
    background-color: #DDDDDD;
}
hr.hhr{
    margin-top: 15px;
    margin-bottom: 25px;
}
pre{
    white-space: pre-wrap;
    word-break: break-all;
}
br{
    font-family: 'Dotum';
}

button{
    background-color: transparent;
}

a{
    color: #000;
    cursor: pointer;
}

/* input[type=search] x버튼 없애기 */
input::-ms-clear,
input::-ms-reveal{
	display:none;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration{
	display:none;
}
/* input[type=number] 화살표 없애기
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/****************************** padding  */
.pd_0{
    padding: 0;
}
.pd_30{
    padding: 30px;
}
.plr_30{
    padding: 0 30px;
}
.pt_30{
    padding-top: 30px;
}
/****************************** margin  */
.mt_0{
    margin-top: 0;
}
.mt_5{
    margin-top: 5px;
}
.mt_10{
    margin-top: 10px;
}
.mt_20{
    margin-top: 20px;
}
.mt_30{
    margin-top: 30px;
}
.mt_60{
    margin-top: 60px;
}

.mb_5{
    margin-bottom: 5px;
}
.mb_7{
    margin-bottom: 7px;
}
.mb_10{
    margin-bottom: 10px;
}
.mb_15{
    margin-bottom: 15px;
}
.mb_20{
    margin-bottom: 20px;
}
.mb_30{
    margin-bottom: 30px;
}
.mb_40{
    margin-bottom: 40px;
}
.mb_50{
    margin-bottom: 50px;
}
.mb_60{
    margin-bottom: 60px;
}
.mr_10{
    margin-right: 10px;
}
/****************************** 텍스트 정렬 */
.t_left{
  text-align: left;
}
.t_right{
  text-align: right;
}
.t_center{
  text-align: center;
}

/****************************** float 지정 */
.f_left{
  float: left!important;
}
.f_right{
  float: right;
}

.c_left{
    clear: left;
}
.c_right{
    clear: right;
}
.c_both{
    clear: both;
}
/****************************** 배경색 지정 */
.bg_white{
    background-color: #FFFFFF;
}
/****************************** 글자색깔 지정 */
.co_fff{
	color: #ffffff!important;
}
.co_333{
	color: #333333;
}
.co_666{
	color: #666666;
}
.co_999{
	color: #999999;
}
.co_aaa{
    color: #AAAAAA;
}
/** wedream **/
.co_blue  {
    color: #5E78D0; 
}

/****************************** 글자크기, 무게 지정 */
.fs_12{
    font-size: 12px;
    line-height: 130%;
}
.fs_13{
    font-size: 13px;
    line-height: 130%;
}
.fs_14{
    font-size: 14px;
    line-height: 130%;
}
.fs_16{
    font-size: 16px;
    line-height: 130%;
}
.fs_18{
    font-size: 18px;
    line-height: 130%;
}
.fs_20{
    font-size: 20px;
    line-height: 130%;
}
body.mobile .contact .fs_20{
    font-size: 16px;
}
.fs_28{
    font-size: 28px;
    line-height: 130%;
}

.fw_9{
    
    font-weight: 900;
}
.fw_7{
    
    font-weight: 700;
}
.fw_5{
    
    font-weight: 500;
}
.fw_3{
    
    font-weight: 300;
}

/**************** a ***************/
a.link{
    text-decoration: underline;
    text-underline-position: under;
}


/**************** 버튼 ***************/
.btn{
    width: 343px;
    height: 54px;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #fff;
    background-color: #fff;
    
    font-weight: 500;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    color: #111;
    flex-shrink: 0;
    line-height: 54px;
    padding: 0 20px;
    box-sizing: border-box;
}
.btn svg{
    float: right;
    margin-top: 27px;
}

.btn_o_w{
    background-color: rgba(0,0,0,0);
    color: #fff;
}

.rl0{
    border-radius: 0 10px 10px 0!important;
}
.rr0{
    border-radius: 10px 0 0 10px!important;
}



/*새 스타일*/

/*배경*/
.bgff{
    background-color: #fff;
}
.bgf1{
    background-color: #f1f1f1;
}
.bgf3{
    background-color: #f1f1f1;
}
.bgf6{
    background-color: #f6f6f6;
}
.bg3DD7DC{
    background-color: #3DD7DC;
}

/*글자크기*/
h3.h3{
    font-size: 50px;
    line-height: 150%;
}
h4.h4{
    font-size: 40px;
    line-height: 150%;
}
h5.h5{
    font-size: 26px;
    line-height: 150%;
}
/*글자색깔*/
.co3DD7DC{
    color:#3DD7DC;   
}
.coff{
    color:#fff;   
}
.coFEEF49{
    color:#FEEF49;   
}

/*문단*/
.tl{
    text-align: left;
}
.tr{
    text-align: right;
}
.tc{
    text-align: center;
}

/*패딩*/
.pr0{
    padding-right: 0px;
}
.pr10{
    padding-right: 10px;
}
.pr20{
    padding-right: 20px;
}
.pr30{
    padding-right: 30px;
}
.pr40{
    padding-right: 40px;
}
.pr50{
    padding-right: 50px;
}
.pr60{
    padding-right: 60px;
}
.pr70{
    padding-right: 70px;
}

/*공간*/
.blank{
    display: block;
    width: 100%;
}
.blank.h100{
    height: 100px;
}
.blank.h200{
    height: 200px;
}
.blank.h300{
    height: 300px;
}
.blank.h400{
    height: 400px;
}


/*흐림*/
.blur10{
    filter: blur(10px)!important;
}