/* Add your custom css styles */

.post-item {min-height:420px;}
.point01 {font-size:40px;font-weight:600;color:#c26587;line-height:50px}
.point02 {font-size:18px;font-weight:600}
.point03 {font-size:22px;font-weight:600}
.point04 {color:#01588e;}

.myjo {font-family: 'Nanum Myeongjo', serif;}
@font-face {
	font-family:'DXSeNB';
	src:url(http://suitmen.co.kr/theme/p003/index/css/DXSeNB-KSCpc-EUC-H.eot);
	src:url(http://suitmen.co.kr/theme/p003/index/css/DXSeNB-KSCpc-EUC-H.eot?#iefix) format('embedded-opentype'),
		url(http://suitmen.co.kr/theme/p003/index/css/DXSeNB-KSCpc-EUC-H.ttf) format('truetype');
}
.dx {font-family: 'DXSeNB';}




@media (max-width:479px){
	
	.point01 {font-size:25px !important;line-height:30px}
}


/* ms3 */
#ms3 {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
	    width: 100%;
}
#ms3 h1{
	font-size:3em;
	margin-bottom:0px
}
#ms3 .inner {
    display: flex;
}
#ms3 .inner .tit {
    width: 340px;
}
#ms3 .inner .btns {
    width: 100%;
    display: flex;
    gap: 10px;
}
#ms3 .inner .btns a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    border-radius: 10px;
    padding: 50px 15px;
    text-align: center;
	    width: 16%;

    background: #1c1b1b;;
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
}
@media (max-width:767px){
    #ms3 {
        height: auto;
    }
    #ms3 .inner {
        flex-wrap: wrap;
    }
    #ms3 .inner .tit {
        width: 100%;
        text-align: center;
    }
    #ms3 .inner .btns {
        width: 100%;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    #ms3 .inner .btns > a {
		        width: calc(33.3333% - 10px);
        padding: 20px 15px;
        border-radius: 5px;
    }
    #ms3 .inner .btns > a img {
        width: 35px;
    }
}