
html { position: relative; min-height: 100%; min-width: 320px!important; margin: 0; padding: 0; }

#subContainer { margin:40px 0 0; width:100%; }
.main-content { background: #fff; border:solid 10px #217ABA; border-radius: 50px; overflow: hidden; }
.main-content .main-nav { border-bottom:solid 10px #217ABA; }
.main-content .main-nav ul {  display: flex;  flex-direction: row; }
.main-content .main-nav ul li { flex: 1 0 33.3%; }
.main-content .main-nav ul li a {
    position: relative;
    display: flex;
    background:#2D506E;
    justify-content: center;
    text-align: center;
    line-height: 110px;
    height: 110px;
    font-family: 'RixYeoljeongdo_Regular', sans-serif;
    font-size: 32px;
    color: #fff;
}
.main-content .main-nav ul li a:hover,
.main-content .main-nav ul li a.active { background: #F6DF57; color: #217ABA; }
.main-content .main-nav ul li a.active::before {
    content: '';
    position: absolute; right: 20px; top: 50%;
    transform: translateY(-50%);
    border-top: 16px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 24px solid #217ABA;
    overflow: hidden;
}
.main-content .tab-content{
    padding:15px;
	display: none;
}
.main-content .tab-content.active{
	display: inherit;
}
.main-content .contents { padding: 30px 0; }
.main-content .contents .row  { margin: 0 -10px; }
.main-content .section01 { text-align: center; flex-direction: column; }
.main-content .section01 h3 {
    margin-top: 15px;
    font-family: 'RixYeoljeongdo_Regular', sans-serif;
    line-height: 1.2;
    font-size: 40px;
    color: #2D506E;
}
.main-content .section01 h3 span{
    display: block;
    font-size: 48px;
    color: #217ABA;
}
.main-content .section01 p {
    margin-top: 15px;
    line-height: 1.4;
    font-family: 'GongGothicMedium', sans-serif;
    font-size: 22px;
    color: #2D506E;
}
.main-content .section02 {
    display:flex;
    margin: 200px 0 0;
    flex-direction: column;
    align-items:center;
    font-family: 'GongGothicMedium', sans-serif;
}
.main-content .section02 h3 {
    position: relative;
    display:flex;
    height: 50px;
    margin: 0 0 -25px;
    z-index: 12;
}
.main-content .section02 h3 span {
    display:flex;
    background: #153C5E;
    height: 50px;
    padding: 0 50px;
    border-radius: 25px;
    align-items: center;
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.main-content .section02 h3::before {
    content: '';
    position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
    background-image: url('/assets/common/img/user/main_img_02.png');
    background-repeat: no-repeat;
    width: 250px;
    height: 190px; z-index: -1;
}
.main-content .section02 .cont {
    background: #F7F6F0;
    padding: 40px 50px 10px;
    border: solid 3px #153C5E;
    border-radius: 100px;
    font-size: 18px;
    color: #2D506E;
    text-align: center;
}
.main-content .section02 .cont span{ display: block; color:#BCBCBC; font-size: 15px; }
.main-content .main-link-btn {
    position: relative; display: inline-block;
    background: #123C5E;
    width:280px;
    margin:60px 0;
    padding: 20px 0px 15px; text-align: center;
    border-radius:45px;
    font-family: 'RixYeoljeongdo_Regular', sans-serif;
    font-size: 35px;
    color: rgba(255,255,255,0.9);
}
.main-content .main-link-btn:hover {
    color: #fff;
}
.main-content .main-link-btn::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -15px;
    background:url('/assets/common/img/user/main_img_03.png') no-repeat;
    width: 150px; height: 30px;
    transform: translateX(-50%);
}

.section03 { max-width: 840px; position: relative; margin: 0 auto; }
.section03 .cont {
    margin-bottom:  35px;
}
.section03 .cont .yellow-bg {
    background:#F6DF57;
    padding: 15px 20px;
    border-radius: 16px;
}
.section03 .cont .blue-bg {
    background:#217ABA;
    padding: 15px;
    border-radius: 16px;
}
.section03 .cont .light-blue-bg {
    background:#D4E4F0;
    padding: 15px;
    border-radius: 16px;
}
.section03 .cont .light-blue-bg ul {
}
.section03 .cont .light-blue-bg ul li {
    margin: 5px 0 13px;
    font-size: 18px;
    color: #153C5E;
    font-weight: 500;
}
.section03 .cont .light-blue-bg ul li span {
    display: block;
    color: #217ABA;
}

.section03 .cont .tit {
    background: #217ABA;
    padding: 8px 12px;
    border-radius:25px;
    font-family: 'GongGothicBold', sans-serif;
    font-size: 18px;
    color: #fff;
}
.section03 .cont .txt {
    margin-top: 15px;
    border-radius: 16px;
    font-family: 'Noto Sans Kr';
    font-weight: 400;
    font-size: 17px;
    letter-spacing: -0.5px;
}
.section03 .cont .txt-ul {
}
.section03 .cont .txt-ul li {
    position: relative;
    margin-top: 5px;
    font-size: 18px;
    color: #153C5E;
}
.section03 .cont .txt-ul li:first-child {
    margin-top: 0;
}
.section03 .cont .txt-ul.bar li {
padding-left: 12px;
}
.section03 .cont .txt-ul.bar li::before {
    content: ''; position: absolute; top: 12px; left: 0; background: #153C5E; width: 7px; height: 2px;
}
.section03 .cont .txt .step-ul {
    flex: 1;
    display: flex;
    flex-direction: row;
}
.section03 .cont .txt .step-ul li {
    position: relative;
    display: flex;
    flex: 1 0 auto;
    justify-content: center; text-align: center;
    flex-direction: column;
    font-size: 16px;
    color: #fff;
}
.section03 .cont .txt .step-ul li span {
    display: block;
    font-size: 18px; font-weight: bold;
    color: #fff;
}
.section03 .cont .txt .step-ul li::before {
    content: '';
    position: absolute; left: 0; top: 50%;
    transform: translateY(-50%);
    border-top: 12px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #F6DF57;
}
.section03 .cont .txt .step-ul li:first-child:before { display: none; }

.style-table {
    position: relative;
    margin-top: 15px;
    border-radius: 25px;
    overflow: hidden;
    border: solid 2px #1F7BBB;
}
.style-table table { width: 100%; }
.style-table table caption { position: absolute; font-size:0; left: 0; }
.style-table table th {
    padding: 10px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #233848;
    border: solid 1px #233848;
}
.style-table table th.first {
    padding: 10px;
    background: #217ABA;
    border: solid 1px #217ABA;
 }
 .right-border {
     border-right: solid 2px #1F7BBB;
 }
.style-table table th:last-child {
    border-right:0;
 }
.style-table table td {
    border-left: solid 1px #C3DBED;
    border-bottom: solid 1px #C3DBED;
    padding: 10px;
    text-align: center;
    font-size: 18px; font-weight: 500;
    color: #153C5E;
 }
.style-table table td:last-child {
    border-right:  0;
 }
.style-table table td.first { background: #EDF6FC;  }
.style-table table > tfoot td {background: #FAFAFA; font-weight: bold; }
.style-table table > tfoot td.first {}
.text-gray {
    margin-top: 10px;
    color: #aaa;
    text-align: right;
    font-weight: 400;
    font-size: 15px;
}

.bottom-logo {
  background-color:#f5f5f5;
  margin-top: 30px;
  padding: 35px 0;
}
.bottom-logo .bottom-logo-flex {
  align-items: center;
}
.bottom-logo .bottom-logo-flex .col-6 {
  width: 50%;
}
.bottom-logo .cont {
  align-items: center;
}
.bottom-logo .cont .tit {
  display: inline-block;
  margin-right: 50px;
  font-size: 24px;
  font-weight: 700;
  color: #111;
  opacity: 0.7;
}
.bottom-logo .cont .logo-box {
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.bottom-logo .cont .logo-box.logo-box-main {
  flex:unset;
  width:250px;
}
.bottom-logo .cont .logo-box img {

}

.sub-title {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}
.sub-title img {
     max-width: 100%; display: inline-block;
}
.sub-title .tit {
    display: flex;
    flex-direction: column;
    text-align: right;
    border-radius:25px;
    font-family: 'GongGothicLight', sans-serif;
    font-size: 36px;
    color: #153C5E;
}
@media(max-width:1024px){

    /* footer */
    #footer { height:auto; }
    #subContainer { margin:15px 0px; }
    #footer { position:relative; }
    .modal-dialog.event-write-modal {
    width:92%;
    }


    .main-content { background: #fff; border:solid 5px #217ABA; border-radius: 50px; overflow: hidden; }
    .main-content .main-nav ul li a {
      height: 72px;line-height: 72px;
      font-size: 24px;
    }
    .main-content .main-nav ul li a.active {
    }
    .main-content .main-nav ul li a::before { display: none; }

    .main-content .main-link-btn {
    width: 100%;
    max-width: 280px;
    margin:30px 0;
    padding: 20px 0px 15px;
    border-radius:45px;
    font-family: 'RixYeoljeongdo_Regular', sans-serif;
    font-size: 24px;
    color: rgba(255,255,255,0.9);
    }

    .main-content .contents { padding: 30px 0px; }
    .main-content .section01 h3 {
      margin-top: 15px;
      font-family: 'RixYeoljeongdo_Regular', sans-serif;
      line-height: 1.2;
      font-size: 28px;
      color: #2D506E;
    }
    .main-content .section01 h3 span{
      display: block;
      font-size: 36px;
      color: #217ABA;
    }
    .main-content .section01 p {
      margin-top: 15px;
      line-height: 1.4;
      font-family: 'GongGothicMedium', sans-serif;
      font-size: 16px;
      color: #2D506E;
    }
    .main-content .section02 .cont {
      background: #F7F6F0;
      padding: 40px 15px 10px;
      border: solid 3px #153C5E;
      border-radius: 35px;
      font-size: 18px;
      color: #2D506E;
      text-align: center;
    }
    .section03 .cont .txt .step-ul {
      flex: 1;
      display: flex;
      flex-direction: column;
      padding: 10px 0;
    }
    .section03 .cont .txt .step-ul li {
      position: relative;
      display: flex;
      flex: 1 0 auto;
      padding-bottom: 40px;
      justify-content: center; text-align: center;
      flex-direction: column;
      font-size: 16px;
      color: #fff;
    }
    .section03 .cont .txt .step-ul li:last-child {
      padding-bottom: 0;
    }
    .section03 .cont .txt .step-ul li::before {
      content: '';
      position: absolute; left: 50%; top:-30px;
      transform: translateX(-50%);
      border-top: 18px solid #F6DF57;
      border-right: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 12px solid transparent;
    }
    .section03 .cont .txt .txt-ul li {
      font-size: 16px;
    }
    .style-table table th {
      font-size: 15px;
    }
    .style-table table td {
      font-size: 15px;
      padding: 10px 0;
    }
    .prize-title h3 {
        width: auto;
    }
    .prize-title h3::after {
        content: '';
        position: absolute;
        bottom: -35px;
        left: 50%;
        transform: translateX(-50%);
        background-image: url(/assets/common/img/user/trophy_img_.png);
        background-repeat: no-repeat;
        width:100%;
        background-size: contain;background-position: center;
        height:96px;
    }
    .prize-box {
        position: relative;
        margin: 10px 0 0;
        bottom: auto; left: auto; text-align: center;
    }
    .prize-box img {
        text-align: center;
    }
    .prize-box h4 {
        background: #123C5E;
        padding: 10px 20px; text-align: center;
        border-radius:45px;
        font-family: 'RixYeoljeongdo_Regular', sans-serif;
        font-size: 18px;
        color: rgba(255,255,255,0.9);
    }

    .sub-title > img {
         display: inline-block;
    }
    .sub-title .tit {
        font-size: 24px;
    }
    .bottom-logo {
      padding: 30px 0;
    }
    .bottom-logo .bottom-logo-flex {
      flex-wrap: wrap;
    }
    .bottom-logo .bottom-logo-flex .col-6 {
      width: 100%;
    }
    .bottom-logo .bottom-logo-flex .col-6:first-child {
      margin-bottom: 50px;
    }
    .bottom-logo .cont {
      margin-bottom: 0;
      display: block;
      text-align: center;
    }
    .bottom-logo .col-6:last-child .cont {
      margin-bottom:0;
    }
    .bottom-logo .cont .tit {
      margin-right:0;
      margin-bottom: 15px;
      font-size: 18px;
    }
    .bottom-logo .cont .logo-box {
      justify-content: center;
    }
    .logo-box-main {width: auto!important; }
    .logo-box-main img {width: 240px; }
    .bottom-logo .bottom-logo-flex .col-6:first-child .logo-box {
      justify-content: center;
    }
    .bottom-logo .bottom-logo-flex .col-6:last-child .cont .logo-box img {
      margin:0 10px;
    }
    .bottom-logo .bottom-logo-flex .col-6:last-child .cont .logo-box img:nth-child(1) {
      width: 90px;
    }
    .bottom-logo .bottom-logo-flex .col-6:last-child .cont .logo-box img:nth-child(2) {
      width: 100px;
    }
    .bottom-logo .bottom-logo-flex .col-6:last-child .cont .logo-box img:nth-child(3) {
      width: 105px;
    }


}

@media(max-width:767px){
    .main-content .main-nav ul { flex-direction: column; }
    .main-content .main-nav ul li { flex: 1 0 auto; }
    .main-content .main-nav ul li a {
        height: auto;line-height: normal;
        border-bottom: solid 1px rgba(255,255,255,0.1);
        padding: 15px 0;
        font-size: 20px;
    }
    #footer .footer-info {
        padding-left: 0;
    }
    #footer .footer-logo {
        position: relative;
        width: 100%;
        top: 0;
        margin-bottom: 20px;
        float: none;
        text-align: center;
    }
    #footer .footer-logo img { width:180px; float: none; }
    #footer .footer-menu ul > li a { font-size:11px; }
    #footer .footer-info .copytext { font-size:11px; }
}
