@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* reaset */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,
fieldset,figcaption,figure,footer,form,header,hgroup,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,pre,q,
ruby,s,samp,section,small,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;text-decoration: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}[hidden]{display:none}
body{line-height:1.5}
h1,h2,h3,h4,h5,h6,p,span{margin:0;padding:0;border:0;font-size:100%;font-weight: normal; vertical-align:baseline}
menu,ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
/* reaset */

:root {
	--blue: #0000ff;
	--navy: #24243F;
	--sky: #CAFEFF;
	--gray: #222222;
	}


*{
    font-family: "DM Sans", sans-serif;
    font-weight: normal;
    color: var(--gray);
    word-break: keep-all;
}
img{
	width: 100%;
}
html{
    width: 100%;
    font-size: 62.5%;
}

#wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.container {
    width: 1120px;
    margin: 0 auto;
}

p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
}

h2 {
    font-size: 3.2rem;
    font-weight: 500;
    padding-bottom: 25px;
}

h3 {
    font-size: 2.8rem;
    font-weight: 500;
    padding-bottom: 20px;
}

h4 {
    font-size: 1.8rem;
    font-weight: 500;
    padding:10px 0;
}

.mo-br {
    display: none;
}

/*header*/
header{width: 100%; 
    box-sizing: border-box; 
    background:linear-gradient(#24243F,#0B0B35);
    color:#fff;
    padding-top: 80px;
}
header article {
    width: 100%;
    box-sizing: border-box;
}
.header-title {
    padding-bottom: 80px;
}
.header-title ul {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.header-title ul li:nth-child(1) {
    width: 65%;
}
.header-title ul li:nth-child(2) {
    width: 35%;
}
.header-title ul li:nth-child(1) a {
    width: 100%;
    box-sizing: border-box;
}
.header-title ul li:nth-child(1) a img {
    width: 14%;
}
.header-title ul li:nth-child(1) h1 {
    width: 100%;
    font-size: 4rem;
    color:#fff;
    font-weight: 500;
    padding: 35px 0 25px 0;
}
.header-title ul li:nth-child(1) h1 b {
    font-weight: 400;
    color:var(--sky);
}
.header-title ul li:nth-child(1) p {
    font-size: 2rem;
    color:#fff;
}

.header-checkpoint ul {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    background: #2B2B6B;
    border-radius: 15px 15px 0 0;
    gap:0;
    flex-wrap: wrap;
}
.header-checkpoint ul li {
    width: 25%;
    box-sizing: border-box;
    color:#fff;
    font-size: 1.6rem;
    padding: 25px 10px;
    text-align: center;
    border-right:1px solid rgba(255,255,255,0.06)
}
.header-checkpoint ul li:nth-child(4) {
    border-right: none;
}
.header-checkpoint ul li img {
    width: 13%;
    display: block;
    margin: 0 auto;
    padding-bottom: 12px;
}
.header-checkpoint ul li b {
    color:#fff;
    font-weight: bold;
}

/*header*/

/*main*/
main {
    width: 100%;
    box-sizing: border-box;
    padding: 100px 0;
    background: #EFF4FD;
    box-shadow: 0 -3px 66.3px 0 rgba(0, 0, 0, 0.45);
}

.content-box {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

/*left-content*/


.l-content {
    max-width: 670px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap:60px;
}

.intro {
    width: 100%;
    box-sizing: border-box;
}

.intro-4box {
    width: 100%;
    box-sizing: border-box;
}
.intro-4box ul {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap:15px;
    flex-wrap: wrap;
}
.intro-4box ul li {
    width: calc(50% - 8px);
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 18.4px 0 rgba(0, 0, 0, 0.10);
    padding: 25px;
    box-sizing: border-box;
    justify-content: space-between;
}
.intro-4box ul li span {
    font-size: 1.2rem;
    color: #95E1E2;
    font-weight: bold;
    background: var(--sky);
    border-radius: 14px;
    width: 32px;
    height: 32px;
    display: block;
    align-content: center;
    text-align: center;
}

.recommand {
    width: 100%;
    box-sizing: border-box;
}

/* 슬라이더 전체를 감싸는 영역 */
.recommand .slider-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    display: flex; 
    flex-direction: row;
    gap: 12px;
    mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}

.recommand .slider-list {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: max-content;
    flex-shrink: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.recommand .slider-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    white-space: nowrap;
    background: var(--navy);
    border-radius: 50px;
    padding: 12px 24px;
    color: #fff;
    font-size: 1.6rem;
}

.recommand .slider-list li img {
    height: 1.8rem;
    width: auto; 
    display: block;
}

/*register-content*/
.register-wrapper {
    max-width: 400px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 18.4px 0 rgba(0, 0, 0, 0.10);
    
}
.regi-text {
    width: 100%;
    box-sizing: border-box;
    padding: 8%;
}
.regi-text span {
    font-size: 1.4rem;
    color:var(--blue);
    padding-top: 20px;
}



.register-list{
    width: 100%;
    box-sizing: border-box;
}
.register-list ul.regi-form {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid var(--light-gray);
    gap:20px;
    padding: 0 8% 8% 8%;
    border-bottom: 1px solid #E4E4E4;
    flex-wrap: wrap;
    justify-content: space-between
}

.register-list ul.regi-form li {
    width: 100%;
    box-sizing: border-box;
}

.register-list ul.regi-form li:nth-child(1),
.register-list ul.regi-form li:nth-child(2) {
    width: calc(50% - 10px)
}

.register-list ul li label {
    font-size: 1.6rem;
}

.register-list ul.regi-form li input {
    width: 100%;
    padding: 1.5rem;
    box-sizing: border-box;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    font-size: 1.4rem;
    margin-top: 10px;
}

.register-list ul.regi-form li label::after {
    content: "*";
    color:var(--blue);
    padding-left: 4px;
}

.register-list p {
    margin: 2rem 0;
    font-size: 13px;
    color: var(--gray);
}

.register-list p a {
    color: #3cb4e6;
}

.regi-agree {
    width: 100%;
    box-sizing: border-box;
    padding: 8% 8% 2% 8%;
}

.regi-agree li {
    width: 100%;
    box-sizing: border-box;
    display: flex; 
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}

.register-list .regi-agree li input[type="checkbox"] {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px;
    padding: 0;
}

.regi-agree li label {
    font-size: 1.2rem !important;
    color: #4E4E4E;
    line-height: 1.5;
    cursor: pointer;
}

.regi-agree li label a {
    text-decoration: underline;
}
.regi-agree li label a, .regi-agree li label b {
    color:var(--blue);
}

.register-btn{
    width: 100%;
    box-sizing: border-box;
    padding: 0 8% 8% 8%;
    
}
.register-btn a {
    width: 100%;
    padding: 6%;
    box-sizing: border-box;
    border-radius:10px;
    background-color: var(--blue);
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    color:#fff;
    transition: all 0.3s;
}

.register-btn button{
    width: 100%;
    padding: 6%;
    box-sizing: border-box;
    border-radius:10px;
    background-color: var(--blue);
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    color:#fff;
    transition: all 0.3s;

    /* 추가 */
    border: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    line-height: inherit;
}

.register-btn a:hover , .register-btn button:hover{
    box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.20);
    background: #fff;
    color:var(--blue);
}
.register-btn a i , .register-btn button i{
    color:#fff;
    transition: all 0.3s;

}
.register-btn a:hover i , .register-btn button:hover i{
    color:var(--blue);

}










.footer{
    background-color: var(--gray);
    padding: 1% 0;
}

.footer img {
    height: 3rem;
    width: fit-content;
}








@media only screen and (max-width:1920px){
}
@media only screen and (max-width:1200px){
    .container {
        width: 90%;
    }
    .pc-br{
        display: none;
    }
    .l-content {
        width: 60%;
    }
    .register-wrapper {
        width: 40%;
    }
    
}
@media only screen and (max-width:960px){
    .mo-br {
        display: block;
    }
    
    p {
        font-size: 1.5rem;
    }
    header {
        padding-top: 60px;
    }
    .header-title {
        padding-bottom: 60px;
    }
    .header-title ul {
        align-items: center;
    }
    .header-title ul li:nth-child(1) h1 {
        font-size: 3.4rem;
    }
    .header-title ul li:nth-child(1) p {
        font-size: 1.7rem;
    }
    .header-checkpoint ul li {
        font-size: 1.5rem;
        padding: 22px 6px;
        width: 50%;
    }
    .header-checkpoint ul li:nth-child(1) {
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }
    .header-checkpoint ul li:nth-child(2) {
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }
    
    main {
        padding: 60px 0;
    }
    
    .content-box {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .l-content {
        width: 100%;
        max-width: 100%;
        gap:40px;
    }
    .register-wrapper {
        width: 100%;
        max-width: 100%;
    }
    .regi-text {
        padding: 5%;
    }
    .register-list ul.regi-form {
        padding: 0 5% 5% 5%;
    }
    .regi-agree {
        padding: 5%; 5%; 2% 5%;
    }
    .register-btn {
        padding: 0% 5% 5% 5%;
    }
    .register-btn a {
        padding: 3%;
    }
}
@media only screen and (max-width:640px){
    header {
        padding-top: 30px;
    }
    .header-title ul {
        flex-direction: column;
        gap:30px;
    }
    .header-title ul li:nth-child(1) {
        width: 100%;
    }
    .header-title ul li:nth-child(2) {
        display: none;
    }
    .footer {padding: 2% 0;}
  
}
@media only screen and (max-width:499px){
    .mo-br {
        display: none;
    }
    .intro-4box ul {
        flex-direction: column;
        gap:15px;
    }
    .intro-4box ul li {
        width: 100%;
    }
    .register-btn a {
        padding: 4%;
    }
}
    
