@charset "utf-8";
@import url(../../fonts/NotoSansCJK/NotoSansCJK.css);


div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
abbr,
acronym,
address,
big,
cite,
code,
ins,
small,
sub,
sup {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

div img,
dl img,
dt img,
dd img,
ul img,
ol img,
li img,
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img,
pre img,
form img,
fieldset img,
input img,
textarea img,
p img,
blockquote img,
th img,
td img {
    font-size: 0;
    line-height: 0;
}

table {
    border-spacing: 0;
}

ol,
ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td {
    font-weight: normal;
    font-size: 100%;
}

form,
fieldset,
a img {
    border: 0;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

address,
abbr,
address,
big,
cite,
code,
ins,
small,
sub,
sup,
em {
    font-weight: normal;
    font-style: normal;
}

blockquote,
q {
    quotes: none;
}

caption {
    display: none;
}

a img,
input,
textarea,
select,
img {
    vertical-align: middle;
}

time,
progress,
mark,
output {
    display: inline;
}

a {
    text-decoration: none;
}

a img {
    border: 0;
}

img,
input,
select {
    vertical-align: middle;
}

input {
    font-size: 13px;
    color: #000;
    vertical-align: middle;
}

select {
    font-size: 13px;
    border: 1px solid #D0D0D0;
    background: #fff;
}

article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
main,
nav,
section,
label,
video,
object {
    display: block;
}

/* html5-doctor-reset-stylesheet.min CSS 초기화 */
/* 편의를 위한 CSS 정의 */
body {
    margin:0;
    overflow-y: scroll;
}


img {
    max-width: 800px;
}

#wrapper {
    margin:0 auto;
}

/* .logo {
    text-align: center;
    padding:15px 0;
} */
.head_wrap{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    padding:32px 50px;
}


.main_visual {
    width: 100%;
    height: 1112px;
    background: url('./images/m/main_visual.png') no-repeat center top;
    background-size:cover;
    position: relative;
}

.tab_menu {
    width: 100%;
    height: 85px;
    background: #8D7BCF;
    position: relative;
}
.tab_menu.tab_menu_active{
    position:sticky;
    top:0;
}

.tab_menu ul {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;

    text-align: center;font-size: 0;}

.tab_menu ul li {
    width: 33%;
    height: 100%;
    line-height: 85px;
    text-align: center;
    color: #fff;
    display: inline-block;
}


.tab_menu ul li a {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    display:block;
    width:100%;
    text-decoration: none;
}

.tab_menu ul li a.on{
    width:100%;
    background-color: #4A33A8;
    position: relative;
}

.tab_menu ul li a.on::after{
    content:"";
    /* width:15px;
    height:15px;
    background-color: #fff;
    transform: rotate(45deg);
    bottom: -7.5px */
    width:0;
    height:0;
    border-bottom:15px solid #fff;
    border-top:15px solid transparent;
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    position:absolute;
    left:calc(50% - 7.5px);
    bottom: 0;
}

#container .content_list {
    margin: 150px 0;
    text-align: center;
}

.notice_info {
    background-color: #8d7bcf;
}
.notice_info img{
    margin:auto;
    display:block;
}

.footer_img {
    background: url(./images/bottom_img.png) no-repeat center;
    width: 100%;
    height:2590px;
    font-size: 0;
}

.hidden {
    display: none;
}

.footer_line > div > div:first-of-type > p:first-of-type{
    left:50%;
}
.footer_line > div > div:first-of-type > p:last-of-type{
    right:50%;
}




/* ------ common ------ */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    font-family: "Noto Sans KR";
    color: #333333;
    -webkit-text-size-adjust : none;
    -ms-text-size-adjust : none;
    -moz-text-size-adjust : none;
    -o-text-size-adjust : none;
}

html, body {
    margin:0 auto;
    max-width:800px;
    height:100%;
    max-height:100vh;
}

ul,
ol,
li {
    list-style: none;
}

select,
a {
    color: #000;
    text-decoration: none;
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

#gnb_wrap{
    max-width:800px !important;
}

