/* =====================================
              CSS RESET
===================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, b, i, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td, select, input
{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline;font-family: "Noto Sans KR", "Noto Sans cjk KR", sans-serif;word-break: keep-all}
table{border-collapse: collapse;}
body {line-height:1;}
ul li{list-style:none;}
a {margin: 0; padding: 0; border: 0; vertical-align: baseline; background: transparent; text-decoration: none; color: inherit; display: inline-block;}
img {vertical-align: bottom;}




/* =====================================
            GRID SYSTEM
===================================== */

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[class*="col-"] {float: left;box-sizing: border-box;padding: 0 2px;}
.col-1  {width: 8.33%;}
.col-2  {width: 16.66%;}
.col-3  {width: 25%;}
.col-4  {width: 33.33%;}
.col-5  {width: 41.66%;}
.col-6  {width: 50%;}
.col-7  {width: 58.33%;}
.col-8  {width: 66.66%;}
.col-9  {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.clearfix{content: "";display: block;clear: both;}

@media (max-width: 768px) {
    .col-md-1  {width: 8.33%;}
.col-md-2  {width: 16.66%;}
.col-md-3  {width: 25%;}
.col-md-4  {width: 33.33%;}
.col-md-5  {width: 41.66%;}
.col-md-6  {width: 50%;}
.col-md-7  {width: 58.33%;}
.col-md-8  {width: 66.66%;}
.col-md-9  {width: 75%;}
.col-md-10 {width: 83.33%;}
.col-md-11 {width: 91.66%;}
.col-md-12 {width: 100%;}
    
}

/* ===================m==================
               Layout
===================================== */
body {background: #F8FCFF;}
.sr-only {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0, 0, 0, 0);white-space: nowrap;border: 0;}

.wrap {display: inline-block;width:100%;min-width: 320px; font-size: 13px;background: #F8FCFF;}
.header {text-align: center;position: relative;padding: 10px 80px;}
.con {padding: 0;border: 0;transition: 0.3s;}
.footer {font-size: 10px;text-align: center;}

.inner {margin: 0 auto;width: 100%;max-width: 600px; padding: 10px 0;}

.mb-0{margin-bottom:0!important;}
.mt-10{margin-top:10px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-50{margin-top:50px!important;}

.txt-c{text-align: center!important;}
.txt-l{text-align: left!important;}
.txt-r{text-align: right!important;}

.txt-security{text-security: disc;-webkit-text-security: disc;-moz-text-security: disc;}


.w-100{width:100%;}
.w-50{width:50%;}


.d-none {display: none!important;}
.d-table {display: table !important;}
.d-table-row {display: table-row !important;}
.d-table-cell {display: table-cell!important;}
.d-inline-block {display: inline-block;}
.d-block {display: block;}
.float-left {float: left!important;}


@media (min-width: 768px) {
    .d-md-none {display: none!important;}
    .d-md-table {display: table !important;}
    .d-md-table-row {display: table-row !important;}
    .d-md-table-cell {display: table-cell!important;}
    .d-md-inline-block {display: inline-block;}
    .d-md-block {display: block!important;}
    .float-md-left {float: left!important;}
}














/* =====================================
               Color
===================================== */
.bg-color{background: #225982!important;}
.ini-color{background: #44217a!important;}


/* =====================================
               input
===================================== */

.input_grp input{width:100%;padding:5px 0;height: 30px;border:0;box-sizing: border-box;font-size: 14px;background:transparent;text-align: center;}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
}

input:disabled{
	background: #EBEBEB;
	-webkit-text-fill-color:#808080;
	-webkit-opacity:1;
	color:#808080;
}



/* =====================================
               input > file 
===================================== */
input[type="file"]{display: none;}
.file_btn{display: inline-block;width:100%;margin:5px 0 0;text-align: center;background-color:#FF6600;color:#fff;height: 50px;cursor: pointer;line-height: 50px;}

/* =====================================
               checkbox
===================================== */

.input_chk {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;box-sizing: border-box;
}
.input_chk input {
    position: absolute;
	width:10px;
	height: 10px;
    outline: 0;
	top:10px;
	left:10px;
}
.input_chk .label{
    font-size: 14px;
    line-height: 28px;
}

.input_chk label {
    position: relative;
	z-index: 5;
    display: inline-block;
    padding-left: 35px;
    font-size: 14px;
    line-height: 28px;
    cursor: pointer;
    color: #333;
    -webkit-box-sizing: border-box;box-sizing: border-box;
	margin:0 20px 0 0;
}
.input_chk label.chk_label{
	margin:0;
}
.input_chk input:focus+label:before{
	content: '';
     background-image: url(../img/btn.png);
	background-repeat: no-repeat;
	background-position: -120px -30px;
}
.input_chk input:checked+label:before {
    content: '';
    background-image: url(../img/btn.png);
	background-repeat: no-repeat;
	background-position: -30px -30px;
}
.input_chk label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
   background-image: url(../img/btn.png);
	background-repeat: no-repeat;
	background-position: 0 -30px;
}
.input_chk input:disabled+label:before{
	 background-image: url(../img/btn.png);
	background-repeat: no-repeat;
	background-position: -60px -30px;
}
.input_chk input:checked:disabled+label:before{
	 background-image: url(../img/btn.png);
	background-repeat: no-repeat;
	background-position: -90px -30px;
}



/* =====================================
               select
===================================== */
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
select::-ms-expand{
    display: none;
}

select {
	border:0;width:100%;padding: 0;text-align: left;height: 30px;
	 transition: none;
    display: inline-block;
    line-height: 1.5;
    padding:0 12px;
    color: #495057;
    vertical-align: middle;
    background: transparent;
    background-image: url(../img/select.png)!important;
    background-position: 100% 50%!important;
	background-repeat: no-repeat!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: none;
}
select:disabled{
	background: #EBEBEB;
	background-image: url(../img/select.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	color:#444!important;
}
select:not(:-internal-list-box) {
    overflow: visible !important;
}


/* =====================================
               style.css
===================================== */

h1, .h1 {
    font-size: 2.1875rem;
  }
  
  @media (max-width: 1200px) {
      h1, .h1 {
          font-size: calc(1.34375rem + 1.125vw) ;
      }
  }
  
  h2, .h2 {
    font-size: 1.75rem;
  }
  
  @media (max-width: 1200px) {
      h2, .h2 {
          font-size: calc(1.3rem + 0.6vw) ;
      }
  }
  
  h3, .h3 {
    font-size: 1.53125rem;
  }
  
  @media (max-width: 1200px) {
          h3, .h3 {
          font-size: calc(1.27812rem + 0.3375vw) ;
      }
  }
  
  h4, .h4 {
    font-size: 1.3125rem;
  }
  
  @media (max-width: 1200px) {
      h4, .h4 {
          font-size: calc(1.25625rem + 0.075vw) ;
      }
  }
  
  h5, .h5 {
    font-size: 1.09375rem;
  }
  
  h6, .h6 {
    font-size: 0.875rem;
  }
  
  .container {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
  }
    
  @media (min-width: 1200px) {
      .container {
        max-width: 1200px;
      }
  }
  
  @media (max-width: 1199.98px) {
      .container {
        width: 94%;
      }
  }
  
.justify-content-center {
    justify-content: center !important;
}

.text-center {
    text-align: center !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.m-6 {
    margin: 4.5rem !important;
}

.mt-6,
.my-6 {
    margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 4.5rem !important;
}

.m-7 {
    margin: 6rem !important;
}

.mt-7,
.my-7 {
    margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
    margin-right: 6rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
    margin-left: 6rem !important;
}

.m-8 {
    margin: 8rem !important;
}

.mt-8,
.my-8 {
    margin-top: 8rem !important;
}

.mr-8,
.mx-8 {
    margin-right: 8rem !important;
}

.mb-8,
.my-8 {
    margin-bottom: 8rem !important;
}

.ml-8,
.mx-8 {
    margin-left: 8rem !important;
}

.m-9 {
    margin: 11rem !important;
}

.mt-9,
.my-9 {
    margin-top: 11rem !important;
}

.mr-9,
.mx-9 {
    margin-right: 11rem !important;
}

.mb-9,
.my-9 {
    margin-bottom: 11rem !important;
}

.ml-9,
.mx-9 {
    margin-left: 11rem !important;
}

.m-10 {
    margin: 14rem !important;
}

.mt-70 {margin-top: 70px!important;}

.mr-10,
.mx-10 {
    margin-right: 14rem !important;
}

.mb-10,
.my-10 {
    margin-bottom: 14rem !important;
}

.ml-10,
.mx-10 {
    margin-left: 14rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.p-6 {
    padding: 4.5rem !important;
}

.pt-6,
.py-6 {
    padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
    padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
    padding-left: 4.5rem !important;
}

.p-7 {
    padding: 6rem !important;
}

.pt-7,
.py-7 {
    padding-top: 6rem !important;
}

.pr-7,
.px-7 {
    padding-right: 6rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
    padding-left: 6rem !important;
}

.p-8 {
    padding: 8rem !important;
}

.pt-8,
.py-8 {
    padding-top: 8rem !important;
}

.pr-8,
.px-8 {
    padding-right: 8rem !important;
}

.pb-8,
.py-8 {
    padding-bottom: 8rem !important;
}

.pl-8,
.px-8 {
    padding-left: 8rem !important;
}

.p-9 {
    padding: 11rem !important;
}

.pt-9,
.py-9 {
    padding-top: 11rem !important;
}

.pr-9,
.px-9 {
    padding-right: 11rem !important;
}

.pb-9,
.py-9 {
    padding-bottom: 11rem !important;
}

.pl-9,
.px-9 {
    padding-left: 11rem !important;
}

.p-10 {
    padding: 14rem !important;
}

.pt-10,
.py-10 {
    padding-top: 14rem !important;
}

.pr-10,
.px-10 {
    padding-right: 14rem !important;
}

.pb-10,
.py-10 {
    padding-bottom: 14rem !important;
}

.pl-10,
.px-10 {
    padding-left: 14rem !important;
}

.pl-11,
.px-11 {
    padding-left: 1.8rem !important;
}

@media screen and (min-width: 1200px) {

    .mobile {
        display: none;
    }

    .pc {
        display:block;
    }
}

@media screen and (max-width: 1200px) {

    .pc{
        display: none;
    }

    .mobile {
        display: block;
    }

}
