
@import url(gmarket.css); .gmarket * { font-family: 'GmarketSans', sans-serif; }
@import url(scdream.css); .scdream * { font-family: 'SCDream', sans-serif; }


img{vertical-align: middle;}
*{font-family: 'Noto Sans KR', sans-serif;-webbukit-tap-highlight-color :transparent }
*:focus{outline: none;;}

button{
  color: #000000;
}
/* Common div */

.fl{float:left;}
.fr{float:right;}
.inblock{display: inline-block;}
.nopd{padding:0!important;}
.Aclear::after{content:"";display: block;clear: both;}

.textcenter{text-align: center;}

/* flexbox */
.flexbox_row_sb{display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.flexbox_row_ct{display: flex;flex-direction: row;justify-content: center;align-items: center;}
.flexbox_row_st{display: flex;flex-direction: row;justify-content: start;align-items: center;}
.flexbox_col_ct{display: flex;flex-direction: column;justify-content: center;align-items: center;}

.graypd{height:10px;background-color: #f4f4f4;}

/* fonts
.HanAir{font-family: "HanAir";}
.HanPro{font-family: "HanPro";}
.Han11{font-family: "Han11";}*/

.ftw200{font-weight: 200;;}
.ftw300{font-weight: 300!important;;}
.ftw500{font-weight: 500!important;;}
.ftw600{font-weight: 600!important;;}
.ftw700{font-weight: 700;;}
.ftw800{font-weight: 800!important;;}

.lineH1{line-height: 1;}
.lineH13{line-height: 1.3;}
.lineH14{line-height: 1.4;}
.lineH15{line-height: 1.5;}

.fonttit20{font-size: 20px;}
.fontsub18{font-size: 18px;}
.fontsub16{font-size: 16px;}
.fonttxt14{font-size: 14px;;}
.fonttxt12{font-size: 12px;;}

.ftblue{color:#084A99;}
.ftblack{color:#000;}
.ftlblack{color:#333;}
.ftred{color:#ff0000;}

.textunder{text-decoration: underline;}

.lsp05{letter-spacing: -0.5px;}
.lsp1{letter-spacing: -1px;}


.btn_full {width: 100%;height: 44px;margin: 5px 0;box-sizing: border-box;}
.btn_blue {color: #000; border: 1px solid #E3E3E3; border-radius: 16px; background: #FFf 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 3px #00000029;
}
.btn_wline {background-color: transparent;color: #fff;border: 2px solid #fff;}




.mt5{margin-top:5px!important;}
.mt10{margin-top:10px!important;}
.mt20{margin-top:20px!important; margin-left: 6px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt60{margin-top:60px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.pb30{padding-bottom: 30px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}


  /* radio_btns */
 .selabwrap{font-size: 0;width:50%;}
 .abtext{font-size: 14px;text-align: center;margin:7px 0 0;}


input[type="radio"] {
    display:none;
  }
  
  input[type="radio"] + label {
    width:100%;
    
    display: inline-block;
    
    font-size: 14px;
    border:5px solid transparent;
    

    
  }

  input[type="radio"]:checked + label {
    border:5px solid #aac9f3;
    box-sizing: border-box;
    

  
  
  }

  input[type="radio"] + label > .selimgbox {
    filter: grayscale(1);
    transition: 0.3s ease-in-out;
    width:100%;
    height:100px;
    background-position: center;
    background-size: cover;
    overflow: hidden;

  }

  input[type="radio"]:checked + label > .selimgbox {
    filter: grayscale(0);
    background-size: 130%;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    

  
  
  }

  input[type="radio"] + label > img {
    filter: grayscale(1);
    transition: 0.3s ease-in-out;
    width:100%;
    height:70px;

  }

  input[type="radio"]:checked + label > img {
    filter: grayscale(0);
    transform: scale(1.12);
    transition: 0.3s ease-in-out;
    

  
  
  }
  
  input[type="radio"] + label span {
    display:inline-block;

    width: 16px;
    height: 16px;
    border-radius:100%;
    margin:0 8px 0px 0;
    vertical-align:middle;
    background-size:contain;
    background-color: #eeeeee;
    border: 1px solid #e5e5e5;
    cursor:pointer;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -ms-border-radius:100%;
    -o-border-radius:100%;
    transition:0.2s ease-in;
}
  
  input[type="radio"]:checked + label span {
    
    position: relative;
    border: 1px solid #407bff;
    transition:0.2s ease-in;
  
  
  }

  input[type="radio"]:hover + label span {
    position: relative;

}


  input[type="radio"]:hover + label span::after {
    content: "";
    border-radius:100%;
    width: 10px;
    height: 10px;
    background-color: #aac9f3;
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -ms-border-radius:100%;
    -o-border-radius:100%;

}
  
  input[type="radio"]:checked + label span::after {
    content: "";
    border-radius:100%;
    width: 10px;
    height: 10px;
    background-color: #407bff;
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -ms-border-radius:100%;
    -o-border-radius:100%;
    transition:0.2s ease-in;
}

/** joinstyle **/
.radioimg input[type="radio"] + label {
  color:#000;
  line-height: 30px;
  font-size: normal;
  letter-spacing: -1px;
  margin-right: 20px;
  cursor:pointer;
  
}

.radioimg input[type="radio"] + label span {
  display:inline-block;

  width: 16px;
  height: 16px;
  border-radius:100%;
  margin:0 0px 0px 0;
  vertical-align:middle;
  background-size:contain;
  background-color: transparent;
  border: 0px solid #e5e5e5;
  cursor:pointer;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  -ms-border-radius:100%;
  -o-border-radius:100%;
  transition:0.2s ease-in;
  background-image: url(../img/icon/no_check.png);
    background-position: center;
    background-size: contain;    
      cursor:pointer;
      position: relative;
      top:0px;

}

.radioimg input[type="radio"]:checked + label span {
  
  position: relative;
  border: 0px solid #407bff;
  transition:0.2s ease-in;
  background-image: url(../img/icon/checked.png);
  background-position: center;
  background-size: contain;    
    cursor:pointer;
    position: relative;
    top:0px;


}


.radioimg input[type="radio"]:checked + label span::after {
  content: "";
  display:none;
  border-radius:100%;
  width: 0px;
  height: 0px;
  background-color: #407bff;
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  -ms-border-radius:100%;
  -o-border-radius:100%;
  transition:0.2s ease-in;
}



/* checkbox_btns */

input[type="checkbox"] {
    display:none;
  }
  
  input[type="checkbox"] + label {
    color:#444;
    font-size: normal;
    letter-spacing: -1px;
    margin-right: 0px;
    cursor:pointer;
    
  }
  
  input[type="checkbox"] + label span {
    display:inline-block;
    width:17px;
    height:17px;
    margin:-1px 10px 0 0;
    vertical-align:text-top;
    border: 1px solid #e5e5e5;
    background-color: #eeeeee;
    
      cursor:pointer;

  }
  
  input[type="checkbox"]:checked + label span {
    
    position: relative;
    border: 1px solid #407bff;
    transition:0.2s ease-in;
    position:relative;
  
  
  }

  

  input[type="checkbox"]:checked + label span::after {
    content: "";
    width: 11px;
    height: 11px;
    background-color: #407bff;
    position: absolute;
    top: 2px;
    left: 2px;

    transition:0.2s ease-in;
  
  
  }

  .checkimg input[type="checkbox"] + label {
    color:#000;
    font-size: normal;
    letter-spacing: -0px;
    margin-right: 0px;
    cursor:pointer;
    font-size: 14px;;
    
  }

  .checkimg input[type="checkbox"] + label span {
    display:inline-block;
    width:16px;
    height:16px;
    margin:0px 00px 0 0;
    vertical-align:text-top;
    border: 0px solid #e5e5e5;
    background-color: transparent;
    background-image: url(../img/icon/no_check.png);
    background-position: center;
    background-size: contain;    
      cursor:pointer;
      position: relative;
      top:0px;

  }

  .checkimg input[type="checkbox"]:checked + label span {
    
    position: relative;
    margin-right: 3px;
    border: 0px solid #407bff;
    transition:0.2s ease-in;
    position:relative;
    background-image: url(../img/icon/checked.png);
    background-position: center;
    background-size: contain;   

  
  
  }

  .checkimg input[type="checkbox"]:checked + label span::after {
    content: "";
    width: 0px;
    height: 0px;
    background-color: transparent;
    position: absolute;
    top: 2px;
    left: 2px;

    transition:0.2s ease-in;
  
  }


.agree_checkimg  {
  margin: 10px;
  display: block;
  text-align: end;
}

.agree_checkimg input[type="checkbox"] + label {
  color:#000;
  font-size: normal;
  letter-spacing: -1px;
  margin-right: 0px;
  cursor:pointer;
  font-size: 18px;;

}

.agree_checkimg input[type="checkbox"] + label span {
  display:inline-block;
  width:20px;
  height:20px;
  margin:0px 0px 0 10px;
  vertical-align:text-top;
  border: 0px solid #e5e5e5;
  background-color: transparent;
  background-image: url(../img/icon/no_check.png);
  background-position: center;
  background-size: contain;
  cursor:pointer;
  position: relative;
  top:0px;

}

.agree_checkimg input[type="checkbox"]:checked + label span {

  position: relative;
  border: 0px solid #407bff;
  transition:0.2s ease-in;
  position:relative;
  background-image: url(../img/icon/checked.png);
  background-position: center;
  background-size: contain;



}

.agree_checkimg input[type="checkbox"]:checked + label span::after {
  content: "";
  width: 0px;
  height: 0px;
  background-color: transparent;
  position: absolute;
  top: 2px;
  left: 2px;

  transition:0.2s ease-in;


}