@charset "euc-kr";

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src:
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');



/***** default *****/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body.modal-open, .modal-open .modal {
    overflow: hidden;
  }

html,
body,
div,
p,
ul,
li,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:active {
    color: inherit;
    text-decoration: none;
    background-color: none;
}

body {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
    /* min-width: 1400px; */
    text-align: center;
    color: #000;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select {
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -0.05em;
    word-break: keep-all;
}

li {
    list-style: none;
}

em {
    font-style: normal;
}



/***** private *****/
.for_pc {
    display: none;
}

.clearfix::after {
    display: block;
    content: '';
    clear: both;
}

.color_w {
    color: #fff;
}

.tit_main {
    font-size: 65px;
    font-weight: 900;
    line-height: 70px;
}

.tit_sec {
    margin-bottom: 25px;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
}

.tit_sub,
.tit_sub2,
.hashtag {
    font-weight: 400;
}

.tit_sub {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
}.tit_sub2 {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 24px;
}

.txt1,
.txt2,
.etc,
button {
    font-weight: 300;
}

.txt1 {
    font-size: 15px;
    line-height: 21px;
}
.txt1_2 {
    font-size: 15px;
    line-height: 21px;
}

.txt2 {
    font-size: 14px;
    line-height: 21px;
}


button {
    font-size: 15px;
    line-height: 38px;
    letter-spacing: -0.05em;
    border: none;
    background: none;
    border-radius: 40px;
    cursor: pointer;
}

button:focus {
    border: none;
    outline: none;
}

.hashtag,
.etc {
    float: left;
    font-size: 13px;
    line-height: 1;
}

.hashtag {
    color: #dd0701;
}

.etc {
    color: #999999;
}

.main_link {
    display: none;
    position: fixed;
    left: 3%;
    z-index: 30;
    top: 50%;
    margin-top: -50px;
}

.main_link li:first-child {
    margin-top: 0;
}

.main_link li {
    margin-top: 20px;
}

.scroll {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 10;
    -webkit-animation: upDown .8s ease infinite both;
    animation: upDown .8s ease infinite both;
}

.scroll span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #000;
    text-align: center;
}

.scroll span:last-child {
    margin-top: 5px;
}

.scroll.hide {
    display: none !important;
}

@-webkit-keyframes upDown {
    0% {
        -webkit-transform: translateX(-50%) translateY(-15px);
        transform: translateX(-50%) translateY(-15px);
    }

    50% {
        -webkit-transform: translateX(-50%) translateY(-10px);
        transform: translateX(-50%) translateY(-10px);
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-15px);
        transform: translateX(-50%) translateY(-15px);
    }
}

@keyframes upDown {
    0% {
        -webkit-transform: translateX(-50%) translateY(-15px);
        transform: translateX(-50%) translateY(-15px);
    }

    50% {
        -webkit-transform: translateX(-50%) translateY(-10px);
        transform: translateX(-50%) translateY(-10px);
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-15px);
        transform: translateX(-50%) translateY(-15px);
    }
}



/***** swiper *****/
.mySwiper {
    overflow: hidden;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction,
.swiper-pagination {
    bottom: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
}

.swiper-pagination-bullet {
    float: left;
    margin-right: 9px;
    width: 9px;
    height: 9px;
    background: #dddddd;
    opacity: 1;
}

.swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.swiper-pagination-bullet-active {
    background: #ffcc33;
}

/***** swiper end *****/



.inner {
    margin: 0 auto;
    padding: 60px 5.5%;
    width: 100%;
}

.section {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #fff;
}

.section .review_li_wrap {
    margin-bottom: 20px;
}

.section .review_li_wrap .review_wrap {
    position: relative;
}

.section .review_li_wrap ul {
    padding: 20px;
    text-align: left;
    border: 1px solid #dddddd;
    background: #fff;
}

.section .review_li_wrap ul li.hasgtag_wrap {
    margin-bottom: 15px;
}

.section .review_li_wrap ul li.hasgtag_wrap span.hashtag {
    margin-right: 10px;
}

.section .review_li_wrap ul li.txt_wrap {
    margin-bottom: 15px;
    /*height: 63px;*/
    overflow-y: hidden;
}

.section .review_li_wrap ul li.txt_wrap .txt1 {
    font-weight: 300;
}

.section .review_li_wrap ul li.cont_wrap {
    margin-bottom: 15px;
    /*height: 126px;*/
    overflow-y: hidden;
}

.section .review_li_wrap ul li.etc_wrap span.etc {
    position: relative;
}

.section .review_li_wrap ul li.etc_wrap span.etc:first-child {
    margin-right: 10px;
    padding-right: 10px;
}

.section .review_li_wrap ul li.etc_wrap span.etc:first-child::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 100%;
    background: #999999;
}



/* sec01 */
.sec01 {
    position: relative;
    background-image: url(./images/m_bg_sec01.png);
    background-color: #ffcc33;
}

.sec01 .home {
	z-index: 1;
    display: block;
    position: absolute;
    top: 30px;
    left: 5.5%;
    width: 64px;
	max-width:64px;
    height: 27.5px;
    font-size: 0;
    background: url(./images/logo_b.png) center no-repeat;
    background-size: 64px auto;
}

.sec01 .home h1 {
    text-indent: -99999px;
}

