@font-face {
  font-family: Open_Sans;  
  src: url('fonts/OpenSans-VariableFont_wdth,wght.ttf');
}

*{
	font-family: Open_Sans;
}

html {
  scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #222c29;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration:underline;
}

#main_box {
    /*border-left: #98bfc0 3px solid;*/
    width: 960px;
    margin: auto;
}

#home {
    display: flex;
    justify-content: space-around;
    padding: 80px 30px;
}

#home #logo_box, #home #menu_box {
    width: 50%;
    text-align: center;
}

#menu_box {
    display: flex;
    justify-content: space-around;
}

#menu_box a {
    text-align: center;
    color: white;
}

#menu_box .menu_inner_box img {
    width: 50%;
}

#menu_box .menu_inner_box #lines_box {
    line-height: 135px;
}

#menu_box .menu_inner_box #lines_box img{
    width: 30%;
}

#menu_box .menu_inner_box #contact_box img{
    width: 30%;
}

#menu_box .menu_inner_box .icon_box {
    margin: auto;
    margin-bottom: 20px;
    display: block;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 120px;
    text-align: center;

}

#menu_box .menu_inner_box #about_box {
    background: #5ec795;
}

#menu_box .menu_inner_box #lines_box {
    background: #4dadcf;
}

#menu_box .menu_inner_box #contact_box {
    background: #cdb756;
}

#menu_box .menu_inner_box #online_store_box {
    background: #e29c36;
}

#menu_box .menu_inner_box .icon_text {
    font-size: 20px;
    font-weight: bold;
}

#xetanic {
    display: flex;
}

#xetanic #banner {
    width: 50%;
}

#xetanic #big_text_box {
    color: white;
    margin-left: 50px;
}

#xetanic #big_text_box h2 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 50px;
}

#xetanic #big_text_box p {
    margin-top: 100px;
    font-size: 24px;
    line-height: 38px;
}

#about {
    background-image: url("img/ic.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#about_text_box {
    border-right: #98bfc0 3px solid;
    width: 55%;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 50px 100px;
}

#about_text_box h2 {
    font-size: 34px;
    font-weight: bold;
}

#about_text_box p {
    font-size: 14px;
}

#lines {
    color: white;
    background-image: url("img/shanghai.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#lines #lines_inner_box {
    padding: 50px 100px;
    padding-bottom: 100px;
    background: rgba(0, 0, 0, 0.75);
    justify-content: space-around;
}

.line_container {
	padding: 30px;
}


#lines h2 {
    font-size: 34px;
    font-weight: bold;    
}

#lines ul {
    padding: 0;
    list-style: square inside;
}

#lines ul li {
    margin-bottom: 10px;
}

#lines p {
    font-size: 20px;
}

#contact {
    color: white;
    background-image: url("img/contact.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#contact #contact_inner_box {
    padding: 50px 150px;
    padding-bottom: 200px;
    background: rgba(0, 0, 0, 0.75);
}

#contact h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 200px;
}

#contact ul {
    padding: 0;
    list-style: square inside;
}

#contact ul li {
    margin-bottom: 10px;
}

#contact p {
    font-size: 20px;
}

#home {
    position: relative;
}

.post_content {
    color: white;
    padding: 50px;
}

.post_content p {
    line-height: 30px;
}

.post_content a {
    color: white;
}

#footer {
	display: flex;
	position: relative;    
}

#footer_content_left {
    color: #d3d7d9;
    width: 50%;    
    padding: 50px 15px 30px;
    box-sizing: border-box;
}

#footer_content_right {	
    width: 25%;    
    display: flex;
	position: absolute;
	right: 0;
    justify-content: space-around;
	padding: 50px 15px 30px;
}

#footer_content_right a {
	color: #d3d7d9;
	pading: 10px;
}