#landing_container {
    width: 100%;
    box-sizing: border-box;
}

.container {
    position: relative;
}

.container_wrap {
    width: 800px;
    max-width:800px;
    margin: auto;
    position:relative;
    background:#000;
    box-sizing:border-box;
}
.hidden{
    display:none;
}


.request{
    position:fixed;
    width:100%;
    max-width:800px;
    background:#FFF;
    bottom:-930px;
    z-index:10000;
}

.request .input_container{
    padding-top:70px;
    box-sizing: border-box;
}
.request .input_container .request_title{
    text-align: center;
    font-family: "Noto Sans CJK KR";
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #000000;
}
.request .input_container .input_wrap{
    margin-top:60px;
    padding:0 50px;
    box-sizing: border-box;
}

#applicant_frm .request .input_container .input_wrap #name,
#applicant_frm .request .input_container .input_wrap #tel_1,
#applicant_frm .request .input_container .input_wrap #age,
#applicant_frm .request .input_container .privacy{
    border: 2px solid #E9E9E9 !important;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 5%);
}

#name {
    width: calc(100% - 240px) !important;
}

input[type=text]:focus,
select:focus {
    border: 2px solid #6B53FF !important;
    outline: none;
}

#name:focus,
select:foucs {
    border: 2px solid #6B53FF !important;
}
#applicant_frm .request .input_container .input_wrap select{
    appearance: none;
}

#age {
    width: 225px !important;
    margin-bottom: 15px;
    font-family: "Noto Sans KR";
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-size:32px !important;
    margin-left: 9px;
    cursor: pointer;
}

/* 개인정보 */
.request .input_container .privacy{
    margin:0 50px 50px;
    background: #FFFFFF;
    border: 1px solid #A6A6A6;
    border-radius: 12px;
    padding:40px 28px 50px;
    box-sizing: border-box;
}
.request .input_container .privacy .text_label{
    margin-top:15px;
    margin-bottom:0;
}
.request .input_container .privacy .text_label:first-of-type{
    margin-top:0;
    padding-bottom:11px;
    border-bottom: 2px solid #E0E0E0;
}

.request .input_container .privacy .text_label > *{
    font-style: normal;
    font-weight: 400;
    font-size: 23.6923px;
    line-height: 32px;
    letter-spacing: -2.15385px;
    color: #454545;
}
.request .input_container .privacy .text_label > input[type="checkbox"]{
    width:33px;
    height:33px;
    border-color:#E9E9E9;
    margin-right:8px;
}
.request .input_container .privacy .text_label:first-of-type > *{
    font-weight: 400;
    font-size: 34.4615px;
    line-height: 47px;
    vertical-align: middle;
}
.request .input_container .privacy .text_label:first-of-type > input[type="checkbox"]{
    width:40px;
    height:40px;
    margin-left:0;
    margin-right:3px;
}
.request .input_container .privacy .text_label > a{
    background: #FFFFFF;
    border: 1.5px solid #A6A6A6;
    box-shadow: 0px 2.15385px 1.07692px rgba(44, 39, 56, 0.04);
    border-radius: 53.8462px;
    padding:5px 21.5px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18.3077px;
    line-height: 25px;
    letter-spacing: -1.07692px;
    color: #272727;
    margin-top:2px !important;
}
.request .action_btn{
    cursor: pointer;
}
.request .close_btn{
    position:absolute;
    right:30px;
    top:30px;
    background:transparent;
    cursor: pointer;
}

.action_btn, .view_btn{
    background: #fcf600;
    width: 100%;
    padding: 30px;
    font-size: 50px;
    font-weight: 700;
    animation: blink-effect 1s step-end infinite;
    max-width: 800px;
}

.view_btn{
    position:fixed;
    bottom:-1px;
    cursor: pointer;
    z-index:10;
    display:none;
    max-width: 800px;
}


@keyframes blink-effect {
    50% {
        color:#fff;
        background: #4c2e8e;
    }
}