@charset "UTF-8";

@font-face {
    font-family: 'Seol Sans';
    src: url('../font/SeolSans-Regular.woff2') format('woff2'),
        url('../font/SeolSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Lubalin Graph Std';
    src: url('../font/LubalinGraphStd-Medium.woff2') format('woff2'),
        url('../font/LubalinGraphStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-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 {
	--yellow: #ffd200;
	--navy: #03234b;
    --navy-gray: #425a78;
    --blue-gray: #525a63;
	--gray: #464650;
	--light-navy: #e5e9ed;
	--light-gray: #ececec;
	}


*{
    font-family: Arial, 'Seol Sans' !important;
    font-weight: normal;
    color: var(--navy);
}
img{
	width: 100%;
}
html{
    width: 100%;
    font-size: 62.5%;
}

@media only screen and (max-width:1280px){
	
	html{
        font-size: 55%;
    }
}
@media only screen and (max-width:960px){

	html{
        font-size: 50%;
    }
}
@media only screen and (max-width:750px){

	html{
        font-size: 45%;
    }
}







.login-wrapper{
    background: url(../images/hero_img.png) center right -30rem / cover no-repeat;
    border-right: 4rem solid var(--yellow);
    position: relative;
}
.login-container{
    width: 32.3%;
    max-width: 62rem;
    padding: 14rem 10rem 10rem;
    background-color: var(--navy);
    position: relative;
}
.login-color{
    width: calc(100% + 10vw);
    height: 30rem;
    background-color: var(--navy);
    position: relative;
    left: 0;
    bottom: -10rem;
}
.login-title{
    position: relative;
    z-index: 2;
}
.login-title h1{
    width: 10rem;
    margin-bottom: 10rem;
}
.login-title h2{
    margin-top: 10rem;
    font-family: 'ITC Lubalin Graph Std'!important;
    font-size: 3rem;
    color: #ffffff;
    position: relative;
    z-index: 2;
}
.login-text dd{
    font-size: 3rem;
    color: #ffffff;
}
.login-text dt{
    font-family: 'ITC Lubalin Graph Std'!important;
    font-size: 7.5rem;
    color: var(--yellow);
}
.login-btn{
    max-width: 42rem;
    width: 100%;
    position: relative;
    z-index: 2;
}
.login-btn a{
    display: inline-block;
    width: 100%;
    border-radius: 0.5rem;
    padding: 1.45rem 0;
    background: var(--yellow);
    color: var(--navy);
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}










.hero-wrapper{
    background: url(../images/hero_img.png) center right -5rem / 75% no-repeat;
    position: relative;
}
.hero-container{
    width: 35%;
    max-width: 66rem;
    padding: 5rem 10rem 9rem;
    background-color: var(--navy);
    position: relative;
}
.hero-color{
    width: calc(89% + 3vw);
    height: 13rem;
    background-color: var(--navy);
    position: absolute;
    top: 0;
}
.hero-title{
    position: relative;
    z-index: 2;
}
.hero-title h1{
    width: 10rem;
    margin-bottom: 10rem;
}
.hero-text dd{
    font-size: 3rem;
    color: #ffffff;
}
.hero-text dt{
    font-family: 'ITC Lubalin Graph Std'!important;
    font-size: 5rem;
    color: var(--yellow);
}
.hero-text span{
    font-size: 2.1rem;
    color: #ffffff;
}










.cont-container{
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 10rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.agenda-wrapper,
.register-wrapper,
.keynote-wrapper{
    padding-top: 7rem;
}
.agenda-wrapper{
    max-width: 88rem;
    width: 64%;
}
.agenda-wrapper h2,
.register-wrapper h2{
    margin-bottom: 3rem;
    font-size: 3.4rem;
    font-weight: 700;
    text-align: center;
}
.agenda-top{
    background-color: var(--navy);
}
.agenda-top ul li{
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}
.agenda-flex{
    display: flex;
    flex-wrap: wrap;
}
.agenda-time{
    width: 16%;
    font-size: 1.4rem;
    text-align: center;
    display: grid;
    align-items: center;
}
.agenda-cont{
    width: 84%;
    padding: 1rem 2rem;
    box-sizing: border-box;
}
.agenda-list{
    margin-bottom: 1.5rem;
}
.agenda-list > ul > li{
    border-bottom: 1px solid var(--light-gray);
}
.cont-session{
    display: inline-block;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 700;
}
.cont-subtitle{
    font-size: 1.5rem;
    color: var(--navy-gray);
}
.small-text{
    font-size: 1.2rem;
    top: -2px;
    position: relative;
}
.cont-speaker{
    font-size: 1.5rem;
    color: var(--blue-gray);
}
.agenda-break{
    width: 84%;
    padding: 1rem 2rem;
    box-sizing: border-box;
    background-color: var(--light-navy);
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}
.agenda-wrapper > p{
    font-size: 12px;
    color: var(--gray);
    text-align: right;
}










.register-wrapper{
    max-width: 44rem;
    width: 33%;
}
.register-list{
    padding: 5rem 3rem;
    box-sizing: border-box;
    border: 1px solid var(--light-gray);
    border-top: 5px solid var(--yellow);
    background-color: #fcfcfc;
}
.register-list ul{
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--light-gray);
}
label{
    font-size: 14px;
    font-weight: 700;
}
input{
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    box-sizing: border-box;
    border: 1px solid var(--light-gray);
    border-radius: 0.5rem;
    font-size: 14px;
}
.register-list p{
    margin: 2rem 0;
    font-size: 13px;
    color: var(--gray);
}
.register-list p a{
    color: #3cb4e6;
}
.register-btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.register-btn a{
    width: 48%;
    max-width: 18rem;
    padding: 1rem 0;
    border-radius: 0.5rem;
    background-color: var(--yellow);
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    display: inline-block;
}
.register-btn .btn-cancel{
    background-color: var(--navy);
    color: #ffffff;
}










.keynote-wrapper{
    width: 64%;
    max-width: 88rem;
    margin: 7rem 0 13rem;
    padding: 4rem;
    box-sizing: border-box;
    border: 1px solid var(--light-gray);
    background-color: #fcfcfc;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
}
.keynote-wrapper figure{
    width: 43%;
    max-width: 34rem;
}
.keynote-text{
    width: calc(57% - 4rem);
}
.keynote-text h3{
    font-size: 2.2rem;
    font-weight: 700;
}
.keynote-text p{
    margin: 3rem 0 4rem;
    font-size: 1.5rem;
    color: var(--gray);
}
.keynote-btn a{
    width: 48%;
    max-width: 18rem;
    padding: 1rem 0;
    border-radius: 1rem 0 1rem 0;
    background-color: var(--yellow);
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    display: inline-block;
}










.footer{
    background-color: var(--navy);
}
.login-footer{
  background-color: #ffffff;
}
.footer,
.login-footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3rem 10rem;
}
.footer-text span,
.footer-text a{
    color: #ffffff;
}
.footer-text,
.login-footer-text{
    font-size: 12px;
}
.login-footer-text a{
    color: var(--navy);
}
.footer-sns ul,
.login-footer-sns ul{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.login-footer-sns ul li{
    width: 4rem;
    height: 4rem;
}
.footer-sns ul li{
    width: 4rem;
    height: 4rem;
    border: 2px solid #ffffff;
    border-radius: 3rem;
}









@media only screen and (max-width:1920px){
	.login-wrapper{
      background: url(../images/hero_img.png) bottom right -30rem / cover no-repeat;
  }
  .hero-wrapper{
      background-size: 62%;
  }
}
@media only screen and (max-width:1400px){
	.login-container{
      padding: 14rem 5% 10rem;
  }
  .hero-wrapper{
      background-size: 76%;
  }
  .hero-container {
      padding: 5rem 5% 9rem;
  }
  .cont-container{
      padding: 0 5%;
  }
  .register-list br{
      display: none;
  }
  .footer,
  .login-footer{
      padding: 3rem 5%;
  }
}
@media only screen and (max-width:960px){
  .login-container {
      width: 35%;
      padding: 10% 5% 0;
  }
  .login-wrapper{
      background: url(../images/hero_img.png) bottom right 50% / cover no-repeat;
      border-right: 3vw solid var(--yellow);
  }
  .login-title h2{
      font-size: 3vw;
  }
  .login-text dt{
      font-size: 7vw;
  }
  .login-color {
      bottom: 0;
  }
  .hero-wrapper{
      background: url(../images/hero_img.png) center right -15rem / cover no-repeat;
  }
  .hero-container {
      padding: 10% 5% 15%;
  }
  .register-btn a{
      max-width: none;
      padding: 1.5rem 0;
  }
  .cont-container{
    display: block;
  }
  .agenda-wrapper,
  .register-wrapper,
  .keynote-wrapper{
      width: 100%;
      max-width: none;
  }
  .keynote-wrapper{
      padding: 4rem 3rem;
      gap: 3rem;
  }
  .footer,
  .login-footer{
      display: grid;
      gap: 1.5rem;
  }
}
@media only screen and (max-width:750px){
	.login-title h2 {
      margin-top: 30%;
  }
  .agenda-time {
      width: 23%;
  }
  .agenda-cont,
  .agenda-break {
      width: 77%;
  }
  .keynote-wrapper figure {
      width: 100%;
      max-width: none;
  }
  .keynote-text {
      width: 100%;
  }
}
@media only screen and (max-width:499px){
	.login-wrapper{
      margin-top: 270px;
      height: 530px;
      position: relative;
      background: url(../images/hero_img.png) top 70px right -120px / cover no-repeat;
      border-right: none;
      border-bottom: 3vw solid var(--yellow);
  }
  .login-container {
      max-width: none;
      width: 100%;
      height: 450px;
      box-sizing: border-box;
      position: absolute;
      top: -270px;
  }
  .login-color {
      width: 22.5%;
      position: absolute;
      left: unset;
      bottom: -40px;
      right: 0px;
  }
  .login-title h2 {
      margin-top: 3rem;
      font-size: 3rem;
  }
  .login-text dt{
      font-size: 7.5rem;
  }
  .hero-wrapper{
      margin-top: 216px;
      height: 520px;
      position: relative;
      background: url(../images/hero_img.png) top 40px right -120px / cover no-repeat;
  }
  .hero-container {
      width: 100%;
      max-width: none;
      height: 350px;
      box-sizing: border-box;
      position: absolute;
      top: -216px;
  }
  .hero-color{
      width: 22.5%;
      top: unset;
      bottom: -40px;
      right: 0;
  }
}