html {
    background: #fff;
    height: auto;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    
}

body {
    max-width: 1200px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    
}
h1,li{
    list-style: none;
    padding: 0;
    margin: 0;
}
img{
    width: 100%;
    border: 0;
    margin: 0 auto;
    padding: 0;
    display: block;
}

p{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1px;
    display: block;
    padding: 10px;
    margin: 0;
    text-align:left;
    line-height: 1.8;
}

input, progress {
    accent-color: #77a84d;
    cursor: pointer;
}

button{
    cursor: pointer;
}

header{
    width:100%;
    vertical-align: middle;
    margin: 0 auto;
    }

.top{
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: linear-gradient(70deg,#1D3E9F,#ff1493); 
    }

.tit{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 8px;
    text-align: center;
}
.gnb{
    width:100%;
    background-color: #fff;
    border-bottom: 2px solid #eee;
    text-align: center;
 
  }
.gnb ul.menu{
    display: flex;
    flex-direction:row;   
    table-layout: auto;
    max-width: 700px;
    margin: 0;
}

.gnb ul.menu li{
    width: 12.8%;
    font-size: 20px;
    color: #333;
    text-align: center;
    padding: 16px 0;
}

.gnb ul.menu li.issue{
    font-weight: 600;
    color: #000;
    border-bottom: 4px solid #1D3E9F;
}

#bar{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 4px 0 20px;
}

.cont{
    margin:0 auto;
    text-align:left;
}
.cont_tit{
    padding: 0;
    margin: 0;
      }

.cont_tit h1{
    font-size: 48px;
    line-height:50px;
    letter-spacing: -6px;
    margin-bottom: 10px;
      }

.cont_tit span{
    color:#ff1493;
    padding: 0;
    display: inline-block;
    padding: 10px 0;
}

.cont_tit p{
    font-size:22px;
    color:#666;
    line-height: 22px;
    padding:4px 0;
    font-weight:200;
    font-family: 'Orbit', sans-serif;
    letter-spacing: -2.2px;
       
      }




dl{

    display: flex;
    flex-direction: row;
    align-items: center;

    }

dt.width55{
    font-size: 22px;
    padding-left:20px;
}



a.send-data{
    margin-top: 10px;
    display: block;
}



#ckbox{
    width:25px;
    height: 25px;
    vertical-align: middle;
}



#adViewPage form {
    padding: 40px 20px;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    background-color:#a4030e;
}

#adViewPage form dd {
    display: table-cell;
    vertical-align: top;
    line-height: 42px;
    font-size: 0;
}
#adViewPage form dl:first-child {
    margin-top: 0;
}
#adViewPage form dl {
    display: table;
    width: 100%;
    margin-top: 5px;
 
}
#adViewPage form dd {
    display:table-cell;
    vertical-align: top;
    line-height: 42px;
    font-size: 0;
}




#adViewPage form dt{
    display: table-cell;
    width: 60px;
    font-weight:500;
    line-height: 54px;
    vertical-align: top;
    font-size: 18px;
    text-align: left;
    color: #fff;    
}

#adViewPage .width55 {
    width: 110px !important;
}

#adViewPage [class*=width]{
    box-sizing: border-box;
}



#adViewPage form dd input[type=text], #adViewPage form dd input[type=tel], #adViewPage form dd input[type=number]{
    border: 1px solid #111;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    line-height: 60px;
    height: 60px;
    text-indent: 10px;
    width: 94.3%;
    font-size: 16px;
   
}

#adViewPage form dd .tel-group select{
    border: 1px solid #111;
    height: 61px;
    width: 24%;
    line-height: 61px;
    font-size: 16px;
}

adViewPage form dd select + input[type=text], #adViewPage form dd select + input[type=tel], #adViewPage form dd select + input[type=number] {
    width: 33%;
    margin-left: 2%;
}

#adViewPage form dd input[type=text] + input[type=text], #adViewPage form dd input[type=tel] + input[type=tel], #adViewPage form dd input[type=number] + input[type=number] {
    width: 33%;
    margin-left: 2%;
}


#adViewPage .tR {
    text-align: center!important;
    width:60px!important;
}

#adViewPage form label {
    line-height: 60px;
    font-size: 16px;
    display: inline-block;
    padding-right:4px;
    margin-right: 10px;
}

#adViewPage form .agree {
    margin: 40px 0 30px 0;
    font-size: 14px;
    border-top: 1px dotted #434343;
    padding: 20px 0 0 5px;
    line-height: 2.2;
    text-align:left;
}

.agree b{
    font-size:16px;
    font-weight: 400;
    color:#fff;
    vertical-align: middle;
}
    
.agree b a:link {
    font-size: 16px;
    color:#c2e1ff;
    margin-left:10px;
}

.agree b a:hover {
    color:#fff;
}
       
    

#section18{
    background-color: #111;
    
}
.footer{
    padding: 40px 0 20px 0;
    box-sizing: border-box;
}
.footer p{
    color: #ccc;
    font-size: 14px;
    font-weight: 300;line-height: 2;
    text-align: center;
    letter-spacing: .5px;
}




.c_wrap{margin:0 auto;height:40px;text-align:center;background-color:#000;padding:10px; overflow:hidden;
display: flex;
 align-items: center;
}
.c_t{display:block; float:left;font-size:18px;color:#fff;margin-left:4%;}
.c_t .live-t{font-size:12px;color:#f00;display:inline-block;margin-right: 10px;;}
.counsel_nu {color:#f00;  float:left; padding-left:20px;font-size: 16px;}
.counsel_nu .num {color:#f00;font-size: 16px;}




#gogo{
    display: block;
    width:100%;
    height: 120px;
    background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -4px;
    border:2px solid #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 90px;
   
    
}

@keyframes blink-effect {
  40% {
    opacity: .5;
  }
}

.blink {
  animation: blink-effect .4s step-end infinite;

  /*
  animation-name: blink-effect;
  animation-duration: 1s;
  animation-iteration-count:infinite;
  animation-timing-function:step-end;
  */
}
.radio-group label{
    color: #fff;

}
.radio-group input{
    width:24px;
    height: 24px;
    display: inline-block;
    vertical-align:sub;
}


#co{
   background: rgba(248, 255, 70, 0.46);
}

    
















 