.country{

}
.country-main{
    display: grid;
    grid-template-columns: auto auto ;
    grid-template-rows: auto auto 100%;
    grid-gap: 30px;
}
.country-box{
    box-shadow: 10px 5px 20px #f6f6f6, -20px -10px 20px #f6f6f6;
    padding: 15px 0;
    border-radius: 10px;
}
.country-korea{
    grid-column: 1 / 3;
    box-shadow: 10px 5px 20px #f6f6f6, -20px -10px 20px #f6f6f6;
    padding: 10px 0;
    height: 280px;
}
.korea{
    width: 95% !important;
}
.country-box-top{
    display: flex;
}
.blueBox{
    width:572px;
    /*height: 45px;*/
    /*background-color: #0194b5;*/
    border-radius: 0 10px 10px 0;
}
.country-box-topRight{
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #cdcdcd;
    margin-left: 25px;
    width: 90%;
    display: flex;
    font-size: 24px;
    align-items: center;
}
.italy{
    width: 35px;
    /*height: 13px;*/
    margin-right: 10px;
}
.country-top-textBlue{
    color: #0194b5;
    font-weight: bold;
    font-size: 20px;
}
.country-top-textBlack{
    font-size: 20px;
    font-weight: bold;
}
.korea{
    font-size: 18px;
    font-weight: bold;
}
.blackBox{
    width: 8px;
    height: 8px;
    background-color: #0C0C0C;
    align-self: center;
    margin-top: 18px;
}

.country-center-textBlack{
    font-size: 18px;
    width:456px;
    font-weight: bold;
}
.country-padding{
    padding: 10px 20px;
}
.country-box-center{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.purpleBox{
    width: 80px;
    height: 30px;
    background-color: #a67ced;
    color: #FFFFFF;
    border-radius: 0 15px 15px 0;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin-right: 5px;
}
.purpleBox-korea{
    width: 175px;
}
.country-box-bottom{
    background-color: #efefef;
    border-radius: 10px;
    padding: 20px;
    text-indent: 20px;
    font-size: 14px;
    line-height: 25px;
}
.artCountry-bg{
    background: url("../image/common/specia_bg.png") bottom no-repeat;
    background-size: 100% 600px;
    margin-top: 190px;
}
.artCountry{
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-template-rows: auto;
    grid-gap: 20px;
    position: relative;
    top: -75px;
}
.artCountry-box{
    padding: 30px 10px 10px;
    box-shadow: -3px -3px 8px -4px #eee, 3px -3px 8px -4px #eee;
    background-color: #FFFFFF;
    border-radius: 12px;
}
.artCountry-flag{
    border-bottom: 2px solid #777777;
    padding-bottom: 8px;
    width: 100%;
    display: flex;
    align-items: center;
}
.artCountry-text{
    font-size: 24px;
    font-weight: bold;
    margin-left: 5px;
 }
.artCountry-top{
    height: 175px;
}
.artCountry-topTop{
    height: 110px;
}
.artCountry-redBox{
    width: 70px;
    height: 25px;
    line-height: 25px;
    background-color: #f15b6b;
    padding: 0px 8px;
    color: #FFFFFF;
    border-radius: 0 10px 10px 0;
    font-weight: bold;
    margin: 10px 0;
    font-size: 16px;
}
.artCountry-redBox-text{
    font-weight: bold;
    text-indent: 24px;
    line-height: 25px;
    font-size: 16px;
}
.artCountry-bottom{
    background-color: #efefef;
    text-indent: 24px;
    line-height: 25px;
    padding: 20px 10px 0;
    margin:20px 0 10px;
    border-radius: 6px;
    height: 320px;
}
