@charset "utf-8";
#wrapper{text-align:center;}
#header{padding-top:50px; padding-bottom:95px;}
#header h1{padding-bottom:65px; background:url(/site/english/images/landing/bu.png) no-repeat center bottom;}
#header .title{margin-top:40px;}
#container{position:relative; min-height:calc(100vh - 365px); padding-bottom:165px; background:linear-gradient(180deg, #eaf2fd 0%,#f7eff1 100%); font-weight:200; font-family:'NotoKr';}
#container .bg{max-width:80%;}
#container .text{margin-top:45px; padding-right:10px; padding-left:10px; color:#1b1b1b; font-size:17px; line-height:34px; word-break:keep-all;}
#container .text em{color:#437dea;}
#container .copyright{position:absolute; left:0; right:0; bottom:50px; color:#666; font-size:13px; line-height:15px;}
@media all and (max-width:1000px){
    #header .title{width:440px;}
    #container .text{font-size:14px; line-height:28px;}
    #container .copyright{font-size:12px;}
}
@media all and (max-width:640px){
    #header{padding-top:40px; padding-bottom:50px;}
    #header h1{padding-bottom:50px;}
    #header .logo{width:110px;}
    #header .title{width:320px; margin-top:20px;}
    #container{min-height:calc(100vh - 256px);}
    #container .bg{max-width:94%;}
    #container .text{margin-top:35px;}
}
