@charset "UTF-8";
/* ================================================== */
/* Configuration  */
/* ================================================== */
/* Variables - DDS Core 변수 정의 - version 1.1 */
/* Functions - 사이즈 */
/* px */
/* rem */
/* vw (px > vw Unit Conversion) */
/* Mixins - Effect (그림자 효과) */
/*
  $top: 0px;
  $right: 8px;
  $bottom:: 24px;
  $left: 0px;
  $color: rgba(11, 13, 17, 0.08);
*/
/* Mixins - Responsive (반응형 - MediaQuery 설정) */
/* Mixins - Text */
/* Mixins - Font */
/* Mixins - Number */
/* Mixins - Utils (다용성 기능) */
/* 영역 수평, 수직, 중앙 정렬 처리
$position width: 가로 가운데 정렬, vertical: 세로 가운데 정렬, middle: 중앙 정렬*/

.container a:hover {
    text-decoration: none;
}
.section .list-type-dot > li {

}

.section .list-type-dot > li {
    text-indent: -2.2rem;
    padding-left: 2.2rem;
}
.section .list-type-dot > li::before {
    content: '';
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background-color: var(--ds-secondary);
    border-radius: 50%;
    margin: 0 0.8rem 0 0.8rem;
    vertical-align: middle;
}
@media only screen and (min-width: 768px) {
    .section .list-type-dot > li::before {
        width: .6rem;
        height: .6rem;        
        margin: 0 1rem 0 1rem;
    }
}
/* section-type1 : S */
.section-type1 {
    padding-top: 5.2rem;
    padding-bottom: 4.8rem;
}
@media only screen and (min-width: 768px) {
    .section-type1 {
        padding-top: 6.8rem;
        padding-bottom: 6rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type1 {
        padding-top: 8.4rem;
        padding-bottom: 10rem;
    }
}
.section-type1 .section-header {
    padding-top: 0;
}
.section-type1 .table-list {
}
@media only screen and (min-width: 768px) {
    .section-type1 .table-list {
        max-width: 62.4rem;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type1 .table-list {
        max-width: none;
        margin: 0 auto;
    }    
}
.section-type1 .table-list > ul {
  display: flex;
  padding: 0 0 0.8rem 0;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.section-type1 .table-list > ul li {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-type1 .table-list > ul li {
  }
}
@media only screen and (min-width: 1025px) {
  .section-type1 .table-list > ul li {
  }
}
.section-type1 .table-list .list-content {
  display: block;
  padding: 0 0 2rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-type1 .table-list .list-content {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 4rem;
    text-align: left;
    padding: 0 0 2.7rem;
  }
}
.section-type1 .table-list ul li:last-child .list-content {
    padding: 0;
}
.section-type1 .table-list .list-content__title {
    width: 10.6rem;
    height: 2.8rem;
    background-color: #036635;
    border-radius: 40px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1;
}
@media only screen and (min-width: 768px) {
    .section-type1 .table-list .list-content__title {
        width: 11.4rem;
        height: 3rem;
        display: flex;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type1 .table-list .list-content__title {
        width: 138px;
        height: 3.6rem;
    }
}
.section-type1 .table-list .list-content__body {
  padding: 0.2rem 0;
  font-size: 1.8rem;
  line-height: 144%;
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .section-type1 .table-list .list-content__body {
    font-size: 2rem;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .section-type1 .table-list .list-content__body {
    font-size: 2rem;
  }
}
.section-type1 .table-list .list-content__body {
  letter-spacing: 0;
  color: #394046;
}
@media only screen and (min-width: 768px) {
  .section-type1 .table-list .list-content__body {
    flex: 1;
    padding: 0.1rem 0;
  }
}
@media only screen and (min-width: 1025px) {
  .section-type1 .table-list .list-content__body {
    flex: 1;
    padding: 0.4rem 0;
  }
}
.section-type1 .table-list .list-content__body > p {
    line-height: 1.6;
}
.section-type1 .table-list .list-content__body .black_txt {
    color: #0B0D11;
}
.section-type1 .table-list .list-content__body .desc {
  padding-top: 0.4rem;
}
@media only screen and (min-width: 768px) {
  .section-type1 .table-list .list-content__body .desc {
    padding-top: 0.6rem;
  }
}
@media only screen and (min-width: 1025px) {
  .section-type1 .table-list .list-content__body .desc {
    padding-top: 0.8rem;
  }
}
.section-type1 .table-list .list-content__body .date {

}
@media only screen and (min-width: 768px) {
    .section-type1 .table-list .list-content__body .date {
        display: flex;
        align-items: center;
        align-content: center;
        gap: 0.2rem 0.4rem;
        align-self: stretch;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type1 .table-list .list-content__body .date {
        
    }
}
.section-type1 .table-list .list-content__body .date strong {
  color: #0b0d11;
}
@media only screen and (min-width: 768px) {
  .section-type1 .table-list .list-content__body .date {
    gap: 0.3rem 0.6rem;
  }
}
@media only screen and (min-width: 1025px) {
  .section-type1 .table-list .list-content__body .date {
    gap: 0.4rem 0.8rem;
  }
}
.section-type1 .table-list .list-content__body svg {
    margin: 0 1rem;
}
.section-type1 .table-list .list-content__body p + p {
    margin-top: 0.8rem;
}
/* section-type1 : E */

/* section-type2 : S */
.section-type2 {
    padding-top: 0;
    padding-bottom: 6rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 {
        padding-bottom: 8rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 {
        padding-bottom: 10rem;
    }
}
.section-type2 .section-header {
    background-color: var(--ds-brand);
    border-radius: 0 0 130px 130px;
    font-size: 3.8rem;
    max-width: 900px;
    margin: 0 auto;
    padding: 1.7rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 .section-header {
        padding: 2.2rem 0;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .section-header {
        padding: 3.2rem 0;
    }
}
.section-type2 .section-header .section-header__title {
    font-weight: 600;
    font-size: 2.5rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 .section-header .section-header__title {
        font-size: 3.8rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .section-header .section-header__title {
        font-size: 3.8rem;
    }
}
.section-type2 .section-content {
    margin-top: 4rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 .section-content {
        margin-top: 8rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .section-content {
    
    }
}
.section-type2 .how_to_participate_box .how_to_tit {
    font-size: 2rem;
    color: #0B0D11;
    font-weight: 400;
    display: flex;
    gap: 0 1rem;
    align-items: start;
    margin-bottom: 2rem;
    padding-left: 1rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_tit {
        font-size: 3rem;
        padding-left: 0;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .how_to_participate_box .how_to_tit {
    
    }
}
.section-type2 .how_to_participate_box .how_to_tit * {
    font-family: var(--ds-font-gmarket);
}
.section-type2 .how_to_participate_box .how_to_tit .num_txt {
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    background-color: var(--ds-brand);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-family: var(--ds-font-gmarket);
    line-height: 1;
    padding-top: 2px;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_tit .num_txt {
        width: 4rem;
        height: 4rem;
        font-size: 2.8rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .how_to_participate_box .how_to_tit .num_txt {
    
    }
}
.section-type2 .how_to_participate_box .how_to_tit .inner_txt {
    display: inline-block;
    line-height: 1.3;
    padding-top: 0.4rem;
    flex: 1;
}
.section-type2 .how_to_participate_box .how_to_tit em {
    font-family: var(--ds-font-gmarket);
    color: var(--ds-brand);
    font-weight: 400;
}
.section-type2 .how_to_participate_box .exam_type_list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .exam_type_list {
        gap: 4rem;
    }
}
.section-type2 .how_to_participate_box .exam_type_list .exam_type_option {
    border-radius: 20px;
    padding: 2rem 2.4rem 3.2rem;
    background-color: #fff;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .exam_type_list .exam_type_option {
        border-radius: 28px;
        padding: 4rem 4rem 6rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .how_to_participate_box .exam_type_list .exam_type_option {
        border-radius: 36px;
        padding: 4.8rem 4rem 6rem;
        width: calc(50% - 2rem);
    }
}

.section-type2 .how_to_participate_box .exam_type_list .exam_tit {
    color: var(--ds-text-brand);
    font-weight: 600;
    font-size: 2.6rem;
    font-family: var(--ds-font-pretendard);
    list-style: 1.44;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .exam_type_list .exam_tit {
        font-size: 3rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .how_to_participate_box .exam_type_list .exam_tit {
    }
}
.section-type2 .how_to_participate_box .exam_type_list .exam_txt {
    margin-top: 1rem;
    font-size: 1.4rem;
    color: var(--ds-secondary);
    line-height: 1.6;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .exam_type_list .exam_txt {
        font-size: 1.8rem;
    }
}
.section-type2 .how_to_participate_box .exam_type_list .exam_type_label_wrap {
    margin-top: 2rem;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .exam_type_list .exam_type_label_wrap {
        margin-top: 4rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .how_to_participate_box .exam_type_list .exam_type_label_wrap {
        margin-top: 4.8rem;
    }
}
.section-type2 .how_to_participate_box .exam_type_list .exam_type_label {
    display: inline-flex;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #333333;
    padding: 1.3rem 1.6rem;
    gap: 0 0.4rem;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .exam_type_list .exam_type_label {
        padding: 1.2rem 2rem;
        gap: 0 0.6rem;
        border: 2px solid #333333;
        border-radius: 6px;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .how_to_participate_box .exam_type_list .exam_type_label {
        padding: 1.8rem 2.3rem;
        gap: 0 0.8rem;
        border-radius: 8px;
    }
}
.section-type2 .how_to_participate_box .exam_type_list .exam_type_label:hover {
    opacity: 0.8;
}
.section-type2 .how_to_participate_box .exam_type_list .exam_type_label input {
    display: none;
}
.section-type2 .how_to_participate_box .exam_type_list .exam_type_label .radio_check {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    border: 2px solid #333333;
    background-color: #ffffff;
    border-radius: 50%;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .exam_type_list .exam_type_label .radio_check {
        width: 3rem;
        height: 3rem;
    }
}
.section-type2 .how_to_participate_box .exam_type_list .exam_type_label .radio_txt {
    font-size: 2.2rem;
    font-family: var(--ds-font-pretendard);
    font-weight: 600;
    color: #333333;
    display: inline-block;
    line-height: 1;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .exam_type_list .exam_type_label .radio_txt {
        font-size: 2.4rem;
        line-height: 1.15;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .how_to_participate_box .exam_type_list .exam_type_label .radio_txt {
    }
}
.section-type2 .how_to_participate_box .exam_type_list .exam_type_label.on {
    border-color: var(--ds-brand);
    background-color: var(--ds-brand);
}
.section-type2 .how_to_participate_box .exam_type_list .exam_type_label.on .radio_check {
    border: 2px solid var(--ds-brand);
    background-color: #ffffff;
    position: relative;
}
.section-type2 .how_to_participate_box .exam_type_list .exam_type_label.on .radio_check::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: var(--ds-brand);
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .exam_type_list .exam_type_label.on .radio_check::after {
        width: 1.4rem;
        height: 1.4rem;
    }
}
.section-type2 .how_to_participate_box .exam_type_list .exam_type_label.on .radio_txt {
    color: #fff;
}
.section-type2 .how_to_participate_box .how_to_inner_round {
    border-radius: 20px;
    overflow: hidden;
    background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_inner_round {
        border-radius: 28px;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .how_to_participate_box .how_to_inner_round {
        border-radius: 36px;
    }
}
.section-type2 .how_to_participate_box .how_to_02 {
    margin-top: 4rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 {
        margin-top: 8rem;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .participant_info_wrap {
    background-color: #F7F7F7;
    padding: 3.2rem 3rem 2rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .participant_info_wrap {
        padding: 4.8rem 0 4rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .how_to_participate_box .how_to_02 .participant_info_wrap {
        padding: 8rem 0 4rem;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .participant_info {
    max-width: 47.5rem;
    margin: 0 auto;
}
.section-type2 .how_to_participate_box .how_to_02 .participant_info .form_group {
    display: flex;
    align-items: center;
    gap: 1rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .participant_info .form_group {
        gap: 2rem;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .participant_info .form_group + .form_group {
    margin-top: 1.4rem;
}
.section-type2 .how_to_participate_box .how_to_02 .participant_info .form_group .form_label {
    width: 4.2rem;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: var(--ds-font-pretendard);
    color: var(--ds-text-primary);
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .participant_info .form_group .form_label {
        width: 5.5rem;
        font-size: 2rem;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .participant_info .form_group .form_control {
    width: calc(100% - 7rem);
    flex: 1;
}
.section-type2 .how_to_participate_box .how_to_02 .participant_info .phone_info_txt {
    margin-left: 0;
    margin-top: 1rem;
    font-size: 1.3rem;
    font-family: var(--ds-font-pretendard);
    color: #353535;
    font-weight: 400;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .participant_info .phone_info_txt {
        margin-left: 7.5rem;
        font-size: 1.6rem;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement {
    max-width: 74.8rem; /* 260212 개인정보동의 항목 내용 수정 */
    margin: 0 auto;
    padding: 2.4rem 2rem 3.2rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement {
        padding: 3.2rem 4rem 6rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement {
        padding: 4.8rem 0 8rem;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_title {
    font-size: 1.6rem;
    color: var(--ds-text-primary);
    font-weight: 700;
    font-family: var(--ds-font-pretendard);
    line-height: normal;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_title {
        font-size: 2rem;
    }
}
/* 260212 개인정보동의 항목 내용 수정 : 시작 */
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_label_wrap + .agreement_title {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    border-top: 1px solid #D7D7D7;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_label_wrap + .agreement_title {
        margin-top: 3.2rem;
        padding-top: 3.2rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_label_wrap + .agreement_title {
        margin-top: 4.8rem;
        padding-top: 4.8rem;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_label_wrap > h6 {
    font-size: 1.6rem;
    color: var(--ds-text-primary);
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 1.4;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_label_wrap > h6 {
        font-size: 1.8rem;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_label_wrap .agreement_txt + h6 {
    margin-top: 2rem;
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_txt {
    color: var(--ds-text-secondary);
    font-family: var(--ds-font-pretendard);
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 1rem;
    line-height: 1.6;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_txt {
        font-size: 1.8rem;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_terms_wrap {
    border: 1px solid #DCE1E5;
    padding: 2rem;
    background-color: #fff;
    max-height: 20rem;
    overflow-y: auto;
    margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_terms_wrap {
        margin-top: 2rem;
        padding: 2rem 4rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_terms_wrap {
        margin-top: 2rem;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_terms_wrap.third_party_agreement_terms {
    max-height: 10rem;
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_terms_wrap h5 {
    font-size: 1.6rem;
    color: #394046;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.33;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_terms_wrap h5 {
        font-size: 1.8rem;
    }
}

.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_terms {
    color: var(--ds-text-secondary);
    font-family: var(--ds-font-pretendard);
    font-size: 1.6rem;
    font-weight: 400;
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_terms dt {
    color: var(--ds-text-secondary);
    font-family: var(--ds-font-pretendard);
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_terms dt {
        font-size: 1.6rem;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_terms dd {
    color: var(--ds-text-secondary);
    font-family: var(--ds-font-pretendard);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    text-indent: -2.2rem;
    padding-left: 2.2rem;
    margin-top: .4rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_terms dd {
        font-size: 1.6rem;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_terms dd + dt {
    margin-top: 1rem;
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_terms dd.dot_type::before {
    content: '';
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background-color: var(--ds-secondary);
    border-radius: 50%;
    margin: 0 0.8rem 0 0.8rem;
    vertical-align: middle;
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_terms_wrap > p {
    font-size: 1.4rem;
    margin-top: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: var(--ds-secondary);
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_terms_wrap > p {
        font-size: 1.6rem;
    }    
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_label_wrap {
    margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_label_wrap {
        margin-top: 2rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_label_wrap {
        margin-top: 2rem;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_label_wrap > h5 {
    font-size: 1.6rem;
    color: var(--ds-text-primary);
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 1.4;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_label_wrap > h5 {
        font-size: 1.8rem;
    }
}
/* 260212 개인정보동의 항목 내용 수정 : 끝 */
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_label {
    display: block;
    color: var(--ds-text-primary);
    font-family: var(--ds-font-pretendard);
    font-size: 1.4rem;
    font-weight: 400;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_label {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_label {
    }
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .agreement_label:hover {
    opacity: 0.8;
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement #agreementCheck + label {
    font-weight: 500;
    font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement #agreementCheck + label {
        font-weight: 500;
        font-size: 1.8rem;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .payment_guide {
    margin-top: 2.4rem;
    padding: 2rem;
    background-color: #F7F7F7;
    border-radius: 2rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .payment_guide {
        margin-top: 3.2rem;
        padding: 2rem 4rem;
        display: flex;
        gap: 0 2rem;
        align-items: center;        
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .payment_guide {
        margin-top: 4.8rem;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .payment_guide .payment_guide_img {
    width: 5rem;
    display: flex;
    gap: 0 1rem;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .payment_guide .payment_guide_img {
        display: block;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .payment_guide .payment_guide_img figcaption {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #F6464C;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .payment_guide .payment_guide_img figcaption {
        display: none;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .payment_guide .payment_guide_img > img {
    max-width: 3.6rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .payment_guide .payment_guide_img > img {
        max-width: none;
    }    
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .payment_guide .payment_guide_txt {
    max-width: 42rem;
    width: 100%;
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .payment_guide .payment_guide_txt > h5 {
    color: var(--ds-text-point);
    font-family: var(--ds-font-pretendard);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: normal;
    display: none;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .payment_guide .payment_guide_txt > h5 {
        display: block;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .payment_guide_txt > p {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #DCE1E5;
    color: var(--ds-text-point);
    font-family: var(--ds-font-pretendard);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .payment_guide_txt > p {
        margin-top: .6rem;
        padding-top: .6rem;
        font-size: 1.6rem;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .dot_list_type_red {
    margin-top: 0.6rem;
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .dot_list_type_red > li {
    color: var(--ds-text-point);
    font-family: var(--ds-font-pretendard);
    font-size: 1.4rem;
    font-weight: 400;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .dot_list_type_red > li {
        font-size: 1.6rem;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .dot_list_type_red > li::before {
    content: '';
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background-color: var(--ds-point);
    border-radius: 50%;
    margin: 0 0.8rem 0 0.8rem;
    vertical-align: middle;
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .dot_list_type_red > li + li {
    margin-top: 0.2rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .dot_list_type_red > li + li {
        margin-top: 0.6rem;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .payment_btn_wrap {
    margin-top: 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .payment_btn_wrap {
        flex-direction: row;
        margin-top: 3.2rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .payment_btn_wrap {
        margin-top: 4.8rem;
    }
}
.section-type2 .how_to_participate_box .how_to_02 .privacy_agreement .payment_btn_wrap > .btn {
    max-width: 19rem;
    width: 100%;
}
.section-type2 .how_to_participate_box .how_to_03 {
    margin-top: 4rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_03 {
        margin-top: 8rem;
    }
}
.section-type2 .how_to_participate_box .how_to_03 .how_to_inner_round {
    padding: 3.2rem 4rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_03 .how_to_inner_round {
        padding: 3.8rem 0 6rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .how_to_participate_box .how_to_03 .how_to_inner_round {
        padding: 4.8rem 0 6rem;
    }
}
.section-type2 .how_to_participate_box .how_to_03 .code-delivery-guide {
    margin: 0 auto;
    max-width: 32rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 10rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_03 .code-delivery-guide {
        gap: 4rem 0;
        max-width: 32rem;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .how_to_participate_box .how_to_03 .code-delivery-guide {
        gap: 0 10rem;
        max-width: 74rem;
    }
}
.section-type2 .how_to_participate_box .how_to_03 .code-delivery-guide > li {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_03 .code-delivery-guide > li {
        
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .how_to_participate_box .how_to_03 .code-delivery-guide > li {
        width: calc(50% - 5rem);
    }
}
.section-type2 .how_to_participate_box .how_to_03 .guide_tit {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 400;
}
.section-type2 .how_to_participate_box .how_to_03 .guide_tit .num_txt {
    border-radius: 20px 20px 0 0;
    background: #6A747C;
    color: #fff;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: normal;
    font-family: var(--ds-font-gmarket);
    padding-top: .9rem;
    margin-right: 1rem;
    margin-left: 2rem;
}
.section-type2 .how_to_participate_box .how_to_03 .guide_round_box_tit {
    font-size: 1.4rem;
    line-height: normal;
    font-weight: 600;
    color: #4F4910;
    padding: 1.1rem 2rem;
    background-color: #FFEC32;
    border-radius: 20px 20px 0 0;
    position: relative;
}
.section-type2 .how_to_participate_box .how_to_03 .guide_round_box_tit > img {
    position: absolute;
    width: 4.4rem;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
}
.section-type2 .how_to_participate_box .how_to_03 .code-delivery-guide > li:nth-child(2) .guide_round_box_tit {
    background-color: #27004C;
    color: #fff;
}
.section-type2 .how_to_participate_box .how_to_03 .guide_round_box_cont {
    border-radius: 0 0 20px 20px;
    background: rgba(165, 194, 210, 0.20);
    padding: 2.4rem 0;
    min-height: 9rem;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_03 .guide_round_box_cont {
        min-height: 11.8rem;
        padding: 3rem 0;
    }
}
.section-type2 .how_to_participate_box .how_to_03 .guide_round_box_cont > figure {
    max-width: 14.4rem;
    display: inline-block;
    margin-top: 0;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_03 .guide_round_box_cont > figure {
        margin-top: 0;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2 .how_to_participate_box .how_to_03 .guide_round_box_cont > figure {
        margin-top: 1rem;
    }
}
.section-type2 .how_to_participate_box .how_to_03 .guide_round_box_cont > figure img {
    width: 100%;
}
.section-type2 .how_to_participate_box .how_to_03 .guide_round_box_cont .btn {
    min-width: 13rem;
}
@media only screen and (min-width: 768px) {
    .section-type2 .how_to_participate_box .how_to_03 .guide_round_box_cont .btn {
        min-width: 18rem;
    }
}

/* section-type2 : E */

/* section-type2-2 : S */
.section-type2-2 {
    padding: 4.8rem 2.4rem 6rem;
}
@media only screen and (min-width: 768px) {
    .section-type2-2 {
        padding: 6.8rem 3.2rem 8rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2-2 {
        padding: 4.4rem 4.8rem 10rem;
    }
}
.section-type2-2 .section-header__title {
    color: var(--ds-text-brand);
}
.section-type2-2 .section-header {
    padding-top: 0;
}
.section-type2-2 .section_sub_title {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.6;
}
@media only screen and (min-width: 768px) {
    .section-type2-2 .section_sub_title {
        font-size: 2.6rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2-2 .section_sub_title {
        font-size: 3rem;
    }
}
.section-type2-2 .section_sub_title  .highlight_text_marker {
    background-color: var(--ds-brand);
    color: #fff;
    padding: 0.2rem 0.2rem 0.2rem 0.6rem;
}
.section-type2-2 .exam_guide_list {
    margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
    .section-type2-2 .exam_guide_list {
        margin-top: 4rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2-2 .exam_guide_list {
        margin-top: 4rem;
    }
}
.section-type2-2 .exam_guide_list > li {
    border-radius: 20px;
    background-color: #fff;
    padding: 3.2rem 3rem;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .section-type2-2 .exam_guide_list > li {
        border-radius: 28px;
        padding: 4.8rem 6rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2-2 .exam_guide_list > li {
        border-radius: 36px;
        display: flex;
        align-items: center;
        gap: 0 4rem;
    }
}
.section-type2-2 .exam_guide_list > li + li {
    margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
    .section-type2-2 .exam_guide_list > li + li {
        margin-top: 4rem;
    }
}
.section-type2-2 .exam_guide_list > li .exam_guide_img {
    max-width: 14rem;
    display: inline-block;
}
@media only screen and (min-width: 768px) {
    .section-type2-2 .exam_guide_list > li .exam_guide_img {
        max-width: 18rem;
    }
}
.section-type2-2 .exam_guide_list > li .exam_guide_txt_wrap {
    width: 100%;
    text-align: left;
    margin-top: 4rem;
}
@media only screen and (min-width: 768px) {
    .section-type2-2 .exam_guide_list > li .exam_guide_txt_wrap {
        margin-top: 4rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type2-2 .exam_guide_list > li .exam_guide_txt_wrap {
        flex: 1 0 auto;
        width: calc(100% - 22rem);
        margin-top: 0;
    }
}
.section-type2-2 .exam_guide_list > li .exam_guide_tit {
    font-size: 1.8rem;
    font-weight: 700;
    font-family: var(--ds-font-pretendard);
    color: var(--ds-text-brand);
    line-height: 1.5;
    letter-spacing: -0.04em;
}
@media only screen and (min-width: 768px) {
    .section-type2-2 .exam_guide_list > li .exam_guide_tit {
        font-size: 3rem;
    }
}
.section-type2-2 .exam_guide_list > li .exam_guide_txt {
    margin-top: 0.4rem;
    line-height: 1.6;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--ds-text-secondary);
}
@media only screen and (min-width: 768px) {
    .section-type2-2 .exam_guide_list > li .exam_guide_txt {
        margin-top: 0.8rem;
        font-size: 1.8rem;
    }
}
/* section-type2-2 : E */

/* section-type3 : S */
.section-type3 {
    padding-top: 5.2rem;
    padding-bottom: 4.8;
}
@media only screen and (min-width: 768px) {
    .section-type3 {
        padding-top: 6.8rem;
        padding-bottom: 6rem;
    }    
}
@media only screen and (min-width: 1025px) {
    .section-type3 {
        padding-top: 8.4rem;
        padding-bottom: 8rem;
    }
}
.section-type3 .section-header {
    padding-top: 0;
}
.section-type3 .qna-box > ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.section-type3 .qna-box > ul > li {
  width: 100%;
  border-bottom: 1px solid #dce1e5;
}
.section-type3 .qna-box .qna-wrap {
  padding: 2rem 0.4rem 2rem 0;
}
@media only screen and (min-width: 768px) {
    .section-type3 .qna-box .qna-wrap {
        padding: 2.6rem 0.6rem 2.6rem 0;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type3 .qna-box .qna-wrap {
        padding: 3.2rem 0.8rem 3.2rem 0;
    }
}
.section-type3 .qna-box .qna-wrap__top {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  cursor: pointer;
}
.section-type3 .qna-box .qna-wrap__top .top-title {
  flex: 1;
  font-size: 1.5rem;
  line-height: 168%;
}
@media only screen and (min-width: 768px) {
  .section-type3 .qna-box .qna-wrap__top .top-title {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1025px) {
  .section-type3 .qna-box .qna-wrap__top .top-title {
    font-size: 2rem;
  }
}
.section-type3 .qna-box .qna-wrap__top .top-title {
  letter-spacing: 0;
  color: #0b0d11;
}
.section-type3 .qna-box .qna-wrap__top .top-icon {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.section-type3 .qna-box .qna-wrap__top .top-icon svg {
  transition: all 0.3s ease;
}
.section-type3 .qna-box .qna-wrap__bottom {
  display: none;
  margin-top: 2rem;
  padding: 2.4rem 2rem;
  border-radius: 16px;
  background-color: #F1F3F9;
  font-size: 1.5rem;
  line-height: 168%;
}
@media only screen and (min-width: 768px) {
  .section-type3 .qna-box .qna-wrap__bottom {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1025px) {
  .section-type3 .qna-box .qna-wrap__bottom {
    font-size: 2rem;
  }
}
.section-type3 .qna-box .qna-wrap__bottom {
  letter-spacing: 0;
  color: #394046;
}
@media only screen and (min-width: 768px) {
  .section-type3 .qna-box .qna-wrap__bottom {
    padding: 3.2rem 2.6rem;
    border-radius: 22px;
  }
}
@media only screen and (min-width: 1025px) {
  .section-type3 .qna-box .qna-wrap__bottom {
    padding: 4rem 3.2rem;
    border-radius: 26px;
  }
}
.section-type3 .qna-box .qna-wrap:is(.active) .qna-wrap__top .top-icon svg {
  transform: rotate(180deg);
}
.section-type3 .qna-box .qna-wrap:is(.active) .qna-wrap__bottom {
  display: block;
}
.section-type3 .qna-button {
  padding: 3.2rem 0 1.2rem;
}
@media only screen and (min-width: 768px) {
  .section-type3 .qna-button {
    padding: 4.2rem 0 1.6rem;
  }
}
@media only screen and (min-width: 1025px) {
  .section-type3 .qna-button {
    padding: 5.2rem 0 2rem;
  }
}
.section-type3 .qna-button__button {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  padding: 1.4rem 2rem 1.4rem 3.2rem;
  border: 2px solid var(--ds-brand);
  border-radius: 999px;
  font-size: 1.8rem;
  line-height: 144%;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .section-type3 .qna-button__button {
    font-size: 2.2rem;
    border: 2px solid var(--ds-brand);
    padding: 2.1rem 3.2rem 2.1rem 4.8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .section-type3 .qna-button__button {
    font-size: 2.2rem;
    border: 3px solid var(--ds-brand);
  }
}
.section-type3 .qna-button__button:hover {
    opacity: 0.8;
}
.section-type3 .qna-button__button {
  letter-spacing: 0;
  color: var(--ds-text-brand);
}
.section-type3 .qna-button__button > span {
    font-weight: 700;
}
.section-type3 .qna-button__button > :first-child {
  flex: 1;
}
.section-type3 .qna-button__button > :last-child {
    flex: none;
    width: 2.6rem;
    height: 2.6rem;
}
@media only screen and (min-width: 768px) {
    .section-type3 .qna-button__button > :last-child {
        width: 3.2rem;
        height: 3.2rem;
    }
}
/* section-type3 : E */

/* section-type3-2 : S */
.section-type3-2 {
    border-top: 2px solid #DCE1E5;
    padding-top: 5.2rem;
    padding-bottom: 4.8rem;
}
@media only screen and (min-width: 768px) {
    .section-type3-2 {
        padding-top: 6.8rem;
        padding-bottom: 6rem;
    }    
}
@media only screen and (min-width: 1025px) {
    .section-type3-2 {
        padding-top: 8.4rem;
        padding-bottom: 8rem;
    }
}

.section-type3-2 .more-button__button {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  padding: 1.4rem 2rem 1.4rem 3.2rem;
  border: 2px solid var(--ds-text-primary);
  border-radius: 999px;
  font-size: 1.8rem;
  line-height: 144%;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .section-type3-2 .more-button__button {
    font-size: 2.2rem;
    border: 2px solid var(--ds-text-primary);
    padding: 2.1rem 3.2rem 2.1rem 4.8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .section-type3-2 .more-button__button {
    font-size: 2.2rem;
    border: 3px solid var(--ds-text-primary);
  }
}
.section-type3-2 .more-button__button {
  letter-spacing: 0;
  color: var(--ds-text-primary);
}
.section-type3-2 .more-button__button:hover {
    opacity: 0.8;
}
.section-type3-2 .more-button__button > span {
    font-weight: 700;
}
.section-type3-2 .more-button__button > :first-child {
  flex: 1;
}
.section-type3-2 .more-button__button > :last-child {
    flex: none;
    width: 2.6rem;
    height: 2.6rem;
}
@media only screen and (min-width: 768px) {
    .section-type3-2 .more-button__button > :last-child {
        width: 3.2rem;
        height: 3.2rem;
    }
}
/* section-type3-2 : E */

/* section-type4 : S */
.section-type4 {
    padding-top: 5.2rem;
}
@media only screen and (min-width: 768px) {
    .section-type4 {
        padding-top: 6.8rem;
    }
}
@media only screen and (min-width: 1025px) {
    .section-type4 {
        padding-top: 8.4rem;
    }
}
.section-type4 .section-header {
    padding-top: 0;
}
.section-type4 .caution-list {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
}
.section-type4 .caution-list > ul {
  display: flex;
  padding: 2.4rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}
@media only screen and (min-width: 768px) {
  .section-type4 .caution-list > ul {
    gap: 0.6rem;
    padding: 3.2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .section-type4 .caution-list > ul {
    gap: 0.8rem;
    padding: 4rem;
  }
}
.section-type4 .caution-list > ul li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 1.4rem;
  line-height: 160%;
}
@media only screen and (min-width: 768px) {
  .section-type4 .caution-list > ul li {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .section-type4 .caution-list > ul li {
    font-size: 1.8rem;
  }
}
.section-type4 .caution-list > ul li {
  letter-spacing: 0;
  color: #394046;
}
.section-type4 .caution-list > ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #394046;
  border-radius: 999px;
}
/* section-type4 : E */

/* section-type5 : S */
.section-type5 {
  background-color: #ffffff;
  background-image: url("../images/page/img-bg_share.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 3.6rem 2.4rem
}
@media only screen and (min-width: 768px) {
    .section-type5 {
        padding: 5.2rem 3.2rem
    }
}
@media only screen and (min-width: 1025px) {
    .section-type5 {
        padding:6rem 4.8rem 6rem;
    }
}
.section-type5 .section-header__title {
    font-size: 2.4rem;
}
@media only screen and (min-width: 768px) {
    .section-type5 .section-header__title {
        font-size: 3.2rem;
    }    
}
@media only screen and (min-width: 1025px) {
    .section-type5 .section-header__title {
        font-size: 3rem;
    }    
}
.section-type5 .section-header {
    padding: 2rem 0;
}
@media only screen and (min-width: 768px) {
    .section-type5 .section-header {
        padding:2.6rem 0
    }
}

@media only screen and (min-width: 1025px) {
    .section-type5 .section-header {
        padding:3.2rem 0
    }
}

/* section-type5 : E */