.f_btn {
    z-index: 10;
    display: block;
    position: fixed;
    bottom: 0;
    padding: 15px 0;
    width: 50%;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.link_free {
	left: 0;
    background-color: #dd0701;
}

.link_apply {
	right: 0;
    background-color: #000;
}

.f_btn p {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}

.sec01 .inner {
    position: relative;
    padding-top: 130px;
    padding-bottom: 141px;
}

.sec01 .inner .tit_sub {
    margin-bottom: 10px;
    font-weight: 500;
}

.sec01 .inner .tit_sub span {
    padding: 0 1%;
	color: #fff;
	background-color: #000;
}

.sec01 .inner .tit_sub2 {
	margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

.sec01 .inner .tit_main {
    margin-bottom: 40px;
}

.sec01 .inner .txt1 {
	margin: 10px;
}
.sec01 .inner .txt1_2 {
	margin-bottom: 30px;
	font-weight: 300;
}



/* sec02 */
.sec02 {
    background-color: #f8f8f8;
}

.sec02 .filter_wrap {
    margin-bottom: 20px;
}

.sec02 .filter_wrap li {
    margin-bottom: 5px;
}

.sec02 .filter_wrap li:last-child {
    margin-bottom: 0;
}

.sec02 .filter_wrap select {
    padding-left: 20px;
    width: 210px;
    height: 40px;
    font-size: 14px;
    font-weight: 300;
    border: none;
    background-color: #ffcc33;
    background-image: url(./images/icon_arrow3.png);
    background-repeat: no-repeat;
    background-size: 14px 9px;
    background-position: 93% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 40px;
}

.sec02 .filter_wrap select option {
    background: #fff;
}

.sec02 .review_li_wrap a {
    display: block;
    margin-bottom: 10px;
}

.sec02 .review_li_wrap a:last-child {
    margin-bottom: 0;
}

.sec02 .noresult {
    padding-top: 45px;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    color: #000;
    background-image: url(./images/icon_mark1.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: top center;
}

.sec02 button {
    padding: 0 60.5px 0 41.5px;
    width: 140px;
    background-image: url(./images/icon_arrow1.png);
    background-repeat: no-repeat;
    background-size: 11px 12px;
    background-position: 86.5px 14px;
    border: 1px solid #b5b5b5;
}



/* sec03 */
.sec03 .inner {
    padding-bottom: 39px;
}

.sec03 .tab_wrap {
    margin: 0 auto 10px;
    width: 100%;
    max-width: 320px;
}

.sec03 .swiper-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 20px);
    border: 1px solid #dddddd;
}

.sec03 .tab_wrap ul li {
    float: left;
    width: calc((100% - 20px) / 3);
}

.sec03 .tab_wrap li:nth-child(2) {
    margin: 0 10px;
}

.sec03 .tab_wrap a {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 38px;
    color: #000;
    border: 1px solid #dddddd;
    background-color: #fff;
    border-radius: 20px;
}

.sec03 .tab_wrap a.focus {
    font-weight: 500;
    border: 1px solid #ffcc33;
    background-color: #ffcc33;
    border: 1px solid #ffcc33;
}

.sec03 .review_li_wrap {
    margin-bottom: 0;
}


.sec03 .review_li_wrap ul {
    position: relative;
    margin-bottom: 25px;
    height: 375px;
    border: none;
    background-color: transparent;
    background-image: url(./images/icon_arrow4.png);
    background-repeat: no-repeat;
    background-size: 16px 13px;
    background-position: calc(100% - 20px) calc(100% - 25px);
}

.sec03 .review_li_wrap ul li.more {
    position: absolute;
    right: 20px;
    bottom: 35px;
    width: 16px;
    height: 13px;
}

.sec03 .review_li_wrap ul li.more button {
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
    text-indent: -99999px;
    background-image: url(./images/icon_arrow4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.sec03 .review_li_wrap ul li.txt_wrap .txt1 {
    font-weight: 500;
}

.sec03 .review_li_wrap ul li.etc_wrap {
    position: absolute;
    bottom: 25px;
}



/* sec04 */
.sec04 {
    color: #fff;
    background-color: #f79845;
    background-image: url(./images/m_bg_sec04.png);
}

.sec04 .inner {
    padding: 30px 5.5%;
}

.sec04 .inner .tit_sec,
.sec04 .inner .txt1 {
    margin-bottom: 15px;
}

.sec04 button {
    padding: 0 53.5px 0 34.5px;
    width: 140px;
    color: #fff;
    background-image: url(./images/icon_arrow2_w.png);
    background-repeat: no-repeat;
    background-size: 10.5px 10.5px;
    background-position: 93px 15px;
    border: 1px solid #fff;
}



/* sec05 */
.sec05 {
    color: #fff;
    background-color: #1d1f22;
    background-image: url(./images/m_bg_sec05.png);
    background-size: contain;
	margin-bottom: 50px;
}

.sec05 .inner {
    padding-bottom: 69px;
}

.sec05 .youtube_li_wrap li {
    float: left;
    margin-right: 3.125%;
    width: 48.4375%;
}

.sec05 .youtube_li_wrap li:nth-child(2n) {
    margin-right: 0;
}

.sec05 .youtube_li_wrap ul li a {
    display: block;
    width: 100%;
}

.sec05 .youtube_li_wrap ul li img {
    width: 100%;
}

.sec05 .youtube_li_wrap .txt1 {
    margin: 15px auto 20px;
    color: #fff;
}

.sec05 .review_li_wrap {
    margin: 10px auto 0;
}

.sec05 .review_li_wrap ul {
    margin-bottom: 20px;
    padding: 20px;
    text-align: left;
    border: 0px;
    background: none;
}

.sec05 .review_li_wrap ul li.profile_wrap {
    margin-bottom: 20px;
    height: 100px;
}

.sec05 .review_li_wrap ul li.profile_wrap::after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.sec05 .review_li_wrap ul li.profile_wrap div {
    padding-left: 95px;
    padding-bottom: 20px;
    height: 100%;
}

.sec05 .profile1 {
    background-repeat: no-repeat;
    background-image: url(./images/img_profile1.png);
    background-size: 80px 80px;
}

.sec05 .profile2 {
    background-repeat: no-repeat;
    background-image: url(./images/img_profile2.png);
    background-size: 80px 80px;
}

.sec05 .profile3 {
    background-repeat: no-repeat;
    background-image: url(./images/img_profile3.png);
    background-size: 80px 80px;
}

.sec05 .profile4 {
    background-repeat: no-repeat;
    background-image: url(./images/img_profile4.png);
    background-size: 80px 80px;
}

.sec05 .profile5 {
    background-repeat: no-repeat;
    background-image: url(./images/img_profile5.png);
    background-size: 80px 80px;
}

.sec05 .swiper-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.sec05 .review_li_wrap ul {
    font-weight: 500;
    border: 0;
    height: 444px;
    background-image: url(./images/icon_arrow4_w.png);
    background-repeat: no-repeat;
    background-size: 12px 11px;
    background-position: calc(100% - 20px) calc(100% - 20px);
}

.sec05 .review_li_wrap ul li.profile_wrap .txt1 strong {
    font-weight: 500;
}

.sec05 .review_li_wrap ul li.txt_wrap {
    margin-top: 0;
    height: auto;
}

.sec05 .review_li_wrap ul li.txt_wrap .txt1 {
    font-weight: 500;
}

.sec05 .review_li_wrap ul li.cont_wrap {
    height: 200px;
}

.sec05 .review_li_wrap ul li.more {
    position: absolute;
    right: 20px;
    top: 390px;
    width: 16px;
    height: 13px;
}

.sec05 .review_li_wrap ul li.more button {
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
    text-indent: -99999px;
    background-image: url(./images/icon_arrow4_w.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.sec05 .review_li_wrap .swiper-box {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.2);
    height: 96%;
    width: 100%;
}


/* sec05_2024 */
.sec05_2024 {
    color: #fff;
    background-color: #1d1f22;
    background-image: url(./images/m_bg_sec05.png);
    background-size: contain;
	margin-bottom: 50px;
}

.sec05_2024 .inner {
    padding-bottom: 69px;
}

.sec05_2024 .youtube_li_wrap li {
	position: relative;
    float: left;
    margin-right: 2.125%;
    margin-bottom: 6.125%;
    width: 31.3333%;
}

.sec05_2024 .youtube_li_wrap li:nth-child(3n) {
    margin-right: 0;
}

.sec05_2024 .youtube_li_wrap ul li a {
    display: block;
    width: 100%;
}

.sec05_2024 .youtube_li_wrap ul li img {
    width: 100%;
}

.sec05_2024 .youtube_li_wrap ul li button.ytp-large-play-button {
    position: absolute;
    left: 50%;
    top: 28%;
	transform: translate(-50%, -28%);
    width: 3.5em;
    -webkit-transition: opacity .25s cubic-bezier(0,0,.2,1);
    transition: opacity .25s cubic-bezier(0,0,.2,1);
    z-index: 63
}
.sec05_2024 .youtube_li_wrap ul li button.ytp-button {
    border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    line-height: inherit
}
.sec05_2024 .youtube_li_wrap ul li button.ytp-large-play-button-red-bg .ytp-large-play-button-bg {
    fill: #f00;
    fill-opacity: 1
}

.sec05_2024 .youtube_li_wrap ul li button.ytp-cairo-refresh .ytp-large-play-button-red-bg .ytp-large-play-button-bg {
    fill: var(--yt-spec-static-brand-red,#f03)
}

.sec05_2024 .youtube_li_wrap .txt1 {
    margin: 15px auto 20px;
    color: #fff;
}

.sec05_2024 .review_li_wrap {
    margin: 10px auto 0;
}

.sec05_2024 .review_li_wrap ul {
    margin-bottom: 20px;
    padding: 20px;
    text-align: left;
    border: 0px;
    background: none;
}

.sec05_2024 .review_li_wrap ul li.profile_wrap {
    margin-bottom: 20px;
    height: 100px;
}

.sec05_2024 .review_li_wrap ul li.profile_wrap::after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.sec05_2024 .review_li_wrap ul li.profile_wrap div {
    padding-left: 95px;
    padding-bottom: 20px;
    height: 100%;
}

.sec05_2024 .profile1 {
    background-repeat: no-repeat;
    background-image: url(./images/img_profile1.png);
    background-size: 80px 80px;
}

.sec05_2024 .profile2 {
    background-repeat: no-repeat;
    background-image: url(./images/img_profile2.png);
    background-size: 80px 80px;
}

.sec05_2024 .profile3 {
    background-repeat: no-repeat;
    background-image: url(./images/img_profile3.png);
    background-size: 80px 80px;
}

.sec05_2024 .profile4 {
    background-repeat: no-repeat;
    background-image: url(./images/img_profile4.png);
    background-size: 80px 80px;
}

.sec05_2024 .profile5 {
    background-repeat: no-repeat;
    background-image: url(./images/img_profile5.png);
    background-size: 80px 80px;
}
.sec05_2024 .profile6 {
    background-repeat: no-repeat;
    background-image: url(./images/img_profile6_new.png);
    background-size: 80px 80px;
}

.sec05_2024 .profile7 {
    background-repeat: no-repeat;
    background-image: url(./images/img_profile7_new.png);
    background-size: 80px 80px;
}

.sec05_2024 .swiper-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.sec05_2024 .review_li_wrap ul {
    font-weight: 500;
    border: 0;
    height: 444px;
    background-image: url(./images/icon_arrow4_w.png);
    background-repeat: no-repeat;
    background-size: 12px 11px;
    background-position: calc(100% - 20px) calc(100% - 20px);
}

.sec05_2024 .review_li_wrap ul li.profile_wrap .txt1 strong {
    font-weight: 500;
}

.sec05_2024 .review_li_wrap ul li.txt_wrap {
    margin-top: 0;
    height: auto;
}

.sec05_2024 .review_li_wrap ul li.txt_wrap .txt1 {
    font-weight: 500;
	font-size: 20px;
}
.sec05_2024 .review_li_wrap ul li.cont_wrap {
    height: 200px;
}
.sec05_2024 .review_li_wrap ul li.cont_wrap .txt2 {
	font-size: 14px;
}

.sec05_2024 .review_li_wrap ul li.more {
    position: absolute;
    right: 20px;
    top: 390px;
    width: 16px;
    height: 13px;
}

.sec05_2024 .review_li_wrap ul li.more button {
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
    text-indent: -99999px;
    background-image: url(./images/icon_arrow4_w.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.sec05_2024 .review_li_wrap .swiper-box {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.2);
    height: 96%;
    width: 100%;
}

/* sec06 */
.sec06 .inner .tit_sec {
    margin-bottom: 30px;
}

.sec06 .inner .txt1 {
    margin-bottom: 15px;
}

.sec06 .inner > button {
    margin-bottom: 40px;
    padding: 0 15.5px 0 0;
    line-height: 1;
    background-image: url(./images/icon_arrow2_b.png);
    background-repeat: no-repeat;
    background-size: 10.5px 10.5px;
    background-position: 100% center;
    border-radius: 0;
    border-bottom: 1px solid #000;
}

.sec06 > div:last-child {
    background-size: auto 47%;
}

.sec06 > div:last-child div.inner {
    padding-top: 203px;
    padding-bottom: 110px;
}

.sec06 div.btn_wrap {
    margin-top: 20px;
}

.sec06 div.btn_wrap ul li:first-child {
    margin-bottom: 10px;
}

.sec06 div.btn_wrap ul li button {
    width: 180px;
}

.sec06 div.btn_wrap ul li:first-child button {
    padding: 0 47.5px 0 26.5px;
    background-image: url(./images/icon_share.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 13px 13px;
    background-position: 133.5px 13px;
    border: 1px solid #fff;
}

.sec06 div.btn_wrap ul li:last-child button {
    color: #fff;
    background-color: #000;
}

.sec06 div.notice_wrap {
    margin-top: 40px;
}

.sec06 div.notice_wrap ul {
    display: table;
    margin: 0 auto;
    padding-left: 55px;
    background-image: url(./images/icon_notice.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: left center;
}

.sec06 div.notice_wrap .txt1 {
    position: relative;
    margin-bottom: 0;
    padding-left: 10px;
    text-align: left;
    line-height: 22.5px;
}

.sec06 div.notice_wrap .txt1::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\b7\a0";
    line-height: 22.5px;
}

.sec06 > div.inner {
    padding-bottom: 0;
}

.sec06 > div:last-child {
    background-color: #ffcc33;
    background-image: url(./images/m_img_textbook.png);
    background-repeat: no-repeat;
    background-position: center top;
}



/* modal */
.btn {
    font-weight: 300;
}

.btn,
button.btn:focus,
button.btn:active {
    border: none;
    outline: none;
    background: none;
}

.modal-content {
    border: none;
    border-radius: 0;
}

.modal-header {
    padding: 20px 20px;
    border-bottom: none;
}

.modal-header .close {
    padding: 0 12px 10px 0;
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
    color: #b5b5b5;
    opacity: 1;
}

.modal-header .close span {}

.modal-body {
	height: 65vh;
	overflow-y: auto;
    padding: 0 20px 25px;
    text-align: left;
}

.modal-body .hasgtag_wrap span {
    margin-right: 10px;
}

.modal-body .txt_wrap {
    margin: 15px 0;
    /* height: 63px; */
}

.modal-body .txt1 {
    font-weight: 500;
}

.modal-body .cont_wrap {
    margin-bottom: 30px;
    /* height: 252px; */
}

.modal-body .etc_wrap span.etc {
    position: relative;
}

.modal-body .etc_wrap span.etc:first-child {
    margin-right: 10px;
    padding-right: 10px;
}

.modal-body .etc_wrap span.etc:first-child::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 100%;
    background: #999999;
}

.modal-footer {
    padding: 20px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: none;
}

.modal-footer button.btn {
    padding: 0;
    width: 135px;
    font-size: 15px;
    line-height: 38px;
    letter-spacing: -0.05em;
    border: none;
    border-radius: 40px;
    cursor: pointer;
}

.modal-footer button.btn.btn-primary {
    padding-left: 39px;
    padding-right: 58px;
    color: #000;
    background-color: #fff;
    background-image: url(./images/icon_arrow2.png);
    background-repeat: no-repeat;
    background-size: 10.5px 10.5px;
    background-position: 85.5px 15px;
    border: 1px solid #ddd;
}

.modal-footer button.btn.btn-default {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}

.modal-footer > :not(:last-child) {
    margin-right: 10px;
}

.modal-footer > :not(:first-child) {
    margin-left: 10px;
}

.modal-backdrop.show {
    opacity: .6;
}

/* sweetalert ¸ð´Þ ÇÃ·¯±×ÀÎ */
.swal2-modal {
    
}

.swal2-container {
    padding: 0.5rem !important;
}

.swal2-popup {
    padding: 30px !important;
    border-radius: 0 !important;
}

.swal2-icon {
    margin: 0 auto !important;
    width: 40px !important;
    height: 40px !important;
    border: none !important;
    background-image: url(./images/icon_mark1.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.swal2-icon>div, .swal2-icon>span {
    display: none !important;
}

.swal2-title {
    padding: 10px 0 15px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #000 !important;
}

.swal2-html-container {
    overflow: initial !important;
    margin: 0 auto 20px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    color: #000 !important;
}

.swal2-html-container p {
    margin-top: 10px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 21px !important;
    color: #000 !important;
}

.swal2-styled {
    margin: 0 !important;
}

.swal2-styled.swal2-cancel {
    display: block !important;
    position: absolute !important;
    top: 13px !important;
    right: 13px !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    text-indent: -99999px !important;
    background-image: url(./images/icon_close.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 16px !important;
    background-color: transparent !important;
}

.swal2-styled.swal2-confirm {
    padding: 0 !important;
    width: 180px !important;
    font-size: 15px !important;
    line-height: 38px !important;
    letter-spacing: -0.05em !important;
    color: #fff !important;
    background-color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 40px !important;
}

.swal2-styled.swal2-cancel:hover,
.swal2-styled.swal2-cancel:focus,
.swal2-styled.swal2-cancel:active,
.swal2-styled.swal2-confirm:hover,
.swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-confirm:active {
    border: none !important;
    box-shadow: none !important;
}

.swal2-actions {
    margin-top: 0 !important;
}

.swal2-footer {
    margin: 10px 0 0 !important;
    padding: 0 !important;
    border: none !important;
}

.swal2-footer a {
    padding: 0 53.5px 0 34.5px !important;
    width: 180px !important;
    font-size: 15px !important;
    line-height: 38px !important;
    letter-spacing: -0.05em !important;
    color: #000 !important;
    background-image: url(./images/icon_arrow2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 10.5px 10.5px !important;
    background-position: 133.5px 15px !important;
    border: 1px solid #b5b5b5 !important;
    border-radius: 40px !important;
}

/* ·Î±×ÀÎ ¸ð´Þ */
#loginModal {
    padding: 7% 0.5rem;
}

.login_modal .modal_content {
    top: 50%;
    transform: translateY(-50%);
    padding: 50px;
    width: 100%;
    max-width: 450px;
}

.login_modal .close_login {
    font-size: initial;
    color: #b5b5b5;
}

.login_modal .close_login:hover {
    color: #b5b5b5;
}

.login_modal ul>li:nth-child(5) {
    font-size: 18px;
    color: #3e3e3e;
}

.login_modal ul>li:nth-child(10) {
    margin-bottom: 0;
}

.login_modal ul>li:nth-child(8) ul li {
    color: #3e3e3e;
}

.login_modal ul>li input[type=text],
.login_modal ul>li input[type=password] {
    margin: 0;
    height: 44px;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.login_modal button {
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
}

.login_modal button.btn_main {
    color: #fff;
    background-image: linear-gradient(to bottom, #FFC107, #FFC107);
}

.login_modal button.btn_sub {
    height: 54px;
    line-height: inherit;
}


/***** response(Mobile First) *****/

/* ¸ð¹ÙÀÏ °¡·Î, ¸ð¹ÙÀÏ ¼¼·Î (ÇØ»óµµ ~ 767px)*/
@media all and (max-width:767px) {
	.sec05_2024 .youtube_li_wrap li {
		width: 48%;
		margin-bottom: 2.125%;
	}
	.sec05_2024 .youtube_li_wrap li:nth-child(3n) {
		margin-right: 2.125%;
	}
	.sec05_2024 .youtube_li_wrap li:nth-child(2n) {
		margin-right: 0px;
	}
	.sec05_2024 .youtube_li_wrap ul li button.ytp-large-play-button {
		width: 2.5em;
		top: 25%;
		transform: translate(-50%, -25%);
	}
}



/* Å×ºí¸´ °¡·Î, Å×ºí¸´ ¼¼·Î (ÇØ»óµµ 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1439px) {
	.scroll {
		bottom: 60px;
	}
    .for_mobile {
        display: none;
    }

    .for_pc {
        display: inline-block;
    }

    .tit_main {
        font-size: 120px;
        line-height: 130px;
    }

    .tit_sec {
        margin-bottom: 60px;
        font-size: 60px;
        line-height: 75px;
    }

    .tit_sub {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 40px;
    }
    .tit_sub2 {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 40px;
    }

    .txt1 {
        font-size: 22px;
        line-height: 32px;
    }
    .txt1_2 {
        font-size: 22px;
        line-height: 32px;
    }
    .txt2 {
        font-size: 22px;
        line-height: 28px;
    }
	.sec05_2024 .review_li_wrap ul li.cont_wrap .txt2 { font-size: 18px; line-height: 1.5;}

    button {
        font-size: 20px;
        line-height: 48px;
        border-radius: 25px;
    }

    .hashtag,
    .etc {
        font-size: 14px;
    }



    /***** swiper *****/
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction,
    .swiper-pagination {
        bottom: -12px;
    }

    .swiper-pagination-bullet {
        margin-right: 12px;
        width: 12px;
        height: 12px;
    }

    /***** swiper end *****/
	.f_btn {
		transition: all 0.3s;
	}
	
	.f_btn .for_pc {
        display: none;
    }

	.f_btn:hover {
		padding-bottom: 30px;
		transition: all 0.3s;
	}

    .f_btn p {
        font-size: 20px;
        line-height: 30px;
    }
	
	.inner {
        padding: 100px 0;
        width: 80%;
    }

    .section .review_li_wrap {
        margin-bottom: 0;
    }

    .section .review_li_wrap ul {
        float: left;
        margin-right: 28px;
        margin-bottom: 28px;
        padding: 30px;
        width: calc(50% - 14px);
    }

    .section .review_li_wrap a:nth-child(2n) ul {
        margin-right: 0;
    }

    .section .review_li_wrap ul li.txt_wrap {
        margin: 15px auto 20px;
        height: 96px;
    }

    .section .review_li_wrap ul li.cont_wrap {
        height: auto;
    }



    /* sec01 */
    .sec01 {
        background-image: url(./images/bg_sec01.png);
    }

    @media all and (min-width:768px) and (max-width:800px) {
        .sec01 {
            background-image: url(./images/m_bg_sec01.png);
        }
    }

    .sec01 .home {
        top: 60px;
        left: 5%;
        width: 128px;
		max-width:128px;
        height: 55px;
		background-size: 128px auto;
    }

    .sec01 .inner {
        padding-top: 160px;
        padding-bottom: 197px;
    }

    .sec01 .inner .tit_sub {
        line-height: 40px;
    }



    /* sec02 */
    .sec02 .filter_wrap {
        margin: 0 auto 40px;
        width: 100%;
        max-width: 780px;
    }

    .sec02 .filter_wrap > div {
        margin-bottom: 10px;
    }

    .sec02 .filter_wrap > div:last-child {
        margin-bottom: 0;
    }

    .sec02 .filter_wrap > div:last-child {
        margin-bottom: 0;
    }

    .sec02 .filter_wrap > div span {
        float: left;
        display: inline-block;
        font-size: 20px;
        font-weight: 400;
        line-height: 38px;
    }

    .sec02 .filter_wrap > div ul {
        float: right;
        width: calc(100% - 48px);
    }

    .sec02 .filter_wrap > div ul li {
        float: left;
        margin-left: 8px;
        margin-bottom: 0;
        width: calc((100% - 48px) / 6);
        background: none;
        border: 1px solid #dddddd;
        border-radius: 20px;
    }

    .sec02 .filter_wrap > div ul li.focus {
        background: #ffcc33;
        border: 1px solid #ffcc33;
    }

    .sec02 .filter_wrap > div ul li a {
        display: block;
        line-height: 38px;
        color: #000;
    }
    
    .sec02 .noresult {
        font-size: 16px;
        line-height: 28px;
    }

    .sec02 button {
        padding: 0 60.5px 0 41.5px;
        width: 180px;
        background-size: 13px 16px;
        background-position: 70.56% center;
    }



    /* sec03 */
    .sec03 .tab_wrap.for_mobile {
        display: block;
    }

    .sec03 .inner {
        padding-bottom: 92px;
    }

    .sec03 .tab_wrap {
        margin-bottom: 20px;
        max-width: none;
    }

    .sec03 .tab_wrap a {
        font-size: 16px;
        line-height: 48px;
        border-radius: 25px;
    }

    .sec03 .tab_wrap ul {
        display: table;
        margin: 0 auto;
    }

    .sec03 .tab_wrap ul li {
        width: 180px;
    }

    .sec03 .tab_wrap li:nth-child(2) {
        margin: 0 20px;
    }
/*
    .sec03 .review_li_wrap .for_pc {
        display: none;
    }
*/
    .sec03 .swiper-border {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100% - 28px);
        border: 1px solid #dddddd;
    }

    .sec03 .review_li_wrap ul {
        margin-right: 0;
        margin-bottom: 20px;
        border: none;
        background-color: transparent;
        background-image: url(./images/icon_arrow4.png);
        background-repeat: no-repeat;
        background-size: 16px 13px;
        background-position: calc(100% - 30px) calc(100% - 40px);
    }

    .sec03 .review_li_wrap ul li.more {
        right: 30px;
        bottom: 33.5px;
        width: 16px;
        height: 13px;
    }

    .sec03 .review_li_wrap ul li.more button {}

    .sec03 .review_li_wrap ul li.txt_wrap {
        height: auto;
    }

    .sec03 .review_li_wrap ul li.etc_wrap {
        bottom: 40px;
    }



    /* sec04 */
    .sec04 {
        background-image: url(./images/bg_sec04.png);
    }

    .sec04 .inner {
        padding: 50px 0 45px;
    }

    .sec04 .inner .tit_sec {
        font-size: 40px;
        line-height: 1;
    }

    .sec04 .inner .tit_sec,
    .sec04 .inner .txt1 {
        margin-bottom: 20px;
    }

    .sec04 button {
        padding: 0 65px 0 44px;
        width: 180px;
        background-size: 13px 13px;
        background-position: 75.56% center;
    }



    /* sec05 */
    .sec05 {
        background-image: url(./images/bg_sec05.png);
        background-size: cover;
		margin-bottom: 60px;
    }

    .sec05 .inner {
        padding-bottom: 92px;
    }

    .sec05 .youtube_li_wrap,
    .sec05 .review_li_wrap {}

    .sec05 .youtube_li_wrap {
        margin-right: 28px;
        margin-bottom: 20px;
    }

    .sec05 .youtube_li_wrap .txt1 {
        margin: 20px auto 30px;
    }

    .sec05 .review_li_wrap {
        margin: 0;
    }

    .sec05 .swiper-border {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100% - 28px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(0, 0, 0, 0.2);
    }

    .sec05 .review_li_wrap ul {
        margin-right: 0;
        padding: 40px 50px;
        height: 474px;
        border: 0;
        background-image: url(./images/icon_arrow4_w.png);
        background-repeat: no-repeat;
        background-size: 16px 13px;
        background-position: calc(100% - 50px) calc(100% - 30px);
    }

    /* Å×ºí¸´ °¡·Î, Å×ºí¸´ ¼¼·Î (ÇØ»óµµ 809px~)*/
    @media all and (min-width:809px) and (max-width:1439px) {
        .sec05 .review_li_wrap ul {
            height: 446px;
        }
    }

    .sec05 .review_li_wrap ul li.profile_wrap {
        margin-bottom: 50px;
        height: 110px;
    }

    .sec05 .review_li_wrap ul li.profile_wrap div {
        margin-bottom: 20px;
        padding-left: 130px;
        background-size: 110px 110px;
    }

    .sec05 .review_li_wrap ul li.txt_wrap {
        margin: 0 auto 30px;
        /*height: 64px;*/
    }

    .sec05 .review_li_wrap ul li.cont_wrap {
        margin-bottom: 0;
        /*height: 168px;*/
    }

    .sec05 .review_li_wrap ul li.more {
        right: 30px;
        bottom: 33.5px;
        width: 16px;
        height: 13px;
    }

    .sec05 .review_li_wrap ul li.more button {}

    .sec05 .review_li_wrap ul li.more {
        position: absolute;
        right: 50px;
        top: 430px;
        width: 16px;
        height: 13px;
    }

    .sec05 .review_li_wrap ul li.txt_wrap {
        height: auto;
    }


    /* sec05_2024 */
    .sec05_2024 {
        background-image: url(./images/bg_sec05.png);
        background-size: cover;
		margin-bottom: 60px;
    }

    .sec05_2024 .inner {
        padding-bottom: 92px;
    }

    .sec05_2024 .youtube_li_wrap,
    .sec05_2024 .review_li_wrap {}

    .sec05_2024 .youtube_li_wrap {
        margin-right: 0px;
        margin-bottom: 20px;
    }
	.sec05_2024 .youtube_li_wrap li {
		width: 31.6666%;
		margin-bottom: 2.125%;
	}

    .sec05_2024 .youtube_li_wrap .txt1 {
        margin: 20px auto 30px;
		font-size: 2.2vw;
		line-height: 1.5;
    }

    .sec05_2024 .review_li_wrap {
        margin: 0;
    }

    .sec05_2024 .swiper-border {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100% - 28px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(0, 0, 0, 0.2);
    }

    .sec05_2024 .review_li_wrap ul {
        margin-right: 0;
        padding: 40px 50px;
        height: 474px;
        border: 0;
        background-image: url(./images/icon_arrow4_w.png);
        background-repeat: no-repeat;
        background-size: 16px 13px;
        background-position: calc(100% - 50px) calc(100% - 30px);
    }

    /* Å×ºí¸´ °¡·Î, Å×ºí¸´ ¼¼·Î (ÇØ»óµµ 809px~)*/
    @media all and (min-width:809px) and (max-width:1439px) {
        .sec05_2024 .review_li_wrap ul {
            height: 446px;
        }
    }

    .sec05_2024 .review_li_wrap ul li.profile_wrap {
        margin-bottom: 35px;
        height: 110px;
    }

    .sec05_2024 .review_li_wrap ul li.profile_wrap div {
        margin-bottom: 20px;
        padding-left: 130px;
        background-size: 110px 110px;
    }

    .sec05_2024 .review_li_wrap ul li.txt_wrap {
        margin: 0 auto 30px;
        /*height: 64px;*/
    }

    .sec05_2024 .review_li_wrap ul li.cont_wrap {
        margin-bottom: 0;
        /*height: 168px;*/
    }

    .sec05_2024 .review_li_wrap ul li.more {
        right: 30px;
        bottom: 33.5px;
        width: 16px;
        height: 13px;
    }

    .sec05_2024 .review_li_wrap ul li.more button {}

    .sec05_2024 .review_li_wrap ul li.more {
        position: absolute;
        right: 50px;
        top: 430px;
        width: 16px;
        height: 13px;
    }

    .sec05_2024 .review_li_wrap ul li.txt_wrap {
        height: auto;
    }

	.sec05_2024 .youtube_li_wrap ul li button.ytp-large-play-button {
		width: 3.0em;
		top: 22%;
		transform: translate(-50%, -22%);
	}

    @media all and (min-width:809px) and (max-width:1024px) {
		.sec05_2024 .youtube_li_wrap ul li button.ytp-large-play-button {
			width: 3.2em;
			top: 23%;
			transform: translate(-50%, -23%);
		}
    }

    @media all and (min-width:1025px) and (max-width:1280px) {
		.sec05_2024 .youtube_li_wrap ul li button.ytp-large-play-button {
			width: 3.6em;
			top: 25%;
			transform: translate(-50%, -25%);
		}
    }

    /* sec06 */
    .sec06 .inner .tit_sec {
        margin-bottom: 60px;
    }

    .sec06 .inner .txt1 {
        margin-bottom: 30px;
    }

    .sec06 .inner > button {
        margin-bottom: 60px;
    }

    .sec06 > div:last-child {
        background-image: url(./images/img_textbook.png);
        background-size: 1920px auto;
    }

    .sec06 > div:last-child div.inner {
        padding-top: 372px;
        padding-bottom: 160px;
    }

    .sec06 div.btn_wrap {
        display: table;
        margin: 0 auto;
    }

    .sec06 div.btn_wrap li {
        float: left;
        margin: 0 10px;
    }

    .sec06 div.btn_wrap ul li:first-child {
        margin-bottom: 0;
    }

    .sec06 div.btn_wrap ul li button {
        width: 230px;
    }

    .sec06 div.btn_wrap ul li:first-child button {
        padding: 0 55px 0 35px;
        background-size: 16px 16px;
        background-position: 84.35% center;
    }

    .sec06 div.notice_wrap {
        margin-top: 60px;
    }

    .sec06 div.notice_wrap ul {
        padding-left: 120px;
        background-size: 80px 80px;
    }

    .sec06 div.notice_wrap .txt1 {
        padding-left: 12px;
        font-size: 20px;
        line-height: 30px;
    }

    .sec06 div.notice_wrap .txt1::before {
        line-height: 30px;
    }



    /* modal */
    .modal-dialog {
        max-width: 700px;
    }

    .modal-header {
        padding: 20px 40px;
    }

    .modal-header .close {
        /* padding: 0 12px 10px 0;*/
        font-size: 50px;
    }

    .modal-body {
        padding: 0 40px 40px;
    }

    .modal-body .txt_wrap {
        margin: 20px 0 30px;
        /* height: 63px; */
    }

    .modal-body .cont_wrap {
        margin-bottom: 40px;
        /* height: 252px; */
    }

    .modal-footer {
        padding: 20px 40px;
    }

    .modal-footer button.btn {
        width: 180px;
        font-size: 20px;
        line-height: 48px;
        border-radius: 50px;
    }

    .modal-footer button.btn.btn-primary {
        padding-left: 53px;
        padding-right: 73px;
        background-size: 13px 13px;
        background-position: 114px 18px;
    }

    .modal-footer > :not(:last-child) {
        margin-right: 5px;
    }

    .modal-footer > :not(:first-child) {
        margin-left: 5px;
    }

}



/* PC (ÇØ»óµµ 1024px ~)*/
@media all and (min-width:1440px) {
	
	.scroll {
		bottom: 60px;
	}
	
    .for_mobile {
        display: none;
    }

    .for_pc {
        display: inline-block;
    }

    .tit_main {
        font-size: 120px;
        line-height: 130px;
    }

    .tit_sec {
        margin-bottom: 60px;
        font-size: 60px;
        line-height: 1;
    }

    .tit_sub {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 1;
    }
    .tit_sub2 {
        margin-bottom: 20px;
        font-size: 22px;
		font-weight: 300;
        line-height: 1;
    }

    .txt1 {
        font-size: 22px;
        line-height: 32px;
    }
    .txt1_2 {
        font-size: 22px;
        line-height: 32px;
    }

    .txt2 {
        font-size: 16px;
        line-height: 28px;
    }

    .txt2#modalContent {
    }

    button {
        font-size: 20px;
        line-height: 48px;
        border-radius: 25px;
    }

    .hashtag,
    .etc {
        font-size: 14px;
    }



    /***** swiper *****/
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction,
    .swiper-pagination {
        bottom: -12px;
    }

    .swiper-pagination-bullet {
        margin-right: 12px;
        width: 12px;
        height: 12px;
    }

    /***** swiper end *****/	
	.f_btn {
		transition: all 0.3s;
	}

	.f_btn:hover {
		padding-bottom: 30px;
		transition: all 0.3s;
	}
	
    .f_btn p {
        font-size: 20px;
        line-height: 30px;
    }
	
	.inner {
        margin: 0 auto;
        padding: 100px 20px;
        max-width: 1400px;
        width: 100%;
    }

    .section .review_li_wrap ul {
        float: left;
        margin-right: 28px;
        margin-bottom: 28px;
        padding: 30px;
        width: calc(25% - 21px);
    }

    .section .review_li_wrap a:nth-child(4n) ul {
        margin-right: 0;
    }

    .section .review_li_wrap ul li.txt_wrap {
        margin: 15px auto 20px;
        height: 96px;
    }

    .section .review_li_wrap ul li.cont_wrap {
        height: 160px;
    }



    /* sec01 */
    .sec01 {
        background-image: url(./images/bg_sec01.png);
    }

    .sec01 .home {
        top: 60px;
        left: 5%;
        width: 128px;
		max-width:128px;
        height: 55px;
		background-size: 128px auto;
    }

    .sec01 .inner {
        padding-top: 160px;
        padding-bottom: 197px;
    }

    .sec01 .inner .tit_sub {
        line-height: 40px;
    }



    /* sec02 */
    .sec02 .filter_wrap {
        margin: 0 auto 40px;
    }

    .sec02 .filter_wrap > div {
        margin-bottom: 10px;
    }

    .sec02 .filter_wrap > div:last-child {
        margin-bottom: 0;
    }

    .sec02 .filter_wrap > div span,
    .sec02 .filter_wrap > div ul {
        float: left;
    }

    .sec02 .filter_wrap > div span {
        display: inline-block;
        font-size: 20px;
        font-weight: 400;
        line-height: 38px;
    }

    .sec02 .filter_wrap > div ul li {
        float: left;
        margin-left: 10px;
        margin-bottom: 0;
        width: 112px;
        background: none;
        border: 1px solid #dddddd;
        border-radius: 20px;
        s
    }

    .sec02 .filter_wrap > div ul li:hover {
        border-color: #ffcc33;
        background-color: #ffcc33;
        transition: all 0.3s;
    }

    .sec02 .filter_wrap > div ul li.focus {
        background: #ffcc33;
        border: 1px solid #ffcc33;
    }

    .sec02 .filter_wrap > div ul li a {
        display: block;
        line-height: 38px;
        color: #000;
    }

    .sec02 .review_li_wrap ul:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-box-shadow: 0 10px 30px #d5d5d5;
        box-shadow: 0 10px 30px #d5d5d5;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .sec02 .noresult {
        font-size: 16px;
        line-height: 28px;
    }

    .sec02 button {
        padding: 0 60.5px 0 41.5px;
        width: 180px;
        background-size: 13px 16px;
        background-position: 70.56% center;
    }

    .sec02 button:hover {
        border-color: #ffcc33;
        background-color: #ffcc33;
        transition: all 0.3s;
    }



    /* sec03 */
    .sec03 .inner {
        padding-bottom: 92px;
    }

    .sec03 .swiper-border {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100% - 28px);
        border: 1px solid #dddddd;
        /*
        background-image: url(./images/icon_arrow4.png);
        background-repeat: no-repeat;
        background-size: 16px 13px;
        background-position: 93% 91%;
        */
    }


    .sec03 .review_li_wrap {
        float: left;
        width: calc((100% - 56px) / 3);
    }

    .sec03 .review_li_wrap ul {
        margin-right: 0;
        border: none;
        background-color: transparent;
        background-image: url(./images/icon_arrow4.png);
        background-repeat: no-repeat;
        background-size: 16px 13px;
        background-position: calc(100% - 30px) calc(100% - 40px);
    }

    .sec03 .review_li_wrap.review_member {
        margin: 0 28px;
    }

    .sec03 .review_li_wrap ul li.txt_wrap {
        margin: 15px auto 20px;
        height: auto;
    }

    .sec03 .review_li_wrap ul li.etc_wrap {
        bottom: 40px;
    }



    /* sec04 */
    .sec04 {
        background-image: url(./images/bg_sec04.png);
    }

    .sec04 .inner {
        padding: 50px 0 45px;
    }

    .sec04 .inner .tit_sec {
        font-size: 40px;
        line-height: 1;
    }

    .sec04 .inner .tit_sec,
    .sec04 .inner .txt1 {
        margin-bottom: 20px;
    }

    .sec04 button {
        padding: 0 65px 0 44px;
        width: 180px;
        background-size: 13px 13px;
        background-position: 75.56% center;
    }

    .sec04 button:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
        transition: all 0.3s;
    }



    /* sec05 */
    .sec05 {
        background-image: url(./images/bg_sec05.png);
        background-size: cover;
    }

    .sec05 .youtube_li_wrap,
    .sec05 .review_li_wrap {
        float: left;
        width: calc(50% - 14px);
    }

    .sec05 .youtube_li_wrap {
        margin-right: 28px;
    }

    .sec05 .review_li_wrap {
        margin: 0;
    }

    .sec05 .swiper-border {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100% - 28px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        background-color: rgba(0, 0, 0, 0.2);
        /*
        background-image: url(./images/icon_arrow4_w.png);
        background-repeat: no-repeat;
        background-size: 16px 13px;
        background-position: 92.5% 93.6%;
        */
    }

    .sec05 .review_li_wrap ul {
        margin-right: 0;
        padding: 40px 50px;
        height: 468px;
        border: 0px;
        background-image: url(./images/icon_arrow4_w.png);
        background-repeat: no-repeat;
        background-size: 16px 13px;
        background-position: calc(100% - 50px) calc(100% - 30px);
    }

    .sec05 .review_li_wrap ul li.profile_wrap {
        margin-bottom: 50px;
        height: 110px;
    }

    .sec05 .review_li_wrap ul li.profile_wrap div {
        margin-bottom: 20px;
        padding-left: 130px;
        background-size: 110px 110px;
    }

    .sec05 .review_li_wrap ul li.txt_wrap {
        margin: 0 auto 25px;
        height: auto;
    }

    .sec05 .review_li_wrap ul li.cont_wrap {
        margin-bottom: 0;
        height: auto;
    }

    .sec05 .review_li_wrap ul li.more {
        position: absolute;
        right: 50px;
        top: 430px;
        width: 16px;
        height: 13px;
    }


    /* sec05_2024 */
    .sec05_2024 {
        background-image: url(./images/bg_sec05.png);
        background-size: cover;
    }

    .sec05_2024 .youtube_li_wrap {
        float: left;
        width: calc(70% - 7px);
    }
    .sec05_2024 .review_li_wrap {
        float: left;
        width: calc(30% - 7px);
    }

    .sec05_2024 .youtube_li_wrap {
        margin-right: 14px;
    }

    .sec05_2024 .review_li_wrap {
        margin: 0;
    }

    .sec05_2024 .swiper-border {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100% - 28px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        background-color: rgba(0, 0, 0, 0.2);
        /*
        background-image: url(./images/icon_arrow4_w.png);
        background-repeat: no-repeat;
        background-size: 16px 13px;
        background-position: 92.5% 93.6%;
        */
    }

    .sec05_2024 .review_li_wrap ul {
        margin-right: 0;
        padding: 40px 50px;
        height: auto;
        border: 0px;
        background-image: url(./images/icon_arrow4_w.png);
        background-repeat: no-repeat;
        background-size: 16px 13px;
        background-position: calc(100% - 50px) calc(100% - 30px);
    }

    .sec05_2024 .review_li_wrap ul li.profile_wrap {
        margin-bottom: 35px;
        height: 110px;
    }

    .sec05_2024 .review_li_wrap ul li.profile_wrap div {
        margin-bottom: 20px;
        padding-left: 130px;
        background-size: 110px 110px;
    }

    .sec05_2024 .review_li_wrap ul li.txt_wrap {
        margin: 0 auto 25px;
        height: auto;
    }

    .sec05_2024 .review_li_wrap ul li.cont_wrap {
        margin-bottom: 0;
        height: auto;
    }

    .sec05_2024 .review_li_wrap ul li.more {
        position: absolute;
        right: 50px;
        top: 430px;
        width: 16px;
        height: 13px;
    }


    /* sec06 */
    .sec06 .inner .tit_sec {
        margin-bottom: 60px;
    }

    .sec06 .inner .txt1 {
        margin-bottom: 30px;
    }

    .sec06 .inner > button {
        margin-bottom: 60px;
    }

    .sec06 > div:last-child {
        background-image: url(./images/img_textbook.png);
        background-size: 1920px auto;
    }

    .sec06 > div:last-child div.inner {
        padding-top: 372px;
		padding-bottom: 160px;
    }

    .sec06 div.btn_wrap {
        display: table;
        margin: 0 auto;
    }

    .sec06 div.btn_wrap li {
        float: left;
        margin: 0 10px;
    }

    .sec06 div.btn_wrap ul li:first-child {
        margin-bottom: 0;
    }

    .sec06 div.btn_wrap ul li button {
        width: 230px;
    }

    .sec06 div.btn_wrap ul li:first-child button {
        padding: 0 55px 0 35px;
        background-size: 16px 16px;
        background-position: 84.35% center;
    }

    .sec06 div.btn_wrap ul li:first-child button:hover {
        background-color: #000;
        background-image: url(./images/icon_share_w.png);
        color: #fff;
        border-color: #000;
        transition: all 0.3s;
    }

    .sec06 div.btn_wrap ul li:last-child button:hover {
        background-color: #fff;
        color: #000;
        transition: all 0.3s;
    }

    .sec06 div.notice_wrap {
        margin-top: 60px;
    }

    .sec06 div.notice_wrap ul {
        padding-left: 120px;
        background-size: 80px 80px;
    }

    .sec06 div.notice_wrap .txt1 {
        padding-left: 12px;
        font-size: 20px;
        line-height: 30px;
    }

    .sec06 div.notice_wrap .txt1::before {
        line-height: 30px;
    }



    /* modal */
    .modal-dialog {
        max-width: 700px;
    }

    .modal-header {
        padding: 20px 40px;
    }

    .modal-header .close {
        /* padding: 0 12px 10px 0;*/
        font-size: 50px;
    }

    .modal-body {
        padding: 0 40px 40px;
    }

    .modal-body .txt_wrap {
        margin: 20px 0 30px;
        /* height: 63px; */
    }

    .modal-body .cont_wrap {
        margin-bottom: 40px;
        /* height: 252px; */
    }

    .modal-footer {
        padding: 20px 40px;
    }

    .modal-footer button.btn {
        width: 180px;
        font-size: 20px;
        line-height: 48px;
        border-radius: 50px;
    }

    .modal-footer button.btn.btn-primary {
        padding-left: 53px;
        padding-right: 73px;
        background-size: 13px 13px;
        background-position: 114px 18px;
    }

    .modal-footer button.btn.btn-primary:hover {
        background-color: #ffcc33;
        border-color: #ffcc33;
    }

    .modal-footer button.btn.btn-default:hover {
        background-color: #666;
        border-color: #666;
    }

    .modal-footer > :not(:last-child) {
        margin-right: 5px;
    }

    .modal-footer > :not(:first-child) {
        margin-left: 5px;
    }

}