/* 상담 신청하기 */
.page_top {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    padding: 0 40px;
    position: relative;
}

.page_top .inner {
    height: 334px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    background-image: url(../images/landing_top.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.page_top .tit {
    position: absolute;
    top: 0;
    left: 40px;
    text-align: center;
}



.page_top.landing {
    height: 593px;
    border-bottom: 1px solid #d7d9da;
}

.page_top.landing .inner {
    background-image: url(../images/event/bg-top-l.png);
}

.page_top.landing h1 {
    background-image: url(../images/assets/img-title-l.png);
    height: 331px;
}

.page_top p {
    margin-top: 26px;
    font-size: 21px;
    color: #262829;
}

.page_top span {
    display: block;
    margin-top: 15px;
    font-size: 24px;
    color: #000000;
}


.page_event {
    /*
    height: 410px;
    max-width: 1024px;
    margin: 50 auto;
    padding: 0;
    background-image: url(../images/event.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
    */
}

.anchor {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    font-size: 0;
    z-index: 150;
}

.anchor::-webkit-scrollbar {
    display: none;
}

.anchor {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.anchor.fixed {
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #d7d9da;
}

.anchor>div {
    max-width: 1024px;
    margin: 0 auto;
}

.anchor a {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    position: relative;
    text-align: center;
}

.anchor a+a::before {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #D6D8D9;
}

.anchor a i {
    display: block;
    font-size: 19px;
    color: #000000;
    line-height: 62px;
    position: relative;
    z-index: 1;
}

.anchor a i::before {
    content: "";
    width: 25px;
    height: 62px;
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.anchor a span {
    position: absolute;
    bottom: 75%;
    left: 73%;
    width: 68px;
    height: 48px;
    display: block;
    background-image: url(../images/assets/img-click.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    animation: showOpacity .5s ease-out infinite alternate forwards;
}

.anchor.fixed a span {
    display: none;
}

.anchor a.ico_menu01 i::before {
    background-image: url(../images/assets/ico-menu01.png);
}

.anchor a.ico_menu02 i::before {
    background-image: url(../images/assets/ico-menu02.png);
}

.anchor a.ico_menu03 i::before {
    background-image: url(../images/assets/ico-menu03.png);
}

.anchor a.ico_menu04 i::before {
    background-image: url(../images/assets/ico-menu04.png);
}

.anchor a.ico_menu05 i::before {
    background-image: url(../images/assets/ico-menu05.png);
}

.anchor a.ico_menu01.active i::before {
    background-image: url(../images/assets/ico-menu01-hover.png);
}

.anchor a.ico_menu02.active i::before {
    background-image: url(../images/assets/ico-menu02-hover.png);
}

.anchor a.ico_menu03.active i::before {
    background-image: url(../images/assets/ico-menu03-hover.png);
}

.anchor a.ico_menu04.active i::before {
    background-image: url(../images/assets/ico-menu04-hover.png);
}

.anchor a.ico_menu05.active i::before {
    background-image: url(../images/assets/ico-menu05-hover.png);
}

.anchor a.active i {
    color: #fff;
}

.anchor a::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 40.6863%;
    background-image: url(../images/assets/bg-tab-active.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.anchor a.active::after {
    opacity: 1;
}

.page_top .nav {
    display: none;
}

.reg_wrap {
    margin-top: 80px;
}

.reg_wrap .col_wrap {
    padding-top: 4%;
	padding-left: 50%;
	padding-bottom: 3%;
    border: 1px solid #D7D9DA;
    position: relative;
    border-radius: 0 0 0px 0;
    font-weight: bold;

}

.reg_wrap .col_wrap .col_l {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-right: 1px solid #D7D9DA;
}

.reg_wrap .col_wrap .col_l .reg_form {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.reg_wrap .col_wrap>div {
    display: flex;
    align-items: center;
    padding: 60px;
    width: 100%;
}

.reg_wrap .col_wrap>div>div {
    width: 100%;
}

.reg_wrap .col_wrap .col_l em {
    font-size: 30px;
    line-height: 35px;
    color: #0087be;
    display: block;
    text-align: center;
    margin-bottom: 6px;
}

.reg_wrap .col_wrap .col_l p {
    font-size: 17px;
    color: #141414;
    line-height: 27px;
    text-align: center;
}

.recom_wrap {
    border: 7px solid #FBEDE2;
    border-radius: 0 0 65px 0;
    padding: 30px;
    text-align: center;
    margin-top: 50px;
}

.recom_wrap p {
    font-size: 20px;
    line-height: 30px;
    color: #ED1B2E;
    margin-bottom: 16px;
}

.recom_wrap input[type=text] {
    max-width: 330px;
    text-align: center;
}

.event_wrap {
 height: 410px;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
    background-image: url(../images/event.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}


.event_right{
    text-align: left;
    margin-top: 15px;
}

.event_wrap em,
.event_wrap em b {
    font-weight: bold;
}

.event_wrap p {
    margin: 20px 0 10px;
}

.event_wrap p.star_evn {
    margin: 20px 0 10px;
    font-size: 18px;
}

.event_wrap p.star_evn span {
    font-weight: bold;
    margin-top: 15px;
}

.event_wrap span {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    margin-top: 23px;
    position: relative;
    line-height: 24px;
    word-break: keep-all;
}

.event_wrap span i {
    font-weight: bold;
}

/* .event_wrap span::after,
.event_wrap span::before {
    content: "";
    width: 12px;
    height: 11px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-image: url(../images/assets/ico-star.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
} */

.event_wrap span::after {
    left: calc(100% + 8px);
}

.event_wrap span::before {
    right: calc(100% + 8px);
}

.event_wrap ul {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.event_wrap ul li {
    background-color: #fff;
    flex: 1;
    border-radius: 0 0 35px 0;
    overflow: hidden;
}

.event_wrap ul li+li {
    margin-left: 20px;
}

.event_wrap ul li .thumb {
    height: 150px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
}

.event_wrap ul li img {
    max-width: 100%;
}

.event_wrap ul li i {
    display: block;
    background-color: #000;
    font-size: 16px;
    line-height: 35px;
    color: #FFFFFF;
    letter-spacing: -0.025em;
}

.agree_wrap {
    margin-top: 50px;
    padding-bottom: 80px;
}

.agree_wrap .box {
    border: 1px solid #DADADA;
    padding: 20px;
    height: 170px;
    overflow-y: auto;
}

.agree_wrap .box p {
    font-size: 14px;
    line-height: 24px;
}

.agree_wrap .checkbox_wrap {
    margin-top: 5px;
}

.agree_wrap .btn_wrap {
    margin-top: 60px;
    text-align: center;
}

.sol_wrap {
    padding-top: 50px;
}

.sol_wrap .sol_block+.sol_block {
    padding-top: 50px;
}

.sol_wrap .sol_block .dfct {
    display: block;
    width: 130px;
    line-height: 40px;
    background-color: #000;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    border-radius: 0 0 15px 0;
    margin: 0 auto;
}

.sol_wrap .sol_block em {
    display: block;
    margin-top: 15px;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    color: #141414;
}

.sol_wrap .sol_block em i {
    font-weight: bold;
}

.sol_wrap .sol_block .sol_list {
    margin-top: 25px;
}

.sol_wrap .sol_block .sol_list ul {
    display: flex;
    align-items: flex-start;
}

.sol_wrap .sol_block .sol_list ul li {
    flex: 1;
    padding: 40px;
    border-radius: 0 0 65px 0;
    text-align: center;
}

.sol_wrap .sol_block .sol_list ul li+li {
    margin-left: 32px;
}

.sol_wrap .sol_block .sol_list.diff1 ul li {
    background-color: #FBEDE2;
}

.sol_wrap .sol_block .sol_list.diff2 ul li {
    background-color: #F7F7F7;
}

.sol_wrap .sol_block .sol_list.diff3 ul li {
    background-color: #ffffff;
    border: 1px solid #DCDEDF;
}

.sol_wrap .sol_block .sol_list ul li img {
    width: 100%;
}

.sol_wrap .sol_block .sol_list ul li p {
    margin-top: 22px;
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    color: #141414;
}

.sol_wrap .sol_block .sol_list ul li i {
    display: block;
    text-align: center;
    font-size: 19px;
    margin-top: 17px;
    padding-bottom: 17px;
    border-bottom: 2px solid #838383;
}

.sol_wrap .sol_block .sol_list ul li i+p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 25px;
}

.sol_wrap .sol_block .sol_list ul li .btn_small {
    margin-top: 18px;
}

.sol_wrap .sol_block .sol_list.diff4 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 170px;
    background-color: #ffffff;
    border: 1px solid #DCDEDF;
    border-radius: 0 0 65px 0;
}

.sol_wrap .sol_block .sol_list.diff4 ul li {
    text-align: left;
    padding: 0 144px;
}

.sol_wrap .sol_block .sol_list.diff4 ul li .btn_tube {
    display: inline-block;
    text-align: left;
    line-height: 38px;
    font-size: 16px;
    color: #141414;
}

.sol_wrap .sol_block .sol_list.diff4 ul li .btn_tube+.btn_tube {
    margin-top: 12px;
}

.sol_wrap .sol_block .sol_list.diff4 ul li .btn_tube span {
    background-color: #000;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    border-radius: 38px;
    line-height: 38px;
    padding-left: 21px;
    padding-right: 41px;
    margin-right: 19px;
    position: relative;
}

.sol_wrap .sol_block .sol_list.diff4 ul li .btn_tube span::after {
    content: "";
    display: block;
    width: 19px;
    height: 18px;
    background-image: url(../images/event/ico-tube-btn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.sol_wrap .sol_block .sol_list.diff4 ul li .btn_tube span::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 38px;
    background-image: url(../images/event/ico-tube01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
}

.sol_wrap .sol_block .sol_list.diff4 ul li .btn_tube span.btn_tube02::before {
    background-image: url(../images/event/ico-tube02.png);
}

.sec_event {
    margin-top: 50px;
    padding-top: 47px;
    padding-bottom: 50px;
    background-color: #F3F4EF;
    text-align: center;
}

.sec_event+.sec_event {
    margin-top: 0;
    background-color: #FBEDE2;
}

.sec_event .pill_text {
    margin-top: 15px;
}

.sec_event .rcmnd_box {
    padding: 40px;
    background-color: #fff;
    border-radius: 0 0 65px 0;
    text-align: left;
    position: relative;
    margin-top: 20px;
}

.sec_event .rcmnd_box p {
    font-size: 18px;
    line-height: 35px;
    color: #141414;
}

.sec_event .rcmnd_box p b {
    font-weight: bold;
}

.sec_event .rcmnd_box .prd_r {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 206px;
    height: 206px;
}

.sec_event .rcmnd_box .prd_r .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 20px 0;
    border: 1px solid #000;
    background-color: #fff;
}

.sec_event .rcmnd_box .prd_r .thumb img {
    width: 100%;
}

.sec_event .rcmnd_box i {
    position: absolute;
    right: calc(100% - 20px);
    top: 0;
    background-color: #000;
    width: 92px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
    border-radius: 0 0 0 20px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

.sec_event .rcmnd_box button {
    padding-left: 28px;
    padding-right: 45px;
    line-height: 45px;
    border: 1px solid #0F0F0F;
    border-radius: 45px;
    background-color: transparent;
    font-size: 18px;
    position: relative;
    margin-top: 27px;
}

.sec_event .rcmnd_box button::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 28px;
    height: 45px;
    background-image: url(../images/event/ico-btn-fill.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.sec_event .event_list {
    margin-top: 50px;
}

.sec_event .event_list ul {
    display: flex;
}

.sec_event .event_list ul li {
    flex: 1;
    background-color: #fff;
    border-radius: 0 0 65px 0;
    padding: 35px;
    padding-top: 17px;
}

.sec_event .event_list ul li+li {
    margin-left: 32px;
}

.sec_event .event_list ul li p {
    font-size: 23px;
    color: #141414;
    line-height: 32px;
    margin-top: 18px;
    font-weight: bold;
}

.sec_event .event_list ul li p i {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    color: #ED1B2E;
    line-height: 30px;
    border: 1px solid #ED1B2E;
    border-radius: 30px;
    padding: 0 15px;
    margin-right: 7px;
}

.sec_event .event_list ul li span {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #141414;
    text-align: left;
    margin-top: 18px;
    margin-bottom: 32px;
}

.sec_event .event_list ul li span b {
    color: #ED1B2E;
}

.sec_event .event_list ul li img {
    width: 100%;
}

.sec_event .event_banner {
    margin-top: 32px;
    background-color: #fff;
    border-radius: 0 0 65px 0;
    display: flex;
    align-items: center;
    padding: 30px 40px;
    justify-content: space-between;
}

.sec_event .event_banner p {
    font-size: 19px;
    line-height: 35px;
    text-align: left;
    color: #ED1B2E;
}

.sec_event .event_banner button {
    padding-left: 25px;
    padding-right: 58px;
    border: 1px solid #ED1B2E;
    font-size: 16px;
    color: #000000;
    background-color: transparent;
    line-height: 45px;
    border-radius: 45px;
    position: relative;
    font-weight: bold;
}

.sec_event .event_banner button::after {
    content: "";
    position: absolute;
    top: 0;
    right: 25px;
    width: 22px;
    height: 45px;
    background-image: url(../images/event/ico-computer-red.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec_event .btn_wrap {
    margin-top: 50px;
    text-align: center;
}

.survay_wrap {
    padding-top: 40px;
    padding-bottom: 80px;
}

.survay_wrap em {
    font-size: 24px;
    color: #141414;
    line-height: 42px;
    padding-left: 103px;
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.survay_wrap em i {
    font-weight: 200;
}

.survay_wrap em::before {
    content: "";
    width: 83px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/event/ico-people.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.survay_wrap .surbay_box {
    background-color: #FBEDE2;
    padding: 50px;
    border-radius: 0 0 65px 0;
}

.survay_wrap .surbay_box h2 {
    font-size: 30px;
    color: #ED1B2E;
    padding-left: 55px;
    position: relative;
    margin-bottom: 27px;
}

.survay_wrap .surbay_box h2 i {
    font-weight: 200;
}

.survay_wrap .surbay_box h2::before {
    content: "";
    width: 43px;
    height: 30px;
    background-image: url(../images/event/ico-tit-dia.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.survay_wrap .surbay_box .survay_block {
    background-color: #fff;
    padding: 30px;
}

.survay_wrap .surbay_box .survay_block+.survay_block {
    margin-top: 10px;
}

.survay_wrap .surbay_box .survay_block p {
    font-size: 20px;
    color: #141414;
    margin-bottom: 25px;
}


.survay_wrap .surbay_box .checkbox_wrap input[type=checkbox]+label,
.survay_wrap .surbay_box .radio_wrap input[type=radio]+label {
    font-size: 16px;
    padding-left: 26px;
}

.survay_wrap .surbay_box .survay_block .answer_wrap {
    font-size: 0;
}

.survay_wrap .surbay_box .survay_block .answer_wrap>div {
    display: inline-block;
    vertical-align: top;
}

.survay_wrap .surbay_box .survay_block .answer_wrap.col2>div {
    width: 50%;
}

.survay_wrap .surbay_box .survay_block .answer_wrap.col2>div:nth-child(n+3) {
    margin-top: 10px;
}

.survay_wrap .surbay_box .survay_block .answer_wrap.col3>div {
    width: 33.3333%;
}

.survay_wrap .surbay_box .survay_block .answer_wrap.col3>div:nth-child(n+4) {
    margin-top: 10px;
}

.survay_wrap .btn_wrap {
    margin-top: 40px;
    text-align: center;
}

.modal_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    opacity: 0;
    pointer-events: none;
    transition: All .2s ease-out;
    -webkit-transition: All .2s ease-out;
    -moz-transition: All .2s ease-out;
    -o-transition: All .2s ease-out;
}

.modal_wrap.open {
    opacity: 1;
    pointer-events: visible;
}

.modal_wrap .modal_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.modal_wrap .modal_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0 0 65px 0;
    background-color: #F3F4EF;
    padding: 34px 50px 40px;
    width: 100%;
    max-width: 1024px;
}

.modal_wrap .modal_cont .modal_tit {
    text-align: center;
    margin-bottom: 30px;
}

.modal_wrap .modal_cont .modal_form {
    background-color: #fff;
    padding: 30px;
}

.modal_wrap .modal_cont .btn_wrap {
    margin-top: 30px;
    text-align: center;
}

.modal_wrap .modal_cont .btn_wrap button {
    border: 1px solid #000;
    border-radius: 50px;
    line-height: 40px;
    height: 47px;
    padding-left: 28px;
    padding-right: 53px;
    font-size: 18px;
    color: #000000;
    background-color: transparent;
    position: relative;
}

.modal_wrap .modal_cont .btn_wrap button::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-image: url(../images/assets/ico-btn-plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.modal_wrap .btn_close_modal {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-image: url(../images/assets/ico-btn-modal-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    background-color: transparent;
}

.clip_wrap {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.clip_wrap > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clip_wrap > div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btm_float {
    position: fixed;
    bottom: 32px;
    right: 32px;
}

.btm_float button,
.btm_float a {
    display: block;
    width: 51px;
    height: 51px;
    background-color: transparent;
    border: none;
}

.btm_float * + * {
    margin-top: 10px;
}

.btm_float img {
    width: 100%;
}

.part_area {
    margin-top: 90px;
}
.part_area .part{
    display: flex;
    align-items: center;
    justify-content: center;
}
.part_area .part img{
    margin-right: 20px;;
}
.part_area .part h4{
    font-size: 30px;
    font-weight: bold;
}
.part_area  p{
    text-align: center;
    color: #141414;
}
.part_area .mid_part{
    margin:30px 0;
    line-height: 23px;
}
.con_box{
    display: flex;
    justify-content: space-evenly;
    margin-top: 45px;
}
.con_box.con_box2{
    margin-top: 80px;
}
.con_box .con_item{
    text-align: center;
    padding: 50px 25px 0;
    border: 1px #ddd solid;
    max-width: 492px;
}
.con_box:last-child{
    margin-bottom: 90px;
}
.con_box .con_item .con_text_bold{
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0;
    line-height: 30px;
}
.con_box .con_item .con_text_midi{
    font-size: 16px;
    line-height: 27px;
}
.con_box .con_item a{
    display: block;
    margin-top: 20px;
}



/* ********************** */
/* 2022/11/27 추가 */
/* ********************** */

/* 이미지 반응형 처리 시작 */
.img_wrapper {
    width:100%;
}

.img_wrapper img {
    max-width:100%;
    height:auto;
}

.image {
    max-width:100%;
    height:auto;
}
/* 이미지 반응형 처리 끝 */

/* Youtube 반응형 처리 시작 */
.video {
    width: 100%;
    max-width: 1024px;
    border: 1px solid green;
    /* margin: 30px auto;
    border-radius: 30px;
    background-color: #f0f0f0;
    padding: 40px;
    box-sizing: border-box;
    box-shadow: 0px 8px 33px #999; */
}

.video-container {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 50%;
}

iframe {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
/* Youtube 반응형 처리 끝 */
